@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.0

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 (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
package/build/comments.js CHANGED
@@ -1,5 +1,5 @@
1
- !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENTS_ARCHIVE:"Comments archive","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",ENTER_COMMENT_ANNOUNCEMENT:"Entering a comment.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.",LEAVE_COMMENT_ANNOUNCEMENT:"Leaving a comment.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"Reply","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
1
+ !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"Move across internals of the annotation thread",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"Browse the focused annotation thread or thread comment",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"Exit the annotation and move focus back to the edited content",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"Move focus to the thread when the selection is anchored in its marker",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"Move to the previous or next thread in the annotations sidebar or comments archive",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"Submit the reply while writing a comment","Annotations list":"Annotations list","Annotations sidebar":"Annotations sidebar",Comment:"Comment","Comment editor":"Comment editor","Comment was made on an element":"Comment was made on an element",COMMENT_ARIA_LABEL:"Comment by %0. Created on %1. %2. %3",COMMENT_THREAD_DESCRIPTION:"Press Enter for more options. Press Escape to exit.",COMMENT_THREAD_LABEL:["Comment thread by %1. %1 reply.","Comment thread by %1. %0 replies."],COMMENTS_ARCHIVE:"Comments archive",COMMENTS_ARCHIVE_LIST_LABEL:"List of comments","Delete comment thread?":"Delete comment thread?","Delete comment?":"Delete comment?",Edit:"Edit",EMPTY_COMMENTS_ARCHIVE:"There are no archived comment threads.",ENTER_COMMENT_ANNOUNCEMENT:"Entering a content with comments. Press %0 to go to the discussion.",EXTERNAL_AVATAR:"Displayed author name comes from external source (added by %0)",EXTERNAL_COMMENT:"This comment comes from an external source.",EXTERNAL_IMPORT_WORD_AVATAR:"Displayed author name comes from a Word document imported by %0",EXTERNAL_IMPORT_WORD_COMMENT:"This comment comes from an imported Word file.",LEAVE_COMMENT_ANNOUNCEMENT:"Leaving a content with comments.","Marked as resolved":"Marked as resolved",NUMBER_OF_COMMENTS:["%0 Comment","%0 Comments"],PENDING_ACTION_COMMENT_THREAD:"Unsaved change in comment thread.",Remove:"Remove",Reopen:"Reopen",Reply:"Reply","Reply to reopen discussion...":"Reply to reopen discussion...","Reply...":"Reply...",Resolve:"Resolve","Thread comments":"Thread comments",THREAD_CONTEXT_LABEL:"Thread context: %0",TOO_LONG_COMMENT_ALERT:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.","Write a comment...":"Write a comment..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={874:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=s},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var c=0;c<t.length;c++){var a=[].concat(t[c]);o&&s[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},673:(t,e,n)=>{"use strict";var o,s=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function c(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],a=e.base?r[0]+e.base:r[0],h=n[a]||0,u="".concat(a," ").concat(h);n[a]=h+1;var d=c(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=a(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var s=c(n[o]);i[s].references--}for(var r=a(t,e),h=0;h<n.length;h++){var u=c(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{AnnotationView:()=>er,Annotations:()=>fr,AnnotationsUIs:()=>li,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>Ir,CommentThreadController:()=>fo,CommentThreadInputView:()=>qo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>Qo,CommentsOnly:()=>hi,CommentsRepository:()=>_r,CommentsUI:()=>oi,EditorAnnotations:()=>Rr,InlineAnnotations:()=>Ji,NarrowSidebar:()=>Ui,WideSidebar:()=>Ni});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const h=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const _=b||w||Function("return this")();const I=_.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=I?I.toStringTag:void 0;const x=function(t){var e=C.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var s=A.call(t);return o&&(e?t[T]=n:delete t[T]),s};var E=Object.prototype.toString;const O=function(t){return E.call(t)};var M=I?I.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?x(t):O(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!j(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=_["__core-js_shared__"];var S,D=(S=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var F=/^\[object .+?Constructor\]$/,z=Function.prototype,K=Object.prototype,U=z.toString,H=K.hasOwnProperty,W=RegExp("^"+U.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!j(t)||P(t))&&(V(t)?W:F).test(L(t))};const X=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=X(t,e);return q(n)?n:void 0};const J=G(_,"Map");const Y=G(Object,"create");const Q=function(){this.__data__=Y?Y(null):{},this.size=0};const Z=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Y){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Y?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Y&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}st.prototype.clear=Q,st.prototype.delete=Z,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(J||p),string:new rt}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!J||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function wt(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}wt.prototype.add=wt.prototype.push=kt,wt.prototype.has=bt;const _t=wt;const It=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const Ct=function(t,e,n,o,s,r){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var h=r.get(t),u=r.get(e);if(h&&u)return h==e&&u==t;var d=-1,l=!0,m=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++d<c;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!It(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=_.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const xt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var Et=I?I.prototype:void 0,Ot=Et?Et.valueOf:void 0;const Mt=function(t,e,n,o,s,r,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new At(t),new At(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var h=1&o;if(a||(a=xt),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var d=Ct(a(t),a(e),o,s,r,c);return c.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Rt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const jt=Array.isArray;const Vt=function(t,e,n){var o=e(t);return jt(t)?o:Rt(o,n(t))};const Nt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ft=function(t){return null!=t&&"object"==typeof t};const zt=function(t){return Ft(t)&&"[object Arguments]"==R(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Ht=Kt.propertyIsEnumerable;const Wt=zt(function(){return arguments}())?zt:function(t){return Ft(t)&&Ut.call(t,"callee")&&!Ht.call(t,"callee")};const qt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,Jt=Gt&&Gt.exports===Xt?_.Buffer:void 0;const Yt=(Jt?Jt.isBuffer:void 0)||qt;var Qt=/^(?:0|[1-9]\d*)$/;const Zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Qt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ft(t)&&$t(t.length)&&!!te[R(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=jt(t),o=!n&&Wt(t),s=!n&&!o&&Yt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?Lt(t.length,String):[],a=c.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Zt(h,a))||c.push(h);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!V(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Vt(t,ke,Bt)};var we=Object.prototype.hasOwnProperty;const _e=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<a;){var f=t[u=c[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const Ie=G(_,"DataView");const ye=G(_,"Promise");const Ce=G(_,"Set");const Ae=G(_,"WeakMap");var Te="[object Map]",xe="[object Promise]",Ee="[object Set]",Oe="[object WeakMap]",Me="[object DataView]",Re=L(Ie),je=L(J),Ve=L(ye),Ne=L(Ce),Se=L(Ae),De=R;(Ie&&De(new Ie(new ArrayBuffer(1)))!=Me||J&&De(new J)!=Te||ye&&De(ye.resolve())!=xe||Ce&&De(new Ce)!=Ee||Ae&&De(new Ae)!=Oe)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Re:return Me;case je:return Te;case Ve:return xe;case Ne:return Ee;case Se:return Oe}return e});const Pe=De;var Be="[object Arguments]",Le="[object Array]",Fe="[object Object]",ze=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=jt(t),c=jt(e),a=i?Le:Pe(t),h=c?Le:Pe(e),u=(a=a==Be?Fe:a)==Fe,d=(h=h==Be?Fe:h)==Fe,l=a==h;if(l&&Yt(t)){if(!Yt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Mt(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&ze.call(t,"__wrapped__"),p=d&&ze.call(e,"__wrapped__");if(m||p){var f=m?t.value():t,g=p?e.value():e;return r||(r=new vt),s(f,g,n,o,r)}}return!!l&&(r||(r=new vt),_e(t,e,n,o,s,r))};const Ue=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Ft(e)&&!Ft(n)?e!=e&&n!=n:Ke(e,n,o,s,t,r))};const He=function(t,e){return Ue(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const qe=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xe=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ge=Object.prototype.hasOwnProperty;const Je=function(t,e,n){var o=t[e];Ge.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Xe(t,e,n)};const Ye=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var c=e[r],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),s?Xe(n,c,a):Je(n,c,a)}return n};const Qe=function(t,e){return t&&Ye(e,ke(e),t)};const Ze=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!j(t))return Ze(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Ye(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,sn=on&&"object"==typeof module&&module&&!module.nodeType&&module,rn=sn&&sn.exports===on?_.Buffer:void 0,cn=rn?rn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const hn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const un=function(t,e){return Ye(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Bt(t)),t=dn(t);return e}:St;const mn=function(t,e){return Ye(t,ln(t),e)};const pn=function(t){return Vt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const vn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var _n=I?I.prototype:void 0,In=_n?_n.valueOf:void 0;const yn=function(t){return In?Object(In.call(t)):{}};const Cn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const An=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return vn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return kn(t,n);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 Cn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return wn(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const xn=function(){function t(){}return function(e){if(!j(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const En=function(t){return"function"!=typeof t.constructor||le(t)?{}:xn(dn(t))};const On=function(t){return Ft(t)&&"[object Map]"==Pe(t)};var Mn=ie&&ie.isMap;const Rn=Mn?ne(Mn):On;const jn=function(t){return Ft(t)&&"[object Set]"==Pe(t)};var Vn=ie&&ie.isSet;const Nn=Vn?ne(Vn):jn;var Sn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Bn={};Bn[Sn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Dn]=Bn["[object WeakMap]"]=!1;const Ln=function t(e,n,o,s,r,i){var c,a=1&n,h=2&n,u=4&n;if(o&&(c=r?o(e,s,r,i):o(e)),void 0!==c)return c;if(!j(e))return e;var d=jt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Yt(e))return an(e,a);if(l==Pn||l==Sn||m&&!r){if(c=h||m?{}:En(e),!a)return h?mn(e,nn(c,e)):un(e,Qe(c,e))}else{if(!Bn[l])return r?e:{};c=An(e,l,a)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,c),Nn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return We(f||e,(function(s,r){f&&(s=e[r=s]),Je(c,r,t(s,n,o,r,e,i))})),c};const Fn=function(t){return Ln(t,5)};const zn=function(t){return"symbol"==typeof t||Ft(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Hn=function(t,e){if(jt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!zn(t))||(Un.test(t)||!Kn.test(t)||null!=e&&t in Object(e))};function Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Wn.Cache||pt),n}Wn.Cache=pt;const qn=Wn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const Jn=function(t){var e=qn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(Xn,(function(t,n,o,s){e.push(o?s.replace(Gn,"$1"):n||t)})),e}));const Yn=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var Qn=I?I.prototype:void 0,Zn=Qn?Qn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(jt(e))return Yn(e,t)+"";if(zn(e))return Zn?Zn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return jt(t)?t:Hn(t,e)?[t]:Jn(to(t))};const no=function(t){if("string"==typeof t||zn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!j(t))return t;for(var s=-1,r=(e=eo(e,t)).length,i=r-1,c=t;null!=c&&++s<r;){var a=no(e[s]),h=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(s!=i){var u=c[a];void 0===(h=o?o(u,a,c):void 0)&&(h=j(u)?u:Zt(e[s+1])?[]:{})}Je(c,a,h),c=c[a]}return t};const so=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};function lo(){var t=["_isAttached","222888WlmOok","view","submitCommentThread","resolve","1973245pzRslP","reopen","reopenCommentThread","_localUser","279SZLbOA","update","resolveCommentThread","destroy","7aRIMir","removeCommentThread","addComment","2004736XgoMyw","updateComment","2268954rMqQgB","isResolved","listenTo","model","remove","8099070BKxAig","6fzbfhC","getComment","330413dwzDZf","removeComment","submit","stopListening","3261585lggfzy"];return(lo=function(){return t})()}var mo=po;function po(t,e){var n=lo();return(po=function(t,e){return n[t-=401]})(t,e)}!function(t){for(var e=po,n=t();;)try{if(676460===parseInt(e(411))/1*(parseInt(e(409))/2)+parseInt(e(415))/3+-parseInt(e(401))/4+parseInt(e(421))/5+parseInt(e(403))/6*(parseInt(e(429))/7)+parseInt(e(417))/8*(-parseInt(e(425))/9)+-parseInt(e(408))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lo);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=po;super(),this[n(406)]=t,this[n(406)][n(416)]=!0,this[n(418)]=e,this[n(405)](e,n(419),(()=>this[n(413)]())),this[n(405)](e,n(430),(()=>this[n(407)]())),this[n(405)](e,n(427),(()=>this[n(420)]())),this[n(405)](e,n(423),(()=>this[n(422)]())),this[n(405)](e,n(431),((t,e)=>this[n(431)](e))),this[n(405)](e,n(402),((t,e,o)=>this[n(402)](e,o))),this[n(405)](e,n(412),((t,e)=>this[n(412)](e)))}[mo(413)](){var t=mo;this[t(406)][t(413)]()}[mo(407)](){var t=mo;this[t(406)][t(407)]()}[mo(420)](){var t=mo;this[t(406)][t(404)]||this[t(406)][t(420)]()}[mo(422)](){var t=mo;this[t(406)][t(404)]&&this[t(406)][t(422)]()}[mo(431)](t){var e=mo;this[e(406)][e(431)]({content:t,authorId:this[e(418)][e(424)].id})}[mo(402)](t,e){var n=mo;this[n(406)][n(410)](t)[n(426)]({content:e})}[mo(412)](t){var e=mo;this[e(406)][e(410)](t)[e(407)]()}[mo(428)](){var t=mo;this[t(414)](),this[t(406)][t(416)]=!1}}var go=n(311);function vo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a comment.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a comment.",id:"ENTER_COMMENT_ANNOUNCEMENT"});case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}function ko(t,e){const n=wo();return(ko=function(t,e){return n[t-=101]})(t,e)}const bo=ko;function wo(){const t=["6apaufL","ck-comment__input","add","createCollection","main","28978JxDYUK","setTemplate","ck-reset","28bfbiIL","_voiceLabelView","_createVoiceLabel","cke-editor__aria-label_","editable","div","ck-editor__aria-label_","render","2061120OyDYGL","ck-voice-label","ck-rounded-corners","uiLanguage","3489iiFjvd","9329864gJttqg","element","focus","3168010wuFeKi","ck-editor__main","3244RFewDj","uiLanguageDirection","comment","6358037fUjFxF","presentation","text","extendTemplate","Comment editor","ck-editor","407538eTbVHL"];return(wo=function(){return t})()}!function(t){const e=ko,n=t();for(;;)try{if(832520===parseInt(e(125))/1*(parseInt(e(128))/2)+parseInt(e(104))/3*(parseInt(e(110))/4)+-parseInt(e(136))/5+parseInt(e(120))/6*(-parseInt(e(113))/7)+parseInt(e(105))/8+-parseInt(e(119))/9+-parseInt(e(108))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wo);class _o extends go.EditorUIView{constructor(t,n){const o=ko;super(t);const s=(0,e.uid)();this[o(124)]=this[o(123)](),this[o(132)]=new go.InlineEditableUIView(t,n),this[o(129)]=this[o(130)](s,t),this[o(126)]({tag:o(133),attributes:{class:[o(127),o(118),o(102),o(121)],role:o(112),dir:t[o(111)],lang:t[o(103)],"aria-labelledby":o(131)+s},children:[this[o(129)],{tag:o(133),attributes:{class:o(109),role:o(114)},children:this[o(124)]}]})}[bo(135)](){const t=bo;super[t(135)](),this[t(124)][t(122)](this[t(132)])}[bo(107)](){const t=bo;this[t(132)][t(106)][t(107)]()}[bo(130)](t,e){const n=bo,o=new go.LabelView;return o[n(115)]=vo(e,n(117)),o[n(116)]({attributes:{id:n(134)+t,class:n(101)}}),o}}const Io=Co;function yo(){const t=["view","render","name","120556SBMdxF","isFocused","editor","2307222fenibv","bind","4094NGFDqb","editing","770686IktIMt","document","init","586272ZFkSCZ","501384FPwfab","getRoot","attachDomRoot","editable","setEditableElement","locale","focusTracker","83eTaaTy","35Afhhwb","307557ofHwXf","rootName","destroy","element","ready","fire"];return(yo=function(){return t})()}function Co(t,e){const n=yo();return(Co=function(t,e){return n[t-=424]})(t,e)}!function(t){const e=Co,n=t();for(;;)try{if(129466===-parseInt(e(444))/1*(parseInt(e(431))/2)+parseInt(e(446))/3+-parseInt(e(426))/4*(-parseInt(e(445))/5)+-parseInt(e(436))/6+-parseInt(e(433))/7+-parseInt(e(437))/8+parseInt(e(429))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yo);class Ao extends go.EditorUI{constructor(t){const e=Co;super(t),this[e(452)]=new _o(t[e(442)],t[e(432)][e(452)])}get[Io(449)](){const t=Io;return this[t(452)][t(449)]}[Io(435)](){const t=Io,e=this[t(428)][t(432)][t(452)],n=this[t(452)][t(440)],o=e[t(434)][t(438)]();n[t(425)]=o[t(447)],this[t(452)][t(424)]();const s=n[t(449)];this[t(441)](n[t(425)],s),this[t(452)][t(440)][t(430)](t(427)).to(this[t(443)]),e[t(439)](s),this[t(451)](t(450))}[Io(448)](){const t=Io;super[t(448)](),this[t(452)][t(448)]()}}var To=n(783),xo=n(331),Eo=n(507),Oo=n(727),Mo=n(834),Ro=n(251),jo=n(179);const Vo=So;function No(){const t=["ready","init","getRoot","plugins","change","1612985fyHOqg","name","placeholderElement","16TPbqZu","_updatePlaceholder","5QQqqXx","11230pKvxEw","view","setSelection","3150beswtT","data","3516732trCDkA","89396fmWtqJ","model","initialData","placeholder","end","fire","editing","defaultPlugins","39886KFeqOx","create","24WEGOlQ","then","destroy","get","set","config","createRoot","change:placeholder","2157456HHmjbR","getChild","document","4WTUnoE","initPlugins","assign","focus","low","childCount","200307Mekqxv"];return(No=function(){return t})()}function So(t,e){const n=No();return(So=function(t,e){return n[t-=493]})(t,e)}!function(t){const e=So,n=t();for(;;)try{if(907712===parseInt(e(511))/1+parseInt(e(523))/2+parseInt(e(505))/3*(parseInt(e(499))/4)+parseInt(e(516))/5*(-parseInt(e(522))/6)+parseInt(e(496))/7*(-parseInt(e(514))/8)+parseInt(e(520))/9*(parseInt(e(517))/10)+parseInt(e(531))/11*(-parseInt(e(533))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(No);const Do=[xo.Clipboard,Eo.Enter,Eo.ShiftEnter,Oo.SelectAll,Mo.Typing,Ro.Undo,jo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=So;(t=Object[e(501)]({},t))[e(509)]||(t[e(509)]=Po[e(530)]),super(t),this.ui=new Ao(this),this[e(537)](e(526),""),this[e(524)][e(498)].on(e(510),(()=>this[e(515)]()),{priority:e(503)}),this.on(e(495),(()=>this[e(515)]())),this[e(524)][e(498)][e(494)]()}[Vo(532)](){const t=Vo,e=this[t(493)][t(536)](t(525))||"";return this[t(500)]()[t(534)]((()=>this.ui[t(507)]()))[t(534)]((()=>this[t(521)][t(507)](e)))[t(534)]((()=>this[t(528)](t(506))))}[Vo(535)](){const t=Vo;return super[t(535)]()[t(534)]((()=>this.ui[t(535)]()))}[Vo(502)](){const t=Vo;this[t(524)][t(510)]((e=>{const n=t,o=this[n(524)][n(498)][n(508)](),s=o&&o[n(497)](o[n(504)]-1);e[n(519)](s,n(527)),this[n(529)][n(518)][n(502)]()}))}[Vo(515)](){const t=Vo,e=this[t(529)][t(518)],n=e[t(498)][t(508)](),o=n[t(497)](0);n[t(504)]>1||!o||"p"!=o[t(512)]?this[t(513)]&&this[t(513)][t(526)]&&((0,To.disablePlaceholder)(e,this[t(513)]),this[t(513)]=void 0):(this[t(526)]&&(o[t(526)]=this[t(526)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(513)]=o)}}Po[Vo(530)]=Do;const Bo=Po,Lo=zo;function Fo(){const t=["ck-comment__input-actions","bindTemplate","fire","extendTemplate","setTemplate","Esc","stop","cancel","ck-comment__input-wrapper","placeholder","submit","Reply","shift + tab","getData","ck-comment__input-actions--cancel","high","5429949CBiSRa","focusNext","low","focusPrevious","insertBefore","showButtons","editorReady","value","firstChild","_isDestroyed","focusTracker","setData","focus","cancelButtonView","view","change","initialData","_createCancelButton","withText","ck-comment__input-actions--submit","disabledSubmit","create","789038LIpkqQ","listenTo","trim","model","then","label","div","60516yHVELg","_editorConfig","submitLabel","element","TOO_LONG_COMMENT_ALERT","Cancel","ck-comment__input-actions--active","editorDestroyed","_initializeFocusCycling","render","add","isEnabled","keystrokes","editor","tab","_editorCreationPromise","submitButtonView","set","destroy","document","587556bKRnHy","createEditor","1892628KPrdSl","Reply...","340rAPbHd","execute","1445544RmdfVN","length","2106080BFTErq","_createSubmitButton","bind","forEach"];return(Fo=function(){return t})()}function zo(t,e){const n=Fo();return(zo=function(t,e){return n[t-=276]})(t,e)}!function(t){const e=zo,n=t();for(;;)try{if(919254===-parseInt(e(338))/1+-parseInt(e(311))/2+-parseInt(e(344))/3+-parseInt(e(318))/4*(-parseInt(e(342))/5)+parseInt(e(340))/6+parseInt(e(289))/7+parseInt(e(346))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fo);class Ko extends go.View{constructor(t,n={}){const o=zo;super(t),this[o(331)]=null,this[o(319)]=n,this[o(330)]=new e.KeystrokeHandler,this[o(299)]=new e.FocusTracker,this[o(335)](o(296),n[o(305)]||""),this[o(335)](o(309),!1),this[o(335)](o(294),!0),this[o(335)](o(282),vo(t,o(341))),this[o(335)](o(320),vo(t,o(284))),this[o(334)]=this[o(347)](),this[o(302)]=this[o(306)](),this[o(277)]({tag:o(317),attributes:{class:[o(281)]},children:[{tag:o(317),attributes:{class:[o(350),this[o(351)].if(o(294),o(324))]},children:[this[o(334)],this[o(302)]]}]}),this[o(330)][o(335)](o(278),((t,e)=>{const n=o;this[n(302)][n(352)](n(343)),e()})),this.on(o(283),((e,n)=>{const s=o;n[s(345)]>65e3?(alert(vo(t,s(322),[n[s(345)],65e3])),e[s(279)]()):this[s(331)][s(300)]("")}),{priority:o(288)})}[Lo(327)](){const t=Lo;super[t(327)](),this[t(330)][t(312)](this[t(321)]),this[t(299)][t(328)](this[t(321)])}[Lo(339)](){const t=Lo;return this[t(331)]||(this[t(331)]=new Bo(this[t(319)]),this[t(333)]=this[t(331)][t(310)]()[t(315)]((()=>{const e=t;if(this[e(298)])return;const n=this[e(331)];this[e(321)][e(293)](n.ui[e(321)],this[e(321)][e(297)]),n[e(314)][e(337)].on(e(304),(()=>this[e(296)]=n[e(286)]())),n[e(348)](e(282)).to(this),this[e(326)](this[e(331)]),this[e(352)](e(295),this[e(331)])}))),this[t(333)]}[Lo(301)](){const t=Lo;this[t(331)]&&this[t(331)][t(301)]()}async[Lo(336)](){const t=Lo;this[t(298)]||(this[t(298)]=!0,this[t(331)]&&(await this[t(333)],await this[t(331)][t(336)](),this[t(352)](t(325),this[t(331)])),await super[t(336)]())}[Lo(347)](){const t=Lo,{locale:e}=this,n=new go.ButtonView(e);return n[t(276)]({attributes:{class:[t(308)]}}),n[t(307)]=!0,n[t(348)](t(316)).to(this,t(320)),n.on(t(343),(()=>{const e=t;this[e(352)](e(283),this[e(296)])})),n[t(348)](t(329)).to(this,t(296),this,t(309),((e,n)=>!n&&!!e[t(313)]())),n}[Lo(306)](){const t=Lo,{locale:e}=this,n=new go.ButtonView(e);return n[t(276)]({attributes:{class:[t(287)]}}),n[t(316)]=vo(e,t(323)),n[t(307)]=!0,n.on(t(343),(()=>{const e=t;this[e(331)][e(300)](""),this[e(352)](e(280))})),n}[Lo(326)](t){const e=Lo,n=this[e(299)],o=new go.ViewCollection;[t.ui[e(303)],this[e(334)],this[e(302)]][e(349)]((t=>{const s=e;o[s(328)](t),n[s(328)](t[s(321)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(330)][e(335)](e(332),((t,n)=>{s[e(290)](),n()}),{priority:e(291)}),this[e(330)][e(335)](e(285),((t,n)=>{s[e(292)](),n()}),{priority:e(291)})}}function Uo(t,e){var n=Wo();return(Uo=function(t,e){return n[t-=266]})(t,e)}var Ho=Uo;function Wo(){var t=["isFocused","333rtLutC","bindTemplate","delegate","editor","259040umUqml","editorReady","54968sqhBFp","createEditor","div","then","5181476ArntRh","14vPoPMi","userView","commentInputView","destroy","141060ooXERL","showInput","showButtons","1345216CBldOh","bind","9818259YGwbTy","420614XqLwRh","ck-comment__input-container","value","change:showInput","ck-thread__input","focusTracker","ck-thread__user","editorDestroyed","set","120eaEtqq","126ZifCjg","setTemplate","extendTemplate","ck-comment__input-container--active"];return(Wo=function(){return t})()}!function(t){for(var e=Uo,n=t();;)try{if(897706===-parseInt(e(283))/1+-parseInt(e(268))/2*(parseInt(e(292))/3)+parseInt(e(272))/4+-parseInt(e(266))/5*(-parseInt(e(293))/6)+parseInt(e(273))/7*(-parseInt(e(280))/8)+parseInt(e(298))/9*(-parseInt(e(277))/10)+parseInt(e(282))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class qo extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(275)]=new Ko(t,n),this[o(275)][o(281)](o(279)).to(this[o(275)][o(288)],o(297),this[o(275)],o(285),((t,e)=>t||!!e)),this[o(291)](o(278),!1),this.on(o(286),(()=>{var t=o;this[t(278)]&&!this[t(275)][t(301)]&&this[t(275)][t(269)]()})),this[o(275)][o(300)](o(267)).to(this),this[o(275)][o(300)](o(290)).to(this),this[o(274)]=new s.UserView(t,e),this[o(274)][o(295)]({attributes:{class:o(289)}}),this[o(275)][o(295)]({attributes:{class:o(287)}}),this[o(294)]({tag:o(270),attributes:{class:[o(284),this[o(299)].if(o(278),o(296))]},children:[this[o(274)],this[o(275)]]})}[Ho(276)](){var t=Ho;return this[t(275)][t(276)]()[t(271)]((()=>super[t(276)]()))}}function Xo(){const t=["45735qfCTWC","count","114RNsgVp","2WumSkA","600723KGpDsC","1429197MPOhks","set","bindTemplate","ck-thread__comment-count","599752BfIMgq","251488mIczDe","setTemplate","10233171yGVAhs","NUMBER_OF_COMMENTS","235661ZpiQCM"];return(Xo=function(){return t})()}function Go(t,e){const n=Xo();return(Go=function(t,e){return n[t-=340]})(t,e)}!function(t){const e=Go,n=t();for(;;)try{if(141779===-parseInt(e(341))/1+-parseInt(e(345))/2*(parseInt(e(346))/3)+-parseInt(e(351))/4+parseInt(e(342))/5*(-parseInt(e(344))/6)+-parseInt(e(347))/7+-parseInt(e(352))/8+parseInt(e(354))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Jo extends go.View{constructor(t){const e=Go;super(t);const n=this[e(349)];this[e(348)](e(343),void 0),this[e(353)]({tag:"li",attributes:{class:e(350)},children:[{text:n.to(e(343),(n=>vo(t,e(340),n)))}]})}}const Yo=Zo;!function(t){const e=Zo,n=t();for(;;)try{if(357858===-parseInt(e(382))/1*(parseInt(e(356))/2)+-parseInt(e(386))/3+-parseInt(e(383))/4*(-parseInt(e(335))/5)+parseInt(e(401))/6+-parseInt(e(366))/7+parseInt(e(360))/8+parseInt(e(402))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($o);class Qo extends go.View{constructor(t,e,n){const o=Zo;super(t),this[o(377)](o(400),!1),this[o(377)](o(342),e[o(370)][o(342)]),this[o(377)](o(409),!1),this[o(392)]=e,this[o(378)]=n,this[o(365)]=this[o(405)](),this[o(389)]=this[o(405)](),this[o(343)]=null,this[o(404)]=new Jo(t),this[o(404)][o(391)](o(354)).to(this,o(342),(t=>t-this[o(378)][o(398)]));for(const t of e[o(370)])this[o(403)](t);this[o(384)](),this[o(379)](e[o(370)],o(371),((t,e)=>{const n=o,s=this[n(334)](e);this[n(342)]++,this[n(403)](e,s),this[n(351)]()})),this[o(379)](e[o(370)],o(406),((t,e)=>{const n=o;this[n(342)]--,this[n(376)](e),this[n(351)]()})),this[o(379)](e,o(369),(()=>this[o(351)]())),this[o(379)](e,o(372),(()=>this[o(384)]())),this.on(o(336),(()=>this[o(351)]())),this.on(o(397),(()=>this[o(351)]())),this[o(395)]({tag:"ul",attributes:{class:[o(374)]},children:this[o(389)]})}get[Yo(352)](){const t=Yo;return this[t(392)][t(345)]>this[t(378)][t(353)]&&!this[t(409)]&&!this[t(400)]}[Yo(350)](){const t=Yo;super[t(350)](),this[t(351)]()}[Yo(387)](){const t=Yo;this[t(385)][t(387)]()}[Yo(362)](){const t=Yo;this[t(404)][t(362)]();for(const e of this[t(365)])e[t(362)]();super[t(362)]()}[Yo(351)](){const t=Yo;this[t(352)]?this[t(381)]():this[t(380)]()}[Yo(403)](t,e){const n=Yo,o=new(this[n(378)][n(337)])(this[n(407)],t,{maxCommentCharsWhenCollapsed:this[n(378)][n(341)],formatDateTime:this[n(378)][n(388)],editorConfig:this[n(378)][n(339)]});o[n(367)]=t.id,o[n(375)](n(348)).to(this),o[n(375)](n(368)).to(this),o[n(375)](n(373)).to(this),o[n(375)](n(344)).to(this),o[n(375)](n(355)).to(this),this[n(379)](o,n(347),(()=>this[n(340)]())),this[n(365)][n(371)](o,e)}[Yo(334)](t){const e=Yo,n=this[e(392)][e(393)](t);return this[e(343)]?this[e(343)][e(357)]>t[e(357)]?n-1:n:n-1}[Yo(384)](){const t=Yo;if(this[t(392)][t(361)]&&this[t(392)][t(390)]){const e={id:t(408),author:this[t(392)][t(361)],authoredAt:this[t(392)][t(390)],content:vo(this[t(407)],t(399)),attributes:{}};this[t(343)]=new(this[t(378)][t(337)])(this[t(407)],e,{maxCommentCharsWhenCollapsed:this[t(378)][t(341)],formatDateTime:this[t(378)][t(388)],editorConfig:this[t(378)][t(339)],isSystemComment:!0}),this[t(365)][t(371)](this[t(343)],this[t(392)][t(393)](e))}else this[t(343)]&&(this[t(365)][t(406)](this[t(343)]),this[t(343)][t(362)](),this[t(343)]=null);this[t(351)]()}[Yo(376)](t){const e=Yo,n=this[e(365)][e(406)](t.id);this[e(358)](n),n[e(363)]&&this[e(340)](),n[e(362)]()}[Yo(340)](){const t=Yo;this[t(400)]=Array[t(364)](this[t(365)])[t(346)]((e=>e[t(363)]))}[Yo(381)](){const t=Yo,n=function(t){const n=Zo,o=new e.Collection;for(const e of t)o[n(371)](e);return o}(this[t(365)]),o=this[t(404)][t(354)];for(let e=1;e<=o;e++)n[t(406)](1);for(const e of n)e[t(338)]();o>0&&n[t(371)](this[t(404)],1),ts((0,e.diff)(Array[t(364)](this[t(389)]),Array[t(364)](n)),this[t(389)],n)}[Yo(380)](){const t=Yo;ts((0,e.diff)(Array[t(364)](this[t(389)]),Array[t(364)](this[t(365)])),this[t(389)],this[t(365)]);for(const e of this[t(389)])e[t(396)]()}}function Zo(t,e){const n=$o();return(Zo=function(t,e){return n[t-=334]})(t,e)}function $o(){const t=["742015leLDaX","change:isActive","CommentView","collapse","editorConfig","_updateHasDirtyComment","maxCommentCharsWhenCollapsed","length","resolvedCommentView","editorReady","weight","some","change:isEditMode","removeComment","delete","render","refreshVisibleViews","_shouldCollapse","maxThreadTotalWeight","count","editorDestroyed","64MbIuzx","authoredAt","stopListening","equal","55728VFIxKc","resolvedBy","destroy","isEditMode","from","commentViews","331835JdXhNA","viewUid","updateComment","commentUpdated","comments","add","change:isResolved","resolveCommentThread","ck-thread__comments","delegate","_handleRemoveCommentModel","set","_config","listenTo","_rearrangeExpand","_rearrangeCollapse","8408IZYGTU","4hFCZOR","_handleInfoComment","element","728154DQBdrh","focus","formatDateTime","visibleViews","resolvedAt","bind","_model","_findOptimalIndex","insert","setTemplate","expand","change:hasDirtyComment","maxCommentsWhenCollapsed","Marked as resolved","hasDirtyComment","3782916VcneiT","1180638GIeFLo","_handleNewCommentModel","_collapsedCommentsView","createCollection","remove","locale","resolved","isActive","get","_calculatePosition"];return($o=function(){return t})()}function ts(t,e,n){const o=Yo;let s=0;for(const r of t)switch(r){case o(394):e[o(371)](n[o(410)](s),s),s++;break;case o(349):e[o(406)](s);break;case o(359):s++}}const es=os;function ns(){const t=[".ck-context","querySelector","setTemplate","isResolvable","2449870HXRdcO","bindTemplate","isResolved","2714024EfYnuo",".ck-context__value","substring","ck-context-wrapper","lastIndexOf","isEnabled","59396ucVGAH","...","_trimContextValue","mouseleave","execute","isVisible","classList","ck-context--quotes","icon","2tXVBFi","reopenCommentThread","ck-context","_model","length","hasContext","overlay","span","scrollWidth","37812VvdnaN","contextValue","Comment was made on an element","_attachContextActions","354199KKJoBR","ck-annotation__actions","98dvBIjP","locale","offsetWidth","tooltip","isReadOnly","bind","fire","mouseenter","ck-context__value","div","label","render","ck-thread__header","element","value","context","listenTo","30sRIEwe","add","2991312jRtNdW","Reopen","859623xmgoyM","_createReopenButton","remove","reopenButtonView"];return(ns=function(){return t})()}function os(t,e){const n=ns();return(os=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(183348===parseInt(e(485))/1*(-parseInt(e(472))/2)+parseInt(e(446))/3+parseInt(e(463))/4*(-parseInt(e(442))/5)+-parseInt(e(481))/6*(-parseInt(e(487))/7)+parseInt(e(457))/8+-parseInt(e(444))/9+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class ss extends go.View{constructor(t,e){const n=os;super(t);const o=this[n(455)];this[n(475)]=e,this[n(449)]=this[n(447)](),this[n(492)](n(477)).to(this[n(475)],n(440),(t=>!!t)),this[n(492)](n(482)).to(this[n(475)],n(440),(t=>t&&t[n(439)]?this[n(465)](t[n(439)]):vo(this[n(488)],n(483)))),this[n(452)]({tag:n(434),attributes:{class:[n(437)]},children:[{tag:n(434),attributes:{class:[n(460)]},children:[{tag:n(434),attributes:{class:[n(474),o.if(n(477),n(470))]},children:[{tag:n(479),attributes:{class:[n(433)]},children:[{text:o.to(n(482))}]}]}]},{tag:n(434),attributes:{class:[n(486)]},children:[this[n(449)]]}]})}[es(436)](){const t=es;super[t(436)](),this[t(484)]()}[es(447)](){const t=es,e=new go.ButtonView(this[t(488)]);return e[t(435)]=vo(this[t(488)],t(445)),e[t(490)]=vo(this[t(488)],t(445)),e[t(471)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(492)](t(462)).to(this[t(475)],t(491),(t=>!t)),e[t(492)](t(468)).to(this[t(475)],t(453),this[t(475)],t(456),((t,e)=>t&&e)),e.on(t(467),(()=>{const e=t;this[e(493)](e(473),this[e(475)].id)})),e}[es(465)](t){const e=es;if(t[e(476)]<150)return t;const n=t[e(461)](" ",147);return t[e(459)](0,n>-1?n:147)+e(464)}[es(484)](){const t=es,e=this[t(438)][t(451)](t(450)),n=e[t(451)](t(458));this[t(441)](e,t(432),(()=>{const o=t;n[o(489)]<n[o(480)]&&e[o(469)][o(443)](o(478))})),this[t(441)](e,t(466),(()=>{const n=t;e[n(469)][n(448)](n(478))}))}}const rs=cs;function is(){const t=["focus","CommentView","cancel","locale","assign","96229ImnJvM","addComment","submit","updateComment","editorConfig","6XEdYIG","resolveCommentThread","disabledSubmit","2454136wFiXhG","removeCommentThread","archivedAt","isResolved","Reply to reopen discussion...","isDirty","commentsListView","stop","Write a comment...","_createCommentThreadInputView","isActive","235fBDwcn","_config","reopenCommentThread","_model","1434686dJeNrz","isResolvable","commentThreadInputView","submitLabel","9JwbjpX","removeComment","editorDestroyed","357196lqmjam","isReadOnly","unlinkedAt","Reply","placeholder","hasDirtyComment","element","bind","value","11950GixlnU","12RzrWio","delegate","fire","commentInputView","length","set","isUnlinked","showInput","_localUser","canComment","2092JvPVvf","change:isActive","destroy","commentThreadHeaderView","Comment","editorReady","submitCommentThread","1683OInYYA","isSubmitted","listenTo","569995dcyYUi","Reply..."];return(is=function(){return t})()}function cs(t,e){const n=is();return(cs=function(t,e){return n[t-=257]})(t,e)}!function(t){const e=cs,n=t();for(;;)try{if(196957===parseInt(e(267))/1*(-parseInt(e(298))/2)+parseInt(e(275))/3*(parseInt(e(278))/4)+parseInt(e(308))/5*(parseInt(e(320))/6)+parseInt(e(315))/7+-parseInt(e(323))/8+parseInt(e(305))/9*(parseInt(e(287))/10)+-parseInt(e(271))/11*(-parseInt(e(288))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=cs;super(t),this[s(293)](s(266),!1),this[s(293)](s(261),!1),this[s(270)]=e,this[s(296)]=n,this[s(268)]=o,this[s(301)]=new ss(t,e),this[s(301)][s(289)](s(269)).to(this),this[s(307)](this,s(269),(()=>{this[s(310)]()})),this[s(262)]=new Qo(t,e,Object[s(314)]({CommentView:this[s(268)][s(311)]},o)),this[s(262)][s(289)](s(276)).to(this),this[s(262)][s(289)](s(318)).to(this),this[s(262)][s(289)](s(321)).to(this),this[s(262)][s(289)](s(303)).to(this),this[s(262)][s(289)](s(277)).to(this),this[s(262)][s(285)](s(266)).to(this),this[s(307)](this,s(321),(()=>{this[s(310)]()})),this[s(293)](s(292),this[s(262)][s(292)]),this[s(285)](s(292)).to(this[s(262)],s(292)),this[s(273)]=this[s(265)](),this[s(273)][s(289)](s(303)).to(this),this[s(273)][s(289)](s(277)).to(this),this.on(s(276),(()=>this[s(310)]())),this[s(285)](s(261)).to(this[s(262)],s(283),this[s(273)][s(291)],s(286),((t,e)=>t||!!e)),this[s(285)](s(294)).to(e,s(280),(t=>!!t))}[rs(310)](){const t=rs;this[t(284)][t(310)]()}async[rs(300)](){const t=rs;this[t(261)]=!1,this[t(262)][t(300)](),await this[t(273)][t(300)](),super[t(300)]()}[rs(265)](){const t=rs,e=new qo(this[t(313)],this[t(296)],this[t(268)][t(319)]),n=e[t(291)];return e[t(285)](t(295)).to(this,t(266),this[t(270)],t(279),this[t(270)],t(297),this[t(270)],t(258),n,t(286),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(285)](t(282)).to(this,t(292),this[t(270)],t(272),this[t(270)],t(259),((e,n,o)=>{const s=t;let r;return r=s(o&&n?260:e?309:264),vo(this[s(313)],r)})),n[t(285)](t(274)).to(this,t(292),(e=>vo(this[t(313)],t(e?281:302)))),n.on(t(317),((e,n)=>{const o=t;this[o(290)](o(316),n),this[o(270)][o(259)]&&this[o(270)][o(272)]&&this[o(290)](o(269),this[o(270)].id),this[o(270)][o(306)]||this[o(290)](o(304))})),n.on(t(312),(()=>{this[t(310)]()})),n[t(285)](t(322)).to(this[t(270)],t(279)),n.on(t(312),(e=>{const n=t;0==this[n(292)]&&(this[n(290)](n(257)),e[n(263)]())})),this.on(t(299),((e,o,s)=>{const r=t;s||this[r(292)]||n[r(286)]||this[r(290)](r(257))})),e}}function hs(t,e){const n=ds();return(hs=function(t,e){return n[t-=496]})(t,e)}const us=hs;function ds(){const t=["length","archivedAt","createCollection","isResolvable","Delete comment thread?","render","removeButton","extendTemplate","isVisible","_bindFirstCommentView","commentThreadHeaderView","866216hvVDLI","ck-reset_all-excluded","ck-thread__container","Write a comment...","ck-thread--active","showConfirm","containerElement","4113441FKQXnS","tooltip","fire","div","176ekwtHL","1507806WQsust","locale","add","check","commentsListView","1033858KlSoJC","setTemplate","commentViews",".ck-thread__container","bindTemplate","removeCommentThread","commentThreadInputView","_boundFirstCommentView","high","icon","unbind","Resolve","change:isReadOnly","label","commentThreadChildren","then","_cancelAllConfirms","ck-thread--","isResolved","ck-thread","addMany","ck-thread--unlinked","change:isActive","querySelector","execute","isReadOnly","stop","listenTo","actionBar","get","isSystemComment","_createResolveButton","773433gCMiPw","isEnabled","change:archivedAt","set","actionIndicator","element","1446569JhwvcO","getTemplate","isConfirm","remove","1618140pwoVri","has","resolveCommentThread","ck-thread--remove-confirmation","isActive","bind","2JrgeoR","_model","isUnlinked","placeholder","cancelConfirm","ck-comment--resolve","resolveButton"];return(ds=function(){return t})()}!function(t){const e=hs,n=t();for(;;)try{if(876015===parseInt(e(559))/1*(-parseInt(e(569))/2)+parseInt(e(511))/3+-parseInt(e(504))/4+-parseInt(e(563))/5+-parseInt(e(516))/6+-parseInt(e(521))/7+-parseInt(e(515))/8*(-parseInt(e(553))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ds);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=hs;super(t,e,n,o),this[s(535)]=this[s(578)](),this[s(535)][s(541)]([this[s(520)],this[s(527)]]),this[s(570)][s(577)]&&this[s(535)][s(518)](this[s(503)],0),this[s(570)].on(s(555),((t,e,n)=>{const o=s;n?this[o(535)][o(564)](this[o(503)])||this[o(535)][o(518)](this[o(503)],0):this[o(535)][o(562)](this[o(503)])})),this[s(556)](s(557),null),this[s(510)]=null,this[s(528)]=null,this[s(517)]=t,this[s(575)]=this[s(552)](),this[s(522)](this[s(560)]()),this.on(s(543),((t,e,n)=>{n||this[s(537)]()})),this[s(548)](this[s(570)],s(533),((t,e,n)=>{n&&this[s(537)]()})),this[s(576)]>0&&this[s(502)](),this[s(548)](this[s(520)][s(523)],s(518),(()=>{this[s(502)]()}))}[us(560)](){const t=us,e=this[t(525)];return{tag:t(514),attributes:{class:[t(540),t(505),e.if(t(567),t(508)),e.if(t(571),t(542)),e.if(t(561),t(566)),e.to(t(557),(e=>e?t(538)+e:""))],"data-thread-id":this[t(570)].id,tabindex:-1},children:[{tag:t(514),attributes:{class:t(506)},children:this[t(535)]}]}}[us(498)](){const t=us;super[t(498)](),this[t(510)]=this[t(558)][t(544)](t(524))}[us(537)](){const t=us;this[t(573)]();for(const e of this[t(520)][t(523)])e[t(573)]()}[us(502)](){const t=us,{locale:e}=this,n=this[t(520)][t(523)][t(550)](0);n===this[t(528)]||n[t(551)]||(this[t(528)]=n,this[t(531)](t(557)),this[t(568)](t(557)).to(n,t(557),(e=>t(562)===e?t(562):null)),n[t(572)]=vo(e,t(507)),n[t(499)].on(t(545),(n=>{const o=t;n[o(547)](),this[o(509)](vo(e,o(497)),this[o(510)])[o(536)]((()=>{const t=o;this[t(513)](t(526))}))}),{priority:t(529)}),n[t(549)][t(518)](this[t(575)],0))}[us(552)](){const e=us,n=new go.ButtonView(this[e(517)]);return n[e(534)]=vo(this[e(517)],e(532)),n[e(512)]=vo(this[e(517)],e(532)),n[e(530)]=t.icons[e(519)],n[e(500)]({attributes:{class:e(574)}}),n[e(568)](e(554)).to(this[e(570)],e(546),(t=>!t)),n[e(568)](e(501)).to(this[e(570)],e(496),this[e(570)],e(539),((t,e)=>t&&!e)),n.on(e(545),(()=>{const t=e;this[t(513)](t(565),this[t(570)].id)})),n}}function ms(t,e){var n=fs();return(ms=function(t,e){return n[t-=353]})(t,e)}var ps=ms;function fs(){var t=["content","set","ck-content","9836811CIOsBn","461444wQSVoU","1bpHCUr","12HRIroz","1051730wbIRdc","4022662dNnlsn","1152356eXRQbG","ck-annotation__content","4294960wsdmHc","1092288wshANA","render","3sLQNwz","setTemplate","element","change:content","innerHTML","ck-comment__content","div"];return(fs=function(){return t})()}!function(t){for(var e=ms,n=t();;)try{if(828643===parseInt(e(365))/1*(-parseInt(e(364))/2)+-parseInt(e(353))/3*(-parseInt(e(369))/4)+parseInt(e(371))/5+parseInt(e(366))/6*(-parseInt(e(368))/7)+-parseInt(e(372))/8+parseInt(e(363))/9+parseInt(e(367))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fs);class gs extends go.View{constructor(t){var e=ms;super(t),this[e(361)](e(360),""),this[e(354)]({tag:e(359),attributes:{class:[e(362),e(358),e(370)]}})}[ps(373)](){var t=ps;super[t(373)](),this.on(t(356),((e,n,o)=>{var s=t;this[s(355)][s(357)]=o})),this[t(355)][t(357)]=this[t(360)]}}const vs=bs;function ks(){const t=["locale","_createCommentContentView","get","1287868exQYUm","isEditMode","maxCommentCharsWhenCollapsed","610104Peyigb","2086945zbqwTY","cancel","switchToEditMode","bind","value","visibleView","isCollapsed","editorReady","disabledSubmit","Save","isReadOnly","editorConfig","fire","element","once","submitLabel","submit","add","9670ufwBZl","set","destroy","initialData","2538ANLInw","1264392ljoKgh","content","877115PXjNHI","switchToDisplayMode","focus","1606098ioXuxM","_createCommentInputView","editorDestroyed","collapse","remove","createEditor","createCollection","updateComment","delegate","isSystemComment","_config","_model","expand"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=276]})(t,e)}!function(t){const e=bs,n=t();for(;;)try{if(493049===parseInt(e(319))/1+parseInt(e(322))/2+-parseInt(e(317))/3+-parseInt(e(290))/4+-parseInt(e(312))/5*(parseInt(e(316))/6)+parseInt(e(294))/7+parseInt(e(293))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ks);class ws extends go.View{constructor(t,e,n){const o=bs;super(t),this[o(285)]=e,this[o(284)]=n,this[o(283)]=!!this[o(284)][o(283)],this[o(313)](o(291),!1),this[o(313)](o(300),!0),this[o(299)]=this[o(280)](),this[o(299)][o(311)](this[o(288)]())}[vs(286)](){this[vs(300)]=!1}[vs(277)](){const t=vs;this[t(291)]||(this[t(300)]=!0)}[vs(321)](){const t=vs;this[t(307)][t(321)]()}async[vs(314)](){const t=vs;await this[t(299)][t(289)](0)[t(314)](),super[t(314)]()}[vs(296)](){const t=vs;this[t(291)]||(this[t(291)]=!0,this[t(299)][t(278)](0)[t(314)](),this[t(299)][t(311)](this[t(323)]()))}[vs(320)](){const t=vs;this[t(291)]&&(this[t(291)]=!1,this[t(299)][t(278)](0)[t(314)](),this[t(299)][t(311)](this[t(288)]()))}[vs(288)](){const t=vs,e=new gs(this[t(287)]);return e[t(297)](t(318)).to(this[t(285)],t(318),this,t(300),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(284)][t(292)]}):e)),e}[vs(323)](){const t=vs;this[t(284)][t(305)]||(this[t(284)][t(305)]={}),this[t(284)][t(305)][t(315)]=this[t(285)][t(318)];const e=new Ko(this[t(287)],this[t(284)][t(305)]);return e[t(298)]=this[t(285)][t(318)],e[t(297)](t(302)).to(this[t(285)],t(304)),e[t(309)]=vo(this[t(287)],t(303)),e.on(t(310),((e,n)=>{const o=t;this[o(306)](o(281),this[o(285)].id,n),this[o(320)](),this[o(321)]()})),e.on(t(295),(()=>{const e=t;this[e(320)](),this[e(321)]()})),e[t(308)](t(301),(()=>{e[t(321)]()})),e[t(279)](),e[t(282)](t(301)).to(this),e[t(282)](t(276)).to(this),e}}const _s=Is;function Is(t,e){const n=ys();return(Is=function(t,e){return n[t-=338]})(t,e)}function ys(){const t=["author","threeVerticalDots","ck-comment--edit","isReadOnly","actionBar","editButton","ck-comment__actions--hidden","isEditMode","dropdown","ck-comment__info","ck-comment__wrapper","_model","Reply...","158445blyXvu","items","getUserViewNotificationText","isVisible","withText","107590iLTeoQ","_createDropdown","EXTERNAL_IMPORT_WORD_COMMENT","36bzRxLY","ck-comment--remove-confirmation","ck-annotation__info-name","addMany","some","push","locale","label","ck-comment__user","2027697RFHJLV","Delete comment?","actionIndicator","EXTERNAL_COMMENT","buttonView","panelPosition","then","render","creator","ck-annotation__info-time","ck-annotation__actions--hidden","showConfirm","ck-comment--","_attachActions","Remove","removeComment","464BntjMM","mouseleave","isSystemComment","829058dzdtSf","visibleView","39OMvQiP","ck-comment__external","set","userView","execute","icon","ck-comment__info-name","children","Edit","pencil","isRemovable","_createCommentInputView","source","ck-comment__main","fire","time","extendTemplate","ck-annotation__user","isExternal","blur","ck-annotation__main","getTemplate","listenTo","add","isConfirm","formatDateTime","createCollection","bind","panelView","removeButton","change:isVisible","name","ck-comment--remove","getExternalCommentNote","ck-annotation__content-wrapper","setTemplate","_config","mouseenter","bindTemplate","@external","ck-annotation__info","EXTERNAL_AVATAR","switchToEditMode","isEditable","ck-annotation__actions","ck-annotation","importWord","ck-comment__actions","element","33sTHTkp","authoredAt","32gipOFb","ck-comment","ck-comment--info","edit","focus","_createRemoveButton","11359128drOVlV","EXTERNAL_IMPORT_WORD_AVATAR","451790NbkZJb","change:isEnabled","change:isRemovable","resolvedAt","isEnabled","remove","161926jkFfNP","placeholder","Show more items","_createEditButton","ck-comment__info-time","cancelConfirm","span","attributes","length","div"];return(ys=function(){return t})()}!function(t){const e=Is,n=t();for(;;)try{if(973188===parseInt(e(438))/1+-parseInt(e(379))/2*(-parseInt(e(440))/3)+-parseInt(e(365))/4*(-parseInt(e(373))/5)+-parseInt(e(410))/6*(parseInt(e(419))/7)+parseInt(e(435))/8*(parseInt(e(402))/9)+-parseInt(e(407))/10*(-parseInt(e(363))/11)+-parseInt(e(371))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=Is;super(t,e,n),this[o(442)](o(421),null),this[o(442)](o(380),vo(t,o(401))),this[o(341)](o(364)).to(e),this[o(341)](o(376)).to(e),this[o(393)]=this[o(340)](),this[o(437)]||(this[o(394)]=this[o(382)](),this[o(343)]=this[o(370)](),this[o(403)]=this[o(340)](),this[o(403)][o(413)]([this[o(394)],this[o(343)]]),this[o(397)]=this[o(408)](),this[o(393)][o(463)](this[o(397)])),this[o(443)]=new s.UserView(t,e[o(389)],this[o(404)]()),this[o(443)][o(456)]({attributes:{class:[o(418),o(457)]}}),this[o(462)](e,o(375),(()=>this[o(384)]())),this[o(349)](this[o(461)]())}[_s(461)](){const t=_s,e=this[t(352)],n=[{tag:t(388),attributes:{class:[t(398),t(354)]},children:[{tag:t(385),children:[{text:this[t(443)][t(345)]}],attributes:{class:[t(446),t(412)]}},{tag:t(455),attributes:{datetime:e.to(t(364)),class:[t(383),t(428)]},children:[{text:e.to(t(364),(e=>this[t(350)][t(339)](e)))}]}]},{tag:t(388),attributes:{class:[t(361),t(358),e.if(t(396),t(395)),e.if(t(396),t(429))]},children:this[t(393)]},{tag:t(388),attributes:{class:[t(348)]},children:this[t(439)]}];return this[t(400)][t(458)]&&n[t(415)]({tag:t(388),attributes:{class:[t(441)]},children:[{text:this[t(347)]()}]}),{tag:"li",attributes:{class:[t(399),e.if(t(338),t(411))],tabindex:-1},children:[{tag:t(388),attributes:{class:[t(366),t(359),e.if(t(396),t(391)),e.if(t(437),t(367)),e.to(t(421),(e=>e?t(431)+e:""))],"data-author-id":this[t(400)][t(389)].id,"data-comment-id":this[t(400)].id},children:[this[t(443)],{tag:t(388),attributes:{class:[t(453),t(460)]},children:n}]}]}}[_s(382)](){const e=_s,n=new go.ButtonView(this[e(416)]);return n[e(417)]=vo(this[e(416)],e(448)),n[e(445)]=t.icons[e(449)],n[e(406)]=!0,n[e(456)]({attributes:{class:e(391)}}),n[e(341)](e(377)).to(this[e(400)],e(392),(t=>!t)),n[e(341)](e(405)).to(this[e(400)],e(357)),n.on(e(444),(()=>this[e(356)]())),n}[_s(370)](){const t=_s,e=new go.ButtonView(this[t(416)]);return e[t(417)]=vo(this[t(416)],t(433)),e[t(445)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(406)]=!0,e[t(456)]({attributes:{class:t(346)}}),e[t(341)](t(377)).to(this[t(400)],t(392),(t=>!t)),e[t(341)](t(405)).to(this[t(400)],t(450)),e.on(t(444),(()=>{const e=t;this[e(430)](vo(this[e(416)],e(420)),this[e(362)])[e(425)]((()=>{const t=e;this[t(454)](t(434),this[t(400)].id)}))})),e}[_s(408)](){const e=_s,n=(0,go.createDropdown)(this[e(416)]),o=n[e(342)][e(447)],s=new go.ListView(this[e(416)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(416)]);i[r(447)][r(463)](t);const c=o>-1?o:s[r(403)][r(387)];s[r(403)][r(463)](i,c),n[r(462)](t,r(374),(()=>{const t=r;n[t(377)]=[...this[t(403)]][t(414)]((e=>e[t(377)]))})),n[r(462)](t,r(344),(()=>{const t=r;n[t(423)][t(405)]=[...this[t(403)]][t(414)]((e=>e[t(405)]))}))};n[e(424)]="sw",n[e(423)][e(442)]({label:vo(this[e(416)],e(381)),icon:t.icons[e(390)]}),n[e(377)]=[...this[e(403)]][e(414)]((t=>t[e(377)])),n[e(423)][e(405)]=[...this[e(403)]][e(414)]((t=>t[e(405)]));for(const t of this[e(403)])r(t);return o[e(463)](s),n[e(462)](this[e(403)],e(463),((t,e,n)=>{r(e,n)})),n[e(462)](this[e(403)],e(378),((t,n,o)=>{const r=e;s[r(403)][r(378)](o)})),n}[_s(432)](t,e){const n=_s,o=t&&t[n(362)];o&&(this[n(462)](o,n(351),(()=>this[n(421)]=e)),this[n(462)](o,n(369),(()=>this[n(421)]=e)),this[n(462)](o,n(436),(()=>this[n(421)]=null)),this[n(462)](o,n(459),(()=>this[n(421)]=null)))}[_s(451)](){const t=_s,e=super[t(451)]();return e[t(341)](t(380)).to(this),e}[_s(347)](){const t=_s;return t(360)===this[t(400)][t(386)][t(353)][t(452)]?vo(this[t(416)],t(409)):vo(this[t(416)],t(422))}[_s(404)](){const t=_s;return this[t(400)][t(458)]?t(360)===this[t(400)][t(386)][t(353)][t(452)]?vo(this[t(416)],t(372),this[t(400)][t(427)][t(345)]):vo(this[t(416)],t(355),this[t(400)][t(427)][t(345)]):null}[_s(426)](){const t=_s;super[t(426)](),this[t(432)](this[t(394)],t(368)),this[t(432)](this[t(343)],t(378))}}var As=n(673),Ts=n.n(As),xs=n(554),Es={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(xs.A,Es);xs.A.locals;var Os=n(306),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Os.A,Ms);Os.A.locals;var Rs=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,js);Rs.A.locals;const Vs=function(){return _.Date.now()};var Ns=/\s/;const Ss=function(t){for(var e=t.length;e--&&Ns.test(t.charAt(e)););return e};var Ds=/^\s+/;const Ps=function(t){return t?t.slice(0,Ss(t)+1).replace(Ds,""):t};var Bs=/^[-+]0x[0-9a-f]+$/i,Ls=/^0b[01]+$/i,Fs=/^0o[0-7]+$/i,zs=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(zn(t))return NaN;if(j(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=j(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=Ls.test(t);return n||Fs.test(t)?zs(t.slice(2),n?2:8):Bs.test(t)?NaN:+t};var Us=Math.max,Hs=Math.min;const Ws=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-h>=r}function f(){var t=Vs();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Hs(n,r-(t-h)):n}(t))}function g(t){return c=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=Vs(),n=p(t);if(o=arguments,s=this,a=t,n){if(void 0===c)return function(t){return h=t,c=setTimeout(f,e),u?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Ks(e)||0,j(n)&&(u=!!n.leading,r=(d="maxWait"in n)?Us(Ks(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==c&&clearTimeout(c),h=0,o=a=s=c=void 0},v.flush=function(){return void 0===c?i:g(Vs())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return j(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Ws(t,e,{leading:o,maxWait:e,trailing:s})};function Xs(){const t=["attributes","1RIFukA","2188YfCcCH","905484FhBKSr","1045944XhQoBY","1671xnvEGj","class","238010tyJFmC","disconnect","10jqAPiv","childList","characterData","21yHneAC","4240698DBKLWV","type","observe","1633336GEXcEp","318306biejJf","attributeName","cancel"];return(Xs=function(){return t})()}function Gs(t,e){const n=Xs();return(Gs=function(t,e){return n[t-=479]})(t,e)}function Js(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Gs;for(const o of t)(n(486)==o[n(480)]&&n(492)==o[n(484)]||n(496)==o[n(480)]||n(497)==o[n(480)])&&e()}));return{attach(t){n[Gs(481)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Gs;n[t(494)](),e[t(485)]()}}}!function(t){const e=Gs,n=t();for(;;)try{if(258275===-parseInt(e(487))/1*(-parseInt(e(483))/2)+-parseInt(e(491))/3*(-parseInt(e(488))/4)+parseInt(e(493))/5+parseInt(e(489))/6*(parseInt(e(498))/7)+-parseInt(e(482))/8+-parseInt(e(490))/9+-parseInt(e(495))/10*(parseInt(e(479))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xs);var Ys=n(438),Qs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ys.A,Qs);Ys.A.locals;function Zs(){const t=["_updateHeight","detach","6284204AKSXie","clear","9693oYqFyK","230068gfYDFm","listenTo","createCollection","focusTracker","keystrokes","length","div","6901115cNJjOK","ck-annotation-wrapper","add","_mutationObserver","isActive","set","9747304YfoYNa","clientHeight","height","element","43570LMgzrE","3049116skKvKq","9786822BWqdss","type","render","content","2JRDqqX","fire","Esc","ck-annotation-wrapper--active","mainView","isDirty","7rAJeVp","ck-rounded-corners","attach","focus","setTemplate","destroy","bindTemplate","targetRect"];return(Zs=function(){return t})()}const $s=tr;function tr(t,e){const n=Zs();return(tr=function(t,e){return n[t-=303]})(t,e)}!function(t){const e=tr,n=t();for(;;)try{if(865807===-parseInt(e(333))/1*(-parseInt(e(314))/2)+-parseInt(e(309))/3+-parseInt(e(330))/4+parseInt(e(340))/5+-parseInt(e(310))/6*(parseInt(e(320))/7)+-parseInt(e(304))/8+-parseInt(e(332))/9*(-parseInt(e(308))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zs);class er extends go.View{constructor(t,n){const o=tr;super(t),this.id=(0,e.uid)(),this[o(336)]=new e.FocusTracker,this[o(337)]=new e.KeystrokeHandler,this[o(337)][o(303)](o(316),((t,e)=>this[o(315)](o(316),e))),this[o(303)](o(327),{top:0,right:0,bottom:0,left:0}),this[o(303)](o(306),0),this[o(303)](o(344),!1),this[o(303)](o(319),!1),this[o(303)](o(338),0),this[o(303)](o(311),""),this[o(343)]=Js((()=>this[o(328)]())),this[o(313)]=this[o(335)](),this[o(313)][o(342)](n),this[o(318)]=n;const s=this[o(326)];this[o(324)]({tag:o(339),attributes:{class:["ck",o(341),o(321),s.if(o(344),o(317))],tabindex:-1},children:this[o(313)]})}[$s(312)](){const t=$s;super[t(312)](),this[t(336)][t(342)](this[t(307)]),this[t(337)][t(334)](this[t(307)]),this[t(343)][t(322)](this[t(307)])}[$s(325)](){const t=$s;this[t(313)][t(331)](),this[t(337)][t(325)](),this[t(336)][t(325)](),this[t(343)][t(329)](),super[t(325)]()}[$s(323)](){const t=$s;this[t(307)][t(323)]()}[$s(328)](){const t=$s,e=this[t(307)][t(305)];e&&(this[t(306)]=e)}}const nr=or;function or(t,e){const n=sr();return(or=function(t,e){return n[t-=305]})(t,e)}function sr(){const t=["isVisible","2490632oedxhH","nodeType","targetRect","function","getClientRects","element","stopListening","clear","1230144BLUVKg","_assertCorrectTarget","length","refreshVisibility","set","render","focusableElements","_type","isActive","destroy","item","1714404yfafCy","focusTracker","target","offsetParent","updateTargetRect","_target","view","mainView","annotation-invalid-target","500370xpkyef","remove","576NBmHXs","isArray","every","filter","80398jJePjk","_getNormalizedTarget","object","_id","add","11QJGDZa","innerView","63459VbpiXY","type","1055096JveJTq"];return(sr=function(){return t})()}!function(t){const e=or,n=t();for(;;)try{if(313025===parseInt(e(336))/1*(-parseInt(e(331))/2)+-parseInt(e(305))/3+parseInt(e(342))/4+-parseInt(e(325))/5+parseInt(e(316))/6+-parseInt(e(340))/7+-parseInt(e(327))/8*(-parseInt(e(338))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sr);class rr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=or;super(),this[r(322)]=t,this[r(322)][r(347)]||this[r(322)][r(310)](),this[r(312)]=o,this[r(321)]=n,rr[r(306)](this[r(332)]()),this[r(311)]=new e.Collection([this[r(322)][r(347)]],{idProperty:r(334)}),this[r(311)].on(r(335),((t,e)=>{const n=r;this[n(322)][n(317)][n(335)](e)})),this[r(311)].on(r(326),((t,e)=>{const n=r;this[n(322)][n(317)][n(326)](e)})),this[r(309)](r(341),s)}get[nr(339)](){const t=nr;return t(345)==typeof this[t(312)]?this[t(312)]():this[t(312)]}get[nr(337)](){const t=nr;return this[t(322)][t(323)]}get[nr(318)](){const t=nr,e=this[t(332)]();return rr[t(306)](e),e}get[nr(344)](){const t=nr,n=this[t(318)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(330)]((e=>function(e){const n=t;if(e[n(319)])return!0;return!!e[n(346)]()[n(315)](0)}(e)));return 0===o[t(307)]?null:new e.Rect(o[0][t(346)]()[t(315)](0))}get[nr(313)](){const t=nr;return this[t(322)][t(313)]}set[nr(313)](t){const e=nr;this[e(322)][e(313)]=t,this[e(322)][e(323)][e(313)]=t}[nr(320)](){const t=nr;this[t(322)][t(344)]=this[t(344)]}[nr(314)](){const t=nr;this[t(311)][t(348)](),this[t(311)][t(349)](),this[t(348)]()}[nr(308)](){const t=nr;this[t(341)]=!!this[t(344)]}static[nr(306)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(328)](t)&&t[n(329)]((t=>ir(t)))))throw new e.CKEditorError(n(324),null,{target:t})}[nr(332)](){const t=nr,e=t(345)==typeof this[t(321)]?this[t(321)]():this[t(321)];return ir(e)?[e]:e}}function ir(t){const e=nr;return null!==t&&e(333)==typeof t&&e(343)in t&&1===t[e(343)]}const cr=hr;!function(t){const e=hr,n=t();for(;;)try{if(558893===-parseInt(e(165))/1*(-parseInt(e(175))/2)+parseInt(e(157))/3+parseInt(e(179))/4*(-parseInt(e(166))/5)+parseInt(e(178))/6+parseInt(e(160))/7+parseInt(e(142))/8*(parseInt(e(168))/9)+-parseInt(e(171))/10*(parseInt(e(143))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class ar extends e.Collection{constructor(t=[]){const n=hr;super(),this[n(167)]=new Map,this[n(163)]=new Map,this[n(134)]=new e.FocusTracker,this[n(134)].on(n(135),((t,e,o)=>{const s=n;o||this[s(164)](s(144))}));for(const e of t)this[n(180)](e)}get[cr(137)](){const t=cr;return this[t(134)][t(137)]}[cr(180)](t){const n=cr;if(this[n(151)](t))throw new e.CKEditorError(n(154),null);this[n(167)][n(156)](t[n(174)],t),this[n(163)][n(156)](t[n(159)],t);for(const e of t[n(152)])this[n(134)][n(180)](e);this[n(176)](t[n(152)],n(180),((t,e)=>{const o=n;this[o(134)][o(180)](e)})),this[n(176)](t[n(152)],n(155),((t,e)=>{const o=n;this[o(134)][o(155)](e)})),this[n(176)](t[n(159)][n(162)],n(135),((e,o,s)=>{const r=n;s&&this[r(164)](r(136),t)})),t[n(169)]();const o=this[n(161)](t[n(159)][n(181)]);return super[n(180)](t,o)}[cr(155)](t){const n=cr;if(!this[n(151)](t))throw new e.CKEditorError(n(146),null);this[n(153)](t[n(159)][n(162)]),this[n(153)](t[n(152)]);for(const e of t[n(152)])this[n(134)][n(155)](e);return this[n(163)][n(140)](t[n(159)]),this[n(167)][n(140)](t[n(174)]),super[n(155)](t)}[cr(150)](t){const e=cr;return this[e(167)][e(172)](t)}[cr(149)](t){const e=cr;return this[e(163)][e(172)](t)}[cr(158)](){const t=cr;super[t(177)](),this[t(153)](),this[t(167)][t(177)](),this[t(163)][t(177)](),this[t(134)][t(158)]()}[cr(148)](){const t=cr;for(const e of this)e[t(169)]();this[t(170)]()}[cr(170)](){const t=cr,e=Array[t(173)](this)[t(138)](((e,n)=>ur(e[t(159)][t(181)],n[t(159)][t(181)])));for(let n=e[t(139)]-1;n>0;n--){const o=e[n];n!==this[t(141)](o)&&(this[t(155)](o),this[t(180)](o))}}[cr(161)](t){const e=cr;let n=0;if(!t)return this[e(139)];for(const o of this){const s=o[e(159)][e(181)];if(s){if(ur(t,s)<0)return n;n++}}return n}}function hr(t,e){const n=dr();return(hr=function(t,e){return n[t-=134]})(t,e)}function ur(t,e){const n=cr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(147)]-e[n(147)];return 0==o?t[n(145)]-e[n(145)]:o}function dr(){const t=["6PWtxef","4393385hdODqT","_innerViewToAnnotation","6983505ogkaRi","updateTargetRect","_sort","14890WiJWvY","get","from","innerView","137498JTqTjx","listenTo","clear","6639726OClvQe","4mQiWkZ","add","targetRect","_focusTracker","change:isFocused","focus","isFocused","sort","length","delete","getIndex","8WEbOVG","13871LcQUCC","blur","left","annotationcollection-not-existing-item","top","refreshPositioning","getByView","getByInnerView","has","focusableElements","stopListening","annotationcollection-duplicated-item","remove","set","2618910ymIdqF","destroy","view","1030183rxsOqT","_getOrderInContent","focusTracker","_viewToAnnotation","fire"];return(dr=function(){return t})()}const lr=pr;function mr(){const t=["642795DBCLGh","source","12mCMrPL","focusTracker","deactivateAll","element","add","change:isVisible","stopListening","38efVjzg","_addActiveAnnotation","44eFqTqa","collection","set","refreshPositioning","has","getByInnerView","8IJqYsq","createAnnotationView","createAnnotation","850068BkUejZ","Annotations","listenTo","2973540wMDTwa","activeAnnotations","view","remove","activate","889130afULFh","_visibleAnnotations","fire","_bindAnnotationsToVisibleAnnotations","_deactivateAllAnnotations","_removeActiveAnnotation","delete","pluginName","destroy","6009318PAHWLQ","isVisible","7236943rFPVem","refreshVisibility","57152hpiqCb","_activateAnnotation"];return(mr=function(){return t})()}function pr(t,e){const n=mr();return(pr=function(t,e){return n[t-=400]})(t,e)}!function(t){const e=pr,n=t();for(;;)try{if(757358===parseInt(e(423))/1*(parseInt(e(434))/2)+parseInt(e(402))/3+-parseInt(e(427))/4*(parseInt(e(425))/5)+parseInt(e(405))/6+parseInt(e(421))/7*(-parseInt(e(442))/8)+parseInt(e(419))/9+parseInt(e(410))/10*(-parseInt(e(436))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mr);class fr extends t.ContextPlugin{static get[lr(417)](){return lr(403)}constructor(t){const e=lr;super(t),this[e(437)]=new ar,this[e(411)]=new ar,this[e(438)](e(406),new Set),this[e(413)]()}[lr(431)](t){const e=lr;this[e(437)][e(431)](t)}[lr(408)](t){const e=lr;this[e(437)][e(408)](t),t[e(418)]()}[lr(422)](){const t=lr;for(const e of this[t(437)])e[t(422)]()}[lr(439)](){const t=lr;this[t(411)][t(439)]()}[lr(441)](t){const e=lr;return this[e(437)][e(441)](t)}[lr(429)](){const t=lr;this[t(412)](t(414))}[lr(418)](){const t=lr;for(const e of this[t(437)])e[t(418)]();this[t(411)][t(418)](),this[t(437)][t(418)](),super[t(418)]()}[lr(409)](t){const e=lr;this[e(412)](e(424),t)}[lr(401)](t){return new rr(t)}[lr(400)](t,e){return new er(t,e)}[lr(435)](t){const e=lr,n=new Set(this[e(406)]);n[e(431)](t),this[e(406)]=n}[lr(415)](t){const e=lr,n=new Set(this[e(406)]);n[e(416)](t),this[e(406)]=n}[lr(413)](){const t=lr,e=this[t(437)],n=this[t(411)];function o(e){const o=t,s=e[o(426)];s[o(420)]&&!n[o(440)](s)?n[o(431)](s):!s[o(420)]&&n[o(440)](s)&&n[o(408)](s),s[o(407)][o(428)][o(408)](s[o(407)][o(430)]),s[o(407)][o(428)][o(431)](s[o(407)][o(430)])}this[t(404)](e,t(431),((e,s)=>{const r=t;s[r(420)]&&n[r(431)](s),this[r(404)](s,r(432),o)})),this[t(404)](e,t(408),((e,s)=>{const r=t;n[r(440)](s)&&n[r(408)](s),this[r(433)](s,r(432),o)}))}}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=259]})(t,e)}function kr(){const t=["updateCommentThread","delete","createdAt","config","commentsrepository-invalid-comment-authorid","commentsrepository-update-comment-missing-comment-thread","resolvedAt","editorReady","commentsrepository-duplicated-comment-thread-id","_bindAnnotationToEditors","view","setUnlinkedAt","function","getCommentThreads","fetchCommentThread","toJSON","commentThreadInputView","295626bEQkcK","comments.copyMarkers","_attachCommentThread","commentsrepository-active-not-attached","_removeActiveAnnotation","bind","2564800GACXEn","22840SilMgC","external:","context","_viewToController","define","isAttached","update","commentsrepository-fetch-comment-thread","length","resolve","submitCommentThread","change:_readOnlyChannels","authorName","authoredAt","_submitCommentThread","commentsrepository-add-comment-user-not-exists","focusTracker","setPermissions","commentsrepository-remove-comment-internal-error","assign","values","_addCommentThread","comments.maxCommentsWhenCollapsed","setContext","author","admin","removeAttribute","attachTo","commentsrepository-attach-missing-comment-thread","lowest","max","_permissions","channelId","isNaN","_readOnlyChannels","reopen","commentsrepository-resolved-comment-thread","isActive","commentsrepository-reopen-comment-thread-internal-error","hasCommentThread","unlinkedAt","updateComment","commentsrepository-get-comment-invalid-id","listenTo","pluginName","commentsrepository-resolve-comment-thread-internal-error","commentInputView","catch","from","forbiddenHandler","getComment","modifyAll","commentsrepository-update-missing-comment","isEditable","fromCharCode","change:_permissions","4580QuaeqU","getTime","commentsrepository-invalid-comment-content","creator","commentsrepository-update-comment-thread-internal-error","adapter","5822460Gnecvo","submit","innerHTML","createElement","remove","CommentsRepository","commentUpdated","isFromAdapter","_resolveCommentThread","commentsrepository-add-comment-internal-error","addUser","_createCommentThreadView","reopenCommentThread","focus","_update","commentsrepository-invalid-comment-thread-id","comments","deactivateAll","setActiveCommentThread","getIndex","plugins","warn","join","isReadOnly","focusableElements","then","commentsrepository-add-comment-thread-internal-error","commentsrepository-update-comment-invalid-content","find","map","activate","_findOptimalIndex","_isAttached","commentsrepository-active-missing-comment-thread","_updateActiveAnnotation","string","commentsrepository-reopen-comment-thread","fire","comments.CommentThreadView","isResolved","type","removeCommentThread","_threads","_updateComment","_getExternalAuthor","_adapter","commentsrepository-missing-target","comments.editorConfig","2651394bbcINc","comments.maxThreadTotalWeight","activeCommentThread","getByInnerView","comment","model","locale","change:activeAnnotations","div","setAttribute","_repository","canComment","commentsrepository-remove-comment-missing-comment-thread","comments.CommentView","commentsrepository-missing-comment-thread","_remove","weight","resolveCommentThread","_isSubmitted","destroy","_reopenCommentThread","bodyCollectionContainer","licenseKey","init","commentsrepository-add-comment-to-missing-comment-thread","once","get","archivedAt","filter","commentId","commentsrepository-invalid-commentid","@external","addComment","comments.maxCommentCharsWhenCollapsed","commentsrepository-remove-missing-comment-thread","resolvedBy","287VCNJfY","addCommentThread","_threadToController","write","body","createCommentThreadController","push","requires","_updateCommentThread","commentsrepository-missing-thread-and-adapter-method","content","720ROndyX","_detachCommentThread","112123LCBcSe","openNewCommentThread","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","add","getRevision","PendingActions","isRemovable","trim","commentsrepository-adapter-already-set","refreshVisibility","stopListening","isExternal","change:isDirty","560UeGNFc","PENDING_ACTION_COMMENT_THREAD","commentsrepository-update-comment-internal-error","threadId","CommentView","has","_hasTargetInContent","isSubmitted","_createNewComment","afterInit","_add","isResolvable","reduce","noChannel","set","CommentThreadView","_removeComment","error","getCommentThread","_removeCommentThread","textContent","getPermissions","3gShOSt","innerView","isDirty","editor","_addComment","commentsrepository-remove-missing-comment","_unbindEditors","editorDestroyed","removeComment","commentsrepository-remove-comment-thread-internal-error","switchReadOnly","getEarlierVisibleRevision","getUser","highest","attributes","change:authoredAt"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(338295===parseInt(e(366))/1*(parseInt(e(399))/2)+-parseInt(e(329))/3*(-parseInt(e(462))/4)+parseInt(e(405))/5+parseInt(e(282))/6+-parseInt(e(318))/7*(parseInt(e(406))/8)+-parseInt(e(468))/9+-parseInt(e(344))/10*(parseInt(e(331))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);const br=Symbol(gr(357)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class _r extends t.ContextPlugin{static get[gr(325)](){return[fr,t.PendingActions,s.Users]}static get[gr(450)](){return gr(473)}constructor(t){const e=gr;super(t),this[e(276)]=new Map,this[e(320)]=new Map,this[e(409)]=new Map,this[e(358)](e(440),new Set),this[e(358)](e(437),new Map),this[e(304)]=this[e(408)][e(385)][e(308)](e(304));const n=this[e(408)][e(385)];n[e(410)](e(428),2),n[e(410)](e(283),500),n[e(410)](e(315),140),n[e(410)](e(272),ls),n[e(410)](e(295),Cs),n[e(308)](e(281))||console[e(489)](e(333))}[gr(305)](){const t=gr,e=this[t(408)][t(488)][t(308)](fr);this[t(358)](t(284),null),this.on(t(319),((e,n)=>this[t(427)](n))),this.on(t(416),((e,n)=>this[t(420)](n))),this.on(t(299),((e,n)=>this[t(476)](n))),this.on(t(299),((e,n)=>this[t(268)](n)),{priority:t(435)}),this.on(t(480),((e,n)=>this[t(302)](n))),this.on(t(480),((e,n)=>this[t(268)](n)),{priority:t(435)}),this.on(t(275),((e,n)=>this[t(363)](n))),this.on(t(382),((e,n)=>this[t(326)](n))),this.on(t(382),((e,n)=>this[t(268)](n)),{priority:t(435)}),this.on(t(314),((e,n)=>this[t(370)](n))),this.on(t(447),((e,n)=>this[t(277)](n))),this.on(t(374),((e,n)=>this[t(360)](n))),this.on(t(314),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(362)](n),i=r&&this[s(320)][s(308)](r);i&&i[s(392)][s(481)]()}),{priority:t(435)}),this[t(449)](e,t(289),((e,n,o)=>{const s=t,r=Array[s(454)](o)[s(263)]((t=>this[s(409)][s(308)](t[s(367)])))[s(310)](Boolean)[0];this[s(284)]=r?r[s(287)]:null}))}[gr(353)](){!function(e){function n(t){const e=vr;return t[e(263)]((t=>String[e(460)](t)))[e(490)]("")}(e=>{const o=vr;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],s[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],s[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],s[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],s[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],s[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],s[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],s[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],s[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,c=16;const a=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=a[n([108,101,110,103,116,104])]/4,r=d(a);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let c,l=0,m=o;for(;m<e;){c=r[o-1],r[0]^=s[n([83])][c>>16&255]<<24^s[n([83])][c>>8&255]<<16^s[n([83])][255&c]<<8^s[n([83])][c>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];c=r[o/2-1],r[o/2]^=s[n([83])][255&c]^s[n([83])][c>>8&255]<<8^s[n([83])][c>>16&255]<<16^s[n([83])][c>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,a,d=0;for(;d<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[d],u[t-i][a]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=u[e][t],u[e][t]=s[n([85,49])][c>>24&255]^s[n([85,50])][c>>16&255]^s[n([85,51])][c>>8&255]^s[n([85,52])][255&c]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===c&&(i=m(r),c=0,l(r)),t[e]^=i[c++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^c>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^c>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^c>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^c);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const a=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],c=i[2]*r[2];function a(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=I,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=I,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=I,A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=I)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=vr;if(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=A(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(335)](0),i=s[o(377)](r[n([105,100])]);A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],i?i[n([105,100])]:null,1)[o(259)]((()=>e()))}}))}C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=c),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(439)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const c=function(){let t=i[6]*r[8]*r[6];return C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),c);const h=A(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(439)](Number(e))&&window[e]===c)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(408)]:e[o(369)],l=n([52,48,52,56,49,52,53,48]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=d[o(385)][o(308)](n([108,105,99,101,110,115,101,75,101,121])),f=a[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!C(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&a[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(455)]&&s[t[e(455)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((s,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),A(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=I}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function I(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!C(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>C(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=c(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[gr(467)](t){const n=gr;if(this[n(279)])throw new e.CKEditorError(n(339));this[n(279)]=t}get[gr(467)](){return this[gr(279)]}[gr(319)]({channelId:t=br,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=gr;return this[m(271)](Cr(m(319),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(362)](n)}[gr(332)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(440)][i(349)](t)||this[i(440)][i(349)](void 0))return null;if(!o)throw new e.CKEditorError(i(280));const c=this[i(319)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(320)][i(308)](c),h=a[i(392)][i(398)][i(452)],u=this[i(408)][i(488)][i(308)](fr),d=u[i(285)](a[i(392)]);return u[i(264)](d),h[i(307)](i(389),(()=>h[i(481)]())),c}[gr(445)](t){const n=gr;if(n(269)!=typeof t)throw new e.CKEditorError(n(483));return this[n(276)][n(349)](t)}[gr(382)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(271)](Cr(i(382),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(362)](e)}[gr(362)](t){const n=gr;if(n(269)!=typeof t)throw new e.CKEditorError(n(483));return this[n(276)][n(308)](t)}[gr(396)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(362)](n);if(s)return Promise[o(415)](s);if(!this[o(467)])return Promise[o(415)](void 0);if(o(394)!=typeof this[o(467)][o(362)])throw new e.CKEditorError(o(327),this[o(408)]);return this[o(467)][o(362)]({channelId:t,threadId:n})[o(259)]((e=>this[o(445)](n)?this[o(362)](n):e?this[o(319)](Object[o(425)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(453)]((t=>{const n=o;throw console[n(361)](t),new e.CKEditorError(n(413),this[n(408)])}))}[gr(395)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(276)][s(426)]())t&&o[s(438)]!==t||e&&!o[s(411)]||n&&0===o[s(414)]||r[s(324)](o);return o?r[s(263)]((t=>t[s(397)]())):r}[gr(486)](t){const n=gr,o=this[n(408)][n(488)][n(308)](fr);if(!t)return void(this[n(284)]&&o[n(485)]());const s=this[n(362)](t);if(!s)throw new e.CKEditorError(n(267),null,{threadId:t});if(!this[n(320)][n(349)](s))throw new e.CKEditorError(n(402),null,{threadId:t});const r=o[n(285)](this[n(320)][n(308)](s)[n(392)]);o[n(264)](r)}[gr(376)](t,e){const n=gr;t?this[n(440)][n(334)](e):this[n(440)][n(383)](e),this[n(271)](n(417),n(440),this[n(440)],this[n(440)])}[gr(491)](t){const e=gr;return this[e(440)][e(349)](t)||this[e(440)][e(349)](void 0)}[gr(323)](t,e){return new fo(t,e)}[gr(423)](t,e=br){const n=gr;this[n(437)][n(358)](e,t),this[n(271)](n(461),n(437),this[n(437)],this[n(437)])}[gr(365)](t=br){const e=gr;return this[e(437)][e(349)](t)?this[e(437)][e(308)](t):wr}[gr(427)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=gr;if(p(269)!=typeof n)throw new e.CKEditorError(p(483),null,{threadId:n});if(this[p(445)](n))throw new e.CKEditorError(p(390),null,{threadId:n});const f=new Ir(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(408)][p(488)][p(308)](s.Users)[p(378)](c):null,isResolvable:l,isSubmitted:m||d});this[p(276)][p(358)](n,f);for(const t of o)f[p(354)](this[p(352)]({threadId:n,...t}));return a&&f[p(433)](a),d||!f[p(414)]?Promise[p(415)]():this[p(420)]({channelId:t,threadId:n})}[gr(420)]({channelId:t,threadId:n}){const o=gr;if(!this[o(445)](n))throw new e.CKEditorError(o(296),this);const s=this[o(362)](n);if(s[o(300)]=!0,!this[o(467)]||o(394)!=typeof this[o(467)][o(319)])return Promise[o(415)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(408)][o(488)][o(308)](o(336)),l=d[o(334)](vo(this[o(408)][o(288)],o(345)));return this[o(467)][o(319)]({channelId:t,threadId:r,comments:i[o(263)]((t=>t[o(397)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(259)]((({comments:e})=>{const s=o;d[s(472)](l);for(const o of e)this[s(277)]({channelId:t,threadId:n,commentId:o[s(311)],createdAt:o[s(384)],isFromAdapter:!0})}))[o(453)]((t=>{const n=o;throw console[n(361)](t),new e.CKEditorError(n(260),this)}))}[gr(401)]({threadId:t,target:n}){const o=gr,s=this[o(362)](t);if(!s)throw new e.CKEditorError(o(434),this);const r=this[o(408)][o(488)][o(308)](o(336)),i=this[o(408)][o(488)][o(308)](fr),c=this[o(479)](s),a=new fo(s,c);let h=null;c.on(o(343),((t,e,n)=>{const s=o;n?h=r[s(334)](vo(this[s(408)][s(288)],s(345))):h&&(r[s(472)](h),h=null)})),this[o(320)][o(358)](s,a),this[o(409)][o(358)](c,a);const u=new er(this[o(408)][o(288)],c);u[o(404)](o(414)).to(c),u[o(404)](o(368)).to(c,o(368),c,o(414),((t,e)=>t||!e)),u[o(404)](o(443)).to(c),u[o(274)]=o(286);const d=new rr({view:u,target:n,type:o(286),isVisible:!s[o(273)]});return this[o(391)](c,d),i[o(334)](d),d}[gr(391)](e,n){const o=gr;this[o(449)](e,o(389),((e,s)=>{const r=o,i=s.ui[r(392)][r(322)][r(303)];n[r(492)][r(334)](i),this[r(408)]instanceof t.Editor&&this[r(408)].ui[r(422)][r(334)](i)}),{priority:o(379)}),this[o(449)](e,o(373),((e,s)=>{const r=o,i=s.ui[r(392)][r(322)][r(303)];n[r(492)][r(349)](i)&&n[r(492)][r(472)](i),this[r(408)]instanceof t.Editor&&this[r(408)].ui[r(422)][r(472)](i)}))}[gr(372)](t){const e=gr;this[e(341)](t,e(389)),this[e(341)](t,e(373))}[gr(479)](t){const e=gr,n=this[e(408)][e(488)][e(308)](s.Users),{config:o,locale:r}=this[e(408)],i=(0,s.getDateTimeFormatter)(o[e(308)](e(288)));return new(0,o[e(308)](e(484))[e(359)])(r,t,n.me,{editorConfig:{...o[e(308)](e(281)),licenseKey:this[e(408)][e(385)][e(308)](e(304))},copyMarkers:o[e(308)](e(400)),maxCommentsWhenCollapsed:o[e(308)](e(428)),maxThreadTotalWeight:o[e(308)](e(283)),maxCommentCharsWhenCollapsed:o[e(308)](e(315)),formatDateTime:i,CommentView:o[e(308)](e(484))[e(348)]})}[gr(476)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(445)](t))throw new e.CKEditorError(c(296),null,{threadId:t});const a=this[c(362)](t);if(a[c(273)])throw new e.CKEditorError(c(442),null,{threadId:t});const h=this[c(408)][c(488)][c(308)](s.Users);if(a[c(317)]=h[c(378)](r),a[c(388)]=o,i||!this[c(467)]||c(394)!=typeof this[c(467)][c(299)])return Promise[c(415)]();const u=this[c(408)][c(488)][c(308)](c(336)),d=u[c(334)](vo(this[c(408)][c(288)],c(345)));return this[c(467)][c(299)]({channelId:n,threadId:t})[c(259)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(472)](d),a[n(317)].id!==e&&(a[n(317)]=h[n(378)](e)),a[n(388)]=t}))[c(453)]((t=>{const n=c;throw console[n(361)](t),new e.CKEditorError(n(451),this)}))}[gr(302)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(445)](t))throw new e.CKEditorError(s(296),null,{threadId:t});const r=this[s(362)](t);if(!r[s(273)])throw new e.CKEditorError(s(270),null,{threadId:t});if(r[s(317)]=null,r[s(388)]=null,o||!this[s(467)]||s(394)!=typeof this[s(467)][s(480)])return Promise[s(415)]();const i=this[s(408)][s(488)][s(308)](s(336)),c=i[s(334)](vo(this[s(408)][s(288)],s(345)));return this[s(467)][s(480)]({channelId:n,threadId:t})[s(259)]((()=>i[s(472)](c)))[s(453)]((t=>{const n=s;throw console[n(361)](t),new e.CKEditorError(n(444),this)}))}[gr(363)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(362)](t);if(!s)throw new e.CKEditorError(o(316),this);if(this[o(330)](t),this[o(276)][o(383)](t),!s[o(351)]||n||!this[o(467)]||o(394)!=typeof this[o(467)][o(275)])return Promise[o(415)]();const r=this[o(408)][o(488)][o(308)](o(336)),{channelId:i}=s,c=r[o(334)](vo(this[o(408)][o(288)],o(345)));return this[o(467)][o(275)]({channelId:i,threadId:t})[o(259)]((()=>r[o(472)](c)))[o(453)]((t=>{const n=o;throw console[n(361)](t),new e.CKEditorError(n(375),this)}))}[gr(326)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(269)!=typeof t)throw new e.CKEditorError(i(483),null,{threadId:t});if(!this[i(445)](t))throw new e.CKEditorError(i(296),null,{threadId:t});const c=this[i(362)](t);let a=!1;if(void 0!==o&&c[i(408)]!==o&&(c[i(408)]=o,a=!0),void 0!==n&&c[i(446)]!==n&&(c[i(446)]=n,a=!0),s&&!He(s,c[i(380)])&&(c[i(380)]=s,a=!0),!a)return Promise[i(415)]();if(!c[i(351)]||r||!this[i(467)]||i(394)!=typeof this[i(467)][i(382)])return Promise[i(415)]();const h=this[i(408)][i(488)][i(308)](i(336)),{channelId:u}=c,d=h[i(334)](vo(this[i(408)][i(288)],i(345)));return this[i(467)][i(382)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(259)]((()=>h[i(472)](d)))[i(453)]((t=>{const n=i;throw console[n(361)](t),new e.CKEditorError(n(466),this)}))}[gr(330)](t){const e=gr,n=this[e(408)][e(488)][e(308)](fr),o=this[e(362)](t);if(this[e(320)][e(349)](o)){const t=this[e(320)][e(308)](o),s=t[e(392)],r=n[e(285)](s);this[e(320)][e(383)](o),this[e(409)][e(383)](s),r&&n[e(472)](r),t[e(301)](),s[e(301)]()[e(259)]((()=>{this[e(372)](s)}))}}[gr(268)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(408)][n(488)][n(308)](fr),r=this[n(362)](t);if(this[n(320)][n(349)](r)){const t=this[n(320)][n(308)](r)[n(392)],e=s[n(285)](t);e&&(o&&s[n(403)](e),e[n(340)]())}}[gr(278)](t){const e=gr,n=this[e(408)][e(488)][e(308)](s.Users),o=(0,s.hashObject)(e(407)+t);return n[e(378)](o)||n[e(478)]({id:o,name:t})}[gr(352)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(269)!=typeof n)throw new e.CKEditorError(a(312));if(a(269)!=typeof r)throw new e.CKEditorError(a(386));if(a(269)!=typeof o||!o[a(338)]())throw new e.CKEditorError(a(464));const h=this[a(408)][a(488)][a(308)](s.Users)[a(378)](r);if(!h)throw new e.CKEditorError(a(421),null,{authorId:r});let u=null,d=i;return c&&c[a(313)]&&(u=this[a(278)](c[a(313)][a(418)]),d=new Date(c[a(313)][a(384)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(370)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(362)](t[n(347)]);if(!c)throw new e.CKEditorError(n(306),this);const a=this[n(352)](t),{id:h}=a;if(c[n(354)](a),i||!this[n(467)]||n(394)!=typeof this[n(467)][n(314)]||!c[n(351)])return Promise[n(415)]();const u=this[n(408)][n(488)][n(308)](n(336)),{channelId:d}=c,l=u[n(334)](vo(this[n(408)][n(288)],n(345)));return r||(r={}),this[n(467)][n(314)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(259)]((t=>{const e=n;u[e(472)](l),t&&this[e(277)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(384)],isFromAdapter:!0})}))[n(453)]((t=>{const o=n;throw console[o(361)](t),new e.CKEditorError(o(477),this)}))}[gr(277)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(269)!=typeof o||!o[c(338)]()[c(414)]))throw new e.CKEditorError(c(261));const a=this[c(362)](t),h=a[c(456)](n);if(!h)throw new e.CKEditorError(c(458),this);let u=!1;if(o&&o!==h[c(328)]&&(h[c(459)]||i)&&(h[c(328)]=o,u=!0),s&&s!==h[c(384)]&&(h[c(384)]=s,h[c(380)]&&h[c(380)][c(313)]||(h[c(419)]=s),u=!0),r&&!He(r,h[c(380)])&&(h[c(380)]=r,u=!0),!u)return Promise[c(415)]();if(a[c(271)](c(474)),i||!this[c(467)]||c(394)!=typeof this[c(467)][c(447)])return Promise[c(415)]();const d=this[c(408)][c(488)][c(308)](c(336)),{channelId:l}=this[c(362)](h[c(347)]),m=d[c(334)](vo(this[c(408)][c(288)],c(345)));return this[c(467)][c(447)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(259)]((()=>d[c(472)](m)))[c(453)]((t=>{const n=c;throw console[n(361)](t),new e.CKEditorError(n(346),this)}))}[gr(360)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(362)](t),i=r[s(456)](n);if(!i)throw new e.CKEditorError(s(371),this);if(r[s(297)](i),o||!this[s(467)]||s(394)!=typeof this[s(467)][s(374)])return Promise[s(415)]();const c=this[s(408)][s(488)][s(308)](s(336)),{channelId:a}=r,h=c[s(334)](vo(this[s(408)][s(288)],s(345)));return this[s(467)][s(374)]({channelId:a,threadId:t,commentId:n})[s(259)]((()=>c[s(472)](h)))[s(453)]((t=>{const n=s;throw console[n(361)](t),new e.CKEditorError(n(424),this)}))}}class Ir extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(355)];this[o(438)]=n[o(438)],this.id=n.id,this[o(484)]=new e.Collection,this[o(292)]=t,this[o(266)]=!1,this[o(300)]=n[o(351)],this[o(358)](o(350),!0),this[o(404)](o(491)).to(t,o(437),t,o(440),(()=>t[o(491)](this[o(438)]))),this[o(404)](o(337)).to(t,o(437),(()=>t[o(365)](this[o(438)])[o(431)])),this[o(404)](o(293)).to(t,o(437),(()=>{const e=o,n=t[e(365)](this[e(438)]);return n[e(321)]||n[e(431)]})),this[o(404)](o(355)).to(t,o(437),(()=>s&&t[o(365)](this[o(438)])[o(415)])),this[o(358)](o(408),n[o(408)]),this[o(404)](o(309)).to(this,o(388),this,o(446),((t,e)=>t?e?t<e?t:e:t:e)),this[o(358)](o(446),n[o(446)]||null),this[o(358)](o(388),n[o(388)]||null),this[o(358)](o(317),n[o(317)]||null),this[o(404)](o(273)).to(this,o(388),(t=>!!t)),this[o(358)](o(380),n[o(380)]||{})}get[gr(298)](){const t=gr;return Array[t(454)](this[t(484)])[t(356)](((e,n)=>e+n[t(298)]),0)}get[gr(414)](){const t=gr;return this[t(484)][t(414)]}get[gr(411)](){return this[gr(266)]}get[gr(351)](){return this[gr(300)]}[gr(469)](){const t=gr,{channelId:e,id:n}=this;this[t(292)][t(271)](Cr(t(416),e),{channelId:e,threadId:n})}[gr(393)](t){this[gr(482)]({unlinkedAt:t})}[gr(415)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(292)][o(408)][o(488)][o(308)](s.Users).me,{channelId:i,id:c}=this;this[o(292)][o(271)](Cr(o(299),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(441)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(480),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(429)](t){const e=gr;this[e(408)]||this[e(482)]({context:t})}[gr(291)](t,e){const n=gr,o=Fn(this[n(380)]);so(o,t,e),this[n(482)]({attributes:o})}[gr(432)](t){const e=gr,n=Fn(this[e(380)]);uo(n,t),this[e(482)]({attributes:n})}[gr(472)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(275),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(433)](t){const e=gr;return this[e(292)][e(401)]({threadId:this.id,target:t})}[gr(314)](t){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(314),n,o),Object[e(425)]({channelId:n,threadId:o},t))}[gr(456)](t){const n=gr;if(n(269)!=typeof t)throw new e.CKEditorError(n(448),null,{commentId:t});return this[n(484)][n(308)](t)}[gr(397)](){const t=gr;return{threadId:this.id,context:this[t(408)],unlinkedAt:this[t(446)],resolvedAt:this[t(388)],resolvedBy:this[t(317)]?this[t(317)].id:null,archivedAt:this[t(309)],comments:this[t(484)][t(263)]((e=>e[t(397)]())),attributes:this[t(380)]}}[gr(354)](t){const e=gr;return this[e(449)](t,e(381),(()=>{const n=e,o=this[n(265)](t),s=this[n(484)];o-1!=s[n(487)](t)&&o+1!=s[n(487)](t)&&(this[n(297)](t),this[n(354)](t))})),this[e(484)][e(334)](t,this[e(265)](t))}[gr(482)](t){const e=gr,{channelId:n,id:o}=this;this[e(292)][e(271)](Cr(e(382),n),{...t,channelId:n,threadId:o})}[gr(297)](t){const e=gr;return this[e(341)](t),t[e(301)](),this[e(484)][e(472)](t)}[gr(265)](t){const e=gr,n=this[e(484)][e(262)]((n=>new Date(n[e(419)])[e(463)]()>new Date(t[e(419)])[e(463)]()));return n?this[e(484)][e(487)](n):this[e(414)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(408)][n(488)][n(308)](s.Users).me,r=t[n(362)](e[n(347)]),i=0===r[n(484)][n(414)],c=o===e[n(430)];this.id=e.id,this[n(347)]=e[n(347)],this[n(430)]=e[n(430)],this[n(465)]=e[n(465)],this[n(342)]=Boolean(e[n(380)]&&e[n(380)][n(313)]),this[n(358)](n(328),e[n(328)]),this[n(384)]=e[n(384)]||new Date,this[n(358)](n(419),e[n(419)]||new Date),this[n(404)](n(388)).to(r,n(388)),this[n(358)](n(380),e[n(380)]||{}),this[n(404)](n(459)).to(t,n(437),(()=>{const e=n,o=t[e(365)](r[e(438)])[e(321)],s=t[e(365)](r[e(438)])[e(457)];return c&&o||!c&&s})),this[n(404)](n(337)).to(r,n(337),t,n(437),(e=>{const o=n,s=t[o(365)](r[o(438)])[o(321)],a=t[o(365)](r[o(438)])[o(457)];return c&&s||e&&i||!c&&a&&!i})),this[n(404)](n(491)).to(r,n(491)),this[n(292)]=t}get[gr(298)](){const t=gr;return Math[t(436)](function(e){const n=t,o=document[n(471)](n(290));return o[n(470)]=e,o[n(364)][n(414)]}(this[t(328)]),200)}[gr(412)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(292)][n(445)](o))throw new e.CKEditorError(n(387),this);const{channelId:r}=this[n(292)][n(362)](o);this[n(292)][n(271)](Cr(n(447),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(291)](t,e){const n=gr,o=Fn(this[n(380)]);so(o,t,e),this[n(412)]({attributes:o})}[gr(432)](t){const e=gr,n=Fn(this[e(380)]);uo(n,t),this[e(412)]({attributes:n})}[gr(472)](t={}){const n=gr;if(!t[n(475)]&&!this[n(337)])return;const{threadId:o,id:s}=this;if(!this[n(292)][n(445)](o))throw new e.CKEditorError(n(294),this);const{channelId:r}=this[n(292)][n(362)](o);this[n(292)][n(271)](Cr(n(374),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(397)](){const t=gr;return{commentId:this.id,content:this[t(328)],createdAt:this[t(384)],authorId:this[t(465)].id,attributes:this[t(380)]}}[gr(301)](){this[gr(341)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}function Ar(t,e){const n=xr();return(Ar=function(t,e){return n[t-=145]})(t,e)}const Tr=Ar;function xr(){const t=["7934202WCIzkw","121795ivdrQH","element","refresh","editor","getItems","getLastMatchingPosition","isEnabled","_hasContent","end","document","selection","_trimToContent","substr","tableCell","_itemIsContent","item","comment:","schema","$textProxy","isObject","createRange","24cuzBjs","push","execute","start","148128FCjASl","getRanges","change","587259ZFjraE","17154kydOYH","2517249DmdBjJ","model","backward","addMarker","6KzaANg","1989462PbkGHz"];return(xr=function(){return t})()}!function(t){const e=Ar,n=t();for(;;)try{if(207047===-parseInt(e(152))/1*(parseInt(e(147))/2)+parseInt(e(146))/3+parseInt(e(176))/4*(-parseInt(e(155))/5)+-parseInt(e(153))/6+-parseInt(e(148))/7+parseInt(e(180))/8+parseInt(e(154))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(xr);class Er extends t.Command{[Tr(157)](){const t=Tr,e=this[t(158)][t(149)][t(164)][t(165)];for(const n of e[t(181)]())if(this[t(162)](n))return void(this[t(161)]=!0);this[t(161)]=!1}[Tr(178)]({threadId:t=(0,e.uid)()}={}){const n=Tr,o=this[n(158)][n(149)],s=[];for(const t of o[n(164)][n(165)][n(181)]())this[n(162)](t)&&s[n(177)](this[n(166)](t));o[n(145)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(167)](1,5),i=r(171)+t+":"+s;o[r(151)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Tr(162)](t){const e=Tr;for(const n of t[e(159)]())if(this[e(169)](n))return!0;return!1}[Tr(169)](t){const e=Tr;return t.is(e(173))||this[e(158)][e(149)][e(172)][e(174)](t)&&!t.is(e(156),e(168))}[Tr(166)](t){const e=Tr,n=t=>!this[e(169)](t[e(170)]),o=t[e(179)][e(160)](n),s=t[e(163)][e(160)](n,{direction:e(150)});return this[e(158)][e(149)][e(175)](o,s)}}function Or(t,e){const n=jr();return(Or=function(t,e){return n[t-=425]})(t,e)}const Mr=Or;!function(t){const e=Or,n=t();for(;;)try{if(477225===parseInt(e(446))/1+parseInt(e(436))/2+parseInt(e(479))/3*(-parseInt(e(467))/4)+parseInt(e(464))/5+-parseInt(e(441))/6*(-parseInt(e(428))/7)+-parseInt(e(442))/8+-parseInt(e(456))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jr);class Rr extends t.Plugin{static get[Mr(457)](){return[fr]}static get[Mr(478)](){return Mr(455)}constructor(t){const e=Mr;super(t),this[e(439)]=new Set,this[e(459)]=new Set}[Mr(440)](){const t=Mr,e=this[t(484)],n=e[t(461)][t(460)][t(472)],o=Ws((()=>this[t(450)]()),10);n.on(t(481),((e,n)=>{const s=t;n[s(443)]&&(o[s(458)](),this[s(450)]())})),this[t(454)](e[t(432)][t(426)][t(460)],t(486),((t,e,n)=>{n&&o()})),this[t(454)](e.ui[t(463)],t(486),((n,o,s)=>{const r=t;s||e[r(435)]||this[r(449)](r(431),{isAnnotationTracked:t=>this[r(434)][r(448)](t[r(485)])})})),this[t(454)](this[t(484)].ui,t(425),(()=>this[t(449)](t(465))))}[Mr(444)](t){const e=Mr;if(this[e(459)][e(448)](t[e(426)]))return;this[e(459)][e(477)](t[e(426)]),this[e(484)].ui[e(463)][e(477)](t[e(426)][e(447)]);const n=this[e(484)][e(452)][e(438)](fr);this[e(454)](n[e(445)],e(451),((t,n)=>{const o=e;this[o(484)].ui[o(463)][o(451)](n[o(426)][o(447)]),this[o(459)][o(480)](n[o(426)])}))}[Mr(430)](){const t=Mr;return this[t(484)][t(432)][t(426)][t(430)]}[Mr(473)](t){const n=Mr;if(n(433)!=typeof t)throw new e.CKEditorError(n(453));this[n(439)][n(477)](t)}[Mr(450)](){const t=Mr;this[t(449)](t(470))}[Mr(466)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(484)][n(461)][n(460)][n(472)],r=Array[n(483)](s[n(475)]());for(const[t,s]of this[n(434)]){const r=i(s),c=e[n(437)](t);r&&c&&o[n(468)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(471)](t,!s[e(427)]))return n;return null}return o[n(476)](((e,o)=>{const s=n,r=e[s(474)],i=o[s(474)];if(!r[s(482)](i)){if(r[s(471)](i,!0))return 1;if(i[s(471)](r,!0))return-1}return e[s(469)]==t?-1:o[s(469)]==t?1:0}))[n(429)]((t=>t[n(469)]))}get[Mr(434)](){const t=Mr,e=new Map;for(const n of Array[t(483)](this[t(439)]))for(const[o,s]of n())e[t(462)](o,s);return e}}function jr(){const t=["function","_editorAnnotationsData","isReadOnly","367214dbujTv","getByInnerView","get","_dataCollectors","init","68190HFruBZ","7468360ymvROD","directChange","registerAnnotation","collection","382102sQbRGh","element","has","fire","refreshSelectedViews","remove","plugins","editorannotations-invalid-source-callback","listenTo","EditorAnnotations","1664253YkxWCP","requires","cancel","_editorAnnotations","document","model","set","focusTracker","2458670ugKQqK","uiUpdate","getOrderedSelectedAnnotations","74564dJTpYQ","push","annotation","refresh","containsRange","selection","addSourceCollector","range","getRanges","sort","add","pluginName","3OQwCIR","delete","change:range","isEqual","from","editor","innerView","change:isFocused","update","view","isCollapsed","343DIoRmK","map","hasDomSelection","blur","editing"];return(jr=function(){return t})()}function Vr(t,e){const n=Sr();return(Vr=function(t,e){return n[t-=221]})(t,e)}const Nr=Vr;function Sr(){const t=["enableCommand","8695680NWLGCq","afterInit","573644rjOBYP","9777069WCYdXD","has","RestrictedEditingModeEditing","get","24008fMKFcp","plugins","5822274BkkXVY","748838KkkEDP","addCommentThread","1575OEHJRo","editor","6qCHhkf","7323755AcxjUs","4DoUtpi"];return(Sr=function(){return t})()}!function(t){const e=Vr,n=t();for(;;)try{if(777630===parseInt(e(237))/1+-parseInt(e(227))/2*(parseInt(e(231))/3)+parseInt(e(233))/4*(parseInt(e(232))/5)+-parseInt(e(226))/6+parseInt(e(229))/7*(parseInt(e(224))/8)+-parseInt(e(238))/9+parseInt(e(235))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Dr extends t.Plugin{[Nr(236)](){const t=Nr,e=this[t(230)];e[t(225)][t(221)](t(222))&&e[t(225)][t(223)](t(222))[t(234)](t(228))}}const Pr=Br;function Br(t,e){const n=Lr();return(Br=function(t,e){return n[t-=363]})(t,e)}function Lr(){const t=["commands","10244179LWUmIZ","collaboration_features","dataInsert","3181XtBITv","afterInit","basic","13055ddhqxb","plugins","listenTo","9jKcaxy","importWord.formatting.comments","importWord","748150suJoXe","get","execute","high","_handleImportedData","538DjlTBf","map","addCommentThread","collaboration.channelId","editor","config","6995330LZsELM","3jlJuiK","forEach","1602EwweFw","define","9971864ekUrUs","2216044VsEiLh"];return(Lr=function(){return t})()}!function(t){const e=Br,n=t();for(;;)try{if(828236===parseInt(e(369))/1*(-parseInt(e(383))/2)+-parseInt(e(390))/3*(-parseInt(e(364))/4)+parseInt(e(378))/5+-parseInt(e(392))/6*(parseInt(e(372))/7)+-parseInt(e(363))/8*(-parseInt(e(375))/9)+-parseInt(e(389))/10+parseInt(e(366))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Lr);class Fr extends t.Plugin{constructor(t){const e=Br;super(t),this[e(387)][e(388)][e(393)](e(376),e(371))}[Pr(370)](){const t=Pr,n=this[t(387)],o=n[t(365)][t(379)](t(377)),r=n[t(373)][t(379)](s.Users);o&&(o.on(t(380),((e,[,n])=>{n[t(367)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(381)]+10}),this[t(374)](o,t(368),this[t(382)]))}[Pr(382)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(391)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(384)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(387)][r(373)][r(379)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(377)}}}))),a=this[r(387)][r(388)][r(379)](r(386));this[r(387)][r(373)][r(379)](_r)[r(385)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}const zr=Kr;function Kr(t,e){const n=Ur();return(Kr=function(t,e){return n[t-=435]})(t,e)}function Ur(){const t=["168678NwZztS","contentInsertion","comments.copyMarkers","delete","168237CPOdZY","config","dragstart","split","5237590vDNgGO","all","ClipboardPipeline","editor","content","default","requires","markers","has","34888sTZuDd","define","comment","cut","_registerMarkerToCopy","hasCommentThread","ClipboardMarkersUtils","plugins","afterInit","always","6221452suxYkR","CommentsRepository","keys","4097118gXGNMq","get","_mapCommentsCopyConfigToRegisterConfiguration","205gDdKDQ","highest","_removeMarkersWithoutThreads","1dDWDjG","2488844YlGoQv","_registerMarkerInClipboardPipeline","744sJqRTM","never","listenTo"];return(Ur=function(){return t})()}!function(t){const e=Kr,n=t();for(;;)try{if(938228===-parseInt(e(463))/1*(parseInt(e(464))/2)+parseInt(e(457))/3+-parseInt(e(454))/4+-parseInt(e(460))/5*(-parseInt(e(469))/6)+parseInt(e(444))/7+parseInt(e(466))/8*(parseInt(e(473))/9)+-parseInt(e(435))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ur);class Hr extends t.Plugin{constructor(t){const e=Kr;super(t),this[e(438)][e(474)][e(445)](e(471),e(440))}static get[zr(441)](){return[xo.ClipboardMarkersUtils,xo.ClipboardPipeline]}[zr(452)](){const t=zr,e=this[t(438)][t(451)][t(458)](t(437));this[t(465)](),this[t(468)](e,t(470),((e,n)=>this[t(462)](n[t(439)][t(442)])),{priority:t(461)})}[zr(462)](t){const e=zr;if(!this[e(438)][e(451)][e(443)](e(455)))return t;const n=this[e(438)][e(451)][e(458)](e(455));for(const o of t[e(456)]()){const[s,r]=o[e(476)](":");e(446)!=s||n[e(449)](r)||t[e(472)](o)}return t}[zr(465)](){const t=zr,e=this[t(438)][t(451)][t(458)](t(450)),n=this[t(459)](this[t(438)][t(474)][t(458)](t(471)));n&&e[t(448)](t(446),n)}[zr(459)](t){const e=zr;switch(t){case e(453):return{allowedActions:e(436),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(440):return{allowedActions:[e(447),e(475)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(467):default:return null}}}var Wr=n(492),qr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wr.A,qr);Wr.A.locals;function Xr(t,e){const n=Jr();return(Xr=function(t,e){return n[t-=434]})(t,e)}const Gr=Xr;function Jr(){const t=["comment","switchReadOnly","view","render","19878729IZRUbT","dataToMarker","reconvertMarker","hasDomSelection","_threadToController","5835969nnYzaI","createPositionBefore","addCommentThread","ignoreResolvedComments","setUnlinkedAt","elementToElement","hasMarkerForId","config","isAttached","split","$marker","fetchCommentThread","commands","dataDowncast","_attachMarkerToThread","markers","CommentsEditing","resolveCommentThread","addMarker:","markerToData","openNewCommentThread","_hasTargetInContent","conversion","removeMarker","then","enqueueChange","markerToHighlight","_getTextContext","isObject","scrollToThreadMarker","end","push","ck-comment-marker--active","get","comment:","requires","getAttribute","announce","registerPostFixer","reopenCommentThread","isCollapsed","change:activeMarker","substring","once","editing","getItems","LEAVE_COMMENT_ANNOUNCEMENT","_reconvertMarkers","unlinkedAt","length","editor","schema","getAllMarkersForId","upcast","listenTo","attachTo","getRange","33RXjLIS","updateMarker","createElement","_getTargetForId","change:isThreadsLoadingPaused","focus","ck-comment-marker","createRange","clear","startsWith","data","registerAnnotation","4jEmbtM","add","2MsxIzG","24QFlEQB","_initAriaMarkerChangeAnnouncements","destroyed","_detachCommentThread","pluginName","editingDowncast","getWalker","removeMarker:","_attachArchivedThread","start","ENTER_COMMENT_ANNOUNCEMENT","name","refreshVisibility","_handleMarkerAddAndRemove","newRange","3642321LLEUJa","isThreadsLoadingPaused","2706klliif","isLocal","activeMarker","from","consumable","_threads","change","addComment","init","getCommentThread","setContext","removeCommentThread","change:isReadOnly","model","_initializeMarkerConverters","_handleThreadMarker","set","group","for","affectsData","isEqual","8LpDfXL","size","isResolved","ready","2148825ZacIPH","locale","hasContent","rootName","document","root","low","292471aXDkeg","hasCommentThread","getByInnerView","context","getCommentThreads","consume","delete","managedUsingOperations","collaboration.channelId","getChangedMarkers","differ","$graveyard","markerName","$textProxy","ariaLiveAnnouncer","item","949670ITYZLz","text","state","plugins","destroy","2290VduAFp"];return(Jr=function(){return t})()}!function(t){const e=Xr,n=t();for(;;)try{if(718763===-parseInt(e(536))/1*(parseInt(e(486))/2)+-parseInt(e(502))/3*(parseInt(e(484))/4)+-parseInt(e(557))/5*(parseInt(e(504))/6)+-parseInt(e(529))/7*(-parseInt(e(525))/8)+-parseInt(e(567))/9+parseInt(e(552))/10*(-parseInt(e(472))/11)+parseInt(e(487))/12*(parseInt(e(562))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Jr);class Yr extends t.Plugin{static get[Gr(450)](){return[_r,Rr,Dr,Fr,Hr]}static get[Gr(491)](){return Gr(583)}constructor(t){const e=Gr;super(t),this[e(520)](e(503),!0),t[e(482)][e(458)](e(528),(()=>this[e(503)]=!1)),this[e(520)](e(506),null),this.on(e(456),((n,o,s,r)=>{const i=e,c=s?Zr(s).id:null;if(t[i(517)][i(510)]((()=>{const e=i;if(c){const n=this[e(467)](c);for(const o of n)t[e(459)][e(564)](o)}if(r){const{id:n}=Zr(r),o=this[e(467)](n);for(const n of o)t[e(459)][e(564)](n)}})),c){const e=t[i(555)][i(448)](_r)[i(513)](c);e&&e[i(527)]&&this[i(444)](c)}})),this[e(488)]()}[Gr(512)](){const t=Gr,e=this[t(465)],n=e[t(555)][t(448)](_r),o=e[t(574)][t(448)](t(544));e[t(579)][t(485)](t(569),new Er(e)),this[t(469)](e,t(516),((o,s,r)=>{const i=t;n[i(559)](r,e[i(574)][i(448)](i(544)))})),this[t(469)](n,Qr(t(569),o),((e,{threadId:n})=>{const o=t,s=this[o(465)][o(555)][o(448)](_r)[o(513)](n);s&&s[o(463)]&&this[o(495)](n)})),this[t(469)](n,Qr(t(515),o),((n,{threadId:o})=>{const s=t;e[s(517)][s(440)]({isUndoable:!1},(t=>{const e=s,n=this[e(467)](o);for(const o of n)t[e(438)](o)}))})),this[t(469)](n,Qr(t(584),o),((e,{threadId:n})=>{const o=t;this[o(462)](n),this[o(465)][o(459)][o(560)][o(565)]&&(this[o(465)][o(555)][o(448)](_r)[o(513)](n)[o(463)]||this[o(465)][o(459)][o(560)][o(477)]())}),{priority:t(535)}),this[t(469)](n,Qr(t(454),o),((e,{threadId:n})=>{this[t(462)](n)}),{priority:t(535)}),this[t(469)](n,Qr(t(511),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(467)](s);!r&&0!=c[i(464)]&&n[i(537)](s)&&1===n[i(513)](s)[i(464)]&&e[i(517)][i(440)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(473)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(535)}),this[t(518)](),this[t(500)]()}[Gr(556)](){const t=Gr,e=this[t(465)][t(555)][t(448)](_r),n=this[t(465)][t(574)][t(448)](t(544));for(const o of e[t(540)]({channelId:n}))e[t(490)](o.id),e[t(509)][t(542)](o.id);super[t(556)]()}[Gr(573)](t){const e=Gr;return this[e(467)](t)[e(464)]>0}[Gr(467)](t){const e=Gr,n=[];for(const o of this[e(465)][e(517)][e(582)])o[e(498)][e(481)](e(449)+t)&&n[e(446)](o);return n}[Gr(444)](t){const n=Gr,o=this[n(475)](t);o&&setTimeout((()=>{const s=n;this[s(506)]&&Zr(this[s(506)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Gr(462)](t){const e=Gr;this[e(465)][e(517)][e(510)]((()=>{const n=e;for(const e of this[n(467)](t))this[n(465)][n(459)][n(564)](e)}))}[Gr(495)](t){const e=Gr,n=this[e(465)][e(555)][e(448)](_r),o=this[e(465)][e(555)][e(448)](Rr),s=n[e(513)](t);if(!s[e(575)]){const t=s[e(470)]((()=>this[e(475)](s.id)));o[e(483)](t),s[e(436)]=!1}}[Gr(518)](){const t=Gr,e=this[t(465)];e[t(437)][t(522)](t(492))[t(441)]({model:t(558),view:(n,o)=>{const s=t,{id:r}=Zr(n[s(548)]),i=e[s(555)][s(448)](_r)[s(513)](r),c=this[s(506)]&&Zr(this[s(506)]).id===r;if(i&&i[s(527)]&&!c&&n[s(551)])return o[s(508)][s(541)](n[s(551)],s(585)+n[s(548)]),o[s(508)][s(541)](n[s(551)],s(494)+n[s(548)]),null;const a=[s(478)];return c&&a[s(446)](s(447)),{classes:a,attributes:{"data-comment":r}}}}),e[t(437)][t(522)](t(580))[t(434)]({model:t(558),view:(n,{options:o})=>{const s=t,r=e[s(555)][s(448)](_r),i=e[s(517)][s(582)][s(448)](n),{id:c,part:a}=Zr(n);if(i&&!i[s(523)])return null;if(o[s(570)]){const t=r[s(513)](c);if(t&&t[s(527)])return null}return{group:s(558),name:a?c+":"+a:c}}}),e[t(437)][t(522)](t(468))[t(572)]({view:{name:t(558),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(474)](t(577),{"data-name":t(449)+e[t(451)]("id")})}),e[t(437)][t(522)](t(468))[t(563)]({view:t(558)})}[Gr(500)](){const t=Gr,e=this[t(465)],n=e[t(555)][t(448)](_r),o=new Set,s=new Set;e[t(517)][t(533)][t(453)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(517)][r(533)][r(546)][r(545)]()){const{group:a,id:h}=Zr(t);let u=c[r(501)];if(r(558)!==a||!u)continue;const d=r(547)===u[r(534)][r(532)];d||(u=$r(u,e[r(517)]),!u||u[r(455)]||!c[r(501)]||u[r(524)](c[r(501)]))?e[r(517)][r(531)](u)&&!d?this[r(503)]?o[r(485)](t):this[r(519)](t,h):(s[r(485)](t),o[r(542)](t),n[r(438)](t),i=!0):(n[r(473)](t,{range:u}),i=!0)}return i})),this.on(t(476),((n,s,r)=>{const i=t;if(!r&&o[i(526)])for(const t of o){const{id:n}=Zr(t);o[i(542)](t),e[i(517)][i(582)][i(448)](t)&&this[i(519)](t,n)}})),this[t(469)](e[t(517)][t(533)],t(510),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(517)][c(533)][c(546)][c(545)]()){const{group:i,id:a}=Zr(t);if(c(558)!==i)continue;const h=n[c(513)](a),u=this[c(573)](a);h&&(h[c(436)]||e[c(459)][c(560)][c(458)](c(561),(()=>{const t=c,o=e[t(555)][t(448)](fr),s=n[t(566)][t(448)](h)[t(560)];o[t(538)](s)[t(499)]()}),{priority:c(535)}),h[c(436)]=u||!!r),r||(s[c(485)](t),o[c(542)](t))}if(i[c(505)])for(const t of s){const{id:e}=Zr(t),s=n[c(513)](e),r=this[c(573)](e);o[c(542)](t),!s||r||s[c(463)]||s[c(571)](new Date)}s[c(480)]()}))}[Gr(475)](t){const e=Gr,n=this[e(465)],o=this[e(467)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(459)],o)}[Gr(442)](t){const e=Gr,n=this[e(467)](t);let o="",s=!1;for(const t of n){const n=t[e(471)]();for(const t of Array[e(507)](n[e(460)]()))t.is(e(549))?(o&&s&&(o+=" ",s=!1),o+=t[e(482)]):s=!0;s=!0}return o[e(457)](0,150)}[Gr(581)](t,e){const n=Gr,o=this[n(465)],s=o[n(555)][n(448)](_r);let r=s[n(513)](e);const i=o[n(574)][n(448)](n(544)),c=o[n(555)][n(448)](Rr);return r&&(r[n(463)]&&r[n(571)](null),r[n(575)])||(this[n(467)](e)[0][n(543)]?s[n(578)]({channelId:i,threadId:e})[n(439)]((t=>{const s=n;if(s(489)!==o[s(554)])if(r=t,r&&!r[s(575)]){const t=r[s(470)]((()=>this[s(475)](e)));c[s(483)](t),r[s(527)]&&this[s(462)](e)}else if(!r){const t=this[s(467)](e);o[s(517)][s(510)]((e=>{const n=s;for(const o of t)e[n(438)](o)}))}})):o[n(459)][n(560)][n(458)](n(561),(()=>{const t=n;if(s[t(513)](e))return;const a=o[t(555)][t(448)](fr);r=s[t(435)]({channelId:i,threadId:e,target:()=>this[t(475)](e),context:{type:t(553),value:this[t(442)](e)}});const h=s[t(566)][t(448)](r)[t(560)],u=a[t(538)](h);u&&c[t(483)](u)}),{priority:n(535)})),r}[Gr(519)](t,e){const n=Gr,o=this[n(581)](t,e);o&&!o[n(539)]&&o[n(514)]({type:n(553),value:this[n(442)](e)})}[Gr(488)](){const t=Gr,e=this[t(465)];(0,s.surroundingMarkersDetector)(e[t(517)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(550)][s(452)](vo(e[s(530)],s(461)));break}for(const t of o)if(ti(t)){e.ui[s(550)][s(452)](vo(e[s(530)],s(497)));break}}))}}function Qr(t,e){return e?t+":"+e:t}function Zr(t){const e=t[Gr(576)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Gr,o=e[n(466)],s=e[n(479)](t[n(496)]);for(const r of t[n(493)]()){const{type:t,item:i,nextPosition:c}=r;if(n(553)===t||o[n(443)](i)){const t=e[n(568)](i);s[n(455)]&&(s[n(496)]=t),s[n(445)]=c}}return s}function ti(t){const e=Gr;return e(558)===Zr(t[e(498)])[e(521)]}const ei='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ni=si;!function(t){const e=si,n=t();for(;;)try{if(735129===parseInt(e(245))/1+-parseInt(e(231))/2*(-parseInt(e(266))/3)+parseInt(e(280))/4*(-parseInt(e(256))/5)+parseInt(e(287))/6+-parseInt(e(242))/7*(-parseInt(e(247))/8)+parseInt(e(261))/9+-parseInt(e(290))/10*(parseInt(e(265))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ri);class oi extends t.Plugin{static get[ni(257)](){return ni(285)}static get[ni(276)](){return[_r,Yr,Rr,fr]}get[ni(272)](){return Qo}get[ni(268)](){return qo}[ni(260)](){const t=ni,e=this[t(255)],n=e[t(270)][t(234)](_r),o=e[t(270)][t(234)](Yr),s=e[t(270)][t(234)](fr),r=e[t(270)][t(234)](Rr);e.ui[t(277)][t(275)](t(284),(()=>{const e=t,n=this[e(289)](go.ButtonView);return n[e(282)]=!0,n})),e.ui[t(277)][t(275)](t(271),(()=>this[t(289)](go.MenuBarMenuListItemButtonView))),r[t(239)]((()=>{const e=t,s=[];for(const[t,r]of n[e(291)]){const n=o[e(243)](t.id),i=n[e(264)]((t=>t[e(281)]()));n[e(244)]>0&&s[e(251)]([r[e(258)],i])}return s})),this[t(269)](s,t(249),((e,s,r)=>{const i=t,c=Array[i(233)](r)[i(264)]((t=>t[i(263)]))[i(288)]((t=>n[i(246)][i(236)](t)));if(!c)return void(o[i(279)]=null);const a=n[i(246)][i(234)](c)[i(241)].id,h=i(252)+a;a&&o[i(238)](a)?o[i(279)]=h:o[i(279)]&&(o[i(279)]=null)})),this[t(269)](n,t(232),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(274)][i(230)]&&o[i(238)](s)&&e[i(278)][i(258)][i(283)]()}),{priority:t(250)}),this[t(269)](n,t(237),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(238)](r)&&n[c(286)](r)&&1===n[c(248)](r)[c(244)]&&(e[c(278)][c(258)][c(283)](),s[c(240)]())}),{priority:t(273)})}[ni(289)](t){const e=ni,n=this[e(255)],o=new t(n[e(253)]),s=n[e(254)][e(234)](e(262));return o[e(229)]({label:vo(n[e(253)],e(228)),icon:ei}),o[e(259)](e(235)).to(s),this[e(269)](o,e(267),(()=>s[e(267)]())),o}}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=228]})(t,e)}function ri(){const t=["change:activeAnnotations","highest","push","comment:","locale","commands","editor","420110QidHSl","pluginName","view","bind","init","11978523TpuGcz","addCommentThread","innerView","map","51073CyKawv","1071sirrPq","execute","CommentThreadInputView","listenTo","plugins","menuBar:comment","CommentsListView","low","focusTracker","add","requires","componentFactory","editing","activeMarker","56ISZFxV","getRange","tooltip","focus","comment","CommentsUI","hasCommentThread","1721532WwpJLt","find","_createUIButton","4030PpTSQH","_threadToController","Comment","set","isFocused","4198FjNnDE","removeCommentThread","from","get","isEnabled","has","addComment","hasMarkerForId","addSourceCollector","stop","model","70ybvSzZ","getAllMarkersForId","length","1088064UayWYQ","_viewToController","261832uEDhEl","getCommentThread"];return(ri=function(){return t})()}const ii=ai;function ci(){const t=["DragDrop","config","change:isEnabled","cut","plugins","isEnabled","editor","commands","609805wvdBVk","editing","view","_disableCommentsOnlyMode","addCommentThread","listenTo","document","get","pluginName","has","10978wewJvq","208tPPrJH","affectsData","1107bEJBbJ","commentsOnlyMode","17169800KGtRYs","delete","set","_enableCommentsOnlyMode","54ubOZYf","highest","3251059LnJeLI","clipboardInput","2045968EdeNQx","clearForceDisabled","commentsOnly","CommentsOnly","stopListening","7873536uDXSRD","requires","stop","forceDisabled","1584HrzADl","afterInit"];return(ci=function(){return t})()}function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=498]})(t,e)}!function(t){const e=ai,n=t();for(;;)try{if(793322===-parseInt(e(527))/1*(parseInt(e(528))/2)+parseInt(e(530))/3*(-parseInt(e(507))/4)+parseInt(e(517))/5+parseInt(e(503))/6+parseInt(e(538))/7+-parseInt(e(498))/8*(parseInt(e(536))/9)+parseInt(e(532))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ci);class hi extends t.Plugin{static get[ii(525)](){return ii(501)}static get[ii(504)](){return[Yr]}constructor(t){const e=ii;super(t),this[e(534)](e(514),!1),this.on(e(511),((t,n,o)=>{const s=e;o?this[s(535)]():this[s(520)]()}))}[ii(508)](){const t=ii;!this[t(514)]&&this[t(515)][t(510)][t(524)](t(500))&&(this[t(514)]=!0)}[ii(535)](){const t=ii;for(const[e,n]of this[t(515)][t(516)])n[t(529)]&&t(521)!==e&&n[t(506)](t(531));this[t(515)][t(513)][t(526)](t(509))&&this[t(515)][t(513)][t(524)](t(509))[t(506)](t(531));const e=this[t(515)][t(518)][t(519)][t(523)];this[t(522)](e,t(512),(e=>e[t(505)]()),{priority:t(537)}),this[t(522)](e,t(539),(e=>e[t(505)]()),{priority:t(537)}),this[t(522)](e,t(533),(e=>e[t(505)]()),{priority:t(537)})}[ii(520)](){const t=ii;for(const[e,n]of this[t(515)][t(516)])n[t(529)]&&t(521)!==e&&n[t(499)](t(531));this[t(502)](this[t(515)][t(518)][t(519)][t(523)])}}const ui=di;function di(t,e){const n=mi();return(di=function(t,e){return n[t-=252]})(t,e)}!function(t){const e=di,n=t();for(;;)try{if(794002===-parseInt(e(283))/1*(parseInt(e(261))/2)+-parseInt(e(279))/3+parseInt(e(266))/4+-parseInt(e(308))/5*(parseInt(e(311))/6)+parseInt(e(258))/7+parseInt(e(293))/8+parseInt(e(262))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mi);class li extends t.ContextPlugin{static get[ui(286)](){return[fr]}static get[ui(282)](){return ui(267)}constructor(t){const e=ui;super(t),this[e(310)]=new Set,this[e(265)]=new Map,this[e(294)]=new Map}[ui(277)](){const t=ui,e=this[t(303)][t(296)][t(269)](fr);this[t(292)](e,t(305),((e,n)=>{const o=t;for(const t of this[o(310)]){const e=this[o(265)][o(269)](t);(0,this[o(294)][o(269)](t)[o(253)])(n)&&e[o(298)](n)}})),this[t(292)](e,t(300),(()=>{const e=t;for(const t of this[e(310)])this[e(265)][e(269)](t)[e(298)](null)})),this[t(292)](e[t(289)],t(263),((e,n)=>{this[t(274)](n)}))}[ui(276)](){const t=ui;return this[t(310)][t(302)]>0}[ui(290)](t){const e=ui;return this[e(310)][e(275)](t)}[ui(299)](t,n=()=>!0){const o=ui,s=this[o(303)][o(296)][o(269)](fr);if(!this[o(265)][o(275)](t))throw new e.CKEditorError(o(287),this,{uiName:t});this[o(290)](t)&&this[o(255)](t),this[o(310)][o(263)](t);const r=new ar;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(180)](s);e[o(176)](t,o(180),((t,s)=>{const r=o;n(s)&&e[r(180)](s)})),e[o(176)](t,o(155),((t,n)=>{const s=o;e[s(151)](n)&&e[s(155)](n)}))})({source:s[o(289)],target:r,filter:n}),this[o(294)][o(273)](t,{collection:r,filter:n});const i=this[o(265)][o(269)](t);i[o(256)](r),this[o(292)](i,o(257),((t,e,n,r)=>{const i=o;r&&s[i(297)](r),n&&s[i(295)](n)}))}[ui(255)](t){const n=ui;if(this[n(310)][n(301)](t),!this[n(265)][n(275)](t))throw new e.CKEditorError(n(287),this,{uiName:t});const o=this[n(265)][n(269)](t);o[n(306)](),this[n(268)](o),this[n(294)][n(269)](t)[n(284)][n(291)](),this[n(294)][n(301)](t)}[ui(288)](t){const n=ui;if(!this[n(265)][n(275)](t))throw new e.CKEditorError(n(287),this,{uiName:t});const o=this[n(303)][n(296)][n(269)](fr),s=Array[n(264)](o[n(271)])[0]||null;this[n(304)](),this[n(299)](t);const r=this[n(265)][n(269)](t);r[n(298)](s),r[n(278)]&&s&&r[n(278)]([s])}[ui(304)](){const t=ui;for(const e of this[t(310)])this[t(255)](e)}[ui(270)](t,n){const o=ui;if(this[o(265)][o(275)](t))throw new e.CKEditorError(o(281));if(o(272)!=typeof n[o(256)]||o(272)!=typeof n[o(306)]||o(272)!=typeof n[o(298)])throw new e.CKEditorError(o(280),null);this[o(265)][o(273)](t,n)}[ui(307)](){const t=ui,e=this[t(303)][t(296)][t(269)](fr)[t(284)],n=new Map,o=Array[t(264)](this[t(310)]);for(const e of this[t(310)]){const o=this[t(294)][t(269)](e)[t(284)];for(const s of o)n[t(273)](s,e)}for(const s of e){const e=n[t(269)](s);this[t(274)](s);const r=o[t(254)]((e=>this[t(294)][t(269)](e)[t(253)](s)));e!==r&&(e&&this[t(294)][t(269)](e)[t(284)][t(285)](s),r&&this[t(294)][t(269)](r)[t(284)][t(263)](s))}}[ui(291)](){const t=ui;this[t(304)](),super[t(291)]()}[ui(274)](t){const n=ui,o=[];for(const e of this[n(310)])(0,this[n(294)][n(269)](e)[n(253)])(t)&&o[n(260)](e);if(o[n(259)]>1)throw new e.CKEditorError(n(252),null,{matchedUIs:o,annotationType:t[n(309)]})}}function mi(){const t=["_removeActiveAnnotation","setActiveAnnotation","activate","_deactivateAllAnnotations","delete","size","context","deactivateAll","_activateAnnotation","detach","refilterAnnotations","6850EfzQMH","type","activeUIs","600aUOkRO","annotationsuis-annotation-mismatch","filter","find","deactivate","attach","change:activeAnnotation","3160276lNnjKx","length","push","14oIsyPq","7384941sFYeXy","add","from","_uis","3939176dlnGOq","AnnotationsUIs","stopListening","get","register","activeAnnotations","function","set","_assertAnnotationDoesNotBelongToMultipleUIs","has","hasActive","init","_setSelectedAnnotations","3168687vYDEFG","annotationsuis-register-invalid-interface","annotationsuis-register-already-registered","pluginName","199757gAovMa","collection","remove","requires","annotationsuis-missing-ui","switchTo","_visibleAnnotations","isActive","destroy","listenTo","9029752NwZcSS","_uisData","_addActiveAnnotation","plugins"];return(mi=function(){return t})()}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(){const t=["199614GeDgXH","bindTemplate","minHeight","ck-reset","createCollection","list","1993362QllbkV","set","248aVOWQm","255555ZYlNiq","1585108WaIWFI","ck-sidebar","setTemplate","number","div","1459014gnXYOD","131839VewABb","9Ypxpjm","146358UGDznP","class"];return(gi=function(){return t})()}!function(t){const e=ki,n=t();for(;;)try{if(265913===-parseInt(e(159))/1+parseInt(e(143))/2*(parseInt(e(160))/3)+-parseInt(e(153))/4+-parseInt(e(152))/5+-parseInt(e(158))/6+parseInt(e(149))/7+-parseInt(e(151))/8*(-parseInt(e(161))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gi);const vi=(0,e.toUnit)("px");function ki(t,e){const n=gi();return(ki=function(t,e){return n[t-=142]})(t,e)}class bi extends go.View{constructor(t){const e=ki;super(t);const n=this[e(144)];this[e(150)](e(145),0),this[e(150)](e(142),""),this[e(148)]=this[e(147)](),this[e(155)]({tag:e(157),attributes:{class:["ck",e(154),e(146),n.to(e(142))],style:{minHeight:n.to(e(145),(t=>e(156)==typeof t?vi(t+10):null))}},children:this[e(148)]})}}const wi=_i;function _i(t,e){const n=Ii();return(_i=function(t,e){return n[t-=348]})(t,e)}function Ii(){const t=["ck-sidebar-item--no-animation","15tTPWGB","setTemplate","element","top","updateHeight","355800whBhww","clear","_targetTop","15785wZbQQQ","attach","div","isAnimationDisabled","ck-sidebar-item","content","set","height","12GlniZm","clientHeight","bind","8FBiahx","createCollection","render","bottom","bindTemplate","1114108brvxAn","5020TmFcOq","3211989lkPhnH","1809647rBAVbV","2111031aotXMR","226086sSrbbE","_mutationObserver","detach","destroy"];return(Ii=function(){return t})()}!function(t){const e=_i,n=t();for(;;)try{if(579515===-parseInt(e(374))/1+-parseInt(e(379))/2+parseInt(e(376))/3+-parseInt(e(355))/4*(parseInt(e(350))/5)+-parseInt(e(366))/6*(-parseInt(e(377))/7)+parseInt(e(369))/8*(-parseInt(e(378))/9)+parseInt(e(375))/10*(parseInt(e(358))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ii);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=_i;super(t),this[e(364)](e(353),0),this[e(364)](e(365),0),this[e(368)](e(372)).to(this,e(353),this,e(365),((t,e)=>t+e)),this[e(364)](e(361),!1),this[e(380)]=Js((()=>this[e(354)]())),this[e(357)]=null,this[e(363)]=this[e(370)]();const n=this[e(373)];this[e(351)]({tag:e(360),attributes:{class:[e(362),n.to(e(361),(t=>t?e(349):""))],style:{top:n.to(e(353),(t=>yi(t)))}},children:this[e(363)]})}[wi(371)](){const t=wi;super[t(371)](),this[t(380)][t(359)](this[t(352)])}[wi(354)](){const t=wi,e=this[t(352)][t(367)];e&&(this[t(365)]=e)}[wi(348)](){const t=wi;this[t(363)][t(356)](),this[t(380)][t(381)](),super[t(348)]()}}const Ai=Ei;!function(t){const e=Ei,n=t();for(;;)try{if(209044===-parseInt(e(363))/1*(-parseInt(e(343))/2)+-parseInt(e(379))/3*(parseInt(e(314))/4)+-parseInt(e(374))/5+-parseInt(e(313))/6*(-parseInt(e(382))/7)+parseInt(e(327))/8+parseInt(e(306))/9*(-parseInt(e(316))/10)+parseInt(e(354))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);class Ti extends t.ContextPlugin{static get[Ai(302)](){return Ai(307)}constructor(t){const e=Ai;super(t),this[e(300)](e(317),void 0),this[e(346)]=this[e(368)](),this[e(300)](e(369),null),this[e(320)]=25,this[e(347)]=new Map,this[e(364)]=new Map,this[e(355)][e(358)][e(380)](e(299),!1),this[e(325)]=null,this[e(319)]=null,this[e(298)]=[]}[Ai(342)](){const t=Ai,e=this[t(355)][t(358)][t(334)](t(340));e&&this[t(353)](e)}[Ai(353)](t){const n=Ai;if(!Mi(t))throw new e.CKEditorError(n(362));this[n(369)]=t}[Ai(330)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Mi(this[o(369)]))throw new e.CKEditorError(o(321),this);this[o(369)][o(367)](this[o(346)][o(309)]),this[o(346)][o(366)]=t,this[o(320)]=n}[Ai(311)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(383)](t);this[o(346)][o(350)][o(331)](s),this[o(339)](t),e&&this[o(296)](this[o(383)](e)),n&&this[o(296)](this[o(383)](n)),this[o(336)]()}[Ai(338)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(319)]=e,t){t[o(301)]=!1;const e=this[o(383)](t);e&&n&&(e[o(357)]=!1)}if(e){const t=this[o(383)](e);t&&(e[o(301)]=!0,n&&(t[o(357)]=!0,t[o(378)]+=1),this[o(296)](t))}}[Ai(308)](t){const e=Ai;if(this[e(346)][e(309)][e(331)](),t)for(const n of t)this[e(339)](n);this[e(346)][e(350)][e(352)](),this[e(346)][e(366)]="",this[e(317)]=null}[Ai(371)](t,e){const n=Ai;e||(e=t[n(346)]);const o=new Ci(this[n(355)][n(297)]);this[n(347)][n(300)](o,t),this[n(364)][n(300)](t,o),o[n(361)][n(318)](e),this[n(335)](t[n(346)],n(381),((e,s,r)=>{const i=n,c=this[i(333)](t,r);o[i(365)]!=c&&(o[i(365)]=c,this[i(359)](o,c))})),this[n(335)](o,n(344),(()=>{const t=n;this[t(304)](o,t(378))})),this[n(335)](o,n(376),(()=>{const t=n;this[t(304)](o,t(377))})),this[n(296)](o);const s=this[n(303)](o);return s&&this[n(348)](s,o)||this[n(296)](o),this[n(336)](),this[n(346)][n(350)][n(318)](o),o}[Ai(341)](t){const e=Ai;if(!t[e(361)][e(356)])return;const n=this[e(303)](t);if(!n)return;const o=this[e(347)][e(334)](n),s=this[e(319)];s&&s===o?this[e(348)](n,t):this[e(384)](t,n)}[Ai(312)](t){const e=Ai;if(!t[e(361)][e(356)])return;const n=this[e(305)](t);if(!n)return;const o=this[e(347)][e(334)](n),s=this[e(355)][e(358)][e(334)](e(299)),r=this[e(319)];r&&r===o&&s?(this[e(384)](n,t),this[e(348)](t,n)):r&&r===o?this[e(384)](n,t):this[e(348)](t,n)}[Ai(304)](t,e){const n=Ai;0===this[n(298)][n(356)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(298)])t(378)===n?this[t(341)](e):this[t(312)](e);this[t(298)]=[]}),10),this[n(298)][n(295)]({sidebarItemView:t,changedProp:e})}[Ai(383)](t){const e=Ai;return this[e(364)][e(334)](t)}[Ai(332)](){const t=Ai;this[t(375)](),this[t(346)][t(332)]()}[Ai(339)](t){const e=Ai,n=this[e(383)](t);this[e(375)](n),this[e(375)](t[e(346)]),n[e(332)](),this[e(364)][e(370)](t),this[e(347)][e(370)](n)}[Ai(368)](){const t=Ai,e=new bi(this[t(355)][t(297)]);return e[t(324)](),this.on(t(329),((n,o,s,r)=>{const i=t;r&&e[i(322)](i(349)),s?e[i(337)](i(349)).to(s,i(377)):e[i(349)]=null})),e}[Ai(336)](){const t=Ai;var e;this[t(317)]=(null===(e=this[t(325)])||void 0===e?void 0:e[t(373)])?this[t(383)](this[t(325)][t(373)]):null}[Ai(303)](t){const e=Ai;var n;const o=this[e(347)][e(334)](t),s=o&&(null===(n=this[e(325)])||void 0===n?void 0:n[e(334)](this[e(325)][e(351)](o)-1));return s&&this[e(383)](s)||null}[Ai(305)](t){const e=Ai;var n;const o=this[e(347)][e(334)](t),s=o&&(null===(n=this[e(325)])||void 0===n?void 0:n[e(334)](this[e(325)][e(351)](o)+1));return s&&this[e(383)](s)||null}[Ai(384)](t,e){const n=Ai;t[n(328)]();const o=xi(e[n(377)]+this[n(320)],t[n(378)]);return!!o&&(this[n(359)](e,e[n(378)]-o),!0)}[Ai(348)](t,e){const n=Ai;t[n(328)]();const o=xi(t[n(377)]+this[n(320)],e[n(378)]);return!!o&&(this[n(359)](e,e[n(378)]+o,!1),!0)}[Ai(296)](t){const e=Ai,n=this[e(347)][e(334)](t);if(!n||!n[e(326)]||!n[e(310)])return;const o=this[e(333)](n,n[e(310)]);this[e(359)](t,o)}[Ai(333)](t,n){const o=Ai;if(null===n)return 0;if(t[o(326)]instanceof e.Rect)return n[o(378)];{const t=new e.Rect(this[o(346)][o(309)])[o(378)];return n[o(378)]-t}}[Ai(359)](t,e,n=this[Ai(355)][Ai(358)][Ai(334)](Ai(299))){const o=Ai;n&&(e=Math[o(372)](e,this[o(360)](t))),t[o(378)]=e}[Ai(360)](t){const e=Ai;let n=this[e(303)](t),o=0;for(;n;)n[e(328)](),o+=this[e(320)]+n[e(315)],n=this[e(303)](n);return o}}function xi(t,e){return Math[Ai(372)](t-e,0)}function Ei(t,e){const n=Oi();return(Ei=function(t,e){return n[t-=295]})(t,e)}function Oi(){const t=["change:top","object","view","_sidebarItemViewToAnnotation","_alignAfterItem","minHeight","list","getIndex","clear","setContainer","3179880loCZMz","context","length","isAnimationDisabled","config","_setItemTop","_getMaxAvailableTop","content","sidebar-setcontainer-invalid-element","2kvolJt","_annotationToSidebarItemView","_targetTop","class","appendChild","_createSidebarView","container","delete","addAnnotation","max","last","1865635URiDGi","stopListening","change:bottom","bottom","top","28311uAPbcm","define","change:targetRect","789131WKMScE","getSidebarItemView","_alignBeforeItem","push","_alignToTargetRect","locale","_recalculateBuffer","sidebar.preventScrollOutOfView","set","isActive","pluginName","_getItemBefore","_recalculate","_getItemAfter","675yVUTeM","Sidebar","_detachFromContainer","element","targetRect","rearrange","_alignForBottomChange","6TSHkmR","60tVtWtX","height","5470bvpEBg","_lastItem","add","_activeAnnotation","_spaceBetweenItems","sidebar-attachtocontainer-missing-container","unbind","nodeType","render","_annotations","target","943360fvGumy","updateHeight","change:_lastItem","_attachToContainer","remove","destroy","_getTargetTop","get","listenTo","_updateLastItem","bind","refresh","_destroySidebarItemView","sidebar.container","_alignForTopChange","init","245018qteobq"];return(Oi=function(){return t})()}function Mi(t){const e=Ai;return null!==t&&e(345)==typeof t&&1===t[e(323)]}const Ri=ji;function ji(t,e){const n=Vi();return(ji=function(t,e){return n[t-=413]})(t,e)}function Vi(){const t=["widesidebar-attach-already-attached","change:container","isAttached","requires","widesidebar-detach-not-attached","4388935jnmKwz","_destroyEditorAnnotationsIntegration","get","_annotations","3038861uPeqCP","blur","_detachFromContainer","add","off","_editorAnnotations","pluginName","destroy","stopListening","_attachToContainer","register","activeAnnotation","getOrderedSelectedAnnotations","context","refreshPositioning","11JhjuWP","updateTargetRect","addAnnotation","container","detach","stop","cancel","WideSidebar","34557616yopMrB","removeEventListener","12084BJUzwD","addEventListener","_refreshPositioningDebounced","switchTo","focus","EditorAnnotations","rearrange","remove","init","wideSidebar","plugins","annotations","4587174fmVmNK","4724562KCwcYQ","high","listenTo","setActiveAnnotation","set:container","resize","_integrateWithEditorAnnotations","_activeAnnotation","has","refresh","hasDomSelection","set","ck-sidebar--wide","editors","from","attach","uiUpdate","115994IPFgXh","ready"];return(Vi=function(){return t})()}!function(t){const e=ji,n=t();for(;;)try{if(901709===-parseInt(e(470))/1*(parseInt(e(444))/2)+-parseInt(e(427))/3+parseInt(e(414))/4+-parseInt(e(451))/5+-parseInt(e(426))/6+parseInt(e(455))/7+parseInt(e(478))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vi);class Ni extends t.ContextPlugin{static get[Ri(449)](){return[Ti,li]}static get[Ri(461)](){return Ri(477)}constructor(t){const n=Ri;super(t),this[n(448)]=!1,this[n(438)](n(466),null),this[n(425)]=null,this[n(460)]=new e.Collection,this[n(416)]=Ws((()=>{const t=n;this[t(425)][t(469)]()}),250,{leading:!1})}[Ri(422)](){const t=Ri,e=this[t(468)][t(424)][t(453)](li),n=this[t(468)][t(424)][t(453)](Ti);e[t(465)](t(423),this),n[t(473)]&&e[t(417)](t(423))}[Ri(430)](t){const e=Ri;if(t===this[e(466)])return;const n=this[e(468)][e(424)][e(453)](Ti);n[e(434)]=t;const o=this[e(466)];this[e(466)]=t,n[e(436)]({blurredAnnotation:o,activatedAnnotation:this[e(466)]})}[Ri(442)](n){const o=Ri;this[o(425)]=n;const s=this[o(468)][o(424)][o(453)](Ti);if(s[o(454)]=n,this[o(448)])throw new e.CKEditorError(o(446),this);this[o(448)]=!0,this[o(429)](s,o(431),(()=>{const t=o;this[t(474)](),this[t(429)](s,t(447),(e=>{const o=t;e[o(459)](),this[o(442)](n)}))})),s[o(464)]({viewClass:o(439)});const r=t=>{const e=o;t[e(471)](),s[e(472)](t)};for(const t of n)r(t);this[o(429)](n,o(458),((t,e)=>{r(e)})),this[o(429)](n,o(421),((t,e,r)=>{const i=o;s[i(420)]({removedAnnotation:e,previousAnnotation:n[i(453)](r-1),nextAnnotation:n[i(453)](r+1)}),e===this[i(466)]&&this[i(430)](null)}),{priority:o(428)}),this[o(429)](n,o(418),((t,e)=>{this[o(430)](e)})),this[o(429)](n,o(456),(()=>{this[o(430)](null)}));const i=this[o(468)]instanceof t.Context?this[o(468)][o(440)]:new e.Collection([this[o(468)]]);for(const t of i)this[o(433)](t);this[o(429)](i,o(458),((t,e)=>{const n=o;this[n(429)](e,n(445),(()=>{this[n(433)](e)}))})),this[o(429)](i,o(421),((t,e)=>{const n=o;e[n(424)][n(435)](n(419))&&this[n(452)](e[n(424)][n(453)](n(419)))})),window[o(415)](o(432),this[o(416)]),this[o(425)][o(469)]()}[Ri(474)](){const n=Ri;if(!this[n(448)])throw new e.CKEditorError(n(450),this);this[n(430)](null);const o=this[n(468)][n(424)][n(453)](Ti);o[n(457)](this[n(425)]),this[n(463)](o),this[n(463)](this[n(425)]),this[n(468)]instanceof t.Context&&this[n(463)](this[n(468)][n(440)]);for(const t of Array[n(441)](this[n(460)]))this[n(452)](t);window[n(413)](n(432),this[n(416)]),this[n(416)][n(476)](),this[n(466)]=null,this[n(448)]=!1,this[n(425)]=null}[Ri(462)](){const t=Ri;this[t(448)]&&this[t(474)]()}[Ri(433)](t){const e=Ri;if(!t[e(424)][e(435)](e(419)))return;const n=t[e(424)][e(453)](e(419)),o=()=>{const t=e,o=n[t(467)]({annotations:this[t(425)],activeAnnotation:this[t(466)]});this[t(430)](o[0]||null)};this[e(429)](n,e(436),o),this[e(429)](n,e(456),((t,{isAnnotationTracked:n})=>{const o=e;this[o(466)]&&n(this[o(466)])&&this[o(430)](null)})),this[e(429)](n,e(443),(()=>{this[e(416)]()})),this[e(429)](this[e(425)],e(456),(t=>{const s=e;n[s(437)]()&&(o(),t[s(475)]())}),{priority:e(428)}),this[e(460)][e(458)](n)}[Ri(452)](t){const e=Ri;this[e(463)](t),this[e(460)][e(421)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=364]})(t,e)}function Di(){const t=["annotationType","add","toString","isDirty","set","setTemplate","3ZoPtMY","bind","ck-annotation-counter","number","276221RiGQVw","2340nbriHf","ck-annotation-counter__badge--edit-mode","1757784EramER","ck-annotation-counter__badge","extendTemplate","children","ck-annotation-counter__badge--","2513152SRoMaL","438356aJjzZq","256724TeLPtC","counterView","span","...","icon","480300ILtYgs","5OodBcR","bindTemplate","54470BTaTUa","_badge"];return(Di=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(256742===-parseInt(e(371))/1+-parseInt(e(381))/2+parseInt(e(367))/3*(-parseInt(e(380))/4)+-parseInt(e(387))/5*(parseInt(e(386))/6)+-parseInt(e(374))/7+-parseInt(e(379))/8+-parseInt(e(372))/9*(-parseInt(e(389))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(388)];this[e(365)](e(364),!1),this[e(365)](e(370),0),this[e(368)](e(390)).to(this,e(364),this,e(370),((t,n)=>t?e(384):n[e(393)]())),this[e(365)](e(391),""),this[e(385)]=ei,this[e(376)]({attributes:{class:[e(369)]}}),this[e(382)]=new go.View,this[e(382)][e(366)]({tag:e(383),attributes:{class:[e(375),n.to(e(391),(t=>e(378)+t)),n.if(e(364),e(373))]},children:[{text:n.to(e(390))}]}),this[e(377)][e(392)](this[e(382)])}}var Bi=n(197),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Bi.A,Li);Bi.A.locals;const Fi=zi;function zi(t,e){const n=Ki();return(zi=function(t,e){return n[t-=413]})(t,e)}function Ki(){const t=["NarrowSidebar","isAttached","refresh","high","861kMhaQr","annotationType","content","6197147KRIKjx","cancel","_destroyEditorAnnotationsIntegration","addEventListener","getByView","activeAnnotation","Esc","context","plugins","focus","1118564mddHCQ","_detachFromContainer","resize","_annotationToNarrowView","getOrderedSelectedAnnotations","_showBalloon","setActiveAnnotation","first","preventDefault","from","keydown","pluginName","_selectedAnnotations","get","_domEmitter","element","values","bodyCollection","_updateBalloonPosition","has","target","listenTo","change:container","stop","_refreshPositioning","register","narrowsidebar-detach-not-attached","_hideBalloon","destroy","northArrowSouthEast","keyCode","change:height","add","editors","58185yqkzyt","focusableElements","northArrowSouth","annotations","24lwrvxw","blur","detachFromDom","hasDomSelection","removeEventListener","attachToDom","requires","unpin","5JZczrc","_integrateWithEditorAnnotations","EditorAnnotations","init","mousedown","clear","preventClosingBalloon","3250mKIaPW","southArrowNorth","low","_detachListeners","number","narrowsidebar-attach-already-attached","13XzZlbI","includes","southArrowNorthWest","696HfVxIC","southArrowNorthEast","create","isVisible","_attachToContainer","set:container","esc","_setSelectedAnnotations","ready","rearrange","execute","contains","locale","refreshPositioning","10dJHMuU","detach","7548564FEDmgW","northArrowSouthWest","ck-sidebar--narrow","uiUpdate","narrowSidebar","balloonPanelView","bind","isDirty","stopPropagation","_attachListeners","defaultPositions","pin","886284YwgFXG","view","set","find","off","_refreshPositioningDebounced","delete","getSidebarItemView","addAnnotation","_annotations","attach","type","457893tcPwhC","stopListening","remove","_manuallyClosedAnnotationViews","_editorAnnotations","length"];return(Ki=function(){return t})()}!function(t){const e=zi,n=t();for(;;)try{if(489946===-parseInt(e(442))/1+-parseInt(e(518))/2*(parseInt(e(452))/3)+parseInt(e(465))/4*(parseInt(e(511))/5)+-parseInt(e(503))/6*(-parseInt(e(430))/7)+-parseInt(e(527))/8*(-parseInt(e(499))/9)+parseInt(e(416))/10*(-parseInt(e(455))/11)+parseInt(e(418))/12*(parseInt(e(524))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ki);class Ui extends t.ContextPlugin{static get[Fi(509)](){return[Ti,li]}static get[Fi(476)](){return Fi(448)}constructor(t){const n=Fi;super(t),this[n(449)]=!1,this[n(445)]=new Set,this[n(479)]=Object[n(529)](e.DomEmitterMixin),this[n(468)]=new Map,this[n(432)](n(460),null),this[n(502)]=null,this[n(477)]=[],this[n(446)]=new e.Collection,this[n(435)]=Ws((()=>{this[n(489)]()}),250,{leading:!1})}[Fi(514)](){const t=Fi;this[t(462)][t(463)][t(478)](li)[t(490)](t(422),this),this[t(482)]=new go.BodyCollection(this[t(462)][t(414)]),this[t(423)]=new go.BalloonPanelView(this[t(462)][t(414)]),this[t(482)][t(508)](),this[t(482)][t(497)](this[t(423)])}[Fi(440)](n){const o=Fi;this[o(502)]=n;const s=this[o(462)][o(463)][o(478)](Ti),r=this[o(423)];if(s[o(439)]=n,this[o(449)])throw new e.CKEditorError(o(523),this);this[o(449)]=!0,this[o(486)](s,o(532),(()=>{const t=o;this[t(417)](),this[t(486)](s,t(487),(e=>{const o=t;e[o(434)](),this[o(440)](n)}))})),s[o(531)]({viewClass:o(420),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(462)][e(414)]);s[e(438)](t,n),this[e(468)][e(432)](t,n),n[e(424)](e(425),e(453),e(522)).to(t[e(431)],e(425),e(441),e(447)),n.on(e(537),(()=>{const n=e;this[n(445)][n(516)](),r[n(454)][n(472)]!==t[n(431)]?(this[n(470)](t),t[n(431)][n(480)][n(464)](),this[n(471)](t)):this[n(471)](null)}))};for(const t of n)i(t);this[o(486)](n,o(497),((t,e)=>{i(e)})),this[o(486)](n,o(444),((t,e,r)=>{const i=o;this[i(468)][i(478)](e)[i(493)](),this[i(468)][i(436)](e),s[i(536)]({removedAnnotation:e,previousAnnotation:n[i(478)](r-1),nextAnnotation:n[i(478)](r+1)}),e===this[i(460)]&&this[i(471)](null)}),{priority:o(520)}),this[o(486)](n,o(464),((t,e)=>{this[o(471)](e)})),this[o(486)](n,o(504),(()=>{this[o(471)](null)})),this[o(479)][o(486)](document,o(475),((t,n)=>{const s=o;n[s(495)]===e.keyCodes[s(533)]&&r[s(530)]&&(this[s(445)][s(497)](r[s(454)][s(472)]),this[s(492)](),n[s(426)](),n[s(473)]())})),this[o(479)][o(486)](document,o(515),((t,e)=>{const n=o,i=e[n(485)];r[n(530)]&&r[n(480)][n(413)](i)||s[n(431)][n(480)][n(413)](i)||t[n(517)]||this[n(460)]&&this[n(460)][n(500)][n(433)]((t=>t[n(413)](i)))||(this[n(445)][n(516)](),this[n(492)](),this[n(471)](null))}));const c=this[o(462)]instanceof t.Context?this[o(462)][o(498)]:new e.Collection([this[o(462)]]);for(const t of c)this[o(512)](t);this[o(486)](c,o(497),((t,e)=>{const n=o;this[n(486)](e,n(535),(()=>{this[n(512)](e)}))})),this[o(486)](c,o(444),((t,e)=>{const n=o;e[n(463)][n(484)](n(513))&&this[n(457)](e[n(463)][n(478)](n(513)))})),window[o(458)](o(467),this[o(435)]),this[o(489)]()}[Fi(471)](t){const e=Fi;if(t===this[e(460)])return;const n=this[e(462)][e(463)][e(478)](Ti);n[e(450)]({blurredAnnotation:this[e(460)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(437)](t)?this[e(470)](t):this[e(492)](),this[e(460)]=t}[Fi(417)](){const n=Fi;if(!this[n(449)])throw new e.CKEditorError(n(491),this);this[n(471)](null);const o=this[n(462)][n(463)][n(478)](Ti);this[n(492)](),Array[n(474)](this[n(468)][n(481)](),(t=>t[n(493)]())),this[n(468)][n(516)](),o[n(466)](this[n(502)]),this[n(443)](),this[n(479)][n(443)](),this[n(462)]instanceof t.Context&&this[n(443)](this[n(462)][n(498)]);for(const t of Array[n(474)](this[n(446)]))this[n(457)](t);window[n(507)](n(467),this[n(435)]),this[n(435)][n(456)](),this[n(477)]=[],this[n(449)]=!1,this[n(502)]=null}[Fi(493)](){const t=Fi;this[t(449)]&&this[t(417)](),this[t(482)][t(505)]()}[Fi(512)](t){const e=Fi;if(!t[e(463)][e(484)](e(513)))return;const n=t[e(463)][e(478)](e(513)),o=this[e(462)][e(463)][e(478)](Ti),s=this[e(502)],r=this[e(423)],i=()=>{const t=e,o=n[t(469)]({annotations:this[t(502)],activeAnnotation:this[t(460)]});this[t(534)](o),this[t(471)](o[0]||null)};this[e(486)](n,e(450),i),this[e(486)](n,e(504),((t,{isAnnotationTracked:n})=>{const o=e;this[o(460)]&&n(this[o(460)])&&(this[o(534)]([]),this[o(471)](null))})),this[e(486)](n,e(421),(()=>{this[e(435)]()})),this[e(486)](s,e(504),(t=>{const o=e;n[o(506)]()&&t[o(488)]()}),{priority:e(451)}),this[e(486)](this[e(479)],e(515),((t,s)=>{const c=e,a=s[c(485)];r[c(530)]&&r[c(480)][c(413)](a)||o[c(431)][c(480)][c(413)](a)||this[c(460)]&&n[c(506)]()&&(i(),t[c(517)]=!0)}),{priority:e(451)}),this[e(446)][e(497)](n)}[Fi(457)](t){const e=Fi;t&&(this[e(443)](t),this[e(446)][e(444)](t))}[Fi(534)](t){const e=Fi;for(const n of this[e(477)])t[e(525)](n)||this[e(445)][e(436)](n[e(431)]);this[e(477)]=t}[Fi(489)](){const t=Fi,e=this[t(423)];this[t(502)][t(415)](),e[t(530)]&&this[t(483)]()}[Fi(470)](t){const e=Fi;if(this[e(445)][e(484)](t[e(431)]))return;const n=this[e(423)][e(454)][e(472)];n!==t[e(431)]?(n&&this[e(521)](n),this[e(427)](t[e(431)]),this[e(423)][e(454)][e(516)](),this[e(423)][e(454)][e(497)](t[e(431)]),this[e(483)]()):this[e(483)]()}[Fi(483)](){const t=Fi,e=this[t(423)][t(454)][t(472)],n=e&&this[t(502)][t(459)](e);if(!n||!this[t(468)][t(484)](n))return;const o=this[t(468)][t(478)](n)[t(480)],s=function(){const e=t,n=go.BalloonPanelView[e(428)];return[n[e(528)],n[e(494)],n[e(519)],n[e(501)],n[e(526)],n[e(419)]]}();this[t(423)][t(429)]({target:o,positions:s})}[Fi(492)](){const t=Fi,e=this[t(423)],n=e[t(454)][t(472)];n&&(this[t(521)](n),e[t(510)](),e[t(454)][t(516)]())}[Fi(427)](t){const e=Fi;this[e(486)](t,e(496),(()=>this[e(483)]())),this[e(486)](t,e(461),((n,o)=>{const s=e;this[s(445)][s(497)](t),this[s(492)](),o()}))}[Fi(521)](t){this[Fi(443)](t)}}var Hi=n(874),Wi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hi.A,Wi);Hi.A.locals;const qi=Xi;function Xi(t,e){const n=Gi();return(Xi=function(t,e){return n[t-=482]})(t,e)}function Gi(){const t=["keystrokes","_forceRefresh","InlineAnnotations","right","_getBalloonTargetForAnnotation","getOrderedSelectedAnnotations","7tlRKyu","bottom","remove","from","add","detach","visibleView","Esc","document","refresh","collapse","set","mousedown","addObserver","targetRect","includes","afterInit","init","view","register","length","change:visibleView","_manuallyClosed","_balloon","isAttached","annotations","hasView","_removeAnnotationFromBalloon","hasActive","target","viewRangeToDom","delete","top","focus","editableElement","push","_addAnnotationToBalloon","3050YJssDx","_setSelectedAnnotations","domConverter","4938368OevVsF","252012xACMcT","map","listenTo","getClientRects","getBoundingClientRect","getFirstRange","1301032BzfqDn","switchTo","inlineannotations-attach-already-attached","showStack","width","updatePosition","update","5496xyCnLx","clear","selection","inline","plugins","change:isFocused","_selectedAnnotations","editing","get","getByView","attach","change:height","setActiveAnnotation","find","left","activeAnnotation","requires","656wPNJcs","has","1257157uwllfM","isActive","every","blur","_addedAnnotations","isFocused","3852iotHDo","_closeAnnotation","50taldFW","context","2358RyKxPz","fromRect","stopListening","destroy","focusTracker","pluginName","inlineannotations-detach-not-attached","inlineannotations-not-allowed-with-context","editor"];return(Gi=function(){return t})()}!function(t){const e=Xi,n=t();for(;;)try{if(330251===parseInt(e(521))/1+parseInt(e(551))/2*(-parseInt(e(559))/3)+parseInt(e(527))/4+parseInt(e(517))/5*(-parseInt(e(534))/6)+-parseInt(e(578))/7*(-parseInt(e(520))/8)+-parseInt(e(563))/9*(-parseInt(e(561))/10)+parseInt(e(553))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gi);class Ji extends t.Plugin{static get[qi(550)](){return[Rr,go.ContextualBalloon,li]}static get[qi(568)](){return qi(574)}constructor(t){const e=qi;super(t),t[e(541)][e(498)][e(493)](To.MouseObserver),this[e(504)]=!1,this[e(491)](e(549),null),this[e(505)]=null,this[e(502)]=new Set,this[e(503)]=t[e(538)][e(542)](go.ContextualBalloon),this[e(557)]=new Set,this[e(540)]=[],this[e(573)]=!1}[qi(497)](){const t=qi,e=this[t(571)][t(538)][t(542)](li);e[t(562)]===this[t(571)]&&(e[t(499)](t(537),this),this[t(571)][t(572)][t(491)](t(487),((e,n)=>{const o=t,s=this[o(503)];if(this[o(504)]&&s[o(486)]){const t=this[o(505)][o(543)](s[o(486)]);t&&this[o(560)](t),n()}})))}[qi(496)](){const t=qi,e=this[t(571)][t(538)][t(542)](li);e[t(562)]===this[t(571)]&&(e[t(508)]()||e[t(528)](t(537)))}[qi(546)](t){const e=qi;t!==this[e(549)]&&(this[e(549)]&&(this[e(549)][e(554)]=!1),t&&this[e(571)].ui[e(567)][e(558)]&&(this[e(505)][e(552)](t)&&this[e(516)](t,!0),t[e(554)]=!0),t||this[e(518)]([]),this[e(549)]=t)}[qi(544)](t){const n=qi;this[n(505)]=t;const o=this[n(571)][n(538)][n(542)](li),s=this[n(503)];if(this[n(504)])throw new e.CKEditorError(n(529),this);if(o[n(562)]!==this[n(571)])throw new e.CKEditorError(n(570),this);const r=this[n(571)][n(538)][n(542)](Rr);this[n(523)](r,n(489),(()=>{const t=n,e=r[t(577)]({annotations:this[t(505)],activeAnnotation:this[t(549)]});var o,s;!this[t(573)]&&(o=e,s=this[t(540)],o[t(500)]===s[t(500)]&&o[t(555)]((e=>s[t(495)](e))))||(this[t(573)]=!1,this[t(518)](e),this[t(546)](e[0]||null))})),this[n(523)](r,n(556),((t,{isAnnotationTracked:e})=>{const o=n;this[o(549)]&&e(this[o(549)])&&(this[o(518)]([]),this[o(546)](null))})),this[n(523)](this[n(571)].ui[n(567)],n(539),((t,e,o)=>{o||this[n(546)](null)})),this[n(523)](t,n(482),((t,e)=>{const o=n;this[o(507)](e),e===this[o(549)]&&this[o(546)](null)})),this[n(523)](s,n(501),((e,o,r,i)=>{const c=n;i&&this[c(565)](i);const a=t[c(543)](r);r&&a&&(this[c(523)](r,c(545),(()=>{s[c(532)]()})),this[c(523)](r,c(487),(()=>{const t=c;this[t(560)](a),this[t(571)][t(541)][t(498)][t(513)]()})),this[c(549)]!==a&&this[c(546)](a))})),this[n(523)](this[n(571)].ui,n(533),(()=>{const e=n;s[e(486)]&&t[e(543)](s[e(486)])&&s[e(532)]()})),this[n(523)](this[n(571)][n(541)][n(498)][n(488)],n(492),(()=>{const t=n;this[t(573)]=!0,this[t(502)][t(535)]()})),this[n(571)][n(541)][n(498)][n(488)][n(536)][n(514)]&&this[n(571)][n(541)][n(498)][n(513)](),this[n(504)]=!0}[qi(485)](){const t=qi;if(!this[t(504)])throw new e.CKEditorError(t(569),this);this[t(546)](null);for(const e of this[t(557)])this[t(507)](e);this[t(565)](),this[t(504)]=!1,this[t(505)]=null}[qi(566)](){const t=qi;this[t(504)]&&this[t(485)]()}[qi(518)](t){const e=qi;for(const n of this[e(540)])t[e(495)](n)||this[e(502)][e(511)](n);for(const n of this[e(505)])t[e(495)](n)||this[e(507)](n);if(this[e(571)].ui[e(567)][e(558)])for(const n of t)this[e(516)](n);this[e(540)]=t}[qi(516)](t,e=!1){const n=qi;this[n(502)][n(552)](t)||(this[n(557)][n(552)](t)||this[n(503)][n(506)](t[n(498)])||(this[n(557)][n(484)](t),this[n(503)][n(484)]({stackId:t[n(498)].id,view:t[n(498)],position:{target:()=>this[n(576)](t)}})),e&&this[n(503)][n(530)](t[n(498)].id))}[qi(576)](t){const n=qi,o=t[n(509)],s=this[n(571)][n(541)][n(498)],r=s[n(488)][n(536)][n(526)](),i=s[n(519)][n(510)](r);if(i[n(490)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(515)](...(c=e[n(524)](),Array[n(483)](c)[n(522)](DOMRect[n(564)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(500)];n++)Yi(s,t[n])?s[e(531)]+=t[n][e(531)]:(o[e(515)](s),s=t[n]);return o[e(515)](s),o}(t);const s=i[n(525)]();return t[n(547)]((t=>t[n(512)]<=s[n(512)]&&t[n(579)]>=s[n(579)]&&t[n(548)]<=s[n(548)]&&t[n(575)]>=s[n(575)]))||t[0]}var c;return t[n(494)]||i}[qi(507)](t){const e=qi;this[e(557)][e(552)](t)&&this[e(503)][e(506)](t[e(498)])&&(this[e(557)][e(511)](t),this[e(503)][e(482)](t[e(498)]))}[qi(560)](t){const e=qi;this[e(502)][e(484)](t),this[e(507)](t)}}function Yi(t,e){const n=qi;return t[n(512)]===e[n(512)]&&t[n(579)]===e[n(579)]&&t[n(575)]===e[n(548)]}var Qi=n(353),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qi.A,Zi);Qi.A.locals;const $i='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',tc=ec;function ec(t,e){const n=nc();return(ec=function(t,e){return n[t-=309]})(t,e)}function nc(){const t=["15nqBzia","821346fAIQEt","3922114SifODU","isEmpty","8dlfYhy","set","remove","ck-comments-archive__info","_keystrokes","_focusCycler","listenTo","1064548AYHpyV","bindTemplate","element","render","setTemplate","2111835FqYcow","38492ZympBV","arrowleft","stopPropagation","_focusables","_focusTracker","arrowright","arrowup","EMPTY_COMMENTS_ARCHIVE","length","arrowdown","tab","5GkOGKX","562220FhkcMv","auto","ck-comments-archive","focus","selectstart","isActive","add","ck-comments-archive__content","destroy","63sxMqwQ","4362654HxFxbi","div","shift + tab","ck-hidden","12rgaVmr","high"];return(nc=function(){return t})()}!function(t){const e=ec,n=t();for(;;)try{if(471215===-parseInt(e(316))/1+-parseInt(e(326))/2+-parseInt(e(315))/3*(parseInt(e(332))/4)+parseInt(e(343))/5*(parseInt(e(309))/6)+parseInt(e(317))/7*(parseInt(e(319))/8)+-parseInt(e(353))/9*(-parseInt(e(344))/10)+-parseInt(e(331))/11*(-parseInt(e(313))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nc);class oc extends go.View{constructor(t,n){const o=ec;super(t),this[o(320)](o(318),!n[o(340)]),this[o(336)]=new e.FocusTracker,this[o(323)]=new e.KeystrokeHandler,this[o(335)]=n,this[o(324)]=new go.FocusCycler({focusables:this[o(335)],focusTracker:this[o(336)],keystrokeHandler:this[o(323)],actions:{focusPrevious:o(311),focusNext:o(342)}}),this[o(325)](n,o(350),(()=>{this[o(318)]=!1})),this[o(325)](n,o(321),((t,e)=>{const s=o;e[s(349)]&&this[s(347)](),n[s(340)]||(this[s(318)]=!0)}));const s=this[o(327)];this[o(330)]({tag:o(310),attributes:{dir:o(345),class:["ck",o(346)],tabindex:-1},children:[{tag:o(310),attributes:{class:[o(351)]},children:[{tag:o(310),children:n},{tag:"p",attributes:{class:[o(322),s.if(o(318),o(312),(t=>!t))]},children:[{text:vo(t,o(339))}]}]}]})}[tc(329)](){const t=tc;super[t(329)](),this[t(323)][t(325)](this[t(328)]);const e=e=>e[t(334)]();this[t(323)][t(320)](t(337),e),this[t(323)][t(320)](t(333),e),this[t(323)][t(320)](t(338),e),this[t(323)][t(320)](t(341),e),this[t(325)](this[t(328)],t(348),((e,n)=>{n[t(334)]()}),{priority:t(314)})}[tc(352)](){const t=tc;super[t(352)](),this[t(336)][t(352)](),this[t(323)][t(352)]()}[tc(347)](){const t=tc;this[t(328)][t(347)]()}}const sc=ic;function rc(){const t=["focus","stopListening","_calculatePosition","getCommentThread","1496683HSkZNJ","requires","remove","context","init","get","13411354TGVnCt","9495znQxrA","plugins","isActive","add","archivedThreads","728vBIOwO","pluginName","276465uBbxxb","36tVAlyY","11004590oQIqIL","215403wSWoAX","collection","length","addCommentThread","CommentsArchive","activate","change:archivedAt","archivedAt","276XVAUSp","highest","findIndex","12iGGnhY","44NBxmFD","listenTo","has","removeCommentThread","2574280mkAQRq"];return(rc=function(){return t})()}function ic(t,e){const n=rc();return(ic=function(t,e){return n[t-=473]})(t,e)}!function(t){const e=ic,n=t();for(;;)try{if(911064===parseInt(e(481))/1+-parseInt(e(510))/2*(parseInt(e(498))/3)+parseInt(e(493))/4*(parseInt(e(488))/5)+-parseInt(e(506))/6*(-parseInt(e(495))/7)+parseInt(e(476))/8*(-parseInt(e(496))/9)+-parseInt(e(497))/10+-parseInt(e(487))/11*(-parseInt(e(509))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);class cc extends t.ContextPlugin{static get[sc(494)](){return sc(502)}static get[sc(482)](){return[_r,fr]}constructor(t){const n=sc;super(t),this[n(492)]=new e.Collection}[sc(485)](){const t=sc,e=this[t(484)],n=e[t(489)][t(486)](_r),o=e[t(489)][t(486)](fr);this[t(473)](n,t(501),((e,{threadId:o})=>{const s=t,r=n[s(480)](o);r[s(505)]&&this[s(492)][s(491)](r,this[s(479)](r[s(505)])),this[s(473)](r,s(504),((t,e,n)=>{const o=s;n?this[o(492)][o(474)](r)||this[o(492)][o(491)](r,this[o(479)](r[o(505)])):this[o(492)][o(474)](r)&&this[o(492)][o(483)](r)}))})),this[t(473)](n,t(475),((e,{threadId:o})=>{const s=t,r=n[s(480)](o);this[s(478)](r),this[s(492)][s(474)](r)&&this[s(492)][s(483)](r)}),{priority:t(507)}),this[t(473)](o[t(499)],t(477),((e,n)=>{const s=t;n[s(490)]=!0,o[s(503)](n)}))}[sc(479)](t){const e=sc,n=[...this[e(492)]][e(508)]((n=>n[e(505)]<t));return n>-1?n:this[e(492)][e(500)]}}const ac=uc;function hc(){const t=["requires","13909240ouRqOn","init","1477916dsyTni","3386332FXPLnw","listenTo","channelId","menuBar:commentsArchive","isEnabled","CommentsRepository","archivedAt","execute","Annotations","innerView","CommentsArchiveUI","push","12095622CtjJQO","length","add","annotationViews","componentFactory","editor","pluginName","_createCommentsArchiveButton","plugins","Dialog","EDITOR_TOP_SIDE","3NEjeiO","bind","indexOf","collaboration.channelId","tooltip","_calculatePosition","getByInnerView","view","get","collection","locale","remove","stopListening","splice","archivedThreads","filter","focusableElements","1058992GWGDFj","find","306498vxemws","isVisible","hide","165PapBQF","_toggleDialog","commentsArchive","_pendingThreads","show","21344985TAOzSL","config","COMMENTS_ARCHIVE","commentsArchiveView","findIndex","_visibleAnnotations","set","_threadToController"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=169]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(925058===-parseInt(e(180))/1+-parseInt(e(202))/2+parseInt(e(225))/3*(-parseInt(e(201))/4)+parseInt(e(185))/5*(parseInt(e(182))/6)+parseInt(e(214))/7+-parseInt(e(199))/8+parseInt(e(190))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hc);class dc extends t.Plugin{static get[ac(220)](){return ac(212)}static get[ac(198)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(217)]=new go.ViewCollection,this[e(188)]=[]}[ac(200)](){const t=ac;this[t(219)].ui[t(218)][t(216)](t(187),(()=>this[t(221)](go.ButtonView,!0))),this[t(219)].ui[t(218)][t(216)](t(205),(()=>this[t(221)](go.MenuBarMenuListItemButtonView)));const e=this[t(219)][t(222)][t(171)](cc),n=this[t(219)][t(222)][t(171)](t(210)),o=this[t(219)][t(222)][t(171)](t(207));this[t(203)](e[t(177)],t(216),((e,s)=>{const r=t,i=this[r(219)][r(191)][r(171)](r(228));if(!i||s[r(204)]===i){const t=o[r(197)][r(171)](s);if(!t)return void this[r(188)][r(213)](s);const e=this[r(230)](s[r(208)]),i=n[r(169)](t[r(170)]);i[r(183)]&&n[r(195)][r(174)](i),this[r(217)][r(216)](i[r(170)],e)}})),this[t(203)](n[t(172)],t(216),((e,n)=>{const s=t,r=this[s(188)][s(181)]((t=>{const e=s,r=o[e(197)][e(171)](t);return r&&n[e(211)]===r[e(170)]}));if(r){const t=this[s(230)](r[s(208)]);this[s(217)][s(216)](n[s(170)],t),this[s(188)][s(176)](this[s(188)][s(227)](r),1)}})),this[t(203)](e[t(177)],t(174),((e,s)=>{const r=t,i=this[r(219)][r(191)][r(171)](r(228));if(!i||s[r(204)]===i){const t=o[r(197)][r(171)](s),e=n[r(169)](t[r(170)]);this[r(217)][r(174)](e[r(170)]),this[r(175)](e[r(179)])}}))}[ac(230)](t){const e=ac,n=this[e(219)][e(191)][e(171)](e(228)),o=[...this[e(219)][e(222)][e(171)](cc)[e(177)]][e(178)]((t=>t[e(204)]===n))[e(194)]((n=>n[e(208)]<t));return o<0||o>this[e(217)][e(215)]?this[e(217)][e(215)]:o-1}[ac(186)](){const t=ac,e=this[t(219)],n=e[t(222)][t(171)](t(223));this[t(193)]||(this[t(193)]=new oc(e[t(173)],this[t(217)])),t(187)===n.id?n[t(184)]():n[t(189)]({id:t(187),title:vo(e[t(173)],t(192)),icon:$i,hasCloseButton:!0,content:this[t(193)],position:go.DialogViewPosition[t(224)]})}[ac(221)](t,e=!1){const n=ac,o=this[n(219)][n(173)],s=new t(o);return s[n(226)](n(206)).to(this,n(206)),s[n(196)]({label:vo(o,n(192)),icon:$i}),e&&(s[n(229)]=!0),this[n(203)](s,n(209),(()=>this[n(186)]())),s}}var lc=pc;function mc(){var t=["1161192bzrCVK","1660608upJJLe","1954704CLSnfp","4676890FTwGVt","1iAXzQA","27vxNiLM","2867835tKowwJ","requires","6JXxGyG","pluginName","Comments","22442676ZatqgO","1197614LwBEPN","7CsUZHK","11kQVcoU"];return(mc=function(){return t})()}function pc(t,e){var n=mc();return(pc=function(t,e){return n[t-=212]})(t,e)}!function(t){for(var e=pc,n=t();;)try{if(717959===-parseInt(e(217))/1*(-parseInt(e(225))/2)+-parseInt(e(215))/3+-parseInt(e(214))/4+-parseInt(e(219))/5*(-parseInt(e(221))/6)+parseInt(e(226))/7*(parseInt(e(213))/8)+parseInt(e(218))/9*(-parseInt(e(216))/10)+parseInt(e(212))/11*(parseInt(e(224))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mc);class fc extends t.Plugin{static get[lc(220)](){return[_r,Yr,oi,cc,dc,hi,Ni,Ui,Ji]}static get[lc(222)](){return lc(223)}}function gc(t,e){var n=vc();return(gc=function(t,e){return n[t-=385]})(t,e)}function vc(){var t=["1540595qprpjP","8jFiWDf","16347Yqngdn","1435LsMCVv","3670688azJKVM","8394coViQQ","11zvdOHq","1040280ZkaXwI","5231796MRIusG","12190455aPCAST","310NwFncP","10LBpish"];return(vc=function(){return t})()}!function(t){for(var e=gc,n=t();;)try{if(882676===parseInt(e(395))/1+-parseInt(e(386))/2*(-parseInt(e(390))/3)+parseInt(e(389))/4*(parseInt(e(388))/5)+-parseInt(e(393))/6*(parseInt(e(391))/7)+parseInt(e(392))/8+-parseInt(e(385))/9*(parseInt(e(387))/10)+parseInt(e(394))/11*(-parseInt(e(396))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
5
+ */(()=>{var t={874:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const r=s},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment__wrapper:focus{background:var(--ck-color-button-default-hover-background)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{border-radius:0}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}.ck .ck-thread{background-color:var(--ck-color-base-background);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition-duration:.3s;transition-property:color,background-color,width,outline;transition-timing-function:ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-thread:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{border:1px solid transparent;overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context .ck-context__value:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&s[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},673:(t,e,n)=>{"use strict";var o,s=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function a(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],c=e.base?r[0]+e.base:r[0],h=n[c]||0,u="".concat(c," ").concat(h);n[c]=h+1;var d=a(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var s=a(n[o]);i[s].references--}for(var r=c(t,e),h=0;h<n.length;h++){var u=a(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{AnnotationView:()=>rr,Annotations:()=>br,AnnotationsUIs:()=>vi,BaseCommentThreadView:()=>ls,BaseCommentView:()=>As,Comment:()=>Er,CommentThread:()=>Tr,CommentThreadController:()=>fo,CommentThreadInputView:()=>Go,CommentThreadView:()=>gs,CommentView:()=>xs,Comments:()=>Ia,CommentsListView:()=>Jo,CommentsOnly:()=>mi,CommentsRepository:()=>Ar,CommentsUI:()=>hi,EditorAnnotations:()=>jr,InlineAnnotations:()=>$i,NarrowSidebar:()=>Yi,WideSidebar:()=>Di});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const a=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var c=Array.prototype.splice;const h=function(t){var e=this.__data__,n=a(e,t);return!(n<0)&&(n==e.length-1?e.pop():c.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=a(e,t);return n<0?void 0:e[n][1]};const d=function(t){return a(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=a(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var I="object"==typeof self&&self&&self.Object===Object&&self;const _=b||I||Function("return this")();const w=_.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=w?w.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var s=C.call(t);return o&&(e?t[T]=n:delete t[T]),s};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var N=w?w.toStringTag:void 0;const M=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":N&&N in Object(t)?E(t):O(t)};const S=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!S(t))return!1;var e=M(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const V=_["__core-js_shared__"];var L,j=(L=/[^.]+$/.exec(V&&V.keys&&V.keys.IE_PROTO||""))?"Symbol(src)_1."+L:"";const P=function(t){return!!j&&j in t};var B=Function.prototype.toString;const D=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var H=/^\[object .+?Constructor\]$/,K=Function.prototype,z=Object.prototype,F=K.toString,U=z.hasOwnProperty,W=RegExp("^"+F.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const G=function(t){return!(!S(t)||P(t))&&(R(t)?W:H).test(D(t))};const q=function(t,e){return null==t?void 0:t[e]};const Y=function(t,e){var n=q(t,e);return G(n)?n:void 0};const X=Y(_,"Map");const Z=Y(Object,"create");const Q=function(){this.__data__=Z?Z(null):{},this.size=0};const J=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Z){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Z?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Z&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}st.prototype.clear=Q,st.prototype.delete=J,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(X||p),string:new rt}};const at=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const ct=function(t,e){var n=t.__data__;return at(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=ct(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return ct(this,t).get(t)};const dt=function(t){return ct(this,t).has(t)};const lt=function(t,e){var n=ct(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!X||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function It(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}It.prototype.add=It.prototype.push=kt,It.prototype.has=bt;const _t=It;const wt=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,s,r){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var h=r.get(t),u=r.get(e);if(h&&u)return h==e&&u==t;var d=-1,l=!0,m=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++d<a;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!wt(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const Ct=_.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var xt=w?w.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Nt=function(t,e,n,o,s,r,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=Tt;case"[object Set]":var h=1&o;if(c||(c=Et),t.size!=e.size&&!h)return!1;var u=a.get(t);if(u)return u==e;o|=2,a.set(t,e);var d=At(c(t),c(e),o,s,r,a);return a.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Mt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const St=Array.isArray;const Rt=function(t,e,n){var o=e(t);return St(t)?o:Mt(o,n(t))};const Vt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const Lt=function(){return[]};var jt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Vt(Pt(t),(function(e){return jt.call(t,e)})))}:Lt;const Dt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ht=function(t){return null!=t&&"object"==typeof t};const Kt=function(t){return Ht(t)&&"[object Arguments]"==M(t)};var zt=Object.prototype,Ft=zt.hasOwnProperty,Ut=zt.propertyIsEnumerable;const Wt=Kt(function(){return arguments}())?Kt:function(t){return Ht(t)&&Ft.call(t,"callee")&&!Ut.call(t,"callee")};const Gt=function(){return!1};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Yt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,Xt=Yt&&Yt.exports===qt?_.Buffer:void 0;const Zt=(Xt?Xt.isBuffer:void 0)||Gt;var Qt=/^(?:0|[1-9]\d*)$/;const Jt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Qt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ht(t)&&$t(t.length)&&!!te[M(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ae=ie&&ie.isTypedArray;const ce=ae?ne(ae):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=St(t),o=!n&&Wt(t),s=!n&&!o&&Zt(t),r=!n&&!o&&!s&&ce(t),i=n||o||s||r,a=i?Dt(t.length,String):[],c=a.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Jt(h,c))||a.push(h);return a};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!R(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Rt(t,ke,Bt)};var Ie=Object.prototype.hasOwnProperty;const _e=function(t,e,n,o,s,r){var i=1&n,a=be(t),c=a.length;if(c!=be(e).length&&!i)return!1;for(var h=c;h--;){var u=a[h];if(!(i?u in e:Ie.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<c;){var f=t[u=a[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const we=Y(_,"DataView");const ye=Y(_,"Promise");const Ae=Y(_,"Set");const Ce=Y(_,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Ne="[object DataView]",Me=D(we),Se=D(X),Re=D(ye),Ve=D(Ae),Le=D(Ce),je=M;(we&&je(new we(new ArrayBuffer(1)))!=Ne||X&&je(new X)!=Te||ye&&je(ye.resolve())!=Ee||Ae&&je(new Ae)!=xe||Ce&&je(new Ce)!=Oe)&&(je=function(t){var e=M(t),n="[object Object]"==e?t.constructor:void 0,o=n?D(n):"";if(o)switch(o){case Me:return Ne;case Se:return Te;case Re:return Ee;case Ve:return xe;case Le:return Oe}return e});const Pe=je;var Be="[object Arguments]",De="[object Array]",He="[object Object]",Ke=Object.prototype.hasOwnProperty;const ze=function(t,e,n,o,s,r){var i=St(t),a=St(e),c=i?De:Pe(t),h=a?De:Pe(e),u=(c=c==Be?He:c)==He,d=(h=h==Be?He:h)==He,l=c==h;if(l&&Zt(t)){if(!Zt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ce(t)?At(t,e,n,o,s,r):Nt(t,e,c,n,o,s,r);if(!(1&n)){var m=u&&Ke.call(t,"__wrapped__"),p=d&&Ke.call(e,"__wrapped__");if(m||p){var f=m?t.value():t,g=p?e.value():e;return r||(r=new vt),s(f,g,n,o,r)}}return!!l&&(r||(r=new vt),_e(t,e,n,o,s,r))};const Fe=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Ht(e)&&!Ht(n)?e!=e&&n!=n:ze(e,n,o,s,t,r))};const Ue=function(t,e){return Fe(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ge=function(){try{var t=Y(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qe=function(t,e,n){"__proto__"==e&&Ge?Ge(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ye=Object.prototype.hasOwnProperty;const Xe=function(t,e,n){var o=t[e];Ye.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||qe(t,e,n)};const Ze=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var a=e[r],c=o?o(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?qe(n,a,c):Xe(n,a,c)}return n};const Qe=function(t,e){return t&&Ze(e,ke(e),t)};const Je=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!S(t))return Je(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&Ze(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,sn=on&&"object"==typeof module&&module&&!module.nodeType&&module,rn=sn&&sn.exports===on?_.Buffer:void 0,an=rn?rn.allocUnsafe:void 0;const cn=function(t,e){if(e)return t.slice();var n=t.length,o=an?an(n):new t.constructor(n);return t.copy(o),o};const hn=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const un=function(t,e){return Ze(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Mt(e,Bt(t)),t=dn(t);return e}:Lt;const mn=function(t,e){return Ze(t,ln(t),e)};const pn=function(t){return Rt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const vn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const In=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var _n=w?w.prototype:void 0,wn=_n?_n.valueOf:void 0;const yn=function(t){return wn?Object(wn.call(t)):{}};const An=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return vn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return kn(t,n);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 An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return In(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!S(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return Ht(t)&&"[object Map]"==Pe(t)};var Nn=ie&&ie.isMap;const Mn=Nn?ne(Nn):On;const Sn=function(t){return Ht(t)&&"[object Set]"==Pe(t)};var Rn=ie&&ie.isSet;const Vn=Rn?ne(Rn):Sn;var Ln="[object Arguments]",jn="[object Function]",Pn="[object Object]",Bn={};Bn[Ln]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[jn]=Bn["[object WeakMap]"]=!1;const Dn=function t(e,n,o,s,r,i){var a,c=1&n,h=2&n,u=4&n;if(o&&(a=r?o(e,s,r,i):o(e)),void 0!==a)return a;if(!S(e))return e;var d=St(e);if(d){if(a=gn(e),!c)return hn(e,a)}else{var l=Pe(e),m=l==jn||"[object GeneratorFunction]"==l;if(Zt(e))return cn(e,c);if(l==Pn||l==Ln||m&&!r){if(a=h||m?{}:xn(e),!c)return h?mn(e,nn(a,e)):un(e,Qe(a,e))}else{if(!Bn[l])return r?e:{};a=Cn(e,l,c)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,o,s,e,i))})):Mn(e)&&e.forEach((function(s,r){a.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return We(f||e,(function(s,r){f&&(s=e[r=s]),Xe(a,r,t(s,n,o,r,e,i))})),a};const Hn=function(t){return Dn(t,5)};const Kn=function(t){return"symbol"==typeof t||Ht(t)&&"[object Symbol]"==M(t)};var zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fn=/^\w*$/;const Un=function(t,e){if(St(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Kn(t))||(Fn.test(t)||!zn.test(t)||null!=e&&t in Object(e))};function Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Wn.Cache||pt),n}Wn.Cache=pt;const Gn=Wn;var qn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yn=/\\(\\)?/g;const Xn=function(t){var e=Gn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(qn,(function(t,n,o,s){e.push(o?s.replace(Yn,"$1"):n||t)})),e}));const Zn=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var Qn=w?w.prototype:void 0,Jn=Qn?Qn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(St(e))return Zn(e,t)+"";if(Kn(e))return Jn?Jn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return St(t)?t:Un(t,e)?[t]:Xn(to(t))};const no=function(t){if("string"==typeof t||Kn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!S(t))return t;for(var s=-1,r=(e=eo(e,t)).length,i=r-1,a=t;null!=a&&++s<r;){var c=no(e[s]),h=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var u=a[c];void 0===(h=o?o(u,c,a):void 0)&&(h=S(u)?u:Jt(e[s+1])?[]:{})}Xe(a,c,h),a=a[c]}return t};const so=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const ao=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const co=function(t,e){return e.length<2?t:io(t,ao(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=co(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};function lo(t,e){var n=po();return(lo=function(t,e){return n[t-=382]})(t,e)}var mo=lo;function po(){var t=["reopenCommentThread","submitCommentThread","removeCommentThread","resolveCommentThread","listenTo","636682DMypVm","_isAttached","stopListening","remove","submit","6339522eYfrhm","isResolved","645840gYAxkn","225710RySsZz","20IQzvmI","destroy","getComment","model","1169104GKsMrq","removeComment","resolve","addComment","1fygbGa","updateComment","update","639171PyuOyD","_localUser","63OjMbar","reopen","4147900BENVay","view"];return(po=function(){return t})()}!function(t){for(var e=lo,n=t();;)try{if(945438===-parseInt(e(406))/1*(-parseInt(e(389))/2)+parseInt(e(409))/3+-parseInt(e(398))/4*(parseInt(e(397))/5)+parseInt(e(396))/6+-parseInt(e(394))/7+-parseInt(e(402))/8*(-parseInt(e(411))/9)+parseInt(e(382))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=lo;super(),this[n(401)]=t,this[n(401)][n(390)]=!0,this[n(383)]=e,this[n(388)](e,n(385),(()=>this[n(393)]())),this[n(388)](e,n(386),(()=>this[n(392)]())),this[n(388)](e,n(387),(()=>this[n(404)]())),this[n(388)](e,n(384),(()=>this[n(412)]())),this[n(388)](e,n(405),((t,e)=>this[n(405)](e))),this[n(388)](e,n(407),((t,e,o)=>this[n(407)](e,o))),this[n(388)](e,n(403),((t,e)=>this[n(403)](e)))}[mo(393)](){var t=mo;this[t(401)][t(393)]()}[mo(392)](){var t=mo;this[t(401)][t(392)]()}[mo(404)](){var t=mo;this[t(401)][t(395)]||this[t(401)][t(404)]()}[mo(412)](){var t=mo;this[t(401)][t(395)]&&this[t(401)][t(412)]()}[mo(405)](t){var e=mo;this[e(401)][e(405)]({content:t,authorId:this[e(383)][e(410)].id})}[mo(407)](t,e){var n=mo;this[n(401)][n(400)](t)[n(408)]({content:e})}[mo(403)](t){var e=mo;this[e(401)][e(400)](t)[e(392)]()}[mo(399)](){var t=mo;this[t(391)](),this[t(401)][t(390)]=!1}}var go=n(311);function vo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"Annotations sidebar":return o("Annotations sidebar");case"Annotations list":return o("Annotations list");case"Thread comments":return o("Thread comments");case"THREAD_CONTEXT_LABEL":return o({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return o({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return o({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return o({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return o({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return o({string:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",id:"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"});case"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO":return o({string:"Move focus to the thread when the selection is anchored in its marker",id:"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"});case"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT":return o({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return o({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return o({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return o({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return o({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}const ko=bo;function bo(t,e){const n=_o();return(bo=function(t,e){return n[t-=436]})(t,e)}!function(t){const e=bo,n=t();for(;;)try{if(745563===parseInt(e(461))/1+-parseInt(e(442))/2+-parseInt(e(462))/3*(parseInt(e(440))/4)+-parseInt(e(459))/5+-parseInt(e(460))/6+parseInt(e(438))/7+parseInt(e(445))/8*(parseInt(e(441))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_o);class Io extends go.EditorUIView{constructor(t,n){const o=bo;super(t);const s=(0,e.uid)();this[o(444)]=this[o(449)](),this[o(448)]=new go.InlineEditableUIView(t,n,void 0,{label:()=>vo(t,o(447))}),this[o(443)]({tag:o(436),attributes:{class:[o(451),o(453),o(454),o(452)],dir:t[o(456)],lang:t[o(439)],"aria-labelledby":o(457)+s},children:[{tag:o(436),attributes:{class:o(458),role:o(455)},children:this[o(444)]}]})}[ko(450)](){const t=ko;super[t(450)](),this[t(444)][t(463)](this[t(448)])}[ko(446)](){const t=ko;this[t(448)][t(437)][t(446)]()}}function _o(){const t=["uiLanguageDirection","cke-editor__aria-label_","ck-editor__main","7432465DljiyB","2313354PAJBgt","1418823UOnApo","6aFtVvs","add","div","element","10048374rZkEVN","uiLanguage","2593148nOlnDN","57087xoLgIc","1889008gzFLMu","setTemplate","main","2528zkxTSr","focus","Comment editor","editable","createCollection","render","ck-reset","ck-comment__input","ck-editor","ck-rounded-corners","presentation"];return(_o=function(){return t})()}const wo=Ao;function yo(){const t=["getRoot","setEditableElement","isFocused","1518180xIAzPm","view","643662LLxpKo","element","2439468sAVAPe","locale","document","editable","focusTracker","render","29095JknplA","10397ielOQZ","469854fGhCEs","editing","rootName","editor","ready","name","fire","init","destroy","bind","312664AUYwfr","49fbNCIe","26HmPvHE","attachDomRoot"];return(yo=function(){return t})()}function Ao(t,e){const n=yo();return(Ao=function(t,e){return n[t-=145]})(t,e)}!function(t){const e=Ao,n=t();for(;;)try{if(256372===parseInt(e(167))/1*(-parseInt(e(151))/2)+parseInt(e(168))/3+-parseInt(e(156))/4+parseInt(e(166))/5+parseInt(e(160))/6+-parseInt(e(150))/7*(-parseInt(e(149))/8)+-parseInt(e(158))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yo);class Co extends go.EditorUI{constructor(t){const e=Ao;super(t),this[e(157)]=new Io(t[e(161)],t[e(169)][e(157)])}get[wo(159)](){const t=wo;return this[t(157)][t(159)]}[wo(146)](){const t=wo,e=this[t(171)][t(169)][t(157)],n=this[t(157)][t(163)],o=e[t(162)][t(153)]();n[t(173)]=o[t(170)],this[t(157)][t(165)]();const s=n[t(159)];this[t(154)](n[t(173)],s),this[t(157)][t(163)][t(148)](t(155)).to(this[t(164)]),e[t(152)](s),this[t(145)](t(172))}[wo(147)](){const t=wo;super[t(147)](),this[t(157)][t(147)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),No=n(834),Mo=n(251),So=n(179);const Ro=Lo;function Vo(){const t=["531708XnfVsS","focus","5023656tsjOqP","1009552yvwyPn","data","fire","setSelection","initPlugins","destroy","end","get","document","create","init","2226524WchuXt","placeholder","getChild","initialData","model","name","createRoot","134052geHKaQ","_updatePlaceholder","low","462MghoAy","placeholderElement","change:placeholder","ready","defaultPlugins","editing","then","set","childCount","321186DaPnIZ","getRoot","14ArvymW","config","assign","plugins","change","view","13605oIDjJL"];return(Vo=function(){return t})()}function Lo(t,e){const n=Vo();return(Lo=function(t,e){return n[t-=286]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(334162===parseInt(e(296))/1+parseInt(e(317))/2+-parseInt(e(308))/3+parseInt(e(289))/4+-parseInt(e(316))/5*(parseInt(e(299))/6)+-parseInt(e(310))/7*(-parseInt(e(320))/8)+-parseInt(e(319))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vo);const jo=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,No.Typing,Mo.Undo,So.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=Lo;(t=Object[e(312)]({},t))[e(313)]||(t[e(313)]=Po[e(303)]),super(t),this.ui=new Co(this),this[e(306)](e(290),""),this[e(293)][e(286)].on(e(314),(()=>this[e(297)]()),{priority:e(298)}),this.on(e(301),(()=>this[e(297)]())),this[e(293)][e(286)][e(295)]()}[Ro(287)](){const t=Ro,e=this[t(311)][t(327)](t(292))||"";return this[t(324)]()[t(305)]((()=>this.ui[t(288)]()))[t(305)]((()=>this[t(321)][t(288)](e)))[t(305)]((()=>this[t(322)](t(302))))}[Ro(325)](){const t=Ro;return super[t(325)]()[t(305)]((()=>this.ui[t(325)]()))}[Ro(318)](){const t=Ro;this[t(293)][t(314)]((e=>{const n=t,o=this[n(293)][n(286)][n(309)](),s=o&&o[n(291)](o[n(307)]-1);e[n(323)](s,n(326)),this[n(304)][n(315)][n(318)]()}))}[Ro(297)](){const t=Ro,e=this[t(304)][t(315)],n=e[t(286)][t(309)](),o=n[t(291)](0);n[t(307)]>1||!o||"p"!=o[t(294)]?this[t(300)]&&this[t(300)][t(290)]&&((0,To.disablePlaceholder)(e,this[t(300)]),this[t(300)]=void 0):(this[t(290)]&&(o[t(290)]=this[t(290)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(300)]=o)}}Po[Ro(303)]=jo;const Bo=Po,Do=Ho;function Ho(t,e){const n=Ko();return(Ho=function(t,e){return n[t-=157]})(t,e)}function Ko(){const t=["isEnabled","editorReady","12qyGwDj","focus","submitLabel","_createSubmitButton","focusTracker","1533DMFuHK","cancel","firstChild","model","ck-comment__input-wrapper","250DSMDAW","bind","42XfSrHE","createCollection","64820dsgYCZ","destroy","ck-comment__input-actions--active","11910528WxHWgj","Reply...","focusCycler","add","listenTo","setTemplate","extendTemplate","349877Wdvoio","_setupKeyboardNavigation","ck-comment__input-actions","high","submitButtonView","forEach","Esc","set","6Kntlkd","div","disabledSubmit","create","value","withText","_editorCreationPromise","insertBefore","setData","shift+tab","_isDestroyed","added","trim","length","editor","keystrokes","TOO_LONG_COMMENT_ALERT","1640817mJZDwX","focusables","focusLast","document","Cancel","from","view","getData","reverse","stop","focusFirst","showButtons","ck-comment__input-actions--cancel","ck-comment__input-actions--submit","render","fire","_editorConfig","cancelButtonView","41064rdzlDC","Ctrl+Enter","createEditor","Reply","initialData","219154RdyDjm","change","submit","editorDestroyed","_createCancelButton","execute","tab","then","element","placeholder","bindTemplate","label","6547105AjyMie"];return(Ko=function(){return t})()}!function(t){const e=Ho,n=t();for(;;)try{if(702646===parseInt(e(216))/1*(-parseInt(e(201))/2)+-parseInt(e(228))/3*(-parseInt(e(230))/4)+-parseInt(e(213))/5*(-parseInt(e(161))/6)+parseInt(e(221))/7*(-parseInt(e(196))/8)+-parseInt(e(178))/9+-parseInt(e(226))/10*(-parseInt(e(240))/11)+parseInt(e(233))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ko);class zo extends go.View{constructor(t,n={}){const o=Ho;super(t),this[o(175)]=null,this[o(194)]=n,this[o(160)](o(165),n[o(200)]||""),this[o(160)](o(163),!1),this[o(160)](o(189),!0),this[o(160)](o(210),vo(t,o(234))),this[o(160)](o(218),vo(t,o(199))),this[o(157)]=this[o(219)](),this[o(195)]=this[o(205)](),this[o(179)]=this[o(229)]([this[o(157)],this[o(195)]]),this[o(176)]=new e.KeystrokeHandler,this[o(220)]=new e.FocusTracker,this[o(235)]=new go.FocusCycler({focusables:this[o(179)],focusTracker:this[o(220)],keystrokeHandler:this[o(176)],actions:{focusPrevious:o(170),focusNext:o(207)}}),this[o(238)]({tag:o(162),attributes:{class:[o(225)]},children:[{tag:o(162),attributes:{class:[o(242),this[o(211)].if(o(189),o(232))]},children:[this[o(157)],this[o(195)]]}]}),this[o(176)][o(160)](o(159),((t,e)=>{const n=o;this[n(195)][n(193)](n(206)),e()})),this[o(176)][o(160)](o(197),((t,e)=>{const n=o;this[n(157)][n(214)]&&(this[n(157)][n(193)](n(206)),e())})),this.on(o(203),((e,n)=>{const s=o;n[s(174)]>65e3?(alert(vo(t,s(177),[n[s(174)],65e3])),e[s(187)]()):this[s(175)][s(169)]("")}),{priority:o(243)})}[Do(192)](){const t=Do;super[t(192)](),this[t(241)]()}[Do(198)](){const t=Do;return this[t(175)]||(this[t(175)]=new Bo(this[t(194)]),this[t(167)]=this[t(175)][t(164)]()[t(208)]((()=>{const e=t;if(this[e(171)])return;const n=this[e(175)];this[e(209)][e(168)](n.ui[e(209)],this[e(209)][e(223)]),n[e(224)][e(181)].on(e(202),(()=>this[e(165)]=n[e(185)]())),n[e(227)](e(210)).to(this),this[e(179)][e(236)](n.ui[e(184)],0),this[e(193)](e(215),this[e(175)])}))),this[t(167)]}[Do(217)](t){const e=Do;-1===t?(this[e(235)][e(188)](),this[e(235)][e(180)]()):this[e(235)][e(188)]()}async[Do(231)](){const t=Do;this[t(171)]||(this[t(171)]=!0,this[t(175)]&&(await this[t(167)],await this[t(175)][t(231)](),this[t(193)](t(204),this[t(175)])),await super[t(231)]())}[Do(219)](){const t=Do,{locale:e}=this,n=new go.ButtonView(e);return n[t(239)]({attributes:{class:[t(191)]}}),n[t(166)]=!0,n[t(227)](t(212)).to(this,t(218)),n.on(t(206),(()=>{const e=t;this[e(193)](e(203),this[e(165)])})),n[t(227)](t(214)).to(this,t(165),this,t(163),((e,n)=>!n&&!!e[t(173)]())),n}[Do(205)](){const t=Do,{locale:e}=this,n=new go.ButtonView(e);return n[t(239)]({attributes:{class:[t(190)]}}),n[t(212)]=vo(e,t(182)),n[t(166)]=!0,n.on(t(206),(()=>{const e=t;this[e(175)][e(169)](""),this[e(193)](e(222))})),n}[Do(241)](){const t=Do;this[t(176)][t(237)](this[t(209)]),this[t(179)][t(158)]((e=>{const n=t;this[n(220)][n(236)](e[n(209)])})),this[t(179)].on(t(202),((e,n)=>{const o=t;for(const t of Array[o(183)](n[o(172)])[o(186)]())this[o(220)][o(236)](t[o(209)])}))}}var Fo=Uo;function Uo(t,e){var n=Wo();return(Uo=function(t,e){return n[t-=151]})(t,e)}function Wo(){var t=["then","18LtWsTN","2388498ViOyJF","showInput","editor","ck-thread__user","setTemplate","ck-comment__input-container","destroy","14exnZfa","focusCycler","bindTemplate","ck-comment__input-container--active","showButtons","15607HmZvkn","editorDestroyed","2959894fFvVNY","extendTemplate","bind","ck-thread__input","createEditor","delegate","editorReady","userView","commentInputView","set","2244483StAjda","value","div","focus","focusTracker","change:showInput","1638120zdoXmw","isFocused","454085PEydKo","254788nmJgfy"];return(Wo=function(){return t})()}!function(t){for(var e=Uo,n=t();;)try{if(294369===-parseInt(e(181))/1*(parseInt(e(176))/2)+-parseInt(e(168))/3*(-parseInt(e(166))/4)+parseInt(e(165))/5+parseInt(e(169))/6+-parseInt(e(183))/7+parseInt(e(163))/8+-parseInt(e(157))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class Go extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(155)]=new zo(t,n),this[o(177)]=this[o(155)][o(177)],this[o(155)][o(185)](o(180)).to(this[o(155)][o(161)],o(164),this[o(155)],o(158),((t,e)=>t||!!e)),this[o(156)](o(170),!1),this.on(o(162),(()=>{var t=o;this[t(170)]&&!this[t(155)][t(171)]&&this[t(155)][t(151)]()})),this[o(155)][o(152)](o(153)).to(this),this[o(155)][o(152)](o(182)).to(this),this[o(154)]=new s.UserView(t,e),this[o(154)][o(184)]({attributes:{class:o(172),"aria-hidden":!0}}),this[o(155)][o(184)]({attributes:{class:o(186)}}),this[o(173)]({tag:o(159),attributes:{class:[o(174),this[o(178)].if(o(170),o(179))]},children:[this[o(154)],this[o(155)]]})}[Fo(175)](){var t=Fo;return this[t(155)][t(175)]()[t(167)]((()=>super[t(175)]()))}[Fo(160)](t){var e=Fo;this[e(155)][e(160)](t)}}function qo(t,e){const n=Xo();return(qo=function(t,e){return n[t-=446]})(t,e)}!function(t){const e=qo,n=t();for(;;)try{if(633239===-parseInt(e(452))/1*(parseInt(e(456))/2)+-parseInt(e(446))/3+-parseInt(e(462))/4*(-parseInt(e(454))/5)+parseInt(e(451))/6*(-parseInt(e(447))/7)+parseInt(e(460))/8*(parseInt(e(449))/9)+parseInt(e(459))/10+-parseInt(e(450))/11*(-parseInt(e(453))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Yo extends go.View{constructor(t){const e=qo;super(t);const n=this[e(455)];this[e(448)](e(463),void 0),this[e(457)]({tag:"li",attributes:{class:e(458)},children:[{text:n.to(e(463),(n=>vo(t,e(461),n)))}]})}}function Xo(){const t=["bindTemplate","1553556PxPGQJ","setTemplate","ck-thread__comment-count","7532220MGIzbL","8niWVVV","NUMBER_OF_COMMENTS","14088OlYKVS","count","2511210ibVAQk","7xLXyax","set","5005377kxBXmz","11oDEpjK","2548506ugVEux","1QEFqQJ","4304316ZhfbIn","1425bBMWzR"];return(Xo=function(){return t})()}const Zo=Qo;function Qo(t,e){const n=$o();return(Qo=function(t,e){return n[t-=432]})(t,e)}!function(t){const e=Qo,n=t();for(;;)try{if(311090===parseInt(e(458))/1*(parseInt(e(518))/2)+-parseInt(e(457))/3+-parseInt(e(453))/4+-parseInt(e(504))/5*(-parseInt(e(486))/6)+parseInt(e(498))/7+parseInt(e(484))/8*(parseInt(e(447))/9)+parseInt(e(436))/10*(-parseInt(e(510))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($o);class Jo extends go.View{constructor(t,n,o){const s=Qo;super(t);const r=this[s(519)];this[s(523)](s(469),!1),this[s(523)](s(528),n[s(464)][s(528)]),this[s(523)](s(456),!1),this[s(489)]=n,this[s(477)]=o,this[s(526)]=this[s(474)](),this[s(459)]=this[s(474)](),this[s(449)]=null,this[s(480)]=new e.FocusTracker,this[s(455)]=new e.KeystrokeHandler,this[s(448)]=new go.FocusCycler({focusables:this[s(526)],focusTracker:this[s(480)],keystrokeHandler:this[s(455)],keystrokeHandlerOptions:{filter:t=>this[s(526)][s(472)]((t=>t[s(493)]))[s(502)](t[s(446)])},actions:{focusPrevious:s(445),focusNext:s(517)}}),this[s(461)]=new Yo(t),this[s(461)][s(488)](s(525)).to(this,s(528),(t=>t-this[s(477)][s(490)]));for(const t of n[s(464)])this[s(497)](t);this[s(503)](),this[s(522)](n[s(464)],s(433),((t,e)=>{const n=s,o=this[n(520)](e);this[n(528)]++,this[n(497)](e,o),this[n(471)]()})),this[s(522)](n[s(464)],s(491),((t,e)=>{const n=s;this[n(528)]--,this[n(475)](e),this[n(471)]()})),this[s(522)](n,s(515),(()=>this[s(471)]())),this[s(522)](n,s(443),(()=>this[s(503)]())),this.on(s(483),(()=>this[s(471)]())),this.on(s(513),(()=>this[s(471)]())),this[s(508)]({tag:"ul",attributes:{class:[s(451),r.if(s(528),s(527),(t=>!t))],"aria-label":vo(t,s(495))},children:this[s(459)]})}get[Zo(468)](){const t=Zo;return this[t(489)][t(524)]>this[t(477)][t(460)]&&!this[t(456)]&&!this[t(469)]}[Zo(442)](){const t=Zo;super[t(442)](),this[t(471)](),this[t(479)]()}[Zo(476)](t){const e=Zo;-1===t?this[e(448)][e(478)]():this[e(448)][e(492)]()}[Zo(529)](){const t=Zo;this[t(461)][t(529)]();for(const e of this[t(526)])e[t(529)]();super[t(529)]()}[Zo(471)](){const t=Zo;this[t(468)]?this[t(437)]():this[t(511)]()}[Zo(497)](t,e){const n=Zo,o=new(this[n(477)][n(462)])(this[n(487)],t,{maxCommentCharsWhenCollapsed:this[n(477)][n(506)],formatDateTime:this[n(477)][n(499)],editorConfig:this[n(477)][n(473)]});o[n(452)]=t.id,o[n(496)](n(512)).to(this),o[n(496)](n(514)).to(this),o[n(496)](n(444)).to(this),o[n(496)](n(482)).to(this),o[n(496)](n(435)).to(this),this[n(522)](o,n(507),(()=>this[n(509)]())),this[n(526)][n(433)](o,e)}[Zo(520)](t){const e=Zo,n=this[e(489)][e(485)](t);return this[e(449)]?this[e(449)][e(465)]>t[e(465)]?n-1:n:n-1}[Zo(503)](){const t=Zo;if(this[t(489)][t(481)]&&this[t(489)][t(466)]){const e={id:t(441),author:this[t(489)][t(481)],authoredAt:this[t(489)][t(466)],content:vo(this[t(487)],t(432)),attributes:{}};this[t(449)]=new(this[t(477)][t(462)])(this[t(487)],e,{maxCommentCharsWhenCollapsed:this[t(477)][t(506)],formatDateTime:this[t(477)][t(499)],editorConfig:this[t(477)][t(473)],isSystemComment:!0}),this[t(526)][t(433)](this[t(449)],this[t(489)][t(485)](e))}else this[t(449)]&&(this[t(526)][t(491)](this[t(449)]),this[t(449)][t(529)](),this[t(449)]=null);this[t(471)]()}[Zo(475)](t){const e=Zo,n=this[e(526)][e(491)](t.id);this[e(500)](n),n[e(494)]&&this[e(509)](),n[e(529)]()}[Zo(509)](){const t=Zo;this[t(469)]=Array[t(454)](this[t(526)])[t(470)]((e=>e[t(494)]))}[Zo(437)](){const t=Zo,n=function(t){const n=Qo,o=new e.Collection;for(const e of t)o[n(433)](e);return o}(this[t(526)]),o=this[t(461)][t(525)];for(let e=1;e<=o;e++)n[t(491)](1);for(const e of n)e[t(467)]();o>0&&n[t(433)](this[t(461)],1),ts((0,e.diff)(Array[t(454)](this[t(459)]),Array[t(454)](n)),this[t(459)],n)}[Zo(511)](){const t=Zo;ts((0,e.diff)(Array[t(454)](this[t(459)]),Array[t(454)](this[t(526)])),this[t(459)],this[t(526)]);for(const e of this[t(459)])e[t(439)]()}[Zo(479)](){const t=Zo;this[t(526)][t(521)]((e=>{const n=t;this[n(480)][n(433)](e[n(493)]),this[n(455)][n(522)](e[n(493)])})),this[t(526)].on(t(440),((e,n)=>{const o=t;for(const t of n[o(501)])this[o(480)][o(491)](t[o(493)]),this[o(455)][o(500)](t[o(493)]);for(const t of Array[o(454)](n[o(463)])[o(505)]())this[o(480)][o(433)](t[o(493)]),this[o(455)][o(522)](t[o(493)])}))}}function $o(){const t=["maxCommentCharsWhenCollapsed","change:isEditMode","setTemplate","_updateHasDirtyComment","1969rLIqTW","_rearrangeExpand","removeComment","change:hasDirtyComment","updateComment","commentUpdated","equal","arrowdown","4NmqshL","bindTemplate","_calculatePosition","forEach","listenTo","set","weight","count","commentViews","ck-hidden","length","destroy","Marked as resolved","add","insert","editorDestroyed","14480fkfIGB","_rearrangeCollapse","delete","expand","change","resolved","render","change:isResolved","resolveCommentThread","arrowup","target","11043byAadJ","focusCycler","resolvedCommentView","get","ck-thread__comments","viewUid","702788ZHWjnD","from","keystrokes","isActive","262818fTOlql","19729AYnTvj","visibleViews","maxThreadTotalWeight","_collapsedCommentsView","CommentView","added","comments","authoredAt","resolvedAt","collapse","_shouldCollapse","hasDirtyComment","some","refreshVisibleViews","map","editorConfig","createCollection","_handleRemoveCommentModel","focus","_config","focusLast","_setupKeyboardNavigation","focusTracker","resolvedBy","editorReady","change:isActive","1864mPTwck","_findOptimalIndex","18VuJdPm","locale","bind","_model","maxCommentsWhenCollapsed","remove","focusFirst","element","isEditMode","Thread comments","delegate","_handleNewCommentModel","1892289ovTqTp","formatDateTime","stopListening","removed","includes","_handleInfoComment","396515xQyEuZ","reverse"];return($o=function(){return t})()}function ts(t,e,n){const o=Zo;let s=0;for(const r of t)switch(r){case o(434):e[o(433)](n[o(450)](s),s),s++;break;case o(438):e[o(491)](s);break;case o(516):s++}}const es=os;function ns(){const t=["78FZQbAf","17576LSbTbo","110XArtmj","bindTemplate","18896xnPQFT","span","12aPVpDP","set","93582OBDuXV","element","ck-context__value","focus","1049675EIvIWI","THREAD_CONTEXT_LABEL","setTemplate","90476ZUORyr","180WEGyBZ","422652dRmofr","481349mDzCrt","contextValue","3231wfWVvt","476QBzDtU"];return(ns=function(){return t})()}function os(t,e){const n=ns();return(os=function(t,e){return n[t-=454]})(t,e)}!function(t){const e=os,n=t();for(;;)try{if(618401===parseInt(e(467))/1+-parseInt(e(459))/2*(parseInt(e(461))/3)+parseInt(e(470))/4*(-parseInt(e(471))/5)+-parseInt(e(463))/6*(parseInt(e(454))/7)+-parseInt(e(456))/8*(-parseInt(e(475))/9)+-parseInt(e(457))/10*(-parseInt(e(473))/11)+parseInt(e(472))/12*(parseInt(e(455))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ns);class ss extends go.View{constructor(t){const e=os;super(t);const n=this[e(458)];this[e(462)](e(474),""),this[e(469)]({tag:e(460),attributes:{class:["ck",e(465)],"aria-label":n.to(e(474),(n=>vo(t,e(468),n))),tabindex:-1},children:[{text:n.to(e(474))}]})}[es(466)](){const t=es;this[t(464)][t(466)]()}}const rs=as;function is(){const t=["bind","focus","keystrokes","label","6916eytFXv","ck-context","85907fOuJgI",".ck-context__value","focusCycler","element","...","isEnabled","context","95585QXPUVK","_createReopenButton","hasContext","querySelector","_createContextView","shift+tab","substring","565TLTiVB","Reopen","tab","isReadOnly","502BQwKFw","createCollection","contextView","45GCSaIC","77856gaPNKt","contextValue","offsetWidth","render","icon","ck-annotation__actions","reopenButtonView","setTemplate","listenTo","overlay","_trimContextValue","2469PSXmre","value","isResolvable","focusTracker","focusables","reopenCommentThread","829100JBwTzS","lastIndexOf","ck-context-wrapper","classList","fire","tooltip","remove",".ck-context","ck-thread__header","_model","ck-context--quotes","length","837174ReUApH","add","mouseenter","locale","div","isResolved","scrollWidth","isVisible","_attachContextActions","execute","_setupKeyboardNavigation","bindTemplate","mouseleave","Comment was made on an element","focusFirst"];return(is=function(){return t})()}function as(t,e){const n=is();return(as=function(t,e){return n[t-=412]})(t,e)}!function(t){const e=as,n=t();for(;;)try{if(128609===-parseInt(e(451))/1+parseInt(e(469))/2*(parseInt(e(412))/3)+parseInt(e(449))/4*(parseInt(e(465))/5)+-parseInt(e(430))/6+-parseInt(e(458))/7+-parseInt(e(473))/8*(-parseInt(e(472))/9)+-parseInt(e(418))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);class cs extends go.View{constructor(t,n){const o=as;super(t);const s=this[o(441)];this[o(427)]=n,this[o(479)]=this[o(459)](),this[o(471)]=this[o(462)](),this[o(416)]=this[o(470)]([this[o(471)],this[o(479)]]),this[o(415)]=new e.FocusTracker,this[o(447)]=new e.KeystrokeHandler,this[o(453)]=new go.FocusCycler({focusables:this[o(416)],focusTracker:this[o(415)],keystrokeHandler:this[o(447)],actions:{focusPrevious:o(463),focusNext:o(467)}}),this[o(445)](o(460)).to(this[o(427)],o(457),(t=>!!t)),this[o(445)](o(474)).to(this[o(427)],o(457),(t=>t&&t[o(413)]?this[o(483)](t[o(413)]):vo(this[o(433)],o(443)))),this[o(480)]({tag:o(434),attributes:{class:[o(426)]},children:[{tag:o(434),attributes:{class:[o(420)]},children:[{tag:o(434),attributes:{class:[o(450),s.if(o(460),o(428))]},children:[this[o(471)]]}]},{tag:o(434),attributes:{class:[o(478)]},children:[this[o(479)]]}]})}[rs(476)](){const t=rs;super[t(476)](),this[t(438)](),this[t(440)]()}[rs(446)](){const t=rs;this[t(453)][t(444)]()}[rs(459)](){const t=rs,e=new go.ButtonView(this[t(433)]);return e[t(448)]=vo(this[t(433)],t(466)),e[t(423)]=vo(this[t(433)],t(466)),e[t(477)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(445)](t(456)).to(this[t(427)],t(468),(t=>!t)),e[t(445)](t(437)).to(this[t(427)],t(414),this[t(427)],t(435),((t,e)=>t&&e)),e.on(t(439),(()=>{const e=t;this[e(422)](e(417),this[e(427)].id)})),e}[rs(483)](t){const e=rs;if(t[e(429)]<150)return t;const n=t[e(419)](" ",147);return t[e(464)](0,n>-1?n:147)+e(455)}[rs(438)](){const t=rs,e=this[t(454)][t(461)](t(425)),n=e[t(461)](t(452));this[t(481)](e,t(432),(()=>{const o=t;n[o(475)]<n[o(436)]&&e[o(421)][o(431)](o(482))})),this[t(481)](e,t(442),(()=>{const n=t;e[n(421)][n(424)](n(482))}))}[rs(440)](){const t=rs;this[t(447)][t(481)](this[t(454)]);for(const e of this[t(416)])this[t(415)][t(431)](e[t(454)]),this[t(447)][t(481)](e[t(454)])}[rs(462)](){const t=rs,e=new ss(this[t(433)]);return e[t(445)](t(474)).to(this),e}}const hs=ds;function us(){const t=["placeholder","bind","commentsListView","shift+tab","showInput","745762hrrHWB","isActive","submitCommentThread","8suCMUH","listenTo","commentThreadHeaderView","length","4063829QxcDUi","145XQtwWD","focus","disabledSubmit","delegate","updateComment","archivedAt","focusables","COMMENT_THREAD_DESCRIPTION","first","reopenCommentThread","author","commentInputView","2349684kqqDOm","878920vmCKKL","isSubmitted","resolveCommentThread","createCollection","destroy","editorReady","target","_model","unlinkedAt","ariaLabel","locale","isDirty","Write a comment...","CommentView","COMMENT_THREAD_LABEL","hasDirtyComment","assign","editorDestroyed","ariaDescriptionView","_createCommentThreadInputView","1980855wotJQS","commentThreadInputView","render","canComment","submitLabel","158754WqsyYM","cancel","focusCycler","Reply to reopen discussion...","Reply","change:isActive","element","submit","set","addComment","tab","3064780fZqUak","editorConfig","fire","stop","_config","comments","removeComment","focusTracker","keystrokes","value","removeCommentThread","_localUser","name","isResolved","isUnlinked","Comment","isReadOnly","isResolvable","Reply..."];return(us=function(){return t})()}function ds(t,e){const n=us();return(ds=function(t,e){return n[t-=149]})(t,e)}!function(t){const e=ds,n=t();for(;;)try{if(472601===-parseInt(e(171))/1+parseInt(e(150))/2+parseInt(e(191))/3+parseInt(e(207))/4+parseInt(e(158))/5*(-parseInt(e(196))/6)+parseInt(e(157))/7*(parseInt(e(153))/8)+-parseInt(e(170))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);class ls extends go.View{constructor(t,n,o,r){const i=ds;super(t),this[i(204)](i(151),!1),this[i(204)](i(182),!1),this[i(178)]=n,this[i(218)]=o,this[i(211)]=r,this[i(155)]=new cs(t,n),this[i(155)][i(161)](i(167)).to(this),this[i(189)]=new s.AriaDescriptionView(t,vo(t,i(165))),this[i(154)](this,i(167),(()=>{this[i(159)]()})),this[i(228)]=new Jo(t,n,Object[i(187)]({CommentView:this[i(211)][i(184)]},r)),this[i(228)][i(161)](i(213)).to(this),this[i(228)][i(161)](i(162)).to(this),this[i(228)][i(161)](i(173)).to(this),this[i(228)][i(161)](i(176)).to(this),this[i(228)][i(161)](i(188)).to(this),this[i(228)][i(227)](i(151)).to(this),this[i(154)](this,i(173),(()=>{this[i(159)]()})),this[i(204)](i(156),this[i(228)][i(156)]),this[i(227)](i(156)).to(this[i(228)],i(156)),this[i(192)]=this[i(190)](),this[i(192)][i(161)](i(176)).to(this),this[i(192)][i(161)](i(188)).to(this),this.on(i(213),(()=>this[i(159)]())),this[i(227)](i(182)).to(this[i(228)],i(186),this[i(192)][i(169)],i(216),((t,e)=>t||!!e)),this[i(227)](i(221)).to(n,i(179),(t=>!!t)),this[i(227)](i(180)).to(this,i(156),(t=>{const e=i,n=this[e(178)][e(212)][e(166)]?this[e(178)][e(212)][e(166)][e(168)][e(219)]:this[e(218)][e(219)];return vo(this[e(181)],e(185),[t,n])})),this[i(164)]=this[i(174)]([this[i(228)],this[i(192)]]),this[i(214)]=new e.FocusTracker,this[i(215)]=new e.KeystrokeHandler,this[i(198)]=new go.FocusCycler({focusables:this[i(164)],focusTracker:this[i(214)],keystrokeHandler:this[i(215)],keystrokeHandlerOptions:{filter:t=>t[i(177)]!==this[i(202)]},actions:{focusPrevious:i(229),focusNext:i(206)}})}[hs(159)](){const t=hs;this[t(202)][t(159)]()}[hs(193)](){const t=hs;super[t(193)](),(0,s.setupThreadKeyboardNavigation)(this,this[t(164)])}async[hs(175)](){const t=hs;this[t(182)]=!1,this[t(228)][t(175)](),await this[t(192)][t(175)](),super[t(175)]()}[hs(190)](){const t=hs,e=new Go(this[t(181)],this[t(218)],this[t(211)][t(208)]),n=e[t(169)];return e[t(227)](t(149)).to(this,t(151),this[t(178)],t(223),this[t(178)],t(194),this[t(178)],t(163),n,t(216),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(227)](t(226)).to(this,t(156),this[t(178)],t(224),this[t(178)],t(220),((e,n,o)=>{const s=t;let r;return r=s(o&&n?199:e?225:183),vo(this[s(181)],r)})),n[t(227)](t(195)).to(this,t(156),(e=>vo(this[t(181)],t(e?200:222)))),n.on(t(203),((e,n)=>{const o=t;this[o(209)](o(205),n),this[o(178)][o(220)]&&this[o(178)][o(224)]&&this[o(209)](o(167),this[o(178)].id),this[o(178)][o(172)]||this[o(209)](o(152))})),n.on(t(197),(()=>{this[t(159)]()})),n[t(227)](t(160)).to(this[t(178)],t(223)),n.on(t(197),(e=>{const n=t;0==this[n(156)]&&(this[n(209)](n(217)),e[n(210)]())})),this.on(t(201),((e,o,s)=>{const r=t;s||this[r(156)]||n[r(216)]||this[r(209)](r(217))})),e}}const ms=fs;function ps(){const t=["commentsListView","actionIndicator","removeCommentThread","isUnlinked","Write a comment...","Delete comment thread?","825786ESxhKJ","ck-thread--remove-confirmation","then","render","isResolvable","high","Resolve","cancelConfirm","_updateArchivedThreadHeader","ariaDescriptionView","label","1068775QJuSdr","isSystemComment","add","containerElement","commentThreadInputView","_createResolveButton","ck-thread--unlinked","removeButton","archivedAt","change:isActive","8JxsuZs",".ck-thread__container","focusables","resolveButton","setTemplate","extendTemplate","_boundFirstCommentView","remove","icon","isResolved","isActive","focus","commentViews","bindTemplate","ck-thread--","showConfirm","ck-reset_all-excluded","change:isReadOnly","unbind","_model","stop","listenTo","has","_cancelAllConfirms","locale","ck-thread","execute","createCollection","bind","listitem","tooltip","isVisible","fire","ck-thread__container","getTemplate","actionBar","element","344472oaGIZk","set","commentThreadHeaderView","isReadOnly","isConfirm","get","change:archivedAt","placeholder","_bindFirstCommentView","resolveCommentThread","removeConfirm","ariaLabel","check","100764LbZdVe","717788eIhoJP","commentThreadChildren","length","7nmkCIa","ck-rounded-corners","ck-thread--active","div","querySelector","isEnabled","438084hNAeqd","ck-comment--resolve","29400sgElzz"];return(ps=function(){return t})()}function fs(t,e){const n=ps();return(fs=function(t,e){return n[t-=184]})(t,e)}!function(t){const e=fs,n=t();for(;;)try{if(114941===-parseInt(e(247))/1+-parseInt(e(185))/2*(-parseInt(e(235))/3)+-parseInt(e(236))/4+parseInt(e(265))/5+-parseInt(e(245))/6+-parseInt(e(239))/7*(parseInt(e(222))/8)+parseInt(e(254))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class gs extends((0,s.ConfirmMixin)(ls)){constructor(t,e,n,o){const s=fs;super(t,e,n,o),this[s(237)]=this[s(212)]([this[s(248)],this[s(269)],this[s(263)]]),this[s(223)](s(249),null),this[s(268)]=null,this[s(191)]=null,this[s(209)]=t,this[s(188)]=this[s(270)](),this[s(189)](this[s(219)]()),this.on(s(184),((t,e,n)=>{n||this[s(208)]()})),this[s(206)](this[s(204)],s(202),((t,e,n)=>{n&&this[s(208)]()})),this[s(238)]>0&&this[s(230)](),this[s(206)](this[s(248)][s(197)],s(267),(()=>{this[s(230)]()}))}[ms(219)](){const t=ms,e=this[t(198)];return{tag:t(242),attributes:{class:["ck",t(210),t(201),t(240),e.if(t(195),t(241)),e.if(t(251),t(271)),e.if(t(226),t(255)),e.to(t(249),(e=>e?t(199)+e:""))],"data-thread-id":this[t(204)].id,tabindex:0,role:t(214),"aria-label":e.to(t(233)),"aria-describedby":this[t(263)].id},children:[{tag:t(242),attributes:{class:t(218)},children:this[t(237)]}]}}[ms(257)](){const t=ms;super[t(257)](),this[t(268)]=this[t(221)][t(243)](t(186)),this[t(204)].on(t(228),(()=>{this[t(262)]()})),this[t(262)]()}[ms(208)](){const t=ms;this[t(261)]();for(const e of this[t(248)][t(197)])e[t(261)]()}[ms(230)](){const t=ms,{locale:e}=this,n=this[t(248)][t(197)][t(227)](0);n===this[t(191)]||n[t(266)]||(this[t(191)]=n,this[t(203)](t(249)),this[t(213)](t(249)).to(n,t(249),(e=>t(192)===e?t(192):null)),n[t(229)]=vo(e,t(252)),n[t(272)].on(t(211),(n=>{const o=t;n[o(205)](),this[o(200)](vo(e,o(253)),this[o(268)])[o(256)]((()=>{const t=o;this[t(217)](t(250))}))}),{priority:t(259)}),this.on(t(232),(()=>{n[t(196)]()})),n[t(220)][t(267)](this[t(188)],0),n[t(187)][t(267)](this[t(188)],0))}[ms(270)](){const e=ms,n=new s.LateFocusButtonView(this[e(209)]);return n[e(264)]=vo(this[e(209)],e(260)),n[e(215)]=vo(this[e(209)],e(260)),n[e(193)]=t.icons[e(234)],n[e(190)]({attributes:{class:e(246)}}),n[e(213)](e(244)).to(this[e(204)],e(225),(t=>!t)),n[e(213)](e(216)).to(this[e(204)],e(258),this[e(204)],e(194),((t,e)=>t&&!e)),n.on(e(211),(()=>{const t=e;this[t(217)](t(231),this[t(204)].id)})),n}[ms(262)](){const t=ms;this[t(204)][t(273)]?this[t(237)][t(207)](this[t(224)])||(this[t(237)][t(267)](this[t(224)],0),this[t(187)][t(267)](this[t(224)],0)):this[t(237)][t(207)](this[t(224)])&&(this[t(237)][t(192)](this[t(224)]),this[t(187)][t(192)](this[t(224)]))}}var vs=ks;function ks(t,e){var n=bs();return(ks=function(t,e){return n[t-=488]})(t,e)}function bs(){var t=["4429716WjHvWT","ck-content","ck-comment__content","126WIVHRb","div","set","change:content","setTemplate","728ifTmPN","innerHTML","921510MCBrKD","content","471710hTlclC","9012982fykmIb","ck-annotation__content","830678vqwTmU","1ZaOEip","render","element","69076QpgOPj","1233933nBjEcM","4webXhX"];return(bs=function(){return t})()}!function(t){for(var e=ks,n=t();;)try{if(498944===-parseInt(e(495))/1*(parseInt(e(494))/2)+parseInt(e(499))/3*(parseInt(e(500))/4)+parseInt(e(489))/5+-parseInt(e(501))/6+-parseInt(e(498))/7*(-parseInt(e(509))/8)+-parseInt(e(504))/9*(parseInt(e(491))/10)+parseInt(e(492))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class Is extends go.View{constructor(t){var e=ks;super(t),this[e(506)](e(490),""),this[e(508)]({tag:e(505),attributes:{class:[e(502),e(503),e(493)]}})}[vs(496)](){var t=vs;super[t(496)](),this.on(t(507),((e,n,o)=>{var s=t;this[s(497)][s(488)]=o})),this[t(497)][t(488)]=this[t(490)]}}function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=301]})(t,e)}const ws=_s;function ys(){const t=["keystrokes","ariaDescriptionView","once","_createCommentContentView","195784OIcLjN","isReadOnly","stopListening","element","_config","added","createCollection","cancel","authoredAt","editorReady","4050732ycNgWo","importWord","getUserViewNotificationText","editorDestroyed","creator","switchToEditMode","21OtQzut","577410EPgTge","disabledSubmit","author","isSystemComment","focusCycler","remove","focusables","editorConfig","source","2901120dhaRnp","initialData","updateComment","tab","text/html","EXTERNAL_AVATAR","target","EXTERNAL_COMMENT","submitLabel","_setupKeyboardNavigation","collapse","bind","isCollapsed","getExternalCommentNote","removed","add","focusFirst","isEditMode","formatDateTime","locale","render","_model","1125666LiMkiX","visibleView","shift+tab","focusTracker","fire","861174ElxnQn","EXTERNAL_IMPORT_WORD_AVATAR","243ITgHcP","maxCommentCharsWhenCollapsed","set","COMMENT_ARIA_LABEL","_createCommentInputView","EXTERNAL_IMPORT_WORD_COMMENT","change","createEditor","isExternal","Save","content","body","focus","COMMENT_THREAD_DESCRIPTION","parseFromString","get","enter","delegate","value","destroy","listenTo","403268kNeVIu","@external","attributes","switchToDisplayMode","name","expand","textContent","submit","esc","ariaLabel"];return(ys=function(){return t})()}!function(t){const e=_s,n=t();for(;;)try{if(642244===parseInt(e(341))/1+-parseInt(e(346))/2+-parseInt(e(309))/3*(-parseInt(e(369))/4)+-parseInt(e(319))/5+-parseInt(e(310))/6+parseInt(e(303))/7+-parseInt(e(383))/8*(parseInt(e(348))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ys);class As extends go.View{constructor(t,n,o){const r=_s;super(t),this[r(340)]=n,this[r(387)]=o,this[r(313)]=!!this[r(387)][r(313)],this[r(350)](r(336),!1),this[r(350)](r(331),!0),this[r(330)](r(378)).to(n,r(358),n,r(301),((e,s)=>vo(t,r(351),[n[r(312)][r(373)],o[r(337)](s),(new DOMParser)[r(362)](e,r(323))[r(359)][r(375)],n[r(356)]?this[r(332)]():""]))),this[r(380)]=new s.AriaDescriptionView(t,vo(t,r(361))),this[r(342)]=this[r(389)](),this[r(342)][r(334)](this[r(382)]()),this[r(316)]=new go.ViewCollection,this[r(344)]=new e.FocusTracker,this[r(379)]=new e.KeystrokeHandler,this[r(314)]=new go.FocusCycler({focusables:this[r(316)],focusTracker:this[r(344)],keystrokeHandler:this[r(379)],keystrokeHandlerOptions:{filter:t=>t[r(325)]!==this[r(386)]},actions:{focusPrevious:r(343),focusNext:r(322)}})}[ws(374)](){this[ws(331)]=!1}[ws(329)](){const t=ws;this[t(336)]||(this[t(331)]=!0)}[ws(360)](){const t=ws;this[t(386)][t(360)]()}[ws(339)](){const t=ws;super[t(339)](),this[t(328)]()}async[ws(367)](){const t=ws;await this[t(342)][t(363)](0)[t(367)](),super[t(367)]()}[ws(308)](){const t=ws;this[t(336)]||(this[t(336)]=!0,this[t(342)][t(315)](0)[t(367)](),this[t(342)][t(334)](this[t(352)]()))}[ws(372)](){const t=ws;this[t(336)]&&(this[t(336)]=!1,this[t(342)][t(315)](0)[t(367)](),this[t(342)][t(334)](this[t(382)]()))}[ws(332)](){const t=ws;return t(304)===this[t(340)][t(371)][t(370)][t(318)]?vo(this[t(338)],t(353)):vo(this[t(338)],t(326))}[ws(305)](){const t=ws;return this[t(340)][t(356)]?t(304)===this[t(340)][t(371)][t(370)][t(318)]?vo(this[t(338)],t(347),this[t(340)][t(307)][t(373)]):vo(this[t(338)],t(324),this[t(340)][t(307)][t(373)]):null}[ws(382)](){const t=ws,e=new Is(this[t(338)]);return e[t(330)](t(358)).to(this[t(340)],t(358),this,t(331),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(387)][t(349)]}):e)),e}[ws(352)](){const t=ws;this[t(387)][t(317)]||(this[t(387)][t(317)]={}),this[t(387)][t(317)][t(320)]=this[t(340)][t(358)];const e=new zo(this[t(338)],this[t(387)][t(317)]);return e[t(366)]=this[t(340)][t(358)],e[t(330)](t(311)).to(this[t(340)],t(384)),e[t(327)]=vo(this[t(338)],t(357)),e.on(t(376),((e,n)=>{const o=t;this[o(345)](o(321),this[o(340)].id,n),this[o(372)](),this[o(360)]()})),e.on(t(390),(()=>{const e=t;this[e(372)](),this[e(360)]()})),e[t(381)](t(302),(()=>{e[t(360)]()})),e[t(355)](),e[t(365)](t(302)).to(this),e[t(365)](t(306)).to(this),e}[ws(328)](){const t=ws,e=this[t(386)];this[t(379)][t(368)](e);for(const e of this[t(316)])this[t(344)][t(334)](e[t(386)]),this[t(379)][t(368)](e[t(386)]);this[t(316)].on(t(354),((e,n)=>{const o=t;for(const t of n[o(333)])this[o(344)][o(315)](t[o(386)]),this[o(379)][o(385)](t[o(386)]);for(const t of n[o(388)])this[o(344)][o(334)](t[o(386)]),this[o(379)][o(368)](t[o(386)])})),this[t(379)][t(350)](t(364),((n,o)=>{const s=t;e===n[s(325)]&&(this[s(314)][s(335)](),o())})),this[t(379)][t(350)](t(377),((n,o)=>{const s=t;e!==n[s(325)]&&(this[s(360)](),o())}))}}const Cs=Es;function Ts(){const t=["buttonView","_model","userView","set","ck-hidden","element","27545nBRmKl","addMany","add","listenTo","render","visibleView","name","ck-comment--","switchToEditMode","ck-comment__actions","Reply...","_createEditButton","ck-comment__info-time","isEditable","ck-comment--info","removeButton","execute","isVisible","showConfirm","getExternalCommentNote","label","3211032VDkRnq","ck-comment","unbind","some","threeVerticalDots","items","6054312dgraWc","isRemovable","isSystemComment","ck-comment--edit","Remove","panelView","801871hwEdUZ","ck-annotation__user","_createCommentInputView","setTemplate","withText","ck-annotation__info-name","then","_attachActions","placeholder","div","removeComment","time","blur","length","132BgRxlP","createCollection","ck-comment__actions--hidden","getTemplate","icon","push","27MvNIQI","ck-annotation__actions--hidden","ck-comment--remove-confirmation","Show more items","ck-comment__info-name","Delete comment?","actionBar","getUserViewNotificationText","find","ck-annotation__actions","authoredAt","pencil","_config","isEnabled","ck-comment__info","isExternal","edit","isConfirm","ariaDescriptionView","toMany","author","ck-annotation__content-wrapper","locale","ck-comment--remove","fire","panelPosition","actionIndicator","resolvedAt","ariaLabel","cancelConfirm","group","mouseenter","ck-comment__external","619509tZrVXW","1258599tQuRTP","focus","Edit","mouseleave","738meBvyg","isEditMode","_createDropdown","listitem","change:isRemovable","ck-annotation","span","editButton","dropdown","ck-annotation__info-time","ck-annotation__info","focusables","bindTemplate","formatDateTime","40726BreSGd","_createRemoveButton","children","bind","isReadOnly","140WQWGZn","ck-annotation__main","from","extendTemplate","ck-comment__main","ck-comment__user","ck-comment__wrapper","remove"];return(Ts=function(){return t})()}function Es(t,e){const n=Ts();return(Es=function(t,e){return n[t-=355]})(t,e)}!function(t){const e=Es,n=t();for(;;)try{if(774462===-parseInt(e(370))/1+parseInt(e(388))/2*(parseInt(e(454))/3)+parseInt(e(434))/4+-parseInt(e(407))/5*(parseInt(e(374))/6)+-parseInt(e(440))/7+parseInt(e(428))/8*(parseInt(e(460))/9)+-parseInt(e(393))/10*(parseInt(e(369))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ts);class xs extends((0,s.ConfirmMixin)(As)){constructor(t,e,n){const o=Es;super(t,e,n),this[o(404)](o(362),null),this[o(404)](o(448),vo(t,o(417))),this[o(391)](o(470)).to(e),this[o(391)](o(363)).to(e),this[o(466)]=this[o(455)](),this[o(436)]||(this[o(381)]=this[o(418)](),this[o(422)]=this[o(389)](),this[o(433)]=this[o(455)](),this[o(433)][o(408)]([this[o(381)],this[o(422)]]),this[o(382)]=this[o(376)](),this[o(466)][o(409)](this[o(382)]),this[o(385)][o(409)](this[o(382)])),this[o(403)]=new s.UserView(t,e[o(356)],this[o(467)]()),this[o(403)][o(396)]({attributes:{class:[o(398),o(441)],"aria-hidden":!0}}),this[o(410)](e,o(378),(()=>this[o(365)]())),this[o(443)](this[o(457)]())}[Cs(457)](){const t=Cs,e=this[t(386)],n=[{tag:t(449),attributes:{class:[t(474),t(384)]},children:[{tag:t(380),children:[{text:this[t(403)][t(413)]}],attributes:{class:[t(464),t(445)]}},{tag:t(451),attributes:{datetime:e.to(t(470)),class:[t(419),t(383)]},children:[{text:e.to(t(470),(e=>this[t(472)][t(387)](e)))}]}]},{tag:t(449),attributes:{class:[t(416),t(469),e.if(t(375),t(456)),e.if(t(375),t(461))]},children:this[t(466)]},{tag:t(449),attributes:{class:[t(357)]},children:this[t(412)]},this[t(478)]];return this[t(402)][t(475)]&&n[t(459)]({tag:t(449),attributes:{class:[t(368)]},children:[{text:this[t(426)]()}]}),{tag:"li",attributes:{class:[t(399),e.if(t(477),t(462))],tabindex:-1,"aria-label":e.to(t(364)),"aria-describedby":this[t(478)].id,role:t(377)},children:[{tag:t(449),attributes:{class:[t(429),t(379),e.if(t(375),t(437)),e.if(t(436),t(421)),e.to(t(362),(e=>e?t(414)+e:""))],"data-author-id":this[t(402)][t(356)].id,"data-comment-id":this[t(402)].id,role:t(366)},children:[this[t(403)],{tag:t(449),attributes:{class:[t(397),t(394)]},children:n}]}]}}[Cs(418)](){const e=Cs,n=new go.ButtonView(this[e(358)]);return n[e(427)]=vo(this[e(358)],e(372)),n[e(458)]=t.icons[e(471)],n[e(444)]=!0,n[e(396)]({attributes:{class:e(437)}}),n[e(391)](e(473)).to(this[e(402)],e(392),(t=>!t)),n[e(391)](e(424)).to(this[e(402)],e(420)),n.on(e(423),(()=>this[e(415)]())),n}[Cs(389)](){const t=Cs,e=new go.ButtonView(this[t(358)]);return e[t(427)]=vo(this[t(358)],t(438)),e[t(458)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(444)]=!0,e[t(396)]({attributes:{class:t(359)}}),e[t(391)](t(473)).to(this[t(402)],t(392),(t=>!t)),e[t(391)](t(424)).to(this[t(402)],t(435)),e.on(t(423),(()=>{const e=t;this[e(425)](vo(this[e(358)],e(465)),this[e(406)])[e(446)]((()=>{const t=e;this[t(360)](t(450),this[t(402)].id)}))})),e}[Cs(376)](){const e=Cs,n=(0,go.createDropdown)(this[e(358)],s.LateFocusDropdownButtonView),o=n[e(439)][e(390)],r=new go.ListView(this[e(358)]),i=n[e(386)];(0,go.focusChildOnDropdownOpen)(n,(()=>this[e(433)][e(468)]((t=>t[e(424)])))),n[e(396)]({attributes:{class:[i.if(e(424),e(405),(t=>!t))]}});const a=(t,o=-1)=>{const s=e,i=new go.ListItemView(this[s(358)]);i[s(390)][s(409)](t);const a=o>-1?o:r[s(433)][s(453)];r[s(433)][s(409)](i,a);const c=Array[s(395)](this[s(433)]);n[s(430)](s(473),s(424)),n[s(391)](s(473))[s(355)](c,s(473),((...t)=>t[s(431)]((t=>t)))),n[s(391)](s(424))[s(355)](c,s(424),((...t)=>t[s(431)]((t=>t))))};n[e(361)]="sw",n[e(401)][e(404)]({label:vo(this[e(358)],e(463)),icon:t.icons[e(432)]}),n[e(473)]=[...this[e(433)]][e(431)]((t=>t[e(473)])),n[e(401)][e(424)]=[...this[e(433)]][e(431)]((t=>t[e(424)]));for(const t of this[e(433)])a(t);return o[e(409)](r),n[e(410)](this[e(433)],e(409),((t,e,n)=>{a(e,n)})),n[e(410)](this[e(433)],e(400),((t,n,o)=>{const s=e;r[s(433)][s(400)](o)})),n}[Cs(447)](t,e){const n=Cs,o=t&&t[n(406)];o&&(this[n(410)](o,n(367),(()=>this[n(362)]=e)),this[n(410)](o,n(371),(()=>this[n(362)]=e)),this[n(410)](o,n(373),(()=>this[n(362)]=null)),this[n(410)](o,n(452),(()=>this[n(362)]=null)))}[Cs(442)](){const t=Cs,e=super[t(442)]();return e[t(391)](t(448)).to(this),e}[Cs(411)](){const t=Cs;super[t(411)](),this[t(447)](this[t(381)],t(476)),this[t(447)](this[t(422)],t(400))}}var Os=n(673),Ns=n.n(Os),Ms=n(554),Ss={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Ms.A,Ss);Ms.A.locals;var Rs=n(306),Vs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Rs.A,Vs);Rs.A.locals;var Ls=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Ls.A,js);Ls.A.locals;const Ps=function(){return _.Date.now()};var Bs=/\s/;const Ds=function(t){for(var e=t.length;e--&&Bs.test(t.charAt(e)););return e};var Hs=/^\s+/;const Ks=function(t){return t?t.slice(0,Ds(t)+1).replace(Hs,""):t};var zs=/^[-+]0x[0-9a-f]+$/i,Fs=/^0b[01]+$/i,Us=/^0o[0-7]+$/i,Ws=parseInt;const Gs=function(t){if("number"==typeof t)return t;if(Kn(t))return NaN;if(S(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=S(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ks(t);var n=Fs.test(t);return n||Us.test(t)?Ws(t.slice(2),n?2:8):zs.test(t)?NaN:+t};var qs=Math.max,Ys=Math.min;const Xs=function(t,e,n){var o,s,r,i,a,c,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-c;return void 0===c||n>=e||n<0||d&&t-h>=r}function f(){var t=Ps();if(p(t))return g(t);a=setTimeout(f,function(t){var n=e-(t-c);return d?Ys(n,r-(t-h)):n}(t))}function g(t){return a=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=Ps(),n=p(t);if(o=arguments,s=this,c=t,n){if(void 0===a)return function(t){return h=t,a=setTimeout(f,e),u?m(t):i}(c);if(d)return clearTimeout(a),a=setTimeout(f,e),m(c)}return void 0===a&&(a=setTimeout(f,e)),i}return e=Gs(e)||0,S(n)&&(u=!!n.leading,r=(d="maxWait"in n)?qs(Gs(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==a&&clearTimeout(a),h=0,o=c=s=a=void 0},v.flush=function(){return void 0===a?i:g(Ps())},v};const Zs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return S(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Xs(t,e,{leading:o,maxWait:e,trailing:s})};function Qs(t,e){const n=Js();return(Qs=function(t,e){return n[t-=133]})(t,e)}function Js(){const t=["2273912WbiQKY","1606PiVRvZ","7360904TnBSdH","250353pjDfdW","4dluHWD","class","7COMFdW","characterData","attributes","2016505npcBtx","observe","20QxFJvA","type","cancel","disconnect","attributeName","6GDBHfm","340582tFLVCd","71328hjesRP","1152864SkiKyd","childList"];return(Js=function(){return t})()}function $s(t){const e=Zs(t,30),n=new MutationObserver((t=>{const n=Qs;for(const o of t)(n(137)==o[n(141)]&&n(134)==o[n(144)]||n(149)==o[n(141)]||n(136)==o[n(141)])&&e()}));return{attach(t){n[Qs(139)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Qs;n[t(143)](),e[t(142)]()}}}!function(t){const e=Qs,n=t();for(;;)try{if(680427===-parseInt(e(146))/1+parseInt(e(150))/2+parseInt(e(153))/3*(parseInt(e(133))/4)+parseInt(e(138))/5*(-parseInt(e(145))/6)+parseInt(e(135))/7*(-parseInt(e(152))/8)+-parseInt(e(148))/9*(-parseInt(e(140))/10)+-parseInt(e(151))/11*(-parseInt(e(147))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Js);var tr=n(438),er={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(tr.A,er);tr.A.locals;function nr(){const t=["_updateHeight","isActive","set","createCollection","470365GqvZys","presentation","539HtxvSB","div","type","clear","first","clientHeight","arrowup","7899yhMBUC","889011BSSdxP","content","_mutationObserver","ck-annotation-wrapper","length","focusTracker","Esc","focus","223373WUCopq","bindTemplate","element","attach","height","destroy","fire","4uAnlMG","2148zHtfeE","add","mainView","ck-rounded-corners","keystrokes","arrowdown","listenTo","106520IyJCMF","setTemplate","ck-annotation-wrapper--active","render","13zdiAoB","isDirty","20272368lWYaRh","176UInOEM","496ESgeuW","targetRect","24anJTRH","detach","delegate"];return(nr=function(){return t})()}const or=sr;function sr(t,e){const n=nr();return(sr=function(t,e){return n[t-=335]})(t,e)}!function(t){const e=sr,n=t();for(;;)try{if(327718===-parseInt(e(383))/1*(parseInt(e(340))/2)+-parseInt(e(374))/3*(parseInt(e(356))/4)+-parseInt(e(365))/5+parseInt(e(341))/6*(-parseInt(e(367))/7)+parseInt(e(358))/8*(-parseInt(e(375))/9)+-parseInt(e(348))/10*(parseInt(e(355))/11)+parseInt(e(354))/12*(parseInt(e(352))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nr);class rr extends go.View{constructor(t,n){const o=sr;super(t),this.id=(0,e.uid)(),this[o(380)]=new e.FocusTracker,this[o(345)]=new e.KeystrokeHandler,this[o(345)][o(363)](o(381),((t,e)=>this[o(339)](o(381),e))),this[o(363)](o(357),{top:0,right:0,bottom:0,left:0}),this[o(363)](o(337),0),this[o(363)](o(362),!1),this[o(363)](o(353),!1),this[o(363)](o(379),0),this[o(363)](o(369),""),this[o(377)]=$s((()=>this[o(361)]())),this[o(376)]=this[o(364)](),this[o(376)][o(360)](o(373),o(346)).to(this),this[o(376)][o(342)](n),this[o(343)]=n;const s=this[o(384)];this[o(349)]({tag:o(368),attributes:{class:["ck",o(378),o(344),s.if(o(362),o(350))],role:o(366)},children:this[o(376)]})}[or(351)](){const t=or;super[t(351)](),this[t(380)][t(342)](this[t(335)]),this[t(345)][t(347)](this[t(335)]),this[t(377)][t(336)](this[t(335)])}[or(338)](){const t=or;this[t(376)][t(370)](),this[t(345)][t(338)](),this[t(380)][t(338)](),this[t(377)][t(359)](),super[t(338)]()}[or(382)](){const t=or;this[t(376)][t(371)]&&this[t(376)][t(371)][t(382)]()}[or(361)](){const t=or,e=this[t(335)][t(372)];e&&(this[t(337)]=e)}}const ir=hr;function ar(){const t=["innerView","set","annotation-invalid-target","offsetParent","39424fdwhkA","isActive","430020WpxASb","updateTargetRect","nodeType","14JmEBnL","function","object","_type","498acbGfg","add","remove","_assertCorrectTarget","stopListening","view","length","368ogjrlP","isArray","_getNormalizedTarget","every","2784896ZGwkmv","focusableElements","filter","focusTracker","334YihBkp","refreshVisibility","render","getClientRects","target","13740KWggMk","mainView","_target","type","clear","4383954ZELaOZ","item","destroy","_id","35955yzxToh","targetRect","isVisible","element","2206AKYlCx"];return(ar=function(){return t})()}!function(t){const e=hr,n=t();for(;;)try{if(355441===-parseInt(e(375))/1*(-parseInt(e(404))/2)+parseInt(e(409))/3*(parseInt(e(396))/4)+-parseInt(e(418))/5*(parseInt(e(389))/6)+-parseInt(e(385))/7*(-parseInt(e(400))/8)+-parseInt(e(414))/9+-parseInt(e(382))/10+-parseInt(e(380))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ar);class cr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=hr;super(),this[r(394)]=t,this[r(394)][r(374)]||this[r(394)][r(406)](),this[r(388)]=o,this[r(411)]=n,cr[r(392)](this[r(398)]()),this[r(401)]=new e.Collection([this[r(394)][r(374)]],{idProperty:r(417)}),this[r(401)].on(r(390),((t,e)=>{const n=r;this[n(394)][n(403)][n(390)](e)})),this[r(401)].on(r(391),((t,e)=>{const n=r;this[n(394)][n(403)][n(391)](e)})),this[r(377)](r(373),s)}get[ir(412)](){const t=ir;return t(386)==typeof this[t(388)]?this[t(388)]():this[t(388)]}get[ir(376)](){const t=ir;return this[t(394)][t(410)]}get[ir(408)](){const t=ir,e=this[t(398)]();return cr[t(392)](e),e}get[ir(419)](){const t=ir,n=this[t(408)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(402)]((e=>function(e){const n=t;if(e[n(379)])return!0;return!!e[n(407)]()[n(415)](0)}(e)));return 0===o[t(395)]?null:new e.Rect(o[0][t(407)]()[t(415)](0))}get[ir(381)](){const t=ir;return this[t(394)][t(381)]}set[ir(381)](t){const e=ir;this[e(394)][e(381)]=t,this[e(394)][e(410)][e(381)]=t}[ir(383)](){const t=ir;this[t(394)][t(419)]=this[t(419)]}[ir(416)](){const t=ir;this[t(401)][t(393)](),this[t(401)][t(413)](),this[t(393)]()}[ir(405)](){const t=ir;this[t(373)]=!!this[t(419)]}static[ir(392)](t){const n=ir;if(!(null===t||t instanceof e.Rect||Array[n(397)](t)&&t[n(399)]((t=>ur(t)))))throw new e.CKEditorError(n(378),null,{target:t})}[ir(398)](){const t=ir,e=t(386)==typeof this[t(411)]?this[t(411)]():this[t(411)];return ur(e)?[e]:e}}function hr(t,e){const n=ar();return(hr=function(t,e){return n[t-=373]})(t,e)}function ur(t){const e=ir;return null!==t&&e(387)==typeof t&&e(384)in t&&1===t[e(384)]}const dr=lr;function lr(t,e){const n=pr();return(lr=function(t,e){return n[t-=441]})(t,e)}!function(t){const e=lr,n=t();for(;;)try{if(982995===-parseInt(e(476))/1*(-parseInt(e(452))/2)+parseInt(e(478))/3*(-parseInt(e(449))/4)+-parseInt(e(466))/5*(-parseInt(e(455))/6)+parseInt(e(481))/7+-parseInt(e(485))/8+-parseInt(e(453))/9+parseInt(e(456))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pr);class mr extends e.Collection{constructor(t=[]){const n=lr;super(),this[n(448)]=new Map,this[n(461)]=new Map,this[n(445)]=new e.FocusTracker,this[n(445)].on(n(462),((t,e,o)=>{const s=n;o||this[s(483)](s(441))}));for(const e of t)this[n(474)](e)}get[dr(446)](){const t=dr;return this[t(445)][t(446)]}[dr(474)](t){const n=dr;if(this[n(480)](t))throw new e.CKEditorError(n(450),null);this[n(448)][n(457)](t[n(470)],t),this[n(461)][n(457)](t[n(454)],t);for(const e of t[n(475)])this[n(445)][n(474)](e);this[n(460)](t[n(475)],n(474),((t,e)=>{const o=n;this[o(445)][o(474)](e)})),this[n(460)](t[n(475)],n(444),((t,e)=>{const o=n;this[o(445)][o(444)](e)})),this[n(460)](t[n(454)][n(487)],n(462),((e,o,s)=>{const r=n;s&&this[r(483)](r(467),t)})),t[n(469)]();const o=this[n(459)](t[n(454)][n(479)]);return super[n(474)](t,o)}[dr(444)](t){const n=dr;if(!this[n(480)](t))throw new e.CKEditorError(n(458),null);this[n(484)](t[n(454)][n(487)]),this[n(484)](t[n(475)]);for(const e of t[n(475)])this[n(445)][n(444)](e);return this[n(461)][n(442)](t[n(454)]),this[n(448)][n(442)](t[n(470)]),super[n(444)](t)}[dr(463)](t){const e=dr;return this[e(448)][e(465)](t)}[dr(473)](t){const e=dr;return this[e(461)][e(465)](t)}[dr(486)](){const t=dr;super[t(451)](),this[t(484)](),this[t(448)][t(451)](),this[t(461)][t(451)](),this[t(445)][t(486)]()}[dr(447)](){const t=dr;for(const e of this)e[t(469)]();this[t(443)]()}[dr(443)](){const t=dr,e=Array[t(471)](this)[t(477)](((e,n)=>fr(e[t(454)][t(479)],n[t(454)][t(479)])));for(let n=e[t(468)]-1;n>0;n--){const o=e[n];n!==this[t(472)](o)&&(this[t(444)](o),this[t(474)](o))}}[dr(459)](t){const e=dr;let n=0;if(!t)return this[e(468)];for(const o of this){const s=o[e(454)][e(479)];if(s){if(fr(t,s)<0)return n;n++}}return n}}function pr(){const t=["top","fire","stopListening","12092016ltNgvg","destroy","focusTracker","blur","delete","_sort","remove","_focusTracker","isFocused","refreshPositioning","_innerViewToAnnotation","68BQqFOd","annotationcollection-duplicated-item","clear","503764IQiGET","16778439edgipG","view","14808kajmMi","40942720VXNJxp","set","annotationcollection-not-existing-item","_getOrderInContent","listenTo","_viewToAnnotation","change:isFocused","getByInnerView","left","get","2110moeqaP","focus","length","updateTargetRect","innerView","from","getIndex","getByView","add","focusableElements","3xrxfhB","sort","320754ZqcCJp","targetRect","has","1994720GPPdJt"];return(pr=function(){return t})()}function fr(t,e){const n=dr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(482)]-e[n(482)];return 0==o?t[n(464)]-e[n(464)]:o}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=443]})(t,e)}function kr(){const t=["Ctrl+Shift+E","locale","_addActiveAnnotation","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","_activateAnnotation","fire","change:isVisible","activate","_bindAnnotationsToVisibleAnnotations","Ctrl+Enter","Arrowdown","144993xYUQuJ","2rEdBmP","view","stopListening","pluginName","Enter","refreshVisibility","refreshPositioning","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","source","Arrowup","getByInnerView","8XihliB","createAnnotationView","focusTracker","1496411NZOCzV","add","createAnnotation","Esc","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","delete","annotations","element","activeAnnotations","130192nAMwpz","Shift+Tab","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","Annotations","9runMsU","589440TRplyY","_deactivateAllAnnotations","collection","accessibility","addKeystrokeInfoGroup","set","Tab","isVisible","destroy","165PylByc","_removeActiveAnnotation","157455BwOXUc","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","listenTo","remove","deactivateAll","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","4VmNebn","_visibleAnnotations","822110YGTkaC","has","161988sKghez"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(118793===-parseInt(e(453))/1+-parseInt(e(492))/2*(-parseInt(e(491))/3)+parseInt(e(475))/4*(parseInt(e(469))/5)+parseInt(e(458))/6+parseInt(e(443))/7*(-parseInt(e(503))/8)+-parseInt(e(457))/9*(-parseInt(e(477))/10)+-parseInt(e(467))/11*(-parseInt(e(479))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);class br extends t.ContextPlugin{static get[gr(495)](){return gr(456)}constructor(e){const n=gr;if(super(e),this[n(460)]=new mr,this[n(476)]=new mr,this[n(463)](n(452),new Set),this[n(488)](),e instanceof t.Editor){const t=e[n(481)];e[n(461)][n(462)]({id:n(450),label:vo(t,n(474)),keystrokes:[{label:vo(t,n(470)),keystroke:n(480)},{label:vo(t,n(447)),keystroke:n(446)},{label:vo(t,n(455)),keystroke:n(496)},{label:vo(t,n(499)),keystroke:[[n(464)],[n(454)]]},{label:vo(t,n(448)),keystroke:[n(489)]},{label:vo(t,n(483)),keystroke:[[n(501)],[n(490)]]}]})}}[gr(444)](t){const e=gr;this[e(460)][e(444)](t)}[gr(472)](t){const e=gr;this[e(460)][e(472)](t),t[e(466)]()}[gr(497)](){const t=gr;for(const e of this[t(460)])e[t(497)]()}[gr(498)](){const t=gr;this[t(476)][t(498)]()}[gr(502)](t){const e=gr;return this[e(460)][e(502)](t)}[gr(473)](){const t=gr;this[t(485)](t(459))}[gr(466)](){const t=gr;for(const e of this[t(460)])e[t(466)]();this[t(476)][t(466)](),this[t(460)][t(466)](),super[t(466)]()}[gr(487)](t){const e=gr;this[e(485)](e(484),t)}[gr(445)](t){return new cr(t)}[gr(504)](t,e){return new rr(t,e)}[gr(482)](t){const e=gr,n=new Set(this[e(452)]);n[e(444)](t),this[e(452)]=n}[gr(468)](t){const e=gr,n=new Set(this[e(452)]);n[e(449)](t),this[e(452)]=n}[gr(488)](){const t=gr,e=this[t(460)],n=this[t(476)];function o(e){const o=t,s=e[o(500)];s[o(465)]&&!n[o(478)](s)?n[o(444)](s):!s[o(465)]&&n[o(478)](s)&&n[o(472)](s),s[o(493)][o(505)][o(472)](s[o(493)][o(451)]),s[o(493)][o(505)][o(444)](s[o(493)][o(451)])}this[t(471)](e,t(444),((e,s)=>{const r=t;s[r(465)]&&n[r(444)](s),this[r(471)](s,r(486),o)})),this[t(471)](e,t(472),((e,s)=>{const r=t;n[r(478)](s)&&n[r(472)](s),this[r(494)](s,r(486),o)}))}}const Ir=_r;function _r(t,e){const n=Cr();return(_r=function(t,e){return n[t-=443]})(t,e)}!function(t){const e=_r,n=t();for(;;)try{if(605031===parseInt(e(554))/1+parseInt(e(566))/2*(parseInt(e(503))/3)+parseInt(e(661))/4+-parseInt(e(660))/5+parseInt(e(453))/6*(parseInt(e(641))/7)+parseInt(e(537))/8*(parseInt(e(594))/9)+-parseInt(e(558))/10*(parseInt(e(609))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Cr);const wr=Symbol(Ir(527)),yr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Ar extends t.ContextPlugin{static get[Ir(666)](){return[br,t.PendingActions,s.Users]}static get[Ir(499)](){return Ir(449)}constructor(t){const e=Ir;super(t),this[e(614)]=new Map,this[e(667)]=new Map,this[e(546)]=new Map,this[e(483)](e(583),new Set),this[e(483)](e(648),new Map),this[e(468)]=this[e(466)][e(618)][e(491)](e(468));const n=this[e(466)][e(618)];n[e(590)](e(552),2),n[e(590)](e(493),500),n[e(590)](e(615),140),n[e(590)](e(565),gs),n[e(590)](e(601),xs),n[e(491)](e(587))||console[e(678)](e(621))}[Ir(450)](){const t=Ir,e=this[t(466)][t(515)][t(491)](br);this[t(483)](t(557),null),this.on(t(645),((e,n)=>this[t(520)](n))),this.on(t(628),((e,n)=>this[t(626)](n))),this.on(t(576),((e,n)=>this[t(677)](n))),this.on(t(576),((e,n)=>this[t(676)](n)),{priority:t(446)}),this.on(t(516),((e,n)=>this[t(613)](n))),this.on(t(516),((e,n)=>this[t(676)](n)),{priority:t(446)}),this.on(t(525),((e,n)=>this[t(464)](n))),this.on(t(481),((e,n)=>this[t(448)](n))),this.on(t(481),((e,n)=>this[t(676)](n)),{priority:t(446)}),this.on(t(490),((e,n)=>this[t(551)](n))),this.on(t(571),((e,n)=>this[t(638)](n))),this.on(t(581),((e,n)=>this[t(580)](n))),this.on(t(490),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(548)](n),i=r&&this[s(667)][s(491)](r);i&&i[s(573)][s(531)][s(538)](-1)}),{priority:t(446)}),this[t(470)](e,t(463),((e,n,o)=>{const s=t,r=Array[s(451)](o)[s(671)]((t=>this[s(546)][s(491)](t[s(445)])))[s(454)](Boolean)[0];this[s(557)]=r?r[s(462)]:null}))}[Ir(656)](){!function(e){function n(t){const e=_r;return t[e(671)]((t=>String[e(484)](t)))[e(536)]("")}(e=>{const o=_r;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],s[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],s[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],s[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],s[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],s[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],s[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],s[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],s[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,a=16;const c=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=d(c);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let a,l=0,m=o;for(;m<e;){a=r[o-1],r[0]^=s[n([83])][a>>16&255]<<24^s[n([83])][a>>8&255]<<16^s[n([83])][255&a]<<8^s[n([83])][a>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=s[n([83])][255&a]^s[n([83])][a>>8&255]<<8^s[n([83])][a>>16&255]<<16^s[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,c,d=0;for(;d<o&&m<e;)i=m>>2,c=m%4,h[i][c]=r[d],u[t-i][c]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=u[e][t],u[e][t]=s[n([85,49])][a>>24&255]^s[n([85,50])][a>>16&255]^s[n([85,51])][a>>8&255]^s[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(i=m(r),a=0,l(r)),t[e]^=i[a++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^a>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^a>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^a>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^a);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],a=i[2]*r[2];function c(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=w,C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=w,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=w,C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=w)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=_r;if(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=C(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=s[o(455)](0),i=s[o(465)](r[n([105,100])]);C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],i?i[n([105,100])]:null,1)[o(458)]((()=>e()))}}))}A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=_r;if(!A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(652)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=i[6]*r[8]*r[6];return A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const h=C(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=_r;if(!A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(652)](Number(e))&&window[e]===a)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(466)]:e[o(535)],l=n([52,48,52,56,49,54,48,50]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=d[o(618)][o(491)](n([108,105,99,101,110,115,101,75,101,121])),f=c[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!A(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&c[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(480)]&&s[t[e(480)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?I(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{I(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||_(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?_(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((s,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(_(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function I(t){for(const e of t[n([101,100,105,116,111,114,115])])_(e);C(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),C(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=w}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=w,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=w,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function w(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!A(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>A(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),c=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[Ir(670)](t){const n=Ir;if(this[n(650)])throw new e.CKEditorError(n(616));this[n(650)]=t}get[Ir(670)](){return this[Ir(650)]}[Ir(645)]({channelId:t=wr,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:a=null,context:c=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=Ir;return this[m(651)](xr(m(645),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:a,context:c,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(548)](n)}[Ir(560)]({channelId:t=wr,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=Ir;if(this[i(583)][i(668)](t)||this[i(583)][i(668)](void 0))return null;if(!o)throw new e.CKEditorError(i(591));const a=this[i(645)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!a)return null;const c=this[i(667)][i(491)](a),h=c[i(573)][i(572)][i(673)],u=this[i(466)][i(515)][i(491)](br),d=u[i(675)](c[i(573)]);return u[i(653)](d),h[i(665)](i(585),(()=>h[i(538)]())),a}[Ir(611)](t){const n=Ir;if(n(672)!=typeof t)throw new e.CKEditorError(n(643));return this[n(614)][n(668)](t)}[Ir(481)]({channelId:t=wr,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=Ir;return this[i(651)](xr(i(481),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(548)](e)}[Ir(548)](t){const n=Ir;if(n(672)!=typeof t)throw new e.CKEditorError(n(643));return this[n(614)][n(491)](t)}[Ir(564)]({channelId:t,threadId:n}={}){const o=Ir,s=this[o(548)](n);if(s)return Promise[o(582)](s);if(!this[o(670)])return Promise[o(582)](void 0);if(o(487)!=typeof this[o(670)][o(548)])throw new e.CKEditorError(o(550),this[o(466)]);return this[o(670)][o(548)]({channelId:t,threadId:n})[o(458)]((e=>this[o(611)](n)?this[o(548)](n):e?this[o(645)](Object[o(498)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(524)]((t=>{const n=o;throw console[n(659)](t),new e.CKEditorError(n(603),this[n(466)])}))}[Ir(549)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=Ir,r=[];for(const o of this[s(614)][s(443)]())t&&o[s(657)]!==t||e&&!o[s(452)]||n&&0===o[s(617)]||r[s(662)](o);return o?r[s(671)]((t=>t[s(459)]())):r}[Ir(595)](t){const n=Ir,o=this[n(466)][n(515)][n(491)](br);if(!t)return void(this[n(557)]&&o[n(507)]());const s=this[n(548)](t);if(!s)throw new e.CKEditorError(n(664),null,{threadId:t});if(!this[n(667)][n(668)](s))throw new e.CKEditorError(n(567),null,{threadId:t});const r=o[n(675)](this[n(667)][n(491)](s)[n(573)]);o[n(653)](r)}[Ir(622)](t,e){const n=Ir;t?this[n(583)][n(545)](e):this[n(583)][n(472)](e),this[n(651)](n(562),n(583),this[n(583)],this[n(583)])}[Ir(485)](t){const e=Ir;return this[e(583)][e(668)](t)||this[e(583)][e(668)](void 0)}[Ir(630)](t,e){return new fo(t,e)}[Ir(504)](t,e=wr){const n=Ir;this[n(648)][n(483)](e,t),this[n(651)](n(496),n(648),this[n(648)],this[n(648)])}[Ir(637)](t=wr){const e=Ir;return this[e(648)][e(668)](t)?this[e(648)][e(491)](t):yr}[Ir(520)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:a,target:c,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=Ir;if(p(672)!=typeof n)throw new e.CKEditorError(p(643),null,{threadId:n});if(this[p(611)](n))throw new e.CKEditorError(p(655),null,{threadId:n});const f=new Tr(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:a?this[p(466)][p(515)][p(491)](s.Users)[p(471)](a):null,isResolvable:l,isSubmitted:m||d});this[p(614)][p(483)](n,f);for(const t of o)f[p(521)](this[p(631)]({threadId:n,...t}));return c&&f[p(578)](c),d||!f[p(617)]?Promise[p(582)]():this[p(626)]({channelId:t,threadId:n})}[Ir(626)]({channelId:t,threadId:n}){const o=Ir;if(!this[o(611)](n))throw new e.CKEditorError(o(579),this);const s=this[o(548)](n);if(s[o(475)]=!0,!this[o(670)]||o(487)!=typeof this[o(670)][o(645)])return Promise[o(582)]();const{id:r,comments:i,resolvedAt:a,resolvedBy:c,context:h,attributes:u}=s,d=this[o(466)][o(515)][o(491)](o(599)),l=d[o(545)](vo(this[o(466)][o(500)],o(553)));return this[o(670)][o(645)]({channelId:t,threadId:r,comments:i[o(671)]((t=>t[o(459)]())),resolvedAt:a,resolvedBy:c?c.id:c,context:h,attributes:u})[o(458)]((({comments:e})=>{const s=o;d[s(476)](l);for(const o of e)this[s(638)]({channelId:t,threadId:n,commentId:o[s(529)],createdAt:o[s(540)],isFromAdapter:!0})}))[o(524)]((t=>{const n=o;throw console[n(659)](t),new e.CKEditorError(n(588),this)}))}[Ir(511)]({threadId:t,target:n}){const o=Ir,s=this[o(548)](t);if(!s)throw new e.CKEditorError(o(512),this);const r=this[o(466)][o(515)][o(491)](o(599)),i=this[o(466)][o(515)][o(491)](br),a=this[o(514)](s),c=new fo(s,a);let h=null;a.on(o(528),((t,e,n)=>{const s=o;n?h=r[s(545)](vo(this[s(466)][s(500)],s(553))):h&&(r[s(476)](h),h=null)})),a.on(o(620),(()=>{const e=o;this[e(651)](xr(e(469),s[e(657)]),{threadId:t,channelId:s[e(657)]})})),this[o(667)][o(483)](s,c),this[o(546)][o(483)](a,c);const u=new rr(this[o(466)][o(500)],a);u[o(519)](o(617)).to(a),u[o(519)](o(625)).to(a,o(625),a,o(617),((t,e)=>t||!e)),u[o(519)](o(513)).to(a),u[o(559)]=o(522);const d=new cr({view:u,target:n,type:o(522),isVisible:!s[o(563)]});return this[o(584)](a,d),i[o(545)](d),d}[Ir(584)](e,n){const o=Ir;this[o(470)](e,o(585),((e,s)=>{const r=o,i=s.ui[r(573)][r(495)][r(532)];n[r(577)][r(545)](i),this[r(466)]instanceof t.Editor&&this[r(466)].ui[r(633)][r(545)](i)}),{priority:o(605)}),this[o(470)](e,o(629),((e,s)=>{const r=o,i=s.ui[r(573)][r(495)][r(532)];n[r(577)][r(668)](i)&&n[r(577)][r(476)](i),this[r(466)]instanceof t.Editor&&this[r(466)].ui[r(633)][r(476)](i)}))}[Ir(447)](t){const e=Ir;this[e(489)](t,e(585)),this[e(489)](t,e(629))}[Ir(514)](t){const e=Ir,n=this[e(466)][e(515)][e(491)](s.Users),{config:o,locale:r}=this[e(466)],i=(0,s.getDateTimeFormatter)(o[e(491)](e(500)));return new(0,o[e(491)](e(486))[e(592)])(r,t,n.me,{editorConfig:{...o[e(491)](e(587)),licenseKey:this[e(466)][e(618)][e(491)](e(468))},copyMarkers:o[e(491)](e(444)),maxCommentsWhenCollapsed:o[e(491)](e(552)),maxThreadTotalWeight:o[e(491)](e(493)),maxCommentCharsWhenCollapsed:o[e(491)](e(615)),formatDateTime:i,CommentView:o[e(491)](e(486))[e(530)]})}[Ir(677)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const a=Ir;if(!this[a(611)](t))throw new e.CKEditorError(a(579),null,{threadId:t});const c=this[a(548)](t);if(c[a(563)])throw new e.CKEditorError(a(632),null,{threadId:t});const h=this[a(466)][a(515)][a(491)](s.Users);if(c[a(654)]=h[a(471)](r),c[a(623)]=o,i||!this[a(670)]||a(487)!=typeof this[a(670)][a(576)])return Promise[a(582)]();const u=this[a(466)][a(515)][a(491)](a(599)),d=u[a(545)](vo(this[a(466)][a(500)],a(553)));return this[a(670)][a(576)]({channelId:n,threadId:t})[a(458)]((({resolvedAt:t,resolvedBy:e})=>{const n=a;u[n(476)](d),c[n(654)].id!==e&&(c[n(654)]=h[n(471)](e)),c[n(623)]=t}))[a(524)]((t=>{const n=a;throw console[n(659)](t),new e.CKEditorError(n(510),this)}))}[Ir(613)]({threadId:t,channelId:n,isFromAdapter:o}){const s=Ir;if(!this[s(611)](t))throw new e.CKEditorError(s(579),null,{threadId:t});const r=this[s(548)](t);if(!r[s(563)])throw new e.CKEditorError(s(492),null,{threadId:t});if(r[s(654)]=null,r[s(623)]=null,o||!this[s(670)]||s(487)!=typeof this[s(670)][s(516)])return Promise[s(582)]();const i=this[s(466)][s(515)][s(491)](s(599)),a=i[s(545)](vo(this[s(466)][s(500)],s(553)));return this[s(670)][s(516)]({channelId:n,threadId:t})[s(458)]((()=>i[s(476)](a)))[s(524)]((t=>{const n=s;throw console[n(659)](t),new e.CKEditorError(n(608),this)}))}[Ir(464)]({threadId:t,isFromAdapter:n}){const o=Ir,s=this[o(548)](t);if(!s)throw new e.CKEditorError(o(482),this);if(this[o(640)](t),this[o(614)][o(472)](t),!s[o(600)]||n||!this[o(670)]||o(487)!=typeof this[o(670)][o(525)])return Promise[o(582)]();const r=this[o(466)][o(515)][o(491)](o(599)),{channelId:i}=s,a=r[o(545)](vo(this[o(466)][o(500)],o(553)));return this[o(670)][o(525)]({channelId:i,threadId:t})[o(458)]((()=>r[o(476)](a)))[o(524)]((t=>{const n=o;throw console[n(659)](t),new e.CKEditorError(n(523),this)}))}[Ir(448)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=Ir;if(i(672)!=typeof t)throw new e.CKEditorError(i(643),null,{threadId:t});if(!this[i(611)](t))throw new e.CKEditorError(i(579),null,{threadId:t});const a=this[i(548)](t);let c=!1;if(void 0!==o&&a[i(466)]!==o&&(a[i(466)]=o,c=!0),void 0!==n&&a[i(568)]!==n&&(a[i(568)]=n,c=!0),s&&!Ue(s,a[i(647)])&&(a[i(647)]=s,c=!0),!c)return Promise[i(582)]();if(!a[i(600)]||r||!this[i(670)]||i(487)!=typeof this[i(670)][i(481)])return Promise[i(582)]();const h=this[i(466)][i(515)][i(491)](i(599)),{channelId:u}=a,d=h[i(545)](vo(this[i(466)][i(500)],i(553)));return this[i(670)][i(481)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(458)]((()=>h[i(476)](d)))[i(524)]((t=>{const n=i;throw console[n(659)](t),new e.CKEditorError(n(457),this)}))}[Ir(640)](t){const e=Ir,n=this[e(466)][e(515)][e(491)](br),o=this[e(548)](t);if(this[e(667)][e(668)](o)){const t=this[e(667)][e(491)](o),s=t[e(573)],r=n[e(675)](s);this[e(667)][e(472)](o),this[e(546)][e(472)](s),r&&n[e(476)](r),t[e(534)](),s[e(534)]()[e(458)]((()=>{this[e(447)](s)}))}}[Ir(676)]({threadId:t,resolvedAt:e}){const n=Ir,o=!!e,s=this[n(466)][n(515)][n(491)](br),r=this[n(548)](t);if(this[n(667)][n(668)](r)){const t=this[n(667)][n(491)](r)[n(573)],e=s[n(675)](t);e&&(o&&s[n(555)](e),e[n(644)]())}}[Ir(597)](t){const e=Ir,n=this[e(466)][e(515)][e(491)](s.Users),o=(0,s.hashObject)(e(488)+t);return n[e(471)](o)||n[e(473)]({id:o,name:t})}[Ir(631)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:a}){const c=Ir;if(c(672)!=typeof n)throw new e.CKEditorError(c(494));if(c(672)!=typeof r)throw new e.CKEditorError(c(561));if(c(672)!=typeof o||!o[c(636)]())throw new e.CKEditorError(c(634));const h=this[c(466)][c(515)][c(491)](s.Users)[c(471)](r);if(!h)throw new e.CKEditorError(c(604),null,{authorId:r});let u=null,d=i;return a&&a[c(518)]&&(u=this[c(597)](a[c(518)][c(570)]),d=new Date(a[c(518)][c(540)])),new Er(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:a})}[Ir(551)](t){const n=Ir;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const a=this[n(548)](t[n(598)]);if(!a)throw new e.CKEditorError(n(542),this);const c=this[n(631)](t),{id:h}=c;if(a[n(521)](c),i||!this[n(670)]||n(487)!=typeof this[n(670)][n(490)]||!a[n(600)])return Promise[n(582)]();const u=this[n(466)][n(515)][n(491)](n(599)),{channelId:d}=a,l=u[n(545)](vo(this[n(466)][n(500)],n(553)));return r||(r={}),this[n(670)][n(490)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(458)]((t=>{const e=n;u[e(476)](l),t&&this[e(638)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(540)],isFromAdapter:!0})}))[n(524)]((t=>{const o=n;throw console[o(659)](t),new e.CKEditorError(o(642),this)}))}[Ir(638)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const a=Ir;if(void 0!==o&&(a(672)!=typeof o||!o[a(636)]()[a(617)]))throw new e.CKEditorError(a(569));const c=this[a(548)](t),h=c[a(539)](n);if(!h)throw new e.CKEditorError(a(517),this);let u=!1;if(o&&o!==h[a(501)]&&(h[a(506)]||i)&&(h[a(501)]=o,u=!0),s&&s!==h[a(540)]&&(h[a(540)]=s,h[a(647)]&&h[a(647)][a(518)]||(h[a(508)]=s),u=!0),r&&!Ue(r,h[a(647)])&&(h[a(647)]=r,u=!0),!u)return Promise[a(582)]();if(c[a(651)](a(635)),i||!this[a(670)]||a(487)!=typeof this[a(670)][a(571)])return Promise[a(582)]();const d=this[a(466)][a(515)][a(491)](a(599)),{channelId:l}=this[a(548)](h[a(598)]),m=d[a(545)](vo(this[a(466)][a(500)],a(553)));return this[a(670)][a(571)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[a(458)]((()=>d[a(476)](m)))[a(524)]((t=>{const n=a;throw console[n(659)](t),new e.CKEditorError(n(502),this)}))}[Ir(580)]({threadId:t,commentId:n,isFromAdapter:o}){const s=Ir,r=this[s(548)](t),i=r[s(539)](n);if(!i)throw new e.CKEditorError(s(639),this);if(r[s(649)](i),o||!this[s(670)]||s(487)!=typeof this[s(670)][s(581)])return Promise[s(582)]();const a=this[s(466)][s(515)][s(491)](s(599)),{channelId:c}=r,h=a[s(545)](vo(this[s(466)][s(500)],s(553)));return this[s(670)][s(581)]({channelId:c,threadId:t,commentId:n})[s(458)]((()=>a[s(476)](h)))[s(524)]((t=>{const n=s;throw console[n(659)](t),new e.CKEditorError(n(669),this)}))}}function Cr(){const t=["_isSubmitted","remove","div","setContext","commentsrepository-remove-comment-missing-comment-thread","forbiddenHandler","updateCommentThread","commentsrepository-remove-missing-comment-thread","set","fromCharCode","isReadOnly","comments","function","external:","stopListening","addComment","get","commentsrepository-reopen-comment-thread","comments.maxThreadTotalWeight","commentsrepository-invalid-commentid","body","change:_permissions","archivedAt","assign","pluginName","locale","content","commentsrepository-update-comment-internal-error","3gEvGqm","setPermissions","setUnlinkedAt","isEditable","deactivateAll","authoredAt","reduce","commentsrepository-resolve-comment-thread-internal-error","_attachCommentThread","commentsrepository-attach-missing-comment-thread","isActive","_createCommentThreadView","plugins","reopenCommentThread","commentsrepository-update-missing-comment","@external","bind","_addCommentThread","_add","comment","commentsrepository-remove-comment-thread-internal-error","catch","removeCommentThread","innerHTML","noChannel","change:isDirty","commentId","CommentView","commentsListView","bodyCollectionContainer","isExternal","destroy","editor","join","93120AhFARc","focus","getComment","createdAt","isRemovable","commentsrepository-add-comment-to-missing-comment-thread","_findOptimalIndex","isFromAdapter","add","_viewToController","_hasTargetInContent","getCommentThread","getCommentThreads","commentsrepository-missing-thread-and-adapter-method","_addComment","comments.maxCommentsWhenCollapsed","PENDING_ACTION_COMMENT_THREAD","398480WAKsiU","_removeActiveAnnotation","setAttribute","activeCommentThread","20ZPcsef","type","openNewCommentThread","commentsrepository-invalid-comment-authorid","change:_readOnlyChannels","isResolved","fetchCommentThread","comments.CommentThreadView","1017818NVUlwq","commentsrepository-active-not-attached","unlinkedAt","commentsrepository-update-comment-invalid-content","authorName","updateComment","commentThreadInputView","view","creator","write","resolveCommentThread","focusableElements","attachTo","commentsrepository-missing-comment-thread","_removeComment","removeComment","resolve","_readOnlyChannels","_bindAnnotationToEditors","editorReady","update","comments.editorConfig","commentsrepository-add-comment-thread-internal-error","reopen","define","commentsrepository-missing-target","CommentThreadView","commentsrepository-update-comment-missing-comment-thread","90RtRODu","setActiveCommentThread","admin","_getExternalAuthor","threadId","PendingActions","isSubmitted","comments.CommentView","find","commentsrepository-fetch-comment-thread","commentsrepository-add-comment-user-not-exists","highest","isResolvable","weight","commentsrepository-reopen-comment-thread-internal-error","7648069msLcwW","_update","hasCommentThread","commentsrepository-get-comment-invalid-id","_reopenCommentThread","_threads","comments.maxCommentCharsWhenCollapsed","commentsrepository-adapter-already-set","length","config","_isAttached","escape","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","switchReadOnly","resolvedAt","modifyAll","isDirty","_submitCommentThread","_repository","submitCommentThread","editorDestroyed","createCommentThreadController","_createNewComment","commentsrepository-resolved-comment-thread","focusTracker","commentsrepository-invalid-comment-content","commentUpdated","trim","getPermissions","_updateComment","commentsrepository-remove-missing-comment","_detachCommentThread","14MUQbNL","commentsrepository-add-comment-internal-error","commentsrepository-invalid-comment-thread-id","refreshVisibility","addCommentThread","author","attributes","_permissions","_remove","_adapter","fire","isNaN","activate","resolvedBy","commentsrepository-duplicated-comment-thread-id","afterInit","channelId","removeAttribute","error","2555760jozFCA","4244904zAxXrF","push","createElement","commentsrepository-active-missing-comment-thread","once","requires","_threadToController","has","commentsrepository-remove-comment-internal-error","adapter","map","string","commentInputView","getIndex","getByInnerView","_updateActiveAnnotation","_resolveCommentThread","warn","getTime","values","comments.copyMarkers","innerView","lowest","_unbindEditors","_updateCommentThread","CommentsRepository","init","from","isAttached","1265178xtLBgA","filter","getRevision","change:authoredAt","commentsrepository-update-comment-thread-internal-error","then","toJSON","textContent","submit","model","change:activeAnnotations","_removeCommentThread","getEarlierVisibleRevision","context","canComment","licenseKey","escapeThread","listenTo","getUser","delete","addUser","max"];return(Cr=function(){return t})()}class Tr extends((0,e.ObservableMixin)()){constructor(t,n){const o=Ir;super();const s=n[o(606)];this[o(657)]=n[o(657)],this.id=n.id,this[o(486)]=new e.Collection,this[o(627)]=t,this[o(619)]=!1,this[o(475)]=n[o(600)],this[o(483)](o(547),!0),this[o(519)](o(485)).to(t,o(648),t,o(583),(()=>t[o(485)](this[o(657)]))),this[o(519)](o(541)).to(t,o(648),(()=>t[o(637)](this[o(657)])[o(596)])),this[o(519)](o(467)).to(t,o(648),(()=>{const e=o,n=t[e(637)](this[e(657)]);return n[e(575)]||n[e(596)]})),this[o(519)](o(606)).to(t,o(648),(()=>s&&t[o(637)](this[o(657)])[o(582)])),this[o(483)](o(466),n[o(466)]),this[o(519)](o(497)).to(this,o(623),this,o(568),((t,e)=>t?e?t<e?t:e:t:e)),this[o(483)](o(568),n[o(568)]||null),this[o(483)](o(623),n[o(623)]||null),this[o(483)](o(654),n[o(654)]||null),this[o(519)](o(563)).to(this,o(623),(t=>!!t)),this[o(483)](o(647),n[o(647)]||{})}get[Ir(607)](){const t=Ir;return Array[t(451)](this[t(486)])[t(509)](((e,n)=>e+n[t(607)]),0)}get[Ir(617)](){const t=Ir;return this[t(486)][t(617)]}get[Ir(452)](){return this[Ir(619)]}get[Ir(600)](){return this[Ir(475)]}[Ir(461)](){const t=Ir,{channelId:e,id:n}=this;this[t(627)][t(651)](xr(t(628),e),{channelId:e,threadId:n})}[Ir(505)](t){this[Ir(610)]({unlinkedAt:t})}[Ir(582)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=Ir,r=this[o(627)][o(466)][o(515)][o(491)](s.Users).me,{channelId:i,id:a}=this;this[o(627)][o(651)](xr(o(576),i),{channelId:i,threadId:a,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[Ir(589)]({isFromAdapter:t=!1}={}){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(516),n),{channelId:n,threadId:o,isFromAdapter:t})}[Ir(478)](t){const e=Ir;this[e(466)]||this[e(610)]({context:t})}[Ir(556)](t,e){const n=Ir,o=Hn(this[n(647)]);so(o,t,e),this[n(610)]({attributes:o})}[Ir(658)](t){const e=Ir,n=Hn(this[e(647)]);uo(n,t),this[e(610)]({attributes:n})}[Ir(476)]({isFromAdapter:t=!1}={}){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(525),n),{channelId:n,threadId:o,isFromAdapter:t})}[Ir(578)](t){const e=Ir;return this[e(627)][e(511)]({threadId:this.id,target:t})}[Ir(490)](t){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(490),n,o),Object[e(498)]({channelId:n,threadId:o},t))}[Ir(539)](t){const n=Ir;if(n(672)!=typeof t)throw new e.CKEditorError(n(612),null,{commentId:t});return this[n(486)][n(491)](t)}[Ir(459)](){const t=Ir;return{threadId:this.id,context:this[t(466)],unlinkedAt:this[t(568)],resolvedAt:this[t(623)],resolvedBy:this[t(654)]?this[t(654)].id:null,archivedAt:this[t(497)],comments:this[t(486)][t(671)]((e=>e[t(459)]())),attributes:this[t(647)]}}[Ir(521)](t){const e=Ir;return this[e(470)](t,e(456),(()=>{const n=e,o=this[n(543)](t),s=this[n(486)];o-1!=s[n(674)](t)&&o+1!=s[n(674)](t)&&(this[n(649)](t),this[n(521)](t))})),this[e(486)][e(545)](t,this[e(543)](t))}[Ir(610)](t){const e=Ir,{channelId:n,id:o}=this;this[e(627)][e(651)](xr(e(481),n),{...t,channelId:n,threadId:o})}[Ir(649)](t){const e=Ir;return this[e(489)](t),t[e(534)](),this[e(486)][e(476)](t)}[Ir(543)](t){const e=Ir,n=this[e(486)][e(602)]((n=>new Date(n[e(508)])[e(679)]()>new Date(t[e(508)])[e(679)]()));return n?this[e(486)][e(674)](n):this[e(617)]}}class Er extends((0,e.ObservableMixin)()){constructor(t,e){const n=Ir;super();const o=t[n(466)][n(515)][n(491)](s.Users).me,r=t[n(548)](e[n(598)]),i=0===r[n(486)][n(617)],a=o===e[n(646)];this.id=e.id,this[n(598)]=e[n(598)],this[n(646)]=e[n(646)],this[n(574)]=e[n(574)],this[n(533)]=Boolean(e[n(647)]&&e[n(647)][n(518)]),this[n(483)](n(501),e[n(501)]),this[n(540)]=e[n(540)]||new Date,this[n(483)](n(508),e[n(508)]||new Date),this[n(519)](n(623)).to(r,n(623)),this[n(483)](n(647),e[n(647)]||{}),this[n(519)](n(506)).to(t,n(648),(()=>{const e=n,o=t[e(637)](r[e(657)])[e(575)],s=t[e(637)](r[e(657)])[e(624)];return a&&o||!a&&s})),this[n(519)](n(541)).to(r,n(541),t,n(648),(e=>{const o=n,s=t[o(637)](r[o(657)])[o(575)],c=t[o(637)](r[o(657)])[o(624)];return a&&s||e&&i||!a&&c&&!i})),this[n(519)](n(485)).to(r,n(485)),this[n(627)]=t}get[Ir(607)](){const t=Ir;return Math[t(474)](function(e){const n=t,o=document[n(663)](n(477));return o[n(526)]=e,o[n(460)][n(617)]}(this[t(501)]),200)}[Ir(586)](t){const n=Ir,{threadId:o,id:s}=this;if(!this[n(627)][n(611)](o))throw new e.CKEditorError(n(593),this);const{channelId:r}=this[n(627)][n(548)](o);this[n(627)][n(651)](xr(n(571),r,o),{channelId:r,threadId:o,commentId:s,...t})}[Ir(556)](t,e){const n=Ir,o=Hn(this[n(647)]);so(o,t,e),this[n(586)]({attributes:o})}[Ir(658)](t){const e=Ir,n=Hn(this[e(647)]);uo(n,t),this[e(586)]({attributes:n})}[Ir(476)](t={}){const n=Ir;if(!t[n(544)]&&!this[n(541)])return;const{threadId:o,id:s}=this;if(!this[n(627)][n(611)](o))throw new e.CKEditorError(n(479),this);const{channelId:r}=this[n(627)][n(548)](o);this[n(627)][n(651)](xr(n(581),r,o),{channelId:r,threadId:o,commentId:s,...t})}[Ir(459)](){const t=Ir;return{commentId:this.id,content:this[t(501)],createdAt:this[t(540)],authorId:this[t(574)].id,attributes:this[t(647)]}}[Ir(534)](){this[Ir(489)]()}}function xr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Or=Nr;function Nr(t,e){const n=Mr();return(Nr=function(t,e){return n[t-=407]})(t,e)}function Mr(){const t=["21003cWnmdn","21225149ObUbwm","tableCell","end","getRanges","push","getLastMatchingPosition","131830MaELRc","isEnabled","document","_hasContent","addMarker","change","299198vQsHWb","90WxoTsz","item","editor","execute","318596DATkRt","substr","1378578iZnIta","getItems","schema","element","backward","2148629NOivuy","$textProxy","start","isObject","model","selection","666fffwyi","createRange","comment:","_trimToContent","15lZavqG","_itemIsContent","refresh","24vnIOuU"];return(Mr=function(){return t})()}!function(t){const e=Nr,n=t();for(;;)try{if(650975===-parseInt(e(434))/1+parseInt(e(435))/2*(-parseInt(e(421))/3)+parseInt(e(439))/4+parseInt(e(417))/5*(-parseInt(e(441))/6)+parseInt(e(407))/7*(parseInt(e(420))/8)+-parseInt(e(413))/9*(parseInt(e(428))/10)+parseInt(e(422))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mr);class Sr extends t.Command{[Or(419)](){const t=Or,e=this[t(437)][t(411)][t(430)][t(412)];for(const n of e[t(425)]())if(this[t(431)](n))return void(this[t(429)]=!0);this[t(429)]=!1}[Or(438)]({threadId:t=(0,e.uid)()}={}){const n=Or,o=this[n(437)][n(411)],s=[];for(const t of o[n(430)][n(412)][n(425)]())this[n(431)](t)&&s[n(426)](this[n(416)](t));o[n(433)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(440)](1,5),i=r(415)+t+":"+s;o[r(432)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Or(431)](t){const e=Or;for(const n of t[e(442)]())if(this[e(418)](n))return!0;return!1}[Or(418)](t){const e=Or;return t.is(e(408))||this[e(437)][e(411)][e(443)][e(410)](t)&&!t.is(e(444),e(423))}[Or(416)](t){const e=Or,n=t=>!this[e(418)](t[e(436)]),o=t[e(409)][e(427)](n),s=t[e(424)][e(427)](n,{direction:e(445)});return this[e(437)][e(411)][e(414)](o,s)}}const Rr=Lr;function Vr(){const t=["focusTracker","document","change:range","isReadOnly","uiUpdate","map","622AxxGPP","fire","collection","plugins","view","1897BuHlMx","get","element","directChange","registerAnnotation","isCollapsed","_editorAnnotations","2152528zjRMrJ","1059762AHddxM","isEqual","EditorAnnotations","hasDomSelection","5747915NSbZyl","containsRange","change:isFocused","remove","set","555430LGPNIG","cancel","sort","range","innerView","getRanges","selection","delete","getOrderedSelectedAnnotations","init","requires","listenTo","_dataCollectors","blur","addSourceCollector","28iQLBpk","has","model","from","204elWpLL","push","getByInnerView","editing","update","4ZGuHOe","function","4256442SlAGFG","annotation","9PyUBip","pluginName","add","editor","_editorAnnotationsData","refresh","refreshSelectedViews","668361xyThdz","editorannotations-invalid-source-callback"];return(Vr=function(){return t})()}function Lr(t,e){const n=Vr();return(Lr=function(t,e){return n[t-=466]})(t,e)}!function(t){const e=Lr,n=t();for(;;)try{if(690089===-parseInt(e(479))/1*(parseInt(e(474))/2)+-parseInt(e(466))/3*(-parseInt(e(520))/4)+parseInt(e(491))/5+-parseInt(e(522))/6+-parseInt(e(511))/7*(parseInt(e(486))/8)+parseInt(e(524))/9*(parseInt(e(496))/10)+-parseInt(e(487))/11*(-parseInt(e(515))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vr);class jr extends t.Plugin{static get[Rr(506)](){return[br]}static get[Rr(525)](){return Rr(489)}constructor(t){const e=Rr;super(t),this[e(508)]=new Set,this[e(485)]=new Set}[Rr(505)](){const t=Rr,e=this[t(527)],n=e[t(513)][t(469)][t(502)],o=Xs((()=>this[t(530)]()),10);n.on(t(470),((e,n)=>{const s=t;n[s(482)]&&(o[s(497)](),this[s(530)]())})),this[t(507)](e[t(518)][t(478)][t(469)],t(493),((t,e,n)=>{n&&o()})),this[t(507)](e.ui[t(468)],t(493),((n,o,s)=>{const r=t;s||e[r(471)]||this[r(475)](r(509),{isAnnotationTracked:t=>this[r(528)][r(512)](t[r(500)])})})),this[t(507)](this[t(527)].ui,t(519),(()=>this[t(475)](t(472))))}[Rr(483)](t){const e=Rr;if(this[e(485)][e(512)](t[e(478)]))return;this[e(485)][e(526)](t[e(478)]),this[e(527)].ui[e(468)][e(526)](t[e(478)][e(481)]);const n=this[e(527)][e(477)][e(480)](br);this[e(507)](n[e(476)],e(494),((t,n)=>{const o=e;this[o(527)].ui[o(468)][o(494)](n[o(478)][o(481)]),this[o(485)][o(503)](n[o(478)])}))}[Rr(490)](){const t=Rr;return this[t(527)][t(518)][t(478)][t(490)]}[Rr(510)](t){const n=Rr;if(n(521)!=typeof t)throw new e.CKEditorError(n(467));this[n(508)][n(526)](t)}[Rr(530)](){const t=Rr;this[t(475)](t(529))}[Rr(504)]({activeAnnotation:t,annotations:e}){const n=Rr,o=[],s=this[n(527)][n(513)][n(469)][n(502)],r=Array[n(514)](s[n(501)]());for(const[t,s]of this[n(528)]){const r=i(s),a=e[n(517)](t);r&&a&&o[n(516)]({annotation:a,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(492)](t,!s[e(484)]))return n;return null}return o[n(498)](((e,o)=>{const s=n,r=e[s(499)],i=o[s(499)];if(!r[s(488)](i)){if(r[s(492)](i,!0))return 1;if(i[s(492)](r,!0))return-1}return e[s(523)]==t?-1:o[s(523)]==t?1:0}))[n(473)]((t=>t[n(523)]))}get[Rr(528)](){const t=Rr,e=new Map;for(const n of Array[t(514)](this[t(508)]))for(const[o,s]of n())e[t(495)](o,s);return e}}const Pr=Br;function Br(t,e){const n=Dr();return(Br=function(t,e){return n[t-=338]})(t,e)}function Dr(){const t=["5VEDGaa","has","afterInit","enableCommand","2426691xJXPSk","54XsLyOB","editor","10xDrBhQ","6409251tuAnIK","24245309dGKzKI","RestrictedEditingModeEditing","196238xeklAy","197071hsfgvV","addCommentThread","plugins","1146248pwBfMe","get","2EvGrJD","367956KhnqhW"];return(Dr=function(){return t})()}!function(t){const e=Br,n=t();for(;;)try{if(576556===parseInt(e(356))/1*(parseInt(e(342))/2)+-parseInt(e(348))/3+-parseInt(e(343))/4*(-parseInt(e(344))/5)+-parseInt(e(349))/6*(parseInt(e(355))/7)+-parseInt(e(340))/8+-parseInt(e(352))/9+parseInt(e(351))/10*(parseInt(e(353))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dr);class Hr extends t.Plugin{[Pr(346)](){const t=Pr,e=this[t(350)];e[t(339)][t(345)](t(354))&&e[t(339)][t(341)](t(354))[t(347)](t(338))}}const Kr=zr;function zr(t,e){const n=Ur();return(zr=function(t,e){return n[t-=355]})(t,e)}!function(t){const e=zr,n=t();for(;;)try{if(903075===parseInt(e(367))/1+-parseInt(e(376))/2*(-parseInt(e(383))/3)+parseInt(e(359))/4*(-parseInt(e(379))/5)+parseInt(e(360))/6+parseInt(e(382))/7+-parseInt(e(375))/8+-parseInt(e(369))/9*(parseInt(e(364))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ur);class Fr extends t.Plugin{constructor(t){const e=zr;super(t),this[e(373)][e(380)][e(377)](e(363),e(370))}[Kr(381)](){const t=Kr,n=this[t(373)],o=n[t(374)][t(355)](t(372)),r=n[t(361)][t(355)](s.Users);o&&(o.on(t(366),((e,[,n])=>{n[t(384)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(365)]+10}),this[t(356)](o,t(371),this[t(358)]))}[Kr(358)](t,e){const n=Kr,{comment_threads:o}=e;o&&o[n(378)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,a=e[r(362)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(373)][r(361)][r(355)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(372)}}}))),c=this[r(373)][r(380)][r(355)](r(357));this[r(373)][r(361)][r(355)](Ar)[r(368)]({channelId:c,threadId:t,comments:a,resolvedAt:o?i:null})}))}}function Ur(){const t=["get","listenTo","collaboration.channelId","_handleImportedData","12PWQnyy","4675698iIaQar","plugins","map","importWord.formatting.comments","248690iEmJsS","high","execute","1678049owyjdO","addCommentThread","9EBVNXk","basic","dataInsert","importWord","editor","commands","13267520daWSrF","236386IGHDBM","define","forEach","1956315chebXO","config","afterInit","3328430qFDPSo","21dQHEHF","collaboration_features"];return(Ur=function(){return t})()}function Wr(){const t=["afterInit","get","ClipboardPipeline","define","24TtbLeo","cut","CommentsRepository","_registerMarkerToCopy","comment","delete","listenTo","_removeMarkersWithoutThreads","highest","dragstart","keys","never","always","comments.copyMarkers","content","1128978jJTNlb","markers","969916mbOutv","2047045iakqYa","hasCommentThread","plugins","all","requires","3357848fNKpBl","41866euRHWk","contentInsertion","ClipboardMarkersUtils","_mapCommentsCopyConfigToRegisterConfiguration","65356UYhbwZ","has","editor","split","2697100SQlokn","_registerMarkerInClipboardPipeline","default","config"];return(Wr=function(){return t})()}const Gr=qr;function qr(t,e){const n=Wr();return(qr=function(t,e){return n[t-=164]})(t,e)}!function(t){const e=qr,n=t();for(;;)try{if(327797===-parseInt(e(199))/1+parseInt(e(192))/2+parseInt(e(175))/3*(-parseInt(e(203))/4)+parseInt(e(167))/5+parseInt(e(190))/6+-parseInt(e(193))/7+-parseInt(e(198))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wr);class Yr extends t.Plugin{constructor(t){const e=qr;super(t),this[e(165)][e(170)][e(174)](e(188),e(169))}static get[Gr(197)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Gr(171)](){const t=Gr,e=this[t(165)][t(195)][t(172)](t(173));this[t(168)](),this[t(181)](e,t(200),((e,n)=>this[t(182)](n[t(189)][t(191)])),{priority:t(183)})}[Gr(182)](t){const e=Gr;if(!this[e(165)][e(195)][e(164)](e(177)))return t;const n=this[e(165)][e(195)][e(172)](e(177));for(const o of t[e(185)]()){const[s,r]=o[e(166)](":");e(179)!=s||n[e(194)](r)||t[e(180)](o)}return t}[Gr(168)](){const t=Gr,e=this[t(165)][t(195)][t(172)](t(201)),n=this[t(202)](this[t(165)][t(170)][t(172)](t(188)));n&&e[t(178)](t(179),n)}[Gr(202)](t){const e=Gr;switch(t){case e(187):return{allowedActions:e(196),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(169):return{allowedActions:[e(176),e(184)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(186):default:return null}}}var Xr=n(492),Zr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Xr.A,Zr);Xr.A.locals;const Qr=Jr;function Jr(t,e){const n=$r();return(Jr=function(t,e){return n[t-=331]})(t,e)}function $r(){const t=["split","rootName","conversion","document","pluginName","push","collaboration.channelId","_initAriaMarkerChangeAnnouncements","getCommentThread","ignoreResolvedComments","editingDowncast","registerAnnotation","isResolved","_initializeMarkerConverters","createPositionBefore","addCommentThread","isObject","change","ready","model","_threads","announce","updateMarker","getAllMarkersForId","dataDowncast","differ","getCommentThreads","comment:","then","markers","markerToHighlight","dataToMarker","clear","removeMarker","4145706zZkkzj","destroy","add","state","$marker","newRange","schema","_handleMarkerAddAndRemove","hasDomSelection","enqueueChange","ck-comment-marker--active","2167704zUCGQA","addComment","activeMarker","name","get","change:isThreadsLoadingPaused","switchReadOnly","getRange","elementToElement","refreshVisibility","createElement","removeMarker:","substring","end","markerName","registerPostFixer","fetchCommentThread","$graveyard","isAttached","openNewCommentThread","view","getItems","LEAVE_COMMENT_ANNOUNCEMENT","_attachArchivedThread","root","reopenCommentThread","519270lCUoUY","change:activeMarker","_reconvertMarkers","set","resolveCommentThread","editing","comment","delete","for","destroyed","data","22484295mGqWCP","getByInnerView","isThreadsLoadingPaused","once","attachTo","$textProxy","_detachCommentThread","low","commands","_getTargetForId","text","scrollToThreadMarker","setUnlinkedAt","664540QKHcys","consumable","affectsData","_threadToController","10xuIRnK","setContext","start","requires","reconvertMarker","markerToData","item","14189152nGSDXq","ENTER_COMMENT_ANNOUNCEMENT","from","length","getWalker","init","config","isLocal","context","_attachMarkerToThread","locale","focus","editor","hasMarkerForId","ck-comment-marker","change:isReadOnly","unlinkedAt","addMarker:","isEqual","group","plugins","32637ExUswo","178dVSsjY","hasContent","ariaLiveAnnouncer","render","upcast","isCollapsed","hasCommentThread","getAttribute","createRange","_handleThreadMarker","listenTo","_hasTargetInContent","getChangedMarkers","CommentsEditing","removeCommentThread","consume","managedUsingOperations","_getTextContext","startsWith","size"];return($r=function(){return t})()}!function(t){const e=Jr,n=t();for(;;)try{if(989199===parseInt(e(357))/1+parseInt(e(414))/2*(-parseInt(e(413))/3)+-parseInt(e(381))/4*(-parseInt(e(385))/5)+parseInt(e(468))/6+-parseInt(e(331))/7+-parseInt(e(392))/8+parseInt(e(368))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($r);class ti extends t.Plugin{static get[Qr(388)](){return[Ar,jr,Hr,Fr,Yr]}static get[Qr(438)](){return Qr(427)}constructor(t){const e=Qr;super(t),this[e(360)](e(370),!0),t[e(367)][e(371)](e(452),(()=>this[e(370)]=!1)),this[e(360)](e(333),null),this.on(e(358),((n,o,s,r)=>{const i=e,a=s?ni(s).id:null;if(t[i(453)][i(451)]((()=>{const e=i;if(a){const n=this[e(457)](a);for(const o of n)t[e(362)][e(389)](o)}if(r){const{id:n}=ni(r),o=this[e(457)](n);for(const n of o)t[e(362)][e(389)](n)}})),a){const e=t[i(412)][i(335)](Ar)[i(442)](a);e&&e[i(446)]&&this[i(379)](a)}})),this[e(441)]()}[Qr(397)](){const t=Qr,e=this[t(404)],n=e[t(412)][t(335)](Ar),o=e[t(398)][t(335)](t(440));e[t(376)][t(470)](t(449),new Sr(e)),this[t(424)](e,t(407),((o,s,r)=>{const i=t;n[i(337)](r,e[i(398)][i(335)](i(440)))})),this[t(424)](n,ei(t(449),o),((e,{threadId:n})=>{const o=t,s=this[o(404)][o(412)][o(335)](Ar)[o(442)](n);s&&s[o(408)]&&this[o(354)](n)})),this[t(424)](n,ei(t(428),o),((n,{threadId:o})=>{const s=t;e[s(453)][s(477)]({isUndoable:!1},(t=>{const e=s,n=this[e(457)](o);for(const o of n)t[e(467)](o)}))})),this[t(424)](n,ei(t(361),o),((e,{threadId:n})=>{const o=t;this[o(359)](n),this[o(404)][o(362)][o(351)][o(476)]&&(this[o(404)][o(412)][o(335)](Ar)[o(442)](n)[o(408)]||this[o(404)][o(362)][o(351)][o(403)]())}),{priority:t(375)}),this[t(424)](n,ei(t(356),o),((e,{threadId:n})=>{this[t(359)](n)}),{priority:t(375)}),this[t(424)](n,ei(t(332),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,a=this[i(457)](s);!r&&0!=a[i(395)]&&n[i(420)](s)&&1===n[i(442)](s)[i(395)]&&e[i(453)][i(477)]({isUndoable:!1},(t=>{const e=i;for(const n of a)t[e(456)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(375)}),this[t(447)](),this[t(475)]()}[Qr(469)](){const t=Qr,e=this[t(404)][t(412)][t(335)](Ar),n=this[t(404)][t(398)][t(335)](t(440));for(const o of e[t(460)]({channelId:n}))e[t(374)](o.id),e[t(454)][t(364)](o.id);super[t(469)]()}[Qr(405)](t){const e=Qr;return this[e(457)](t)[e(395)]>0}[Qr(457)](t){const e=Qr,n=[];for(const o of this[e(404)][e(453)][e(463)])o[e(334)][e(432)](e(461)+t)&&n[e(439)](o);return n}[Qr(379)](t){const n=Qr,o=this[n(377)](t);o&&setTimeout((()=>{const s=n;this[s(333)]&&ni(this[s(333)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Qr(359)](t){const e=Qr;this[e(404)][e(453)][e(451)]((()=>{const n=e;for(const e of this[n(457)](t))this[n(404)][n(362)][n(389)](e)}))}[Qr(354)](t){const e=Qr,n=this[e(404)][e(412)][e(335)](Ar),o=this[e(404)][e(412)][e(335)](jr),s=n[e(442)](t);if(!s[e(349)]){const t=s[e(372)]((()=>this[e(377)](s.id)));o[e(445)](t),s[e(425)]=!1}}[Qr(447)](){const t=Qr,e=this[t(404)];e[t(436)][t(365)](t(444))[t(464)]({model:t(363),view:(n,o)=>{const s=t,{id:r}=ni(n[s(345)]),i=e[s(412)][s(335)](Ar)[s(442)](r),a=this[s(333)]&&ni(this[s(333)]).id===r;if(i&&i[s(446)]&&!a&&n[s(391)])return o[s(382)][s(429)](n[s(391)],s(409)+n[s(345)]),o[s(382)][s(429)](n[s(391)],s(342)+n[s(345)]),null;const c=[s(406)];return a&&c[s(439)](s(478)),{classes:c,attributes:{"data-comment":r}}}}),e[t(436)][t(365)](t(458))[t(390)]({model:t(363),view:(n,{options:o})=>{const s=t,r=e[s(412)][s(335)](Ar),i=e[s(453)][s(463)][s(335)](n),{id:a,part:c}=ni(n);if(i&&!i[s(383)])return null;if(o[s(443)]){const t=r[s(442)](a);if(t&&t[s(446)])return null}return{group:s(363),name:c?a+":"+c:a}}}),e[t(436)][t(365)](t(418))[t(339)]({view:{name:t(363),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(341)](t(472),{"data-name":t(461)+e[t(421)]("id")})}),e[t(436)][t(365)](t(418))[t(465)]({view:t(363)})}[Qr(475)](){const t=Qr,e=this[t(404)],n=e[t(412)][t(335)](Ar),o=new Set,s=new Set;e[t(453)][t(437)][t(346)]((n=>{const r=t;let i=!1;for(const{name:t,data:a}of e[r(453)][r(437)][r(459)][r(426)]()){const{group:c,id:h}=ni(t);let u=a[r(473)];if(r(363)!==c||!u)continue;const d=r(348)===u[r(355)][r(435)];d||(u=oi(u,e[r(453)]),!u||u[r(419)]||!a[r(473)]||u[r(410)](a[r(473)]))?e[r(453)][r(415)](u)&&!d?this[r(370)]?o[r(470)](t):this[r(423)](t,h):(s[r(470)](t),o[r(364)](t),n[r(467)](t),i=!0):(n[r(456)](t,{range:u}),i=!0)}return i})),this.on(t(336),((n,s,r)=>{const i=t;if(!r&&o[i(433)])for(const t of o){const{id:n}=ni(t);o[i(364)](t),e[i(453)][i(463)][i(335)](t)&&this[i(423)](t,n)}})),this[t(424)](e[t(453)][t(437)],t(451),((r,i)=>{const a=t;for(const{name:t,data:{newRange:r}}of e[a(453)][a(437)][a(459)][a(426)]()){const{group:i,id:c}=ni(t);if(a(363)!==i)continue;const h=n[a(442)](c),u=this[a(405)](c);h&&(h[a(425)]||e[a(362)][a(351)][a(371)](a(417),(()=>{const t=a,o=e[t(412)][t(335)](br),s=n[t(384)][t(335)](h)[t(351)];o[t(369)](s)[t(340)]()}),{priority:a(375)}),h[a(425)]=u||!!r),r||(s[a(470)](t),o[a(364)](t))}if(i[a(399)])for(const t of s){const{id:e}=ni(t),s=n[a(442)](e),r=this[a(405)](e);o[a(364)](t),!s||r||s[a(408)]||s[a(380)](new Date)}s[a(466)]()}))}[Qr(377)](t){const e=Qr,n=this[e(404)],o=this[e(457)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(362)],o)}[Qr(431)](t){const e=Qr,n=this[e(457)](t);let o="",s=!1;for(const t of n){const n=t[e(338)]();for(const t of Array[e(394)](n[e(352)]()))t.is(e(373))?(o&&s&&(o+=" ",s=!1),o+=t[e(367)]):s=!0;s=!0}return o[e(343)](0,150)}[Qr(401)](t,e){const n=Qr,o=this[n(404)],s=o[n(412)][n(335)](Ar);let r=s[n(442)](e);const i=o[n(398)][n(335)](n(440)),a=o[n(412)][n(335)](jr);return r&&(r[n(408)]&&r[n(380)](null),r[n(349)])||(this[n(457)](e)[0][n(430)]?s[n(347)]({channelId:i,threadId:e})[n(462)]((t=>{const s=n;if(s(366)!==o[s(471)])if(r=t,r&&!r[s(349)]){const t=r[s(372)]((()=>this[s(377)](e)));a[s(445)](t),r[s(446)]&&this[s(359)](e)}else if(!r){const t=this[s(457)](e);o[s(453)][s(451)]((e=>{const n=s;for(const o of t)e[n(467)](o)}))}})):o[n(362)][n(351)][n(371)](n(417),(()=>{const t=n;if(s[t(442)](e))return;const c=o[t(412)][t(335)](br);r=s[t(350)]({channelId:i,threadId:e,target:()=>this[t(377)](e),context:{type:t(378),value:this[t(431)](e)}});const h=s[t(384)][t(335)](r)[t(351)],u=c[t(369)](h);u&&a[t(445)](u)}),{priority:n(375)})),r}[Qr(423)](t,e){const n=Qr,o=this[n(401)](t,e);o&&!o[n(400)]&&o[n(386)]({type:n(378),value:this[n(431)](e)})}[Qr(441)](){const t=Qr,n=this[t(404)];(0,s.surroundingMarkersDetector)(n[t(453)],(({left:o,entered:r})=>{const i=t;for(const t of o)if(si(t)){n.ui[i(416)][i(455)](vo(n[i(402)],i(353)));break}for(const t of r)if(si(t)){n.ui[i(416)][i(455)](vo(n[i(402)],i(393),(0,e.getEnvKeystrokeText)(s.ENTER_THREAD_KEYSTROKE)));break}}))}}function ei(t,e){return e?t+":"+e:t}function ni(t){const e=t[Qr(434)](":");return{group:e[0],id:e[1],part:e[2]}}function oi(t,e){const n=Qr,o=e[n(474)],s=e[n(422)](t[n(387)]);for(const r of t[n(396)]()){const{type:t,item:i,nextPosition:a}=r;if(n(378)===t||o[n(450)](i)){const t=e[n(448)](i);s[n(419)]&&(s[n(387)]=t),s[n(344)]=a}}return s}function si(t){const e=Qr;return e(363)===ni(t[e(334)])[e(411)]}const ri='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',ii=ai;function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=367]})(t,e)}function ci(){const t=["focusTracker","keystrokes","requires","low","commands","26mRcxid","set","36310UvKhzO","add","CommentThreadInputView","stop","get","change:activeAnnotations","218toAZJW","push","12UffMvc","pluginName","from","comment:","find","isFocused","CommentsListView","isEnabled","highest","removeCommentThread","6094753cVbkMQ","hasCommentThread","focus","collaboration.channelId","comment","config","length","16JWXLFq","editing","tooltip","_viewToController","init","_initKeyboardNavigation","36asjgJf","activeMarker","360489OoGAuD","getRange","bind","CommentsUI","plugins","13289969vizaQS","menuBar:comment","archivedAt","hasMarkerForId","addSourceCollector","Comment","innerView","getAllMarkersForId","180LHJazp","listenTo","addCommentThread","componentFactory","map","_createUIButton","view","7395852ERcgBz","_threadToController","getCommentThread","has","execute","2101fNhFhq","model","escapeThread","addComment","locale","editor","1564100iDjxKE"];return(ci=function(){return t})()}!function(t){const e=ai,n=t();for(;;)try{if(881181===parseInt(e(370))/1*(parseInt(e(390))/2)+-parseInt(e(417))/3*(-parseInt(e(392))/4)+-parseInt(e(384))/5*(-parseInt(e(430))/6)+-parseInt(e(402))/7*(parseInt(e(409))/8)+-parseInt(e(415))/9*(parseInt(e(376))/10)+parseInt(e(422))/11+parseInt(e(437))/12*(parseInt(e(382))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ci);class hi extends t.Plugin{static get[ii(393)](){return ii(420)}static get[ii(379)](){return[Ar,ti,jr,br]}get[ii(398)](){return Jo}get[ii(386)](){return Go}[ii(413)](){const t=ii,e=this[t(375)],n=e[t(421)][t(388)](Ar),o=e[t(421)][t(388)](ti),s=e[t(421)][t(388)](br),r=e[t(421)][t(388)](jr);e.ui[t(433)][t(385)](t(406),(()=>{const e=t,n=this[e(435)](go.ButtonView);return n[e(411)]=!0,n})),e.ui[t(433)][t(385)](t(423),(()=>this[t(435)](go.MenuBarMenuListItemButtonView))),r[t(426)]((()=>{const e=t,s=[];for(const[t,r]of n[e(438)]){const n=o[e(429)](t.id),i=n[e(434)]((t=>t[e(418)]()));n[e(408)]>0&&s[e(391)]([r[e(436)],i])}return s})),this[t(431)](s,t(389),((e,s,r)=>{const i=t,a=Array[i(394)](r)[i(434)]((t=>t[i(428)]))[i(396)]((t=>n[i(412)][i(368)](t)));if(!a)return void(o[i(416)]=null);const c=n[i(412)][i(388)](a)[i(371)].id,h=i(395)+c;c&&o[i(425)](c)?o[i(416)]=h:o[i(416)]&&(o[i(416)]=null)})),this[t(431)](n,t(401),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(377)][i(397)]&&o[i(425)](s)&&e[i(410)][i(436)][i(404)]()}),{priority:t(400)}),this[t(431)](n,t(373),((s,{threadId:r,isFromAdapter:i})=>{const a=t;!i&&o[a(425)](r)&&n[a(403)](r)&&1===n[a(367)](r)[a(408)]&&(e[a(410)][a(436)][a(404)](),s[a(387)]())}),{priority:t(380)}),this[t(414)]()}[ii(435)](t){const e=ii,n=this[e(375)],o=new t(n[e(374)]),s=n[e(381)][e(388)](e(432));return o[e(383)]({label:vo(n[e(374)],e(427)),icon:ri}),o[e(419)](e(399)).to(s),this[e(431)](o,e(369),(()=>s[e(369)]())),o}[ii(414)](){const t=ii,e=this[t(375)],n=e[t(421)][t(388)](Ar);this[t(431)](n,t(372),((o,{threadId:s,channelId:r})=>{const i=t;if(r!==e[i(407)][i(388)](i(405)))return;const a=n[i(367)](s);a&&!a[i(424)]&&e[i(410)][i(436)][i(404)]()}),{priority:t(380)}),e[t(378)][t(383)](s.ENTER_THREAD_KEYSTROKE,((n,o)=>{const s=t,r=this[s(375)][s(421)][s(388)](ti);if(!r[s(416)])return;const i=e[s(421)][s(388)](Ar),{id:a}=ni(r[s(416)]),c=i[s(367)](a);c&&(i[s(438)][s(388)](c)[s(436)][s(404)](),o())}))}}const ui=di;function di(t,e){const n=li();return(di=function(t,e){return n[t-=444]})(t,e)}function li(){const t=["11263oWnKZM","DragDrop","editing","document","345295HaXCUJ","change:isEnabled","get","_disableCommentsOnlyMode","highest","clearForceDisabled","addCommentThread","isEnabled","delete","affectsData","250lqmUkN","3251196OuRhpR","afterInit","config","5086417HYvAZm","forceDisabled","set","stopListening","view","commands","has","_enableCommentsOnlyMode","1905640mWtvAb","requires","clipboardInput","230120twaIgR","1655565tnwTux","editor","cut","commentsOnlyMode","commentsOnly","pluginName","stop","68zZeXJY","CommentsOnly","plugins","listenTo","189cBZzgl"];return(li=function(){return t})()}!function(t){const e=di,n=t();for(;;)try{if(846009===parseInt(e(471))/1*(parseInt(e(485))/2)+parseInt(e(459))/3+parseInt(e(466))/4*(-parseInt(e(475))/5)+parseInt(e(444))/6+-parseInt(e(447))/7+-parseInt(e(455))/8+parseInt(e(470))/9*(parseInt(e(458))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(li);class mi extends t.Plugin{static get[ui(464)](){return ui(467)}static get[ui(456)](){return[ti]}constructor(t){const e=ui;super(t),this[e(449)](e(482),!1),this.on(e(476),((t,n,o)=>{const s=e;o?this[s(454)]():this[s(478)]()}))}[ui(445)](){const t=ui;!this[t(482)]&&this[t(460)][t(446)][t(477)](t(463))&&(this[t(482)]=!0)}[ui(454)](){const t=ui;for(const[e,n]of this[t(460)][t(452)])n[t(484)]&&t(481)!==e&&n[t(448)](t(462));this[t(460)][t(468)][t(453)](t(472))&&this[t(460)][t(468)][t(477)](t(472))[t(448)](t(462));const e=this[t(460)][t(473)][t(451)][t(474)];this[t(469)](e,t(461),(e=>e[t(465)]()),{priority:t(479)}),this[t(469)](e,t(457),(e=>e[t(465)]()),{priority:t(479)}),this[t(469)](e,t(483),(e=>e[t(465)]()),{priority:t(479)})}[ui(478)](){const t=ui;for(const[e,n]of this[t(460)][t(452)])n[t(484)]&&t(481)!==e&&n[t(480)](t(462));this[t(450)](this[t(460)][t(473)][t(451)][t(474)])}}function pi(){const t=["setActiveAnnotation","deactivate","register","has","stopListening","_uis","size","_setSelectedAnnotations","get","detach","5617300GOyCTm","48537QNhIri","attach","filter","destroy","_removeActiveAnnotation","annotationsuis-register-invalid-interface","_addActiveAnnotation","_activateAnnotation","from","change:activeAnnotation","annotationsuis-missing-ui","remove","add","isActive","plugins","_visibleAnnotations","switchTo","length","_uisData","deactivateAll","pluginName","453155AImQik","push","set","activeAnnotations","activeUIs","requires","_assertAnnotationDoesNotBelongToMultipleUIs","1201516eIiAzd","init","function","listenTo","find","9JagmtO","delete","context","annotationsuis-register-already-registered","1800603fjqLzo","_deactivateAllAnnotations","18KSoCXk","annotationsuis-annotation-mismatch","type","1941534dAmKqB","8AzddnD","343346rCWyMz","refilterAnnotations","hasActive","AnnotationsUIs","activate","collection"];return(pi=function(){return t})()}const fi=gi;function gi(t,e){const n=pi();return(gi=function(t,e){return n[t-=155]})(t,e)}!function(t){const e=gi,n=t();for(;;)try{if(216161===-parseInt(e(191))/1+parseInt(e(186))/2*(-parseInt(e(208))/3)+parseInt(e(175))/4+-parseInt(e(168))/5+-parseInt(e(189))/6+-parseInt(e(184))/7*(-parseInt(e(190))/8)+-parseInt(e(180))/9*(-parseInt(e(207))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pi);class vi extends t.ContextPlugin{static get[fi(173)](){return[br]}static get[fi(167)](){return fi(194)}constructor(t){const e=fi;super(t),this[e(172)]=new Set,this[e(202)]=new Map,this[e(165)]=new Map}[fi(176)](){const t=fi,e=this[t(182)][t(161)][t(205)](br);this[t(178)](e,t(215),((e,n)=>{const o=t;for(const t of this[o(172)]){const e=this[o(202)][o(205)](t);(0,this[o(165)][o(205)](t)[o(210)])(n)&&e[o(197)](n)}})),this[t(178)](e,t(185),(()=>{const e=t;for(const t of this[e(172)])this[e(202)][e(205)](t)[e(197)](null)})),this[t(178)](e[t(162)],t(159),((e,n)=>{this[t(174)](n)}))}[fi(193)](){const t=fi;return this[t(172)][t(203)]>0}[fi(160)](t){const e=fi;return this[e(172)][e(200)](t)}[fi(195)](t,n=()=>!0){const o=fi,s=this[o(182)][o(161)][o(205)](br);if(!this[o(202)][o(200)](t))throw new e.CKEditorError(o(157),this,{uiName:t});this[o(160)](t)&&this[o(198)](t),this[o(172)][o(159)](t);const r=new mr;(function({source:t,target:e,filter:n}){const o=dr;for(const s of t)n(s)&&e[o(474)](s);e[o(460)](t,o(474),((t,s)=>{const r=o;n(s)&&e[r(474)](s)})),e[o(460)](t,o(444),((t,n)=>{const s=o;e[s(480)](n)&&e[s(444)](n)}))})({source:s[o(162)],target:r,filter:n}),this[o(165)][o(170)](t,{collection:r,filter:n});const i=this[o(202)][o(205)](t);i[o(209)](r),this[o(178)](i,o(156),((t,e,n,r)=>{const i=o;r&&s[i(212)](r),n&&s[i(214)](n)}))}[fi(198)](t){const n=fi;if(this[n(172)][n(181)](t),!this[n(202)][n(200)](t))throw new e.CKEditorError(n(157),this,{uiName:t});const o=this[n(202)][n(205)](t);o[n(206)](),this[n(201)](o),this[n(165)][n(205)](t)[n(196)][n(211)](),this[n(165)][n(181)](t)}[fi(163)](t){const n=fi;if(!this[n(202)][n(200)](t))throw new e.CKEditorError(n(157),this,{uiName:t});const o=this[n(182)][n(161)][n(205)](br),s=Array[n(155)](o[n(171)])[0]||null;this[n(166)](),this[n(195)](t);const r=this[n(202)][n(205)](t);r[n(197)](s),r[n(204)]&&s&&r[n(204)]([s])}[fi(166)](){const t=fi;for(const e of this[t(172)])this[t(198)](e)}[fi(199)](t,n){const o=fi;if(this[o(202)][o(200)](t))throw new e.CKEditorError(o(183));if(o(177)!=typeof n[o(209)]||o(177)!=typeof n[o(206)]||o(177)!=typeof n[o(197)])throw new e.CKEditorError(o(213),null);this[o(202)][o(170)](t,n)}[fi(192)](){const t=fi,e=this[t(182)][t(161)][t(205)](br)[t(196)],n=new Map,o=Array[t(155)](this[t(172)]);for(const e of this[t(172)]){const o=this[t(165)][t(205)](e)[t(196)];for(const s of o)n[t(170)](s,e)}for(const s of e){const e=n[t(205)](s);this[t(174)](s);const r=o[t(179)]((e=>this[t(165)][t(205)](e)[t(210)](s)));e!==r&&(e&&this[t(165)][t(205)](e)[t(196)][t(158)](s),r&&this[t(165)][t(205)](r)[t(196)][t(159)](s))}}[fi(211)](){const t=fi;this[t(166)](),super[t(211)]()}[fi(174)](t){const n=fi,o=[];for(const e of this[n(172)])(0,this[n(165)][n(205)](e)[n(210)])(t)&&o[n(169)](e);if(o[n(164)]>1)throw new e.CKEditorError(n(187),null,{matchedUIs:o,annotationType:t[n(188)]})}}var ki=n(573),bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(ki.A,bi);ki.A.locals;const Ii=yi;function _i(){const t=["list","focusNext","159amhrAN","focus","bindTemplate","listenTo","ck-sidebar","focusables","Annotations list","remove","6527280owUCIc","minHeight","delegate","120oPDTph","added","top","render","9924890GaGdpu","focusPrevious","source","class","getIndex","forEach","div","77JnKQHA","number","Annotations sidebar","application","1088SYxzvN","change:top","ck-reset","element","setTemplate","10216547nwHsgz","_updateItemPositionInFocusables","arrowdown","length","change","4286ORAlPY","focusCycler","createCollection","add","15906KeXUzb","focusFirst","_setupKeyboardNavigation","focusTracker","removed","445059LkkOGx","uiLanguageDirection","arrowup","5169vsdmKC","set"];return(_i=function(){return t})()}!function(t){const e=yi,n=t();for(;;)try{if(726161===-parseInt(e(295))/1*(parseInt(e(279))/2)+parseInt(e(291))/3*(parseInt(e(269))/4)+parseInt(e(303))/5+-parseInt(e(283))/6*(parseInt(e(265))/7)+-parseInt(e(306))/8*(parseInt(e(288))/9)+parseInt(e(310))/10+-parseInt(e(274))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_i);const wi=(0,e.toUnit)("px");function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=260]})(t,e)}class Ai extends go.View{constructor(t){const n=yi;super(t);const o=this[n(297)];this[n(292)](n(304),0),this[n(292)](n(261),""),this[n(293)]=this[n(281)](),this[n(300)]=this[n(281)](),this[n(293)][n(305)](n(290),n(276)).to(this),this[n(286)]=new e.FocusTracker,this[n(280)]=new go.FocusCycler({focusables:this[n(300)],focusTracker:this[n(286)]}),this[n(273)]({tag:n(264),attributes:{class:["ck",n(299),n(271),o.to(n(261))],style:{minHeight:o.to(n(304),(t=>n(266)==typeof t?wi(t+10):null))},dir:t[n(289)],role:n(268),"aria-label":vo(t,n(267)),tabindex:0},children:[{tag:n(264),attributes:{role:n(293),"aria-label":vo(t,n(301))},children:this[n(293)]}]})}[Ii(309)](){const t=Ii;super[t(309)](),this[t(285)]()}[Ii(296)](){const t=Ii;this[t(280)][t(284)]()}[Ii(285)](){const t=Ii;this[t(293)][t(305)](t(270)).to(this),this.on(t(270),(e=>{const n=t;this[n(275)](e[n(260)])})),this[t(293)][t(263)]((e=>{const n=t;this[n(286)][n(282)](e[n(272)]),this[n(275)](e)})),this[t(293)].on(t(278),((e,n)=>{const o=t;for(const t of n[o(287)])this[o(286)][o(302)](t[o(272)]),this[o(300)][o(302)](t);for(const t of n[o(307)])this[o(286)][o(282)](t[o(272)]),this[o(275)](t)})),this.on(t(290),(()=>{const e=t;this[e(280)][e(311)]()})),this.on(t(276),(()=>{const e=t;this[e(280)][e(294)]()})),this[t(298)](this[t(272)],t(296),(()=>{this[t(296)]()}))}[Ii(275)](t){const e=Ii,n=this[e(300)][e(262)](t);let o,s;for(const n of this[e(300)])if(t[e(308)]<n[e(308)]){o=n;break}if(s=o?this[e(300)][e(262)](o):this[e(300)][e(277)],-1!==n){if(n===s-1)return;this[e(300)][e(302)](t),s=o?this[e(300)][e(262)](o):this[e(300)][e(277)]}this[e(300)][e(282)](t,s)}}const Ci=xi;function Ti(){const t=["2ylcuCR","15508fsHqxC","attach","destroy","detach","_mutationObserver","clear","8cDvmvH","content","isAnimationDisabled","ck-sidebar-item--no-animation","set","arrowup","setTemplate","createCollection","ck-sidebar-item","element","presentation","arrowdown","_targetTop","bottom","363144IZpaCn","updateHeight","focus","bindTemplate","875268LnnTOj","964158valEWj","15tYWHAo","delegate","height","render","915870BgaFXC","top","bind","first","clientHeight","620154JKrbxH","940331QRBpJQ","div"];return(Ti=function(){return t})()}!function(t){const e=xi,n=t();for(;;)try{if(198507===parseInt(e(421))/1*(parseInt(e(420))/2)+-parseInt(e(407))/3+parseInt(e(402))/4*(parseInt(e(408))/5)+parseInt(e(417))/6+-parseInt(e(418))/7*(-parseInt(e(427))/8)+-parseInt(e(406))/9+parseInt(e(412))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ti);const Ei=(0,e.toUnit)("px");function xi(t,e){const n=Ti();return(xi=function(t,e){return n[t-=395]})(t,e)}class Oi extends go.View{constructor(t){const e=xi;super(t),this[e(431)](e(413),0),this[e(431)](e(410),0),this[e(414)](e(401)).to(this,e(413),this,e(410),((t,e)=>t+e)),this[e(431)](e(429),!1),this[e(425)]=$s((()=>this[e(403)]())),this[e(400)]=null,this[e(428)]=this[e(395)](),this[e(428)][e(409)](e(432),e(399)).to(this);const n=this[e(405)];this[e(433)]({tag:e(419),attributes:{class:[e(396),n.to(e(429),(t=>t?e(430):""))],style:{top:n.to(e(413),(t=>Ei(t)))},role:e(398)},children:this[e(428)]})}[Ci(411)](){const t=Ci;super[t(411)](),this[t(425)][t(422)](this[t(397)])}[Ci(404)](){const t=Ci;this[t(428)][t(415)]&&this[t(428)][t(415)][t(404)]()}[Ci(403)](){const t=Ci,e=this[t(397)][t(416)];e&&(this[t(410)]=e)}[Ci(423)](){const t=Ci;this[t(428)][t(426)](),this[t(425)][t(424)](),super[t(423)]()}}const Ni=Si;function Mi(){const t=["unbind","change:_lastItem","getSidebarItemView","context","remove","_detachFromContainer","config","_spaceBetweenItems","init","delete","_updateLastItem","render","_alignAfterItem","minHeight","define","24oufWPL","target","listenTo","3383SpXWvd","_annotations","destroy","set","_alignForTopChange","8953BSEBfN","content","addAnnotation","isAnimationDisabled","element","_alignToTargetRect","80TyeXgg","sidebar.preventScrollOutOfView","updateHeight","_recalculateBuffer","isActive","_alignForBottomChange","_activeAnnotation","view","change:bottom","_targetTop","sidebar.container","_destroySidebarItemView","2904yRnzyp","_sidebarItemViewToAnnotation","push","change:top","get","targetRect","top","pluginName","rearrange","90GXqiej","clear","max","6743HHcGCZ","class","_getTargetTop","refresh","30KNhvBJ","_getItemBefore","sidebar-setcontainer-invalid-element","container","length","Sidebar","282488FJLfBx","height","last","_getItemAfter","bind","nodeType","locale","object","list","50638AvBVDr","add","appendChild","2990jYDUKA","setContainer","change:targetRect","stopListening","_createSidebarView","_setItemTop","_recalculate","_lastItem","sidebar-attachtocontainer-missing-container","_attachToContainer","_annotationToSidebarItemView","25145MBmBin","getIndex","_alignBeforeItem","237384mXaxje","402jbSHBM","_getMaxAvailableTop","bottom"];return(Mi=function(){return t})()}function Si(t,e){const n=Mi();return(Si=function(t,e){return n[t-=366]})(t,e)}!function(t){const e=Si,n=t();for(;;)try{if(343528===parseInt(e(398))/1*(-parseInt(e(377))/2)+parseInt(e(395))/3*(parseInt(e(443))/4)+-parseInt(e(373))/5*(-parseInt(e(437))/6)+parseInt(e(403))/7*(-parseInt(e(409))/8)+-parseInt(e(376))/9*(parseInt(e(430))/10)+parseInt(e(433))/11*(-parseInt(e(421))/12)+parseInt(e(455))/13*(parseInt(e(452))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Mi);class Ri extends t.ContextPlugin{static get[Ni(428)](){return Ni(442)}constructor(t){const e=Ni;super(t),this[e(401)](e(369),void 0),this[e(416)]=this[e(366)](),this[e(401)](e(440),null),this[e(387)]=25,this[e(422)]=new Map,this[e(372)]=new Map,this[e(383)][e(386)][e(394)](e(410),!1),this[e(399)]=null,this[e(415)]=null,this[e(412)]=[]}[Ni(388)](){const t=Ni,e=this[t(383)][t(386)][t(425)](t(419));e&&this[t(456)](e)}[Ni(456)](t){const n=Ni;if(!Li(t))throw new e.CKEditorError(n(439));this[n(440)]=t}[Ni(371)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ni;if(!Li(this[o(440)]))throw new e.CKEditorError(o(370),this);this[o(440)][o(454)](this[o(416)][o(407)]),this[o(416)][o(434)]=t,this[o(387)]=n}[Ni(429)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ni,s=this[o(382)](t);this[o(416)][o(451)][o(384)](s),this[o(420)](t),e&&this[o(408)](this[o(382)](e)),n&&this[o(408)](this[o(382)](n)),this[o(390)]()}[Ni(436)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ni;if(this[o(415)]=e,t){t[o(413)]=!1;const e=this[o(382)](t);e&&n&&(e[o(406)]=!1)}if(e){const t=this[o(382)](e);t&&(e[o(413)]=!0,n&&(t[o(406)]=!0,t[o(427)]+=1),this[o(408)](t))}}[Ni(385)](t){const e=Ni;if(this[e(416)][e(407)][e(384)](),t)for(const n of t)this[e(420)](n);this[e(416)][e(451)][e(431)](),this[e(416)][e(434)]="",this[e(369)]=null}[Ni(405)](t,e){const n=Ni;e||(e=t[n(416)]);const o=new Oi(this[n(383)][n(449)]);this[n(422)][n(401)](o,t),this[n(372)][n(401)](t,o),o[n(404)][n(453)](e),this[n(397)](t[n(416)],n(457),((e,s,r)=>{const i=n,a=this[i(435)](t,r);o[i(418)]!=a&&(o[i(418)]=a,this[i(367)](o,a))})),this[n(397)](o,n(424),(()=>{const t=n;this[t(368)](o,t(427))})),this[n(397)](o,n(417),(()=>{const t=n;this[t(368)](o,t(379))})),this[n(408)](o);const s=this[n(438)](o);return s&&this[n(392)](s,o)||this[n(408)](o),this[n(390)](),this[n(416)][n(451)][n(453)](o),o}[Ni(402)](t){const e=Ni;if(!t[e(404)][e(441)])return;const n=this[e(438)](t);if(!n)return;const o=this[e(422)][e(425)](n),s=this[e(415)];s&&s===o?this[e(392)](n,t):this[e(375)](t,n)}[Ni(414)](t){const e=Ni;if(!t[e(404)][e(441)])return;const n=this[e(446)](t);if(!n)return;const o=this[e(422)][e(425)](n),s=this[e(383)][e(386)][e(425)](e(410)),r=this[e(415)];r&&r===o&&s?(this[e(375)](n,t),this[e(392)](t,n)):r&&r===o?this[e(375)](n,t):this[e(392)](t,n)}[Ni(368)](t,e){const n=Ni;0===this[n(412)][n(441)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(412)])t(427)===n?this[t(402)](e):this[t(414)](e);this[t(412)]=[]}),10),this[n(412)][n(423)]({sidebarItemView:t,changedProp:e})}[Ni(382)](t){const e=Ni;return this[e(372)][e(425)](t)}[Ni(400)](){const t=Ni;this[t(458)](),this[t(416)][t(400)]()}[Ni(420)](t){const e=Ni,n=this[e(382)](t);this[e(458)](n),this[e(458)](t[e(416)]),n[e(400)](),this[e(372)][e(389)](t),this[e(422)][e(389)](n)}[Ni(366)](){const t=Ni,e=new Ai(this[t(383)][t(449)]);return e[t(391)](),this.on(t(381),((n,o,s,r)=>{const i=t;r&&e[i(380)](i(393)),s?e[i(447)](i(393)).to(s,i(379)):e[i(393)]=null})),e}[Ni(390)](){const t=Ni;var e;this[t(369)]=(null===(e=this[t(399)])||void 0===e?void 0:e[t(445)])?this[t(382)](this[t(399)][t(445)]):null}[Ni(438)](t){const e=Ni;var n;const o=this[e(422)][e(425)](t),s=o&&(null===(n=this[e(399)])||void 0===n?void 0:n[e(425)](this[e(399)][e(374)](o)-1));return s&&this[e(382)](s)||null}[Ni(446)](t){const e=Ni;var n;const o=this[e(422)][e(425)](t),s=o&&(null===(n=this[e(399)])||void 0===n?void 0:n[e(425)](this[e(399)][e(374)](o)+1));return s&&this[e(382)](s)||null}[Ni(375)](t,e){const n=Ni;t[n(411)]();const o=Vi(e[n(379)]+this[n(387)],t[n(427)]);return!!o&&(this[n(367)](e,e[n(427)]-o),!0)}[Ni(392)](t,e){const n=Ni;t[n(411)]();const o=Vi(t[n(379)]+this[n(387)],e[n(427)]);return!!o&&(this[n(367)](e,e[n(427)]+o,!1),!0)}[Ni(408)](t){const e=Ni,n=this[e(422)][e(425)](t);if(!n||!n[e(396)]||!n[e(426)])return;const o=this[e(435)](n,n[e(426)]);this[e(367)](t,o)}[Ni(435)](t,n){const o=Ni;if(null===n)return 0;if(t[o(396)]instanceof e.Rect)return n[o(427)];{const t=new e.Rect(this[o(416)][o(407)])[o(427)];return n[o(427)]-t}}[Ni(367)](t,e,n=this[Ni(383)][Ni(386)][Ni(425)](Ni(410))){const o=Ni;n&&(e=Math[o(432)](e,this[o(378)](t))),t[o(427)]=e}[Ni(378)](t){const e=Ni;let n=this[e(438)](t),o=0;for(;n;)n[e(411)](),o+=this[e(387)]+n[e(444)],n=this[e(438)](n);return o}}function Vi(t,e){return Math[Ni(432)](t-e,0)}function Li(t){const e=Ni;return null!==t&&e(450)==typeof t&&1===t[e(448)]}const ji=Pi;function Pi(t,e){const n=Bi();return(Pi=function(t,e){return n[t-=410]})(t,e)}function Bi(){const t=["EditorAnnotations","updateTargetRect","pluginName","wideSidebar","6325392TmHQVH","isAttached","activeAnnotation","blur","setActiveAnnotation","_attachToContainer","_annotations","3280736hkNxhI","317704TiEUls","_destroyEditorAnnotationsIntegration","requires","596859uBpqqf","10XVPaGY","off","_integrateWithEditorAnnotations","listenTo","focus","annotations","destroy","editors","add","cancel","change:container","widesidebar-attach-already-attached","rearrange","register","plugins","stopListening","attach","refresh","resize","detach","_editorAnnotations","removeEventListener","refreshPositioning","get","set:container","14VYeaeG","_refreshPositioningDebounced","uiUpdate","ck-sidebar--wide","_detachFromContainer","from","container","set","context","7129161RuOAjV","remove","addAnnotation","7964085CRwMQC","hasDomSelection","switchTo","1624896uAAroe","widesidebar-detach-not-attached","ready","WideSidebar","getOrderedSelectedAnnotations","has","_activeAnnotation","stop","high","init","addEventListener"];return(Bi=function(){return t})()}!function(t){const e=Pi,n=t();for(;;)try{if(964463===-parseInt(e(422))/1+-parseInt(e(426))/2*(-parseInt(e(425))/3)+parseInt(e(421))/4+-parseInt(e(463))/5+parseInt(e(466))/6+-parseInt(e(451))/7*(-parseInt(e(414))/8)+-parseInt(e(460))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bi);class Di extends t.ContextPlugin{static get[ji(424)](){return[Ri,vi]}static get[ji(412)](){return ji(469)}constructor(t){const n=ji;super(t),this[n(415)]=!1,this[n(458)](n(416),null),this[n(431)]=null,this[n(446)]=new e.Collection,this[n(452)]=Xs((()=>{const t=n;this[t(431)][t(448)]()}),250,{leading:!1})}[ji(475)](){const t=ji,e=this[t(459)][t(440)][t(449)](vi),n=this[t(459)][t(440)][t(449)](Ri);e[t(439)](t(413),this),n[t(457)]&&e[t(465)](t(413))}[ji(418)](t){const e=ji;if(t===this[e(416)])return;const n=this[e(459)][e(440)][e(449)](Ri);n[e(472)]=t;const o=this[e(416)];this[e(416)]=t,n[e(443)]({blurredAnnotation:o,activatedAnnotation:this[e(416)]})}[ji(442)](n){const o=ji;this[o(431)]=n;const s=this[o(459)][o(440)][o(449)](Ri);if(s[o(420)]=n,this[o(415)])throw new e.CKEditorError(o(437),this);this[o(415)]=!0,this[o(429)](s,o(450),(()=>{const t=o;this[t(445)](),this[t(429)](s,t(436),(e=>{const o=t;e[o(427)](),this[o(442)](n)}))})),s[o(419)]({viewClass:o(454)});const r=t=>{const e=o;t[e(411)](),s[e(462)](t)};for(const t of n)r(t);this[o(429)](n,o(434),((t,e)=>{r(e)})),this[o(429)](n,o(461),((t,e,r)=>{const i=o;s[i(438)]({removedAnnotation:e,previousAnnotation:n[i(449)](r-1),nextAnnotation:n[i(449)](r+1)}),e===this[i(416)]&&this[i(418)](null)}),{priority:o(474)}),this[o(429)](n,o(430),((t,e)=>{this[o(418)](e)})),this[o(429)](n,o(417),(()=>{this[o(418)](null)}));const i=this[o(459)]instanceof t.Context?this[o(459)][o(433)]:new e.Collection([this[o(459)]]);for(const t of i)this[o(428)](t);this[o(429)](i,o(434),((t,e)=>{const n=o;this[n(429)](e,n(468),(()=>{this[n(428)](e)}))})),this[o(429)](i,o(461),((t,e)=>{const n=o;e[n(440)][n(471)](n(410))&&this[n(423)](e[n(440)][n(449)](n(410)))})),window[o(476)](o(444),this[o(452)]),this[o(431)][o(448)]()}[ji(445)](){const n=ji;if(!this[n(415)])throw new e.CKEditorError(n(467),this);this[n(418)](null);const o=this[n(459)][n(440)][n(449)](Ri);o[n(455)](this[n(431)]),this[n(441)](o),this[n(441)](this[n(431)]),this[n(459)]instanceof t.Context&&this[n(441)](this[n(459)][n(433)]);for(const t of Array[n(456)](this[n(446)]))this[n(423)](t);window[n(447)](n(444),this[n(452)]),this[n(452)][n(435)](),this[n(416)]=null,this[n(415)]=!1,this[n(431)]=null}[ji(432)](){const t=ji;this[t(415)]&&this[t(445)]()}[ji(428)](t){const e=ji;if(!t[e(440)][e(471)](e(410)))return;const n=t[e(440)][e(449)](e(410)),o=()=>{const t=e,o=n[t(470)]({annotations:this[t(431)],activeAnnotation:this[t(416)]});this[t(418)](o[0]||null)};this[e(429)](n,e(443),o),this[e(429)](n,e(417),((t,{isAnnotationTracked:n})=>{const o=e;this[o(416)]&&n(this[o(416)])&&this[o(418)](null)})),this[e(429)](n,e(453),(()=>{this[e(452)]()})),this[e(429)](this[e(431)],e(417),(t=>{const s=e;n[s(464)]()&&(o(),t[s(473)]())}),{priority:e(474)}),this[e(446)][e(434)](n)}[ji(423)](t){const e=ji;this[e(441)](t),this[e(446)][e(461)](t)}}function Hi(t,e){const n=zi();return(Hi=function(t,e){return n[t-=478]})(t,e)}!function(t){const e=Hi,n=t();for(;;)try{if(494537===-parseInt(e(485))/1*(parseInt(e(486))/2)+-parseInt(e(499))/3+-parseInt(e(500))/4+parseInt(e(497))/5+-parseInt(e(487))/6+parseInt(e(488))/7*(parseInt(e(484))/8)+-parseInt(e(478))/9*(-parseInt(e(498))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zi);class Ki extends go.ButtonView{constructor(t){const e=Hi;super(t);const n=this[e(495)];this[e(504)](e(505),!1),this[e(504)](e(503),0),this[e(491)](e(480)).to(this,e(505),this,e(503),((t,n)=>t?e(483):n[e(479)]())),this[e(504)](e(489),""),this[e(493)]=ri,this[e(492)]({attributes:{class:[e(501)]}}),this[e(496)]=new go.View,this[e(496)][e(482)]({tag:e(507),attributes:{class:[e(506),n.to(e(489),(t=>e(490)+t)),n.if(e(505),e(494))]},children:[{text:n.to(e(480))}]}),this[e(502)][e(481)](this[e(496)])}}function zi(){const t=["extendTemplate","icon","ck-annotation-counter__badge--edit-mode","bindTemplate","counterView","3625195mfWNom","190TsEwlF","2112405YZKaoZ","1583812gJrrKR","ck-annotation-counter","children","number","set","isDirty","ck-annotation-counter__badge","span","469647qZOdUy","toString","_badge","add","setTemplate","...","2413592YlVymZ","1cYlLdn","639770oQuqre","622230VJIaPb","7hlUBvO","annotationType","ck-annotation-counter__badge--","bind"];return(zi=function(){return t})()}var Fi=n(197),Ui={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Fi.A,Ui);Fi.A.locals;const Wi=Gi;function Gi(t,e){const n=qi();return(Gi=function(t,e){return n[t-=412]})(t,e)}function qi(){const t=["cancel","first","execute","attach","get","15zvtZqo","annotations","ready","plugins","808vRBGpV","refresh","1926hiCVDx","delete","destroy","1149HSSgyM","clear","high","EditorAnnotations","addAnnotation","stop","create","length","low","set:container","northArrowSouthWest","NarrowSidebar","number","southArrowNorthWest","init","off","12GeqcTs","locale","view","uiUpdate","ck-sidebar--narrow","rearrange","context","defaultPositions","has","values","Esc","editors","mousedown","northArrowSouthEast","pin","_manuallyClosedAnnotationViews","addEventListener","setActiveAnnotation","resize","add","type","activeAnnotation","_refreshPositioning","15748pLCUTA","narrowSidebar","getOrderedSelectedAnnotations","1079VqpSOr","narrowsidebar-detach-not-attached","_annotations","_integrateWithEditorAnnotations","includes","_hideBalloon","focus","5749100LMSnVX","isVisible","target","keyCode","focusableElements","_showBalloon","detach","_selectedAnnotations","register","_detachFromContainer","refreshPositioning","element","preventDefault","preventClosingBalloon","attachToDom","change:container","annotationType","bind","narrowsidebar-attach-already-attached","removeEventListener","_destroyEditorAnnotationsIntegration","esc","find","2170500sKKuVb","bodyCollection","remove","getSidebarItemView","_attachToContainer","stopPropagation","stopListening","set","balloonPanelView","content","detachFromDom","815227rEGsxr","128871KHnzci","southArrowNorthEast","_updateBalloonPosition","getByView","change:height","_attachListeners","keydown","isDirty","blur","hasDomSelection","listenTo","northArrowSouth","_refreshPositioningDebounced","_setSelectedAnnotations","_detachListeners","_editorAnnotations","_domEmitter","unpin","isAttached","28545407qYhexR","southArrowNorth","from","contains","_annotationToNarrowView","requires","pluginName"];return(qi=function(){return t})()}!function(t){const e=Gi,n=t();for(;;)try{if(771329===parseInt(e(448))/1*(parseInt(e(527))/2)+parseInt(e(530))/3*(parseInt(e(445))/4)+parseInt(e(521))/5*(-parseInt(e(478))/6)+-parseInt(e(489))/7+parseInt(e(525))/8*(parseInt(e(490))/9)+parseInt(e(455))/10+-parseInt(e(509))/11*(parseInt(e(422))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Yi extends t.ContextPlugin{static get[Wi(514)](){return[Ri,vi]}static get[Wi(515)](){return Wi(417)}constructor(t){const n=Wi;super(t),this[n(508)]=!1,this[n(437)]=new Set,this[n(506)]=Object[n(412)](e.DomEmitterMixin),this[n(513)]=new Map,this[n(485)](n(443),null),this[n(522)]=null,this[n(462)]=[],this[n(505)]=new e.Collection,this[n(502)]=Xs((()=>{this[n(444)]()}),250,{leading:!1})}[Wi(420)](){const t=Wi;this[t(428)][t(524)][t(520)](vi)[t(463)](t(446),this),this[t(479)]=new go.BodyCollection(this[t(428)][t(423)]),this[t(486)]=new go.BalloonPanelView(this[t(428)][t(423)]),this[t(479)][t(469)](),this[t(479)][t(441)](this[t(486)])}[Wi(519)](n){const o=Wi;this[o(522)]=n;const s=this[o(428)][o(524)][o(520)](Ri),r=this[o(486)];if(s[o(450)]=n,this[o(508)])throw new e.CKEditorError(o(473),this);this[o(508)]=!0,this[o(500)](s,o(415),(()=>{const t=o;this[t(461)](),this[t(500)](s,t(470),(e=>{const o=t;e[o(421)](),this[o(519)](n)}))})),s[o(482)]({viewClass:o(426),spaceBetweenItems:5});const i=t=>{const e=o,n=new Ki(this[e(428)][e(423)]);s[e(534)](t,n),this[e(513)][e(485)](t,n),n[e(472)](e(497),e(471),e(418)).to(t[e(424)],e(497),e(442),e(413)),n.on(e(518),(()=>{const n=e;this[n(437)][n(531)](),r[n(487)][n(517)]!==t[n(424)]?(this[n(460)](t),t[n(424)][n(466)][n(454)](),this[n(439)](t)):this[n(439)](null)}))};for(const t of n)i(t);this[o(500)](n,o(441),((t,e)=>{i(e)})),this[o(500)](n,o(480),((t,e,r)=>{const i=o;this[i(513)][i(520)](e)[i(529)](),this[i(513)][i(528)](e),s[i(427)]({removedAnnotation:e,previousAnnotation:n[i(520)](r-1),nextAnnotation:n[i(520)](r+1)}),e===this[i(443)]&&this[i(439)](null)}),{priority:o(414)}),this[o(500)](n,o(454),((t,e)=>{this[o(439)](e)})),this[o(500)](n,o(498),(()=>{this[o(439)](null)})),this[o(506)][o(500)](document,o(496),((t,n)=>{const s=o;n[s(458)]===e.keyCodes[s(476)]&&r[s(456)]&&(this[s(437)][s(441)](r[s(487)][s(517)]),this[s(453)](),n[s(483)](),n[s(467)]())})),this[o(506)][o(500)](document,o(434),((t,e)=>{const n=o,i=e[n(457)];r[n(456)]&&r[n(466)][n(512)](i)||s[n(424)][n(466)][n(512)](i)||t[n(468)]||this[n(443)]&&this[n(443)][n(459)][n(477)]((t=>t[n(512)](i)))||(this[n(437)][n(531)](),this[n(453)](),this[n(439)](null))}));const a=this[o(428)]instanceof t.Context?this[o(428)][o(433)]:new e.Collection([this[o(428)]]);for(const t of a)this[o(451)](t);this[o(500)](a,o(441),((t,e)=>{const n=o;this[n(500)](e,n(523),(()=>{this[n(451)](e)}))})),this[o(500)](a,o(480),((t,e)=>{const n=o;e[n(524)][n(430)](n(533))&&this[n(475)](e[n(524)][n(520)](n(533)))})),window[o(438)](o(440),this[o(502)]),this[o(444)]()}[Wi(439)](t){const e=Wi;if(t===this[e(443)])return;const n=this[e(428)][e(524)][e(520)](Ri);n[e(526)]({blurredAnnotation:this[e(443)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(481)](t)?this[e(460)](t):this[e(453)](),this[e(443)]=t}[Wi(461)](){const n=Wi;if(!this[n(508)])throw new e.CKEditorError(n(449),this);this[n(439)](null);const o=this[n(428)][n(524)][n(520)](Ri);this[n(453)](),Array[n(511)](this[n(513)][n(431)](),(t=>t[n(529)]())),this[n(513)][n(531)](),o[n(464)](this[n(522)]),this[n(484)](),this[n(506)][n(484)](),this[n(428)]instanceof t.Context&&this[n(484)](this[n(428)][n(433)]);for(const t of Array[n(511)](this[n(505)]))this[n(475)](t);window[n(474)](n(440),this[n(502)]),this[n(502)][n(516)](),this[n(462)]=[],this[n(508)]=!1,this[n(522)]=null}[Wi(529)](){const t=Wi;this[t(508)]&&this[t(461)](),this[t(479)][t(488)]()}[Wi(451)](t){const e=Wi;if(!t[e(524)][e(430)](e(533)))return;const n=t[e(524)][e(520)](e(533)),o=this[e(428)][e(524)][e(520)](Ri),s=this[e(522)],r=this[e(486)],i=()=>{const t=e,o=n[t(447)]({annotations:this[t(522)],activeAnnotation:this[t(443)]});this[t(503)](o),this[t(439)](o[0]||null)};this[e(500)](n,e(526),i),this[e(500)](n,e(498),((t,{isAnnotationTracked:n})=>{const o=e;this[o(443)]&&n(this[o(443)])&&(this[o(503)]([]),this[o(439)](null))})),this[e(500)](n,e(425),(()=>{this[e(502)]()})),this[e(500)](s,e(498),(t=>{const o=e;n[o(499)]()&&t[o(535)]()}),{priority:e(532)}),this[e(500)](this[e(506)],e(434),((t,s)=>{const a=e,c=s[a(457)];r[a(456)]&&r[a(466)][a(512)](c)||o[a(424)][a(466)][a(512)](c)||this[a(443)]&&n[a(499)]()&&(i(),t[a(468)]=!0)}),{priority:e(532)}),this[e(505)][e(441)](n)}[Wi(475)](t){const e=Wi;t&&(this[e(484)](t),this[e(505)][e(480)](t))}[Wi(503)](t){const e=Wi;for(const n of this[e(462)])t[e(452)](n)||this[e(437)][e(528)](n[e(424)]);this[e(462)]=t}[Wi(444)](){const t=Wi,e=this[t(486)];this[t(522)][t(465)](),e[t(456)]&&this[t(492)]()}[Wi(460)](t){const e=Wi;if(this[e(437)][e(430)](t[e(424)]))return;const n=this[e(486)][e(487)][e(517)];n!==t[e(424)]?(n&&this[e(504)](n),this[e(495)](t[e(424)]),this[e(486)][e(487)][e(531)](),this[e(486)][e(487)][e(441)](t[e(424)]),this[e(492)]()):this[e(492)]()}[Wi(492)](){const t=Wi,e=this[t(486)][t(487)][t(517)],n=e&&this[t(522)][t(493)](e);if(!n||!this[t(513)][t(430)](n))return;const o=this[t(513)][t(520)](n)[t(466)],s=function(){const e=t,n=go.BalloonPanelView[e(429)];return[n[e(491)],n[e(435)],n[e(510)],n[e(501)],n[e(419)],n[e(416)]]}();this[t(486)][t(436)]({target:o,positions:s})}[Wi(453)](){const t=Wi,e=this[t(486)],n=e[t(487)][t(517)];n&&(this[t(504)](n),e[t(507)](),e[t(487)][t(531)]())}[Wi(495)](t){const e=Wi;this[e(500)](t,e(494),(()=>this[e(492)]())),this[e(500)](t,e(432),((n,o)=>{const s=e;this[s(437)][s(441)](t),this[s(453)](),o()}))}[Wi(504)](t){this[Wi(484)](t)}}var Xi=n(874),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(Xi.A,Zi);Xi.A.locals;const Qi=Ji;function Ji(t,e){const n=ta();return(Ji=function(t,e){return n[t-=359]})(t,e)}!function(t){const e=Ji,n=t();for(;;)try{if(688107===-parseInt(e(419))/1*(parseInt(e(369))/2)+parseInt(e(370))/3+parseInt(e(361))/4*(-parseInt(e(382))/5)+parseInt(e(377))/6*(-parseInt(e(373))/7)+parseInt(e(385))/8+-parseInt(e(410))/9*(parseInt(e(427))/10)+parseInt(e(404))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ta);class $i extends t.Plugin{static get[Qi(387)](){return[jr,go.ContextualBalloon,vi]}static get[Qi(371)](){return Qi(408)}constructor(t){const e=Qi;super(t),t[e(422)][e(383)][e(378)](To.MouseObserver),this[e(420)]=!1,this[e(442)](e(451),null),this[e(389)]=null,this[e(453)]=new Set,this[e(430)]=t[e(415)][e(359)](go.ContextualBalloon),this[e(445)]=new Set,this[e(431)]=[],this[e(434)]=!1}[Qi(367)](){const t=Qi,e=this[t(444)][t(415)][t(359)](vi);e[t(403)]===this[t(444)]&&(e[t(424)](t(402),this),this[t(444)][t(455)][t(442)](t(399),((e,n)=>{const o=t,s=this[o(430)];if(this[o(420)]&&s[o(447)]){const t=this[o(389)][o(397)](s[o(447)]);t&&this[o(441)](t),n()}})))}[Qi(388)](){const t=Qi,e=this[t(444)][t(415)][t(359)](vi);e[t(403)]===this[t(444)]&&(e[t(418)]()||e[t(400)](t(402)))}[Qi(412)](t){const e=Qi;t!==this[e(451)]&&(this[e(451)]&&(this[e(451)][e(362)]=!1),t&&this[e(444)].ui[e(405)][e(390)]&&(this[e(389)][e(380)](t)&&this[e(411)](t,!0),t[e(362)]=!0),t||this[e(435)]([]),this[e(451)]=t)}[Qi(375)](t){const n=Qi;this[n(389)]=t;const o=this[n(444)][n(415)][n(359)](vi),s=this[n(430)];if(this[n(420)])throw new e.CKEditorError(n(437),this);if(o[n(403)]!==this[n(444)])throw new e.CKEditorError(n(446),this);const r=this[n(444)][n(415)][n(359)](jr);this[n(364)](r,n(384),(()=>{const t=n,e=r[t(401)]({annotations:this[t(389)],activeAnnotation:this[t(451)]});var o,s;!this[t(434)]&&(o=e,s=this[t(431)],o[t(452)]===s[t(452)]&&o[t(443)]((e=>s[t(433)](e))))||(this[t(434)]=!1,this[t(435)](e),this[t(412)](e[0]||null))})),this[n(364)](r,n(374),((t,{isAnnotationTracked:e})=>{const o=n;this[o(451)]&&e(this[o(451)])&&(this[o(435)]([]),this[o(412)](null))})),this[n(364)](this[n(444)].ui[n(405)],n(409),((t,e,o)=>{o||this[n(412)](null)})),this[n(364)](t,n(394),((t,e)=>{const o=n;this[o(449)](e),e===this[o(451)]&&this[o(412)](null)})),this[n(364)](s,n(423),((e,o,r,i)=>{const a=n;i&&this[a(454)](i);const c=t[a(397)](r);r&&c&&(this[a(364)](r,a(406),(()=>{s[a(450)]()})),this[a(364)](r,a(399),(()=>{const t=a;this[t(441)](c),this[t(444)][t(422)][t(383)][t(398)]()})),this[a(451)]!==c&&this[a(412)](c))})),this[n(364)](this[n(444)].ui,n(395),(()=>{const e=n;s[e(447)]&&t[e(397)](s[e(447)])&&s[e(450)]()})),this[n(364)](this[n(444)][n(422)][n(383)][n(365)],n(391),(()=>{const t=n;this[t(434)]=!0,this[t(453)][t(429)]()})),this[n(444)][n(422)][n(383)][n(365)][n(414)][n(366)]&&this[n(444)][n(422)][n(383)][n(398)](),this[n(420)]=!0}[Qi(436)](){const t=Qi;if(!this[t(420)])throw new e.CKEditorError(t(393),this);this[t(412)](null);for(const e of this[t(445)])this[t(449)](e);this[t(454)](),this[t(420)]=!1,this[t(389)]=null}[Qi(417)](){const t=Qi;this[t(420)]&&this[t(436)]()}[Qi(435)](t){const e=Qi;for(const n of this[e(431)])t[e(433)](n)||this[e(453)][e(440)](n);for(const n of this[e(389)])t[e(433)](n)||this[e(449)](n);if(this[e(444)].ui[e(405)][e(390)])for(const n of t)this[e(411)](n);this[e(431)]=t}[Qi(411)](t,e=!1){const n=Qi;this[n(453)][n(380)](t)||(this[n(445)][n(380)](t)||this[n(430)][n(428)](t[n(383)])||(this[n(445)][n(386)](t),this[n(430)][n(386)]({stackId:t[n(383)].id,view:t[n(383)],position:{target:()=>this[n(416)](t)}})),e&&this[n(430)][n(396)](t[n(383)].id))}[Qi(416)](t){const n=Qi,o=t[n(421)],s=this[n(444)][n(422)][n(383)],r=s[n(365)][n(414)][n(432)](),i=s[n(425)][n(426)](r);if(i[n(438)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(448)](...(a=e[n(381)](),Array[n(379)](a)[n(392)](DOMRect[n(456)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(452)];n++)ea(s,t[n])?s[e(368)]+=t[n][e(368)]:(o[e(448)](s),s=t[n]);return o[e(448)](s),o}(t);const s=i[n(439)]();return t[n(407)]((t=>t[n(360)]<=s[n(360)]&&t[n(376)]>=s[n(376)]&&t[n(372)]<=s[n(372)]&&t[n(363)]>=s[n(363)]))||t[0]}var a;return t[n(413)]||i}[Qi(449)](t){const e=Qi;this[e(445)][e(380)](t)&&this[e(430)][e(428)](t[e(383)])&&(this[e(445)][e(440)](t),this[e(430)][e(394)](t[e(383)]))}[Qi(441)](t){const e=Qi;this[e(453)][e(386)](t),this[e(449)](t)}}function ta(){const t=["3558256yrtNmO","add","requires","afterInit","annotations","isFocused","mousedown","map","inlineannotations-detach-not-attached","remove","update","showStack","getByView","focus","Esc","switchTo","getOrderedSelectedAnnotations","inline","context","19205208svHFAz","focusTracker","change:height","find","InlineAnnotations","change:isFocused","18zUfRVZ","_addAnnotationToBalloon","setActiveAnnotation","targetRect","selection","plugins","_getBalloonTargetForAnnotation","destroy","hasActive","1265884HvoMdt","isAttached","target","editing","change:visibleView","register","domConverter","viewRangeToDom","1002610LDXoMq","hasView","clear","_balloon","_selectedAnnotations","getFirstRange","includes","_forceRefresh","_setSelectedAnnotations","detach","inlineannotations-attach-already-attached","collapse","getBoundingClientRect","delete","_closeAnnotation","set","every","editor","_addedAnnotations","inlineannotations-not-allowed-with-context","visibleView","push","_removeAnnotationFromBalloon","updatePosition","activeAnnotation","length","_manuallyClosed","stopListening","keystrokes","fromRect","get","top","413012FZmBJb","isActive","right","listenTo","document","editableElement","init","width","2UnqAZV","1444305iHhanK","pluginName","left","49BaWzBo","blur","attach","bottom","355182AFxDqo","addObserver","from","has","getClientRects","5HrGYvS","view","refresh"];return(ta=function(){return t})()}function ea(t,e){const n=Qi;return t[n(360)]===e[n(360)]&&t[n(376)]===e[n(376)]&&t[n(363)]===e[n(372)]}var na=n(353),oa={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ns()(na.A,oa);na.A.locals;const sa='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',ra=aa;function ia(){const t=["2686524erTycM","auto","ck-hidden","isEmpty","delegate","element","ck-comments-archive","69718zvZlsF","setTemplate","EMPTY_COMMENTS_ARCHIVE","2532304yLhnxa","focusTracker","isActive","first","change","arrowup","6shaZOE","18sYodpi","list","presentation","length","destroy","add","focusFirst","focusNext","set","div","ck-comments-archive__info","COMMENTS_ARCHIVE_LIST_LABEL","render","remove","_setupKeyboardNavigation","_annotationViews","5020792YOjiuQ","focusCycler","focusPrevious","5159800ktmRmC","listenTo","9332770gGPEKw","6PQNaJF","focus","254872OjZHMn","arrowdown","bindTemplate","ck-comments-archive__content"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=130]})(t,e)}!function(t){const e=aa,n=t();for(;;)try{if(769841===parseInt(e(145))/1*(parseInt(e(136))/2)+parseInt(e(168))/3*(parseInt(e(170))/4)+-parseInt(e(165))/5+parseInt(e(174))/6+parseInt(e(162))/7+-parseInt(e(139))/8*(parseInt(e(146))/9)+parseInt(e(167))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ia);class ca extends go.View{constructor(t,n){const o=aa;super(t),this[o(154)](o(132),!n[o(149)]),this[o(140)]=new e.FocusTracker,this[o(161)]=n,this[o(161)][o(133)](o(144),o(171)).to(this),this.on(o(144),(()=>{const t=o;this[t(163)][t(164)]()})),this.on(o(171),(()=>{const t=o;this[t(163)][t(153)]()})),this[o(163)]=new go.FocusCycler({focusables:n,focusTracker:this[o(140)]}),this[o(166)](n,o(151),(()=>{this[o(132)]=!1})),this[o(166)](n,o(159),((t,e)=>{const s=o;e[s(141)]&&this[s(169)](),n[s(149)]||(this[s(132)]=!0)}));const s=this[o(172)];this[o(137)]({tag:o(155),attributes:{dir:o(130),class:["ck",o(135)],tabindex:-1,role:o(147),"aria-label":vo(t,o(157))},children:[{tag:o(155),attributes:{class:[o(173)],role:o(148)},children:[{tag:o(155),attributes:{role:o(148)},children:n},{tag:"p",attributes:{class:[o(156),s.if(o(132),o(131),(t=>!t))]},children:[{text:vo(t,o(138))}]}]}]})}[ra(158)](){const t=ra;super[t(158)](),this[t(160)]()}[ra(150)](){const t=ra;super[t(150)](),this[t(140)][t(150)]()}[ra(169)](){const t=ra;this[t(163)][t(142)]?this[t(163)][t(152)]():this[t(134)][t(169)]()}[ra(160)](){const t=ra;for(const e of this[t(161)])this[t(140)][t(151)](e[t(134)]);this[t(161)].on(t(143),((e,{added:n,removed:o})=>{const s=t;for(const t of n)this[s(140)][s(151)](t[s(134)]);for(const t of o)this[s(140)][s(159)](t[s(134)])}))}}const ha=ua;function ua(t,e){const n=la();return(ua=function(t,e){return n[t-=358]})(t,e)}!function(t){const e=ua,n=t();for(;;)try{if(774186===parseInt(e(376))/1*(-parseInt(e(394))/2)+parseInt(e(395))/3*(parseInt(e(375))/4)+-parseInt(e(366))/5*(-parseInt(e(373))/6)+parseInt(e(365))/7*(parseInt(e(391))/8)+-parseInt(e(382))/9+-parseInt(e(362))/10*(parseInt(e(378))/11)+parseInt(e(396))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(la);class da extends t.ContextPlugin{static get[ha(392)](){return ha(385)}static get[ha(371)](){return[Ar,br]}constructor(t){const n=ha;super(t),this[n(361)]=new e.Collection}[ha(370)](){const t=ha,e=this[t(390)],n=e[t(368)][t(388)](Ar),o=e[t(368)][t(388)](br);this[t(393)](n,t(387),((e,{threadId:o})=>{const s=t,r=n[s(372)](o);r[s(369)]&&this[s(361)][s(384)](r,this[s(360)](r[s(369)])),this[s(393)](r,s(377),((t,e,n)=>{const o=s;n?this[o(361)][o(374)](r)||this[o(361)][o(384)](r,this[o(360)](r[o(369)])):this[o(361)][o(374)](r)&&this[o(361)][o(381)](r)}))})),this[t(393)](n,t(386),((e,{threadId:o})=>{const s=t,r=n[s(372)](o);this[s(358)](r),this[s(361)][s(374)](r)&&this[s(361)][s(381)](r)}),{priority:t(383)}),this[t(393)](o[t(367)],t(389),((e,n)=>{const s=t;n[s(359)]||(n[s(380)]=!0,o[s(363)](n))}))}[ha(360)](t){const e=ha,n=[...this[e(361)]][e(364)]((n=>n[e(369)]<t));return n>-1?n:this[e(361)][e(379)]}}function la(){const t=["isVisible","_calculatePosition","archivedThreads","1720gNFDcI","activate","findIndex","42kLVYuM","35GQNkOG","collection","plugins","archivedAt","init","requires","getCommentThread","773958kVZrVW","has","4XezKTg","1gCgNqS","change:archivedAt","24068iQmENN","length","isActive","remove","9762444VtpUGb","highest","add","CommentsArchive","removeCommentThread","addCommentThread","get","focus","context","1412112UNVATM","pluginName","listenTo","356442LGanWn","318555MJjsIe","4142868oCTcuD","stopListening"];return(la=function(){return t})()}const ma=fa;function pa(){const t=["commentsArchive","511570Vpatys","stopListening","14107580QimzJa","menuBar:commentsArchive","56WHEFVH","_visibleAnnotations","collaboration.channelId","1458hgITtf","get","set","listenTo","archivedAt","componentFactory","CommentsArchiveUI","commentsArchiveView","_calculatePosition","Dialog","_pendingThreads","remove","filter","bind","CommentsRepository","getCommentThread","plugins","menuitemcheckbox","archivedThreads","push","tooltip","isVisible","focusableElements","_createCommentsArchiveButton","hide","init","12325944rpzYwQ","findIndex","pluginName","escapeThread","indexOf","EDITOR_TOP_SIDE","view","_toggleDialog","channelId","_threadToController","3534944iNzlnC","isOpen","9HHZjid","config","add","COMMENTS_ARCHIVE","editor","innerView","730536qofiIr","isEnabled","18508GOSRvs","show","execute","splice","find","requires","264315oJTFIU","locale","isOn","collection","annotationViews","getByInnerView","length","Annotations"];return(pa=function(){return t})()}function fa(t,e){const n=pa();return(fa=function(t,e){return n[t-=345]})(t,e)}!function(t){const e=fa,n=t();for(;;)try{if(942157===-parseInt(e(372))/1+-parseInt(e(364))/2+parseInt(e(380))/3*(parseInt(e(393))/4)+-parseInt(e(389))/5+parseInt(e(396))/6*(-parseInt(e(374))/7)+parseInt(e(354))/8+parseInt(e(366))/9*(parseInt(e(391))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pa);class ga extends t.Plugin{static get[ma(356)](){return ma(402)}static get[ma(379)](){return[da,go.Dialog]}constructor(t){const e=ma;super(t),this[e(384)]=new go.ViewCollection,this[e(406)]=[]}[ma(353)](){const t=ma,e=this[t(370)];e.ui[t(401)][t(368)](t(388),(()=>this[t(351)](go.ButtonView,!0))),e.ui[t(401)][t(368)](t(392),(()=>{const e=t,n=this[e(351)](go.MenuBarMenuListItemButtonView);return n[e(398)]({role:e(345)}),n}));const n=e[t(412)][t(397)](da),o=e[t(412)][t(397)](t(387)),s=e[t(412)][t(397)](t(410));this[t(399)](n[t(346)],t(368),((n,r)=>{const i=t,a=e[i(367)][i(397)](i(395));if(!a||r[i(362)]===a){const t=s[i(363)][i(397)](r);if(!t)return void this[i(406)][i(347)](r);const e=this[i(404)](r[i(400)]),n=o[i(385)](t[i(360)]);n[i(349)]&&o[i(394)][i(407)](n),this[i(384)][i(368)](n[i(360)],e)}})),this[t(399)](o[t(383)],t(368),((e,n)=>{const o=t,r=this[o(406)][o(378)]((t=>{const e=o,r=s[e(363)][e(397)](t);return r&&n[e(371)]===r[e(360)]}));if(r){const t=this[o(404)](r[o(400)]);this[o(384)][o(368)](n[o(360)],t),this[o(406)][o(377)](this[o(406)][o(358)](r),1)}})),this[t(399)](n[t(346)],t(407),((n,r)=>{const i=t,a=e[i(367)][i(397)](i(395));if(!a||r[i(362)]===a){const t=s[i(363)][i(397)](r),e=o[i(385)](t[i(360)]);this[i(384)][i(407)](e[i(360)]),this[i(390)](e[i(350)])}})),this[t(399)](s,t(357),((n,{threadId:o,channelId:r})=>{const i=t;if(r!==e[i(367)][i(397)](i(395)))return;if(!s[i(411)](o)[i(400)])return;const a=e[i(412)][i(397)](i(405));a[i(365)]&&i(388)===a.id&&a[i(352)]()}))}[ma(404)](t){const e=ma,n=this[e(370)][e(367)][e(397)](e(395)),o=[...this[e(370)][e(412)][e(397)](da)[e(346)]][e(408)]((t=>t[e(362)]===n))[e(355)]((n=>n[e(400)]<t));return o<0||o>this[e(384)][e(386)]?this[e(384)][e(386)]:o-1}[ma(361)](){const t=ma,e=this[t(370)],n=e[t(412)][t(397)](t(405));this[t(403)]||(this[t(403)]=new ca(e[t(381)],this[t(384)])),t(388)===n.id?n[t(352)]():n[t(375)]({id:t(388),title:vo(e[t(381)],t(369)),icon:sa,hasCloseButton:!0,content:this[t(403)],position:go.DialogViewPosition[t(359)]})}[ma(351)](t,e=!1){const n=ma,o=this[n(370)][n(381)],s=this[n(370)][n(412)][n(397)](n(405)),r=new t(o);return r[n(409)](n(373)).to(this,n(373)),r[n(409)](n(382)).to(s,"id",(t=>n(388)===t)),r[n(398)]({label:vo(o,n(369)),icon:sa,isToggleable:!0}),e&&(r[n(348)]=!0),this[n(399)](r,n(376),(()=>this[n(361)]())),r}}function va(){var t=["7441FkoPIQ","4uFVrnE","requires","270222RJgadC","Comments","1712NXvPCE","3989478xkKKjZ","3292370EtIXcy","pluginName","3976101vOWJng","5uFJFVc","157272ikhpwn","665580CakUBt"];return(va=function(){return t})()}function ka(t,e){var n=va();return(ka=function(t,e){return n[t-=132]})(t,e)}var ba=ka;!function(t){for(var e=ka,n=t();;)try{if(420096===parseInt(e(140))/1+parseInt(e(138))/2*(parseInt(e(135))/3)+parseInt(e(136))/4+parseInt(e(134))/5*(-parseInt(e(143))/6)+-parseInt(e(137))/7*(parseInt(e(142))/8)+parseInt(e(133))/9+parseInt(e(144))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(va);class Ia extends t.Plugin{static get[ba(139)](){return[Ar,ti,hi,da,ga,mi,Di,Yi,$i]}static get[ba(132)](){return ba(141)}}function _a(){var t=["165RrsoxP","751615gvvyTs","2PyhvIF","10510bNQsMp","11364aibpGX","1537932NMoOtf","229576szEHBa","10587500UCBRVp","75HEIQPL","1422ykbRbX","9497064VixIqM","905UGjewE"];return(_a=function(){return t})()}function wa(t,e){var n=_a();return(wa=function(t,e){return n[t-=266]})(t,e)}!function(t){for(var e=wa,n=t();;)try{if(951581===-parseInt(e(269))/1*(parseInt(e(270))/2)+-parseInt(e(276))/3*(-parseInt(e(274))/4)+parseInt(e(267))/5*(-parseInt(e(272))/6)+parseInt(e(275))/7+parseInt(e(266))/8+parseInt(e(277))/9*(-parseInt(e(271))/10)+-parseInt(e(268))/11*(parseInt(e(273))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_a)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();