@ckeditor/ckeditor5-comments 41.3.0 → 41.3.2

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 (44) hide show
  1. package/build/comments.js +1 -1
  2. package/package.json +3 -3
  3. package/src/annotations/annotation.js +1 -1
  4. package/src/annotations/annotationcollection.js +1 -1
  5. package/src/annotations/annotations.js +1 -1
  6. package/src/annotations/annotationsuis.js +1 -1
  7. package/src/annotations/editorannotations.js +1 -1
  8. package/src/annotations/inlineannotations.js +1 -1
  9. package/src/annotations/narrowsidebar.js +1 -1
  10. package/src/annotations/sidebar.js +1 -1
  11. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  12. package/src/annotations/view/annotationview.js +1 -1
  13. package/src/annotations/view/sidebaritemview.js +1 -1
  14. package/src/annotations/view/sidebarview.js +1 -1
  15. package/src/annotations/widesidebar.js +1 -1
  16. package/src/comments/addcommentthreadcommand.js +1 -1
  17. package/src/comments/commentsarchive.js +1 -1
  18. package/src/comments/commentsarchiveui.js +1 -1
  19. package/src/comments/commentsediting.js +1 -1
  20. package/src/comments/commentsrepository.js +1 -1
  21. package/src/comments/commentsui.js +1 -1
  22. package/src/comments/integrations/clipboard.js +1 -1
  23. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  24. package/src/comments/integrations/importword.js +1 -1
  25. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  26. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  27. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  28. package/src/comments/ui/commentthreadcontroller.js +1 -1
  29. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  30. package/src/comments/ui/view/basecommentview.js +1 -1
  31. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  32. package/src/comments/ui/view/commentcontentview.js +1 -1
  33. package/src/comments/ui/view/commentinputview.js +1 -1
  34. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  35. package/src/comments/ui/view/commentslistview.js +1 -1
  36. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  37. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  38. package/src/comments/ui/view/commentthreadview.js +1 -1
  39. package/src/comments/ui/view/commentview.js +1 -1
  40. package/src/comments.js +1 -1
  41. package/src/commentsonly.js +1 -1
  42. package/src/index.js +1 -1
  43. package/src/utils/common-translations.js +1 -1
  44. package/src/utils/createmutationobserver.js +1 -1
package/build/comments.js CHANGED
@@ -2,4 +2,4 @@
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}.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))}.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}.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}.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}.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%}.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}.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}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}.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 l=c(u),d={css:r[1],media:r[2],sourceMap:r[3]};-1!==l?(i[l].references++,i[l].updater(d)):i.push({identifier:u,updater:g(d,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,l=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function d(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=l(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=d.bind(null,n,r,!1),s=d.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:()=>pr,AnnotationsUIs:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>_r,CommentThreadController:()=>po,CommentThreadInputView:()=>qo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>$o,CommentsOnly:()=>hi,CommentsRepository:()=>Ir,CommentsUI:()=>ri,EditorAnnotations:()=>Rr,InlineAnnotations:()=>Gi,NarrowSidebar:()=>Fi,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 l=function(t){return c(this.__data__,t)>-1};const d=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=l,m.prototype.set=d;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 b=function(t){return this.__data__.has(t)};const k="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const I=k||w||Function("return this")();const _=I.Symbol;var y=Object.prototype,C=y.hasOwnProperty,A=y.toString,T=_?_.toStringTag:void 0;const E=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 x=Object.prototype.toString;const M=function(t){return x.call(t)};var j=_?_.toStringTag:void 0;const O=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":j&&j in Object(t)?E(t):M(t)};const R=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const V=function(t){if(!R(t))return!1;var e=O(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=I["__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 L=Function.prototype.toString;const B=function(t){if(null!=t){try{return L.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var K=/^\[object .+?Constructor\]$/,z=Function.prototype,U=Object.prototype,F=z.toString,W=U.hasOwnProperty,H=RegExp("^"+F.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!R(t)||P(t))&&(V(t)?H:K).test(B(t))};const X=function(t,e){return null==t?void 0:t[e]};const J=function(t,e){var n=X(t,e);return q(n)?n:void 0};const G=J(I,"Map");const Y=J(Object,"create");const Z=function(){this.__data__=Y?Y(null):{},this.size=0};const Q=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=Z,st.prototype.delete=Q,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(G||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 lt=function(t){return at(this,t).has(t)};const dt=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=lt,mt.prototype.set=dt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!G||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=b,gt.prototype.set=ft;const vt=gt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const kt=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=bt,wt.prototype.has=kt;const It=wt;const _t=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 l=-1,d=!0,m=2&n?new It:void 0;for(r.set(t,e),r.set(e,t);++l<c;){var p=t[l],f=e[l];if(o)var g=i?o(f,p,l,e,t,r):o(p,f,l,t,e,r);if(void 0!==g){if(g)continue;d=!1;break}if(m){if(!_t(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){d=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){d=!1;break}}return r.delete(t),r.delete(e),d};const At=I.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=_?_.prototype:void 0,Mt=xt?xt.valueOf:void 0;const jt=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=Et),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var l=Ct(a(t),a(e),o,s,r,c);return c.delete(t),l;case"[object Symbol]":if(Mt)return Mt.call(t)==Mt.call(e)}return!1};const Ot=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const Rt=Array.isArray;const Vt=function(t,e,n){var o=e(t);return Rt(t)?o:Ot(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 Lt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const Bt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Kt=function(t){return null!=t&&"object"==typeof t};const zt=function(t){return Kt(t)&&"[object Arguments]"==O(t)};var Ut=Object.prototype,Ft=Ut.hasOwnProperty,Wt=Ut.propertyIsEnumerable;const Ht=zt(function(){return arguments}())?zt:function(t){return Kt(t)&&Ft.call(t,"callee")&&!Wt.call(t,"callee")};const qt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Jt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=Jt&&Jt.exports===Xt?I.Buffer:void 0;const Yt=(Gt?Gt.isBuffer:void 0)||qt;var Zt=/^(?:0|[1-9]\d*)$/;const Qt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Zt.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 Kt(t)&&$t(t.length)&&!!te[O(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&&k.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=Rt(t),o=!n&&Ht(t),s=!n&&!o&&Yt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?Bt(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)||Qt(h,a))||c.push(h);return c};var le=Object.prototype;const de=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||le)};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(!de(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 be=function(t){return ve(t)?ue(t):ge(t)};const ke=function(t){return Vt(t,be,Lt)};var we=Object.prototype.hasOwnProperty;const Ie=function(t,e,n,o,s,r){var i=1&n,c=ke(t),a=c.length;if(a!=ke(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 l=r.get(t),d=r.get(e);if(l&&d)return l==e&&d==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 b=t.constructor,k=e.constructor;b==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof k&&k instanceof k||(m=!1)}return r.delete(t),r.delete(e),m};const _e=J(I,"DataView");const ye=J(I,"Promise");const Ce=J(I,"Set");const Ae=J(I,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Me="[object WeakMap]",je="[object DataView]",Oe=B(_e),Re=B(G),Ve=B(ye),Ne=B(Ce),Se=B(Ae),De=O;(_e&&De(new _e(new ArrayBuffer(1)))!=je||G&&De(new G)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=xe||Ae&&De(new Ae)!=Me)&&(De=function(t){var e=O(t),n="[object Object]"==e?t.constructor:void 0,o=n?B(n):"";if(o)switch(o){case Oe:return je;case Re:return Te;case Ve:return Ee;case Ne:return xe;case Se:return Me}return e});const Pe=De;var Le="[object Arguments]",Be="[object Array]",Ke="[object Object]",ze=Object.prototype.hasOwnProperty;const Ue=function(t,e,n,o,s,r){var i=Rt(t),c=Rt(e),a=i?Be:Pe(t),h=c?Be:Pe(e),u=(a=a==Le?Ke:a)==Ke,l=(h=h==Le?Ke:h)==Ke,d=a==h;if(d&&Yt(t)){if(!Yt(e))return!1;i=!0,u=!1}if(d&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):jt(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&ze.call(t,"__wrapped__"),p=l&&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!!d&&(r||(r=new vt),Ie(t,e,n,o,s,r))};const Fe=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Kt(e)&&!Kt(n)?e!=e&&n!=n:Ue(e,n,o,s,t,r))};const We=function(t,e){return Fe(t,e)};const He=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=J(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 Je=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var o=t[e];Je.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):Ge(n,c,a)}return n};const Ze=function(t,e){return t&&Ye(e,be(e),t)};const Qe=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(!R(t))return Qe(t);var e=de(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?I.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,Lt(t),e)};const ln=me(Object.getPrototypeOf,Object);const dn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ot(e,Lt(t)),t=ln(t);return e}:St;const mn=function(t,e){return Ye(t,dn(t),e)};const pn=function(t){return Vt(t,en,dn)};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 bn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var kn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,kn.exec(t));return e.lastIndex=t.lastIndex,e};var In=_?_.prototype:void 0,_n=In?In.valueOf:void 0;const yn=function(t){return _n?Object(_n.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 bn(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 En=function(){function t(){}return function(e){if(!R(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||de(t)?{}:En(ln(t))};const Mn=function(t){return Kt(t)&&"[object Map]"==Pe(t)};var jn=ie&&ie.isMap;const On=jn?ne(jn):Mn;const Rn=function(t){return Kt(t)&&"[object Set]"==Pe(t)};var Vn=ie&&ie.isSet;const Nn=Vn?ne(Vn):Rn;var Sn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Ln={};Ln[Sn]=Ln["[object Array]"]=Ln["[object ArrayBuffer]"]=Ln["[object DataView]"]=Ln["[object Boolean]"]=Ln["[object Date]"]=Ln["[object Float32Array]"]=Ln["[object Float64Array]"]=Ln["[object Int8Array]"]=Ln["[object Int16Array]"]=Ln["[object Int32Array]"]=Ln["[object Map]"]=Ln["[object Number]"]=Ln[Pn]=Ln["[object RegExp]"]=Ln["[object Set]"]=Ln["[object String]"]=Ln["[object Symbol]"]=Ln["[object Uint8Array]"]=Ln["[object Uint8ClampedArray]"]=Ln["[object Uint16Array]"]=Ln["[object Uint32Array]"]=!0,Ln["[object Error]"]=Ln[Dn]=Ln["[object WeakMap]"]=!1;const Bn=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(!R(e))return e;var l=Rt(e);if(l){if(c=gn(e),!a)return hn(e,c)}else{var d=Pe(e),m=d==Dn||"[object GeneratorFunction]"==d;if(Yt(e))return an(e,a);if(d==Pn||d==Sn||m&&!r){if(c=h||m?{}:xn(e),!a)return h?mn(e,nn(c,e)):un(e,Ze(c,e))}else{if(!Ln[d])return r?e:{};c=An(e,d,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))})):On(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=l?void 0:(u?h?pn:ke:h?en:be)(e);return He(f||e,(function(s,r){f&&(s=e[r=s]),Ge(c,r,t(s,n,o,r,e,i))})),c};const Kn=function(t){return Bn(t,5)};const zn=function(t){return"symbol"==typeof t||Kt(t)&&"[object Symbol]"==O(t)};var Un=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fn=/^\w*$/;const Wn=function(t,e){if(Rt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!zn(t))||(Fn.test(t)||!Un.test(t)||null!=e&&t in Object(e))};function Hn(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(Hn.Cache||pt),n}Hn.Cache=pt;const qn=Hn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Jn=/\\(\\)?/g;const Gn=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(Jn,"$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 Zn=_?_.prototype:void 0,Qn=Zn?Zn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Rt(e))return Yn(e,t)+"";if(zn(e))return Qn?Qn.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 Rt(t)?t:Wn(t,e)?[t]:Gn(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(!R(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=R(u)?u:Qt(e[s+1])?[]:{})}Ge(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)};var lo=mo;function mo(t,e){var n=fo();return(mo=function(t,e){return n[t-=155]})(t,e)}!function(t,e){for(var n=mo,o=t();;)try{if(814608===-parseInt(n(168))/1*(-parseInt(n(182))/2)+-parseInt(n(185))/3*(-parseInt(n(166))/4)+-parseInt(n(183))/5*(-parseInt(n(171))/6)+-parseInt(n(169))/7*(parseInt(n(173))/8)+-parseInt(n(176))/9+parseInt(n(165))/10+parseInt(n(162))/11*(parseInt(n(184))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(fo);class po extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(161)]=t,this[n(161)][n(187)]=!0,this[n(160)]=e,this[n(159)](e,n(164),(()=>this[n(178)]())),this[n(159)](e,n(177),(()=>this[n(175)]())),this[n(159)](e,n(180),(()=>this[n(156)]())),this[n(159)](e,n(163),(()=>this[n(186)]())),this[n(159)](e,n(158),((t,e)=>this[n(158)](e))),this[n(159)](e,n(155),((t,e,o)=>this[n(155)](e,o))),this[n(159)](e,n(181),((t,e)=>this[n(181)](e)))}[lo(178)](){var t=lo;this[t(161)][t(178)]()}[lo(175)](){var t=lo;this[t(161)][t(175)]()}[lo(156)](){var t=lo;this[t(161)][t(174)]||this[t(161)][t(156)]()}[lo(186)](){var t=lo;this[t(161)][t(174)]&&this[t(161)][t(186)]()}[lo(158)](t){var e=lo;this[e(161)][e(158)]({content:t,authorId:this[e(160)][e(170)].id})}[lo(155)](t,e){var n=lo;this[n(161)][n(157)](t)[n(167)]({content:e})}[lo(181)](t){var e=lo;this[e(161)][e(157)](t)[e(175)]()}[lo(179)](){var t=lo;this[t(172)](),this[t(161)][t(187)]=!1}}function fo(){var t=["_localUser","612VzGEwG","stopListening","11530472ElPGdq","isResolved","remove","14030685NFVbTd","removeCommentThread","submit","destroy","resolveCommentThread","removeComment","344ciEgMq","305IaXSlG","336BlEugK","14052hVhHKW","reopen","_isAttached","updateComment","resolve","getComment","addComment","listenTo","view","model","196196HbjUAJ","reopenCommentThread","submitCommentThread","15484320jDqCKZ","728PInbTI","update","5281XnwJoL","7McAhHv"];return(fo=function(){return t})()}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 bo(t,e){const n=wo();return(bo=function(t,e){return n[t-=424]})(t,e)}const ko=bo;function wo(){const t=["comment","presentation","_createVoiceLabel","setTemplate","ck-reset","304NOdwhp","5006254XbHfWa","main","10tLzFVc","div","714249TyYCnH","uiLanguage","cke-editor__aria-label_","element","53814KjBraV","_voiceLabelView","85Ddxhhb","ck-editor__main","extendTemplate","add","text","ck-rounded-corners","uiLanguageDirection","84014yHsXwn","7OxGuvC","Comment editor","10929zJjwds","ck-comment__input","createCollection","ck-editor__aria-label_","224016nEerfx","ck-voice-label","1827768IuAanq","editable","focus","render","ck-editor"];return(wo=function(){return t})()}!function(t,e){const n=bo,o=t();for(;;)try{if(204896===parseInt(n(424))/1+-parseInt(n(454))/2+-parseInt(n(457))/3*(parseInt(n(436))/4)+parseInt(n(447))/5*(parseInt(n(445))/6)+parseInt(n(455))/7*(-parseInt(n(426))/8)+-parseInt(n(441))/9*(parseInt(n(439))/10)+parseInt(n(437))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(wo);class Io extends go.EditorUIView{constructor(t,n){const o=bo;super(t);const s=(0,e.uid)();this[o(438)]=this[o(459)](),this[o(427)]=new go.InlineEditableUIView(t,n),this[o(446)]=this[o(433)](s,t),this[o(434)]({tag:o(440),attributes:{class:[o(435),o(430),o(452),o(458)],role:o(431),dir:t[o(453)],lang:t[o(442)],"aria-labelledby":o(443)+s},children:[this[o(446)],{tag:o(440),attributes:{class:o(448),role:o(432)},children:this[o(438)]}]})}[ko(429)](){const t=ko;super[t(429)](),this[t(438)][t(450)](this[t(427)])}[ko(428)](){const t=ko;this[t(427)][t(444)][t(428)]()}[ko(433)](t,e){const n=ko,o=new go.LabelView;return o[n(451)]=vo(e,n(456)),o[n(449)]({attributes:{id:n(460)+t,class:n(425)}}),o}}function _o(t,e){const n=Co();return(_o=function(t,e){return n[t-=206]})(t,e)}const yo=_o;function Co(){const t=["focusTracker","1299698JorfGg","isFocused","locale","4814447XscKiK","getRoot","element","160764mmSIhT","document","editor","view","9BZcjTs","setEditableElement","130xbuvGo","195bNbTNu","2869825fjiVer","2650352lcSyKt","3265052EEnONV","3taGzeP","bind","render","ready","destroy","init","11801736DkbEzy","rootName","editing","name","attachDomRoot","fire","editable"];return(Co=function(){return t})()}!function(t,e){const n=_o,o=t();for(;;)try{if(835169===parseInt(n(228))/1+-parseInt(n(213))/2*(-parseInt(n(214))/3)+parseInt(n(212))/4+parseInt(n(210))/5*(parseInt(n(234))/6)+parseInt(n(211))/7+parseInt(n(220))/8*(parseInt(n(207))/9)+-parseInt(n(209))/10*(parseInt(n(231))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=_o;super(t),this[e(206)]=new Io(t[e(230)],t[e(222)][e(206)])}get[yo(233)](){const t=yo;return this[t(206)][t(233)]}[yo(219)](){const t=yo,e=this[t(236)][t(222)][t(206)],n=this[t(206)][t(226)],o=e[t(235)][t(232)]();n[t(223)]=o[t(221)],this[t(206)][t(216)]();const s=n[t(233)];this[t(208)](n[t(223)],s),this[t(206)][t(226)][t(215)](t(229)).to(this[t(227)]),e[t(224)](s),this[t(225)](t(217))}[yo(218)](){const t=yo;super[t(218)](),this[t(206)][t(218)]()}}var To=n(783),Eo=n(331),xo=n(507),Mo=n(727),jo=n(834),Oo=n(251),Ro=n(179);const Vo=No;function No(t,e){const n=So();return(No=function(t,e){return n[t-=342]})(t,e)}function So(){const t=["editing","model","assign","fire","plugins","defaultPlugins","createRoot","placeholderElement","getRoot","initPlugins","set","view","3552mgeiWz","_updatePlaceholder","initialData","25671qUKzFf","change","init","setSelection","data","childCount","document","getChild","9rtUoVE","25foYNES","create","then","change:placeholder","3248690iXzjwY","ready","low","focus","14539AkKjfg","destroy","554028cjuCCJ","name","414374PpMxUY","config","get","12069673rJWFqj","placeholder","1031874bmEQKl","end","150JURtZQ"];return(So=function(){return t})()}!function(t,e){const n=No,o=t();for(;;)try{if(487299===parseInt(n(354))/1+-parseInt(n(361))/2*(parseInt(n(377))/3)+-parseInt(n(352))/4*(-parseInt(n(342))/5)+parseInt(n(359))/6+parseInt(n(350))/7*(-parseInt(n(374))/8)+parseInt(n(385))/9*(-parseInt(n(346))/10)+parseInt(n(357))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(So);const Do=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Mo.SelectAll,jo.Typing,Oo.Undo,Ro.Paragraph];class Po extends((0,e.ObservableMixin)((0,t.DataApiMixin)(t.Editor))){constructor(t={}){const e=No;(t=Object[e(364)]({},t))[e(366)]||(t[e(366)]=Po[e(367)]),super(t),this.ui=new Ao(this),this[e(372)](e(358),""),this[e(363)][e(383)].on(e(378),(()=>this[e(375)]()),{priority:e(348)}),this.on(e(345),(()=>this[e(375)]())),this[e(363)][e(383)][e(368)]()}[Vo(343)](){const t=Vo,e=this[t(355)][t(356)](t(376))||"";return this[t(371)]()[t(344)]((()=>this.ui[t(379)]()))[t(344)]((()=>this[t(381)][t(379)](e)))[t(344)]((()=>this[t(365)](t(347))))}[Vo(351)](){const t=Vo;return super[t(351)]()[t(344)]((()=>this.ui[t(351)]()))}[Vo(349)](){const t=Vo;this[t(363)][t(378)]((e=>{const n=t,o=this[n(363)][n(383)][n(370)](),s=o&&o[n(384)](o[n(382)]-1);e[n(380)](s,n(360)),this[n(362)][n(373)][n(349)]()}))}[Vo(375)](){const t=Vo,e=this[t(362)][t(373)],n=e[t(383)][t(370)](),o=n[t(384)](0);n[t(382)]>1||!o||"p"!=o[t(353)]?this[t(369)]&&this[t(369)][t(358)]&&((0,To.disablePlaceholder)(e,this[t(369)]),this[t(369)]=void 0):(this[t(358)]&&(o[t(358)]=this[t(358)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(369)]=o)}}Po[Vo(367)]=Do;const Lo=Po;function Bo(){const t=["TOO_LONG_COMMENT_ALERT","Reply...","ck-comment__input-wrapper","shift + tab","insertBefore","31556ndLRAk","bind","ck-comment__input-actions--submit","focus","value","create","execute","editorDestroyed","_initializeFocusCycling","withText","placeholder","extendTemplate","Cancel","ck-comment__input-actions--cancel","325035NHaWIq","722946XLjNnt","disabledSubmit","10639026RIdvRO","forEach","focusPrevious","div","setTemplate","createEditor","submitLabel","high","editorReady","add","_editorCreationPromise","getData","stop","6ftWxxK","model","set","_createCancelButton","label","Reply","ck-comment__input-actions--active","submitButtonView","ck-comment__input-actions","document","trim","_isDestroyed","Esc","setData","keystrokes","bindTemplate","5433656utNDtm","tab","395171PqOjIT","initialData","destroy","change","cancel","then","length","low","element","showButtons","firstChild","focusNext","render","focusTracker","submit","22yvLcsK","14467tPCISg","cancelButtonView","isEnabled","view","editor","listenTo","fire","_createSubmitButton","_editorConfig"];return(Bo=function(){return t})()}const Ko=zo;function zo(t,e){const n=Bo();return(zo=function(t,e){return n[t-=104]})(t,e)}!function(t,e){const n=zo,o=t();for(;;)try{if(404619===parseInt(n(170))/1*(parseInt(n(169))/2)+-parseInt(n(121))/3+-parseInt(n(106))/4+parseInt(n(120))/5*(-parseInt(n(136))/6)+parseInt(n(154))/7+-parseInt(n(152))/8+parseInt(n(123))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Bo);class Uo extends go.View{constructor(t,n={}){const o=zo;super(t),this[o(174)]=null,this[o(178)]=n,this[o(150)]=new e.KeystrokeHandler,this[o(167)]=new e.FocusTracker,this[o(138)](o(110),n[o(155)]||""),this[o(138)](o(122),!1),this[o(138)](o(163),!0),this[o(138)](o(116),vo(t,o(180))),this[o(138)](o(129),vo(t,o(141))),this[o(143)]=this[o(177)](),this[o(171)]=this[o(139)](),this[o(127)]({tag:o(126),attributes:{class:[o(181)]},children:[{tag:o(126),attributes:{class:[o(144),this[o(151)].if(o(163),o(142))]},children:[this[o(143)],this[o(171)]]}]}),this[o(150)][o(138)](o(148),((t,e)=>{const n=o;this[n(171)][n(176)](n(112)),e()})),this.on(o(168),((e,n)=>{const s=o;n[s(160)]>65e3?(alert(vo(t,s(179),[n[s(160)],65e3])),e[s(135)]()):this[s(174)][s(149)]("")}),{priority:o(130)})}[Ko(166)](){const t=Ko;super[t(166)](),this[t(150)][t(175)](this[t(162)]),this[t(167)][t(132)](this[t(162)])}[Ko(128)](){const t=Ko;return this[t(174)]||(this[t(174)]=new Lo(this[t(178)]),this[t(133)]=this[t(174)][t(111)]()[t(159)]((()=>{const e=t;if(this[e(147)])return;const n=this[e(174)];this[e(162)][e(105)](n.ui[e(162)],this[e(162)][e(164)]),n[e(137)][e(145)].on(e(157),(()=>this[e(110)]=n[e(134)]())),n[e(107)](e(116)).to(this),this[e(114)](this[e(174)]),this[e(176)](e(131),this[e(174)])}))),this[t(133)]}[Ko(109)](){const t=Ko;this[t(174)]&&this[t(174)][t(109)]()}async[Ko(156)](){const t=Ko;this[t(147)]||(this[t(147)]=!0,this[t(174)]&&(await this[t(133)],await this[t(174)][t(156)](),this[t(176)](t(113),this[t(174)])),await super[t(156)]())}[Ko(177)](){const t=Ko,{locale:e}=this,n=new go.ButtonView(e);return n[t(117)]({attributes:{class:[t(108)]}}),n[t(115)]=!0,n[t(107)](t(140)).to(this,t(129)),n.on(t(112),(()=>{const e=t;this[e(176)](e(168),this[e(110)])})),n[t(107)](t(172)).to(this,t(110),this,t(122),((e,n)=>!n&&!!e[t(146)]())),n}[Ko(139)](){const t=Ko,{locale:e}=this,n=new go.ButtonView(e);return n[t(117)]({attributes:{class:[t(119)]}}),n[t(140)]=vo(e,t(118)),n[t(115)]=!0,n.on(t(112),(()=>{const e=t;this[e(174)][e(149)](""),this[e(176)](e(158))})),n}[Ko(114)](t){const e=Ko,n=this[e(167)],o=new go.ViewCollection;[t.ui[e(173)],this[e(143)],this[e(171)]][e(124)]((t=>{const s=e;o[s(132)](t),n[s(132)](t[s(162)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(150)][e(138)](e(153),((t,n)=>{s[e(165)](),n()}),{priority:e(161)}),this[e(150)][e(138)](e(104),((t,n)=>{s[e(125)](),n()}),{priority:e(161)})}}var Fo=Ho;function Wo(){var t=["editor","showInput","editorReady","bindTemplate","extendTemplate","15434pDwqAU","value","change:showInput","606221VpavtT","ck-thread__input","commentInputView","2teJwoj","ck-thread__user","editorDestroyed","focusTracker","5754XOnVpK","then","createEditor","2885NlAgOA","isFocused","set","delegate","ck-comment__input-container--active","276153BguXxP","12180584VWuTZi","3123694iLOFzp","userView","68iWoLbR","setTemplate","ck-comment__input-container","bind","div","430hCfAKK","showButtons","5044221DDjJyA","destroy"];return(Wo=function(){return t})()}function Ho(t,e){var n=Wo();return(Ho=function(t,e){return n[t-=158]})(t,e)}!function(t,e){for(var n=Ho,o=t();;)try{if(826953===-parseInt(n(167))/1*(parseInt(n(161))/2)+-parseInt(n(179))/3*(parseInt(n(183))/4)+parseInt(n(174))/5*(parseInt(n(171))/6)+parseInt(n(181))/7+-parseInt(n(180))/8+parseInt(n(190))/9+-parseInt(n(188))/10*(-parseInt(n(164))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Wo);class qo extends go.View{constructor(t,e,n){var o=Ho;super(t),this[o(166)]=new Uo(t,n),this[o(166)][o(186)](o(189)).to(this[o(166)][o(170)],o(175),this[o(166)],o(162),((t,e)=>t||!!e)),this[o(176)](o(193),!1),this.on(o(163),(()=>{var t=o;this[t(193)]&&!this[t(166)][t(192)]&&this[t(166)][t(173)]()})),this[o(166)][o(177)](o(158)).to(this),this[o(166)][o(177)](o(169)).to(this),this[o(182)]=new s.UserView(t,e),this[o(182)][o(160)]({attributes:{class:o(168)}}),this[o(166)][o(160)]({attributes:{class:o(165)}}),this[o(184)]({tag:o(187),attributes:{class:[o(185),this[o(159)].if(o(193),o(178))]},children:[this[o(182)],this[o(166)]]})}[Fo(191)](){var t=Fo;return this[t(166)][t(191)]()[t(172)]((()=>super[t(191)]()))}}function Xo(t,e){const n=Go();return(Xo=function(t,e){return n[t-=242]})(t,e)}!function(t,e){const n=Xo,o=t();for(;;)try{if(803510===parseInt(n(245))/1+-parseInt(n(244))/2+-parseInt(n(257))/3+-parseInt(n(250))/4*(-parseInt(n(246))/5)+-parseInt(n(249))/6*(parseInt(n(242))/7)+-parseInt(n(254))/8+-parseInt(n(255))/9*(-parseInt(n(253))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Go);class Jo extends go.View{constructor(t){const e=Xo;super(t);const n=this[e(247)];this[e(252)](e(251),void 0),this[e(243)]({tag:"li",attributes:{class:e(256)},children:[{text:n.to(e(251),(n=>vo(t,e(248),n)))}]})}}function Go(){const t=["5SWXsvP","bindTemplate","NUMBER_OF_COMMENTS","2364108JNosfH","1640596ZHTLOw","count","set","10ybaYLC","1139664EsQvwJ","6519357secyTU","ck-thread__comment-count","1616604kKMHVa","7NbWfJa","setTemplate","411986NxqEPf","950325qvQQzp"];return(Go=function(){return t})()}const Yo=Zo;function Zo(t,e){const n=Qo();return(Zo=function(t,e){return n[t-=487]})(t,e)}function Qo(){const t=["editorConfig","7CIDOjy","CommentView","collapse","get","authoredAt","editorReady","maxThreadTotalWeight","insert","stopListening","remove","visibleViews","_rearrangeCollapse","createCollection","ck-thread__comments","length","162uDIjkk","69016eyLqND","weight","commentUpdated","resolveCommentThread","bind","editorDestroyed","_findOptimalIndex","380680KJzmgt","delete","2116NQSdiV","123310lIRLBy","_config","692332vMjmZd","_handleNewCommentModel","equal","577986acMSYp","Marked as resolved","set","formatDateTime","element","resolvedAt","refreshVisibleViews","_calculatePosition","expand","from","updateComment","_rearrangeExpand","render","count","resolved","_collapsedCommentsView","isActive","change:isResolved","maxCommentsWhenCollapsed","viewUid","_handleInfoComment","_handleRemoveCommentModel","maxCommentCharsWhenCollapsed","_shouldCollapse","isEditMode","resolvedCommentView","change:isActive","_updateHasDirtyComment","removeComment","some","change:hasDirtyComment","_model","focus","hasDirtyComment","locale","147390DaUYWk","comments","change:isEditMode","destroy","add","resolvedBy","commentViews","setTemplate","delegate","listenTo"];return(Qo=function(){return t})()}!function(t,e){const n=Zo,o=t();for(;;)try{if(113374===-parseInt(n(545))/1+-parseInt(n(543))/2+parseInt(n(509))/3+parseInt(n(548))/4+parseInt(n(546))/5+-parseInt(n(551))/6*(parseInt(n(520))/7)+parseInt(n(536))/8*(parseInt(n(535))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Qo);class $o extends go.View{constructor(t,e,n){const o=Zo;super(t),this[o(553)](o(507),!1),this[o(553)](o(534),e[o(510)][o(534)]),this[o(553)](o(490),!1),this[o(505)]=e,this[o(547)]=n,this[o(515)]=this[o(532)](),this[o(530)]=this[o(532)](),this[o(499)]=null,this[o(489)]=new Jo(t),this[o(489)][o(540)](o(487)).to(this,o(534),(t=>t-this[o(547)][o(492)]));for(const t of e[o(510)])this[o(549)](t);this[o(494)](),this[o(518)](e[o(510)],o(513),((t,e)=>{const n=o,s=this[n(558)](e);this[n(534)]++,this[n(549)](e,s),this[n(557)]()})),this[o(518)](e[o(510)],o(529),((t,e)=>{const n=o;this[n(534)]--,this[n(495)](e),this[n(557)]()})),this[o(518)](e,o(538),(()=>this[o(557)]())),this[o(518)](e,o(491),(()=>this[o(494)]())),this.on(o(500),(()=>this[o(557)]())),this.on(o(504),(()=>this[o(557)]())),this[o(516)]({tag:"ul",attributes:{class:[o(533)]},children:this[o(530)]})}get[Yo(497)](){const t=Yo;return this[t(505)][t(537)]>this[t(547)][t(526)]&&!this[t(490)]&&!this[t(507)]}[Yo(563)](){const t=Yo;super[t(563)](),this[t(557)]()}[Yo(506)](){const t=Yo;this[t(555)][t(506)]()}[Yo(512)](){const t=Yo;this[t(489)][t(512)]();for(const e of this[t(515)])e[t(512)]();super[t(512)]()}[Yo(557)](){const t=Yo;this[t(497)]?this[t(531)]():this[t(562)]()}[Yo(549)](t,e){const n=Yo,o=new(this[n(547)][n(521)])(this[n(508)],t,{maxCommentCharsWhenCollapsed:this[n(547)][n(496)],formatDateTime:this[n(547)][n(554)],editorConfig:this[n(547)][n(519)]});o[n(493)]=t.id,o[n(517)](n(502)).to(this),o[n(517)](n(561)).to(this),o[n(517)](n(539)).to(this),o[n(517)](n(525)).to(this),o[n(517)](n(541)).to(this),this[n(518)](o,n(511),(()=>this[n(501)]())),this[n(515)][n(513)](o,e)}[Yo(558)](t){const e=Yo,n=this[e(505)][e(542)](t);return this[e(499)]?this[e(499)][e(524)]>t[e(524)]?n-1:n:n-1}[Yo(494)](){const t=Yo;if(this[t(505)][t(514)]&&this[t(505)][t(556)]){const e={id:t(488),author:this[t(505)][t(514)],authoredAt:this[t(505)][t(556)],content:vo(this[t(508)],t(552)),attributes:{}};this[t(499)]=new(this[t(547)][t(521)])(this[t(508)],e,{maxCommentCharsWhenCollapsed:this[t(547)][t(496)],formatDateTime:this[t(547)][t(554)],editorConfig:this[t(547)][t(519)],isSystemComment:!0}),this[t(515)][t(513)](this[t(499)],this[t(505)][t(542)](e))}else this[t(499)]&&(this[t(515)][t(529)](this[t(499)]),this[t(499)][t(512)](),this[t(499)]=null);this[t(557)]()}[Yo(495)](t){const e=Yo,n=this[e(515)][e(529)](t.id);this[e(528)](n),n[e(498)]&&this[e(501)](),n[e(512)]()}[Yo(501)](){const t=Yo;this[t(507)]=Array[t(560)](this[t(515)])[t(503)]((e=>e[t(498)]))}[Yo(531)](){const t=Yo,n=function(t){const n=Zo,o=new e.Collection;for(const e of t)o[n(513)](e);return o}(this[t(515)]),o=this[t(489)][t(487)];for(let e=1;e<=o;e++)n[t(529)](1);for(const e of n)e[t(522)]();o>0&&n[t(513)](this[t(489)],1),ts((0,e.diff)(Array[t(560)](this[t(530)]),Array[t(560)](n)),this[t(530)],n)}[Yo(562)](){const t=Yo;ts((0,e.diff)(Array[t(560)](this[t(530)]),Array[t(560)](this[t(515)])),this[t(530)],this[t(515)]);for(const e of this[t(530)])e[t(559)]()}}function ts(t,e,n){const o=Yo;let s=0;for(const r of t)switch(r){case o(527):e[o(513)](n[o(523)](s),s),s++;break;case o(544):e[o(529)](s);break;case o(550):s++}}const es=ns;function ns(t,e){const n=os();return(ns=function(t,e){return n[t-=399]})(t,e)}!function(t,e){const n=ns,o=t();for(;;)try{if(662595===parseInt(n(440))/1*(-parseInt(n(449))/2)+parseInt(n(414))/3+parseInt(n(429))/4*(parseInt(n(437))/5)+-parseInt(n(431))/6+-parseInt(n(419))/7*(-parseInt(n(412))/8)+-parseInt(n(456))/9+parseInt(n(441))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(os);function os(){const t=["fire","label","10018256DulbxB","ck-thread__header","1430178CHlgSU","contextValue","render","isReadOnly","querySelector","7oCVwbP","context","offsetWidth","length","_createReopenButton","value","scrollWidth","isVisible","Comment was made on an element",".ck-context__value","27428jEFelR","ck-context-wrapper","3214674DnbWzW","hasContext","listenTo","_trimContextValue","Reopen",".ck-context","15rfIAZo","_model","div","626KPBjzF","12164180doaHvv","span","isResolvable","...","locale","tooltip","bindTemplate","mouseleave","3898UaGMno","ck-context","execute","overlay","reopenButtonView","element","icon","4927941NmZrhq","ck-context--quotes","remove","ck-context__value","substring","_attachContextActions","lastIndexOf","classList","add","isEnabled","mouseenter","bind","setTemplate","isResolved","ck-annotation__actions","reopenCommentThread"];return(os=function(){return t})()}class ss extends go.View{constructor(t,e){const n=ns;super(t);const o=this[n(447)];this[n(438)]=e,this[n(453)]=this[n(423)](),this[n(405)](n(432)).to(this[n(438)],n(420),(t=>!!t)),this[n(405)](n(415)).to(this[n(438)],n(420),(t=>t&&t[n(424)]?this[n(434)](t[n(424)]):vo(this[n(445)],n(427)))),this[n(406)]({tag:n(439),attributes:{class:[n(413)]},children:[{tag:n(439),attributes:{class:[n(430)]},children:[{tag:n(439),attributes:{class:[n(450),o.if(n(432),n(457))]},children:[{tag:n(442),attributes:{class:[n(459)]},children:[{text:o.to(n(415))}]}]}]},{tag:n(439),attributes:{class:[n(408)]},children:[this[n(453)]]}]})}[es(416)](){const t=es;super[t(416)](),this[t(399)]()}[es(423)](){const t=es,e=new go.ButtonView(this[t(445)]);return e[t(411)]=vo(this[t(445)],t(435)),e[t(446)]=vo(this[t(445)],t(435)),e[t(455)]='<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(405)](t(403)).to(this[t(438)],t(417),(t=>!t)),e[t(405)](t(426)).to(this[t(438)],t(443),this[t(438)],t(407),((t,e)=>t&&e)),e.on(t(451),(()=>{const e=t;this[e(410)](e(409),this[e(438)].id)})),e}[es(434)](t){const e=es;if(t[e(422)]<150)return t;const n=t[e(400)](" ",147);return t[e(460)](0,n>-1?n:147)+e(444)}[es(399)](){const t=es,e=this[t(454)][t(418)](t(436)),n=e[t(418)](t(428));this[t(433)](e,t(404),(()=>{const o=t;n[o(421)]<n[o(425)]&&e[o(401)][o(402)](o(452))})),this[t(433)](e,t(448),(()=>{const n=t;e[n(401)][n(458)](n(452))}))}}const rs=is;function is(t,e){const n=cs();return(is=function(t,e){return n[t-=486]})(t,e)}function cs(){const t=["Reply","31656GIzENH","assign","isResolvable","value","change:isActive","commentThreadHeaderView","showInput","disabledSubmit","hasDirtyComment","_createCommentThreadInputView","delegate","isResolved","Reply...","editorReady","bind","4851bhZcVz","CommentView","stop","isReadOnly","139945GCZeUX","archivedAt","_localUser","Reply to reopen discussion...","cancel","commentThreadInputView","set","removeCommentThread","placeholder","unlinkedAt","fire","editorDestroyed","4203296fcdkIS","element","reopenCommentThread","289836CGTbjj","resolveCommentThread","canComment","removeComment","68707MrmATb","listenTo","isDirty","submitLabel","focus","editorConfig","isActive","Write a comment...","3991162HsDidF","_model","submitCommentThread","addComment","isUnlinked","locale","destroy","isSubmitted","submit","_config","commentsListView","Comment","60ogsMKs","commentInputView","2020342MLeHVA","updateComment","length"];return(cs=function(){return t})()}!function(t,e){const n=is,o=t();for(;;)try{if(612909===-parseInt(n(548))/1+parseInt(n(506))/2+-parseInt(n(544))/3+parseInt(n(541))/4+parseInt(n(529))/5*(parseInt(n(504))/6)+parseInt(n(492))/7+parseInt(n(510))/8*(-parseInt(n(525))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(cs);class as extends go.View{constructor(t,e,n,o){const s=is;super(t),this[s(535)](s(490),!1),this[s(535)](s(486),!1),this[s(493)]=e,this[s(531)]=n,this[s(501)]=o,this[s(515)]=new ss(t,e),this[s(515)][s(520)](s(543)).to(this),this[s(549)](this,s(543),(()=>{this[s(488)]()})),this[s(502)]=new $o(t,e,Object[s(511)]({CommentView:this[s(501)][s(526)]},o)),this[s(502)][s(520)](s(547)).to(this),this[s(502)][s(520)](s(507)).to(this),this[s(502)][s(520)](s(545)).to(this),this[s(502)][s(520)](s(523)).to(this),this[s(502)][s(520)](s(540)).to(this),this[s(502)][s(524)](s(490)).to(this),this[s(549)](this,s(545),(()=>{this[s(488)]()})),this[s(535)](s(508),this[s(502)][s(508)]),this[s(524)](s(508)).to(this[s(502)],s(508)),this[s(534)]=this[s(519)](),this[s(534)][s(520)](s(523)).to(this),this[s(534)][s(520)](s(540)).to(this),this.on(s(547),(()=>this[s(488)]())),this[s(524)](s(486)).to(this[s(502)],s(518),this[s(534)][s(505)],s(513),((t,e)=>t||!!e)),this[s(524)](s(496)).to(e,s(538),(t=>!!t))}[rs(488)](){const t=rs;this[t(542)][t(488)]()}async[rs(498)](){const t=rs;this[t(486)]=!1,this[t(502)][t(498)](),await this[t(534)][t(498)](),super[t(498)]()}[rs(519)](){const t=rs,e=new qo(this[t(497)],this[t(531)],this[t(501)][t(489)]),n=e[t(505)];return e[t(524)](t(516)).to(this,t(490),this[t(493)],t(528),this[t(493)],t(546),this[t(493)],t(530),n,t(513),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(524)](t(537)).to(this,t(508),this[t(493)],t(512),this[t(493)],t(521),((e,n,o)=>{const s=t;let r;return r=s(o&&n?532:e?522:491),vo(this[s(497)],r)})),n[t(524)](t(487)).to(this,t(508),(e=>vo(this[t(497)],t(e?509:503)))),n.on(t(500),((e,n)=>{const o=t;this[o(539)](o(495),n),this[o(493)][o(521)]&&this[o(493)][o(512)]&&this[o(539)](o(543),this[o(493)].id),this[o(493)][o(499)]||this[o(539)](o(494))})),n.on(t(533),(()=>{this[t(488)]()})),n[t(524)](t(517)).to(this[t(493)],t(528)),n.on(t(533),(e=>{const n=t;0==this[n(508)]&&(this[n(539)](n(536)),e[n(527)]())})),this.on(t(514),((e,o,s)=>{const r=t;s||this[r(508)]||n[r(513)]||this[r(539)](r(536))})),e}}function hs(){const t=["Write a comment...","label","locale","then","isVisible","bindTemplate","7lmgfBX","stop","49904nYwUGJ","Delete comment thread?","resolveCommentThread","isActive","bind","icon","tooltip","setTemplate","ck-thread__container","6078120ptKgJW","commentThreadHeaderView","createCollection","getTemplate","_boundFirstCommentView","removeCommentThread","4424481EAONdB","check","commentViews","archivedAt","actionIndicator","remove","_model","element","showConfirm","710938uVoCYr","_cancelAllConfirms","div","set","ck-thread--remove-confirmation","get","isReadOnly","5mDfhet","high","commentsListView","ck-comment--resolve","addMany","ck-thread--","add","isEnabled","commentThreadInputView","execute","_createResolveButton","removeButton","containerElement","extendTemplate","isUnlinked","ck-thread--active","length","_bindFirstCommentView","1474372MwlmdS","1938696QmcuEo","2436920WSPcpA","ck-reset_all-excluded","commentThreadChildren","render","fire","unbind","has",".ck-thread__container","actionBar","isConfirm","cancelConfirm","change:isReadOnly","10LSFalP","listenTo","resolveButton","isResolved","change:isActive","Resolve","isResolvable","placeholder","isSystemComment","ck-thread--unlinked","change:archivedAt","querySelector","ck-thread"];return(hs=function(){return t})()}const us=ls;function ls(t,e){const n=hs();return(ls=function(t,e){return n[t-=338]})(t,e)}!function(t,e){const n=ls,o=t();for(;;)try{if(924689===parseInt(n(417))/1+parseInt(n(393))/2+parseInt(n(359))/3+parseInt(n(358))/4*(parseInt(n(340))/5)+-parseInt(n(402))/6*(parseInt(n(391))/7)+-parseInt(n(360))/8+-parseInt(n(408))/9*(-parseInt(n(372))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hs);class ds extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=ls;super(t,e,n,o),this[s(362)]=this[s(404)](),this[s(362)][s(344)]([this[s(342)],this[s(348)]]),this[s(414)][s(411)]&&this[s(362)][s(346)](this[s(403)],0),this[s(414)].on(s(382),((t,e,n)=>{const o=s;n?this[o(362)][o(366)](this[o(403)])||this[o(362)][o(346)](this[o(403)],0):this[o(362)][o(413)](this[o(403)])})),this[s(420)](s(412),null),this[s(352)]=null,this[s(406)]=null,this[s(387)]=t,this[s(374)]=this[s(350)](),this[s(400)](this[s(405)]()),this.on(s(376),((t,e,n)=>{n||this[s(418)]()})),this[s(373)](this[s(414)],s(371),((t,e,n)=>{n&&this[s(418)]()})),this[s(356)]>0&&this[s(357)](),this[s(373)](this[s(342)][s(410)],s(346),(()=>{this[s(357)]()}))}[us(405)](){const t=us,e=this[t(390)];return{tag:t(419),attributes:{class:[t(384),t(361),e.if(t(396),t(355)),e.if(t(354),t(381)),e.if(t(369),t(421)),e.to(t(412),(e=>e?t(345)+e:""))],"data-thread-id":this[t(414)].id,tabindex:-1},children:[{tag:t(419),attributes:{class:t(401)},children:this[t(362)]}]}}[us(363)](){const t=us;super[t(363)](),this[t(352)]=this[t(415)][t(383)](t(367))}[us(418)](){const t=us;this[t(370)]();for(const e of this[t(342)][t(410)])e[t(370)]()}[us(357)](){const t=us,{locale:e}=this,n=this[t(342)][t(410)][t(338)](0);n===this[t(406)]||n[t(380)]||(this[t(406)]=n,this[t(365)](t(412)),this[t(397)](t(412)).to(n,t(412),(e=>t(413)===e?t(413):null)),n[t(379)]=vo(e,t(385)),n[t(351)].on(t(349),(n=>{const o=t;n[o(392)](),this[o(416)](vo(e,o(394)),this[o(352)])[o(388)]((()=>{const t=o;this[t(364)](t(407))}))}),{priority:t(341)}),n[t(368)][t(346)](this[t(374)],0))}[us(350)](){const e=us,n=new go.ButtonView(this[e(387)]);return n[e(386)]=vo(this[e(387)],e(377)),n[e(399)]=vo(this[e(387)],e(377)),n[e(398)]=t.icons[e(409)],n[e(353)]({attributes:{class:e(343)}}),n[e(397)](e(347)).to(this[e(414)],e(339),(t=>!t)),n[e(397)](e(389)).to(this[e(414)],e(378),this[e(414)],e(375),((t,e)=>t&&!e)),n.on(e(349),(()=>{const t=e;this[t(364)](t(395),this[t(414)].id)})),n}}function ms(t,e){var n=ps();return(ms=function(t,e){return n[t-=333]})(t,e)}function ps(){var t=["element","13688790YIByIR","324151flfLPq","render","content","change:content","7LLCnHO","ck-comment__content","div","3150414PPaLtx","6980WjEmvX","ck-annotation__content","3171295uqLpdy","318XbPMPS","63480HyqjkI","161558sydTnt","setTemplate","set","innerHTML","711nktbDq"];return(ps=function(){return t})()}var fs=ms;!function(t,e){for(var n=ms,o=t();;)try{if(412864===-parseInt(n(336))/1+-parseInt(n(349))/2+-parseInt(n(347))/3*(-parseInt(n(344))/4)+-parseInt(n(346))/5+-parseInt(n(343))/6*(-parseInt(n(340))/7)+parseInt(n(348))/8*(-parseInt(n(333))/9)+parseInt(n(335))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ps);class gs extends go.View{constructor(t){var e=ms;super(t),this[e(351)](e(338),""),this[e(350)]({tag:e(342),attributes:{class:[e(341),e(345)]}})}[fs(337)](){var t=fs;super[t(337)](),this.on(t(339),((e,n,o)=>{var s=t;this[s(334)][s(352)]=o})),this[t(334)][t(352)]=this[t(338)]}}const vs=bs;function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=211]})(t,e)}function ks(){const t=["once","set","value","content","cancel","editorConfig","editorDestroyed","28GQhafJ","_model","expand","245096PLHJCp","locale","switchToEditMode","add","disabledSubmit","updateComment","maxCommentCharsWhenCollapsed","remove","createEditor","bind","initialData","element","_createCommentContentView","isCollapsed","isReadOnly","focus","1554399kimUSD","1929995tRKmPc","switchToDisplayMode","createCollection","1070634uRDuih","10yBCAPT","delegate","100848jWWMlJ","submit","38085pSTaMe","6xGVyvu","visibleView","isEditMode","isSystemComment","fire","Save","destroy","10292447tXGWoM","editorReady","_createCommentInputView","get","submitLabel","_config","collapse","20QemOVx"];return(ks=function(){return t})()}!function(t,e){const n=bs,o=t();for(;;)try{if(318271===parseInt(n(219))/1+parseInt(n(216))/2+-parseInt(n(221))/3*(parseInt(n(236))/4)+parseInt(n(213))/5*(parseInt(n(222))/6)+parseInt(n(244))/7*(parseInt(n(247))/8)+parseInt(n(212))/9+-parseInt(n(217))/10*(parseInt(n(229))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ks);class ws extends go.View{constructor(t,e,n){const o=bs;super(t),this[o(245)]=e,this[o(234)]=n,this[o(225)]=!!this[o(234)][o(225)],this[o(238)](o(224),!1),this[o(238)](o(260),!0),this[o(223)]=this[o(215)](),this[o(223)][o(250)](this[o(259)]())}[vs(246)](){this[vs(260)]=!1}[vs(235)](){const t=vs;this[t(224)]||(this[t(260)]=!0)}[vs(211)](){const t=vs;this[t(258)][t(211)]()}async[vs(228)](){const t=vs;await this[t(223)][t(232)](0)[t(228)](),super[t(228)]()}[vs(249)](){const t=vs;this[t(224)]||(this[t(224)]=!0,this[t(223)][t(254)](0)[t(228)](),this[t(223)][t(250)](this[t(231)]()))}[vs(214)](){const t=vs;this[t(224)]&&(this[t(224)]=!1,this[t(223)][t(254)](0)[t(228)](),this[t(223)][t(250)](this[t(259)]()))}[vs(259)](){const t=vs,e=new gs(this[t(248)]);return e[t(256)](t(240)).to(this[t(245)],t(240),this,t(260),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(234)][t(253)]}):e)),e}[vs(231)](){const t=vs;this[t(234)][t(242)]||(this[t(234)][t(242)]={}),this[t(234)][t(242)][t(257)]=this[t(245)][t(240)];const e=new Uo(this[t(248)],this[t(234)][t(242)]);return e[t(239)]=this[t(245)][t(240)],e[t(256)](t(251)).to(this[t(245)],t(261)),e[t(233)]=vo(this[t(248)],t(227)),e.on(t(220),((e,n)=>{const o=t;this[o(226)](o(252),this[o(245)].id,n),this[o(214)](),this[o(211)]()})),e.on(t(241),(()=>{const e=t;this[e(214)](),this[e(211)]()})),e[t(237)](t(230),(()=>{e[t(211)]()})),e[t(255)](),e[t(218)](t(230)).to(this),e[t(218)](t(243)).to(this),e}}const Is=_s;function _s(t,e){const n=ys();return(_s=function(t,e){return n[t-=434]})(t,e)}function ys(){const t=["8725688INXHNA","change:isRemovable","creator","3353481jJvtTR","ck-annotation__content-wrapper","isVisible","_model","ck-comment--remove-confirmation","_createCommentInputView","locale","2622164SKSsIo","createCollection","EXTERNAL_COMMENT","ck-comment__actions","icon","isExternal","_config","316586YKIMze","removeButton","setTemplate","26iZMKhO","pencil","Edit","actionBar","_attachActions","label","ck-comment--info","7QHIRKq","panelView","fire","1752gtTQat","change:isVisible","EXTERNAL_AVATAR","length","actionIndicator","author","visibleView","importWord","isReadOnly","div","120XRfkWi","isRemovable","ck-comment","ck-comment__info-name","resolvedAt","3MNuSYo","focus","children","userView","ck-annotation__actions","ck-comment__info","ck-annotation__info","_createDropdown","ck-annotation","getTemplate","element","render","name","_createEditButton","Delete comment?","Show more items","EXTERNAL_IMPORT_WORD_AVATAR","_createRemoveButton","getUserViewNotificationText","1192730qDlGQy","ck-annotation__user","ck-comment__wrapper","then","blur","withText","items","buttonView","ck-comment__external","placeholder","ck-annotation__info-name","isEditable","mouseenter","set","push","bind","ck-comment--remove","1eYOxGD","bindTemplate","19645iAoNrF","isEditMode","ck-annotation__info-time","change:isEnabled","editButton","span","ck-annotation__actions--hidden","source","edit","ck-comment__main","cancelConfirm","addMany","remove","ck-comment__info-time","isEnabled","getExternalCommentNote","ck-annotation__main","execute","time","ck-comment--","panelPosition","isConfirm","@external","Reply...","removeComment","30OSgUwY","ck-comment__user","dropdown","attributes","ck-comment__actions--hidden","showConfirm","formatDateTime","ck-comment--edit","mouseleave","isSystemComment","threeVerticalDots","23294936Nyewho","extendTemplate","listenTo","authoredAt","some","Remove","EXTERNAL_IMPORT_WORD_COMMENT","switchToEditMode","add"];return(ys=function(){return t})()}!function(t,e){const n=_s,o=t();for(;;)try{if(685030===-parseInt(n(479))/1*(-parseInt(n(543))/2)+parseInt(n(443))/3*(-parseInt(n(536))/4)+parseInt(n(481))/5*(parseInt(n(556))/6)+parseInt(n(553))/7*(-parseInt(n(526))/8)+-parseInt(n(529))/9*(parseInt(n(506))/10)+-parseInt(n(462))/11*(parseInt(n(438))/12)+-parseInt(n(546))/13*(-parseInt(n(517))/14))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ys);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=_s;super(t,e,n),this[o(475)](o(560),null),this[o(475)](o(471),vo(t,o(504))),this[o(477)](o(520)).to(e),this[o(477)](o(442)).to(e),this[o(549)]=this[o(537)](),this[o(515)]||(this[o(485)]=this[o(456)](),this[o(544)]=this[o(460)](),this[o(468)]=this[o(537)](),this[o(468)][o(492)]([this[o(485)],this[o(544)]]),this[o(508)]=this[o(450)](),this[o(549)][o(525)](this[o(508)])),this[o(446)]=new s.UserView(t,e[o(561)],this[o(461)]()),this[o(446)][o(518)]({attributes:{class:[o(507),o(463)]}}),this[o(519)](e,o(527),(()=>this[o(491)]())),this[o(545)](this[o(452)]())}[Is(452)](){const t=Is,e=this[t(480)],n=[{tag:t(437),attributes:{class:[t(448),t(449)]},children:[{tag:t(486),children:[{text:this[t(446)][t(455)]}],attributes:{class:[t(441),t(472)]}},{tag:t(499),attributes:{datetime:e.to(t(520)),class:[t(494),t(483)]},children:[{text:e.to(t(520),(e=>this[t(542)][t(512)](e)))}]}]},{tag:t(437),attributes:{class:[t(539),t(447),e.if(t(482),t(510)),e.if(t(482),t(487))]},children:this[t(549)]},{tag:t(437),attributes:{class:[t(530)]},children:this[t(434)]}];return this[t(532)][t(541)]&&n[t(476)]({tag:t(437),attributes:{class:[t(470)]},children:[{text:this[t(496)]()}]}),{tag:"li",attributes:{class:[t(464),e.if(t(502),t(533))],tabindex:-1},children:[{tag:t(437),attributes:{class:[t(440),t(451),e.if(t(482),t(513)),e.if(t(515),t(552)),e.to(t(560),(e=>e?t(500)+e:""))],"data-author-id":this[t(532)][t(561)].id,"data-comment-id":this[t(532)].id},children:[this[t(446)],{tag:t(437),attributes:{class:[t(490),t(497)]},children:n}]}]}}[Is(456)](){const e=Is,n=new go.ButtonView(this[e(535)]);return n[e(551)]=vo(this[e(535)],e(548)),n[e(540)]=t.icons[e(547)],n[e(467)]=!0,n[e(518)]({attributes:{class:e(513)}}),n[e(477)](e(495)).to(this[e(532)],e(436),(t=>!t)),n[e(477)](e(531)).to(this[e(532)],e(473)),n.on(e(498),(()=>this[e(524)]())),n}[Is(460)](){const t=Is,e=new go.ButtonView(this[t(535)]);return e[t(551)]=vo(this[t(535)],t(522)),e[t(540)]='\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(467)]=!0,e[t(518)]({attributes:{class:t(478)}}),e[t(477)](t(495)).to(this[t(532)],t(436),(t=>!t)),e[t(477)](t(531)).to(this[t(532)],t(439)),e.on(t(498),(()=>{const e=t;this[e(511)](vo(this[e(535)],e(457)),this[e(453)])[e(465)]((()=>{const t=e;this[t(555)](t(505),this[t(532)].id)}))})),e}[Is(450)](){const e=Is,n=(0,go.createDropdown)(this[e(535)]),o=n[e(554)][e(445)],s=new go.ListView(this[e(535)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(535)]);i[r(445)][r(525)](t);const c=o>-1?o:s[r(468)][r(559)];s[r(468)][r(525)](i,c),n[r(519)](t,r(484),(()=>{const t=r;n[t(495)]=[...this[t(468)]][t(521)]((e=>e[t(495)]))})),n[r(519)](t,r(557),(()=>{const t=r;n[t(469)][t(531)]=[...this[t(468)]][t(521)]((e=>e[t(531)]))}))};n[e(501)]="sw",n[e(469)][e(475)]({label:vo(this[e(535)],e(458)),icon:t.icons[e(516)]}),n[e(495)]=[...this[e(468)]][e(521)]((t=>t[e(495)])),n[e(469)][e(531)]=[...this[e(468)]][e(521)]((t=>t[e(531)]));for(const t of this[e(468)])r(t);return o[e(525)](s),n[e(519)](this[e(468)],e(525),((t,e,n)=>{r(e,n)})),n[e(519)](this[e(468)],e(493),((t,n,o)=>{const r=e;s[r(468)][r(493)](o)})),n}[Is(550)](t,e){const n=Is,o=t&&t[n(453)];o&&(this[n(519)](o,n(474),(()=>this[n(560)]=e)),this[n(519)](o,n(444),(()=>this[n(560)]=e)),this[n(519)](o,n(514),(()=>this[n(560)]=null)),this[n(519)](o,n(466),(()=>this[n(560)]=null)))}[Is(534)](){const t=Is,e=super[t(534)]();return e[t(477)](t(471)).to(this),e}[Is(496)](){const t=Is;return t(435)===this[t(532)][t(509)][t(503)][t(488)]?vo(this[t(535)],t(523)):vo(this[t(535)],t(538))}[Is(461)](){const t=Is;return this[t(532)][t(541)]?t(435)===this[t(532)][t(509)][t(503)][t(488)]?vo(this[t(535)],t(459),this[t(532)][t(528)][t(455)]):vo(this[t(535)],t(558),this[t(532)][t(528)][t(455)]):null}[Is(454)](){const t=Is;super[t(454)](),this[t(550)](this[t(485)],t(489)),this[t(550)](this[t(544)],t(493))}}var As=n(673),Ts=n.n(As),Es=n(554),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Es.A,xs);Es.A.locals;var Ms=n(306),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ms.A,js);Ms.A.locals;var Os=n(980),Rs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Os.A,Rs);Os.A.locals;const Vs=function(){return I.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 Ls=/^[-+]0x[0-9a-f]+$/i,Bs=/^0b[01]+$/i,Ks=/^0o[0-7]+$/i,zs=parseInt;const Us=function(t){if("number"==typeof t)return t;if(zn(t))return NaN;if(R(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=R(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=Bs.test(t);return n||Ks.test(t)?zs(t.slice(2),n?2:8):Ls.test(t)?NaN:+t};var Fs=Math.max,Ws=Math.min;const Hs=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,l=!1,d=!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||l&&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 l?Ws(n,r-(t-h)):n}(t))}function g(t){return c=void 0,d&&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(l)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Us(e)||0,R(n)&&(u=!!n.leading,r=(l="maxWait"in n)?Fs(Us(n.maxWait)||0,e):r,d="trailing"in n?!!n.trailing:d),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 R(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Hs(t,e,{leading:o,maxWait:e,trailing:s})};function Xs(t,e){const n=Gs();return(Xs=function(t,e){return n[t-=428]})(t,e)}function Js(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Xs;for(const o of t)(n(436)==o[n(438)]&&n(431)==o[n(440)]||n(435)==o[n(438)]||n(443)==o[n(438)])&&e()}));return{attach(t){n[Xs(445)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Xs;n[t(437)](),e[t(444)]()}}}function Gs(){const t=["16176tkWtSD","1pdFbPt","characterData","cancel","observe","4587065OmxtcY","2652PglCIM","676146OTnDQg","class","2094087hvAKUV","16955109IKeKhZ","2122324EoGhhf","childList","attributes","disconnect","type","6776getykc","attributeName"];return(Gs=function(){return t})()}!function(t,e){const n=Xs,o=t();for(;;)try{if(501785===parseInt(n(442))/1*(parseInt(n(430))/2)+-parseInt(n(432))/3+-parseInt(n(434))/4+-parseInt(n(428))/5+-parseInt(n(429))/6*(-parseInt(n(439))/7)+-parseInt(n(441))/8+parseInt(n(433))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Gs);var Ys=n(438),Zs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ys.A,Zs);Ys.A.locals;const Qs=tr;function $s(){const t=["length","height","1708272vnEgXx","_mutationObserver","keystrokes","140199ByeNGU","attach","listenTo","element","mainView","focusTracker","render","setTemplate","content","set","_updateHeight","ck-rounded-corners","destroy","5799663CASoGr","36IeCoXx","createCollection","div","detach","add","isActive","Esc","type","7vOMsVw","isDirty","clear","334120VJvXBT","159584ndIFeQ","55820MxSsvb","88xXASWq","targetRect","ck-annotation-wrapper--active","138679thEAeB","ck-annotation-wrapper","clientHeight","focus","2ytmcgB","bindTemplate","fire"];return($s=function(){return t})()}function tr(t,e){const n=$s();return(tr=function(t,e){return n[t-=300]})(t,e)}!function(t,e){const n=tr,o=t();for(;;)try{if(961087===parseInt(n(317))/1*(parseInt(n(321))/2)+parseInt(n(329))/3*(parseInt(n(300))/4)+parseInt(n(311))/5+-parseInt(n(326))/6*(parseInt(n(308))/7)+parseInt(n(312))/8+parseInt(n(342))/9+-parseInt(n(313))/10*(parseInt(n(314))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}($s);class er extends go.View{constructor(t,n){const o=tr;super(t),this.id=(0,e.uid)(),this[o(334)]=new e.FocusTracker,this[o(328)]=new e.KeystrokeHandler,this[o(328)][o(338)](o(306),((t,e)=>this[o(323)](o(306),e))),this[o(338)](o(315),{top:0,right:0,bottom:0,left:0}),this[o(338)](o(325),0),this[o(338)](o(305),!1),this[o(338)](o(309),!1),this[o(338)](o(324),0),this[o(338)](o(307),""),this[o(327)]=Js((()=>this[o(339)]())),this[o(337)]=this[o(301)](),this[o(337)][o(304)](n),this[o(333)]=n;const s=this[o(322)];this[o(336)]({tag:o(302),attributes:{class:["ck",o(318),o(340),s.if(o(305),o(316))],tabindex:-1},children:this[o(337)]})}[Qs(335)](){const t=Qs;super[t(335)](),this[t(334)][t(304)](this[t(332)]),this[t(328)][t(331)](this[t(332)]),this[t(327)][t(330)](this[t(332)])}[Qs(341)](){const t=Qs;this[t(337)][t(310)](),this[t(328)][t(341)](),this[t(334)][t(341)](),this[t(327)][t(303)](),super[t(341)]()}[Qs(320)](){const t=Qs;this[t(332)][t(320)]()}[Qs(339)](){const t=Qs,e=this[t(332)][t(319)];e&&(this[t(325)]=e)}}const nr=sr;function or(){const t=["mainView","length","object","focusableElements","item","offsetParent","183378IInrUW","every","isActive","set","render","isArray","_id","16DImUDg","add","getClientRects","updateTargetRect","element","1178744XnviCy","2808585tFJkQD","stopListening","targetRect","filter","2325745StQadH","370724yoaimU","_getNormalizedTarget","refreshVisibility","annotation-invalid-target","nodeType","focusTracker","view","isVisible","function","_target","remove","_type","234831jUdkLE","target","type","246MThLsx","74991aWYWRc","_assertCorrectTarget","destroy","innerView","clear"];return(or=function(){return t})()}function sr(t,e){const n=or();return(sr=function(t,e){return n[t-=369]})(t,e)}!function(t,e){const n=sr,o=t();for(;;)try{if(284475===-parseInt(n(403))/1+-parseInt(n(376))/2+parseInt(n(388))/3+parseInt(n(370))/4+parseInt(n(375))/5+-parseInt(n(391))/6*(-parseInt(n(392))/7)+-parseInt(n(410))/8*(parseInt(n(371))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(or);class rr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=sr;super(),this[r(382)]=t,this[r(382)][r(369)]||this[r(382)][r(407)](),this[r(387)]=o,this[r(385)]=n,rr[r(393)](this[r(377)]()),this[r(400)]=new e.Collection([this[r(382)][r(369)]],{idProperty:r(409)}),this[r(400)].on(r(411),((t,e)=>{const n=r;this[n(382)][n(381)][n(411)](e)})),this[r(400)].on(r(386),((t,e)=>{const n=r;this[n(382)][n(381)][n(386)](e)})),this[r(406)](r(383),s)}get[nr(390)](){const t=nr;return t(384)==typeof this[t(387)]?this[t(387)]():this[t(387)]}get[nr(395)](){const t=nr;return this[t(382)][t(397)]}get[nr(389)](){const t=nr,e=this[t(377)]();return rr[t(393)](e),e}get[nr(373)](){const t=nr,n=this[t(389)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(374)]((e=>function(e){const n=t;if(e[n(402)])return!0;return!!e[n(412)]()[n(401)](0)}(e)));return 0===o[t(398)]?null:new e.Rect(o[0][t(412)]()[t(401)](0))}get[nr(405)](){const t=nr;return this[t(382)][t(405)]}set[nr(405)](t){const e=nr;this[e(382)][e(405)]=t,this[e(382)][e(397)][e(405)]=t}[nr(413)](){const t=nr;this[t(382)][t(373)]=this[t(373)]}[nr(394)](){const t=nr;this[t(400)][t(372)](),this[t(400)][t(396)](),this[t(372)]()}[nr(378)](){const t=nr;this[t(383)]=!!this[t(373)]}static[nr(393)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(408)](t)&&t[n(404)]((t=>ir(t)))))throw new e.CKEditorError(n(379),null,{target:t})}[nr(377)](){const t=nr,e=t(384)==typeof this[t(385)]?this[t(385)]():this[t(385)];return ir(e)?[e]:e}}function ir(t){const e=nr;return null!==t&&e(399)==typeof t&&e(380)in t&&1===t[e(380)]}const cr=ar;function ar(t,e){const n=lr();return(ar=function(t,e){return n[t-=482]})(t,e)}!function(t,e){const n=ar,o=t();for(;;)try{if(499699===parseInt(n(524))/1*(parseInt(n(509))/2)+parseInt(n(492))/3*(parseInt(n(496))/4)+-parseInt(n(487))/5*(parseInt(n(517))/6)+-parseInt(n(522))/7+parseInt(n(498))/8+parseInt(n(528))/9+parseInt(n(516))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(lr);class hr extends e.Collection{constructor(t=[]){const n=ar;super(),this[n(519)]=new Map,this[n(511)]=new Map,this[n(506)]=new e.FocusTracker,this[n(506)].on(n(483),((t,e,o)=>{const s=n;o||this[s(526)](s(512))}));for(const e of t)this[n(491)](e)}get[cr(525)](){const t=cr;return this[t(506)][t(525)]}[cr(491)](t){const n=cr;if(this[n(518)](t))throw new e.CKEditorError(n(508),null);this[n(519)][n(521)](t[n(523)],t),this[n(511)][n(521)](t[n(495)],t);for(const e of t[n(486)])this[n(506)][n(491)](e);this[n(500)](t[n(486)],n(491),((t,e)=>{const o=n;this[o(506)][o(491)](e)})),this[n(500)](t[n(486)],n(493),((t,e)=>{const o=n;this[o(506)][o(493)](e)})),this[n(500)](t[n(495)][n(499)],n(483),((e,o,s)=>{const r=n;s&&this[r(526)](r(482),t)})),t[n(510)]();const o=this[n(501)](t[n(495)][n(515)]);return super[n(491)](t,o)}[cr(493)](t){const n=cr;if(!this[n(518)](t))throw new e.CKEditorError(n(502),null);this[n(507)](t[n(495)][n(499)]),this[n(507)](t[n(486)]);for(const e of t[n(486)])this[n(506)][n(493)](e);return this[n(511)][n(503)](t[n(495)]),this[n(519)][n(503)](t[n(523)]),super[n(493)](t)}[cr(504)](t){const e=cr;return this[e(519)][e(484)](t)}[cr(497)](t){const e=cr;return this[e(511)][e(484)](t)}[cr(513)](){const t=cr;super[t(488)](),this[t(507)](),this[t(519)][t(488)](),this[t(511)][t(488)](),this[t(506)][t(513)]()}[cr(527)](){const t=cr;for(const e of this)e[t(510)]();this[t(485)]()}[cr(485)](){const t=cr,e=Array[t(494)](this)[t(520)](((e,n)=>ur(e[t(495)][t(515)],n[t(495)][t(515)])));for(let n=e[t(505)]-1;n>0;n--){const o=e[n];n!==this[t(489)](o)&&(this[t(493)](o),this[t(491)](o))}}[cr(501)](t){const e=cr;let n=0;if(!t)return this[e(505)];for(const o of this){const s=o[e(495)][e(515)];if(s){if(ur(t,s)<0)return n;n++}}return n}}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(514)]-e[n(514)];return 0==o?t[n(490)]-e[n(490)]:o}function lr(){const t=["2440IjeGIA","clear","getIndex","left","add","548601xMZvdH","remove","from","view","8aAiqWb","getByView","629064tmKgbn","focusTracker","listenTo","_getOrderInContent","annotationcollection-not-existing-item","delete","getByInnerView","length","_focusTracker","stopListening","annotationcollection-duplicated-item","2mZEBDt","updateTargetRect","_viewToAnnotation","blur","destroy","top","targetRect","6899440umPsze","3318KnneYK","has","_innerViewToAnnotation","sort","set","5879909pvEfgj","innerView","3039HvkJZV","isFocused","fire","refreshPositioning","4249800YIlLLi","focus","change:isFocused","get","_sort","focusableElements"];return(lr=function(){return t})()}const dr=mr;function mr(t,e){const n=fr();return(mr=function(t,e){return n[t-=338]})(t,e)}!function(t,e){const n=mr,o=t();for(;;)try{if(532956===-parseInt(n(361))/1*(-parseInt(n(376))/2)+parseInt(n(378))/3*(parseInt(n(365))/4)+parseInt(n(357))/5*(parseInt(n(340))/6)+-parseInt(n(350))/7+-parseInt(n(360))/8+parseInt(n(372))/9+-parseInt(n(359))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(fr);class pr extends t.ContextPlugin{static get[dr(349)](){return dr(343)}constructor(t){const e=dr;super(t),this[e(355)]=new hr,this[e(374)]=new hr,this[e(366)](e(367),new Set),this[e(379)]()}[dr(345)](t){const e=dr;this[e(355)][e(345)](t)}[dr(346)](t){const e=dr;this[e(355)][e(346)](t),t[e(339)]()}[dr(369)](){const t=dr;for(const e of this[t(355)])e[t(369)]()}[dr(371)](){const t=dr;this[t(374)][t(371)]()}[dr(348)](t){const e=dr;return this[e(355)][e(348)](t)}[dr(353)](){const t=dr;this[t(354)](t(351))}[dr(339)](){const t=dr;for(const e of this[t(355)])e[t(339)]();this[t(374)][t(339)](),this[t(355)][t(339)](),super[t(339)]()}[dr(342)](t){const e=dr;this[e(354)](e(373),t)}[dr(370)](t){return new rr(t)}[dr(341)](t,e){return new er(t,e)}[dr(347)](t){const e=dr,n=new Set(this[e(367)]);n[e(345)](t),this[e(367)]=n}[dr(356)](t){const e=dr,n=new Set(this[e(367)]);n[e(362)](t),this[e(367)]=n}[dr(379)](){const t=dr,e=this[t(355)],n=this[t(374)];function o(e){const o=t,s=e[o(338)];s[o(358)]&&!n[o(344)](s)?n[o(345)](s):!s[o(358)]&&n[o(344)](s)&&n[o(346)](s),s[o(364)][o(377)][o(346)](s[o(364)][o(352)]),s[o(364)][o(377)][o(345)](s[o(364)][o(352)])}this[t(363)](e,t(345),((e,s)=>{const r=t;s[r(358)]&&n[r(345)](s),this[r(363)](s,r(375),o)})),this[t(363)](e,t(346),((e,s)=>{const r=t;n[r(344)](s)&&n[r(346)](s),this[r(368)](s,r(375),o)}))}}function fr(){const t=["has","add","remove","_addActiveAnnotation","getByInnerView","pluginName","830928zKNoQY","_deactivateAllAnnotations","element","deactivateAll","fire","collection","_removeActiveAnnotation","5IJJuLP","isVisible","6640030RUEsVy","2640384OplWxH","1pyAAfG","delete","listenTo","view","313652mwLrmq","set","activeAnnotations","stopListening","refreshVisibility","createAnnotation","refreshPositioning","9583182rEtHJj","_activateAnnotation","_visibleAnnotations","change:isVisible","142162MwfvJH","focusTracker","3fnmhRf","_bindAnnotationsToVisibleAnnotations","source","destroy","2588514MrPDNd","createAnnotationView","activate","Annotations"];return(fr=function(){return t})()}const gr=vr;function vr(t,e){const n=br();return(vr=function(t,e){return n[t-=348]})(t,e)}function br(){const t=["get","body","_threads","commentsrepository-missing-comment-thread","once","_unbindEditors","isSubmitted","focusableElements","commentsrepository-get-comment-invalid-id","set","getUser","focusTracker","_createNewComment","canComment","2449932emxqcO","comments.editorConfig","commentsrepository-update-missing-comment","attachTo","find","commentInputView","warn","adapter","_resolveCommentThread","change:activeAnnotations","textContent","change:_readOnlyChannels","commentsrepository-add-comment-internal-error","plugins","define","string","updateCommentThread","setAttribute","authoredAt","change:isDirty","_removeCommentThread","getComment","authorName","CommentView","isRemovable","fromCharCode","lowest","innerView","getRevision","archivedAt","addUser","push","_updateCommentThread","_attachCommentThread","isNaN","then","6500PqZXvU","18704970ODPvaA","admin","commentUpdated","function","max","licenseKey","remove","getCommentThread","assign","isResolvable","isDirty","commentsrepository-missing-target","config","view","modifyAll","commentsrepository-invalid-comment-authorid","hasCommentThread","reduce","commentsrepository-add-comment-user-not-exists","isReadOnly","trim","commentsrepository-remove-missing-comment-thread","delete","refreshVisibility","author","CommentThreadView","_threadToController","isResolved","commentsrepository-remove-comment-missing-comment-thread","commentsrepository-duplicated-comment-thread-id","_viewToController","activeCommentThread","creator","requires","1838625yfTwRW","unlinkedAt","comments.copyMarkers","values","commentThreadInputView","getTime","commentsrepository-invalid-commentid","_adapter","3202236yxPFVr","commentsrepository-update-comment-internal-error","map","commentsrepository-remove-missing-comment","toJSON","comment","commentsrepository-invalid-comment-content","getEarlierVisibleRevision","noChannel","type","update","commentsrepository-fetch-comment-thread","createdAt","CommentsRepository","_isAttached","div","createElement","setActiveCommentThread","afterInit","filter","commentsrepository-update-comment-invalid-content","commentsrepository-active-not-attached","submit","_addCommentThread","comments.CommentView","_reopenCommentThread","channelId","forbiddenHandler","deactivateAll","setContext","bind","addCommentThread","resolvedBy","editorReady","_updateActiveAnnotation","resolvedAt","7566808EZdkab","41874NWXtzf","comments","commentsrepository-missing-thread-and-adapter","resolve","locale","isEditable","change:_permissions","getPermissions","_getExternalAuthor","commentsrepository-active-missing-comment-thread","@external","_remove","from","init","_updateComment","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","commentsrepository-missing-thread-and-adapter-method","_isSubmitted","getCommentThreads","comments.maxCommentsWhenCollapsed","fetchCommentThread","removeAttribute","_readOnlyChannels","fire","content","commentsrepository-reopen-comment-thread-internal-error","_repository","PendingActions","model","isFromAdapter","editor","removeComment","write","658sChkOc","createCommentThreadController","add","openNewCommentThread","320aZeUHa","commentsrepository-add-comment-to-missing-comment-thread","_update","reopenCommentThread","_detachCommentThread","commentsrepository-reopen-comment-thread","editorDestroyed","commentsrepository-attach-missing-comment-thread","_bindAnnotationToEditors","commentsrepository-resolved-comment-thread","_createCommentThreadView","_findOptimalIndex","isExternal","_hasTargetInContent","comments.CommentThreadView","_permissions","commentsrepository-update-comment-thread-internal-error","isAttached","commentsrepository-update-comment-missing-comment-thread","weight","context","updateComment","has","external:","comments.maxThreadTotalWeight","listenTo","commentsrepository-resolve-comment-thread-internal-error","catch","join","attributes","bodyCollectionContainer","threadId","commentsrepository-adapter-already-set","reopen","_submitCommentThread","stopListening","commentsrepository-remove-comment-internal-error","_addComment","resolveCommentThread","commentId","isActive","pluginName","innerHTML","setUnlinkedAt","addComment","commentsrepository-invalid-comment-thread-id","destroy","getByInnerView","_add","highest","getIndex","comments.maxCommentCharsWhenCollapsed","commentsrepository-remove-comment-thread-internal-error","_removeComment","length","_removeActiveAnnotation","error","setPermissions","PENDING_ACTION_COMMENT_THREAD","change:authoredAt","switchReadOnly","removeCommentThread","submitCommentThread","activate","commentsrepository-add-comment-thread-internal-error","focus"];return(br=function(){return t})()}!function(t,e){const n=vr,o=t();for(;;)try{if(592587===-parseInt(n(540))/1*(parseInt(n(424))/2)+-parseInt(n(350))/3+-parseInt(n(504))/4+-parseInt(n(575))/5+parseInt(n(387))/6*(parseInt(n(420))/7)+parseInt(n(386))/8+parseInt(n(541))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(br);const kr=Symbol(gr(358)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Ir extends t.ContextPlugin{static get[gr(574)](){return[pr,t.PendingActions,s.Users]}static get[gr(465)](){return gr(363)}constructor(t){const e=gr;super(t),this[e(492)]=new Map,this[e(567)]=new Map,this[e(571)]=new Map,this[e(499)](e(409),new Set),this[e(499)](e(439),new Map),this[e(546)]=this[e(444)][e(553)][e(490)](e(546));const n=this[e(444)][e(553)];n[e(518)](e(406),2),n[e(518)](e(448),500),n[e(518)](e(475),140),n[e(518)](e(438),ds),n[e(518)](e(374),Cs),n[e(490)](e(505))||console[e(510)](e(402))}[gr(400)](){const t=gr,e=this[t(444)][t(517)][t(490)](pr);this[t(499)](t(572),null),this.on(t(381),((e,n)=>this[t(373)](n))),this.on(t(486),((e,n)=>this[t(458)](n))),this.on(t(462),((e,n)=>this[t(512)](n))),this.on(t(462),((e,n)=>this[t(384)](n)),{priority:t(530)}),this.on(t(427),((e,n)=>this[t(375)](n))),this.on(t(427),((e,n)=>this[t(384)](n)),{priority:t(530)}),this.on(t(485),((e,n)=>this[t(524)](n))),this.on(t(520),((e,n)=>this[t(536)](n))),this.on(t(520),((e,n)=>this[t(384)](n)),{priority:t(530)}),this.on(t(468),((e,n)=>this[t(461)](n))),this.on(t(445),((e,n)=>this[t(401)](n))),this.on(t(418),((e,n)=>this[t(477)](n))),this.on(t(468),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(548)](n),i=r&&this[s(567)][s(490)](r);i&&i[s(554)][s(489)]()}),{priority:t(530)}),this[t(449)](e,t(513),((e,n,o)=>{const s=t,r=Array[s(399)](o)[s(352)]((t=>this[s(571)][s(490)](t[s(531)])))[s(369)](Boolean)[0];this[s(572)]=r?r[s(415)]:null}))}[gr(368)](){!function(e){function n(t){const e=vr;return t[e(352)]((t=>String[e(529)](t)))[e(452)]("")}(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=l(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,d=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])][d]<<24,d+=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,l=0;for(;l<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[l],u[t-i][a]=r[l++],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,d(r)),t[e]^=i[c++];return t;function l(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 d(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=l(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])}];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(l,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(l,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 b(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 b(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(),b(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?o:s}function h(){const t=l;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])]=_,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])]=_,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,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])]=_,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])]=_)}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(532)](0),i=s[o(357)](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(539)]((()=>e()))}}))}C(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(l,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[k()]=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(l,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(538)](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(l,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(l,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(l,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(538)](Number(e))&&window[e]===c)return!0;return!1}()?b(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 b(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])],l=n([99,111,110,116,101,120,116])in e?e[o(444)]:e[o(417)],d=n([52,48,52,56,48,56,50,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=l[o(553)][o(490)](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(l,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(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(l,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(l,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(l,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(l,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(l,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)?b(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(377)]&&s[t[e(377)]]()}(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(d)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?b(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])]?b(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])):b(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])):b(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 b(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(l instanceof t.Context){const t=l;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),b(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])||I(s)}))}else{const t=l;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])&&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&&(I(t),b(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 b(t){const e=k();return l[e]=t,t}function k(){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])])I(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])]=_}function I(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=_,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=_,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 _(){return null}function y(){return!window[n([68,114,117,112,97,108])]||!C(l,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(l,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(511)](t){const n=gr;if(this[n(349)])throw new e.CKEditorError(n(456));this[n(349)]=t}get[gr(511)](){return this[gr(349)]}[gr(381)]({channelId:t=kr,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:l=!1,isFromAdapter:d=!1}={}){const m=gr;return this[m(410)](Cr(m(381),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:d,isResolvable:u,isSubmitted:l}),this[m(548)](n)}[gr(423)]({channelId:t=kr,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(409)][i(446)](t)||this[i(409)][i(446)](void 0))return null;if(!o)throw new e.CKEditorError(i(552));const c=this[i(381)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(567)][i(490)](c),h=a[i(554)][i(579)][i(509)],u=this[i(444)][i(517)][i(490)](pr),l=u[i(471)](a[i(554)]);return u[i(487)](l),h[i(494)](i(383),(()=>h[i(489)]())),c}[gr(557)](t){const n=gr;if(n(519)!=typeof t)throw new e.CKEditorError(n(469));return this[n(492)][n(446)](t)}[gr(520)]({channelId:t=kr,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(410)](Cr(i(520),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(548)](e)}[gr(548)](t){const n=gr;if(n(519)!=typeof t)throw new e.CKEditorError(n(469));return this[n(492)][n(490)](t)}[gr(407)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(548)](n);if(s)return Promise[o(390)](s);if(!this[o(511)])throw new e.CKEditorError(o(389),this[o(444)]);if(o(544)!=typeof this[o(511)][o(548)])throw new e.CKEditorError(o(403),this[o(444)]);return this[o(511)][o(548)]({channelId:t,threadId:n})[o(539)]((e=>this[o(557)](n)?this[o(548)](n):e?this[o(381)](Object[o(549)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(451)]((t=>{const n=o;throw console[n(480)](t),new e.CKEditorError(n(361),this[n(444)])}))}[gr(405)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(492)][s(578)]())t&&o[s(376)]!==t||e&&!o[s(441)]||n&&0===o[s(478)]||r[s(535)](o);return o?r[s(352)]((t=>t[s(354)]())):r}[gr(367)](t){const n=gr,o=this[n(444)][n(517)][n(490)](pr);if(!t)return void(this[n(572)]&&o[n(378)]());const s=this[n(548)](t);if(!s)throw new e.CKEditorError(n(396),null,{threadId:t});if(!this[n(567)][n(446)](s))throw new e.CKEditorError(n(371),null,{threadId:t});const r=o[n(471)](this[n(567)][n(490)](s)[n(554)]);o[n(487)](r)}[gr(484)](t,e){const n=gr;t?this[n(409)][n(422)](e):this[n(409)][n(563)](e),this[n(410)](n(515),n(409),this[n(409)],this[n(409)])}[gr(560)](t){const e=gr;return this[e(409)][e(446)](t)||this[e(409)][e(446)](void 0)}[gr(421)](t,e){return new po(t,e)}[gr(481)](t,e=kr){const n=gr;this[n(439)][n(499)](e,t),this[n(410)](n(393),n(439),this[n(439)],this[n(439)])}[gr(394)](t=kr){const e=gr;return this[e(439)][e(446)](t)?this[e(439)][e(490)](t):wr}[gr(373)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:l,isResolvable:d,isSubmitted:m}){const p=gr;if(p(519)!=typeof n)throw new e.CKEditorError(p(469),null,{threadId:n});if(this[p(557)](n))throw new e.CKEditorError(p(570),null,{threadId:n});const f=new _r(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(444)][p(517)][p(490)](s.Users)[p(500)](c):null,isResolvable:d,isSubmitted:m||l});this[p(492)][p(499)](n,f);for(const t of o)f[p(472)](this[p(502)]({threadId:n,...t}));return a&&f[p(507)](a),l||!f[p(478)]?Promise[p(390)]():this[p(458)]({channelId:t,threadId:n})}[gr(458)]({channelId:t,threadId:n}){const o=gr;if(!this[o(557)](n))throw new e.CKEditorError(o(493),this);const s=this[o(548)](n);if(s[o(404)]=!0,!this[o(511)]||o(544)!=typeof this[o(511)][o(381)])return Promise[o(390)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,l=this[o(444)][o(517)][o(490)](o(414)),d=l[o(422)](vo(this[o(444)][o(391)],o(482)));return this[o(511)][o(381)]({channelId:t,threadId:r,comments:i[o(352)]((t=>t[o(354)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(539)]((({comments:e})=>{const s=o;l[s(547)](d);for(const o of e)this[s(401)]({channelId:t,threadId:n,commentId:o[s(463)],createdAt:o[s(362)],isFromAdapter:!0})}))[o(451)]((t=>{const n=o;throw console[n(480)](t),new e.CKEditorError(n(488),this)}))}[gr(537)]({threadId:t,target:n}){const o=gr,s=this[o(548)](t);if(!s)throw new e.CKEditorError(o(431),this);const r=this[o(444)][o(517)][o(490)](o(414)),i=this[o(444)][o(517)][o(490)](pr),c=this[o(434)](s),a=new po(s,c);let h=null;c.on(o(523),((t,e,n)=>{const s=o;n?h=r[s(422)](vo(this[s(444)][s(391)],s(482))):h&&(r[s(547)](h),h=null)})),this[o(567)][o(499)](s,a),this[o(571)][o(499)](c,a);const u=new er(this[o(444)][o(391)],c);u[o(380)](o(478)).to(c),u[o(380)](o(551)).to(c,o(551),c,o(478),((t,e)=>t||!e)),u[o(380)](o(464)).to(c),u[o(359)]=o(355);const l=new rr({view:u,target:n,type:o(355),isVisible:!s[o(568)]});return this[o(432)](c,l),i[o(422)](l),l}[gr(432)](e,n){const o=gr;this[o(449)](e,o(383),((e,s)=>{const r=o,i=s.ui[r(554)][r(491)][r(454)];n[r(497)][r(422)](i),this[r(444)]instanceof t.Editor&&this[r(444)].ui[r(501)][r(422)](i)}),{priority:o(473)}),this[o(449)](e,o(430),((e,s)=>{const r=o,i=s.ui[r(554)][r(491)][r(454)];n[r(497)][r(446)](i)&&n[r(497)][r(547)](i),this[r(444)]instanceof t.Editor&&this[r(444)].ui[r(501)][r(547)](i)}))}[gr(495)](t){const e=gr;this[e(459)](t,e(383)),this[e(459)](t,e(430))}[gr(434)](t){const e=gr,n=this[e(444)][e(517)][e(490)](s.Users),{config:o,locale:r}=this[e(444)],i=(0,s.getDateTimeFormatter)(o[e(490)](e(391)));return new(0,o[e(490)](e(388))[e(566)])(r,t,n.me,{editorConfig:{...o[e(490)](e(505)),licenseKey:this[e(444)][e(553)][e(490)](e(546))},copyMarkers:o[e(490)](e(577)),maxCommentsWhenCollapsed:o[e(490)](e(406)),maxThreadTotalWeight:o[e(490)](e(448)),maxCommentCharsWhenCollapsed:o[e(490)](e(475)),formatDateTime:i,CommentView:o[e(490)](e(388))[e(527)]})}[gr(512)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(557)](t))throw new e.CKEditorError(c(493),null,{threadId:t});const a=this[c(548)](t);if(a[c(568)])throw new e.CKEditorError(c(433),null,{threadId:t});const h=this[c(444)][c(517)][c(490)](s.Users);if(a[c(382)]=h[c(500)](r),a[c(385)]=o,i||!this[c(511)]||c(544)!=typeof this[c(511)][c(462)])return Promise[c(390)]();const u=this[c(444)][c(517)][c(490)](c(414)),l=u[c(422)](vo(this[c(444)][c(391)],c(482)));return this[c(511)][c(462)]({channelId:n,threadId:t})[c(539)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(547)](l),a[n(382)].id!==e&&(a[n(382)]=h[n(500)](e)),a[n(385)]=t}))[c(451)]((t=>{const n=c;throw console[n(480)](t),new e.CKEditorError(n(450),this)}))}[gr(375)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(557)](t))throw new e.CKEditorError(s(493),null,{threadId:t});const r=this[s(548)](t);if(!r[s(568)])throw new e.CKEditorError(s(429),null,{threadId:t});if(r[s(382)]=null,r[s(385)]=null,o||!this[s(511)]||s(544)!=typeof this[s(511)][s(427)])return Promise[s(390)]();const i=this[s(444)][s(517)][s(490)](s(414)),c=i[s(422)](vo(this[s(444)][s(391)],s(482)));return this[s(511)][s(427)]({channelId:n,threadId:t})[s(539)]((()=>i[s(547)](c)))[s(451)]((t=>{const n=s;throw console[n(480)](t),new e.CKEditorError(n(412),this)}))}[gr(524)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(548)](t);if(!s)throw new e.CKEditorError(o(562),this);if(this[o(428)](t),this[o(492)][o(563)](t),!s[o(496)]||n||!this[o(511)]||o(544)!=typeof this[o(511)][o(485)])return Promise[o(390)]();const r=this[o(444)][o(517)][o(490)](o(414)),{channelId:i}=s,c=r[o(422)](vo(this[o(444)][o(391)],o(482)));return this[o(511)][o(485)]({channelId:i,threadId:t})[o(539)]((()=>r[o(547)](c)))[o(451)]((t=>{const n=o;throw console[n(480)](t),new e.CKEditorError(n(476),this)}))}[gr(536)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(519)!=typeof t)throw new e.CKEditorError(i(469),null,{threadId:t});if(!this[i(557)](t))throw new e.CKEditorError(i(493),null,{threadId:t});const c=this[i(548)](t);let a=!1;if(void 0!==o&&c[i(444)]!==o&&(c[i(444)]=o,a=!0),void 0!==n&&c[i(576)]!==n&&(c[i(576)]=n,a=!0),s&&!We(s,c[i(453)])&&(c[i(453)]=s,a=!0),!a)return Promise[i(390)]();if(!c[i(496)]||r||!this[i(511)]||i(544)!=typeof this[i(511)][i(520)])return Promise[i(390)]();const h=this[i(444)][i(517)][i(490)](i(414)),{channelId:u}=c,l=h[i(422)](vo(this[i(444)][i(391)],i(482)));return this[i(511)][i(520)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(539)]((()=>h[i(547)](l)))[i(451)]((t=>{const n=i;throw console[n(480)](t),new e.CKEditorError(n(440),this)}))}[gr(428)](t){const e=gr,n=this[e(444)][e(517)][e(490)](pr),o=this[e(548)](t);if(this[e(567)][e(446)](o)){const t=this[e(567)][e(490)](o),s=t[e(554)],r=n[e(471)](s);this[e(567)][e(563)](o),this[e(571)][e(563)](s),r&&n[e(547)](r),t[e(470)](),s[e(470)]()[e(539)]((()=>{this[e(495)](s)}))}}[gr(384)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(444)][n(517)][n(490)](pr),r=this[n(548)](t);if(this[n(567)][n(446)](r)){const t=this[n(567)][n(490)](r)[n(554)],e=s[n(471)](t);e&&(o&&s[n(479)](e),e[n(564)]())}}[gr(395)](t){const e=gr,n=this[e(444)][e(517)][e(490)](s.Users),o=(0,s.hashObject)(e(447)+t);return n[e(500)](o)||n[e(534)]({id:o,name:t})}[gr(502)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(519)!=typeof n)throw new e.CKEditorError(a(348));if(a(519)!=typeof r)throw new e.CKEditorError(a(556));if(a(519)!=typeof o||!o[a(561)]())throw new e.CKEditorError(a(356));const h=this[a(444)][a(517)][a(490)](s.Users)[a(500)](r);if(!h)throw new e.CKEditorError(a(559),null,{authorId:r});let u=null,l=i;return c&&c[a(397)]&&(u=this[a(395)](c[a(397)][a(526)]),l=new Date(c[a(397)][a(362)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:l,attributes:c})}[gr(461)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(548)](t[n(455)]);if(!c)throw new e.CKEditorError(n(425),this);const a=this[n(502)](t),{id:h}=a;if(c[n(472)](a),i||!this[n(511)]||n(544)!=typeof this[n(511)][n(468)]||!c[n(496)])return Promise[n(390)]();const u=this[n(444)][n(517)][n(490)](n(414)),{channelId:l}=c,d=u[n(422)](vo(this[n(444)][n(391)],n(482)));return r||(r={}),this[n(511)][n(468)]({channelId:l,threadId:o,commentId:h,content:s,attributes:r})[n(539)]((t=>{const e=n;u[e(547)](d),t&&this[e(401)]({channelId:l,threadId:o,commentId:h,createdAt:t[e(362)],isFromAdapter:!0})}))[n(451)]((t=>{const o=n;throw console[o(480)](t),new e.CKEditorError(o(516),this)}))}[gr(401)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(519)!=typeof o||!o[c(561)]()[c(478)]))throw new e.CKEditorError(c(370));const a=this[c(548)](t),h=a[c(525)](n);if(!h)throw new e.CKEditorError(c(506),this);let u=!1;if(o&&o!==h[c(411)]&&(h[c(392)]||i)&&(h[c(411)]=o,u=!0),s&&s!==h[c(362)]&&(h[c(362)]=s,h[c(453)]&&h[c(453)][c(397)]||(h[c(522)]=s),u=!0),r&&!We(r,h[c(453)])&&(h[c(453)]=r,u=!0),!u)return Promise[c(390)]();if(a[c(410)](c(543)),i||!this[c(511)]||c(544)!=typeof this[c(511)][c(445)])return Promise[c(390)]();const l=this[c(444)][c(517)][c(490)](c(414)),{channelId:d}=this[c(548)](h[c(455)]),m=l[c(422)](vo(this[c(444)][c(391)],c(482)));return this[c(511)][c(445)]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[c(539)]((()=>l[c(547)](m)))[c(451)]((t=>{const n=c;throw console[n(480)](t),new e.CKEditorError(n(351),this)}))}[gr(477)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(548)](t),i=r[s(525)](n);if(!i)throw new e.CKEditorError(s(353),this);if(r[s(398)](i),o||!this[s(511)]||s(544)!=typeof this[s(511)][s(418)])return Promise[s(390)]();const c=this[s(444)][s(517)][s(490)](s(414)),{channelId:a}=r,h=c[s(422)](vo(this[s(444)][s(391)],s(482)));return this[s(511)][s(418)]({channelId:a,threadId:t,commentId:n})[s(539)]((()=>c[s(547)](h)))[s(451)]((t=>{const n=s;throw console[n(480)](t),new e.CKEditorError(n(460),this)}))}}class _r extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(550)];this[o(376)]=n[o(376)],this.id=n.id,this[o(388)]=new e.Collection,this[o(413)]=t,this[o(364)]=!1,this[o(404)]=n[o(496)],this[o(499)](o(437),!0),this[o(380)](o(560)).to(t,o(439),t,o(409),(()=>t[o(560)](this[o(376)]))),this[o(380)](o(528)).to(t,o(439),(()=>t[o(394)](this[o(376)])[o(542)])),this[o(380)](o(503)).to(t,o(439),(()=>{const e=o,n=t[e(394)](this[e(376)]);return n[e(419)]||n[e(542)]})),this[o(380)](o(550)).to(t,o(439),(()=>s&&t[o(394)](this[o(376)])[o(390)])),this[o(499)](o(444),n[o(444)]),this[o(380)](o(533)).to(this,o(385),this,o(576),((t,e)=>t?e?t<e?t:e:t:e)),this[o(499)](o(576),n[o(576)]||null),this[o(499)](o(385),n[o(385)]||null),this[o(499)](o(382),n[o(382)]||null),this[o(380)](o(568)).to(this,o(385),(t=>!!t)),this[o(499)](o(453),n[o(453)]||{})}get[gr(443)](){const t=gr;return Array[t(399)](this[t(388)])[t(558)](((e,n)=>e+n[t(443)]),0)}get[gr(478)](){const t=gr;return this[t(388)][t(478)]}get[gr(441)](){return this[gr(364)]}get[gr(496)](){return this[gr(404)]}[gr(372)](){const t=gr,{channelId:e,id:n}=this;this[t(413)][t(410)](Cr(t(486),e),{channelId:e,threadId:n})}[gr(467)](t){this[gr(426)]({unlinkedAt:t})}[gr(390)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(413)][o(444)][o(517)][o(490)](s.Users).me,{channelId:i,id:c}=this;this[o(413)][o(410)](Cr(o(462),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(457)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(413)][e(410)](Cr(e(427),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(379)](t){const e=gr;this[e(444)]||this[e(426)]({context:t})}[gr(521)](t,e){const n=gr,o=Kn(this[n(453)]);so(o,t,e),this[n(426)]({attributes:o})}[gr(408)](t){const e=gr,n=Kn(this[e(453)]);uo(n,t),this[e(426)]({attributes:n})}[gr(547)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(413)][e(410)](Cr(e(485),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(507)](t){const e=gr;return this[e(413)][e(537)]({threadId:this.id,target:t})}[gr(468)](t){const e=gr,{channelId:n,id:o}=this;this[e(413)][e(410)](Cr(e(468),n,o),Object[e(549)]({channelId:n,threadId:o},t))}[gr(525)](t){const n=gr;if(n(519)!=typeof t)throw new e.CKEditorError(n(498),null,{commentId:t});return this[n(388)][n(490)](t)}[gr(354)](){const t=gr;return{threadId:this.id,context:this[t(444)],unlinkedAt:this[t(576)],resolvedAt:this[t(385)],resolvedBy:this[t(382)]?this[t(382)].id:null,archivedAt:this[t(533)],comments:this[t(388)][t(352)]((e=>e[t(354)]())),attributes:this[t(453)]}}[gr(472)](t){const e=gr;return this[e(449)](t,e(483),(()=>{const n=e,o=this[n(435)](t),s=this[n(388)];o-1!=s[n(474)](t)&&o+1!=s[n(474)](t)&&(this[n(398)](t),this[n(472)](t))})),this[e(388)][e(422)](t,this[e(435)](t))}[gr(426)](t){const e=gr,{channelId:n,id:o}=this;this[e(413)][e(410)](Cr(e(520),n),{...t,channelId:n,threadId:o})}[gr(398)](t){const e=gr;return this[e(459)](t),t[e(470)](),this[e(388)][e(547)](t)}[gr(435)](t){const e=gr,n=this[e(388)][e(508)]((n=>new Date(n[e(522)])[e(580)]()>new Date(t[e(522)])[e(580)]()));return n?this[e(388)][e(474)](n):this[e(478)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(444)][n(517)][n(490)](s.Users).me,r=t[n(548)](e[n(455)]),i=0===r[n(388)][n(478)],c=o===e[n(565)];this.id=e.id,this[n(455)]=e[n(455)],this[n(565)]=e[n(565)],this[n(573)]=e[n(573)],this[n(436)]=Boolean(e[n(453)]&&e[n(453)][n(397)]),this[n(499)](n(411),e[n(411)]),this[n(362)]=e[n(362)]||new Date,this[n(499)](n(522),e[n(522)]||new Date),this[n(380)](n(385)).to(r,n(385)),this[n(499)](n(453),e[n(453)]||{}),this[n(380)](n(392)).to(t,n(439),(()=>{const e=n,o=t[e(394)](r[e(376)])[e(419)],s=t[e(394)](r[e(376)])[e(555)];return c&&o||!c&&s})),this[n(380)](n(528)).to(r,n(528),t,n(439),(e=>{const o=n,s=t[o(394)](r[o(376)])[o(419)],a=t[o(394)](r[o(376)])[o(555)];return c&&s||e&&i||!c&&a&&!i})),this[n(380)](n(560)).to(r,n(560)),this[n(413)]=t}get[gr(443)](){const t=gr;return Math[t(545)](function(e){const n=t,o=document[n(366)](n(365));return o[n(466)]=e,o[n(514)][n(478)]}(this[t(411)]),200)}[gr(360)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(413)][n(557)](o))throw new e.CKEditorError(n(442),this);const{channelId:r}=this[n(413)][n(548)](o);this[n(413)][n(410)](Cr(n(445),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(521)](t,e){const n=gr,o=Kn(this[n(453)]);so(o,t,e),this[n(360)]({attributes:o})}[gr(408)](t){const e=gr,n=Kn(this[e(453)]);uo(n,t),this[e(360)]({attributes:n})}[gr(547)](t={}){const n=gr;if(!t[n(416)]&&!this[n(528)])return;const{threadId:o,id:s}=this;if(!this[n(413)][n(557)](o))throw new e.CKEditorError(n(569),this);const{channelId:r}=this[n(413)][n(548)](o);this[n(413)][n(410)](Cr(n(418),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(354)](){const t=gr;return{commentId:this.id,content:this[t(411)],createdAt:this[t(362)],authorId:this[t(573)].id,attributes:this[t(453)]}}[gr(470)](){this[gr(459)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=Er;function Tr(){const t=["getItems","2455650uITNCM","document","33025mssnuk","305943Qqpyqm","65527SaYrhL","_hasContent","$textProxy","tableCell","getRanges","232iyPugf","comment:","schema","116LvpYWI","change","isObject","selection","156SoKsIj","926CGTTZB","element","push","substr","model","createRange","104sRJbnQ","23061sHQFMo","isEnabled","end","getLastMatchingPosition","execute","1849240ECvWaK","324hZinyR","_itemIsContent","backward","item","start","refresh","addMarker","editor","_trimToContent"];return(Tr=function(){return t})()}function Er(t,e){const n=Tr();return(Er=function(t,e){return n[t-=329]})(t,e)}!function(t,e){const n=Er,o=t();for(;;)try{if(260071===parseInt(n(363))/1*(parseInt(n(357))/2)+parseInt(n(364))/3*(parseInt(n(352))/4)+parseInt(n(342))/5*(parseInt(n(330))/6)+-parseInt(n(344))/7*(parseInt(n(349))/8)+-parseInt(n(340))/9+-parseInt(n(329))/10+-parseInt(n(343))/11*(-parseInt(n(356))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Tr);class xr extends t.Command{[Ar(335)](){const t=Ar,e=this[t(337)][t(361)][t(341)][t(355)];for(const n of e[t(348)]())if(this[t(345)](n))return void(this[t(365)]=!0);this[t(365)]=!1}[Ar(368)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(337)][n(361)],s=[];for(const t of o[n(341)][n(355)][n(348)]())this[n(345)](t)&&s[n(359)](this[n(338)](t));o[n(353)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(360)](1,5),i=r(350)+t+":"+s;o[r(336)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(345)](t){const e=Ar;for(const n of t[e(339)]())if(this[e(331)](n))return!0;return!1}[Ar(331)](t){const e=Ar;return t.is(e(346))||this[e(337)][e(361)][e(351)][e(354)](t)&&!t.is(e(358),e(347))}[Ar(338)](t){const e=Ar,n=t=>!this[e(331)](t[e(333)]),o=t[e(334)][e(367)](n),s=t[e(366)][e(367)](n,{direction:e(332)});return this[e(337)][e(361)][e(362)](o,s)}}const Mr=jr;function jr(t,e){const n=Or();return(jr=function(t,e){return n[t-=424]})(t,e)}function Or(){const t=["registerAnnotation","pluginName","from","innerView","hasDomSelection","editor","_editorAnnotations","3153980qLAlOf","5bsmndr","change:isFocused","getByInnerView","editorannotations-invalid-source-callback","sort","remove","annotation","addSourceCollector","isCollapsed","3DqyvXx","view","EditorAnnotations","set","delete","focusTracker","6PDfqTy","getRanges","map","directChange","refreshSelectedViews","isReadOnly","element","function","model","11bkgqTJ","document","requires","collection","cancel","get","plugins","init","listenTo","getOrderedSelectedAnnotations","blur","3547296rBuLjv","isEqual","275438gEumGI","3949184SnaSrY","402073AWejNS","uiUpdate","1172816ueocUz","push","change:range","update","refresh","has","_editorAnnotationsData","editing","containsRange","range","add","selection","217613eyLyxP","_dataCollectors","fire"];return(Or=function(){return t})()}!function(t,e){const n=jr,o=t();for(;;)try{if(291073===parseInt(n(430))/1+parseInt(n(478))/2*(parseInt(n(450))/3)+parseInt(n(482))/4*(parseInt(n(441))/5)+parseInt(n(456))/6*(parseInt(n(480))/7)+-parseInt(n(479))/8+parseInt(n(476))/9+parseInt(n(440))/10*(-parseInt(n(465))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Or);class Rr extends t.Plugin{static get[Mr(467)](){return[pr]}static get[Mr(434)](){return Mr(452)}constructor(t){const e=Mr;super(t),this[e(431)]=new Set,this[e(439)]=new Set}[Mr(472)](){const t=Mr,e=this[t(438)],n=e[t(464)][t(466)][t(429)],o=Hs((()=>this[t(460)]()),10);n.on(t(484),((e,n)=>{const s=t;n[s(459)]&&(o[s(469)](),this[s(460)]())})),this[t(473)](e[t(425)][t(451)][t(466)],t(442),((t,e,n)=>{n&&o()})),this[t(473)](e.ui[t(455)],t(442),((n,o,s)=>{const r=t;s||e[r(461)]||this[r(432)](r(475),{isAnnotationTracked:t=>this[r(424)][r(487)](t[r(436)])})})),this[t(473)](this[t(438)].ui,t(485),(()=>this[t(432)](t(481))))}[Mr(433)](t){const e=Mr;if(this[e(439)][e(487)](t[e(451)]))return;this[e(439)][e(428)](t[e(451)]),this[e(438)].ui[e(455)][e(428)](t[e(451)][e(462)]);const n=this[e(438)][e(471)][e(470)](pr);this[e(473)](n[e(468)],e(446),((t,n)=>{const o=e;this[o(438)].ui[o(455)][o(446)](n[o(451)][o(462)]),this[o(439)][o(454)](n[o(451)])}))}[Mr(437)](){const t=Mr;return this[t(438)][t(425)][t(451)][t(437)]}[Mr(448)](t){const n=Mr;if(n(463)!=typeof t)throw new e.CKEditorError(n(444));this[n(431)][n(428)](t)}[Mr(460)](){const t=Mr;this[t(432)](t(486))}[Mr(474)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(438)][n(464)][n(466)][n(429)],r=Array[n(435)](s[n(457)]());for(const[t,s]of this[n(424)]){const r=i(s),c=e[n(443)](t);r&&c&&o[n(483)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(426)](t,!s[e(449)]))return n;return null}return o[n(445)](((e,o)=>{const s=n,r=e[s(427)],i=o[s(427)];if(!r[s(477)](i)){if(r[s(426)](i,!0))return 1;if(i[s(426)](r,!0))return-1}return e[s(447)]==t?-1:o[s(447)]==t?1:0}))[n(458)]((t=>t[n(447)]))}get[Mr(424)](){const t=Mr,e=new Map;for(const n of Array[t(435)](this[t(431)]))for(const[o,s]of n())e[t(453)](o,s);return e}}const Vr=Nr;function Nr(t,e){const n=Sr();return(Nr=function(t,e){return n[t-=418]})(t,e)}function Sr(){const t=["998AfXhbT","enableCommand","addCommentThread","1142853ZblHkX","RestrictedEditingModeEditing","581BrvrSN","get","editor","1875568dZsHRY","1768dFjoof","has","afterInit","1812996EAnUoV","11522bduGcx","plugins","10610550DMHVbu","2458374kjFWjv","5YMKIFu"];return(Sr=function(){return t})()}!function(t,e){const n=Nr,o=t();for(;;)try{if(253724===parseInt(n(435))/1*(parseInt(n(430))/2)+-parseInt(n(433))/3+-parseInt(n(420))/4+parseInt(n(429))/5*(-parseInt(n(428))/6)+-parseInt(n(425))/7*(-parseInt(n(421))/8)+-parseInt(n(424))/9+parseInt(n(427))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Sr);class Dr extends t.Plugin{[Vr(423)](){const t=Vr,e=this[t(419)];e[t(426)][t(422)](t(434))&&e[t(426)][t(418)](t(434))[t(431)](t(432))}}const Pr=Br;function Lr(){const t=["afterInit","high","forEach","addCommentThread","execute","editor","3294486tJSYyI","220591asIaEG","collaboration_features","3036069XhlvcH","importWord","commands","5699512cVQIrN","_handleImportedData","50AJfcXv","get","collaboration.channelId","54952WeNnRw","define","2XrVySw","7673860vuyaKH","dataInsert","config","plugins","basic","588GQjRQG","map","4387188Wpjpli","importWord.formatting.comments","listenTo"];return(Lr=function(){return t})()}function Br(t,e){const n=Lr();return(Br=function(t,e){return n[t-=213]})(t,e)}!function(t,e){const n=Br,o=t();for(;;)try{if(774742===parseInt(n(238))/1+-parseInt(n(220))/2*(parseInt(n(240))/3)+parseInt(n(213))/4+-parseInt(n(221))/5+-parseInt(n(228))/6+-parseInt(n(226))/7*(-parseInt(n(218))/8)+parseInt(n(237))/9*(parseInt(n(215))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Lr);class Kr extends t.Plugin{constructor(t){const e=Br;super(t),this[e(236)][e(223)][e(219)](e(229),e(225))}[Pr(231)](){const t=Pr,n=this[t(236)],o=n[t(242)][t(216)](t(241)),r=n[t(224)][t(216)](s.Users);o&&(o.on(t(235),((e,[,n])=>{n[t(239)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(232)]+10}),this[t(230)](o,t(222),this[t(214)]))}[Pr(214)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(233)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(227)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(236)][r(224)][r(216)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(241)}}}))),a=this[r(236)][r(223)][r(216)](r(217));this[r(236)][r(224)][r(216)](Ir)[r(234)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}const zr=Fr;function Ur(){const t=["218250UsrLQV","highest","dragstart","all","196546miEMje","keys","afterInit","CommentsRepository","16ujpgsQ","_mapCommentsCopyConfigToRegisterConfiguration","4556456rTuCda","3246237oZHvDC","ClipboardMarkersUtils","never","markers","_removeMarkersWithoutThreads","config","get","204lSIuIT","comment","content","plugins","5676qeMoGC","6008931QJYwqI","define","cut","1175VJLkQE","ClipboardPipeline","delete","contentInsertion","has","84428tyKzVY","comments.copyMarkers","requires","editor","_registerMarkerInClipboardPipeline","listenTo","_registerMarkerToCopy","default","always","split","231JUgQjA","hasCommentThread"];return(Ur=function(){return t})()}function Fr(t,e){const n=Ur();return(Fr=function(t,e){return n[t-=496]})(t,e)}!function(t,e){const n=Fr,o=t();for(;;)try{if(559225===parseInt(n(498))/1*(-parseInt(n(521))/2)+-parseInt(n(501))/3+-parseInt(n(512))/4*(parseInt(n(516))/5)+-parseInt(n(508))/6*(-parseInt(n(537))/7)+parseInt(n(500))/8+parseInt(n(513))/9+parseInt(n(533))/10*(parseInt(n(531))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ur);class Wr extends t.Plugin{constructor(t){const e=Fr;super(t),this[e(524)][e(506)][e(514)](e(522),e(528))}static get[zr(523)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[zr(496)](){const t=zr,e=this[t(524)][t(511)][t(507)](t(517));this[t(525)](),this[t(526)](e,t(519),((e,n)=>this[t(505)](n[t(510)][t(504)])),{priority:t(534)})}[zr(505)](t){const e=zr;if(!this[e(524)][e(511)][e(520)](e(497)))return t;const n=this[e(524)][e(511)][e(507)](e(497));for(const o of t[e(538)]()){const[s,r]=o[e(530)](":");e(509)!=s||n[e(532)](r)||t[e(518)](o)}return t}[zr(525)](){const t=zr,e=this[t(524)][t(511)][t(507)](t(502)),n=this[t(499)](this[t(524)][t(506)][t(507)](t(522)));n&&e[t(527)](t(509),n)}[zr(499)](t){const e=zr;switch(t){case e(529):return{allowedActions:e(536),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(528):return{allowedActions:[e(515),e(535)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(503):default:return null}}}var Hr=n(492),qr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hr.A,qr);Hr.A.locals;function Xr(t,e){const n=Gr();return(Xr=function(t,e){return n[t-=254]})(t,e)}const Jr=Xr;function Gr(){const t=["_attachMarkerToThread","updateMarker","getWalker","delete","change:isThreadsLoadingPaused","group","substring","editing","plugins","refreshVisibility","split","listenTo","differ","get","_handleMarkerAddAndRemove","destroyed","once","_handleThreadMarker","CommentsEditing","then","destroy","hasDomSelection","getCommentThreads","removeCommentThread","dataDowncast","11042127GjYUJo","init","createRange","dataToMarker","conversion","_threads","state","markerToHighlight","registerAnnotation","newRange","isLocal","activeMarker","3637086lZlQcI","affectsData","markers","schema","isCollapsed","reconvertMarker","comment:","ck-comment-marker","_initAriaMarkerChangeAnnouncements","editor","registerPostFixer","managedUsingOperations","_attachArchivedThread","hasContent","3066652Rmyxja","low","ariaLiveAnnouncer","904755dojtXy","ENTER_COMMENT_ANNOUNCEMENT","isAttached","isResolved","length","rootName","88UOlCtP","scrollToThreadMarker","_initializeMarkerConverters","_getTargetForId","resolveCommentThread","_threadToController","config","join","end","addComment","getChangedMarkers","_hasTargetInContent","1191928kbwNBe","add","focus","model","root","10044OHxiRP","setContext","collaboration.channelId","fetchCommentThread","42vQIUTT","_getTextContext","$graveyard","view","name","isThreadsLoadingPaused","addMarker:","reopenCommentThread","_reconvertMarkers","removeMarker","$marker","change:activeMarker","text","context","announce","consumable","change:isReadOnly","size","from","LEAVE_COMMENT_ANNOUNCEMENT","commands","hasMarkerForId","setUnlinkedAt","markerToData","document","createElement","pluginName","unlinkedAt","comment","hasCommentThread","ck-comment-marker--active","comments","getAllMarkersForId","getByInnerView","getItems","isEqual","markerName","upcast","elementToElement","item","getRange","3250545jvVtah","addCommentThread","isObject","render","set","clear","removeMarker:","_detachCommentThread","createPositionBefore","getCommentThread","editingDowncast","push","$textProxy","enqueueChange","locale","attachTo","for","change","switchReadOnly","requires","getAttribute","openNewCommentThread","ignoreResolvedComments","data","start","startsWith","consume","ready"];return(Gr=function(){return t})()}!function(t,e){const n=Xr,o=t();for(;;)try{if(654593===-parseInt(n(288))/1*(parseInt(n(305))/2)+-parseInt(n(282))/3+-parseInt(n(279))/4+parseInt(n(350))/5+-parseInt(n(265))/6+parseInt(n(309))/7*(parseInt(n(300))/8)+parseInt(n(403))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Gr);class Yr extends t.Plugin{static get[Jr(369)](){return[Ir,Rr,Dr,Kr,Wr]}static get[Jr(335)](){return Jr(396)}constructor(t){const e=Jr;super(t),this[e(354)](e(314),!0),t[e(373)][e(394)](e(377),(()=>this[e(314)]=!1)),this[e(354)](e(264),null),this.on(e(320),((n,o,s,r)=>{const i=e,c=s?Qr(s).id:null;if(t[i(303)][i(367)]((()=>{const e=i;if(c){const n=this[e(341)](c);for(const o of n)t[e(385)][e(270)](o)}if(r){const{id:n}=Qr(r),o=this[e(341)](n);for(const n of o)t[e(385)][e(270)](n)}})),c){const e=t[i(386)][i(391)](Ir)[i(359)](c);e&&e[i(285)]&&this[i(289)](c)}})),this[e(273)]()}[Jr(254)](){const t=Jr,e=this[t(274)],n=e[t(386)][t(391)](Ir),o=e[t(294)][t(391)](t(307));e[t(329)][t(301)](t(351),new xr(e)),this[t(389)](e,t(325),((o,s,r)=>{const i=t;n[i(368)](r,e[i(294)][i(391)](i(307)))})),this[t(389)](n,Zr(t(351),o),((e,{threadId:n})=>{const o=t,s=this[o(274)][o(386)][o(391)](Ir)[o(359)](n);s&&s[o(336)]&&this[o(277)](n)})),this[t(389)](n,Zr(t(401),o),((n,{threadId:o})=>{const s=t;e[s(303)][s(363)]({isUndoable:!1},(t=>{const e=s,n=this[e(341)](o);for(const o of n)t[e(318)](o)}))})),this[t(389)](n,Zr(t(292),o),((e,{threadId:n})=>{const o=t;this[o(317)](n),this[o(274)][o(385)][o(312)][o(399)]&&(this[o(274)][o(386)][o(391)](Ir)[o(359)](n)[o(336)]||this[o(274)][o(385)][o(312)][o(302)]())}),{priority:t(280)}),this[t(389)](n,Zr(t(316),o),((e,{threadId:n})=>{this[t(317)](n)}),{priority:t(280)}),this[t(389)](n,Zr(t(297),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(341)](s);!r&&0!=c[i(286)]&&n[i(338)](s)&&1===n[i(359)](s)[i(286)]&&e[i(303)][i(363)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(379)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(280)}),this[t(290)](),this[t(392)]()}[Jr(398)](){const t=Jr,e=this[t(274)][t(386)][t(391)](Ir),n=this[t(274)][t(294)][t(391)](t(307));for(const o of e[t(400)]({channelId:n}))e[t(357)](o.id),e[t(258)][t(381)](o.id);super[t(398)]()}[Jr(330)](t){const e=Jr;return this[e(341)](t)[e(286)]>0}[Jr(341)](t){const e=Jr,n=[];for(const o of this[e(274)][e(303)][e(267)])o[e(313)][e(375)](e(271)+t)&&n[e(361)](o);return n}[Jr(289)](t){const n=Jr,o=this[n(291)](t);o&&setTimeout((()=>{const s=n;this[s(264)]&&Qr(this[s(264)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Jr(317)](t){const e=Jr;this[e(274)][e(303)][e(367)]((()=>{const n=e;for(const e of this[n(341)](t))this[n(274)][n(385)][n(270)](e)}))}[Jr(277)](t){const e=Jr,n=this[e(274)][e(386)][e(391)](Ir),o=this[e(274)][e(386)][e(391)](Rr),s=n[e(359)](t);if(!s[e(284)]){const t=s[e(365)]((()=>this[e(291)](s.id)));o[e(261)](t),s[e(299)]=!1}}[Jr(290)](){const t=Jr,e=this[t(274)];e[t(257)][t(366)](t(360))[t(260)]({model:t(337),view:(n,o)=>{const s=t,{id:r}=Qr(n[s(345)]),i=e[s(386)][s(391)](Ir)[s(359)](r),c=this[s(264)]&&Qr(this[s(264)]).id===r;if(i&&i[s(285)]&&!c&&n[s(348)])return o[s(324)][s(376)](n[s(348)],s(315)+n[s(345)]),o[s(324)][s(376)](n[s(348)],s(356)+n[s(345)]),null;const a=[s(272)];return c&&a[s(361)](s(339)),{classes:a,attributes:{"data-comment":r}}}}),e[t(257)][t(366)](t(402))[t(332)]({model:t(337),view:(n,{options:o})=>{const s=t,r=e[s(386)][s(391)](Ir),i=e[s(303)][s(267)][s(391)](n),{id:c,part:a}=Qr(n);if(i&&!i[s(266)])return null;if(o[s(372)]){const t=r[s(359)](c);if(t&&t[s(285)])return null}return{group:s(337),name:a?c+":"+a:c}}}),e[t(257)][t(366)](t(346))[t(347)]({view:{name:t(337),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(334)](t(319),{"data-name":t(271)+e[t(370)]("id")})}),e[t(257)][t(366)](t(346))[t(256)]({view:t(337)})}[Jr(392)](){const t=Jr,e=this[t(274)],n=e[t(386)][t(391)](Ir),o=new Set,s=new Set;e[t(303)][t(333)][t(275)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(303)][r(333)][r(390)][r(298)]()){const{group:a,id:h}=Qr(t);let u=c[r(262)];if(r(337)!==a||!u)continue;const l=r(311)===u[r(304)][r(287)];l||(u=$r(u,e[r(303)]),!u||u[r(269)]||!c[r(262)]||u[r(344)](c[r(262)]))?e[r(303)][r(278)](u)&&!l?this[r(314)]?o[r(301)](t):this[r(395)](t,h):(s[r(301)](t),o[r(381)](t),n[r(318)](t),i=!0):(n[r(379)](t,{range:u}),i=!0)}return i})),this.on(t(382),((n,s,r)=>{const i=t;if(!r&&o[i(326)])for(const t of o){const{id:n}=Qr(t);o[i(381)](t),e[i(303)][i(267)][i(391)](t)&&this[i(395)](t,n)}})),this[t(389)](e[t(303)][t(333)],t(367),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(303)][c(333)][c(390)][c(298)]()){const{group:i,id:a}=Qr(t);if(c(337)!==i)continue;const h=n[c(359)](a),u=this[c(330)](a);h&&(h[c(299)]||e[c(385)][c(312)][c(394)](c(353),(()=>{const t=c,o=e[t(386)][t(391)](pr),s=n[t(293)][t(391)](h)[t(312)];o[t(342)](s)[t(387)]()}),{priority:c(280)}),h[c(299)]=u||!!r),r||(s[c(301)](t),o[c(381)](t))}if(i[c(263)])for(const t of s){const{id:e}=Qr(t),s=n[c(359)](e),r=this[c(330)](e);o[c(381)](t),!s||r||s[c(336)]||s[c(331)](new Date)}s[c(355)]()}))}[Jr(291)](t){const e=Jr,n=this[e(274)],o=this[e(341)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(385)],o)}[Jr(310)](t){const e=Jr,n=this[e(341)](t);let o="",s=!1;for(const t of n){const n=t[e(349)]();for(const t of Array[e(327)](n[e(343)]()))t.is(e(362))?(o&&s&&(o+=" ",s=!1),o+=t[e(373)]):s=!0;s=!0}return o[e(384)](0,150)}[Jr(378)](t,e){const n=Jr,o=this[n(274)],s=o[n(386)][n(391)](Ir);let r=s[n(359)](e);const i=o[n(294)][n(391)](n(307)),c=o[n(386)][n(391)](Rr);return r&&(r[n(336)]&&r[n(331)](null),r[n(284)])||(this[n(341)](e)[0][n(276)]?s[n(308)]({channelId:i,threadId:e})[n(397)]((t=>{const s=n;if(s(393)!==o[s(259)])if(r=t,r&&!r[s(284)]){const t=r[s(365)]((()=>this[s(291)](e)));c[s(261)](t),r[s(285)]&&this[s(317)](e)}else if(!r){const t=this[s(341)](e);o[s(303)][s(367)]((e=>{const n=s;for(const o of t)e[n(318)](o)}))}})):o[n(385)][n(312)][n(394)](n(353),(()=>{const t=n;if(s[t(359)](e))return;const a=o[t(386)][t(391)](pr);r=s[t(371)]({channelId:i,threadId:e,target:()=>this[t(291)](e),context:{type:t(321),value:this[t(310)](e)}});const h=s[t(293)][t(391)](r)[t(312)],u=a[t(342)](h);u&&c[t(261)](u)}),{priority:n(280)})),r}[Jr(395)](t,e){const n=Jr,o=this[n(378)](t,e);o&&!o[n(322)]&&o[n(306)]({type:n(321),value:this[n(310)](e)})}[Jr(273)](){const t=Jr,e=this[t(274)];(0,s.surroundingMarkersDetector)(e[t(303)],(({left:n,entered:o})=>{const s=t,r=[];for(const t of n)if(ti(t)){r[s(361)](vo(e[s(364)],s(328)));break}for(const t of o)if(ti(t)){r[s(361)](vo(e[s(364)],s(283)));break}r[s(286)]&&e.ui[s(281)][s(323)](s(340),r[s(295)](" "))}))}}function Zr(t,e){return e?t+":"+e:t}function Qr(t){const e=t[Jr(388)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Jr,o=e[n(268)],s=e[n(255)](t[n(374)]);for(const r of t[n(380)]()){const{type:t,item:i,nextPosition:c}=r;if(n(321)===t||o[n(352)](i)){const t=e[n(358)](i);s[n(269)]&&(s[n(374)]=t),s[n(296)]=c}}return s}function ti(t){const e=Jr;return e(337)===Qr(t[e(313)])[e(383)]}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 oi(){const t=["length","pluginName","18xJCsRC","requires","844128vzyOHD","isFocused","commands","from","stop","3331769DoWQap","editor","set","getCommentThread","hasCommentThread","874732leUIQU","focus","focusTracker","removeCommentThread","editing","CommentThreadInputView","change:activeAnnotations","push","getRange","bind","CommentsListView","listenTo","addCommentThread","getAllMarkersForId","1465686rCiEqO","locale","has","7628760xbekoX","CommentsUI","find","_createUIButton","528443ynMDVz","low","addComment","add","map","init","tooltip","menuBar:comment","_threadToController","activeMarker","_viewToController","98403EkabJd","isEnabled","get","addSourceCollector","comment:","view","comment","innerView","hasMarkerForId","10TDKZLO","componentFactory","highest","model","Comment","plugins","execute"];return(oi=function(){return t})()}function si(t,e){const n=oi();return(si=function(t,e){return n[t-=486]})(t,e)}!function(t,e){const n=si,o=t();for(;;)try{if(287616===parseInt(n(515))/1+parseInt(n(544))/2*(parseInt(n(526))/3)+parseInt(n(494))/4+parseInt(n(535))/5*(-parseInt(n(508))/6)+parseInt(n(489))/7+parseInt(n(546))/8+-parseInt(n(511))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(oi);class ri extends t.Plugin{static get[ni(543)](){return ni(512)}static get[ni(545)](){return[Ir,Yr,Rr,pr]}get[ni(504)](){return $o}get[ni(499)](){return qo}[ni(520)](){const t=ni,e=this[t(490)],n=e[t(540)][t(528)](Ir),o=e[t(540)][t(528)](Yr),s=e[t(540)][t(528)](pr),r=e[t(540)][t(528)](Rr);e.ui[t(536)][t(518)](t(532),(()=>{const e=t,n=this[e(514)](go.ButtonView);return n[e(521)]=!0,n})),e.ui[t(536)][t(518)](t(522),(()=>this[t(514)](go.MenuBarMenuListItemButtonView))),r[t(529)]((()=>{const e=t,s=[];for(const[t,r]of n[e(523)]){const n=o[e(507)](t.id),i=n[e(519)]((t=>t[e(502)]()));n[e(542)]>0&&s[e(501)]([r[e(531)],i])}return s})),this[t(505)](s,t(500),((e,s,r)=>{const i=t,c=Array[i(487)](r)[i(519)]((t=>t[i(533)]))[i(513)]((t=>n[i(525)][i(510)](t)));if(!c)return void(o[i(524)]=null);const a=n[i(525)][i(528)](c)[i(538)].id,h=i(530)+a;a&&o[i(534)](a)?o[i(524)]=h:o[i(524)]&&(o[i(524)]=null)})),this[t(505)](n,t(497),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(496)][i(547)]&&o[i(534)](s)&&e[i(498)][i(531)][i(495)]()}),{priority:t(537)}),this[t(505)](n,t(517),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(534)](r)&&n[c(493)](r)&&1===n[c(492)](r)[c(542)]&&(e[c(498)][c(531)][c(495)](),s[c(488)]())}),{priority:t(516)})}[ni(514)](t){const e=ni,n=this[e(490)],o=new t(n[e(509)]),s=n[e(486)][e(528)](e(506));return o[e(491)]({label:vo(n[e(509)],e(539)),icon:ei}),o[e(503)](e(527)).to(s),this[e(505)](o,e(541),(()=>s[e(541)]())),o}}const ii=ci;function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=358]})(t,e)}function ai(){const t=["pluginName","2135823EHithm","167708kutRll","addCommentThread","get","CommentsOnly","DragDrop","commentsOnlyMode","commands","document","delete","editing","639786WimtWL","has","set","104wdPCDb","clipboardInput","5718890JLYgwV","cut","requires","afterInit","stop","view","editor","18TDnoAS","affectsData","1683900qJLzcB","774361qjuxJd","_enableCommentsOnlyMode","plugins","clearForceDisabled","stopListening","isEnabled","forceDisabled","8159217kGHtiz","listenTo","2yMyIbw","change:isEnabled","highest","_disableCommentsOnlyMode","commentsOnly","config","20NDSYFi"];return(ai=function(){return t})()}!function(t,e){const n=ci,o=t();for(;;)try{if(610781===-parseInt(n(393))/1+parseInt(n(359))/2*(parseInt(n(367))/3)+parseInt(n(368))/4*(parseInt(n(365))/5)+-parseInt(n(392))/6+parseInt(n(378))/7*(parseInt(n(381))/8)+-parseInt(n(390))/9*(parseInt(n(383))/10)+parseInt(n(400))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ai);class hi extends t.Plugin{static get[ii(366)](){return ii(371)}static get[ii(385)](){return[Yr]}constructor(t){const e=ii;super(t),this[e(380)](e(398),!1),this.on(e(360),((t,n,o)=>{const s=e;o?this[s(394)]():this[s(362)]()}))}[ii(386)](){const t=ii;!this[t(398)]&&this[t(389)][t(364)][t(370)](t(363))&&(this[t(398)]=!0)}[ii(394)](){const t=ii;for(const[e,n]of this[t(389)][t(374)])n[t(391)]&&t(369)!==e&&n[t(399)](t(373));this[t(389)][t(395)][t(379)](t(372))&&this[t(389)][t(395)][t(370)](t(372))[t(399)](t(373));const e=this[t(389)][t(377)][t(388)][t(375)];this[t(358)](e,t(384),(e=>e[t(387)]()),{priority:t(361)}),this[t(358)](e,t(382),(e=>e[t(387)]()),{priority:t(361)}),this[t(358)](e,t(376),(e=>e[t(387)]()),{priority:t(361)})}[ii(362)](){const t=ii;for(const[e,n]of this[t(389)][t(374)])n[t(391)]&&t(369)!==e&&n[t(396)](t(373));this[t(397)](this[t(389)][t(377)][t(388)][t(375)])}}const ui=li;function li(t,e){const n=di();return(li=function(t,e){return n[t-=279]})(t,e)}function di(){const t=["isActive","annotationsuis-annotation-mismatch","10PGpySp","3148502uiLBDv","listenTo","refilterAnnotations","_uisData","detach","size","422439ldwpWK","10613208AkBboI","setActiveAnnotation","deactivateAll","activeAnnotations","remove","annotationsuis-register-invalid-interface","attach","delete","register","push","destroy","annotationsuis-missing-ui","14665272xymLsR","has","find","annotationsuis-register-already-registered","_activateAnnotation","context","_visibleAnnotations","type","get","4693635oDjisg","requires","4638300BGaGIX","deactivate","plugins","length","AnnotationsUIs","_addActiveAnnotation","_setSelectedAnnotations","switchTo","_removeActiveAnnotation","from","init","filter","set","_uis","change:activeAnnotation","hasActive","_assertAnnotationDoesNotBelongToMultipleUIs","pluginName","activeUIs","stopListening","1240904nsBmZW","function","add","_deactivateAllAnnotations","activate","collection"];return(di=function(){return t})()}!function(t,e){const n=li,o=t();for(;;)try{if(891030===parseInt(n(320))/1+-parseInt(n(328))/2*(-parseInt(n(335))/3)+parseInt(n(300))/4+parseInt(n(298))/5+-parseInt(n(336))/6+parseInt(n(329))/7+-parseInt(n(289))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(di);class mi extends t.ContextPlugin{static get[ui(299)](){return[pr]}static get[ui(317)](){return ui(304)}constructor(t){const e=ui;super(t),this[e(318)]=new Set,this[e(313)]=new Map,this[e(332)]=new Map}[ui(310)](){const t=ui,e=this[t(294)][t(302)][t(297)](pr);this[t(330)](e,t(293),((e,n)=>{const o=t;for(const t of this[o(318)]){const e=this[o(313)][o(297)](t);(0,this[o(332)][o(297)](t)[o(311)])(n)&&e[o(337)](n)}})),this[t(330)](e,t(323),(()=>{const e=t;for(const t of this[e(318)])this[e(313)][e(297)](t)[e(337)](null)})),this[t(330)](e[t(295)],t(322),((e,n)=>{this[t(316)](n)}))}[ui(315)](){const t=ui;return this[t(318)][t(334)]>0}[ui(326)](t){const e=ui;return this[e(318)][e(290)](t)}[ui(324)](t,n=(()=>!0)){const o=ui,s=this[o(294)][o(302)][o(297)](pr);if(!this[o(313)][o(290)](t))throw new e.CKEditorError(o(288),this,{uiName:t});this[o(326)](t)&&this[o(301)](t),this[o(318)][o(322)](t);const r=new hr;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(491)](s);e[o(500)](t,o(491),((t,s)=>{const r=o;n(s)&&e[r(491)](s)})),e[o(500)](t,o(493),((t,n)=>{const s=o;e[s(518)](n)&&e[s(493)](n)}))})({source:s[o(295)],target:r,filter:n}),this[o(332)][o(312)](t,{collection:r,filter:n});const i=this[o(313)][o(297)](t);i[o(283)](r),this[o(330)](i,o(314),((t,e,n,r)=>{const i=o;r&&s[i(308)](r),n&&s[i(305)](n)}))}[ui(301)](t){const n=ui;if(this[n(318)][n(284)](t),!this[n(313)][n(290)](t))throw new e.CKEditorError(n(288),this,{uiName:t});const o=this[n(313)][n(297)](t);o[n(333)](),this[n(319)](o),this[n(332)][n(297)](t)[n(325)][n(287)](),this[n(332)][n(284)](t)}[ui(307)](t){const n=ui;if(!this[n(313)][n(290)](t))throw new e.CKEditorError(n(288),this,{uiName:t});const o=this[n(294)][n(302)][n(297)](pr),s=Array[n(309)](o[n(280)])[0]||null;this[n(279)](),this[n(324)](t);const r=this[n(313)][n(297)](t);r[n(337)](s),r[n(306)]&&s&&r[n(306)]([s])}[ui(279)](){const t=ui;for(const e of this[t(318)])this[t(301)](e)}[ui(285)](t,n){const o=ui;if(this[o(313)][o(290)](t))throw new e.CKEditorError(o(292));if(o(321)!=typeof n[o(283)]||o(321)!=typeof n[o(333)]||o(321)!=typeof n[o(337)])throw new e.CKEditorError(o(282),null);this[o(313)][o(312)](t,n)}[ui(331)](){const t=ui,e=this[t(294)][t(302)][t(297)](pr)[t(325)],n=new Map,o=Array[t(309)](this[t(318)]);for(const e of this[t(318)]){const o=this[t(332)][t(297)](e)[t(325)];for(const s of o)n[t(312)](s,e)}for(const s of e){const e=n[t(297)](s);this[t(316)](s);const r=o[t(291)]((e=>this[t(332)][t(297)](e)[t(311)](s)));e!==r&&(e&&this[t(332)][t(297)](e)[t(325)][t(281)](s),r&&this[t(332)][t(297)](r)[t(325)][t(322)](s))}}[ui(287)](){const t=ui;this[t(279)](),super[t(287)]()}[ui(316)](t){const n=ui,o=[];for(const e of this[n(318)])(0,this[n(332)][n(297)](e)[n(311)])(t)&&o[n(286)](e);if(o[n(303)]>1)throw new e.CKEditorError(n(327),null,{matchedUIs:o,annotationType:t[n(296)]})}}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=["div","ck-reset","5999iCHzco","344186PNMSfe","78oRmzjf","6495150GXFfXa","class","minHeight","204400gbDepL","createCollection","bindTemplate","setTemplate","1776WqfSCU","1JXLNbY","set","972009yIUpqc","number","list","81540BqHFyw","ck-sidebar","85985jtEeqG"];return(gi=function(){return t})()}function vi(t,e){const n=gi();return(vi=function(t,e){return n[t-=412]})(t,e)}!function(t,e){const n=vi,o=t();for(;;)try{if(122674===parseInt(n(414))/1*(parseInt(n(425))/2)+parseInt(n(419))/3+parseInt(n(430))/4+-parseInt(n(421))/5*(-parseInt(n(426))/6)+parseInt(n(424))/7*(parseInt(n(413))/8)+parseInt(n(416))/9+-parseInt(n(427))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gi);const bi=(0,e.toUnit)("px");class ki extends go.View{constructor(t){const e=vi;super(t);const n=this[e(432)];this[e(415)](e(429),0),this[e(415)](e(428),""),this[e(418)]=this[e(431)](),this[e(412)]({tag:e(422),attributes:{class:["ck",e(420),e(423),n.to(e(428))],style:{minHeight:n.to(e(429),(t=>e(417)==typeof t?bi(t+10):null))}},children:this[e(418)]})}}const wi=_i;function Ii(){const t=["clear","15NrUNzb","height","element","4473512nuGlME","top","9zxyzXI","ck-sidebar-item--no-animation","11856411XZnggY","413223RkLPva","bottom","5681511nNIhkv","_mutationObserver","clientHeight","attach","11240352hvBTIf","bindTemplate","2TJBJfo","ck-sidebar-item","render","isAnimationDisabled","1824488UkmApV","setTemplate","updateHeight","_targetTop","15778800PQYgKS","destroy","div","bind","detach","createCollection","set","content"];return(Ii=function(){return t})()}function _i(t,e){const n=Ii();return(_i=function(t,e){return n[t-=105]})(t,e)}!function(t,e){const n=_i,o=t();for(;;)try{if(951320===-parseInt(n(128))/1*(parseInt(n(136))/2)+parseInt(n(130))/3+-parseInt(n(107))/4*(parseInt(n(120))/5)+-parseInt(n(134))/6+parseInt(n(127))/7+parseInt(n(123))/8*(-parseInt(n(125))/9)+parseInt(n(111))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ii);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=_i;super(t),this[e(117)](e(124),0),this[e(117)](e(121),0),this[e(114)](e(129)).to(this,e(124),this,e(121),((t,e)=>t+e)),this[e(117)](e(106),!1),this[e(131)]=Js((()=>this[e(109)]())),this[e(110)]=null,this[e(118)]=this[e(116)]();const n=this[e(135)];this[e(108)]({tag:e(113),attributes:{class:[e(137),n.to(e(106),(t=>t?e(126):""))],style:{top:n.to(e(124),(t=>yi(t)))}},children:this[e(118)]})}[wi(105)](){const t=wi;super[t(105)](),this[t(131)][t(133)](this[t(122)])}[wi(109)](){const t=wi,e=this[t(122)][t(132)];e&&(this[t(121)]=e)}[wi(112)](){const t=wi;this[t(118)][t(119)](),this[t(131)][t(115)](),super[t(112)]()}}function Ai(){const t=["get","bottom","add","locale","_spaceBetweenItems","height","view","35FdKKAL","define","clear","442812ULQVss","rearrange","container","sidebar.preventScrollOutOfView","4675690LoHkQN","context","push","_alignBeforeItem","list","remove","pluginName","class","_targetTop","_recalculate","change:bottom","_destroySidebarItemView","_alignToTargetRect","refresh","_lastItem","2123112eiMptF","_setItemTop","change:top","_getItemBefore","22765uGPEuw","_getItemAfter","_activeAnnotation","delete","_alignAfterItem","render","1047FkRoeC","760KzxgHn","getIndex","set","max","length","Sidebar","sidebar-attachtocontainer-missing-container","18cFvSPa","appendChild","isAnimationDisabled","change:targetRect","600oiXiRh","1479569ajvnBr","updateHeight","config","addAnnotation","element","change:_lastItem","bind","isActive","_attachToContainer","_recalculateBuffer","_detachFromContainer","_updateLastItem","sidebar.container","sidebar-setcontainer-invalid-element","object","_annotationToSidebarItemView","stopListening","_getTargetTop","_createSidebarView","_annotations","unbind","11gaiKOQ","listenTo","nodeType","getSidebarItemView","minHeight","destroy","25713YmOJfj","_sidebarItemViewToAnnotation","targetRect","last","target","init","_getMaxAvailableTop","_alignForTopChange","setContainer","top","content","_alignForBottomChange"];return(Ai=function(){return t})()}const Ti=Ei;function Ei(t,e){const n=Ai();return(Ei=function(t,e){return n[t-=271]})(t,e)}!function(t,e){const n=Ei,o=t();for(;;)try{if(444785===parseInt(n(353))/1+parseInt(n(360))/2*(parseInt(n(359))/3)+parseInt(n(330))/4*(-parseInt(n(327))/5)+parseInt(n(276))/6*(parseInt(n(281))/7)+parseInt(n(280))/8*(-parseInt(n(308))/9)+parseInt(n(334))/10+-parseInt(n(302))/11*(-parseInt(n(349))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ai);class xi extends t.ContextPlugin{static get[Ti(340)](){return Ti(274)}constructor(t){const e=Ti;super(t),this[e(271)](e(348),void 0),this[e(326)]=this[e(299)](),this[e(271)](e(332),null),this[e(324)]=25,this[e(309)]=new Map,this[e(296)]=new Map,this[e(335)][e(283)][e(328)](e(333),!1),this[e(300)]=null,this[e(355)]=null,this[e(290)]=[]}[Ti(313)](){const t=Ti,e=this[t(335)][t(283)][t(320)](t(293));e&&this[t(316)](e)}[Ti(316)](t){const n=Ti;if(!ji(t))throw new e.CKEditorError(n(294));this[n(332)]=t}[Ti(289)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ti;if(!ji(this[o(332)]))throw new e.CKEditorError(o(275),this);this[o(332)][o(277)](this[o(326)][o(285)]),this[o(326)][o(341)]=t,this[o(324)]=n}[Ti(331)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ti,s=this[o(305)](t);this[o(326)][o(338)][o(339)](s),this[o(345)](t),e&&this[o(346)](this[o(305)](e)),n&&this[o(346)](this[o(305)](n)),this[o(292)]()}[Ti(347)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ti;if(this[o(355)]=e,t){t[o(288)]=!1;const e=this[o(305)](t);e&&n&&(e[o(278)]=!1)}if(e){const t=this[o(305)](e);t&&(e[o(288)]=!0,n&&(t[o(278)]=!0,t[o(317)]+=1),this[o(346)](t))}}[Ti(291)](t){const e=Ti;if(this[e(326)][e(285)][e(339)](),t)for(const n of t)this[e(345)](n);this[e(326)][e(338)][e(329)](),this[e(326)][e(341)]="",this[e(348)]=null}[Ti(284)](t,e){const n=Ti;e||(e=t[n(326)]);const o=new Ci(this[n(335)][n(323)]);this[n(309)][n(271)](o,t),this[n(296)][n(271)](t,o),o[n(318)][n(322)](e),this[n(303)](t[n(326)],n(279),((e,s,r)=>{const i=n,c=this[i(298)](t,r);o[i(342)]!=c&&(o[i(342)]=c,this[i(350)](o,c))})),this[n(303)](o,n(351),(()=>{const t=n;this[t(343)](o,t(317))})),this[n(303)](o,n(344),(()=>{const t=n;this[t(343)](o,t(321))})),this[n(346)](o);const s=this[n(352)](o);return s&&this[n(357)](s,o)||this[n(346)](o),this[n(292)](),this[n(326)][n(338)][n(322)](o),o}[Ti(315)](t){const e=Ti;if(!t[e(318)][e(273)])return;const n=this[e(352)](t);if(!n)return;const o=this[e(309)][e(320)](n),s=this[e(355)];s&&s===o?this[e(357)](n,t):this[e(337)](t,n)}[Ti(319)](t){const e=Ti;if(!t[e(318)][e(273)])return;const n=this[e(354)](t);if(!n)return;const o=this[e(309)][e(320)](n),s=this[e(335)][e(283)][e(320)](e(333)),r=this[e(355)];r&&r===o&&s?(this[e(337)](n,t),this[e(357)](t,n)):r&&r===o?this[e(337)](n,t):this[e(357)](t,n)}[Ti(343)](t,e){const n=Ti;0===this[n(290)][n(273)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(290)])t(317)===n?this[t(315)](e):this[t(319)](e);this[t(290)]=[]}),10),this[n(290)][n(336)]({sidebarItemView:t,changedProp:e})}[Ti(305)](t){const e=Ti;return this[e(296)][e(320)](t)}[Ti(307)](){const t=Ti;this[t(297)](),this[t(326)][t(307)]()}[Ti(345)](t){const e=Ti,n=this[e(305)](t);this[e(297)](n),this[e(297)](t[e(326)]),n[e(307)](),this[e(296)][e(356)](t),this[e(309)][e(356)](n)}[Ti(299)](){const t=Ti,e=new ki(this[t(335)][t(323)]);return e[t(358)](),this.on(t(286),((n,o,s,r)=>{const i=t;r&&e[i(301)](i(306)),s?e[i(287)](i(306)).to(s,i(321)):e[i(306)]=null})),e}[Ti(292)](){const t=Ti;var e;this[t(348)]=(null===(e=this[t(300)])||void 0===e?void 0:e[t(311)])?this[t(305)](this[t(300)][t(311)]):null}[Ti(352)](t){const e=Ti;var n;const o=this[e(309)][e(320)](t),s=o&&(null===(n=this[e(300)])||void 0===n?void 0:n[e(320)](this[e(300)][e(361)](o)-1));return s&&this[e(305)](s)||null}[Ti(354)](t){const e=Ti;var n;const o=this[e(309)][e(320)](t),s=o&&(null===(n=this[e(300)])||void 0===n?void 0:n[e(320)](this[e(300)][e(361)](o)+1));return s&&this[e(305)](s)||null}[Ti(337)](t,e){const n=Ti;t[n(282)]();const o=Mi(e[n(321)]+this[n(324)],t[n(317)]);return!!o&&(this[n(350)](e,e[n(317)]-o),!0)}[Ti(357)](t,e){const n=Ti;t[n(282)]();const o=Mi(t[n(321)]+this[n(324)],e[n(317)]);return!!o&&(this[n(350)](e,e[n(317)]+o,!1),!0)}[Ti(346)](t){const e=Ti,n=this[e(309)][e(320)](t);if(!n||!n[e(312)]||!n[e(310)])return;const o=this[e(298)](n,n[e(310)]);this[e(350)](t,o)}[Ti(298)](t,n){const o=Ti;if(null===n)return 0;if(t[o(312)]instanceof e.Rect)return n[o(317)];{const t=new e.Rect(this[o(326)][o(285)])[o(317)];return n[o(317)]-t}}[Ti(350)](t,e,n=this[Ti(335)][Ti(283)][Ti(320)](Ti(333))){const o=Ti;n&&(e=Math[o(272)](e,this[o(314)](t))),t[o(317)]=e}[Ti(314)](t){const e=Ti;let n=this[e(352)](t),o=0;for(;n;)n[e(282)](),o+=this[e(324)]+n[e(325)],n=this[e(352)](n);return o}}function Mi(t,e){return Math[Ti(272)](t-e,0)}function ji(t){const e=Ti;return null!==t&&e(295)==typeof t&&1===t[e(304)]}function Oi(){const t=["ck-sidebar--wide","refresh","add","addAnnotation","ready","context","addEventListener","get","editors","requires","5415312Jxbiua","pluginName","_destroyEditorAnnotationsIntegration","1366250flRhVK","hasDomSelection","has","listenTo","updateTargetRect","_annotations","plugins","_detachFromContainer","container","_refreshPositioningDebounced","rearrange","9yLgEJP","annotations","EditorAnnotations","off","_integrateWithEditorAnnotations","activeAnnotation","setActiveAnnotation","widesidebar-detach-not-attached","widesidebar-attach-already-attached","stop","refreshPositioning","5332512lWCRZu","removeEventListener","init","uiUpdate","isAttached","resize","8921340SIbile","cancel","30102992tYaBvJ","WideSidebar","change:container","focus","register","6cVxJuU","_attachToContainer","remove","5030179zLwEsL","2636690Eynjsp","wideSidebar","attach","set:container","set","blur","switchTo","_editorAnnotations","high","_activeAnnotation","detach","destroy","stopListening","getOrderedSelectedAnnotations","from"];return(Oi=function(){return t})()}const Ri=Vi;function Vi(t,e){const n=Oi();return(Vi=function(t,e){return n[t-=376]})(t,e)}!function(t,e){const n=Vi,o=t();for(;;)try{if(987382===parseInt(n(436))/1+parseInt(n(408))/2+parseInt(n(391))/3+parseInt(n(433))/4+-parseInt(n(397))/5+parseInt(n(404))/6*(parseInt(n(407))/7)+parseInt(n(399))/8*(-parseInt(n(380))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Oi);class Ni extends t.ContextPlugin{static get[Ri(432)](){return[xi,mi]}static get[Ri(434)](){return Ri(400)}constructor(t){const n=Ri;super(t),this[n(395)]=!1,this[n(412)](n(385),null),this[n(381)]=null,this[n(415)]=new e.Collection,this[n(378)]=Hs((()=>{const t=n;this[t(381)][t(390)]()}),250,{leading:!1})}[Ri(393)](){const t=Ri,e=this[t(428)][t(442)][t(430)](mi),n=this[t(428)][t(442)][t(430)](xi);e[t(403)](t(409),this),n[t(377)]&&e[t(414)](t(409))}[Ri(386)](t){const e=Ri;if(t===this[e(385)])return;const n=this[e(428)][e(442)][e(430)](xi);n[e(417)]=t;const o=this[e(385)];this[e(385)]=t,n[e(424)]({blurredAnnotation:o,activatedAnnotation:this[e(385)]})}[Ri(410)](n){const o=Ri;this[o(381)]=n;const s=this[o(428)][o(442)][o(430)](xi);if(s[o(441)]=n,this[o(395)])throw new e.CKEditorError(o(388),this);this[o(395)]=!0,this[o(439)](s,o(411),(()=>{const t=o;this[t(418)](),this[t(439)](s,t(401),(e=>{const o=t;e[o(383)](),this[o(410)](n)}))})),s[o(405)]({viewClass:o(423)});const r=t=>{const e=o;t[e(440)](),s[e(426)](t)};for(const t of n)r(t);this[o(439)](n,o(425),((t,e)=>{r(e)})),this[o(439)](n,o(406),((t,e,r)=>{const i=o;s[i(379)]({removedAnnotation:e,previousAnnotation:n[i(430)](r-1),nextAnnotation:n[i(430)](r+1)}),e===this[i(385)]&&this[i(386)](null)}),{priority:o(416)}),this[o(439)](n,o(402),((t,e)=>{this[o(386)](e)})),this[o(439)](n,o(413),(()=>{this[o(386)](null)}));const i=this[o(428)]instanceof t.Context?this[o(428)][o(431)]:new e.Collection([this[o(428)]]);for(const t of i)this[o(384)](t);this[o(439)](i,o(425),((t,e)=>{const n=o;this[n(439)](e,n(427),(()=>{this[n(384)](e)}))})),this[o(439)](i,o(406),((t,e)=>{const n=o;e[n(442)][n(438)](n(382))&&this[n(435)](e[n(442)][n(430)](n(382)))})),window[o(429)](o(396),this[o(378)]),this[o(381)][o(390)]()}[Ri(418)](){const n=Ri;if(!this[n(395)])throw new e.CKEditorError(n(387),this);this[n(386)](null);const o=this[n(428)][n(442)][n(430)](xi);o[n(376)](this[n(381)]),this[n(420)](o),this[n(420)](this[n(381)]),this[n(428)]instanceof t.Context&&this[n(420)](this[n(428)][n(431)]);for(const t of Array[n(422)](this[n(415)]))this[n(435)](t);window[n(392)](n(396),this[n(378)]),this[n(378)][n(398)](),this[n(385)]=null,this[n(395)]=!1,this[n(381)]=null}[Ri(419)](){const t=Ri;this[t(395)]&&this[t(418)]()}[Ri(384)](t){const e=Ri,n=t[e(442)][e(430)](Rr);if(!n)return;const o=()=>{const t=e,o=n[t(421)]({annotations:this[t(381)],activeAnnotation:this[t(385)]});this[t(386)](o[0]||null)};this[e(439)](n,e(424),o),this[e(439)](n,e(413),((t,{isAnnotationTracked:n})=>{const o=e;this[o(385)]&&n(this[o(385)])&&this[o(386)](null)})),this[e(439)](n,e(394),(()=>{this[e(378)]()})),this[e(439)](this[e(381)],e(413),(t=>{const s=e;n[s(437)]()&&(o(),t[s(389)]())}),{priority:e(416)}),this[e(415)][e(425)](n)}[Ri(435)](t){const e=Ri;this[e(420)](t),this[e(415)][e(406)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=381]})(t,e)}function Di(){const t=["6OLnaer","counterView","ck-annotation-counter","annotationType","setTemplate","extendTemplate","add","isDirty","_badge","...","1006655vHrRrI","bind","number","2fdeShg","6431312jXcypi","icon","20qublAC","1354830hfKPLi","ck-annotation-counter__badge--","bindTemplate","382617iKKvDe","children","ck-annotation-counter__badge--edit-mode","3300975FRxmvh","ck-annotation-counter__badge","toString","3629305vZoucE","9555714Ylcdwu","set","span"];return(Di=function(){return t})()}!function(t,e){const n=Si,o=t();for(;;)try{if(703453===parseInt(n(405))/1*(parseInt(n(408))/2)+-parseInt(n(385))/3*(-parseInt(n(381))/4)+-parseInt(n(391))/5*(-parseInt(n(395))/6)+-parseInt(n(392))/7+-parseInt(n(409))/8+parseInt(n(388))/9+parseInt(n(382))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(384)];this[e(393)](e(402),!1),this[e(393)](e(407),0),this[e(406)](e(403)).to(this,e(402),this,e(407),((t,n)=>t?e(404):n[e(390)]())),this[e(393)](e(398),""),this[e(410)]=ei,this[e(400)]({attributes:{class:[e(397)]}}),this[e(396)]=new go.View,this[e(396)][e(399)]({tag:e(394),attributes:{class:[e(389),n.to(e(398),(t=>e(383)+t)),n.if(e(402),e(387))]},children:[{text:n.to(e(403))}]}),this[e(386)][e(401)](this[e(396)])}}var Li=n(197),Bi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Li.A,Bi);Li.A.locals;const Ki=zi;function zi(t,e){const n=Ui();return(zi=function(t,e){return n[t-=295]})(t,e)}function Ui(){const t=["preventDefault","balloonPanelView","_annotationToNarrowView","getByView","222UHomDI","high","target","first","_domEmitter","resize","blur","has","mousedown","context","addEventListener","addAnnotation","_annotations","keydown","_manuallyClosedAnnotationViews","_destroyEditorAnnotationsIntegration","getOrderedSelectedAnnotations","NarrowSidebar","bind","view","annotationType","narrowSidebar","preventClosingBalloon","destroy","number","requires","keyCode","defaultPositions","1960148yNpflz","_refreshPositioningDebounced","annotations","activeAnnotation","removeEventListener","find","_editorAnnotations","3542sTkwIw","getSidebarItemView","get","listenTo","southArrowNorth","bodyCollection","isAttached","stopPropagation","southArrowNorthWest","ready","detachFromDom","isVisible","southArrowNorthEast","stop","10507041FtRcaU","clear","pin","_attachToContainer","refresh","add","locale","from","_setSelectedAnnotations","includes","attachToDom","northArrowSouthEast","1662895eedXPU","_attachListeners","6203sBiHAL","_showBalloon","EditorAnnotations","delete","hasDomSelection","ck-sidebar--narrow","plugins","_detachListeners","_hideBalloon","attach","content","editors","northArrowSouth","refreshPositioning","detach","rearrange","focus","northArrowSouthWest","init","stopListening","2367678WDHYzm","register","setActiveAnnotation","values","Esc","2086275CGYymx","_integrateWithEditorAnnotations","narrowsidebar-attach-already-attached","esc","contains","change:container","set:container","_selectedAnnotations","13976bZJfbm","cancel","type","uiUpdate","unpin","focusableElements","narrowsidebar-detach-not-attached","_refreshPositioning","_detachFromContainer","change:height","set","length","pluginName","_updateBalloonPosition","isDirty","element","low","remove","off","create","execute"];return(Ui=function(){return t})()}!function(t,e){const n=zi,o=t();for(;;)try{if(450196===-parseInt(n(378))/1*(-parseInt(n(315))/2)+parseInt(n(403))/3+-parseInt(n(343))/4+-parseInt(n(376))/5+-parseInt(n(398))/6+parseInt(n(350))/7*(-parseInt(n(411))/8)+parseInt(n(364))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ui);class Fi extends t.ContextPlugin{static get[Ki(340)](){return[xi,mi]}static get[Ki(302)](){return Ki(332)}constructor(t){const n=Ki;super(t),this[n(356)]=!1,this[n(329)]=new Set,this[n(319)]=Object[n(309)](e.DomEmitterMixin),this[n(313)]=new Map,this[n(300)](n(346),null),this[n(345)]=null,this[n(410)]=[],this[n(349)]=new e.Collection,this[n(344)]=Hs((()=>{this[n(297)]()}),250,{leading:!1})}[Ki(396)](){const t=Ki;this[t(324)][t(384)][t(352)](mi)[t(399)](t(336),this),this[t(355)]=new go.BodyCollection(this[t(324)][t(370)]),this[t(312)]=new go.BalloonPanelView(this[t(324)][t(370)]),this[t(355)][t(374)](),this[t(355)][t(369)](this[t(312)])}[Ki(387)](n){const o=Ki;this[o(345)]=n;const s=this[o(324)][o(384)][o(352)](xi),r=this[o(312)];if(s[o(327)]=n,this[o(356)])throw new e.CKEditorError(o(405),this);this[o(356)]=!0,this[o(353)](s,o(409),(()=>{const t=o;this[t(392)](),this[t(353)](s,t(408),(e=>{const o=t;e[o(308)](),this[o(387)](n)}))})),s[o(367)]({viewClass:o(383),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(324)][e(370)]);s[e(326)](t,n),this[e(313)][e(300)](t,n),n[e(333)](e(304),e(335),e(339)).to(t[e(334)],e(304),e(413),e(301)),n.on(e(310),(()=>{const n=e;this[n(329)][n(365)](),r[n(388)][n(318)]!==t[n(334)]?(this[n(379)](t),t[n(334)][n(305)][n(394)](),this[n(400)](t)):this[n(400)](null)}))};for(const t of n)i(t);this[o(353)](n,o(369),((t,e)=>{i(e)})),this[o(353)](n,o(307),((t,e,r)=>{const i=o;this[i(313)][i(352)](e)[i(338)](),this[i(313)][i(381)](e),s[i(393)]({removedAnnotation:e,previousAnnotation:n[i(352)](r-1),nextAnnotation:n[i(352)](r+1)}),e===this[i(346)]&&this[i(400)](null)}),{priority:o(306)}),this[o(353)](n,o(394),((t,e)=>{this[o(400)](e)})),this[o(353)](n,o(321),(()=>{this[o(400)](null)})),this[o(319)][o(353)](document,o(328),((t,n)=>{const s=o;n[s(341)]===e.keyCodes[s(406)]&&r[s(361)]&&(this[s(329)][s(369)](r[s(388)][s(318)]),this[s(386)](),n[s(357)](),n[s(311)]())})),this[o(319)][o(353)](document,o(323),((t,e)=>{const n=o,i=e[n(317)];r[n(361)]&&r[n(305)][n(407)](i)||s[n(334)][n(305)][n(407)](i)||t[n(337)]||this[n(346)]&&this[n(346)][n(295)][n(348)]((t=>t[n(407)](i)))||(this[n(329)][n(365)](),this[n(386)](),this[n(400)](null))}));const c=this[o(324)]instanceof t.Context?this[o(324)][o(389)]:new e.Collection([this[o(324)]]);for(const t of c)this[o(404)](t);this[o(353)](c,o(369),((t,e)=>{const n=o;this[n(353)](e,n(359),(()=>{this[n(404)](e)}))})),this[o(353)](c,o(307),((t,e)=>{const n=o;e[n(384)][n(322)](n(380))&&this[n(330)](e[n(384)][n(352)](n(380)))})),window[o(325)](o(320),this[o(344)]),this[o(297)]()}[Ki(400)](t){const e=Ki;if(t===this[e(346)])return;const n=this[e(324)][e(384)][e(352)](xi);n[e(368)]({blurredAnnotation:this[e(346)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(351)](t)?this[e(379)](t):this[e(386)](),this[e(346)]=t}[Ki(392)](){const n=Ki;if(!this[n(356)])throw new e.CKEditorError(n(296),this);this[n(400)](null);const o=this[n(324)][n(384)][n(352)](xi);this[n(386)](),Array[n(371)](this[n(313)][n(401)](),(t=>t[n(338)]())),this[n(313)][n(365)](),o[n(298)](this[n(345)]),this[n(397)](),this[n(319)][n(397)](),this[n(324)]instanceof t.Context&&this[n(397)](this[n(324)][n(389)]);for(const t of Array[n(371)](this[n(349)]))this[n(330)](t);window[n(347)](n(320),this[n(344)]),this[n(344)][n(412)](),this[n(410)]=[],this[n(356)]=!1,this[n(345)]=null}[Ki(338)](){const t=Ki;this[t(356)]&&this[t(392)](),this[t(355)][t(360)]()}[Ki(404)](t){const e=Ki,n=t[e(384)][e(352)](Rr),o=this[e(324)][e(384)][e(352)](xi),s=this[e(345)],r=this[e(312)],i=()=>{const t=e,o=n[t(331)]({annotations:this[t(345)],activeAnnotation:this[t(346)]});this[t(372)](o),this[t(400)](o[0]||null)};this[e(353)](n,e(368),i),this[e(353)](n,e(321),((t,{isAnnotationTracked:n})=>{const o=e;this[o(346)]&&n(this[o(346)])&&(this[o(372)]([]),this[o(400)](null))})),this[e(353)](n,e(414),(()=>{this[e(344)]()})),this[e(353)](s,e(321),(t=>{const o=e;n[o(382)]()&&t[o(363)]()}),{priority:e(316)}),this[e(353)](this[e(319)],e(323),((t,s)=>{const c=e,a=s[c(317)];r[c(361)]&&r[c(305)][c(407)](a)||o[c(334)][c(305)][c(407)](a)||this[c(346)]&&n[c(382)]()&&(i(),t[c(337)]=!0)}),{priority:e(316)}),this[e(349)][e(369)](n)}[Ki(330)](t){const e=Ki;t&&(this[e(397)](t),this[e(349)][e(307)](t))}[Ki(372)](t){const e=Ki;for(const n of this[e(410)])t[e(373)](n)||this[e(329)][e(381)](n[e(334)]);this[e(410)]=t}[Ki(297)](){const t=Ki,e=this[t(312)];this[t(345)][t(391)](),e[t(361)]&&this[t(303)]()}[Ki(379)](t){const e=Ki;if(this[e(329)][e(322)](t[e(334)]))return;const n=this[e(312)][e(388)][e(318)];n!==t[e(334)]?(n&&this[e(385)](n),this[e(377)](t[e(334)]),this[e(312)][e(388)][e(365)](),this[e(312)][e(388)][e(369)](t[e(334)]),this[e(303)]()):this[e(303)]()}[Ki(303)](){const t=Ki,e=this[t(312)][t(388)][t(318)],n=e&&this[t(345)][t(314)](e);if(!n||!this[t(313)][t(322)](n))return;const o=this[t(313)][t(352)](n)[t(305)],s=function(){const e=t,n=go.BalloonPanelView[e(342)];return[n[e(362)],n[e(375)],n[e(354)],n[e(390)],n[e(358)],n[e(395)]]}();this[t(312)][t(366)]({target:o,positions:s})}[Ki(386)](){const t=Ki,e=this[t(312)],n=e[t(388)][t(318)];n&&(this[t(385)](n),e[t(415)](),e[t(388)][t(365)]())}[Ki(377)](t){const e=Ki;this[e(353)](t,e(299),(()=>this[e(303)]())),this[e(353)](t,e(402),((n,o)=>{const s=e;this[s(329)][s(369)](t),this[s(386)](),o()}))}[Ki(385)](t){this[Ki(397)](t)}}var Wi=n(874),Hi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wi.A,Hi);Wi.A.locals;const qi=Ji;function Xi(){const t=["context","Esc","getOrderedSelectedAnnotations","131809qtEEzs","switchTo","selection","register","has","includes","mousedown","set","6GepCZx","attach","visibleView","addObserver","domConverter","editor","keystrokes","update","showStack","_balloon","from","16748tPXvjB","setActiveAnnotation","blur","5280djJQBG","8ZPXibq","plugins","getFirstRange","hasActive","_selectedAnnotations","_addedAnnotations","inline","view","change:visibleView","add","_forceRefresh","135bcubMg","inlineannotations-attach-already-attached","inlineannotations-not-allowed-with-context","left","init","isFocused","_getBalloonTargetForAnnotation","document","_manuallyClosed","_removeAnnotationFromBalloon","collapse","map","listenTo","_addAnnotationToBalloon","focus","182AAxcUT","right","512652wyyKaL","target","editableElement","remove","pluginName","width","327929RmNtpU","viewRangeToDom","_setSelectedAnnotations","getBoundingClientRect","annotations","isActive","inlineannotations-detach-not-attached","focusTracker","stopListening","detach","isAttached","getByView","delete","push","find","getClientRects","clear","fromRect","refresh","afterInit","top","1473525baoGeM","updatePosition","3696EDhPas","activeAnnotation","change:isFocused","every","InlineAnnotations","2gBlAEJ","_closeAnnotation","hasView","length","targetRect","change:height","1913645TPNITz","get","requires","bottom","editing","destroy"];return(Xi=function(){return t})()}function Ji(t,e){const n=Xi();return(Ji=function(t,e){return n[t-=299]})(t,e)}!function(t,e){const n=Ji,o=t();for(;;)try{if(211441===-parseInt(n(370))/1*(parseInt(n(355))/2)+-parseInt(n(304))/3*(-parseInt(n(389))/4)+-parseInt(n(361))/5+-parseInt(n(378))/6*(parseInt(n(327))/7)+parseInt(n(393))/8*(parseInt(n(348))/9)+-parseInt(n(392))/10*(parseInt(n(350))/11)+parseInt(n(321))/12*(parseInt(n(319))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Xi);class Gi extends t.Plugin{static get[qi(363)](){return[Rr,go.ContextualBalloon,mi]}static get[qi(325)](){return qi(354)}constructor(t){const e=qi;super(t),t[e(365)][e(300)][e(381)](To.MouseObserver),this[e(337)]=!1,this[e(377)](e(351),null),this[e(331)]=null,this[e(312)]=new Set,this[e(387)]=t[e(394)][e(362)](go.ContextualBalloon),this[e(398)]=new Set,this[e(397)]=[],this[e(303)]=!1}[qi(308)](){const t=qi,e=this[t(383)][t(394)][t(362)](mi);e[t(367)]===this[t(383)]&&(e[t(373)](t(299),this),this[t(383)][t(384)][t(377)](t(368),((e,n)=>{const o=t,s=this[o(387)];if(this[o(337)]&&s[o(380)]){const t=this[o(331)][o(338)](s[o(380)]);t&&this[o(356)](t),n()}})))}[qi(346)](){const t=qi,e=this[t(383)][t(394)][t(362)](mi);e[t(367)]===this[t(383)]&&(e[t(396)]()||e[t(371)](t(299)))}[qi(390)](t){const e=qi;t!==this[e(351)]&&(this[e(351)]&&(this[e(351)][e(332)]=!1),t&&this[e(383)].ui[e(334)][e(309)]&&(this[e(331)][e(374)](t)&&this[e(317)](t,!0),t[e(332)]=!0),t||this[e(329)]([]),this[e(351)]=t)}[qi(379)](t){const n=qi;this[n(331)]=t;const o=this[n(383)][n(394)][n(362)](mi),s=this[n(387)];if(this[n(337)])throw new e.CKEditorError(n(305),this);if(o[n(367)]!==this[n(383)])throw new e.CKEditorError(n(306),this);const r=this[n(383)][n(394)][n(362)](Rr);this[n(316)](r,n(345),(()=>{const t=n,e=r[t(369)]({annotations:this[t(331)],activeAnnotation:this[t(351)]});var o,s;!this[t(303)]&&(o=e,s=this[t(397)],o[t(358)]===s[t(358)]&&o[t(353)]((e=>s[t(375)](e))))||(this[t(303)]=!1,this[t(329)](e),this[t(390)](e[0]||null))})),this[n(316)](r,n(391),((t,{isAnnotationTracked:e})=>{const o=n;this[o(351)]&&e(this[o(351)])&&(this[o(329)]([]),this[o(390)](null))})),this[n(316)](this[n(383)].ui[n(334)],n(352),((t,e,o)=>{o||this[n(390)](null)})),this[n(316)](t,n(324),((t,e)=>{const o=n;this[o(313)](e),e===this[o(351)]&&this[o(390)](null)})),this[n(316)](s,n(301),((e,o,r,i)=>{const c=n;i&&this[c(335)](i);const a=t[c(338)](r);r&&a&&(this[c(316)](r,c(360),(()=>{s[c(349)]()})),this[c(316)](r,c(368),(()=>{const t=c;this[t(356)](a),this[t(383)][t(365)][t(300)][t(318)]()})),this[c(351)]!==a&&this[c(390)](a))})),this[n(316)](this[n(383)].ui,n(385),(()=>{const e=n;s[e(380)]&&t[e(338)](s[e(380)])&&s[e(349)]()})),this[n(316)](this[n(383)][n(365)][n(300)][n(311)],n(376),(()=>{const t=n;this[t(303)]=!0,this[t(312)][t(343)]()})),this[n(383)][n(365)][n(300)][n(311)][n(372)][n(323)]&&this[n(383)][n(365)][n(300)][n(318)](),this[n(337)]=!0}[qi(336)](){const t=qi;if(!this[t(337)])throw new e.CKEditorError(t(333),this);this[t(390)](null);for(const e of this[t(398)])this[t(313)](e);this[t(335)](),this[t(337)]=!1,this[t(331)]=null}[qi(366)](){const t=qi;this[t(337)]&&this[t(336)]()}[qi(329)](t){const e=qi;for(const n of this[e(397)])t[e(375)](n)||this[e(312)][e(339)](n);for(const n of this[e(331)])t[e(375)](n)||this[e(313)](n);if(this[e(383)].ui[e(334)][e(309)])for(const n of t)this[e(317)](n);this[e(397)]=t}[qi(317)](t,e=!1){const n=qi;this[n(312)][n(374)](t)||(this[n(398)][n(374)](t)||this[n(387)][n(357)](t[n(300)])||(this[n(398)][n(302)](t),this[n(387)][n(302)]({stackId:t[n(300)].id,view:t[n(300)],position:{target:()=>this[n(310)](t)}})),e&&this[n(387)][n(386)](t[n(300)].id))}[qi(310)](t){const n=qi,o=t[n(322)],s=this[n(383)][n(365)][n(300)],r=s[n(311)][n(372)][n(395)](),i=s[n(382)][n(328)](r);if(i[n(314)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(340)](...(c=e[n(342)](),Array[n(388)](c)[n(315)](DOMRect[n(344)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(358)];n++)Yi(s,t[n])?s[e(326)]+=t[n][e(326)]:(o[e(340)](s),s=t[n]);return o[e(340)](s),o}(t);const s=i[n(330)]();return t[n(341)]((t=>t[n(347)]<=s[n(347)]&&t[n(364)]>=s[n(364)]&&t[n(307)]<=s[n(307)]&&t[n(320)]>=s[n(320)]))||t[0]}var c;return t[n(359)]||i}[qi(313)](t){const e=qi;this[e(398)][e(374)](t)&&this[e(387)][e(357)](t[e(300)])&&(this[e(398)][e(339)](t),this[e(387)][e(324)](t[e(300)]))}[qi(356)](t){const e=qi;this[e(312)][e(302)](t),this[e(313)](t)}}function Yi(t,e){const n=qi;return t[n(347)]===e[n(347)]&&t[n(364)]===e[n(364)]&&t[n(320)]===e[n(307)]}var Zi=n(353),Qi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Zi.A,Qi);Zi.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=nc;function ec(){const t=["_keystrokes","_focusables","72728YYLLho","7153908uSWrLA","294jlOIpd","bindTemplate","selectstart","ck-comments-archive__info","arrowright","21844eGgCNA","setTemplate","isActive","destroy","element","arrowup","focus","_focusCycler","render","arrowleft","425864oBMdXe","ck-hidden","length","high","_focusTracker","listenTo","5985276yWUWFZ","add","273100lPjmUL","55KwmNmm","div","stopPropagation","EMPTY_COMMENTS_ARCHIVE","ck-comments-archive__content","remove","261wKcoUJ","11AlaIkD","ck-comments-archive","shift + tab","auto","tab","975162ojcJww","isEmpty","117OyPglS","arrowdown","set"];return(ec=function(){return t})()}function nc(t,e){const n=ec();return(nc=function(t,e){return n[t-=184]})(t,e)}!function(t,e){const n=nc,o=t();for(;;)try{if(630703===-parseInt(n(195))/1+parseInt(n(209))/2*(parseInt(n(197))/3)+-parseInt(n(219))/4*(-parseInt(n(228))/5)+-parseInt(n(225))/6+parseInt(n(204))/7*(-parseInt(n(202))/8)+parseInt(n(189))/9*(parseInt(n(227))/10)+parseInt(n(190))/11*(parseInt(n(203))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ec);class oc extends go.View{constructor(t,n){const o=nc;super(t),this[o(199)](o(196),!n[o(221)]),this[o(223)]=new e.FocusTracker,this[o(200)]=new e.KeystrokeHandler,this[o(201)]=n,this[o(216)]=new go.FocusCycler({focusables:this[o(201)],focusTracker:this[o(223)],keystrokeHandler:this[o(200)],actions:{focusPrevious:o(192),focusNext:o(194)}}),this[o(224)](n,o(226),(()=>{this[o(196)]=!1})),this[o(224)](n,o(188),((t,e)=>{const s=o;e[s(211)]&&this[s(215)](),n[s(221)]||(this[s(196)]=!0)}));const s=this[o(205)];this[o(210)]({tag:o(184),attributes:{dir:o(193),class:["ck",o(191)],tabindex:-1},children:[{tag:o(184),attributes:{class:[o(187)]},children:[{tag:o(184),children:n},{tag:"p",attributes:{class:[o(207),s.if(o(196),o(220),(t=>!t))]},children:[{text:vo(t,o(186))}]}]}]})}[tc(217)](){const t=tc;super[t(217)](),this[t(200)][t(224)](this[t(213)]);const e=e=>e[t(185)]();this[t(200)][t(199)](t(208),e),this[t(200)][t(199)](t(218),e),this[t(200)][t(199)](t(214),e),this[t(200)][t(199)](t(198),e),this[t(224)](this[t(213)],t(206),((e,n)=>{n[t(185)]()}),{priority:t(222)})}[tc(212)](){const t=tc;super[t(212)](),this[t(223)][t(212)](),this[t(200)][t(212)]()}[tc(215)](){const t=tc;this[t(213)][t(215)]()}}function sc(){const t=["isActive","add","pluginName","20HfWwnf","change:archivedAt","7VnzqhV","102582AizESL","remove","3905896ehicrC","listenTo","plugins","762224BpclTB","22297rDdnAM","getCommentThread","stopListening","activate","requires","2080CJiimi","has","3764226RKfzSn","init","removeCommentThread","get","3fziXWC","addCommentThread","CommentsArchive","4281336yeHNJJ","context","archivedAt","324132tUoriA","focus","highest","findIndex","_calculatePosition","length","collection","archivedThreads"];return(sc=function(){return t})()}const rc=ic;function ic(t,e){const n=sc();return(ic=function(t,e){return n[t-=389]})(t,e)}!function(t,e){const n=ic,o=t();for(;;)try{if(605089===-parseInt(n(415))/1+-parseInt(n(392))/2*(parseInt(n(409))/3)+parseInt(n(397))/4*(parseInt(n(389))/5)+parseInt(n(405))/6+parseInt(n(391))/7*(parseInt(n(394))/8)+-parseInt(n(412))/9+parseInt(n(403))/10*(-parseInt(n(398))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(sc);class cc extends t.ContextPlugin{static get[rc(425)](){return rc(411)}static get[rc(402)](){return[Ir,pr]}constructor(t){const n=rc;super(t),this[n(422)]=new e.Collection}[rc(406)](){const t=rc,e=this[t(413)],n=e[t(396)][t(408)](Ir),o=e[t(396)][t(408)](pr);this[t(395)](n,t(410),((e,{threadId:o})=>{const s=t,r=n[s(399)](o);r[s(414)]&&this[s(422)][s(424)](r,this[s(419)](r[s(414)])),this[s(395)](r,s(390),((t,e,n)=>{const o=s;n?this[o(422)][o(404)](r)||this[o(422)][o(424)](r,this[o(419)](r[o(414)])):this[o(422)][o(404)](r)&&this[o(422)][o(393)](r)}))})),this[t(395)](n,t(407),((e,{threadId:o})=>{const s=t,r=n[s(399)](o);this[s(400)](r),this[s(422)][s(404)](r)&&this[s(422)][s(393)](r)}),{priority:t(417)}),this[t(395)](o[t(421)],t(416),((e,n)=>{const s=t;n[s(423)]=!0,o[s(401)](n)}))}[rc(419)](t){const e=rc,n=[...this[e(422)]][e(418)]((n=>n[e(414)]<t));return n>-1?n:this[e(422)][e(420)]}}const ac=uc;function hc(){const t=["_pendingThreads","20XAXVOM","requires","_toggleDialog","locale","8zUVrJY","1656710XeGghK","componentFactory","isEnabled","Annotations","65qkbwjf","stopListening","hide","set","11510LONvuI","plugins","commentsArchiveView","1370dXGmDw","length","35xEYIGR","find","init","pluginName","annotationViews","2079MLXXaD","indexOf","push","remove","tooltip","224142xXhZFY","get","getByInnerView","execute","CommentsArchiveUI","show","channelId","_visibleAnnotations","collaboration.channelId","_threadToController","_calculatePosition","EDITOR_TOP_SIDE","findIndex","collection","isVisible","3792ZTFKbb","filter","innerView","splice","archivedAt","107799ykHrom","10EcxCpy","bind","commentsArchive","view","menuBar:commentsArchive","COMMENTS_ARCHIVE","editor","focusableElements","_createCommentsArchiveButton","listenTo","add","Dialog","232589ufkGju","CommentsRepository","config","archivedThreads"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=312]})(t,e)}!function(t,e){const n=uc,o=t();for(;;)try{if(100816===parseInt(n(341))/1*(parseInt(n(336))/2)+parseInt(n(371))/3*(-parseInt(n(323))/4)+-parseInt(n(372))/5*(parseInt(n(351))/6)+parseInt(n(318))/7*(parseInt(n(327))/8)+-parseInt(n(346))/9*(parseInt(n(339))/10)+parseInt(n(328))/11+-parseInt(n(366))/12*(-parseInt(n(332))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hc);class lc extends t.Plugin{static get[ac(344)](){return ac(355)}static get[ac(324)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(345)]=new go.ViewCollection,this[e(322)]=[]}[ac(343)](){const t=ac;this[t(312)].ui[t(329)][t(316)](t(374),(()=>this[t(314)](go.ButtonView,!0))),this[t(312)].ui[t(329)][t(316)](t(376),(()=>this[t(314)](go.MenuBarMenuListItemButtonView)));const e=this[t(312)][t(337)][t(352)](cc),n=this[t(312)][t(337)][t(352)](t(331)),o=this[t(312)][t(337)][t(352)](t(319));this[t(315)](e[t(321)],t(316),((e,s)=>{const r=t,i=this[r(312)][r(320)][r(352)](r(359));if(!i||s[r(357)]===i){const t=o[r(360)][r(352)](s);if(!t)return void this[r(322)][r(348)](s);const e=this[r(361)](s[r(370)]),i=n[r(353)](t[r(375)]);i[r(365)]&&n[r(358)][r(349)](i),this[r(345)][r(316)](i[r(375)],e)}})),this[t(315)](n[t(364)],t(316),((e,n)=>{const s=t,r=this[s(322)][s(342)]((t=>{const e=s,r=o[e(360)][e(352)](t);return r&&n[e(368)]===r[e(375)]}));if(r){const t=this[s(361)](r[s(370)]);this[s(345)][s(316)](n[s(375)],t),this[s(322)][s(369)](this[s(322)][s(347)](r),1)}})),this[t(315)](e[t(321)],t(349),((e,s)=>{const r=t,i=this[r(312)][r(320)][r(352)](r(359));if(!i||s[r(357)]===i){const t=o[r(360)][r(352)](s),e=n[r(353)](t[r(375)]);this[r(345)][r(349)](e[r(375)]),this[r(333)](e[r(313)])}}))}[ac(361)](t){const e=ac,n=this[e(312)][e(320)][e(352)](e(359)),o=[...this[e(312)][e(337)][e(352)](cc)[e(321)]][e(367)]((t=>t[e(357)]===n))[e(363)]((n=>n[e(370)]<t));return o<0||o>this[e(345)][e(340)]?this[e(345)][e(340)]:o-1}[ac(325)](){const t=ac,e=this[t(312)],n=e[t(337)][t(352)](t(317));this[t(338)]||(this[t(338)]=new oc(e[t(326)],this[t(345)])),t(374)===n.id?n[t(334)]():n[t(356)]({id:t(374),title:vo(e[t(326)],t(377)),icon:$i,hasCloseButton:!0,content:this[t(338)],position:go.DialogViewPosition[t(362)]})}[ac(314)](t,e=!1){const n=ac,o=this[n(312)][n(326)],s=new t(o);return s[n(373)](n(330)).to(this,n(330)),s[n(335)]({label:vo(o,n(377)),icon:$i}),e&&(s[n(350)]=!0),this[n(315)](s,n(354),(()=>this[n(325)]())),s}}var dc=mc;function mc(t,e){var n=pc();return(mc=function(t,e){return n[t-=471]})(t,e)}function pc(){var t=["5PJSLXg","2197296zqxSAS","9292MKSvGU","Comments","requires","pluginName","2505740eOSKWH","8837271AgOXSI","3018712ybZkhG","39yYAxBg","12654922FdzeWJ","6UGLlrL","10481600Rxtjfa"];return(pc=function(){return t})()}!function(t,e){for(var n=mc,o=t();;)try{if(933457===parseInt(n(479))/1*(parseInt(n(472))/2)+parseInt(n(471))/3+parseInt(n(478))/4*(parseInt(n(483))/5)+parseInt(n(481))/6*(parseInt(n(480))/7)+-parseInt(n(482))/8+-parseInt(n(477))/9+-parseInt(n(476))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(pc);class fc extends t.Plugin{static get[dc(474)](){return[Ir,Yr,ri,cc,lc,hi,Ni,Fi,Gi]}static get[dc(475)](){return dc(473)}}function gc(){var t=["1693980dbvalt","115Kycnjx","24709736JtJaSH","2526606zsMVgz","1441272AGbdUv","911878CuWwTE","292484quHBrD","9843862dKabwk"];return(gc=function(){return t})()}function vc(t,e){var n=gc();return(vc=function(t,e){return n[t-=308]})(t,e)}!function(t,e){for(var n=vc,o=t();;)try{if(842106===-parseInt(n(308))/1+parseInt(n(309))/2+-parseInt(n(312))/3+parseInt(n(310))/4*(-parseInt(n(313))/5)+-parseInt(n(315))/6+parseInt(n(311))/7+parseInt(n(314))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gc)})(),(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}.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))}.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}.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}.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}.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%}.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}.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}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}.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 l=c(u),d={css:r[1],media:r[2],sourceMap:r[3]};-1!==l?(i[l].references++,i[l].updater(d)):i.push({identifier:u,updater:g(d,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,l=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function d(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=l(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=d.bind(null,n,r,!1),s=d.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:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>Ir,CommentThreadController:()=>fo,CommentThreadInputView:()=>Go,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>Zo,CommentsOnly:()=>hi,CommentsRepository:()=>_r,CommentsUI:()=>ri,EditorAnnotations:()=>Mr,InlineAnnotations:()=>Yi,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 l=function(t){return c(this.__data__,t)>-1};const d=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=l,m.prototype.set=d;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 E=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 x=Object.prototype.toString;const R=function(t){return x.call(t)};var O=I?I.toStringTag:void 0;const M=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):R(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=M(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const N=_["__core-js_shared__"];var S,P=(S=/[^.]+$/.exec(N&&N.keys&&N.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"";const B=function(t){return!!P&&P in t};var D=Function.prototype.toString;const L=function(t){if(null!=t){try{return D.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,K=Function.prototype,F=Object.prototype,U=K.toString,W=F.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const G=function(t){return!(!j(t)||B(t))&&(V(t)?H:z).test(L(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 Q=Y(Object,"create");const J=function(){this.__data__=Q?Q(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(Q){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 Q?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]=Q&&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=J,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(X||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 lt=function(t){return at(this,t).has(t)};const dt=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=lt,mt.prototype.set=dt;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 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 l=-1,d=!0,m=2&n?new _t:void 0;for(r.set(t,e),r.set(e,t);++l<c;){var p=t[l],f=e[l];if(o)var g=i?o(f,p,l,e,t,r):o(p,f,l,t,e,r);if(void 0!==g){if(g)continue;d=!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)}))){d=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){d=!1;break}}return r.delete(t),r.delete(e),d};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 Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var xt=I?I.prototype:void 0,Rt=xt?xt.valueOf:void 0;const Ot=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=Et),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var l=Ct(a(t),a(e),o,s,r,c);return c.delete(t),l;case"[object Symbol]":if(Rt)return Rt.call(t)==Rt.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 jt=Array.isArray;const Vt=function(t,e,n){var o=e(t);return jt(t)?o:Mt(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 Pt=Object.prototype.propertyIsEnumerable,Bt=Object.getOwnPropertySymbols;const Dt=Bt?function(t){return null==t?[]:(t=Object(t),Nt(Bt(t),(function(e){return Pt.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 zt=function(t){return null!=t&&"object"==typeof t};const Kt=function(t){return zt(t)&&"[object Arguments]"==M(t)};var Ft=Object.prototype,Ut=Ft.hasOwnProperty,Wt=Ft.propertyIsEnumerable;const Ht=Kt(function(){return arguments}())?Kt:function(t){return zt(t)&&Ut.call(t,"callee")&&!Wt.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 Qt=(Xt?Xt.isBuffer:void 0)||Gt;var Jt=/^(?:0|[1-9]\d*)$/;const Zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.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 zt(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 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&&Ht(t),s=!n&&!o&&Qt(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 le=Object.prototype;const de=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||le)};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(!de(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,Dt)};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 l=r.get(t),d=r.get(e);if(l&&d)return l==e&&d==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=Y(_,"DataView");const ye=Y(_,"Promise");const Ce=Y(_,"Set");const Ae=Y(_,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Re="[object WeakMap]",Oe="[object DataView]",Me=L(Ie),je=L(X),Ve=L(ye),Ne=L(Ce),Se=L(Ae),Pe=M;(Ie&&Pe(new Ie(new ArrayBuffer(1)))!=Oe||X&&Pe(new X)!=Te||ye&&Pe(ye.resolve())!=Ee||Ce&&Pe(new Ce)!=xe||Ae&&Pe(new Ae)!=Re)&&(Pe=function(t){var e=M(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Me:return Oe;case je:return Te;case Ve:return Ee;case Ne:return xe;case Se:return Re}return e});const Be=Pe;var De="[object Arguments]",Le="[object Array]",ze="[object Object]",Ke=Object.prototype.hasOwnProperty;const Fe=function(t,e,n,o,s,r){var i=jt(t),c=jt(e),a=i?Le:Be(t),h=c?Le:Be(e),u=(a=a==De?ze:a)==ze,l=(h=h==De?ze:h)==ze,d=a==h;if(d&&Qt(t)){if(!Qt(e))return!1;i=!0,u=!1}if(d&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Ot(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Ke.call(t,"__wrapped__"),p=l&&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!!d&&(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||!zt(e)&&!zt(n)?e!=e&&n!=n:Fe(e,n,o,s,t,r))};const We=function(t,e){return Ue(t,e)};const He=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 Qe=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?qe(n,c,a):Xe(n,c,a)}return n};const Je=function(t,e){return t&&Qe(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=de(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&&Qe(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 Qe(t,Dt(t),e)};const ln=me(Object.getPrototypeOf,Object);const dn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Mt(e,Dt(t)),t=ln(t);return e}:St;const mn=function(t,e){return Qe(t,dn(t),e)};const pn=function(t){return Vt(t,en,dn)};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 En=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 xn=function(t){return"function"!=typeof t.constructor||de(t)?{}:En(ln(t))};const Rn=function(t){return zt(t)&&"[object Map]"==Be(t)};var On=ie&&ie.isMap;const Mn=On?ne(On):Rn;const jn=function(t){return zt(t)&&"[object Set]"==Be(t)};var Vn=ie&&ie.isSet;const Nn=Vn?ne(Vn):jn;var Sn="[object Arguments]",Pn="[object Function]",Bn="[object Object]",Dn={};Dn[Sn]=Dn["[object Array]"]=Dn["[object ArrayBuffer]"]=Dn["[object DataView]"]=Dn["[object Boolean]"]=Dn["[object Date]"]=Dn["[object Float32Array]"]=Dn["[object Float64Array]"]=Dn["[object Int8Array]"]=Dn["[object Int16Array]"]=Dn["[object Int32Array]"]=Dn["[object Map]"]=Dn["[object Number]"]=Dn[Bn]=Dn["[object RegExp]"]=Dn["[object Set]"]=Dn["[object String]"]=Dn["[object Symbol]"]=Dn["[object Uint8Array]"]=Dn["[object Uint8ClampedArray]"]=Dn["[object Uint16Array]"]=Dn["[object Uint32Array]"]=!0,Dn["[object Error]"]=Dn[Pn]=Dn["[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 l=jt(e);if(l){if(c=gn(e),!a)return hn(e,c)}else{var d=Be(e),m=d==Pn||"[object GeneratorFunction]"==d;if(Qt(e))return an(e,a);if(d==Bn||d==Sn||m&&!r){if(c=h||m?{}:xn(e),!a)return h?mn(e,nn(c,e)):un(e,Je(c,e))}else{if(!Dn[d])return r?e:{};c=An(e,d,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))})):Mn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=l?void 0:(u?h?pn:be:h?en:ke)(e);return He(f||e,(function(s,r){f&&(s=e[r=s]),Xe(c,r,t(s,n,o,r,e,i))})),c};const zn=function(t){return Ln(t,5)};const Kn=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==M(t)};var Fn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(jt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Kn(t))||(Un.test(t)||!Fn.test(t)||null!=e&&t in Object(e))};function Hn(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(Hn.Cache||pt),n}Hn.Cache=pt;const Gn=Hn;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 Qn=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 Jn=I?I.prototype:void 0,Zn=Jn?Jn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(jt(e))return Qn(e,t)+"";if(Kn(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:Wn(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(!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])?[]:{})}Xe(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)};var lo=mo;function mo(t,e){var n=po();return(mo=function(t,e){return n[t-=349]})(t,e)}function po(){var t=["3208121tgHmGb","updateComment","remove","model","update","3fnlHKv","4435480HCevtD","listenTo","destroy","229590UPSQuJ","getComment","submit","5843718GTKSUj","reopen","removeComment","resolve","removeCommentThread","reopenCommentThread","addComment","isResolved","stopListening","907705WWQiil","view","_isAttached","_localUser","submitCommentThread","14472008FJLyaY","resolveCommentThread","963828eBeZPZ"];return(po=function(){return t})()}!function(t){for(var e=mo,n=t();;)try{if(523516===parseInt(e(355))/1+-parseInt(e(372))/2+parseInt(e(368))/3*(parseInt(e(362))/4)+-parseInt(e(369))/5+-parseInt(e(375))/6+-parseInt(e(363))/7+parseInt(e(360))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(366)]=t,this[n(366)][n(357)]=!0,this[n(356)]=e,this[n(370)](e,n(359),(()=>this[n(374)]())),this[n(370)](e,n(350),(()=>this[n(365)]())),this[n(370)](e,n(361),(()=>this[n(349)]())),this[n(370)](e,n(351),(()=>this[n(376)]())),this[n(370)](e,n(352),((t,e)=>this[n(352)](e))),this[n(370)](e,n(364),((t,e,o)=>this[n(364)](e,o))),this[n(370)](e,n(377),((t,e)=>this[n(377)](e)))}[lo(374)](){var t=lo;this[t(366)][t(374)]()}[lo(365)](){var t=lo;this[t(366)][t(365)]()}[lo(349)](){var t=lo;this[t(366)][t(353)]||this[t(366)][t(349)]()}[lo(376)](){var t=lo;this[t(366)][t(353)]&&this[t(366)][t(376)]()}[lo(352)](t){var e=lo;this[e(366)][e(352)]({content:t,authorId:this[e(356)][e(358)].id})}[lo(364)](t,e){var n=lo;this[n(366)][n(373)](t)[n(367)]({content:e})}[lo(377)](t){var e=lo;this[e(366)][e(373)](t)[e(365)]()}[lo(371)](){var t=lo;this[t(354)](),this[t(366)][t(357)]=!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""}}const ko=bo;function bo(t,e){const n=_o();return(bo=function(t,e){return n[t-=396]})(t,e)}!function(t){const e=bo,n=t();for(;;)try{if(677681===-parseInt(e(415))/1*(parseInt(e(402))/2)+-parseInt(e(416))/3*(parseInt(e(430))/4)+-parseInt(e(411))/5+parseInt(e(418))/6+-parseInt(e(417))/7+parseInt(e(428))/8*(parseInt(e(421))/9)+parseInt(e(397))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_o);class wo extends go.EditorUIView{constructor(t,n){const o=bo;super(t);const s=(0,e.uid)();this[o(406)]=this[o(408)](),this[o(400)]=new go.InlineEditableUIView(t,n),this[o(413)]=this[o(420)](s,t),this[o(398)]({tag:o(427),attributes:{class:[o(426),o(399),o(429),o(405)],role:o(425),dir:t[o(409)],lang:t[o(401)],"aria-labelledby":o(412)+s},children:[this[o(413)],{tag:o(427),attributes:{class:o(407),role:o(423)},children:this[o(406)]}]})}[ko(419)](){const t=ko;super[t(419)](),this[t(406)][t(431)](this[t(400)])}[ko(403)](){const t=ko;this[t(400)][t(414)][t(403)]()}[ko(420)](t,e){const n=ko,o=new go.LabelView;return o[n(410)]=vo(e,n(404)),o[n(424)]({attributes:{id:n(396)+t,class:n(422)}}),o}}function _o(){const t=["1597359pfYRPx","6486739PvgUWk","7902318iZKMlM","render","_createVoiceLabel","826506CuOCvZ","ck-voice-label","presentation","extendTemplate","comment","ck-reset","div","24aiECue","ck-rounded-corners","8NOuwAq","add","ck-editor__aria-label_","14136690YXpNbQ","setTemplate","ck-editor","editable","uiLanguage","226ijVcIo","focus","Comment editor","ck-comment__input","main","ck-editor__main","createCollection","uiLanguageDirection","text","868940zTTBGB","cke-editor__aria-label_","_voiceLabelView","element","1444fOJynp"];return(_o=function(){return t})()}const Io=yo;function yo(t,e){const n=Ao();return(yo=function(t,e){return n[t-=170]})(t,e)}!function(t){const e=yo,n=t();for(;;)try{if(524572===-parseInt(e(196))/1*(-parseInt(e(180))/2)+parseInt(e(191))/3+parseInt(e(197))/4*(parseInt(e(193))/5)+-parseInt(e(182))/6*(parseInt(e(172))/7)+parseInt(e(178))/8*(-parseInt(e(201))/9)+-parseInt(e(186))/10+-parseInt(e(175))/11*(-parseInt(e(176))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ao);class Co extends go.EditorUI{constructor(t){const e=yo;super(t),this[e(200)]=new wo(t[e(183)],t[e(173)][e(200)])}get[Io(187)](){const t=Io;return this[t(200)][t(187)]}[Io(189)](){const t=Io,e=this[t(188)][t(173)][t(200)],n=this[t(200)][t(179)],o=e[t(171)][t(181)]();n[t(192)]=o[t(177)],this[t(200)][t(184)]();const s=n[t(187)];this[t(195)](n[t(192)],s),this[t(200)][t(179)][t(198)](t(190)).to(this[t(185)]),e[t(174)](s),this[t(194)](t(170))}[Io(199)](){const t=Io;super[t(199)](),this[t(200)][t(199)]()}}function Ao(){const t=["180TRKAPR","bind","destroy","view","4707iEKeIm","ready","document","63KZAyVU","editing","attachDomRoot","3385943mpcHsI","24jdySer","rootName","14624cGLFYv","editable","11464zWQfrk","getRoot","82794HyATkp","locale","render","focusTracker","7874400yloLuR","element","editor","init","isFocused","1339122CgQnXT","name","108955KGEwAz","fire","setEditableElement","61MYhRyP"];return(Ao=function(){return t})()}var To=n(783),Eo=n(331),xo=n(507),Ro=n(727),Oo=n(834),Mo=n(251),jo=n(179);const Vo=No;function No(t,e){const n=Po();return(No=function(t,e){return n[t-=368]})(t,e)}!function(t){const e=No,n=t();for(;;)try{if(717805===-parseInt(e(393))/1*(-parseInt(e(387))/2)+parseInt(e(404))/3*(-parseInt(e(409))/4)+-parseInt(e(374))/5+-parseInt(e(394))/6*(parseInt(e(406))/7)+-parseInt(e(370))/8*(parseInt(e(389))/9)+parseInt(e(384))/10*(-parseInt(e(391))/11)+parseInt(e(401))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Po);const So=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Ro.SelectAll,Oo.Typing,Mo.Undo,jo.Paragraph];function Po(){const t=["133244EOMGCN","getChild","document","_updatePlaceholder","initialData","create","2384sDmHvG","plugins","setSelection","name","2561565HvlhRm","data","then","get","fire","init","getRoot","initPlugins","placeholderElement","destroy","680DKaIHo","end","createRoot","1238456ETPgRM","view","11106geTFiB","editing","151657GrBjpU","low","2pMhBOm","390hiDwHC","model","change:placeholder","set","focus","childCount","config","34429356tUsKvU","placeholder","assign","99jSGeMt","ready","50932bWKNvR","defaultPlugins","change"];return(Po=function(){return t})()}class Bo extends((0,e.ObservableMixin)((0,t.DataApiMixin)(t.Editor))){constructor(t={}){const e=No;(t=Object[e(403)]({},t))[e(371)]||(t[e(371)]=Bo[e(407)]),super(t),this.ui=new Co(this),this[e(397)](e(402),""),this[e(395)][e(411)].on(e(408),(()=>this[e(412)]()),{priority:e(392)}),this.on(e(396),(()=>this[e(412)]())),this[e(395)][e(411)][e(386)]()}[Vo(369)](){const t=Vo,e=this[t(400)][t(377)](t(368))||"";return this[t(381)]()[t(376)]((()=>this.ui[t(379)]()))[t(376)]((()=>this[t(375)][t(379)](e)))[t(376)]((()=>this[t(378)](t(405))))}[Vo(383)](){const t=Vo;return super[t(383)]()[t(376)]((()=>this.ui[t(383)]()))}[Vo(398)](){const t=Vo;this[t(395)][t(408)]((e=>{const n=t,o=this[n(395)][n(411)][n(380)](),s=o&&o[n(410)](o[n(399)]-1);e[n(372)](s,n(385)),this[n(390)][n(388)][n(398)]()}))}[Vo(412)](){const t=Vo,e=this[t(390)][t(388)],n=e[t(411)][t(380)](),o=n[t(410)](0);n[t(399)]>1||!o||"p"!=o[t(373)]?this[t(382)]&&this[t(382)][t(402)]&&((0,To.disablePlaceholder)(e,this[t(382)]),this[t(382)]=void 0):(this[t(402)]&&(o[t(402)]=this[t(402)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(382)]=o)}}Bo[Vo(407)]=So;const Do=Bo,Lo=zo;function zo(t,e){const n=Ko();return(zo=function(t,e){return n[t-=365]})(t,e)}function Ko(){const t=["focusTracker","then","create","focusPrevious","56jueWou","firstChild","setTemplate","cancel","Reply","editorDestroyed","_isDestroyed","ck-comment__input-actions--cancel","fire","cancelButtonView","_createCancelButton","length","initialData","placeholder","focusNext","forEach","Cancel","6281396eeFiEi","add","div","_createSubmitButton","submitLabel","Esc","18eDjxaO","getData","bind","159522nPzIay","showButtons","TOO_LONG_COMMENT_ALERT","value","disabledSubmit","listenTo","67126ANoOoR","submitButtonView","document","keystrokes","2676672grjPaO","ck-comment__input-wrapper","element","low","_editorConfig","bindTemplate","destroy","render","view","insertBefore","10GtfdqI","change","model","trim","tab","withText","shift + tab","label","7492865jNkSHE","isEnabled","execute","setData","extendTemplate","1930072sGUxMH","Reply...","submit","stop","_initializeFocusCycling","editor","1109252KIWlwZ","high","ck-comment__input-actions","createEditor","editorReady","9eIiALc","focus","set","_editorCreationPromise","ck-comment__input-actions--submit","ck-comment__input-actions--active"];return(Ko=function(){return t})()}!function(t){const e=zo,n=t();for(;;)try{if(822001===-parseInt(e(371))/1*(parseInt(e(442))/2)+-parseInt(e(375))/3+parseInt(e(404))/4+parseInt(e(393))/5+parseInt(e(365))/6*(parseInt(e(419))/7)+parseInt(e(398))/8*(-parseInt(e(409))/9)+-parseInt(e(385))/10*(-parseInt(e(436))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ko);class Fo extends go.View{constructor(t,n={}){const o=zo;super(t),this[o(403)]=null,this[o(379)]=n,this[o(374)]=new e.KeystrokeHandler,this[o(415)]=new e.FocusTracker,this[o(411)](o(368),n[o(431)]||""),this[o(411)](o(369),!1),this[o(411)](o(366),!0),this[o(411)](o(432),vo(t,o(399))),this[o(411)](o(440),vo(t,o(423))),this[o(372)]=this[o(439)](),this[o(428)]=this[o(429)](),this[o(421)]({tag:o(438),attributes:{class:[o(376)]},children:[{tag:o(438),attributes:{class:[o(406),this[o(380)].if(o(366),o(414))]},children:[this[o(372)],this[o(428)]]}]}),this[o(374)][o(411)](o(441),((t,e)=>{const n=o;this[n(428)][n(427)](n(395)),e()})),this.on(o(400),((e,n)=>{const s=o;n[s(430)]>65e3?(alert(vo(t,s(367),[n[s(430)],65e3])),e[s(401)]()):this[s(403)][s(396)]("")}),{priority:o(405)})}[Lo(382)](){const t=Lo;super[t(382)](),this[t(374)][t(370)](this[t(377)]),this[t(415)][t(437)](this[t(377)])}[Lo(407)](){const t=Lo;return this[t(403)]||(this[t(403)]=new Do(this[t(379)]),this[t(412)]=this[t(403)][t(417)]()[t(416)]((()=>{const e=t;if(this[e(425)])return;const n=this[e(403)];this[e(377)][e(384)](n.ui[e(377)],this[e(377)][e(420)]),n[e(387)][e(373)].on(e(386),(()=>this[e(368)]=n[e(443)]())),n[e(444)](e(432)).to(this),this[e(402)](this[e(403)]),this[e(427)](e(408),this[e(403)])}))),this[t(412)]}[Lo(410)](){const t=Lo;this[t(403)]&&this[t(403)][t(410)]()}async[Lo(381)](){const t=Lo;this[t(425)]||(this[t(425)]=!0,this[t(403)]&&(await this[t(412)],await this[t(403)][t(381)](),this[t(427)](t(424),this[t(403)])),await super[t(381)]())}[Lo(439)](){const t=Lo,{locale:e}=this,n=new go.ButtonView(e);return n[t(397)]({attributes:{class:[t(413)]}}),n[t(390)]=!0,n[t(444)](t(392)).to(this,t(440)),n.on(t(395),(()=>{const e=t;this[e(427)](e(400),this[e(368)])})),n[t(444)](t(394)).to(this,t(368),this,t(369),((e,n)=>!n&&!!e[t(388)]())),n}[Lo(429)](){const t=Lo,{locale:e}=this,n=new go.ButtonView(e);return n[t(397)]({attributes:{class:[t(426)]}}),n[t(392)]=vo(e,t(435)),n[t(390)]=!0,n.on(t(395),(()=>{const e=t;this[e(403)][e(396)](""),this[e(427)](e(422))})),n}[Lo(402)](t){const e=Lo,n=this[e(415)],o=new go.ViewCollection;[t.ui[e(383)],this[e(372)],this[e(428)]][e(434)]((t=>{const s=e;o[s(437)](t),n[s(437)](t[s(377)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(374)][e(411)](e(389),((t,n)=>{s[e(433)](),n()}),{priority:e(378)}),this[e(374)][e(411)](e(391),((t,n)=>{s[e(418)](),n()}),{priority:e(378)})}}var Uo=Ho;function Wo(){var t=["set","div","ck-thread__user","delegate","818474bCRLRO","4030563mLduHG","bindTemplate","focusTracker","editor","3GxwYiS","createEditor","ck-thread__input","userView","editorReady","bind","57109530QSBnTK","479960XvpNkh","ck-comment__input-container--active","setTemplate","then","showInput","showButtons","5989410UUHfHT","commentInputView","isFocused","editorDestroyed","change:showInput","6Jyukvf","extendTemplate","destroy","1624685gwLmBn","value","9WBGKaI","10782952XrIgdy","ck-comment__input-container"];return(Wo=function(){return t})()}function Ho(t,e){var n=Wo();return(Ho=function(t,e){return n[t-=427]})(t,e)}!function(t){for(var e=Ho,n=t();;)try{if(731275===-parseInt(e(435))/1*(parseInt(e(430))/2)+-parseInt(e(431))/3+parseInt(e(442))/4+-parseInt(e(456))/5*(parseInt(e(453))/6)+-parseInt(e(448))/7+-parseInt(e(459))/8+parseInt(e(458))/9*(parseInt(e(441))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class Go extends go.View{constructor(t,e,n){var o=Ho;super(t),this[o(449)]=new Fo(t,n),this[o(449)][o(440)](o(447)).to(this[o(449)][o(433)],o(450),this[o(449)],o(457),((t,e)=>t||!!e)),this[o(461)](o(446),!1),this.on(o(452),(()=>{var t=o;this[t(446)]&&!this[t(449)][t(434)]&&this[t(449)][t(436)]()})),this[o(449)][o(429)](o(439)).to(this),this[o(449)][o(429)](o(451)).to(this),this[o(438)]=new s.UserView(t,e),this[o(438)][o(454)]({attributes:{class:o(428)}}),this[o(449)][o(454)]({attributes:{class:o(437)}}),this[o(444)]({tag:o(427),attributes:{class:[o(460),this[o(432)].if(o(446),o(443))]},children:[this[o(438)],this[o(449)]]})}[Uo(455)](){var t=Uo;return this[t(449)][t(455)]()[t(445)]((()=>super[t(455)]()))}}function qo(){const t=["set","144RNksHf","49570hFEGrl","707976jFAeCJ","51668mDUyCz","NUMBER_OF_COMMENTS","5302wGAvzP","3412824bDEXYk","ck-thread__comment-count","count","9171974oQhINj","bindTemplate","132915LUSkVm","8ypvbcB","493765jjfBnG","setTemplate","219liPkcX"];return(qo=function(){return t})()}function Yo(t,e){const n=qo();return(Yo=function(t,e){return n[t-=158]})(t,e)}!function(t){const e=Yo,n=t();for(;;)try{if(741878===parseInt(e(161))/1*(-parseInt(e(162))/2)+parseInt(e(165))/3*(parseInt(e(170))/4)+parseInt(e(163))/5+parseInt(e(173))/6+-parseInt(e(159))/7+-parseInt(e(167))/8*(parseInt(e(169))/9)+-parseInt(e(168))/10*(-parseInt(e(172))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qo);class Xo extends go.View{constructor(t){const e=Yo;super(t);const n=this[e(160)];this[e(166)](e(158),void 0),this[e(164)]({tag:"li",attributes:{class:e(174)},children:[{text:n.to(e(158),(n=>vo(t,e(171),n)))}]})}}const Qo=Jo;function Jo(t,e){const n=$o();return(Jo=function(t,e){return n[t-=173]})(t,e)}!function(t){const e=Jo,n=t();for(;;)try{if(380083===parseInt(e(240))/1+-parseInt(e(195))/2*(parseInt(e(227))/3)+-parseInt(e(214))/4*(-parseInt(e(196))/5)+-parseInt(e(222))/6+parseInt(e(230))/7+parseInt(e(213))/8+-parseInt(e(175))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($o);class Zo extends go.View{constructor(t,e,n){const o=Jo;super(t),this[o(173)](o(242),!1),this[o(173)](o(217),e[o(208)][o(217)]),this[o(173)](o(219),!1),this[o(190)]=e,this[o(185)]=n,this[o(199)]=this[o(245)](),this[o(246)]=this[o(245)](),this[o(183)]=null,this[o(176)]=new Xo(t),this[o(176)][o(186)](o(243)).to(this,o(217),(t=>t-this[o(185)][o(202)]));for(const t of e[o(208)])this[o(234)](t);this[o(218)](),this[o(231)](e[o(208)],o(211),((t,e)=>{const n=o,s=this[n(210)](e);this[n(217)]++,this[n(234)](e,s),this[n(221)]()})),this[o(231)](e[o(208)],o(206),((t,e)=>{const n=o;this[n(217)]--,this[n(178)](e),this[n(221)]()})),this[o(231)](e,o(181),(()=>this[o(221)]())),this[o(231)](e,o(216),(()=>this[o(218)]())),this.on(o(193),(()=>this[o(221)]())),this.on(o(244),(()=>this[o(221)]())),this[o(191)]({tag:"ul",attributes:{class:[o(177)]},children:this[o(246)]})}get[Qo(239)](){const t=Qo;return this[t(190)][t(248)]>this[t(185)][t(200)]&&!this[t(219)]&&!this[t(242)]}[Qo(209)](){const t=Qo;super[t(209)](),this[t(221)]()}[Qo(189)](){const t=Qo;this[t(215)][t(189)]()}[Qo(247)](){const t=Qo;this[t(176)][t(247)]();for(const e of this[t(199)])e[t(247)]();super[t(247)]()}[Qo(221)](){const t=Qo;this[t(239)]?this[t(207)]():this[t(174)]()}[Qo(234)](t,e){const n=Qo,o=new(this[n(185)][n(204)])(this[n(194)],t,{maxCommentCharsWhenCollapsed:this[n(185)][n(233)],formatDateTime:this[n(185)][n(238)],editorConfig:this[n(185)][n(212)]});o[n(228)]=t.id,o[n(237)](n(203)).to(this),o[n(237)](n(198)).to(this),o[n(237)](n(241)).to(this),o[n(237)](n(224)).to(this),o[n(237)](n(179)).to(this),this[n(231)](o,n(232),(()=>this[n(235)]())),this[n(199)][n(211)](o,e)}[Qo(210)](t){const e=Qo,n=this[e(190)][e(223)](t);return this[e(183)]?this[e(183)][e(225)]>t[e(225)]?n-1:n:n-1}[Qo(218)](){const t=Qo;if(this[t(190)][t(188)]&&this[t(190)][t(236)]){const e={id:t(182),author:this[t(190)][t(188)],authoredAt:this[t(190)][t(236)],content:vo(this[t(194)],t(201)),attributes:{}};this[t(183)]=new(this[t(185)][t(204)])(this[t(194)],e,{maxCommentCharsWhenCollapsed:this[t(185)][t(233)],formatDateTime:this[t(185)][t(238)],editorConfig:this[t(185)][t(212)],isSystemComment:!0}),this[t(199)][t(211)](this[t(183)],this[t(190)][t(223)](e))}else this[t(183)]&&(this[t(199)][t(206)](this[t(183)]),this[t(183)][t(247)](),this[t(183)]=null);this[t(221)]()}[Qo(178)](t){const e=Qo,n=this[e(199)][e(206)](t.id);this[e(205)](n),n[e(226)]&&this[e(235)](),n[e(247)]()}[Qo(235)](){const t=Qo;this[t(242)]=Array[t(184)](this[t(199)])[t(187)]((e=>e[t(226)]))}[Qo(207)](){const t=Qo,n=function(t){const n=Jo,o=new e.Collection;for(const e of t)o[n(211)](e);return o}(this[t(199)]),o=this[t(176)][t(243)];for(let e=1;e<=o;e++)n[t(206)](1);for(const e of n)e[t(249)]();o>0&&n[t(211)](this[t(176)],1),ts((0,e.diff)(Array[t(184)](this[t(246)]),Array[t(184)](n)),this[t(246)],n)}[Qo(174)](){const t=Qo;ts((0,e.diff)(Array[t(184)](this[t(246)]),Array[t(184)](this[t(199)])),this[t(246)],this[t(199)]);for(const e of this[t(246)])e[t(192)]()}}function $o(){const t=["resolvedAt","delegate","formatDateTime","_shouldCollapse","742821sBLMIr","resolveCommentThread","hasDirtyComment","count","change:hasDirtyComment","createCollection","visibleViews","destroy","weight","collapse","set","_rearrangeExpand","6784506WBrIvC","_collapsedCommentsView","ck-thread__comments","_handleRemoveCommentModel","editorDestroyed","get","commentUpdated","resolved","resolvedCommentView","from","_config","bind","some","resolvedBy","focus","_model","setTemplate","expand","change:isActive","locale","8318FERVhe","15sstQnK","equal","updateComment","commentViews","maxThreadTotalWeight","Marked as resolved","maxCommentsWhenCollapsed","removeComment","CommentView","stopListening","remove","_rearrangeCollapse","comments","render","_calculatePosition","add","editorConfig","244320OKMquU","863964NDGpHs","element","change:isResolved","length","_handleInfoComment","isActive","insert","refreshVisibleViews","2346966lxqCCV","_findOptimalIndex","editorReady","authoredAt","isEditMode","147rVOfZu","viewUid","delete","2152745AqlZeE","listenTo","change:isEditMode","maxCommentCharsWhenCollapsed","_handleNewCommentModel","_updateHasDirtyComment"];return($o=function(){return t})()}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(220):e[o(211)](n[o(180)](s),s),s++;break;case o(229):e[o(206)](s);break;case o(197):s++}}const es=ns;function ns(t,e){const n=os();return(ns=function(t,e){return n[t-=366]})(t,e)}!function(t){const e=ns,n=t();for(;;)try{if(484931===parseInt(e(398))/1*(-parseInt(e(393))/2)+parseInt(e(379))/3+parseInt(e(423))/4+-parseInt(e(367))/5*(parseInt(e(373))/6)+parseInt(e(404))/7+parseInt(e(375))/8*(-parseInt(e(396))/9)+parseInt(e(392))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(os);function os(){const t=["mouseleave","isEnabled","921710uNxbEY","add","execute","bind","icon","listenTo","18rBrPCA","ck-context","136BUEFux","contextValue",".ck-context","querySelector","2071932FqBEpr","offsetWidth","isVisible","_createReopenButton","label","length","ck-annotation__actions","setTemplate","div","locale","span","isResolvable","_model","139900mGpskP","12StxmVS","remove","reopenButtonView","264645QXRdtL","hasContext","92267piaEux","lastIndexOf","fire","substring","Reopen","ck-thread__header","3334877FGNhby","ck-context-wrapper","reopenCommentThread","ck-context__value","render","classList","ck-context--quotes","_trimContextValue","isResolved","mouseenter","scrollWidth","overlay","Comment was made on an element","_attachContextActions","...","isReadOnly","bindTemplate","tooltip",".ck-context__value","3641596OxQTsT","element","context","value"];return(os=function(){return t})()}class ss extends go.View{constructor(t,e){const n=ns;super(t);const o=this[n(420)];this[n(391)]=e,this[n(395)]=this[n(382)](),this[n(370)](n(397)).to(this[n(391)],n(425),(t=>!!t)),this[n(370)](n(376)).to(this[n(391)],n(425),(t=>t&&t[n(426)]?this[n(411)](t[n(426)]):vo(this[n(388)],n(416)))),this[n(386)]({tag:n(387),attributes:{class:[n(403)]},children:[{tag:n(387),attributes:{class:[n(405)]},children:[{tag:n(387),attributes:{class:[n(374),o.if(n(397),n(410))]},children:[{tag:n(389),attributes:{class:[n(407)]},children:[{text:o.to(n(376))}]}]}]},{tag:n(387),attributes:{class:[n(385)]},children:[this[n(395)]]}]})}[es(408)](){const t=es;super[t(408)](),this[t(417)]()}[es(382)](){const t=es,e=new go.ButtonView(this[t(388)]);return e[t(383)]=vo(this[t(388)],t(402)),e[t(421)]=vo(this[t(388)],t(402)),e[t(371)]='<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(370)](t(366)).to(this[t(391)],t(419),(t=>!t)),e[t(370)](t(381)).to(this[t(391)],t(390),this[t(391)],t(412),((t,e)=>t&&e)),e.on(t(369),(()=>{const e=t;this[e(400)](e(406),this[e(391)].id)})),e}[es(411)](t){const e=es;if(t[e(384)]<150)return t;const n=t[e(399)](" ",147);return t[e(401)](0,n>-1?n:147)+e(418)}[es(417)](){const t=es,e=this[t(424)][t(378)](t(377)),n=e[t(378)](t(422));this[t(372)](e,t(413),(()=>{const o=t;n[o(380)]<n[o(414)]&&e[o(409)][o(368)](o(415))})),this[t(372)](e,t(427),(()=>{const n=t;e[n(409)][n(394)](n(415))}))}}function rs(){const t=["removeComment","Comment","placeholder","13SnwaEn","listenTo","4uRyKYY","Reply...","commentsListView","focus","16251862rdZocm","delegate","commentThreadHeaderView","isActive","Write a comment...","fire","editorConfig","bind","updateComment","addComment","1578CDzRBg","length","destroy","element","isResolved","reopenCommentThread","locale","Reply to reopen discussion...","submit","29358ilfLCe","3304VCjRzb","disabledSubmit","value","showInput","stop","cancel","isUnlinked","commentInputView","isReadOnly","editorReady","editorDestroyed","68924infIki","submitCommentThread","45487800PnGrQo","_model","archivedAt","submitLabel","33471MSsXbe","10FBFYbK","unlinkedAt","set","commentThreadInputView","canComment","resolveCommentThread","CommentView","6618065tFTBWo","_createCommentThreadInputView","isDirty","change:isActive","134898wMaioK","_config","isSubmitted","_localUser","isResolvable","removeCommentThread","Reply","assign","hasDirtyComment"];return(rs=function(){return t})()}function is(t,e){const n=rs();return(is=function(t,e){return n[t-=372]})(t,e)}const cs=is;!function(t){const e=is,n=t();for(;;)try{if(902470===parseInt(e(409))/1*(-parseInt(e(379))/2)+parseInt(e(397))/3*(parseInt(e(411))/4)+-parseInt(e(393))/5+parseInt(e(425))/6*(-parseInt(e(434))/7)+parseInt(e(435))/8*(-parseInt(e(385))/9)+parseInt(e(386))/10*(parseInt(e(415))/11)+parseInt(e(381))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rs);class as extends go.View{constructor(t,e,n,o){const s=is;super(t),this[s(388)](s(418),!1),this[s(388)](s(395),!1),this[s(382)]=e,this[s(400)]=n,this[s(398)]=o,this[s(417)]=new ss(t,e),this[s(417)][s(416)](s(430)).to(this),this[s(410)](this,s(430),(()=>{this[s(414)]()})),this[s(413)]=new Zo(t,e,Object[s(404)]({CommentView:this[s(398)][s(392)]},o)),this[s(413)][s(416)](s(406)).to(this),this[s(413)][s(416)](s(423)).to(this),this[s(413)][s(416)](s(391)).to(this),this[s(413)][s(416)](s(377)).to(this),this[s(413)][s(416)](s(378)).to(this),this[s(413)][s(422)](s(418)).to(this),this[s(410)](this,s(391),(()=>{this[s(414)]()})),this[s(388)](s(426),this[s(413)][s(426)]),this[s(422)](s(426)).to(this[s(413)],s(426)),this[s(389)]=this[s(394)](),this[s(389)][s(416)](s(377)).to(this),this[s(389)][s(416)](s(378)).to(this),this.on(s(406),(()=>this[s(414)]())),this[s(422)](s(395)).to(this[s(413)],s(405),this[s(389)][s(375)],s(437),((t,e)=>t||!!e)),this[s(422)](s(374)).to(e,s(387),(t=>!!t))}[cs(414)](){const t=cs;this[t(428)][t(414)]()}async[cs(427)](){const t=cs;this[t(395)]=!1,this[t(413)][t(427)](),await this[t(389)][t(427)](),super[t(427)]()}[cs(394)](){const t=cs,e=new Go(this[t(431)],this[t(400)],this[t(398)][t(421)]),n=e[t(375)];return e[t(422)](t(438)).to(this,t(418),this[t(382)],t(376),this[t(382)],t(390),this[t(382)],t(383),n,t(437),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(422)](t(408)).to(this,t(426),this[t(382)],t(401),this[t(382)],t(429),((e,n,o)=>{const s=t;let r;return r=s(o&&n?432:e?412:419),vo(this[s(431)],r)})),n[t(422)](t(384)).to(this,t(426),(e=>vo(this[t(431)],t(e?403:407)))),n.on(t(433),((e,n)=>{const o=t;this[o(420)](o(424),n),this[o(382)][o(429)]&&this[o(382)][o(401)]&&this[o(420)](o(430),this[o(382)].id),this[o(382)][o(399)]||this[o(420)](o(380))})),n.on(t(373),(()=>{this[t(414)]()})),n[t(422)](t(436)).to(this[t(382)],t(376)),n.on(t(373),(e=>{const n=t;0==this[n(426)]&&(this[n(420)](n(402)),e[n(372)]())})),this.on(t(396),((e,o,s)=>{const r=t;s||this[r(426)]||n[r(437)]||this[r(420)](r(402))})),e}}const hs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=113]})(t,e)}function ls(){const t=["icon","containerElement","addMany","42724aRLCIB","commentThreadChildren","6FaqwTy","locale","stop","then","ck-thread__container","_boundFirstCommentView","isResolved","isReadOnly","commentsListView","2394441LyFilK","ck-thread--active","has","ck-thread--remove-confirmation","_bindFirstCommentView","showConfirm","get","Resolve","312LrLKoX","label","removeButton","div","ck-thread","commentThreadInputView","26920HVADzf","querySelector","292224JoucGu","archivedAt","high","change:isReadOnly","_model","_cancelAllConfirms","bindTemplate","remove","add","set","isConfirm","getTemplate","listenTo","render","change:archivedAt","bind","tooltip","cancelConfirm","ck-thread--unlinked","isResolvable","fire","change:isActive","actionIndicator","commentViews",".ck-thread__container","isUnlinked","extendTemplate","setTemplate","1444620TFACBu","Delete comment thread?","ck-thread--","resolveButton","isEnabled","check","resolveCommentThread","isVisible","length","405432ClzmiF","ck-comment--resolve","Write a comment...","commentThreadHeaderView","isSystemComment","execute","_createResolveButton","unbind","203YloUVw","ck-reset_all-excluded","actionBar","placeholder","isActive","element","createCollection","removeCommentThread","10345bbvWjR"];return(ls=function(){return t})()}!function(t){const e=us,n=t();for(;;)try{if(198626===-parseInt(e(169))/1+-parseInt(e(142))/2*(-parseInt(e(144))/3)+parseInt(e(161))/4*(parseInt(e(138))/5)+parseInt(e(122))/6+-parseInt(e(130))/7*(-parseInt(e(167))/8)+parseInt(e(153))/9+-parseInt(e(113))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ls);class ds extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=us;super(t,e,n,o),this[s(143)]=this[s(136)](),this[s(143)][s(141)]([this[s(152)],this[s(166)]]),this[s(173)][s(170)]&&this[s(143)][s(177)](this[s(125)],0),this[s(173)].on(s(183),((t,e,n)=>{const o=s;n?this[o(143)][o(155)](this[o(125)])||this[o(143)][o(177)](this[o(125)],0):this[o(143)][o(176)](this[o(125)])})),this[s(178)](s(191),null),this[s(140)]=null,this[s(149)]=null,this[s(145)]=t,this[s(116)]=this[s(128)](),this[s(196)](this[s(180)]()),this.on(s(190),((t,e,n)=>{n||this[s(174)]()})),this[s(181)](this[s(173)],s(172),((t,e,n)=>{n&&this[s(174)]()})),this[s(121)]>0&&this[s(157)](),this[s(181)](this[s(152)][s(192)],s(177),(()=>{this[s(157)]()}))}[hs(180)](){const t=hs,e=this[t(175)];return{tag:t(164),attributes:{class:[t(165),t(131),e.if(t(134),t(154)),e.if(t(194),t(187)),e.if(t(179),t(156)),e.to(t(191),(e=>e?t(115)+e:""))],"data-thread-id":this[t(173)].id,tabindex:-1},children:[{tag:t(164),attributes:{class:t(148)},children:this[t(143)]}]}}[hs(182)](){const t=hs;super[t(182)](),this[t(140)]=this[t(135)][t(168)](t(193))}[hs(174)](){const t=hs;this[t(186)]();for(const e of this[t(152)][t(192)])e[t(186)]()}[hs(157)](){const t=hs,{locale:e}=this,n=this[t(152)][t(192)][t(159)](0);n===this[t(149)]||n[t(126)]||(this[t(149)]=n,this[t(129)](t(191)),this[t(184)](t(191)).to(n,t(191),(e=>t(176)===e?t(176):null)),n[t(133)]=vo(e,t(124)),n[t(163)].on(t(127),(n=>{const o=t;n[o(146)](),this[o(158)](vo(e,o(114)),this[o(140)])[o(147)]((()=>{const t=o;this[t(189)](t(137))}))}),{priority:t(171)}),n[t(132)][t(177)](this[t(116)],0))}[hs(128)](){const e=hs,n=new go.ButtonView(this[e(145)]);return n[e(162)]=vo(this[e(145)],e(160)),n[e(185)]=vo(this[e(145)],e(160)),n[e(139)]=t.icons[e(118)],n[e(195)]({attributes:{class:e(123)}}),n[e(184)](e(117)).to(this[e(173)],e(151),(t=>!t)),n[e(184)](e(120)).to(this[e(173)],e(188),this[e(173)],e(150),((t,e)=>t&&!e)),n.on(e(127),(()=>{const t=e;this[t(189)](t(119),this[t(173)].id)})),n}}var ms=fs;function ps(){var t=["120649jSQslS","setTemplate","6556765MToTJl","120AuFgoo","innerHTML","ck-annotation__content","7067068DAXjuw","2KKazKk","ck-comment__content","change:content","element","4972959mmmoro","render","set","8463170uTxFtr","div","content","36EHkhrY","11394642YWwQXB","477967HiGHKu"];return(ps=function(){return t})()}function fs(t,e){var n=ps();return(fs=function(t,e){return n[t-=490]})(t,e)}!function(t){for(var e=fs,n=t();;)try{if(969260===-parseInt(e(497))/1+-parseInt(e(504))/2*(-parseInt(e(508))/3)+-parseInt(e(503))/4+-parseInt(e(499))/5+-parseInt(e(495))/6+-parseInt(e(496))/7*(-parseInt(e(500))/8)+parseInt(e(494))/9*(parseInt(e(491))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class gs extends go.View{constructor(t){var e=fs;super(t),this[e(490)](e(493),""),this[e(498)]({tag:e(492),attributes:{class:[e(505),e(502)]}})}[ms(509)](){var t=ms;super[t(509)](),this.on(t(506),((e,n,o)=>{var s=t;this[s(507)][s(501)]=o})),this[t(507)][t(501)]=this[t(493)]}}const vs=ks;function ks(t,e){const n=bs();return(ks=function(t,e){return n[t-=220]})(t,e)}function bs(){const t=["element","1944044GnbuCb","_createCommentContentView","createCollection","cancel","671766ZWIxai","_createCommentInputView","5696516KUnXEb","locale","switchToDisplayMode","delegate","8659240dvbAhU","110sIfvKo","focus","collapse","get","isEditMode","bind","value","editorReady","editorDestroyed","content","destroy","editorConfig","_config","submitLabel","switchToEditMode","isCollapsed","visibleView","submit","isSystemComment","set","add","1724529SACOpZ","expand","maxCommentCharsWhenCollapsed","isReadOnly","remove","122232vrWBYR","updateComment","fire","once","_model","1wHXAPr","initialData","createEditor","13997070SkKNxL","Save","disabledSubmit"];return(bs=function(){return t})()}!function(t){const e=ks,n=t();for(;;)try{if(542096===parseInt(e(258))/1*(-parseInt(e(220))/2)+parseInt(e(248))/3+-parseInt(e(265))/4+parseInt(e(227))/5*(parseInt(e(253))/6)+parseInt(e(222))/7+parseInt(e(226))/8+-parseInt(e(261))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ws extends go.View{constructor(t,e,n){const o=ks;super(t),this[o(257)]=e,this[o(239)]=n,this[o(245)]=!!this[o(239)][o(245)],this[o(246)](o(231),!1),this[o(246)](o(242),!0),this[o(243)]=this[o(267)](),this[o(243)][o(247)](this[o(266)]())}[vs(249)](){this[vs(242)]=!1}[vs(229)](){const t=vs;this[t(231)]||(this[t(242)]=!0)}[vs(228)](){const t=vs;this[t(264)][t(228)]()}async[vs(237)](){const t=vs;await this[t(243)][t(230)](0)[t(237)](),super[t(237)]()}[vs(241)](){const t=vs;this[t(231)]||(this[t(231)]=!0,this[t(243)][t(252)](0)[t(237)](),this[t(243)][t(247)](this[t(221)]()))}[vs(224)](){const t=vs;this[t(231)]&&(this[t(231)]=!1,this[t(243)][t(252)](0)[t(237)](),this[t(243)][t(247)](this[t(266)]()))}[vs(266)](){const t=vs,e=new gs(this[t(223)]);return e[t(232)](t(236)).to(this[t(257)],t(236),this,t(242),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(239)][t(250)]}):e)),e}[vs(221)](){const t=vs;this[t(239)][t(238)]||(this[t(239)][t(238)]={}),this[t(239)][t(238)][t(259)]=this[t(257)][t(236)];const e=new Fo(this[t(223)],this[t(239)][t(238)]);return e[t(233)]=this[t(257)][t(236)],e[t(232)](t(263)).to(this[t(257)],t(251)),e[t(240)]=vo(this[t(223)],t(262)),e.on(t(244),((e,n)=>{const o=t;this[o(255)](o(254),this[o(257)].id,n),this[o(224)](),this[o(228)]()})),e.on(t(268),(()=>{const e=t;this[e(224)](),this[e(228)]()})),e[t(256)](t(234),(()=>{e[t(228)]()})),e[t(260)](),e[t(225)](t(234)).to(this),e[t(225)](t(235)).to(this),e}}const _s=ys;function Is(){const t=["EXTERNAL_IMPORT_WORD_AVATAR","actionIndicator","ck-comment--edit","_createDropdown","visibleView","Delete comment?","bind","ck-comment__main","setTemplate","remove","EXTERNAL_COMMENT","attributes","ck-annotation","getExternalCommentNote","switchToEditMode","isEditable","span","EXTERNAL_AVATAR","withText","isEditMode","element","13941BeyjCf","userView","edit","pencil","@external","cancelConfirm","change:isVisible","ck-annotation__actions","isRemovable","locale","label","ck-comment__info","blur","ck-comment__info-time","change:isRemovable","isSystemComment","execute","ck-comment--","_attachActions","ck-annotation__user","authoredAt","length","isEnabled","ck-comment__info-name","div","listenTo","addMany","then","85eiCGqa","ck-annotation__info-name","extendTemplate","Remove","ck-comment__user","author","change:isEnabled","isVisible","Edit","ck-annotation__actions--hidden","isReadOnly","push","panelView","ck-comment__wrapper","_config","Reply...","ck-comment__external","540654FZcoMW","actionBar","creator","mouseenter","removeComment","_createCommentInputView","ck-comment__actions","time","removeButton","createCollection","threeVerticalDots","ck-comment__actions--hidden","source","panelPosition","render","ck-comment--remove-confirmation","add","7ifqSFY","placeholder","26SlIaxF","children","formatDateTime","editButton","name","isExternal","EXTERNAL_IMPORT_WORD_COMMENT","ck-annotation__info","dropdown","showConfirm","1788392uLRhJw","ck-comment","buttonView","46992RuWBso","303606yeekNv","_model","Show more items","515808pTlmjq","getUserViewNotificationText","getTemplate","fire","focus","ck-annotation__info-time","set","resolvedAt","_createEditButton","4734280xPVVaX","ck-annotation__main","ck-annotation__content-wrapper","items","_createRemoveButton","icon","isConfirm","ck-comment--remove","ck-comment--info","bindTemplate","some","importWord","mouseleave"];return(Is=function(){return t})()}function ys(t,e){const n=Is();return(ys=function(t,e){return n[t-=177]})(t,e)}!function(t){const e=ys,n=t();for(;;)try{if(117553===parseInt(e(202))/1*(-parseInt(e(266))/2)+parseInt(e(280))/3+-parseInt(e(279))/4*(parseInt(e(230))/5)+-parseInt(e(247))/6*(-parseInt(e(264))/7)+-parseInt(e(276))/8+parseInt(e(283))/9+parseInt(e(292))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=ys;super(t,e,n),this[o(289)](o(182),null),this[o(289)](o(265),vo(t,o(245))),this[o(187)](o(222)).to(e),this[o(187)](o(290)).to(e),this[o(248)]=this[o(256)](),this[o(217)]||(this[o(269)]=this[o(291)](),this[o(255)]=this[o(296)](),this[o(295)]=this[o(256)](),this[o(295)][o(228)]([this[o(269)],this[o(255)]]),this[o(274)]=this[o(184)](),this[o(248)][o(263)](this[o(274)])),this[o(203)]=new s.UserView(t,e[o(235)],this[o(284)]()),this[o(203)][o(232)]({attributes:{class:[o(234),o(221)]}}),this[o(227)](e,o(216),(()=>this[o(207)]())),this[o(189)](this[o(285)]())}[_s(285)](){const t=_s,e=this[t(177)],n=[{tag:t(226),attributes:{class:[t(213),t(273)]},children:[{tag:t(197),children:[{text:this[t(203)][t(270)]}],attributes:{class:[t(225),t(231)]}},{tag:t(254),attributes:{datetime:e.to(t(222)),class:[t(215),t(288)]},children:[{text:e.to(t(222),(e=>this[t(244)][t(268)](e)))}]}]},{tag:t(226),attributes:{class:[t(253),t(209),e.if(t(200),t(258)),e.if(t(200),t(239))]},children:this[t(248)]},{tag:t(226),attributes:{class:[t(294)]},children:this[t(185)]}];return this[t(281)][t(271)]&&n[t(241)]({tag:t(226),attributes:{class:[t(246)]},children:[{text:this[t(194)]()}]}),{tag:"li",attributes:{class:[t(243),e.if(t(298),t(262))],tabindex:-1},children:[{tag:t(226),attributes:{class:[t(277),t(193),e.if(t(200),t(183)),e.if(t(217),t(300)),e.to(t(182),(e=>e?t(219)+e:""))],"data-author-id":this[t(281)][t(235)].id,"data-comment-id":this[t(281)].id},children:[this[t(203)],{tag:t(226),attributes:{class:[t(188),t(293)]},children:n}]}]}}[_s(291)](){const e=_s,n=new go.ButtonView(this[e(211)]);return n[e(212)]=vo(this[e(211)],e(238)),n[e(297)]=t.icons[e(205)],n[e(199)]=!0,n[e(232)]({attributes:{class:e(183)}}),n[e(187)](e(224)).to(this[e(281)],e(240),(t=>!t)),n[e(187)](e(237)).to(this[e(281)],e(196)),n.on(e(218),(()=>this[e(195)]())),n}[_s(296)](){const t=_s,e=new go.ButtonView(this[t(211)]);return e[t(212)]=vo(this[t(211)],t(233)),e[t(297)]='\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(199)]=!0,e[t(232)]({attributes:{class:t(299)}}),e[t(187)](t(224)).to(this[t(281)],t(240),(t=>!t)),e[t(187)](t(237)).to(this[t(281)],t(210)),e.on(t(218),(()=>{const e=t;this[e(275)](vo(this[e(211)],e(186)),this[e(201)])[e(229)]((()=>{const t=e;this[t(286)](t(251),this[t(281)].id)}))})),e}[_s(184)](){const e=_s,n=(0,go.createDropdown)(this[e(211)]),o=n[e(242)][e(267)],s=new go.ListView(this[e(211)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(211)]);i[r(267)][r(263)](t);const c=o>-1?o:s[r(295)][r(223)];s[r(295)][r(263)](i,c),n[r(227)](t,r(236),(()=>{const t=r;n[t(224)]=[...this[t(295)]][t(178)]((e=>e[t(224)]))})),n[r(227)](t,r(208),(()=>{const t=r;n[t(278)][t(237)]=[...this[t(295)]][t(178)]((e=>e[t(237)]))}))};n[e(260)]="sw",n[e(278)][e(289)]({label:vo(this[e(211)],e(282)),icon:t.icons[e(257)]}),n[e(224)]=[...this[e(295)]][e(178)]((t=>t[e(224)])),n[e(278)][e(237)]=[...this[e(295)]][e(178)]((t=>t[e(237)]));for(const t of this[e(295)])r(t);return o[e(263)](s),n[e(227)](this[e(295)],e(263),((t,e,n)=>{r(e,n)})),n[e(227)](this[e(295)],e(190),((t,n,o)=>{const r=e;s[r(295)][r(190)](o)})),n}[_s(220)](t,e){const n=_s,o=t&&t[n(201)];o&&(this[n(227)](o,n(250),(()=>this[n(182)]=e)),this[n(227)](o,n(287),(()=>this[n(182)]=e)),this[n(227)](o,n(180),(()=>this[n(182)]=null)),this[n(227)](o,n(214),(()=>this[n(182)]=null)))}[_s(252)](){const t=_s,e=super[t(252)]();return e[t(187)](t(265)).to(this),e}[_s(194)](){const t=_s;return t(179)===this[t(281)][t(192)][t(206)][t(259)]?vo(this[t(211)],t(272)):vo(this[t(211)],t(191))}[_s(284)](){const t=_s;return this[t(281)][t(271)]?t(179)===this[t(281)][t(192)][t(206)][t(259)]?vo(this[t(211)],t(181),this[t(281)][t(249)][t(270)]):vo(this[t(211)],t(198),this[t(281)][t(249)][t(270)]):null}[_s(261)](){const t=_s;super[t(261)](),this[t(220)](this[t(269)],t(204)),this[t(220)](this[t(255)],t(190))}}var As=n(673),Ts=n.n(As),Es=n(554),xs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Es.A,xs);Es.A.locals;var Rs=n(306),Os={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,Os);Rs.A.locals;var Ms=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ms.A,js);Ms.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 Ps=/^\s+/;const Bs=function(t){return t?t.slice(0,Ss(t)+1).replace(Ps,""):t};var Ds=/^[-+]0x[0-9a-f]+$/i,Ls=/^0b[01]+$/i,zs=/^0o[0-7]+$/i,Ks=parseInt;const Fs=function(t){if("number"==typeof t)return t;if(Kn(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=Bs(t);var n=Ls.test(t);return n||zs.test(t)?Ks(t.slice(2),n?2:8):Ds.test(t)?NaN:+t};var Us=Math.max,Ws=Math.min;const Hs=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,l=!1,d=!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||l&&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 l?Ws(n,r-(t-h)):n}(t))}function g(t){return c=void 0,d&&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(l)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Fs(e)||0,j(n)&&(u=!!n.leading,r=(l="maxWait"in n)?Us(Fs(n.maxWait)||0,e):r,d="trailing"in n?!!n.trailing:d),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 Gs=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),Hs(t,e,{leading:o,maxWait:e,trailing:s})};function qs(){const t=["type","11xMnTeZ","39hUzdLT","18ExvITq","2001636bIgXrH","childList","140Ebshuj","attributes","attributeName","cancel","35FnWKGw","class","13348mxanEp","disconnect","761131OVwSft","1858040sOnxOG","observe","194813jEGJbJ","243920nDiWwh","characterData"];return(qs=function(){return t})()}function Ys(t,e){const n=qs();return(Ys=function(t,e){return n[t-=490]})(t,e)}function Xs(t){const e=Gs(t,30),n=new MutationObserver((t=>{const n=Ys;for(const o of t)(n(493)==o[n(506)]&&n(497)==o[n(494)]||n(491)==o[n(506)]||n(505)==o[n(506)])&&e()}));return{attach(t){n[Ys(502)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Ys;n[t(499)](),e[t(495)]()}}}!function(t){const e=Ys,n=t();for(;;)try{if(232934===-parseInt(e(503))/1+parseInt(e(498))/2*(parseInt(e(508))/3)+parseInt(e(492))/4*(parseInt(e(496))/5)+-parseInt(e(509))/6*(-parseInt(e(500))/7)+-parseInt(e(501))/8+parseInt(e(490))/9+parseInt(e(504))/10*(parseInt(e(507))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qs);var Qs=n(438),Js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Js);Qs.A.locals;const Zs=tr;function $s(){const t=["setTemplate","length","4009055LVFwnS","focus","height","clientHeight","type","attach","targetRect","720903zHufZw","isActive","destroy","focusTracker","2762541LyFkiT","createCollection","content","ck-annotation-wrapper--active","set","listenTo","isDirty","keystrokes","ck-rounded-corners","element","mainView","1145758fSgnKb","add","fire","bindTemplate","_updateHeight","ck-annotation-wrapper","render","12rnPptV","14949378oHQJba","2170637hNiiSH","div","detach","_mutationObserver","Esc","48EckHjv","6990976gtVVAv","clear"];return($s=function(){return t})()}function tr(t,e){const n=$s();return(tr=function(t,e){return n[t-=324]})(t,e)}!function(t){const e=tr,n=t();for(;;)try{if(943045===-parseInt(e(331))/1+parseInt(e(346))/2+parseInt(e(335))/3+-parseInt(e(361))/4+-parseInt(e(324))/5*(parseInt(e(353))/6)+parseInt(e(355))/7*(parseInt(e(360))/8)+parseInt(e(354))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($s);class er extends go.View{constructor(t,n){const o=tr;super(t),this.id=(0,e.uid)(),this[o(334)]=new e.FocusTracker,this[o(342)]=new e.KeystrokeHandler,this[o(342)][o(339)](o(359),((t,e)=>this[o(348)](o(359),e))),this[o(339)](o(330),{top:0,right:0,bottom:0,left:0}),this[o(339)](o(326),0),this[o(339)](o(332),!1),this[o(339)](o(341),!1),this[o(339)](o(364),0),this[o(339)](o(328),""),this[o(358)]=Xs((()=>this[o(350)]())),this[o(337)]=this[o(336)](),this[o(337)][o(347)](n),this[o(345)]=n;const s=this[o(349)];this[o(363)]({tag:o(356),attributes:{class:["ck",o(351),o(343),s.if(o(332),o(338))],tabindex:-1},children:this[o(337)]})}[Zs(352)](){const t=Zs;super[t(352)](),this[t(334)][t(347)](this[t(344)]),this[t(342)][t(340)](this[t(344)]),this[t(358)][t(329)](this[t(344)])}[Zs(333)](){const t=Zs;this[t(337)][t(362)](),this[t(342)][t(333)](),this[t(334)][t(333)](),this[t(358)][t(357)](),super[t(333)]()}[Zs(325)](){const t=Zs;this[t(344)][t(325)]()}[Zs(350)](){const t=Zs,e=this[t(344)][t(327)];e&&(this[t(326)]=e)}}const nr=rr;function or(){const t=["stopListening","function","updateTargetRect","nodeType","isActive","remove","9IvpDkG","annotation-invalid-target","add","_type","focusableElements","focusTracker","target","getClientRects","127175usBzmR","innerView","object","10301392XQYNjt","item","249286JjBQld","filter","refreshVisibility","type","_assertCorrectTarget","offsetParent","192ETanQf","length","render","1335752JeenuO","isVisible","_getNormalizedTarget","480jcjxLQ","230vNOjaf","clear","set","_id","_target","7jeXAWR","866770QWZQsM","every","element","targetRect","isArray","destroy","view","mainView","5897370RAZcRT","418518pCCwUI"];return(or=function(){return t})()}!function(t){const e=rr,n=t();for(;;)try{if(789126===parseInt(e(226))/1+parseInt(e(255))/2*(-parseInt(e(242))/3)+parseInt(e(261))/4*(-parseInt(e(250))/5)+-parseInt(e(234))/6+parseInt(e(225))/7*(-parseInt(e(253))/8)+-parseInt(e(235))/9*(parseInt(e(220))/10)+-parseInt(e(216))/11*(-parseInt(e(219))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(or);class sr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=rr;super(),this[r(232)]=t,this[r(232)][r(228)]||this[r(232)][r(263)](),this[r(245)]=o,this[r(224)]=n,sr[r(259)](this[r(218)]()),this[r(246)]=new e.Collection([this[r(232)][r(228)]],{idProperty:r(223)}),this[r(246)].on(r(244),((t,e)=>{const n=r;this[n(232)][n(247)][n(244)](e)})),this[r(246)].on(r(241),((t,e)=>{const n=r;this[n(232)][n(247)][n(241)](e)})),this[r(222)](r(217),s)}get[nr(258)](){const t=nr;return t(237)==typeof this[t(245)]?this[t(245)]():this[t(245)]}get[nr(251)](){const t=nr;return this[t(232)][t(233)]}get[nr(248)](){const t=nr,e=this[t(218)]();return sr[t(259)](e),e}get[nr(229)](){const t=nr,n=this[t(248)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(256)]((e=>function(e){const n=t;if(e[n(260)])return!0;return!!e[n(249)]()[n(254)](0)}(e)));return 0===o[t(262)]?null:new e.Rect(o[0][t(249)]()[t(254)](0))}get[nr(240)](){const t=nr;return this[t(232)][t(240)]}set[nr(240)](t){const e=nr;this[e(232)][e(240)]=t,this[e(232)][e(233)][e(240)]=t}[nr(238)](){const t=nr;this[t(232)][t(229)]=this[t(229)]}[nr(231)](){const t=nr;this[t(246)][t(236)](),this[t(246)][t(221)](),this[t(236)]()}[nr(257)](){const t=nr;this[t(217)]=!!this[t(229)]}static[nr(259)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(230)](t)&&t[n(227)]((t=>ir(t)))))throw new e.CKEditorError(n(243),null,{target:t})}[nr(218)](){const t=nr,e=t(237)==typeof this[t(224)]?this[t(224)]():this[t(224)];return ir(e)?[e]:e}}function rr(t,e){const n=or();return(rr=function(t,e){return n[t-=216]})(t,e)}function ir(t){const e=nr;return null!==t&&e(252)==typeof t&&e(239)in t&&1===t[e(239)]}const cr=ar;function ar(t,e){const n=lr();return(ar=function(t,e){return n[t-=280]})(t,e)}!function(t){const e=ar,n=t();for(;;)try{if(833182===-parseInt(e(321))/1+-parseInt(e(323))/2*(-parseInt(e(326))/3)+-parseInt(e(315))/4+parseInt(e(284))/5*(parseInt(e(287))/6)+parseInt(e(314))/7*(parseInt(e(325))/8)+-parseInt(e(282))/9+-parseInt(e(288))/10*(-parseInt(e(291))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lr);class hr extends e.Collection{constructor(t=[]){const n=ar;super(),this[n(300)]=new Map,this[n(294)]=new Map,this[n(280)]=new e.FocusTracker,this[n(280)].on(n(299),((t,e,o)=>{const s=n;o||this[s(310)](s(305))}));for(const e of t)this[n(286)](e)}get[cr(308)](){const t=cr;return this[t(280)][t(308)]}[cr(286)](t){const n=cr;if(this[n(298)](t))throw new e.CKEditorError(n(296),null);this[n(300)][n(289)](t[n(319)],t),this[n(294)][n(289)](t[n(283)],t);for(const e of t[n(316)])this[n(280)][n(286)](e);this[n(311)](t[n(316)],n(286),((t,e)=>{const o=n;this[o(280)][o(286)](e)})),this[n(311)](t[n(316)],n(322),((t,e)=>{const o=n;this[o(280)][o(322)](e)})),this[n(311)](t[n(283)][n(295)],n(299),((e,o,s)=>{const r=n;s&&this[r(310)](r(290),t)})),t[n(304)]();const o=this[n(281)](t[n(283)][n(306)]);return super[n(286)](t,o)}[cr(322)](t){const n=cr;if(!this[n(298)](t))throw new e.CKEditorError(n(293),null);this[n(324)](t[n(283)][n(295)]),this[n(324)](t[n(316)]);for(const e of t[n(316)])this[n(280)][n(322)](e);return this[n(294)][n(317)](t[n(283)]),this[n(300)][n(317)](t[n(319)]),super[n(322)](t)}[cr(307)](t){const e=cr;return this[e(300)][e(285)](t)}[cr(318)](t){const e=cr;return this[e(294)][e(285)](t)}[cr(320)](){const t=cr;super[t(297)](),this[t(324)](),this[t(300)][t(297)](),this[t(294)][t(297)](),this[t(280)][t(320)]()}[cr(301)](){const t=cr;for(const e of this)e[t(304)]();this[t(302)]()}[cr(302)](){const t=cr,e=Array[t(309)](this)[t(327)](((e,n)=>ur(e[t(283)][t(306)],n[t(283)][t(306)])));for(let n=e[t(312)]-1;n>0;n--){const o=e[n];n!==this[t(313)](o)&&(this[t(322)](o),this[t(286)](o))}}[cr(281)](t){const e=cr;let n=0;if(!t)return this[e(312)];for(const o of this){const s=o[e(283)][e(306)];if(s){if(ur(t,s)<0)return n;n++}}return n}}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(292)]-e[n(292)];return 0==o?t[n(303)]-e[n(303)]:o}function lr(){const t=["_innerViewToAnnotation","refreshPositioning","_sort","left","updateTargetRect","blur","targetRect","getByInnerView","isFocused","from","fire","listenTo","length","getIndex","7UcURUy","3171800VazfbL","focusableElements","delete","getByView","innerView","destroy","1034171tIPgHd","remove","2MNFBor","stopListening","10574376zRiPGB","297912JYAJmU","sort","_focusTracker","_getOrderInContent","1930896tWSfRz","view","4828745XwAzyz","get","add","6NgNOYC","10SAxPmd","set","focus","5367967qoDnkP","top","annotationcollection-not-existing-item","_viewToAnnotation","focusTracker","annotationcollection-duplicated-item","clear","has","change:isFocused"];return(lr=function(){return t})()}function dr(t,e){const n=mr();return(dr=function(t,e){return n[t-=374]})(t,e)}function mr(){const t=["481380hhHFyE","2368lNfstq","collection","_addActiveAnnotation","38295YrtQbR","change:isVisible","source","fire","5369455GOmvfL","focusTracker","refreshVisibility","createAnnotation","_removeActiveAnnotation","_bindAnnotationsToVisibleAnnotations","view","createAnnotationView","remove","getByInnerView","activeAnnotations","16440530ypYAVi","refreshPositioning","isVisible","set","6BFWJle","element","listenTo","stopListening","add","387292VTFyMw","has","pluginName","delete","activate","1934595esMedM","_deactivateAllAnnotations","_visibleAnnotations","Annotations","10RthMIW","155060ynoytq","_activateAnnotation","destroy","deactivateAll"];return(mr=function(){return t})()}const pr=dr;!function(t){const e=dr,n=t();for(;;)try{if(637327===parseInt(e(388))/1*(-parseInt(e(393))/2)+parseInt(e(398))/3+-parseInt(e(403))/4*(parseInt(e(402))/5)+parseInt(e(407))/6+parseInt(e(415))/7+-parseInt(e(408))/8*(parseInt(e(411))/9)+parseInt(e(384))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mr);class fr extends t.ContextPlugin{static get[pr(395)](){return pr(401)}constructor(t){const e=pr;super(t),this[e(409)]=new hr,this[e(400)]=new hr,this[e(387)](e(383),new Set),this[e(378)]()}[pr(392)](t){const e=pr;this[e(409)][e(392)](t)}[pr(381)](t){const e=pr;this[e(409)][e(381)](t),t[e(405)]()}[pr(375)](){const t=pr;for(const e of this[t(409)])e[t(375)]()}[pr(385)](){const t=pr;this[t(400)][t(385)]()}[pr(382)](t){const e=pr;return this[e(409)][e(382)](t)}[pr(406)](){const t=pr;this[t(414)](t(399))}[pr(405)](){const t=pr;for(const e of this[t(409)])e[t(405)]();this[t(400)][t(405)](),this[t(409)][t(405)](),super[t(405)]()}[pr(397)](t){const e=pr;this[e(414)](e(404),t)}[pr(376)](t){return new sr(t)}[pr(380)](t,e){return new er(t,e)}[pr(410)](t){const e=pr,n=new Set(this[e(383)]);n[e(392)](t),this[e(383)]=n}[pr(377)](t){const e=pr,n=new Set(this[e(383)]);n[e(396)](t),this[e(383)]=n}[pr(378)](){const t=pr,e=this[t(409)],n=this[t(400)];function o(e){const o=t,s=e[o(413)];s[o(386)]&&!n[o(394)](s)?n[o(392)](s):!s[o(386)]&&n[o(394)](s)&&n[o(381)](s),s[o(379)][o(374)][o(381)](s[o(379)][o(389)]),s[o(379)][o(374)][o(392)](s[o(379)][o(389)])}this[t(390)](e,t(392),((e,s)=>{const r=t;s[r(386)]&&n[r(392)](s),this[r(390)](s,r(412),o)})),this[t(390)](e,t(381),((e,s)=>{const r=t;n[r(394)](s)&&n[r(381)](s),this[r(391)](s,r(412),o)}))}}const gr=kr;function vr(){const t=["weight","_removeCommentThread","comments.CommentView","714515uJFrke","commentsrepository-invalid-comment-thread-id","isReadOnly","commentsrepository-attach-missing-comment-thread","stopListening","comments.copyMarkers","commentsrepository-update-missing-comment","commentsrepository-add-comment-to-missing-comment-thread","commentsrepository-missing-target","trim","comments.editorConfig","commentsrepository-invalid-comment-content","refreshVisibility","_hasTargetInContent","editorDestroyed","afterInit","change:authoredAt","_adapter","resolvedBy","commentsrepository-missing-thread-and-adapter","getTime","_update","threadId","bind","noChannel","_resolveCommentThread","fire","change:_readOnlyChannels","reopenCommentThread","deactivateAll","textContent","8uXeTrW","activate","max","commentUpdated","join","reopen","attachTo","commentsrepository-update-comment-thread-internal-error","bodyCollectionContainer","requires","commentsrepository-active-not-attached","3775475ARrzdL","setPermissions","from","reduce","getIndex","submit","resolvedAt","catch","change:activeAnnotations","addComment","_isAttached","commentsrepository-remove-comment-missing-comment-thread","_unbindEditors","view","31745VtMfeA","_removeComment","createdAt","push","destroy","commentsrepository-add-comment-internal-error","content","creator","_remove","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","init","_add","editorReady","getByInnerView","commentsrepository-reopen-comment-thread-internal-error","authoredAt","_detachCommentThread","PENDING_ACTION_COMMENT_THREAD","@external","commentsrepository-invalid-commentid","has","getUser","change:isDirty","_permissions","fromCharCode","_addComment","commentsrepository-get-comment-invalid-id","_addCommentThread","_getExternalAuthor","author","commentThreadInputView","_repository","resolve","get","warn","commentsrepository-add-comment-user-not-exists","forbiddenHandler","addCommentThread","commentsrepository-resolve-comment-thread-internal-error","_isSubmitted","_updateComment","commentId","highest","licenseKey","plugins","commentsrepository-update-comment-invalid-content","editor","comments.maxThreadTotalWeight","innerHTML","commentsrepository-add-comment-thread-internal-error","hasCommentThread","find","switchReadOnly","isDirty","commentsrepository-reopen-comment-thread","isFromAdapter","model","focusTracker","_updateActiveAnnotation","_attachCommentThread","_viewToController","resolveCommentThread","commentsrepository-remove-comment-internal-error","comment","listenTo","submitCommentThread","div","type","adapter","archivedAt","commentsrepository-fetch-comment-thread","_updateCommentThread","5109190BdELGx","_threads","getRevision","isResolved","activeCommentThread","CommentsRepository","isActive","setUnlinkedAt","_readOnlyChannels","comments","60Nsvqhz","canComment","change:_permissions","setActiveCommentThread","removeCommentThread","isResolvable","getCommentThreads","set","commentsrepository-update-comment-missing-comment-thread","config","locale","update","1568247LcsDHm","setContext","external:","isExternal","isSubmitted","authorName","_reopenCommentThread","comments.maxCommentsWhenCollapsed","_submitCommentThread","_threadToController","write","remove","assign","setAttribute","commentsrepository-update-comment-internal-error","updateCommentThread","commentsrepository-invalid-comment-authorid","body","lowest","commentsrepository-missing-comment-thread","map","619249mhssWg","toJSON","delete","once","context","values","commentsrepository-remove-comment-thread-internal-error","focusableElements","_bindAnnotationToEditors","_createCommentThreadView","commentInputView","function","pluginName","filter","commentsrepository-duplicated-comment-thread-id","admin","getEarlierVisibleRevision","1811448gxkZTO","attributes","addUser","PendingActions","then","createElement","getComment","modifyAll","unlinkedAt","comments.maxCommentCharsWhenCollapsed","commentsrepository-adapter-already-set","add","commentsrepository-remove-missing-comment","commentsrepository-missing-thread-and-adapter-method","updateComment","isAttached","2080xwXsTs","isEditable","define","commentsrepository-resolved-comment-thread","removeAttribute","innerView","getPermissions","commentsrepository-remove-missing-comment-thread","_findOptimalIndex","error","_createNewComment","createCommentThreadController","_removeActiveAnnotation","length","commentsrepository-active-missing-comment-thread","isRemovable","9EYWSmJ","isNaN","removeComment","string","CommentThreadView","openNewCommentThread","CommentView","fetchCommentThread","6rxHIDF","comments.CommentThreadView","getCommentThread","focus","channelId"];return(vr=function(){return t})()}function kr(t,e){const n=vr();return(kr=function(t,e){return n[t-=394]})(t,e)}!function(t){const e=kr,n=t();for(;;)try{if(596272===parseInt(e(468))/1+parseInt(e(485))/2+parseInt(e(447))/3*(-parseInt(e(564))/4)+-parseInt(e(533))/5*(-parseInt(e(525))/6)+-parseInt(e(589))/7*(-parseInt(e(501))/8)+-parseInt(e(517))/9*(-parseInt(e(425))/10)+parseInt(e(575))/11*(-parseInt(e(435))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vr);const br=Symbol(gr(557)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class _r extends t.ContextPlugin{static get[gr(573)](){return[fr,t.PendingActions,s.Users]}static get[gr(480)](){return gr(430)}constructor(t){const e=gr;super(t),this[e(426)]=new Map,this[e(456)]=new Map,this[e(413)]=new Map,this[e(442)](e(433),new Set),this[e(442)](e(612),new Map),this[e(396)]=this[e(472)][e(444)][e(622)](e(396));const n=this[e(472)][e(444)];n[e(503)](e(454),2),n[e(503)](e(400),500),n[e(503)](e(494),140),n[e(503)](e(526),ds),n[e(503)](e(532),Cs),n[e(622)](e(543))||console[e(623)](e(598))}[gr(599)](){const t=gr,e=this[t(472)][t(397)][t(622)](fr);this[t(442)](t(429),null),this.on(t(626),((e,n)=>this[t(616)](n))),this.on(t(418),((e,n)=>this[t(455)](n))),this.on(t(414),((e,n)=>this[t(558)](n))),this.on(t(414),((e,n)=>this[t(411)](n)),{priority:t(465)}),this.on(t(561),((e,n)=>this[t(453)](n))),this.on(t(561),((e,n)=>this[t(411)](n)),{priority:t(465)}),this.on(t(439),((e,n)=>this[t(531)](n))),this.on(t(462),((e,n)=>this[t(424)](n))),this.on(t(462),((e,n)=>this[t(411)](n)),{priority:t(465)}),this.on(t(584),((e,n)=>this[t(614)](n))),this.on(t(499),((e,n)=>this[t(629)](n))),this.on(t(519),((e,n)=>this[t(590)](n))),this.on(t(584),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(527)](n),i=r&&this[s(456)][s(622)](r);i&&i[s(588)][s(528)]()}),{priority:t(465)}),this[t(417)](e,t(583),((e,n,o)=>{const s=t,r=Array[s(577)](o)[s(467)]((t=>this[s(413)][s(622)](t[s(506)])))[s(481)](Boolean)[0];this[s(429)]=r?r[s(409)]:null}))}[gr(548)](){!function(e){function n(t){const e=kr;return t[e(467)]((t=>String[e(613)](t)))[e(568)]("")}(e=>{const o=kr;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=l(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,d=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])][d]<<24,d+=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,l=0;for(;l<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[l],u[t-i][a]=r[l++],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,d(r)),t[e]^=i[c++];return t;function l(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 d(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=l(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(l,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(l,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=l;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=kr;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(427)](0),i=s[o(484)](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(489)]((()=>e()))}}))}C(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(l,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=kr;if(!C(l,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(518)](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(l,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(l,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=kr;if(!C(l,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(518)](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])],l=n([99,111,110,116,101,120,116])in e?e[o(472)]:e[o(399)],d=n([52,48,52,56,50,48,51,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=l[o(444)][o(622)](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(l,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(l,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(l,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(l,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(l,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(l,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(l,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(625)]&&s[t[e(625)]]()}(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(d)/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(l instanceof t.Context){const t=l;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=l;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 l[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(l,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(l,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(421)](t){const n=gr;if(this[n(550)])throw new e.CKEditorError(n(495));this[n(550)]=t}get[gr(421)](){return this[gr(550)]}[gr(626)]({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:l=!1,isFromAdapter:d=!1}={}){const m=gr;return this[m(559)](Cr(m(626),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:d,isResolvable:u,isSubmitted:l}),this[m(527)](n)}[gr(522)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(433)][i(609)](t)||this[i(433)][i(609)](void 0))return null;if(!o)throw new e.CKEditorError(i(541));const c=this[i(626)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(456)][i(622)](c),h=a[i(588)][i(619)][i(478)],u=this[i(472)][i(397)][i(622)](fr),l=u[i(602)](a[i(588)]);return u[i(565)](l),h[i(471)](i(601),(()=>h[i(528)]())),c}[gr(403)](t){const n=gr;if(n(520)!=typeof t)throw new e.CKEditorError(n(534));return this[n(426)][n(609)](t)}[gr(462)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(559)](Cr(i(462),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(527)](e)}[gr(527)](t){const n=gr;if(n(520)!=typeof t)throw new e.CKEditorError(n(534));return this[n(426)][n(622)](t)}[gr(524)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(527)](n);if(s)return Promise[o(621)](s);if(!this[o(421)])throw new e.CKEditorError(o(552),this[o(472)]);if(o(479)!=typeof this[o(421)][o(527)])throw new e.CKEditorError(o(498),this[o(472)]);return this[o(421)][o(527)]({channelId:t,threadId:n})[o(489)]((e=>this[o(403)](n)?this[o(527)](n):e?this[o(626)](Object[o(459)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(582)]((t=>{const n=o;throw console[n(510)](t),new e.CKEditorError(n(423),this[n(472)])}))}[gr(441)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(426)][s(473)]())t&&o[s(529)]!==t||e&&!o[s(500)]||n&&0===o[s(514)]||r[s(592)](o);return o?r[s(467)]((t=>t[s(469)]())):r}[gr(438)](t){const n=gr,o=this[n(472)][n(397)][n(622)](fr);if(!t)return void(this[n(429)]&&o[n(562)]());const s=this[n(527)](t);if(!s)throw new e.CKEditorError(n(515),null,{threadId:t});if(!this[n(456)][n(609)](s))throw new e.CKEditorError(n(574),null,{threadId:t});const r=o[n(602)](this[n(456)][n(622)](s)[n(588)]);o[n(565)](r)}[gr(405)](t,e){const n=gr;t?this[n(433)][n(496)](e):this[n(433)][n(470)](e),this[n(559)](n(560),n(433),this[n(433)],this[n(433)])}[gr(535)](t){const e=gr;return this[e(433)][e(609)](t)||this[e(433)][e(609)](void 0)}[gr(512)](t,e){return new fo(t,e)}[gr(576)](t,e=br){const n=gr;this[n(612)][n(442)](e,t),this[n(559)](n(437),n(612),this[n(612)],this[n(612)])}[gr(507)](t=br){const e=gr;return this[e(612)][e(609)](t)?this[e(612)][e(622)](t):wr}[gr(616)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:l,isResolvable:d,isSubmitted:m}){const p=gr;if(p(520)!=typeof n)throw new e.CKEditorError(p(534),null,{threadId:n});if(this[p(403)](n))throw new e.CKEditorError(p(482),null,{threadId:n});const f=new Ir(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(472)][p(397)][p(622)](s.Users)[p(610)](c):null,isResolvable:d,isSubmitted:m||l});this[p(426)][p(442)](n,f);for(const t of o)f[p(600)](this[p(511)]({threadId:n,...t}));return a&&f[p(570)](a),l||!f[p(514)]?Promise[p(621)]():this[p(455)]({channelId:t,threadId:n})}[gr(455)]({channelId:t,threadId:n}){const o=gr;if(!this[o(403)](n))throw new e.CKEditorError(o(466),this);const s=this[o(527)](n);if(s[o(628)]=!0,!this[o(421)]||o(479)!=typeof this[o(421)][o(626)])return Promise[o(621)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,l=this[o(472)][o(397)][o(622)](o(488)),d=l[o(496)](vo(this[o(472)][o(445)],o(606)));return this[o(421)][o(626)]({channelId:t,threadId:r,comments:i[o(467)]((t=>t[o(469)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(489)]((({comments:e})=>{const s=o;l[s(458)](d);for(const o of e)this[s(629)]({channelId:t,threadId:n,commentId:o[s(394)],createdAt:o[s(591)],isFromAdapter:!0})}))[o(582)]((t=>{const n=o;throw console[n(510)](t),new e.CKEditorError(n(402),this)}))}[gr(412)]({threadId:t,target:n}){const o=gr,s=this[o(527)](t);if(!s)throw new e.CKEditorError(o(536),this);const r=this[o(472)][o(397)][o(622)](o(488)),i=this[o(472)][o(397)][o(622)](fr),c=this[o(477)](s),a=new fo(s,c);let h=null;c.on(o(611),((t,e,n)=>{const s=o;n?h=r[s(496)](vo(this[s(472)][s(445)],s(606))):h&&(r[s(458)](h),h=null)})),this[o(456)][o(442)](s,a),this[o(413)][o(442)](c,a);const u=new er(this[o(472)][o(445)],c);u[o(556)](o(514)).to(c),u[o(556)](o(406)).to(c,o(406),c,o(514),((t,e)=>t||!e)),u[o(556)](o(431)).to(c),u[o(420)]=o(416);const l=new sr({view:u,target:n,type:o(416),isVisible:!s[o(428)]});return this[o(476)](c,l),i[o(496)](l),l}[gr(476)](e,n){const o=gr;this[o(417)](e,o(601),((e,s)=>{const r=o,i=s.ui[r(588)][r(464)][r(572)];n[r(475)][r(496)](i),this[r(472)]instanceof t.Editor&&this[r(472)].ui[r(410)][r(496)](i)}),{priority:o(395)}),this[o(417)](e,o(547),((e,s)=>{const r=o,i=s.ui[r(588)][r(464)][r(572)];n[r(475)][r(609)](i)&&n[r(475)][r(458)](i),this[r(472)]instanceof t.Editor&&this[r(472)].ui[r(410)][r(458)](i)}))}[gr(587)](t){const e=gr;this[e(537)](t,e(601)),this[e(537)](t,e(547))}[gr(477)](t){const e=gr,n=this[e(472)][e(397)][e(622)](s.Users),{config:o,locale:r}=this[e(472)],i=(0,s.getDateTimeFormatter)(o[e(622)](e(445)));return new(0,o[e(622)](e(434))[e(521)])(r,t,n.me,{editorConfig:{...o[e(622)](e(543)),licenseKey:this[e(472)][e(444)][e(622)](e(396))},copyMarkers:o[e(622)](e(538)),maxCommentsWhenCollapsed:o[e(622)](e(454)),maxThreadTotalWeight:o[e(622)](e(400)),maxCommentCharsWhenCollapsed:o[e(622)](e(494)),formatDateTime:i,CommentView:o[e(622)](e(434))[e(523)]})}[gr(558)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(403)](t))throw new e.CKEditorError(c(466),null,{threadId:t});const a=this[c(527)](t);if(a[c(428)])throw new e.CKEditorError(c(504),null,{threadId:t});const h=this[c(472)][c(397)][c(622)](s.Users);if(a[c(551)]=h[c(610)](r),a[c(581)]=o,i||!this[c(421)]||c(479)!=typeof this[c(421)][c(414)])return Promise[c(621)]();const u=this[c(472)][c(397)][c(622)](c(488)),l=u[c(496)](vo(this[c(472)][c(445)],c(606)));return this[c(421)][c(414)]({channelId:n,threadId:t})[c(489)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(458)](l),a[n(551)].id!==e&&(a[n(551)]=h[n(610)](e)),a[n(581)]=t}))[c(582)]((t=>{const n=c;throw console[n(510)](t),new e.CKEditorError(n(627),this)}))}[gr(453)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(403)](t))throw new e.CKEditorError(s(466),null,{threadId:t});const r=this[s(527)](t);if(!r[s(428)])throw new e.CKEditorError(s(407),null,{threadId:t});if(r[s(551)]=null,r[s(581)]=null,o||!this[s(421)]||s(479)!=typeof this[s(421)][s(561)])return Promise[s(621)]();const i=this[s(472)][s(397)][s(622)](s(488)),c=i[s(496)](vo(this[s(472)][s(445)],s(606)));return this[s(421)][s(561)]({channelId:n,threadId:t})[s(489)]((()=>i[s(458)](c)))[s(582)]((t=>{const n=s;throw console[n(510)](t),new e.CKEditorError(n(603),this)}))}[gr(531)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(527)](t);if(!s)throw new e.CKEditorError(o(508),this);if(this[o(605)](t),this[o(426)][o(470)](t),!s[o(451)]||n||!this[o(421)]||o(479)!=typeof this[o(421)][o(439)])return Promise[o(621)]();const r=this[o(472)][o(397)][o(622)](o(488)),{channelId:i}=s,c=r[o(496)](vo(this[o(472)][o(445)],o(606)));return this[o(421)][o(439)]({channelId:i,threadId:t})[o(489)]((()=>r[o(458)](c)))[o(582)]((t=>{const n=o;throw console[n(510)](t),new e.CKEditorError(n(474),this)}))}[gr(424)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(520)!=typeof t)throw new e.CKEditorError(i(534),null,{threadId:t});if(!this[i(403)](t))throw new e.CKEditorError(i(466),null,{threadId:t});const c=this[i(527)](t);let a=!1;if(void 0!==o&&c[i(472)]!==o&&(c[i(472)]=o,a=!0),void 0!==n&&c[i(493)]!==n&&(c[i(493)]=n,a=!0),s&&!We(s,c[i(486)])&&(c[i(486)]=s,a=!0),!a)return Promise[i(621)]();if(!c[i(451)]||r||!this[i(421)]||i(479)!=typeof this[i(421)][i(462)])return Promise[i(621)]();const h=this[i(472)][i(397)][i(622)](i(488)),{channelId:u}=c,l=h[i(496)](vo(this[i(472)][i(445)],i(606)));return this[i(421)][i(462)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(489)]((()=>h[i(458)](l)))[i(582)]((t=>{const n=i;throw console[n(510)](t),new e.CKEditorError(n(571),this)}))}[gr(605)](t){const e=gr,n=this[e(472)][e(397)][e(622)](fr),o=this[e(527)](t);if(this[e(456)][e(609)](o)){const t=this[e(456)][e(622)](o),s=t[e(588)],r=n[e(602)](s);this[e(456)][e(470)](o),this[e(413)][e(470)](s),r&&n[e(458)](r),t[e(593)](),s[e(593)]()[e(489)]((()=>{this[e(587)](s)}))}}[gr(411)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(472)][n(397)][n(622)](fr),r=this[n(527)](t);if(this[n(456)][n(609)](r)){const t=this[n(456)][n(622)](r)[n(588)],e=s[n(602)](t);e&&(o&&s[n(513)](e),e[n(545)]())}}[gr(617)](t){const e=gr,n=this[e(472)][e(397)][e(622)](s.Users),o=(0,s.hashObject)(e(449)+t);return n[e(610)](o)||n[e(487)]({id:o,name:t})}[gr(511)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(520)!=typeof n)throw new e.CKEditorError(a(608));if(a(520)!=typeof r)throw new e.CKEditorError(a(463));if(a(520)!=typeof o||!o[a(542)]())throw new e.CKEditorError(a(544));const h=this[a(472)][a(397)][a(622)](s.Users)[a(610)](r);if(!h)throw new e.CKEditorError(a(624),null,{authorId:r});let u=null,l=i;return c&&c[a(607)]&&(u=this[a(617)](c[a(607)][a(452)]),l=new Date(c[a(607)][a(591)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:l,attributes:c})}[gr(614)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(527)](t[n(555)]);if(!c)throw new e.CKEditorError(n(540),this);const a=this[n(511)](t),{id:h}=a;if(c[n(600)](a),i||!this[n(421)]||n(479)!=typeof this[n(421)][n(584)]||!c[n(451)])return Promise[n(621)]();const u=this[n(472)][n(397)][n(622)](n(488)),{channelId:l}=c,d=u[n(496)](vo(this[n(472)][n(445)],n(606)));return r||(r={}),this[n(421)][n(584)]({channelId:l,threadId:o,commentId:h,content:s,attributes:r})[n(489)]((t=>{const e=n;u[e(458)](d),t&&this[e(629)]({channelId:l,threadId:o,commentId:h,createdAt:t[e(591)],isFromAdapter:!0})}))[n(582)]((t=>{const o=n;throw console[o(510)](t),new e.CKEditorError(o(594),this)}))}[gr(629)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(520)!=typeof o||!o[c(542)]()[c(514)]))throw new e.CKEditorError(c(398));const a=this[c(527)](t),h=a[c(491)](n);if(!h)throw new e.CKEditorError(c(539),this);let u=!1;if(o&&o!==h[c(595)]&&(h[c(502)]||i)&&(h[c(595)]=o,u=!0),s&&s!==h[c(591)]&&(h[c(591)]=s,h[c(486)]&&h[c(486)][c(607)]||(h[c(604)]=s),u=!0),r&&!We(r,h[c(486)])&&(h[c(486)]=r,u=!0),!u)return Promise[c(621)]();if(a[c(559)](c(567)),i||!this[c(421)]||c(479)!=typeof this[c(421)][c(499)])return Promise[c(621)]();const l=this[c(472)][c(397)][c(622)](c(488)),{channelId:d}=this[c(527)](h[c(555)]),m=l[c(496)](vo(this[c(472)][c(445)],c(606)));return this[c(421)][c(499)]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[c(489)]((()=>l[c(458)](m)))[c(582)]((t=>{const n=c;throw console[n(510)](t),new e.CKEditorError(n(461),this)}))}[gr(590)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(527)](t),i=r[s(491)](n);if(!i)throw new e.CKEditorError(s(497),this);if(r[s(597)](i),o||!this[s(421)]||s(479)!=typeof this[s(421)][s(519)])return Promise[s(621)]();const c=this[s(472)][s(397)][s(622)](s(488)),{channelId:a}=r,h=c[s(496)](vo(this[s(472)][s(445)],s(606)));return this[s(421)][s(519)]({channelId:a,threadId:t,commentId:n})[s(489)]((()=>c[s(458)](h)))[s(582)]((t=>{const n=s;throw console[n(510)](t),new e.CKEditorError(n(415),this)}))}}class Ir extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(440)];this[o(529)]=n[o(529)],this.id=n.id,this[o(434)]=new e.Collection,this[o(620)]=t,this[o(585)]=!1,this[o(628)]=n[o(451)],this[o(442)](o(546),!0),this[o(556)](o(535)).to(t,o(612),t,o(433),(()=>t[o(535)](this[o(529)]))),this[o(556)](o(516)).to(t,o(612),(()=>t[o(507)](this[o(529)])[o(483)])),this[o(556)](o(436)).to(t,o(612),(()=>{const e=o,n=t[e(507)](this[e(529)]);return n[e(457)]||n[e(483)]})),this[o(556)](o(440)).to(t,o(612),(()=>s&&t[o(507)](this[o(529)])[o(621)])),this[o(442)](o(472),n[o(472)]),this[o(556)](o(422)).to(this,o(581),this,o(493),((t,e)=>t?e?t<e?t:e:t:e)),this[o(442)](o(493),n[o(493)]||null),this[o(442)](o(581),n[o(581)]||null),this[o(442)](o(551),n[o(551)]||null),this[o(556)](o(428)).to(this,o(581),(t=>!!t)),this[o(442)](o(486),n[o(486)]||{})}get[gr(530)](){const t=gr;return Array[t(577)](this[t(434)])[t(578)](((e,n)=>e+n[t(530)]),0)}get[gr(514)](){const t=gr;return this[t(434)][t(514)]}get[gr(500)](){return this[gr(585)]}get[gr(451)](){return this[gr(628)]}[gr(580)](){const t=gr,{channelId:e,id:n}=this;this[t(620)][t(559)](Cr(t(418),e),{channelId:e,threadId:n})}[gr(432)](t){this[gr(554)]({unlinkedAt:t})}[gr(621)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(620)][o(472)][o(397)][o(622)](s.Users).me,{channelId:i,id:c}=this;this[o(620)][o(559)](Cr(o(414),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(569)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(620)][e(559)](Cr(e(561),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(448)](t){const e=gr;this[e(472)]||this[e(554)]({context:t})}[gr(460)](t,e){const n=gr,o=zn(this[n(486)]);so(o,t,e),this[n(554)]({attributes:o})}[gr(505)](t){const e=gr,n=zn(this[e(486)]);uo(n,t),this[e(554)]({attributes:n})}[gr(458)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(620)][e(559)](Cr(e(439),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(570)](t){const e=gr;return this[e(620)][e(412)]({threadId:this.id,target:t})}[gr(584)](t){const e=gr,{channelId:n,id:o}=this;this[e(620)][e(559)](Cr(e(584),n,o),Object[e(459)]({channelId:n,threadId:o},t))}[gr(491)](t){const n=gr;if(n(520)!=typeof t)throw new e.CKEditorError(n(615),null,{commentId:t});return this[n(434)][n(622)](t)}[gr(469)](){const t=gr;return{threadId:this.id,context:this[t(472)],unlinkedAt:this[t(493)],resolvedAt:this[t(581)],resolvedBy:this[t(551)]?this[t(551)].id:null,archivedAt:this[t(422)],comments:this[t(434)][t(467)]((e=>e[t(469)]())),attributes:this[t(486)]}}[gr(600)](t){const e=gr;return this[e(417)](t,e(549),(()=>{const n=e,o=this[n(509)](t),s=this[n(434)];o-1!=s[n(579)](t)&&o+1!=s[n(579)](t)&&(this[n(597)](t),this[n(600)](t))})),this[e(434)][e(496)](t,this[e(509)](t))}[gr(554)](t){const e=gr,{channelId:n,id:o}=this;this[e(620)][e(559)](Cr(e(462),n),{...t,channelId:n,threadId:o})}[gr(597)](t){const e=gr;return this[e(537)](t),t[e(593)](),this[e(434)][e(458)](t)}[gr(509)](t){const e=gr,n=this[e(434)][e(404)]((n=>new Date(n[e(604)])[e(553)]()>new Date(t[e(604)])[e(553)]()));return n?this[e(434)][e(579)](n):this[e(514)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(472)][n(397)][n(622)](s.Users).me,r=t[n(527)](e[n(555)]),i=0===r[n(434)][n(514)],c=o===e[n(618)];this.id=e.id,this[n(555)]=e[n(555)],this[n(618)]=e[n(618)],this[n(596)]=e[n(596)],this[n(450)]=Boolean(e[n(486)]&&e[n(486)][n(607)]),this[n(442)](n(595),e[n(595)]),this[n(591)]=e[n(591)]||new Date,this[n(442)](n(604),e[n(604)]||new Date),this[n(556)](n(581)).to(r,n(581)),this[n(442)](n(486),e[n(486)]||{}),this[n(556)](n(502)).to(t,n(612),(()=>{const e=n,o=t[e(507)](r[e(529)])[e(457)],s=t[e(507)](r[e(529)])[e(492)];return c&&o||!c&&s})),this[n(556)](n(516)).to(r,n(516),t,n(612),(e=>{const o=n,s=t[o(507)](r[o(529)])[o(457)],a=t[o(507)](r[o(529)])[o(492)];return c&&s||e&&i||!c&&a&&!i})),this[n(556)](n(535)).to(r,n(535)),this[n(620)]=t}get[gr(530)](){const t=gr;return Math[t(566)](function(e){const n=t,o=document[n(490)](n(419));return o[n(401)]=e,o[n(563)][n(514)]}(this[t(595)]),200)}[gr(446)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(620)][n(403)](o))throw new e.CKEditorError(n(443),this);const{channelId:r}=this[n(620)][n(527)](o);this[n(620)][n(559)](Cr(n(499),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(460)](t,e){const n=gr,o=zn(this[n(486)]);so(o,t,e),this[n(446)]({attributes:o})}[gr(505)](t){const e=gr,n=zn(this[e(486)]);uo(n,t),this[e(446)]({attributes:n})}[gr(458)](t={}){const n=gr;if(!t[n(408)]&&!this[n(516)])return;const{threadId:o,id:s}=this;if(!this[n(620)][n(403)](o))throw new e.CKEditorError(n(586),this);const{channelId:r}=this[n(620)][n(527)](o);this[n(620)][n(559)](Cr(n(519),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(469)](){const t=gr;return{commentId:this.id,content:this[t(595)],createdAt:this[t(591)],authorId:this[t(596)].id,attributes:this[t(486)]}}[gr(593)](){this[gr(537)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}function Ar(){const t=["change","push","tableCell","selection","isObject","createRange","4pUsQLC","backward","45lLzmrD","420801HFPRvb","3002085ygqSDh","getRanges","$textProxy","6dVXPmB","_itemIsContent","item","document","refresh","6403110xfJvVo","getItems","isEnabled","3036656uHYBkf","end","editor","315848uYOVIz","schema","model","2430860mtZnZM","getLastMatchingPosition","comment:","530755brTFEP","_hasContent","element","_trimToContent","22IqJhjB","addMarker","substr","start","execute"];return(Ar=function(){return t})()}function Tr(t,e){const n=Ar();return(Tr=function(t,e){return n[t-=253]})(t,e)}const Er=Tr;!function(t){const e=Tr,n=t();for(;;)try{if(618940===parseInt(e(258))/1+parseInt(e(276))/2+-parseInt(e(259))/3*(-parseInt(e(255))/4)+parseInt(e(279))/5*(-parseInt(e(262))/6)+-parseInt(e(270))/7+-parseInt(e(273))/8*(parseInt(e(257))/9)+-parseInt(e(267))/10*(parseInt(e(283))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ar);class xr extends t.Command{[Er(266)](){const t=Er,e=this[t(272)][t(275)][t(265)][t(291)];for(const n of e[t(260)]())if(this[t(280)](n))return void(this[t(269)]=!0);this[t(269)]=!1}[Er(287)]({threadId:t=(0,e.uid)()}={}){const n=Er,o=this[n(272)][n(275)],s=[];for(const t of o[n(265)][n(291)][n(260)]())this[n(280)](t)&&s[n(289)](this[n(282)](t));o[n(288)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(285)](1,5),i=r(278)+t+":"+s;o[r(284)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Er(280)](t){const e=Er;for(const n of t[e(268)]())if(this[e(263)](n))return!0;return!1}[Er(263)](t){const e=Er;return t.is(e(261))||this[e(272)][e(275)][e(274)][e(253)](t)&&!t.is(e(281),e(290))}[Er(282)](t){const e=Er,n=t=>!this[e(263)](t[e(264)]),o=t[e(286)][e(277)](n),s=t[e(271)][e(277)](n,{direction:e(256)});return this[e(272)][e(275)][e(254)](o,s)}}const Rr=Or;function Or(t,e){const n=jr();return(Or=function(t,e){return n[t-=190]})(t,e)}!function(t){const e=Or,n=t();for(;;)try{if(854630===parseInt(e(198))/1+-parseInt(e(228))/2*(-parseInt(e(245))/3)+-parseInt(e(195))/4+parseInt(e(207))/5+parseInt(e(244))/6+-parseInt(e(227))/7+parseInt(e(229))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jr);class Mr extends t.Plugin{static get[Rr(249)](){return[fr]}static get[Rr(205)](){return Rr(210)}constructor(t){const e=Rr;super(t),this[e(233)]=new Set,this[e(212)]=new Set}[Rr(213)](){const t=Rr,e=this[t(224)],n=e[t(231)][t(246)][t(206)],o=Hs((()=>this[t(214)]()),10);n.on(t(192),((e,n)=>{const s=t;n[s(199)]&&(o[s(204)](),this[s(214)]())})),this[t(211)](e[t(247)][t(197)][t(246)],t(248),((t,e,n)=>{n&&o()})),this[t(211)](e.ui[t(202)],t(248),((n,o,s)=>{const r=t;s||e[r(221)]||this[r(240)](r(193),{isAnnotationTracked:t=>this[r(222)][r(225)](t[r(209)])})})),this[t(211)](this[t(224)].ui,t(201),(()=>this[t(240)](t(203))))}[Rr(250)](t){const e=Rr;if(this[e(212)][e(225)](t[e(197)]))return;this[e(212)][e(239)](t[e(197)]),this[e(224)].ui[e(202)][e(239)](t[e(197)][e(223)]);const n=this[e(224)][e(191)][e(200)](fr);this[e(211)](n[e(219)],e(215),((t,n)=>{const o=e;this[o(224)].ui[o(202)][o(215)](n[o(197)][o(223)]),this[o(212)][o(242)](n[o(197)])}))}[Rr(234)](){const t=Rr;return this[t(224)][t(247)][t(197)][t(234)]}[Rr(235)](t){const n=Rr;if(n(218)!=typeof t)throw new e.CKEditorError(n(232));this[n(233)][n(239)](t)}[Rr(214)](){const t=Rr;this[t(240)](t(241))}[Rr(230)]({activeAnnotation:t,annotations:e}){const n=Rr,o=[],s=this[n(224)][n(231)][n(246)][n(206)],r=Array[n(190)](s[n(237)]());for(const[t,s]of this[n(222)]){const r=i(s),c=e[n(196)](t);r&&c&&o[n(236)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(220)](t,!s[e(208)]))return n;return null}return o[n(194)](((e,o)=>{const s=n,r=e[s(217)],i=o[s(217)];if(!r[s(238)](i)){if(r[s(220)](i,!0))return 1;if(i[s(220)](r,!0))return-1}return e[s(243)]==t?-1:o[s(243)]==t?1:0}))[n(216)]((t=>t[n(243)]))}get[Rr(222)](){const t=Rr,e=new Map;for(const n of Array[t(190)](this[t(233)]))for(const[o,s]of n())e[t(226)](o,s);return e}}function jr(){const t=["editorannotations-invalid-source-callback","_dataCollectors","hasDomSelection","addSourceCollector","push","getRanges","isEqual","add","fire","refresh","delete","annotation","1549332YFXSLv","54726rhsrbK","document","editing","change:isFocused","requires","registerAnnotation","from","plugins","change:range","blur","sort","291480UGTWTb","getByInnerView","view","393945pTEiYy","directChange","get","update","focusTracker","uiUpdate","cancel","pluginName","selection","1105680ebhlyv","isCollapsed","innerView","EditorAnnotations","listenTo","_editorAnnotations","init","refreshSelectedViews","remove","map","range","function","collection","containsRange","isReadOnly","_editorAnnotationsData","element","editor","has","set","9419557jRJBCO","68BfJBdW","6236960DvtQcT","getOrderedSelectedAnnotations","model"];return(jr=function(){return t})()}const Vr=Nr;function Nr(t,e){const n=Sr();return(Nr=function(t,e){return n[t-=332]})(t,e)}function Sr(){const t=["40473UUJwkL","44BivGME","2304hHQbxV","has","plugins","348WePfML","get","addCommentThread","editor","1123258ODdAWH","3733541FikhBh","310609sLejsz","3IffEhs","12TgTnhT","RestrictedEditingModeEditing","1377538YnPQUy","4jIyZPs","afterInit","2283660ztqQsw","6675315gARMVX","enableCommand"];return(Sr=function(){return t})()}!function(t){const e=Nr,n=t();for(;;)try{if(934197===parseInt(e(343))/1+-parseInt(e(349))/2*(parseInt(e(346))/3)+parseInt(e(350))/4*(-parseInt(e(332))/5)+-parseInt(e(347))/6*(parseInt(e(344))/7)+-parseInt(e(336))/8*(-parseInt(e(334))/9)+-parseInt(e(352))/10*(-parseInt(e(335))/11)+-parseInt(e(339))/12*(-parseInt(e(345))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Pr extends t.Plugin{[Vr(351)](){const t=Vr,e=this[t(342)];e[t(338)][t(337)](t(348))&&e[t(338)][t(340)](t(348))[t(333)](t(341))}}const Br=Lr;function Dr(){const t=["7LEvKbs","config","importWord.formatting.comments","701098LedfoO","collaboration.channelId","forEach","plugins","_handleImportedData","20600TyHGUP","collaboration_features","dataInsert","map","listenTo","addCommentThread","execute","afterInit","get","283308ziCfDr","829734wwgMHO","editor","commands","3269096qQlPZy","1319770iYpXJd","high","define","basic","importWord","1000908yURgFW"];return(Dr=function(){return t})()}function Lr(t,e){const n=Dr();return(Lr=function(t,e){return n[t-=317]})(t,e)}!function(t){const e=Lr,n=t();for(;;)try{if(243968===parseInt(e(329))/1+parseInt(e(324))/2+-parseInt(e(338))/3+parseInt(e(320))/4+parseInt(e(343))/5+-parseInt(e(339))/6*(parseInt(e(321))/7)+-parseInt(e(342))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dr);class zr extends t.Plugin{constructor(t){const e=Lr;super(t),this[e(340)][e(322)][e(317)](e(323),e(318))}[Br(336)](){const t=Br,n=this[t(340)],o=n[t(341)][t(337)](t(319)),r=n[t(327)][t(337)](s.Users);o&&(o.on(t(335),((e,[,n])=>{n[t(330)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(344)]+10}),this[t(333)](o,t(331),this[t(328)]))}[Br(328)](t,e){const n=Br,{comment_threads:o}=e;o&&o[n(326)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(332)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(340)][r(327)][r(337)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(319)}}}))),a=this[r(340)][r(322)][r(337)](r(325));this[r(340)][r(327)][r(337)](_r)[r(334)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}const Kr=Ur;function Fr(){const t=["2515680KhLMSs","contentInsertion","keys","split","highest","72xHwfFu","18vNmBqn","editor","comments.copyMarkers","_registerMarkerToCopy","always","requires","config","default","listenTo","plugins","define","23284BblvVK","ClipboardPipeline","hasCommentThread","never","cut","_mapCommentsCopyConfigToRegisterConfiguration","202HeYURp","all","_registerMarkerInClipboardPipeline","_removeMarkersWithoutThreads","afterInit","584038trGZub","78qRVKTA","ClipboardMarkersUtils","dragstart","get","comment","1384976DvyhIC","88yaVeGj","markers","3205510lkLlMn","delete","4119912YQozjk","content","4942OczcaE","CommentsRepository","has"];return(Fr=function(){return t})()}function Ur(t,e){const n=Fr();return(Ur=function(t,e){return n[t-=230]})(t,e)}!function(t){const e=Ur,n=t();for(;;)try{if(566750===-parseInt(e(238))/1*(parseInt(e(256))/2)+parseInt(e(264))/3*(parseInt(e(232))/4)+-parseInt(e(252))/5+parseInt(e(244))/6*(-parseInt(e(243))/7)+parseInt(e(249))/8*(-parseInt(e(265))/9)+parseInt(e(259))/10+parseInt(e(250))/11*(parseInt(e(254))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fr);class Wr extends t.Plugin{constructor(t){const e=Ur;super(t),this[e(266)][e(271)][e(231)](e(267),e(272))}static get[Kr(270)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Kr(242)](){const t=Kr,e=this[t(266)][t(230)][t(247)](t(233));this[t(240)](),this[t(273)](e,t(260),((e,n)=>this[t(241)](n[t(255)][t(251)])),{priority:t(263)})}[Kr(241)](t){const e=Kr;if(!this[e(266)][e(230)][e(258)](e(257)))return t;const n=this[e(266)][e(230)][e(247)](e(257));for(const o of t[e(261)]()){const[s,r]=o[e(262)](":");e(248)!=s||n[e(234)](r)||t[e(253)](o)}return t}[Kr(240)](){const t=Kr,e=this[t(266)][t(230)][t(247)](t(245)),n=this[t(237)](this[t(266)][t(271)][t(247)](t(267)));n&&e[t(268)](t(248),n)}[Kr(237)](t){const e=Kr;switch(t){case e(269):return{allowedActions:e(239),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(272):return{allowedActions:[e(236),e(246)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(235):default:return null}}}var Hr=n(492),Gr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hr.A,Gr);Hr.A.locals;function qr(t,e){const n=Xr();return(qr=function(t,e){return n[t-=399]})(t,e)}const Yr=qr;function Xr(){const t=["_reconvertMarkers","_handleThreadMarker","get","root","view","reopenCommentThread","removeMarker","item","_attachArchivedThread","isAttached","then","context","locale","length","getCommentThread","comment:","dataToMarker","once","1nonZli","from","removeCommentThread","requires","_getTargetForId","join","commands","startsWith","markerName","substring","config","activeMarker","change:isThreadsLoadingPaused","start","add","managedUsingOperations","collaboration.channelId","isObject","clear","markerToData","isCollapsed","ENTER_COMMENT_ANNOUNCEMENT","setUnlinkedAt","model","ariaLiveAnnouncer","announce","registerAnnotation","init","push","switchReadOnly","isLocal","hasContent","render","getChangedMarkers","enqueueChange","scrollToThreadMarker","reconvertMarker","schema","addCommentThread","isResolved","affectsData","471606phPyky","registerPostFixer","change:activeMarker","elementToElement","248312uhGKdU","1254192uBOROd","getAllMarkersForId","name","_initAriaMarkerChangeAnnouncements","refreshVisibility","editing","delete","conversion","ignoreResolvedComments","markerToHighlight","destroy","_threads","$textProxy","hasCommentThread","ck-comment-marker","LEAVE_COMMENT_ANNOUNCEMENT","_hasTargetInContent","editor","consumable","destroyed","split","comments","1999515LcSYeJ","getRange","editingDowncast","CommentsEditing","set","_attachMarkerToThread","getItems","for","getWalker","fetchCommentThread","unlinkedAt","ready","low","dataDowncast","_handleMarkerAddAndRemove","data","updateMarker","$marker","markers","createElement","openNewCommentThread","getByInnerView","consume","setContext","117KAIOjh","focus","2081928mQMZIS","addComment","997218QxGgGY","addMarker:","ck-comment-marker--active","text","_detachCommentThread","createRange","isEqual","_threadToController","document","state","getCommentThreads","_initializeMarkerConverters","$graveyard","createPositionBefore","newRange","group","size","differ","rootName","resolveCommentThread","comment","hasDomSelection","isThreadsLoadingPaused","removeMarker:","change:isReadOnly","_getTextContext","end","plugins","hasMarkerForId","getAttribute","1891582EkDRVt","pluginName","listenTo","change","attachTo","upcast"];return(Xr=function(){return t})()}!function(t){const e=qr,n=t();for(;;)try{if(329785===parseInt(e(428))/1*(-parseInt(e(469))/2)+parseInt(e(524))/3+parseInt(e(474))/4+parseInt(e(496))/5+-parseInt(e(522))/6+parseInt(e(404))/7+-parseInt(e(473))/8*(parseInt(e(520))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xr);class Qr extends t.Plugin{static get[Yr(431)](){return[_r,Mr,Pr,zr,Wr]}static get[Yr(405)](){return Yr(499)}constructor(t){const e=Yr;super(t),this[e(500)](e(546),!0),t[e(511)][e(427)](e(507),(()=>this[e(546)]=!1)),this[e(500)](e(439),null),this.on(e(471),((n,o,s,r)=>{const i=e,c=s?Zr(s).id:null;if(t[i(451)][i(407)]((()=>{const e=i;if(c){const n=this[e(475)](c);for(const o of n)t[e(479)][e(464)](o)}if(r){const{id:n}=Zr(r),o=this[e(475)](n);for(const n of o)t[e(479)][e(464)](n)}})),c){const e=t[i(401)][i(412)](_r)[i(424)](c);e&&e[i(467)]&&this[i(463)](c)}})),this[e(477)]()}[Yr(455)](){const t=Yr,e=this[t(491)],n=e[t(401)][t(412)](_r),o=e[t(438)][t(412)](t(444));e[t(434)][t(442)](t(466),new xr(e)),this[t(406)](e,t(548),((o,s,r)=>{const i=t;n[i(457)](r,e[i(438)][i(412)](i(444)))})),this[t(406)](n,Jr(t(466),o),((e,{threadId:n})=>{const o=t,s=this[o(491)][o(401)][o(412)](_r)[o(424)](n);s&&s[o(506)]&&this[o(418)](n)})),this[t(406)](n,Jr(t(430),o),((n,{threadId:o})=>{const s=t;e[s(451)][s(462)]({isUndoable:!1},(t=>{const e=s,n=this[e(475)](o);for(const o of n)t[e(416)](o)}))})),this[t(406)](n,Jr(t(543),o),((e,{threadId:n})=>{const o=t;this[o(410)](n),this[o(491)][o(479)][o(414)][o(545)]&&(this[o(491)][o(401)][o(412)](_r)[o(424)](n)[o(506)]||this[o(491)][o(479)][o(414)][o(521)]())}),{priority:t(508)}),this[t(406)](n,Jr(t(415),o),((e,{threadId:n})=>{this[t(410)](n)}),{priority:t(508)}),this[t(406)](n,Jr(t(523),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(475)](s);!r&&0!=c[i(423)]&&n[i(487)](s)&&1===n[i(424)](s)[i(423)]&&e[i(451)][i(462)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(512)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(508)}),this[t(535)](),this[t(510)]()}[Yr(484)](){const t=Yr,e=this[t(491)][t(401)][t(412)](_r),n=this[t(491)][t(438)][t(412)](t(444));for(const o of e[t(534)]({channelId:n}))e[t(528)](o.id),e[t(485)][t(480)](o.id);super[t(484)]()}[Yr(402)](t){const e=Yr;return this[e(475)](t)[e(423)]>0}[Yr(475)](t){const e=Yr,n=[];for(const o of this[e(491)][e(451)][e(514)])o[e(476)][e(435)](e(425)+t)&&n[e(456)](o);return n}[Yr(463)](t){const n=Yr,o=this[n(432)](t);o&&setTimeout((()=>{const s=n;this[s(439)]&&Zr(this[s(439)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Yr(410)](t){const e=Yr;this[e(491)][e(451)][e(407)]((()=>{const n=e;for(const e of this[n(475)](t))this[n(491)][n(479)][n(464)](e)}))}[Yr(418)](t){const e=Yr,n=this[e(491)][e(401)][e(412)](_r),o=this[e(491)][e(401)][e(412)](Mr),s=n[e(424)](t);if(!s[e(419)]){const t=s[e(408)]((()=>this[e(432)](s.id)));o[e(454)](t),s[e(490)]=!1}}[Yr(535)](){const t=Yr,e=this[t(491)];e[t(481)][t(503)](t(498))[t(483)]({model:t(544),view:(n,o)=>{const s=t,{id:r}=Zr(n[s(436)]),i=e[s(401)][s(412)](_r)[s(424)](r),c=this[s(439)]&&Zr(this[s(439)]).id===r;if(i&&i[s(467)]&&!c&&n[s(417)])return o[s(492)][s(518)](n[s(417)],s(525)+n[s(436)]),o[s(492)][s(518)](n[s(417)],s(547)+n[s(436)]),null;const a=[s(488)];return c&&a[s(456)](s(526)),{classes:a,attributes:{"data-comment":r}}}}),e[t(481)][t(503)](t(509))[t(447)]({model:t(544),view:(n,{options:o})=>{const s=t,r=e[s(401)][s(412)](_r),i=e[s(451)][s(514)][s(412)](n),{id:c,part:a}=Zr(n);if(i&&!i[s(468)])return null;if(o[s(482)]){const t=r[s(424)](c);if(t&&t[s(467)])return null}return{group:s(544),name:a?c+":"+a:c}}}),e[t(481)][t(503)](t(409))[t(472)]({view:{name:t(544),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(515)](t(513),{"data-name":t(425)+e[t(403)]("id")})}),e[t(481)][t(503)](t(409))[t(426)]({view:t(544)})}[Yr(510)](){const t=Yr,e=this[t(491)],n=e[t(401)][t(412)](_r),o=new Set,s=new Set;e[t(451)][t(532)][t(470)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(451)][r(532)][r(541)][r(461)]()){const{group:a,id:h}=Zr(t);let u=c[r(538)];if(r(544)!==a||!u)continue;const l=r(536)===u[r(413)][r(542)];l||(u=$r(u,e[r(451)]),!u||u[r(448)]||!c[r(538)]||u[r(530)](c[r(538)]))?e[r(451)][r(459)](u)&&!l?this[r(546)]?o[r(442)](t):this[r(411)](t,h):(s[r(442)](t),o[r(480)](t),n[r(416)](t),i=!0):(n[r(512)](t,{range:u}),i=!0)}return i})),this.on(t(440),((n,s,r)=>{const i=t;if(!r&&o[i(540)])for(const t of o){const{id:n}=Zr(t);o[i(480)](t),e[i(451)][i(514)][i(412)](t)&&this[i(411)](t,n)}})),this[t(406)](e[t(451)][t(532)],t(407),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(451)][c(532)][c(541)][c(461)]()){const{group:i,id:a}=Zr(t);if(c(544)!==i)continue;const h=n[c(424)](a),u=this[c(402)](a);h&&(h[c(490)]||e[c(479)][c(414)][c(427)](c(460),(()=>{const t=c,o=e[t(401)][t(412)](fr),s=n[t(531)][t(412)](h)[t(414)];o[t(517)](s)[t(478)]()}),{priority:c(508)}),h[c(490)]=u||!!r),r||(s[c(442)](t),o[c(480)](t))}if(i[c(458)])for(const t of s){const{id:e}=Zr(t),s=n[c(424)](e),r=this[c(402)](e);o[c(480)](t),!s||r||s[c(506)]||s[c(450)](new Date)}s[c(446)]()}))}[Yr(432)](t){const e=Yr,n=this[e(491)],o=this[e(475)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(479)],o)}[Yr(399)](t){const e=Yr,n=this[e(475)](t);let o="",s=!1;for(const t of n){const n=t[e(497)]();for(const t of Array[e(429)](n[e(502)]()))t.is(e(486))?(o&&s&&(o+=" ",s=!1),o+=t[e(511)]):s=!0;s=!0}return o[e(437)](0,150)}[Yr(501)](t,e){const n=Yr,o=this[n(491)],s=o[n(401)][n(412)](_r);let r=s[n(424)](e);const i=o[n(438)][n(412)](n(444)),c=o[n(401)][n(412)](Mr);return r&&(r[n(506)]&&r[n(450)](null),r[n(419)])||(this[n(475)](e)[0][n(443)]?s[n(505)]({channelId:i,threadId:e})[n(420)]((t=>{const s=n;if(s(493)!==o[s(533)])if(r=t,r&&!r[s(419)]){const t=r[s(408)]((()=>this[s(432)](e)));c[s(454)](t),r[s(467)]&&this[s(410)](e)}else if(!r){const t=this[s(475)](e);o[s(451)][s(407)]((e=>{const n=s;for(const o of t)e[n(416)](o)}))}})):o[n(479)][n(414)][n(427)](n(460),(()=>{const t=n;if(s[t(424)](e))return;const a=o[t(401)][t(412)](fr);r=s[t(516)]({channelId:i,threadId:e,target:()=>this[t(432)](e),context:{type:t(527),value:this[t(399)](e)}});const h=s[t(531)][t(412)](r)[t(414)],u=a[t(517)](h);u&&c[t(454)](u)}),{priority:n(508)})),r}[Yr(411)](t,e){const n=Yr,o=this[n(501)](t,e);o&&!o[n(421)]&&o[n(519)]({type:n(527),value:this[n(399)](e)})}[Yr(477)](){const t=Yr,e=this[t(491)];(0,s.surroundingMarkersDetector)(e[t(451)],(({left:n,entered:o})=>{const s=t,r=[];for(const t of n)if(ti(t)){r[s(456)](vo(e[s(422)],s(489)));break}for(const t of o)if(ti(t)){r[s(456)](vo(e[s(422)],s(449)));break}r[s(423)]&&e.ui[s(452)][s(453)](s(495),r[s(433)](" "))}))}}function Jr(t,e){return e?t+":"+e:t}function Zr(t){const e=t[Yr(494)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Yr,o=e[n(465)],s=e[n(529)](t[n(441)]);for(const r of t[n(504)]()){const{type:t,item:i,nextPosition:c}=r;if(n(527)===t||o[n(445)](i)){const t=e[n(537)](i);s[n(448)]&&(s[n(441)]=t),s[n(400)]=c}}return s}function ti(t){const e=Yr;return e(544)===Zr(t[e(476)])[e(539)]}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=oi;function oi(t,e){const n=si();return(oi=function(t,e){return n[t-=172]})(t,e)}function si(){const t=["comment:","_createUIButton","from","5mCgQmy","comment","tooltip","getCommentThread","low","init","addSourceCollector","view","model","push","_threadToController","CommentsListView","addCommentThread","map","editing","2179508GtQlQk","20002284EUPJOY","menuBar:comment","pluginName","length","componentFactory","bind","getRange","addComment","hasCommentThread","739806yVbqSv","hasMarkerForId","2682640hmQjlu","removeCommentThread","commands","2468844mSFRMd","CommentThreadInputView","get","stop","2160016pxxgtK","listenTo","requires","CommentsUI","isEnabled","find","set","isFocused","focusTracker","change:activeAnnotations","add","innerView","highest","2659644uMZhlf","plugins","locale","editor","14zPBNQU","has","Comment","getAllMarkersForId","activeMarker","execute","focus","_viewToController"];return(si=function(){return t})()}!function(t){const e=oi,n=t();for(;;)try{if(631285===-parseInt(e(224))/1+parseInt(e(233))/2+parseInt(e(184))/3+parseInt(e(214))/4+-parseInt(e(199))/5*(-parseInt(e(229))/6)+parseInt(e(188))/7*(parseInt(e(226))/8)+-parseInt(e(215))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(si);class ri extends t.Plugin{static get[ni(217)](){return ni(174)}static get[ni(173)](){return[_r,Qr,Mr,fr]}get[ni(210)](){return Zo}get[ni(230)](){return Go}[ni(204)](){const t=ni,e=this[t(187)],n=e[t(185)][t(231)](_r),o=e[t(185)][t(231)](Qr),s=e[t(185)][t(231)](fr),r=e[t(185)][t(231)](Mr);e.ui[t(219)][t(181)](t(200),(()=>{const e=t,n=this[e(197)](go.ButtonView);return n[e(201)]=!0,n})),e.ui[t(219)][t(181)](t(216),(()=>this[t(197)](go.MenuBarMenuListItemButtonView))),r[t(205)]((()=>{const e=t,s=[];for(const[t,r]of n[e(209)]){const n=o[e(191)](t.id),i=n[e(212)]((t=>t[e(221)]()));n[e(218)]>0&&s[e(208)]([r[e(206)],i])}return s})),this[t(172)](s,t(180),((e,s,r)=>{const i=t,c=Array[i(198)](r)[i(212)]((t=>t[i(182)]))[i(176)]((t=>n[i(195)][i(189)](t)));if(!c)return void(o[i(192)]=null);const a=n[i(195)][i(231)](c)[i(207)].id,h=i(196)+a;a&&o[i(225)](a)?o[i(192)]=h:o[i(192)]&&(o[i(192)]=null)})),this[t(172)](n,t(227),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(179)][i(178)]&&o[i(225)](s)&&e[i(213)][i(206)][i(194)]()}),{priority:t(183)}),this[t(172)](n,t(222),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(225)](r)&&n[c(223)](r)&&1===n[c(202)](r)[c(218)]&&(e[c(213)][c(206)][c(194)](),s[c(232)]())}),{priority:t(203)})}[ni(197)](t){const e=ni,n=this[e(187)],o=new t(n[e(186)]),s=n[e(228)][e(231)](e(211));return o[e(177)]({label:vo(n[e(186)],e(190)),icon:ei}),o[e(220)](e(175)).to(s),this[e(172)](o,e(193),(()=>s[e(193)]())),o}}function ii(){const t=["stop","has","3394596ulWCqf","highest","listenTo","addCommentThread","499984IQIJVI","document","config","editing","clipboardInput","afterInit","get","clearForceDisabled","2479707OBURgF","isEnabled","4334RvuRWd","1075900wbUYkt","pluginName","set","CommentsOnly","affectsData","_disableCommentsOnlyMode","4SVmgtD","requires","view","stopListening","change:isEnabled","delete","commands","DragDrop","_enableCommentsOnlyMode","forceDisabled","5255138wToCYc","cut","2247375BCMccu","commentsOnly","126zsbSUJ","commentsOnlyMode","plugins","336USURDH","editor"];return(ii=function(){return t})()}const ci=ai;function ai(t,e){const n=ii();return(ai=function(t,e){return n[t-=354]})(t,e)}!function(t){const e=ai,n=t();for(;;)try{if(446576===parseInt(e(370))/1*(-parseInt(e(388))/2)+parseInt(e(386))/3*(parseInt(e(395))/4)+-parseInt(e(365))/5+parseInt(e(374))/6+-parseInt(e(363))/7+-parseInt(e(378))/8*(-parseInt(e(367))/9)+parseInt(e(389))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ii);class hi extends t.Plugin{static get[ci(390)](){return ci(392)}static get[ci(354)](){return[Qr]}constructor(t){const e=ci;super(t),this[e(391)](e(387),!1),this.on(e(357),((t,n,o)=>{const s=e;o?this[s(361)]():this[s(394)]()}))}[ci(383)](){const t=ci;!this[t(387)]&&this[t(371)][t(380)][t(384)](t(366))&&(this[t(387)]=!0)}[ci(361)](){const t=ci;for(const[e,n]of this[t(371)][t(359)])n[t(393)]&&t(377)!==e&&n[t(362)](t(368));this[t(371)][t(369)][t(373)](t(360))&&this[t(371)][t(369)][t(384)](t(360))[t(362)](t(368));const e=this[t(371)][t(381)][t(355)][t(379)];this[t(376)](e,t(364),(e=>e[t(372)]()),{priority:t(375)}),this[t(376)](e,t(382),(e=>e[t(372)]()),{priority:t(375)}),this[t(376)](e,t(358),(e=>e[t(372)]()),{priority:t(375)})}[ci(394)](){const t=ci;for(const[e,n]of this[t(371)][t(359)])n[t(393)]&&t(377)!==e&&n[t(385)](t(368));this[t(356)](this[t(371)][t(381)][t(355)][t(379)])}}function ui(t,e){const n=li();return(ui=function(t,e){return n[t-=184]})(t,e)}function li(){const t=["activeAnnotations","register","switchTo","_uisData","from","stopListening","_assertAnnotationDoesNotBelongToMultipleUIs","detach","function","annotationsuis-register-already-registered","42321ENASgI","listenTo","destroy","change:activeAnnotation","has","attach","context","setActiveAnnotation","70xJtqdf","_visibleAnnotations","hasActive","get","annotationsuis-annotation-mismatch","init","2262102WVhoIv","185445WFaaZX","_addActiveAnnotation","2gxYglX","activate","length","push","add","34330oKFlVR","type","size","refilterAnnotations","pluginName","activeUIs","filter","_activateAnnotation","56qALQuu","115920MZIyuc","plugins","_deactivateAllAnnotations","remove","find","isActive","_removeActiveAnnotation","annotationsuis-register-invalid-interface","set","collection","deactivateAll","requires","1873840BOeZgU","228483lpKZVZ","deactivate","_uis","delete","AnnotationsUIs","_setSelectedAnnotations","annotationsuis-missing-ui"];return(li=function(){return t})()}const di=ui;!function(t){const e=ui,n=t();for(;;)try{if(249838===parseInt(e(228))/1*(-parseInt(e(184))/2)+-parseInt(e(243))/3+parseInt(e(197))/4*(-parseInt(e(189))/5)+parseInt(e(242))/6+parseInt(e(198))/7+parseInt(e(210))/8+parseInt(e(211))/9*(-parseInt(e(236))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(li);class mi extends t.ContextPlugin{static get[di(209)](){return[fr]}static get[di(193)](){return di(215)}constructor(t){const e=di;super(t),this[e(194)]=new Set,this[e(213)]=new Map,this[e(221)]=new Map}[di(241)](){const t=di,e=this[t(234)][t(199)][t(239)](fr);this[t(229)](e,t(196),((e,n)=>{const o=t;for(const t of this[o(194)]){const e=this[o(213)][o(239)](t);(0,this[o(221)][o(239)](t)[o(195)])(n)&&e[o(235)](n)}})),this[t(229)](e,t(200),(()=>{const e=t;for(const t of this[e(194)])this[e(213)][e(239)](t)[e(235)](null)})),this[t(229)](e[t(237)],t(188),((e,n)=>{this[t(224)](n)}))}[di(238)](){const t=di;return this[t(194)][t(191)]>0}[di(203)](t){const e=di;return this[e(194)][e(232)](t)}[di(185)](t,n=()=>!0){const o=di,s=this[o(234)][o(199)][o(239)](fr);if(!this[o(213)][o(232)](t))throw new e.CKEditorError(o(217),this,{uiName:t});this[o(203)](t)&&this[o(212)](t),this[o(194)][o(188)](t);const r=new hr;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(286)](s);e[o(311)](t,o(286),((t,s)=>{const r=o;n(s)&&e[r(286)](s)})),e[o(311)](t,o(322),((t,n)=>{const s=o;e[s(298)](n)&&e[s(322)](n)}))})({source:s[o(237)],target:r,filter:n}),this[o(221)][o(206)](t,{collection:r,filter:n});const i=this[o(213)][o(239)](t);i[o(233)](r),this[o(229)](i,o(231),((t,e,n,r)=>{const i=o;r&&s[i(204)](r),n&&s[i(244)](n)}))}[di(212)](t){const n=di;if(this[n(194)][n(214)](t),!this[n(213)][n(232)](t))throw new e.CKEditorError(n(217),this,{uiName:t});const o=this[n(213)][n(239)](t);o[n(225)](),this[n(223)](o),this[n(221)][n(239)](t)[n(207)][n(230)](),this[n(221)][n(214)](t)}[di(220)](t){const n=di;if(!this[n(213)][n(232)](t))throw new e.CKEditorError(n(217),this,{uiName:t});const o=this[n(234)][n(199)][n(239)](fr),s=Array[n(222)](o[n(218)])[0]||null;this[n(208)](),this[n(185)](t);const r=this[n(213)][n(239)](t);r[n(235)](s),r[n(216)]&&s&&r[n(216)]([s])}[di(208)](){const t=di;for(const e of this[t(194)])this[t(212)](e)}[di(219)](t,n){const o=di;if(this[o(213)][o(232)](t))throw new e.CKEditorError(o(227));if(o(226)!=typeof n[o(233)]||o(226)!=typeof n[o(225)]||o(226)!=typeof n[o(235)])throw new e.CKEditorError(o(205),null);this[o(213)][o(206)](t,n)}[di(192)](){const t=di,e=this[t(234)][t(199)][t(239)](fr)[t(207)],n=new Map,o=Array[t(222)](this[t(194)]);for(const e of this[t(194)]){const o=this[t(221)][t(239)](e)[t(207)];for(const s of o)n[t(206)](s,e)}for(const s of e){const e=n[t(239)](s);this[t(224)](s);const r=o[t(202)]((e=>this[t(221)][t(239)](e)[t(195)](s)));e!==r&&(e&&this[t(221)][t(239)](e)[t(207)][t(201)](s),r&&this[t(221)][t(239)](r)[t(207)][t(188)](s))}}[di(230)](){const t=di;this[t(208)](),super[t(230)]()}[di(224)](t){const n=di,o=[];for(const e of this[n(194)])(0,this[n(221)][n(239)](e)[n(195)])(t)&&o[n(187)](e);if(o[n(186)]>1)throw new e.CKEditorError(n(240),null,{matchedUIs:o,annotationType:t[n(190)]})}}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(t,e){const n=vi();return(gi=function(t,e){return n[t-=117]})(t,e)}function vi(){const t=["ck-sidebar","ck-reset","bindTemplate","19109UNQYYK","488817UvRFQP","setTemplate","398082Ityzxp","1325308WCIPbI","13214484sxWObG","createCollection","7228734EuwVyP","div","class","6gNusMa","minHeight","number","72QYwQSm","2261420LxLqfo","set","list"];return(vi=function(){return t})()}!function(t){const e=gi,n=t();for(;;)try{if(661226===parseInt(e(132))/1+-parseInt(e(135))/2*(-parseInt(e(122))/3)+parseInt(e(136))/4+-parseInt(e(126))/5+parseInt(e(119))/6+-parseInt(e(133))/7*(-parseInt(e(125))/8)+-parseInt(e(117))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vi);const ki=(0,e.toUnit)("px");class bi extends go.View{constructor(t){const e=gi;super(t);const n=this[e(131)];this[e(127)](e(123),0),this[e(127)](e(121),""),this[e(128)]=this[e(118)](),this[e(134)]({tag:e(120),attributes:{class:["ck",e(129),e(130),n.to(e(121))],style:{minHeight:n.to(e(123),(t=>e(124)==typeof t?ki(t+10):null))}},children:this[e(128)]})}}const wi=Ii;function _i(){const t=["ck-sidebar-item--no-animation","div","52241XJRHoW","36mwsMBu","top","bottom","set","872KGgsxV","3587949Hokfke","destroy","2799182lgAhJc","10SiMxUw","_mutationObserver","detach","attach","setTemplate","isAnimationDisabled","bind","updateHeight","430510gLEzgm","element","clientHeight","render","ck-sidebar-item","createCollection","4304716oVGgVl","21953866TsAoUt","bindTemplate","content","clear","800214Ohpcyv","1fMiGHD","_targetTop","height"];return(_i=function(){return t})()}function Ii(t,e){const n=_i();return(Ii=function(t,e){return n[t-=456]})(t,e)}!function(t){const e=Ii,n=t();for(;;)try{if(710140===parseInt(e(476))/1*(-parseInt(e(489))/2)+-parseInt(e(475))/3+parseInt(e(470))/4+parseInt(e(464))/5*(parseInt(e(482))/6)+-parseInt(e(481))/7*(parseInt(e(486))/8)+-parseInt(e(487))/9*(parseInt(e(456))/10)+parseInt(e(471))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_i);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=Ii;super(t),this[e(485)](e(483),0),this[e(485)](e(478),0),this[e(462)](e(484)).to(this,e(483),this,e(478),((t,e)=>t+e)),this[e(485)](e(461),!1),this[e(457)]=Xs((()=>this[e(463)]())),this[e(477)]=null,this[e(473)]=this[e(469)]();const n=this[e(472)];this[e(460)]({tag:e(480),attributes:{class:[e(468),n.to(e(461),(t=>t?e(479):""))],style:{top:n.to(e(483),(t=>yi(t)))}},children:this[e(473)]})}[wi(467)](){const t=wi;super[t(467)](),this[t(457)][t(459)](this[t(465)])}[wi(463)](){const t=wi,e=this[t(465)][t(466)];e&&(this[t(478)]=e)}[wi(488)](){const t=wi;this[t(473)][t(474)](),this[t(457)][t(458)](),super[t(488)]()}}function Ai(){const t=["clear","Sidebar","nodeType","appendChild","max","bottom","_annotationToSidebarItemView","7GPkRGj","class","listenTo","_destroySidebarItemView","element","view","locale","minHeight","addAnnotation","height","sidebar-setcontainer-invalid-element","sidebar-attachtocontainer-missing-container","_attachToContainer","target","_alignForTopChange","set","_recalculate","_annotations","isActive","getIndex","_alignToTargetRect","getSidebarItemView","_getMaxAvailableTop","_sidebarItemViewToAnnotation","isAnimationDisabled","rearrange","801494XgmVVa","_detachFromContainer","_lastItem","_alignAfterItem","_alignBeforeItem","4ONkEBE","_activeAnnotation","_getItemAfter","_setItemTop","_getTargetTop","_recalculateBuffer","unbind","container","config","render","delete","change:targetRect","context","bind","change:top","_spaceBetweenItems","2061993xMGYyb","object","1774035MhpRVw","_getItemBefore","updateHeight","list","refresh","content","sidebar.preventScrollOutOfView","push","remove","pluginName","define","add","change:_lastItem","destroy","_alignForBottomChange","stopListening","targetRect","setContainer","549010uikZRO","_updateLastItem","length","sidebar.container","init","_targetTop","445225wcAwXZ","get","6845048hhKqMP","change:bottom","6060924UyAAAc","last","_createSidebarView","top"];return(Ai=function(){return t})()}const Ti=Ei;function Ei(t,e){const n=Ai();return(Ei=function(t,e){return n[t-=222]})(t,e)}!function(t){const e=Ei,n=t();for(;;)try{if(664599===parseInt(e(271))/1+-parseInt(e(224))/2+-parseInt(e(245))/3*(-parseInt(e(229))/4)+-parseInt(e(265))/5+-parseInt(e(275))/6+-parseInt(e(286))/7*(-parseInt(e(273))/8)+parseInt(e(247))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ai);class xi extends t.ContextPlugin{static get[Ti(256)](){return Ti(280)}constructor(t){const e=Ti;super(t),this[e(301)](e(226),void 0),this[e(291)]=this[e(277)](),this[e(301)](e(236),null),this[e(244)]=25,this[e(309)]=new Map,this[e(285)]=new Map,this[e(241)][e(237)][e(257)](e(253),!1),this[e(303)]=null,this[e(230)]=null,this[e(234)]=[]}[Ti(269)](){const t=Ti,e=this[t(241)][t(237)][t(272)](t(268));e&&this[t(264)](e)}[Ti(264)](t){const n=Ti;if(!Oi(t))throw new e.CKEditorError(n(296));this[n(236)]=t}[Ti(298)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ti;if(!Oi(this[o(236)]))throw new e.CKEditorError(o(297),this);this[o(236)][o(282)](this[o(291)][o(290)]),this[o(291)][o(287)]=t,this[o(244)]=n}[Ti(223)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ti,s=this[o(307)](t);this[o(291)][o(250)][o(255)](s),this[o(289)](t),e&&this[o(306)](this[o(307)](e)),n&&this[o(306)](this[o(307)](n)),this[o(266)]()}[Ti(251)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ti;if(this[o(230)]=e,t){t[o(304)]=!1;const e=this[o(307)](t);e&&n&&(e[o(222)]=!1)}if(e){const t=this[o(307)](e);t&&(e[o(304)]=!0,n&&(t[o(222)]=!0,t[o(278)]+=1),this[o(306)](t))}}[Ti(225)](t){const e=Ti;if(this[e(291)][e(290)][e(255)](),t)for(const n of t)this[e(289)](n);this[e(291)][e(250)][e(279)](),this[e(291)][e(287)]="",this[e(226)]=null}[Ti(294)](t,e){const n=Ti;e||(e=t[n(291)]);const o=new Ci(this[n(241)][n(292)]);this[n(309)][n(301)](o,t),this[n(285)][n(301)](t,o),o[n(252)][n(258)](e),this[n(288)](t[n(291)],n(240),((e,s,r)=>{const i=n,c=this[i(233)](t,r);o[i(270)]!=c&&(o[i(270)]=c,this[i(232)](o,c))})),this[n(288)](o,n(243),(()=>{const t=n;this[t(302)](o,t(278))})),this[n(288)](o,n(274),(()=>{const t=n;this[t(302)](o,t(284))})),this[n(306)](o);const s=this[n(248)](o);return s&&this[n(227)](s,o)||this[n(306)](o),this[n(266)](),this[n(291)][n(250)][n(258)](o),o}[Ti(300)](t){const e=Ti;if(!t[e(252)][e(267)])return;const n=this[e(248)](t);if(!n)return;const o=this[e(309)][e(272)](n),s=this[e(230)];s&&s===o?this[e(227)](n,t):this[e(228)](t,n)}[Ti(261)](t){const e=Ti;if(!t[e(252)][e(267)])return;const n=this[e(231)](t);if(!n)return;const o=this[e(309)][e(272)](n),s=this[e(241)][e(237)][e(272)](e(253)),r=this[e(230)];r&&r===o&&s?(this[e(228)](n,t),this[e(227)](t,n)):r&&r===o?this[e(228)](n,t):this[e(227)](t,n)}[Ti(302)](t,e){const n=Ti;0===this[n(234)][n(267)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(234)])t(278)===n?this[t(300)](e):this[t(261)](e);this[t(234)]=[]}),10),this[n(234)][n(254)]({sidebarItemView:t,changedProp:e})}[Ti(307)](t){const e=Ti;return this[e(285)][e(272)](t)}[Ti(260)](){const t=Ti;this[t(262)](),this[t(291)][t(260)]()}[Ti(289)](t){const e=Ti,n=this[e(307)](t);this[e(262)](n),this[e(262)](t[e(291)]),n[e(260)](),this[e(285)][e(239)](t),this[e(309)][e(239)](n)}[Ti(277)](){const t=Ti,e=new bi(this[t(241)][t(292)]);return e[t(238)](),this.on(t(259),((n,o,s,r)=>{const i=t;r&&e[i(235)](i(293)),s?e[i(242)](i(293)).to(s,i(284)):e[i(293)]=null})),e}[Ti(266)](){const t=Ti;var e;this[t(226)]=(null===(e=this[t(303)])||void 0===e?void 0:e[t(276)])?this[t(307)](this[t(303)][t(276)]):null}[Ti(248)](t){const e=Ti;var n;const o=this[e(309)][e(272)](t),s=o&&(null===(n=this[e(303)])||void 0===n?void 0:n[e(272)](this[e(303)][e(305)](o)-1));return s&&this[e(307)](s)||null}[Ti(231)](t){const e=Ti;var n;const o=this[e(309)][e(272)](t),s=o&&(null===(n=this[e(303)])||void 0===n?void 0:n[e(272)](this[e(303)][e(305)](o)+1));return s&&this[e(307)](s)||null}[Ti(228)](t,e){const n=Ti;t[n(249)]();const o=Ri(e[n(284)]+this[n(244)],t[n(278)]);return!!o&&(this[n(232)](e,e[n(278)]-o),!0)}[Ti(227)](t,e){const n=Ti;t[n(249)]();const o=Ri(t[n(284)]+this[n(244)],e[n(278)]);return!!o&&(this[n(232)](e,e[n(278)]+o,!1),!0)}[Ti(306)](t){const e=Ti,n=this[e(309)][e(272)](t);if(!n||!n[e(299)]||!n[e(263)])return;const o=this[e(233)](n,n[e(263)]);this[e(232)](t,o)}[Ti(233)](t,n){const o=Ti;if(null===n)return 0;if(t[o(299)]instanceof e.Rect)return n[o(278)];{const t=new e.Rect(this[o(291)][o(290)])[o(278)];return n[o(278)]-t}}[Ti(232)](t,e,n=this[Ti(241)][Ti(237)][Ti(272)](Ti(253))){const o=Ti;n&&(e=Math[o(283)](e,this[o(308)](t))),t[o(278)]=e}[Ti(308)](t){const e=Ti;let n=this[e(248)](t),o=0;for(;n;)n[e(249)](),o+=this[e(244)]+n[e(295)],n=this[e(248)](n);return o}}function Ri(t,e){return Math[Ti(283)](t-e,0)}function Oi(t){const e=Ti;return null!==t&&e(246)==typeof t&&1===t[e(281)]}const Mi=ji;function ji(t,e){const n=Vi();return(ji=function(t,e){return n[t-=212]})(t,e)}function Vi(){const t=["3189276WRWszW","22548paRAxT","get","annotations","132332fkEedz","register","EditorAnnotations","from","uiUpdate","removeEventListener","container","refresh","widesidebar-detach-not-attached","_activeAnnotation","stopListening","activeAnnotation","_attachToContainer","set:container","switchTo","ck-sidebar--wide","_detachFromContainer","has","hasDomSelection","off","widesidebar-attach-already-attached","updateTargetRect","addAnnotation","add","178750fbKyfK","stop","focus","editors","attach","destroy","rearrange","_destroyEditorAnnotationsIntegration","isAttached","detach","8118ARnUyp","refreshPositioning","WideSidebar","39IbVKDd","_refreshPositioningDebounced","7orRsFL","context","_editorAnnotations","_integrateWithEditorAnnotations","requires","cancel","1042840asNrQx","change:container","high","1352744wyQlLq","261hwzmNr","ready","blur","182130XTyQth","remove","setActiveAnnotation","_annotations","set","pluginName","init","7EIUrBV","wideSidebar","getOrderedSelectedAnnotations","resize","addEventListener","plugins","listenTo"];return(Vi=function(){return t})()}!function(t){const e=ji,n=t();for(;;)try{if(367104===parseInt(e(249))/1*(-parseInt(e(214))/2)+parseInt(e(227))/3*(-parseInt(e(260))/4)+parseInt(e(235))/5+-parseInt(e(256))/6+parseInt(e(229))/7*(-parseInt(e(238))/8)+parseInt(e(239))/9*(parseInt(e(242))/10)+parseInt(e(224))/11*(parseInt(e(257))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vi);class Ni extends t.ContextPlugin{static get[Mi(233)](){return[xi,mi]}static get[Mi(247)](){return Mi(226)}constructor(t){const n=Mi;super(t),this[n(222)]=!1,this[n(246)](n(271),null),this[n(259)]=null,this[n(231)]=new e.Collection,this[n(228)]=Hs((()=>{const t=n;this[t(259)][t(225)]()}),250,{leading:!1})}[Mi(248)](){const t=Mi,e=this[t(230)][t(254)][t(258)](mi),n=this[t(230)][t(254)][t(258)](xi);e[t(261)](t(250),this),n[t(266)]&&e[t(274)](t(250))}[Mi(244)](t){const e=Mi;if(t===this[e(271)])return;const n=this[e(230)][e(254)][e(258)](xi);n[e(269)]=t;const o=this[e(271)];this[e(271)]=t,n[e(267)]({blurredAnnotation:o,activatedAnnotation:this[e(271)]})}[Mi(218)](n){const o=Mi;this[o(259)]=n;const s=this[o(230)][o(254)][o(258)](xi);if(s[o(245)]=n,this[o(222)])throw new e.CKEditorError(o(280),this);this[o(222)]=!0,this[o(255)](s,o(273),(()=>{const t=o;this[t(223)](),this[t(255)](s,t(236),(e=>{const o=t;e[o(279)](),this[o(218)](n)}))})),s[o(272)]({viewClass:o(275)});const r=t=>{const e=o;t[e(281)](),s[e(212)](t)};for(const t of n)r(t);this[o(255)](n,o(213),((t,e)=>{r(e)})),this[o(255)](n,o(243),((t,e,r)=>{const i=o;s[i(220)]({removedAnnotation:e,previousAnnotation:n[i(258)](r-1),nextAnnotation:n[i(258)](r+1)}),e===this[i(271)]&&this[i(244)](null)}),{priority:o(237)}),this[o(255)](n,o(216),((t,e)=>{this[o(244)](e)})),this[o(255)](n,o(241),(()=>{this[o(244)](null)}));const i=this[o(230)]instanceof t.Context?this[o(230)][o(217)]:new e.Collection([this[o(230)]]);for(const t of i)this[o(232)](t);this[o(255)](i,o(213),((t,e)=>{const n=o;this[n(255)](e,n(240),(()=>{this[n(232)](e)}))})),this[o(255)](i,o(243),((t,e)=>{const n=o;e[n(254)][n(277)](n(262))&&this[n(221)](e[n(254)][n(258)](n(262)))})),window[o(253)](o(252),this[o(228)]),this[o(259)][o(225)]()}[Mi(223)](){const n=Mi;if(!this[n(222)])throw new e.CKEditorError(n(268),this);this[n(244)](null);const o=this[n(230)][n(254)][n(258)](xi);o[n(276)](this[n(259)]),this[n(270)](o),this[n(270)](this[n(259)]),this[n(230)]instanceof t.Context&&this[n(270)](this[n(230)][n(217)]);for(const t of Array[n(263)](this[n(231)]))this[n(221)](t);window[n(265)](n(252),this[n(228)]),this[n(228)][n(234)](),this[n(271)]=null,this[n(222)]=!1,this[n(259)]=null}[Mi(219)](){const t=Mi;this[t(222)]&&this[t(223)]()}[Mi(232)](t){const e=Mi,n=t[e(254)][e(258)](Mr);if(!n)return;const o=()=>{const t=e,o=n[t(251)]({annotations:this[t(259)],activeAnnotation:this[t(271)]});this[t(244)](o[0]||null)};this[e(255)](n,e(267),o),this[e(255)](n,e(241),((t,{isAnnotationTracked:n})=>{const o=e;this[o(271)]&&n(this[o(271)])&&this[o(244)](null)})),this[e(255)](n,e(264),(()=>{this[e(228)]()})),this[e(255)](this[e(259)],e(241),(t=>{const s=e;n[s(278)]()&&(o(),t[s(215)]())}),{priority:e(237)}),this[e(231)][e(213)](n)}[Mi(221)](t){const e=Mi;this[e(270)](t),this[e(231)][e(243)](t)}}!function(t){const e=Pi,n=t();for(;;)try{if(227139===parseInt(e(232))/1*(parseInt(e(250))/2)+parseInt(e(245))/3+parseInt(e(236))/4+-parseInt(e(228))/5+parseInt(e(233))/6+-parseInt(e(239))/7+parseInt(e(234))/8*(-parseInt(e(243))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bi);class Si extends go.ButtonView{constructor(t){const e=Pi;super(t);const n=this[e(241)];this[e(230)](e(247),!1),this[e(230)](e(244),0),this[e(255)](e(231)).to(this,e(247),this,e(244),((t,n)=>t?e(253):n[e(249)]())),this[e(230)](e(237),""),this[e(242)]=ei,this[e(254)]({attributes:{class:[e(248)]}}),this[e(240)]=new go.View,this[e(240)][e(246)]({tag:e(256),attributes:{class:[e(252),n.to(e(237),(t=>e(238)+t)),n.if(e(247),e(235))]},children:[{text:n.to(e(231))}]}),this[e(229)][e(251)](this[e(240)])}}function Pi(t,e){const n=Bi();return(Pi=function(t,e){return n[t-=228]})(t,e)}function Bi(){const t=["123381tKXnFC","number","959694LPIWxz","setTemplate","isDirty","ck-annotation-counter","toString","4MgMzmB","add","ck-annotation-counter__badge","...","extendTemplate","bind","span","1280665xVFjVz","children","set","_badge","33693EyYkBk","447090DHyWUI","88kkajox","ck-annotation-counter__badge--edit-mode","744904xnjbpY","annotationType","ck-annotation-counter__badge--","97678qQrRaS","counterView","bindTemplate","icon"];return(Bi=function(){return t})()}var Di=n(197),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Di.A,Li);Di.A.locals;const zi=Fi;function Ki(){const t=["narrowsidebar-attach-already-attached","get","attach","Esc","contains","pin","_destroyEditorAnnotationsIntegration","stopListening","477640cRhRKa","focus","setActiveAnnotation","_showBalloon","northArrowSouth","low","init","change:container","uiUpdate","preventDefault","_annotationToNarrowView","view","length","narrowsidebar-detach-not-attached","_integrateWithEditorAnnotations","off","detachFromDom","108057NZyZuY","isAttached","detach","execute","preventClosingBalloon","type","has","2652376KNiVdk","balloonPanelView","annotationType","bodyCollection","clear","_detachListeners","keydown","southArrowNorth","_manuallyClosedAnnotationViews","plugins","_annotations","addAnnotation","getByView","blur","3141875oXWfRF","_updateBalloonPosition","16vKULJa","defaultPositions","_selectedAnnotations","content","create","values","_domEmitter","from","_refreshPositioning","locale","_hideBalloon","ready","delete","attachToDom","resize","includes","set:container","addEventListener","destroy","target","high","stop","refresh","removeEventListener","unpin","requires","add","annotations","narrowSidebar","_refreshPositioningDebounced","activeAnnotation","listenTo","_attachToContainer","_editorAnnotations","southArrowNorthEast","_detachFromContainer","context","esc","hasDomSelection","focusableElements","pluginName","number","first","EditorAnnotations","_setSelectedAnnotations","getOrderedSelectedAnnotations","northArrowSouthEast","ck-sidebar--narrow","bind","2711373LhPLPY","isDirty","find","mousedown","refreshPositioning","1079460poLFOb","remove","rearrange","keyCode","936012FFtYCX","isVisible","northArrowSouthWest","southArrowNorthWest","_attachListeners","element","cancel","change:height","register","set","editors","NarrowSidebar","getSidebarItemView","stopPropagation"];return(Ki=function(){return t})()}function Fi(t,e){const n=Ki();return(Fi=function(t,e){return n[t-=140]})(t,e)}!function(t){const e=Fi,n=t();for(;;)try{if(525176===-parseInt(e(164))/1+-parseInt(e(147))/2+parseInt(e(245))/3+-parseInt(e(171))/4+parseInt(e(185))/5+-parseInt(e(241))/6+parseInt(e(236))/7*(parseInt(e(187))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ki);class Ui extends t.ContextPlugin{static get[zi(212)](){return[xi,mi]}static get[zi(227)](){return zi(256)}constructor(t){const n=zi;super(t),this[n(165)]=!1,this[n(179)]=new Set,this[n(193)]=Object[n(191)](e.DomEmitterMixin),this[n(157)]=new Map,this[n(254)](n(217),null),this[n(214)]=null,this[n(189)]=[],this[n(220)]=new e.Collection,this[n(216)]=Hs((()=>{this[n(195)]()}),250,{leading:!1})}[zi(153)](){const t=zi;this[t(223)][t(180)][t(140)](mi)[t(253)](t(215),this),this[t(174)]=new go.BodyCollection(this[t(223)][t(196)]),this[t(172)]=new go.BalloonPanelView(this[t(223)][t(196)]),this[t(174)][t(200)](),this[t(174)][t(213)](this[t(172)])}[zi(141)](n){const o=zi;this[o(214)]=n;const s=this[o(223)][o(180)][o(140)](xi),r=this[o(172)];if(s[o(181)]=n,this[o(165)])throw new e.CKEditorError(o(259),this);this[o(165)]=!0,this[o(218)](s,o(203),(()=>{const t=o;this[t(166)](),this[t(218)](s,t(154),(e=>{const o=t;e[o(162)](),this[o(141)](n)}))})),s[o(219)]({viewClass:o(234),spaceBetweenItems:5});const i=t=>{const e=o,n=new Si(this[e(223)][e(196)]);s[e(182)](t,n),this[e(157)][e(254)](t,n),n[e(235)](e(237),e(173),e(228)).to(t[e(158)],e(237),e(169),e(159)),n.on(e(167),(()=>{const n=e;this[n(179)][n(175)](),r[n(190)][n(229)]!==t[n(158)]?(this[n(150)](t),t[n(158)][n(250)][n(148)](),this[n(149)](t)):this[n(149)](null)}))};for(const t of n)i(t);this[o(218)](n,o(213),((t,e)=>{i(e)})),this[o(218)](n,o(242),((t,e,r)=>{const i=o;this[i(157)][i(140)](e)[i(205)](),this[i(157)][i(199)](e),s[i(243)]({removedAnnotation:e,previousAnnotation:n[i(140)](r-1),nextAnnotation:n[i(140)](r+1)}),e===this[i(217)]&&this[i(149)](null)}),{priority:o(152)}),this[o(218)](n,o(148),((t,e)=>{this[o(149)](e)})),this[o(218)](n,o(184),(()=>{this[o(149)](null)})),this[o(193)][o(218)](document,o(177),((t,n)=>{const s=o;n[s(244)]===e.keyCodes[s(224)]&&r[s(246)]&&(this[s(179)][s(213)](r[s(190)][s(229)]),this[s(197)](),n[s(258)](),n[s(156)]())})),this[o(193)][o(218)](document,o(239),((t,e)=>{const n=o,i=e[n(206)];r[n(246)]&&r[n(250)][n(143)](i)||s[n(158)][n(250)][n(143)](i)||t[n(168)]||this[n(217)]&&this[n(217)][n(226)][n(238)]((t=>t[n(143)](i)))||(this[n(179)][n(175)](),this[n(197)](),this[n(149)](null))}));const c=this[o(223)]instanceof t.Context?this[o(223)][o(255)]:new e.Collection([this[o(223)]]);for(const t of c)this[o(161)](t);this[o(218)](c,o(213),((t,e)=>{const n=o;this[n(218)](e,n(198),(()=>{this[n(161)](e)}))})),this[o(218)](c,o(242),((t,e)=>{const n=o;e[n(180)][n(170)](n(230))&&this[n(145)](e[n(180)][n(140)](n(230)))})),window[o(204)](o(201),this[o(216)]),this[o(195)]()}[zi(149)](t){const e=zi;if(t===this[e(217)])return;const n=this[e(223)][e(180)][e(140)](xi);n[e(209)]({blurredAnnotation:this[e(217)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(257)](t)?this[e(150)](t):this[e(197)](),this[e(217)]=t}[zi(166)](){const n=zi;if(!this[n(165)])throw new e.CKEditorError(n(160),this);this[n(149)](null);const o=this[n(223)][n(180)][n(140)](xi);this[n(197)](),Array[n(194)](this[n(157)][n(192)](),(t=>t[n(205)]())),this[n(157)][n(175)](),o[n(222)](this[n(214)]),this[n(146)](),this[n(193)][n(146)](),this[n(223)]instanceof t.Context&&this[n(146)](this[n(223)][n(255)]);for(const t of Array[n(194)](this[n(220)]))this[n(145)](t);window[n(210)](n(201),this[n(216)]),this[n(216)][n(251)](),this[n(189)]=[],this[n(165)]=!1,this[n(214)]=null}[zi(205)](){const t=zi;this[t(165)]&&this[t(166)](),this[t(174)][t(163)]()}[zi(161)](t){const e=zi,n=t[e(180)][e(140)](Mr),o=this[e(223)][e(180)][e(140)](xi),s=this[e(214)],r=this[e(172)],i=()=>{const t=e,o=n[t(232)]({annotations:this[t(214)],activeAnnotation:this[t(217)]});this[t(231)](o),this[t(149)](o[0]||null)};this[e(218)](n,e(209),i),this[e(218)](n,e(184),((t,{isAnnotationTracked:n})=>{const o=e;this[o(217)]&&n(this[o(217)])&&(this[o(231)]([]),this[o(149)](null))})),this[e(218)](n,e(155),(()=>{this[e(216)]()})),this[e(218)](s,e(184),(t=>{const o=e;n[o(225)]()&&t[o(208)]()}),{priority:e(207)}),this[e(218)](this[e(193)],e(239),((t,s)=>{const c=e,a=s[c(206)];r[c(246)]&&r[c(250)][c(143)](a)||o[c(158)][c(250)][c(143)](a)||this[c(217)]&&n[c(225)]()&&(i(),t[c(168)]=!0)}),{priority:e(207)}),this[e(220)][e(213)](n)}[zi(145)](t){const e=zi;t&&(this[e(146)](t),this[e(220)][e(242)](t))}[zi(231)](t){const e=zi;for(const n of this[e(189)])t[e(202)](n)||this[e(179)][e(199)](n[e(158)]);this[e(189)]=t}[zi(195)](){const t=zi,e=this[t(172)];this[t(214)][t(240)](),e[t(246)]&&this[t(186)]()}[zi(150)](t){const e=zi;if(this[e(179)][e(170)](t[e(158)]))return;const n=this[e(172)][e(190)][e(229)];n!==t[e(158)]?(n&&this[e(176)](n),this[e(249)](t[e(158)]),this[e(172)][e(190)][e(175)](),this[e(172)][e(190)][e(213)](t[e(158)]),this[e(186)]()):this[e(186)]()}[zi(186)](){const t=zi,e=this[t(172)][t(190)][t(229)],n=e&&this[t(214)][t(183)](e);if(!n||!this[t(157)][t(170)](n))return;const o=this[t(157)][t(140)](n)[t(250)],s=function(){const e=t,n=go.BalloonPanelView[e(188)];return[n[e(221)],n[e(233)],n[e(178)],n[e(151)],n[e(248)],n[e(247)]]}();this[t(172)][t(144)]({target:o,positions:s})}[zi(197)](){const t=zi,e=this[t(172)],n=e[t(190)][t(229)];n&&(this[t(176)](n),e[t(211)](),e[t(190)][t(175)]())}[zi(249)](t){const e=zi;this[e(218)](t,e(252),(()=>this[e(186)]())),this[e(218)](t,e(142),((n,o)=>{const s=e;this[s(179)][s(213)](t),this[s(197)](),o()}))}[zi(176)](t){this[zi(146)](t)}}var Wi=n(874),Hi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wi.A,Hi);Wi.A.locals;const Gi=Xi;function qi(){const t=["getClientRects","change:isFocused","_manuallyClosed","switchTo","49kIoYRf","context","_closeAnnotation","_addAnnotationToBalloon","find","showStack","35ZJabpJ","pluginName","register","isActive","push","isAttached","viewRangeToDom","requires","InlineAnnotations","selection","fromRect","top","editor","set","352048yyiYCo","delete","_addedAnnotations","collapse","update","editing","1649223zSwtyw","Esc","attach","inlineannotations-attach-already-attached","updatePosition","plugins","setActiveAnnotation","_setSelectedAnnotations","isFocused","change:height","stopListening","_forceRefresh","editableElement","getFirstRange","3XvTABV","inlineannotations-detach-not-attached","has","detach","length","from","visibleView","_removeAnnotationFromBalloon","remove","left","clear","activeAnnotation","add","hasActive","target","listenTo","get","getOrderedSelectedAnnotations","hasView","init","includes","annotations","inline","domConverter","871960HeFVfz","20060340XCBVug","refresh","inlineannotations-not-allowed-with-context","view","1134402eloGnh","mousedown","document","blur","getByView","keystrokes","focus","1688630sEcYiB","change:visibleView","_selectedAnnotations","targetRect","right","_getBalloonTargetForAnnotation","bottom","destroy","208644qUcEns","width","addObserver","focusTracker","getBoundingClientRect","_balloon","map","every","afterInit"];return(qi=function(){return t})()}!function(t){const e=Xi,n=t();for(;;)try{if(594577===-parseInt(e(264))/1+parseInt(e(271))/2*(-parseInt(e(235))/3)+parseInt(e(215))/4*(parseInt(e(201))/5)+parseInt(e(182))/6*(parseInt(e(195))/7)+-parseInt(e(259))/8+-parseInt(e(221))/9+parseInt(e(260))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Yi extends t.Plugin{static get[Gi(208)](){return[Mr,go.ContextualBalloon,mi]}static get[Gi(202)](){return Gi(209)}constructor(t){const e=Gi;super(t),t[e(220)][e(263)][e(184)](To.MouseObserver),this[e(206)]=!1,this[e(214)](e(246),null),this[e(256)]=null,this[e(193)]=new Set,this[e(187)]=t[e(226)][e(251)](go.ContextualBalloon),this[e(217)]=new Set,this[e(273)]=[],this[e(232)]=!1}[Gi(254)](){const t=Gi,e=this[t(213)][t(226)][t(251)](mi);e[t(196)]===this[t(213)]&&(e[t(203)](t(257),this),this[t(213)][t(269)][t(214)](t(222),((e,n)=>{const o=t,s=this[o(187)];if(this[o(206)]&&s[o(241)]){const t=this[o(256)][o(268)](s[o(241)]);t&&this[o(197)](t),n()}})))}[Gi(190)](){const t=Gi,e=this[t(213)][t(226)][t(251)](mi);e[t(196)]===this[t(213)]&&(e[t(248)]()||e[t(194)](t(257)))}[Gi(227)](t){const e=Gi;t!==this[e(246)]&&(this[e(246)]&&(this[e(246)][e(204)]=!1),t&&this[e(213)].ui[e(185)][e(229)]&&(this[e(256)][e(237)](t)&&this[e(198)](t,!0),t[e(204)]=!0),t||this[e(228)]([]),this[e(246)]=t)}[Gi(223)](t){const n=Gi;this[n(256)]=t;const o=this[n(213)][n(226)][n(251)](mi),s=this[n(187)];if(this[n(206)])throw new e.CKEditorError(n(224),this);if(o[n(196)]!==this[n(213)])throw new e.CKEditorError(n(262),this);const r=this[n(213)][n(226)][n(251)](Mr);this[n(250)](r,n(261),(()=>{const t=n,e=r[t(252)]({annotations:this[t(256)],activeAnnotation:this[t(246)]});var o,s;!this[t(232)]&&(o=e,s=this[t(273)],o[t(239)]===s[t(239)]&&o[t(189)]((e=>s[t(255)](e))))||(this[t(232)]=!1,this[t(228)](e),this[t(227)](e[0]||null))})),this[n(250)](r,n(267),((t,{isAnnotationTracked:e})=>{const o=n;this[o(246)]&&e(this[o(246)])&&(this[o(228)]([]),this[o(227)](null))})),this[n(250)](this[n(213)].ui[n(185)],n(192),((t,e,o)=>{o||this[n(227)](null)})),this[n(250)](t,n(243),((t,e)=>{const o=n;this[o(242)](e),e===this[o(246)]&&this[o(227)](null)})),this[n(250)](s,n(272),((e,o,r,i)=>{const c=n;i&&this[c(231)](i);const a=t[c(268)](r);r&&a&&(this[c(250)](r,c(230),(()=>{s[c(225)]()})),this[c(250)](r,c(222),(()=>{const t=c;this[t(197)](a),this[t(213)][t(220)][t(263)][t(270)]()})),this[c(246)]!==a&&this[c(227)](a))})),this[n(250)](this[n(213)].ui,n(219),(()=>{const e=n;s[e(241)]&&t[e(268)](s[e(241)])&&s[e(225)]()})),this[n(250)](this[n(213)][n(220)][n(263)][n(266)],n(265),(()=>{const t=n;this[t(232)]=!0,this[t(193)][t(245)]()})),this[n(213)][n(220)][n(263)][n(266)][n(210)][n(233)]&&this[n(213)][n(220)][n(263)][n(270)](),this[n(206)]=!0}[Gi(238)](){const t=Gi;if(!this[t(206)])throw new e.CKEditorError(t(236),this);this[t(227)](null);for(const e of this[t(217)])this[t(242)](e);this[t(231)](),this[t(206)]=!1,this[t(256)]=null}[Gi(181)](){const t=Gi;this[t(206)]&&this[t(238)]()}[Gi(228)](t){const e=Gi;for(const n of this[e(273)])t[e(255)](n)||this[e(193)][e(216)](n);for(const n of this[e(256)])t[e(255)](n)||this[e(242)](n);if(this[e(213)].ui[e(185)][e(229)])for(const n of t)this[e(198)](n);this[e(273)]=t}[Gi(198)](t,e=!1){const n=Gi;this[n(193)][n(237)](t)||(this[n(217)][n(237)](t)||this[n(187)][n(253)](t[n(263)])||(this[n(217)][n(247)](t),this[n(187)][n(247)]({stackId:t[n(263)].id,view:t[n(263)],position:{target:()=>this[n(276)](t)}})),e&&this[n(187)][n(200)](t[n(263)].id))}[Gi(276)](t){const n=Gi,o=t[n(249)],s=this[n(213)][n(220)][n(263)],r=s[n(266)][n(210)][n(234)](),i=s[n(258)][n(207)](r);if(i[n(218)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(205)](...(c=e[n(191)](),Array[n(240)](c)[n(188)](DOMRect[n(211)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(239)];n++)Qi(s,t[n])?s[e(183)]+=t[n][e(183)]:(o[e(205)](s),s=t[n]);return o[e(205)](s),o}(t);const s=i[n(186)]();return t[n(199)]((t=>t[n(212)]<=s[n(212)]&&t[n(277)]>=s[n(277)]&&t[n(244)]<=s[n(244)]&&t[n(275)]>=s[n(275)]))||t[0]}var c;return t[n(274)]||i}[Gi(242)](t){const e=Gi;this[e(217)][e(237)](t)&&this[e(187)][e(253)](t[e(263)])&&(this[e(217)][e(216)](t),this[e(187)][e(243)](t[e(263)]))}[Gi(197)](t){const e=Gi;this[e(193)][e(247)](t),this[e(242)](t)}}function Xi(t,e){const n=qi();return(Xi=function(t,e){return n[t-=181]})(t,e)}function Qi(t,e){const n=Gi;return t[n(212)]===e[n(212)]&&t[n(277)]===e[n(277)]&&t[n(275)]===e[n(244)]}var Ji=n(353),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ji.A,Zi);Ji.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-=255]})(t,e)}function nc(){const t=["_focusTracker","remove","render","setTemplate","_keystrokes","1615awKVWa","listenTo","shift + tab","focus","EMPTY_COMMENTS_ARCHIVE","high","stopPropagation","arrowright","1811728tWtzfi","10ITGawb","arrowup","ck-comments-archive__info","selectstart","div","3479575gVRXoZ","element","bindTemplate","3738VjimCl","1312299kdaltc","1776576lwEjcL","isActive","set","ck-comments-archive__content","2018991uWuIUW","1456172VrYOIW","4RVaRoe","ck-comments-archive","isEmpty","_focusCycler","tab","ck-hidden","auto","add","destroy","arrowdown","length","arrowleft","_focusables","49oSNWKM"];return(nc=function(){return t})()}!function(t){const e=ec,n=t();for(;;)try{if(929032===parseInt(e(289))/1+parseInt(e(294))/2+-parseInt(e(293))/3*(-parseInt(e(295))/4)+-parseInt(e(270))/5*(parseInt(e(287))/6)+-parseInt(e(264))/7*(parseInt(e(278))/8)+parseInt(e(288))/9*(-parseInt(e(279))/10)+-parseInt(e(284))/11)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(291)](o(297),!n[o(261)]),this[o(265)]=new e.FocusTracker,this[o(269)]=new e.KeystrokeHandler,this[o(263)]=n,this[o(298)]=new go.FocusCycler({focusables:this[o(263)],focusTracker:this[o(265)],keystrokeHandler:this[o(269)],actions:{focusPrevious:o(272),focusNext:o(255)}}),this[o(271)](n,o(258),(()=>{this[o(297)]=!1})),this[o(271)](n,o(266),((t,e)=>{const s=o;e[s(290)]&&this[s(273)](),n[s(261)]||(this[s(297)]=!0)}));const s=this[o(286)];this[o(268)]({tag:o(283),attributes:{dir:o(257),class:["ck",o(296)],tabindex:-1},children:[{tag:o(283),attributes:{class:[o(292)]},children:[{tag:o(283),children:n},{tag:"p",attributes:{class:[o(281),s.if(o(297),o(256),(t=>!t))]},children:[{text:vo(t,o(274))}]}]}]})}[tc(267)](){const t=tc;super[t(267)](),this[t(269)][t(271)](this[t(285)]);const e=e=>e[t(276)]();this[t(269)][t(291)](t(277),e),this[t(269)][t(291)](t(262),e),this[t(269)][t(291)](t(280),e),this[t(269)][t(291)](t(260),e),this[t(271)](this[t(285)],t(282),((e,n)=>{n[t(276)]()}),{priority:t(275)})}[tc(259)](){const t=tc;super[t(259)](),this[t(265)][t(259)](),this[t(269)][t(259)]()}[tc(273)](){const t=tc;this[t(285)][t(273)]()}}const sc=rc;function rc(t,e){const n=ic();return(rc=function(t,e){return n[t-=288]})(t,e)}function ic(){const t=["focus","481972wHRzgM","pluginName","8QPdidb","highest","findIndex","has","257983FLlBed","plugins","add","length","4619058XXIiUP","listenTo","594717NwnXHv","init","1220DjHpus","archivedThreads","removeCommentThread","7mBhZBR","remove","3898288zOyKrH","collection","addCommentThread","get","isActive","archivedAt","5998680PzHSGE","CommentsArchive","1308805dFpPcv","requires","activate","getCommentThread","context","change:archivedAt","stopListening","3uicwCa","_calculatePosition"];return(ic=function(){return t})()}!function(t){const e=rc,n=t();for(;;)try{if(421608===parseInt(e(318))/1+-parseInt(e(306))/2*(-parseInt(e(303))/3)+parseInt(e(308))/4*(parseInt(e(296))/5)+-parseInt(e(316))/6*(-parseInt(e(323))/7)+parseInt(e(288))/8+parseInt(e(294))/9+-parseInt(e(320))/10*(parseInt(e(312))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ic);class cc extends t.ContextPlugin{static get[sc(307)](){return sc(295)}static get[sc(297)](){return[_r,fr]}constructor(t){const n=sc;super(t),this[n(321)]=new e.Collection}[sc(319)](){const t=sc,e=this[t(300)],n=e[t(313)][t(291)](_r),o=e[t(313)][t(291)](fr);this[t(317)](n,t(290),((e,{threadId:o})=>{const s=t,r=n[s(299)](o);r[s(293)]&&this[s(321)][s(314)](r,this[s(304)](r[s(293)])),this[s(317)](r,s(301),((t,e,n)=>{const o=s;n?this[o(321)][o(311)](r)||this[o(321)][o(314)](r,this[o(304)](r[o(293)])):this[o(321)][o(311)](r)&&this[o(321)][o(324)](r)}))})),this[t(317)](n,t(322),((e,{threadId:o})=>{const s=t,r=n[s(299)](o);this[s(302)](r),this[s(321)][s(311)](r)&&this[s(321)][s(324)](r)}),{priority:t(309)}),this[t(317)](o[t(289)],t(305),((e,n)=>{const s=t;n[s(292)]=!0,o[s(298)](n)}))}[sc(304)](t){const e=sc,n=[...this[e(321)]][e(310)]((n=>n[e(293)]<t));return n>-1?n:this[e(321)][e(315)]}}const ac=uc;function hc(){const t=["get","find","archivedAt","splice","execute","pluginName","COMMENTS_ARCHIVE","4843744Whoiti","focusableElements","tooltip","remove","editor","requires","show","CommentsRepository","243RxMgfp","_createCommentsArchiveButton","bind","_toggleDialog","filter","commentsArchiveView","set","545557oyrMFW","push","_visibleAnnotations","config","hide","commentsArchive","stopListening","_calculatePosition","findIndex","plugins","view","collection","indexOf","12296dHEsPe","innerView","listenTo","add","isEnabled","getByInnerView","EDITOR_TOP_SIDE","componentFactory","archivedThreads","Annotations","isVisible","menuBar:commentsArchive","CommentsArchiveUI","Dialog","886816ojqhQv","annotationViews","50450lGJKLY","1260108ScORqR","init","_threadToController","collaboration.channelId","locale","channelId","564bTDOgE","_pendingThreads","1459672OHPHTq","length"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=377]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(698604===-parseInt(e(422))/1+parseInt(e(398))/2+parseInt(e(390))/3+parseInt(e(407))/4+-parseInt(e(389))/5*(parseInt(e(396))/6)+-parseInt(e(387))/7+parseInt(e(435))/8*(-parseInt(e(415))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hc);class lc extends t.Plugin{static get[ac(405)](){return ac(385)}static get[ac(412)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(388)]=new go.ViewCollection,this[e(397)]=[]}[ac(391)](){const t=ac;this[t(411)].ui[t(380)][t(438)](t(427),(()=>this[t(416)](go.ButtonView,!0))),this[t(411)].ui[t(380)][t(438)](t(384),(()=>this[t(416)](go.MenuBarMenuListItemButtonView)));const e=this[t(411)][t(431)][t(400)](cc),n=this[t(411)][t(431)][t(400)](t(382)),o=this[t(411)][t(431)][t(400)](t(414));this[t(437)](e[t(381)],t(438),((e,s)=>{const r=t,i=this[r(411)][r(425)][r(400)](r(393));if(!i||s[r(395)]===i){const t=o[r(392)][r(400)](s);if(!t)return void this[r(397)][r(423)](s);const e=this[r(429)](s[r(402)]),i=n[r(378)](t[r(432)]);i[r(383)]&&n[r(424)][r(410)](i),this[r(388)][r(438)](i[r(432)],e)}})),this[t(437)](n[t(433)],t(438),((e,n)=>{const s=t,r=this[s(397)][s(401)]((t=>{const e=s,r=o[e(392)][e(400)](t);return r&&n[e(436)]===r[e(432)]}));if(r){const t=this[s(429)](r[s(402)]);this[s(388)][s(438)](n[s(432)],t),this[s(397)][s(403)](this[s(397)][s(434)](r),1)}})),this[t(437)](e[t(381)],t(410),((e,s)=>{const r=t,i=this[r(411)][r(425)][r(400)](r(393));if(!i||s[r(395)]===i){const t=o[r(392)][r(400)](s),e=n[r(378)](t[r(432)]);this[r(388)][r(410)](e[r(432)]),this[r(428)](e[r(408)])}}))}[ac(429)](t){const e=ac,n=this[e(411)][e(425)][e(400)](e(393)),o=[...this[e(411)][e(431)][e(400)](cc)[e(381)]][e(419)]((t=>t[e(395)]===n))[e(430)]((n=>n[e(402)]<t));return o<0||o>this[e(388)][e(399)]?this[e(388)][e(399)]:o-1}[ac(418)](){const t=ac,e=this[t(411)],n=e[t(431)][t(400)](t(386));this[t(420)]||(this[t(420)]=new oc(e[t(394)],this[t(388)])),t(427)===n.id?n[t(426)]():n[t(413)]({id:t(427),title:vo(e[t(394)],t(406)),icon:$i,hasCloseButton:!0,content:this[t(420)],position:go.DialogViewPosition[t(379)]})}[ac(416)](t,e=!1){const n=ac,o=this[n(411)][n(394)],s=new t(o);return s[n(417)](n(377)).to(this,n(377)),s[n(421)]({label:vo(o,n(406)),icon:$i}),e&&(s[n(409)]=!0),this[n(437)](s,n(404),(()=>this[n(418)]())),s}}var dc=mc;function mc(t,e){var n=pc();return(mc=function(t,e){return n[t-=168]})(t,e)}function pc(){var t=["8678466NHkBxd","152YhODCc","Comments","requires","6upRuQP","523313lJJRxl","pluginName","28915230mdKrqM","4595132NtGgUN","1583178kfpTJY","589864KUcAyt","813198pLvDOy","5BlNRxG"];return(pc=function(){return t})()}!function(t){for(var e=mc,n=t();;)try{if(799396===parseInt(e(176))/1+-parseInt(e(177))/2*(parseInt(e(170))/3)+-parseInt(e(174))/4+parseInt(e(178))/5*(-parseInt(e(175))/6)+-parseInt(e(171))/7*(parseInt(e(180))/8)+parseInt(e(179))/9+parseInt(e(173))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pc);class fc extends t.Plugin{static get[dc(169)](){return[_r,Qr,ri,cc,lc,hi,Ni,Ui,Yi]}static get[dc(172)](){return dc(168)}}function gc(t,e){var n=vc();return(gc=function(t,e){return n[t-=282]})(t,e)}function vc(){var t=["10920qfzuqW","3962880uoaGfO","82122IOhJFc","85mRnDRA","562051Adpfrx","4543yxaYJZ","3007768HKsFWK","2416JuqtCG","1lRWmhT","2196JeRaek","1164314SOTfzT"];return(vc=function(){return t})()}!function(t){for(var e=gc,n=t();;)try{if(356554===parseInt(e(286))/1*(parseInt(e(288))/2)+parseInt(e(287))/3*(parseInt(e(285))/4)+-parseInt(e(292))/5*(parseInt(e(291))/6)+parseInt(e(282))/7+parseInt(e(284))/8+-parseInt(e(290))/9+-parseInt(e(289))/10*(parseInt(e(283))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();