@ckeditor/ckeditor5-comments 42.0.2-alpha.0 → 42.0.2-alpha.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.
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}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var c=0;c<t.length;c++){var a=[].concat(t[c]);o&&s[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},673:(t,e,n)=>{"use strict";var o,s=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function c(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],a=e.base?r[0]+e.base:r[0],h=n[a]||0,u="".concat(a," ").concat(h);n[a]=h+1;var d=c(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=a(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var s=c(n[o]);i[s].references--}for(var r=a(t,e),h=0;h<n.length;h++){var u=c(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{AnnotationView:()=>er,Annotations:()=>pr,AnnotationsUIs:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>_r,CommentThreadController:()=>fo,CommentThreadInputView:()=>Wo,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>$o,CommentsOnly:()=>hi,CommentsRepository:()=>Ir,CommentsUI:()=>ri,EditorAnnotations:()=>Vr,InlineAnnotations:()=>Gi,NarrowSidebar:()=>Ui,WideSidebar:()=>Ni});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const h=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const I=b||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 O=_?_.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):M(t)};const V=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!V(t))return!1;var e=R(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 B=Function.prototype.toString;const z=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var L=/^\[object .+?Constructor\]$/,F=Function.prototype,K=Object.prototype,U=F.toString,H=K.hasOwnProperty,W=RegExp("^"+U.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!V(t)||P(t))&&(j(t)?W:L).test(z(t))};const X=function(t,e){return null==t?void 0:t[e]};const G=function(t,e){var n=X(t,e);return q(n)?n:void 0};const J=G(I,"Map");const Q=G(Object,"create");const Y=function(){this.__data__=Q?Q(null):{},this.size=0};const Z=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Q){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Q?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Q&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}st.prototype.clear=Y,st.prototype.delete=Z,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(J||p),string:new rt}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!J||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function wt(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}wt.prototype.add=wt.prototype.push=kt,wt.prototype.has=bt;const 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 d=-1,l=!0,m=2&n?new It:void 0;for(r.set(t,e),r.set(e,t);++d<c;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!_t(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=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 Ot=function(t,e,n,o,s,r,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new At(t),new At(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var h=1&o;if(a||(a=Et),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var d=Ct(a(t),a(e),o,s,r,c);return c.delete(t),d;case"[object Symbol]":if(Mt)return Mt.call(t)==Mt.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 Vt=Array.isArray;const jt=function(t,e,n){var o=e(t);return Vt(t)?o:Rt(o,n(t))};const Nt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const zt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Lt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Lt(t)&&"[object Arguments]"==R(t)};var Kt=Object.prototype,Ut=Kt.hasOwnProperty,Ht=Kt.propertyIsEnumerable;const Wt=Ft(function(){return arguments}())?Ft:function(t){return Lt(t)&&Ut.call(t,"callee")&&!Ht.call(t,"callee")};const qt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Gt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,Jt=Gt&&Gt.exports===Xt?I.Buffer:void 0;const Qt=(Jt?Jt.isBuffer:void 0)||qt;var Yt=/^(?:0|[1-9]\d*)$/;const Zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Yt.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 Lt(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=Vt(t),o=!n&&Wt(t),s=!n&&!o&&Qt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?zt(t.length,String):[],a=c.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Zt(h,a))||c.push(h);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!j(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return jt(t,ke,Bt)};var we=Object.prototype.hasOwnProperty;const Ie=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<a;){var f=t[u=c[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const _e=G(I,"DataView");const ye=G(I,"Promise");const Ce=G(I,"Set");const Ae=G(I,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Me="[object WeakMap]",Oe="[object DataView]",Re=z(_e),Ve=z(J),je=z(ye),Ne=z(Ce),Se=z(Ae),De=R;(_e&&De(new _e(new ArrayBuffer(1)))!=Oe||J&&De(new J)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=xe||Ae&&De(new Ae)!=Me)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?z(n):"";if(o)switch(o){case Re:return Oe;case Ve:return Te;case je:return Ee;case Ne:return xe;case Se:return Me}return e});const Pe=De;var Be="[object Arguments]",ze="[object Array]",Le="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=Vt(t),c=Vt(e),a=i?ze:Pe(t),h=c?ze:Pe(e),u=(a=a==Be?Le:a)==Le,d=(h=h==Be?Le:h)==Le,l=a==h;if(l&&Qt(t)){if(!Qt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Ot(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Fe.call(t,"__wrapped__"),p=d&&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!!l&&(r||(r=new vt),Ie(t,e,n,o,s,r))};const Ue=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Lt(e)&&!Lt(n)?e!=e&&n!=n:Ke(e,n,o,s,t,r))};const He=function(t,e){return Ue(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const qe=function(){try{var t=G(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xe=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ge=Object.prototype.hasOwnProperty;const Je=function(t,e,n){var o=t[e];Ge.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Xe(t,e,n)};const 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?Xe(n,c,a):Je(n,c,a)}return n};const Ye=function(t,e){return t&&Qe(e,ke(e),t)};const Ze=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!V(t))return Ze(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&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?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 Qe(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Bt(t)),t=dn(t);return e}:St;const mn=function(t,e){return Qe(t,ln(t),e)};const pn=function(t){return jt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const vn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var 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 kn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Cn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return wn(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!V(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const Mn=function(t){return Lt(t)&&"[object Map]"==Pe(t)};var On=ie&&ie.isMap;const Rn=On?ne(On):Mn;const Vn=function(t){return Lt(t)&&"[object Set]"==Pe(t)};var jn=ie&&ie.isSet;const Nn=jn?ne(jn):Vn;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 zn=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(!V(e))return e;var d=Vt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Qt(e))return an(e,a);if(l==Pn||l==Sn||m&&!r){if(c=h||m?{}:xn(e),!a)return h?mn(e,nn(c,e)):un(e,Ye(c,e))}else{if(!Bn[l])return r?e:{};c=An(e,l,a)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,c),Nn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return We(f||e,(function(s,r){f&&(s=e[r=s]),Je(c,r,t(s,n,o,r,e,i))})),c};const Ln=function(t){return zn(t,5)};const Fn=function(t){return"symbol"==typeof t||Lt(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Hn=function(t,e){if(Vt(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 Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(Wn.Cache||pt),n}Wn.Cache=pt;const qn=Wn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gn=/\\(\\)?/g;const Jn=function(t){var e=qn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(Xn,(function(t,n,o,s){e.push(o?s.replace(Gn,"$1"):n||t)})),e}));const 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 Yn=_?_.prototype:void 0,Zn=Yn?Yn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Vt(e))return Qn(e,t)+"";if(Fn(e))return Zn?Zn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return Vt(t)?t:Hn(t,e)?[t]:Jn(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(!V(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=V(u)?u:Zt(e[s+1])?[]:{})}Je(c,a,h),c=c[a]}return t};const so=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};var lo=mo;function mo(t,e){var n=po();return(mo=function(t,e){return n[t-=107]})(t,e)}function po(){var t=["update","reopenCommentThread","destroy","4054482JatKmE","remove","resolveCommentThread","_localUser","getComment","updateComment","1697386fyvCOR","28540179vhGktl","removeCommentThread","view","reopen","95rfywkh","53229VNrIHs","addComment","removeComment","2ETpEfu","2206946DNVlGs","6336616UNyBYA","resolve","158172YguZzo","_isAttached","model","stopListening","submit","isResolved","submitCommentThread","listenTo"];return(po=function(){return t})()}!function(t){for(var e=mo,n=t();;)try{if(939119===-parseInt(e(128))/1+-parseInt(e(107))/2*(-parseInt(e(134))/3)+parseInt(e(111))/4*(-parseInt(e(133))/5)+parseInt(e(122))/6+parseInt(e(108))/7+-parseInt(e(109))/8+parseInt(e(129))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(113)]=t,this[n(113)][n(112)]=!0,this[n(131)]=e,this[n(118)](e,n(117),(()=>this[n(115)]())),this[n(118)](e,n(130),(()=>this[n(123)]())),this[n(118)](e,n(124),(()=>this[n(110)]())),this[n(118)](e,n(120),(()=>this[n(132)]())),this[n(118)](e,n(135),((t,e)=>this[n(135)](e))),this[n(118)](e,n(127),((t,e,o)=>this[n(127)](e,o))),this[n(118)](e,n(136),((t,e)=>this[n(136)](e)))}[lo(115)](){var t=lo;this[t(113)][t(115)]()}[lo(123)](){var t=lo;this[t(113)][t(123)]()}[lo(110)](){var t=lo;this[t(113)][t(116)]||this[t(113)][t(110)]()}[lo(132)](){var t=lo;this[t(113)][t(116)]&&this[t(113)][t(132)]()}[lo(135)](t){var e=lo;this[e(113)][e(135)]({content:t,authorId:this[e(131)][e(125)].id})}[lo(127)](t,e){var n=lo;this[n(113)][n(126)](t)[n(119)]({content:e})}[lo(136)](t){var e=lo;this[e(113)][e(126)](t)[e(123)]()}[lo(121)](){var t=lo;this[t(114)](),this[t(113)][t(112)]=!1}}var go=n(311);function vo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a comment.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a comment.",id:"ENTER_COMMENT_ANNOUNCEMENT"});case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}function ko(){const t=["div","text","uiLanguage","15NiIdsp","uiLanguageDirection","1579068vDBZZI","_createVoiceLabel","focus","render","ck-editor__main","207484qMQGFQ","ck-reset","editable","252490WUFuUm","main","Comment editor","ck-voice-label","198394HEslMI","presentation","cke-editor__aria-label_","459OnxMUH","setTemplate","1452563FIZHVb","ck-comment__input","943428SGzjPs","_voiceLabelView","extendTemplate","ck-editor__aria-label_","comment","1708185yNgUiQ","createCollection","ck-editor","ck-rounded-corners","add","element","16pBbSsJ"];return(ko=function(){return t})()}const bo=wo;function wo(t,e){const n=ko();return(wo=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=wo,n=t();for(;;)try{if(480072===parseInt(e(311))/1+-parseInt(e(318))/2*(parseInt(e(304))/3)+parseInt(e(306))/4+-parseInt(e(294))/5+-parseInt(e(289))/6+parseInt(e(287))/7*(-parseInt(e(300))/8)+-parseInt(e(321))/9*(-parseInt(e(314))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ko);class Io extends go.EditorUIView{constructor(t,n){const o=wo;super(t);const s=(0,e.uid)();this[o(315)]=this[o(295)](),this[o(313)]=new go.InlineEditableUIView(t,n),this[o(290)]=this[o(307)](s,t),this[o(322)]({tag:o(301),attributes:{class:[o(312),o(296),o(297),o(288)],role:o(293),dir:t[o(305)],lang:t[o(303)],"aria-labelledby":o(320)+s},children:[this[o(290)],{tag:o(301),attributes:{class:o(310),role:o(319)},children:this[o(315)]}]})}[bo(309)](){const t=bo;super[t(309)](),this[t(315)][t(298)](this[t(313)])}[bo(308)](){const t=bo;this[t(313)][t(299)][t(308)]()}[bo(307)](t,e){const n=bo,o=new go.LabelView;return o[n(302)]=vo(e,n(316)),o[n(291)]({attributes:{id:n(292)+t,class:n(317)}}),o}}function _o(t,e){const n=Co();return(_o=function(t,e){return n[t-=223]})(t,e)}const yo=_o;function Co(){const t=["editing","rootName","1313850vrmHfP","567YwxoiF","editable","getRoot","1990084rRALVU","fire","destroy","319ShnBUm","locale","render","element","view","editor","document","init","focusTracker","6155304UeMMhk","name","attachDomRoot","2332890AzoYlX","18hFHkKg","691990qzSgha","setEditableElement","2198345mIwkpl","14yXxyCV","ready","bind","3438WrhgBx","isFocused"];return(Co=function(){return t})()}!function(t){const e=_o,n=t();for(;;)try{if(894628===parseInt(e(237))/1+parseInt(e(233))/2*(-parseInt(e(238))/3)+parseInt(e(241))/4+-parseInt(e(229))/5*(parseInt(e(226))/6)+-parseInt(e(230))/7*(parseInt(e(253))/8)+parseInt(e(225))/9+-parseInt(e(227))/10*(-parseInt(e(244))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=_o;super(t),this[e(248)]=new Io(t[e(245)],t[e(235)][e(248)])}get[yo(247)](){const t=yo;return this[t(248)][t(247)]}[yo(251)](){const t=yo,e=this[t(249)][t(235)][t(248)],n=this[t(248)][t(239)],o=e[t(250)][t(240)]();n[t(223)]=o[t(236)],this[t(248)][t(246)]();const s=n[t(247)];this[t(228)](n[t(223)],s),this[t(248)][t(239)][t(232)](t(234)).to(this[t(252)]),e[t(224)](s),this[t(242)](t(231))}[yo(243)](){const t=yo;super[t(243)](),this[t(248)][t(243)]()}}var To=n(783),Eo=n(331),xo=n(507),Mo=n(727),Oo=n(834),Ro=n(251),Vo=n(179);function jo(){const t=["create","assign","44xBoeFs","model","1244470BNsCJT","init","set","setSelection","createRoot","getChild","editing","change","6949630KdabHB","2XhFiXm","defaultPlugins","placeholderElement","childCount","focus","get","ready","getRoot","plugins","placeholder","470689iqymIO","name","12yclaYI","92247kBoWPu","document","end","1450264EGMeKu","data","initialData","initPlugins","config","then","view","low","change:placeholder","fire","3610656UXdIab","destroy","992131jwhLfo","_updatePlaceholder"];return(jo=function(){return t})()}const No=So;function So(t,e){const n=jo();return(So=function(t,e){return n[t-=499]})(t,e)}!function(t){const e=So,n=t();for(;;)try{if(250054===parseInt(e(507))/1*(-parseInt(e(540))/2)+-parseInt(e(510))/3*(-parseInt(e(529))/4)+-parseInt(e(531))/5+parseInt(e(509))/6*(-parseInt(e(525))/7)+-parseInt(e(513))/8+parseInt(e(523))/9+parseInt(e(539))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jo);const Do=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Mo.SelectAll,Oo.Typing,Ro.Undo,Vo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=So;(t=Object[e(528)]({},t))[e(505)]||(t[e(505)]=Po[e(541)]),super(t),this.ui=new Ao(this),this[e(533)](e(506),""),this[e(530)][e(511)].on(e(538),(()=>this[e(526)]()),{priority:e(520)}),this.on(e(521),(()=>this[e(526)]())),this[e(530)][e(511)][e(535)]()}[No(527)](){const t=No,e=this[t(517)][t(502)](t(515))||"";return this[t(516)]()[t(518)]((()=>this.ui[t(532)]()))[t(518)]((()=>this[t(514)][t(532)](e)))[t(518)]((()=>this[t(522)](t(503))))}[No(524)](){const t=No;return super[t(524)]()[t(518)]((()=>this.ui[t(524)]()))}[No(501)](){const t=No;this[t(530)][t(538)]((e=>{const n=t,o=this[n(530)][n(511)][n(504)](),s=o&&o[n(536)](o[n(500)]-1);e[n(534)](s,n(512)),this[n(537)][n(519)][n(501)]()}))}[No(526)](){const t=No,e=this[t(537)][t(519)],n=e[t(511)][t(504)](),o=n[t(536)](0);n[t(500)]>1||!o||"p"!=o[t(508)]?this[t(499)]&&this[t(499)][t(506)]&&((0,To.disablePlaceholder)(e,this[t(499)]),this[t(499)]=void 0):(this[t(506)]&&(o[t(506)]=this[t(506)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(499)]=o)}}Po[No(541)]=Do;const Bo=Po,zo=Lo;function Lo(t,e){const n=Ko();return(Lo=function(t,e){return n[t-=482]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(670591===parseInt(e(550))/1+-parseInt(e(538))/2+-parseInt(e(514))/3*(parseInt(e(555))/4)+parseInt(e(537))/5+parseInt(e(517))/6*(parseInt(e(510))/7)+-parseInt(e(524))/8*(parseInt(e(489))/9)+-parseInt(e(498))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ko);class Fo extends go.View{constructor(t,n={}){const o=Lo;super(t),this[o(531)]=null,this[o(505)]=n,this[o(528)]=new e.KeystrokeHandler,this[o(483)]=new e.FocusTracker,this[o(516)](o(558),n[o(522)]||""),this[o(516)](o(560),!1),this[o(516)](o(509),!0),this[o(516)](o(486),vo(t,o(521))),this[o(516)](o(515),vo(t,o(519))),this[o(546)]=this[o(492)](),this[o(494)]=this[o(491)](),this[o(540)]({tag:o(551),attributes:{class:[o(548)]},children:[{tag:o(551),attributes:{class:[o(552),this[o(529)].if(o(509),o(556))]},children:[this[o(546)],this[o(494)]]}]}),this[o(528)][o(516)](o(500),((t,e)=>{const n=o;this[n(494)][n(499)](n(544)),e()})),this.on(o(493),((e,n)=>{const s=o;n[s(525)]>65e3?(alert(vo(t,s(488),[n[s(525)],65e3])),e[s(549)]()):this[s(531)][s(490)]("")}),{priority:o(507)})}[zo(554)](){const t=zo;super[t(554)](),this[t(528)][t(496)](this[t(487)]),this[t(483)][t(530)](this[t(487)])}[zo(501)](){const t=zo;return this[t(531)]||(this[t(531)]=new Bo(this[t(505)]),this[t(541)]=this[t(531)][t(513)]()[t(503)]((()=>{const e=t;if(this[e(482)])return;const n=this[e(531)];this[e(487)][e(520)](n.ui[e(487)],this[e(487)][e(518)]),n[e(484)][e(557)].on(e(527),(()=>this[e(558)]=n[e(535)]())),n[e(539)](e(486)).to(this),this[e(485)](this[e(531)]),this[e(499)](e(533),this[e(531)])}))),this[t(541)]}[zo(547)](){const t=zo;this[t(531)]&&this[t(531)][t(547)]()}async[zo(504)](){const t=zo;this[t(482)]||(this[t(482)]=!0,this[t(531)]&&(await this[t(541)],await this[t(531)][t(504)](),this[t(499)](t(508),this[t(531)])),await super[t(504)]())}[zo(492)](){const t=zo,{locale:e}=this,n=new go.ButtonView(e);return n[t(543)]({attributes:{class:[t(536)]}}),n[t(511)]=!0,n[t(539)](t(526)).to(this,t(515)),n.on(t(544),(()=>{const e=t;this[e(499)](e(493),this[e(558)])})),n[t(539)](t(559)).to(this,t(558),this,t(560),((e,n)=>!n&&!!e[t(553)]())),n}[zo(491)](){const t=zo,{locale:e}=this,n=new go.ButtonView(e);return n[t(543)]({attributes:{class:[t(534)]}}),n[t(526)]=vo(e,t(523)),n[t(511)]=!0,n.on(t(544),(()=>{const e=t;this[e(531)][e(490)](""),this[e(499)](e(497))})),n}[zo(485)](t){const e=zo,n=this[e(483)],o=new go.ViewCollection;[t.ui[e(506)],this[e(546)],this[e(494)]][e(532)]((t=>{const s=e;o[s(530)](t),n[s(530)](t[s(487)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(528)][e(516)](e(545),((t,n)=>{s[e(502)](),n()}),{priority:e(542)}),this[e(528)][e(516)](e(512),((t,n)=>{s[e(495)](),n()}),{priority:e(542)})}}function Ko(){const t=["placeholder","element","TOO_LONG_COMMENT_ALERT","9EAdGww","setData","_createCancelButton","_createSubmitButton","submit","cancelButtonView","focusPrevious","listenTo","cancel","4489540ZRKQXA","fire","Esc","createEditor","focusNext","then","destroy","_editorConfig","view","high","editorDestroyed","showButtons","7EueMUY","withText","shift + tab","create","9QFKYRX","submitLabel","set","6088998kykkmR","firstChild","Reply","insertBefore","Reply...","initialData","Cancel","3375200fkcVEQ","length","label","change","keystrokes","bindTemplate","add","editor","forEach","editorReady","ck-comment__input-actions--cancel","getData","ck-comment__input-actions--submit","5793040SGbIhq","1091844GFiVSw","bind","setTemplate","_editorCreationPromise","low","extendTemplate","execute","tab","submitButtonView","focus","ck-comment__input-wrapper","stop","85688CMCXLy","div","ck-comment__input-actions","trim","render","229016FqCIlV","ck-comment__input-actions--active","document","value","isEnabled","disabledSubmit","_isDestroyed","focusTracker","model","_initializeFocusCycling"];return(Ko=function(){return t})()}function Uo(t,e){var n=qo();return(Uo=function(t,e){return n[t-=461]})(t,e)}var Ho=Uo;!function(t){for(var e=Uo,n=t();;)try{if(171118===parseInt(e(468))/1*(-parseInt(e(477))/2)+parseInt(e(469))/3+parseInt(e(475))/4*(-parseInt(e(484))/5)+-parseInt(e(470))/6+-parseInt(e(474))/7+parseInt(e(471))/8+parseInt(e(464))/9*(parseInt(e(463))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qo);class Wo extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(473)]=new Fo(t,n),this[o(473)][o(492)](o(462)).to(this[o(473)][o(472)],o(491),this[o(473)],o(493),((t,e)=>t||!!e)),this[o(483)](o(478),!1),this.on(o(465),(()=>{var t=o;this[t(478)]&&!this[t(473)][t(486)]&&this[t(473)][t(495)]()})),this[o(473)][o(480)](o(461)).to(this),this[o(473)][o(480)](o(476)).to(this),this[o(485)]=new s.UserView(t,e),this[o(485)][o(467)]({attributes:{class:o(466)}}),this[o(473)][o(467)]({attributes:{class:o(482)}}),this[o(481)]({tag:o(490),attributes:{class:[o(494),this[o(479)].if(o(478),o(489))]},children:[this[o(485)],this[o(473)]]})}[Ho(488)](){var t=Ho;return this[t(473)][t(488)]()[t(487)]((()=>super[t(488)]()))}}function qo(){var t=["extendTemplate","29UjqnUA","921966bdCuLT","1501704FEPktA","1786816rAUuzz","focusTracker","commentInputView","2064699MTGmOz","26608VbNqaT","editorDestroyed","8572pJQPeG","showInput","bindTemplate","delegate","setTemplate","ck-thread__input","set","175zRZBWS","userView","editor","then","destroy","ck-comment__input-container--active","div","isFocused","bind","value","ck-comment__input-container","createEditor","editorReady","showButtons","132390DEFMyB","369ZGOQkg","change:showInput","ck-thread__user"];return(qo=function(){return t})()}function Xo(t,e){const n=Go();return(Xo=function(t,e){return n[t-=455]})(t,e)}function Go(){const t=["1779880dOWRut","348770zXsgRL","set","22588224wGdKes","count","ck-thread__comment-count","NUMBER_OF_COMMENTS","15uJmDqo","setTemplate","bindTemplate","3976074DUQYIc","3026952cWmBtV","1319438fsdYFs","6795159aNGwmO"];return(Go=function(){return t})()}!function(t){const e=Xo,n=t();for(;;)try{if(706131===parseInt(e(463))/1+parseInt(e(466))/2+parseInt(e(462))/3+parseInt(e(465))/4*(parseInt(e(458))/5)+parseInt(e(461))/6+-parseInt(e(464))/7+-parseInt(e(468))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Go);class Jo extends go.View{constructor(t){const e=Xo;super(t);const n=this[e(460)];this[e(467)](e(455),void 0),this[e(459)]({tag:"li",attributes:{class:e(456)},children:[{text:n.to(e(455),(n=>vo(t,e(457),n)))}]})}}const Qo=Yo;function Yo(t,e){const n=Zo();return(Yo=function(t,e){return n[t-=492]})(t,e)}function Zo(){const t=["change:isEditMode","_handleNewCommentModel","_rearrangeExpand","resolvedCommentView","locale","from","removeComment","_findOptimalIndex","8048936HHEuBM","230996tyXHqy","get","remove","isEditMode","render","weight","set","ck-thread__comments","24140UERdBU","formatDateTime","resolved","add","commentViews","resolveCommentThread","editorDestroyed","_handleRemoveCommentModel","viewUid","1784945MgeQQg","323634bqhqbW","insert","editorReady","_shouldCollapse","change:hasDirtyComment","expand","commentUpdated","369499GCsoAA","delegate","Marked as resolved","resolvedAt","updateComment","11149074gUvoZS","delete","collapse","hasDirtyComment","_handleInfoComment","stopListening","414lfAVtB","CommentView","_rearrangeCollapse","visibleViews","createCollection","some","length","maxThreadTotalWeight","destroy","refreshVisibleViews","isActive","change:isResolved","resolvedBy","equal","element","authoredAt","focus","maxCommentsWhenCollapsed","_model","count","_updateHasDirtyComment","comments","bind","change:isActive","_config","_calculatePosition","listenTo","maxCommentCharsWhenCollapsed","7CKQKuP","editorConfig","_collapsedCommentsView","setTemplate"];return(Zo=function(){return t})()}!function(t){const e=Yo,n=t();for(;;)try{if(526092===-parseInt(e(529))/1+-parseInt(e(504))/2+-parseInt(e(540))/3*(-parseInt(e(512))/4)+parseInt(e(521))/5+parseInt(e(522))/6+-parseInt(e(568))/7*(-parseInt(e(503))/8)+-parseInt(e(534))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zo);class $o extends go.View{constructor(t,e,n){const o=Yo;super(t),this[o(510)](o(537),!1),this[o(510)](o(546),e[o(561)][o(546)]),this[o(510)](o(550),!1),this[o(558)]=e,this[o(564)]=n,this[o(516)]=this[o(544)](),this[o(543)]=this[o(544)](),this[o(498)]=null,this[o(493)]=new Jo(t),this[o(493)][o(562)](o(559)).to(this,o(546),(t=>t-this[o(564)][o(557)]));for(const t of e[o(561)])this[o(496)](t);this[o(538)](),this[o(566)](e[o(561)],o(515),((t,e)=>{const n=o,s=this[n(565)](e);this[n(546)]++,this[n(496)](e,s),this[n(549)]()})),this[o(566)](e[o(561)],o(506),((t,e)=>{const n=o;this[n(546)]--,this[n(519)](e),this[n(549)]()})),this[o(566)](e,o(528),(()=>this[o(549)]())),this[o(566)](e,o(551),(()=>this[o(538)]())),this.on(o(563),(()=>this[o(549)]())),this.on(o(526),(()=>this[o(549)]())),this[o(494)]({tag:"ul",attributes:{class:[o(511)]},children:this[o(543)]})}get[Qo(525)](){const t=Qo;return this[t(558)][t(509)]>this[t(564)][t(547)]&&!this[t(550)]&&!this[t(537)]}[Qo(508)](){const t=Qo;super[t(508)](),this[t(549)]()}[Qo(556)](){const t=Qo;this[t(554)][t(556)]()}[Qo(548)](){const t=Qo;this[t(493)][t(548)]();for(const e of this[t(516)])e[t(548)]();super[t(548)]()}[Qo(549)](){const t=Qo;this[t(525)]?this[t(542)]():this[t(497)]()}[Qo(496)](t,e){const n=Qo,o=new(this[n(564)][n(541)])(this[n(499)],t,{maxCommentCharsWhenCollapsed:this[n(564)][n(567)],formatDateTime:this[n(564)][n(513)],editorConfig:this[n(564)][n(492)]});o[n(520)]=t.id,o[n(530)](n(501)).to(this),o[n(530)](n(533)).to(this),o[n(530)](n(517)).to(this),o[n(530)](n(524)).to(this),o[n(530)](n(518)).to(this),this[n(566)](o,n(495),(()=>this[n(560)]())),this[n(516)][n(515)](o,e)}[Qo(565)](t){const e=Qo,n=this[e(558)][e(502)](t);return this[e(498)]?this[e(498)][e(555)]>t[e(555)]?n-1:n:n-1}[Qo(538)](){const t=Qo;if(this[t(558)][t(552)]&&this[t(558)][t(532)]){const e={id:t(514),author:this[t(558)][t(552)],authoredAt:this[t(558)][t(532)],content:vo(this[t(499)],t(531)),attributes:{}};this[t(498)]=new(this[t(564)][t(541)])(this[t(499)],e,{maxCommentCharsWhenCollapsed:this[t(564)][t(567)],formatDateTime:this[t(564)][t(513)],editorConfig:this[t(564)][t(492)],isSystemComment:!0}),this[t(516)][t(515)](this[t(498)],this[t(558)][t(502)](e))}else this[t(498)]&&(this[t(516)][t(506)](this[t(498)]),this[t(498)][t(548)](),this[t(498)]=null);this[t(549)]()}[Qo(519)](t){const e=Qo,n=this[e(516)][e(506)](t.id);this[e(539)](n),n[e(507)]&&this[e(560)](),n[e(548)]()}[Qo(560)](){const t=Qo;this[t(537)]=Array[t(500)](this[t(516)])[t(545)]((e=>e[t(507)]))}[Qo(542)](){const t=Qo,n=function(t){const n=Yo,o=new e.Collection;for(const e of t)o[n(515)](e);return o}(this[t(516)]),o=this[t(493)][t(559)];for(let e=1;e<=o;e++)n[t(506)](1);for(const e of n)e[t(536)]();o>0&&n[t(515)](this[t(493)],1),ts((0,e.diff)(Array[t(500)](this[t(543)]),Array[t(500)](n)),this[t(543)],n)}[Qo(497)](){const t=Qo;ts((0,e.diff)(Array[t(500)](this[t(543)]),Array[t(500)](this[t(516)])),this[t(543)],this[t(516)]);for(const e of this[t(543)])e[t(527)]()}}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(523):e[o(515)](n[o(505)](s),s),s++;break;case o(535):e[o(506)](s);break;case o(553):s++}}const es=ns;function ns(t,e){const n=os();return(ns=function(t,e){return n[t-=192]})(t,e)}function os(){const t=["label","substring","classList","icon","8659230pwePXk","contextValue","33160VVYVbM","ck-context__value","querySelector","tooltip","bind","isVisible","isResolved","5620356FdLoGv","ck-thread__header","_trimContextValue","23045844DmGvBl","mouseenter","hasContext","9QaxtRw","offsetWidth","reopenCommentThread","overlay","isResolvable","setTemplate","scrollWidth","ck-context-wrapper","15LsFRjI","...","lastIndexOf","242632yNwEkc","span","Comment was made on an element","38RNNGkh","ck-annotation__actions","element","execute","ck-context","fire","_attachContextActions","4357488dMsQTh","remove","locale","_createReopenButton","_model","reopenButtonView",".ck-context__value",".ck-context","length","isEnabled","1159101EbHlXh","render","8wVDjQk","add","div","Reopen","mouseleave","ck-context--quotes","value","context","11Jsfnmg","bindTemplate","listenTo","isReadOnly"];return(os=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(552257===parseInt(e(213))/1*(-parseInt(e(240))/2)+parseInt(e(193))/3+parseInt(e(237))/4*(-parseInt(e(234))/5)+parseInt(e(247))/6+-parseInt(e(220))/7*(parseInt(e(195))/8)+-parseInt(e(226))/9*(parseInt(e(211))/10)+parseInt(e(203))/11*(parseInt(e(223))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(os);class ss extends go.View{constructor(t,e){const n=ns;super(t);const o=this[n(204)];this[n(251)]=e,this[n(252)]=this[n(250)](),this[n(217)](n(225)).to(this[n(251)],n(202),(t=>!!t)),this[n(217)](n(212)).to(this[n(251)],n(202),(t=>t&&t[n(201)]?this[n(222)](t[n(201)]):vo(this[n(249)],n(239)))),this[n(231)]({tag:n(197),attributes:{class:[n(221)]},children:[{tag:n(197),attributes:{class:[n(233)]},children:[{tag:n(197),attributes:{class:[n(244),o.if(n(225),n(200))]},children:[{tag:n(238),attributes:{class:[n(214)]},children:[{text:o.to(n(212))}]}]}]},{tag:n(197),attributes:{class:[n(241)]},children:[this[n(252)]]}]})}[es(194)](){const t=es;super[t(194)](),this[t(246)]()}[es(250)](){const t=es,e=new go.ButtonView(this[t(249)]);return e[t(207)]=vo(this[t(249)],t(198)),e[t(216)]=vo(this[t(249)],t(198)),e[t(210)]='<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(217)](t(192)).to(this[t(251)],t(206),(t=>!t)),e[t(217)](t(218)).to(this[t(251)],t(230),this[t(251)],t(219),((t,e)=>t&&e)),e.on(t(243),(()=>{const e=t;this[e(245)](e(228),this[e(251)].id)})),e}[es(222)](t){const e=es;if(t[e(255)]<150)return t;const n=t[e(236)](" ",147);return t[e(208)](0,n>-1?n:147)+e(235)}[es(246)](){const t=es,e=this[t(242)][t(215)](t(254)),n=e[t(215)](t(253));this[t(205)](e,t(224),(()=>{const o=t;n[o(227)]<n[o(232)]&&e[o(209)][o(196)](o(229))})),this[t(205)](e,t(199),(()=>{const n=t;e[n(209)][n(248)](n(229))}))}}const rs=cs;function is(){const t=["value","locale","commentThreadHeaderView","Reply to reopen discussion...","commentsListView","addComment","change:isActive","showInput","unlinkedAt","focus","length","isResolvable","_localUser","_config","commentInputView","1371940gLVIhH","_model","assign","submit","reopenCommentThread","editorDestroyed","91TMltmP","5Jeqyei","isDirty","canComment","editorReady","destroy","stop","26TsRGSX","270151ESHVUM","Write a comment...","commentThreadInputView","removeCommentThread","Comment","Reply","1081672vnnMQm","_createCommentThreadInputView","disabledSubmit","8658966qNXgAz","isActive","fire","6852btcCVT","placeholder","set","listenTo","9UxvesR","19899880sLFzCD","isReadOnly","removeComment","element","cancel","submitLabel","6QzddxA","delegate","hasDirtyComment","isSubmitted","isResolved","Reply...","bind","5181510HPCsdS","updateComment","submitCommentThread","12001vECkLd","resolveCommentThread","archivedAt","6VxEPSN","editorConfig","isUnlinked","CommentView"];return(is=function(){return t})()}function cs(t,e){const n=is();return(cs=function(t,e){return n[t-=104]})(t,e)}!function(t){const e=cs,n=t();for(;;)try{if(907557===-parseInt(e(172))/1*(-parseInt(e(139))/2)+parseInt(e(126))/3*(-parseInt(e(158))/4)+parseInt(e(165))/5*(-parseInt(e(112))/6)+-parseInt(e(164))/7*(parseInt(e(109))/8)+-parseInt(e(119))/9*(-parseInt(e(133))/10)+-parseInt(e(136))/11*(-parseInt(e(115))/12)+parseInt(e(171))/13*(parseInt(e(120))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=cs;super(t),this[s(117)](s(113),!1),this[s(117)](s(166),!1),this[s(159)]=e,this[s(155)]=n,this[s(156)]=o,this[s(145)]=new ss(t,e),this[s(145)][s(127)](s(162)).to(this),this[s(118)](this,s(162),(()=>{this[s(152)]()})),this[s(147)]=new $o(t,e,Object[s(160)]({CommentView:this[s(156)][s(142)]},o)),this[s(147)][s(127)](s(122)).to(this),this[s(147)][s(127)](s(134)).to(this),this[s(147)][s(127)](s(137)).to(this),this[s(147)][s(127)](s(168)).to(this),this[s(147)][s(127)](s(163)).to(this),this[s(147)][s(132)](s(113)).to(this),this[s(118)](this,s(137),(()=>{this[s(152)]()})),this[s(117)](s(153),this[s(147)][s(153)]),this[s(132)](s(153)).to(this[s(147)],s(153)),this[s(105)]=this[s(110)](),this[s(105)][s(127)](s(168)).to(this),this[s(105)][s(127)](s(163)).to(this),this.on(s(122),(()=>this[s(152)]())),this[s(132)](s(166)).to(this[s(147)],s(128),this[s(105)][s(157)],s(143),((t,e)=>t||!!e)),this[s(132)](s(141)).to(e,s(151),(t=>!!t))}[rs(152)](){const t=rs;this[t(123)][t(152)]()}async[rs(169)](){const t=rs;this[t(166)]=!1,this[t(147)][t(169)](),await this[t(105)][t(169)](),super[t(169)]()}[rs(110)](){const t=rs,e=new Wo(this[t(144)],this[t(155)],this[t(156)][t(140)]),n=e[t(157)];return e[t(132)](t(150)).to(this,t(113),this[t(159)],t(121),this[t(159)],t(167),this[t(159)],t(138),n,t(143),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(132)](t(116)).to(this,t(153),this[t(159)],t(154),this[t(159)],t(130),((e,n,o)=>{const s=t;let r;return r=s(o&&n?146:e?131:104),vo(this[s(144)],r)})),n[t(132)](t(125)).to(this,t(153),(e=>vo(this[t(144)],t(e?108:107)))),n.on(t(161),((e,n)=>{const o=t;this[o(114)](o(148),n),this[o(159)][o(130)]&&this[o(159)][o(154)]&&this[o(114)](o(162),this[o(159)].id),this[o(159)][o(129)]||this[o(114)](o(135))})),n.on(t(124),(()=>{this[t(152)]()})),n[t(132)](t(111)).to(this[t(159)],t(121)),n.on(t(124),(e=>{const n=t;0==this[n(153)]&&(this[n(114)](n(106)),e[n(170)]())})),this.on(t(149),((e,o,s)=>{const r=t;s||this[r(153)]||n[r(143)]||this[r(114)](r(106))})),e}}const hs=ds;function us(){const t=["length","isResolved","262200pPdXgv","removeCommentThread","bind","setTemplate","4571182eLzuov","addMany","_createResolveButton","isVisible","Resolve","isReadOnly","actionBar",".ck-thread__container","div","tooltip","containerElement","ck-thread--remove-confirmation","ck-comment--resolve","change:isActive","has","isUnlinked","change:isReadOnly","commentsListView","render","isEnabled","ck-thread","removeButton","isConfirm","querySelector","_boundFirstCommentView","resolveButton","createCollection","Write a comment...","2673124qJYVFs","_cancelAllConfirms","ck-thread--","Delete comment thread?","locale","resolveCommentThread","ck-thread__container","isActive","showConfirm","fire","commentThreadChildren","unbind","commentThreadInputView","getTemplate","stop","get","commentViews","1057200QInJlN","10vutTag","icon","remove","1503272trkoHg","extendTemplate","_model","label","isSystemComment","606FaZIZp","bindTemplate","high","archivedAt","execute","ck-thread--active","placeholder","set","_bindFirstCommentView","isResolvable","then","ck-thread--unlinked","change:archivedAt","check","2971755RrBqMN","add","1199WAcuuZ","actionIndicator","ck-reset_all-excluded","50QXqzYK","listenTo","cancelConfirm","commentThreadHeaderView","element"];return(us=function(){return t})()}function ds(t,e){const n=us();return(ds=function(t,e){return n[t-=467]})(t,e)}!function(t){const e=ds,n=t();for(;;)try{if(724933===parseInt(e(526))/1*(-parseInt(e(510))/2)+parseInt(e(501))/3+-parseInt(e(484))/4*(parseInt(e(502))/5)+-parseInt(e(536))/6+parseInt(e(540))/7+-parseInt(e(505))/8+parseInt(e(524))/9*(parseInt(e(529))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=ds;super(t,e,n,o),this[s(494)]=this[s(482)](),this[s(494)][s(541)]([this[s(473)],this[s(496)]]),this[s(507)][s(513)]&&this[s(494)][s(525)](this[s(532)],0),this[s(507)].on(s(522),((t,e,n)=>{const o=s;n?this[o(494)][o(470)](this[o(532)])||this[o(494)][o(525)](this[o(532)],0):this[o(494)][o(504)](this[o(532)])})),this[s(517)](s(527),null),this[s(550)]=null,this[s(480)]=null,this[s(488)]=t,this[s(481)]=this[s(542)](),this[s(539)](this[s(497)]()),this.on(s(469),((t,e,n)=>{n||this[s(485)]()})),this[s(530)](this[s(507)],s(472),((t,e,n)=>{n&&this[s(485)]()})),this[s(534)]>0&&this[s(518)](),this[s(530)](this[s(473)][s(500)],s(525),(()=>{this[s(518)]()}))}[hs(497)](){const t=hs,e=this[t(511)];return{tag:t(548),attributes:{class:[t(476),t(528),e.if(t(491),t(515)),e.if(t(471),t(521)),e.if(t(478),t(467)),e.to(t(527),(e=>e?t(486)+e:""))],"data-thread-id":this[t(507)].id,tabindex:-1},children:[{tag:t(548),attributes:{class:t(490)},children:this[t(494)]}]}}[hs(474)](){const t=hs;super[t(474)](),this[t(550)]=this[t(533)][t(479)](t(547))}[hs(485)](){const t=hs;this[t(531)]();for(const e of this[t(473)][t(500)])e[t(531)]()}[hs(518)](){const t=hs,{locale:e}=this,n=this[t(473)][t(500)][t(499)](0);n===this[t(480)]||n[t(509)]||(this[t(480)]=n,this[t(495)](t(527)),this[t(538)](t(527)).to(n,t(527),(e=>t(504)===e?t(504):null)),n[t(516)]=vo(e,t(483)),n[t(477)].on(t(514),(n=>{const o=t;n[o(498)](),this[o(492)](vo(e,o(487)),this[o(550)])[o(520)]((()=>{const t=o;this[t(493)](t(537))}))}),{priority:t(512)}),n[t(546)][t(525)](this[t(481)],0))}[hs(542)](){const e=hs,n=new go.ButtonView(this[e(488)]);return n[e(508)]=vo(this[e(488)],e(544)),n[e(549)]=vo(this[e(488)],e(544)),n[e(503)]=t.icons[e(523)],n[e(506)]({attributes:{class:e(468)}}),n[e(538)](e(475)).to(this[e(507)],e(545),(t=>!t)),n[e(538)](e(543)).to(this[e(507)],e(519),this[e(507)],e(535),((t,e)=>t&&!e)),n.on(e(514),(()=>{const t=e;this[t(493)](t(489),this[t(507)].id)})),n}}var ms=fs;function ps(){var t=["776BLZYWD","8CWpNQS","ck-content","339AxJPJw","div","element","innerHTML","195790xHAbsO","390942JOIBom","906684wKJHjt","249548IBuOLO","ck-comment__content","setTemplate","799599eqsdOl","66269YHcysX","ck-annotation__content","set","render","change:content","content"];return(ps=function(){return t})()}function fs(t,e){var n=ps();return(fs=function(t,e){return n[t-=193]})(t,e)}!function(t){for(var e=fs,n=t();;)try{if(138337===-parseInt(e(198))/1*(parseInt(e(195))/2)+parseInt(e(208))/3+parseInt(e(205))/4+parseInt(e(202))/5+-parseInt(e(204))/6+-parseInt(e(209))/7*(-parseInt(e(196))/8)+parseInt(e(203))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class gs extends go.View{constructor(t){var e=fs;super(t),this[e(211)](e(194),""),this[e(207)]({tag:e(199),attributes:{class:[e(197),e(206),e(210)]}})}[ms(212)](){var t=ms;super[t(212)](),this.on(t(193),((e,n,o)=>{var s=t;this[s(200)][s(201)]=o})),this[t(200)][t(201)]=this[t(194)]}}const vs=bs;function ks(){const t=["createCollection","switchToEditMode","5836280LZyDpG","value","delegate","isCollapsed","4EmzEPd","_createCommentInputView","5462807PJzRBH","_createCommentContentView","switchToDisplayMode","6472233yCrKJD","bind","isReadOnly","destroy","set","Save","updateComment","_config","cancel","submitLabel","initialData","content","editorDestroyed","isEditMode","submit","collapse","_model","fire","25038qHwZmi","isSystemComment","12GTxdvQ","editorConfig","once","locale","73ZarChS","1600080zHhhrg","disabledSubmit","maxCommentCharsWhenCollapsed","expand","element","createEditor","editorReady","focus","20736350AsvoIb","remove","visibleView","13811224dPzZOI","get","add"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=261]})(t,e)}!function(t){const e=bs,n=t();for(;;)try{if(908906===parseInt(e(301))/1*(-parseInt(e(295))/2)+-parseInt(e(302))/3+-parseInt(e(272))/4*(-parseInt(e(268))/5)+parseInt(e(297))/6*(parseInt(e(274))/7)+-parseInt(e(263))/8+-parseInt(e(277))/9+parseInt(e(310))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ks);class ws extends go.View{constructor(t,e,n){const o=bs;super(t),this[o(293)]=e,this[o(284)]=n,this[o(296)]=!!this[o(284)][o(296)],this[o(281)](o(290),!1),this[o(281)](o(271),!0),this[o(262)]=this[o(266)](),this[o(262)][o(265)](this[o(275)]())}[vs(305)](){this[vs(271)]=!1}[vs(292)](){const t=vs;this[t(290)]||(this[t(271)]=!0)}[vs(309)](){const t=vs;this[t(306)][t(309)]()}async[vs(280)](){const t=vs;await this[t(262)][t(264)](0)[t(280)](),super[t(280)]()}[vs(267)](){const t=vs;this[t(290)]||(this[t(290)]=!0,this[t(262)][t(261)](0)[t(280)](),this[t(262)][t(265)](this[t(273)]()))}[vs(276)](){const t=vs;this[t(290)]&&(this[t(290)]=!1,this[t(262)][t(261)](0)[t(280)](),this[t(262)][t(265)](this[t(275)]()))}[vs(275)](){const t=vs,e=new gs(this[t(300)]);return e[t(278)](t(288)).to(this[t(293)],t(288),this,t(271),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(284)][t(304)]}):e)),e}[vs(273)](){const t=vs;this[t(284)][t(298)]||(this[t(284)][t(298)]={}),this[t(284)][t(298)][t(287)]=this[t(293)][t(288)];const e=new Fo(this[t(300)],this[t(284)][t(298)]);return e[t(269)]=this[t(293)][t(288)],e[t(278)](t(303)).to(this[t(293)],t(279)),e[t(286)]=vo(this[t(300)],t(282)),e.on(t(291),((e,n)=>{const o=t;this[o(294)](o(283),this[o(293)].id,n),this[o(276)](),this[o(309)]()})),e.on(t(285),(()=>{const e=t;this[e(276)](),this[e(309)]()})),e[t(299)](t(308),(()=>{e[t(309)]()})),e[t(307)](),e[t(270)](t(308)).to(this),e[t(270)](t(289)).to(this),e}}function Is(){const t=["withText","110551FzhRQs","EXTERNAL_COMMENT","removeButton","creator","name","switchToEditMode","addMany","panelPosition","66zAmDDD","execute","ck-comment--edit","ck-comment__info-name","ck-annotation__actions","_createEditButton","getUserViewNotificationText","element","blur","isEditMode","time","ck-comment__actions","listenTo","68ssclAI","ck-comment--remove-confirmation","_config","ck-comment","resolvedAt","attributes","change:isEnabled","createCollection","ck-comment__main","ck-comment__info-time","cancelConfirm","ck-comment__wrapper","actionIndicator","573560muaKlU","EXTERNAL_AVATAR","1151487MUoDLV","ck-annotation__info","isConfirm","9xKBjIz","isExternal","Edit","push","author","isEditable","bindTemplate","dropdown","change:isRemovable","set","EXTERNAL_IMPORT_WORD_COMMENT","ck-comment__actions--hidden","removeComment","source","_attachActions","length","render","visibleView","div","Delete comment?","25145nQSXFR","formatDateTime","Reply...","extendTemplate","span","importWord","isReadOnly","actionBar","ck-annotation__info-name","ck-annotation__actions--hidden","isSystemComment","ck-annotation__content-wrapper","label","bind","getExternalCommentNote","showConfirm","Show more items","items","threeVerticalDots","setTemplate","EXTERNAL_IMPORT_WORD_AVATAR","mouseleave","_createRemoveButton","remove","change:isVisible","children","edit","isRemovable","icon","ck-comment--remove","then","add","panelView","userView","745136KadwFe","ck-annotation__info-time","ck-annotation","isEnabled","23288485UIQwlU","20rtgHMd","_model","ck-comment__user","locale","focus","ck-comment__info","isVisible","getTemplate","_createDropdown","some","438934lAnkqu","ck-comment__external","authoredAt","_createCommentInputView","editButton","ck-annotation__main","ck-comment--info","mouseenter","Remove","fire","ck-comment--","@external","ck-annotation__user","pencil","placeholder","buttonView"];return(Is=function(){return t})()}function _s(t,e){const n=Is();return(_s=function(t,e){return n[t-=309]})(t,e)}const ys=_s;!function(t){const e=_s,n=t();for(;;)try{if(634200===-parseInt(e(398))/1+-parseInt(e(347))/2*(parseInt(e(403))/3)+-parseInt(e(385))/4*(-parseInt(e(423))/5)+-parseInt(e(372))/6*(parseInt(e(364))/7)+parseInt(e(332))/8+-parseInt(e(400))/9*(parseInt(e(337))/10)+parseInt(e(336))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=_s;super(t,e,n),this[o(412)](o(397),null),this[o(412)](o(361),vo(t,o(425))),this[o(311)](o(349)).to(e),this[o(311)](o(389)).to(e),this[o(430)]=this[o(392)](),this[o(433)]||(this[o(351)]=this[o(377)](),this[o(366)]=this[o(320)](),this[o(315)]=this[o(392)](),this[o(315)][o(370)]([this[o(351)],this[o(366)]]),this[o(410)]=this[o(345)](),this[o(430)][o(329)](this[o(410)])),this[o(331)]=new s.UserView(t,e[o(407)],this[o(378)]()),this[o(331)][o(426)]({attributes:{class:[o(339),o(359)]}}),this[o(384)](e,o(411),(()=>this[o(395)]())),this[o(317)](this[o(344)]())}[ys(344)](){const t=ys,e=this[t(409)],n=[{tag:t(421),attributes:{class:[t(342),t(401)]},children:[{tag:t(427),children:[{text:this[t(331)][t(368)]}],attributes:{class:[t(375),t(431)]}},{tag:t(382),attributes:{datetime:e.to(t(349)),class:[t(394),t(333)]},children:[{text:e.to(t(349),(e=>this[t(387)][t(424)](e)))}]}]},{tag:t(421),attributes:{class:[t(383),t(376),e.if(t(381),t(414)),e.if(t(381),t(432))]},children:this[t(430)]},{tag:t(421),attributes:{class:[t(309)]},children:this[t(420)]}];return this[t(338)][t(404)]&&n[t(406)]({tag:t(421),attributes:{class:[t(348)]},children:[{text:this[t(312)]()}]}),{tag:"li",attributes:{class:[t(396),e.if(t(402),t(386))],tabindex:-1},children:[{tag:t(421),attributes:{class:[t(388),t(334),e.if(t(381),t(374)),e.if(t(433),t(353)),e.to(t(397),(e=>e?t(357)+e:""))],"data-author-id":this[t(338)][t(407)].id,"data-comment-id":this[t(338)].id},children:[this[t(331)],{tag:t(421),attributes:{class:[t(393),t(352)]},children:n}]}]}}[ys(377)](){const e=ys,n=new go.ButtonView(this[e(340)]);return n[e(310)]=vo(this[e(340)],e(405)),n[e(326)]=t.icons[e(360)],n[e(363)]=!0,n[e(426)]({attributes:{class:e(374)}}),n[e(311)](e(335)).to(this[e(338)],e(429),(t=>!t)),n[e(311)](e(343)).to(this[e(338)],e(408)),n.on(e(373),(()=>this[e(369)]())),n}[ys(320)](){const t=ys,e=new go.ButtonView(this[t(340)]);return e[t(310)]=vo(this[t(340)],t(355)),e[t(326)]='\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(363)]=!0,e[t(426)]({attributes:{class:t(327)}}),e[t(311)](t(335)).to(this[t(338)],t(429),(t=>!t)),e[t(311)](t(343)).to(this[t(338)],t(325)),e.on(t(373),(()=>{const e=t;this[e(313)](vo(this[e(340)],e(422)),this[e(379)])[e(328)]((()=>{const t=e;this[t(356)](t(415),this[t(338)].id)}))})),e}[ys(345)](){const e=ys,n=(0,go.createDropdown)(this[e(340)]),o=n[e(330)][e(323)],s=new go.ListView(this[e(340)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(340)]);i[r(323)][r(329)](t);const c=o>-1?o:s[r(315)][r(418)];s[r(315)][r(329)](i,c),n[r(384)](t,r(391),(()=>{const t=r;n[t(335)]=[...this[t(315)]][t(346)]((e=>e[t(335)]))})),n[r(384)](t,r(322),(()=>{const t=r;n[t(362)][t(343)]=[...this[t(315)]][t(346)]((e=>e[t(343)]))}))};n[e(371)]="sw",n[e(362)][e(412)]({label:vo(this[e(340)],e(314)),icon:t.icons[e(316)]}),n[e(335)]=[...this[e(315)]][e(346)]((t=>t[e(335)])),n[e(362)][e(343)]=[...this[e(315)]][e(346)]((t=>t[e(343)]));for(const t of this[e(315)])r(t);return o[e(329)](s),n[e(384)](this[e(315)],e(329),((t,e,n)=>{r(e,n)})),n[e(384)](this[e(315)],e(321),((t,n,o)=>{const r=e;s[r(315)][r(321)](o)})),n}[ys(417)](t,e){const n=ys,o=t&&t[n(379)];o&&(this[n(384)](o,n(354),(()=>this[n(397)]=e)),this[n(384)](o,n(341),(()=>this[n(397)]=e)),this[n(384)](o,n(319),(()=>this[n(397)]=null)),this[n(384)](o,n(380),(()=>this[n(397)]=null)))}[ys(350)](){const t=ys,e=super[t(350)]();return e[t(311)](t(361)).to(this),e}[ys(312)](){const t=ys;return t(428)===this[t(338)][t(390)][t(358)][t(416)]?vo(this[t(340)],t(413)):vo(this[t(340)],t(365))}[ys(378)](){const t=ys;return this[t(338)][t(404)]?t(428)===this[t(338)][t(390)][t(358)][t(416)]?vo(this[t(340)],t(318),this[t(338)][t(367)][t(368)]):vo(this[t(340)],t(399),this[t(338)][t(367)][t(368)]):null}[ys(419)](){const t=ys;super[t(419)](),this[t(417)](this[t(351)],t(324)),this[t(417)](this[t(366)],t(321))}}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),Os={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ms.A,Os);Ms.A.locals;var Rs=n(980),Vs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,Vs);Rs.A.locals;const js=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 Bs=/^[-+]0x[0-9a-f]+$/i,zs=/^0b[01]+$/i,Ls=/^0o[0-7]+$/i,Fs=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(V(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=V(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=zs.test(t);return n||Ls.test(t)?Fs(t.slice(2),n?2:8):Bs.test(t)?NaN:+t};var Us=Math.max,Hs=Math.min;const Ws=function(t,e,n){var o,s,r,i,c,a,h=0,u=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-h>=r}function f(){var t=js();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Hs(n,r-(t-h)):n}(t))}function g(t){return c=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=js(),n=p(t);if(o=arguments,s=this,a=t,n){if(void 0===c)return function(t){return h=t,c=setTimeout(f,e),u?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Ks(e)||0,V(n)&&(u=!!n.leading,r=(d="maxWait"in n)?Us(Ks(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==c&&clearTimeout(c),h=0,o=a=s=c=void 0},v.flush=function(){return void 0===c?i:g(js())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return V(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Ws(t,e,{leading:o,maxWait:e,trailing:s})};function Xs(t,e){const n=Gs();return(Xs=function(t,e){return n[t-=129]})(t,e)}function Gs(){const t=["class","disconnect","5598395YjgqBx","cancel","attributes","4aGhCxv","4668837aYMVic","type","observe","10635828QJogeD","3304uNgxVH","9329496UbwHqx","1405686oIiVsE","attributeName","childList","1791636xrtwHN","characterData","41157HVTRIH"];return(Gs=function(){return t})()}function Js(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Xs;for(const o of t)(n(136)==o[n(139)]&&n(132)==o[n(145)]||n(146)==o[n(139)]||n(130)==o[n(139)])&&e()}));return{attach(t){n[Xs(140)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Xs;n[t(133)](),e[t(135)]()}}}!function(t){const e=Xs,n=t();for(;;)try{if(811217===parseInt(e(144))/1+parseInt(e(129))/2+-parseInt(e(138))/3*(parseInt(e(137))/4)+-parseInt(e(134))/5+parseInt(e(143))/6+parseInt(e(141))/7+-parseInt(e(142))/8*(parseInt(e(131))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gs);var Qs=n(438),Ys={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Ys);Qs.A.locals;const Zs=$s;function $s(t,e){const n=tr();return($s=function(t,e){return n[t-=270]})(t,e)}function tr(){const t=["fire","Esc","7FCevfs","type","listenTo","render","70bMOZre","bindTemplate","destroy","attach","10SxxJzT","_mutationObserver","detach","856740FURdKl","keystrokes","13806705sWuTrw","div","ck-rounded-corners","height","targetRect","setTemplate","element","61242zVrMMP","focusTracker","content","ck-annotation-wrapper","mainView","1305108PqoAHV","isDirty","set","_updateHeight","clientHeight","isActive","3103912UnBbGo","350712wesoCw","length","createCollection","ck-annotation-wrapper--active","171770OpuzGx","12OBTcOs","clear","add","focus"];return(tr=function(){return t})()}!function(t){const e=$s,n=t();for(;;)try{if(487486===parseInt(e(294))/1+-parseInt(e(283))/2+parseInt(e(295))/3*(-parseInt(e(312))/4)+parseInt(e(305))/5*(parseInt(e(278))/6)+parseInt(e(301))/7*(parseInt(e(289))/8)+-parseInt(e(290))/9*(-parseInt(e(309))/10)+parseInt(e(271))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tr);class er extends go.View{constructor(t,n){const o=$s;super(t),this.id=(0,e.uid)(),this[o(279)]=new e.FocusTracker,this[o(270)]=new e.KeystrokeHandler,this[o(270)][o(285)](o(300),((t,e)=>this[o(299)](o(300),e))),this[o(285)](o(275),{top:0,right:0,bottom:0,left:0}),this[o(285)](o(274),0),this[o(285)](o(288),!1),this[o(285)](o(284),!1),this[o(285)](o(291),0),this[o(285)](o(302),""),this[o(310)]=Js((()=>this[o(286)]())),this[o(280)]=this[o(292)](),this[o(280)][o(297)](n),this[o(282)]=n;const s=this[o(306)];this[o(276)]({tag:o(272),attributes:{class:["ck",o(281),o(273),s.if(o(288),o(293))],tabindex:-1},children:this[o(280)]})}[Zs(304)](){const t=Zs;super[t(304)](),this[t(279)][t(297)](this[t(277)]),this[t(270)][t(303)](this[t(277)]),this[t(310)][t(308)](this[t(277)])}[Zs(307)](){const t=Zs;this[t(280)][t(296)](),this[t(270)][t(307)](),this[t(279)][t(307)](),this[t(310)][t(311)](),super[t(307)]()}[Zs(298)](){const t=Zs;this[t(277)][t(298)]()}[Zs(286)](){const t=Zs,e=this[t(277)][t(287)];e&&(this[t(274)]=e)}}const nr=rr;!function(t){const e=rr,n=t();for(;;)try{if(299502===-parseInt(e(495))/1+parseInt(e(459))/2*(parseInt(e(477))/3)+parseInt(e(478))/4+parseInt(e(498))/5+-parseInt(e(471))/6*(parseInt(e(472))/7)+parseInt(e(473))/8*(-parseInt(e(458))/9)+parseInt(e(503))/10*(parseInt(e(462))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class or extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=rr;super(),this[r(468)]=t,this[r(468)][r(490)]||this[r(468)][r(482)](),this[r(502)]=o,this[r(489)]=n,or[r(491)](this[r(486)]()),this[r(467)]=new e.Collection([this[r(468)][r(490)]],{idProperty:r(497)}),this[r(467)].on(r(499),((t,e)=>{const n=r;this[n(468)][n(484)][n(499)](e)})),this[r(467)].on(r(461),((t,e)=>{const n=r;this[n(468)][n(484)][n(461)](e)})),this[r(494)](r(465),s)}get[nr(487)](){const t=nr;return t(469)==typeof this[t(502)]?this[t(502)]():this[t(502)]}get[nr(457)](){const t=nr;return this[t(468)][t(501)]}get[nr(500)](){const t=nr,e=this[t(486)]();return or[t(491)](e),e}get[nr(480)](){const t=nr,n=this[t(500)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(481)]((e=>function(e){const n=t;if(e[n(496)])return!0;return!!e[n(493)]()[n(460)](0)}(e)));return 0===o[t(463)]?null:new e.Rect(o[0][t(493)]()[t(460)](0))}get[nr(476)](){const t=nr;return this[t(468)][t(476)]}set[nr(476)](t){const e=nr;this[e(468)][e(476)]=t,this[e(468)][e(501)][e(476)]=t}[nr(483)](){const t=nr;this[t(468)][t(480)]=this[t(480)]}[nr(488)](){const t=nr;this[t(467)][t(470)](),this[t(467)][t(485)](),this[t(470)]()}[nr(466)](){const t=nr;this[t(465)]=!!this[t(480)]}static[nr(491)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(474)](t)&&t[n(479)]((t=>sr(t)))))throw new e.CKEditorError(n(492),null,{target:t})}[nr(486)](){const t=nr,e=t(469)==typeof this[t(489)]?this[t(489)]():this[t(489)];return sr(e)?[e]:e}}function sr(t){const e=nr;return null!==t&&e(464)==typeof t&&e(475)in t&&1===t[e(475)]}function rr(t,e){const n=ir();return(rr=function(t,e){return n[t-=457]})(t,e)}function ir(){const t=["refreshVisibility","focusableElements","view","function","stopListening","6GxOrgz","3014263mAnBYc","526712VwkeBb","isArray","nodeType","isActive","66dzuJyY","1765816ldGbZL","every","targetRect","filter","render","updateTargetRect","focusTracker","clear","_getNormalizedTarget","type","destroy","_target","element","_assertCorrectTarget","annotation-invalid-target","getClientRects","set","532504nUokzv","offsetParent","_id","1821130AmdZyZ","add","target","mainView","_type","40UMgfSM","innerView","63CeXVfy","17228WlqQjS","item","remove","2002825yfyjVT","length","object","isVisible"];return(ir=function(){return t})()}function cr(t,e){const n=ar();return(cr=function(t,e){return n[t-=140]})(t,e)}function ar(){const t=["length","clear","change:isFocused","11586kxgeMV","annotationcollection-not-existing-item","3003pgmJtK","_getOrderInContent","updateTargetRect","12293520SYcbiD","remove","1024706ucFaAP","sort","get","view","_innerViewToAnnotation","listenTo","focusableElements","focus","from","add","has","1TRDeAs","_sort","blur","set","refreshPositioning","targetRect","destroy","359256yRwJtY","focusTracker","10206180XsdLMP","6616020eikNar","isFocused","3LenEFb","stopListening","getByInnerView","getIndex","annotationcollection-duplicated-item","fire","85905ibAHxi","_viewToAnnotation","top","_focusTracker","delete","innerView","left","getByView"];return(ar=function(){return t})()}const hr=cr;!function(t){const e=cr,n=t();for(;;)try{if(837789===-parseInt(e(172))/1*(-parseInt(e(161))/2)+parseInt(e(184))/3*(-parseInt(e(179))/4)+-parseInt(e(182))/5+parseInt(e(154))/6*(-parseInt(e(156))/7)+parseInt(e(159))/8+parseInt(e(143))/9+parseInt(e(181))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ar);class ur extends e.Collection{constructor(t=[]){const n=cr;super(),this[n(165)]=new Map,this[n(144)]=new Map,this[n(146)]=new e.FocusTracker,this[n(146)].on(n(153),((t,e,o)=>{const s=n;o||this[s(142)](s(174))}));for(const e of t)this[n(170)](e)}get[hr(183)](){const t=hr;return this[t(146)][t(183)]}[hr(170)](t){const n=hr;if(this[n(171)](t))throw new e.CKEditorError(n(141),null);this[n(165)][n(175)](t[n(148)],t),this[n(144)][n(175)](t[n(164)],t);for(const e of t[n(167)])this[n(146)][n(170)](e);this[n(166)](t[n(167)],n(170),((t,e)=>{const o=n;this[o(146)][o(170)](e)})),this[n(166)](t[n(167)],n(160),((t,e)=>{const o=n;this[o(146)][o(160)](e)})),this[n(166)](t[n(164)][n(180)],n(153),((e,o,s)=>{const r=n;s&&this[r(142)](r(168),t)})),t[n(158)]();const o=this[n(157)](t[n(164)][n(177)]);return super[n(170)](t,o)}[hr(160)](t){const n=hr;if(!this[n(171)](t))throw new e.CKEditorError(n(155),null);this[n(185)](t[n(164)][n(180)]),this[n(185)](t[n(167)]);for(const e of t[n(167)])this[n(146)][n(160)](e);return this[n(144)][n(147)](t[n(164)]),this[n(165)][n(147)](t[n(148)]),super[n(160)](t)}[hr(186)](t){const e=hr;return this[e(165)][e(163)](t)}[hr(150)](t){const e=hr;return this[e(144)][e(163)](t)}[hr(178)](){const t=hr;super[t(152)](),this[t(185)](),this[t(165)][t(152)](),this[t(144)][t(152)](),this[t(146)][t(178)]()}[hr(176)](){const t=hr;for(const e of this)e[t(158)]();this[t(173)]()}[hr(173)](){const t=hr,e=Array[t(169)](this)[t(162)](((e,n)=>dr(e[t(164)][t(177)],n[t(164)][t(177)])));for(let n=e[t(151)]-1;n>0;n--){const o=e[n];n!==this[t(140)](o)&&(this[t(160)](o),this[t(170)](o))}}[hr(157)](t){const e=hr;let n=0;if(!t)return this[e(151)];for(const o of this){const s=o[e(164)][e(177)];if(s){if(dr(t,s)<0)return n;n++}}return n}}function dr(t,e){const n=hr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(145)]-e[n(145)];return 0==o?t[n(149)]-e[n(149)]:o}function lr(t,e){const n=fr();return(lr=function(t,e){return n[t-=183]})(t,e)}const mr=lr;!function(t){const e=lr,n=t();for(;;)try{if(619942===parseInt(e(184))/1+-parseInt(e(213))/2*(-parseInt(e(199))/3)+-parseInt(e(214))/4*(parseInt(e(202))/5)+parseInt(e(224))/6*(-parseInt(e(204))/7)+parseInt(e(193))/8*(parseInt(e(196))/9)+parseInt(e(185))/10+parseInt(e(212))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fr);class pr extends t.ContextPlugin{static get[mr(217)](){return mr(222)}constructor(t){const e=mr;super(t),this[e(183)]=new ur,this[e(191)]=new ur,this[e(188)](e(206),new Set),this[e(187)]()}[mr(211)](t){const e=mr;this[e(183)][e(211)](t)}[mr(218)](t){const e=mr;this[e(183)][e(218)](t),t[e(223)]()}[mr(220)](){const t=mr;for(const e of this[t(183)])e[t(220)]()}[mr(201)](){const t=mr;this[t(191)][t(201)]()}[mr(216)](t){const e=mr;return this[e(183)][e(216)](t)}[mr(219)](){const t=mr;this[t(205)](t(225))}[mr(223)](){const t=mr;for(const e of this[t(183)])e[t(223)]();this[t(191)][t(223)](),this[t(183)][t(223)](),super[t(223)]()}[mr(208)](t){const e=mr;this[e(205)](e(190),t)}[mr(186)](t){return new or(t)}[mr(207)](t,e){return new er(t,e)}[mr(195)](t){const e=mr,n=new Set(this[e(206)]);n[e(211)](t),this[e(206)]=n}[mr(200)](t){const e=mr,n=new Set(this[e(206)]);n[e(198)](t),this[e(206)]=n}[mr(187)](){const t=mr,e=this[t(183)],n=this[t(191)];function o(e){const o=t,s=e[o(192)];s[o(203)]&&!n[o(221)](s)?n[o(211)](s):!s[o(203)]&&n[o(221)](s)&&n[o(218)](s),s[o(197)][o(189)][o(218)](s[o(197)][o(210)]),s[o(197)][o(189)][o(211)](s[o(197)][o(210)])}this[t(209)](e,t(211),((e,s)=>{const r=t;s[r(203)]&&n[r(211)](s),this[r(209)](s,r(215),o)})),this[t(209)](e,t(218),((e,s)=>{const r=t;n[r(221)](s)&&n[r(218)](s),this[r(194)](s,r(215),o)}))}}function fr(){const t=["113534ZyTAmc","720vTDZeM","change:isVisible","getByInnerView","pluginName","remove","deactivateAll","refreshVisibility","has","Annotations","destroy","6JPTREE","_deactivateAllAnnotations","collection","229923XxBSHh","2317420cwNEjW","createAnnotation","_bindAnnotationsToVisibleAnnotations","set","focusTracker","_activateAnnotation","_visibleAnnotations","source","8baehND","stopListening","_addActiveAnnotation","5713704sLHnCS","view","delete","24IsWjds","_removeActiveAnnotation","refreshPositioning","26655XeJWFv","isVisible","6116348pRUXnr","fire","activeAnnotations","createAnnotationView","activate","listenTo","element","add","9928919eDHoOa"];return(fr=function(){return t})()}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=453]})(t,e)}function kr(){const t=["_permissions","admin","trim","plugins","bodyCollectionContainer","stopListening","_unbindEditors","setUnlinkedAt","_readOnlyChannels","commentsrepository-add-comment-user-not-exists","_adapter","set","commentsrepository-update-missing-comment","author","has","authorName","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","init","_isSubmitted","attributes","get","commentsrepository-invalid-commentid","editorDestroyed","30WXNIzh","isDirty","innerHTML","model","refreshVisibility","attachTo","PENDING_ACTION_COMMENT_THREAD","commentInputView","_removeComment","commentsrepository-update-comment-invalid-content","weight","getRevision","getIndex","commentsrepository-active-missing-comment-thread","config","from","_add","adapter","_resolveCommentThread","_createCommentThreadView","length","comment","commentsrepository-update-comment-thread-internal-error","getCommentThreads","commentsrepository-duplicated-comment-thread-id","change:_permissions","_updateActiveAnnotation","write","_getExternalAuthor","div","lowest","reopen","commentsrepository-remove-missing-comment-thread","PendingActions","4363366qHYFqD","comments","28790937FYhLgp","noChannel","commentsrepository-adapter-already-set","isReadOnly","getCommentThread","_remove","comments.editorConfig","deactivateAll","resolvedAt","89792DHSpYr","fire","commentsrepository-invalid-comment-authorid","fetchCommentThread","getTime","comments.CommentView","modifyAll","getByInnerView","assign","_attachCommentThread","commentsrepository-resolved-comment-thread","isSubmitted","commentsrepository-missing-target","update","_submitCommentThread","filter","commentId","comments.maxCommentsWhenCollapsed","editor","canComment","afterInit","isEditable","commentsrepository-fetch-comment-thread","activate","isNaN","isFromAdapter","_threadToController","_bindAnnotationToEditors","removeCommentThread","commentsrepository-get-comment-invalid-id","setActiveCommentThread","comments.copyMarkers","_isAttached","commentsrepository-add-comment-to-missing-comment-thread","commentsrepository-missing-thread-and-adapter-method","listenTo","addUser","_reopenCommentThread","isAttached","commentsrepository-resolve-comment-thread-internal-error","addCommentThread","destroy","push","licenseKey","865516yXKnJr","highest","_createNewComment","fromCharCode","setAttribute","commentsrepository-remove-comment-internal-error","CommentThreadView","setPermissions","toJSON","isExternal","isResolvable","commentsrepository-reopen-comment-thread-internal-error","commentsrepository-invalid-comment-thread-id","view","getPermissions","_addCommentThread","max","commentsrepository-update-comment-missing-comment-thread","requires","reduce","_addComment","textContent","createCommentThreadController","remove","forbiddenHandler","comments.CommentThreadView","_repository","warn","once","switchReadOnly","commentsrepository-remove-comment-missing-comment-thread","locale","type","hasCommentThread","change:authoredAt","isResolved","resolvedBy","string","CommentsRepository","commentUpdated","then","change:activeAnnotations","values","_removeCommentThread","find","content","innerView","context","editorReady","removeComment","openNewCommentThread","delete","submit","resolveCommentThread","createdAt","101674haculx","creator","_updateComment","_updateCommentThread","_findOptimalIndex","@external","2200700viDqmH","_hasTargetInContent","commentThreadInputView","threadId","_update","commentsrepository-remove-missing-comment","commentsrepository-add-comment-internal-error","function","_threads","focusTracker","8035674RsZlLo","pluginName","commentsrepository-attach-missing-comment-thread","map","5exQPPd","comments.maxThreadTotalWeight","catch","createElement","resolve","_viewToController","commentsrepository-invalid-comment-content","external:","focus","change:_readOnlyChannels","commentsrepository-missing-comment-thread","authoredAt","_detachCommentThread","_removeActiveAnnotation","submitCommentThread","isRemovable","updateComment","add","getEarlierVisibleRevision","reopenCommentThread","commentsrepository-reopen-comment-thread","setContext","commentsrepository-remove-comment-thread-internal-error","commentsrepository-add-comment-thread-internal-error","comments.maxCommentCharsWhenCollapsed","CommentView","commentsrepository-active-not-attached","bind","change:isDirty","removeAttribute","unlinkedAt","error","join","addComment","getUser","archivedAt","define","channelId","focusableElements","commentsrepository-update-comment-internal-error","isActive","activeCommentThread","body","getComment","updateCommentThread"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(676461===parseInt(e(581))/1+parseInt(e(636))/2*(parseInt(e(492))/3)+parseInt(e(642))/4+parseInt(e(656))/5*(parseInt(e(652))/6)+parseInt(e(526))/7+-parseInt(e(537))/8+-parseInt(e(528))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);const br=Symbol(gr(529)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Ir extends t.ContextPlugin{static get[gr(599)](){return[pr,t.PendingActions,s.Users]}static get[gr(653)](){return gr(619)}constructor(t){const e=gr;super(t),this[e(650)]=new Map,this[e(563)]=new Map,this[e(661)]=new Map,this[e(480)](e(477),new Set),this[e(480)](e(469),new Map),this[e(580)]=this[e(628)][e(506)][e(489)](e(580));const n=this[e(628)][e(506)];n[e(460)](e(554),2),n[e(460)](e(657),500),n[e(460)](e(680),140),n[e(460)](e(606),ls),n[e(460)](e(542),Cs),n[e(489)](e(534))||console[e(608)](e(485))}[gr(486)](){const t=gr,e=this[t(628)][t(472)][t(489)](pr);this[t(480)](t(465),null),this.on(t(577),((e,n)=>this[t(596)](n))),this.on(t(670),((e,n)=>this[t(551)](n))),this.on(t(634),((e,n)=>this[t(510)](n))),this.on(t(634),((e,n)=>this[t(518)](n)),{priority:t(522)}),this.on(t(675),((e,n)=>this[t(574)](n))),this.on(t(675),((e,n)=>this[t(518)](n)),{priority:t(522)}),this.on(t(565),((e,n)=>this[t(624)](n))),this.on(t(468),((e,n)=>this[t(639)](n))),this.on(t(468),((e,n)=>this[t(518)](n)),{priority:t(522)}),this.on(t(457),((e,n)=>this[t(601)](n))),this.on(t(672),((e,n)=>this[t(638)](n))),this.on(t(630),((e,n)=>this[t(500)](n))),this.on(t(457),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(532)](n),i=r&&this[s(563)][s(489)](r);i&&i[s(594)][s(664)]()}),{priority:t(522)}),this[t(572)](e,t(622),((e,n,o)=>{const s=t,r=Array[s(507)](o)[s(655)]((t=>this[s(661)][s(489)](t[s(627)])))[s(552)](Boolean)[0];this[s(465)]=r?r[s(495)]:null}))}[gr(557)](){!function(e){function n(t){const e=vr;return t[e(655)]((t=>String[e(584)](t)))[e(456)]("")}(e=>{const o=vr;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],s[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],s[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],s[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],s[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],s[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],s[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],s[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],s[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,c=16;const a=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=a[n([108,101,110,103,116,104])]/4,r=d(a);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let c,l=0,m=o;for(;m<e;){c=r[o-1],r[0]^=s[n([83])][c>>16&255]<<24^s[n([83])][c>>8&255]<<16^s[n([83])][255&c]<<8^s[n([83])][c>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];c=r[o/2-1],r[o/2]^=s[n([83])][255&c]^s[n([83])][c>>8&255]<<8^s[n([83])][c>>16&255]<<16^s[n([83])][c>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,a,d=0;for(;d<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[d],u[t-i][a]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=u[e][t],u[e][t]=s[n([85,49])][c>>24&255]^s[n([85,50])][c>>16&255]^s[n([85,51])][c>>8&255]^s[n([85,52])][255&c]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===c&&(i=m(r),c=0,l(r)),t[e]^=i[c++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^c>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^c>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^c>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^c);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const a=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],c=i[2]*r[2];function a(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=_,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(503)](0),i=s[o(674)](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(621)]((()=>e()))}}))}C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=c),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(561)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const c=function(){let t=i[6]*r[8]*r[6];return C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),c);const h=A(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(561)](Number(e))&&window[e]===c)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(628)]:e[o(555)],l=n([52,48,52,56,49,52,52,54]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=d[o(506)][o(489)](n([108,105,99,101,110,115,101,75,101,121])),f=a[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!C(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&a[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(605)]&&s[t[e(605)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||I(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?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),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])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(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>C(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=c(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[gr(509)](t){const n=gr;if(this[n(479)])throw new e.CKEditorError(n(530));this[n(479)]=t}get[gr(509)](){return this[gr(479)]}[gr(577)]({channelId:t=br,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=gr;return this[m(538)](Cr(m(577),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(532)](n)}[gr(631)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(477)][i(483)](t)||this[i(477)][i(483)](void 0))return null;if(!o)throw new e.CKEditorError(i(549));const c=this[i(577)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(563)][i(489)](c),h=a[i(594)][i(644)][i(499)],u=this[i(628)][i(472)][i(489)](pr),d=u[i(544)](a[i(594)]);return u[i(560)](d),h[i(609)](i(629),(()=>h[i(664)]())),c}[gr(614)](t){const n=gr;if(n(618)!=typeof t)throw new e.CKEditorError(n(593));return this[n(650)][n(483)](t)}[gr(468)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(538)](Cr(i(468),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(532)](e)}[gr(532)](t){const n=gr;if(n(618)!=typeof t)throw new e.CKEditorError(n(593));return this[n(650)][n(489)](t)}[gr(540)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(532)](n);if(s)return Promise[o(660)](s);if(!this[o(509)])return Promise[o(660)](void 0);if(o(649)!=typeof this[o(509)][o(532)])throw new e.CKEditorError(o(571),this[o(628)]);return this[o(509)][o(532)]({channelId:t,threadId:n})[o(621)]((e=>this[o(614)](n)?this[o(532)](n):e?this[o(577)](Object[o(545)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(658)]((t=>{const n=o;throw console[n(455)](t),new e.CKEditorError(n(559),this[n(628)])}))}[gr(515)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(650)][s(623)]())t&&o[s(461)]!==t||e&&!o[s(575)]||n&&0===o[s(512)]||r[s(579)](o);return o?r[s(655)]((t=>t[s(589)]())):r}[gr(567)](t){const n=gr,o=this[n(628)][n(472)][n(489)](pr);if(!t)return void(this[n(465)]&&o[n(535)]());const s=this[n(532)](t);if(!s)throw new e.CKEditorError(n(505),null,{threadId:t});if(!this[n(563)][n(483)](s))throw new e.CKEditorError(n(682),null,{threadId:t});const r=o[n(544)](this[n(563)][n(489)](s)[n(594)]);o[n(560)](r)}[gr(610)](t,e){const n=gr;t?this[n(477)][n(673)](e):this[n(477)][n(632)](e),this[n(538)](n(665),n(477),this[n(477)],this[n(477)])}[gr(531)](t){const e=gr;return this[e(477)][e(483)](t)||this[e(477)][e(483)](void 0)}[gr(603)](t,e){return new fo(t,e)}[gr(588)](t,e=br){const n=gr;this[n(469)][n(480)](e,t),this[n(538)](n(517),n(469),this[n(469)],this[n(469)])}[gr(595)](t=br){const e=gr;return this[e(469)][e(483)](t)?this[e(469)][e(489)](t):wr}[gr(596)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=gr;if(p(618)!=typeof n)throw new e.CKEditorError(p(593),null,{threadId:n});if(this[p(614)](n))throw new e.CKEditorError(p(516),null,{threadId:n});const f=new _r(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(628)][p(472)][p(489)](s.Users)[p(458)](c):null,isResolvable:l,isSubmitted:m||d});this[p(650)][p(480)](n,f);for(const t of o)f[p(508)](this[p(583)]({threadId:n,...t}));return a&&f[p(497)](a),d||!f[p(512)]?Promise[p(660)]():this[p(551)]({channelId:t,threadId:n})}[gr(551)]({channelId:t,threadId:n}){const o=gr;if(!this[o(614)](n))throw new e.CKEditorError(o(666),this);const s=this[o(532)](n);if(s[o(487)]=!0,!this[o(509)]||o(649)!=typeof this[o(509)][o(577)])return Promise[o(660)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(628)][o(472)][o(489)](o(525)),l=d[o(673)](vo(this[o(628)][o(612)],o(498)));return this[o(509)][o(577)]({channelId:t,threadId:r,comments:i[o(655)]((t=>t[o(589)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(621)]((({comments:e})=>{const s=o;d[s(604)](l);for(const o of e)this[s(638)]({channelId:t,threadId:n,commentId:o[s(553)],createdAt:o[s(635)],isFromAdapter:!0})}))[o(658)]((t=>{const n=o;throw console[n(455)](t),new e.CKEditorError(n(679),this)}))}[gr(546)]({threadId:t,target:n}){const o=gr,s=this[o(532)](t);if(!s)throw new e.CKEditorError(o(654),this);const r=this[o(628)][o(472)][o(489)](o(525)),i=this[o(628)][o(472)][o(489)](pr),c=this[o(511)](s),a=new fo(s,c);let h=null;c.on(o(684),((t,e,n)=>{const s=o;n?h=r[s(673)](vo(this[s(628)][s(612)],s(498))):h&&(r[s(604)](h),h=null)})),this[o(563)][o(480)](s,a),this[o(661)][o(480)](c,a);const u=new er(this[o(628)][o(612)],c);u[o(683)](o(512)).to(c),u[o(683)](o(493)).to(c,o(493),c,o(512),((t,e)=>t||!e)),u[o(683)](o(464)).to(c),u[o(613)]=o(513);const d=new or({view:u,target:n,type:o(513),isVisible:!s[o(616)]});return this[o(564)](c,d),i[o(673)](d),d}[gr(564)](e,n){const o=gr;this[o(572)](e,o(629),((e,s)=>{const r=o,i=s.ui[r(594)][r(466)][r(473)];n[r(462)][r(673)](i),this[r(628)]instanceof t.Editor&&this[r(628)].ui[r(651)][r(673)](i)}),{priority:o(582)}),this[o(572)](e,o(491),((e,s)=>{const r=o,i=s.ui[r(594)][r(466)][r(473)];n[r(462)][r(483)](i)&&n[r(462)][r(604)](i),this[r(628)]instanceof t.Editor&&this[r(628)].ui[r(651)][r(604)](i)}))}[gr(475)](t){const e=gr;this[e(474)](t,e(629)),this[e(474)](t,e(491))}[gr(511)](t){const e=gr,n=this[e(628)][e(472)][e(489)](s.Users),{config:o,locale:r}=this[e(628)],i=(0,s.getDateTimeFormatter)(o[e(489)](e(612)));return new(0,o[e(489)](e(527))[e(587)])(r,t,n.me,{editorConfig:{...o[e(489)](e(534)),licenseKey:this[e(628)][e(506)][e(489)](e(580))},copyMarkers:o[e(489)](e(568)),maxCommentsWhenCollapsed:o[e(489)](e(554)),maxThreadTotalWeight:o[e(489)](e(657)),maxCommentCharsWhenCollapsed:o[e(489)](e(680)),formatDateTime:i,CommentView:o[e(489)](e(527))[e(681)]})}[gr(510)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(614)](t))throw new e.CKEditorError(c(666),null,{threadId:t});const a=this[c(532)](t);if(a[c(616)])throw new e.CKEditorError(c(547),null,{threadId:t});const h=this[c(628)][c(472)][c(489)](s.Users);if(a[c(617)]=h[c(458)](r),a[c(536)]=o,i||!this[c(509)]||c(649)!=typeof this[c(509)][c(634)])return Promise[c(660)]();const u=this[c(628)][c(472)][c(489)](c(525)),d=u[c(673)](vo(this[c(628)][c(612)],c(498)));return this[c(509)][c(634)]({channelId:n,threadId:t})[c(621)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(604)](d),a[n(617)].id!==e&&(a[n(617)]=h[n(458)](e)),a[n(536)]=t}))[c(658)]((t=>{const n=c;throw console[n(455)](t),new e.CKEditorError(n(576),this)}))}[gr(574)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(614)](t))throw new e.CKEditorError(s(666),null,{threadId:t});const r=this[s(532)](t);if(!r[s(616)])throw new e.CKEditorError(s(676),null,{threadId:t});if(r[s(617)]=null,r[s(536)]=null,o||!this[s(509)]||s(649)!=typeof this[s(509)][s(675)])return Promise[s(660)]();const i=this[s(628)][s(472)][s(489)](s(525)),c=i[s(673)](vo(this[s(628)][s(612)],s(498)));return this[s(509)][s(675)]({channelId:n,threadId:t})[s(621)]((()=>i[s(604)](c)))[s(658)]((t=>{const n=s;throw console[n(455)](t),new e.CKEditorError(n(592),this)}))}[gr(624)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(532)](t);if(!s)throw new e.CKEditorError(o(524),this);if(this[o(668)](t),this[o(650)][o(632)](t),!s[o(548)]||n||!this[o(509)]||o(649)!=typeof this[o(509)][o(565)])return Promise[o(660)]();const r=this[o(628)][o(472)][o(489)](o(525)),{channelId:i}=s,c=r[o(673)](vo(this[o(628)][o(612)],o(498)));return this[o(509)][o(565)]({channelId:i,threadId:t})[o(621)]((()=>r[o(604)](c)))[o(658)]((t=>{const n=o;throw console[n(455)](t),new e.CKEditorError(n(678),this)}))}[gr(639)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(618)!=typeof t)throw new e.CKEditorError(i(593),null,{threadId:t});if(!this[i(614)](t))throw new e.CKEditorError(i(666),null,{threadId:t});const c=this[i(532)](t);let a=!1;if(void 0!==o&&c[i(628)]!==o&&(c[i(628)]=o,a=!0),void 0!==n&&c[i(454)]!==n&&(c[i(454)]=n,a=!0),s&&!He(s,c[i(488)])&&(c[i(488)]=s,a=!0),!a)return Promise[i(660)]();if(!c[i(548)]||r||!this[i(509)]||i(649)!=typeof this[i(509)][i(468)])return Promise[i(660)]();const h=this[i(628)][i(472)][i(489)](i(525)),{channelId:u}=c,d=h[i(673)](vo(this[i(628)][i(612)],i(498)));return this[i(509)][i(468)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(621)]((()=>h[i(604)](d)))[i(658)]((t=>{const n=i;throw console[n(455)](t),new e.CKEditorError(n(514),this)}))}[gr(668)](t){const e=gr,n=this[e(628)][e(472)][e(489)](pr),o=this[e(532)](t);if(this[e(563)][e(483)](o)){const t=this[e(563)][e(489)](o),s=t[e(594)],r=n[e(544)](s);this[e(563)][e(632)](o),this[e(661)][e(632)](s),r&&n[e(604)](r),t[e(578)](),s[e(578)]()[e(621)]((()=>{this[e(475)](s)}))}}[gr(518)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(628)][n(472)][n(489)](pr),r=this[n(532)](t);if(this[n(563)][n(483)](r)){const t=this[n(563)][n(489)](r)[n(594)],e=s[n(544)](t);e&&(o&&s[n(669)](e),e[n(496)]())}}[gr(520)](t){const e=gr,n=this[e(628)][e(472)][e(489)](s.Users),o=(0,s.hashObject)(e(663)+t);return n[e(458)](o)||n[e(573)]({id:o,name:t})}[gr(583)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(618)!=typeof n)throw new e.CKEditorError(a(490));if(a(618)!=typeof r)throw new e.CKEditorError(a(539));if(a(618)!=typeof o||!o[a(471)]())throw new e.CKEditorError(a(662));const h=this[a(628)][a(472)][a(489)](s.Users)[a(458)](r);if(!h)throw new e.CKEditorError(a(478),null,{authorId:r});let u=null,d=i;return c&&c[a(641)]&&(u=this[a(520)](c[a(641)][a(484)]),d=new Date(c[a(641)][a(635)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(601)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(532)](t[n(645)]);if(!c)throw new e.CKEditorError(n(570),this);const a=this[n(583)](t),{id:h}=a;if(c[n(508)](a),i||!this[n(509)]||n(649)!=typeof this[n(509)][n(457)]||!c[n(548)])return Promise[n(660)]();const u=this[n(628)][n(472)][n(489)](n(525)),{channelId:d}=c,l=u[n(673)](vo(this[n(628)][n(612)],n(498)));return r||(r={}),this[n(509)][n(457)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(621)]((t=>{const e=n;u[e(604)](l),t&&this[e(638)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(635)],isFromAdapter:!0})}))[n(658)]((t=>{const o=n;throw console[o(455)](t),new e.CKEditorError(o(648),this)}))}[gr(638)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(618)!=typeof o||!o[c(471)]()[c(512)]))throw new e.CKEditorError(c(501));const a=this[c(532)](t),h=a[c(467)](n);if(!h)throw new e.CKEditorError(c(481),this);let u=!1;if(o&&o!==h[c(626)]&&(h[c(558)]||i)&&(h[c(626)]=o,u=!0),s&&s!==h[c(635)]&&(h[c(635)]=s,h[c(488)]&&h[c(488)][c(641)]||(h[c(667)]=s),u=!0),r&&!He(r,h[c(488)])&&(h[c(488)]=r,u=!0),!u)return Promise[c(660)]();if(a[c(538)](c(620)),i||!this[c(509)]||c(649)!=typeof this[c(509)][c(672)])return Promise[c(660)]();const d=this[c(628)][c(472)][c(489)](c(525)),{channelId:l}=this[c(532)](h[c(645)]),m=d[c(673)](vo(this[c(628)][c(612)],c(498)));return this[c(509)][c(672)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(621)]((()=>d[c(604)](m)))[c(658)]((t=>{const n=c;throw console[n(455)](t),new e.CKEditorError(n(463),this)}))}[gr(500)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(532)](t),i=r[s(467)](n);if(!i)throw new e.CKEditorError(s(647),this);if(r[s(533)](i),o||!this[s(509)]||s(649)!=typeof this[s(509)][s(630)])return Promise[s(660)]();const c=this[s(628)][s(472)][s(489)](s(525)),{channelId:a}=r,h=c[s(673)](vo(this[s(628)][s(612)],s(498)));return this[s(509)][s(630)]({channelId:a,threadId:t,commentId:n})[s(621)]((()=>c[s(604)](h)))[s(658)]((t=>{const n=s;throw console[n(455)](t),new e.CKEditorError(n(586),this)}))}}class _r extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(591)];this[o(461)]=n[o(461)],this.id=n.id,this[o(527)]=new e.Collection,this[o(607)]=t,this[o(569)]=!1,this[o(487)]=n[o(548)],this[o(480)](o(643),!0),this[o(683)](o(531)).to(t,o(469),t,o(477),(()=>t[o(531)](this[o(461)]))),this[o(683)](o(671)).to(t,o(469),(()=>t[o(595)](this[o(461)])[o(470)])),this[o(683)](o(556)).to(t,o(469),(()=>{const e=o,n=t[e(595)](this[e(461)]);return n[e(519)]||n[e(470)]})),this[o(683)](o(591)).to(t,o(469),(()=>s&&t[o(595)](this[o(461)])[o(660)])),this[o(480)](o(628),n[o(628)]),this[o(683)](o(459)).to(this,o(536),this,o(454),((t,e)=>t?e?t<e?t:e:t:e)),this[o(480)](o(454),n[o(454)]||null),this[o(480)](o(536),n[o(536)]||null),this[o(480)](o(617),n[o(617)]||null),this[o(683)](o(616)).to(this,o(536),(t=>!!t)),this[o(480)](o(488),n[o(488)]||{})}get[gr(502)](){const t=gr;return Array[t(507)](this[t(527)])[t(600)](((e,n)=>e+n[t(502)]),0)}get[gr(512)](){const t=gr;return this[t(527)][t(512)]}get[gr(575)](){return this[gr(569)]}get[gr(548)](){return this[gr(487)]}[gr(633)](){const t=gr,{channelId:e,id:n}=this;this[t(607)][t(538)](Cr(t(670),e),{channelId:e,threadId:n})}[gr(476)](t){this[gr(646)]({unlinkedAt:t})}[gr(660)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(607)][o(628)][o(472)][o(489)](s.Users).me,{channelId:i,id:c}=this;this[o(607)][o(538)](Cr(o(634),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(523)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(607)][e(538)](Cr(e(675),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(677)](t){const e=gr;this[e(628)]||this[e(646)]({context:t})}[gr(585)](t,e){const n=gr,o=Ln(this[n(488)]);so(o,t,e),this[n(646)]({attributes:o})}[gr(453)](t){const e=gr,n=Ln(this[e(488)]);uo(n,t),this[e(646)]({attributes:n})}[gr(604)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(607)][e(538)](Cr(e(565),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(497)](t){const e=gr;return this[e(607)][e(546)]({threadId:this.id,target:t})}[gr(457)](t){const e=gr,{channelId:n,id:o}=this;this[e(607)][e(538)](Cr(e(457),n,o),Object[e(545)]({channelId:n,threadId:o},t))}[gr(467)](t){const n=gr;if(n(618)!=typeof t)throw new e.CKEditorError(n(566),null,{commentId:t});return this[n(527)][n(489)](t)}[gr(589)](){const t=gr;return{threadId:this.id,context:this[t(628)],unlinkedAt:this[t(454)],resolvedAt:this[t(536)],resolvedBy:this[t(617)]?this[t(617)].id:null,archivedAt:this[t(459)],comments:this[t(527)][t(655)]((e=>e[t(589)]())),attributes:this[t(488)]}}[gr(508)](t){const e=gr;return this[e(572)](t,e(615),(()=>{const n=e,o=this[n(640)](t),s=this[n(527)];o-1!=s[n(504)](t)&&o+1!=s[n(504)](t)&&(this[n(533)](t),this[n(508)](t))})),this[e(527)][e(673)](t,this[e(640)](t))}[gr(646)](t){const e=gr,{channelId:n,id:o}=this;this[e(607)][e(538)](Cr(e(468),n),{...t,channelId:n,threadId:o})}[gr(533)](t){const e=gr;return this[e(474)](t),t[e(578)](),this[e(527)][e(604)](t)}[gr(640)](t){const e=gr,n=this[e(527)][e(625)]((n=>new Date(n[e(667)])[e(541)]()>new Date(t[e(667)])[e(541)]()));return n?this[e(527)][e(504)](n):this[e(512)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(628)][n(472)][n(489)](s.Users).me,r=t[n(532)](e[n(645)]),i=0===r[n(527)][n(512)],c=o===e[n(482)];this.id=e.id,this[n(645)]=e[n(645)],this[n(482)]=e[n(482)],this[n(637)]=e[n(637)],this[n(590)]=Boolean(e[n(488)]&&e[n(488)][n(641)]),this[n(480)](n(626),e[n(626)]),this[n(635)]=e[n(635)]||new Date,this[n(480)](n(667),e[n(667)]||new Date),this[n(683)](n(536)).to(r,n(536)),this[n(480)](n(488),e[n(488)]||{}),this[n(683)](n(558)).to(t,n(469),(()=>{const e=n,o=t[e(595)](r[e(461)])[e(519)],s=t[e(595)](r[e(461)])[e(543)];return c&&o||!c&&s})),this[n(683)](n(671)).to(r,n(671),t,n(469),(e=>{const o=n,s=t[o(595)](r[o(461)])[o(519)],a=t[o(595)](r[o(461)])[o(543)];return c&&s||e&&i||!c&&a&&!i})),this[n(683)](n(531)).to(r,n(531)),this[n(607)]=t}get[gr(502)](){const t=gr;return Math[t(597)](function(e){const n=t,o=document[n(659)](n(521));return o[n(494)]=e,o[n(602)][n(512)]}(this[t(626)]),200)}[gr(550)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(607)][n(614)](o))throw new e.CKEditorError(n(598),this);const{channelId:r}=this[n(607)][n(532)](o);this[n(607)][n(538)](Cr(n(672),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(585)](t,e){const n=gr,o=Ln(this[n(488)]);so(o,t,e),this[n(550)]({attributes:o})}[gr(453)](t){const e=gr,n=Ln(this[e(488)]);uo(n,t),this[e(550)]({attributes:n})}[gr(604)](t={}){const n=gr;if(!t[n(562)]&&!this[n(671)])return;const{threadId:o,id:s}=this;if(!this[n(607)][n(614)](o))throw new e.CKEditorError(n(611),this);const{channelId:r}=this[n(607)][n(532)](o);this[n(607)][n(538)](Cr(n(630),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(589)](){const t=gr;return{commentId:this.id,content:this[t(626)],createdAt:this[t(635)],authorId:this[t(637)].id,attributes:this[t(488)]}}[gr(578)](){this[gr(474)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=Er;function Tr(){const t=["change","tableCell","getItems","document","createRange","push","refresh","schema","603RuiJaF","addMarker","execute","getRanges","comment:","isEnabled","1782843fJSbNk","end","4VEWjRz","868070WagrDz","isObject","1946560UmozTm","element","_trimToContent","selection","$textProxy","substr","_hasContent","model","1081050aezfMW","4TpoMog","36862JfgDaY","6gxVvFO","start","78136uSEbPs","backward","item","2148835zzorug","_itemIsContent","editor","getLastMatchingPosition"];return(Tr=function(){return t})()}function Er(t,e){const n=Tr();return(Er=function(t,e){return n[t-=323]})(t,e)}!function(t){const e=Er,n=t();for(;;)try{if(360996===parseInt(e(356))/1*(-parseInt(e(343))/2)+-parseInt(e(341))/3+parseInt(e(355))/4*(parseInt(e(323))/5)+parseInt(e(357))/6*(-parseInt(e(344))/7)+-parseInt(e(359))/8*(-parseInt(e(335))/9)+-parseInt(e(354))/10+parseInt(e(346))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Tr);class xr extends t.Command{[Ar(333)](){const t=Ar,e=this[t(325)][t(353)][t(330)][t(349)];for(const n of e[t(338)]())if(this[t(352)](n))return void(this[t(340)]=!0);this[t(340)]=!1}[Ar(337)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(325)][n(353)],s=[];for(const t of o[n(330)][n(349)][n(338)]())this[n(352)](t)&&s[n(332)](this[n(348)](t));o[n(327)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(351)](1,5),i=r(339)+t+":"+s;o[r(336)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(352)](t){const e=Ar;for(const n of t[e(329)]())if(this[e(324)](n))return!0;return!1}[Ar(324)](t){const e=Ar;return t.is(e(350))||this[e(325)][e(353)][e(334)][e(345)](t)&&!t.is(e(347),e(328))}[Ar(348)](t){const e=Ar,n=t=>!this[e(324)](t[e(361)]),o=t[e(358)][e(326)](n),s=t[e(342)][e(326)](n,{direction:e(360)});return this[e(325)][e(353)][e(331)](o,s)}}const Mr=Or;function Or(t,e){const n=Rr();return(Or=function(t,e){return n[t-=103]})(t,e)}function Rr(){const t=["getRanges","getByInnerView","refresh","selection","innerView","15414410sfYZYh","from","plugins","1gYPbtD","set","9QvhDRK","uiUpdate","cancel","blur","56jSLFYC","init","150JeShBN","annotation","118772uZYyGq","focusTracker","containsRange","range","hasDomSelection","229789NUaDNo","directChange","change:range","view","model","fire","_editorAnnotations","has","15JeUEyl","_dataCollectors","requires","23119421SzzwjY","isEqual","editor","2026488fMdNEu","sort","isCollapsed","addSourceCollector","get","7128hNvSgQ","update","element","document","1703184tottPi","_editorAnnotationsData","collection","map","add","getOrderedSelectedAnnotations","isReadOnly","editorannotations-invalid-source-callback","registerAnnotation","EditorAnnotations","function","pluginName","change:isFocused","editing","push","22198kvXltn","refreshSelectedViews","listenTo","remove","delete"];return(Rr=function(){return t})()}!function(t){const e=Or,n=t();for(;;)try{if(811319===-parseInt(e(150))/1*(parseInt(e(122))/2)+parseInt(e(158))/3*(parseInt(e(160))/4)+parseInt(e(107))/5*(-parseInt(e(113))/6)+-parseInt(e(165))/7*(-parseInt(e(156))/8)+parseInt(e(152))/9*(parseInt(e(147))/10)+-parseInt(e(137))/11*(-parseInt(e(118))/12)+-parseInt(e(110))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Rr);class Vr extends t.Plugin{static get[Mr(109)](){return[pr]}static get[Mr(133)](){return Mr(131)}constructor(t){const e=Mr;super(t),this[e(108)]=new Set,this[e(105)]=new Set}[Mr(157)](){const t=Mr,e=this[t(112)],n=e[t(103)][t(121)][t(145)],o=Ws((()=>this[t(138)]()),10);n.on(t(167),((e,n)=>{const s=t;n[s(166)]&&(o[s(154)](),this[s(138)]())})),this[t(139)](e[t(135)][t(168)][t(121)],t(134),((t,e,n)=>{n&&o()})),this[t(139)](e.ui[t(161)],t(134),((n,o,s)=>{const r=t;s||e[r(128)]||this[r(104)](r(155),{isAnnotationTracked:t=>this[r(123)][r(106)](t[r(146)])})})),this[t(139)](this[t(112)].ui,t(119),(()=>this[t(104)](t(153))))}[Mr(130)](t){const e=Mr;if(this[e(105)][e(106)](t[e(168)]))return;this[e(105)][e(126)](t[e(168)]),this[e(112)].ui[e(161)][e(126)](t[e(168)][e(120)]);const n=this[e(112)][e(149)][e(117)](pr);this[e(139)](n[e(124)],e(140),((t,n)=>{const o=e;this[o(112)].ui[o(161)][o(140)](n[o(168)][o(120)]),this[o(105)][o(141)](n[o(168)])}))}[Mr(164)](){const t=Mr;return this[t(112)][t(135)][t(168)][t(164)]}[Mr(116)](t){const n=Mr;if(n(132)!=typeof t)throw new e.CKEditorError(n(129));this[n(108)][n(126)](t)}[Mr(138)](){const t=Mr;this[t(104)](t(144))}[Mr(127)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(112)][n(103)][n(121)][n(145)],r=Array[n(148)](s[n(142)]());for(const[t,s]of this[n(123)]){const r=i(s),c=e[n(143)](t);r&&c&&o[n(136)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(162)](t,!s[e(115)]))return n;return null}return o[n(114)](((e,o)=>{const s=n,r=e[s(163)],i=o[s(163)];if(!r[s(111)](i)){if(r[s(162)](i,!0))return 1;if(i[s(162)](r,!0))return-1}return e[s(159)]==t?-1:o[s(159)]==t?1:0}))[n(125)]((t=>t[n(159)]))}get[Mr(123)](){const t=Mr,e=new Map;for(const n of Array[t(148)](this[t(108)]))for(const[o,s]of n())e[t(151)](o,s);return e}}function jr(t,e){const n=Sr();return(jr=function(t,e){return n[t-=172]})(t,e)}const Nr=jr;function Sr(){const t=["editor","1960VDhpRC","enableCommand","addCommentThread","RestrictedEditingModeEditing","afterInit","2576373BTPyeN","10BAPEOU","3wUCvNc","plugins","get","384256iATbcl","857658KkwPQA","5665425gmmocI","200044jGqgyW","10359AMCiSa","77oyBEsZ","has","31531742spJeGH"];return(Sr=function(){return t})()}!function(t){const e=jr,n=t();for(;;)try{if(890318===parseInt(e(172))/1*(-parseInt(e(178))/2)+-parseInt(e(189))/3+-parseInt(e(175))/4+parseInt(e(177))/5+-parseInt(e(176))/6*(parseInt(e(180))/7)+parseInt(e(184))/8*(-parseInt(e(179))/9)+-parseInt(e(190))/10*(-parseInt(e(182))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Dr extends t.Plugin{[Nr(188)](){const t=Nr,e=this[t(183)];e[t(173)][t(181)](t(187))&&e[t(173)][t(174)](t(187))[t(185)](t(186))}}const Pr=zr;function Br(){const t=["commands","get","editor","4686969LbyuTl","_handleImportedData","define","high","config","listenTo","basic","3299575JuoGoB","1200192ocXmOd","afterInit","505906UfaFIK","map","dataInsert","collaboration_features","forEach","2GlCEsm","plugins","8984421TWyAPq","3647800JGKhlL","importWord","execute","importWord.formatting.comments","366915AaKetn","8uKjjom","addCommentThread","collaboration.channelId"];return(Br=function(){return t})()}function zr(t,e){const n=Br();return(zr=function(t,e){return n[t-=303]})(t,e)}!function(t){const e=zr,n=t();for(;;)try{if(490682===-parseInt(e(314))/1*(parseInt(e(319))/2)+parseInt(e(326))/3*(parseInt(e(327))/4)+-parseInt(e(311))/5+parseInt(e(312))/6+parseInt(e(304))/7+-parseInt(e(322))/8+parseInt(e(321))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Br);class Lr extends t.Plugin{constructor(t){const e=zr;super(t),this[e(303)][e(308)][e(306)](e(325),e(310))}[Pr(313)](){const t=Pr,n=this[t(303)],o=n[t(330)][t(331)](t(323)),r=n[t(320)][t(331)](s.Users);o&&(o.on(t(324),((e,[,n])=>{n[t(317)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(307)]+10}),this[t(309)](o,t(316),this[t(305)]))}[Pr(305)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(318)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(315)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(303)][r(320)][r(331)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(323)}}}))),a=this[r(303)][r(308)][r(331)](r(329));this[r(303)][r(320)][r(331)](Ir)[r(328)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function Fr(){const t=["188XbqoTx","dragstart","split","listenTo","21864zoNkKY","config","content","151595GpjDQn","_registerMarkerToCopy","requires","hasCommentThread","has","_mapCommentsCopyConfigToRegisterConfiguration","default","always","never","_removeMarkersWithoutThreads","572302MQlBmS","comments.copyMarkers","10845cOTKls","8QVUGwy","4783303WrylNF","delete","highest","1070rhvogm","markers","36948tQsOIK","234MsTEsF","7887XgELvY","ClipboardMarkersUtils","comment","3909432vFomgb","define","cut","keys","ClipboardPipeline","get","plugins","afterInit","all","editor","contentInsertion","_registerMarkerInClipboardPipeline","CommentsRepository"];return(Fr=function(){return t})()}const Kr=Ur;function Ur(t,e){const n=Fr();return(Ur=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=Ur,n=t();for(;;)try{if(593715===-parseInt(e(307))/1+parseInt(e(290))/2*(-parseInt(e(316))/3)+-parseInt(e(321))/4+parseInt(e(297))/5*(parseInt(e(317))/6)+-parseInt(e(311))/7*(-parseInt(e(310))/8)+-parseInt(e(309))/9*(-parseInt(e(314))/10)+parseInt(e(318))/11*(parseInt(e(294))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fr);class Hr extends t.Plugin{constructor(t){const e=Ur;super(t),this[e(330)][e(295)][e(322)](e(308),e(303))}static get[Kr(299)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Kr(328)](){const t=Kr,e=this[t(330)][t(327)][t(326)](t(325));this[t(288)](),this[t(293)](e,t(287),((e,n)=>this[t(306)](n[t(296)][t(315)])),{priority:t(313)})}[Kr(306)](t){const e=Kr;if(!this[e(330)][e(327)][e(301)](e(289)))return t;const n=this[e(330)][e(327)][e(326)](e(289));for(const o of t[e(324)]()){const[s,r]=o[e(292)](":");e(320)!=s||n[e(300)](r)||t[e(312)](o)}return t}[Kr(288)](){const t=Kr,e=this[t(330)][t(327)][t(326)](t(319)),n=this[t(302)](this[t(330)][t(295)][t(326)](t(308)));n&&e[t(298)](t(320),n)}[Kr(302)](t){const e=Kr;switch(t){case e(304):return{allowedActions:e(329),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(303):return{allowedActions:[e(323),e(291)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(305):default:return null}}}var Wr=n(492),qr={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wr.A,qr);Wr.A.locals;const Xr=Yr;function Gr(){const t=["addCommentThread","commands","change:isReadOnly","unlinkedAt","rootName","isResolved","_attachMarkerToThread","_getTextContext","removeCommentThread","createRange","group","hasDomSelection","188LGSCPI","root","$textProxy","then","reconvertMarker","refreshVisibility","split","removeMarker","locale","_handleThreadMarker","newRange","data","ignoreResolvedComments","push","getWalker","view","document","size","_initAriaMarkerChangeAnnouncements","item","4112927HJdgMK","switchReadOnly","getByInnerView","render","scrollToThreadMarker","getRange","requires","editingDowncast","getChangedMarkers","editing","add","setUnlinkedAt","getAttribute","model","_hasTargetInContent","once","config","text","destroy","consumable","delete","_threads","ariaLiveAnnouncer","collaboration.channelId","1182DZcYuW","hasMarkerForId","startsWith","markers","conversion","_handleMarkerAddAndRemove","$graveyard","isLocal","setContext","activeMarker","hasContent","_getTargetForId","markerToHighlight","elementToElement","registerPostFixer","fetchCommentThread","managedUsingOperations","ck-comment-marker--active","start","enqueueChange","isCollapsed","dataToMarker","2731270eKdnRz","state","82104SGWUXS","hasCommentThread","name","registerAnnotation","12SIGrxS","_attachArchivedThread","resolveCommentThread","_reconvertMarkers","getAllMarkersForId","_initializeMarkerConverters","comment:","pluginName","announce","CommentsEditing","schema","destroyed","editor","updateMarker","change:activeMarker","markerToData","_threadToController","createElement","createPositionBefore","isThreadsLoadingPaused","focus","119369uPMmav","openNewCommentThread","isObject","6179680TLeuBW","$marker","getCommentThread","getItems","reopenCommentThread","consume","from","affectsData","2299JFPBrg","for","context","change:isThreadsLoadingPaused","addComment","getCommentThreads","15335GnIdNK","change","ready","ENTER_COMMENT_ANNOUNCEMENT","plugins","36pRQAWn","get","comment","addMarker:","attachTo","length","4803ZolWhC","_detachCommentThread","init","low","LEAVE_COMMENT_ANNOUNCEMENT","markerName","set","listenTo","upcast","clear","isAttached","differ","end","ck-comment-marker","removeMarker:","isEqual","dataDowncast","substring"];return(Gr=function(){return t})()}!function(t){const e=Yr,n=t();for(;;)try{if(617481===-parseInt(e(322))/1+parseInt(e(273))/2*(parseInt(e(350))/3)+parseInt(e(380))/4*(-parseInt(e(339))/5)+-parseInt(e(301))/6*(parseInt(e(249))/7)+parseInt(e(325))/8+-parseInt(e(344))/9*(parseInt(e(295))/10)+-parseInt(e(333))/11*(-parseInt(e(297))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gr);class Jr extends t.Plugin{static get[Xr(255)](){return[Ir,Vr,Dr,Lr,Hr]}static get[Xr(308)](){return Xr(310)}constructor(t){const e=Xr;super(t),this[e(356)](e(320),!0),t[e(240)][e(264)](e(341),(()=>this[e(320)]=!1)),this[e(356)](e(282),null),this.on(e(315),((n,o,s,r)=>{const i=e,c=s?Zr(s).id:null;if(t[i(262)][i(340)]((()=>{const e=i;if(c){const n=this[e(305)](c);for(const o of n)t[e(258)][e(233)](o)}if(r){const{id:n}=Zr(r),o=this[e(305)](n);for(const n of o)t[e(258)][e(233)](n)}})),c){const e=t[i(343)][i(345)](Ir)[i(327)](c);e&&e[i(373)]&&this[i(253)](c)}})),this[e(247)]()}[Xr(352)](){const t=Xr,e=this[t(313)],n=e[t(343)][t(345)](Ir),o=e[t(265)][t(345)](t(272));e[t(369)][t(259)](t(368),new xr(e)),this[t(357)](e,t(370),((o,s,r)=>{const i=t;n[i(250)](r,e[i(265)][i(345)](i(272)))})),this[t(357)](n,Qr(t(368),o),((e,{threadId:n})=>{const o=t,s=this[o(313)][o(343)][o(345)](Ir)[o(327)](n);s&&s[o(371)]&&this[o(302)](n)})),this[t(357)](n,Qr(t(376),o),((n,{threadId:o})=>{const s=t;e[s(262)][s(292)]({isUndoable:!1},(t=>{const e=s,n=this[e(305)](o);for(const o of n)t[e(236)](o)}))})),this[t(357)](n,Qr(t(303),o),((e,{threadId:n})=>{const o=t;this[o(304)](n),this[o(313)][o(258)][o(244)][o(379)]&&(this[o(313)][o(343)][o(345)](Ir)[o(327)](n)[o(371)]||this[o(313)][o(258)][o(244)][o(321)]())}),{priority:t(353)}),this[t(357)](n,Qr(t(329),o),((e,{threadId:n})=>{this[t(304)](n)}),{priority:t(353)}),this[t(357)](n,Qr(t(337),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(305)](s);!r&&0!=c[i(349)]&&n[i(298)](s)&&1===n[i(327)](s)[i(349)]&&e[i(262)][i(292)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(314)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(353)}),this[t(306)](),this[t(278)]()}[Xr(267)](){const t=Xr,e=this[t(313)][t(343)][t(345)](Ir),n=this[t(313)][t(265)][t(345)](t(272));for(const o of e[t(338)]({channelId:n}))e[t(351)](o.id),e[t(270)][t(269)](o.id);super[t(267)]()}[Xr(274)](t){const e=Xr;return this[e(305)](t)[e(349)]>0}[Xr(305)](t){const e=Xr,n=[];for(const o of this[e(313)][e(262)][e(276)])o[e(299)][e(275)](e(307)+t)&&n[e(242)](o);return n}[Xr(253)](t){const n=Xr,o=this[n(284)](t);o&&setTimeout((()=>{const s=n;this[s(282)]&&Zr(this[s(282)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Xr(304)](t){const e=Xr;this[e(313)][e(262)][e(340)]((()=>{const n=e;for(const e of this[n(305)](t))this[n(313)][n(258)][n(233)](e)}))}[Xr(302)](t){const e=Xr,n=this[e(313)][e(343)][e(345)](Ir),o=this[e(313)][e(343)][e(345)](Vr),s=n[e(327)](t);if(!s[e(360)]){const t=s[e(348)]((()=>this[e(284)](s.id)));o[e(300)](t),s[e(263)]=!1}}[Xr(306)](){const t=Xr,e=this[t(313)];e[t(277)][t(334)](t(256))[t(285)]({model:t(346),view:(n,o)=>{const s=t,{id:r}=Zr(n[s(355)]),i=e[s(343)][s(345)](Ir)[s(327)](r),c=this[s(282)]&&Zr(this[s(282)]).id===r;if(i&&i[s(373)]&&!c&&n[s(248)])return o[s(268)][s(330)](n[s(248)],s(347)+n[s(355)]),o[s(268)][s(330)](n[s(248)],s(364)+n[s(355)]),null;const a=[s(363)];return c&&a[s(242)](s(290)),{classes:a,attributes:{"data-comment":r}}}}),e[t(277)][t(334)](t(366))[t(316)]({model:t(346),view:(n,{options:o})=>{const s=t,r=e[s(343)][s(345)](Ir),i=e[s(262)][s(276)][s(345)](n),{id:c,part:a}=Zr(n);if(i&&!i[s(332)])return null;if(o[s(241)]){const t=r[s(327)](c);if(t&&t[s(373)])return null}return{group:s(346),name:a?c+":"+a:c}}}),e[t(277)][t(334)](t(358))[t(286)]({view:{name:t(346),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(318)](t(326),{"data-name":t(307)+e[t(261)]("id")})}),e[t(277)][t(334)](t(358))[t(294)]({view:t(346)})}[Xr(278)](){const t=Xr,e=this[t(313)],n=e[t(343)][t(345)](Ir),o=new Set,s=new Set;e[t(262)][t(245)][t(287)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(262)][r(245)][r(361)][r(257)]()){const{group:a,id:h}=Zr(t);let u=c[r(239)];if(r(346)!==a||!u)continue;const d=r(279)===u[r(230)][r(372)];d||(u=$r(u,e[r(262)]),!u||u[r(293)]||!c[r(239)]||u[r(365)](c[r(239)]))?e[r(262)][r(283)](u)&&!d?this[r(320)]?o[r(259)](t):this[r(238)](t,h):(s[r(259)](t),o[r(269)](t),n[r(236)](t),i=!0):(n[r(314)](t,{range:u}),i=!0)}return i})),this.on(t(336),((n,s,r)=>{const i=t;if(!r&&o[i(246)])for(const t of o){const{id:n}=Zr(t);o[i(269)](t),e[i(262)][i(276)][i(345)](t)&&this[i(238)](t,n)}})),this[t(357)](e[t(262)][t(245)],t(340),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(262)][c(245)][c(361)][c(257)]()){const{group:i,id:a}=Zr(t);if(c(346)!==i)continue;const h=n[c(327)](a),u=this[c(274)](a);h&&(h[c(263)]||e[c(258)][c(244)][c(264)](c(252),(()=>{const t=c,o=e[t(343)][t(345)](pr),s=n[t(317)][t(345)](h)[t(244)];o[t(251)](s)[t(234)]()}),{priority:c(353)}),h[c(263)]=u||!!r),r||(s[c(259)](t),o[c(269)](t))}if(i[c(280)])for(const t of s){const{id:e}=Zr(t),s=n[c(327)](e),r=this[c(274)](e);o[c(269)](t),!s||r||s[c(371)]||s[c(260)](new Date)}s[c(359)]()}))}[Xr(284)](t){const e=Xr,n=this[e(313)],o=this[e(305)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(258)],o)}[Xr(375)](t){const e=Xr,n=this[e(305)](t);let o="",s=!1;for(const t of n){const n=t[e(254)]();for(const t of Array[e(331)](n[e(328)]()))t.is(e(231))?(o&&s&&(o+=" ",s=!1),o+=t[e(240)]):s=!0;s=!0}return o[e(367)](0,150)}[Xr(374)](t,e){const n=Xr,o=this[n(313)],s=o[n(343)][n(345)](Ir);let r=s[n(327)](e);const i=o[n(265)][n(345)](n(272)),c=o[n(343)][n(345)](Vr);return r&&(r[n(371)]&&r[n(260)](null),r[n(360)])||(this[n(305)](e)[0][n(289)]?s[n(288)]({channelId:i,threadId:e})[n(232)]((t=>{const s=n;if(s(312)!==o[s(296)])if(r=t,r&&!r[s(360)]){const t=r[s(348)]((()=>this[s(284)](e)));c[s(300)](t),r[s(373)]&&this[s(304)](e)}else if(!r){const t=this[s(305)](e);o[s(262)][s(340)]((e=>{const n=s;for(const o of t)e[n(236)](o)}))}})):o[n(258)][n(244)][n(264)](n(252),(()=>{const t=n;if(s[t(327)](e))return;const a=o[t(343)][t(345)](pr);r=s[t(323)]({channelId:i,threadId:e,target:()=>this[t(284)](e),context:{type:t(266),value:this[t(375)](e)}});const h=s[t(317)][t(345)](r)[t(244)],u=a[t(251)](h);u&&c[t(300)](u)}),{priority:n(353)})),r}[Xr(238)](t,e){const n=Xr,o=this[n(374)](t,e);o&&!o[n(335)]&&o[n(281)]({type:n(266),value:this[n(375)](e)})}[Xr(247)](){const t=Xr,e=this[t(313)];(0,s.surroundingMarkersDetector)(e[t(262)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(271)][s(309)](vo(e[s(237)],s(354)));break}for(const t of o)if(ti(t)){e.ui[s(271)][s(309)](vo(e[s(237)],s(342)));break}}))}}function Qr(t,e){return e?t+":"+e:t}function Yr(t,e){const n=Gr();return(Yr=function(t,e){return n[t-=230]})(t,e)}function Zr(t){const e=t[Xr(235)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Xr,o=e[n(311)],s=e[n(377)](t[n(291)]);for(const r of t[n(243)]()){const{type:t,item:i,nextPosition:c}=r;if(n(266)===t||o[n(324)](i)){const t=e[n(319)](i);s[n(293)]&&(s[n(291)]=t),s[n(362)]=c}}return s}function ti(t){const e=Xr;return e(346)===Zr(t[e(299)])[e(378)]}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=["217IedwHT","tooltip","focusTracker","3831912FpNluG","find","model","get","_viewToController","activeMarker","componentFactory","674762BOsJFP","stop","from","listenTo","requires","CommentsListView","low","2661625GMgVRl","getCommentThread","isFocused","bind","innerView","pluginName","locale","addCommentThread","isEnabled","hasCommentThread","2713563oBMAPS","view","menuBar:comment","Comment","length","map","addSourceCollector","comment","editing","10446nzJtyH","push","getAllMarkersForId","20geYTxa","editor","getRange","22BifPea","commands","1176060RjIjgT","addComment","_threadToController","3nNQxiq","set","has","add","plugins","init","removeCommentThread","_createUIButton","focus","hasMarkerForId","CommentThreadInputView","highest","execute","change:activeAnnotations","comment:","3568jyTleO","CommentsUI"];return(oi=function(){return t})()}function si(t,e){const n=oi();return(si=function(t,e){return n[t-=158]})(t,e)}!function(t){const e=si,n=t();for(;;)try{if(350251===-parseInt(e(178))/1*(-parseInt(e(172))/2)+parseInt(e(183))/3*(parseInt(e(180))/4)+-parseInt(e(217))/5+parseInt(e(203))/6+-parseInt(e(200))/7*(-parseInt(e(198))/8)+-parseInt(e(163))/9+-parseInt(e(175))/10*(-parseInt(e(210))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oi);class ri extends t.Plugin{static get[ni(158)](){return ni(199)}static get[ni(214)](){return[Ir,Jr,Vr,pr]}get[ni(215)](){return $o}get[ni(193)](){return Wo}[ni(188)](){const t=ni,e=this[t(176)],n=e[t(187)][t(206)](Ir),o=e[t(187)][t(206)](Jr),s=e[t(187)][t(206)](pr),r=e[t(187)][t(206)](Vr);e.ui[t(209)][t(186)](t(170),(()=>{const e=t,n=this[e(190)](go.ButtonView);return n[e(201)]=!0,n})),e.ui[t(209)][t(186)](t(165),(()=>this[t(190)](go.MenuBarMenuListItemButtonView))),r[t(169)]((()=>{const e=t,s=[];for(const[t,r]of n[e(182)]){const n=o[e(174)](t.id),i=n[e(168)]((t=>t[e(177)]()));n[e(167)]>0&&s[e(173)]([r[e(164)],i])}return s})),this[t(213)](s,t(196),((e,s,r)=>{const i=t,c=Array[i(212)](r)[i(168)]((t=>t[i(221)]))[i(204)]((t=>n[i(207)][i(185)](t)));if(!c)return void(o[i(208)]=null);const a=n[i(207)][i(206)](c)[i(205)].id,h=i(197)+a;a&&o[i(192)](a)?o[i(208)]=h:o[i(208)]&&(o[i(208)]=null)})),this[t(213)](n,t(189),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(202)][i(219)]&&o[i(192)](s)&&e[i(171)][i(164)][i(191)]()}),{priority:t(194)}),this[t(213)](n,t(181),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(192)](r)&&n[c(162)](r)&&1===n[c(218)](r)[c(167)]&&(e[c(171)][c(164)][c(191)](),s[c(211)]())}),{priority:t(216)})}[ni(190)](t){const e=ni,n=this[e(176)],o=new t(n[e(159)]),s=n[e(179)][e(206)](e(160));return o[e(184)]({label:vo(n[e(159)],e(166)),icon:ei}),o[e(220)](e(161)).to(s),this[e(213)](o,e(195),(()=>s[e(195)]())),o}}const ii=ci;function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=439]})(t,e)}function ai(){const t=["clipboardInput","stop","6721104JAysRO","highest","3387230jiemZO","6486LYjpyS","_enableCommentsOnlyMode","_disableCommentsOnlyMode","199860QRJeXC","6520572KfPGzs","CommentsOnly","plugins","113996IIEeIR","isEnabled","editor","afterInit","get","addCommentThread","commentsOnly","DragDrop","editing","requires","document","2961yuqsOZ","listenTo","30adwrrR","view","commands","commentsOnlyMode","clearForceDisabled","config","has","3276536idhfZd","change:isEnabled","set","forceDisabled","cut","affectsData","stopListening","pluginName","delete"];return(ai=function(){return t})()}!function(t){const e=ci,n=t();for(;;)try{if(895449===-parseInt(e(460))/1+-parseInt(e(464))/2*(-parseInt(e(477))/3)+-parseInt(e(443))/4+-parseInt(e(456))/5+-parseInt(e(457))/6*(-parseInt(e(475))/7)+parseInt(e(454))/8+parseInt(e(461))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ai);class hi extends t.Plugin{static get[ii(450)](){return ii(462)}static get[ii(473)](){return[Jr]}constructor(t){const e=ii;super(t),this[e(445)](e(465),!1),this.on(e(444),((t,n,o)=>{const s=e;o?this[s(458)]():this[s(459)]()}))}[ii(467)](){const t=ii;!this[t(465)]&&this[t(466)][t(441)][t(468)](t(470))&&(this[t(465)]=!0)}[ii(458)](){const t=ii;for(const[e,n]of this[t(466)][t(479)])n[t(448)]&&t(469)!==e&&n[t(446)](t(439));this[t(466)][t(463)][t(442)](t(471))&&this[t(466)][t(463)][t(468)](t(471))[t(446)](t(439));const e=this[t(466)][t(472)][t(478)][t(474)];this[t(476)](e,t(447),(e=>e[t(453)]()),{priority:t(455)}),this[t(476)](e,t(452),(e=>e[t(453)]()),{priority:t(455)}),this[t(476)](e,t(451),(e=>e[t(453)]()),{priority:t(455)})}[ii(459)](){const t=ii;for(const[e,n]of this[t(466)][t(479)])n[t(448)]&&t(469)!==e&&n[t(440)](t(439));this[t(449)](this[t(466)][t(472)][t(478)][t(474)])}}const ui=li;function di(){const t=["push","AnnotationsUIs","activate","register","type","function","145QxcoxR","639NQnZrJ","7007emChbB","deactivate","listenTo","_visibleAnnotations","_activateAnnotation","_assertAnnotationDoesNotBelongToMultipleUIs","activeAnnotations","setActiveAnnotation","hasActive","501075MWQCix","context","_addActiveAnnotation","2LdILBc","filter","init","stopListening","collection","switchTo","annotationsuis-register-invalid-interface","destroy","annotationsuis-register-already-registered","set","87096tvFxMf","51772exFOBH","_uis","has","from","_setSelectedAnnotations","requires","length","detach","2008wcDAII","remove","2179272sWNXbg","find","358259JGbgSm","858AkZXQX","isActive","plugins","deactivateAll","annotationsuis-annotation-mismatch","refilterAnnotations","annotationsuis-missing-ui","attach","45790ogfdVK","_deactivateAllAnnotations","activeUIs","get","_removeActiveAnnotation","_uisData","add","size","delete","change:activeAnnotation","pluginName"];return(di=function(){return t})()}function li(t,e){const n=di();return(li=function(t,e){return n[t-=280]})(t,e)}!function(t){const e=li,n=t();for(;;)try{if(223511===-parseInt(e(309))/1*(parseInt(e(286))/2)+-parseInt(e(283))/3+parseInt(e(297))/4*(parseInt(e(335))/5)+parseInt(e(307))/6+-parseInt(e(337))/7*(-parseInt(e(305))/8)+parseInt(e(336))/9*(parseInt(e(318))/10)+-parseInt(e(310))/11*(parseInt(e(296))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class mi extends t.ContextPlugin{static get[ui(302)](){return[pr]}static get[ui(328)](){return ui(330)}constructor(t){const e=ui;super(t),this[e(320)]=new Set,this[e(298)]=new Map,this[e(323)]=new Map}[ui(288)](){const t=ui,e=this[t(284)][t(312)][t(321)](pr);this[t(339)](e,t(341),((e,n)=>{const o=t;for(const t of this[o(320)]){const e=this[o(298)][o(321)](t);(0,this[o(323)][o(321)](t)[o(287)])(n)&&e[o(281)](n)}})),this[t(339)](e,t(319),(()=>{const e=t;for(const t of this[e(320)])this[e(298)][e(321)](t)[e(281)](null)})),this[t(339)](e[t(340)],t(324),((e,n)=>{this[t(342)](n)}))}[ui(282)](){const t=ui;return this[t(320)][t(325)]>0}[ui(311)](t){const e=ui;return this[e(320)][e(299)](t)}[ui(331)](t,n=()=>!0){const o=ui,s=this[o(284)][o(312)][o(321)](pr);if(!this[o(298)][o(299)](t))throw new e.CKEditorError(o(316),this,{uiName:t});this[o(311)](t)&&this[o(338)](t),this[o(320)][o(324)](t);const r=new ur;(function({source:t,target:e,filter:n}){const o=hr;for(const s of t)n(s)&&e[o(170)](s);e[o(166)](t,o(170),((t,s)=>{const r=o;n(s)&&e[r(170)](s)})),e[o(166)](t,o(160),((t,n)=>{const s=o;e[s(171)](n)&&e[s(160)](n)}))})({source:s[o(340)],target:r,filter:n}),this[o(323)][o(295)](t,{collection:r,filter:n});const i=this[o(298)][o(321)](t);i[o(317)](r),this[o(339)](i,o(327),((t,e,n,r)=>{const i=o;r&&s[i(322)](r),n&&s[i(285)](n)}))}[ui(338)](t){const n=ui;if(this[n(320)][n(326)](t),!this[n(298)][n(299)](t))throw new e.CKEditorError(n(316),this,{uiName:t});const o=this[n(298)][n(321)](t);o[n(304)](),this[n(289)](o),this[n(323)][n(321)](t)[n(290)][n(293)](),this[n(323)][n(326)](t)}[ui(291)](t){const n=ui;if(!this[n(298)][n(299)](t))throw new e.CKEditorError(n(316),this,{uiName:t});const o=this[n(284)][n(312)][n(321)](pr),s=Array[n(300)](o[n(280)])[0]||null;this[n(313)](),this[n(331)](t);const r=this[n(298)][n(321)](t);r[n(281)](s),r[n(301)]&&s&&r[n(301)]([s])}[ui(313)](){const t=ui;for(const e of this[t(320)])this[t(338)](e)}[ui(332)](t,n){const o=ui;if(this[o(298)][o(299)](t))throw new e.CKEditorError(o(294));if(o(334)!=typeof n[o(317)]||o(334)!=typeof n[o(304)]||o(334)!=typeof n[o(281)])throw new e.CKEditorError(o(292),null);this[o(298)][o(295)](t,n)}[ui(315)](){const t=ui,e=this[t(284)][t(312)][t(321)](pr)[t(290)],n=new Map,o=Array[t(300)](this[t(320)]);for(const e of this[t(320)]){const o=this[t(323)][t(321)](e)[t(290)];for(const s of o)n[t(295)](s,e)}for(const s of e){const e=n[t(321)](s);this[t(342)](s);const r=o[t(308)]((e=>this[t(323)][t(321)](e)[t(287)](s)));e!==r&&(e&&this[t(323)][t(321)](e)[t(290)][t(306)](s),r&&this[t(323)][t(321)](r)[t(290)][t(324)](s))}}[ui(293)](){const t=ui;this[t(313)](),super[t(293)]()}[ui(342)](t){const n=ui,o=[];for(const e of this[n(320)])(0,this[n(323)][n(321)](e)[n(287)])(t)&&o[n(329)](e);if(o[n(303)]>1)throw new e.CKEditorError(n(314),null,{matchedUIs:o,annotationType:t[n(333)]})}}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(t,e){const n=vi();return(gi=function(t,e){return n[t-=223]})(t,e)}function vi(){const t=["5426RDXNiP","5925240QwkXJR","ck-sidebar","2254110VTVQdJ","28qLpVRu","4XcZmgC","ck-reset","setTemplate","2404384MtSaYq","332151VVLStg","2761IFLRsR","minHeight","number","5635410CWMkOj","91370LVoiYA","list","set","div","createCollection","bindTemplate","class","89KjZVpL"];return(vi=function(){return t})()}!function(t){const e=gi,n=t();for(;;)try{if(645984===-parseInt(e(228))/1*(parseInt(e(229))/2)+-parseInt(e(238))/3*(parseInt(e(234))/4)+-parseInt(e(242))/5+parseInt(e(232))/6+parseInt(e(233))/7*(-parseInt(e(237))/8)+parseInt(e(230))/9+parseInt(e(243))/10*(parseInt(e(239))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vi);const ki=(0,e.toUnit)("px");class bi extends go.View{constructor(t){const e=gi;super(t);const n=this[e(226)];this[e(223)](e(240),0),this[e(223)](e(227),""),this[e(244)]=this[e(225)](),this[e(236)]({tag:e(224),attributes:{class:["ck",e(231),e(235),n.to(e(227))],style:{minHeight:n.to(e(240),(t=>e(241)==typeof t?ki(t+10):null))}},children:this[e(244)]})}}function wi(){const t=["1819362uidQuO","_mutationObserver","div","content","20zAsGat","_targetTop","328170GJsGoX","1073996Plzwxg","element","58253140ScUVjm","attach","set","clientHeight","3LHdWQv","640070gzvqqH","bindTemplate","detach","ck-sidebar-item","updateHeight","top","height","ck-sidebar-item--no-animation","createCollection","setTemplate","render","11976360ubMEcL","destroy","clear","bind","21ciJfno","6956838qvFnnz","bottom","isAnimationDisabled"];return(wi=function(){return t})()}function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=266]})(t,e)}const _i=Ii;!function(t){const e=Ii,n=t();for(;;)try{if(767455===-parseInt(e(288))/1+-parseInt(e(281))/2*(parseInt(e(294))/3)+-parseInt(e(285))/4*(parseInt(e(295))/5)+-parseInt(e(287))/6*(parseInt(e(277))/7)+-parseInt(e(273))/8+-parseInt(e(278))/9+parseInt(e(290))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=Ii;super(t),this[e(292)](e(267),0),this[e(292)](e(268),0),this[e(276)](e(279)).to(this,e(267),this,e(268),((t,e)=>t+e)),this[e(292)](e(280),!1),this[e(282)]=Js((()=>this[e(266)]())),this[e(286)]=null,this[e(284)]=this[e(270)]();const n=this[e(296)];this[e(271)]({tag:e(283),attributes:{class:[e(298),n.to(e(280),(t=>t?e(269):""))],style:{top:n.to(e(267),(t=>yi(t)))}},children:this[e(284)]})}[_i(272)](){const t=_i;super[t(272)](),this[t(282)][t(291)](this[t(289)])}[_i(266)](){const t=_i,e=this[t(289)][t(293)];e&&(this[t(268)]=e)}[_i(274)](){const t=_i;this[t(284)][t(275)](),this[t(282)][t(297)](),super[t(274)]()}}const Ai=Ei;function Ti(){const t=["add","container","pluginName","_sidebarItemViewToAnnotation","change:bottom","max","_spaceBetweenItems","push","1405048fYSsbi","sidebar.container","change:top","bind","_createSidebarView","_getItemBefore","_getItemAfter","_activeAnnotation","render","setContainer","context","_alignForBottomChange","isActive","_alignAfterItem","bottom","class","view","_getMaxAvailableTop","_recalculateBuffer","unbind","minHeight","change:_lastItem","destroy","change:targetRect","length","element","206280VXZHtT","targetRect","getSidebarItemView","_attachToContainer","_getTargetTop","_alignToTargetRect","list","_targetTop","set","addAnnotation","sidebar-setcontainer-invalid-element","sidebar-attachtocontainer-missing-container","_updateLastItem","sidebar.preventScrollOutOfView","content","height","updateHeight","last","_destroySidebarItemView","_annotations","34291QlhEqa","init","883445ZOYXFx","remove","_annotationToSidebarItemView","2887250IZAXyX","6xjgtEC","_lastItem","9FGAFdV","Sidebar","_detachFromContainer","rearrange","1457071ybiWnk","delete","_setItemTop","getIndex","_recalculate","object","top","listenTo","define","_alignBeforeItem","refresh","_alignForTopChange","nodeType","config","isAnimationDisabled","appendChild","stopListening","target","locale","clear","2OwgOXO","79203Egkwyi","get"];return(Ti=function(){return t})()}function Ei(t,e){const n=Ti();return(Ei=function(t,e){return n[t-=292]})(t,e)}!function(t){const e=Ei,n=t();for(;;)try{if(159486===parseInt(e(330))/1*(-parseInt(e(362))/2)+-parseInt(e(363))/3+-parseInt(e(310))/4+-parseInt(e(332))/5*(-parseInt(e(336))/6)+parseInt(e(342))/7+parseInt(e(373))/8+parseInt(e(338))/9*(-parseInt(e(335))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ti);class xi extends t.ContextPlugin{static get[Ai(367)](){return Ai(339)}constructor(t){const e=Ai;super(t),this[e(318)](e(337),void 0),this[e(300)]=this[e(377)](),this[e(318)](e(366),null),this[e(371)]=25,this[e(368)]=new Map,this[e(334)]=new Map,this[e(294)][e(355)][e(350)](e(323),!1),this[e(329)]=null,this[e(380)]=null,this[e(302)]=[]}[Ai(331)](){const t=Ai,e=this[t(294)][t(355)][t(364)](t(374));e&&this[t(293)](e)}[Ai(293)](t){const n=Ai;if(!Oi(t))throw new e.CKEditorError(n(320));this[n(366)]=t}[Ai(313)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Oi(this[o(366)]))throw new e.CKEditorError(o(321),this);this[o(366)][o(357)](this[o(300)][o(309)]),this[o(300)][o(299)]=t,this[o(371)]=n}[Ai(341)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(312)](t);this[o(300)][o(316)][o(333)](s),this[o(328)](t),e&&this[o(315)](this[o(312)](e)),n&&this[o(315)](this[o(312)](n)),this[o(322)]()}[Ai(352)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(380)]=e,t){t[o(296)]=!1;const e=this[o(312)](t);e&&n&&(e[o(356)]=!1)}if(e){const t=this[o(312)](e);t&&(e[o(296)]=!0,n&&(t[o(356)]=!0,t[o(348)]+=1),this[o(315)](t))}}[Ai(340)](t){const e=Ai;if(this[e(300)][e(309)][e(333)](),t)for(const n of t)this[e(328)](n);this[e(300)][e(316)][e(361)](),this[e(300)][e(299)]="",this[e(337)]=null}[Ai(319)](t,e){const n=Ai;e||(e=t[n(300)]);const o=new Ci(this[n(294)][n(360)]);this[n(368)][n(318)](o,t),this[n(334)][n(318)](t,o),o[n(324)][n(365)](e),this[n(349)](t[n(300)],n(307),((e,s,r)=>{const i=n,c=this[i(314)](t,r);o[i(317)]!=c&&(o[i(317)]=c,this[i(344)](o,c))})),this[n(349)](o,n(375),(()=>{const t=n;this[t(346)](o,t(348))})),this[n(349)](o,n(369),(()=>{const t=n;this[t(346)](o,t(298))})),this[n(315)](o);const s=this[n(378)](o);return s&&this[n(297)](s,o)||this[n(315)](o),this[n(322)](),this[n(300)][n(316)][n(365)](o),o}[Ai(353)](t){const e=Ai;if(!t[e(324)][e(308)])return;const n=this[e(378)](t);if(!n)return;const o=this[e(368)][e(364)](n),s=this[e(380)];s&&s===o?this[e(297)](n,t):this[e(351)](t,n)}[Ai(295)](t){const e=Ai;if(!t[e(324)][e(308)])return;const n=this[e(379)](t);if(!n)return;const o=this[e(368)][e(364)](n),s=this[e(294)][e(355)][e(364)](e(323)),r=this[e(380)];r&&r===o&&s?(this[e(351)](n,t),this[e(297)](t,n)):r&&r===o?this[e(351)](n,t):this[e(297)](t,n)}[Ai(346)](t,e){const n=Ai;0===this[n(302)][n(308)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(302)])t(348)===n?this[t(353)](e):this[t(295)](e);this[t(302)]=[]}),10),this[n(302)][n(372)]({sidebarItemView:t,changedProp:e})}[Ai(312)](t){const e=Ai;return this[e(334)][e(364)](t)}[Ai(306)](){const t=Ai;this[t(358)](),this[t(300)][t(306)]()}[Ai(328)](t){const e=Ai,n=this[e(312)](t);this[e(358)](n),this[e(358)](t[e(300)]),n[e(306)](),this[e(334)][e(343)](t),this[e(368)][e(343)](n)}[Ai(377)](){const t=Ai,e=new bi(this[t(294)][t(360)]);return e[t(292)](),this.on(t(305),((n,o,s,r)=>{const i=t;r&&e[i(303)](i(304)),s?e[i(376)](i(304)).to(s,i(298)):e[i(304)]=null})),e}[Ai(322)](){const t=Ai;var e;this[t(337)]=(null===(e=this[t(329)])||void 0===e?void 0:e[t(327)])?this[t(312)](this[t(329)][t(327)]):null}[Ai(378)](t){const e=Ai;var n;const o=this[e(368)][e(364)](t),s=o&&(null===(n=this[e(329)])||void 0===n?void 0:n[e(364)](this[e(329)][e(345)](o)-1));return s&&this[e(312)](s)||null}[Ai(379)](t){const e=Ai;var n;const o=this[e(368)][e(364)](t),s=o&&(null===(n=this[e(329)])||void 0===n?void 0:n[e(364)](this[e(329)][e(345)](o)+1));return s&&this[e(312)](s)||null}[Ai(351)](t,e){const n=Ai;t[n(326)]();const o=Mi(e[n(298)]+this[n(371)],t[n(348)]);return!!o&&(this[n(344)](e,e[n(348)]-o),!0)}[Ai(297)](t,e){const n=Ai;t[n(326)]();const o=Mi(t[n(298)]+this[n(371)],e[n(348)]);return!!o&&(this[n(344)](e,e[n(348)]+o,!1),!0)}[Ai(315)](t){const e=Ai,n=this[e(368)][e(364)](t);if(!n||!n[e(359)]||!n[e(311)])return;const o=this[e(314)](n,n[e(311)]);this[e(344)](t,o)}[Ai(314)](t,n){const o=Ai;if(null===n)return 0;if(t[o(359)]instanceof e.Rect)return n[o(348)];{const t=new e.Rect(this[o(300)][o(309)])[o(348)];return n[o(348)]-t}}[Ai(344)](t,e,n=this[Ai(294)][Ai(355)][Ai(364)](Ai(323))){const o=Ai;n&&(e=Math[o(370)](e,this[o(301)](t))),t[o(348)]=e}[Ai(301)](t){const e=Ai;let n=this[e(378)](t),o=0;for(;n;)n[e(326)](),o+=this[e(371)]+n[e(325)],n=this[e(378)](n);return o}}function Mi(t,e){return Math[Ai(370)](t-e,0)}function Oi(t){const e=Ai;return null!==t&&e(347)==typeof t&&1===t[e(354)]}const Ri=Vi;function Vi(t,e){const n=ji();return(Vi=function(t,e){return n[t-=430]})(t,e)}function ji(){const t=["rearrange","uiUpdate","refreshPositioning","_attachToContainer","_activeAnnotation","stop","requires","_detachFromContainer","198kkvrMH","remove","_editorAnnotations","plugins","838990YoKGNQ","setActiveAnnotation","focus","ck-sidebar--wide","widesidebar-attach-already-attached","1021128lTXRNW","1006458tCtGaT","annotations","register","init","attach","add","get","isAttached","updateTargetRect","ready","16216HkikjK","pluginName","detach","5iZSaNQ","WideSidebar","getOrderedSelectedAnnotations","set","widesidebar-detach-not-attached","activeAnnotation","off","_destroyEditorAnnotationsIntegration","editors","resize","addAnnotation","set:container","refresh","_integrateWithEditorAnnotations","1306692NlbIgg","blur","destroy","listenTo","4577895KdgMHD","stopListening","high","_refreshPositioningDebounced","hasDomSelection","addEventListener","cancel","switchTo","context","wideSidebar","EditorAnnotations","container","_annotations","removeEventListener","from","has","6nhfFgV","8286110DePwyC","change:container"];return(ji=function(){return t})()}!function(t){const e=Vi,n=t();for(;;)try{if(485117===-parseInt(e(442))/1+parseInt(e(448))/2+parseInt(e(475))/3+-parseInt(e(447))/4*(-parseInt(e(461))/5)+-parseInt(e(495))/6*(parseInt(e(479))/7)+-parseInt(e(458))/8*(parseInt(e(438))/9)+parseInt(e(496))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ji);class Ni extends t.ContextPlugin{static get[Ri(436)](){return[xi,mi]}static get[Ri(459)](){return Ri(462)}constructor(t){const n=Ri;super(t),this[n(455)]=!1,this[n(464)](n(466),null),this[n(449)]=null,this[n(440)]=new e.Collection,this[n(482)]=Ws((()=>{const t=n;this[t(449)][t(432)]()}),250,{leading:!1})}[Ri(451)](){const t=Ri,e=this[t(487)][t(441)][t(454)](mi),n=this[t(487)][t(441)][t(454)](xi);e[t(450)](t(488),this),n[t(490)]&&e[t(486)](t(488))}[Ri(443)](t){const e=Ri;if(t===this[e(466)])return;const n=this[e(487)][e(441)][e(454)](xi);n[e(434)]=t;const o=this[e(466)];this[e(466)]=t,n[e(473)]({blurredAnnotation:o,activatedAnnotation:this[e(466)]})}[Ri(452)](n){const o=Ri;this[o(449)]=n;const s=this[o(487)][o(441)][o(454)](xi);if(s[o(491)]=n,this[o(455)])throw new e.CKEditorError(o(446),this);this[o(455)]=!0,this[o(478)](s,o(472),(()=>{const t=o;this[t(460)](),this[t(478)](s,t(497),(e=>{const o=t;e[o(467)](),this[o(452)](n)}))})),s[o(433)]({viewClass:o(445)});const r=t=>{const e=o;t[e(456)](),s[e(471)](t)};for(const t of n)r(t);this[o(478)](n,o(453),((t,e)=>{r(e)})),this[o(478)](n,o(439),((t,e,r)=>{const i=o;s[i(430)]({removedAnnotation:e,previousAnnotation:n[i(454)](r-1),nextAnnotation:n[i(454)](r+1)}),e===this[i(466)]&&this[i(443)](null)}),{priority:o(481)}),this[o(478)](n,o(444),((t,e)=>{this[o(443)](e)})),this[o(478)](n,o(476),(()=>{this[o(443)](null)}));const i=this[o(487)]instanceof t.Context?this[o(487)][o(469)]:new e.Collection([this[o(487)]]);for(const t of i)this[o(474)](t);this[o(478)](i,o(453),((t,e)=>{const n=o;this[n(478)](e,n(457),(()=>{this[n(474)](e)}))})),this[o(478)](i,o(439),((t,e)=>{const n=o;e[n(441)][n(494)](n(489))&&this[n(468)](e[n(441)][n(454)](n(489)))})),window[o(484)](o(470),this[o(482)]),this[o(449)][o(432)]()}[Ri(460)](){const n=Ri;if(!this[n(455)])throw new e.CKEditorError(n(465),this);this[n(443)](null);const o=this[n(487)][n(441)][n(454)](xi);o[n(437)](this[n(449)]),this[n(480)](o),this[n(480)](this[n(449)]),this[n(487)]instanceof t.Context&&this[n(480)](this[n(487)][n(469)]);for(const t of Array[n(493)](this[n(440)]))this[n(468)](t);window[n(492)](n(470),this[n(482)]),this[n(482)][n(485)](),this[n(466)]=null,this[n(455)]=!1,this[n(449)]=null}[Ri(477)](){const t=Ri;this[t(455)]&&this[t(460)]()}[Ri(474)](t){const e=Ri;if(!t[e(441)][e(494)](e(489)))return;const n=t[e(441)][e(454)](e(489)),o=()=>{const t=e,o=n[t(463)]({annotations:this[t(449)],activeAnnotation:this[t(466)]});this[t(443)](o[0]||null)};this[e(478)](n,e(473),o),this[e(478)](n,e(476),((t,{isAnnotationTracked:n})=>{const o=e;this[o(466)]&&n(this[o(466)])&&this[o(443)](null)})),this[e(478)](n,e(431),(()=>{this[e(482)]()})),this[e(478)](this[e(449)],e(476),(t=>{const s=e;n[s(483)]()&&(o(),t[s(435)]())}),{priority:e(481)}),this[e(440)][e(453)](n)}[Ri(468)](t){const e=Ri;this[e(480)](t),this[e(440)][e(439)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=223]})(t,e)}function Di(){const t=["span","ck-annotation-counter__badge","extendTemplate","367341QzYnuI","210DsXzDD","...","isDirty","61vFmapc","bind","8urVsWB","set","2729010YxXVMp","236349uklWnG","_badge","14413817dWDcke","number","294696gueLvn","ck-annotation-counter__badge--","toString","15194VDligy","ck-annotation-counter","ck-annotation-counter__badge--edit-mode","icon","add","bindTemplate","counterView","annotationType","setTemplate","children","250334gjzMwn","20KosdzC"];return(Di=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(295873===-parseInt(e(244))/1*(-parseInt(e(225))/2)+-parseInt(e(240))/3+parseInt(e(253))/4*(parseInt(e(236))/5)+parseInt(e(248))/6+parseInt(e(235))/7*(-parseInt(e(246))/8)+-parseInt(e(249))/9*(-parseInt(e(241))/10)+-parseInt(e(251))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(230)];this[e(247)](e(243),!1),this[e(247)](e(252),0),this[e(245)](e(250)).to(this,e(243),this,e(252),((t,n)=>t?e(242):n[e(224)]())),this[e(247)](e(232),""),this[e(228)]=ei,this[e(239)]({attributes:{class:[e(226)]}}),this[e(231)]=new go.View,this[e(231)][e(233)]({tag:e(237),attributes:{class:[e(238),n.to(e(232),(t=>e(223)+t)),n.if(e(243),e(227))]},children:[{text:n.to(e(250))}]}),this[e(234)][e(229)](this[e(231)])}}var Bi=n(197),zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Bi.A,zi);Bi.A.locals;const Li=Ki;function Fi(){const t=["narrowSidebar","uiUpdate","length","getByView","keyCode","_refreshPositioningDebounced","bodyCollection","view","set","find","1JAtlcx","set:container","_annotations","create","155ezJaWQ","attach","_hideBalloon","preventDefault","rearrange","context","keydown","southArrowNorth","preventClosingBalloon","low","stop","first","northArrowSouth","getSidebarItemView","target","detach","attachToDom","addEventListener","3848810kMpQba","Esc","refresh","_setSelectedAnnotations","off","EditorAnnotations","_refreshPositioning","895932jFxzmH","content","number","_destroyEditorAnnotationsIntegration","_detachListeners","isVisible","contains","destroy","execute","listenTo","unpin","_annotationToNarrowView","values","remove","locale","_showBalloon","ck-sidebar--narrow","addAnnotation","init","esc","pin","northArrowSouthWest","southArrowNorthWest","_updateBalloonPosition","detachFromDom","_integrateWithEditorAnnotations","focusableElements","266904EAkxGM","register","from","stopPropagation","plugins","has","delete","mousedown","_attachListeners","_manuallyClosedAnnotationViews","pluginName","southArrowNorthEast","annotationType","change:height","refreshPositioning","_domEmitter","annotations","getOrderedSelectedAnnotations","setActiveAnnotation","9562yQnkFX","bind","cancel","removeEventListener","1644270JDRpaE","get","_selectedAnnotations","element","northArrowSouthEast","high","isAttached","requires","2712auPwNQ","resize","_attachToContainer","balloonPanelView","narrowsidebar-detach-not-attached","defaultPositions","add","125384mvNrIq","includes","_editorAnnotations","isDirty","clear","hasDomSelection","blur","stopListening","_detachFromContainer","focus","activeAnnotation","ready","2108856juIXfd","change:container","NarrowSidebar","editors","narrowsidebar-attach-already-attached","type"];return(Fi=function(){return t})()}function Ki(t,e){const n=Fi();return(Ki=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=Ki,n=t();for(;;)try{if(656650===-parseInt(e(311))/1*(parseInt(e(390))/2)+-parseInt(e(367))/3+-parseInt(e(405))/4*(-parseInt(e(315))/5)+-parseInt(e(417))/6+-parseInt(e(386))/7*(-parseInt(e(398))/8)+parseInt(e(340))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fi);class Ui extends t.ContextPlugin{static get[Li(397)](){return[xi,mi]}static get[Li(377)](){return Li(419)}constructor(t){const n=Li;super(t),this[n(396)]=!1,this[n(376)]=new Set,this[n(382)]=Object[n(314)](e.DomEmitterMixin),this[n(351)]=new Map,this[n(309)](n(415),null),this[n(383)]=null,this[n(392)]=[],this[n(407)]=new e.Collection,this[n(306)]=Ws((()=>{this[n(339)]()}),250,{leading:!1})}[Li(358)](){const t=Li;this[t(320)][t(371)][t(391)](mi)[t(368)](t(301),this),this[t(307)]=new go.BodyCollection(this[t(320)][t(354)]),this[t(401)]=new go.BalloonPanelView(this[t(320)][t(354)]),this[t(307)][t(331)](),this[t(307)][t(404)](this[t(401)])}[Li(316)](n){const o=Li;this[o(383)]=n;const s=this[o(320)][o(371)][o(391)](xi),r=this[o(401)];if(s[o(313)]=n,this[o(396)])throw new e.CKEditorError(o(421),this);this[o(396)]=!0,this[o(349)](s,o(312),(()=>{const t=o;this[t(330)](),this[t(349)](s,t(418),(e=>{const o=t;e[o(337)](),this[o(316)](n)}))})),s[o(400)]({viewClass:o(356),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(320)][e(354)]);s[e(357)](t,n),this[e(351)][e(309)](t,n),n[e(387)](e(408),e(379),e(342)).to(t[e(308)],e(408),e(422),e(303)),n.on(e(348),(()=>{const n=e;this[n(376)][n(409)](),r[n(341)][n(326)]!==t[n(308)]?(this[n(355)](t),t[n(308)][n(393)][n(414)](),this[n(385)](t)):this[n(385)](null)}))};for(const t of n)i(t);this[o(349)](n,o(404),((t,e)=>{i(e)})),this[o(349)](n,o(353),((t,e,r)=>{const i=o;this[i(351)][i(391)](e)[i(347)](),this[i(351)][i(373)](e),s[i(319)]({removedAnnotation:e,previousAnnotation:n[i(391)](r-1),nextAnnotation:n[i(391)](r+1)}),e===this[i(415)]&&this[i(385)](null)}),{priority:o(324)}),this[o(349)](n,o(414),((t,e)=>{this[o(385)](e)})),this[o(349)](n,o(411),(()=>{this[o(385)](null)})),this[o(382)][o(349)](document,o(321),((t,n)=>{const s=o;n[s(305)]===e.keyCodes[s(359)]&&r[s(345)]&&(this[s(376)][s(404)](r[s(341)][s(326)]),this[s(317)](),n[s(370)](),n[s(318)]())})),this[o(382)][o(349)](document,o(374),((t,e)=>{const n=o,i=e[n(329)];r[n(345)]&&r[n(393)][n(346)](i)||s[n(308)][n(393)][n(346)](i)||t[n(323)]||this[n(415)]&&this[n(415)][n(366)][n(310)]((t=>t[n(346)](i)))||(this[n(376)][n(409)](),this[n(317)](),this[n(385)](null))}));const c=this[o(320)]instanceof t.Context?this[o(320)][o(420)]:new e.Collection([this[o(320)]]);for(const t of c)this[o(365)](t);this[o(349)](c,o(404),((t,e)=>{const n=o;this[n(349)](e,n(416),(()=>{this[n(365)](e)}))})),this[o(349)](c,o(353),((t,e)=>{const n=o;e[n(371)][n(372)](n(338))&&this[n(343)](e[n(371)][n(391)](n(338)))})),window[o(332)](o(399),this[o(306)]),this[o(339)]()}[Li(385)](t){const e=Li;if(t===this[e(415)])return;const n=this[e(320)][e(371)][e(391)](xi);n[e(335)]({blurredAnnotation:this[e(415)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(328)](t)?this[e(355)](t):this[e(317)](),this[e(415)]=t}[Li(330)](){const n=Li;if(!this[n(396)])throw new e.CKEditorError(n(402),this);this[n(385)](null);const o=this[n(320)][n(371)][n(391)](xi);this[n(317)](),Array[n(369)](this[n(351)][n(352)](),(t=>t[n(347)]())),this[n(351)][n(409)](),o[n(413)](this[n(383)]),this[n(412)](),this[n(382)][n(412)](),this[n(320)]instanceof t.Context&&this[n(412)](this[n(320)][n(420)]);for(const t of Array[n(369)](this[n(407)]))this[n(343)](t);window[n(389)](n(399),this[n(306)]),this[n(306)][n(388)](),this[n(392)]=[],this[n(396)]=!1,this[n(383)]=null}[Li(347)](){const t=Li;this[t(396)]&&this[t(330)](),this[t(307)][t(364)]()}[Li(365)](t){const e=Li;if(!t[e(371)][e(372)](e(338)))return;const n=t[e(371)][e(391)](e(338)),o=this[e(320)][e(371)][e(391)](xi),s=this[e(383)],r=this[e(401)],i=()=>{const t=e,o=n[t(384)]({annotations:this[t(383)],activeAnnotation:this[t(415)]});this[t(336)](o),this[t(385)](o[0]||null)};this[e(349)](n,e(335),i),this[e(349)](n,e(411),((t,{isAnnotationTracked:n})=>{const o=e;this[o(415)]&&n(this[o(415)])&&(this[o(336)]([]),this[o(385)](null))})),this[e(349)](n,e(302),(()=>{this[e(306)]()})),this[e(349)](s,e(411),(t=>{const o=e;n[o(410)]()&&t[o(325)]()}),{priority:e(395)}),this[e(349)](this[e(382)],e(374),((t,s)=>{const c=e,a=s[c(329)];r[c(345)]&&r[c(393)][c(346)](a)||o[c(308)][c(393)][c(346)](a)||this[c(415)]&&n[c(410)]()&&(i(),t[c(323)]=!0)}),{priority:e(395)}),this[e(407)][e(404)](n)}[Li(343)](t){const e=Li;t&&(this[e(412)](t),this[e(407)][e(353)](t))}[Li(336)](t){const e=Li;for(const n of this[e(392)])t[e(406)](n)||this[e(376)][e(373)](n[e(308)]);this[e(392)]=t}[Li(339)](){const t=Li,e=this[t(401)];this[t(383)][t(381)](),e[t(345)]&&this[t(363)]()}[Li(355)](t){const e=Li;if(this[e(376)][e(372)](t[e(308)]))return;const n=this[e(401)][e(341)][e(326)];n!==t[e(308)]?(n&&this[e(344)](n),this[e(375)](t[e(308)]),this[e(401)][e(341)][e(409)](),this[e(401)][e(341)][e(404)](t[e(308)]),this[e(363)]()):this[e(363)]()}[Li(363)](){const t=Li,e=this[t(401)][t(341)][t(326)],n=e&&this[t(383)][t(304)](e);if(!n||!this[t(351)][t(372)](n))return;const o=this[t(351)][t(391)](n)[t(393)],s=function(){const e=t,n=go.BalloonPanelView[e(403)];return[n[e(378)],n[e(394)],n[e(322)],n[e(327)],n[e(362)],n[e(361)]]}();this[t(401)][t(360)]({target:o,positions:s})}[Li(317)](){const t=Li,e=this[t(401)],n=e[t(341)][t(326)];n&&(this[t(344)](n),e[t(350)](),e[t(341)][t(409)]())}[Li(375)](t){const e=Li;this[e(349)](t,e(380),(()=>this[e(363)]())),this[e(349)](t,e(334),((n,o)=>{const s=e;this[s(376)][s(404)](t),this[s(317)](),o()}))}[Li(344)](t){this[Li(412)](t)}}var Hi=n(874),Wi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Hi.A,Wi);Hi.A.locals;function qi(){const t=["domConverter","editor","attach","_setSelectedAnnotations","switchTo","destroy","visibleView","hasActive","set","getClientRects","mousedown","plugins","fromRect","target","isActive","find","clear","targetRect","setActiveAnnotation","inline","length","1546455ZCNuDA","pluginName","change:visibleView","listenTo","stopListening","detach","_balloon","updatePosition","showStack","left","bottom","afterInit","map","_closeAnnotation","isFocused","width","activeAnnotation","Esc","register","472287Gyufbi","_manuallyClosed","includes","_selectedAnnotations","refresh","isAttached","remove","annotations","keystrokes","getFirstRange","context","every","_addedAnnotations","has","inlineannotations-attach-already-attached","getOrderedSelectedAnnotations","4zWGpfm","_addAnnotationToBalloon","viewRangeToDom","1158822kowrlx","right","update","top","_removeAnnotationFromBalloon","document","get","1563408DUzbgV","from","selection","72908tNKUIT","delete","_getBalloonTargetForAnnotation","hasView","inlineannotations-detach-not-attached","inlineannotations-not-allowed-with-context","addObserver","change:isFocused","getBoundingClientRect","1027138kTAJVQ","InlineAnnotations","371942pKiGoI","focusTracker","add","editableElement","focus","editing","push","requires","getByView","_forceRefresh","collapse","init","change:height","view","blur"];return(qi=function(){return t})()}const Xi=Ji;!function(t){const e=Ji,n=t();for(;;)try{if(203703===parseInt(e(370))/1+-parseInt(e(346))/2*(parseInt(e(330))/3)+-parseInt(e(359))/4+parseInt(e(311))/5+-parseInt(e(349))/6+-parseInt(e(368))/7+parseInt(e(356))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Gi extends t.Plugin{static get[Xi(282)](){return[Vr,go.ContextualBalloon,mi]}static get[Xi(312)](){return Xi(369)}constructor(t){const e=Xi;super(t),t[e(280)][e(288)][e(365)](To.MouseObserver),this[e(335)]=!1,this[e(298)](e(327),null),this[e(337)]=null,this[e(331)]=new Set,this[e(317)]=t[e(301)][e(355)](go.ContextualBalloon),this[e(342)]=new Set,this[e(333)]=[],this[e(284)]=!1}[Xi(286)](){const t=Xi,e=this[t(291)][t(301)][t(355)](mi);e[t(340)]===this[t(291)]&&(e[t(329)](t(309),this),this[t(291)][t(338)][t(298)](t(328),((e,n)=>{const o=t,s=this[o(317)];if(this[o(335)]&&s[o(296)]){const t=this[o(337)][o(283)](s[o(296)]);t&&this[o(324)](t),n()}})))}[Xi(322)](){const t=Xi,e=this[t(291)][t(301)][t(355)](mi);e[t(340)]===this[t(291)]&&(e[t(297)]()||e[t(294)](t(309)))}[Xi(308)](t){const e=Xi;t!==this[e(327)]&&(this[e(327)]&&(this[e(327)][e(304)]=!1),t&&this[e(291)].ui[e(371)][e(325)]&&(this[e(337)][e(343)](t)&&this[e(347)](t,!0),t[e(304)]=!0),t||this[e(293)]([]),this[e(327)]=t)}[Xi(292)](t){const n=Xi;this[n(337)]=t;const o=this[n(291)][n(301)][n(355)](mi),s=this[n(317)];if(this[n(335)])throw new e.CKEditorError(n(344),this);if(o[n(340)]!==this[n(291)])throw new e.CKEditorError(n(364),this);const r=this[n(291)][n(301)][n(355)](Vr);this[n(314)](r,n(334),(()=>{const t=n,e=r[t(345)]({annotations:this[t(337)],activeAnnotation:this[t(327)]});var o,s;!this[t(284)]&&(o=e,s=this[t(333)],o[t(310)]===s[t(310)]&&o[t(341)]((e=>s[t(332)](e))))||(this[t(284)]=!1,this[t(293)](e),this[t(308)](e[0]||null))})),this[n(314)](r,n(289),((t,{isAnnotationTracked:e})=>{const o=n;this[o(327)]&&e(this[o(327)])&&(this[o(293)]([]),this[o(308)](null))})),this[n(314)](this[n(291)].ui[n(371)],n(366),((t,e,o)=>{o||this[n(308)](null)})),this[n(314)](t,n(336),((t,e)=>{const o=n;this[o(353)](e),e===this[o(327)]&&this[o(308)](null)})),this[n(314)](s,n(313),((e,o,r,i)=>{const c=n;i&&this[c(315)](i);const a=t[c(283)](r);r&&a&&(this[c(314)](r,c(287),(()=>{s[c(318)]()})),this[c(314)](r,c(328),(()=>{const t=c;this[t(324)](a),this[t(291)][t(280)][t(288)][t(279)]()})),this[c(327)]!==a&&this[c(308)](a))})),this[n(314)](this[n(291)].ui,n(351),(()=>{const e=n;s[e(296)]&&t[e(283)](s[e(296)])&&s[e(318)]()})),this[n(314)](this[n(291)][n(280)][n(288)][n(354)],n(300),(()=>{const t=n;this[t(284)]=!0,this[t(331)][t(306)]()})),this[n(291)][n(280)][n(288)][n(354)][n(358)][n(278)]&&this[n(291)][n(280)][n(288)][n(279)](),this[n(335)]=!0}[Xi(316)](){const t=Xi;if(!this[t(335)])throw new e.CKEditorError(t(363),this);this[t(308)](null);for(const e of this[t(342)])this[t(353)](e);this[t(315)](),this[t(335)]=!1,this[t(337)]=null}[Xi(295)](){const t=Xi;this[t(335)]&&this[t(316)]()}[Xi(293)](t){const e=Xi;for(const n of this[e(333)])t[e(332)](n)||this[e(331)][e(360)](n);for(const n of this[e(337)])t[e(332)](n)||this[e(353)](n);if(this[e(291)].ui[e(371)][e(325)])for(const n of t)this[e(347)](n);this[e(333)]=t}[Xi(347)](t,e=!1){const n=Xi;this[n(331)][n(343)](t)||(this[n(342)][n(343)](t)||this[n(317)][n(362)](t[n(288)])||(this[n(342)][n(277)](t),this[n(317)][n(277)]({stackId:t[n(288)].id,view:t[n(288)],position:{target:()=>this[n(361)](t)}})),e&&this[n(317)][n(319)](t[n(288)].id))}[Xi(361)](t){const n=Xi,o=t[n(303)],s=this[n(291)][n(280)][n(288)],r=s[n(354)][n(358)][n(339)](),i=s[n(290)][n(348)](r);if(i[n(285)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(281)](...(c=e[n(299)](),Array[n(357)](c)[n(323)](DOMRect[n(302)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(310)];n++)Qi(s,t[n])?s[e(326)]+=t[n][e(326)]:(o[e(281)](s),s=t[n]);return o[e(281)](s),o}(t);const s=i[n(367)]();return t[n(305)]((t=>t[n(352)]<=s[n(352)]&&t[n(321)]>=s[n(321)]&&t[n(320)]<=s[n(320)]&&t[n(350)]>=s[n(350)]))||t[0]}var c;return t[n(307)]||i}[Xi(353)](t){const e=Xi;this[e(342)][e(343)](t)&&this[e(317)][e(362)](t[e(288)])&&(this[e(342)][e(360)](t),this[e(317)][e(336)](t[e(288)]))}[Xi(324)](t){const e=Xi;this[e(331)][e(277)](t),this[e(353)](t)}}function Ji(t,e){const n=qi();return(Ji=function(t,e){return n[t-=277]})(t,e)}function Qi(t,e){const n=Xi;return t[n(352)]===e[n(352)]&&t[n(321)]===e[n(321)]&&t[n(350)]===e[n(320)]}var Yi=n(353),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Yi.A,Zi);Yi.A.locals;const $i='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',tc=ec;function ec(t,e){const n=oc();return(ec=function(t,e){return n[t-=119]})(t,e)}!function(t){const e=ec,n=t();for(;;)try{if(745355===-parseInt(e(152))/1+-parseInt(e(155))/2+-parseInt(e(121))/3+parseInt(e(123))/4*(parseInt(e(142))/5)+-parseInt(e(149))/6*(parseInt(e(132))/7)+-parseInt(e(138))/8+parseInt(e(131))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oc);class nc extends go.View{constructor(t,n){const o=ec;super(t),this[o(119)](o(126),!n[o(128)]),this[o(127)]=new e.FocusTracker,this[o(136)]=new e.KeystrokeHandler,this[o(141)]=n,this[o(120)]=new go.FocusCycler({focusables:this[o(141)],focusTracker:this[o(127)],keystrokeHandler:this[o(136)],actions:{focusPrevious:o(137),focusNext:o(133)}}),this[o(156)](n,o(140),(()=>{this[o(126)]=!1})),this[o(156)](n,o(139),((t,e)=>{const s=o;e[s(159)]&&this[s(129)](),n[s(128)]||(this[s(126)]=!0)}));const s=this[o(124)];this[o(150)]({tag:o(157),attributes:{dir:o(125),class:["ck",o(160)],tabindex:-1},children:[{tag:o(157),attributes:{class:[o(144)]},children:[{tag:o(157),children:n},{tag:"p",attributes:{class:[o(158),s.if(o(126),o(135),(t=>!t))]},children:[{text:vo(t,o(122))}]}]}]})}[tc(153)](){const t=tc;super[t(153)](),this[t(136)][t(156)](this[t(143)]);const e=e=>e[t(145)]();this[t(136)][t(119)](t(146),e),this[t(136)][t(119)](t(134),e),this[t(136)][t(119)](t(130),e),this[t(136)][t(119)](t(148),e),this[t(156)](this[t(143)],t(154),((e,n)=>{n[t(145)]()}),{priority:t(151)})}[tc(147)](){const t=tc;super[t(147)](),this[t(127)][t(147)](),this[t(136)][t(147)]()}[tc(129)](){const t=tc;this[t(143)][t(129)]()}}function oc(){const t=["272428lHWlur","listenTo","div","ck-comments-archive__info","isActive","ck-comments-archive","set","_focusCycler","2516346zRjoet","EMPTY_COMMENTS_ARCHIVE","156192RrflAf","bindTemplate","auto","isEmpty","_focusTracker","length","focus","arrowup","18405711sQevBX","844109AnOmNx","tab","arrowleft","ck-hidden","_keystrokes","shift + tab","1156112iyFgSK","remove","add","_focusables","135vPSbOl","element","ck-comments-archive__content","stopPropagation","arrowright","destroy","arrowdown","60fLFVnM","setTemplate","high","28640LMVWDk","render","selectstart"];return(oc=function(){return t})()}const sc=ic;function rc(){const t=["addCommentThread","has","get","2865681hDsIcD","45MghXtb","init","stopListening","223280MkTpEs","pluginName","findIndex","CommentsArchive","_calculatePosition","1415449sKkInb","highest","remove","3JLzFaK","collection","archivedAt","requires","4cAyZtb","268782DCFKWr","plugins","listenTo","13823315zjiRTN","focus","length","10faliuG","archivedThreads","activate","763276amCTmY","context","add","getCommentThread","1993832AZTxei","change:archivedAt","isActive","removeCommentThread"];return(rc=function(){return t})()}function ic(t,e){const n=rc();return(ic=function(t,e){return n[t-=321]})(t,e)}!function(t){const e=ic,n=t();for(;;)try{if(232320===parseInt(e(325))/1*(-parseInt(e(350))/2)+-parseInt(e(321))/3*(-parseInt(e(335))/4)+parseInt(e(347))/5*(-parseInt(e(326))/6)+parseInt(e(355))/7+-parseInt(e(339))/8+-parseInt(e(346))/9+-parseInt(e(332))/10*(-parseInt(e(329))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);class cc extends t.ContextPlugin{static get[sc(351)](){return sc(353)}static get[sc(324)](){return[Ir,pr]}constructor(t){const n=sc;super(t),this[n(333)]=new e.Collection}[sc(348)](){const t=sc,e=this[t(336)],n=e[t(327)][t(345)](Ir),o=e[t(327)][t(345)](pr);this[t(328)](n,t(343),((e,{threadId:o})=>{const s=t,r=n[s(338)](o);r[s(323)]&&this[s(333)][s(337)](r,this[s(354)](r[s(323)])),this[s(328)](r,s(340),((t,e,n)=>{const o=s;n?this[o(333)][o(344)](r)||this[o(333)][o(337)](r,this[o(354)](r[o(323)])):this[o(333)][o(344)](r)&&this[o(333)][o(357)](r)}))})),this[t(328)](n,t(342),((e,{threadId:o})=>{const s=t,r=n[s(338)](o);this[s(349)](r),this[s(333)][s(344)](r)&&this[s(333)][s(357)](r)}),{priority:t(356)}),this[t(328)](o[t(322)],t(330),((e,n)=>{const s=t;n[s(341)]=!0,o[s(334)](n)}))}[sc(354)](t){const e=sc,n=[...this[e(333)]][e(352)]((n=>n[e(323)]<t));return n>-1?n:this[e(333)][e(331)]}}const ac=uc;function hc(){const t=["requires","pluginName","_pendingThreads","archivedThreads","106114YWyEkk","init","_toggleDialog","getByInnerView","set","length","collection","CommentsRepository","21chOHIm","remove","archivedAt","config","EDITOR_TOP_SIDE","isEnabled","9YqnHqx","hide","20oNvfJl","_threadToController","add","listenTo","splice","findIndex","bind","find","focusableElements","Dialog","1495354DnxSkk","235541AhFVuM","_visibleAnnotations","commentsArchiveView","tooltip","CommentsArchiveUI","1404702Kwksto","_createCommentsArchiveButton","isVisible","show","execute","2308570potYDr","componentFactory","plugins","indexOf","get","Annotations","collaboration.channelId","view","editor","filter","COMMENTS_ARCHIVE","401495kIIeKb","commentsArchive","push","menuBar:commentsArchive","locale","annotationViews","stopListening","1785928XVRzCu","_calculatePosition","channelId","innerView"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=121]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(233556===parseInt(e(156))/1+-parseInt(e(129))/2*(-parseInt(e(137))/3)+parseInt(e(145))/4*(-parseInt(e(177))/5)+parseInt(e(161))/6+-parseInt(e(155))/7+-parseInt(e(121))/8*(parseInt(e(143))/9)+parseInt(e(166))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hc);class dc extends t.Plugin{static get[ac(126)](){return ac(160)}static get[ac(125)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(182)]=new go.ViewCollection,this[e(127)]=[]}[ac(130)](){const t=ac;this[t(174)].ui[t(167)][t(147)](t(178),(()=>this[t(162)](go.ButtonView,!0))),this[t(174)].ui[t(167)][t(147)](t(180),(()=>this[t(162)](go.MenuBarMenuListItemButtonView)));const e=this[t(174)][t(168)][t(170)](cc),n=this[t(174)][t(168)][t(170)](t(171)),o=this[t(174)][t(168)][t(170)](t(136));this[t(148)](e[t(128)],t(147),((e,s)=>{const r=t,i=this[r(174)][r(140)][r(170)](r(172));if(!i||s[r(123)]===i){const t=o[r(146)][r(170)](s);if(!t)return void this[r(127)][r(179)](s);const e=this[r(122)](s[r(139)]),i=n[r(132)](t[r(173)]);i[r(163)]&&n[r(157)][r(138)](i),this[r(182)][r(147)](i[r(173)],e)}})),this[t(148)](n[t(135)],t(147),((e,n)=>{const s=t,r=this[s(127)][s(152)]((t=>{const e=s,r=o[e(146)][e(170)](t);return r&&n[e(124)]===r[e(173)]}));if(r){const t=this[s(122)](r[s(139)]);this[s(182)][s(147)](n[s(173)],t),this[s(127)][s(149)](this[s(127)][s(169)](r),1)}})),this[t(148)](e[t(128)],t(138),((e,s)=>{const r=t,i=this[r(174)][r(140)][r(170)](r(172));if(!i||s[r(123)]===i){const t=o[r(146)][r(170)](s),e=n[r(132)](t[r(173)]);this[r(182)][r(138)](e[r(173)]),this[r(183)](e[r(153)])}}))}[ac(122)](t){const e=ac,n=this[e(174)][e(140)][e(170)](e(172)),o=[...this[e(174)][e(168)][e(170)](cc)[e(128)]][e(175)]((t=>t[e(123)]===n))[e(150)]((n=>n[e(139)]<t));return o<0||o>this[e(182)][e(134)]?this[e(182)][e(134)]:o-1}[ac(131)](){const t=ac,e=this[t(174)],n=e[t(168)][t(170)](t(154));this[t(158)]||(this[t(158)]=new nc(e[t(181)],this[t(182)])),t(178)===n.id?n[t(144)]():n[t(164)]({id:t(178),title:vo(e[t(181)],t(176)),icon:$i,hasCloseButton:!0,content:this[t(158)],position:go.DialogViewPosition[t(141)]})}[ac(162)](t,e=!1){const n=ac,o=this[n(174)][n(181)],s=new t(o);return s[n(151)](n(142)).to(this,n(142)),s[n(133)]({label:vo(o,n(176)),icon:$i}),e&&(s[n(159)]=!0),this[n(148)](s,n(165),(()=>this[n(131)]())),s}}var lc=mc;function mc(t,e){var n=pc();return(mc=function(t,e){return n[t-=184]})(t,e)}function pc(){var t=["pluginName","127672ZaJGVz","729JoNypn","6616874ronLCZ","requires","3812742ySFfBq","508364JwMdcz","1463805aakTFk","1BrMOKC","29180rOtHEE","19512HTxsIp","40UfbTyH","217KzPNeg","Comments"];return(pc=function(){return t})()}!function(t){for(var e=mc,n=t();;)try{if(359947===parseInt(e(195))/1*(parseInt(e(193))/2)+parseInt(e(194))/3+parseInt(e(188))/4*(-parseInt(e(184))/5)+parseInt(e(192))/6+parseInt(e(185))/7*(parseInt(e(197))/8)+parseInt(e(189))/9*(-parseInt(e(196))/10)+-parseInt(e(190))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pc);class fc extends t.Plugin{static get[lc(191)](){return[Ir,Jr,ri,cc,dc,hi,Ni,Ui,Gi]}static get[lc(187)](){return lc(186)}}function gc(){var t=["42iDPtjr","1587859QzBYPt","10066032RNIUwJ","737487oqmLZB","80714JiInEX","8DFqMLw","2105470yCazMK","24011163wLwKeI","303ItEoxl","130BhWmkh","47172DhYIEU"];return(gc=function(){return t})()}function vc(t,e){var n=gc();return(vc=function(t,e){return n[t-=380]})(t,e)}!function(t){for(var e=vc,n=t();;)try{if(887352===-parseInt(e(388))/1*(parseInt(e(389))/2)+parseInt(e(381))/3*(parseInt(e(383))/4)+parseInt(e(390))/5+-parseInt(e(384))/6*(-parseInt(e(385))/7)+parseInt(e(386))/8+-parseInt(e(387))/9*(parseInt(e(382))/10)+-parseInt(e(380))/11)break;n.push(n.shift())}catch(t){n.push(n.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}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const r=s},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit{.ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button__label{margin:0 var(--ck-spacing-large)}',""]);const r=s},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const r=s},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const r=s},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const r=s},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:var(--ck-border-radius);color:var(--ck-color-base-text);outline:0;overflow:hidden;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const r=s},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const r=s},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),s=n.n(o)()((function(t){return t[1]}));s.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const r=s},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var s={};if(o)for(var r=0;r<this.length;r++){var i=this[r][0];null!=i&&(s[i]=!0)}for(var c=0;c<t.length;c++){var a=[].concat(t[c]);o&&s[a[0]]||(n&&(a[2]?a[2]="".concat(n," and ").concat(a[2]):a[2]=n),e.push(a))}},e}},673:(t,e,n)=>{"use strict";var o,s=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),i=[];function c(t){for(var e=-1,n=0;n<i.length;n++)if(i[n].identifier===t){e=n;break}return e}function a(t,e){for(var n={},o=[],s=0;s<t.length;s++){var r=t[s],a=e.base?r[0]+e.base:r[0],h=n[a]||0,u="".concat(a," ").concat(h);n[a]=h+1;var d=c(u),l={css:r[1],media:r[2],sourceMap:r[3]};-1!==d?(i[d].references++,i[d].updater(l)):i.push({identifier:u,updater:g(l,e),references:1}),o.push(u)}return o}function h(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var s=n.nc;s&&(o.nonce=s)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var i=r(t.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var u,d=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function l(t,e,n,o){var s=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=d(e,s);else{var r=document.createTextNode(s),i=t.childNodes;i[e]&&t.removeChild(i[e]),i.length?t.insertBefore(r,i[e]):t.appendChild(r)}}function m(t,e,n){var o=n.css,s=n.media,r=n.sourceMap;if(s?t.setAttribute("media",s):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var p=null,f=0;function g(t,e){var n,o,s;if(e.singleton){var r=f++;n=p||(p=h(e)),o=l.bind(null,n,r,!1),s=l.bind(null,n,r,!0)}else n=h(e),o=m.bind(null,n,e),s=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else s()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=s());var n=a(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var s=c(n[o]);i[s].references--}for(var r=a(t,e),h=0;h<n.length;h++){var u=c(n[h]);0===i[u].references&&(i[u].updater(),i.splice(u,1))}n=r}}}},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{AnnotationView:()=>er,Annotations:()=>pr,AnnotationsUIs:()=>mi,BaseCommentThreadView:()=>as,BaseCommentView:()=>ws,Comment:()=>yr,CommentThread:()=>_r,CommentThreadController:()=>fo,CommentThreadInputView:()=>Ho,CommentView:()=>Cs,Comments:()=>fc,CommentsListView:()=>$o,CommentsOnly:()=>hi,CommentsRepository:()=>Ir,CommentsUI:()=>ri,EditorAnnotations:()=>Vr,InlineAnnotations:()=>Xi,NarrowSidebar:()=>Ui,WideSidebar:()=>Ni});var t=n(782),e=n(584),s=n(211);const r=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const h=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const u=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=r,m.prototype.delete=h,m.prototype.get=u,m.prototype.has=d,m.prototype.set=l;const p=m;const f=function(){this.__data__=new p,this.size=0};const g=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const v=function(t){return this.__data__.get(t)};const k=function(t){return this.__data__.has(t)};const b="object"==typeof global&&global&&global.Object===Object&&global;var w="object"==typeof self&&self&&self.Object===Object&&self;const I=b||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 O=_?_.toStringTag:void 0;const R=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":O&&O in Object(t)?E(t):M(t)};const V=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const j=function(t){if(!V(t))return!1;var e=R(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 B=Function.prototype.toString;const z=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var L=/^\[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!(!V(t)||P(t))&&(j(t)?H:L).test(z(t))};const G=function(t,e){return null==t?void 0:t[e]};const X=function(t,e){var n=G(t,e);return q(n)?n:void 0};const J=X(I,"Map");const Q=X(Object,"create");const Y=function(){this.__data__=Q?Q(null):{},this.size=0};const Z=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Q){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Q?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Q&&void 0===e?"__lodash_hash_undefined__":e,this};function st(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}st.prototype.clear=Y,st.prototype.delete=Z,st.prototype.get=tt,st.prototype.has=nt,st.prototype.set=ot;const rt=st;const it=function(){this.size=0,this.__data__={hash:new rt,map:new(J||p),string:new rt}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ht=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ut=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ht,mt.prototype.get=ut,mt.prototype.has=dt,mt.prototype.set=lt;const pt=mt;const ft=function(t,e){var n=this.__data__;if(n instanceof p){var o=n.__data__;if(!J||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new pt(o)}return n.set(t,e),this.size=n.size,this};function gt(t){var e=this.__data__=new p(t);this.size=e.size}gt.prototype.clear=f,gt.prototype.delete=g,gt.prototype.get=v,gt.prototype.has=k,gt.prototype.set=ft;const vt=gt;const kt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const bt=function(t){return this.__data__.has(t)};function wt(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new pt;++e<n;)this.add(t[e])}wt.prototype.add=wt.prototype.push=kt,wt.prototype.has=bt;const 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 d=-1,l=!0,m=2&n?new It:void 0;for(r.set(t,e),r.set(e,t);++d<c;){var p=t[d],f=e[d];if(o)var g=i?o(f,p,d,e,t,r):o(p,f,d,t,e,r);if(void 0!==g){if(g)continue;l=!1;break}if(m){if(!_t(e,(function(t,e){if(!yt(m,e)&&(p===t||s(p,t,n,o,r)))return m.push(e)}))){l=!1;break}}else if(p!==f&&!s(p,f,n,o,r)){l=!1;break}}return r.delete(t),r.delete(e),l};const At=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 Ot=function(t,e,n,o,s,r,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new At(t),new At(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var h=1&o;if(a||(a=Et),t.size!=e.size&&!h)return!1;var u=c.get(t);if(u)return u==e;o|=2,c.set(t,e);var d=Ct(a(t),a(e),o,s,r,c);return c.delete(t),d;case"[object Symbol]":if(Mt)return Mt.call(t)==Mt.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 Vt=Array.isArray;const jt=function(t,e,n){var o=e(t);return Vt(t)?o:Rt(o,n(t))};const Nt=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const St=function(){return[]};var Dt=Object.prototype.propertyIsEnumerable,Pt=Object.getOwnPropertySymbols;const Bt=Pt?function(t){return null==t?[]:(t=Object(t),Nt(Pt(t),(function(e){return Dt.call(t,e)})))}:St;const zt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Lt=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Lt(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 Lt(t)&&Ut.call(t,"callee")&&!Wt.call(t,"callee")};const qt=function(){return!1};var Gt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=Gt&&"object"==typeof module&&module&&!module.nodeType&&module,Jt=Xt&&Xt.exports===Gt?I.Buffer:void 0;const Qt=(Jt?Jt.isBuffer:void 0)||qt;var Yt=/^(?:0|[1-9]\d*)$/;const Zt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Yt.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 Lt(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=Vt(t),o=!n&&Ht(t),s=!n&&!o&&Qt(t),r=!n&&!o&&!s&&ae(t),i=n||o||s||r,c=i?zt(t.length,String):[],a=c.length;for(var h in t)!e&&!he.call(t,h)||i&&("length"==h||s&&("offset"==h||"parent"==h)||r&&("buffer"==h||"byteLength"==h||"byteOffset"==h)||Zt(h,a))||c.push(h);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const pe=me(Object.keys,Object);var fe=Object.prototype.hasOwnProperty;const ge=function(t){if(!le(t))return pe(t);var e=[];for(var n in Object(t))fe.call(t,n)&&"constructor"!=n&&e.push(n);return e};const ve=function(t){return null!=t&&$t(t.length)&&!j(t)};const ke=function(t){return ve(t)?ue(t):ge(t)};const be=function(t){return jt(t,ke,Bt)};var we=Object.prototype.hasOwnProperty;const Ie=function(t,e,n,o,s,r){var i=1&n,c=be(t),a=c.length;if(a!=be(e).length&&!i)return!1;for(var h=a;h--;){var u=c[h];if(!(i?u in e:we.call(e,u)))return!1}var d=r.get(t),l=r.get(e);if(d&&l)return d==e&&l==t;var m=!0;r.set(t,e),r.set(e,t);for(var p=i;++h<a;){var f=t[u=c[h]],g=e[u];if(o)var v=i?o(g,f,u,e,t,r):o(f,g,u,t,e,r);if(!(void 0===v?f===g||s(f,g,n,o,r):v)){m=!1;break}p||(p="constructor"==u)}if(m&&!p){var k=t.constructor,b=e.constructor;k==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof b&&b instanceof b||(m=!1)}return r.delete(t),r.delete(e),m};const _e=X(I,"DataView");const ye=X(I,"Promise");const Ce=X(I,"Set");const Ae=X(I,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Me="[object WeakMap]",Oe="[object DataView]",Re=z(_e),Ve=z(J),je=z(ye),Ne=z(Ce),Se=z(Ae),De=R;(_e&&De(new _e(new ArrayBuffer(1)))!=Oe||J&&De(new J)!=Te||ye&&De(ye.resolve())!=Ee||Ce&&De(new Ce)!=xe||Ae&&De(new Ae)!=Me)&&(De=function(t){var e=R(t),n="[object Object]"==e?t.constructor:void 0,o=n?z(n):"";if(o)switch(o){case Re:return Oe;case Ve:return Te;case je:return Ee;case Ne:return xe;case Se:return Me}return e});const Pe=De;var Be="[object Arguments]",ze="[object Array]",Le="[object Object]",Fe=Object.prototype.hasOwnProperty;const Ke=function(t,e,n,o,s,r){var i=Vt(t),c=Vt(e),a=i?ze:Pe(t),h=c?ze:Pe(e),u=(a=a==Be?Le:a)==Le,d=(h=h==Be?Le:h)==Le,l=a==h;if(l&&Qt(t)){if(!Qt(e))return!1;i=!0,u=!1}if(l&&!u)return r||(r=new vt),i||ae(t)?Ct(t,e,n,o,s,r):Ot(t,e,a,n,o,s,r);if(!(1&n)){var m=u&&Fe.call(t,"__wrapped__"),p=d&&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!!l&&(r||(r=new vt),Ie(t,e,n,o,s,r))};const Ue=function t(e,n,o,s,r){return e===n||(null==e||null==n||!Lt(e)&&!Lt(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=X(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Ge=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Xe=Object.prototype.hasOwnProperty;const Je=function(t,e,n){var o=t[e];Xe.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Ge(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?Ge(n,c,a):Je(n,c,a)}return n};const Ye=function(t,e){return t&&Qe(e,ke(e),t)};const Ze=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!V(t))return Ze(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return ve(t)?ue(t,!0):tn(t)};const nn=function(t,e){return t&&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?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 Qe(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Rt(e,Bt(t)),t=dn(t);return e}:St;const mn=function(t,e){return Qe(t,ln(t),e)};const pn=function(t){return jt(t,en,ln)};var fn=Object.prototype.hasOwnProperty;const gn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&fn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const vn=function(t){var e=new t.constructor(t.byteLength);return new At(e).set(new At(t)),e};const kn=function(t,e){var n=e?vn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var bn=/\w*$/;const wn=function(t){var e=new t.constructor(t.source,bn.exec(t));return e.lastIndex=t.lastIndex,e};var 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 kn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return Cn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return wn(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!V(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const Mn=function(t){return Lt(t)&&"[object Map]"==Pe(t)};var On=ie&&ie.isMap;const Rn=On?ne(On):Mn;const Vn=function(t){return Lt(t)&&"[object Set]"==Pe(t)};var jn=ie&&ie.isSet;const Nn=jn?ne(jn):Vn;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 zn=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(!V(e))return e;var d=Vt(e);if(d){if(c=gn(e),!a)return hn(e,c)}else{var l=Pe(e),m=l==Dn||"[object GeneratorFunction]"==l;if(Qt(e))return an(e,a);if(l==Pn||l==Sn||m&&!r){if(c=h||m?{}:xn(e),!a)return h?mn(e,nn(c,e)):un(e,Ye(c,e))}else{if(!Bn[l])return r?e:{};c=An(e,l,a)}}i||(i=new vt);var p=i.get(e);if(p)return p;i.set(e,c),Nn(e)?e.forEach((function(s){c.add(t(s,n,o,s,e,i))})):Rn(e)&&e.forEach((function(s,r){c.set(r,t(s,n,o,r,e,i))}));var f=d?void 0:(u?h?pn:be:h?en:ke)(e);return He(f||e,(function(s,r){f&&(s=e[r=s]),Je(c,r,t(s,n,o,r,e,i))})),c};const Ln=function(t){return zn(t,5)};const Fn=function(t){return"symbol"==typeof t||Lt(t)&&"[object Symbol]"==R(t)};var Kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Un=/^\w*$/;const Wn=function(t,e){if(Vt(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 Gn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Xn=/\\(\\)?/g;const Jn=function(t){var e=qn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(Gn,(function(t,n,o,s){e.push(o?s.replace(Xn,"$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 Yn=_?_.prototype:void 0,Zn=Yn?Yn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Vt(e))return Qn(e,t)+"";if(Fn(e))return Zn?Zn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return Vt(t)?t:Wn(t,e)?[t]:Jn(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(!V(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=V(u)?u:Zt(e[s+1])?[]:{})}Je(c,a,h),c=c[a]}return t};const so=function(t,e,n){return null==t?t:oo(t,e,n)};const ro=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const ho=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(ro(e))]};const uo=function(t,e){return null==t||ho(t,e)};var lo=mo;function mo(t,e){var n=po();return(mo=function(t,e){return n[t-=107]})(t,e)}function po(){var t=["update","reopenCommentThread","destroy","4054482JatKmE","remove","resolveCommentThread","_localUser","getComment","updateComment","1697386fyvCOR","28540179vhGktl","removeCommentThread","view","reopen","95rfywkh","53229VNrIHs","addComment","removeComment","2ETpEfu","2206946DNVlGs","6336616UNyBYA","resolve","158172YguZzo","_isAttached","model","stopListening","submit","isResolved","submitCommentThread","listenTo"];return(po=function(){return t})()}!function(t){for(var e=mo,n=t();;)try{if(939119===-parseInt(e(128))/1+-parseInt(e(107))/2*(-parseInt(e(134))/3)+parseInt(e(111))/4*(-parseInt(e(133))/5)+parseInt(e(122))/6+parseInt(e(108))/7+-parseInt(e(109))/8+parseInt(e(129))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(po);class fo extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(113)]=t,this[n(113)][n(112)]=!0,this[n(131)]=e,this[n(118)](e,n(117),(()=>this[n(115)]())),this[n(118)](e,n(130),(()=>this[n(123)]())),this[n(118)](e,n(124),(()=>this[n(110)]())),this[n(118)](e,n(120),(()=>this[n(132)]())),this[n(118)](e,n(135),((t,e)=>this[n(135)](e))),this[n(118)](e,n(127),((t,e,o)=>this[n(127)](e,o))),this[n(118)](e,n(136),((t,e)=>this[n(136)](e)))}[lo(115)](){var t=lo;this[t(113)][t(115)]()}[lo(123)](){var t=lo;this[t(113)][t(123)]()}[lo(110)](){var t=lo;this[t(113)][t(116)]||this[t(113)][t(110)]()}[lo(132)](){var t=lo;this[t(113)][t(116)]&&this[t(113)][t(132)]()}[lo(135)](t){var e=lo;this[e(113)][e(135)]({content:t,authorId:this[e(131)][e(125)].id})}[lo(127)](t,e){var n=lo;this[n(113)][n(126)](t)[n(119)]({content:e})}[lo(136)](t){var e=lo;this[e(113)][e(126)](t)[e(123)]()}[lo(121)](){var t=lo;this[t(114)](),this[t(113)][t(112)]=!1}}var go=n(311);function vo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a comment.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a comment.",id:"ENTER_COMMENT_ANNOUNCEMENT"});case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});default:return""}}function ko(){const t=["div","text","uiLanguage","15NiIdsp","uiLanguageDirection","1579068vDBZZI","_createVoiceLabel","focus","render","ck-editor__main","207484qMQGFQ","ck-reset","editable","252490WUFuUm","main","Comment editor","ck-voice-label","198394HEslMI","presentation","cke-editor__aria-label_","459OnxMUH","setTemplate","1452563FIZHVb","ck-comment__input","943428SGzjPs","_voiceLabelView","extendTemplate","ck-editor__aria-label_","comment","1708185yNgUiQ","createCollection","ck-editor","ck-rounded-corners","add","element","16pBbSsJ"];return(ko=function(){return t})()}const bo=wo;function wo(t,e){const n=ko();return(wo=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=wo,n=t();for(;;)try{if(480072===parseInt(e(311))/1+-parseInt(e(318))/2*(parseInt(e(304))/3)+parseInt(e(306))/4+-parseInt(e(294))/5+-parseInt(e(289))/6+parseInt(e(287))/7*(-parseInt(e(300))/8)+-parseInt(e(321))/9*(-parseInt(e(314))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ko);class Io extends go.EditorUIView{constructor(t,n){const o=wo;super(t);const s=(0,e.uid)();this[o(315)]=this[o(295)](),this[o(313)]=new go.InlineEditableUIView(t,n),this[o(290)]=this[o(307)](s,t),this[o(322)]({tag:o(301),attributes:{class:[o(312),o(296),o(297),o(288)],role:o(293),dir:t[o(305)],lang:t[o(303)],"aria-labelledby":o(320)+s},children:[this[o(290)],{tag:o(301),attributes:{class:o(310),role:o(319)},children:this[o(315)]}]})}[bo(309)](){const t=bo;super[t(309)](),this[t(315)][t(298)](this[t(313)])}[bo(308)](){const t=bo;this[t(313)][t(299)][t(308)]()}[bo(307)](t,e){const n=bo,o=new go.LabelView;return o[n(302)]=vo(e,n(316)),o[n(291)]({attributes:{id:n(292)+t,class:n(317)}}),o}}function _o(t,e){const n=Co();return(_o=function(t,e){return n[t-=223]})(t,e)}const yo=_o;function Co(){const t=["editing","rootName","1313850vrmHfP","567YwxoiF","editable","getRoot","1990084rRALVU","fire","destroy","319ShnBUm","locale","render","element","view","editor","document","init","focusTracker","6155304UeMMhk","name","attachDomRoot","2332890AzoYlX","18hFHkKg","691990qzSgha","setEditableElement","2198345mIwkpl","14yXxyCV","ready","bind","3438WrhgBx","isFocused"];return(Co=function(){return t})()}!function(t){const e=_o,n=t();for(;;)try{if(894628===parseInt(e(237))/1+parseInt(e(233))/2*(-parseInt(e(238))/3)+parseInt(e(241))/4+-parseInt(e(229))/5*(parseInt(e(226))/6)+-parseInt(e(230))/7*(parseInt(e(253))/8)+parseInt(e(225))/9+-parseInt(e(227))/10*(-parseInt(e(244))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Co);class Ao extends go.EditorUI{constructor(t){const e=_o;super(t),this[e(248)]=new Io(t[e(245)],t[e(235)][e(248)])}get[yo(247)](){const t=yo;return this[t(248)][t(247)]}[yo(251)](){const t=yo,e=this[t(249)][t(235)][t(248)],n=this[t(248)][t(239)],o=e[t(250)][t(240)]();n[t(223)]=o[t(236)],this[t(248)][t(246)]();const s=n[t(247)];this[t(228)](n[t(223)],s),this[t(248)][t(239)][t(232)](t(234)).to(this[t(252)]),e[t(224)](s),this[t(242)](t(231))}[yo(243)](){const t=yo;super[t(243)](),this[t(248)][t(243)]()}}var To=n(783),Eo=n(331),xo=n(507),Mo=n(727),Oo=n(834),Ro=n(251),Vo=n(179);function jo(){const t=["create","assign","44xBoeFs","model","1244470BNsCJT","init","set","setSelection","createRoot","getChild","editing","change","6949630KdabHB","2XhFiXm","defaultPlugins","placeholderElement","childCount","focus","get","ready","getRoot","plugins","placeholder","470689iqymIO","name","12yclaYI","92247kBoWPu","document","end","1450264EGMeKu","data","initialData","initPlugins","config","then","view","low","change:placeholder","fire","3610656UXdIab","destroy","992131jwhLfo","_updatePlaceholder"];return(jo=function(){return t})()}const No=So;function So(t,e){const n=jo();return(So=function(t,e){return n[t-=499]})(t,e)}!function(t){const e=So,n=t();for(;;)try{if(250054===parseInt(e(507))/1*(-parseInt(e(540))/2)+-parseInt(e(510))/3*(-parseInt(e(529))/4)+-parseInt(e(531))/5+parseInt(e(509))/6*(-parseInt(e(525))/7)+-parseInt(e(513))/8+parseInt(e(523))/9+parseInt(e(539))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jo);const Do=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Mo.SelectAll,Oo.Typing,Ro.Undo,Vo.Paragraph];class Po extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=So;(t=Object[e(528)]({},t))[e(505)]||(t[e(505)]=Po[e(541)]),super(t),this.ui=new Ao(this),this[e(533)](e(506),""),this[e(530)][e(511)].on(e(538),(()=>this[e(526)]()),{priority:e(520)}),this.on(e(521),(()=>this[e(526)]())),this[e(530)][e(511)][e(535)]()}[No(527)](){const t=No,e=this[t(517)][t(502)](t(515))||"";return this[t(516)]()[t(518)]((()=>this.ui[t(532)]()))[t(518)]((()=>this[t(514)][t(532)](e)))[t(518)]((()=>this[t(522)](t(503))))}[No(524)](){const t=No;return super[t(524)]()[t(518)]((()=>this.ui[t(524)]()))}[No(501)](){const t=No;this[t(530)][t(538)]((e=>{const n=t,o=this[n(530)][n(511)][n(504)](),s=o&&o[n(536)](o[n(500)]-1);e[n(534)](s,n(512)),this[n(537)][n(519)][n(501)]()}))}[No(526)](){const t=No,e=this[t(537)][t(519)],n=e[t(511)][t(504)](),o=n[t(536)](0);n[t(500)]>1||!o||"p"!=o[t(508)]?this[t(499)]&&this[t(499)][t(506)]&&((0,To.disablePlaceholder)(e,this[t(499)]),this[t(499)]=void 0):(this[t(506)]&&(o[t(506)]=this[t(506)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(499)]=o)}}Po[No(541)]=Do;const Bo=Po,zo=Lo;function Lo(t,e){const n=Ko();return(Lo=function(t,e){return n[t-=482]})(t,e)}!function(t){const e=Lo,n=t();for(;;)try{if(670591===parseInt(e(550))/1+-parseInt(e(538))/2+-parseInt(e(514))/3*(parseInt(e(555))/4)+parseInt(e(537))/5+parseInt(e(517))/6*(parseInt(e(510))/7)+-parseInt(e(524))/8*(parseInt(e(489))/9)+-parseInt(e(498))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ko);class Fo extends go.View{constructor(t,n={}){const o=Lo;super(t),this[o(531)]=null,this[o(505)]=n,this[o(528)]=new e.KeystrokeHandler,this[o(483)]=new e.FocusTracker,this[o(516)](o(558),n[o(522)]||""),this[o(516)](o(560),!1),this[o(516)](o(509),!0),this[o(516)](o(486),vo(t,o(521))),this[o(516)](o(515),vo(t,o(519))),this[o(546)]=this[o(492)](),this[o(494)]=this[o(491)](),this[o(540)]({tag:o(551),attributes:{class:[o(548)]},children:[{tag:o(551),attributes:{class:[o(552),this[o(529)].if(o(509),o(556))]},children:[this[o(546)],this[o(494)]]}]}),this[o(528)][o(516)](o(500),((t,e)=>{const n=o;this[n(494)][n(499)](n(544)),e()})),this.on(o(493),((e,n)=>{const s=o;n[s(525)]>65e3?(alert(vo(t,s(488),[n[s(525)],65e3])),e[s(549)]()):this[s(531)][s(490)]("")}),{priority:o(507)})}[zo(554)](){const t=zo;super[t(554)](),this[t(528)][t(496)](this[t(487)]),this[t(483)][t(530)](this[t(487)])}[zo(501)](){const t=zo;return this[t(531)]||(this[t(531)]=new Bo(this[t(505)]),this[t(541)]=this[t(531)][t(513)]()[t(503)]((()=>{const e=t;if(this[e(482)])return;const n=this[e(531)];this[e(487)][e(520)](n.ui[e(487)],this[e(487)][e(518)]),n[e(484)][e(557)].on(e(527),(()=>this[e(558)]=n[e(535)]())),n[e(539)](e(486)).to(this),this[e(485)](this[e(531)]),this[e(499)](e(533),this[e(531)])}))),this[t(541)]}[zo(547)](){const t=zo;this[t(531)]&&this[t(531)][t(547)]()}async[zo(504)](){const t=zo;this[t(482)]||(this[t(482)]=!0,this[t(531)]&&(await this[t(541)],await this[t(531)][t(504)](),this[t(499)](t(508),this[t(531)])),await super[t(504)]())}[zo(492)](){const t=zo,{locale:e}=this,n=new go.ButtonView(e);return n[t(543)]({attributes:{class:[t(536)]}}),n[t(511)]=!0,n[t(539)](t(526)).to(this,t(515)),n.on(t(544),(()=>{const e=t;this[e(499)](e(493),this[e(558)])})),n[t(539)](t(559)).to(this,t(558),this,t(560),((e,n)=>!n&&!!e[t(553)]())),n}[zo(491)](){const t=zo,{locale:e}=this,n=new go.ButtonView(e);return n[t(543)]({attributes:{class:[t(534)]}}),n[t(526)]=vo(e,t(523)),n[t(511)]=!0,n.on(t(544),(()=>{const e=t;this[e(531)][e(490)](""),this[e(499)](e(497))})),n}[zo(485)](t){const e=zo,n=this[e(483)],o=new go.ViewCollection;[t.ui[e(506)],this[e(546)],this[e(494)]][e(532)]((t=>{const s=e;o[s(530)](t),n[s(530)](t[s(487)])}));const s=new go.FocusCycler({focusables:o,focusTracker:n});this[e(528)][e(516)](e(545),((t,n)=>{s[e(502)](),n()}),{priority:e(542)}),this[e(528)][e(516)](e(512),((t,n)=>{s[e(495)](),n()}),{priority:e(542)})}}function Ko(){const t=["placeholder","element","TOO_LONG_COMMENT_ALERT","9EAdGww","setData","_createCancelButton","_createSubmitButton","submit","cancelButtonView","focusPrevious","listenTo","cancel","4489540ZRKQXA","fire","Esc","createEditor","focusNext","then","destroy","_editorConfig","view","high","editorDestroyed","showButtons","7EueMUY","withText","shift + tab","create","9QFKYRX","submitLabel","set","6088998kykkmR","firstChild","Reply","insertBefore","Reply...","initialData","Cancel","3375200fkcVEQ","length","label","change","keystrokes","bindTemplate","add","editor","forEach","editorReady","ck-comment__input-actions--cancel","getData","ck-comment__input-actions--submit","5793040SGbIhq","1091844GFiVSw","bind","setTemplate","_editorCreationPromise","low","extendTemplate","execute","tab","submitButtonView","focus","ck-comment__input-wrapper","stop","85688CMCXLy","div","ck-comment__input-actions","trim","render","229016FqCIlV","ck-comment__input-actions--active","document","value","isEnabled","disabledSubmit","_isDestroyed","focusTracker","model","_initializeFocusCycling"];return(Ko=function(){return t})()}function Uo(t,e){var n=qo();return(Uo=function(t,e){return n[t-=461]})(t,e)}var Wo=Uo;!function(t){for(var e=Uo,n=t();;)try{if(171118===parseInt(e(468))/1*(-parseInt(e(477))/2)+parseInt(e(469))/3+parseInt(e(475))/4*(-parseInt(e(484))/5)+-parseInt(e(470))/6+-parseInt(e(474))/7+parseInt(e(471))/8+parseInt(e(464))/9*(parseInt(e(463))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qo);class Ho extends go.View{constructor(t,e,n){var o=Uo;super(t),this[o(473)]=new Fo(t,n),this[o(473)][o(492)](o(462)).to(this[o(473)][o(472)],o(491),this[o(473)],o(493),((t,e)=>t||!!e)),this[o(483)](o(478),!1),this.on(o(465),(()=>{var t=o;this[t(478)]&&!this[t(473)][t(486)]&&this[t(473)][t(495)]()})),this[o(473)][o(480)](o(461)).to(this),this[o(473)][o(480)](o(476)).to(this),this[o(485)]=new s.UserView(t,e),this[o(485)][o(467)]({attributes:{class:o(466)}}),this[o(473)][o(467)]({attributes:{class:o(482)}}),this[o(481)]({tag:o(490),attributes:{class:[o(494),this[o(479)].if(o(478),o(489))]},children:[this[o(485)],this[o(473)]]})}[Wo(488)](){var t=Wo;return this[t(473)][t(488)]()[t(487)]((()=>super[t(488)]()))}}function qo(){var t=["extendTemplate","29UjqnUA","921966bdCuLT","1501704FEPktA","1786816rAUuzz","focusTracker","commentInputView","2064699MTGmOz","26608VbNqaT","editorDestroyed","8572pJQPeG","showInput","bindTemplate","delegate","setTemplate","ck-thread__input","set","175zRZBWS","userView","editor","then","destroy","ck-comment__input-container--active","div","isFocused","bind","value","ck-comment__input-container","createEditor","editorReady","showButtons","132390DEFMyB","369ZGOQkg","change:showInput","ck-thread__user"];return(qo=function(){return t})()}function Go(t,e){const n=Xo();return(Go=function(t,e){return n[t-=455]})(t,e)}function Xo(){const t=["1779880dOWRut","348770zXsgRL","set","22588224wGdKes","count","ck-thread__comment-count","NUMBER_OF_COMMENTS","15uJmDqo","setTemplate","bindTemplate","3976074DUQYIc","3026952cWmBtV","1319438fsdYFs","6795159aNGwmO"];return(Xo=function(){return t})()}!function(t){const e=Go,n=t();for(;;)try{if(706131===parseInt(e(463))/1+parseInt(e(466))/2+parseInt(e(462))/3+parseInt(e(465))/4*(parseInt(e(458))/5)+parseInt(e(461))/6+-parseInt(e(464))/7+-parseInt(e(468))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xo);class Jo extends go.View{constructor(t){const e=Go;super(t);const n=this[e(460)];this[e(467)](e(455),void 0),this[e(459)]({tag:"li",attributes:{class:e(456)},children:[{text:n.to(e(455),(n=>vo(t,e(457),n)))}]})}}const Qo=Yo;function Yo(t,e){const n=Zo();return(Yo=function(t,e){return n[t-=492]})(t,e)}function Zo(){const t=["change:isEditMode","_handleNewCommentModel","_rearrangeExpand","resolvedCommentView","locale","from","removeComment","_findOptimalIndex","8048936HHEuBM","230996tyXHqy","get","remove","isEditMode","render","weight","set","ck-thread__comments","24140UERdBU","formatDateTime","resolved","add","commentViews","resolveCommentThread","editorDestroyed","_handleRemoveCommentModel","viewUid","1784945MgeQQg","323634bqhqbW","insert","editorReady","_shouldCollapse","change:hasDirtyComment","expand","commentUpdated","369499GCsoAA","delegate","Marked as resolved","resolvedAt","updateComment","11149074gUvoZS","delete","collapse","hasDirtyComment","_handleInfoComment","stopListening","414lfAVtB","CommentView","_rearrangeCollapse","visibleViews","createCollection","some","length","maxThreadTotalWeight","destroy","refreshVisibleViews","isActive","change:isResolved","resolvedBy","equal","element","authoredAt","focus","maxCommentsWhenCollapsed","_model","count","_updateHasDirtyComment","comments","bind","change:isActive","_config","_calculatePosition","listenTo","maxCommentCharsWhenCollapsed","7CKQKuP","editorConfig","_collapsedCommentsView","setTemplate"];return(Zo=function(){return t})()}!function(t){const e=Yo,n=t();for(;;)try{if(526092===-parseInt(e(529))/1+-parseInt(e(504))/2+-parseInt(e(540))/3*(-parseInt(e(512))/4)+parseInt(e(521))/5+parseInt(e(522))/6+-parseInt(e(568))/7*(-parseInt(e(503))/8)+-parseInt(e(534))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zo);class $o extends go.View{constructor(t,e,n){const o=Yo;super(t),this[o(510)](o(537),!1),this[o(510)](o(546),e[o(561)][o(546)]),this[o(510)](o(550),!1),this[o(558)]=e,this[o(564)]=n,this[o(516)]=this[o(544)](),this[o(543)]=this[o(544)](),this[o(498)]=null,this[o(493)]=new Jo(t),this[o(493)][o(562)](o(559)).to(this,o(546),(t=>t-this[o(564)][o(557)]));for(const t of e[o(561)])this[o(496)](t);this[o(538)](),this[o(566)](e[o(561)],o(515),((t,e)=>{const n=o,s=this[n(565)](e);this[n(546)]++,this[n(496)](e,s),this[n(549)]()})),this[o(566)](e[o(561)],o(506),((t,e)=>{const n=o;this[n(546)]--,this[n(519)](e),this[n(549)]()})),this[o(566)](e,o(528),(()=>this[o(549)]())),this[o(566)](e,o(551),(()=>this[o(538)]())),this.on(o(563),(()=>this[o(549)]())),this.on(o(526),(()=>this[o(549)]())),this[o(494)]({tag:"ul",attributes:{class:[o(511)]},children:this[o(543)]})}get[Qo(525)](){const t=Qo;return this[t(558)][t(509)]>this[t(564)][t(547)]&&!this[t(550)]&&!this[t(537)]}[Qo(508)](){const t=Qo;super[t(508)](),this[t(549)]()}[Qo(556)](){const t=Qo;this[t(554)][t(556)]()}[Qo(548)](){const t=Qo;this[t(493)][t(548)]();for(const e of this[t(516)])e[t(548)]();super[t(548)]()}[Qo(549)](){const t=Qo;this[t(525)]?this[t(542)]():this[t(497)]()}[Qo(496)](t,e){const n=Qo,o=new(this[n(564)][n(541)])(this[n(499)],t,{maxCommentCharsWhenCollapsed:this[n(564)][n(567)],formatDateTime:this[n(564)][n(513)],editorConfig:this[n(564)][n(492)]});o[n(520)]=t.id,o[n(530)](n(501)).to(this),o[n(530)](n(533)).to(this),o[n(530)](n(517)).to(this),o[n(530)](n(524)).to(this),o[n(530)](n(518)).to(this),this[n(566)](o,n(495),(()=>this[n(560)]())),this[n(516)][n(515)](o,e)}[Qo(565)](t){const e=Qo,n=this[e(558)][e(502)](t);return this[e(498)]?this[e(498)][e(555)]>t[e(555)]?n-1:n:n-1}[Qo(538)](){const t=Qo;if(this[t(558)][t(552)]&&this[t(558)][t(532)]){const e={id:t(514),author:this[t(558)][t(552)],authoredAt:this[t(558)][t(532)],content:vo(this[t(499)],t(531)),attributes:{}};this[t(498)]=new(this[t(564)][t(541)])(this[t(499)],e,{maxCommentCharsWhenCollapsed:this[t(564)][t(567)],formatDateTime:this[t(564)][t(513)],editorConfig:this[t(564)][t(492)],isSystemComment:!0}),this[t(516)][t(515)](this[t(498)],this[t(558)][t(502)](e))}else this[t(498)]&&(this[t(516)][t(506)](this[t(498)]),this[t(498)][t(548)](),this[t(498)]=null);this[t(549)]()}[Qo(519)](t){const e=Qo,n=this[e(516)][e(506)](t.id);this[e(539)](n),n[e(507)]&&this[e(560)](),n[e(548)]()}[Qo(560)](){const t=Qo;this[t(537)]=Array[t(500)](this[t(516)])[t(545)]((e=>e[t(507)]))}[Qo(542)](){const t=Qo,n=function(t){const n=Yo,o=new e.Collection;for(const e of t)o[n(515)](e);return o}(this[t(516)]),o=this[t(493)][t(559)];for(let e=1;e<=o;e++)n[t(506)](1);for(const e of n)e[t(536)]();o>0&&n[t(515)](this[t(493)],1),ts((0,e.diff)(Array[t(500)](this[t(543)]),Array[t(500)](n)),this[t(543)],n)}[Qo(497)](){const t=Qo;ts((0,e.diff)(Array[t(500)](this[t(543)]),Array[t(500)](this[t(516)])),this[t(543)],this[t(516)]);for(const e of this[t(543)])e[t(527)]()}}function ts(t,e,n){const o=Qo;let s=0;for(const r of t)switch(r){case o(523):e[o(515)](n[o(505)](s),s),s++;break;case o(535):e[o(506)](s);break;case o(553):s++}}const es=ns;function ns(t,e){const n=os();return(ns=function(t,e){return n[t-=192]})(t,e)}function os(){const t=["label","substring","classList","icon","8659230pwePXk","contextValue","33160VVYVbM","ck-context__value","querySelector","tooltip","bind","isVisible","isResolved","5620356FdLoGv","ck-thread__header","_trimContextValue","23045844DmGvBl","mouseenter","hasContext","9QaxtRw","offsetWidth","reopenCommentThread","overlay","isResolvable","setTemplate","scrollWidth","ck-context-wrapper","15LsFRjI","...","lastIndexOf","242632yNwEkc","span","Comment was made on an element","38RNNGkh","ck-annotation__actions","element","execute","ck-context","fire","_attachContextActions","4357488dMsQTh","remove","locale","_createReopenButton","_model","reopenButtonView",".ck-context__value",".ck-context","length","isEnabled","1159101EbHlXh","render","8wVDjQk","add","div","Reopen","mouseleave","ck-context--quotes","value","context","11Jsfnmg","bindTemplate","listenTo","isReadOnly"];return(os=function(){return t})()}!function(t){const e=ns,n=t();for(;;)try{if(552257===parseInt(e(213))/1*(-parseInt(e(240))/2)+parseInt(e(193))/3+parseInt(e(237))/4*(-parseInt(e(234))/5)+parseInt(e(247))/6+-parseInt(e(220))/7*(parseInt(e(195))/8)+-parseInt(e(226))/9*(parseInt(e(211))/10)+parseInt(e(203))/11*(parseInt(e(223))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(os);class ss extends go.View{constructor(t,e){const n=ns;super(t);const o=this[n(204)];this[n(251)]=e,this[n(252)]=this[n(250)](),this[n(217)](n(225)).to(this[n(251)],n(202),(t=>!!t)),this[n(217)](n(212)).to(this[n(251)],n(202),(t=>t&&t[n(201)]?this[n(222)](t[n(201)]):vo(this[n(249)],n(239)))),this[n(231)]({tag:n(197),attributes:{class:[n(221)]},children:[{tag:n(197),attributes:{class:[n(233)]},children:[{tag:n(197),attributes:{class:[n(244),o.if(n(225),n(200))]},children:[{tag:n(238),attributes:{class:[n(214)]},children:[{text:o.to(n(212))}]}]}]},{tag:n(197),attributes:{class:[n(241)]},children:[this[n(252)]]}]})}[es(194)](){const t=es;super[t(194)](),this[t(246)]()}[es(250)](){const t=es,e=new go.ButtonView(this[t(249)]);return e[t(207)]=vo(this[t(249)],t(198)),e[t(216)]=vo(this[t(249)],t(198)),e[t(210)]='<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(217)](t(192)).to(this[t(251)],t(206),(t=>!t)),e[t(217)](t(218)).to(this[t(251)],t(230),this[t(251)],t(219),((t,e)=>t&&e)),e.on(t(243),(()=>{const e=t;this[e(245)](e(228),this[e(251)].id)})),e}[es(222)](t){const e=es;if(t[e(255)]<150)return t;const n=t[e(236)](" ",147);return t[e(208)](0,n>-1?n:147)+e(235)}[es(246)](){const t=es,e=this[t(242)][t(215)](t(254)),n=e[t(215)](t(253));this[t(205)](e,t(224),(()=>{const o=t;n[o(227)]<n[o(232)]&&e[o(209)][o(196)](o(229))})),this[t(205)](e,t(199),(()=>{const n=t;e[n(209)][n(248)](n(229))}))}}const rs=cs;function is(){const t=["value","locale","commentThreadHeaderView","Reply to reopen discussion...","commentsListView","addComment","change:isActive","showInput","unlinkedAt","focus","length","isResolvable","_localUser","_config","commentInputView","1371940gLVIhH","_model","assign","submit","reopenCommentThread","editorDestroyed","91TMltmP","5Jeqyei","isDirty","canComment","editorReady","destroy","stop","26TsRGSX","270151ESHVUM","Write a comment...","commentThreadInputView","removeCommentThread","Comment","Reply","1081672vnnMQm","_createCommentThreadInputView","disabledSubmit","8658966qNXgAz","isActive","fire","6852btcCVT","placeholder","set","listenTo","9UxvesR","19899880sLFzCD","isReadOnly","removeComment","element","cancel","submitLabel","6QzddxA","delegate","hasDirtyComment","isSubmitted","isResolved","Reply...","bind","5181510HPCsdS","updateComment","submitCommentThread","12001vECkLd","resolveCommentThread","archivedAt","6VxEPSN","editorConfig","isUnlinked","CommentView"];return(is=function(){return t})()}function cs(t,e){const n=is();return(cs=function(t,e){return n[t-=104]})(t,e)}!function(t){const e=cs,n=t();for(;;)try{if(907557===-parseInt(e(172))/1*(-parseInt(e(139))/2)+parseInt(e(126))/3*(-parseInt(e(158))/4)+parseInt(e(165))/5*(-parseInt(e(112))/6)+-parseInt(e(164))/7*(parseInt(e(109))/8)+-parseInt(e(119))/9*(-parseInt(e(133))/10)+-parseInt(e(136))/11*(-parseInt(e(115))/12)+parseInt(e(171))/13*(parseInt(e(120))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);class as extends go.View{constructor(t,e,n,o){const s=cs;super(t),this[s(117)](s(113),!1),this[s(117)](s(166),!1),this[s(159)]=e,this[s(155)]=n,this[s(156)]=o,this[s(145)]=new ss(t,e),this[s(145)][s(127)](s(162)).to(this),this[s(118)](this,s(162),(()=>{this[s(152)]()})),this[s(147)]=new $o(t,e,Object[s(160)]({CommentView:this[s(156)][s(142)]},o)),this[s(147)][s(127)](s(122)).to(this),this[s(147)][s(127)](s(134)).to(this),this[s(147)][s(127)](s(137)).to(this),this[s(147)][s(127)](s(168)).to(this),this[s(147)][s(127)](s(163)).to(this),this[s(147)][s(132)](s(113)).to(this),this[s(118)](this,s(137),(()=>{this[s(152)]()})),this[s(117)](s(153),this[s(147)][s(153)]),this[s(132)](s(153)).to(this[s(147)],s(153)),this[s(105)]=this[s(110)](),this[s(105)][s(127)](s(168)).to(this),this[s(105)][s(127)](s(163)).to(this),this.on(s(122),(()=>this[s(152)]())),this[s(132)](s(166)).to(this[s(147)],s(128),this[s(105)][s(157)],s(143),((t,e)=>t||!!e)),this[s(132)](s(141)).to(e,s(151),(t=>!!t))}[rs(152)](){const t=rs;this[t(123)][t(152)]()}async[rs(169)](){const t=rs;this[t(166)]=!1,this[t(147)][t(169)](),await this[t(105)][t(169)](),super[t(169)]()}[rs(110)](){const t=rs,e=new Ho(this[t(144)],this[t(155)],this[t(156)][t(140)]),n=e[t(157)];return e[t(132)](t(150)).to(this,t(113),this[t(159)],t(121),this[t(159)],t(167),this[t(159)],t(138),n,t(143),((t,e,n,o,s)=>!!s||!!o&&n&&!e||t&&n&&!e)),n[t(132)](t(116)).to(this,t(153),this[t(159)],t(154),this[t(159)],t(130),((e,n,o)=>{const s=t;let r;return r=s(o&&n?146:e?131:104),vo(this[s(144)],r)})),n[t(132)](t(125)).to(this,t(153),(e=>vo(this[t(144)],t(e?108:107)))),n.on(t(161),((e,n)=>{const o=t;this[o(114)](o(148),n),this[o(159)][o(130)]&&this[o(159)][o(154)]&&this[o(114)](o(162),this[o(159)].id),this[o(159)][o(129)]||this[o(114)](o(135))})),n.on(t(124),(()=>{this[t(152)]()})),n[t(132)](t(111)).to(this[t(159)],t(121)),n.on(t(124),(e=>{const n=t;0==this[n(153)]&&(this[n(114)](n(106)),e[n(170)]())})),this.on(t(149),((e,o,s)=>{const r=t;s||this[r(153)]||n[r(143)]||this[r(114)](r(106))})),e}}const hs=ds;function us(){const t=["length","isResolved","262200pPdXgv","removeCommentThread","bind","setTemplate","4571182eLzuov","addMany","_createResolveButton","isVisible","Resolve","isReadOnly","actionBar",".ck-thread__container","div","tooltip","containerElement","ck-thread--remove-confirmation","ck-comment--resolve","change:isActive","has","isUnlinked","change:isReadOnly","commentsListView","render","isEnabled","ck-thread","removeButton","isConfirm","querySelector","_boundFirstCommentView","resolveButton","createCollection","Write a comment...","2673124qJYVFs","_cancelAllConfirms","ck-thread--","Delete comment thread?","locale","resolveCommentThread","ck-thread__container","isActive","showConfirm","fire","commentThreadChildren","unbind","commentThreadInputView","getTemplate","stop","get","commentViews","1057200QInJlN","10vutTag","icon","remove","1503272trkoHg","extendTemplate","_model","label","isSystemComment","606FaZIZp","bindTemplate","high","archivedAt","execute","ck-thread--active","placeholder","set","_bindFirstCommentView","isResolvable","then","ck-thread--unlinked","change:archivedAt","check","2971755RrBqMN","add","1199WAcuuZ","actionIndicator","ck-reset_all-excluded","50QXqzYK","listenTo","cancelConfirm","commentThreadHeaderView","element"];return(us=function(){return t})()}function ds(t,e){const n=us();return(ds=function(t,e){return n[t-=467]})(t,e)}!function(t){const e=ds,n=t();for(;;)try{if(724933===parseInt(e(526))/1*(-parseInt(e(510))/2)+parseInt(e(501))/3+-parseInt(e(484))/4*(parseInt(e(502))/5)+-parseInt(e(536))/6+parseInt(e(540))/7+-parseInt(e(505))/8+parseInt(e(524))/9*(parseInt(e(529))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(us);class ls extends((0,s.ConfirmMixin)(as)){constructor(t,e,n,o){const s=ds;super(t,e,n,o),this[s(494)]=this[s(482)](),this[s(494)][s(541)]([this[s(473)],this[s(496)]]),this[s(507)][s(513)]&&this[s(494)][s(525)](this[s(532)],0),this[s(507)].on(s(522),((t,e,n)=>{const o=s;n?this[o(494)][o(470)](this[o(532)])||this[o(494)][o(525)](this[o(532)],0):this[o(494)][o(504)](this[o(532)])})),this[s(517)](s(527),null),this[s(550)]=null,this[s(480)]=null,this[s(488)]=t,this[s(481)]=this[s(542)](),this[s(539)](this[s(497)]()),this.on(s(469),((t,e,n)=>{n||this[s(485)]()})),this[s(530)](this[s(507)],s(472),((t,e,n)=>{n&&this[s(485)]()})),this[s(534)]>0&&this[s(518)](),this[s(530)](this[s(473)][s(500)],s(525),(()=>{this[s(518)]()}))}[hs(497)](){const t=hs,e=this[t(511)];return{tag:t(548),attributes:{class:[t(476),t(528),e.if(t(491),t(515)),e.if(t(471),t(521)),e.if(t(478),t(467)),e.to(t(527),(e=>e?t(486)+e:""))],"data-thread-id":this[t(507)].id,tabindex:-1},children:[{tag:t(548),attributes:{class:t(490)},children:this[t(494)]}]}}[hs(474)](){const t=hs;super[t(474)](),this[t(550)]=this[t(533)][t(479)](t(547))}[hs(485)](){const t=hs;this[t(531)]();for(const e of this[t(473)][t(500)])e[t(531)]()}[hs(518)](){const t=hs,{locale:e}=this,n=this[t(473)][t(500)][t(499)](0);n===this[t(480)]||n[t(509)]||(this[t(480)]=n,this[t(495)](t(527)),this[t(538)](t(527)).to(n,t(527),(e=>t(504)===e?t(504):null)),n[t(516)]=vo(e,t(483)),n[t(477)].on(t(514),(n=>{const o=t;n[o(498)](),this[o(492)](vo(e,o(487)),this[o(550)])[o(520)]((()=>{const t=o;this[t(493)](t(537))}))}),{priority:t(512)}),n[t(546)][t(525)](this[t(481)],0))}[hs(542)](){const e=hs,n=new go.ButtonView(this[e(488)]);return n[e(508)]=vo(this[e(488)],e(544)),n[e(549)]=vo(this[e(488)],e(544)),n[e(503)]=t.icons[e(523)],n[e(506)]({attributes:{class:e(468)}}),n[e(538)](e(475)).to(this[e(507)],e(545),(t=>!t)),n[e(538)](e(543)).to(this[e(507)],e(519),this[e(507)],e(535),((t,e)=>t&&!e)),n.on(e(514),(()=>{const t=e;this[t(493)](t(489),this[t(507)].id)})),n}}var ms=fs;function ps(){var t=["776BLZYWD","8CWpNQS","ck-content","339AxJPJw","div","element","innerHTML","195790xHAbsO","390942JOIBom","906684wKJHjt","249548IBuOLO","ck-comment__content","setTemplate","799599eqsdOl","66269YHcysX","ck-annotation__content","set","render","change:content","content"];return(ps=function(){return t})()}function fs(t,e){var n=ps();return(fs=function(t,e){return n[t-=193]})(t,e)}!function(t){for(var e=fs,n=t();;)try{if(138337===-parseInt(e(198))/1*(parseInt(e(195))/2)+parseInt(e(208))/3+parseInt(e(205))/4+parseInt(e(202))/5+-parseInt(e(204))/6+-parseInt(e(209))/7*(-parseInt(e(196))/8)+parseInt(e(203))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ps);class gs extends go.View{constructor(t){var e=fs;super(t),this[e(211)](e(194),""),this[e(207)]({tag:e(199),attributes:{class:[e(197),e(206),e(210)]}})}[ms(212)](){var t=ms;super[t(212)](),this.on(t(193),((e,n,o)=>{var s=t;this[s(200)][s(201)]=o})),this[t(200)][t(201)]=this[t(194)]}}const vs=bs;function ks(){const t=["createCollection","switchToEditMode","5836280LZyDpG","value","delegate","isCollapsed","4EmzEPd","_createCommentInputView","5462807PJzRBH","_createCommentContentView","switchToDisplayMode","6472233yCrKJD","bind","isReadOnly","destroy","set","Save","updateComment","_config","cancel","submitLabel","initialData","content","editorDestroyed","isEditMode","submit","collapse","_model","fire","25038qHwZmi","isSystemComment","12GTxdvQ","editorConfig","once","locale","73ZarChS","1600080zHhhrg","disabledSubmit","maxCommentCharsWhenCollapsed","expand","element","createEditor","editorReady","focus","20736350AsvoIb","remove","visibleView","13811224dPzZOI","get","add"];return(ks=function(){return t})()}function bs(t,e){const n=ks();return(bs=function(t,e){return n[t-=261]})(t,e)}!function(t){const e=bs,n=t();for(;;)try{if(908906===parseInt(e(301))/1*(-parseInt(e(295))/2)+-parseInt(e(302))/3+-parseInt(e(272))/4*(-parseInt(e(268))/5)+parseInt(e(297))/6*(parseInt(e(274))/7)+-parseInt(e(263))/8+-parseInt(e(277))/9+parseInt(e(310))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ks);class ws extends go.View{constructor(t,e,n){const o=bs;super(t),this[o(293)]=e,this[o(284)]=n,this[o(296)]=!!this[o(284)][o(296)],this[o(281)](o(290),!1),this[o(281)](o(271),!0),this[o(262)]=this[o(266)](),this[o(262)][o(265)](this[o(275)]())}[vs(305)](){this[vs(271)]=!1}[vs(292)](){const t=vs;this[t(290)]||(this[t(271)]=!0)}[vs(309)](){const t=vs;this[t(306)][t(309)]()}async[vs(280)](){const t=vs;await this[t(262)][t(264)](0)[t(280)](),super[t(280)]()}[vs(267)](){const t=vs;this[t(290)]||(this[t(290)]=!0,this[t(262)][t(261)](0)[t(280)](),this[t(262)][t(265)](this[t(273)]()))}[vs(276)](){const t=vs;this[t(290)]&&(this[t(290)]=!1,this[t(262)][t(261)](0)[t(280)](),this[t(262)][t(265)](this[t(275)]()))}[vs(275)](){const t=vs,e=new gs(this[t(300)]);return e[t(278)](t(288)).to(this[t(293)],t(288),this,t(271),((e,n)=>n?(0,s.trimHtml)(e,{limit:this[t(284)][t(304)]}):e)),e}[vs(273)](){const t=vs;this[t(284)][t(298)]||(this[t(284)][t(298)]={}),this[t(284)][t(298)][t(287)]=this[t(293)][t(288)];const e=new Fo(this[t(300)],this[t(284)][t(298)]);return e[t(269)]=this[t(293)][t(288)],e[t(278)](t(303)).to(this[t(293)],t(279)),e[t(286)]=vo(this[t(300)],t(282)),e.on(t(291),((e,n)=>{const o=t;this[o(294)](o(283),this[o(293)].id,n),this[o(276)](),this[o(309)]()})),e.on(t(285),(()=>{const e=t;this[e(276)](),this[e(309)]()})),e[t(299)](t(308),(()=>{e[t(309)]()})),e[t(307)](),e[t(270)](t(308)).to(this),e[t(270)](t(289)).to(this),e}}function Is(){const t=["withText","110551FzhRQs","EXTERNAL_COMMENT","removeButton","creator","name","switchToEditMode","addMany","panelPosition","66zAmDDD","execute","ck-comment--edit","ck-comment__info-name","ck-annotation__actions","_createEditButton","getUserViewNotificationText","element","blur","isEditMode","time","ck-comment__actions","listenTo","68ssclAI","ck-comment--remove-confirmation","_config","ck-comment","resolvedAt","attributes","change:isEnabled","createCollection","ck-comment__main","ck-comment__info-time","cancelConfirm","ck-comment__wrapper","actionIndicator","573560muaKlU","EXTERNAL_AVATAR","1151487MUoDLV","ck-annotation__info","isConfirm","9xKBjIz","isExternal","Edit","push","author","isEditable","bindTemplate","dropdown","change:isRemovable","set","EXTERNAL_IMPORT_WORD_COMMENT","ck-comment__actions--hidden","removeComment","source","_attachActions","length","render","visibleView","div","Delete comment?","25145nQSXFR","formatDateTime","Reply...","extendTemplate","span","importWord","isReadOnly","actionBar","ck-annotation__info-name","ck-annotation__actions--hidden","isSystemComment","ck-annotation__content-wrapper","label","bind","getExternalCommentNote","showConfirm","Show more items","items","threeVerticalDots","setTemplate","EXTERNAL_IMPORT_WORD_AVATAR","mouseleave","_createRemoveButton","remove","change:isVisible","children","edit","isRemovable","icon","ck-comment--remove","then","add","panelView","userView","745136KadwFe","ck-annotation__info-time","ck-annotation","isEnabled","23288485UIQwlU","20rtgHMd","_model","ck-comment__user","locale","focus","ck-comment__info","isVisible","getTemplate","_createDropdown","some","438934lAnkqu","ck-comment__external","authoredAt","_createCommentInputView","editButton","ck-annotation__main","ck-comment--info","mouseenter","Remove","fire","ck-comment--","@external","ck-annotation__user","pencil","placeholder","buttonView"];return(Is=function(){return t})()}function _s(t,e){const n=Is();return(_s=function(t,e){return n[t-=309]})(t,e)}const ys=_s;!function(t){const e=_s,n=t();for(;;)try{if(634200===-parseInt(e(398))/1+-parseInt(e(347))/2*(parseInt(e(403))/3)+-parseInt(e(385))/4*(-parseInt(e(423))/5)+-parseInt(e(372))/6*(parseInt(e(364))/7)+parseInt(e(332))/8+-parseInt(e(400))/9*(parseInt(e(337))/10)+parseInt(e(336))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);class Cs extends((0,s.ConfirmMixin)(ws)){constructor(t,e,n){const o=_s;super(t,e,n),this[o(412)](o(397),null),this[o(412)](o(361),vo(t,o(425))),this[o(311)](o(349)).to(e),this[o(311)](o(389)).to(e),this[o(430)]=this[o(392)](),this[o(433)]||(this[o(351)]=this[o(377)](),this[o(366)]=this[o(320)](),this[o(315)]=this[o(392)](),this[o(315)][o(370)]([this[o(351)],this[o(366)]]),this[o(410)]=this[o(345)](),this[o(430)][o(329)](this[o(410)])),this[o(331)]=new s.UserView(t,e[o(407)],this[o(378)]()),this[o(331)][o(426)]({attributes:{class:[o(339),o(359)]}}),this[o(384)](e,o(411),(()=>this[o(395)]())),this[o(317)](this[o(344)]())}[ys(344)](){const t=ys,e=this[t(409)],n=[{tag:t(421),attributes:{class:[t(342),t(401)]},children:[{tag:t(427),children:[{text:this[t(331)][t(368)]}],attributes:{class:[t(375),t(431)]}},{tag:t(382),attributes:{datetime:e.to(t(349)),class:[t(394),t(333)]},children:[{text:e.to(t(349),(e=>this[t(387)][t(424)](e)))}]}]},{tag:t(421),attributes:{class:[t(383),t(376),e.if(t(381),t(414)),e.if(t(381),t(432))]},children:this[t(430)]},{tag:t(421),attributes:{class:[t(309)]},children:this[t(420)]}];return this[t(338)][t(404)]&&n[t(406)]({tag:t(421),attributes:{class:[t(348)]},children:[{text:this[t(312)]()}]}),{tag:"li",attributes:{class:[t(396),e.if(t(402),t(386))],tabindex:-1},children:[{tag:t(421),attributes:{class:[t(388),t(334),e.if(t(381),t(374)),e.if(t(433),t(353)),e.to(t(397),(e=>e?t(357)+e:""))],"data-author-id":this[t(338)][t(407)].id,"data-comment-id":this[t(338)].id},children:[this[t(331)],{tag:t(421),attributes:{class:[t(393),t(352)]},children:n}]}]}}[ys(377)](){const e=ys,n=new go.ButtonView(this[e(340)]);return n[e(310)]=vo(this[e(340)],e(405)),n[e(326)]=t.icons[e(360)],n[e(363)]=!0,n[e(426)]({attributes:{class:e(374)}}),n[e(311)](e(335)).to(this[e(338)],e(429),(t=>!t)),n[e(311)](e(343)).to(this[e(338)],e(408)),n.on(e(373),(()=>this[e(369)]())),n}[ys(320)](){const t=ys,e=new go.ButtonView(this[t(340)]);return e[t(310)]=vo(this[t(340)],t(355)),e[t(326)]='\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(363)]=!0,e[t(426)]({attributes:{class:t(327)}}),e[t(311)](t(335)).to(this[t(338)],t(429),(t=>!t)),e[t(311)](t(343)).to(this[t(338)],t(325)),e.on(t(373),(()=>{const e=t;this[e(313)](vo(this[e(340)],e(422)),this[e(379)])[e(328)]((()=>{const t=e;this[t(356)](t(415),this[t(338)].id)}))})),e}[ys(345)](){const e=ys,n=(0,go.createDropdown)(this[e(340)]),o=n[e(330)][e(323)],s=new go.ListView(this[e(340)]),r=(t,o=-1)=>{const r=e,i=new go.ListItemView(this[r(340)]);i[r(323)][r(329)](t);const c=o>-1?o:s[r(315)][r(418)];s[r(315)][r(329)](i,c),n[r(384)](t,r(391),(()=>{const t=r;n[t(335)]=[...this[t(315)]][t(346)]((e=>e[t(335)]))})),n[r(384)](t,r(322),(()=>{const t=r;n[t(362)][t(343)]=[...this[t(315)]][t(346)]((e=>e[t(343)]))}))};n[e(371)]="sw",n[e(362)][e(412)]({label:vo(this[e(340)],e(314)),icon:t.icons[e(316)]}),n[e(335)]=[...this[e(315)]][e(346)]((t=>t[e(335)])),n[e(362)][e(343)]=[...this[e(315)]][e(346)]((t=>t[e(343)]));for(const t of this[e(315)])r(t);return o[e(329)](s),n[e(384)](this[e(315)],e(329),((t,e,n)=>{r(e,n)})),n[e(384)](this[e(315)],e(321),((t,n,o)=>{const r=e;s[r(315)][r(321)](o)})),n}[ys(417)](t,e){const n=ys,o=t&&t[n(379)];o&&(this[n(384)](o,n(354),(()=>this[n(397)]=e)),this[n(384)](o,n(341),(()=>this[n(397)]=e)),this[n(384)](o,n(319),(()=>this[n(397)]=null)),this[n(384)](o,n(380),(()=>this[n(397)]=null)))}[ys(350)](){const t=ys,e=super[t(350)]();return e[t(311)](t(361)).to(this),e}[ys(312)](){const t=ys;return t(428)===this[t(338)][t(390)][t(358)][t(416)]?vo(this[t(340)],t(413)):vo(this[t(340)],t(365))}[ys(378)](){const t=ys;return this[t(338)][t(404)]?t(428)===this[t(338)][t(390)][t(358)][t(416)]?vo(this[t(340)],t(318),this[t(338)][t(367)][t(368)]):vo(this[t(340)],t(399),this[t(338)][t(367)][t(368)]):null}[ys(419)](){const t=ys;super[t(419)](),this[t(417)](this[t(351)],t(324)),this[t(417)](this[t(366)],t(321))}}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),Os={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Ms.A,Os);Ms.A.locals;var Rs=n(980),Vs={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Rs.A,Vs);Rs.A.locals;const js=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 Bs=/^[-+]0x[0-9a-f]+$/i,zs=/^0b[01]+$/i,Ls=/^0o[0-7]+$/i,Fs=parseInt;const Ks=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(V(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=V(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ps(t);var n=zs.test(t);return n||Ls.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,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,r=s;return o=s=void 0,h=e,i=t.apply(r,n)}function p(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-h>=r}function f(){var t=js();if(p(t))return g(t);c=setTimeout(f,function(t){var n=e-(t-a);return d?Ws(n,r-(t-h)):n}(t))}function g(t){return c=void 0,l&&o?m(t):(o=s=void 0,i)}function v(){var t=js(),n=p(t);if(o=arguments,s=this,a=t,n){if(void 0===c)return function(t){return h=t,c=setTimeout(f,e),u?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(f,e),m(a)}return void 0===c&&(c=setTimeout(f,e)),i}return e=Ks(e)||0,V(n)&&(u=!!n.leading,r=(d="maxWait"in n)?Us(Ks(n.maxWait)||0,e):r,l="trailing"in n?!!n.trailing:l),v.cancel=function(){void 0!==c&&clearTimeout(c),h=0,o=a=s=c=void 0},v.flush=function(){return void 0===c?i:g(js())},v};const qs=function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return V(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 Gs(t,e){const n=Xs();return(Gs=function(t,e){return n[t-=129]})(t,e)}function Xs(){const t=["class","disconnect","5598395YjgqBx","cancel","attributes","4aGhCxv","4668837aYMVic","type","observe","10635828QJogeD","3304uNgxVH","9329496UbwHqx","1405686oIiVsE","attributeName","childList","1791636xrtwHN","characterData","41157HVTRIH"];return(Xs=function(){return t})()}function Js(t){const e=qs(t,30),n=new MutationObserver((t=>{const n=Gs;for(const o of t)(n(136)==o[n(139)]&&n(132)==o[n(145)]||n(146)==o[n(139)]||n(130)==o[n(139)])&&e()}));return{attach(t){n[Gs(140)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=Gs;n[t(133)](),e[t(135)]()}}}!function(t){const e=Gs,n=t();for(;;)try{if(811217===parseInt(e(144))/1+parseInt(e(129))/2+-parseInt(e(138))/3*(parseInt(e(137))/4)+-parseInt(e(134))/5+parseInt(e(143))/6+parseInt(e(141))/7+-parseInt(e(142))/8*(parseInt(e(131))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xs);var Qs=n(438),Ys={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Qs.A,Ys);Qs.A.locals;const Zs=$s;function $s(t,e){const n=tr();return($s=function(t,e){return n[t-=270]})(t,e)}function tr(){const t=["fire","Esc","7FCevfs","type","listenTo","render","70bMOZre","bindTemplate","destroy","attach","10SxxJzT","_mutationObserver","detach","856740FURdKl","keystrokes","13806705sWuTrw","div","ck-rounded-corners","height","targetRect","setTemplate","element","61242zVrMMP","focusTracker","content","ck-annotation-wrapper","mainView","1305108PqoAHV","isDirty","set","_updateHeight","clientHeight","isActive","3103912UnBbGo","350712wesoCw","length","createCollection","ck-annotation-wrapper--active","171770OpuzGx","12OBTcOs","clear","add","focus"];return(tr=function(){return t})()}!function(t){const e=$s,n=t();for(;;)try{if(487486===parseInt(e(294))/1+-parseInt(e(283))/2+parseInt(e(295))/3*(-parseInt(e(312))/4)+parseInt(e(305))/5*(parseInt(e(278))/6)+parseInt(e(301))/7*(parseInt(e(289))/8)+-parseInt(e(290))/9*(-parseInt(e(309))/10)+parseInt(e(271))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tr);class er extends go.View{constructor(t,n){const o=$s;super(t),this.id=(0,e.uid)(),this[o(279)]=new e.FocusTracker,this[o(270)]=new e.KeystrokeHandler,this[o(270)][o(285)](o(300),((t,e)=>this[o(299)](o(300),e))),this[o(285)](o(275),{top:0,right:0,bottom:0,left:0}),this[o(285)](o(274),0),this[o(285)](o(288),!1),this[o(285)](o(284),!1),this[o(285)](o(291),0),this[o(285)](o(302),""),this[o(310)]=Js((()=>this[o(286)]())),this[o(280)]=this[o(292)](),this[o(280)][o(297)](n),this[o(282)]=n;const s=this[o(306)];this[o(276)]({tag:o(272),attributes:{class:["ck",o(281),o(273),s.if(o(288),o(293))],tabindex:-1},children:this[o(280)]})}[Zs(304)](){const t=Zs;super[t(304)](),this[t(279)][t(297)](this[t(277)]),this[t(270)][t(303)](this[t(277)]),this[t(310)][t(308)](this[t(277)])}[Zs(307)](){const t=Zs;this[t(280)][t(296)](),this[t(270)][t(307)](),this[t(279)][t(307)](),this[t(310)][t(311)](),super[t(307)]()}[Zs(298)](){const t=Zs;this[t(277)][t(298)]()}[Zs(286)](){const t=Zs,e=this[t(277)][t(287)];e&&(this[t(274)]=e)}}const nr=rr;!function(t){const e=rr,n=t();for(;;)try{if(299502===-parseInt(e(495))/1+parseInt(e(459))/2*(parseInt(e(477))/3)+parseInt(e(478))/4+parseInt(e(498))/5+-parseInt(e(471))/6*(parseInt(e(472))/7)+parseInt(e(473))/8*(-parseInt(e(458))/9)+parseInt(e(503))/10*(parseInt(e(462))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class or extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:s=!0}){const r=rr;super(),this[r(468)]=t,this[r(468)][r(490)]||this[r(468)][r(482)](),this[r(502)]=o,this[r(489)]=n,or[r(491)](this[r(486)]()),this[r(467)]=new e.Collection([this[r(468)][r(490)]],{idProperty:r(497)}),this[r(467)].on(r(499),((t,e)=>{const n=r;this[n(468)][n(484)][n(499)](e)})),this[r(467)].on(r(461),((t,e)=>{const n=r;this[n(468)][n(484)][n(461)](e)})),this[r(494)](r(465),s)}get[nr(487)](){const t=nr;return t(469)==typeof this[t(502)]?this[t(502)]():this[t(502)]}get[nr(457)](){const t=nr;return this[t(468)][t(501)]}get[nr(500)](){const t=nr,e=this[t(486)]();return or[t(491)](e),e}get[nr(480)](){const t=nr,n=this[t(500)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(481)]((e=>function(e){const n=t;if(e[n(496)])return!0;return!!e[n(493)]()[n(460)](0)}(e)));return 0===o[t(463)]?null:new e.Rect(o[0][t(493)]()[t(460)](0))}get[nr(476)](){const t=nr;return this[t(468)][t(476)]}set[nr(476)](t){const e=nr;this[e(468)][e(476)]=t,this[e(468)][e(501)][e(476)]=t}[nr(483)](){const t=nr;this[t(468)][t(480)]=this[t(480)]}[nr(488)](){const t=nr;this[t(467)][t(470)](),this[t(467)][t(485)](),this[t(470)]()}[nr(466)](){const t=nr;this[t(465)]=!!this[t(480)]}static[nr(491)](t){const n=nr;if(!(null===t||t instanceof e.Rect||Array[n(474)](t)&&t[n(479)]((t=>sr(t)))))throw new e.CKEditorError(n(492),null,{target:t})}[nr(486)](){const t=nr,e=t(469)==typeof this[t(489)]?this[t(489)]():this[t(489)];return sr(e)?[e]:e}}function sr(t){const e=nr;return null!==t&&e(464)==typeof t&&e(475)in t&&1===t[e(475)]}function rr(t,e){const n=ir();return(rr=function(t,e){return n[t-=457]})(t,e)}function ir(){const t=["refreshVisibility","focusableElements","view","function","stopListening","6GxOrgz","3014263mAnBYc","526712VwkeBb","isArray","nodeType","isActive","66dzuJyY","1765816ldGbZL","every","targetRect","filter","render","updateTargetRect","focusTracker","clear","_getNormalizedTarget","type","destroy","_target","element","_assertCorrectTarget","annotation-invalid-target","getClientRects","set","532504nUokzv","offsetParent","_id","1821130AmdZyZ","add","target","mainView","_type","40UMgfSM","innerView","63CeXVfy","17228WlqQjS","item","remove","2002825yfyjVT","length","object","isVisible"];return(ir=function(){return t})()}function cr(t,e){const n=ar();return(cr=function(t,e){return n[t-=140]})(t,e)}function ar(){const t=["length","clear","change:isFocused","11586kxgeMV","annotationcollection-not-existing-item","3003pgmJtK","_getOrderInContent","updateTargetRect","12293520SYcbiD","remove","1024706ucFaAP","sort","get","view","_innerViewToAnnotation","listenTo","focusableElements","focus","from","add","has","1TRDeAs","_sort","blur","set","refreshPositioning","targetRect","destroy","359256yRwJtY","focusTracker","10206180XsdLMP","6616020eikNar","isFocused","3LenEFb","stopListening","getByInnerView","getIndex","annotationcollection-duplicated-item","fire","85905ibAHxi","_viewToAnnotation","top","_focusTracker","delete","innerView","left","getByView"];return(ar=function(){return t})()}const hr=cr;!function(t){const e=cr,n=t();for(;;)try{if(837789===-parseInt(e(172))/1*(-parseInt(e(161))/2)+parseInt(e(184))/3*(-parseInt(e(179))/4)+-parseInt(e(182))/5+parseInt(e(154))/6*(-parseInt(e(156))/7)+parseInt(e(159))/8+parseInt(e(143))/9+parseInt(e(181))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ar);class ur extends e.Collection{constructor(t=[]){const n=cr;super(),this[n(165)]=new Map,this[n(144)]=new Map,this[n(146)]=new e.FocusTracker,this[n(146)].on(n(153),((t,e,o)=>{const s=n;o||this[s(142)](s(174))}));for(const e of t)this[n(170)](e)}get[hr(183)](){const t=hr;return this[t(146)][t(183)]}[hr(170)](t){const n=hr;if(this[n(171)](t))throw new e.CKEditorError(n(141),null);this[n(165)][n(175)](t[n(148)],t),this[n(144)][n(175)](t[n(164)],t);for(const e of t[n(167)])this[n(146)][n(170)](e);this[n(166)](t[n(167)],n(170),((t,e)=>{const o=n;this[o(146)][o(170)](e)})),this[n(166)](t[n(167)],n(160),((t,e)=>{const o=n;this[o(146)][o(160)](e)})),this[n(166)](t[n(164)][n(180)],n(153),((e,o,s)=>{const r=n;s&&this[r(142)](r(168),t)})),t[n(158)]();const o=this[n(157)](t[n(164)][n(177)]);return super[n(170)](t,o)}[hr(160)](t){const n=hr;if(!this[n(171)](t))throw new e.CKEditorError(n(155),null);this[n(185)](t[n(164)][n(180)]),this[n(185)](t[n(167)]);for(const e of t[n(167)])this[n(146)][n(160)](e);return this[n(144)][n(147)](t[n(164)]),this[n(165)][n(147)](t[n(148)]),super[n(160)](t)}[hr(186)](t){const e=hr;return this[e(165)][e(163)](t)}[hr(150)](t){const e=hr;return this[e(144)][e(163)](t)}[hr(178)](){const t=hr;super[t(152)](),this[t(185)](),this[t(165)][t(152)](),this[t(144)][t(152)](),this[t(146)][t(178)]()}[hr(176)](){const t=hr;for(const e of this)e[t(158)]();this[t(173)]()}[hr(173)](){const t=hr,e=Array[t(169)](this)[t(162)](((e,n)=>dr(e[t(164)][t(177)],n[t(164)][t(177)])));for(let n=e[t(151)]-1;n>0;n--){const o=e[n];n!==this[t(140)](o)&&(this[t(160)](o),this[t(170)](o))}}[hr(157)](t){const e=hr;let n=0;if(!t)return this[e(151)];for(const o of this){const s=o[e(164)][e(177)];if(s){if(dr(t,s)<0)return n;n++}}return n}}function dr(t,e){const n=hr;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(145)]-e[n(145)];return 0==o?t[n(149)]-e[n(149)]:o}function lr(t,e){const n=fr();return(lr=function(t,e){return n[t-=183]})(t,e)}const mr=lr;!function(t){const e=lr,n=t();for(;;)try{if(619942===parseInt(e(184))/1+-parseInt(e(213))/2*(-parseInt(e(199))/3)+-parseInt(e(214))/4*(parseInt(e(202))/5)+parseInt(e(224))/6*(-parseInt(e(204))/7)+parseInt(e(193))/8*(parseInt(e(196))/9)+parseInt(e(185))/10+parseInt(e(212))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fr);class pr extends t.ContextPlugin{static get[mr(217)](){return mr(222)}constructor(t){const e=mr;super(t),this[e(183)]=new ur,this[e(191)]=new ur,this[e(188)](e(206),new Set),this[e(187)]()}[mr(211)](t){const e=mr;this[e(183)][e(211)](t)}[mr(218)](t){const e=mr;this[e(183)][e(218)](t),t[e(223)]()}[mr(220)](){const t=mr;for(const e of this[t(183)])e[t(220)]()}[mr(201)](){const t=mr;this[t(191)][t(201)]()}[mr(216)](t){const e=mr;return this[e(183)][e(216)](t)}[mr(219)](){const t=mr;this[t(205)](t(225))}[mr(223)](){const t=mr;for(const e of this[t(183)])e[t(223)]();this[t(191)][t(223)](),this[t(183)][t(223)](),super[t(223)]()}[mr(208)](t){const e=mr;this[e(205)](e(190),t)}[mr(186)](t){return new or(t)}[mr(207)](t,e){return new er(t,e)}[mr(195)](t){const e=mr,n=new Set(this[e(206)]);n[e(211)](t),this[e(206)]=n}[mr(200)](t){const e=mr,n=new Set(this[e(206)]);n[e(198)](t),this[e(206)]=n}[mr(187)](){const t=mr,e=this[t(183)],n=this[t(191)];function o(e){const o=t,s=e[o(192)];s[o(203)]&&!n[o(221)](s)?n[o(211)](s):!s[o(203)]&&n[o(221)](s)&&n[o(218)](s),s[o(197)][o(189)][o(218)](s[o(197)][o(210)]),s[o(197)][o(189)][o(211)](s[o(197)][o(210)])}this[t(209)](e,t(211),((e,s)=>{const r=t;s[r(203)]&&n[r(211)](s),this[r(209)](s,r(215),o)})),this[t(209)](e,t(218),((e,s)=>{const r=t;n[r(221)](s)&&n[r(218)](s),this[r(194)](s,r(215),o)}))}}function fr(){const t=["113534ZyTAmc","720vTDZeM","change:isVisible","getByInnerView","pluginName","remove","deactivateAll","refreshVisibility","has","Annotations","destroy","6JPTREE","_deactivateAllAnnotations","collection","229923XxBSHh","2317420cwNEjW","createAnnotation","_bindAnnotationsToVisibleAnnotations","set","focusTracker","_activateAnnotation","_visibleAnnotations","source","8baehND","stopListening","_addActiveAnnotation","5713704sLHnCS","view","delete","24IsWjds","_removeActiveAnnotation","refreshPositioning","26655XeJWFv","isVisible","6116348pRUXnr","fire","activeAnnotations","createAnnotationView","activate","listenTo","element","add","9928919eDHoOa"];return(fr=function(){return t})()}const gr=vr;function vr(t,e){const n=kr();return(vr=function(t,e){return n[t-=134]})(t,e)}function kr(){const t=["isEditable","commentsrepository-missing-comment-thread","config","70690236IPsBGu","unlinkedAt","commentsrepository-resolved-comment-thread","activeCommentThread","set","string","_repository","then","commentInputView","fetchCommentThread","change:activeAnnotations","_hasTargetInContent","commentsrepository-reopen-comment-thread","reduce","canComment","commentUpdated","CommentThreadView","openNewCommentThread","_isSubmitted","_createCommentThreadView","refreshVisibility","comments.CommentThreadView","_updateActiveAnnotation","div","16121Tvuatl","_addComment","deactivateAll","commentsrepository-add-comment-internal-error","editor","resolvedAt","highest","_removeActiveAnnotation","commentsrepository-active-not-attached","_detachCommentThread","commentThreadInputView","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","_remove","getUser","textContent","focusTracker","commentId","_threadToController","_readOnlyChannels","106DxyCIG","_unbindEditors","_resolveCommentThread","comments.copyMarkers","isResolvable","_reopenCommentThread","CommentsRepository","has","getPermissions","commentsrepository-add-comment-user-not-exists","_removeCommentThread","4RyTPmK","removeAttribute","focus","commentsrepository-remove-comment-missing-comment-thread","type","comments.maxCommentsWhenCollapsed","attributes","commentsrepository-add-comment-thread-internal-error","change:isDirty","bodyCollectionContainer","archivedAt","17993600TfIEFu","isReadOnly","commentsrepository-missing-thread-and-adapter-method","_permissions","join","_update","admin","4668PYQrgV","isActive","@external","authoredAt","commentsrepository-invalid-comment-thread-id","pluginName","isNaN","destroy","commentsrepository-invalid-comment-content","4716333PlQalp","createCommentThreadController","isExternal","updateComment","fromCharCode","view","filter","commentsrepository-remove-missing-comment-thread","comments.maxThreadTotalWeight","11CqGcCj","addCommentThread","removeCommentThread","function","1969075WAqFgJ","fire","switchReadOnly","error","hasCommentThread","_findOptimalIndex","getCommentThreads","locale","reopenCommentThread","external:","afterInit","resolve","commentsrepository-fetch-comment-thread","addUser","trim","forbiddenHandler","commentsrepository-update-comment-invalid-content","map","_removeComment","write","model","CommentView","noChannel","commentsrepository-adapter-already-set","plugins","commentsrepository-update-missing-comment","commentsrepository-resolve-comment-thread-internal-error","define","_viewToController","content","getRevision","activate","init","comments","innerHTML","creator","change:_readOnlyChannels","add","isDirty","_add","find","_adapter","getByInnerView","editorDestroyed","submit","commentsrepository-remove-comment-internal-error","commentsrepository-update-comment-thread-internal-error","isFromAdapter","update","setActiveCommentThread","reopen","commentsrepository-update-comment-missing-comment-thread","_updateComment","_addCommentThread","threadId","_bindAnnotationToEditors","requires","resolvedBy","innerView","listenTo","getIndex","licenseKey","updateCommentThread","comments.CommentView","isSubmitted","length","commentsrepository-invalid-commentid","isResolved","getEarlierVisibleRevision","author","isAttached","change:authoredAt","warn","removeComment","26986pOsLkA","getComment","_updateCommentThread","commentsrepository-reopen-comment-thread-internal-error","getCommentThread","setUnlinkedAt","commentsrepository-remove-missing-comment","weight","getTime","attachTo","commentsrepository-invalid-comment-authorid","delete","commentsrepository-duplicated-comment-thread-id","setAttribute","once","commentsrepository-attach-missing-comment-thread","768RwKGFz","focusableElements","commentsrepository-missing-target","commentsrepository-active-missing-comment-thread","isRemovable","submitCommentThread","push","authorName","change:_permissions","from","_getExternalAuthor","PendingActions","setPermissions","lowest","addComment","142452UHyUqO","body","catch","adapter","stopListening","remove","comments.editorConfig","resolveCommentThread","get","comments.maxCommentCharsWhenCollapsed","_threads","commentsrepository-get-comment-invalid-id","editorReady","commentsrepository-update-comment-internal-error","context","toJSON","createElement","PENDING_ACTION_COMMENT_THREAD","_attachCommentThread","max","_isAttached","commentsrepository-remove-comment-thread-internal-error","_createNewComment","bind","comment","modifyAll","assign","createdAt","commentsrepository-add-comment-to-missing-comment-thread","_submitCommentThread","channelId","setContext","values"];return(kr=function(){return t})()}!function(t){const e=vr,n=t();for(;;)try{if(982807===-parseInt(e(177))/1*(parseInt(e(302))/2)+-parseInt(e(215))/3*(parseInt(e(188))/4)+-parseInt(e(228))/5+-parseInt(e(206))/6*(parseInt(e(158))/7)+parseInt(e(318))/8*(-parseInt(e(333))/9)+parseInt(e(199))/10+-parseInt(e(224))/11*(-parseInt(e(134))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);const br=Symbol(gr(250)),wr={admin:!0,modifyAll:!1,write:!0,resolve:!0};class Ir extends t.ContextPlugin{static get[gr(284)](){return[pr,t.PendingActions,s.Users]}static get[gr(211)](){return gr(183)}constructor(t){const e=gr;super(t),this[e(343)]=new Map,this[e(175)]=new Map,this[e(256)]=new Map,this[e(138)](e(176),new Set),this[e(138)](e(202),new Map),this[e(289)]=this[e(347)][e(368)][e(341)](e(289));const n=this[e(347)][e(368)];n[e(255)](e(193),2),n[e(255)](e(223),500),n[e(255)](e(342),140),n[e(255)](e(155),ls),n[e(255)](e(291),Cs),n[e(341)](e(339))||console[e(300)](e(169))}[gr(260)](){const t=gr,e=this[t(347)][t(252)][t(341)](pr);this[t(138)](t(137),null),this.on(t(225),((e,n)=>this[t(281)](n))),this.on(t(323),((e,n)=>this[t(362)](n))),this.on(t(340),((e,n)=>this[t(179)](n))),this.on(t(340),((e,n)=>this[t(156)](n)),{priority:t(331)}),this.on(t(236),((e,n)=>this[t(182)](n))),this.on(t(236),((e,n)=>this[t(156)](n)),{priority:t(331)}),this.on(t(226),((e,n)=>this[t(187)](n))),this.on(t(290),((e,n)=>this[t(304)](n))),this.on(t(290),((e,n)=>this[t(156)](n)),{priority:t(331)}),this.on(t(332),((e,n)=>this[t(159)](n))),this.on(t(218),((e,n)=>this[t(280)](n))),this.on(t(301),((e,n)=>this[t(246)](n))),this.on(t(332),((e,{threadId:n,isFromAdapter:o})=>{const s=t;if(o)return;const r=this[s(306)](n),i=r&&this[s(175)][s(341)](r);i&&i[s(220)][s(190)]()}),{priority:t(331)}),this[t(287)](e,t(144),((e,n,o)=>{const s=t,r=Array[s(327)](o)[s(245)]((t=>this[s(256)][s(341)](t[s(286)])))[s(221)](Boolean)[0];this[s(137)]=r?r[s(248)]:null}))}[gr(238)](){!function(e){function n(t){const e=vr;return t[e(245)]((t=>String[e(219)](t)))[e(203)]("")}(e=>{const o=vr;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],i=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const o=function(t){const e=atob(t),[o,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(o)}catch(t){}return e}(t),s=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=s[n([112,111,112])](),i=s[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const s={};s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},s[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],s[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],s[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],s[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],s[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],s[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],s[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],s[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],s[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let i=null,c=16;const a=new Uint8Array(e),h=[],u=[];!function(){const t=s[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][a[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)h[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=a[n([108,101,110,103,116,104])]/4,r=d(a);let i;for(let e=0;e<o;e++)i=e>>2,h[i][e%4]=r[e],u[t-i][e%4]=r[e];let c,l=0,m=o;for(;m<e;){c=r[o-1],r[0]^=s[n([83])][c>>16&255]<<24^s[n([83])][c>>8&255]<<16^s[n([83])][255&c]<<8^s[n([83])][c>>24&255]^s[n([114,99,111,110])][l]<<24,l+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];c=r[o/2-1],r[o/2]^=s[n([83])][255&c]^s[n([83])][c>>8&255]<<8^s[n([83])][c>>16&255]<<16^s[n([83])][c>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let i,a,d=0;for(;d<o&&m<e;)i=m>>2,a=m%4,h[i][a]=r[d],u[t-i][a]=r[d++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=u[e][t],u[e][t]=s[n([85,49])][c>>24&255]^s[n([85,50])][c>>16&255]^s[n([85,51])][c>>8&255]^s[n([85,52])][255&c]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===c&&(i=m(r),c=0,l(r)),t[e]^=i[c++];return t;function d(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function l(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=h[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=d(t);for(let t=0;t<4;t++)r[t]^=h[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=s[n([84,49])][r[e]>>24&255]^s[n([84,50])][r[(e+1)%4]>>16&255]^s[n([84,51])][r[(e+2)%4]>>8&255]^s[n([84,52])][255&r[(e+3)%4]]^h[t][e];r=o[n([115,108,105,99,101])]()}const i=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=h[e][t],i[4*t]=255&(s[n([83])][r[t]>>24&255]^c>>24),i[4*t+1]=255&(s[n([83])][r[(t+1)%4]>>16&255]^c>>16),i[4*t+2]=255&(s[n([83])][r[(t+2)%4]>>8&255]^c>>8),i[4*t+3]=255&(s[n([83])][255&r[(t+3)%4]]^c);return i}}(s,e,i+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...i]))}const a=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,s(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),h={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){v(g(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){v(function(t,e){try{if(C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=i[0]*r[1],s=i[0]*r[2],c=i[2]*r[2];function a(t,e){h(),k(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?o:s}function h(){const t=d;function e(){C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=_,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(258)](0),i=s[o(296)](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(141)]((()=>e()))}}))}C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[b()]=c),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))h();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(212)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===s)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&a(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const c=function(){let t=i[6]*r[8]*r[6];return C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{a(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),c);const h=A(d,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];h[n([108,101,110,103,116,104])]>=7?a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):h.on(n([97,100,100]),(()=>{h[n([108,101,110,103,116,104])]>=7&&a(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=vr;if(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(212)](Number(e))&&window[e]===c)return!0;return!1}()?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):g(t,e)}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],d=n([99,111,110,116,101,120,116])in e?e[o(347)]:e[o(162)],l=n([52,48,52,56,49,52,52,56]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),p=d[o(368)][o(341)](n([108,105,99,101,110,115,101,75,101,121])),f=a[n([102,105,108,116,101,114])](s)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function g(t,e){try{return function(t){if(!C(d,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!C(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||A(d,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!C(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||A(d,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!C(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||A(d,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const s=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const s=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!s&&a[n([102,105,108,116,101,114])]((t=>s[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,s={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:y};return!!t[e(243)]&&s[t[e(243)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return s||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(l)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return k(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function v(e,o){if(d instanceof t.Context){const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),i[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||I(s)}))}else{const t=d;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?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),k(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),s[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function k(t){const e=b();return d[e]=t,t}function b(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));s>=m[n([108,101,110,103,116,104])]&&(s-=m[n([108,101,110,103,116,104])]),e+=m[s]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])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(d,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}f&&function t(e,o){h[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>C(d,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=c(t),o=JSON[n([112,97,114,115,101])](e),s=parseInt(o[n([49])]),r=o[n([50])]||"",i=parseInt(o[n([51])]),a=parseInt(o[n([52])])||0,h=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:a,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:s,[n([105,115,84,114,105,97,108])]:i,[n([105,115,73,110,116,101,114,110,97,108])]:h}}catch(t){return null}}(p),f)})(e)}(this)}set[gr(336)](t){const n=gr;if(this[n(269)])throw new e.CKEditorError(n(251));this[n(269)]=t}get[gr(336)](){return this[gr(269)]}[gr(225)]({channelId:t=br,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:s=null,resolvedAt:r=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:h={},isResolvable:u=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=gr;return this[m(229)](Cr(m(225),t),{channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:r,resolvedBy:i,target:c,context:a,attributes:h,isFromAdapter:l,isResolvable:u,isSubmitted:d}),this[m(306)](n)}[gr(151)]({channelId:t=br,threadId:n=(0,e.uid)(),target:o,context:s=null,isResolvable:r=!0}){const i=gr;if(this[i(176)][i(184)](t)||this[i(176)][i(184)](void 0))return null;if(!o)throw new e.CKEditorError(i(320));const c=this[i(225)]({channelId:t,threadId:n,target:o,context:s,isResolvable:r});if(!c)return null;const a=this[i(175)][i(341)](c),h=a[i(220)][i(168)][i(142)],u=this[i(347)][i(252)][i(341)](pr),d=u[i(270)](a[i(220)]);return u[i(259)](d),h[i(316)](i(345),(()=>h[i(190)]())),c}[gr(232)](t){const n=gr;if(n(139)!=typeof t)throw new e.CKEditorError(n(210));return this[n(343)][n(184)](t)}[gr(290)]({channelId:t=br,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r=!1}){const i=gr;return this[i(229)](Cr(i(290),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:s,isFromAdapter:r}),this[i(306)](e)}[gr(306)](t){const n=gr;if(n(139)!=typeof t)throw new e.CKEditorError(n(210));return this[n(343)][n(341)](t)}[gr(143)]({channelId:t,threadId:n}={}){const o=gr,s=this[o(306)](n);if(s)return Promise[o(239)](s);if(!this[o(336)])return Promise[o(239)](void 0);if(o(227)!=typeof this[o(336)][o(306)])throw new e.CKEditorError(o(201),this[o(347)]);return this[o(336)][o(306)]({channelId:t,threadId:n})[o(141)]((e=>this[o(232)](n)?this[o(306)](n):e?this[o(225)](Object[o(359)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(335)]((t=>{const n=o;throw console[n(231)](t),new e.CKEditorError(n(240),this[n(347)])}))}[gr(234)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const s=gr,r=[];for(const o of this[s(343)][s(365)]())t&&o[s(363)]!==t||e&&!o[s(298)]||n&&0===o[s(293)]||r[s(324)](o);return o?r[s(245)]((t=>t[s(348)]())):r}[gr(277)](t){const n=gr,o=this[n(347)][n(252)][n(341)](pr);if(!t)return void(this[n(137)]&&o[n(160)]());const s=this[n(306)](t);if(!s)throw new e.CKEditorError(n(321),null,{threadId:t});if(!this[n(175)][n(184)](s))throw new e.CKEditorError(n(166),null,{threadId:t});const r=o[n(270)](this[n(175)][n(341)](s)[n(220)]);o[n(259)](r)}[gr(230)](t,e){const n=gr;t?this[n(176)][n(265)](e):this[n(176)][n(313)](e),this[n(229)](n(264),n(176),this[n(176)],this[n(176)])}[gr(200)](t){const e=gr;return this[e(176)][e(184)](t)||this[e(176)][e(184)](void 0)}[gr(216)](t,e){return new fo(t,e)}[gr(330)](t,e=br){const n=gr;this[n(202)][n(138)](e,t),this[n(229)](n(326),n(202),this[n(202)],this[n(202)])}[gr(185)](t=br){const e=gr;return this[e(202)][e(184)](t)?this[e(202)][e(341)](t):wr}[gr(281)]({channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:i,resolvedBy:c,target:a,context:h,attributes:u,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const p=gr;if(p(139)!=typeof n)throw new e.CKEditorError(p(210),null,{threadId:n});if(this[p(232)](n))throw new e.CKEditorError(p(314),null,{threadId:n});const f=new _r(this,{channelId:t,id:n,context:h,attributes:u,unlinkedAt:r,resolvedAt:i,resolvedBy:c?this[p(347)][p(252)][p(341)](s.Users)[p(171)](c):null,isResolvable:l,isSubmitted:m||d});this[p(343)][p(138)](n,f);for(const t of o)f[p(267)](this[p(355)]({threadId:n,...t}));return a&&f[p(311)](a),d||!f[p(293)]?Promise[p(239)]():this[p(362)]({channelId:t,threadId:n})}[gr(362)]({channelId:t,threadId:n}){const o=gr;if(!this[o(232)](n))throw new e.CKEditorError(o(367),this);const s=this[o(306)](n);if(s[o(152)]=!0,!this[o(336)]||o(227)!=typeof this[o(336)][o(225)])return Promise[o(239)]();const{id:r,comments:i,resolvedAt:c,resolvedBy:a,context:h,attributes:u}=s,d=this[o(347)][o(252)][o(341)](o(329)),l=d[o(265)](vo(this[o(347)][o(235)],o(350)));return this[o(336)][o(225)]({channelId:t,threadId:r,comments:i[o(245)]((t=>t[o(348)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:h,attributes:u})[o(141)]((({comments:e})=>{const s=o;d[s(338)](l);for(const o of e)this[s(280)]({channelId:t,threadId:n,commentId:o[s(174)],createdAt:o[s(360)],isFromAdapter:!0})}))[o(335)]((t=>{const n=o;throw console[n(231)](t),new e.CKEditorError(n(195),this)}))}[gr(351)]({threadId:t,target:n}){const o=gr,s=this[o(306)](t);if(!s)throw new e.CKEditorError(o(317),this);const r=this[o(347)][o(252)][o(341)](o(329)),i=this[o(347)][o(252)][o(341)](pr),c=this[o(153)](s),a=new fo(s,c);let h=null;c.on(o(196),((t,e,n)=>{const s=o;n?h=r[s(265)](vo(this[s(347)][s(235)],s(350))):h&&(r[s(338)](h),h=null)})),this[o(175)][o(138)](s,a),this[o(256)][o(138)](c,a);const u=new er(this[o(347)][o(235)],c);u[o(356)](o(293)).to(c),u[o(356)](o(266)).to(c,o(266),c,o(293),((t,e)=>t||!e)),u[o(356)](o(207)).to(c),u[o(192)]=o(357);const d=new or({view:u,target:n,type:o(357),isVisible:!s[o(295)]});return this[o(283)](c,d),i[o(265)](d),d}[gr(283)](e,n){const o=gr;this[o(287)](e,o(345),((e,s)=>{const r=o,i=s.ui[r(220)][r(334)][r(197)];n[r(319)][r(265)](i),this[r(347)]instanceof t.Editor&&this[r(347)].ui[r(173)][r(265)](i)}),{priority:o(164)}),this[o(287)](e,o(271),((e,s)=>{const r=o,i=s.ui[r(220)][r(334)][r(197)];n[r(319)][r(184)](i)&&n[r(319)][r(338)](i),this[r(347)]instanceof t.Editor&&this[r(347)].ui[r(173)][r(338)](i)}))}[gr(178)](t){const e=gr;this[e(337)](t,e(345)),this[e(337)](t,e(271))}[gr(153)](t){const e=gr,n=this[e(347)][e(252)][e(341)](s.Users),{config:o,locale:r}=this[e(347)],i=(0,s.getDateTimeFormatter)(o[e(341)](e(235)));return new(0,o[e(341)](e(261))[e(150)])(r,t,n.me,{editorConfig:{...o[e(341)](e(339)),licenseKey:this[e(347)][e(368)][e(341)](e(289))},copyMarkers:o[e(341)](e(180)),maxCommentsWhenCollapsed:o[e(341)](e(193)),maxThreadTotalWeight:o[e(341)](e(223)),maxCommentCharsWhenCollapsed:o[e(341)](e(342)),formatDateTime:i,CommentView:o[e(341)](e(261))[e(249)]})}[gr(179)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:r,isFromAdapter:i}){const c=gr;if(!this[c(232)](t))throw new e.CKEditorError(c(367),null,{threadId:t});const a=this[c(306)](t);if(a[c(295)])throw new e.CKEditorError(c(136),null,{threadId:t});const h=this[c(347)][c(252)][c(341)](s.Users);if(a[c(285)]=h[c(171)](r),a[c(163)]=o,i||!this[c(336)]||c(227)!=typeof this[c(336)][c(340)])return Promise[c(239)]();const u=this[c(347)][c(252)][c(341)](c(329)),d=u[c(265)](vo(this[c(347)][c(235)],c(350)));return this[c(336)][c(340)]({channelId:n,threadId:t})[c(141)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;u[n(338)](d),a[n(285)].id!==e&&(a[n(285)]=h[n(171)](e)),a[n(163)]=t}))[c(335)]((t=>{const n=c;throw console[n(231)](t),new e.CKEditorError(n(254),this)}))}[gr(182)]({threadId:t,channelId:n,isFromAdapter:o}){const s=gr;if(!this[s(232)](t))throw new e.CKEditorError(s(367),null,{threadId:t});const r=this[s(306)](t);if(!r[s(295)])throw new e.CKEditorError(s(146),null,{threadId:t});if(r[s(285)]=null,r[s(163)]=null,o||!this[s(336)]||s(227)!=typeof this[s(336)][s(236)])return Promise[s(239)]();const i=this[s(347)][s(252)][s(341)](s(329)),c=i[s(265)](vo(this[s(347)][s(235)],s(350)));return this[s(336)][s(236)]({channelId:n,threadId:t})[s(141)]((()=>i[s(338)](c)))[s(335)]((t=>{const n=s;throw console[n(231)](t),new e.CKEditorError(n(305),this)}))}[gr(187)]({threadId:t,isFromAdapter:n}){const o=gr,s=this[o(306)](t);if(!s)throw new e.CKEditorError(o(222),this);if(this[o(167)](t),this[o(343)][o(313)](t),!s[o(292)]||n||!this[o(336)]||o(227)!=typeof this[o(336)][o(226)])return Promise[o(239)]();const r=this[o(347)][o(252)][o(341)](o(329)),{channelId:i}=s,c=r[o(265)](vo(this[o(347)][o(235)],o(350)));return this[o(336)][o(226)]({channelId:i,threadId:t})[o(141)]((()=>r[o(338)](c)))[o(335)]((t=>{const n=o;throw console[n(231)](t),new e.CKEditorError(n(354),this)}))}[gr(304)]({threadId:t,unlinkedAt:n,context:o,attributes:s,isFromAdapter:r}){const i=gr;if(i(139)!=typeof t)throw new e.CKEditorError(i(210),null,{threadId:t});if(!this[i(232)](t))throw new e.CKEditorError(i(367),null,{threadId:t});const c=this[i(306)](t);let a=!1;if(void 0!==o&&c[i(347)]!==o&&(c[i(347)]=o,a=!0),void 0!==n&&c[i(135)]!==n&&(c[i(135)]=n,a=!0),s&&!We(s,c[i(194)])&&(c[i(194)]=s,a=!0),!a)return Promise[i(239)]();if(!c[i(292)]||r||!this[i(336)]||i(227)!=typeof this[i(336)][i(290)])return Promise[i(239)]();const h=this[i(347)][i(252)][i(341)](i(329)),{channelId:u}=c,d=h[i(265)](vo(this[i(347)][i(235)],i(350)));return this[i(336)][i(290)]({channelId:u,threadId:t,context:o,unlinkedAt:n,attributes:s})[i(141)]((()=>h[i(338)](d)))[i(335)]((t=>{const n=i;throw console[n(231)](t),new e.CKEditorError(n(274),this)}))}[gr(167)](t){const e=gr,n=this[e(347)][e(252)][e(341)](pr),o=this[e(306)](t);if(this[e(175)][e(184)](o)){const t=this[e(175)][e(341)](o),s=t[e(220)],r=n[e(270)](s);this[e(175)][e(313)](o),this[e(256)][e(313)](s),r&&n[e(338)](r),t[e(213)](),s[e(213)]()[e(141)]((()=>{this[e(178)](s)}))}}[gr(156)]({threadId:t,resolvedAt:e}){const n=gr,o=!!e,s=this[n(347)][n(252)][n(341)](pr),r=this[n(306)](t);if(this[n(175)][n(184)](r)){const t=this[n(175)][n(341)](r)[n(220)],e=s[n(270)](t);e&&(o&&s[n(165)](e),e[n(154)]())}}[gr(328)](t){const e=gr,n=this[e(347)][e(252)][e(341)](s.Users),o=(0,s.hashObject)(e(237)+t);return n[e(171)](o)||n[e(241)]({id:o,name:t})}[gr(355)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:r,createdAt:i,attributes:c}){const a=gr;if(a(139)!=typeof n)throw new e.CKEditorError(a(294));if(a(139)!=typeof r)throw new e.CKEditorError(a(312));if(a(139)!=typeof o||!o[a(242)]())throw new e.CKEditorError(a(214));const h=this[a(347)][a(252)][a(341)](s.Users)[a(171)](r);if(!h)throw new e.CKEditorError(a(186),null,{authorId:r});let u=null,d=i;return c&&c[a(208)]&&(u=this[a(328)](c[a(208)][a(325)]),d=new Date(c[a(208)][a(360)])),new yr(this,{threadId:t,id:n,author:u||h,creator:h,content:o,createdAt:i,authoredAt:d,attributes:c})}[gr(159)](t){const n=gr;let{threadId:o,content:s,attributes:r,isFromAdapter:i}=t;const c=this[n(306)](t[n(282)]);if(!c)throw new e.CKEditorError(n(361),this);const a=this[n(355)](t),{id:h}=a;if(c[n(267)](a),i||!this[n(336)]||n(227)!=typeof this[n(336)][n(332)]||!c[n(292)])return Promise[n(239)]();const u=this[n(347)][n(252)][n(341)](n(329)),{channelId:d}=c,l=u[n(265)](vo(this[n(347)][n(235)],n(350)));return r||(r={}),this[n(336)][n(332)]({channelId:d,threadId:o,commentId:h,content:s,attributes:r})[n(141)]((t=>{const e=n;u[e(338)](l),t&&this[e(280)]({channelId:d,threadId:o,commentId:h,createdAt:t[e(360)],isFromAdapter:!0})}))[n(335)]((t=>{const o=n;throw console[o(231)](t),new e.CKEditorError(o(161),this)}))}[gr(280)]({threadId:t,commentId:n,content:o,createdAt:s,attributes:r,isFromAdapter:i}){const c=gr;if(void 0!==o&&(c(139)!=typeof o||!o[c(242)]()[c(293)]))throw new e.CKEditorError(c(244));const a=this[c(306)](t),h=a[c(303)](n);if(!h)throw new e.CKEditorError(c(253),this);let u=!1;if(o&&o!==h[c(257)]&&(h[c(366)]||i)&&(h[c(257)]=o,u=!0),s&&s!==h[c(360)]&&(h[c(360)]=s,h[c(194)]&&h[c(194)][c(208)]||(h[c(209)]=s),u=!0),r&&!We(r,h[c(194)])&&(h[c(194)]=r,u=!0),!u)return Promise[c(239)]();if(a[c(229)](c(149)),i||!this[c(336)]||c(227)!=typeof this[c(336)][c(218)])return Promise[c(239)]();const d=this[c(347)][c(252)][c(341)](c(329)),{channelId:l}=this[c(306)](h[c(282)]),m=d[c(265)](vo(this[c(347)][c(235)],c(350)));return this[c(336)][c(218)]({channelId:l,threadId:t,commentId:n,content:o,attributes:r})[c(141)]((()=>d[c(338)](m)))[c(335)]((t=>{const n=c;throw console[n(231)](t),new e.CKEditorError(n(346),this)}))}[gr(246)]({threadId:t,commentId:n,isFromAdapter:o}){const s=gr,r=this[s(306)](t),i=r[s(303)](n);if(!i)throw new e.CKEditorError(s(308),this);if(r[s(170)](i),o||!this[s(336)]||s(227)!=typeof this[s(336)][s(301)])return Promise[s(239)]();const c=this[s(347)][s(252)][s(341)](s(329)),{channelId:a}=r,h=c[s(265)](vo(this[s(347)][s(235)],s(350)));return this[s(336)][s(301)]({channelId:a,threadId:t,commentId:n})[s(141)]((()=>c[s(338)](h)))[s(335)]((t=>{const n=s;throw console[n(231)](t),new e.CKEditorError(n(273),this)}))}}class _r extends((0,e.ObservableMixin)()){constructor(t,n){const o=gr;super();const s=n[o(181)];this[o(363)]=n[o(363)],this.id=n.id,this[o(261)]=new e.Collection,this[o(140)]=t,this[o(353)]=!1,this[o(152)]=n[o(292)],this[o(138)](o(145),!0),this[o(356)](o(200)).to(t,o(202),t,o(176),(()=>t[o(200)](this[o(363)]))),this[o(356)](o(322)).to(t,o(202),(()=>t[o(185)](this[o(363)])[o(205)])),this[o(356)](o(148)).to(t,o(202),(()=>{const e=o,n=t[e(185)](this[e(363)]);return n[e(247)]||n[e(205)]})),this[o(356)](o(181)).to(t,o(202),(()=>s&&t[o(185)](this[o(363)])[o(239)])),this[o(138)](o(347),n[o(347)]),this[o(356)](o(198)).to(this,o(163),this,o(135),((t,e)=>t?e?t<e?t:e:t:e)),this[o(138)](o(135),n[o(135)]||null),this[o(138)](o(163),n[o(163)]||null),this[o(138)](o(285),n[o(285)]||null),this[o(356)](o(295)).to(this,o(163),(t=>!!t)),this[o(138)](o(194),n[o(194)]||{})}get[gr(309)](){const t=gr;return Array[t(327)](this[t(261)])[t(147)](((e,n)=>e+n[t(309)]),0)}get[gr(293)](){const t=gr;return this[t(261)][t(293)]}get[gr(298)](){return this[gr(353)]}get[gr(292)](){return this[gr(152)]}[gr(272)](){const t=gr,{channelId:e,id:n}=this;this[t(140)][t(229)](Cr(t(323),e),{channelId:e,threadId:n})}[gr(307)](t){this[gr(204)]({unlinkedAt:t})}[gr(239)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=gr,r=this[o(140)][o(347)][o(252)][o(341)](s.Users).me,{channelId:i,id:c}=this;this[o(140)][o(229)](Cr(o(340),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||r.id,isFromAdapter:n})}[gr(278)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(140)][e(229)](Cr(e(236),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(364)](t){const e=gr;this[e(347)]||this[e(204)]({context:t})}[gr(315)](t,e){const n=gr,o=Ln(this[n(194)]);so(o,t,e),this[n(204)]({attributes:o})}[gr(189)](t){const e=gr,n=Ln(this[e(194)]);uo(n,t),this[e(204)]({attributes:n})}[gr(338)]({isFromAdapter:t=!1}={}){const e=gr,{channelId:n,id:o}=this;this[e(140)][e(229)](Cr(e(226),n),{channelId:n,threadId:o,isFromAdapter:t})}[gr(311)](t){const e=gr;return this[e(140)][e(351)]({threadId:this.id,target:t})}[gr(332)](t){const e=gr,{channelId:n,id:o}=this;this[e(140)][e(229)](Cr(e(332),n,o),Object[e(359)]({channelId:n,threadId:o},t))}[gr(303)](t){const n=gr;if(n(139)!=typeof t)throw new e.CKEditorError(n(344),null,{commentId:t});return this[n(261)][n(341)](t)}[gr(348)](){const t=gr;return{threadId:this.id,context:this[t(347)],unlinkedAt:this[t(135)],resolvedAt:this[t(163)],resolvedBy:this[t(285)]?this[t(285)].id:null,archivedAt:this[t(198)],comments:this[t(261)][t(245)]((e=>e[t(348)]())),attributes:this[t(194)]}}[gr(267)](t){const e=gr;return this[e(287)](t,e(299),(()=>{const n=e,o=this[n(233)](t),s=this[n(261)];o-1!=s[n(288)](t)&&o+1!=s[n(288)](t)&&(this[n(170)](t),this[n(267)](t))})),this[e(261)][e(265)](t,this[e(233)](t))}[gr(204)](t){const e=gr,{channelId:n,id:o}=this;this[e(140)][e(229)](Cr(e(290),n),{...t,channelId:n,threadId:o})}[gr(170)](t){const e=gr;return this[e(337)](t),t[e(213)](),this[e(261)][e(338)](t)}[gr(233)](t){const e=gr,n=this[e(261)][e(268)]((n=>new Date(n[e(209)])[e(310)]()>new Date(t[e(209)])[e(310)]()));return n?this[e(261)][e(288)](n):this[e(293)]}}class yr extends((0,e.ObservableMixin)()){constructor(t,e){const n=gr;super();const o=t[n(347)][n(252)][n(341)](s.Users).me,r=t[n(306)](e[n(282)]),i=0===r[n(261)][n(293)],c=o===e[n(297)];this.id=e.id,this[n(282)]=e[n(282)],this[n(297)]=e[n(297)],this[n(263)]=e[n(263)],this[n(217)]=Boolean(e[n(194)]&&e[n(194)][n(208)]),this[n(138)](n(257),e[n(257)]),this[n(360)]=e[n(360)]||new Date,this[n(138)](n(209),e[n(209)]||new Date),this[n(356)](n(163)).to(r,n(163)),this[n(138)](n(194),e[n(194)]||{}),this[n(356)](n(366)).to(t,n(202),(()=>{const e=n,o=t[e(185)](r[e(363)])[e(247)],s=t[e(185)](r[e(363)])[e(358)];return c&&o||!c&&s})),this[n(356)](n(322)).to(r,n(322),t,n(202),(e=>{const o=n,s=t[o(185)](r[o(363)])[o(247)],a=t[o(185)](r[o(363)])[o(358)];return c&&s||e&&i||!c&&a&&!i})),this[n(356)](n(200)).to(r,n(200)),this[n(140)]=t}get[gr(309)](){const t=gr;return Math[t(352)](function(e){const n=t,o=document[n(349)](n(157));return o[n(262)]=e,o[n(172)][n(293)]}(this[t(257)]),200)}[gr(276)](t){const n=gr,{threadId:o,id:s}=this;if(!this[n(140)][n(232)](o))throw new e.CKEditorError(n(279),this);const{channelId:r}=this[n(140)][n(306)](o);this[n(140)][n(229)](Cr(n(218),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(315)](t,e){const n=gr,o=Ln(this[n(194)]);so(o,t,e),this[n(276)]({attributes:o})}[gr(189)](t){const e=gr,n=Ln(this[e(194)]);uo(n,t),this[e(276)]({attributes:n})}[gr(338)](t={}){const n=gr;if(!t[n(275)]&&!this[n(322)])return;const{threadId:o,id:s}=this;if(!this[n(140)][n(232)](o))throw new e.CKEditorError(n(191),this);const{channelId:r}=this[n(140)][n(306)](o);this[n(140)][n(229)](Cr(n(301),r,o),{channelId:r,threadId:o,commentId:s,...t})}[gr(348)](){const t=gr;return{commentId:this.id,content:this[t(257)],createdAt:this[t(360)],authorId:this[t(263)].id,attributes:this[t(194)]}}[gr(213)](){this[gr(337)]()}}function Cr(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const Ar=Er;function Tr(){const t=["change","tableCell","getItems","document","createRange","push","refresh","schema","603RuiJaF","addMarker","execute","getRanges","comment:","isEnabled","1782843fJSbNk","end","4VEWjRz","868070WagrDz","isObject","1946560UmozTm","element","_trimToContent","selection","$textProxy","substr","_hasContent","model","1081050aezfMW","4TpoMog","36862JfgDaY","6gxVvFO","start","78136uSEbPs","backward","item","2148835zzorug","_itemIsContent","editor","getLastMatchingPosition"];return(Tr=function(){return t})()}function Er(t,e){const n=Tr();return(Er=function(t,e){return n[t-=323]})(t,e)}!function(t){const e=Er,n=t();for(;;)try{if(360996===parseInt(e(356))/1*(-parseInt(e(343))/2)+-parseInt(e(341))/3+parseInt(e(355))/4*(parseInt(e(323))/5)+parseInt(e(357))/6*(-parseInt(e(344))/7)+-parseInt(e(359))/8*(-parseInt(e(335))/9)+-parseInt(e(354))/10+parseInt(e(346))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Tr);class xr extends t.Command{[Ar(333)](){const t=Ar,e=this[t(325)][t(353)][t(330)][t(349)];for(const n of e[t(338)]())if(this[t(352)](n))return void(this[t(340)]=!0);this[t(340)]=!1}[Ar(337)]({threadId:t=(0,e.uid)()}={}){const n=Ar,o=this[n(325)][n(353)],s=[];for(const t of o[n(330)][n(349)][n(338)]())this[n(352)](t)&&s[n(332)](this[n(348)](t));o[n(327)]((o=>{const r=n;for(const n of s){const s=(0,e.uid)()[r(351)](1,5),i=r(339)+t+":"+s;o[r(336)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[Ar(352)](t){const e=Ar;for(const n of t[e(329)]())if(this[e(324)](n))return!0;return!1}[Ar(324)](t){const e=Ar;return t.is(e(350))||this[e(325)][e(353)][e(334)][e(345)](t)&&!t.is(e(347),e(328))}[Ar(348)](t){const e=Ar,n=t=>!this[e(324)](t[e(361)]),o=t[e(358)][e(326)](n),s=t[e(342)][e(326)](n,{direction:e(360)});return this[e(325)][e(353)][e(331)](o,s)}}const Mr=Or;function Or(t,e){const n=Rr();return(Or=function(t,e){return n[t-=103]})(t,e)}function Rr(){const t=["getRanges","getByInnerView","refresh","selection","innerView","15414410sfYZYh","from","plugins","1gYPbtD","set","9QvhDRK","uiUpdate","cancel","blur","56jSLFYC","init","150JeShBN","annotation","118772uZYyGq","focusTracker","containsRange","range","hasDomSelection","229789NUaDNo","directChange","change:range","view","model","fire","_editorAnnotations","has","15JeUEyl","_dataCollectors","requires","23119421SzzwjY","isEqual","editor","2026488fMdNEu","sort","isCollapsed","addSourceCollector","get","7128hNvSgQ","update","element","document","1703184tottPi","_editorAnnotationsData","collection","map","add","getOrderedSelectedAnnotations","isReadOnly","editorannotations-invalid-source-callback","registerAnnotation","EditorAnnotations","function","pluginName","change:isFocused","editing","push","22198kvXltn","refreshSelectedViews","listenTo","remove","delete"];return(Rr=function(){return t})()}!function(t){const e=Or,n=t();for(;;)try{if(811319===-parseInt(e(150))/1*(parseInt(e(122))/2)+parseInt(e(158))/3*(parseInt(e(160))/4)+parseInt(e(107))/5*(-parseInt(e(113))/6)+-parseInt(e(165))/7*(-parseInt(e(156))/8)+parseInt(e(152))/9*(parseInt(e(147))/10)+-parseInt(e(137))/11*(-parseInt(e(118))/12)+-parseInt(e(110))/13)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Rr);class Vr extends t.Plugin{static get[Mr(109)](){return[pr]}static get[Mr(133)](){return Mr(131)}constructor(t){const e=Mr;super(t),this[e(108)]=new Set,this[e(105)]=new Set}[Mr(157)](){const t=Mr,e=this[t(112)],n=e[t(103)][t(121)][t(145)],o=Hs((()=>this[t(138)]()),10);n.on(t(167),((e,n)=>{const s=t;n[s(166)]&&(o[s(154)](),this[s(138)]())})),this[t(139)](e[t(135)][t(168)][t(121)],t(134),((t,e,n)=>{n&&o()})),this[t(139)](e.ui[t(161)],t(134),((n,o,s)=>{const r=t;s||e[r(128)]||this[r(104)](r(155),{isAnnotationTracked:t=>this[r(123)][r(106)](t[r(146)])})})),this[t(139)](this[t(112)].ui,t(119),(()=>this[t(104)](t(153))))}[Mr(130)](t){const e=Mr;if(this[e(105)][e(106)](t[e(168)]))return;this[e(105)][e(126)](t[e(168)]),this[e(112)].ui[e(161)][e(126)](t[e(168)][e(120)]);const n=this[e(112)][e(149)][e(117)](pr);this[e(139)](n[e(124)],e(140),((t,n)=>{const o=e;this[o(112)].ui[o(161)][o(140)](n[o(168)][o(120)]),this[o(105)][o(141)](n[o(168)])}))}[Mr(164)](){const t=Mr;return this[t(112)][t(135)][t(168)][t(164)]}[Mr(116)](t){const n=Mr;if(n(132)!=typeof t)throw new e.CKEditorError(n(129));this[n(108)][n(126)](t)}[Mr(138)](){const t=Mr;this[t(104)](t(144))}[Mr(127)]({activeAnnotation:t,annotations:e}){const n=Mr,o=[],s=this[n(112)][n(103)][n(121)][n(145)],r=Array[n(148)](s[n(142)]());for(const[t,s]of this[n(123)]){const r=i(s),c=e[n(143)](t);r&&c&&o[n(136)]({annotation:c,range:r})}function i(t){const e=n;for(const n of t)for(const t of r)if(n[e(162)](t,!s[e(115)]))return n;return null}return o[n(114)](((e,o)=>{const s=n,r=e[s(163)],i=o[s(163)];if(!r[s(111)](i)){if(r[s(162)](i,!0))return 1;if(i[s(162)](r,!0))return-1}return e[s(159)]==t?-1:o[s(159)]==t?1:0}))[n(125)]((t=>t[n(159)]))}get[Mr(123)](){const t=Mr,e=new Map;for(const n of Array[t(148)](this[t(108)]))for(const[o,s]of n())e[t(151)](o,s);return e}}function jr(t,e){const n=Sr();return(jr=function(t,e){return n[t-=172]})(t,e)}const Nr=jr;function Sr(){const t=["editor","1960VDhpRC","enableCommand","addCommentThread","RestrictedEditingModeEditing","afterInit","2576373BTPyeN","10BAPEOU","3wUCvNc","plugins","get","384256iATbcl","857658KkwPQA","5665425gmmocI","200044jGqgyW","10359AMCiSa","77oyBEsZ","has","31531742spJeGH"];return(Sr=function(){return t})()}!function(t){const e=jr,n=t();for(;;)try{if(890318===parseInt(e(172))/1*(-parseInt(e(178))/2)+-parseInt(e(189))/3+-parseInt(e(175))/4+parseInt(e(177))/5+-parseInt(e(176))/6*(parseInt(e(180))/7)+parseInt(e(184))/8*(-parseInt(e(179))/9)+-parseInt(e(190))/10*(-parseInt(e(182))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sr);class Dr extends t.Plugin{[Nr(188)](){const t=Nr,e=this[t(183)];e[t(173)][t(181)](t(187))&&e[t(173)][t(174)](t(187))[t(185)](t(186))}}const Pr=zr;function Br(){const t=["commands","get","editor","4686969LbyuTl","_handleImportedData","define","high","config","listenTo","basic","3299575JuoGoB","1200192ocXmOd","afterInit","505906UfaFIK","map","dataInsert","collaboration_features","forEach","2GlCEsm","plugins","8984421TWyAPq","3647800JGKhlL","importWord","execute","importWord.formatting.comments","366915AaKetn","8uKjjom","addCommentThread","collaboration.channelId"];return(Br=function(){return t})()}function zr(t,e){const n=Br();return(zr=function(t,e){return n[t-=303]})(t,e)}!function(t){const e=zr,n=t();for(;;)try{if(490682===-parseInt(e(314))/1*(parseInt(e(319))/2)+parseInt(e(326))/3*(parseInt(e(327))/4)+-parseInt(e(311))/5+parseInt(e(312))/6+parseInt(e(304))/7+-parseInt(e(322))/8+parseInt(e(321))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Br);class Lr extends t.Plugin{constructor(t){const e=zr;super(t),this[e(303)][e(308)][e(306)](e(325),e(310))}[Pr(313)](){const t=Pr,n=this[t(303)],o=n[t(330)][t(331)](t(323)),r=n[t(320)][t(331)](s.Users);o&&(o.on(t(324),((e,[,n])=>{n[t(317)]={comments:!0,user_id:r.me.id}}),{priority:e.priorities[t(307)]+10}),this[t(309)](o,t(316),this[t(305)]))}[Pr(305)](t,e){const n=Pr,{comment_threads:o}=e;o&&o[n(318)]((({thread_id:t,comments:e,is_resolved:o})=>{const r=n,i=new Date,c=e[r(315)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[r(303)][r(320)][r(331)](s.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:r(323)}}}))),a=this[r(303)][r(308)][r(331)](r(329));this[r(303)][r(320)][r(331)](Ir)[r(328)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function Fr(){const t=["188XbqoTx","dragstart","split","listenTo","21864zoNkKY","config","content","151595GpjDQn","_registerMarkerToCopy","requires","hasCommentThread","has","_mapCommentsCopyConfigToRegisterConfiguration","default","always","never","_removeMarkersWithoutThreads","572302MQlBmS","comments.copyMarkers","10845cOTKls","8QVUGwy","4783303WrylNF","delete","highest","1070rhvogm","markers","36948tQsOIK","234MsTEsF","7887XgELvY","ClipboardMarkersUtils","comment","3909432vFomgb","define","cut","keys","ClipboardPipeline","get","plugins","afterInit","all","editor","contentInsertion","_registerMarkerInClipboardPipeline","CommentsRepository"];return(Fr=function(){return t})()}const Kr=Ur;function Ur(t,e){const n=Fr();return(Ur=function(t,e){return n[t-=287]})(t,e)}!function(t){const e=Ur,n=t();for(;;)try{if(593715===-parseInt(e(307))/1+parseInt(e(290))/2*(-parseInt(e(316))/3)+-parseInt(e(321))/4+parseInt(e(297))/5*(parseInt(e(317))/6)+-parseInt(e(311))/7*(-parseInt(e(310))/8)+-parseInt(e(309))/9*(-parseInt(e(314))/10)+parseInt(e(318))/11*(parseInt(e(294))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fr);class Wr extends t.Plugin{constructor(t){const e=Ur;super(t),this[e(330)][e(295)][e(322)](e(308),e(303))}static get[Kr(299)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Kr(328)](){const t=Kr,e=this[t(330)][t(327)][t(326)](t(325));this[t(288)](),this[t(293)](e,t(287),((e,n)=>this[t(306)](n[t(296)][t(315)])),{priority:t(313)})}[Kr(306)](t){const e=Kr;if(!this[e(330)][e(327)][e(301)](e(289)))return t;const n=this[e(330)][e(327)][e(326)](e(289));for(const o of t[e(324)]()){const[s,r]=o[e(292)](":");e(320)!=s||n[e(300)](r)||t[e(312)](o)}return t}[Kr(288)](){const t=Kr,e=this[t(330)][t(327)][t(326)](t(319)),n=this[t(302)](this[t(330)][t(295)][t(326)](t(308)));n&&e[t(298)](t(320),n)}[Kr(302)](t){const e=Kr;switch(t){case e(304):return{allowedActions:e(329),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(303):return{allowedActions:[e(323),e(291)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(305):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 Gr=Yr;function Xr(){const t=["addCommentThread","commands","change:isReadOnly","unlinkedAt","rootName","isResolved","_attachMarkerToThread","_getTextContext","removeCommentThread","createRange","group","hasDomSelection","188LGSCPI","root","$textProxy","then","reconvertMarker","refreshVisibility","split","removeMarker","locale","_handleThreadMarker","newRange","data","ignoreResolvedComments","push","getWalker","view","document","size","_initAriaMarkerChangeAnnouncements","item","4112927HJdgMK","switchReadOnly","getByInnerView","render","scrollToThreadMarker","getRange","requires","editingDowncast","getChangedMarkers","editing","add","setUnlinkedAt","getAttribute","model","_hasTargetInContent","once","config","text","destroy","consumable","delete","_threads","ariaLiveAnnouncer","collaboration.channelId","1182DZcYuW","hasMarkerForId","startsWith","markers","conversion","_handleMarkerAddAndRemove","$graveyard","isLocal","setContext","activeMarker","hasContent","_getTargetForId","markerToHighlight","elementToElement","registerPostFixer","fetchCommentThread","managedUsingOperations","ck-comment-marker--active","start","enqueueChange","isCollapsed","dataToMarker","2731270eKdnRz","state","82104SGWUXS","hasCommentThread","name","registerAnnotation","12SIGrxS","_attachArchivedThread","resolveCommentThread","_reconvertMarkers","getAllMarkersForId","_initializeMarkerConverters","comment:","pluginName","announce","CommentsEditing","schema","destroyed","editor","updateMarker","change:activeMarker","markerToData","_threadToController","createElement","createPositionBefore","isThreadsLoadingPaused","focus","119369uPMmav","openNewCommentThread","isObject","6179680TLeuBW","$marker","getCommentThread","getItems","reopenCommentThread","consume","from","affectsData","2299JFPBrg","for","context","change:isThreadsLoadingPaused","addComment","getCommentThreads","15335GnIdNK","change","ready","ENTER_COMMENT_ANNOUNCEMENT","plugins","36pRQAWn","get","comment","addMarker:","attachTo","length","4803ZolWhC","_detachCommentThread","init","low","LEAVE_COMMENT_ANNOUNCEMENT","markerName","set","listenTo","upcast","clear","isAttached","differ","end","ck-comment-marker","removeMarker:","isEqual","dataDowncast","substring"];return(Xr=function(){return t})()}!function(t){const e=Yr,n=t();for(;;)try{if(617481===-parseInt(e(322))/1+parseInt(e(273))/2*(parseInt(e(350))/3)+parseInt(e(380))/4*(-parseInt(e(339))/5)+-parseInt(e(301))/6*(parseInt(e(249))/7)+parseInt(e(325))/8+-parseInt(e(344))/9*(parseInt(e(295))/10)+-parseInt(e(333))/11*(-parseInt(e(297))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xr);class Jr extends t.Plugin{static get[Gr(255)](){return[Ir,Vr,Dr,Lr,Wr]}static get[Gr(308)](){return Gr(310)}constructor(t){const e=Gr;super(t),this[e(356)](e(320),!0),t[e(240)][e(264)](e(341),(()=>this[e(320)]=!1)),this[e(356)](e(282),null),this.on(e(315),((n,o,s,r)=>{const i=e,c=s?Zr(s).id:null;if(t[i(262)][i(340)]((()=>{const e=i;if(c){const n=this[e(305)](c);for(const o of n)t[e(258)][e(233)](o)}if(r){const{id:n}=Zr(r),o=this[e(305)](n);for(const n of o)t[e(258)][e(233)](n)}})),c){const e=t[i(343)][i(345)](Ir)[i(327)](c);e&&e[i(373)]&&this[i(253)](c)}})),this[e(247)]()}[Gr(352)](){const t=Gr,e=this[t(313)],n=e[t(343)][t(345)](Ir),o=e[t(265)][t(345)](t(272));e[t(369)][t(259)](t(368),new xr(e)),this[t(357)](e,t(370),((o,s,r)=>{const i=t;n[i(250)](r,e[i(265)][i(345)](i(272)))})),this[t(357)](n,Qr(t(368),o),((e,{threadId:n})=>{const o=t,s=this[o(313)][o(343)][o(345)](Ir)[o(327)](n);s&&s[o(371)]&&this[o(302)](n)})),this[t(357)](n,Qr(t(376),o),((n,{threadId:o})=>{const s=t;e[s(262)][s(292)]({isUndoable:!1},(t=>{const e=s,n=this[e(305)](o);for(const o of n)t[e(236)](o)}))})),this[t(357)](n,Qr(t(303),o),((e,{threadId:n})=>{const o=t;this[o(304)](n),this[o(313)][o(258)][o(244)][o(379)]&&(this[o(313)][o(343)][o(345)](Ir)[o(327)](n)[o(371)]||this[o(313)][o(258)][o(244)][o(321)]())}),{priority:t(353)}),this[t(357)](n,Qr(t(329),o),((e,{threadId:n})=>{this[t(304)](n)}),{priority:t(353)}),this[t(357)](n,Qr(t(337),o),((o,{threadId:s,isFromAdapter:r})=>{const i=t,c=this[i(305)](s);!r&&0!=c[i(349)]&&n[i(298)](s)&&1===n[i(327)](s)[i(349)]&&e[i(262)][i(292)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(314)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(353)}),this[t(306)](),this[t(278)]()}[Gr(267)](){const t=Gr,e=this[t(313)][t(343)][t(345)](Ir),n=this[t(313)][t(265)][t(345)](t(272));for(const o of e[t(338)]({channelId:n}))e[t(351)](o.id),e[t(270)][t(269)](o.id);super[t(267)]()}[Gr(274)](t){const e=Gr;return this[e(305)](t)[e(349)]>0}[Gr(305)](t){const e=Gr,n=[];for(const o of this[e(313)][e(262)][e(276)])o[e(299)][e(275)](e(307)+t)&&n[e(242)](o);return n}[Gr(253)](t){const n=Gr,o=this[n(284)](t);o&&setTimeout((()=>{const s=n;this[s(282)]&&Zr(this[s(282)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Gr(304)](t){const e=Gr;this[e(313)][e(262)][e(340)]((()=>{const n=e;for(const e of this[n(305)](t))this[n(313)][n(258)][n(233)](e)}))}[Gr(302)](t){const e=Gr,n=this[e(313)][e(343)][e(345)](Ir),o=this[e(313)][e(343)][e(345)](Vr),s=n[e(327)](t);if(!s[e(360)]){const t=s[e(348)]((()=>this[e(284)](s.id)));o[e(300)](t),s[e(263)]=!1}}[Gr(306)](){const t=Gr,e=this[t(313)];e[t(277)][t(334)](t(256))[t(285)]({model:t(346),view:(n,o)=>{const s=t,{id:r}=Zr(n[s(355)]),i=e[s(343)][s(345)](Ir)[s(327)](r),c=this[s(282)]&&Zr(this[s(282)]).id===r;if(i&&i[s(373)]&&!c&&n[s(248)])return o[s(268)][s(330)](n[s(248)],s(347)+n[s(355)]),o[s(268)][s(330)](n[s(248)],s(364)+n[s(355)]),null;const a=[s(363)];return c&&a[s(242)](s(290)),{classes:a,attributes:{"data-comment":r}}}}),e[t(277)][t(334)](t(366))[t(316)]({model:t(346),view:(n,{options:o})=>{const s=t,r=e[s(343)][s(345)](Ir),i=e[s(262)][s(276)][s(345)](n),{id:c,part:a}=Zr(n);if(i&&!i[s(332)])return null;if(o[s(241)]){const t=r[s(327)](c);if(t&&t[s(373)])return null}return{group:s(346),name:a?c+":"+a:c}}}),e[t(277)][t(334)](t(358))[t(286)]({view:{name:t(346),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(318)](t(326),{"data-name":t(307)+e[t(261)]("id")})}),e[t(277)][t(334)](t(358))[t(294)]({view:t(346)})}[Gr(278)](){const t=Gr,e=this[t(313)],n=e[t(343)][t(345)](Ir),o=new Set,s=new Set;e[t(262)][t(245)][t(287)]((n=>{const r=t;let i=!1;for(const{name:t,data:c}of e[r(262)][r(245)][r(361)][r(257)]()){const{group:a,id:h}=Zr(t);let u=c[r(239)];if(r(346)!==a||!u)continue;const d=r(279)===u[r(230)][r(372)];d||(u=$r(u,e[r(262)]),!u||u[r(293)]||!c[r(239)]||u[r(365)](c[r(239)]))?e[r(262)][r(283)](u)&&!d?this[r(320)]?o[r(259)](t):this[r(238)](t,h):(s[r(259)](t),o[r(269)](t),n[r(236)](t),i=!0):(n[r(314)](t,{range:u}),i=!0)}return i})),this.on(t(336),((n,s,r)=>{const i=t;if(!r&&o[i(246)])for(const t of o){const{id:n}=Zr(t);o[i(269)](t),e[i(262)][i(276)][i(345)](t)&&this[i(238)](t,n)}})),this[t(357)](e[t(262)][t(245)],t(340),((r,i)=>{const c=t;for(const{name:t,data:{newRange:r}}of e[c(262)][c(245)][c(361)][c(257)]()){const{group:i,id:a}=Zr(t);if(c(346)!==i)continue;const h=n[c(327)](a),u=this[c(274)](a);h&&(h[c(263)]||e[c(258)][c(244)][c(264)](c(252),(()=>{const t=c,o=e[t(343)][t(345)](pr),s=n[t(317)][t(345)](h)[t(244)];o[t(251)](s)[t(234)]()}),{priority:c(353)}),h[c(263)]=u||!!r),r||(s[c(259)](t),o[c(269)](t))}if(i[c(280)])for(const t of s){const{id:e}=Zr(t),s=n[c(327)](e),r=this[c(274)](e);o[c(269)](t),!s||r||s[c(371)]||s[c(260)](new Date)}s[c(359)]()}))}[Gr(284)](t){const e=Gr,n=this[e(313)],o=this[e(305)](t);return(0,s.getAllMarkersDomElementsSorted)(n[e(258)],o)}[Gr(375)](t){const e=Gr,n=this[e(305)](t);let o="",s=!1;for(const t of n){const n=t[e(254)]();for(const t of Array[e(331)](n[e(328)]()))t.is(e(231))?(o&&s&&(o+=" ",s=!1),o+=t[e(240)]):s=!0;s=!0}return o[e(367)](0,150)}[Gr(374)](t,e){const n=Gr,o=this[n(313)],s=o[n(343)][n(345)](Ir);let r=s[n(327)](e);const i=o[n(265)][n(345)](n(272)),c=o[n(343)][n(345)](Vr);return r&&(r[n(371)]&&r[n(260)](null),r[n(360)])||(this[n(305)](e)[0][n(289)]?s[n(288)]({channelId:i,threadId:e})[n(232)]((t=>{const s=n;if(s(312)!==o[s(296)])if(r=t,r&&!r[s(360)]){const t=r[s(348)]((()=>this[s(284)](e)));c[s(300)](t),r[s(373)]&&this[s(304)](e)}else if(!r){const t=this[s(305)](e);o[s(262)][s(340)]((e=>{const n=s;for(const o of t)e[n(236)](o)}))}})):o[n(258)][n(244)][n(264)](n(252),(()=>{const t=n;if(s[t(327)](e))return;const a=o[t(343)][t(345)](pr);r=s[t(323)]({channelId:i,threadId:e,target:()=>this[t(284)](e),context:{type:t(266),value:this[t(375)](e)}});const h=s[t(317)][t(345)](r)[t(244)],u=a[t(251)](h);u&&c[t(300)](u)}),{priority:n(353)})),r}[Gr(238)](t,e){const n=Gr,o=this[n(374)](t,e);o&&!o[n(335)]&&o[n(281)]({type:n(266),value:this[n(375)](e)})}[Gr(247)](){const t=Gr,e=this[t(313)];(0,s.surroundingMarkersDetector)(e[t(262)],(({left:n,entered:o})=>{const s=t;for(const t of n)if(ti(t)){e.ui[s(271)][s(309)](vo(e[s(237)],s(354)));break}for(const t of o)if(ti(t)){e.ui[s(271)][s(309)](vo(e[s(237)],s(342)));break}}))}}function Qr(t,e){return e?t+":"+e:t}function Yr(t,e){const n=Xr();return(Yr=function(t,e){return n[t-=230]})(t,e)}function Zr(t){const e=t[Gr(235)](":");return{group:e[0],id:e[1],part:e[2]}}function $r(t,e){const n=Gr,o=e[n(311)],s=e[n(377)](t[n(291)]);for(const r of t[n(243)]()){const{type:t,item:i,nextPosition:c}=r;if(n(266)===t||o[n(324)](i)){const t=e[n(319)](i);s[n(293)]&&(s[n(291)]=t),s[n(362)]=c}}return s}function ti(t){const e=Gr;return e(346)===Zr(t[e(299)])[e(378)]}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=["217IedwHT","tooltip","focusTracker","3831912FpNluG","find","model","get","_viewToController","activeMarker","componentFactory","674762BOsJFP","stop","from","listenTo","requires","CommentsListView","low","2661625GMgVRl","getCommentThread","isFocused","bind","innerView","pluginName","locale","addCommentThread","isEnabled","hasCommentThread","2713563oBMAPS","view","menuBar:comment","Comment","length","map","addSourceCollector","comment","editing","10446nzJtyH","push","getAllMarkersForId","20geYTxa","editor","getRange","22BifPea","commands","1176060RjIjgT","addComment","_threadToController","3nNQxiq","set","has","add","plugins","init","removeCommentThread","_createUIButton","focus","hasMarkerForId","CommentThreadInputView","highest","execute","change:activeAnnotations","comment:","3568jyTleO","CommentsUI"];return(oi=function(){return t})()}function si(t,e){const n=oi();return(si=function(t,e){return n[t-=158]})(t,e)}!function(t){const e=si,n=t();for(;;)try{if(350251===-parseInt(e(178))/1*(-parseInt(e(172))/2)+parseInt(e(183))/3*(parseInt(e(180))/4)+-parseInt(e(217))/5+parseInt(e(203))/6+-parseInt(e(200))/7*(-parseInt(e(198))/8)+-parseInt(e(163))/9+-parseInt(e(175))/10*(-parseInt(e(210))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oi);class ri extends t.Plugin{static get[ni(158)](){return ni(199)}static get[ni(214)](){return[Ir,Jr,Vr,pr]}get[ni(215)](){return $o}get[ni(193)](){return Ho}[ni(188)](){const t=ni,e=this[t(176)],n=e[t(187)][t(206)](Ir),o=e[t(187)][t(206)](Jr),s=e[t(187)][t(206)](pr),r=e[t(187)][t(206)](Vr);e.ui[t(209)][t(186)](t(170),(()=>{const e=t,n=this[e(190)](go.ButtonView);return n[e(201)]=!0,n})),e.ui[t(209)][t(186)](t(165),(()=>this[t(190)](go.MenuBarMenuListItemButtonView))),r[t(169)]((()=>{const e=t,s=[];for(const[t,r]of n[e(182)]){const n=o[e(174)](t.id),i=n[e(168)]((t=>t[e(177)]()));n[e(167)]>0&&s[e(173)]([r[e(164)],i])}return s})),this[t(213)](s,t(196),((e,s,r)=>{const i=t,c=Array[i(212)](r)[i(168)]((t=>t[i(221)]))[i(204)]((t=>n[i(207)][i(185)](t)));if(!c)return void(o[i(208)]=null);const a=n[i(207)][i(206)](c)[i(205)].id,h=i(197)+a;a&&o[i(192)](a)?o[i(208)]=h:o[i(208)]&&(o[i(208)]=null)})),this[t(213)](n,t(189),((n,{threadId:s,isFromAdapter:r})=>{const i=t;!r&&e.ui[i(202)][i(219)]&&o[i(192)](s)&&e[i(171)][i(164)][i(191)]()}),{priority:t(194)}),this[t(213)](n,t(181),((s,{threadId:r,isFromAdapter:i})=>{const c=t;!i&&o[c(192)](r)&&n[c(162)](r)&&1===n[c(218)](r)[c(167)]&&(e[c(171)][c(164)][c(191)](),s[c(211)]())}),{priority:t(216)})}[ni(190)](t){const e=ni,n=this[e(176)],o=new t(n[e(159)]),s=n[e(179)][e(206)](e(160));return o[e(184)]({label:vo(n[e(159)],e(166)),icon:ei}),o[e(220)](e(161)).to(s),this[e(213)](o,e(195),(()=>s[e(195)]())),o}}const ii=ci;function ci(t,e){const n=ai();return(ci=function(t,e){return n[t-=439]})(t,e)}function ai(){const t=["clipboardInput","stop","6721104JAysRO","highest","3387230jiemZO","6486LYjpyS","_enableCommentsOnlyMode","_disableCommentsOnlyMode","199860QRJeXC","6520572KfPGzs","CommentsOnly","plugins","113996IIEeIR","isEnabled","editor","afterInit","get","addCommentThread","commentsOnly","DragDrop","editing","requires","document","2961yuqsOZ","listenTo","30adwrrR","view","commands","commentsOnlyMode","clearForceDisabled","config","has","3276536idhfZd","change:isEnabled","set","forceDisabled","cut","affectsData","stopListening","pluginName","delete"];return(ai=function(){return t})()}!function(t){const e=ci,n=t();for(;;)try{if(895449===-parseInt(e(460))/1+-parseInt(e(464))/2*(-parseInt(e(477))/3)+-parseInt(e(443))/4+-parseInt(e(456))/5+-parseInt(e(457))/6*(-parseInt(e(475))/7)+parseInt(e(454))/8+parseInt(e(461))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ai);class hi extends t.Plugin{static get[ii(450)](){return ii(462)}static get[ii(473)](){return[Jr]}constructor(t){const e=ii;super(t),this[e(445)](e(465),!1),this.on(e(444),((t,n,o)=>{const s=e;o?this[s(458)]():this[s(459)]()}))}[ii(467)](){const t=ii;!this[t(465)]&&this[t(466)][t(441)][t(468)](t(470))&&(this[t(465)]=!0)}[ii(458)](){const t=ii;for(const[e,n]of this[t(466)][t(479)])n[t(448)]&&t(469)!==e&&n[t(446)](t(439));this[t(466)][t(463)][t(442)](t(471))&&this[t(466)][t(463)][t(468)](t(471))[t(446)](t(439));const e=this[t(466)][t(472)][t(478)][t(474)];this[t(476)](e,t(447),(e=>e[t(453)]()),{priority:t(455)}),this[t(476)](e,t(452),(e=>e[t(453)]()),{priority:t(455)}),this[t(476)](e,t(451),(e=>e[t(453)]()),{priority:t(455)})}[ii(459)](){const t=ii;for(const[e,n]of this[t(466)][t(479)])n[t(448)]&&t(469)!==e&&n[t(440)](t(439));this[t(449)](this[t(466)][t(472)][t(478)][t(474)])}}const ui=li;function di(){const t=["push","AnnotationsUIs","activate","register","type","function","145QxcoxR","639NQnZrJ","7007emChbB","deactivate","listenTo","_visibleAnnotations","_activateAnnotation","_assertAnnotationDoesNotBelongToMultipleUIs","activeAnnotations","setActiveAnnotation","hasActive","501075MWQCix","context","_addActiveAnnotation","2LdILBc","filter","init","stopListening","collection","switchTo","annotationsuis-register-invalid-interface","destroy","annotationsuis-register-already-registered","set","87096tvFxMf","51772exFOBH","_uis","has","from","_setSelectedAnnotations","requires","length","detach","2008wcDAII","remove","2179272sWNXbg","find","358259JGbgSm","858AkZXQX","isActive","plugins","deactivateAll","annotationsuis-annotation-mismatch","refilterAnnotations","annotationsuis-missing-ui","attach","45790ogfdVK","_deactivateAllAnnotations","activeUIs","get","_removeActiveAnnotation","_uisData","add","size","delete","change:activeAnnotation","pluginName"];return(di=function(){return t})()}function li(t,e){const n=di();return(li=function(t,e){return n[t-=280]})(t,e)}!function(t){const e=li,n=t();for(;;)try{if(223511===-parseInt(e(309))/1*(parseInt(e(286))/2)+-parseInt(e(283))/3+parseInt(e(297))/4*(parseInt(e(335))/5)+parseInt(e(307))/6+-parseInt(e(337))/7*(-parseInt(e(305))/8)+parseInt(e(336))/9*(parseInt(e(318))/10)+-parseInt(e(310))/11*(parseInt(e(296))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class mi extends t.ContextPlugin{static get[ui(302)](){return[pr]}static get[ui(328)](){return ui(330)}constructor(t){const e=ui;super(t),this[e(320)]=new Set,this[e(298)]=new Map,this[e(323)]=new Map}[ui(288)](){const t=ui,e=this[t(284)][t(312)][t(321)](pr);this[t(339)](e,t(341),((e,n)=>{const o=t;for(const t of this[o(320)]){const e=this[o(298)][o(321)](t);(0,this[o(323)][o(321)](t)[o(287)])(n)&&e[o(281)](n)}})),this[t(339)](e,t(319),(()=>{const e=t;for(const t of this[e(320)])this[e(298)][e(321)](t)[e(281)](null)})),this[t(339)](e[t(340)],t(324),((e,n)=>{this[t(342)](n)}))}[ui(282)](){const t=ui;return this[t(320)][t(325)]>0}[ui(311)](t){const e=ui;return this[e(320)][e(299)](t)}[ui(331)](t,n=()=>!0){const o=ui,s=this[o(284)][o(312)][o(321)](pr);if(!this[o(298)][o(299)](t))throw new e.CKEditorError(o(316),this,{uiName:t});this[o(311)](t)&&this[o(338)](t),this[o(320)][o(324)](t);const r=new ur;(function({source:t,target:e,filter:n}){const o=hr;for(const s of t)n(s)&&e[o(170)](s);e[o(166)](t,o(170),((t,s)=>{const r=o;n(s)&&e[r(170)](s)})),e[o(166)](t,o(160),((t,n)=>{const s=o;e[s(171)](n)&&e[s(160)](n)}))})({source:s[o(340)],target:r,filter:n}),this[o(323)][o(295)](t,{collection:r,filter:n});const i=this[o(298)][o(321)](t);i[o(317)](r),this[o(339)](i,o(327),((t,e,n,r)=>{const i=o;r&&s[i(322)](r),n&&s[i(285)](n)}))}[ui(338)](t){const n=ui;if(this[n(320)][n(326)](t),!this[n(298)][n(299)](t))throw new e.CKEditorError(n(316),this,{uiName:t});const o=this[n(298)][n(321)](t);o[n(304)](),this[n(289)](o),this[n(323)][n(321)](t)[n(290)][n(293)](),this[n(323)][n(326)](t)}[ui(291)](t){const n=ui;if(!this[n(298)][n(299)](t))throw new e.CKEditorError(n(316),this,{uiName:t});const o=this[n(284)][n(312)][n(321)](pr),s=Array[n(300)](o[n(280)])[0]||null;this[n(313)](),this[n(331)](t);const r=this[n(298)][n(321)](t);r[n(281)](s),r[n(301)]&&s&&r[n(301)]([s])}[ui(313)](){const t=ui;for(const e of this[t(320)])this[t(338)](e)}[ui(332)](t,n){const o=ui;if(this[o(298)][o(299)](t))throw new e.CKEditorError(o(294));if(o(334)!=typeof n[o(317)]||o(334)!=typeof n[o(304)]||o(334)!=typeof n[o(281)])throw new e.CKEditorError(o(292),null);this[o(298)][o(295)](t,n)}[ui(315)](){const t=ui,e=this[t(284)][t(312)][t(321)](pr)[t(290)],n=new Map,o=Array[t(300)](this[t(320)]);for(const e of this[t(320)]){const o=this[t(323)][t(321)](e)[t(290)];for(const s of o)n[t(295)](s,e)}for(const s of e){const e=n[t(321)](s);this[t(342)](s);const r=o[t(308)]((e=>this[t(323)][t(321)](e)[t(287)](s)));e!==r&&(e&&this[t(323)][t(321)](e)[t(290)][t(306)](s),r&&this[t(323)][t(321)](r)[t(290)][t(324)](s))}}[ui(293)](){const t=ui;this[t(313)](),super[t(293)]()}[ui(342)](t){const n=ui,o=[];for(const e of this[n(320)])(0,this[n(323)][n(321)](e)[n(287)])(t)&&o[n(329)](e);if(o[n(303)]>1)throw new e.CKEditorError(n(314),null,{matchedUIs:o,annotationType:t[n(333)]})}}var pi=n(573),fi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(pi.A,fi);pi.A.locals;function gi(t,e){const n=vi();return(gi=function(t,e){return n[t-=223]})(t,e)}function vi(){const t=["5426RDXNiP","5925240QwkXJR","ck-sidebar","2254110VTVQdJ","28qLpVRu","4XcZmgC","ck-reset","setTemplate","2404384MtSaYq","332151VVLStg","2761IFLRsR","minHeight","number","5635410CWMkOj","91370LVoiYA","list","set","div","createCollection","bindTemplate","class","89KjZVpL"];return(vi=function(){return t})()}!function(t){const e=gi,n=t();for(;;)try{if(645984===-parseInt(e(228))/1*(parseInt(e(229))/2)+-parseInt(e(238))/3*(parseInt(e(234))/4)+-parseInt(e(242))/5+parseInt(e(232))/6+parseInt(e(233))/7*(-parseInt(e(237))/8)+parseInt(e(230))/9+parseInt(e(243))/10*(parseInt(e(239))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vi);const ki=(0,e.toUnit)("px");class bi extends go.View{constructor(t){const e=gi;super(t);const n=this[e(226)];this[e(223)](e(240),0),this[e(223)](e(227),""),this[e(244)]=this[e(225)](),this[e(236)]({tag:e(224),attributes:{class:["ck",e(231),e(235),n.to(e(227))],style:{minHeight:n.to(e(240),(t=>e(241)==typeof t?ki(t+10):null))}},children:this[e(244)]})}}function wi(){const t=["1819362uidQuO","_mutationObserver","div","content","20zAsGat","_targetTop","328170GJsGoX","1073996Plzwxg","element","58253140ScUVjm","attach","set","clientHeight","3LHdWQv","640070gzvqqH","bindTemplate","detach","ck-sidebar-item","updateHeight","top","height","ck-sidebar-item--no-animation","createCollection","setTemplate","render","11976360ubMEcL","destroy","clear","bind","21ciJfno","6956838qvFnnz","bottom","isAnimationDisabled"];return(wi=function(){return t})()}function Ii(t,e){const n=wi();return(Ii=function(t,e){return n[t-=266]})(t,e)}const _i=Ii;!function(t){const e=Ii,n=t();for(;;)try{if(767455===-parseInt(e(288))/1+-parseInt(e(281))/2*(parseInt(e(294))/3)+-parseInt(e(285))/4*(parseInt(e(295))/5)+-parseInt(e(287))/6*(parseInt(e(277))/7)+-parseInt(e(273))/8+-parseInt(e(278))/9+parseInt(e(290))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);const yi=(0,e.toUnit)("px");class Ci extends go.View{constructor(t){const e=Ii;super(t),this[e(292)](e(267),0),this[e(292)](e(268),0),this[e(276)](e(279)).to(this,e(267),this,e(268),((t,e)=>t+e)),this[e(292)](e(280),!1),this[e(282)]=Js((()=>this[e(266)]())),this[e(286)]=null,this[e(284)]=this[e(270)]();const n=this[e(296)];this[e(271)]({tag:e(283),attributes:{class:[e(298),n.to(e(280),(t=>t?e(269):""))],style:{top:n.to(e(267),(t=>yi(t)))}},children:this[e(284)]})}[_i(272)](){const t=_i;super[t(272)](),this[t(282)][t(291)](this[t(289)])}[_i(266)](){const t=_i,e=this[t(289)][t(293)];e&&(this[t(268)]=e)}[_i(274)](){const t=_i;this[t(284)][t(275)](),this[t(282)][t(297)](),super[t(274)]()}}const Ai=Ei;function Ti(){const t=["add","container","pluginName","_sidebarItemViewToAnnotation","change:bottom","max","_spaceBetweenItems","push","1405048fYSsbi","sidebar.container","change:top","bind","_createSidebarView","_getItemBefore","_getItemAfter","_activeAnnotation","render","setContainer","context","_alignForBottomChange","isActive","_alignAfterItem","bottom","class","view","_getMaxAvailableTop","_recalculateBuffer","unbind","minHeight","change:_lastItem","destroy","change:targetRect","length","element","206280VXZHtT","targetRect","getSidebarItemView","_attachToContainer","_getTargetTop","_alignToTargetRect","list","_targetTop","set","addAnnotation","sidebar-setcontainer-invalid-element","sidebar-attachtocontainer-missing-container","_updateLastItem","sidebar.preventScrollOutOfView","content","height","updateHeight","last","_destroySidebarItemView","_annotations","34291QlhEqa","init","883445ZOYXFx","remove","_annotationToSidebarItemView","2887250IZAXyX","6xjgtEC","_lastItem","9FGAFdV","Sidebar","_detachFromContainer","rearrange","1457071ybiWnk","delete","_setItemTop","getIndex","_recalculate","object","top","listenTo","define","_alignBeforeItem","refresh","_alignForTopChange","nodeType","config","isAnimationDisabled","appendChild","stopListening","target","locale","clear","2OwgOXO","79203Egkwyi","get"];return(Ti=function(){return t})()}function Ei(t,e){const n=Ti();return(Ei=function(t,e){return n[t-=292]})(t,e)}!function(t){const e=Ei,n=t();for(;;)try{if(159486===parseInt(e(330))/1*(-parseInt(e(362))/2)+-parseInt(e(363))/3+-parseInt(e(310))/4+-parseInt(e(332))/5*(-parseInt(e(336))/6)+parseInt(e(342))/7+parseInt(e(373))/8+parseInt(e(338))/9*(-parseInt(e(335))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ti);class xi extends t.ContextPlugin{static get[Ai(367)](){return Ai(339)}constructor(t){const e=Ai;super(t),this[e(318)](e(337),void 0),this[e(300)]=this[e(377)](),this[e(318)](e(366),null),this[e(371)]=25,this[e(368)]=new Map,this[e(334)]=new Map,this[e(294)][e(355)][e(350)](e(323),!1),this[e(329)]=null,this[e(380)]=null,this[e(302)]=[]}[Ai(331)](){const t=Ai,e=this[t(294)][t(355)][t(364)](t(374));e&&this[t(293)](e)}[Ai(293)](t){const n=Ai;if(!Oi(t))throw new e.CKEditorError(n(320));this[n(366)]=t}[Ai(313)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=Ai;if(!Oi(this[o(366)]))throw new e.CKEditorError(o(321),this);this[o(366)][o(357)](this[o(300)][o(309)]),this[o(300)][o(299)]=t,this[o(371)]=n}[Ai(341)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=Ai,s=this[o(312)](t);this[o(300)][o(316)][o(333)](s),this[o(328)](t),e&&this[o(315)](this[o(312)](e)),n&&this[o(315)](this[o(312)](n)),this[o(322)]()}[Ai(352)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=Ai;if(this[o(380)]=e,t){t[o(296)]=!1;const e=this[o(312)](t);e&&n&&(e[o(356)]=!1)}if(e){const t=this[o(312)](e);t&&(e[o(296)]=!0,n&&(t[o(356)]=!0,t[o(348)]+=1),this[o(315)](t))}}[Ai(340)](t){const e=Ai;if(this[e(300)][e(309)][e(333)](),t)for(const n of t)this[e(328)](n);this[e(300)][e(316)][e(361)](),this[e(300)][e(299)]="",this[e(337)]=null}[Ai(319)](t,e){const n=Ai;e||(e=t[n(300)]);const o=new Ci(this[n(294)][n(360)]);this[n(368)][n(318)](o,t),this[n(334)][n(318)](t,o),o[n(324)][n(365)](e),this[n(349)](t[n(300)],n(307),((e,s,r)=>{const i=n,c=this[i(314)](t,r);o[i(317)]!=c&&(o[i(317)]=c,this[i(344)](o,c))})),this[n(349)](o,n(375),(()=>{const t=n;this[t(346)](o,t(348))})),this[n(349)](o,n(369),(()=>{const t=n;this[t(346)](o,t(298))})),this[n(315)](o);const s=this[n(378)](o);return s&&this[n(297)](s,o)||this[n(315)](o),this[n(322)](),this[n(300)][n(316)][n(365)](o),o}[Ai(353)](t){const e=Ai;if(!t[e(324)][e(308)])return;const n=this[e(378)](t);if(!n)return;const o=this[e(368)][e(364)](n),s=this[e(380)];s&&s===o?this[e(297)](n,t):this[e(351)](t,n)}[Ai(295)](t){const e=Ai;if(!t[e(324)][e(308)])return;const n=this[e(379)](t);if(!n)return;const o=this[e(368)][e(364)](n),s=this[e(294)][e(355)][e(364)](e(323)),r=this[e(380)];r&&r===o&&s?(this[e(351)](n,t),this[e(297)](t,n)):r&&r===o?this[e(351)](n,t):this[e(297)](t,n)}[Ai(346)](t,e){const n=Ai;0===this[n(302)][n(308)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(302)])t(348)===n?this[t(353)](e):this[t(295)](e);this[t(302)]=[]}),10),this[n(302)][n(372)]({sidebarItemView:t,changedProp:e})}[Ai(312)](t){const e=Ai;return this[e(334)][e(364)](t)}[Ai(306)](){const t=Ai;this[t(358)](),this[t(300)][t(306)]()}[Ai(328)](t){const e=Ai,n=this[e(312)](t);this[e(358)](n),this[e(358)](t[e(300)]),n[e(306)](),this[e(334)][e(343)](t),this[e(368)][e(343)](n)}[Ai(377)](){const t=Ai,e=new bi(this[t(294)][t(360)]);return e[t(292)](),this.on(t(305),((n,o,s,r)=>{const i=t;r&&e[i(303)](i(304)),s?e[i(376)](i(304)).to(s,i(298)):e[i(304)]=null})),e}[Ai(322)](){const t=Ai;var e;this[t(337)]=(null===(e=this[t(329)])||void 0===e?void 0:e[t(327)])?this[t(312)](this[t(329)][t(327)]):null}[Ai(378)](t){const e=Ai;var n;const o=this[e(368)][e(364)](t),s=o&&(null===(n=this[e(329)])||void 0===n?void 0:n[e(364)](this[e(329)][e(345)](o)-1));return s&&this[e(312)](s)||null}[Ai(379)](t){const e=Ai;var n;const o=this[e(368)][e(364)](t),s=o&&(null===(n=this[e(329)])||void 0===n?void 0:n[e(364)](this[e(329)][e(345)](o)+1));return s&&this[e(312)](s)||null}[Ai(351)](t,e){const n=Ai;t[n(326)]();const o=Mi(e[n(298)]+this[n(371)],t[n(348)]);return!!o&&(this[n(344)](e,e[n(348)]-o),!0)}[Ai(297)](t,e){const n=Ai;t[n(326)]();const o=Mi(t[n(298)]+this[n(371)],e[n(348)]);return!!o&&(this[n(344)](e,e[n(348)]+o,!1),!0)}[Ai(315)](t){const e=Ai,n=this[e(368)][e(364)](t);if(!n||!n[e(359)]||!n[e(311)])return;const o=this[e(314)](n,n[e(311)]);this[e(344)](t,o)}[Ai(314)](t,n){const o=Ai;if(null===n)return 0;if(t[o(359)]instanceof e.Rect)return n[o(348)];{const t=new e.Rect(this[o(300)][o(309)])[o(348)];return n[o(348)]-t}}[Ai(344)](t,e,n=this[Ai(294)][Ai(355)][Ai(364)](Ai(323))){const o=Ai;n&&(e=Math[o(370)](e,this[o(301)](t))),t[o(348)]=e}[Ai(301)](t){const e=Ai;let n=this[e(378)](t),o=0;for(;n;)n[e(326)](),o+=this[e(371)]+n[e(325)],n=this[e(378)](n);return o}}function Mi(t,e){return Math[Ai(370)](t-e,0)}function Oi(t){const e=Ai;return null!==t&&e(347)==typeof t&&1===t[e(354)]}const Ri=Vi;function Vi(t,e){const n=ji();return(Vi=function(t,e){return n[t-=430]})(t,e)}function ji(){const t=["rearrange","uiUpdate","refreshPositioning","_attachToContainer","_activeAnnotation","stop","requires","_detachFromContainer","198kkvrMH","remove","_editorAnnotations","plugins","838990YoKGNQ","setActiveAnnotation","focus","ck-sidebar--wide","widesidebar-attach-already-attached","1021128lTXRNW","1006458tCtGaT","annotations","register","init","attach","add","get","isAttached","updateTargetRect","ready","16216HkikjK","pluginName","detach","5iZSaNQ","WideSidebar","getOrderedSelectedAnnotations","set","widesidebar-detach-not-attached","activeAnnotation","off","_destroyEditorAnnotationsIntegration","editors","resize","addAnnotation","set:container","refresh","_integrateWithEditorAnnotations","1306692NlbIgg","blur","destroy","listenTo","4577895KdgMHD","stopListening","high","_refreshPositioningDebounced","hasDomSelection","addEventListener","cancel","switchTo","context","wideSidebar","EditorAnnotations","container","_annotations","removeEventListener","from","has","6nhfFgV","8286110DePwyC","change:container"];return(ji=function(){return t})()}!function(t){const e=Vi,n=t();for(;;)try{if(485117===-parseInt(e(442))/1+parseInt(e(448))/2+parseInt(e(475))/3+-parseInt(e(447))/4*(-parseInt(e(461))/5)+-parseInt(e(495))/6*(parseInt(e(479))/7)+-parseInt(e(458))/8*(parseInt(e(438))/9)+parseInt(e(496))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ji);class Ni extends t.ContextPlugin{static get[Ri(436)](){return[xi,mi]}static get[Ri(459)](){return Ri(462)}constructor(t){const n=Ri;super(t),this[n(455)]=!1,this[n(464)](n(466),null),this[n(449)]=null,this[n(440)]=new e.Collection,this[n(482)]=Hs((()=>{const t=n;this[t(449)][t(432)]()}),250,{leading:!1})}[Ri(451)](){const t=Ri,e=this[t(487)][t(441)][t(454)](mi),n=this[t(487)][t(441)][t(454)](xi);e[t(450)](t(488),this),n[t(490)]&&e[t(486)](t(488))}[Ri(443)](t){const e=Ri;if(t===this[e(466)])return;const n=this[e(487)][e(441)][e(454)](xi);n[e(434)]=t;const o=this[e(466)];this[e(466)]=t,n[e(473)]({blurredAnnotation:o,activatedAnnotation:this[e(466)]})}[Ri(452)](n){const o=Ri;this[o(449)]=n;const s=this[o(487)][o(441)][o(454)](xi);if(s[o(491)]=n,this[o(455)])throw new e.CKEditorError(o(446),this);this[o(455)]=!0,this[o(478)](s,o(472),(()=>{const t=o;this[t(460)](),this[t(478)](s,t(497),(e=>{const o=t;e[o(467)](),this[o(452)](n)}))})),s[o(433)]({viewClass:o(445)});const r=t=>{const e=o;t[e(456)](),s[e(471)](t)};for(const t of n)r(t);this[o(478)](n,o(453),((t,e)=>{r(e)})),this[o(478)](n,o(439),((t,e,r)=>{const i=o;s[i(430)]({removedAnnotation:e,previousAnnotation:n[i(454)](r-1),nextAnnotation:n[i(454)](r+1)}),e===this[i(466)]&&this[i(443)](null)}),{priority:o(481)}),this[o(478)](n,o(444),((t,e)=>{this[o(443)](e)})),this[o(478)](n,o(476),(()=>{this[o(443)](null)}));const i=this[o(487)]instanceof t.Context?this[o(487)][o(469)]:new e.Collection([this[o(487)]]);for(const t of i)this[o(474)](t);this[o(478)](i,o(453),((t,e)=>{const n=o;this[n(478)](e,n(457),(()=>{this[n(474)](e)}))})),this[o(478)](i,o(439),((t,e)=>{const n=o;e[n(441)][n(494)](n(489))&&this[n(468)](e[n(441)][n(454)](n(489)))})),window[o(484)](o(470),this[o(482)]),this[o(449)][o(432)]()}[Ri(460)](){const n=Ri;if(!this[n(455)])throw new e.CKEditorError(n(465),this);this[n(443)](null);const o=this[n(487)][n(441)][n(454)](xi);o[n(437)](this[n(449)]),this[n(480)](o),this[n(480)](this[n(449)]),this[n(487)]instanceof t.Context&&this[n(480)](this[n(487)][n(469)]);for(const t of Array[n(493)](this[n(440)]))this[n(468)](t);window[n(492)](n(470),this[n(482)]),this[n(482)][n(485)](),this[n(466)]=null,this[n(455)]=!1,this[n(449)]=null}[Ri(477)](){const t=Ri;this[t(455)]&&this[t(460)]()}[Ri(474)](t){const e=Ri;if(!t[e(441)][e(494)](e(489)))return;const n=t[e(441)][e(454)](e(489)),o=()=>{const t=e,o=n[t(463)]({annotations:this[t(449)],activeAnnotation:this[t(466)]});this[t(443)](o[0]||null)};this[e(478)](n,e(473),o),this[e(478)](n,e(476),((t,{isAnnotationTracked:n})=>{const o=e;this[o(466)]&&n(this[o(466)])&&this[o(443)](null)})),this[e(478)](n,e(431),(()=>{this[e(482)]()})),this[e(478)](this[e(449)],e(476),(t=>{const s=e;n[s(483)]()&&(o(),t[s(435)]())}),{priority:e(481)}),this[e(440)][e(453)](n)}[Ri(468)](t){const e=Ri;this[e(480)](t),this[e(440)][e(439)](t)}}function Si(t,e){const n=Di();return(Si=function(t,e){return n[t-=223]})(t,e)}function Di(){const t=["span","ck-annotation-counter__badge","extendTemplate","367341QzYnuI","210DsXzDD","...","isDirty","61vFmapc","bind","8urVsWB","set","2729010YxXVMp","236349uklWnG","_badge","14413817dWDcke","number","294696gueLvn","ck-annotation-counter__badge--","toString","15194VDligy","ck-annotation-counter","ck-annotation-counter__badge--edit-mode","icon","add","bindTemplate","counterView","annotationType","setTemplate","children","250334gjzMwn","20KosdzC"];return(Di=function(){return t})()}!function(t){const e=Si,n=t();for(;;)try{if(295873===-parseInt(e(244))/1*(-parseInt(e(225))/2)+-parseInt(e(240))/3+parseInt(e(253))/4*(parseInt(e(236))/5)+parseInt(e(248))/6+parseInt(e(235))/7*(-parseInt(e(246))/8)+-parseInt(e(249))/9*(-parseInt(e(241))/10)+-parseInt(e(251))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Di);class Pi extends go.ButtonView{constructor(t){const e=Si;super(t);const n=this[e(230)];this[e(247)](e(243),!1),this[e(247)](e(252),0),this[e(245)](e(250)).to(this,e(243),this,e(252),((t,n)=>t?e(242):n[e(224)]())),this[e(247)](e(232),""),this[e(228)]=ei,this[e(239)]({attributes:{class:[e(226)]}}),this[e(231)]=new go.View,this[e(231)][e(233)]({tag:e(237),attributes:{class:[e(238),n.to(e(232),(t=>e(223)+t)),n.if(e(243),e(227))]},children:[{text:n.to(e(250))}]}),this[e(234)][e(229)](this[e(231)])}}var Bi=n(197),zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Bi.A,zi);Bi.A.locals;const Li=Ki;function Fi(){const t=["narrowSidebar","uiUpdate","length","getByView","keyCode","_refreshPositioningDebounced","bodyCollection","view","set","find","1JAtlcx","set:container","_annotations","create","155ezJaWQ","attach","_hideBalloon","preventDefault","rearrange","context","keydown","southArrowNorth","preventClosingBalloon","low","stop","first","northArrowSouth","getSidebarItemView","target","detach","attachToDom","addEventListener","3848810kMpQba","Esc","refresh","_setSelectedAnnotations","off","EditorAnnotations","_refreshPositioning","895932jFxzmH","content","number","_destroyEditorAnnotationsIntegration","_detachListeners","isVisible","contains","destroy","execute","listenTo","unpin","_annotationToNarrowView","values","remove","locale","_showBalloon","ck-sidebar--narrow","addAnnotation","init","esc","pin","northArrowSouthWest","southArrowNorthWest","_updateBalloonPosition","detachFromDom","_integrateWithEditorAnnotations","focusableElements","266904EAkxGM","register","from","stopPropagation","plugins","has","delete","mousedown","_attachListeners","_manuallyClosedAnnotationViews","pluginName","southArrowNorthEast","annotationType","change:height","refreshPositioning","_domEmitter","annotations","getOrderedSelectedAnnotations","setActiveAnnotation","9562yQnkFX","bind","cancel","removeEventListener","1644270JDRpaE","get","_selectedAnnotations","element","northArrowSouthEast","high","isAttached","requires","2712auPwNQ","resize","_attachToContainer","balloonPanelView","narrowsidebar-detach-not-attached","defaultPositions","add","125384mvNrIq","includes","_editorAnnotations","isDirty","clear","hasDomSelection","blur","stopListening","_detachFromContainer","focus","activeAnnotation","ready","2108856juIXfd","change:container","NarrowSidebar","editors","narrowsidebar-attach-already-attached","type"];return(Fi=function(){return t})()}function Ki(t,e){const n=Fi();return(Ki=function(t,e){return n[t-=301]})(t,e)}!function(t){const e=Ki,n=t();for(;;)try{if(656650===-parseInt(e(311))/1*(parseInt(e(390))/2)+-parseInt(e(367))/3+-parseInt(e(405))/4*(-parseInt(e(315))/5)+-parseInt(e(417))/6+-parseInt(e(386))/7*(-parseInt(e(398))/8)+parseInt(e(340))/9+parseInt(e(333))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fi);class Ui extends t.ContextPlugin{static get[Li(397)](){return[xi,mi]}static get[Li(377)](){return Li(419)}constructor(t){const n=Li;super(t),this[n(396)]=!1,this[n(376)]=new Set,this[n(382)]=Object[n(314)](e.DomEmitterMixin),this[n(351)]=new Map,this[n(309)](n(415),null),this[n(383)]=null,this[n(392)]=[],this[n(407)]=new e.Collection,this[n(306)]=Hs((()=>{this[n(339)]()}),250,{leading:!1})}[Li(358)](){const t=Li;this[t(320)][t(371)][t(391)](mi)[t(368)](t(301),this),this[t(307)]=new go.BodyCollection(this[t(320)][t(354)]),this[t(401)]=new go.BalloonPanelView(this[t(320)][t(354)]),this[t(307)][t(331)](),this[t(307)][t(404)](this[t(401)])}[Li(316)](n){const o=Li;this[o(383)]=n;const s=this[o(320)][o(371)][o(391)](xi),r=this[o(401)];if(s[o(313)]=n,this[o(396)])throw new e.CKEditorError(o(421),this);this[o(396)]=!0,this[o(349)](s,o(312),(()=>{const t=o;this[t(330)](),this[t(349)](s,t(418),(e=>{const o=t;e[o(337)](),this[o(316)](n)}))})),s[o(400)]({viewClass:o(356),spaceBetweenItems:5});const i=t=>{const e=o,n=new Pi(this[e(320)][e(354)]);s[e(357)](t,n),this[e(351)][e(309)](t,n),n[e(387)](e(408),e(379),e(342)).to(t[e(308)],e(408),e(422),e(303)),n.on(e(348),(()=>{const n=e;this[n(376)][n(409)](),r[n(341)][n(326)]!==t[n(308)]?(this[n(355)](t),t[n(308)][n(393)][n(414)](),this[n(385)](t)):this[n(385)](null)}))};for(const t of n)i(t);this[o(349)](n,o(404),((t,e)=>{i(e)})),this[o(349)](n,o(353),((t,e,r)=>{const i=o;this[i(351)][i(391)](e)[i(347)](),this[i(351)][i(373)](e),s[i(319)]({removedAnnotation:e,previousAnnotation:n[i(391)](r-1),nextAnnotation:n[i(391)](r+1)}),e===this[i(415)]&&this[i(385)](null)}),{priority:o(324)}),this[o(349)](n,o(414),((t,e)=>{this[o(385)](e)})),this[o(349)](n,o(411),(()=>{this[o(385)](null)})),this[o(382)][o(349)](document,o(321),((t,n)=>{const s=o;n[s(305)]===e.keyCodes[s(359)]&&r[s(345)]&&(this[s(376)][s(404)](r[s(341)][s(326)]),this[s(317)](),n[s(370)](),n[s(318)]())})),this[o(382)][o(349)](document,o(374),((t,e)=>{const n=o,i=e[n(329)];r[n(345)]&&r[n(393)][n(346)](i)||s[n(308)][n(393)][n(346)](i)||t[n(323)]||this[n(415)]&&this[n(415)][n(366)][n(310)]((t=>t[n(346)](i)))||(this[n(376)][n(409)](),this[n(317)](),this[n(385)](null))}));const c=this[o(320)]instanceof t.Context?this[o(320)][o(420)]:new e.Collection([this[o(320)]]);for(const t of c)this[o(365)](t);this[o(349)](c,o(404),((t,e)=>{const n=o;this[n(349)](e,n(416),(()=>{this[n(365)](e)}))})),this[o(349)](c,o(353),((t,e)=>{const n=o;e[n(371)][n(372)](n(338))&&this[n(343)](e[n(371)][n(391)](n(338)))})),window[o(332)](o(399),this[o(306)]),this[o(339)]()}[Li(385)](t){const e=Li;if(t===this[e(415)])return;const n=this[e(320)][e(371)][e(391)](xi);n[e(335)]({blurredAnnotation:this[e(415)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(328)](t)?this[e(355)](t):this[e(317)](),this[e(415)]=t}[Li(330)](){const n=Li;if(!this[n(396)])throw new e.CKEditorError(n(402),this);this[n(385)](null);const o=this[n(320)][n(371)][n(391)](xi);this[n(317)](),Array[n(369)](this[n(351)][n(352)](),(t=>t[n(347)]())),this[n(351)][n(409)](),o[n(413)](this[n(383)]),this[n(412)](),this[n(382)][n(412)](),this[n(320)]instanceof t.Context&&this[n(412)](this[n(320)][n(420)]);for(const t of Array[n(369)](this[n(407)]))this[n(343)](t);window[n(389)](n(399),this[n(306)]),this[n(306)][n(388)](),this[n(392)]=[],this[n(396)]=!1,this[n(383)]=null}[Li(347)](){const t=Li;this[t(396)]&&this[t(330)](),this[t(307)][t(364)]()}[Li(365)](t){const e=Li;if(!t[e(371)][e(372)](e(338)))return;const n=t[e(371)][e(391)](e(338)),o=this[e(320)][e(371)][e(391)](xi),s=this[e(383)],r=this[e(401)],i=()=>{const t=e,o=n[t(384)]({annotations:this[t(383)],activeAnnotation:this[t(415)]});this[t(336)](o),this[t(385)](o[0]||null)};this[e(349)](n,e(335),i),this[e(349)](n,e(411),((t,{isAnnotationTracked:n})=>{const o=e;this[o(415)]&&n(this[o(415)])&&(this[o(336)]([]),this[o(385)](null))})),this[e(349)](n,e(302),(()=>{this[e(306)]()})),this[e(349)](s,e(411),(t=>{const o=e;n[o(410)]()&&t[o(325)]()}),{priority:e(395)}),this[e(349)](this[e(382)],e(374),((t,s)=>{const c=e,a=s[c(329)];r[c(345)]&&r[c(393)][c(346)](a)||o[c(308)][c(393)][c(346)](a)||this[c(415)]&&n[c(410)]()&&(i(),t[c(323)]=!0)}),{priority:e(395)}),this[e(407)][e(404)](n)}[Li(343)](t){const e=Li;t&&(this[e(412)](t),this[e(407)][e(353)](t))}[Li(336)](t){const e=Li;for(const n of this[e(392)])t[e(406)](n)||this[e(376)][e(373)](n[e(308)]);this[e(392)]=t}[Li(339)](){const t=Li,e=this[t(401)];this[t(383)][t(381)](),e[t(345)]&&this[t(363)]()}[Li(355)](t){const e=Li;if(this[e(376)][e(372)](t[e(308)]))return;const n=this[e(401)][e(341)][e(326)];n!==t[e(308)]?(n&&this[e(344)](n),this[e(375)](t[e(308)]),this[e(401)][e(341)][e(409)](),this[e(401)][e(341)][e(404)](t[e(308)]),this[e(363)]()):this[e(363)]()}[Li(363)](){const t=Li,e=this[t(401)][t(341)][t(326)],n=e&&this[t(383)][t(304)](e);if(!n||!this[t(351)][t(372)](n))return;const o=this[t(351)][t(391)](n)[t(393)],s=function(){const e=t,n=go.BalloonPanelView[e(403)];return[n[e(378)],n[e(394)],n[e(322)],n[e(327)],n[e(362)],n[e(361)]]}();this[t(401)][t(360)]({target:o,positions:s})}[Li(317)](){const t=Li,e=this[t(401)],n=e[t(341)][t(326)];n&&(this[t(344)](n),e[t(350)](),e[t(341)][t(409)]())}[Li(375)](t){const e=Li;this[e(349)](t,e(380),(()=>this[e(363)]())),this[e(349)](t,e(334),((n,o)=>{const s=e;this[s(376)][s(404)](t),this[s(317)](),o()}))}[Li(344)](t){this[Li(412)](t)}}var Wi=n(874),Hi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Wi.A,Hi);Wi.A.locals;function qi(){const t=["domConverter","editor","attach","_setSelectedAnnotations","switchTo","destroy","visibleView","hasActive","set","getClientRects","mousedown","plugins","fromRect","target","isActive","find","clear","targetRect","setActiveAnnotation","inline","length","1546455ZCNuDA","pluginName","change:visibleView","listenTo","stopListening","detach","_balloon","updatePosition","showStack","left","bottom","afterInit","map","_closeAnnotation","isFocused","width","activeAnnotation","Esc","register","472287Gyufbi","_manuallyClosed","includes","_selectedAnnotations","refresh","isAttached","remove","annotations","keystrokes","getFirstRange","context","every","_addedAnnotations","has","inlineannotations-attach-already-attached","getOrderedSelectedAnnotations","4zWGpfm","_addAnnotationToBalloon","viewRangeToDom","1158822kowrlx","right","update","top","_removeAnnotationFromBalloon","document","get","1563408DUzbgV","from","selection","72908tNKUIT","delete","_getBalloonTargetForAnnotation","hasView","inlineannotations-detach-not-attached","inlineannotations-not-allowed-with-context","addObserver","change:isFocused","getBoundingClientRect","1027138kTAJVQ","InlineAnnotations","371942pKiGoI","focusTracker","add","editableElement","focus","editing","push","requires","getByView","_forceRefresh","collapse","init","change:height","view","blur"];return(qi=function(){return t})()}const Gi=Ji;!function(t){const e=Ji,n=t();for(;;)try{if(203703===parseInt(e(370))/1+-parseInt(e(346))/2*(parseInt(e(330))/3)+-parseInt(e(359))/4+parseInt(e(311))/5+-parseInt(e(349))/6+-parseInt(e(368))/7+parseInt(e(356))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Xi extends t.Plugin{static get[Gi(282)](){return[Vr,go.ContextualBalloon,mi]}static get[Gi(312)](){return Gi(369)}constructor(t){const e=Gi;super(t),t[e(280)][e(288)][e(365)](To.MouseObserver),this[e(335)]=!1,this[e(298)](e(327),null),this[e(337)]=null,this[e(331)]=new Set,this[e(317)]=t[e(301)][e(355)](go.ContextualBalloon),this[e(342)]=new Set,this[e(333)]=[],this[e(284)]=!1}[Gi(286)](){const t=Gi,e=this[t(291)][t(301)][t(355)](mi);e[t(340)]===this[t(291)]&&(e[t(329)](t(309),this),this[t(291)][t(338)][t(298)](t(328),((e,n)=>{const o=t,s=this[o(317)];if(this[o(335)]&&s[o(296)]){const t=this[o(337)][o(283)](s[o(296)]);t&&this[o(324)](t),n()}})))}[Gi(322)](){const t=Gi,e=this[t(291)][t(301)][t(355)](mi);e[t(340)]===this[t(291)]&&(e[t(297)]()||e[t(294)](t(309)))}[Gi(308)](t){const e=Gi;t!==this[e(327)]&&(this[e(327)]&&(this[e(327)][e(304)]=!1),t&&this[e(291)].ui[e(371)][e(325)]&&(this[e(337)][e(343)](t)&&this[e(347)](t,!0),t[e(304)]=!0),t||this[e(293)]([]),this[e(327)]=t)}[Gi(292)](t){const n=Gi;this[n(337)]=t;const o=this[n(291)][n(301)][n(355)](mi),s=this[n(317)];if(this[n(335)])throw new e.CKEditorError(n(344),this);if(o[n(340)]!==this[n(291)])throw new e.CKEditorError(n(364),this);const r=this[n(291)][n(301)][n(355)](Vr);this[n(314)](r,n(334),(()=>{const t=n,e=r[t(345)]({annotations:this[t(337)],activeAnnotation:this[t(327)]});var o,s;!this[t(284)]&&(o=e,s=this[t(333)],o[t(310)]===s[t(310)]&&o[t(341)]((e=>s[t(332)](e))))||(this[t(284)]=!1,this[t(293)](e),this[t(308)](e[0]||null))})),this[n(314)](r,n(289),((t,{isAnnotationTracked:e})=>{const o=n;this[o(327)]&&e(this[o(327)])&&(this[o(293)]([]),this[o(308)](null))})),this[n(314)](this[n(291)].ui[n(371)],n(366),((t,e,o)=>{o||this[n(308)](null)})),this[n(314)](t,n(336),((t,e)=>{const o=n;this[o(353)](e),e===this[o(327)]&&this[o(308)](null)})),this[n(314)](s,n(313),((e,o,r,i)=>{const c=n;i&&this[c(315)](i);const a=t[c(283)](r);r&&a&&(this[c(314)](r,c(287),(()=>{s[c(318)]()})),this[c(314)](r,c(328),(()=>{const t=c;this[t(324)](a),this[t(291)][t(280)][t(288)][t(279)]()})),this[c(327)]!==a&&this[c(308)](a))})),this[n(314)](this[n(291)].ui,n(351),(()=>{const e=n;s[e(296)]&&t[e(283)](s[e(296)])&&s[e(318)]()})),this[n(314)](this[n(291)][n(280)][n(288)][n(354)],n(300),(()=>{const t=n;this[t(284)]=!0,this[t(331)][t(306)]()})),this[n(291)][n(280)][n(288)][n(354)][n(358)][n(278)]&&this[n(291)][n(280)][n(288)][n(279)](),this[n(335)]=!0}[Gi(316)](){const t=Gi;if(!this[t(335)])throw new e.CKEditorError(t(363),this);this[t(308)](null);for(const e of this[t(342)])this[t(353)](e);this[t(315)](),this[t(335)]=!1,this[t(337)]=null}[Gi(295)](){const t=Gi;this[t(335)]&&this[t(316)]()}[Gi(293)](t){const e=Gi;for(const n of this[e(333)])t[e(332)](n)||this[e(331)][e(360)](n);for(const n of this[e(337)])t[e(332)](n)||this[e(353)](n);if(this[e(291)].ui[e(371)][e(325)])for(const n of t)this[e(347)](n);this[e(333)]=t}[Gi(347)](t,e=!1){const n=Gi;this[n(331)][n(343)](t)||(this[n(342)][n(343)](t)||this[n(317)][n(362)](t[n(288)])||(this[n(342)][n(277)](t),this[n(317)][n(277)]({stackId:t[n(288)].id,view:t[n(288)],position:{target:()=>this[n(361)](t)}})),e&&this[n(317)][n(319)](t[n(288)].id))}[Gi(361)](t){const n=Gi,o=t[n(303)],s=this[n(291)][n(280)][n(288)],r=s[n(354)][n(358)][n(339)](),i=s[n(290)][n(348)](r);if(i[n(285)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(281)](...(c=e[n(299)](),Array[n(357)](c)[n(323)](DOMRect[n(302)])));t=function(t){const e=n,o=[];let s=t[0];for(let n=1;n<t[e(310)];n++)Qi(s,t[n])?s[e(326)]+=t[n][e(326)]:(o[e(281)](s),s=t[n]);return o[e(281)](s),o}(t);const s=i[n(367)]();return t[n(305)]((t=>t[n(352)]<=s[n(352)]&&t[n(321)]>=s[n(321)]&&t[n(320)]<=s[n(320)]&&t[n(350)]>=s[n(350)]))||t[0]}var c;return t[n(307)]||i}[Gi(353)](t){const e=Gi;this[e(342)][e(343)](t)&&this[e(317)][e(362)](t[e(288)])&&(this[e(342)][e(360)](t),this[e(317)][e(336)](t[e(288)]))}[Gi(324)](t){const e=Gi;this[e(331)][e(277)](t),this[e(353)](t)}}function Ji(t,e){const n=qi();return(Ji=function(t,e){return n[t-=277]})(t,e)}function Qi(t,e){const n=Gi;return t[n(352)]===e[n(352)]&&t[n(321)]===e[n(321)]&&t[n(350)]===e[n(320)]}var Yi=n(353),Zi={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Ts()(Yi.A,Zi);Yi.A.locals;const $i='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',tc=ec;function ec(t,e){const n=oc();return(ec=function(t,e){return n[t-=119]})(t,e)}!function(t){const e=ec,n=t();for(;;)try{if(745355===-parseInt(e(152))/1+-parseInt(e(155))/2+-parseInt(e(121))/3+parseInt(e(123))/4*(parseInt(e(142))/5)+-parseInt(e(149))/6*(parseInt(e(132))/7)+-parseInt(e(138))/8+parseInt(e(131))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(oc);class nc extends go.View{constructor(t,n){const o=ec;super(t),this[o(119)](o(126),!n[o(128)]),this[o(127)]=new e.FocusTracker,this[o(136)]=new e.KeystrokeHandler,this[o(141)]=n,this[o(120)]=new go.FocusCycler({focusables:this[o(141)],focusTracker:this[o(127)],keystrokeHandler:this[o(136)],actions:{focusPrevious:o(137),focusNext:o(133)}}),this[o(156)](n,o(140),(()=>{this[o(126)]=!1})),this[o(156)](n,o(139),((t,e)=>{const s=o;e[s(159)]&&this[s(129)](),n[s(128)]||(this[s(126)]=!0)}));const s=this[o(124)];this[o(150)]({tag:o(157),attributes:{dir:o(125),class:["ck",o(160)],tabindex:-1},children:[{tag:o(157),attributes:{class:[o(144)]},children:[{tag:o(157),children:n},{tag:"p",attributes:{class:[o(158),s.if(o(126),o(135),(t=>!t))]},children:[{text:vo(t,o(122))}]}]}]})}[tc(153)](){const t=tc;super[t(153)](),this[t(136)][t(156)](this[t(143)]);const e=e=>e[t(145)]();this[t(136)][t(119)](t(146),e),this[t(136)][t(119)](t(134),e),this[t(136)][t(119)](t(130),e),this[t(136)][t(119)](t(148),e),this[t(156)](this[t(143)],t(154),((e,n)=>{n[t(145)]()}),{priority:t(151)})}[tc(147)](){const t=tc;super[t(147)](),this[t(127)][t(147)](),this[t(136)][t(147)]()}[tc(129)](){const t=tc;this[t(143)][t(129)]()}}function oc(){const t=["272428lHWlur","listenTo","div","ck-comments-archive__info","isActive","ck-comments-archive","set","_focusCycler","2516346zRjoet","EMPTY_COMMENTS_ARCHIVE","156192RrflAf","bindTemplate","auto","isEmpty","_focusTracker","length","focus","arrowup","18405711sQevBX","844109AnOmNx","tab","arrowleft","ck-hidden","_keystrokes","shift + tab","1156112iyFgSK","remove","add","_focusables","135vPSbOl","element","ck-comments-archive__content","stopPropagation","arrowright","destroy","arrowdown","60fLFVnM","setTemplate","high","28640LMVWDk","render","selectstart"];return(oc=function(){return t})()}const sc=ic;function rc(){const t=["addCommentThread","has","get","2865681hDsIcD","45MghXtb","init","stopListening","223280MkTpEs","pluginName","findIndex","CommentsArchive","_calculatePosition","1415449sKkInb","highest","remove","3JLzFaK","collection","archivedAt","requires","4cAyZtb","268782DCFKWr","plugins","listenTo","13823315zjiRTN","focus","length","10faliuG","archivedThreads","activate","763276amCTmY","context","add","getCommentThread","1993832AZTxei","change:archivedAt","isActive","removeCommentThread"];return(rc=function(){return t})()}function ic(t,e){const n=rc();return(ic=function(t,e){return n[t-=321]})(t,e)}!function(t){const e=ic,n=t();for(;;)try{if(232320===parseInt(e(325))/1*(-parseInt(e(350))/2)+-parseInt(e(321))/3*(-parseInt(e(335))/4)+parseInt(e(347))/5*(-parseInt(e(326))/6)+parseInt(e(355))/7+-parseInt(e(339))/8+-parseInt(e(346))/9+-parseInt(e(332))/10*(-parseInt(e(329))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rc);class cc extends t.ContextPlugin{static get[sc(351)](){return sc(353)}static get[sc(324)](){return[Ir,pr]}constructor(t){const n=sc;super(t),this[n(333)]=new e.Collection}[sc(348)](){const t=sc,e=this[t(336)],n=e[t(327)][t(345)](Ir),o=e[t(327)][t(345)](pr);this[t(328)](n,t(343),((e,{threadId:o})=>{const s=t,r=n[s(338)](o);r[s(323)]&&this[s(333)][s(337)](r,this[s(354)](r[s(323)])),this[s(328)](r,s(340),((t,e,n)=>{const o=s;n?this[o(333)][o(344)](r)||this[o(333)][o(337)](r,this[o(354)](r[o(323)])):this[o(333)][o(344)](r)&&this[o(333)][o(357)](r)}))})),this[t(328)](n,t(342),((e,{threadId:o})=>{const s=t,r=n[s(338)](o);this[s(349)](r),this[s(333)][s(344)](r)&&this[s(333)][s(357)](r)}),{priority:t(356)}),this[t(328)](o[t(322)],t(330),((e,n)=>{const s=t;n[s(341)]=!0,o[s(334)](n)}))}[sc(354)](t){const e=sc,n=[...this[e(333)]][e(352)]((n=>n[e(323)]<t));return n>-1?n:this[e(333)][e(331)]}}const ac=uc;function hc(){const t=["requires","pluginName","_pendingThreads","archivedThreads","106114YWyEkk","init","_toggleDialog","getByInnerView","set","length","collection","CommentsRepository","21chOHIm","remove","archivedAt","config","EDITOR_TOP_SIDE","isEnabled","9YqnHqx","hide","20oNvfJl","_threadToController","add","listenTo","splice","findIndex","bind","find","focusableElements","Dialog","1495354DnxSkk","235541AhFVuM","_visibleAnnotations","commentsArchiveView","tooltip","CommentsArchiveUI","1404702Kwksto","_createCommentsArchiveButton","isVisible","show","execute","2308570potYDr","componentFactory","plugins","indexOf","get","Annotations","collaboration.channelId","view","editor","filter","COMMENTS_ARCHIVE","401495kIIeKb","commentsArchive","push","menuBar:commentsArchive","locale","annotationViews","stopListening","1785928XVRzCu","_calculatePosition","channelId","innerView"];return(hc=function(){return t})()}function uc(t,e){const n=hc();return(uc=function(t,e){return n[t-=121]})(t,e)}!function(t){const e=uc,n=t();for(;;)try{if(233556===parseInt(e(156))/1+-parseInt(e(129))/2*(-parseInt(e(137))/3)+parseInt(e(145))/4*(-parseInt(e(177))/5)+parseInt(e(161))/6+-parseInt(e(155))/7+-parseInt(e(121))/8*(parseInt(e(143))/9)+parseInt(e(166))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hc);class dc extends t.Plugin{static get[ac(126)](){return ac(160)}static get[ac(125)](){return[cc,go.Dialog]}constructor(t){const e=ac;super(t),this[e(182)]=new go.ViewCollection,this[e(127)]=[]}[ac(130)](){const t=ac;this[t(174)].ui[t(167)][t(147)](t(178),(()=>this[t(162)](go.ButtonView,!0))),this[t(174)].ui[t(167)][t(147)](t(180),(()=>this[t(162)](go.MenuBarMenuListItemButtonView)));const e=this[t(174)][t(168)][t(170)](cc),n=this[t(174)][t(168)][t(170)](t(171)),o=this[t(174)][t(168)][t(170)](t(136));this[t(148)](e[t(128)],t(147),((e,s)=>{const r=t,i=this[r(174)][r(140)][r(170)](r(172));if(!i||s[r(123)]===i){const t=o[r(146)][r(170)](s);if(!t)return void this[r(127)][r(179)](s);const e=this[r(122)](s[r(139)]),i=n[r(132)](t[r(173)]);i[r(163)]&&n[r(157)][r(138)](i),this[r(182)][r(147)](i[r(173)],e)}})),this[t(148)](n[t(135)],t(147),((e,n)=>{const s=t,r=this[s(127)][s(152)]((t=>{const e=s,r=o[e(146)][e(170)](t);return r&&n[e(124)]===r[e(173)]}));if(r){const t=this[s(122)](r[s(139)]);this[s(182)][s(147)](n[s(173)],t),this[s(127)][s(149)](this[s(127)][s(169)](r),1)}})),this[t(148)](e[t(128)],t(138),((e,s)=>{const r=t,i=this[r(174)][r(140)][r(170)](r(172));if(!i||s[r(123)]===i){const t=o[r(146)][r(170)](s),e=n[r(132)](t[r(173)]);this[r(182)][r(138)](e[r(173)]),this[r(183)](e[r(153)])}}))}[ac(122)](t){const e=ac,n=this[e(174)][e(140)][e(170)](e(172)),o=[...this[e(174)][e(168)][e(170)](cc)[e(128)]][e(175)]((t=>t[e(123)]===n))[e(150)]((n=>n[e(139)]<t));return o<0||o>this[e(182)][e(134)]?this[e(182)][e(134)]:o-1}[ac(131)](){const t=ac,e=this[t(174)],n=e[t(168)][t(170)](t(154));this[t(158)]||(this[t(158)]=new nc(e[t(181)],this[t(182)])),t(178)===n.id?n[t(144)]():n[t(164)]({id:t(178),title:vo(e[t(181)],t(176)),icon:$i,hasCloseButton:!0,content:this[t(158)],position:go.DialogViewPosition[t(141)]})}[ac(162)](t,e=!1){const n=ac,o=this[n(174)][n(181)],s=new t(o);return s[n(151)](n(142)).to(this,n(142)),s[n(133)]({label:vo(o,n(176)),icon:$i}),e&&(s[n(159)]=!0),this[n(148)](s,n(165),(()=>this[n(131)]())),s}}var lc=mc;function mc(t,e){var n=pc();return(mc=function(t,e){return n[t-=184]})(t,e)}function pc(){var t=["pluginName","127672ZaJGVz","729JoNypn","6616874ronLCZ","requires","3812742ySFfBq","508364JwMdcz","1463805aakTFk","1BrMOKC","29180rOtHEE","19512HTxsIp","40UfbTyH","217KzPNeg","Comments"];return(pc=function(){return t})()}!function(t){for(var e=mc,n=t();;)try{if(359947===parseInt(e(195))/1*(parseInt(e(193))/2)+parseInt(e(194))/3+parseInt(e(188))/4*(-parseInt(e(184))/5)+parseInt(e(192))/6+parseInt(e(185))/7*(parseInt(e(197))/8)+parseInt(e(189))/9*(-parseInt(e(196))/10)+-parseInt(e(190))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pc);class fc extends t.Plugin{static get[lc(191)](){return[Ir,Jr,ri,cc,dc,hi,Ni,Ui,Xi]}static get[lc(187)](){return lc(186)}}function gc(){var t=["42iDPtjr","1587859QzBYPt","10066032RNIUwJ","737487oqmLZB","80714JiInEX","8DFqMLw","2105470yCazMK","24011163wLwKeI","303ItEoxl","130BhWmkh","47172DhYIEU"];return(gc=function(){return t})()}function vc(t,e){var n=gc();return(vc=function(t,e){return n[t-=380]})(t,e)}!function(t){for(var e=vc,n=t();;)try{if(887352===-parseInt(e(388))/1*(parseInt(e(389))/2)+parseInt(e(381))/3*(parseInt(e(383))/4)+parseInt(e(390))/5+-parseInt(e(384))/6*(-parseInt(e(385))/7)+parseInt(e(386))/8+-parseInt(e(387))/9*(parseInt(e(382))/10)+-parseInt(e(380))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gc)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();