@ckeditor/ckeditor5-comments 41.3.0 → 41.3.1

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:()=>Ir,CommentThread:()=>yr,CommentThreadController:()=>fo,CommentThreadInputView:()=>qo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>$o,CommentsOnly:()=>ai,CommentsRepository:()=>_r,CommentsUI:()=>ri,EditorAnnotations:()=>jr,InlineAnnotations:()=>Xi,NarrowSidebar:()=>Ui,WideSidebar:()=>Vi});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 y=_.Symbol;var I=Object.prototype,C=I.hasOwnProperty,A=I.toString,T=y?y.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 O=function(t){return x.call(t)};var M=y?y.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":M&&M in Object(t)?E(t):O(t)};const j=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const N=function(t){if(!j(t))return!1;var e=R(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const V=_["__core-js_shared__"];var S,D=(S=/[^.]+$/.exec(V&&V.keys&&V.keys.IE_PROTO||""))?"Symbol(src)_1."+S:"";const P=function(t){return!!D&&D in t};var B=Function.prototype.toString;const L=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,F=Function.prototype,K=Object.prototype,U=F.toString,W=K.hasOwnProperty,H=RegExp("^"+U.call(W).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!j(t)||P(t))&&(N(t)?H:z).test(L(t))};const J=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=J(t,e);return q(n)?n:void 0};const X=G(_,"Map");const Q=G(Object,"create");const Z=function(){this.__data__=Q?Q(null):{},this.size=0};const Y=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=Z,st.prototype.delete=Y,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 yt=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 It=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(!yt(e,(function(t,e){if(!It(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=y?y.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Mt=function(t,e,n,o,s,r,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new At(t),new At(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var h=1&o;if(a||(a=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(Ot)return Ot.call(t)==Ot.call(e)}return!1};const Rt=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const jt=Array.isArray;const Nt=function(t,e,n){var o=e(t);return jt(t)?o:Rt(o,n(t))};const Vt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Vt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const Lt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const zt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return zt(t)&&"[object Arguments]"==R(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Wt=Kt.propertyIsEnumerable;const Ht=Ft(function(){return arguments}())?Ft:function(t){return zt(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const qt=function(){return!1};var Jt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=Jt&&"object"==typeof module&&module&&!module.nodeType&&module,Xt=Gt&&Gt.exports===Jt?_.Buffer:void 0;const Qt=(Xt?Xt.isBuffer:void 0)||qt;var Zt=/^(?:0|[1-9]\d*)$/;const Yt=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 zt(t)&&$t(t.length)&&!!te[R(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,se=oe&&"object"==typeof module&&module&&!module.nodeType&&module,re=se&&se.exports===oe&&b.process;const ie=function(){try{var t=se&&se.require&&se.require("util").types;return t||re&&re.binding&&re.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var he=Object.prototype.hasOwnProperty;const ue=function(t,e){var n=jt(t),o=!n&&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)||Yt(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)&&!N(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return Nt(t,ke,Bt)};var we=Object.prototype.hasOwnProperty;const _e=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var 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 ye=G(_,"DataView");const Ie=G(_,"Promise");const Ce=G(_,"Set");const Ae=G(_,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Me="[object DataView]",Re=L(ye),je=L(X),Ne=L(Ie),Ve=L(Ce),Se=L(Ae),De=R;(ye&&De(new ye(new ArrayBuffer(1)))!=Me||X&&De(new X)!=Te||Ie&&De(Ie.resolve())!=Ee||Ce&&De(new Ce)!=xe||Ae&&De(new Ae)!=Oe)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?L(n):"";if(o)switch(o){case Re:return Me;case je:return Te;case Ne:return Ee;case Ve:return xe;case Se:return Oe}return e});const Pe=De;var Be="[object Arguments]",Le="[object Array]",ze="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=jt(t),c=jt(e),a=i?Le:Pe(t),h=c?Le:Pe(e),u=(a=a==Be?ze:a)==ze,l=(h=h==Be?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):Mt(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Fe.call(t,"__wrapped__"),p=l&&Fe.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:Ke(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 qe=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Je=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ge=Object.prototype.hasOwnProperty;const Xe=function(t,e,n){var o=t[e];Ge.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Je(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?Je(n,c,a):Xe(n,c,a)}return n};const Ze=function(t,e){return t&&Qe(e,ke(e),t)};const Ye=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 Ye(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,Bt(t),e)};const ln=me(Object.getPrototypeOf,Object);const dn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Bt(t)),t=ln(t);return e}:St;const mn=function(t,e){return Qe(t,dn(t),e)};const pn=function(t){return Nt(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=y?y.prototype:void 0,yn=_n?_n.valueOf:void 0;const In=function(t){return yn?Object(yn.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 In(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 On=function(t){return zt(t)&&"[object Map]"==Pe(t)};var Mn=ie&&ie.isMap;const Rn=Mn?ne(Mn):On;const jn=function(t){return zt(t)&&"[object Set]"==Pe(t)};var Nn=ie&&ie.isSet;const Vn=Nn?ne(Nn):jn;var Sn="[object Arguments]",Dn="[object Function]",Pn="[object Object]",Bn={};Bn[Sn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[Pn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Dn]=Bn["[object WeakMap]"]=!1;const Ln=function t(e,n,o,s,r,i){var c,a=1&n,h=2&n,u=4&n;if(o&&(c=r?o(e,s,r,i):o(e)),void 0!==c)return c;if(!j(e))return e;var l=jt(e);if(l){if(c=gn(e),!a)return hn(e,c)}else{var d=Pe(e),m=d==Dn||"[object GeneratorFunction]"==d;if(Qt(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(!Bn[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),Vn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=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 Fn=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\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&&!Fn(t))||(Un.test(t)||!Kn.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 Jn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const Xn=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(Jn,(function(t,n,o,s){e.push(o?s.replace(Gn,"$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 Zn=y?y.prototype:void 0,Yn=Zn?Zn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(jt(e))return Qn(e,t)+"";if(Fn(e))return Yn?Yn.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||Fn(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:Yt(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-=209]})(t,e)}function po(){var t=["752455gPCvbg","resolveCommentThread","submit","13CpWPPF","destroy","24954UbdIsP","reopenCommentThread","stopListening","80HvtICl","submitCommentThread","model","reopen","removeComment","_localUser","isResolved","40527scJlzE","6NqGYnQ","update","updateComment","904XuEKvx","remove","removeCommentThread","view","getComment","addComment","3806448agNHYS","8jFzYYE","_isAttached","805tfxdBC","121391pExYDB","listenTo","resolve","98883dcvLlS","2404451fpTADU"];return(po=function(){return t})()}!function(t,e){for(var n=mo,o=t();;)try{if(382792===parseInt(n(230))/1*(parseInt(n(217))/2)+-parseInt(n(233))/3*(-parseInt(n(227))/4)+-parseInt(n(229))/5*(parseInt(n(240))/6)+parseInt(n(234))/7+parseInt(n(220))/8*(parseInt(n(216))/9)+parseInt(n(209))/10*(-parseInt(n(235))/11)+parseInt(n(226))/12*(parseInt(n(238))/13))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(211)]=t,this[n(211)][n(228)]=!0,this[n(223)]=e,this[n(231)](e,n(210),(()=>this[n(237)]())),this[n(231)](e,n(222),(()=>this[n(221)]())),this[n(231)](e,n(236),(()=>this[n(232)]())),this[n(231)](e,n(241),(()=>this[n(212)]())),this[n(231)](e,n(225),((t,e)=>this[n(225)](e))),this[n(231)](e,n(219),((t,e,o)=>this[n(219)](e,o))),this[n(231)](e,n(213),((t,e)=>this[n(213)](e)))}[lo(237)](){var t=lo;this[t(211)][t(237)]()}[lo(221)](){var t=lo;this[t(211)][t(221)]()}[lo(232)](){var t=lo;this[t(211)][t(215)]||this[t(211)][t(232)]()}[lo(212)](){var t=lo;this[t(211)][t(215)]&&this[t(211)][t(212)]()}[lo(225)](t){var e=lo;this[e(211)][e(225)]({content:t,authorId:this[e(223)][e(214)].id})}[lo(219)](t,e){var n=lo;this[n(211)][n(224)](t)[n(218)]({content:e})}[lo(213)](t){var e=lo;this[e(211)][e(224)](t)[e(221)]()}[lo(239)](){var t=lo;this[t(242)](),this[t(211)][t(228)]=!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=wo;function bo(){const t=["createCollection","ck-reset","1098510ZJBQnn","editable","1742508rPscev","setTemplate","Comment editor","element","21585OYBBnj","ck-editor__aria-label_","ck-comment__input","_createVoiceLabel","focus","ck-editor","render","ck-editor__main","88XFxnvA","main","222902EtqejH","4vDccSi","uiLanguage","4312740souiIv","uiLanguageDirection","div","_voiceLabelView","348866apqefR","comment","add","ck-rounded-corners","ck-voice-label","3eHRflw","cke-editor__aria-label_","80620RdmAow","text","342iyGjTT","extendTemplate","presentation","56FPotNw"];return(bo=function(){return t})()}function wo(t,e){const n=bo();return(wo=function(t,e){return n[t-=360]})(t,e)}!function(t,e){const n=wo,o=t();for(;;)try{if(301259===parseInt(n(364))/1*(parseInt(n(390))/2)+-parseInt(n(374))/3*(parseInt(n(391))/4)+parseInt(n(380))/5*(-parseInt(n(368))/6)+parseInt(n(397))/7*(parseInt(n(371))/8)+-parseInt(n(376))/9+-parseInt(n(366))/10*(-parseInt(n(388))/11)+parseInt(n(393))/12)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(bo);class _o extends go.EditorUIView{constructor(t,n){const o=wo;super(t);const s=(0,e.uid)();this[o(389)]=this[o(372)](),this[o(375)]=new go.InlineEditableUIView(t,n),this[o(396)]=this[o(383)](s,t),this[o(377)]({tag:o(395),attributes:{class:[o(373),o(385),o(362),o(382)],role:o(360),dir:t[o(394)],lang:t[o(392)],"aria-labelledby":o(365)+s},children:[this[o(396)],{tag:o(395),attributes:{class:o(387),role:o(370)},children:this[o(389)]}]})}[ko(386)](){const t=ko;super[t(386)](),this[t(389)][t(361)](this[t(375)])}[ko(384)](){const t=ko;this[t(375)][t(379)][t(384)]()}[ko(383)](t,e){const n=ko,o=new go.LabelView;return o[n(367)]=vo(e,n(378)),o[n(369)]({attributes:{id:n(381)+t,class:n(363)}}),o}}const yo=Io;function Io(t,e){const n=Co();return(Io=function(t,e){return n[t-=155]})(t,e)}function Co(){const t=["locale","destroy","element","getRoot","944559ARJDeW","262664UaDuDa","focusTracker","editable","view","1601238tfpdBr","editor","render","577080cAcoHk","setEditableElement","301205OnveOd","bind","1480Pzblds","1251cNMuJe","editing","ready","fire","rootName","init","3890IeHfNN","12103wAIebJ","name","attachDomRoot","document","isFocused","10ugKlfx"];return(Co=function(){return t})()}!function(t,e){const n=Io,o=t();for(;;)try{if(171935===-parseInt(n(160))/1+-parseInt(n(181))/2+parseInt(n(180))/3+parseInt(n(158))/4*(parseInt(n(175))/5)+parseInt(n(155))/6+-parseInt(n(170))/7*(parseInt(n(162))/8)+parseInt(n(163))/9*(parseInt(n(169))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=Io;super(t),this[e(184)]=new _o(t[e(176)],t[e(164)][e(184)])}get[yo(178)](){const t=yo;return this[t(184)][t(178)]}[yo(168)](){const t=yo,e=this[t(156)][t(164)][t(184)],n=this[t(184)][t(183)],o=e[t(173)][t(179)]();n[t(171)]=o[t(167)],this[t(184)][t(157)]();const s=n[t(178)];this[t(159)](n[t(171)],s),this[t(184)][t(183)][t(161)](t(174)).to(this[t(182)]),e[t(172)](s),this[t(166)](t(165))}[yo(177)](){const t=yo;super[t(177)](),this[t(184)][t(177)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),Mo=n(834),Ro=n(251),jo=n(179);const No=So;function Vo(){const t=["editing","placeholder","get","childCount","fire","view","config","set","3548512muLBqZ","52PMWwHJ","placeholderElement","461030otXpSb","_updatePlaceholder","plugins","4XqYToX","low","58326KzgFKa","create","end","destroy","init","2264862sjPJJb","245qSmOiA","10938FuUhMK","change:placeholder","assign","9YsJsLV","967120lBxBHh","initPlugins","setSelection","name","createRoot","document","initialData","getChild","22674636GNmIFa","defaultPlugins","data","then","model","ready","change","getRoot","11JFjlRJ","focus"];return(Vo=function(){return t})()}function So(t,e){const n=Vo();return(So=function(t,e){return n[t-=362]})(t,e)}!function(t,e){const n=So,o=t();for(;;)try{if(407037===-parseInt(n(400))/1*(-parseInt(n(386))/2)+-parseInt(n(398))/3*(parseInt(n(391))/4)+-parseInt(n(399))/5*(parseInt(n(393))/6)+-parseInt(n(404))/7+-parseInt(n(385))/8+parseInt(n(403))/9*(parseInt(n(388))/10)+-parseInt(n(375))/11*(-parseInt(n(367))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Vo);const Do=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,Mo.Typing,Ro.Undo,jo.Paragraph];class Po extends((0,e.ObservableMixin)((0,t.DataApiMixin)(t.Editor))){constructor(t={}){const e=So;(t=Object[e(402)]({},t))[e(390)]||(t[e(390)]=Po[e(368)]),super(t),this.ui=new Ao(this),this[e(384)](e(378),""),this[e(371)][e(364)].on(e(373),(()=>this[e(389)]()),{priority:e(392)}),this.on(e(401),(()=>this[e(389)]())),this[e(371)][e(364)][e(363)]()}[No(394)](){const t=No,e=this[t(383)][t(379)](t(365))||"";return this[t(405)]()[t(370)]((()=>this.ui[t(397)]()))[t(370)]((()=>this[t(369)][t(397)](e)))[t(370)]((()=>this[t(381)](t(372))))}[No(396)](){const t=No;return super[t(396)]()[t(370)]((()=>this.ui[t(396)]()))}[No(376)](){const t=No;this[t(371)][t(373)]((e=>{const n=t,o=this[n(371)][n(364)][n(374)](),s=o&&o[n(366)](o[n(380)]-1);e[n(406)](s,n(395)),this[n(377)][n(382)][n(376)]()}))}[No(389)](){const t=No,e=this[t(377)][t(382)],n=e[t(364)][t(374)](),o=n[t(366)](0);n[t(380)]>1||!o||"p"!=o[t(362)]?this[t(387)]&&this[t(387)][t(378)]&&((0,To.disablePlaceholder)(e,this[t(387)]),this[t(387)]=void 0):(this[t(378)]&&(o[t(378)]=this[t(378)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(387)]=o)}}Po[No(368)]=Do;const Bo=Po;function Lo(t,e){const n=zo();return(Lo=function(t,e){return n[t-=112]})(t,e)}function zo(){const t=["trim","view","document","ck-comment__input-actions","execute","stop","_editorCreationPromise","ck-comment__input-actions--active","_createSubmitButton","setData","label","1077SengDl","Reply...","low","_initializeFocusCycling","high","add","6539139zZxOzc","ck-comment__input-wrapper","submitLabel","change","model","isEnabled","submit","submitButtonView","170305xdTgdW","showButtons","insertBefore","bindTemplate","placeholder","_createCancelButton","TOO_LONG_COMMENT_ALERT","Reply","value","editorReady","cancelButtonView","313744NaccPi","extendTemplate","editorDestroyed","ck-comment__input-actions--cancel","disabledSubmit","focusPrevious","ck-comment__input-actions--submit","focus","fire","setTemplate","144foAgrP","length","keystrokes","create","shift + tab","destroy","_editorConfig","withText","cancel","132CMuqRl","Esc","forEach","1488146DjVqgm","tab","editor","createEditor","render","element","112PmKuKf","div","bind","110124PfCafW","10ukctyV","518589KWjosH","firstChild","Cancel","80hFNdEA","_isDestroyed","listenTo","then","set","focusNext","getData","focusTracker","initialData"];return(zo=function(){return t})()}const Fo=Lo;!function(t,e){const n=Lo,o=t();for(;;)try{if(370546===-parseInt(n(140))/1*(parseInt(n(112))/2)+parseInt(n(117))/3+-parseInt(n(120))/4*(-parseInt(n(154))/5)+parseInt(n(175))/6*(parseInt(n(115))/7)+-parseInt(n(165))/8+parseInt(n(146))/9*(parseInt(n(116))/10)+-parseInt(n(187))/11*(parseInt(n(184))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(zo);class Ko extends go.View{constructor(t,n={}){const o=Lo;super(t),this[o(189)]=null,this[o(181)]=n,this[o(177)]=new e.KeystrokeHandler,this[o(127)]=new e.FocusTracker,this[o(124)](o(162),n[o(128)]||""),this[o(124)](o(169),!1),this[o(124)](o(155),!0),this[o(124)](o(158),vo(t,o(141))),this[o(124)](o(148),vo(t,o(161))),this[o(153)]=this[o(137)](),this[o(164)]=this[o(159)](),this[o(174)]({tag:o(113),attributes:{class:[o(147)]},children:[{tag:o(113),attributes:{class:[o(132),this[o(157)].if(o(155),o(136))]},children:[this[o(153)],this[o(164)]]}]}),this[o(177)][o(124)](o(185),((t,e)=>{const n=o;this[n(164)][n(173)](n(133)),e()})),this.on(o(152),((e,n)=>{const s=o;n[s(176)]>65e3?(alert(vo(t,s(160),[n[s(176)],65e3])),e[s(134)]()):this[s(189)][s(138)]("")}),{priority:o(144)})}[Fo(191)](){const t=Fo;super[t(191)](),this[t(177)][t(122)](this[t(192)]),this[t(127)][t(145)](this[t(192)])}[Fo(190)](){const t=Fo;return this[t(189)]||(this[t(189)]=new Bo(this[t(181)]),this[t(135)]=this[t(189)][t(178)]()[t(123)]((()=>{const e=t;if(this[e(121)])return;const n=this[e(189)];this[e(192)][e(156)](n.ui[e(192)],this[e(192)][e(118)]),n[e(150)][e(131)].on(e(149),(()=>this[e(162)]=n[e(126)]())),n[e(114)](e(158)).to(this),this[e(143)](this[e(189)]),this[e(173)](e(163),this[e(189)])}))),this[t(135)]}[Fo(172)](){const t=Fo;this[t(189)]&&this[t(189)][t(172)]()}async[Fo(180)](){const t=Fo;this[t(121)]||(this[t(121)]=!0,this[t(189)]&&(await this[t(135)],await this[t(189)][t(180)](),this[t(173)](t(167),this[t(189)])),await super[t(180)]())}[Fo(137)](){const t=Fo,{locale:e}=this,n=new go.ButtonView(e);return n[t(166)]({attributes:{class:[t(171)]}}),n[t(182)]=!0,n[t(114)](t(139)).to(this,t(148)),n.on(t(133),(()=>{const e=t;this[e(173)](e(152),this[e(162)])})),n[t(114)](t(151)).to(this,t(162),this,t(169),((e,n)=>!n&&!!e[t(129)]())),n}[Fo(159)](){const t=Fo,{locale:e}=this,n=new go.ButtonView(e);return n[t(166)]({attributes:{class:[t(168)]}}),n[t(139)]=vo(e,t(119)),n[t(182)]=!0,n.on(t(133),(()=>{const e=t;this[e(189)][e(138)](""),this[e(173)](e(183))})),n}[Fo(143)](t){const e=Fo,n=this[e(127)],o=new go.ViewCollection;[t.ui[e(130)],this[e(153)],this[e(164)]][e(186)]((t=>{const s=e;o[s(145)](t),n[s(145)](t[s(192)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(177)][e(124)](e(188),((t,n)=>{s[e(125)](),n()}),{priority:e(142)}),this[e(177)][e(124)](e(179),((t,n)=>{s[e(170)](),n()}),{priority:e(142)})}}var Uo=Wo;function Wo(t,e){var n=Ho();return(Wo=function(t,e){return n[t-=123]})(t,e)}function Ho(){var t=["then","change:showInput","ck-comment__input-container--active","setTemplate","ck-thread__input","ck-thread__user","ck-comment__input-container","4771388hyjsdg","showInput","value","set","div","editorReady","280506eZIwTU","2759238jcigOT","isFocused","showButtons","160abWlcp","45704008ORCRTv","848001ZjMnnJ","bind","userView","editorDestroyed","editor","1778788qVernW","destroy","bindTemplate","delegate","createEditor","commentInputView","481214xsvgAG","extendTemplate","focusTracker"];return(Ho=function(){return t})()}!function(t,e){for(var n=Wo,o=t();;)try{if(854911===-parseInt(n(135))/1+-parseInt(n(129))/2+-parseInt(n(152))/3+-parseInt(n(145))/4+-parseInt(n(155))/5*(parseInt(n(151))/6)+parseInt(n(124))/7+parseInt(n(123))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ho);class qo extends go.View{constructor(t,e,n){var o=Wo;super(t),this[o(134)]=new Ko(t,n),this[o(134)][o(125)](o(154)).to(this[o(134)][o(137)],o(153),this[o(134)],o(147),((t,e)=>t||!!e)),this[o(148)](o(146),!1),this.on(o(139),(()=>{var t=o;this[t(146)]&&!this[t(134)][t(128)]&&this[t(134)][t(133)]()})),this[o(134)][o(132)](o(150)).to(this),this[o(134)][o(132)](o(127)).to(this),this[o(126)]=new s.UserView(t,e),this[o(126)][o(136)]({attributes:{class:o(143)}}),this[o(134)][o(136)]({attributes:{class:o(142)}}),this[o(141)]({tag:o(149),attributes:{class:[o(144),this[o(131)].if(o(146),o(140))]},children:[this[o(126)],this[o(134)]]})}[Uo(130)](){var t=Uo;return this[t(134)][t(130)]()[t(138)]((()=>super[t(130)]()))}}function Jo(t,e){const n=Go();return(Jo=function(t,e){return n[t-=141]})(t,e)}function Go(){const t=["812961NyQNJH","NUMBER_OF_COMMENTS","927887JDuoJi","5275818ZPPGMf","setTemplate","bindTemplate","144508veqeXY","set","608YmweWZ","119995VKmKYR","ck-thread__comment-count","2751816gySNhL","30lTQXmO","212LguHwl","1063826YzAMFP","count"];return(Go=function(){return t})()}!function(t,e){const n=Jo,o=t();for(;;)try{if(904759===-parseInt(n(144))/1+-parseInt(n(156))/2+parseInt(n(153))/3+-parseInt(n(155))/4*(parseInt(n(151))/5)+parseInt(n(145))/6+parseInt(n(148))/7*(parseInt(n(150))/8)+parseInt(n(142))/9*(parseInt(n(154))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Go);class Xo extends go.View{constructor(t){const e=Jo;super(t);const n=this[e(147)];this[e(149)](e(141),void 0),this[e(146)]({tag:"li",attributes:{class:e(152)},children:[{text:n.to(e(141),(n=>vo(t,e(143),n)))}]})}}const Qo=Yo;function Zo(){const t=["change:hasDirtyComment","get","ck-thread__comments","length","isEditMode","collapse","some","formatDateTime","visibleViews","_config","_collapsedCommentsView","viewUid","equal","resolvedAt","isActive","maxThreadTotalWeight","_calculatePosition","72564bLkiwe","7107009yFfFLE","commentUpdated","updateComment","hasDirtyComment","Marked as resolved","insert","focus","destroy","_shouldCollapse","resolveCommentThread","delete","change:isEditMode","createCollection","20yoeBMM","refreshVisibleViews","_findOptimalIndex","_handleInfoComment","resolvedBy","_updateHasDirtyComment","element","resolved","setTemplate","editorReady","count","change:isActive","6571056ppXkFy","5054863CJzFoq","24952xDEqpK","editorConfig","stopListening","resolvedCommentView","set","_handleNewCommentModel","bind","locale","removeComment","1552713ozDxoy","from","editorDestroyed","1061256djBwLL","_rearrangeCollapse","117xUqwlK","weight","24mGNtsm","10LzXqsU","maxCommentCharsWhenCollapsed","expand","4BsaFWr","comments","maxCommentsWhenCollapsed","listenTo","authoredAt","delegate","_model","add","change:isResolved","_rearrangeExpand","CommentView","render","commentViews","_handleRemoveCommentModel","remove"];return(Zo=function(){return t})()}function Yo(t,e){const n=Zo();return(Yo=function(t,e){return n[t-=366]})(t,e)}!function(t,e){const n=Yo,o=t();for(;;)try{if(603817===parseInt(n(390))/1*(-parseInt(n(426))/2)+-parseInt(n(383))/3*(-parseInt(n(394))/4)+-parseInt(n(391))/5*(-parseInt(n(386))/6)+parseInt(n(427))/7+parseInt(n(374))/8*(-parseInt(n(388))/9)+parseInt(n(440))/10*(-parseInt(n(373))/11)+parseInt(n(372))/12)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Zo);class $o extends go.View{constructor(t,e,n){const o=Yo;super(t),this[o(378)](o(430),!1),this[o(378)](o(412),e[o(395)][o(412)]),this[o(378)](o(423),!1),this[o(400)]=e,this[o(418)]=n,this[o(406)]=this[o(439)](),this[o(417)]=this[o(439)](),this[o(377)]=null,this[o(419)]=new Xo(t),this[o(419)][o(380)](o(370)).to(this,o(412),(t=>t-this[o(418)][o(396)]));for(const t of e[o(395)])this[o(379)](t);this[o(443)](),this[o(397)](e[o(395)],o(401),((t,e)=>{const n=o,s=this[n(425)](e);this[n(412)]++,this[n(379)](e,s),this[n(441)]()})),this[o(397)](e[o(395)],o(408),((t,e)=>{const n=o;this[n(412)]--,this[n(407)](e),this[n(441)]()})),this[o(397)](e,o(428),(()=>this[o(441)]())),this[o(397)](e,o(402),(()=>this[o(443)]())),this.on(o(371),(()=>this[o(441)]())),this.on(o(409),(()=>this[o(441)]())),this[o(368)]({tag:"ul",attributes:{class:[o(411)]},children:this[o(417)]})}get[Qo(435)](){const t=Qo;return this[t(400)][t(389)]>this[t(418)][t(424)]&&!this[t(423)]&&!this[t(430)]}[Qo(405)](){const t=Qo;super[t(405)](),this[t(441)]()}[Qo(433)](){const t=Qo;this[t(366)][t(433)]()}[Qo(434)](){const t=Qo;this[t(419)][t(434)]();for(const e of this[t(406)])e[t(434)]();super[t(434)]()}[Qo(441)](){const t=Qo;this[t(435)]?this[t(387)]():this[t(403)]()}[Qo(379)](t,e){const n=Qo,o=new(this[n(418)][n(404)])(this[n(381)],t,{maxCommentCharsWhenCollapsed:this[n(418)][n(392)],formatDateTime:this[n(418)][n(416)],editorConfig:this[n(418)][n(375)]});o[n(420)]=t.id,o[n(399)](n(382)).to(this),o[n(399)](n(429)).to(this),o[n(399)](n(436)).to(this),o[n(399)](n(369)).to(this),o[n(399)](n(385)).to(this),this[n(397)](o,n(438),(()=>this[n(445)]())),this[n(406)][n(401)](o,e)}[Qo(425)](t){const e=Qo,n=this[e(400)][e(442)](t);return this[e(377)]?this[e(377)][e(398)]>t[e(398)]?n-1:n:n-1}[Qo(443)](){const t=Qo;if(this[t(400)][t(444)]&&this[t(400)][t(422)]){const e={id:t(367),author:this[t(400)][t(444)],authoredAt:this[t(400)][t(422)],content:vo(this[t(381)],t(431)),attributes:{}};this[t(377)]=new(this[t(418)][t(404)])(this[t(381)],e,{maxCommentCharsWhenCollapsed:this[t(418)][t(392)],formatDateTime:this[t(418)][t(416)],editorConfig:this[t(418)][t(375)],isSystemComment:!0}),this[t(406)][t(401)](this[t(377)],this[t(400)][t(442)](e))}else this[t(377)]&&(this[t(406)][t(408)](this[t(377)]),this[t(377)][t(434)](),this[t(377)]=null);this[t(441)]()}[Qo(407)](t){const e=Qo,n=this[e(406)][e(408)](t.id);this[e(376)](n),n[e(413)]&&this[e(445)](),n[e(434)]()}[Qo(445)](){const t=Qo;this[t(430)]=Array[t(384)](this[t(406)])[t(415)]((e=>e[t(413)]))}[Qo(387)](){const t=Qo,n=function(t){const n=Yo,o=new e.Collection;for(const e of t)o[n(401)](e);return o}(this[t(406)]),o=this[t(419)][t(370)];for(let e=1;e<=o;e++)n[t(408)](1);for(const e of n)e[t(414)]();o>0&&n[t(401)](this[t(419)],1),ts((0,e.diff)(Array[t(384)](this[t(417)]),Array[t(384)](n)),this[t(417)],n)}[Qo(403)](){const t=Qo;ts((0,e.diff)(Array[t(384)](this[t(417)]),Array[t(384)](this[t(406)])),this[t(417)],this[t(406)]);for(const e of this[t(417)])e[t(393)]()}}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(432):e[o(401)](n[o(410)](s),s),s++;break;case o(437):e[o(408)](s);break;case o(421):s++}}const es=os;function ns(){const t=["reopenButtonView","...","hasContext","locale","label","bind","1065113zryMJF","118380CqzPOf","ck-context-wrapper","_attachContextActions","div","tooltip","lastIndexOf","context","contextValue","querySelector","2154483Ermujp","overlay","element","listenTo","_model","fire","108198jgtVMX","mouseenter","isVisible","Reopen","_trimContextValue","isResolvable","classList","isReadOnly","ck-thread__header","add","offsetWidth","Comment was made on an element","ck-context--quotes","render",".ck-context","span","remove","ck-annotation__actions",".ck-context__value","643872fImpnN","reopenCommentThread","ck-context__value","scrollWidth","341414qMHcKR","value","_createReopenButton","3EiCKOz","icon","bindTemplate","length","isResolved","30AYGsNo","883352NBAxEG","isEnabled","setTemplate","substring","mouseleave","ck-context","execute"];return(ns=function(){return t})()}!function(t,e){const n=os,o=t();for(;;)try{if(127763===parseInt(n(112))/1+-parseInt(n(150))/2*(-parseInt(n(153))/3)+-parseInt(n(159))/4+-parseInt(n(158))/5*(parseInt(n(127))/6)+-parseInt(n(111))/7+parseInt(n(146))/8+parseInt(n(121))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ns);function os(t,e){const n=ns();return(os=function(t,e){return n[t-=103]})(t,e)}class ss extends go.View{constructor(t,e){const n=os;super(t);const o=this[n(155)];this[n(125)]=e,this[n(105)]=this[n(152)](),this[n(110)](n(107)).to(this[n(125)],n(118),(t=>!!t)),this[n(110)](n(119)).to(this[n(125)],n(118),(t=>t&&t[n(151)]?this[n(131)](t[n(151)]):vo(this[n(108)],n(138)))),this[n(161)]({tag:n(115),attributes:{class:[n(135)]},children:[{tag:n(115),attributes:{class:[n(113)]},children:[{tag:n(115),attributes:{class:[n(103),o.if(n(107),n(139))]},children:[{tag:n(142),attributes:{class:[n(148)]},children:[{text:o.to(n(119))}]}]}]},{tag:n(115),attributes:{class:[n(144)]},children:[this[n(105)]]}]})}[es(140)](){const t=es;super[t(140)](),this[t(114)]()}[es(152)](){const t=es,e=new go.ButtonView(this[t(108)]);return e[t(109)]=vo(this[t(108)],t(130)),e[t(116)]=vo(this[t(108)],t(130)),e[t(154)]='<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(110)](t(160)).to(this[t(125)],t(134),(t=>!t)),e[t(110)](t(129)).to(this[t(125)],t(132),this[t(125)],t(157),((t,e)=>t&&e)),e.on(t(104),(()=>{const e=t;this[e(126)](e(147),this[e(125)].id)})),e}[es(131)](t){const e=es;if(t[e(156)]<150)return t;const n=t[e(117)](" ",147);return t[e(162)](0,n>-1?n:147)+e(106)}[es(114)](){const t=es,e=this[t(123)][t(120)](t(141)),n=e[t(120)](t(145));this[t(124)](e,t(128),(()=>{const o=t;n[o(137)]<n[o(149)]&&e[o(133)][o(136)](o(122))})),this[t(124)](e,t(163),(()=>{const n=t;e[n(133)][n(143)](n(122))}))}}const rs=cs;function is(){const t=["delegate","132930aLQDzd","bind","removeComment","unlinkedAt","334281XahCCD","listenTo","reopenCommentThread","cancel","submitLabel","isDirty","Reply...","_model","432CbFeSW","1208472XvIygD","submitCommentThread","_config","hasDirtyComment","locale","change:isActive","disabledSubmit","destroy","addComment","archivedAt","306198cdFLRP","10oAcevr","updateComment","editorReady","focus","assign","element","commentThreadHeaderView","isResolved","Reply","canComment","fire","commentsListView","editorDestroyed","stop","commentInputView","isUnlinked","submit","removeCommentThread","Comment","showInput","isReadOnly","value","isSubmitted","isResolvable","length","2549905GSGvxR","set","isActive","2066316JvEFTc","CommentView","_localUser","resolveCommentThread","Write a comment...","placeholder","Reply to reopen discussion...","_createCommentThreadInputView","editorConfig","1450414gdkbXT","commentThreadInputView"];return(is=function(){return t})()}function cs(t,e){const n=is();return(cs=function(t,e){return n[t-=243]})(t,e)}!function(t,e){const n=cs,o=t();for(;;)try{if(738068===parseInt(n(304))/1+-parseInt(n(264))/2*(parseInt(n(244))/3)+-parseInt(n(253))/4+-parseInt(n(289))/5+parseInt(n(292))/6+-parseInt(n(301))/7+parseInt(n(252))/8*(parseInt(n(263))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=cs;super(t),this[s(290)](s(291),!1),this[s(290)](s(249),!1),this[s(251)]=e,this[s(294)]=n,this[s(255)]=o,this[s(270)]=new ss(t,e),this[s(270)][s(303)](s(246)).to(this),this[s(245)](this,s(246),(()=>{this[s(267)]()})),this[s(275)]=new $o(t,e,Object[s(268)]({CommentView:this[s(255)][s(293)]},o)),this[s(275)][s(303)](s(306)).to(this),this[s(275)][s(303)](s(265)).to(this),this[s(275)][s(303)](s(295)).to(this),this[s(275)][s(303)](s(266)).to(this),this[s(275)][s(303)](s(276)).to(this),this[s(275)][s(305)](s(291)).to(this),this[s(245)](this,s(295),(()=>{this[s(267)]()})),this[s(290)](s(288),this[s(275)][s(288)]),this[s(305)](s(288)).to(this[s(275)],s(288)),this[s(302)]=this[s(299)](),this[s(302)][s(303)](s(266)).to(this),this[s(302)][s(303)](s(276)).to(this),this.on(s(306),(()=>this[s(267)]())),this[s(305)](s(249)).to(this[s(275)],s(256),this[s(302)][s(278)],s(285),((t,e)=>t||!!e)),this[s(305)](s(279)).to(e,s(243),(t=>!!t))}[rs(267)](){const t=rs;this[t(269)][t(267)]()}async[rs(260)](){const t=rs;this[t(249)]=!1,this[t(275)][t(260)](),await this[t(302)][t(260)](),super[t(260)]()}[rs(299)](){const t=rs,e=new qo(this[t(257)],this[t(294)],this[t(255)][t(300)]),n=e[t(278)];return e[t(305)](t(283)).to(this,t(291),this[t(251)],t(284),this[t(251)],t(273),this[t(251)],t(262),n,t(285),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(305)](t(297)).to(this,t(288),this[t(251)],t(287),this[t(251)],t(271),((e,n,o)=>{const s=t;let r;return r=s(o&&n?298:e?250:296),vo(this[s(257)],r)})),n[t(305)](t(248)).to(this,t(288),(e=>vo(this[t(257)],t(e?272:282)))),n.on(t(280),((e,n)=>{const o=t;this[o(274)](o(261),n),this[o(251)][o(271)]&&this[o(251)][o(287)]&&this[o(274)](o(246),this[o(251)].id),this[o(251)][o(286)]||this[o(274)](o(254))})),n.on(t(247),(()=>{this[t(267)]()})),n[t(305)](t(259)).to(this[t(251)],t(284)),n.on(t(247),(e=>{const n=t;0==this[n(288)]&&(this[n(274)](n(281)),e[n(277)]())})),this.on(t(258),((e,o,s)=>{const r=t;s||this[r(288)]||n[r(285)]||this[r(274)](r(281))})),e}}function hs(t,e){const n=us();return(hs=function(t,e){return n[t-=426]})(t,e)}function us(){const t=["tooltip","ck-reset_all-excluded","1219718eVNoyt","commentThreadHeaderView","removeCommentThread","ck-thread__container","9hWfSwZ","isVisible","check","Delete comment thread?","isUnlinked","getTemplate","label","createCollection","stop","remove","change:isReadOnly","commentThreadInputView","archivedAt","then","bindTemplate","get","unbind","set","5lhvdFE","isConfirm","_createResolveButton","1679018HbAvnv","setTemplate","cancelConfirm","935984SstKFJ","bind","has","change:archivedAt","14860512DyNFwB","ck-thread--","showConfirm",".ck-thread__container","resolveCommentThread","3976374MTazPB","Write a comment...","ck-thread--remove-confirmation","addMany","_bindFirstCommentView","_boundFirstCommentView","_cancelAllConfirms","icon","containerElement","div","removeButton","7405746SDUpiq","Resolve","placeholder","isResolvable","ck-comment--resolve","_model","add","resolveButton","isActive","length","locale","extendTemplate","ck-thread--unlinked","isEnabled","querySelector","execute","isSystemComment","change:isActive","commentViews","render","isResolved","ck-thread--active","actionIndicator","element","isReadOnly","high","actionBar","commentThreadChildren","ck-thread","fire","commentsListView","listenTo","866456yVTTzG"];return(us=function(){return t})()}const ls=hs;!function(t,e){const n=hs,o=t();for(;;)try{if(672302===-parseInt(n(431))/1+parseInt(n(456))/2+parseInt(n(468))/3+parseInt(n(428))/4+parseInt(n(453))/5*(parseInt(n(479))/6)+parseInt(n(459))/7+-parseInt(n(463))/8*(parseInt(n(435))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(us);class ds extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=hs;super(t,e,n,o),this[s(506)]=this[s(442)](),this[s(506)][s(471)]([this[s(426)],this[s(446)]]),this[s(484)][s(447)]&&this[s(506)][s(485)](this[s(432)],0),this[s(484)].on(s(462),((t,e,n)=>{const o=s;n?this[o(506)][o(461)](this[o(432)])||this[o(506)][o(485)](this[o(432)],0):this[o(506)][o(444)](this[o(432)])})),this[s(452)](s(501),null),this[s(476)]=null,this[s(473)]=null,this[s(489)]=t,this[s(486)]=this[s(455)](),this[s(457)](this[s(440)]()),this.on(s(496),((t,e,n)=>{n||this[s(474)]()})),this[s(427)](this[s(484)],s(445),((t,e,n)=>{n&&this[s(474)]()})),this[s(488)]>0&&this[s(472)](),this[s(427)](this[s(426)][s(497)],s(485),(()=>{this[s(472)]()}))}[ls(440)](){const t=ls,e=this[t(449)];return{tag:t(477),attributes:{class:[t(507),t(430),e.if(t(487),t(500)),e.if(t(439),t(491)),e.if(t(454),t(470)),e.to(t(501),(e=>e?t(464)+e:""))],"data-thread-id":this[t(484)].id,tabindex:-1},children:[{tag:t(477),attributes:{class:t(434)},children:this[t(506)]}]}}[ls(498)](){const t=ls;super[t(498)](),this[t(476)]=this[t(502)][t(493)](t(466))}[ls(474)](){const t=ls;this[t(458)]();for(const e of this[t(426)][t(497)])e[t(458)]()}[ls(472)](){const t=ls,{locale:e}=this,n=this[t(426)][t(497)][t(450)](0);n===this[t(473)]||n[t(495)]||(this[t(473)]=n,this[t(451)](t(501)),this[t(460)](t(501)).to(n,t(501),(e=>t(444)===e?t(444):null)),n[t(481)]=vo(e,t(469)),n[t(478)].on(t(494),(n=>{const o=t;n[o(443)](),this[o(465)](vo(e,o(438)),this[o(476)])[o(448)]((()=>{const t=o;this[t(508)](t(433))}))}),{priority:t(504)}),n[t(505)][t(485)](this[t(486)],0))}[ls(455)](){const e=ls,n=new go.ButtonView(this[e(489)]);return n[e(441)]=vo(this[e(489)],e(480)),n[e(429)]=vo(this[e(489)],e(480)),n[e(475)]=t.icons[e(437)],n[e(490)]({attributes:{class:e(483)}}),n[e(460)](e(492)).to(this[e(484)],e(503),(t=>!t)),n[e(460)](e(436)).to(this[e(484)],e(482),this[e(484)],e(499),((t,e)=>t&&!e)),n.on(e(494),(()=>{const t=e;this[t(508)](t(467),this[t(484)].id)})),n}}function ms(t,e){var n=gs();return(ms=function(t,e){return n[t-=278]})(t,e)}var ps=ms;!function(t,e){for(var n=ms,o=t();;)try{if(342169===-parseInt(n(281))/1*(parseInt(n(283))/2)+-parseInt(n(299))/3*(parseInt(n(297))/4)+-parseInt(n(286))/5+-parseInt(n(295))/6*(parseInt(n(285))/7)+parseInt(n(291))/8+parseInt(n(282))/9*(parseInt(n(296))/10)+-parseInt(n(278))/11*(-parseInt(n(298))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gs);class fs extends go.View{constructor(t){var e=ms;super(t),this[e(280)](e(293),""),this[e(290)]({tag:e(294),attributes:{class:[e(284),e(292)]}})}[ps(288)](){var t=ps;super[t(288)](),this.on(t(289),((e,n,o)=>{var s=t;this[s(279)][s(287)]=o})),this[t(279)][t(287)]=this[t(293)]}}function gs(){var t=["420JAfSZF","4426010yRNQga","991996sJJlAp","112752TJrNLO","6nvQpZe","1441ZVGKRM","element","set","505twtQqT","9kkCCsD","2194DHssrE","ck-comment__content","7217pVVRRD","1478185YkQWsN","innerHTML","render","change:content","setTemplate","691856rncwPo","ck-annotation__content","content","div"];return(gs=function(){return t})()}const vs=bs;function ks(){const t=["set","collapse","884742RUfCKV","isCollapsed","3834128OTnjWA","fire","value","visibleView","element","isReadOnly","4910390bpnvHQ","878KQHaCV","content","editorConfig","isEditMode","add","delegate","locale","disabledSubmit","destroy","4264024TNQZSM","2950FluGqb","initialData","get","remove","createEditor","Save","focus","editorDestroyed","_createCommentInputView","_createCommentContentView","createCollection","bind","once","_config","updateComment","expand","36ocurxH","9306aCVoCP","isSystemComment","switchToEditMode","maxCommentCharsWhenCollapsed","_model","submit","switchToDisplayMode","submitLabel","editorReady","361004tNnjyz","1193xexpSP","cancel"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=358]})(t,e)}!function(t,e){const n=bs,o=t();for(;;)try{if(584564===-parseInt(n(381))/1*(parseInt(n(394))/2)+-parseInt(n(385))/3+parseInt(n(387))/4+parseInt(n(393))/5+-parseInt(n(370))/6*(parseInt(n(380))/7)+-parseInt(n(403))/8+parseInt(n(371))/9*(parseInt(n(404))/10))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(375)]=e,this[o(367)]=n,this[o(372)]=!!this[o(367)][o(372)],this[o(383)](o(397),!1),this[o(383)](o(386),!0),this[o(390)]=this[o(364)](),this[o(390)][o(398)](this[o(363)]())}[vs(369)](){this[vs(386)]=!1}[vs(384)](){const t=vs;this[t(397)]||(this[t(386)]=!0)}[vs(360)](){const t=vs;this[t(391)][t(360)]()}async[vs(402)](){const t=vs;await this[t(390)][t(406)](0)[t(402)](),super[t(402)]()}[vs(373)](){const t=vs;this[t(397)]||(this[t(397)]=!0,this[t(390)][t(407)](0)[t(402)](),this[t(390)][t(398)](this[t(362)]()))}[vs(377)](){const t=vs;this[t(397)]&&(this[t(397)]=!1,this[t(390)][t(407)](0)[t(402)](),this[t(390)][t(398)](this[t(363)]()))}[vs(363)](){const t=vs,e=new fs(this[t(400)]);return e[t(365)](t(395)).to(this[t(375)],t(395),this,t(386),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(367)][t(374)]}):e)),e}[vs(362)](){const t=vs;this[t(367)][t(396)]||(this[t(367)][t(396)]={}),this[t(367)][t(396)][t(405)]=this[t(375)][t(395)];const e=new Ko(this[t(400)],this[t(367)][t(396)]);return e[t(389)]=this[t(375)][t(395)],e[t(365)](t(401)).to(this[t(375)],t(392)),e[t(378)]=vo(this[t(400)],t(359)),e.on(t(376),((e,n)=>{const o=t;this[o(388)](o(368),this[o(375)].id,n),this[o(377)](),this[o(360)]()})),e.on(t(382),(()=>{const e=t;this[e(377)](),this[e(360)]()})),e[t(366)](t(379),(()=>{e[t(360)]()})),e[t(358)](),e[t(399)](t(379)).to(this),e[t(399)](t(361)).to(this),e}}const _s=ys;function ys(t,e){const n=Is();return(ys=function(t,e){return n[t-=443]})(t,e)}function Is(){const t=["listenTo","render","importWord","Remove","locale","removeButton","4874836TUlDVE","change:isEnabled","setTemplate","then","panelPosition","Edit","pencil","edit","extendTemplate","editButton","mouseleave","showConfirm","span","element","author","authoredAt","EXTERNAL_IMPORT_WORD_AVATAR","isReadOnly","icon","getTemplate","resolvedAt","ck-annotation__info-name","5586700lZrWJk","ck-comment__main","ck-annotation__info","cancelConfirm","ck-comment--remove-confirmation","_model","switchToEditMode","ck-comment__actions--hidden","ck-comment--info","length","withText","isEnabled","visibleView","placeholder","add","userView","dropdown","2051793pauvso","attributes","21TlyFBZ","source","ck-comment__info-name","ck-comment__actions","isEditable","actionIndicator","isRemovable","mouseenter","items","fire","actionBar","panelView","_createEditButton","2afksnD","execute","change:isVisible","ck-comment--remove","addMany","focus","removeComment","change:isRemovable","@external","EXTERNAL_COMMENT","1184759Jyupdm","bindTemplate","blur","getUserViewNotificationText","ck-comment__wrapper","ck-annotation__main","ck-comment__external","Delete comment?","ck-comment__info-time","ck-annotation__actions--hidden","label","ck-comment__info","children","789546PIfnZJ","EXTERNAL_AVATAR","bind","Show more items","set","push","ck-comment--edit","name","isEditMode","div","ck-comment--","_createCommentInputView","ck-annotation__content-wrapper","ck-annotation","creator","ck-comment__user","_config","ck-annotation__actions","threeVerticalDots","ck-annotation__info-time","isSystemComment","buttonView","EXTERNAL_IMPORT_WORD_COMMENT","_createDropdown","21344886igzDjs","Reply...","ck-annotation__user","_createRemoveButton","remove","getExternalCommentNote","isExternal","_attachActions","createCollection","time","ck-comment","some","formatDateTime","5734120SSjkzr","isConfirm","isVisible"];return(Is=function(){return t})()}!function(t,e){const n=ys,o=t();for(;;)try{if(646315===-parseInt(n(446))/1*(parseInt(n(559))/2)+parseInt(n(544))/3+-parseInt(n(505))/4+-parseInt(n(527))/5+-parseInt(n(459))/6*(-parseInt(n(546))/7)+parseInt(n(496))/8+parseInt(n(483))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=ys;super(t,e,n),this[o(463)](o(551),null),this[o(463)](o(540),vo(t,o(484))),this[o(461)](o(520)).to(e),this[o(461)](o(525)).to(e),this[o(556)]=this[o(491)](),this[o(479)]||(this[o(514)]=this[o(558)](),this[o(504)]=this[o(486)](),this[o(554)]=this[o(491)](),this[o(554)][o(563)]([this[o(514)],this[o(504)]]),this[o(543)]=this[o(482)](),this[o(556)][o(541)](this[o(543)])),this[o(542)]=new s.UserView(t,e[o(519)],this[o(449)]()),this[o(542)][o(513)]({attributes:{class:[o(474),o(485)]}}),this[o(499)](e,o(443),(()=>this[o(530)]())),this[o(507)](this[o(524)]())}[_s(524)](){const t=_s,e=this[t(447)],n=[{tag:t(468),attributes:{class:[t(457),t(529)]},children:[{tag:t(517),children:[{text:this[t(542)][t(466)]}],attributes:{class:[t(548),t(526)]}},{tag:t(492),attributes:{datetime:e.to(t(520)),class:[t(454),t(478)]},children:[{text:e.to(t(520),(e=>this[t(475)][t(495)](e)))}]}]},{tag:t(468),attributes:{class:[t(549),t(476),e.if(t(467),t(534)),e.if(t(467),t(455))]},children:this[t(556)]},{tag:t(468),attributes:{class:[t(471)]},children:this[t(539)]}];return this[t(532)][t(489)]&&n[t(464)]({tag:t(468),attributes:{class:[t(452)]},children:[{text:this[t(488)]()}]}),{tag:"li",attributes:{class:[t(450),e.if(t(497),t(531))],tabindex:-1},children:[{tag:t(468),attributes:{class:[t(493),t(472),e.if(t(467),t(465)),e.if(t(479),t(535)),e.to(t(551),(e=>e?t(469)+e:""))],"data-author-id":this[t(532)][t(519)].id,"data-comment-id":this[t(532)].id},children:[this[t(542)],{tag:t(468),attributes:{class:[t(528),t(451)]},children:n}]}]}}[_s(558)](){const e=_s,n=new go.ButtonView(this[e(503)]);return n[e(456)]=vo(this[e(503)],e(510)),n[e(523)]=t.icons[e(511)],n[e(537)]=!0,n[e(513)]({attributes:{class:e(465)}}),n[e(461)](e(538)).to(this[e(532)],e(522),(t=>!t)),n[e(461)](e(498)).to(this[e(532)],e(550)),n.on(e(560),(()=>this[e(533)]())),n}[_s(486)](){const t=_s,e=new go.ButtonView(this[t(503)]);return e[t(456)]=vo(this[t(503)],t(502)),e[t(523)]='\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(537)]=!0,e[t(513)]({attributes:{class:t(562)}}),e[t(461)](t(538)).to(this[t(532)],t(522),(t=>!t)),e[t(461)](t(498)).to(this[t(532)],t(552)),e.on(t(560),(()=>{const e=t;this[e(516)](vo(this[e(503)],e(453)),this[e(518)])[e(508)]((()=>{const t=e;this[t(555)](t(565),this[t(532)].id)}))})),e}[_s(482)](){const e=_s,n=(0,go.createDropdown)(this[e(503)]),o=n[e(557)][e(458)],s=new go.ListView(this[e(503)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(503)]);i[r(458)][r(541)](t);const c=o>-1?o:s[r(554)][r(536)];s[r(554)][r(541)](i,c),n[r(499)](t,r(506),(()=>{const t=r;n[t(538)]=[...this[t(554)]][t(494)]((e=>e[t(538)]))})),n[r(499)](t,r(561),(()=>{const t=r;n[t(480)][t(498)]=[...this[t(554)]][t(494)]((e=>e[t(498)]))}))};n[e(509)]="sw",n[e(480)][e(463)]({label:vo(this[e(503)],e(462)),icon:t.icons[e(477)]}),n[e(538)]=[...this[e(554)]][e(494)]((t=>t[e(538)])),n[e(480)][e(498)]=[...this[e(554)]][e(494)]((t=>t[e(498)]));for(const t of this[e(554)])r(t);return o[e(541)](s),n[e(499)](this[e(554)],e(541),((t,e,n)=>{r(e,n)})),n[e(499)](this[e(554)],e(487),((t,n,o)=>{const r=e;s[r(554)][r(487)](o)})),n}[_s(490)](t,e){const n=_s,o=t&&t[n(518)];o&&(this[n(499)](o,n(553),(()=>this[n(551)]=e)),this[n(499)](o,n(564),(()=>this[n(551)]=e)),this[n(499)](o,n(515),(()=>this[n(551)]=null)),this[n(499)](o,n(448),(()=>this[n(551)]=null)))}[_s(470)](){const t=_s,e=super[t(470)]();return e[t(461)](t(540)).to(this),e}[_s(488)](){const t=_s;return t(501)===this[t(532)][t(545)][t(444)][t(547)]?vo(this[t(503)],t(481)):vo(this[t(503)],t(445))}[_s(449)](){const t=_s;return this[t(532)][t(489)]?t(501)===this[t(532)][t(545)][t(444)][t(547)]?vo(this[t(503)],t(521),this[t(532)][t(473)][t(466)]):vo(this[t(503)],t(460),this[t(532)][t(473)][t(466)]):null}[_s(500)](){const t=_s;super[t(500)](),this[t(490)](this[t(514)],t(512)),this[t(490)](this[t(504)],t(487))}}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 Os=n(306),Ms={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Os.A,Ms);Os.A.locals;var Rs=n(980),js={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,js);Rs.A.locals;const Ns=function(){return _.Date.now()};var Vs=/\s/;const Ss=function(t){for(var e=t.length;e--&&Vs.test(t.charAt(e)););return e};var Ds=/^\s+/;const Ps=function(t){return t?t.slice(0,Ss(t)+1).replace(Ds,""):t};var Bs=/^[-+]0x[0-9a-f]+$/i,Ls=/^0b[01]+$/i,zs=/^0o[0-7]+$/i,Fs=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(j(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=j(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=Ls.test(t);return n||zs.test(t)?Fs(t.slice(2),n?2:8):Bs.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=Ns();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=Ns(),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=Ks(e)||0,j(n)&&(u=!!n.leading,r=(l="maxWait"in n)?Us(Ks(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(Ns())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return j(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Hs(t,e,{leading:o,maxWait:e,trailing:s})};function Js(t,e){const n=Xs();return(Js=function(t,e){return n[t-=349]})(t,e)}function Gs(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Js;for(const o of t)(n(363)==o[n(355)]&&n(349)==o[n(356)]||n(362)==o[n(355)]||n(364)==o[n(355)])&&e()}));return{attach(t){n[Js(360)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Js;n[t(368)](),e[t(359)]()}}}function Xs(){const t=["observe","12UiGwSv","childList","attributes","characterData","1182248TOqWBA","22690AmHLGR","43954174kOcPuS","disconnect","7078704pdqkoJ","class","1629OXFwzy","1102325nsfMBl","11628NOanzR","606ujdzZU","229obDewJ","type","attributeName","7ggyiaB","7386ePJrUt","cancel"];return(Xs=function(){return t})()}!function(t,e){const n=Js,o=t();for(;;)try{if(899766===parseInt(n(354))/1*(-parseInt(n(358))/2)+-parseInt(n(353))/3*(parseInt(n(352))/4)+-parseInt(n(351))/5+-parseInt(n(369))/6+parseInt(n(357))/7*(parseInt(n(365))/8)+parseInt(n(350))/9*(-parseInt(n(366))/10)+-parseInt(n(367))/11*(-parseInt(n(361))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Xs);var Qs=n(438),Zs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Zs);Qs.A.locals;const Ys=$s;function $s(t,e){const n=tr();return($s=function(t,e){return n[t-=273]})(t,e)}function tr(){const t=["_updateHeight","detach","Esc","3292709AdPJRY","set","add","_mutationObserver","ck-annotation-wrapper","bindTemplate","mainView","6joHamw","422896zqldWX","type","content","createCollection","element","4697zwkLqE","attach","destroy","isActive","length","setTemplate","focusTracker","6727088eJGpoW","listenTo","4528647jTMkLr","height","clear","isDirty","div","3HmdEGV","targetRect","4338430zSldoK","focus","2912964IFbgSj","41170nnVKXN","4ZamDGX","keystrokes","ck-annotation-wrapper--active","clientHeight","ck-rounded-corners","fire","render"];return(tr=function(){return t})()}!function(t,e){const n=$s,o=t();for(;;)try{if(551076===-parseInt(n(294))/1*(-parseInt(n(312))/2)+-parseInt(n(288))/3*(-parseInt(n(292))/4)+parseInt(n(290))/5+-parseInt(n(311))/6*(parseInt(n(304))/7)+parseInt(n(281))/8+-parseInt(n(283))/9+-parseInt(n(293))/10*(parseInt(n(274))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(tr);class er extends go.View{constructor(t,n){const o=$s;super(t),this.id=(0,e.uid)(),this[o(280)]=new e.FocusTracker,this[o(295)]=new e.KeystrokeHandler,this[o(295)][o(305)](o(303),((t,e)=>this[o(299)](o(303),e))),this[o(305)](o(289),{top:0,right:0,bottom:0,left:0}),this[o(305)](o(284),0),this[o(305)](o(277),!1),this[o(305)](o(286),!1),this[o(305)](o(278),0),this[o(305)](o(313),""),this[o(307)]=Gs((()=>this[o(301)]())),this[o(314)]=this[o(315)](),this[o(314)][o(306)](n),this[o(310)]=n;const s=this[o(309)];this[o(279)]({tag:o(287),attributes:{class:["ck",o(308),o(298),s.if(o(277),o(296))],tabindex:-1},children:this[o(314)]})}[Ys(300)](){const t=Ys;super[t(300)](),this[t(280)][t(306)](this[t(273)]),this[t(295)][t(282)](this[t(273)]),this[t(307)][t(275)](this[t(273)])}[Ys(276)](){const t=Ys;this[t(314)][t(285)](),this[t(295)][t(276)](),this[t(280)][t(276)](),this[t(307)][t(302)](),super[t(276)]()}[Ys(291)](){const t=Ys;this[t(273)][t(291)]()}[Ys(301)](){const t=Ys,e=this[t(273)][t(297)];e&&(this[t(284)]=e)}}const nr=or;function or(t,e){const n=rr();return(or=function(t,e){return n[t-=425]})(t,e)}!function(t,e){const n=or,o=t();for(;;)try{if(685055===-parseInt(n(439))/1+parseInt(n(463))/2+parseInt(n(448))/3+-parseInt(n(457))/4*(-parseInt(n(453))/5)+parseInt(n(430))/6+parseInt(n(426))/7+-parseInt(n(461))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(rr);class sr extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=or;super(),this[r(436)]=t,this[r(436)][r(438)]||this[r(436)][r(450)](),this[r(428)]=o,this[r(433)]=n,sr[r(452)](this[r(456)]()),this[r(458)]=new e.Collection([this[r(436)][r(438)]],{idProperty:r(427)}),this[r(458)].on(r(454),((t,e)=>{const n=r;this[n(436)][n(446)][n(454)](e)})),this[r(458)].on(r(431),((t,e)=>{const n=r;this[n(436)][n(446)][n(431)](e)})),this[r(451)](r(464),s)}get[nr(460)](){const t=nr;return t(425)==typeof this[t(428)]?this[t(428)]():this[t(428)]}get[nr(429)](){const t=nr;return this[t(436)][t(466)]}get[nr(447)](){const t=nr,e=this[t(456)]();return sr[t(452)](e),e}get[nr(432)](){const t=nr,n=this[t(447)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(455)]((e=>function(e){const n=t;if(e[n(467)])return!0;return!!e[n(441)]()[n(462)](0)}(e)));return 0===o[t(434)]?null:new e.Rect(o[0][t(441)]()[t(462)](0))}get[nr(437)](){const t=nr;return this[t(436)][t(437)]}set[nr(437)](t){const e=nr;this[e(436)][e(437)]=t,this[e(436)][e(466)][e(437)]=t}[nr(449)](){const t=nr;this[t(436)][t(432)]=this[t(432)]}[nr(442)](){const t=nr;this[t(458)][t(465)](),this[t(458)][t(459)](),this[t(465)]()}[nr(468)](){const t=nr;this[t(464)]=!!this[t(432)]}static[nr(452)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(435)](t)&&t[n(444)]((t=>ir(t)))))throw new e.CKEditorError(n(440),null,{target:t})}[nr(456)](){const t=nr,e=t(425)==typeof this[t(433)]?this[t(433)]():this[t(433)];return ir(e)?[e]:e}}function rr(){const t=["_id","_type","innerView","713796UIfPAS","remove","targetRect","_target","length","isArray","view","isActive","element","970367YfbgJy","annotation-invalid-target","getClientRects","destroy","object","every","nodeType","focusTracker","target","2662545HovjdK","updateTargetRect","render","set","_assertCorrectTarget","155tzwhvR","add","filter","_getNormalizedTarget","121468sCQBOH","focusableElements","clear","type","18873472ZqgXnf","item","2181934qjTmYP","isVisible","stopListening","mainView","offsetParent","refreshVisibility","function","6830467QwEKHh"];return(rr=function(){return t})()}function ir(t){const e=nr;return null!==t&&e(443)==typeof t&&e(445)in t&&1===t[e(445)]}const cr=hr;function ar(){const t=["sort","innerView","6608040hTACLc","_sort","refreshPositioning","isFocused","stopListening","remove","660918qtLNPQ","blur","from","updateTargetRect","1852704iZLDnx","set","focus","getByInnerView","left","targetRect","length","top","1376295CISWij","_getOrderInContent","annotationcollection-duplicated-item","getByView","_innerViewToAnnotation","1884TGtDFN","annotationcollection-not-existing-item","_viewToAnnotation","_focusTracker","2487877hTtGPd","280587oWGLOa","has","fire","focusTracker","change:isFocused","1466zRfDlI","get","add","delete","destroy","clear","focusableElements","view","listenTo","getIndex"];return(ar=function(){return t})()}function hr(t,e){const n=ar();return(hr=function(t,e){return n[t-=399]})(t,e)}!function(t,e){const n=hr,o=t();for(;;)try{if(337425===-parseInt(n(423))/1+-parseInt(n(428))/2*(-parseInt(n(418))/3)+parseInt(n(405))/4+parseInt(n(413))/5+-parseInt(n(401))/6+parseInt(n(422))/7+-parseInt(n(440))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ar);class ur extends e.Collection{constructor(t=[]){const n=hr;super(),this[n(417)]=new Map,this[n(420)]=new Map,this[n(421)]=new e.FocusTracker,this[n(421)].on(n(427),((t,e,o)=>{const s=n;o||this[s(425)](s(402))}));for(const e of t)this[n(430)](e)}get[cr(443)](){const t=cr;return this[t(421)][t(443)]}[cr(430)](t){const n=cr;if(this[n(424)](t))throw new e.CKEditorError(n(415),null);this[n(417)][n(406)](t[n(439)],t),this[n(420)][n(406)](t[n(435)],t);for(const e of t[n(434)])this[n(421)][n(430)](e);this[n(436)](t[n(434)],n(430),((t,e)=>{const o=n;this[o(421)][o(430)](e)})),this[n(436)](t[n(434)],n(400),((t,e)=>{const o=n;this[o(421)][o(400)](e)})),this[n(436)](t[n(435)][n(426)],n(427),((e,o,s)=>{const r=n;s&&this[r(425)](r(407),t)})),t[n(404)]();const o=this[n(414)](t[n(435)][n(410)]);return super[n(430)](t,o)}[cr(400)](t){const n=cr;if(!this[n(424)](t))throw new e.CKEditorError(n(419),null);this[n(399)](t[n(435)][n(426)]),this[n(399)](t[n(434)]);for(const e of t[n(434)])this[n(421)][n(400)](e);return this[n(420)][n(431)](t[n(435)]),this[n(417)][n(431)](t[n(439)]),super[n(400)](t)}[cr(408)](t){const e=cr;return this[e(417)][e(429)](t)}[cr(416)](t){const e=cr;return this[e(420)][e(429)](t)}[cr(432)](){const t=cr;super[t(433)](),this[t(399)](),this[t(417)][t(433)](),this[t(420)][t(433)](),this[t(421)][t(432)]()}[cr(442)](){const t=cr;for(const e of this)e[t(404)]();this[t(441)]()}[cr(441)](){const t=cr,e=Array[t(403)](this)[t(438)](((e,n)=>lr(e[t(435)][t(410)],n[t(435)][t(410)])));for(let n=e[t(411)]-1;n>0;n--){const o=e[n];n!==this[t(437)](o)&&(this[t(400)](o),this[t(430)](o))}}[cr(414)](t){const e=cr;let n=0;if(!t)return this[e(411)];for(const o of this){const s=o[e(435)][e(410)];if(s){if(lr(t,s)<0)return n;n++}}return n}}function lr(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(412)]-e[n(412)];return 0==o?t[n(409)]-e[n(409)]:o}const dr=mr;function mr(t,e){const n=pr();return(mr=function(t,e){return n[t-=377]})(t,e)}function pr(){const t=["_bindAnnotationsToVisibleAnnotations","deactivateAll","Annotations","element","destroy","_removeActiveAnnotation","createAnnotation","142703xwcodJ","_addActiveAnnotation","focusTracker","523638MDyUqp","delete","has","1384dlMCyK","fire","createAnnotationView","isVisible","2856258ioDnst","source","remove","_deactivateAllAnnotations","listenTo","84012maUUBp","set","37450DIqsTa","view","refreshVisibility","_visibleAnnotations","158215ihAard","add","activeAnnotations","8981GHZWCQ","_activateAnnotation","pluginName","collection","refreshPositioning","getByInnerView","change:isVisible","12owdxsa","stopListening","activate"];return(pr=function(){return t})()}!function(t,e){const n=mr,o=t();for(;;)try{if(163212===parseInt(n(401))/1+parseInt(n(377))/2+-parseInt(n(404))/3+parseInt(n(391))/4*(parseInt(n(381))/5)+-parseInt(n(416))/6+parseInt(n(384))/7*(-parseInt(n(407))/8)+parseInt(n(411))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(pr);class fr extends t.ContextPlugin{static get[dr(386)](){return dr(396)}constructor(t){const e=dr;super(t),this[e(387)]=new ur,this[e(380)]=new ur,this[e(417)](e(383),new Set),this[e(394)]()}[dr(382)](t){const e=dr;this[e(387)][e(382)](t)}[dr(413)](t){const e=dr;this[e(387)][e(413)](t),t[e(398)]()}[dr(379)](){const t=dr;for(const e of this[t(387)])e[t(379)]()}[dr(388)](){const t=dr;this[t(380)][t(388)]()}[dr(389)](t){const e=dr;return this[e(387)][e(389)](t)}[dr(395)](){const t=dr;this[t(408)](t(414))}[dr(398)](){const t=dr;for(const e of this[t(387)])e[t(398)]();this[t(380)][t(398)](),this[t(387)][t(398)](),super[t(398)]()}[dr(393)](t){const e=dr;this[e(408)](e(385),t)}[dr(400)](t){return new sr(t)}[dr(409)](t,e){return new er(t,e)}[dr(402)](t){const e=dr,n=new Set(this[e(383)]);n[e(382)](t),this[e(383)]=n}[dr(399)](t){const e=dr,n=new Set(this[e(383)]);n[e(405)](t),this[e(383)]=n}[dr(394)](){const t=dr,e=this[t(387)],n=this[t(380)];function o(e){const o=t,s=e[o(412)];s[o(410)]&&!n[o(406)](s)?n[o(382)](s):!s[o(410)]&&n[o(406)](s)&&n[o(413)](s),s[o(378)][o(403)][o(413)](s[o(378)][o(397)]),s[o(378)][o(403)][o(382)](s[o(378)][o(397)])}this[t(415)](e,t(382),((e,s)=>{const r=t;s[r(410)]&&n[r(382)](s),this[r(415)](s,r(390),o)})),this[t(415)](e,t(413),((e,s)=>{const r=t;n[r(406)](s)&&n[r(413)](s),this[r(392)](s,r(390),o)}))}}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=170]})(t,e)}function kr(){const t=["editor","attachTo","refreshVisibility","_updateActiveAnnotation","bodyCollectionContainer","commentsrepository-invalid-commentid","change:authoredAt","1151516qcbbTV","admin","author","unlinkedAt","has","CommentThreadView","editorDestroyed","resolvedAt","attributes","setUnlinkedAt","commentUpdated","removeCommentThread","add","_resolveCommentThread","commentsrepository-active-not-attached","init","_isAttached","error","max","removeAttribute","updateComment","_repository","hasCommentThread","commentsrepository-add-comment-thread-internal-error","creator","createdAt","define","removeComment","isReadOnly","stopListening","locale","commentsrepository-active-missing-comment-thread","424UvJUkI","activeCommentThread","delete","set","innerHTML","comments.maxThreadTotalWeight","_readOnlyChannels","write","isDirty","fromCharCode","catch","reduce","destroy","commentsrepository-add-comment-internal-error","values","once","change:isDirty","submitCommentThread","switchReadOnly","comments.editorConfig","editorReady","_add","commentsrepository-resolve-comment-thread-internal-error","setAttribute","isEditable","commentsrepository-add-comment-user-not-exists","setPermissions","commentsrepository-get-comment-invalid-id","CommentView","getComment","commentsrepository-duplicated-comment-thread-id","isResolvable","getUser","updateCommentThread","forbiddenHandler","plugins","_removeCommentThread","56hAhJRT","getPermissions","_createNewComment","_findOptimalIndex","reopen","commentsrepository-invalid-comment-content","archivedAt","focusTracker","33378TJKAcb","highest","1690GNMtWJ","listenTo","bind","authorName","commentsrepository-update-comment-thread-internal-error","join","_bindAnnotationToEditors","isFromAdapter","commentsrepository-reopen-comment-thread-internal-error","commentsrepository-remove-missing-comment","281436LNaVGo","push","remove","getCommentThread","fetchCommentThread","commentsrepository-reopen-comment-thread","weight","model","_updateCommentThread","commentsrepository-resolved-comment-thread","resolveCommentThread","commentId","_permissions","355nZrPft","isActive","56189QqQbci","addCommentThread","commentsrepository-remove-comment-thread-internal-error","getIndex","reopenCommentThread","_viewToController","adapter","addComment","commentThreadInputView","div","modifyAll","288816OamWeW","innerView","focusableElements","commentsrepository-update-comment-missing-comment-thread","change:_readOnlyChannels","fire","commentsrepository-missing-thread-and-adapter","_submitCommentThread","comments.CommentView","view","_hasTargetInContent","getRevision","submit","_getExternalAuthor","threadId","setContext","commentsrepository-invalid-comment-thread-id","commentsrepository-update-comment-internal-error","requires","lowest","from","_unbindEditors","toJSON","pluginName","type","getCommentThreads","commentsrepository-remove-missing-comment-thread","commentsrepository-missing-target","update","1419rAQTWo","setActiveCommentThread","canComment","comments.CommentThreadView","comment","isResolved","_threadToController","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","body","assign","commentsrepository-remove-comment-missing-comment-thread","isAttached","resolvedBy","_createCommentThreadView","context","@external","resolve","isRemovable","commentsrepository-invalid-comment-authorid","createCommentThreadController","_attachCommentThread","commentInputView","PENDING_ACTION_COMMENT_THREAD","commentsrepository-fetch-comment-thread","function","commentsrepository-attach-missing-comment-thread","filter","createElement","220ASwTYf","warn","getTime","commentsrepository-adapter-already-set","openNewCommentThread","trim","map","_update","commentsrepository-missing-thread-and-adapter-method","commentsrepository-update-missing-comment","_threads","_reopenCommentThread","_addComment","then","deactivateAll","find","_adapter","commentsrepository-update-comment-invalid-content","10512omILDB","content","textContent","string","_removeComment","activate","commentsrepository-remove-comment-internal-error","noChannel","isSubmitted","CommentsRepository","isExternal","getByInnerView","_detachCommentThread","get","commentsrepository-add-comment-to-missing-comment-thread","_isSubmitted","change:activeAnnotations","addUser","config","comments.maxCommentCharsWhenCollapsed","comments.maxCommentsWhenCollapsed","comments.copyMarkers","getEarlierVisibleRevision","authoredAt","_updateComment","licenseKey","length","focus","afterInit","channelId","change:_permissions","_removeActiveAnnotation","isNaN","commentsrepository-missing-comment-thread","PendingActions","_addCommentThread","_remove","external:","comments"];return(kr=function(){return t})()}!function(t,e){const n=vr,o=t();for(;;)try{if(233207===-parseInt(n(196))/1*(parseInt(n(320))/2)+-parseInt(n(377))/3+parseInt(n(288))/4+parseInt(n(390))/5*(-parseInt(n(365))/6)+parseInt(n(392))/7*(parseInt(n(357))/8)+parseInt(n(242))/9*(parseInt(n(367))/10)+parseInt(n(224))/11*(parseInt(n(403))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(kr);const br=Symbol(gr(249)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class _r extends t.ContextPlugin{static get[gr(185)](){return[fr,t.PendingActions,s.Users]}static get[gr(190)](){return gr(251)}constructor(t){const e=gr;super(t),this[e(234)]=new Map,this[e(202)]=new Map,this[e(397)]=new Map,this[e(323)](e(326),new Set),this[e(323)](e(389),new Map),this[e(267)]=this[e(210)][e(260)][e(255)](e(267));const n=this[e(210)][e(260)];n[e(314)](e(262),2),n[e(314)](e(325),500),n[e(314)](e(261),140),n[e(314)](e(199),ds),n[e(314)](e(175),Cs),n[e(255)](e(339))||console[e(225)](e(203))}[gr(303)](){const t=gr,e=this[t(210)][t(355)][t(255)](fr);this[t(323)](t(321),null),this.on(t(393),((e,n)=>this[t(277)](n))),this.on(t(337),((e,n)=>this[t(174)](n))),this.on(t(387),((e,n)=>this[t(301)](n))),this.on(t(387),((e,n)=>this[t(284)](n)),{priority:t(186)}),this.on(t(396),((e,n)=>this[t(235)](n))),this.on(t(396),((e,n)=>this[t(284)](n)),{priority:t(186)}),this.on(t(299),((e,n)=>this[t(356)](n))),this.on(t(353),((e,n)=>this[t(385)](n))),this.on(t(353),((e,n)=>this[t(284)](n)),{priority:t(186)}),this.on(t(399),((e,n)=>this[t(236)](n))),this.on(t(308),((e,n)=>this[t(266)](n))),this.on(t(315),((e,n)=>this[t(246)](n))),this.on(t(399),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(380)](n),i=r&&this[s(202)][s(255)](r);i&&i[s(176)][s(269)]()}),{priority:t(186)}),this[t(368)](e,t(258),((e,n,o)=>{const s=t,r=Array[s(187)](o)[s(230)]((t=>this[s(397)][s(255)](t[s(404)])))[s(222)](Boolean)[0];this[s(321)]=r?r[s(384)]:null}))}[gr(270)](){!function(e){function n(t){const e=vr;return t[e(230)]((t=>String[e(329)](t)))[e(372)]("")}(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 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])]=y,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])]=y,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=y,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=y,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])]=y,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])]=y)}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(178)](0),i=s[o(264)](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(237)]((()=>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=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(274)](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(274)](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(210)]:e[o(281)],d=n([52,48,52,56,48,56,51,50]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=l[o(260)][o(255)](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])]:I};return!!t[e(354)]&&s[t[e(354)]]()}(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])]=y}function _(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=y,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=y,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 y(){return null}function I(){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(398)](t){const n=gr;if(this[n(240)])throw new e.CKEditorError(n(227));this[n(240)]=t}get[gr(398)](){return this[gr(240)]}[gr(393)]({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(172)](Cr(m(393),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(380)](n)}[gr(228)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(326)][i(292)](t)||this[i(326)][i(292)](void 0))return null;if(!o)throw new e.CKEditorError(i(194));const c=this[i(393)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(202)][i(255)](c),h=a[i(176)][i(400)][i(217)],u=this[i(210)][i(355)][i(255)](fr),l=u[i(253)](a[i(176)]);return u[i(247)](l),h[i(335)](i(340),(()=>h[i(269)]())),c}[gr(310)](t){const n=gr;if(n(245)!=typeof t)throw new e.CKEditorError(n(183));return this[n(234)][n(292)](t)}[gr(353)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(172)](Cr(i(353),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(380)](e)}[gr(380)](t){const n=gr;if(n(245)!=typeof t)throw new e.CKEditorError(n(183));return this[n(234)][n(255)](t)}[gr(381)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(380)](n);if(s)return Promise[o(212)](s);if(!this[o(398)])throw new e.CKEditorError(o(173),this[o(210)]);if(o(220)!=typeof this[o(398)][o(380)])throw new e.CKEditorError(o(232),this[o(210)]);return this[o(398)][o(380)]({channelId:t,threadId:n})[o(237)]((e=>this[o(310)](n)?this[o(380)](n):e?this[o(393)](Object[o(205)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(330)]((t=>{const n=o;throw console[n(305)](t),new e.CKEditorError(n(219),this[n(210)])}))}[gr(192)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(234)][s(334)]())t&&o[s(271)]!==t||e&&!o[s(207)]||n&&0===o[s(268)]||r[s(378)](o);return o?r[s(230)]((t=>t[s(189)]())):r}[gr(197)](t){const n=gr,o=this[n(210)][n(355)][n(255)](fr);if(!t)return void(this[n(321)]&&o[n(238)]());const s=this[n(380)](t);if(!s)throw new e.CKEditorError(n(319),null,{threadId:t});if(!this[n(202)][n(292)](s))throw new e.CKEditorError(n(302),null,{threadId:t});const r=o[n(253)](this[n(202)][n(255)](s)[n(176)]);o[n(247)](r)}[gr(338)](t,e){const n=gr;t?this[n(326)][n(300)](e):this[n(326)][n(322)](e),this[n(172)](n(171),n(326),this[n(326)],this[n(326)])}[gr(316)](t){const e=gr;return this[e(326)][e(292)](t)||this[e(326)][e(292)](void 0)}[gr(215)](t,e){return new fo(t,e)}[gr(346)](t,e=br){const n=gr;this[n(389)][n(323)](e,t),this[n(172)](n(272),n(389),this[n(389)],this[n(389)])}[gr(358)](t=br){const e=gr;return this[e(389)][e(292)](t)?this[e(389)][e(255)](t):wr}[gr(277)]({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(245)!=typeof n)throw new e.CKEditorError(p(183),null,{threadId:n});if(this[p(310)](n))throw new e.CKEditorError(p(350),null,{threadId:n});const f=new yr(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(210)][p(355)][p(255)](s.Users)[p(352)](c):null,isResolvable:d,isSubmitted:m||l});this[p(234)][p(323)](n,f);for(const t of o)f[p(341)](this[p(359)]({threadId:n,...t}));return a&&f[p(282)](a),l||!f[p(268)]?Promise[p(212)]():this[p(174)]({channelId:t,threadId:n})}[gr(174)]({channelId:t,threadId:n}){const o=gr;if(!this[o(310)](n))throw new e.CKEditorError(o(275),this);const s=this[o(380)](n);if(s[o(257)]=!0,!this[o(398)]||o(220)!=typeof this[o(398)][o(393)])return Promise[o(212)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,l=this[o(210)][o(355)][o(255)](o(276)),d=l[o(300)](vo(this[o(210)][o(318)],o(218)));return this[o(398)][o(393)]({channelId:t,threadId:r,comments:i[o(230)]((t=>t[o(189)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(237)]((({comments:e})=>{const s=o;l[s(379)](d);for(const o of e)this[s(266)]({channelId:t,threadId:n,commentId:o[s(388)],createdAt:o[s(313)],isFromAdapter:!0})}))[o(330)]((t=>{const n=o;throw console[n(305)](t),new e.CKEditorError(n(311),this)}))}[gr(216)]({threadId:t,target:n}){const o=gr,s=this[o(380)](t);if(!s)throw new e.CKEditorError(o(221),this);const r=this[o(210)][o(355)][o(255)](o(276)),i=this[o(210)][o(355)][o(255)](fr),c=this[o(209)](s),a=new fo(s,c);let h=null;c.on(o(336),((t,e,n)=>{const s=o;n?h=r[s(300)](vo(this[s(210)][s(318)],s(218))):h&&(r[s(379)](h),h=null)})),this[o(202)][o(323)](s,a),this[o(397)][o(323)](c,a);const u=new er(this[o(210)][o(318)],c);u[o(369)](o(268)).to(c),u[o(369)](o(328)).to(c,o(328),c,o(268),((t,e)=>t||!e)),u[o(369)](o(391)).to(c),u[o(191)]=o(200);const l=new sr({view:u,target:n,type:o(200),isVisible:!s[o(201)]});return this[o(373)](c,l),i[o(300)](l),l}[gr(373)](e,n){const o=gr;this[o(368)](e,o(340),((e,s)=>{const r=o,i=s.ui[r(176)][r(204)][r(285)];n[r(405)][r(300)](i),this[r(210)]instanceof t.Editor&&this[r(210)].ui[r(364)][r(300)](i)}),{priority:o(366)}),this[o(368)](e,o(294),((e,s)=>{const r=o,i=s.ui[r(176)][r(204)][r(285)];n[r(405)][r(292)](i)&&n[r(405)][r(379)](i),this[r(210)]instanceof t.Editor&&this[r(210)].ui[r(364)][r(379)](i)}))}[gr(188)](t){const e=gr;this[e(317)](t,e(340)),this[e(317)](t,e(294))}[gr(209)](t){const e=gr,n=this[e(210)][e(355)][e(255)](s.Users),{config:o,locale:r}=this[e(210)],i=(0,s.getDateTimeFormatter)(o[e(255)](e(318)));return new(0,o[e(255)](e(280))[e(293)])(r,t,n.me,{editorConfig:{...o[e(255)](e(339)),licenseKey:this[e(210)][e(260)][e(255)](e(267))},copyMarkers:o[e(255)](e(263)),maxCommentsWhenCollapsed:o[e(255)](e(262)),maxThreadTotalWeight:o[e(255)](e(325)),maxCommentCharsWhenCollapsed:o[e(255)](e(261)),formatDateTime:i,CommentView:o[e(255)](e(280))[e(348)]})}[gr(301)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(310)](t))throw new e.CKEditorError(c(275),null,{threadId:t});const a=this[c(380)](t);if(a[c(201)])throw new e.CKEditorError(c(386),null,{threadId:t});const h=this[c(210)][c(355)][c(255)](s.Users);if(a[c(208)]=h[c(352)](r),a[c(295)]=o,i||!this[c(398)]||c(220)!=typeof this[c(398)][c(387)])return Promise[c(212)]();const u=this[c(210)][c(355)][c(255)](c(276)),l=u[c(300)](vo(this[c(210)][c(318)],c(218)));return this[c(398)][c(387)]({channelId:n,threadId:t})[c(237)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(379)](l),a[n(208)].id!==e&&(a[n(208)]=h[n(352)](e)),a[n(295)]=t}))[c(330)]((t=>{const n=c;throw console[n(305)](t),new e.CKEditorError(n(342),this)}))}[gr(235)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(310)](t))throw new e.CKEditorError(s(275),null,{threadId:t});const r=this[s(380)](t);if(!r[s(201)])throw new e.CKEditorError(s(382),null,{threadId:t});if(r[s(208)]=null,r[s(295)]=null,o||!this[s(398)]||s(220)!=typeof this[s(398)][s(396)])return Promise[s(212)]();const i=this[s(210)][s(355)][s(255)](s(276)),c=i[s(300)](vo(this[s(210)][s(318)],s(218)));return this[s(398)][s(396)]({channelId:n,threadId:t})[s(237)]((()=>i[s(379)](c)))[s(330)]((t=>{const n=s;throw console[n(305)](t),new e.CKEditorError(n(375),this)}))}[gr(356)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(380)](t);if(!s)throw new e.CKEditorError(o(193),this);if(this[o(254)](t),this[o(234)][o(322)](t),!s[o(250)]||n||!this[o(398)]||o(220)!=typeof this[o(398)][o(299)])return Promise[o(212)]();const r=this[o(210)][o(355)][o(255)](o(276)),{channelId:i}=s,c=r[o(300)](vo(this[o(210)][o(318)],o(218)));return this[o(398)][o(299)]({channelId:i,threadId:t})[o(237)]((()=>r[o(379)](c)))[o(330)]((t=>{const n=o;throw console[n(305)](t),new e.CKEditorError(n(394),this)}))}[gr(385)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(245)!=typeof t)throw new e.CKEditorError(i(183),null,{threadId:t});if(!this[i(310)](t))throw new e.CKEditorError(i(275),null,{threadId:t});const c=this[i(380)](t);let a=!1;if(void 0!==o&&c[i(210)]!==o&&(c[i(210)]=o,a=!0),void 0!==n&&c[i(291)]!==n&&(c[i(291)]=n,a=!0),s&&!We(s,c[i(296)])&&(c[i(296)]=s,a=!0),!a)return Promise[i(212)]();if(!c[i(250)]||r||!this[i(398)]||i(220)!=typeof this[i(398)][i(353)])return Promise[i(212)]();const h=this[i(210)][i(355)][i(255)](i(276)),{channelId:u}=c,l=h[i(300)](vo(this[i(210)][i(318)],i(218)));return this[i(398)][i(353)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(237)]((()=>h[i(379)](l)))[i(330)]((t=>{const n=i;throw console[n(305)](t),new e.CKEditorError(n(371),this)}))}[gr(254)](t){const e=gr,n=this[e(210)][e(355)][e(255)](fr),o=this[e(380)](t);if(this[e(202)][e(292)](o)){const t=this[e(202)][e(255)](o),s=t[e(176)],r=n[e(253)](s);this[e(202)][e(322)](o),this[e(397)][e(322)](s),r&&n[e(379)](r),t[e(332)](),s[e(332)]()[e(237)]((()=>{this[e(188)](s)}))}}[gr(284)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(210)][n(355)][n(255)](fr),r=this[n(380)](t);if(this[n(202)][n(292)](r)){const t=this[n(202)][n(255)](r)[n(176)],e=s[n(253)](t);e&&(o&&s[n(273)](e),e[n(283)]())}}[gr(180)](t){const e=gr,n=this[e(210)][e(355)][e(255)](s.Users),o=(0,s.hashObject)(e(279)+t);return n[e(352)](o)||n[e(259)]({id:o,name:t})}[gr(359)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(245)!=typeof n)throw new e.CKEditorError(a(286));if(a(245)!=typeof r)throw new e.CKEditorError(a(214));if(a(245)!=typeof o||!o[a(229)]())throw new e.CKEditorError(a(362));const h=this[a(210)][a(355)][a(255)](s.Users)[a(352)](r);if(!h)throw new e.CKEditorError(a(345),null,{authorId:r});let u=null,l=i;return c&&c[a(211)]&&(u=this[a(180)](c[a(211)][a(370)]),l=new Date(c[a(211)][a(313)])),new Ir(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:l,attributes:c})}[gr(236)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(380)](t[n(181)]);if(!c)throw new e.CKEditorError(n(256),this);const a=this[n(359)](t),{id:h}=a;if(c[n(341)](a),i||!this[n(398)]||n(220)!=typeof this[n(398)][n(399)]||!c[n(250)])return Promise[n(212)]();const u=this[n(210)][n(355)][n(255)](n(276)),{channelId:l}=c,d=u[n(300)](vo(this[n(210)][n(318)],n(218)));return r||(r={}),this[n(398)][n(399)]({channelId:l,threadId:o,commentId:h,content:s,attributes:r})[n(237)]((t=>{const e=n;u[e(379)](d),t&&this[e(266)]({channelId:l,threadId:o,commentId:h,createdAt:t[e(313)],isFromAdapter:!0})}))[n(330)]((t=>{const o=n;throw console[o(305)](t),new e.CKEditorError(o(333),this)}))}[gr(266)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(245)!=typeof o||!o[c(229)]()[c(268)]))throw new e.CKEditorError(c(241));const a=this[c(380)](t),h=a[c(349)](n);if(!h)throw new e.CKEditorError(c(233),this);let u=!1;if(o&&o!==h[c(243)]&&(h[c(344)]||i)&&(h[c(243)]=o,u=!0),s&&s!==h[c(313)]&&(h[c(313)]=s,h[c(296)]&&h[c(296)][c(211)]||(h[c(265)]=s),u=!0),r&&!We(r,h[c(296)])&&(h[c(296)]=r,u=!0),!u)return Promise[c(212)]();if(a[c(172)](c(298)),i||!this[c(398)]||c(220)!=typeof this[c(398)][c(308)])return Promise[c(212)]();const l=this[c(210)][c(355)][c(255)](c(276)),{channelId:d}=this[c(380)](h[c(181)]),m=l[c(300)](vo(this[c(210)][c(318)],c(218)));return this[c(398)][c(308)]({channelId:d,threadId:t,commentId:n,content:o,attributes:r})[c(237)]((()=>l[c(379)](m)))[c(330)]((t=>{const n=c;throw console[n(305)](t),new e.CKEditorError(n(184),this)}))}[gr(246)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(380)](t),i=r[s(349)](n);if(!i)throw new e.CKEditorError(s(376),this);if(r[s(278)](i),o||!this[s(398)]||s(220)!=typeof this[s(398)][s(315)])return Promise[s(212)]();const c=this[s(210)][s(355)][s(255)](s(276)),{channelId:a}=r,h=c[s(300)](vo(this[s(210)][s(318)],s(218)));return this[s(398)][s(315)]({channelId:a,threadId:t,commentId:n})[s(237)]((()=>c[s(379)](h)))[s(330)]((t=>{const n=s;throw console[n(305)](t),new e.CKEditorError(n(248),this)}))}}class yr extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(351)];this[o(271)]=n[o(271)],this.id=n.id,this[o(280)]=new e.Collection,this[o(309)]=t,this[o(304)]=!1,this[o(257)]=n[o(250)],this[o(323)](o(177),!0),this[o(369)](o(316)).to(t,o(389),t,o(326),(()=>t[o(316)](this[o(271)]))),this[o(369)](o(213)).to(t,o(389),(()=>t[o(358)](this[o(271)])[o(289)])),this[o(369)](o(198)).to(t,o(389),(()=>{const e=o,n=t[e(358)](this[e(271)]);return n[e(327)]||n[e(289)]})),this[o(369)](o(351)).to(t,o(389),(()=>s&&t[o(358)](this[o(271)])[o(212)])),this[o(323)](o(210),n[o(210)]),this[o(369)](o(363)).to(this,o(295),this,o(291),((t,e)=>t?e?t<e?t:e:t:e)),this[o(323)](o(291),n[o(291)]||null),this[o(323)](o(295),n[o(295)]||null),this[o(323)](o(208),n[o(208)]||null),this[o(369)](o(201)).to(this,o(295),(t=>!!t)),this[o(323)](o(296),n[o(296)]||{})}get[gr(383)](){const t=gr;return Array[t(187)](this[t(280)])[t(331)](((e,n)=>e+n[t(383)]),0)}get[gr(268)](){const t=gr;return this[t(280)][t(268)]}get[gr(207)](){return this[gr(304)]}get[gr(250)](){return this[gr(257)]}[gr(179)](){const t=gr,{channelId:e,id:n}=this;this[t(309)][t(172)](Cr(t(337),e),{channelId:e,threadId:n})}[gr(297)](t){this[gr(231)]({unlinkedAt:t})}[gr(212)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(309)][o(210)][o(355)][o(255)](s.Users).me,{channelId:i,id:c}=this;this[o(309)][o(172)](Cr(o(387),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(361)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(309)][e(172)](Cr(e(396),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(182)](t){const e=gr;this[e(210)]||this[e(231)]({context:t})}[gr(343)](t,e){const n=gr,o=zn(this[n(296)]);so(o,t,e),this[n(231)]({attributes:o})}[gr(307)](t){const e=gr,n=zn(this[e(296)]);uo(n,t),this[e(231)]({attributes:n})}[gr(379)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(309)][e(172)](Cr(e(299),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(282)](t){const e=gr;return this[e(309)][e(216)]({threadId:this.id,target:t})}[gr(399)](t){const e=gr,{channelId:n,id:o}=this;this[e(309)][e(172)](Cr(e(399),n,o),Object[e(205)]({channelId:n,threadId:o},t))}[gr(349)](t){const n=gr;if(n(245)!=typeof t)throw new e.CKEditorError(n(347),null,{commentId:t});return this[n(280)][n(255)](t)}[gr(189)](){const t=gr;return{threadId:this.id,context:this[t(210)],unlinkedAt:this[t(291)],resolvedAt:this[t(295)],resolvedBy:this[t(208)]?this[t(208)].id:null,archivedAt:this[t(363)],comments:this[t(280)][t(230)]((e=>e[t(189)]())),attributes:this[t(296)]}}[gr(341)](t){const e=gr;return this[e(368)](t,e(287),(()=>{const n=e,o=this[n(360)](t),s=this[n(280)];o-1!=s[n(395)](t)&&o+1!=s[n(395)](t)&&(this[n(278)](t),this[n(341)](t))})),this[e(280)][e(300)](t,this[e(360)](t))}[gr(231)](t){const e=gr,{channelId:n,id:o}=this;this[e(309)][e(172)](Cr(e(353),n),{...t,channelId:n,threadId:o})}[gr(278)](t){const e=gr;return this[e(317)](t),t[e(332)](),this[e(280)][e(379)](t)}[gr(360)](t){const e=gr,n=this[e(280)][e(239)]((n=>new Date(n[e(265)])[e(226)]()>new Date(t[e(265)])[e(226)]()));return n?this[e(280)][e(395)](n):this[e(268)]}}class Ir extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(210)][n(355)][n(255)](s.Users).me,r=t[n(380)](e[n(181)]),i=0===r[n(280)][n(268)],c=o===e[n(290)];this.id=e.id,this[n(181)]=e[n(181)],this[n(290)]=e[n(290)],this[n(312)]=e[n(312)],this[n(252)]=Boolean(e[n(296)]&&e[n(296)][n(211)]),this[n(323)](n(243),e[n(243)]),this[n(313)]=e[n(313)]||new Date,this[n(323)](n(265),e[n(265)]||new Date),this[n(369)](n(295)).to(r,n(295)),this[n(323)](n(296),e[n(296)]||{}),this[n(369)](n(344)).to(t,n(389),(()=>{const e=n,o=t[e(358)](r[e(271)])[e(327)],s=t[e(358)](r[e(271)])[e(402)];return c&&o||!c&&s})),this[n(369)](n(213)).to(r,n(213),t,n(389),(e=>{const o=n,s=t[o(358)](r[o(271)])[o(327)],a=t[o(358)](r[o(271)])[o(402)];return c&&s||e&&i||!c&&a&&!i})),this[n(369)](n(316)).to(r,n(316)),this[n(309)]=t}get[gr(383)](){const t=gr;return Math[t(306)](function(e){const n=t,o=document[n(223)](n(401));return o[n(324)]=e,o[n(244)][n(268)]}(this[t(243)]),200)}[gr(195)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(309)][n(310)](o))throw new e.CKEditorError(n(170),this);const{channelId:r}=this[n(309)][n(380)](o);this[n(309)][n(172)](Cr(n(308),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(343)](t,e){const n=gr,o=zn(this[n(296)]);so(o,t,e),this[n(195)]({attributes:o})}[gr(307)](t){const e=gr,n=zn(this[e(296)]);uo(n,t),this[e(195)]({attributes:n})}[gr(379)](t={}){const n=gr;if(!t[n(374)]&&!this[n(213)])return;const{threadId:o,id:s}=this;if(!this[n(309)][n(310)](o))throw new e.CKEditorError(n(206),this);const{channelId:r}=this[n(309)][n(380)](o);this[n(309)][n(172)](Cr(n(315),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(189)](){const t=gr;return{commentId:this.id,content:this[t(243)],createdAt:this[t(313)],authorId:this[t(312)].id,attributes:this[t(296)]}}[gr(332)](){this[gr(317)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=Tr;function Tr(t,e){const n=Er();return(Tr=function(t,e){return n[t-=185]})(t,e)}function Er(){const t=["getItems","element","getLastMatchingPosition","comment:","addMarker","backward","change","document","item","20GuuNfv","3205006jcLsvL","1013655tJxOJs","model","tableCell","_hasContent","createRange","execute","substr","start","schema","selection","1452042ECboMm","146820vBxVsO","2976381sJwVum","386760uQviOx","end","_trimToContent","editor","isObject","$textProxy","isEnabled","19390648kLSvpi","push","_itemIsContent","getRanges","refresh"];return(Er=function(){return t})()}!function(t,e){const n=Tr,o=t();for(;;)try{if(512176===parseInt(n(219))/1+-parseInt(n(216))/2+-parseInt(n(218))/3+-parseInt(n(204))/4*(parseInt(n(206))/5)+-parseInt(n(217))/6+parseInt(n(205))/7+parseInt(n(190))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Er);class xr extends t.Command{[Ar(194)](){const t=Ar,e=this[t(186)][t(207)][t(202)][t(215)];for(const n of e[t(193)]())if(this[t(209)](n))return void(this[t(189)]=!0);this[t(189)]=!1}[Ar(211)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(186)][n(207)],s=[];for(const t of o[n(202)][n(215)][n(193)]())this[n(209)](t)&&s[n(191)](this[n(185)](t));o[n(201)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(212)](1,5),i=r(198)+t+":"+s;o[r(199)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(209)](t){const e=Ar;for(const n of t[e(195)]())if(this[e(192)](n))return!0;return!1}[Ar(192)](t){const e=Ar;return t.is(e(188))||this[e(186)][e(207)][e(214)][e(187)](t)&&!t.is(e(196),e(208))}[Ar(185)](t){const e=Ar,n=t=>!this[e(192)](t[e(203)]),o=t[e(213)][e(197)](n),s=t[e(220)][e(197)](n,{direction:e(200)});return this[e(186)][e(207)][e(210)](o,s)}}const Or=Rr;function Mr(){const t=["4202652yDBHxj","push","directChange","annotation","uiUpdate","from","editorannotations-invalid-source-callback","editing","refresh","hasDomSelection","727196VwbeHf","585KZFJNG","_dataCollectors","_editorAnnotationsData","listenTo","view","18076869RlPDBj","31134RWGibl","add","pluginName","containsRange","delete","set","collection","isCollapsed","has","486603imiAQF","EditorAnnotations","innerView","function","isEqual","map","registerAnnotation","range","4695488UWoxtS","isReadOnly","1244988PJfSDB","blur","focusTracker","addSourceCollector","getRanges","getByInnerView","refreshSelectedViews","getOrderedSelectedAnnotations","update","document","remove","change:range","sort","requires","cancel","fire","_editorAnnotations","selection","init","editor","8KskOxJ","plugins","get","change:isFocused","model","element"];return(Mr=function(){return t})()}function Rr(t,e){const n=Mr();return(Rr=function(t,e){return n[t-=341]})(t,e)}!function(t,e){const n=Rr,o=t();for(;;)try{if(586344===-parseInt(n(364))/1+-parseInt(n(348))/2+parseInt(n(374))/3+-parseInt(n(400))/4+-parseInt(n(349))/5*(parseInt(n(355))/6)+parseInt(n(372))/7+-parseInt(n(394))/8*(-parseInt(n(354))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Mr);class jr extends t.Plugin{static get[Or(387)](){return[fr]}static get[Or(357)](){return Or(365)}constructor(t){const e=Or;super(t),this[e(350)]=new Set,this[e(390)]=new Set}[Or(392)](){const t=Or,e=this[t(393)],n=e[t(398)][t(383)][t(391)],o=Hs((()=>this[t(380)]()),10);n.on(t(385),((e,n)=>{const s=t;n[s(402)]&&(o[s(388)](),this[s(380)]())})),this[t(352)](e[t(345)][t(353)][t(383)],t(397),((t,e,n)=>{n&&o()})),this[t(352)](e.ui[t(376)],t(397),((n,o,s)=>{const r=t;s||e[r(373)]||this[r(389)](r(375),{isAnnotationTracked:t=>this[r(351)][r(363)](t[r(366)])})})),this[t(352)](this[t(393)].ui,t(382),(()=>this[t(389)](t(342))))}[Or(370)](t){const e=Or;if(this[e(390)][e(363)](t[e(353)]))return;this[e(390)][e(356)](t[e(353)]),this[e(393)].ui[e(376)][e(356)](t[e(353)][e(399)]);const n=this[e(393)][e(395)][e(396)](fr);this[e(352)](n[e(361)],e(384),((t,n)=>{const o=e;this[o(393)].ui[o(376)][o(384)](n[o(353)][o(399)]),this[o(390)][o(359)](n[o(353)])}))}[Or(347)](){const t=Or;return this[t(393)][t(345)][t(353)][t(347)]}[Or(377)](t){const n=Or;if(n(367)!=typeof t)throw new e.CKEditorError(n(344));this[n(350)][n(356)](t)}[Or(380)](){const t=Or;this[t(389)](t(346))}[Or(381)]({activeAnnotation:t,annotations:e}){const n=Or,o=[],s=this[n(393)][n(398)][n(383)][n(391)],r=Array[n(343)](s[n(378)]());for(const[t,s]of this[n(351)]){const r=i(s),c=e[n(379)](t);r&&c&&o[n(401)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(358)](t,!s[e(362)]))return n;return null}return o[n(386)](((e,o)=>{const s=n,r=e[s(371)],i=o[s(371)];if(!r[s(368)](i)){if(r[s(358)](i,!0))return 1;if(i[s(358)](r,!0))return-1}return e[s(341)]==t?-1:o[s(341)]==t?1:0}))[n(369)]((t=>t[n(341)]))}get[Or(351)](){const t=Or,e=new Map;for(const n of Array[t(343)](this[t(350)]))for(const[o,s]of n())e[t(360)](o,s);return e}}function Nr(){const t=["48EmnoEq","afterInit","get","6064UOEqjn","enableCommand","addCommentThread","plugins","155aNfIJP","has","1187096cLPTKP","642853JBttqh","editor","1142694ylBNjy","RestrictedEditingModeEditing","3FiTMHQ","6696780psziwp","63927qVxvXv","1708284SnSQeF"];return(Nr=function(){return t})()}const Vr=Sr;function Sr(t,e){const n=Nr();return(Sr=function(t,e){return n[t-=372]})(t,e)}!function(t,e){const n=Sr,o=t();for(;;)try{if(360641===parseInt(n(385))/1+-parseInt(n(384))/2*(parseInt(n(389))/3)+parseInt(n(378))/4*(parseInt(n(382))/5)+-parseInt(n(374))/6+-parseInt(n(387))/7+parseInt(n(375))/8*(parseInt(n(373))/9)+parseInt(n(372))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Nr);class Dr extends t.Plugin{[Vr(376)](){const t=Vr,e=this[t(386)];e[t(381)][t(383)](t(388))&&e[t(381)][t(377)](t(388))[t(379)](t(380))}}const Pr=Br;function Br(t,e){const n=zr();return(Br=function(t,e){return n[t-=269]})(t,e)}!function(t,e){const n=Br,o=t();for(;;)try{if(300967===parseInt(n(291))/1*(-parseInt(n(292))/2)+-parseInt(n(282))/3+-parseInt(n(288))/4+parseInt(n(279))/5*(parseInt(n(277))/6)+-parseInt(n(297))/7+parseInt(n(298))/8+-parseInt(n(294))/9*(-parseInt(n(285))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(zr);class Lr extends t.Plugin{constructor(t){const e=Br;super(t),this[e(274)][e(289)][e(269)](e(276),e(296))}[Pr(271)](){const t=Pr,n=this[t(274)],o=n[t(273)][t(275)](t(295)),r=n[t(286)][t(275)](s.Users);o&&(o.on(t(270),((e,[,n])=>{n[t(290)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(281)]+10}),this[t(287)](o,t(272),this[t(283)]))}[Pr(283)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(293)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(280)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(274)][r(286)][r(275)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(295)}}}))),a=this[r(274)][r(289)][r(275)](r(284));this[r(274)][r(286)][r(275)](_r)[r(278)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function zr(){const t=["18rqiAIF","importWord","basic","253610NkZBlM","4317360RQaQmy","define","execute","afterInit","dataInsert","commands","editor","get","importWord.formatting.comments","23670FakeLZ","addCommentThread","415LexAnF","map","high","1012806TMoCrv","_handleImportedData","collaboration.channelId","1100760PclCns","plugins","listenTo","1606032rxNXIu","config","collaboration_features","73eRtzxa","300zToaqG","forEach"];return(zr=function(){return t})()}const Fr=Kr;function Kr(t,e){const n=Ur();return(Kr=function(t,e){return n[t-=456]})(t,e)}function Ur(){const t=["_registerMarkerToCopy","comments.copyMarkers","highest","comment","content","never","editor","afterInit","contentInsertion","cut","16NTJDAo","requires","define","split","ClipboardMarkersUtils","_mapCommentsCopyConfigToRegisterConfiguration","has","delete","hasCommentThread","123352yjJkZm","always","plugins","CommentsRepository","listenTo","config","131433AoYaiG","markers","_removeMarkersWithoutThreads","935448AmYLac","1969681PTIQeC","4991931wRacCR","88660SdHHQL","_registerMarkerInClipboardPipeline","15JgydfY","keys","get","ClipboardPipeline","662874omlGci","default","all","dragstart"];return(Ur=function(){return t})()}!function(t,e){const n=Kr,o=t();for(;;)try{if(213226===-parseInt(n(464))/1+-parseInt(n(484))/2*(parseInt(n(458))/3)+parseInt(n(493))/4+-parseInt(n(466))/5*(parseInt(n(470))/6)+parseInt(n(462))/7+parseInt(n(461))/8+parseInt(n(463))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ur);class Wr extends t.Plugin{constructor(t){const e=Kr;super(t),this[e(480)][e(457)][e(486)](e(475),e(471))}static get[Fr(485)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Fr(481)](){const t=Fr,e=this[t(480)][t(495)][t(468)](t(469));this[t(465)](),this[t(456)](e,t(482),((e,n)=>this[t(460)](n[t(478)][t(459)])),{priority:t(476)})}[Fr(460)](t){const e=Fr;if(!this[e(480)][e(495)][e(490)](e(496)))return t;const n=this[e(480)][e(495)][e(468)](e(496));for(const o of t[e(467)]()){const[s,r]=o[e(487)](":");e(477)!=s||n[e(492)](r)||t[e(491)](o)}return t}[Fr(465)](){const t=Fr,e=this[t(480)][t(495)][t(468)](t(488)),n=this[t(489)](this[t(480)][t(457)][t(468)](t(475)));n&&e[t(474)](t(477),n)}[Fr(489)](t){const e=Fr;switch(t){case e(494):return{allowedActions:e(472),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(471):return{allowedActions:[e(483),e(473)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(479):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;const Jr=Gr;function Gr(t,e){const n=Zr();return(Gr=function(t,e){return n[t-=225]})(t,e)}!function(t,e){const n=Gr,o=t();for(;;)try{if(994063===-parseInt(n(368))/1*(parseInt(n(260))/2)+-parseInt(n(369))/3+parseInt(n(324))/4+parseInt(n(234))/5*(-parseInt(n(272))/6)+-parseInt(n(312))/7*(-parseInt(n(291))/8)+-parseInt(n(338))/9+parseInt(n(304))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Zr);class Xr extends t.Plugin{static get[Jr(264)](){return[_r,jr,Dr,Lr,Wr]}static get[Jr(305)](){return Jr(345)}constructor(t){const e=Jr;super(t),this[e(253)](e(286),!0),t[e(256)][e(263)](e(249),(()=>this[e(286)]=!1)),this[e(253)](e(374),null),this.on(e(307),((n,o,s,r)=>{const i=e,c=s?Yr(s).id:null;if(t[i(347)][i(297)]((()=>{const e=i;if(c){const n=this[e(259)](c);for(const o of n)t[e(254)][e(299)](o)}if(r){const{id:n}=Yr(r),o=this[e(259)](n);for(const n of o)t[e(254)][e(299)](n)}})),c){const e=t[i(326)][i(352)](_r)[i(228)](c);e&&e[i(273)]&&this[i(294)](c)}})),this[e(226)]()}[Jr(246)](){const t=Jr,e=this[t(233)],n=e[t(326)][t(352)](_r),o=e[t(349)][t(352)](t(276));e[t(355)][t(243)](t(363),new xr(e)),this[t(229)](e,t(287),((o,s,r)=>{const i=t;n[i(268)](r,e[i(349)][i(352)](i(276)))})),this[t(229)](n,Qr(t(363),o),((e,{threadId:n})=>{const o=t,s=this[o(233)][o(326)][o(352)](_r)[o(228)](n);s&&s[o(280)]&&this[o(303)](n)})),this[t(229)](n,Qr(t(325),o),((n,{threadId:o})=>{const s=t;e[s(347)][s(283)]({isUndoable:!1},(t=>{const e=s,n=this[e(259)](o);for(const o of n)t[e(250)](o)}))})),this[t(229)](n,Qr(t(334),o),((e,{threadId:n})=>{const o=t;this[o(247)](n),this[o(233)][o(254)][o(336)][o(327)]&&(this[o(233)][o(326)][o(352)](_r)[o(228)](n)[o(280)]||this[o(233)][o(254)][o(336)][o(239)]())}),{priority:t(364)}),this[t(229)](n,Qr(t(351),o),((e,{threadId:n})=>{this[t(247)](n)}),{priority:t(364)}),this[t(229)](n,Qr(t(346),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(259)](s);!r&&0!=c[i(271)]&&n[i(339)](s)&&1===n[i(228)](s)[i(271)]&&e[i(347)][i(283)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(242)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(364)}),this[t(314)](),this[t(309)]()}[Jr(315)](){const t=Jr,e=this[t(233)][t(326)][t(352)](_r),n=this[t(233)][t(349)][t(352)](t(276));for(const o of e[t(236)]({channelId:n}))e[t(360)](o.id),e[t(320)][t(277)](o.id);super[t(315)]()}[Jr(357)](t){const e=Jr;return this[e(259)](t)[e(271)]>0}[Jr(259)](t){const e=Jr,n=[];for(const o of this[e(233)][e(347)][e(274)])o[e(267)][e(230)](e(258)+t)&&n[e(337)](o);return n}[Jr(294)](t){const n=Jr,o=this[n(361)](t);o&&setTimeout((()=>{const s=n;this[s(374)]&&Yr(this[s(374)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Jr(247)](t){const e=Jr;this[e(233)][e(347)][e(297)]((()=>{const n=e;for(const e of this[n(259)](t))this[n(233)][n(254)][n(299)](e)}))}[Jr(303)](t){const e=Jr,n=this[e(233)][e(326)][e(352)](_r),o=this[e(233)][e(326)][e(352)](jr),s=n[e(228)](t);if(!s[e(225)]){const t=s[e(311)]((()=>this[e(361)](s.id)));o[e(308)](t),s[e(375)]=!1}}[Jr(314)](){const t=Jr,e=this[t(233)];e[t(333)][t(235)](t(298))[t(281)]({model:t(301),view:(n,o)=>{const s=t,{id:r}=Yr(n[s(367)]),i=e[s(326)][s(352)](_r)[s(228)](r),c=this[s(374)]&&Yr(this[s(374)]).id===r;if(i&&i[s(273)]&&!c&&n[s(358)])return o[s(373)][s(362)](n[s(358)],s(350)+n[s(367)]),o[s(373)][s(362)](n[s(358)],s(329)+n[s(367)]),null;const a=[s(289)];return c&&a[s(337)](s(265)),{classes:a,attributes:{"data-comment":r}}}}),e[t(333)][t(235)](t(330))[t(251)]({model:t(301),view:(n,{options:o})=>{const s=t,r=e[s(326)][s(352)](_r),i=e[s(347)][s(274)][s(352)](n),{id:c,part:a}=Yr(n);if(i&&!i[s(302)])return null;if(o[s(237)]){const t=r[s(228)](c);if(t&&t[s(273)])return null}return{group:s(301),name:a?c+":"+a:c}}}),e[t(333)][t(235)](t(370))[t(231)]({view:{name:t(301),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(241)](t(344),{"data-name":t(258)+e[t(342)]("id")})}),e[t(333)][t(235)](t(370))[t(371)]({view:t(301)})}[Jr(309)](){const t=Jr,e=this[t(233)],n=e[t(326)][t(352)](_r),o=new Set,s=new Set;e[t(347)][t(341)][t(366)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(347)][r(341)][r(356)][r(285)]()){const{group:a,id:h}=Yr(t);let u=c[r(313)];if(r(301)!==a||!u)continue;const l=r(332)===u[r(323)][r(288)];l||(u=$r(u,e[r(347)]),!u||u[r(310)]||!c[r(313)]||u[r(290)](c[r(313)]))?e[r(347)][r(232)](u)&&!l?this[r(286)]?o[r(243)](t):this[r(227)](t,h):(s[r(243)](t),o[r(277)](t),n[r(250)](t),i=!0):(n[r(242)](t,{range:u}),i=!0)}return i})),this.on(t(335),((n,s,r)=>{const i=t;if(!r&&o[i(238)])for(const t of o){const{id:n}=Yr(t);o[i(277)](t),e[i(347)][i(274)][i(352)](t)&&this[i(227)](t,n)}})),this[t(229)](e[t(347)][t(341)],t(297),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(347)][c(341)][c(356)][c(285)]()){const{group:i,id:a}=Yr(t);if(c(301)!==i)continue;const h=n[c(228)](a),u=this[c(357)](a);h&&(h[c(375)]||e[c(254)][c(336)][c(263)](c(266),(()=>{const t=c,o=e[t(326)][t(352)](fr),s=n[t(353)][t(352)](h)[t(336)];o[t(275)](s)[t(322)]()}),{priority:c(364)}),h[c(375)]=u||!!r),r||(s[c(243)](t),o[c(277)](t))}if(i[c(270)])for(const t of s){const{id:e}=Yr(t),s=n[c(228)](e),r=this[c(357)](e);o[c(277)](t),!s||r||s[c(280)]||s[c(354)](new Date)}s[c(269)]()}))}[Jr(361)](t){const e=Jr,n=this[e(233)],o=this[e(259)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(254)],o)}[Jr(257)](t){const e=Jr,n=this[e(259)](t);let o="",s=!1;for(const t of n){const n=t[e(282)]();for(const t of Array[e(245)](n[e(278)]()))t.is(e(252))?(o&&s&&(o+=" ",s=!1),o+=t[e(256)]):s=!0;s=!0}return o[e(292)](0,150)}[Jr(328)](t,e){const n=Jr,o=this[n(233)],s=o[n(326)][n(352)](_r);let r=s[n(228)](e);const i=o[n(349)][n(352)](n(276)),c=o[n(326)][n(352)](jr);return r&&(r[n(280)]&&r[n(354)](null),r[n(225)])||(this[n(259)](e)[0][n(359)]?s[n(348)]({channelId:i,threadId:e})[n(316)]((t=>{const s=n;if(s(343)!==o[s(240)])if(r=t,r&&!r[s(225)]){const t=r[s(311)]((()=>this[s(361)](e)));c[s(308)](t),r[s(273)]&&this[s(247)](e)}else if(!r){const t=this[s(259)](e);o[s(347)][s(297)]((e=>{const n=s;for(const o of t)e[n(250)](o)}))}})):o[n(254)][n(336)][n(263)](n(266),(()=>{const t=n;if(s[t(228)](e))return;const a=o[t(326)][t(352)](fr);r=s[t(244)]({channelId:i,threadId:e,target:()=>this[t(361)](e),context:{type:t(372),value:this[t(257)](e)}});const h=s[t(353)][t(352)](r)[t(336)],u=a[t(275)](h);u&&c[t(308)](u)}),{priority:n(364)})),r}[Jr(227)](t,e){const n=Jr,o=this[n(328)](t,e);o&&!o[n(300)]&&o[n(279)]({type:n(372),value:this[n(257)](e)})}[Jr(226)](){const t=Jr,e=this[t(233)];(0,s.surroundingMarkersDetector)(e[t(347)],(({left:n,entered:o})=>{const s=t,r=[];for(const t of n)if(ti(t)){r[s(337)](vo(e[s(317)],s(296)));break}for(const t of o)if(ti(t)){r[s(337)](vo(e[s(317)],s(262)));break}r[s(271)]&&e.ui[s(365)][s(319)](s(340),r[s(284)](" "))}))}}function Qr(t,e){return e?t+":"+e:t}function Zr(){const t=["isCollapsed","attachTo","14XgCENd","newRange","_initializeMarkerConverters","destroy","then","locale","split","announce","_threads","schema","refreshVisibility","root","3379768bVidal","removeCommentThread","plugins","hasDomSelection","_attachMarkerToThread","removeMarker:","dataDowncast","getWalker","$graveyard","conversion","resolveCommentThread","change:isThreadsLoadingPaused","view","push","16185114OatEtg","hasCommentThread","comments","document","getAttribute","destroyed","$marker","CommentsEditing","addComment","model","fetchCommentThread","config","addMarker:","reopenCommentThread","get","_threadToController","setUnlinkedAt","commands","differ","hasMarkerForId","item","managedUsingOperations","_detachCommentThread","_getTargetForId","consume","addCommentThread","low","ariaLiveAnnouncer","registerPostFixer","markerName","60iguKoZ","4942287YEnQHO","upcast","dataToMarker","text","consumable","activeMarker","_hasTargetInContent","isAttached","_initAriaMarkerChangeAnnouncements","_handleThreadMarker","getCommentThread","listenTo","startsWith","elementToElement","hasContent","editor","3913430eSsCWl","for","getCommentThreads","ignoreResolvedComments","size","focus","state","createElement","updateMarker","add","openNewCommentThread","from","init","_reconvertMarkers","group","ready","removeMarker","markerToData","$textProxy","set","editing","end","data","_getTextContext","comment:","getAllMarkersForId","59234gBsdmg","isObject","ENTER_COMMENT_ANNOUNCEMENT","once","requires","ck-comment-marker--active","render","name","switchReadOnly","clear","isLocal","length","6BiElnD","isResolved","markers","getByInnerView","collaboration.channelId","delete","getItems","setContext","unlinkedAt","markerToHighlight","getRange","enqueueChange","join","getChangedMarkers","isThreadsLoadingPaused","change:isReadOnly","rootName","ck-comment-marker","isEqual","2179168zAVPTA","substring","start","scrollToThreadMarker","createPositionBefore","LEAVE_COMMENT_ANNOUNCEMENT","change","editingDowncast","reconvertMarker","context","comment","affectsData","_attachArchivedThread","56098100vlzelk","pluginName","createRange","change:activeMarker","registerAnnotation","_handleMarkerAddAndRemove"];return(Zr=function(){return t})()}function Yr(t){const e=t[Jr(318)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Jr,o=e[n(321)],s=e[n(306)](t[n(293)]);for(const r of t[n(331)]()){const{type:t,item:i,nextPosition:c}=r;if(n(372)===t||o[n(261)](i)){const t=e[n(295)](i);s[n(310)]&&(s[n(293)]=t),s[n(255)]=c}}return s}function ti(t){const e=Jr;return e(301)===Yr(t[e(267)])[e(248)]}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';function ni(){const t=["activeMarker","bind","_viewToController","componentFactory","comment","plugins","change:activeAnnotations","getRange","15SwoVvz","isFocused","focusTracker","commands","length","map","2913235NDPlRy","CommentThreadInputView","editing","stop","focus","CommentsUI","find","790497bGCVDp","editor","execute","locale","addCommentThread","addSourceCollector","menuBar:comment","model","comment:","78277IoGqpq","hasCommentThread","add","174482qOTJqL","innerView","2321564ZQuWMF","set","112904IRMjHj","hasMarkerForId","getCommentThread","has","isEnabled","view","requires","getAllMarkersForId","10vtwWjm","low","_createUIButton","pluginName","from","removeCommentThread","Comment","listenTo","highest","addComment","432uQiVJR","get","push","12cXwBxM","_threadToController","init","3250214GLPsbS","CommentsListView","tooltip"];return(ni=function(){return t})()}function oi(t,e){const n=ni();return(oi=function(t,e){return n[t-=224]})(t,e)}const si=oi;!function(t,e){const n=oi,o=t();for(;;)try{if(923468===-parseInt(n(281))/1+-parseInt(n(286))/2+-parseInt(n(259))/3*(parseInt(n(224))/4)+parseInt(n(265))/5*(parseInt(n(245))/6)+-parseInt(n(284))/7*(-parseInt(n(242))/8)+parseInt(n(272))/9*(parseInt(n(232))/10)+-parseInt(n(248))/11)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(ni);class ri extends t.Plugin{static get[si(235)](){return si(270)}static get[si(230)](){return[_r,Xr,jr,fr]}get[si(249)](){return $o}get[si(266)](){return qo}[si(247)](){const t=si,e=this[t(273)],n=e[t(256)][t(243)](_r),o=e[t(256)][t(243)](Xr),s=e[t(256)][t(243)](fr),r=e[t(256)][t(243)](jr);e.ui[t(254)][t(283)](t(255),(()=>{const e=t,n=this[e(234)](go.ButtonView);return n[e(250)]=!0,n})),e.ui[t(254)][t(283)](t(278),(()=>this[t(234)](go.MenuBarMenuListItemButtonView))),r[t(277)]((()=>{const e=t,s=[];for(const[t,r]of n[e(246)]){const n=o[e(231)](t.id),i=n[e(264)]((t=>t[e(258)]()));n[e(263)]>0&&s[e(244)]([r[e(229)],i])}return s})),this[t(239)](s,t(257),((e,s,r)=>{const i=t,c=Array[i(236)](r)[i(264)]((t=>t[i(285)]))[i(271)]((t=>n[i(253)][i(227)](t)));if(!c)return void(o[i(251)]=null);const a=n[i(253)][i(243)](c)[i(279)].id,h=i(280)+a;a&&o[i(225)](a)?o[i(251)]=h:o[i(251)]&&(o[i(251)]=null)})),this[t(239)](n,t(237),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(261)][i(260)]&&o[i(225)](s)&&e[i(267)][i(229)][i(269)]()}),{priority:t(240)}),this[t(239)](n,t(241),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(225)](r)&&n[c(282)](r)&&1===n[c(226)](r)[c(263)]&&(e[c(267)][c(229)][c(269)](),s[c(268)]())}),{priority:t(233)})}[si(234)](t){const e=si,n=this[e(273)],o=new t(n[e(275)]),s=n[e(262)][e(243)](e(276));return o[e(287)]({label:vo(n[e(275)],e(238)),icon:ei}),o[e(252)](e(228)).to(s),this[e(239)](o,e(274),(()=>s[e(274)]())),o}}const ii=ci;function ci(t,e){const n=hi();return(ci=function(t,e){return n[t-=341]})(t,e)}!function(t,e){const n=ci,o=t();for(;;)try{if(782056===parseInt(n(358))/1*(parseInt(n(349))/2)+parseInt(n(380))/3*(-parseInt(n(345))/4)+-parseInt(n(382))/5+parseInt(n(366))/6*(parseInt(n(359))/7)+-parseInt(n(351))/8+-parseInt(n(344))/9+parseInt(n(342))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hi);class ai extends t.Plugin{static get[ii(361)](){return ii(378)}static get[ii(341)](){return[Xr]}constructor(t){const e=ii;super(t),this[e(348)](e(343),!1),this.on(e(355),((t,n,o)=>{const s=e;o?this[s(353)]():this[s(381)]()}))}[ii(347)](){const t=ii;!this[t(343)]&&this[t(372)][t(362)][t(346)](t(354))&&(this[t(343)]=!0)}[ii(353)](){const t=ii;for(const[e,n]of this[t(372)][t(374)])n[t(364)]&&t(373)!==e&&n[t(367)](t(365));this[t(372)][t(370)][t(376)](t(350))&&this[t(372)][t(370)][t(346)](t(350))[t(367)](t(365));const e=this[t(372)][t(352)][t(368)][t(360)];this[t(375)](e,t(379),(e=>e[t(363)]()),{priority:t(377)}),this[t(375)](e,t(371),(e=>e[t(363)]()),{priority:t(377)}),this[t(375)](e,t(356),(e=>e[t(363)]()),{priority:t(377)})}[ii(381)](){const t=ii;for(const[e,n]of this[t(372)][t(374)])n[t(364)]&&t(373)!==e&&n[t(369)](t(365));this[t(357)](this[t(372)][t(352)][t(368)][t(360)])}}function hi(){const t=["pluginName","config","stop","affectsData","commentsOnlyMode","1734AfNauL","forceDisabled","view","clearForceDisabled","plugins","clipboardInput","editor","addCommentThread","commands","listenTo","has","highest","CommentsOnly","cut","3DQOWQM","_disableCommentsOnlyMode","844755jhnLUW","requires","32857680aPhhya","isEnabled","7444575CoiXeW","5756312TrVVyx","get","afterInit","set","2373258DyeflQ","DragDrop","10431824JFrEWy","editing","_enableCommentsOnlyMode","commentsOnly","change:isEnabled","delete","stopListening","1ZuVJvW","1183qtkBar","document"];return(hi=function(){return t})()}function ui(t,e){const n=di();return(ui=function(t,e){return n[t-=310]})(t,e)}const li=ui;function di(){const t=["317420TZfhLX","171934vsvCeH","1788iQZYYS","annotationsuis-register-invalid-interface","filter","deactivate","_assertAnnotationDoesNotBelongToMultipleUIs","requires","remove","setActiveAnnotation","5DqcQnX","register","activeUIs","function","annotationsuis-annotation-mismatch","_visibleAnnotations","from","get","hasActive","init","set","collection","has","18dnBxwL","annotationsuis-missing-ui","_setSelectedAnnotations","_deactivateAllAnnotations","length","delete","_uisData","_activateAnnotation","context","15zhJEjO","1874775fPqhBm","_uis","push","_addActiveAnnotation","activate","switchTo","_removeActiveAnnotation","activeAnnotations","47960NokXhb","refilterAnnotations","detach","size","plugins","find","stopListening","destroy","change:activeAnnotation","AnnotationsUIs","listenTo","type","isActive","2628234fFkLLs","deactivateAll","pluginName","116195YEAqLm","annotationsuis-register-already-registered","attach","add"];return(di=function(){return t})()}!function(t,e){const n=ui,o=t();for(;;)try{if(255696===parseInt(n(368))/1+-parseInt(n(312))/2+parseInt(n(343))/3*(-parseInt(n(313))/4)+parseInt(n(321))/5*(parseInt(n(365))/6)+-parseInt(n(344))/7+-parseInt(n(352))/8+parseInt(n(334))/9*(parseInt(n(311))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(di);class mi extends t.ContextPlugin{static get[li(318)](){return[fr]}static get[li(367)](){return li(361)}constructor(t){const e=li;super(t),this[e(323)]=new Set,this[e(345)]=new Map,this[e(340)]=new Map}[li(330)](){const t=li,e=this[t(342)][t(356)][t(328)](fr);this[t(362)](e,t(341),((e,n)=>{const o=t;for(const t of this[o(323)]){const e=this[o(345)][o(328)](t);(0,this[o(340)][o(328)](t)[o(315)])(n)&&e[o(320)](n)}})),this[t(362)](e,t(337),(()=>{const e=t;for(const t of this[e(323)])this[e(345)][e(328)](t)[e(320)](null)})),this[t(362)](e[t(326)],t(310),((e,n)=>{this[t(317)](n)}))}[li(329)](){const t=li;return this[t(323)][t(355)]>0}[li(364)](t){const e=li;return this[e(323)][e(333)](t)}[li(348)](t,n=(()=>!0)){const o=li,s=this[o(342)][o(356)][o(328)](fr);if(!this[o(345)][o(333)](t))throw new e.CKEditorError(o(335),this,{uiName:t});this[o(364)](t)&&this[o(316)](t),this[o(323)][o(310)](t);const r=new ur;(function({source:t,target:e,filter:n}){const o=cr;for(const s of t)n(s)&&e[o(430)](s);e[o(436)](t,o(430),((t,s)=>{const r=o;n(s)&&e[r(430)](s)})),e[o(436)](t,o(400),((t,n)=>{const s=o;e[s(424)](n)&&e[s(400)](n)}))})({source:s[o(326)],target:r,filter:n}),this[o(340)][o(331)](t,{collection:r,filter:n});const i=this[o(345)][o(328)](t);i[o(370)](r),this[o(362)](i,o(360),((t,e,n,r)=>{const i=o;r&&s[i(350)](r),n&&s[i(347)](n)}))}[li(316)](t){const n=li;if(this[n(323)][n(339)](t),!this[n(345)][n(333)](t))throw new e.CKEditorError(n(335),this,{uiName:t});const o=this[n(345)][n(328)](t);o[n(354)](),this[n(358)](o),this[n(340)][n(328)](t)[n(332)][n(359)](),this[n(340)][n(339)](t)}[li(349)](t){const n=li;if(!this[n(345)][n(333)](t))throw new e.CKEditorError(n(335),this,{uiName:t});const o=this[n(342)][n(356)][n(328)](fr),s=Array[n(327)](o[n(351)])[0]||null;this[n(366)](),this[n(348)](t);const r=this[n(345)][n(328)](t);r[n(320)](s),r[n(336)]&&s&&r[n(336)]([s])}[li(366)](){const t=li;for(const e of this[t(323)])this[t(316)](e)}[li(322)](t,n){const o=li;if(this[o(345)][o(333)](t))throw new e.CKEditorError(o(369));if(o(324)!=typeof n[o(370)]||o(324)!=typeof n[o(354)]||o(324)!=typeof n[o(320)])throw new e.CKEditorError(o(314),null);this[o(345)][o(331)](t,n)}[li(353)](){const t=li,e=this[t(342)][t(356)][t(328)](fr)[t(332)],n=new Map,o=Array[t(327)](this[t(323)]);for(const e of this[t(323)]){const o=this[t(340)][t(328)](e)[t(332)];for(const s of o)n[t(331)](s,e)}for(const s of e){const e=n[t(328)](s);this[t(317)](s);const r=o[t(357)]((e=>this[t(340)][t(328)](e)[t(315)](s)));e!==r&&(e&&this[t(340)][t(328)](e)[t(332)][t(319)](s),r&&this[t(340)][t(328)](r)[t(332)][t(310)](s))}}[li(359)](){const t=li;this[t(366)](),super[t(359)]()}[li(317)](t){const n=li,o=[];for(const e of this[n(323)])(0,this[n(340)][n(328)](e)[n(315)])(t)&&o[n(346)](e);if(o[n(338)]>1)throw new e.CKEditorError(n(325),null,{matchedUIs:o,annotationType:t[n(363)]})}}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=["51AYoenK","ck-sidebar","number","bindTemplate","class","3991059OnKilI","minHeight","1937268cwSqCX","8rHHTTh","154AgowsQ","92568GXufEn","createCollection","472mWedDn","set","ck-reset","39487tZAEEe","list","279520IpbsJQ","div","187612sJOeJK","135hlwpgC","setTemplate"];return(gi=function(){return t})()}function vi(t,e){const n=gi();return(vi=function(t,e){return n[t-=434]})(t,e)}!function(t,e){const n=vi,o=t();for(;;)try{if(305867===parseInt(n(438))/1+-parseInt(n(453))/2*(-parseInt(n(441))/3)+parseInt(n(448))/4+parseInt(n(439))/5*(-parseInt(n(451))/6)+-parseInt(n(434))/7*(parseInt(n(449))/8)+parseInt(n(446))/9+-parseInt(n(436))/10*(parseInt(n(450))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(gi);const ki=(0,e.toUnit)("px");class bi extends go.View{constructor(t){const e=vi;super(t);const n=this[e(444)];this[e(454)](e(447),0),this[e(454)](e(445),""),this[e(435)]=this[e(452)](),this[e(440)]({tag:e(437),attributes:{class:["ck",e(442),e(455),n.to(e(445))],style:{minHeight:n.to(e(447),(t=>e(443)==typeof t?ki(t+10):null))}},children:this[e(435)]})}}const wi=_i;function _i(t,e){const n=Ci();return(_i=function(t,e){return n[t-=295]})(t,e)}!function(t,e){const n=_i,o=t();for(;;)try{if(656860===parseInt(n(318))/1*(parseInt(n(321))/2)+-parseInt(n(309))/3+-parseInt(n(315))/4+-parseInt(n(316))/5+-parseInt(n(306))/6+-parseInt(n(301))/7*(-parseInt(n(298))/8)+-parseInt(n(310))/9*(-parseInt(n(304))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ci);const yi=(0,e.toUnit)("px");class Ii extends go.View{constructor(t){const e=_i;super(t),this[e(320)](e(327),0),this[e(320)](e(307),0),this[e(314)](e(305)).to(this,e(327),this,e(307),((t,e)=>t+e)),this[e(320)](e(319),!1),this[e(296)]=Gs((()=>this[e(295)]())),this[e(299)]=null,this[e(308)]=this[e(326)]();const n=this[e(324)];this[e(317)]({tag:e(313),attributes:{class:[e(311),n.to(e(319),(t=>t?e(325):""))],style:{top:n.to(e(327),(t=>yi(t)))}},children:this[e(308)]})}[wi(300)](){const t=wi;super[t(300)](),this[t(296)][t(312)](this[t(322)])}[wi(295)](){const t=wi,e=this[t(322)][t(297)];e&&(this[t(307)]=e)}[wi(323)](){const t=wi;this[t(308)][t(303)](),this[t(296)][t(302)](),super[t(323)]()}}function Ci(){const t=["top","updateHeight","_mutationObserver","clientHeight","8ZWhTQM","_targetTop","render","4380691XlcgqA","detach","clear","30877070dmUfXp","bottom","7301862HlYVnE","height","content","2855937VGtNvK","9OxHMpA","ck-sidebar-item","attach","div","bind","4124640jozPEE","3292225YMtnHw","setTemplate","21673IQpoOa","isAnimationDisabled","set","74ChnWeK","element","destroy","bindTemplate","ck-sidebar-item--no-animation","createCollection"];return(Ci=function(){return t})()}function Ai(){const t=["target","_alignForBottomChange","define","4074045pqjTvh","clear","bottom","push","_setItemTop","remove","_alignAfterItem","object","_alignBeforeItem","setContainer","Sidebar","_spaceBetweenItems","stopListening","view","sidebar.container","1916490VJkwhd","destroy","getSidebarItemView","nodeType","context","348964dzdhqq","sidebar-attachtocontainer-missing-container","_alignToTargetRect","_detachFromContainer","change:bottom","locale","render","minHeight","height","addAnnotation","_lastItem","_sidebarItemViewToAnnotation","length","28bZQSnZ","get","_createSidebarView","max","_getItemBefore","unbind","change:_lastItem","_getItemAfter","bind","sidebar.preventScrollOutOfView","add","sidebar-setcontainer-invalid-element","21797xwBWse","_annotationToSidebarItemView","last","config","change:top","container","getIndex","change:targetRect","element","top","_annotations","_recalculate","listenTo","_targetTop","targetRect","2DSOSEL","_attachToContainer","3075777NOyiLT","updateHeight","_updateLastItem","_activeAnnotation","_getTargetTop","set","_recalculateBuffer","isActive","class","_destroySidebarItemView","20EDNrZp","delete","221973UGtrGm","init","_getMaxAvailableTop","pluginName","refresh","appendChild","list","rearrange","isAnimationDisabled","content","_alignForTopChange","1123184vEIRmJ"];return(Ai=function(){return t})()}const Ti=Ei;function Ei(t,e){const n=Ai();return(Ei=function(t,e){return n[t-=273]})(t,e)}!function(t,e){const n=Ei,o=t();for(;;)try{if(477873===parseInt(n(284))/1+-parseInt(n(299))/2*(parseInt(n(313))/3)+-parseInt(n(348))/4+parseInt(n(328))/5+-parseInt(n(343))/6+-parseInt(n(361))/7*(parseInt(n(324))/8)+parseInt(n(301))/9*(parseInt(n(311))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ai);class xi extends t.ContextPlugin{static get[Ti(316)](){return Ti(338)}constructor(t){const e=Ti;super(t),this[e(306)](e(358),void 0),this[e(341)]=this[e(274)](),this[e(306)](e(289),null),this[e(339)]=25,this[e(359)]=new Map,this[e(285)]=new Map,this[e(347)][e(287)][e(327)](e(281),!1),this[e(294)]=null,this[e(304)]=null,this[e(307)]=[]}[Ti(314)](){const t=Ti,e=this[t(347)][t(287)][t(273)](t(342));e&&this[t(337)](e)}[Ti(337)](t){const n=Ti;if(!Mi(t))throw new e.CKEditorError(n(283));this[n(289)]=t}[Ti(300)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ti;if(!Mi(this[o(289)]))throw new e.CKEditorError(o(349),this);this[o(289)][o(318)](this[o(341)][o(292)]),this[o(341)][o(309)]=t,this[o(339)]=n}[Ti(320)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ti,s=this[o(345)](t);this[o(341)][o(319)][o(333)](s),this[o(310)](t),e&&this[o(350)](this[o(345)](e)),n&&this[o(350)](this[o(345)](n)),this[o(303)]()}[Ti(317)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ti;if(this[o(304)]=e,t){t[o(308)]=!1;const e=this[o(345)](t);e&&n&&(e[o(321)]=!1)}if(e){const t=this[o(345)](e);t&&(e[o(308)]=!0,n&&(t[o(321)]=!0,t[o(293)]+=1),this[o(350)](t))}}[Ti(351)](t){const e=Ti;if(this[e(341)][e(292)][e(333)](),t)for(const n of t)this[e(310)](n);this[e(341)][e(319)][e(329)](),this[e(341)][e(309)]="",this[e(358)]=null}[Ti(357)](t,e){const n=Ti;e||(e=t[n(341)]);const o=new Ii(this[n(347)][n(353)]);this[n(359)][n(306)](o,t),this[n(285)][n(306)](t,o),o[n(322)][n(282)](e),this[n(296)](t[n(341)],n(291),((e,s,r)=>{const i=n,c=this[i(305)](t,r);o[i(297)]!=c&&(o[i(297)]=c,this[i(332)](o,c))})),this[n(296)](o,n(288),(()=>{const t=n;this[t(295)](o,t(293))})),this[n(296)](o,n(352),(()=>{const t=n;this[t(295)](o,t(330))})),this[n(350)](o);const s=this[n(276)](o);return s&&this[n(334)](s,o)||this[n(350)](o),this[n(303)](),this[n(341)][n(319)][n(282)](o),o}[Ti(323)](t){const e=Ti;if(!t[e(322)][e(360)])return;const n=this[e(276)](t);if(!n)return;const o=this[e(359)][e(273)](n),s=this[e(304)];s&&s===o?this[e(334)](n,t):this[e(336)](t,n)}[Ti(326)](t){const e=Ti;if(!t[e(322)][e(360)])return;const n=this[e(279)](t);if(!n)return;const o=this[e(359)][e(273)](n),s=this[e(347)][e(287)][e(273)](e(281)),r=this[e(304)];r&&r===o&&s?(this[e(336)](n,t),this[e(334)](t,n)):r&&r===o?this[e(336)](n,t):this[e(334)](t,n)}[Ti(295)](t,e){const n=Ti;0===this[n(307)][n(360)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(307)])t(293)===n?this[t(323)](e):this[t(326)](e);this[t(307)]=[]}),10),this[n(307)][n(331)]({sidebarItemView:t,changedProp:e})}[Ti(345)](t){const e=Ti;return this[e(285)][e(273)](t)}[Ti(344)](){const t=Ti;this[t(340)](),this[t(341)][t(344)]()}[Ti(310)](t){const e=Ti,n=this[e(345)](t);this[e(340)](n),this[e(340)](t[e(341)]),n[e(344)](),this[e(285)][e(312)](t),this[e(359)][e(312)](n)}[Ti(274)](){const t=Ti,e=new bi(this[t(347)][t(353)]);return e[t(354)](),this.on(t(278),((n,o,s,r)=>{const i=t;r&&e[i(277)](i(355)),s?e[i(280)](i(355)).to(s,i(330)):e[i(355)]=null})),e}[Ti(303)](){const t=Ti;var e;this[t(358)]=(null===(e=this[t(294)])||void 0===e?void 0:e[t(286)])?this[t(345)](this[t(294)][t(286)]):null}[Ti(276)](t){const e=Ti;var n;const o=this[e(359)][e(273)](t),s=o&&(null===(n=this[e(294)])||void 0===n?void 0:n[e(273)](this[e(294)][e(290)](o)-1));return s&&this[e(345)](s)||null}[Ti(279)](t){const e=Ti;var n;const o=this[e(359)][e(273)](t),s=o&&(null===(n=this[e(294)])||void 0===n?void 0:n[e(273)](this[e(294)][e(290)](o)+1));return s&&this[e(345)](s)||null}[Ti(336)](t,e){const n=Ti;t[n(302)]();const o=Oi(e[n(330)]+this[n(339)],t[n(293)]);return!!o&&(this[n(332)](e,e[n(293)]-o),!0)}[Ti(334)](t,e){const n=Ti;t[n(302)]();const o=Oi(t[n(330)]+this[n(339)],e[n(293)]);return!!o&&(this[n(332)](e,e[n(293)]+o,!1),!0)}[Ti(350)](t){const e=Ti,n=this[e(359)][e(273)](t);if(!n||!n[e(325)]||!n[e(298)])return;const o=this[e(305)](n,n[e(298)]);this[e(332)](t,o)}[Ti(305)](t,n){const o=Ti;if(null===n)return 0;if(t[o(325)]instanceof e.Rect)return n[o(293)];{const t=new e.Rect(this[o(341)][o(292)])[o(293)];return n[o(293)]-t}}[Ti(332)](t,e,n=this[Ti(347)][Ti(287)][Ti(273)](Ti(281))){const o=Ti;n&&(e=Math[o(275)](e,this[o(315)](t))),t[o(293)]=e}[Ti(315)](t){const e=Ti;let n=this[e(276)](t),o=0;for(;n;)n[e(302)](),o+=this[e(339)]+n[e(356)],n=this[e(276)](n);return o}}function Oi(t,e){return Math[Ti(275)](t-e,0)}function Mi(t){const e=Ti;return null!==t&&e(335)==typeof t&&1===t[e(346)]}function Ri(){const t=["register","wideSidebar","1210AEJBJS","1348149ZMpYKS","remove","11167618KaITDE","stopListening","destroy","high","refresh","2054523LWGLBR","widesidebar-detach-not-attached","widesidebar-attach-already-attached","off","addAnnotation","focus","isAttached","cancel","resize","blur","_destroyEditorAnnotationsIntegration","annotations","updateTargetRect","_integrateWithEditorAnnotations","context","attach","WideSidebar","_editorAnnotations","rearrange","ready","change:container","listenTo","_attachToContainer","_refreshPositioningDebounced","setActiveAnnotation","from","5800644VwmjTy","removeEventListener","EditorAnnotations","hasDomSelection","detach","set:container","refreshPositioning","_activeAnnotation","addEventListener","set","activeAnnotation","has","switchTo","_detachFromContainer","pluginName","2DnYoeZ","ck-sidebar--wide","plugins","uiUpdate","3848BjAOiB","container","add","editors","173133pdpzUZ","requires","_annotations","stop","8335iEpFgw","get","1001760SRbPKG","init","getOrderedSelectedAnnotations"];return(Ri=function(){return t})()}const ji=Ni;function Ni(t,e){const n=Ri();return(Ni=function(t,e){return n[t-=292]})(t,e)}!function(t,e){const n=Ni,o=t();for(;;)try{if(805587===parseInt(n(319))/1*(parseInt(n(299))/2)+parseInt(n(326))/3+parseInt(n(303))/4*(parseInt(n(311))/5)+parseInt(n(352))/6+-parseInt(n(321))/7+parseInt(n(313))/8+parseInt(n(307))/9*(-parseInt(n(318))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ri);class Vi extends t.ContextPlugin{static get[ji(308)](){return[xi,mi]}static get[ji(298)](){return ji(342)}constructor(t){const n=ji;super(t),this[n(332)]=!1,this[n(293)](n(294),null),this[n(337)]=null,this[n(343)]=new e.Collection,this[n(349)]=Hs((()=>{const t=n;this[t(337)][t(358)]()}),250,{leading:!1})}[ji(314)](){const t=ji,e=this[t(340)][t(301)][t(312)](mi),n=this[t(340)][t(301)][t(312)](xi);e[t(316)](t(317),this),n[t(304)]&&e[t(296)](t(317))}[ji(350)](t){const e=ji;if(t===this[e(294)])return;const n=this[e(340)][e(301)][e(312)](xi);n[e(359)]=t;const o=this[e(294)];this[e(294)]=t,n[e(325)]({blurredAnnotation:o,activatedAnnotation:this[e(294)]})}[ji(341)](n){const o=ji;this[o(337)]=n;const s=this[o(340)][o(301)][o(312)](xi);if(s[o(309)]=n,this[o(332)])throw new e.CKEditorError(o(328),this);this[o(332)]=!0,this[o(347)](s,o(357),(()=>{const t=o;this[t(356)](),this[t(347)](s,t(346),(e=>{const o=t;e[o(329)](),this[o(341)](n)}))})),s[o(348)]({viewClass:o(300)});const r=t=>{const e=o;t[e(338)](),s[e(330)](t)};for(const t of n)r(t);this[o(347)](n,o(305),((t,e)=>{r(e)})),this[o(347)](n,o(320),((t,e,r)=>{const i=o;s[i(344)]({removedAnnotation:e,previousAnnotation:n[i(312)](r-1),nextAnnotation:n[i(312)](r+1)}),e===this[i(294)]&&this[i(350)](null)}),{priority:o(324)}),this[o(347)](n,o(331),((t,e)=>{this[o(350)](e)})),this[o(347)](n,o(335),(()=>{this[o(350)](null)}));const i=this[o(340)]instanceof t.Context?this[o(340)][o(306)]:new e.Collection([this[o(340)]]);for(const t of i)this[o(339)](t);this[o(347)](i,o(305),((t,e)=>{const n=o;this[n(347)](e,n(345),(()=>{this[n(339)](e)}))})),this[o(347)](i,o(320),((t,e)=>{const n=o;e[n(301)][n(295)](n(354))&&this[n(336)](e[n(301)][n(312)](n(354)))})),window[o(292)](o(334),this[o(349)]),this[o(337)][o(358)]()}[ji(356)](){const n=ji;if(!this[n(332)])throw new e.CKEditorError(n(327),this);this[n(350)](null);const o=this[n(340)][n(301)][n(312)](xi);o[n(297)](this[n(337)]),this[n(322)](o),this[n(322)](this[n(337)]),this[n(340)]instanceof t.Context&&this[n(322)](this[n(340)][n(306)]);for(const t of Array[n(351)](this[n(343)]))this[n(336)](t);window[n(353)](n(334),this[n(349)]),this[n(349)][n(333)](),this[n(294)]=null,this[n(332)]=!1,this[n(337)]=null}[ji(323)](){const t=ji;this[t(332)]&&this[t(356)]()}[ji(339)](t){const e=ji,n=t[e(301)][e(312)](jr);if(!n)return;const o=()=>{const t=e,o=n[t(315)]({annotations:this[t(337)],activeAnnotation:this[t(294)]});this[t(350)](o[0]||null)};this[e(347)](n,e(325),o),this[e(347)](n,e(335),((t,{isAnnotationTracked:n})=>{const o=e;this[o(294)]&&n(this[o(294)])&&this[o(350)](null)})),this[e(347)](n,e(302),(()=>{this[e(349)]()})),this[e(347)](this[e(337)],e(335),(t=>{const s=e;n[s(355)]()&&(o(),t[s(310)]())}),{priority:e(324)}),this[e(343)][e(305)](n)}[ji(336)](t){const e=ji;this[e(322)](t),this[e(343)][e(320)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=180]})(t,e)}function Di(){const t=["ck-annotation-counter__badge--","20gguMAd","94005AyvZiC","children","ck-annotation-counter","ck-annotation-counter__badge--edit-mode","bindTemplate","set","number","12proRDt","20450LtWFqJ","ck-annotation-counter__badge","2514504fBOeMy","extendTemplate","toString","686393UzteiE","span","2111460hegKgO","20EywqMH","isDirty","counterView","bind","357891DJDlTk","add","16VJvXwa","setTemplate","annotationType","21wTJtHZ","_badge","4652021tQeVyh","...","icon"];return(Di=function(){return t})()}!function(t,e){const n=Si,o=t();for(;;)try{if(679225===-parseInt(n(187))/1+-parseInt(n(190))/2*(-parseInt(n(194))/3)+-parseInt(n(196))/4*(parseInt(n(182))/5)+-parseInt(n(189))/6+-parseInt(n(199))/7*(-parseInt(n(184))/8)+-parseInt(n(206))/9*(-parseInt(n(205))/10)+parseInt(n(201))/11*(-parseInt(n(181))/12))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(210)];this[e(211)](e(191),!1),this[e(211)](e(180),0),this[e(193)](e(200)).to(this,e(191),this,e(180),((t,n)=>t?e(202):n[e(186)]())),this[e(211)](e(198),""),this[e(203)]=ei,this[e(185)]({attributes:{class:[e(208)]}}),this[e(192)]=new go.View,this[e(192)][e(197)]({tag:e(188),attributes:{class:[e(183),n.to(e(198),(t=>e(204)+t)),n.if(e(191),e(209))]},children:[{text:n.to(e(200))}]}),this[e(207)][e(195)](this[e(192)])}}var Bi=n(197),Li={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Bi.A,Li);Bi.A.locals;const zi=Fi;function Fi(t,e){const n=Ki();return(Fi=function(t,e){return n[t-=266]})(t,e)}function Ki(){const t=["northArrowSouthWest","_detachFromContainer","high","activeAnnotation","_attachListeners","change:height","refresh","_setSelectedAnnotations","values","pluginName","includes","focusableElements","refreshPositioning","437052iUnXAD","attach","view","esc","getByView","34494IphFbi","stop","_annotations","balloonPanelView","set:container","requires","has","editors","ready","focus","_manuallyClosedAnnotationViews","removeEventListener","12ljaasg","southArrowNorthEast","southArrowNorthWest","change:container","create","261684IPPvAN","_domEmitter","off","low","_integrateWithEditorAnnotations","pin","resize","3951evJypq","plugins","getSidebarItemView","from","stopListening","detach","context","element","rearrange","add","annotations","_annotationToNarrowView","_attachToContainer","northArrowSouth","1678470jKAewK","annotationType","_updateBalloonPosition","keydown","preventClosingBalloon","isAttached","_refreshPositioning","hasDomSelection","target","setActiveAnnotation","stopPropagation","attachToDom","keyCode","_hideBalloon","number","EditorAnnotations","mousedown","176fJzOng","getOrderedSelectedAnnotations","uiUpdate","register","length","addAnnotation","50mPxEqN","121310KcAyeX","bodyCollection","type","_editorAnnotations","narrowsidebar-attach-already-attached","northArrowSouthEast","defaultPositions","_detachListeners","blur","preventDefault","addEventListener","destroy","isVisible","locale","remove","_refreshPositioningDebounced","NarrowSidebar","southArrowNorth","ck-sidebar--narrow","_showBalloon","detachFromDom","cancel","narrowSidebar","execute","clear","first","content","unpin","49437YPhkMA","_selectedAnnotations","isDirty","find","contains","Esc","get","init","narrowsidebar-detach-not-attached","delete","set","listenTo","bind","_destroyEditorAnnotationsIntegration"];return(Ki=function(){return t})()}!function(t,e){const n=Fi,o=t();for(;;)try{if(103154===parseInt(n(348))/1+-parseInt(n(298))/2*(-parseInt(n(376))/3)+parseInt(n(303))/4+-parseInt(n(347))/5*(-parseInt(n(286))/6)+-parseInt(n(281))/7+-parseInt(n(341))/8*(parseInt(n(310))/9)+-parseInt(n(324))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Ki);class Ui extends t.ContextPlugin{static get[zi(291)](){return[xi,mi]}static get[zi(277)](){return zi(364)}constructor(t){const n=zi;super(t),this[n(329)]=!1,this[n(296)]=new Set,this[n(304)]=Object[n(302)](e.DomEmitterMixin),this[n(321)]=new Map,this[n(386)](n(271),null),this[n(320)]=null,this[n(377)]=[],this[n(351)]=new e.Collection,this[n(363)]=Hs((()=>{this[n(330)]()}),250,{leading:!1})}[zi(383)](){const t=zi;this[t(316)][t(311)][t(382)](mi)[t(344)](t(370),this),this[t(349)]=new go.BodyCollection(this[t(316)][t(361)]),this[t(289)]=new go.BalloonPanelView(this[t(316)][t(361)]),this[t(349)][t(335)](),this[t(349)][t(319)](this[t(289)])}[zi(282)](n){const o=zi;this[o(320)]=n;const s=this[o(316)][o(311)][o(382)](xi),r=this[o(289)];if(s[o(288)]=n,this[o(329)])throw new e.CKEditorError(o(352),this);this[o(329)]=!0,this[o(387)](s,o(290),(()=>{const t=o;this[t(315)](),this[t(387)](s,t(301),(e=>{const o=t;e[o(305)](),this[o(282)](n)}))})),s[o(322)]({viewClass:o(366),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(316)][e(361)]);s[e(346)](t,n),this[e(321)][e(386)](t,n),n[e(266)](e(378),e(325),e(338)).to(t[e(283)],e(378),e(350),e(345)),n.on(e(371),(()=>{const n=e;this[n(296)][n(372)](),r[n(374)][n(373)]!==t[n(283)]?(this[n(367)](t),t[n(283)][n(317)][n(295)](),this[n(333)](t)):this[n(333)](null)}))};for(const t of n)i(t);this[o(387)](n,o(319),((t,e)=>{i(e)})),this[o(387)](n,o(362),((t,e,r)=>{const i=o;this[i(321)][i(382)](e)[i(359)](),this[i(321)][i(385)](e),s[i(318)]({removedAnnotation:e,previousAnnotation:n[i(382)](r-1),nextAnnotation:n[i(382)](r+1)}),e===this[i(271)]&&this[i(333)](null)}),{priority:o(306)}),this[o(387)](n,o(295),((t,e)=>{this[o(333)](e)})),this[o(387)](n,o(356),(()=>{this[o(333)](null)})),this[o(304)][o(387)](document,o(327),((t,n)=>{const s=o;n[s(336)]===e.keyCodes[s(284)]&&r[s(360)]&&(this[s(296)][s(319)](r[s(374)][s(373)]),this[s(337)](),n[s(334)](),n[s(357)]())})),this[o(304)][o(387)](document,o(340),((t,e)=>{const n=o,i=e[n(332)];r[n(360)]&&r[n(317)][n(380)](i)||s[n(283)][n(317)][n(380)](i)||t[n(328)]||this[n(271)]&&this[n(271)][n(279)][n(379)]((t=>t[n(380)](i)))||(this[n(296)][n(372)](),this[n(337)](),this[n(333)](null))}));const c=this[o(316)]instanceof t.Context?this[o(316)][o(293)]:new e.Collection([this[o(316)]]);for(const t of c)this[o(307)](t);this[o(387)](c,o(319),((t,e)=>{const n=o;this[n(387)](e,n(294),(()=>{this[n(307)](e)}))})),this[o(387)](c,o(362),((t,e)=>{const n=o;e[n(311)][n(292)](n(339))&&this[n(267)](e[n(311)][n(382)](n(339)))})),window[o(358)](o(309),this[o(363)]),this[o(330)]()}[zi(333)](t){const e=zi;if(t===this[e(271)])return;const n=this[e(316)][e(311)][e(382)](xi);n[e(274)]({blurredAnnotation:this[e(271)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(312)](t)?this[e(367)](t):this[e(337)](),this[e(271)]=t}[zi(315)](){const n=zi;if(!this[n(329)])throw new e.CKEditorError(n(384),this);this[n(333)](null);const o=this[n(316)][n(311)][n(382)](xi);this[n(337)](),Array[n(313)](this[n(321)][n(276)](),(t=>t[n(359)]())),this[n(321)][n(372)](),o[n(269)](this[n(320)]),this[n(314)](),this[n(304)][n(314)](),this[n(316)]instanceof t.Context&&this[n(314)](this[n(316)][n(293)]);for(const t of Array[n(313)](this[n(351)]))this[n(267)](t);window[n(297)](n(309),this[n(363)]),this[n(363)][n(369)](),this[n(377)]=[],this[n(329)]=!1,this[n(320)]=null}[zi(359)](){const t=zi;this[t(329)]&&this[t(315)](),this[t(349)][t(368)]()}[zi(307)](t){const e=zi,n=t[e(311)][e(382)](jr),o=this[e(316)][e(311)][e(382)](xi),s=this[e(320)],r=this[e(289)],i=()=>{const t=e,o=n[t(342)]({annotations:this[t(320)],activeAnnotation:this[t(271)]});this[t(275)](o),this[t(333)](o[0]||null)};this[e(387)](n,e(274),i),this[e(387)](n,e(356),((t,{isAnnotationTracked:n})=>{const o=e;this[o(271)]&&n(this[o(271)])&&(this[o(275)]([]),this[o(333)](null))})),this[e(387)](n,e(343),(()=>{this[e(363)]()})),this[e(387)](s,e(356),(t=>{const o=e;n[o(331)]()&&t[o(287)]()}),{priority:e(270)}),this[e(387)](this[e(304)],e(340),((t,s)=>{const c=e,a=s[c(332)];r[c(360)]&&r[c(317)][c(380)](a)||o[c(283)][c(317)][c(380)](a)||this[c(271)]&&n[c(331)]()&&(i(),t[c(328)]=!0)}),{priority:e(270)}),this[e(351)][e(319)](n)}[zi(267)](t){const e=zi;t&&(this[e(314)](t),this[e(351)][e(362)](t))}[zi(275)](t){const e=zi;for(const n of this[e(377)])t[e(278)](n)||this[e(296)][e(385)](n[e(283)]);this[e(377)]=t}[zi(330)](){const t=zi,e=this[t(289)];this[t(320)][t(280)](),e[t(360)]&&this[t(326)]()}[zi(367)](t){const e=zi;if(this[e(296)][e(292)](t[e(283)]))return;const n=this[e(289)][e(374)][e(373)];n!==t[e(283)]?(n&&this[e(355)](n),this[e(272)](t[e(283)]),this[e(289)][e(374)][e(372)](),this[e(289)][e(374)][e(319)](t[e(283)]),this[e(326)]()):this[e(326)]()}[zi(326)](){const t=zi,e=this[t(289)][t(374)][t(373)],n=e&&this[t(320)][t(285)](e);if(!n||!this[t(321)][t(292)](n))return;const o=this[t(321)][t(382)](n)[t(317)],s=function(){const e=t,n=go.BalloonPanelView[e(354)];return[n[e(299)],n[e(353)],n[e(365)],n[e(323)],n[e(300)],n[e(268)]]}();this[t(289)][t(308)]({target:o,positions:s})}[zi(337)](){const t=zi,e=this[t(289)],n=e[t(374)][t(373)];n&&(this[t(355)](n),e[t(375)](),e[t(374)][t(372)]())}[zi(272)](t){const e=zi;this[e(387)](t,e(273),(()=>this[e(326)]())),this[e(387)](t,e(381),((n,o)=>{const s=e;this[s(296)][s(319)](t),this[s(337)](),o()}))}[zi(355)](t){this[zi(314)](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 Ji(t,e){const n=Gi();return(Ji=function(t,e){return n[t-=102]})(t,e)}function Gi(){const t=["4887iiAIMC","plugins","document","InlineAnnotations","2927112XrfGxd","detach","find","addObserver","update","inlineannotations-attach-already-attached","mousedown","get","attach","11KHzfZN","Esc","fromRect","502535AUAwjf","blur","24qgOBjQ","view","bottom","getBoundingClientRect","_getBalloonTargetForAnnotation","afterInit","_closeAnnotation","hasActive","length","change:height","refresh","activeAnnotation","_removeAnnotationFromBalloon","every","includes","set","_setSelectedAnnotations","change:isFocused","top","_balloon","delete","511761cDRGBr","getFirstRange","showStack","visibleView","remove","8lUPROS","_addedAnnotations","pluginName","_selectedAnnotations","register","right","getByView","992Sovwys","left","domConverter","switchTo","_manuallyClosed","_addAnnotationToBalloon","getOrderedSelectedAnnotations","inlineannotations-detach-not-attached","init","inline","stopListening","editableElement","116770zDGrbg","selection","updatePosition","map","editing","inlineannotations-not-allowed-with-context","has","viewRangeToDom","isActive","_forceRefresh","push","change:visibleView","destroy","324044YlpQQM","11TrRExl","clear","add","width","focusTracker","isFocused","editor","isAttached","listenTo","getClientRects","targetRect","collapse","annotations","125246JYYnSP","requires","setActiveAnnotation","from","keystrokes","context","hasView","focus","target"];return(Gi=function(){return t})()}!function(t,e){const n=Ji,o=t();for(;;)try{if(421417===-parseInt(n(153))/1*(-parseInt(n(131))/2)+-parseInt(n(179))/3*(-parseInt(n(184))/4)+-parseInt(n(156))/5+-parseInt(n(158))/6*(parseInt(n(117))/7)+parseInt(n(191))/8*(-parseInt(n(140))/9)+parseInt(n(104))/10*(-parseInt(n(118))/11)+-parseInt(n(144))/12)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(Gi);class Xi extends t.Plugin{static get[qi(132)](){return[jr,go.ContextualBalloon,mi]}static get[qi(186)](){return qi(143)}constructor(t){const e=qi;super(t),t[e(108)][e(159)][e(147)](To.MouseObserver),this[e(125)]=!1,this[e(173)](e(169),null),this[e(130)]=null,this[e(195)]=new Set,this[e(177)]=t[e(141)][e(151)](go.ContextualBalloon),this[e(185)]=new Set,this[e(187)]=[],this[e(113)]=!1}[qi(199)](){const t=qi,e=this[t(124)][t(141)][t(151)](mi);e[t(136)]===this[t(124)]&&(e[t(188)](t(200),this),this[t(124)][t(135)][t(173)](t(154),((e,n)=>{const o=t,s=this[o(177)];if(this[o(125)]&&s[o(182)]){const t=this[o(130)][o(190)](s[o(182)]);t&&this[o(164)](t),n()}})))}[qi(163)](){const t=qi,e=this[t(124)][t(141)][t(151)](mi);e[t(136)]===this[t(124)]&&(e[t(165)]()||e[t(194)](t(200)))}[qi(133)](t){const e=qi;t!==this[e(169)]&&(this[e(169)]&&(this[e(169)][e(112)]=!1),t&&this[e(124)].ui[e(122)][e(123)]&&(this[e(130)][e(110)](t)&&this[e(196)](t,!0),t[e(112)]=!0),t||this[e(174)]([]),this[e(169)]=t)}[qi(152)](t){const n=qi;this[n(130)]=t;const o=this[n(124)][n(141)][n(151)](mi),s=this[n(177)];if(this[n(125)])throw new e.CKEditorError(n(149),this);if(o[n(136)]!==this[n(124)])throw new e.CKEditorError(n(109),this);const r=this[n(124)][n(141)][n(151)](jr);this[n(126)](r,n(168),(()=>{const t=n,e=r[t(197)]({annotations:this[t(130)],activeAnnotation:this[t(169)]});var o,s;!this[t(113)]&&(o=e,s=this[t(187)],o[t(166)]===s[t(166)]&&o[t(171)]((e=>s[t(172)](e))))||(this[t(113)]=!1,this[t(174)](e),this[t(133)](e[0]||null))})),this[n(126)](r,n(157),((t,{isAnnotationTracked:e})=>{const o=n;this[o(169)]&&e(this[o(169)])&&(this[o(174)]([]),this[o(133)](null))})),this[n(126)](this[n(124)].ui[n(122)],n(175),((t,e,o)=>{o||this[n(133)](null)})),this[n(126)](t,n(183),((t,e)=>{const o=n;this[o(170)](e),e===this[o(169)]&&this[o(133)](null)})),this[n(126)](s,n(115),((e,o,r,i)=>{const c=n;i&&this[c(102)](i);const a=t[c(190)](r);r&&a&&(this[c(126)](r,c(167),(()=>{s[c(106)]()})),this[c(126)](r,c(154),(()=>{const t=c;this[t(164)](a),this[t(124)][t(108)][t(159)][t(138)]()})),this[c(169)]!==a&&this[c(133)](a))})),this[n(126)](this[n(124)].ui,n(148),(()=>{const e=n;s[e(182)]&&t[e(190)](s[e(182)])&&s[e(106)]()})),this[n(126)](this[n(124)][n(108)][n(159)][n(142)],n(150),(()=>{const t=n;this[t(113)]=!0,this[t(195)][t(119)]()})),this[n(124)][n(108)][n(159)][n(142)][n(105)][n(103)]&&this[n(124)][n(108)][n(159)][n(138)](),this[n(125)]=!0}[qi(145)](){const t=qi;if(!this[t(125)])throw new e.CKEditorError(t(198),this);this[t(133)](null);for(const e of this[t(185)])this[t(170)](e);this[t(102)](),this[t(125)]=!1,this[t(130)]=null}[qi(116)](){const t=qi;this[t(125)]&&this[t(145)]()}[qi(174)](t){const e=qi;for(const n of this[e(187)])t[e(172)](n)||this[e(195)][e(178)](n);for(const n of this[e(130)])t[e(172)](n)||this[e(170)](n);if(this[e(124)].ui[e(122)][e(123)])for(const n of t)this[e(196)](n);this[e(187)]=t}[qi(196)](t,e=!1){const n=qi;this[n(195)][n(110)](t)||(this[n(185)][n(110)](t)||this[n(177)][n(137)](t[n(159)])||(this[n(185)][n(120)](t),this[n(177)][n(120)]({stackId:t[n(159)].id,view:t[n(159)],position:{target:()=>this[n(162)](t)}})),e&&this[n(177)][n(181)](t[n(159)].id))}[qi(162)](t){const n=qi,o=t[n(139)],s=this[n(124)][n(108)][n(159)],r=s[n(142)][n(105)][n(180)](),i=s[n(193)][n(111)](r);if(i[n(129)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(114)](...(c=e[n(127)](),Array[n(134)](c)[n(107)](DOMRect[n(155)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(166)];n++)Qi(s,t[n])?s[e(121)]+=t[n][e(121)]:(o[e(114)](s),s=t[n]);return o[e(114)](s),o}(t);const s=i[n(161)]();return t[n(146)]((t=>t[n(176)]<=s[n(176)]&&t[n(160)]>=s[n(160)]&&t[n(192)]<=s[n(192)]&&t[n(189)]>=s[n(189)]))||t[0]}var c;return t[n(128)]||i}[qi(170)](t){const e=qi;this[e(185)][e(110)](t)&&this[e(177)][e(137)](t[e(159)])&&(this[e(185)][e(178)](t),this[e(177)][e(183)](t[e(159)]))}[qi(164)](t){const e=qi;this[e(195)][e(120)](t),this[e(170)](t)}}function Qi(t,e){const n=qi;return t[n(176)]===e[n(176)]&&t[n(160)]===e[n(160)]&&t[n(189)]===e[n(192)]}var Zi=n(353),Yi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Zi.A,Yi);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=["arrowright","bindTemplate","isEmpty","ck-comments-archive__content","55hthnCM","1706bpJwiY","render","6058644lqzVMO","ck-comments-archive__info","7538980aGkAwm","_keystrokes","tab","selectstart","element","arrowdown","_focusTracker","focus","ck-comments-archive","EMPTY_COMMENTS_ARCHIVE","isActive","set","listenTo","stopPropagation","_focusables","auto","add","destroy","6ZhZYvC","remove","_focusCycler","6351bDDBbg","arrowleft","length","1459728PyTVRs","ck-hidden","50GoTWfS","231jXPyGD","high","shift + tab","3091554AmEKlp","div","arrowup","setTemplate","151472wLGrhS","177459jcumOs"];return(ec=function(){return t})()}function nc(t,e){const n=ec();return(nc=function(t,e){return n[t-=482]})(t,e)}!function(t,e){const n=nc,o=t();for(;;)try{if(946249===parseInt(n(507))/1+parseInt(n(513))/2*(-parseInt(n(493))/3)+-parseInt(n(496))/4+parseInt(n(517))/5*(parseInt(n(490))/6)+-parseInt(n(499))/7*(-parseInt(n(506))/8)+-parseInt(n(502))/9*(parseInt(n(498))/10)+parseInt(n(512))/11*(parseInt(n(515))/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(483)](o(510),!n[o(495)]),this[o(523)]=new e.FocusTracker,this[o(518)]=new e.KeystrokeHandler,this[o(486)]=n,this[o(492)]=new go.FocusCycler({focusables:this[o(486)],focusTracker:this[o(523)],keystrokeHandler:this[o(518)],actions:{focusPrevious:o(501),focusNext:o(519)}}),this[o(484)](n,o(488),(()=>{this[o(510)]=!1})),this[o(484)](n,o(491),((t,e)=>{const s=o;e[s(482)]&&this[s(524)](),n[s(495)]||(this[s(510)]=!0)}));const s=this[o(509)];this[o(505)]({tag:o(503),attributes:{dir:o(487),class:["ck",o(525)],tabindex:-1},children:[{tag:o(503),attributes:{class:[o(511)]},children:[{tag:o(503),children:n},{tag:"p",attributes:{class:[o(516),s.if(o(510),o(497),(t=>!t))]},children:[{text:vo(t,o(526))}]}]}]})}[tc(514)](){const t=tc;super[t(514)](),this[t(518)][t(484)](this[t(521)]);const e=e=>e[t(485)]();this[t(518)][t(483)](t(508),e),this[t(518)][t(483)](t(494),e),this[t(518)][t(483)](t(504),e),this[t(518)][t(483)](t(522),e),this[t(484)](this[t(521)],t(520),((e,n)=>{n[t(485)]()}),{priority:t(500)})}[tc(489)](){const t=tc;super[t(489)](),this[t(523)][t(489)](),this[t(518)][t(489)]()}[tc(524)](){const t=tc;this[t(521)][t(524)]()}}const sc=ic;function rc(){const t=["init","1894564MyMONO","plugins","length","remove","add","2457888nBUeMO","_calculatePosition","addCommentThread","4CiYnDr","620vHSWUq","3192kXzyRw","3284790eDJsdB","change:archivedAt","pluginName","findIndex","stopListening","highest","focus","CommentsArchive","get","159786EBMDbn","collection","archivedThreads","9GgcNrR","archivedAt","requires","has","listenTo","removeCommentThread","6378288rqWYTH","isActive","393YnaRoE","context","activate","2804085ifAmYQ","getCommentThread"];return(rc=function(){return t})()}function ic(t,e){const n=rc();return(ic=function(t,e){return n[t-=397]})(t,e)}!function(t,e){const n=ic,o=t();for(;;)try{if(535378===parseInt(n(416))/1*(-parseInt(n(432))/2)+parseInt(n(427))/3*(-parseInt(n(430))/4)+parseInt(n(419))/5+-parseInt(n(433))/6+parseInt(n(422))/7+-parseInt(n(414))/8*(-parseInt(n(408))/9)+-parseInt(n(431))/10*(-parseInt(n(405))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(rc);class cc extends t.ContextPlugin{static get[sc(398)](){return sc(403)}static get[sc(410)](){return[_r,fr]}constructor(t){const n=sc;super(t),this[n(407)]=new e.Collection}[sc(421)](){const t=sc,e=this[t(417)],n=e[t(423)][t(404)](_r),o=e[t(423)][t(404)](fr);this[t(412)](n,t(429),((e,{threadId:o})=>{const s=t,r=n[s(420)](o);r[s(409)]&&this[s(407)][s(426)](r,this[s(428)](r[s(409)])),this[s(412)](r,s(397),((t,e,n)=>{const o=s;n?this[o(407)][o(411)](r)||this[o(407)][o(426)](r,this[o(428)](r[o(409)])):this[o(407)][o(411)](r)&&this[o(407)][o(425)](r)}))})),this[t(412)](n,t(413),((e,{threadId:o})=>{const s=t,r=n[s(420)](o);this[s(400)](r),this[s(407)][s(411)](r)&&this[s(407)][s(425)](r)}),{priority:t(401)}),this[t(412)](o[t(406)],t(402),((e,n)=>{const s=t;n[s(415)]=!0,o[s(418)](n)}))}[sc(428)](t){const e=sc,n=[...this[e(407)]][e(399)]((n=>n[e(409)]<t));return n>-1?n:this[e(407)][e(424)]}}const ac=uc;function hc(){const t=["56sQDrUE","length","archivedAt","locale","componentFactory","innerView","376069gaDemm","splice","getByInnerView","view","get","annotationViews","commentsArchiveView","stopListening","_pendingThreads","archivedThreads","446466QQwwPP","remove","228505VOwohN","Annotations","findIndex","commentsArchive","415084wqcrTP","Dialog","push","channelId","232432qntUqx","init","execute","_toggleDialog","CommentsRepository","CommentsArchiveUI","listenTo","_threadToController","show","COMMENTS_ARCHIVE","EDITOR_TOP_SIDE","tooltip","hide","419208VyeOEO","requires","bind","focusableElements","menuBar:commentsArchive","filter","_createCommentsArchiveButton","add","indexOf","isEnabled","_visibleAnnotations","collection","isVisible","set","editor","plugins","2197664CFUIpT","_calculatePosition","config","collaboration.channelId","pluginName","find"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=329]})(t,e)}!function(t,e){const n=uc,o=t();for(;;)try{if(570697===parseInt(n(363))/1+-parseInt(n(383))/2+parseInt(n(335))/3+-parseInt(n(379))/4+-parseInt(n(375))/5+parseInt(n(373))/6*(parseInt(n(357))/7)+-parseInt(n(351))/8)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(hc);class lc extends t.Plugin{static get[ac(355)](){return ac(388)}static get[ac(336)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(368)]=new go.ViewCollection,this[e(371)]=[]}[ac(384)](){const t=ac;this[t(349)].ui[t(361)][t(342)](t(378),(()=>this[t(341)](go.ButtonView,!0))),this[t(349)].ui[t(361)][t(342)](t(339),(()=>this[t(341)](go.MenuBarMenuListItemButtonView)));const e=this[t(349)][t(350)][t(367)](cc),n=this[t(349)][t(350)][t(367)](t(376)),o=this[t(349)][t(350)][t(367)](t(387));this[t(389)](e[t(372)],t(342),((e,s)=>{const r=t,i=this[r(349)][r(353)][r(367)](r(354));if(!i||s[r(382)]===i){const t=o[r(329)][r(367)](s);if(!t)return void this[r(371)][r(381)](s);const e=this[r(352)](s[r(359)]),i=n[r(365)](t[r(366)]);i[r(347)]&&n[r(345)][r(374)](i),this[r(368)][r(342)](i[r(366)],e)}})),this[t(389)](n[t(346)],t(342),((e,n)=>{const s=t,r=this[s(371)][s(356)]((t=>{const e=s,r=o[e(329)][e(367)](t);return r&&n[e(362)]===r[e(366)]}));if(r){const t=this[s(352)](r[s(359)]);this[s(368)][s(342)](n[s(366)],t),this[s(371)][s(364)](this[s(371)][s(343)](r),1)}})),this[t(389)](e[t(372)],t(374),((e,s)=>{const r=t,i=this[r(349)][r(353)][r(367)](r(354));if(!i||s[r(382)]===i){const t=o[r(329)][r(367)](s),e=n[r(365)](t[r(366)]);this[r(368)][r(374)](e[r(366)]),this[r(370)](e[r(338)])}}))}[ac(352)](t){const e=ac,n=this[e(349)][e(353)][e(367)](e(354)),o=[...this[e(349)][e(350)][e(367)](cc)[e(372)]][e(340)]((t=>t[e(382)]===n))[e(377)]((n=>n[e(359)]<t));return o<0||o>this[e(368)][e(358)]?this[e(368)][e(358)]:o-1}[ac(386)](){const t=ac,e=this[t(349)],n=e[t(350)][t(367)](t(380));this[t(369)]||(this[t(369)]=new oc(e[t(360)],this[t(368)])),t(378)===n.id?n[t(334)]():n[t(330)]({id:t(378),title:vo(e[t(360)],t(331)),icon:$i,hasCloseButton:!0,content:this[t(369)],position:go.DialogViewPosition[t(332)]})}[ac(341)](t,e=!1){const n=ac,o=this[n(349)][n(360)],s=new t(o);return s[n(337)](n(344)).to(this,n(344)),s[n(348)]({label:vo(o,n(331)),icon:$i}),e&&(s[n(333)]=!0),this[n(389)](s,n(385),(()=>this[n(386)]())),s}}var dc=pc;function mc(){var t=["425689YspxgO","249282wqlRQL","35fRLQlz","24330TSAaZI","69592HANQsL","pluginName","651390SYOtnB","867856glscQm","350181JYrBYg","requires","180aNYJda","215pEiKhq","Comments","78LRWhFT"];return(mc=function(){return t})()}function pc(t,e){var n=mc();return(pc=function(t,e){return n[t-=223]})(t,e)}!function(t,e){for(var n=pc,o=t();;)try{if(299998===parseInt(n(230))/1+parseInt(n(236))/2+parseInt(n(229))/3*(-parseInt(n(234))/4)+parseInt(n(227))/5*(parseInt(n(233))/6)+-parseInt(n(232))/7*(parseInt(n(223))/8)+-parseInt(n(224))/9+-parseInt(n(226))/10*(-parseInt(n(231))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(mc);class fc extends t.Plugin{static get[dc(225)](){return[_r,Xr,ri,cc,lc,ai,Vi,Ui,Xi]}static get[dc(235)](){return dc(228)}}function gc(t,e){var n=vc();return(gc=function(t,e){return n[t-=302]})(t,e)}function vc(){var t=["1362EqxykD","1720160SXMdcu","64gRKPJI","682747iFomcS","492382pECbag","273470IEPiLr","15934284XLQTTp","23065hEgXCk","4741344qSBeGh"];return(vc=function(){return t})()}!function(t,e){for(var n=gc,o=t();;)try{if(826791===parseInt(n(305))/1+parseInt(n(306))/2+parseInt(n(310))/3+-parseInt(n(304))/4*(parseInt(n(307))/5)+parseInt(n(302))/6*(parseInt(n(309))/7)+parseInt(n(303))/8+-parseInt(n(308))/9)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(vc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();