@ckeditor/ckeditor5-paste-from-office-enhanced 43.3.1 → 44.0.0-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/README.md CHANGED
@@ -7,6 +7,18 @@ This package contains the paste from Office enhanced feature for CKEditor 5
7
7
 
8
8
  This is a premium feature. [Contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions!
9
9
 
10
+ ## Installation
11
+
12
+ This plugin is part of the `ckeditor5-premium-features` package. Install the whole package to use it.
13
+
14
+ ```bash
15
+ npm install ckeditor5-premium-features
16
+ ```
17
+
18
+ ## Create free account
19
+
20
+ If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
21
+
10
22
  ## Demo
11
23
 
12
24
  Check out the [demo in the Paste from Office enhanced feature](https://ckeditor.com/docs/ckeditor5/latest/features/paste-from-office-enhanced.html#demo) guide.
@@ -15,12 +27,6 @@ Check out the [demo in the Paste from Office enhanced feature](https://ckeditor.
15
27
 
16
28
  See the [`@ckeditor/ckeditor5-paste-from-office-enhanced` package](https://ckeditor.com/docs/ckeditor5/latest/api/paste-from-office-enhanced.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Paste from Office enhanced](https://ckeditor.com/docs/ckeditor5/latest/features/paste-from-office-enhanced.html) feature guide.
17
29
 
18
- ## Installation
19
-
20
- ```bash
21
- npm install ckeditor5-premium-features
22
- ```
23
-
24
30
  ## Getting support
25
31
 
26
32
  The CKEditor 5 Paste from Office Enhanced feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 paste from Office enhanced feature with your application.
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md.
4
- */(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>ct});var t=n(782),e=(n(331),n(783));function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class b{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const{body:n,stylesString:r}=t._parsedData;o(n,r,this.hasMultiLevelListPlugin),h(n,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(n),t.content=n}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join("  ").substr(0,e.length)))}function w(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>(&nbsp;|\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join("  ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(t,e){const n=A();return(S=function(t,e){return n[t-=286]})(t,e)}function A(){const t=["5856210GeZDmi","49260DSElUn","27AaVkyH","3346780evnBuu","16dwALLn","1653274CXArOW","205988zWxDHx","test","299022fRjRDe","130fdzIKo","79051luXMKU"];return(A=function(){return t})()}!function(t){const e=S,n=t();for(;;)try{if(613329===parseInt(e(296))/1+-parseInt(e(295))/2*(parseInt(e(287))/3)+-parseInt(e(292))/4+parseInt(e(286))/5+-parseInt(e(294))/6+-parseInt(e(291))/7*(parseInt(e(290))/8)+parseInt(e(288))/9*(parseInt(e(289))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(A);const C=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function E(t){return C[S(293)](t)}!function(t){const e=F,n=t();for(;;)try{if(612753===-parseInt(e(253))/1*(-parseInt(e(242))/2)+parseInt(e(241))/3*(-parseInt(e(249))/4)+-parseInt(e(246))/5*(-parseInt(e(235))/6)+-parseInt(e(250))/7*(-parseInt(e(255))/8)+-parseInt(e(229))/9*(-parseInt(e(227))/10)+-parseInt(e(230))/11*(parseInt(e(225))/12)+-parseInt(e(228))/13*(parseInt(e(254))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(N);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function O(t,e){const n=F,r=new Map;for(const[s,i]of e){if(!s[n(243)]&&!s[n(256)])continue;const e=!s[n(243)]||t[n(239)]===s[n(243)],o=!s[n(256)]||t[n(231)](s[n(256)]);e&&o&&r[n(236)](s,i)}return r}function R(t){const e=F,n={};for(let r=0;r<t[e(252)];r++){const s=t[r],i=t[e(232)](s);e(234)!==i&&(n[s]=i)}return n}function F(t,e){const n=N();return(F=function(t,e){return n[t-=225]})(t,e)}function L(t){const e=F,n=t[e(226)](",")[e(237)]((t=>t[e(251)]())),r=[];for(const t of n){const n=P[e(233)](t);n&&r[e(247)](n[e(244)])}return r}function T(t){const e=F,n={};for(const r of t)Object[e(238)](n,r);return n}function N(){const t=["split","2550710NRZTxQ","13qSFsAf","27wRLXfA","143ovSkbA","hasClass","getPropertyValue","exec","initial","6227946Nyswfd","set","map","assign","name","selectorText","1291740QChpTU","89198llNket","tagName","groups","cssRules","5bTwmrJ","push","style","4UwpnVd","9527fBpOlZ","trim","length","5bFtdFP","6550306fdwGVz","2376RhLYRr","className","848496boixGo"];return(N=function(){return t})()}const k=W;function j(){const t=["createRangeIn","document","type","4733385QikHbI","6027162sLMEiH","1346373sehBrq","setStyle","size","values","from","9HTsacO","isActive","5725048eLIkMr","elementStart","content","1338220VsqvBj","execute","item","914222TABwUw","6YGQfuD","361605yXwAIn","_parsedData","hasStyle"];return(j=function(){return t})()}function W(t,e){const n=j();return(W=function(t,e){return n[t-=449]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(567148===parseInt(e(465))/1+parseInt(e(466))/2*(parseInt(e(467))/3)+parseInt(e(462))/4+-parseInt(e(450))/5+-parseInt(e(451))/6+parseInt(e(452))/7+-parseInt(e(459))/8*(-parseInt(e(457))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class D extends b{[k(463)](t){const n=k,{body:r,styles:s}=t[n(468)],i=new e.UpcastWriter(r[n(471)]),o=i[n(470)](r),c=function(t){const e=F,n=new Map;for(const r in t){const s=L(r),i=t[r];for(const t of s)n[e(236)](t,i)}return n}(function(t){const e=F,n={};for(const r of t)for(const t of r[e(245)])if(t instanceof CSSStyleRule){const r=R(t[e(248)]);n[t[e(240)]]=Object[e(238)]({},n[t[e(240)]]||{},r)}return n}(s));for(const t of o){if(n(460)!==t[n(449)])continue;const e=O(t[n(464)],c);if(e[n(454)]){const r=T(Array[n(456)](e[n(455)]()));for(const e in r){const s=t[n(464)];s[n(469)](e)||i[n(453)](e,r[e],s)}}}t[n(461)]=r}[k(458)](t){return super[k(458)](t)||E(t)}}function M(){const t=["4xqyRYA","2666bvIdJM","getRevision","PasteFromOffice","document","ClipboardPipeline","getEarlierVisibleRevision","plugins","high","124932ajpIcX","map","pluginName","inputTransformation","config","then","isPremiumPlugin","join","143PkQeaj","getData","stylesProcessor","2037519Pimhfv","context","304272QYzVYn","view","init","1810940VfFSFz","isActive","execute","fromCharCode","get","isNaN","486531XiKETQ","afterInit","_parsedData","6531065bXbWYl","16NWtZmI","forbiddenHandler","PasteFromOfficeEnhancedInliner","217xffjul","requires","dataTransfer","isOfficialPlugin","editing","editor","text/html","53TePmaF"];return(M=function(){return t})()}const K=U;function U(t,e){const n=M();return(U=function(t,e){return n[t-=270]})(t,e)}!function(t){const e=U,n=t();for(;;)try{if(694319===-parseInt(e(307))/1*(parseInt(e(309))/2)+parseInt(e(293))/3+parseInt(e(308))/4*(parseInt(e(296))/5)+parseInt(e(271))/6*(-parseInt(e(300))/7)+-parseInt(e(297))/8*(-parseInt(e(282))/9)+-parseInt(e(287))/10+-parseInt(e(279))/11*(parseInt(e(284))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class H extends t.Plugin{static get[K(273)](){return K(299)}static get[K(303)](){return!0}static get[K(277)](){return!0}static get[K(301)](){return[K(311)]}[K(286)](){const t=K,e=this[t(305)],n=e[t(315)][t(291)](t(313)),r=e[t(304)][t(285)][t(312)],s=new D(r);n.on(t(274),((e,n)=>{const i=t,o=n[i(302)][i(280)](i(306));s[i(288)](o)&&(n[i(295)]||(n[i(295)]=w(o,r[i(281)])),s[i(289)](n))}),{priority:x.priorities[t(291)](t(270))+11})}[K(294)](){!function(e){function n(t){const e=U;return t[e(272)]((t=>String[e(290)](t)))[e(278)]("")}(e=>{const r=U;function s(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const i=[1,85,78,115,198,255,50,112,83,87,161],o=[127,34,6,211,167,86,146,199,132,160,18];function c(t){return function(t,e){const r=function(t){const e=atob(t),[r,s]=e[n([115,112,108,105,116])](n([45]));try{if(atob(s))return atob(r)}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 r=0;r<t[n([108,101,110,103,116,104])];r++)e[r]=t[n([99,104,97,114,67,111,100,101,65,116])](r);return e}(r)),i=s[n([112,111,112])](),o=s[n([112,111,112])]();return function(t){let e="";for(const r of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](r);return e}(function(t,e,r){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 i=new Uint8Array(16);for(let t=15;t>=0;--t)i[t]=r%256,r=parseInt(r/256);let o=null,c=16;const a=new Uint8Array(e),u=[],l=[];!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++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),r=a[n([108,101,110,103,116,104])]/4,i=f(a);let o;for(let e=0;e<r;e++)o=e>>2,u[o][e%4]=i[e],l[t-o][e%4]=i[e];let c,p=0,m=r;for(;m<e;){c=i[r-1],i[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])][p]<<24,p+=1;for(let t=1;t<r/2;t++)i[t]^=i[t-1];c=i[r/2-1],i[r/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=r/2+1;t<r;t++)i[t]^=i[t-1];let o,a,f=0;for(;f<r&&m<e;)o=m>>2,a=m%4,u[o][a]=i[f],l[t-o][a]=i[f++],m++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)c=l[e][t],l[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&&(o=m(i),c=0,p(i)),t[e]^=o[c++];return t;function f(t){const e=[];for(let r=0;r<t[n([108,101,110,103,116,104])];r+=4)e[n([112,117,115,104])](t[r]<<24|t[r+1]<<16|t[r+2]<<8|t[r+3]);return e}function p(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function m(t){const e=u[n([108,101,110,103,116,104])]-1,r=[0,0,0,0];let i=f(t);for(let t=0;t<4;t++)i[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)r[e]=s[n([84,49])][i[e]>>24&255]^s[n([84,50])][i[(e+1)%4]>>16&255]^s[n([84,51])][i[(e+2)%4]>>8&255]^s[n([84,52])][255&i[(e+3)%4]]^u[t][e];i=r[n([115,108,105,99,101])]()}const o=new Uint8Array(16);let c;for(let t=0;t<4;t++)c=u[e][t],o[4*t]=255&(s[n([83])][i[t]>>24&255]^c>>24),o[4*t+1]=255&(s[n([83])][i[(t+1)%4]>>16&255]^c>>16),o[4*t+2]=255&(s[n([83])][i[(t+2)%4]>>8&255]^c>>8),o[4*t+3]=255&(s[n([83])][255&i[(t+3)%4]]^c);return o}}(s,e,o+256*i))}(t,new Uint8Array([...i,29,221,175,90,231,133,239,240,75,180,...o]))}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}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){I(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){I(function(t,e){try{if(A(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const r=C(f,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(r)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return y(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 y(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 r=o[0]*i[1],s=o[0]*i[2],c=o[2]*i[2];function a(t,e){u(),y(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[b()]=t===n([116,105,109,101])?r:s}function u(){const t=f;function e(){A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=x,C(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=x,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=x,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=x,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=x,C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=x)}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 r=U;if(A(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),A(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const s=C(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),i=s[r(310)](0),o=s[r(314)](i[n([105,100])]);C(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](i[n([105,100])],o?o[n([105,100])]:null,1)[r(276)]((()=>e()))}}))}A(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&C(f,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]))u();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=U;if(!A(f,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(292)](Number(e))){if(window[e]===r)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=o[6]*i[8]*i[6];return A(f,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 u=C(f,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])];u[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])]):u.on(n([97,100,100]),(()=>{u[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=U;if(!A(f,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(292)](Number(e))&&window[e]===c)return!0;return!1}()?y(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 y(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)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],f=n([99,111,110,116,101,120,116])in e?e[r(283)]:e[r(305)],p=n([52,48,52,56,50,50,49,50]),m=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),d=f[r(275)][r(291)](n([108,105,99,101,110,115,101,75,101,121])),h=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])]===l));function g(t,e){try{return function(t){if(!A(f,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])]||{},r=e[n([97,105,119,115,103,105,99])]||!1,s=e[n([97,105,116,99,100,103,105,108])]||!1,i=e[n([97,105,114,118,105,105,108])]||!1;return!(!A(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||C(f,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])||!r)||(!(!A(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||C(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!s)||!(!A(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||C(f,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])||!i))}(e)?y(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])]),i=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=r,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])]:S};return!!t[e(298)]&&s[t[e(298)]]()}(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||i}(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(p)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?y(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])]?y(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])):y(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])):y(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 y(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 I(e,r){if(f instanceof t.Context){const t=f;e==r[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])?v(t):e==r[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])]((()=>{v(t),y(r[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]))}),o[6]*i[8]*i[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,s)=>{e!=r[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!=r[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!=r[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])||w(s)}))}else{const t=f;e==r[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==r[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,i)=>{i[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(w(t),y(r[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 y(t){const e=b();return f[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 r=0;r<t[n([108,101,110,103,116,104])];r+=2){let s=parseInt(t[n([115,117,98,115,116,114,105,110,103])](r,r+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 v(t){for(const e of t[n([101,100,105,116,111,114,115])])w(e);C(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),C(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=x}function w(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=x,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=x,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 x(){return null}function S(){return!window[n([68,114,117,112,97,108])]||!A(f,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function A(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function C(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}h&&function t(e,r){u[r[n([104,97,110,100,108,101,114])]](e,r),r[n([99,104,101,99,107,65,108,115,111])]&&r[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>A(f,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),r=JSON[n([112,97,114,115,101])](e),s=parseInt(r[n([49])]),i=r[n([50])]||"",o=parseInt(r[n([51])]),a=parseInt(r[n([52])])||0,u=parseInt(r[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:i,[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])]:o,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(d),h)})(e)}(this)}}const z=_;!function(t){const e=_,n=t();for(;;)try{if(471290===-parseInt(e(525))/1+-parseInt(e(509))/2+-parseInt(e(489))/3*(parseInt(e(511))/4)+parseInt(e(526))/5*(parseInt(e(494))/6)+parseInt(e(520))/7+-parseInt(e(499))/8+parseInt(e(506))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);const $=[z(515),z(492),z(498),z(516),z(510),z(512),z(529),z(528)],V=[z(515),z(492),z(498)],q={"font-style":[[z(503),"i"]],"font-weight":[[z(523),z(521)],[z(496),z(521)],[z(519),z(521)],[t=>Number(t)>=600,z(521)]],"text-decoration":[[z(527),"u"],[z(500),"s"]],"text-decoration-line":[[z(527),"u"],[z(500),"s"]],"vertical-align":[[z(490),z(490)],[z(513),z(488)]]};function B(t){return $[z(518)](t)}function Q(t){const e=z;return Array[e(497)](t[e(495)]())[e(501)](B)}function Y(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=z,r={},s={};return e[n(514)]((e=>{const i=n,o=t[i(504)](e);if(o)if(c=e,V[z(518)](c))r[e]=o;else if(e in q){const t=o[i(522)](" ");q[e][i(514)]((([n,r])=>{const o=i;for(const i of t)(o(491)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=z;for(const s in n)n[s][r(514)]((([,n])=>{const s=r,i=e[s(505)](n,[],t[s(524)]());e[s(502)](0,i,t)})),e[r(493)](s,t)})(t,e,s),function(t,e,n){const r=z;if(!Object[r(507)](n)[r(517)])return;const s=e[r(505)](r(530),[],t[r(524)]());e[r(508)](n,s),e[r(502)](0,s,t),e[r(493)](Object[r(507)](n),t)}(t,e,r)}function _(t,e){const n=G();return(_=function(t,e){return n[t-=488]})(t,e)}function G(){const t=["setStyle","1643762LpGHLg","text-decoration-line","5272bCChHB","font-weight","super","forEach","color","text-decoration","length","includes","bolder","3132668iwOtSc","strong","split","medium","getChildren","521800MENFQT","5yQkaNp","underline","vertical-align","font-style","span","sup","150cYkTOR","sub","function","font-family","removeStyle","2671134cxFuKe","getStyleNames","bold","from","font-size","365112HHUTmq","line-through","filter","insertChild","italic","getStyle","createElement","9304173DtGlUS","keys"];return(G=function(){return t})()}const X=Z;function J(){const t=["isActive","472155xFrAxa","element","content","41906BvUKzT","212886utzSQj","42FTIDtE","769040gNCFDW","name","115310WzeHAa","15NaHvZZ","getItems","createRangeIn","includes","document","execute","88cPrPCP","stylesProcessor","blockElements","8757910KggNwF","1931405mgNWzn","font","_parsedData"];return(J=function(){return t})()}function Z(t,e){const n=J();return(Z=function(t,e){return n[t-=293]})(t,e)}!function(t){const e=Z,n=t();for(;;)try{if(162824===-parseInt(e(306))/1*(-parseInt(e(300))/2)+parseInt(e(297))/3+parseInt(e(303))/4+-parseInt(e(305))/5*(parseInt(e(302))/6)+parseInt(e(293))/7+parseInt(e(312))/8*(parseInt(e(301))/9)+-parseInt(e(315))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(J);class tt extends b{[X(311)](t){const n=X,{body:r}=t[n(295)],s=new e.UpcastWriter(r[n(310)]),i=s[n(308)](r),o=new e.ViewDocument(s[n(310)][n(313)]),c=[...new e.DomConverter(o)[n(314)],n(294)],a=i[n(307)]();for(const t of a)if(t.is(n(298))&&c[n(309)](t[n(304)])){Y(t,s,Q(t))}t[n(299)]=r}[X(296)](t){return super[X(296)](t)||E(t)}}const et=nt;function nt(t,e){const n=rt();return(nt=function(t,e){return n[t-=442]})(t,e)}function rt(){const t=["pluginName","33560SZRUoh","pasteFromOfficeEnhancedLicenseKeyTrial","PasteFromOffice","document","_licenseKeyCheckInterval","execute","editing","4782vitsDP","_parsedData","licenseKey","568qtyvRx","high","954eupCfX","63128GRueKa","isPremiumPlugin","get","pasteFromOfficeEnhancedLicenseKeyInvalid","destroy","pasteFromOfficeEnhancedLicenseKeyValid","dataTransfer","paste-from-office-enhanced-invalid-license-key","paste-from-office-enhanced-trial-license-key-reached-limit-changes","view","getData","ClipboardPipeline","text/html","requires","isOfficialPlugin","info","156480PabbzR","7630sSnjWY","config","PasteFromOfficeEnhancedPropagator","3630474pzRlFL","isActive","stylesProcessor","editor","init","pasteFromOfficeEnhancedLicenseKeyTrialLimit:operations","plugins","144431RmRLcr","482209neJKEC","You are using the trial version of CKEditor 5 Paste from Office Enhanced plugin with limited usage. Make sure you will not use it in the production environment.","inputTransformation"];return(rt=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(905648===-parseInt(e(458))/1+parseInt(e(475))/2+parseInt(e(450))/3+parseInt(e(446))/4+parseInt(e(447))/5*(parseInt(e(469))/6)+-parseInt(e(457))/7*(parseInt(e(472))/8)+parseInt(e(474))/9*(parseInt(e(462))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class st extends t.Plugin{static get[et(461)](){return et(449)}static get[et(444)](){return!0}static get[et(476)](){return!0}static get[et(443)](){return[et(464)]}constructor(t){const e=et;super(t),this[e(466)]=null}[et(454)](){const t=et,e=this[t(453)],n=e[t(456)][t(477)](t(486)),r=e[t(468)][t(484)][t(465)],s=new tt(r);n.on(t(460),((e,n)=>{const i=t,o=n[i(481)][i(485)](i(442));s[i(451)](o)&&(n[i(470)]||(n[i(470)]=w(o,r[i(452)])),s[i(467)](n))}),{priority:x.priorities[t(477)](t(473))+10}),this[t(471)]=e[t(448)][t(477)](t(471));const i=this[t(453)];this[t(466)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(463)===s||e(478)===s||e(480)===s||e(455)===s){delete i[r],n=s;break}}if(e(478)===n)throw clearInterval(this[e(466)]),new x.CKEditorError(e(482),null);if(e(463)===n&&console[e(445)](e(459)),e(455)===n)throw clearInterval(this[e(466)]),new x.CKEditorError(e(483),null);e(480)===n&&clearInterval(this[e(466)])}),1e3)}[et(479)](){const t=et;this[t(466)]&&clearInterval(this[t(466)])}}var it=ot;function ot(t,e){var n=at();return(ot=function(t,e){return n[t-=209]})(t,e)}!function(t){for(var e=ot,n=t();;)try{if(949264===parseInt(e(221))/1+parseInt(e(223))/2*(-parseInt(e(216))/3)+-parseInt(e(215))/4+parseInt(e(217))/5+-parseInt(e(222))/6*(-parseInt(e(209))/7)+-parseInt(e(220))/8*(-parseInt(e(211))/9)+parseInt(e(213))/10*(-parseInt(e(225))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(at);class ct extends t.Plugin{static get[it(210)](){return it(219)}static get[it(218)](){return!0}static get[it(224)](){return!0}static get[it(214)](){return[it(212),H,st]}}function at(){var t=["7504rBprsv","1348379SUmLax","7973874tcGbWK","3108202xmgruq","isPremiumPlugin","242RVUteJ","7dTSJre","pluginName","5247YQBbDz","PasteFromOffice","14980dODfOu","requires","4403456kYWupO","3blSRka","2064865VlBDba","isOfficialPlugin","PasteFromOfficeEnhanced"];return(at=function(){return t})()}function ut(){var t=["11705287auFrHC","20jotrpv","715866SeFsbW","4894239OitKcH","204746AxdUwf","1841824rIOAod","330546ajHAPk","11NEKJnA","60dRSRMW","8mFgSrz","7597251mAtfIk"];return(ut=function(){return t})()}function lt(t,e){var n=ut();return(lt=function(t,e){return n[t-=379]})(t,e)}!function(t){for(var e=lt,n=t();;)try{if(579171===parseInt(e(380))/1*(parseInt(e(388))/2)+parseInt(e(386))/3+parseInt(e(389))/4+-parseInt(e(381))/5*(parseInt(e(379))/6)+parseInt(e(387))/7+parseInt(e(382))/8*(parseInt(e(383))/9)+-parseInt(e(385))/10*(parseInt(e(384))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
4
+ */(()=>{var t={331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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})};var r={};(()=>{"use strict";n.r(r),n.d(r,{PasteFromOfficeEnhanced:()=>at});var t=n(782);n(331);var e=n(783);function s(t){return void 0!==t&&t.endsWith("px")}function i(t){return t.toFixed(2).replace(/\.?0+$/,"")+"px"}function o(t,n,r){if(!t.childCount)return;const o=new e.UpcastWriter(t.document),a=function(t,e){const n=e.createRangeIn(t),r=[],s=new Set;for(const t of n.getItems()){if(!t.is("element")||!t.name.match(/^(p|h\d+|li|div)$/))continue;let e=d(t);if(void 0===e||0!=parseFloat(e)||Array.from(t.getClassNames()).find((t=>t.startsWith("MsoList")))||(e=void 0),t.hasStyle("mso-list")||void 0!==e&&s.has(e)){const n=p(t);r.push({element:t,id:n.id,order:n.order,indent:n.indent,marginLeft:e}),void 0!==e&&s.add(e)}else s.clear()}return r}(t,o);if(!a.length)return;const l={},h=[];for(const t of a)if(void 0!==t.indent){c(t)||(h.length=0);const e=`${t.id}:${t.indent}`,a=Math.min(t.indent-1,h.length);if(a<h.length&&h[a].id!==t.id&&(h.length=a),a<h.length-1)h.length=a+1;else{const c=u(t,n);if(a>h.length-1||h[a].listElement.name!=c.type){0==a&&"ol"==c.type&&void 0!==t.id&&l[e]&&(c.startIndex=l[e]);const n=f(c,o,r);if(s(t.marginLeft)&&(0==a||s(h[a-1].marginLeft))){let e=t.marginLeft;a>0&&(e=i(parseFloat(e)-parseFloat(h[a-1].marginLeft))),o.setStyle("padding-left",e,n)}if(0==h.length){const e=t.element.parent,r=e.getChildIndex(t.element)+1;o.insertChild(r,n,e)}else{const t=h[a-1].listItemElements;o.appendChild(n,t[t.length-1])}h[a]={...t,listElement:n,listItemElements:[]},0==a&&void 0!==t.id&&(l[e]=c.startIndex||1)}}const p="li"==t.element.name?t.element:o.createElement("li");o.appendChild(p,h[a].listElement),h[a].listItemElements.push(p),0==a&&void 0!==t.id&&l[e]++,t.element!=p&&o.appendChild(t.element,p),m(t.element,o),o.removeStyle("text-indent",t.element),o.removeStyle("margin-left",t.element)}else{const e=h.find((e=>e.marginLeft==t.marginLeft));if(e){const n=e.listItemElements;o.appendChild(t.element,n[n.length-1]),o.removeStyle("margin-left",t.element)}else h.length=0}}function c(t){const e=t.element.previousSibling;return a(e||t.element.parent)}function a(t){return t.is("element","ol")||t.is("element","ul")}function u(t,e){const n=new RegExp(`@list l${t.id}:level${t.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${t.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${t.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),c=i.exec(e),a=o.exec(e),u=c&&!a,f=n.exec(e);let p="decimal",m="ol",d=null;if(f&&f[1]){const e=r.exec(f[1]);if(e&&e[1]&&(p=e[1].trim(),m="bullet"!==p&&"image"!==p?"ol":"ul"),"bullet"===p){const e=function(t){if("li"==t.name&&"ul"==t.parent.name&&t.parent.hasAttribute("type"))return t.parent.getAttribute("type");const e=function(t){if(t.getChild(0).is("$text"))return null;for(const e of t.getChildren()){if(!e.is("element","span"))continue;const t=e.getChild(0);if(t)return t.is("$text")?t:t.getChild(0)}return null}(t);if(!e)return null;const n=e._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(t.element);e&&(p=e)}else{const t=s.exec(f[1]);t&&t[1]&&(d=parseInt(t[1]))}u&&(m="ol")}return{type:m,startIndex:d,style:l(p),isLegalStyleList:u}}function l(t){if(t.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(t){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return t;default:return null}}function f(t,e,n){const r=e.createElement(t.type);return t.style&&e.setStyle("list-style-type",t.style,r),t.startIndex&&t.startIndex>1&&e.setAttribute("start",t.startIndex,r),t.isLegalStyleList&&n&&e.addClass("legal-list",r),r}function p(t){const e=t.getStyle("mso-list");if(void 0===e)return{};const n=e.match(/(^|\s{1,100})l(\d+)/i),r=e.match(/\s{0,100}lfo(\d+)/i),s=e.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function m(t,n){const r=new e.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),s=n.createRangeIn(t);for(const t of s)"elementStart"===t.type&&r.match(t.item)&&n.remove(t.item)}function d(t){const e=t.getStyle("margin-left");return void 0===e||e.endsWith("px")?e:function(t){const e=parseFloat(t);return t.endsWith("pt")?i(96*e/72):t.endsWith("pc")?i(12*e*96/72):t.endsWith("in")?i(96*e):t.endsWith("cm")?i(96*e/2.54):t.endsWith("mm")?i(e/10*96/2.54):t}(e)}function h(t,n){if(!t.childCount)return;const r=new e.UpcastWriter(t.document),s=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r){if("elementStart"!=t.type)continue;const e=t.item,n=e.previousSibling,r=n&&n.is("element")?n.name:null,o=["Chart"],c=s.match(e),a=e.getAttribute("o:gfxdata"),u="v:shapetype"===r,l=a&&o.some((t=>e.getAttribute("id").includes(t)));c&&a&&!u&&!l&&i.push(t.item.getAttribute("id"))}return i}(t,r);!function(t,n,r){const s=r.createRangeIn(n),i=new e.Matcher({name:"img"}),o=[];for(const e of s)if(e.item.is("element")&&i.match(e.item)){const n=e.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((e=>t.indexOf(e)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const t of o)r.remove(t)}(s,t,r),function(t,e,n){const r=n.createRangeIn(e),s=[];for(const e of r)if("elementStart"==e.type&&e.item.is("element","v:shape")){const n=e.item.getAttribute("id");if(t.includes(n))continue;i(e.item.parent.getChildren(),n)||s.push(e.item)}for(const t of s){const e={src:o(t)};t.hasAttribute("alt")&&(e.alt=t.getAttribute("alt"));const r=n.createElement("img",e);n.insertChild(t.index+1,r,t.parent)}function i(t,e){for(const n of t)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==e)return!0;if(i(n.getChildren(),e))return!0}return!1}function o(t){for(const e of t.getChildren())if(e.is("element")&&e.getAttribute("src"))return e.getAttribute("src")}}(s,t,r),function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:/v:(.+)/}),i=[];for(const t of r)"elementStart"==t.type&&s.match(t.item)&&i.push(t.item);for(const t of i)n.remove(t)}(t,r);const i=function(t,n){const r=n.createRangeIn(t),s=new e.Matcher({name:"img"}),i=[];for(const t of r)t.item.is("element")&&s.match(t.item)&&t.item.getAttribute("src").startsWith("file://")&&i.push(t.item);return i}(t,r);i.length&&function(t,e,n){if(t.length===e.length)for(let r=0;r<t.length;r++){const s=`data:${e[r].type};base64,${g(e[r].hex)}`;n.setAttribute("src",s,t[r])}}(i,function(t){if(!t)return[];const e=/{\\pict[\s\S]+?\\bliptag-?\d+(\\blipupi-?\d+)?({\\\*\\blipuid\s?[\da-fA-F]+)?[\s}]*?/,n=new RegExp("(?:("+e.source+"))([\\da-fA-F\\s]+)\\}","g"),r=t.match(n),s=[];if(r)for(const t of r){let n=!1;t.includes("\\pngblip")?n="image/png":t.includes("\\jpegblip")&&(n="image/jpeg"),n&&s.push({hex:t.replace(e,"").replace(/[^\da-fA-F]/g,""),type:n})}return s}(n),r)}function g(t){return btoa(t.match(/\w{2}/g).map((t=>String.fromCharCode(parseInt(t,16)))).join(""))}const I=/<meta\s*name="?generator"?\s*content="?microsoft\s*word\s*\d+"?\/?>/i,y=/xmlns:o="urn:schemas-microsoft-com/i;class w{constructor(t,e=!1){this.document=t,this.hasMultiLevelListPlugin=e}isActive(t){return I.test(t)||y.test(t)}execute(t){const n=new e.UpcastWriter(this.document),{body:r,stylesString:s}=t._parsedData;!function(t,e){const n=[];for(const r of e.createRangeIn(t)){const t=r.item;t.is("element","a")&&!t.hasAttribute("href")&&(t.hasAttribute("id")||t.hasAttribute("name"))&&n.push(t)}for(const t of n){const n=t.parent.getChildIndex(t)+1,r=t.getChildren();e.insertChild(n,r,t.parent)}}(r,n),o(r,s,this.hasMultiLevelListPlugin),h(r,t.dataTransfer.getData("text/rtf")),function(t){const n=[],r=new e.UpcastWriter(t.document);for(const{item:e}of r.createRangeIn(t))if(e.is("element")){for(const t of e.getClassNames())/\bmso/gi.exec(t)&&r.removeClass(t,e);for(const t of e.getStyleNames())/\bmso/gi.exec(t)&&r.removeStyle(t,e);(e.is("element","w:sdt")||e.is("element","w:sdtpr")&&e.isEmpty||e.is("element","o:p")&&e.isEmpty)&&n.push(e)}for(const t of n){const e=t.parent,n=e.getChildIndex(t);r.insertChild(n,t.getChildren(),e),r.remove(t)}}(r),t.content=r}}function v(t){return t.replace(/<span(?: class="Apple-converted-space"|)>(\s+)<\/span>/g,((t,e)=>1===e.length?" ":Array(e.length+1).join("  ").substr(0,e.length)))}function b(t,n){const r=new DOMParser,s=function(t){return v(v(t)).replace(/(<span\s+style=['"]mso-spacerun:yes['"]>[^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<span\s+style=['"]mso-spacerun:yes['"]><\/span>/g,"").replace(/(<span\s+style=['"]letter-spacing:[^'"]+?['"]>)[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," </").replace(/ <o:p><\/o:p>/g," <o:p></o:p>").replace(/<o:p>(&nbsp;|\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)</g,"><")}(function(t){const e="</body>",n="</html>",r=t.indexOf(e);if(r<0)return t;const s=t.indexOf(n,r+e.length);return t.substring(0,r+e.length)+(s>=0?t.substring(s):"")}(t=(t=t.replace(/<!--\[if gte vml 1]>/g,"")).replace(/<o:SmartTagType(?:\s+[^\s>=]+(?:="[^"]*")?)*\s*\/?>/gi,""))),i=r.parseFromString(s,"text/html");!function(t){t.querySelectorAll("span[style*=spacerun]").forEach((t=>{const e=t,n=e.innerText.length||0;e.innerText=Array(n+1).join("  ").substr(0,n)}))}(i);const o=i.body.innerHTML,c=function(t,n){const r=new e.ViewDocument(n),s=new e.DomConverter(r,{renderingMode:"data"}),i=t.createDocumentFragment(),o=t.body.childNodes;for(;o.length>0;)i.appendChild(o[0]);return s.domToView(i,{skipComments:!0})}(i,n),a=function(t){const e=[],n=[],r=Array.from(t.getElementsByTagName("style"));for(const t of r)t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length&&(e.push(t.sheet),n.push(t.innerHTML));return{styles:e,stylesString:n.join(" ")}}(i);return{body:c,bodyString:o,styles:a.styles,stylesString:a.stylesString}}var x=n(584);function S(){const t=["175MmAjsi","21559170ICyuDF","145050TWzaes","2145284kDPOic","6137199FuElII","361362EvGnBI","2346211eKSTGg","8FTrAZf","test","9bEjVkD","2175852gXbIIi"];return(S=function(){return t})()}!function(t){const e=C,n=t();for(;;)try{if(840212===parseInt(e(247))/1*(-parseInt(e(254))/2)+-parseInt(e(248))/3+parseInt(e(252))/4+-parseInt(e(249))/5*(-parseInt(e(251))/6)+parseInt(e(255))/7+parseInt(e(256))/8*(-parseInt(e(253))/9)+parseInt(e(250))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(S);const E=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function C(t,e){const n=S();return(C=function(t,e){return n[t-=246]})(t,e)}function A(t){return E[C(246)](t)}function O(){const t=["trim","style","exec","755180gpnWRB","split","2134YfTMUp","map","1388772UwKPDF","className","2KwhJFh","assign","48180ZLTVXr","length","24060fcXtdM","56jdAuYi","getPropertyValue","set","groups","initial","24gVsFgO","97490NNpoNJ","selectorText","329892XbIwaE","push","cssRules","tagName","hasClass","name","67626gyngNV"];return(O=function(){return t})()}function L(t,e){const n=O();return(L=function(t,e){return n[t-=471]})(t,e)}!function(t){const e=L,n=t();for(;;)try{if(112801===-parseInt(e(471))/1+-parseInt(e(498))/2*(-parseInt(e(482))/3)+parseInt(e(492))/4+parseInt(e(480))/5*(parseInt(e(479))/6)+parseInt(e(496))/7+parseInt(e(474))/8*(parseInt(e(488))/9)+parseInt(e(473))/10*(-parseInt(e(494))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(O);const P=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function F(t,e){const n=L,r=new Map;for(const[s,i]of e){if(!s[n(485)]&&!s[n(497)])continue;const e=!s[n(485)]||t[n(487)]===s[n(485)],o=!s[n(497)]||t[n(486)](s[n(497)]);e&&o&&r[n(476)](s,i)}return r}function N(t){const e=L,n={};for(let r=0;r<t[e(472)];r++){const s=t[r],i=t[e(475)](s);e(478)!==i&&(n[s]=i)}return n}function R(t){const e=L,n=t[e(493)](",")[e(495)]((t=>t[e(489)]())),r=[];for(const t of n){const n=P[e(491)](t);n&&r[e(483)](n[e(477)])}return r}function T(t){const e=L,n={};for(const r of t)Object[e(499)](n,r);return n}const W=k;function j(){const t=["26735kRcaXF","3975108oPVEOe","159840RVcOmP","content","39648530rEosIk","type","14wvBUts","1312704xLLNfh","_parsedData","744IuucJm","hasStyle","elementStart","1534215pQhmLY","values","44fIyGHT","setStyle","execute","1555944LBuZBF","createRangeIn","from","size","item","document","isActive"];return(j=function(){return t})()}function k(t,e){const n=j();return(k=function(t,e){return n[t-=172]})(t,e)}!function(t){const e=k,n=t();for(;;)try{if(952647===parseInt(e(195))/1+-parseInt(e(181))/2+-parseInt(e(176))/3+parseInt(e(178))/4*(-parseInt(e(188))/5)+-parseInt(e(189))/6*(parseInt(e(194))/7)+parseInt(e(173))/8*(-parseInt(e(190))/9)+parseInt(e(192))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class D extends w{[W(180)](t){const n=W,{body:r,styles:s}=t[n(172)],i=new e.UpcastWriter(r[n(186)]),o=i[n(182)](r),c=function(t){const e=L,n=new Map;for(const r in t){const s=R(r),i=t[r];for(const t of s)n[e(476)](t,i)}return n}(function(t){const e=L,n={};for(const r of t)for(const t of r[e(484)])if(t instanceof CSSStyleRule){const r=N(t[e(490)]);n[t[e(481)]]=Object[e(499)]({},n[t[e(481)]]||{},r)}return n}(s));for(const t of o){if(n(175)!==t[n(193)])continue;const e=F(t[n(185)],c);if(e[n(184)]){const r=T(Array[n(183)](e[n(177)]()));for(const e in r){const s=t[n(185)];s[n(174)](e)||i[n(179)](e,r[e],s)}}}t[n(191)]=r}[W(187)](t){return super[W(187)](t)||A(t)}}function M(t,e){const n=$();return(M=function(t,e){return n[t-=176]})(t,e)}const K=M;!function(t){const e=M,n=t();for(;;)try{if(374893===parseInt(e(182))/1*(parseInt(e(189))/2)+parseInt(e(212))/3+parseInt(e(205))/4+-parseInt(e(211))/5+parseInt(e(203))/6*(parseInt(e(178))/7)+-parseInt(e(202))/8+-parseInt(e(179))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($);class V extends t.Plugin{static get[K(196)](){return K(187)}static get[K(193)](){return!0}static get[K(188)](){return!0}static get[K(210)](){return[K(200)]}[K(208)](){const t=K,e=this[t(197)],n=e[t(190)][t(199)](t(184)),r=e[t(201)][t(198)][t(192)],s=new D(r);n.on(t(191),((e,n)=>{const i=t,o=n[i(176)][i(180)](i(186));s[i(207)](o)&&(n[i(195)]||(n[i(195)]=b(o,r[i(194)])),s[i(185)](n))}),{priority:x.priorities[t(199)](t(209))+11})}[K(177)](){!async function(t){const e=d([114,66,109,73,115,101,78,107,51,86,48,77,76,67,116,69,50,98,83,79,54,55,90,84,99,104,82,110,72,117,87,103,122,70,97,71,57,74,68,112,81,65,89,100,88,118,75,80,119,53,121,85,102,120,111,49,106,108,52,56,105,113]),n=window[d([68,97,116,101])][d([110,111,119])](),r=t[d([101,100,105,116,111,114])],s=new(window[d([80,114,111,109,105,115,101])])((t=>{r[d([111,110,99,101])](d([114,101,97,100,121]),t)})),i={[d([107,116,121])]:d([69,67]),[d([117,115,101])]:d([115,105,103]),[d([99,114,118])]:d([80,45,50,53,54]),[d([120])]:d([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[d([121])]:d([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[d([97,108,103])]:d([69,83,50,53,54])},o=r[d([99,111,110,102,105,103])][d([103,101,116])](d([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[d([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[d([116,104,101,110])]((()=>new(window[d([80,114,111,109,105,115,101])])((t=>{let e=0;r[d([109,111,100,101,108])][d([111,110])](d([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][d([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[d([111,102,102])]())}))}))))];return window[d([80,114,111,109,105,115,101])][d([114,97,99,101])](e)[d([116,104,101,110])]((()=>t))}function a(t){return t[d([115,116,97,114,116,115,87,105,116,104])](d([101,121]))?JSON[d([112,97,114,115,101])](u(t)):null}function u(t){return window[d([97,116,111,98])](t[d([114,101,112,108,97,99,101])](/-/g,d([43]))[d([114,101,112,108,97,99,101])](/_/g,d([47])))}function l(t){let e=5381;function n(t){for(let n=0;n<t[d([108,101,110,103,116,104])];n++){const r=t[d([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+r,e&=e}}return function t(e){Array[d([105,115,65,114,114,97,121])](e)?e[d([102,111,114,69,97,99,104])](t):e&&typeof e==d([111,98,106,101,99,116])?Object[d([101,110,116,114,105,101,115])](e)[d([115,111,114,116])]()[d([102,111,114,69,97,99,104])]((([e,r])=>{n(e),t(r)})):n(window[d([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[d([116,111,83,116,114,105,110,103])](16)[d([112,97,100,83,116,97,114,116])](8,d([48]))}function p(t){return t[d([115,112,108,105,116])]("")[d([114,101,118,101,114,115,101])]()[d([106,111,105,110])]("")}function m(){}function d(t){const e=M;return t[e(204)]((t=>String[e(183)](t)))[e(181)]("")}!function(t){const n=function(){const t=window[d([83,116,114,105,110,103])](window[d([112,101,114,102,111,114,109,97,110,99,101])][d([110,111,119])]())[d([114,101,112,108,97,99,101])](d([46]),"");let n=d([114]);for(let r=0;r<t[d([108,101,110,103,116,104])];r+=2){let s=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](r,r+2));s>=e[d([108,101,110,103,116,104])]&&(s-=e[d([108,101,110,103,116,104])]),n+=e[s]}return n}();r[n]=d([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])+t,t!=d([86,97,108,105,100])&&async function(){await s,r[d([109,111,100,101,108])][d([99,104,97,110,103,101])]=m,r[d([109,111,100,101,108])][d([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[d([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](d([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return o==d([71,80,76])?d([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=o[d([115,112,108,105,116])](d([46]));return 3!=t[d([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[d([106,116,105])],n=window[d([112,97,114,115,101,73,110,116])](t[d([115,117,98,115,116,114,105,110,103])](t[d([108,101,110,103,116,104])]-8),16),r={...e,[d([106,116,105])]:t[d([115,117,98,115,116,114,105,110,103])](0,t[d([108,101,110,103,116,104])]-8)};return delete r[d([118,99])],l(r)==n}}}(),t?(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[d([80,114,111,109,105,115,101])])((c=>{if(i())return c(d([86,97,108,105,100]));o(),r[d([100,101,99,111,114,97,116,101])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const u=(0,x.uid)();function m(t){return!!t&&(typeof t===d([111,98,106,101,99,116])||typeof t===d([102,117,110,99,116,105,111,110]))&&typeof t[d([116,104,101,110])]===d([102,117,110,99,116,105,111,110])&&typeof t[d([99,97,116,99,104])]===d([102,117,110,99,116,105,111,110])}function h(r){a(r)[d([116,104,101,110])]((t=>t&&t[d([115,116,97,116,117,115])]==d([111,107])?f(l(u+e))!=t[d([118,101,114,105,102,105,99,97,116,105,111,110])]?d([85,115,97,103,101,76,105,109,105,116]):d([86,97,108,105,100]):d([85,115,97,103,101,76,105,109,105,116])))[d([116,104,101,110])]((t=>(i(),t)),(()=>{const t=o();return null==t?(i(),d([86,97,108,105,100])):d(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[d([116,104,101,110])](c)[d([99,97,116,99,104])]((()=>{c(d([85,115,97,103,101,76,105,109,105,116]))}));const s=36e5;function i(){const e=d([108,108,99,116,45])+f(l(t)),r=p(f(window[d([77,97,116,104])][d([99,101,105,108])](n/s)));window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([115,101,116,73,116,101,109])](e,r)}function o(){const e=d([108,108,99,116,45])+f(l(t)),n=window[d([108,111,99,97,108,83,116,111,114,97,103,101])][d([103,101,116,73,116,101,109])](e);return n?window[d([112,97,114,115,101,73,110,116])](p(n),16)*s:null}function a(t){return new(window[d([80,114,111,109,105,115,101])])(((e,n)=>{t[d([116,104,101,110])](e,n),window[d([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return c(d([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[d([114,101,113,117,101,115,116,73,100])]:u}}),{[d([112,114,105,111,114,105,116,121])]:d([104,105,103,104])}),r[d([111,110])](d([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{m(t[d([114,101,116,117,114,110])])&&(a=!0,h(t[d([114,101,116,117,114,110])]))}),{[d([112,114,105,111,114,105,116,121])]:d([108,111,119])}),s[d([116,104,101,110])]((()=>{a||c(d([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==d([97,117,116,111])}function o(){r[d([101,100,105,116,105,110,103])][d([118,105,101,119])][d([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=d([97,117,116,111])}}(t[d([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[d([106,116,105])])),await async function(){let t=!0;try{const r=o[d([115,112,108,105,116])](d([46])),[s,i,c]=r;return e(s),await n(s,i,c),t}catch(t){return!1}function e(e){const n=a(e);n&&n[d([97,108,103])]==d([69,83,50,53,54])||(t=!1)}async function n(e,n,r){const s=window[d([85,105,110,116,56,65,114,114,97,121])][d([102,114,111,109])](u(r),(t=>t[d([99,104,97,114,67,111,100,101,65,116])](0))),o=(new(window[d([84,101,120,116,69,110,99,111,100,101,114])]))[d([101,110,99,111,100,101])](e+d([46])+n),c=window[d([99,114,121,112,116,111])][d([115,117,98,116,108,101])];if(!c)return;const a=await c[d([105,109,112,111,114,116,75,101,121])](d([106,119,107]),i,{[d([110,97,109,101])]:d([69,67,68,83,65]),[d([110,97,109,101,100,67,117,114,118,101])]:d([80,45,50,53,54])},!1,[d([118,101,114,105,102,121])]);await c[d([118,101,114,105,102,121])]({[d([110,97,109,101])]:d([69,67,68,83,65]),[d([104,97,115,104])]:{[d([110,97,109,101])]:d([83,72,65,45,50,53,54])}},a,s,o)||(t=!1)}}()?function(){const e=t[d([102,101,97,116,117,114,101,115])];return!(!e||!e[d([105,110,99,108,117,100,101,115])](d([42]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,79,69]))&&!e[d([105,110,99,108,117,100,101,115])](d([80,80])))}()?function(){const e=[d([101,118,97,108,117,97,116,105,111,110]),d([116,114,105,97,108])][d([105,110,99,108,117,100,101,115])](t[d([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1732147200;return t[d([101,120,112])]<e}()?d([69,120,112,105,114,101,100]):function(){const e=M,n=t[d([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[d([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[d([108,111,99,97,116,105,111,110])][e(206)]);if(n[d([105,110,99,108,117,100,101,115])](r))return!0;const s=r[d([115,112,108,105,116])](d([46]));return n[d([102,105,108,116,101,114])]((t=>t[d([105,110,99,108,117,100,101,115])](d([42]))))[d([109,97,112])]((t=>t[d([115,112,108,105,116])](d([46]))))[d([115,111,109,101])]((t=>s[d([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===d([42])))))}()?(t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([101,118,97,108,117,97,116,105,111,110])&&(e=c(d([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([116,114,105,97,108])&&(e=c(d([84,114,105,97,108,76,105,109,105,116]))),t[d([108,105,99,101,110,115,101,84,121,112,101])]==d([100,101,118,101,108,111,112,109,101,110,116])&&(e=c(d([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(e&&m?new(window[d([80,114,111,109,105,115,101])])(((t,n)=>{e[d([116,104,101,110])](t,n),m[d([116,104,101,110])]((e=>{e!=d([86,97,108,105,100])&&t(e)}),n)})):e||m||d([86,97,108,105,100]))):d([68,111,109,97,105,110,76,105,109,105,116]):d([78,111,116,65,108,108,111,119,101,100]):d([73,110,118,97,108,105,100])):d([73,110,118,97,108,105,100]))}catch(t){return d([73,110,118,97,108,105,100])}}())}(this)}}function $(){const t=["12eOfDAW","plugins","inputTransformation","document","isOfficialPlugin","stylesProcessor","_parsedData","pluginName","editor","view","get","PasteFromOffice","editing","4406760BhDwJT","68706wlqeZm","map","2509744lCTLqE","href","isActive","init","high","requires","696520FmfEDn","1914255tenzgH","dataTransfer","afterInit","77aieJXv","6101982fVQFSw","getData","join","58593aEwRKS","fromCharCode","ClipboardPipeline","execute","text/html","PasteFromOfficeEnhancedInliner","isPremiumPlugin"];return($=function(){return t})()}const U=H;!function(t){const e=H,n=t();for(;;)try{if(499126===-parseInt(e(288))/1+parseInt(e(319))/2*(-parseInt(e(286))/3)+parseInt(e(295))/4+parseInt(e(312))/5*(parseInt(e(324))/6)+-parseInt(e(302))/7*(-parseInt(e(322))/8)+parseInt(e(305))/9+-parseInt(e(283))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Y);const B=[U(321),U(311),U(318),U(293),U(309),U(325),U(299),U(298)],X=[U(321),U(311),U(318)],q={"font-style":[[U(313),"i"]],"font-weight":[[U(284),U(323)],[U(285),U(323)],[U(290),U(323)],[t=>Number(t)>=600,U(323)]],"text-decoration":[[U(308),"u"],[U(317),"s"]],"text-decoration-line":[[U(308),"u"],[U(317),"s"]],"vertical-align":[[U(297),U(297)],[U(307),U(292)]]};function J(t){return B[U(282)](t)}function H(t,e){const n=Y();return(H=function(t,e){return n[t-=282]})(t,e)}function _(t){const e=U;return Array[e(303)](t[e(301)]())[e(315)](J)}function z(t,e,n){const{spanStyles:r,stylesToBeHtmlElements:s}=function(t,e){const n=U,r={},s={};return e[n(316)]((e=>{const i=n,o=t[i(296)](e);if(o)if(c=e,X[U(282)](c))r[e]=o;else if(e in q){const t=o[i(291)](" ");q[e][i(316)]((([n,r])=>{const o=i;for(const i of t)(o(304)==typeof n&&n(i)||n===i)&&(s[e]=[...s[e]||[],[n,r]])}))}var c})),{spanStyles:r,stylesToBeHtmlElements:s}}(t,n);(function(t,e,n){const r=U;for(const s in n)n[s][r(316)]((([,n])=>{const s=r,i=e[s(320)](n,[],t[s(300)]());e[s(310)](0,i,t)})),e[r(294)](s,t)})(t,e,s),function(t,e,n){const r=U;if(!Object[r(314)](n)[r(306)])return;const s=e[r(320)](r(287),[],t[r(300)]());e[r(289)](n,s),e[r(310)](0,s,t),e[r(294)](Object[r(314)](n),t)}(t,e,r)}function Y(){const t=["text-decoration-line","insertChild","font-family","21685InchRY","italic","keys","filter","forEach","line-through","font-size","5438hqOHbD","createElement","color","1525256VVMsKo","strong","1158YCmZwF","font-weight","includes","15710610cRXRdt","medium","bold","255ccmkIM","span","472190RHHIpO","setStyle","bolder","split","sup","text-decoration","removeStyle","3220748eAvOXw","getStyle","sub","vertical-align","font-style","getChildren","getStyleNames","21YWkEPl","from","function","5033637oyrrHE","length","super","underline"];return(Y=function(){return t})()}const G=Z;function Z(t,e){const n=Q();return(Z=function(t,e){return n[t-=332]})(t,e)}function Q(){const t=["_parsedData","20DCxMAW","font","10gJOyum","getItems","content","createRangeIn","69442yGwsRN","9mWgdEB","6564480WFjulY","document","217612hJQoiu","element","name","14SEWSJm","7344036gBVqOb","execute","stylesProcessor","blockElements","1337262jvQhhU","27709957rHrzzi","1106095SOIoCP","isActive","includes"];return(Q=function(){return t})()}!function(t){const e=Z,n=t();for(;;)try{if(566822===-parseInt(e(342))/1+parseInt(e(346))/2*(-parseInt(e(343))/3)+-parseInt(e(336))/4*(parseInt(e(332))/5)+parseInt(e(354))/6*(-parseInt(e(349))/7)+-parseInt(e(344))/8+parseInt(e(350))/9+parseInt(e(338))/10*(parseInt(e(355))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class tt extends w{[G(351)](t){const n=G,{body:r}=t[n(335)],s=new e.UpcastWriter(r[n(345)]),i=s[n(341)](r),o=new e.ViewDocument(s[n(345)][n(352)]),c=[...new e.DomConverter(o)[n(353)],n(337)],a=i[n(339)]();for(const t of a)if(t.is(n(347))&&c[n(334)](t[n(348)])){z(t,s,_(t))}t[n(340)]=r}[G(333)](t){return super[G(333)](t)||A(t)}}const et=rt;function nt(){const t=["text/html","PasteFromOfficeEnhancedPropagator","isPremiumPlugin","_licenseKeyCheckInterval","13772CCQdMB","high","featureNotAllowed","inputTransformation","pasteFromOfficeEnhancedLicenseKeyValid","pasteFromOfficeEnhancedLicenseKeyEvaluationLimit","pasteFromOfficeEnhancedLicenseKeyNotAllowed","pasteFromOfficeEnhancedLicenseKeyInvalid","213736sSSwek","invalid","view","domainLimit","trialLimit","ClipboardPipeline","plugins","1lVGRPt","dataTransfer","stylesProcessor","119548OKsJKZ","destroy","licenseKey","12ZpzINN","editing","pasteFromOfficeEnhancedLicenseKeyDomainLimit","document","execute","usageLimit","developmentLimit","pluginName","pasteFromOfficeEnhancedLicenseKeyUsageLimit","3129560FZfcec","get","PasteFromOffice","expired","pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit","_showLicenseError","5PVYIWq","1533372dNUwTx","1275912nFjUip","init","editor","120PGWGMV","config","900928NccNdP","evaluationLimit","pasteFromOfficeEnhancedLicenseKeyTrialLimit","pasteFromOfficeEnhancedLicenseKeyExpired","requires","_parsedData","isOfficialPlugin","PasteFromOfficeEnhanced","isActive","getData"];return(nt=function(){return t})()}function rt(t,e){const n=nt();return(rt=function(t,e){return n[t-=473]})(t,e)}!function(t){const e=rt,n=t();for(;;)try{if(231852===parseInt(e(474))/1*(-parseInt(e(477))/2)+parseInt(e(480))/3*(parseInt(e(524))/4)+parseInt(e(495))/5*(parseInt(e(496))/6)+-parseInt(e(489))/7+parseInt(e(502))/8+parseInt(e(497))/9+parseInt(e(500))/10*(parseInt(e(516))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(nt);class st extends t.Plugin{static get[et(487)](){return et(513)}static get[et(508)](){return!0}static get[et(514)](){return!0}static get[et(506)](){return[et(491)]}[et(498)](){const t=et,e=this[t(499)],n=e[t(473)][t(490)](t(529)),r=e[t(481)][t(526)][t(483)],s=new tt(r);n.on(t(519),((e,n)=>{const i=t,o=n[i(475)][i(511)](i(512));s[i(510)](o)&&(n[i(507)]||(n[i(507)]=b(o,r[i(476)])),s[i(484)](n))}),{priority:x.priorities[t(490)](t(517))+10}),this[t(479)]=this[t(499)][t(501)][t(490)](t(479));const i=this[t(499)];this[t(515)]=setInterval((()=>{const e=t;let n;for(const t in i){const r=t,s=i[r];if(e(520)==s||e(523)==s||e(505)==s||e(482)==s||e(522)==s||e(521)==s||e(504)==s||e(493)==s||e(488)==s){delete i[r],n=s,clearInterval(this[e(515)]),this[e(515)]=void 0;break}}e(523)==n&&i[e(494)](e(525)),e(505)==n&&i[e(494)](e(492)),e(482)==n&&i[e(494)](e(527)),e(522)==n&&i[e(494)](e(518),e(509)),e(521)==n&&i[e(494)](e(503)),e(504)==n&&i[e(494)](e(528)),e(493)==n&&i[e(494)](e(486)),e(488)==n&&i[e(494)](e(485))}),1e3)}[et(478)](){const t=et;super[t(478)](),this[t(515)]&&clearInterval(this[t(515)])}}function it(){var t=["6484224hxgaIA","pluginName","250bAxkVU","2748232VaiUoX","1333584bEelKN","1002562NogkuW","PasteFromOffice","33IAKJkk","1GoxWXF","isOfficialPlugin","18pVWAky","requires","3164240EXkshm","693594PyYrjs","146680JTMiQg","PasteFromOfficeEnhanced","isPremiumPlugin"];return(it=function(){return t})()}var ot=ct;function ct(t,e){var n=it();return(ct=function(t,e){return n[t-=441]})(t,e)}!function(t){for(var e=ct,n=t();;)try{if(720389===-parseInt(e(441))/1*(parseInt(e(455))/2)+parseInt(e(457))/3*(-parseInt(e(447))/4)+parseInt(e(445))/5+-parseInt(e(450))/6+-parseInt(e(454))/7+parseInt(e(453))/8*(parseInt(e(443))/9)+parseInt(e(452))/10*(parseInt(e(446))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class at extends t.Plugin{static get[ot(451)](){return ot(448)}static get[ot(442)](){return!0}static get[ot(449)](){return!0}static get[ot(444)](){return[ot(456),V,st]}}function ut(t,e){var n=lt();return(ut=function(t,e){return n[t-=265]})(t,e)}function lt(){var t=["2586360tBtbBc","151865xztScS","34586CxncDS","338995MtYpor","1101207bXFXna","18VcXjKc","2276325nqxtqt","2DoclQe","398324aCJfvK"];return(lt=function(){return t})()}!function(t){for(var e=ut,n=t();;)try{if(205774===-parseInt(e(273))/1*(-parseInt(e(269))/2)+parseInt(e(266))/3+parseInt(e(270))/4+-parseInt(e(265))/5*(parseInt(e(267))/6)+-parseInt(e(272))/7+-parseInt(e(271))/8+parseInt(e(268))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt)})(),(window.CKEditor5=window.CKEditor5||{}).pasteFromOfficeEnhanced=r})();
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x46da3e,Context as _0x5dbe0c}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x1ee1ce,parseHtml as _0x53917d}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x508188,CKEditorError as _0x46e4c1}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x4bd929,ViewDocument as _0x3df2a4,DomConverter as _0x255564}from'@ckeditor/ckeditor5-engine/dist/index.js';const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x39fab4){return m['test'](_0x39fab4);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function x(_0x106ef0,_0x532831){const _0x3ece4f=new Map();for(const [_0x4bfecd,_0x4d65e7]of _0x532831){if(!_0x4bfecd['tagName']&&!_0x4bfecd['className'])continue;const _0x3b2548=!_0x4bfecd['tagName']||_0x106ef0['name']===_0x4bfecd['tagName'],_0x5b6cf1=!_0x4bfecd['className']||_0x106ef0['hasClass'](_0x4bfecd['className']);_0x3b2548&&_0x5b6cf1&&_0x3ece4f['set'](_0x4bfecd,_0x4d65e7);}return _0x3ece4f;}function h(_0x145ca4){const _0x246f3a={};for(let _0x3f6c59=0x0;_0x3f6c59<_0x145ca4['length'];_0x3f6c59++){const _0x52ce5f=_0x145ca4[_0x3f6c59],_0x572537=_0x145ca4['getPropertyValue'](_0x52ce5f);'initial'!==_0x572537&&(_0x246f3a[_0x52ce5f]=_0x572537);}return _0x246f3a;}function O(_0x46c221){const _0x1a366c=_0x46c221['split'](',')['map'](_0x1775ec=>_0x1775ec['trim']()),_0x49acdb=[];for(const _0x3fbd78 of _0x1a366c){const _0x310bc1=S['exec'](_0x3fbd78);_0x310bc1&&_0x49acdb['push'](_0x310bc1['groups']);}return _0x49acdb;}function y(_0x3568c5){const _0x3b3bde={};for(const _0xc7f58a of _0x3568c5)Object['assign'](_0x3b3bde,_0xc7f58a);return _0x3b3bde;}class u extends _0x1ee1ce{['execute'](_0x1c42f2){const {body:_0x17b565,styles:_0x50efc3}=_0x1c42f2['_parsedData'],_0x44c567=new _0x4bd929(_0x17b565['document']),_0x4836bd=_0x44c567['createRangeIn'](_0x17b565),_0xc8bdd0=function(_0x1a582d){const _0x1d40ad={};for(const _0x36acce of _0x1a582d)for(const _0x4eca41 of _0x36acce['cssRules'])if(_0x4eca41 instanceof CSSStyleRule){const _0x2e992e=h(_0x4eca41['style']);_0x1d40ad[_0x4eca41['selectorText']]=Object['assign']({},_0x1d40ad[_0x4eca41['selectorText']]||{},_0x2e992e);}return _0x1d40ad;}(_0x50efc3),_0x250dd8=function(_0xf9dc3f){const _0x1fb4c3=new Map();for(const _0x45edb2 in _0xf9dc3f){const _0x1955fd=O(_0x45edb2),_0x37d3c9=_0xf9dc3f[_0x45edb2];for(const _0x27e479 of _0x1955fd)_0x1fb4c3['set'](_0x27e479,_0x37d3c9);}return _0x1fb4c3;}(_0xc8bdd0);for(const _0x1a8ef8 of _0x4836bd){if('elementStart'!==_0x1a8ef8['type'])continue;const _0xd905d6=x(_0x1a8ef8['item'],_0x250dd8);if(_0xd905d6['size']){const _0x364c46=y(Array['from'](_0xd905d6['values']()));for(const _0x58a9ae in _0x364c46){const _0x153fba=_0x1a8ef8['item'];_0x153fba['hasStyle'](_0x58a9ae)||_0x44c567['setStyle'](_0x58a9ae,_0x364c46[_0x58a9ae],_0x153fba);}}}_0x1c42f2['content']=_0x17b565;}['isActive'](_0x222095){return super['isActive'](_0x222095)||d(_0x222095);}}class r extends _0x46da3e{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x250c6e=this['editor'],_0x42938f=_0x250c6e['plugins']['get']('ClipboardPipeline'),_0x103240=_0x250c6e['editing']['view']['document'],_0x5d6847=new u(_0x103240);_0x42938f['on']('inputTransformation',(_0x2c0c4b,_0x3dab18)=>{const _0x269821=_0x3dab18['dataTransfer']['getData']('text/html');_0x5d6847['isActive'](_0x269821)&&(_0x3dab18['_parsedData']||(_0x3dab18['_parsedData']=_0x53917d(_0x269821,_0x103240['stylesProcessor'])),_0x5d6847['execute'](_0x3dab18));},{'priority':_0x508188['get']('high')+0xb});}['afterInit'](){!function(_0x328eff){function _0x2596c6(_0x2352f6,_0x3c9abb,_0xf56be){const _0x2a923d={};_0x2a923d[_0x381202([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x2a923d[_0x381202([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0x2a923d[_0x381202([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0x2a923d[_0x381202([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0x2a923d[_0x381202([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0x2a923d[_0x381202([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0x2a923d[_0x381202([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0x2a923d[_0x381202([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0x2a923d[_0x381202([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0x2a923d[_0x381202([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0x2a923d[_0x381202([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x3d07b4=new Uint8Array(0x10);for(let _0x32b645=0xf;_0x32b645>=0x0;--_0x32b645)_0x3d07b4[_0x32b645]=_0xf56be%0x100,_0xf56be=parseInt(_0xf56be/0x100);let _0x42749d=null,_0x32eaa1=0x10;const _0x25d73f=new Uint8Array(_0x3c9abb),_0x28cac7=[],_0x14328b=[];_0x3e18a1();for(let _0x432d1e=0x0;_0x432d1e<_0x2352f6[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x432d1e++)0x10===_0x32eaa1&&(_0x42749d=_0x617814(_0x3d07b4),_0x32eaa1=0x0,_0x5c8f2a(_0x3d07b4)),_0x2352f6[_0x432d1e]^=_0x42749d[_0x32eaa1++];return _0x2352f6;function _0x5c6469(_0x5b9c78){const _0x3678da=[];for(let _0x316f40=0x0;_0x316f40<_0x5b9c78[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x316f40+=0x4)_0x3678da[_0x381202([0x70,0x75,0x73,0x68])](_0x5b9c78[_0x316f40]<<0x18|_0x5b9c78[_0x316f40+0x1]<<0x10|_0x5b9c78[_0x316f40+0x2]<<0x8|_0x5b9c78[_0x316f40+0x3]);return _0x3678da;}function _0x5c8f2a(_0xef84b9){for(let _0x58a94c=0xf;_0x58a94c>=0x0;_0x58a94c--){if(0xff!==_0xef84b9[_0x58a94c]){_0xef84b9[_0x58a94c]++;break;}_0xef84b9[_0x58a94c]=0x0;}}function _0x617814(_0xd63dd4){const _0x29bde3=_0x28cac7[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x23c60f=[0x0,0x0,0x0,0x0];let t=_0x5c6469(_0xd63dd4);for(let _0x5a01c7=0x0;_0x5a01c7<0x4;_0x5a01c7++)t[_0x5a01c7]^=_0x28cac7[0x0][_0x5a01c7];for(let _0x5ca008=0x1;_0x5ca008<_0x29bde3;_0x5ca008++){for(let _0x316c7e=0x0;_0x316c7e<0x4;_0x316c7e++)_0x23c60f[_0x316c7e]=_0x2a923d[_0x381202([0x54,0x31])][t[_0x316c7e]>>0x18&0xff]^_0x2a923d[_0x381202([0x54,0x32])][t[(_0x316c7e+0x1)%0x4]>>0x10&0xff]^_0x2a923d[_0x381202([0x54,0x33])][t[(_0x316c7e+0x2)%0x4]>>0x8&0xff]^_0x2a923d[_0x381202([0x54,0x34])][0xff&t[(_0x316c7e+0x3)%0x4]]^_0x28cac7[_0x5ca008][_0x316c7e];t=_0x23c60f[_0x381202([0x73,0x6c,0x69,0x63,0x65])]();}const _0x1690a9=new Uint8Array(0x10);let _0x3b10cb;for(let _0x4274fb=0x0;_0x4274fb<0x4;_0x4274fb++)_0x3b10cb=_0x28cac7[_0x29bde3][_0x4274fb],_0x1690a9[0x4*_0x4274fb]=0xff&(_0x2a923d[_0x381202([0x53])][t[_0x4274fb]>>0x18&0xff]^_0x3b10cb>>0x18),_0x1690a9[0x4*_0x4274fb+0x1]=0xff&(_0x2a923d[_0x381202([0x53])][t[(_0x4274fb+0x1)%0x4]>>0x10&0xff]^_0x3b10cb>>0x10),_0x1690a9[0x4*_0x4274fb+0x2]=0xff&(_0x2a923d[_0x381202([0x53])][t[(_0x4274fb+0x2)%0x4]>>0x8&0xff]^_0x3b10cb>>0x8),_0x1690a9[0x4*_0x4274fb+0x3]=0xff&(_0x2a923d[_0x381202([0x53])][0xff&t[(_0x4274fb+0x3)%0x4]]^_0x3b10cb);return _0x1690a9;}function _0x3e18a1(){const _0x2f1164=_0x2a923d[_0x381202([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x25d73f[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x2f72b1=0x0;_0x2f72b1<=_0x2f1164;_0x2f72b1++)_0x28cac7[_0x381202([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x14328b[_0x381202([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0xc13139=0x4*(_0x2f1164+0x1),_0x5a8a46=_0x25d73f[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x27d834=_0x5c6469(_0x25d73f);let _0x44d76c;for(let _0x33e174=0x0;_0x33e174<_0x5a8a46;_0x33e174++)_0x44d76c=_0x33e174>>0x2,_0x28cac7[_0x44d76c][_0x33e174%0x4]=_0x27d834[_0x33e174],_0x14328b[_0x2f1164-_0x44d76c][_0x33e174%0x4]=_0x27d834[_0x33e174];let _0xc6caea,_0x20d5a2=0x0,t=_0x5a8a46;for(;t<_0xc13139;){_0xc6caea=_0x27d834[_0x5a8a46-0x1],_0x27d834[0x0]^=_0x2a923d[_0x381202([0x53])][_0xc6caea>>0x10&0xff]<<0x18^_0x2a923d[_0x381202([0x53])][_0xc6caea>>0x8&0xff]<<0x10^_0x2a923d[_0x381202([0x53])][0xff&_0xc6caea]<<0x8^_0x2a923d[_0x381202([0x53])][_0xc6caea>>0x18&0xff]^_0x2a923d[_0x381202([0x72,0x63,0x6f,0x6e])][_0x20d5a2]<<0x18,_0x20d5a2+=0x1;for(let _0x348ed9=0x1;_0x348ed9<_0x5a8a46/0x2;_0x348ed9++)_0x27d834[_0x348ed9]^=_0x27d834[_0x348ed9-0x1];_0xc6caea=_0x27d834[_0x5a8a46/0x2-0x1],_0x27d834[_0x5a8a46/0x2]^=_0x2a923d[_0x381202([0x53])][0xff&_0xc6caea]^_0x2a923d[_0x381202([0x53])][_0xc6caea>>0x8&0xff]<<0x8^_0x2a923d[_0x381202([0x53])][_0xc6caea>>0x10&0xff]<<0x10^_0x2a923d[_0x381202([0x53])][_0xc6caea>>0x18&0xff]<<0x18;for(let _0x2afa4b=_0x5a8a46/0x2+0x1;_0x2afa4b<_0x5a8a46;_0x2afa4b++)_0x27d834[_0x2afa4b]^=_0x27d834[_0x2afa4b-0x1];let _0x10ee82,_0x18b6cf,_0x707456=0x0;for(;_0x707456<_0x5a8a46&&t<_0xc13139;)_0x10ee82=t>>0x2,_0x18b6cf=t%0x4,_0x28cac7[_0x10ee82][_0x18b6cf]=_0x27d834[_0x707456],_0x14328b[_0x2f1164-_0x10ee82][_0x18b6cf]=_0x27d834[_0x707456++],t++;}for(let _0x16b683=0x1;_0x16b683<_0x2f1164;_0x16b683++)for(let _0x138f7d=0x0;_0x138f7d<0x4;_0x138f7d++)_0xc6caea=_0x14328b[_0x16b683][_0x138f7d],_0x14328b[_0x16b683][_0x138f7d]=_0x2a923d[_0x381202([0x55,0x31])][_0xc6caea>>0x18&0xff]^_0x2a923d[_0x381202([0x55,0x32])][_0xc6caea>>0x10&0xff]^_0x2a923d[_0x381202([0x55,0x33])][_0xc6caea>>0x8&0xff]^_0x2a923d[_0x381202([0x55,0x34])][0xff&_0xc6caea];}}function _0x381202(_0x1560a5){return _0x1560a5['map'](_0x4ee236=>String['fromCharCode'](_0x4ee236))['join']('');}(_0x4124e9=>{function _0x57daa0(){const _0x39f626=[{[_0x381202([0x69,0x64])]:0x1,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x381202([0x69,0x64])]:0x2,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x381202([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x381202([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x381202([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x381202([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x381202([0x69,0x64])]:0x3,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x381202([0x69,0x64])]:0x4,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x381202([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x381202([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x381202([0x69,0x64])]:0x5,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}},{[_0x381202([0x69,0x64])]:0x6,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}},{[_0x381202([0x69,0x64])]:0x7,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}},{[_0x381202([0x69,0x64])]:0x8,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}},{[_0x381202([0x69,0x64])]:0x9,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x381202([0x69,0x64])]:0xa,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}},{[_0x381202([0x69,0x64])]:0xb,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x381202([0x69,0x64])]:0xc,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x381202([0x69,0x64])]:0xd,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}},{[_0x381202([0x69,0x64])]:0xe,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x381202([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x381202([0x69,0x64])]:0xf,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x381202([0x69,0x64])]:0x10,[_0x381202([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x381202([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x381202([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x381202([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x381202([0x66,0x67,0x69])]:[0xc]}}];return _0x3e4de8(_0x39f626),_0x39f626;function _0x3115ff(_0xe1963c){return 0x1<<_0xe1963c-0x1;}function _0x3e4de8(_0x2900a4){_0x2900a4[_0x381202([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x304647=>{_0x304647[_0x381202([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x3115ff(_0x304647[_0x381202([0x69,0x64])]),_0x692bfb(_0x304647)&&_0x304647[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x3e4de8(_0x304647[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x692bfb(_0x1f0c53){return _0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x1f0c53;}const _0x2cbd4b=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x53be3f=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x3d625f(_0x1c4cc1){const _0x263ca2=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x53b884(_0x1c4cc1,new Uint8Array([..._0x2cbd4b,..._0x263ca2,..._0x53be3f]));}function _0x53b884(_0x5f3291,_0x7d1859){const _0x548d42=_0xe7c044(_0x5f3291),_0x5c3624=Array[_0x381202([0x66,0x72,0x6f,0x6d])](_0xfc18a1(_0x548d42)),_0x2da58e=_0x5c3624[_0x381202([0x70,0x6f,0x70])](),_0x5c86f1=_0x5c3624[_0x381202([0x70,0x6f,0x70])]();return _0x5123da(_0x2596c6(_0x5c3624,_0x7d1859,_0x5c86f1+0x100*_0x2da58e));}function _0xe7c044(_0x4cf3bc){const _0x4b6d27=atob(_0x4cf3bc),[_0x261362,_0x2150cc]=_0x4b6d27[_0x381202([0x73,0x70,0x6c,0x69,0x74])](_0x381202([0x2d]));try{if(atob(_0x2150cc))return atob(_0x261362);}catch(_0x20e832){}return _0x4b6d27;}function _0x597d04(_0x363688){try{const _0x1f5c92=_0x3d625f(_0x363688),_0x24a2af=JSON[_0x381202([0x70,0x61,0x72,0x73,0x65])](_0x1f5c92),_0x1b3eea=parseInt(_0x24a2af[_0x381202([0x31])]),_0x365ec3=_0x24a2af[_0x381202([0x32])]||'',_0x532d10=parseInt(_0x24a2af[_0x381202([0x33])]),_0x4bb155=parseInt(_0x24a2af[_0x381202([0x34])])||0x0,_0x5a634c=parseInt(_0x24a2af[_0x381202([0x35])])||0x0;return{[_0x381202([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x365ec3,[_0x381202([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x4bb155,[_0x381202([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x1b3eea,[_0x381202([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x532d10,[_0x381202([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x5a634c};}catch(_0x389570){return null;}}const _0x2f9a8b=_0x57daa0(),_0x384683={[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x24daa0,[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x55f8cb,[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x5cd9eb},_0x511972=_0x4124e9[_0x381202([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x26aae3=_0x381202([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x4124e9?_0x4124e9['context']:_0x4124e9['editor'],_0x2e5ab8=_0x381202([0x34,0x30,0x34,0x38,0x32,0x32,0x31,0x32]),_0x26fe0f=_0x381202([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x117d6d=_0x26aae3['config']['get'](_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x3e4a32=_0x2f9a8b[_0x381202([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x692bfb)[_0x381202([0x66,0x69,0x6e,0x64])](_0x19e22c=>_0x19e22c[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x511972);function _0x19a22f(_0x1b69d6,_0x23e467){_0x384683[_0x23e467[_0x381202([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x1b69d6,_0x23e467),_0x23e467[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x23e467[_0x381202([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x381202([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x54e267=>_0x146db4(_0x26aae3,_0x54e267[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x381202([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x14571a=>_0x19a22f(_0x1b69d6,_0x14571a));}function _0x24daa0(_0x405288,_0x5908be){_0xba7e23(_0x1339cd(_0x405288,_0x5908be),_0x5908be);}function _0x55f8cb(_0x5aa768,_0x26126a){function _0x3e0077(_0x4a28d2,_0x497230){try{if(_0x146db4(_0x26aae3,_0x381202([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x4a28d2){const _0x1f7c66=_0x1a3bc0(_0x26aae3,_0x381202([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x381202([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x1f7c66)/0x2>_0x4a28d2[_0x381202([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x5dc467(_0x497230[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x1339cd(_0x4a28d2,_0x497230);}catch(_0x2316a0){return _0x5dc467(_0x497230[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0xba7e23(_0x3e0077(_0x5aa768,_0x26126a),_0x26126a);}function _0x5cd9eb(_0xbe0099,_0x2d3caa){const _0x4dfb85=_0x53be3f[0x0]*_0x2cbd4b[0x1],_0x3a7d99=_0x53be3f[0x0]*_0x2cbd4b[0x2],_0x2d0e07=_0x53be3f[0x2]*_0x2cbd4b[0x2];_0x146db4(_0x26aae3,_0x381202([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x1a3bc0(_0x26aae3,_0x381202([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x381202([0x73,0x74,0x61,0x74,0x65])]==_0x381202([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x46b064()]=_0x2d0e07);function _0x44e0a8(_0x2b4815,_0x54b592){try{return _0x4128ae()?_0x5dc467(_0x54b592[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x56,0x61,0x6c,0x69,0x64])):_0x1339cd(_0x2b4815,_0x54b592);}catch(_0x5e28e4){return _0x5dc467(_0x54b592[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x5bc6e9(_0x198253,_0x271e1a){const _0xfc2bc0=0x7;if(_0x198253==_0x271e1a[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x1e7979();else{if(_0x198253==_0x271e1a[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c])){const _0x2b299e=_0x2cfd20();_0x2b299e&&_0x40ce42(_0x2b299e,_0x271e1a[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x50ef0c=_0x390368();window[_0x381202([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x40ce42(_0x381202([0x74,0x69,0x6d,0x65]),_0x271e1a[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x50ef0c);const _0x581901=_0x1a3bc0(_0x26aae3,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x381202([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x581901[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xfc2bc0?_0x40ce42(_0x381202([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x271e1a[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x581901['on'](_0x381202([0x61,0x64,0x64]),()=>{_0x581901[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xfc2bc0&&_0x40ce42(_0x381202([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x271e1a[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x2cfd20(){if(!_0x146db4(_0x26aae3,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x440c21 in window)if(Number['isNaN'](Number(_0x440c21))){if(window[_0x440c21]===_0x4dfb85)return _0x381202([0x74,0x69,0x6d,0x65]);if(window[_0x440c21]===_0x3a7d99)return _0x381202([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x4128ae(){if(!_0x146db4(_0x26aae3,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x28d29a in window)if(Number['isNaN'](Number(_0x28d29a))&&window[_0x28d29a]===_0x2d0e07)return!0x0;return!0x1;}function _0x40ce42(_0x3f16d7,_0x1aa878){_0x1e7979(),_0x5dc467(_0x1aa878+_0x381202([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x3f16d7),window[_0x46b064()]=_0x3f16d7===_0x381202([0x74,0x69,0x6d,0x65])?_0x4dfb85:_0x3a7d99;}function _0x390368(){let _0x202c8e=_0x53be3f[0x6]*_0x2cbd4b[0x8]*_0x2cbd4b[0x6];return _0x146db4(_0x26aae3,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x202c8e/=0xa),_0x202c8e;}function _0x1e7979(){const _0x2280ae=_0x26aae3;function _0x478897(){_0x146db4(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x381202([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x381202([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x381202([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x381202([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x152bbb,_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x381202([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x152bbb,_0x2280ae[_0x381202([0x6d,0x6f,0x64,0x65,0x6c])][_0x381202([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x152bbb,_0x2280ae[_0x381202([0x6d,0x6f,0x64,0x65,0x6c])][_0x381202([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x152bbb,_0x2280ae[_0x381202([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x381202([0x6d,0x6f,0x64,0x65,0x6c]))),_0x146db4(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x381202([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x381202([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x381202([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x381202([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x152bbb,_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x381202([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x152bbb);}_0x2280ae[_0x381202([0x73,0x74,0x61,0x74,0x65])]==_0x381202([0x72,0x65,0x61,0x64,0x79])?_0x478897():_0x2280ae[_0x381202([0x6f,0x6e,0x63,0x65])](_0x381202([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x146db4(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x478897(),_0x146db4(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x3df6f8=_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x5555e9=_0x3df6f8['getRevision'](0x0),_0x217a57=_0x3df6f8['getEarlierVisibleRevision'](_0x5555e9[_0x381202([0x69,0x64])]);_0x1a3bc0(_0x2280ae,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x381202([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x5555e9[_0x381202([0x69,0x64])],_0x217a57?_0x217a57[_0x381202([0x69,0x64])]:null,0x1)['then'](()=>_0x478897());}});}_0x5bc6e9(_0x44e0a8(_0xbe0099,_0x2d3caa),_0x2d3caa);}function _0x1339cd(_0x19601b,_0x258bce){try{return _0x468ca5(_0x258bce)?_0x5dc467(_0x258bce[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x56,0x61,0x6c,0x69,0x64])):_0x19601b&&_0x465e10(_0x19601b[_0x381202([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x258bce)?_0x19601b[_0x381202([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x381202([0x6f,0x70,0x65,0x6e])][_0x381202([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x2e5ab8)/0x2>_0x19601b[_0x381202([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x5dc467(_0x258bce[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x19601b[_0x381202([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x5dc467(_0x258bce[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c])):_0x5dc467(_0x258bce[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x56,0x61,0x6c,0x69,0x64])):_0x5dc467(_0x258bce[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x176aee){return _0x5dc467(_0x258bce[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0xba7e23(_0x5c29e5,_0x1636bf){if(_0x26aae3 instanceof _0x5dbe0c){const _0x33f130=_0x26aae3;_0x5c29e5==_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x42d068(_0x33f130):_0x5c29e5==_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c])&&window[_0x381202([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x42d068(_0x33f130),_0x5dc467(_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x53be3f[0x6]*_0x2cbd4b[0x8]*_0x2cbd4b[0x6]),_0x33f130[_0x381202([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x381202([0x6f,0x6e])](_0x381202([0x61,0x64,0x64]),(_0x4522dd,_0x13e42c)=>{_0x5c29e5!=_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x5c29e5!=_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x5c29e5!=_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x36653c(_0x13e42c);});}else{const _0x23488a=_0x26aae3;_0x5c29e5==_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x36653c(_0x23488a):_0x5c29e5==_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c])&&_0x23488a[_0x381202([0x6f,0x6e])](_0x381202([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x512b4b=0x0;_0x23488a[_0x381202([0x6d,0x6f,0x64,0x65,0x6c])][_0x381202([0x6f,0x6e])](_0x381202([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x27abd5,_0x41f40b)=>{_0x41f40b[0x0][_0x381202([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x512b4b++,0x1f8===_0x512b4b&&(_0x36653c(_0x23488a),_0x5dc467(_0x1636bf[_0x381202([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x381202([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x27abd5[_0x381202([0x6f,0x66,0x66])]());},{'priority':_0x381202([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x5dc467(_0x235491){const _0x2a0eef=_0x46b064();return _0x26aae3[_0x2a0eef]=_0x235491,_0x235491;}function _0x46b064(){const _0x231bf6=String(window[_0x381202([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x381202([0x6e,0x6f,0x77])]())[_0x381202([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x381202([0x2e]),'');let _0xb2c7b='';for(let _0x427bda=0x0;_0x427bda<_0x231bf6[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x427bda+=0x2){let _0x534c70=parseInt(_0x231bf6[_0x381202([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x427bda,_0x427bda+0x2));_0x534c70>=_0x26fe0f[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x534c70-=_0x26fe0f[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xb2c7b+=_0x26fe0f[_0x534c70];}return _0xb2c7b;}function _0x42d068(_0xd78d5d){for(const _0x5c0a12 of _0xd78d5d[_0x381202([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x36653c(_0x5c0a12);_0x1a3bc0(_0xd78d5d,_0x381202([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x381202([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x1a3bc0(_0xd78d5d,_0x381202([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x381202([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x152bbb;}function _0x36653c(_0x2d76eb){function _0x283983(){_0x2d76eb[_0x381202([0x6d,0x6f,0x64,0x65,0x6c])][_0x381202([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x152bbb,_0x2d76eb[_0x381202([0x6d,0x6f,0x64,0x65,0x6c])][_0x381202([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x152bbb,_0x2d76eb[_0x381202([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x381202([0x6d,0x6f,0x64,0x65,0x6c]));}_0x2d76eb[_0x381202([0x73,0x74,0x61,0x74,0x65])]==_0x381202([0x72,0x65,0x61,0x64,0x79])?_0x283983():_0x2d76eb[_0x381202([0x6f,0x6e,0x63,0x65])](_0x381202([0x72,0x65,0x61,0x64,0x79]),()=>_0x283983());}function _0x152bbb(){return null;}function _0x465e10(_0x4196e0,_0x12cc4c){const _0x225c4b=!!(_0x4196e0&_0x12cc4c[_0x381202([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x1ed76e=_0x2a64ce(_0x4196e0,_0x12cc4c);return _0x225c4b||_0x1ed76e;}function _0x2a64ce(_0x1e3667,_0x47dd1e){const _0x52b0e9=(_0x47dd1e[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x381202([0x66,0x67,0x69])]||null;return!!_0x52b0e9&&_0x2f9a8b[_0x381202([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5701a4=>_0x52b0e9[_0x381202([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5701a4[_0x381202([0x69,0x64])]))[_0x381202([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3201c1=>!_0x999304(_0x3201c1))[_0x381202([0x73,0x6f,0x6d,0x65])](_0x50ee12=>!!(_0x1e3667&_0x50ee12[_0x381202([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x999304(_0x3ca389){const _0x1c0771={[_0x381202([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x1586b2};return!!_0x3ca389['forbiddenHandler']&&_0x1c0771[_0x3ca389['forbiddenHandler']]();}function _0x1586b2(){return!window[_0x381202([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x146db4(_0x26aae3,_0x381202([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x468ca5(_0x5898c1){if(!_0x146db4(_0x26aae3,_0x5898c1[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x4e8251=_0x5898c1[_0x381202([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x24e066=_0x4e8251[_0x381202([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x2c2990=_0x4e8251[_0x381202([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x3a2194=_0x4e8251[_0x381202([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x146db4(_0x26aae3,_0x381202([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x1a3bc0(_0x26aae3,_0x381202([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x381202([0x73,0x74,0x61,0x74,0x65])]==_0x381202([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x24e066)return!0x0;if(_0x146db4(_0x26aae3,_0x381202([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x1a3bc0(_0x26aae3,_0x381202([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x381202([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x381202([0x65,0x6e,0x64])&&_0x2c2990)return!0x0;return!(!_0x146db4(_0x26aae3,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))||_0x1a3bc0(_0x26aae3,_0x381202([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))[_0x381202([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x381202([0x65,0x6e,0x64])||!_0x3a2194);}function _0x146db4(_0x4281f4,_0x947e1b){return _0x4281f4[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x381202([0x68,0x61,0x73])](_0x947e1b);}function _0x1a3bc0(_0x3d07ec,_0x821c2e){return _0x3d07ec[_0x381202([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x381202([0x67,0x65,0x74])](_0x821c2e);}function _0x5123da(_0x448b7e){let _0x2edd3c='';for(const _0x2b5eaa of _0x448b7e)_0x2edd3c+=String[_0x381202([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x2b5eaa);return _0x2edd3c;}function _0xfc18a1(_0x42dfbf){const _0x5a23c6=new Uint8Array(_0x42dfbf[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0xf6806b=0x0;_0xf6806b<_0x42dfbf[_0x381202([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf6806b++)_0x5a23c6[_0xf6806b]=_0x42dfbf[_0x381202([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf6806b);return _0x5a23c6;}_0x3e4a32&&_0x19a22f(_0x597d04(_0x117d6d),_0x3e4a32);})(_0x328eff);}(this);}}const P=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],I=['color','font-family','font-size'],E={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x158dbf=>Number(_0x158dbf)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function F(_0x4fad3e){return P['includes'](_0x4fad3e);}function v(_0x32b0d1,_0x3c775b,_0x1ec7b3){const {spanStyles:_0x287e74,stylesToBeHtmlElements:_0x4719f2}=function(_0x6b00d7,_0x365fe3){const _0x1bcb86={},_0x5d40f9={};return _0x365fe3['forEach'](_0x5b37a0=>{const _0x1365d7=_0x6b00d7['getStyle'](_0x5b37a0);if(_0x1365d7){if(function(_0x3bd067){return I['includes'](_0x3bd067);}(_0x5b37a0))_0x1bcb86[_0x5b37a0]=_0x1365d7;else{if(function(_0x282168){return _0x282168 in E;}(_0x5b37a0)){const _0x679558=_0x1365d7['split']('\x20');E[_0x5b37a0]['forEach'](([_0x2aa899,_0x523d22])=>{for(const _0x5d8fae of _0x679558){('function'==typeof _0x2aa899&&_0x2aa899(_0x5d8fae)||_0x2aa899===_0x5d8fae)&&(_0x5d40f9[_0x5b37a0]=[..._0x5d40f9[_0x5b37a0]||[],[_0x2aa899,_0x523d22]]);}});}}}}),{'spanStyles':_0x1bcb86,'stylesToBeHtmlElements':_0x5d40f9};}(_0x32b0d1,_0x1ec7b3);!function(_0x66675b,_0x1e15cc,_0x485994){for(const _0xa04e09 in _0x485994){_0x485994[_0xa04e09]['forEach'](([,_0x153ba8])=>{const _0x215a3a=_0x1e15cc['createElement'](_0x153ba8,[],_0x66675b['getChildren']());_0x1e15cc['insertChild'](0x0,_0x215a3a,_0x66675b);}),_0x1e15cc['removeStyle'](_0xa04e09,_0x66675b);}}(_0x32b0d1,_0x3c775b,_0x4719f2),function(_0x2f1622,_0x13fd47,_0x2fef24){if(!Object['keys'](_0x2fef24)['length'])return;const _0x1eebf3=_0x13fd47['createElement']('span',[],_0x2f1622['getChildren']());_0x13fd47['setStyle'](_0x2fef24,_0x1eebf3),_0x13fd47['insertChild'](0x0,_0x1eebf3,_0x2f1622),_0x13fd47['removeStyle'](Object['keys'](_0x2fef24),_0x2f1622);}(_0x32b0d1,_0x3c775b,_0x287e74);}class l extends _0x1ee1ce{['execute'](_0x3c994d){const {body:_0x3119d6}=_0x3c994d['_parsedData'],_0x3154b0=new _0x4bd929(_0x3119d6['document']),_0xa9788e=_0x3154b0['createRangeIn'](_0x3119d6),_0x375b0d=new _0x3df2a4(_0x3154b0['document']['stylesProcessor']),_0x28bb73=[...new _0x255564(_0x375b0d)['blockElements'],'font'],_0x572367=_0xa9788e['getItems']();for(const _0x43057e of _0x572367)_0x43057e['is']('element')&&_0x28bb73['includes'](_0x43057e['name'])&&v(_0x43057e,_0x3154b0,(_0x2081db=_0x43057e,Array['from'](_0x2081db['getStyleNames']())['filter'](F)));var _0x2081db;_0x3c994d['content']=_0x3119d6;}['isActive'](_0x24b0fb){return super['isActive'](_0x24b0fb)||d(_0x24b0fb);}}class i extends _0x46da3e{['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}constructor(_0x523d3e){super(_0x523d3e),this['_licenseKeyCheckInterval']=null;}['init'](){const _0x2e6530=this['editor'],_0xdb8352=_0x2e6530['plugins']['get']('ClipboardPipeline'),_0x28009a=_0x2e6530['editing']['view']['document'],_0x305435=new l(_0x28009a);_0xdb8352['on']('inputTransformation',(_0x5db6d5,_0x12d458)=>{const _0x9fa488=_0x12d458['dataTransfer']['getData']('text/html');_0x305435['isActive'](_0x9fa488)&&(_0x12d458['_parsedData']||(_0x12d458['_parsedData']=_0x53917d(_0x9fa488,_0x28009a['stylesProcessor'])),_0x305435['execute'](_0x12d458));},{'priority':_0x508188['get']('high')+0xa}),this['licenseKey']=_0x2e6530['config']['get']('licenseKey');const _0x4d1a5a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x52abc3;for(const _0x4476fd in _0x4d1a5a){const _0x14120f=_0x4476fd,_0x3f2d81=_0x4d1a5a[_0x14120f];if('pasteFromOfficeEnhancedLicenseKeyTrial'===_0x3f2d81||'pasteFromOfficeEnhancedLicenseKeyInvalid'===_0x3f2d81||'pasteFromOfficeEnhancedLicenseKeyValid'===_0x3f2d81||'pasteFromOfficeEnhancedLicenseKeyTrialLimit:operations'===_0x3f2d81){delete _0x4d1a5a[_0x14120f],_0x52abc3=_0x3f2d81;break;}}if('pasteFromOfficeEnhancedLicenseKeyInvalid'===_0x52abc3)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x46e4c1('paste-from-office-enhanced-invalid-license-key',null);if('pasteFromOfficeEnhancedLicenseKeyTrial'===_0x52abc3&&console['info']('You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20Paste\x20from\x20Office\x20Enhanced\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit:operations'===_0x52abc3)throw clearInterval(this['_licenseKeyCheckInterval']),new _0x46e4c1('paste-from-office-enhanced-trial-license-key-reached-limit-changes',null);'pasteFromOfficeEnhancedLicenseKeyValid'===_0x52abc3&&clearInterval(this['_licenseKeyCheckInterval']);},0x3e8);}['destroy'](){this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class s extends _0x46da3e{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',r,i];}}export{s as PasteFromOfficeEnhanced};
23
+ import{Plugin as _0x5c91c7}from'@ckeditor/ckeditor5-core/dist/index.js';import{MSWordNormalizer as _0x5dd0a2,parseHtml as _0x253fa5}from'@ckeditor/ckeditor5-paste-from-office/dist/index.js';import{priorities as _0x122330,uid as _0x433129}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UpcastWriter as _0x3a8a8b,ViewDocument as _0x4643dc,DomConverter as _0x4d6bc8}from'@ckeditor/ckeditor5-engine/dist/index.js';const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function d(_0x302053){return x['test'](_0x302053);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;function k(_0xe8422d,_0x1c84c7){const _0x1cdd05=new Map();for(const [_0x4b2e66,_0x4cc5e5]of _0x1c84c7){if(!_0x4b2e66['tagName']&&!_0x4b2e66['className'])continue;const _0x820258=!_0x4b2e66['tagName']||_0xe8422d['name']===_0x4b2e66['tagName'],_0x251dbf=!_0x4b2e66['className']||_0xe8422d['hasClass'](_0x4b2e66['className']);_0x820258&&_0x251dbf&&_0x1cdd05['set'](_0x4b2e66,_0x4cc5e5);}return _0x1cdd05;}function h(_0x2cd56a){const _0x457251={};for(let _0x3b118c=0x0;_0x3b118c<_0x2cd56a['length'];_0x3b118c++){const _0xc19fe2=_0x2cd56a[_0x3b118c],_0x8f1a85=_0x2cd56a['getPropertyValue'](_0xc19fe2);'initial'!==_0x8f1a85&&(_0x457251[_0xc19fe2]=_0x8f1a85);}return _0x457251;}function L(_0x26514b){const _0x4813da=_0x26514b['split'](',')['map'](_0x56d32a=>_0x56d32a['trim']()),_0x5252c4=[];for(const _0x58ea6c of _0x4813da){const _0x41e9d4=S['exec'](_0x58ea6c);_0x41e9d4&&_0x5252c4['push'](_0x41e9d4['groups']);}return _0x5252c4;}function y(_0x524f67){const _0x59b82d={};for(const _0x4fb4fd of _0x524f67)Object['assign'](_0x59b82d,_0x4fb4fd);return _0x59b82d;}class c extends _0x5dd0a2{['execute'](_0x203321){const {body:_0x9b0da8,styles:_0x27c640}=_0x203321['_parsedData'],_0x24b0da=new _0x3a8a8b(_0x9b0da8['document']),_0x1c8bf4=_0x24b0da['createRangeIn'](_0x9b0da8),_0x5e454d=function(_0x288cc4){const _0x3bdea1={};for(const _0x507ea8 of _0x288cc4)for(const _0x1a89e0 of _0x507ea8['cssRules'])if(_0x1a89e0 instanceof CSSStyleRule){const _0x570432=h(_0x1a89e0['style']);_0x3bdea1[_0x1a89e0['selectorText']]=Object['assign']({},_0x3bdea1[_0x1a89e0['selectorText']]||{},_0x570432);}return _0x3bdea1;}(_0x27c640),_0x408d71=function(_0x405b55){const _0x9d216=new Map();for(const _0x2793df in _0x405b55){const _0x3404db=L(_0x2793df),_0x29d9ae=_0x405b55[_0x2793df];for(const _0x28e832 of _0x3404db)_0x9d216['set'](_0x28e832,_0x29d9ae);}return _0x9d216;}(_0x5e454d);for(const _0x184844 of _0x1c8bf4){if('elementStart'!==_0x184844['type'])continue;const _0x27f127=k(_0x184844['item'],_0x408d71);if(_0x27f127['size']){const _0x296365=y(Array['from'](_0x27f127['values']()));for(const _0x4ebcd0 in _0x296365){const _0x27eddb=_0x184844['item'];_0x27eddb['hasStyle'](_0x4ebcd0)||_0x24b0da['setStyle'](_0x4ebcd0,_0x296365[_0x4ebcd0],_0x27eddb);}}}_0x203321['content']=_0x9b0da8;}['isActive'](_0x5144c9){return super['isActive'](_0x5144c9)||d(_0x5144c9);}}class i extends _0x5c91c7{static get['pluginName'](){return'PasteFromOfficeEnhancedInliner';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x1045ba=this['editor'],_0xafd5e5=_0x1045ba['plugins']['get']('ClipboardPipeline'),_0xaca76a=_0x1045ba['editing']['view']['document'],_0x1ddc9e=new c(_0xaca76a);_0xafd5e5['on']('inputTransformation',(_0x5bd801,_0x4c499d)=>{const _0x463d50=_0x4c499d['dataTransfer']['getData']('text/html');_0x1ddc9e['isActive'](_0x463d50)&&(_0x4c499d['_parsedData']||(_0x4c499d['_parsedData']=_0x253fa5(_0x463d50,_0xaca76a['stylesProcessor'])),_0x1ddc9e['execute'](_0x4c499d));},{'priority':_0x122330['get']('high')+0xb});}['afterInit'](){!async function(_0x411a6f){const _0x18e1dd=_0x3c59e7([0x72,0x42,0x6d,0x49,0x73,0x65,0x4e,0x6b,0x33,0x56,0x30,0x4d,0x4c,0x43,0x74,0x45,0x32,0x62,0x53,0x4f,0x36,0x37,0x5a,0x54,0x63,0x68,0x52,0x6e,0x48,0x75,0x57,0x67,0x7a,0x46,0x61,0x47,0x39,0x4a,0x44,0x70,0x51,0x41,0x59,0x64,0x58,0x76,0x4b,0x50,0x77,0x35,0x79,0x55,0x66,0x78,0x6f,0x31,0x6a,0x6c,0x34,0x38,0x69,0x71]),_0x2ea42a=0xc3613c2,_0x26c379=0xc314442^_0x2ea42a,_0x56b268=window[_0x3c59e7([0x44,0x61,0x74,0x65])][_0x3c59e7([0x6e,0x6f,0x77])](),_0x2a125c=_0x411a6f[_0x3c59e7([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x28f528=new window[(_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x391d05=>{_0x2a125c[_0x3c59e7([0x6f,0x6e,0x63,0x65])](_0x3c59e7([0x72,0x65,0x61,0x64,0x79]),_0x391d05);}),_0x473a66={[_0x3c59e7([0x6b,0x74,0x79])]:_0x3c59e7([0x45,0x43]),[_0x3c59e7([0x75,0x73,0x65])]:_0x3c59e7([0x73,0x69,0x67]),[_0x3c59e7([0x63,0x72,0x76])]:_0x3c59e7([0x50,0x2d,0x32,0x35,0x36]),[_0x3c59e7([0x78])]:_0x3c59e7([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x3c59e7([0x79])]:_0x3c59e7([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x3c59e7([0x61,0x6c,0x67])]:_0x3c59e7([0x45,0x53,0x32,0x35,0x36])},_0x12ddb2=_0x2a125c[_0x3c59e7([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3c59e7([0x67,0x65,0x74])](_0x3c59e7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x381baf(){let _0x576cba,_0x41566b=null,_0x462f2b=null;try{if(_0x12ddb2==_0x3c59e7([0x47,0x50,0x4c]))return _0x3c59e7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x576cba=_0x5aeaae(),!_0x576cba)return _0x3c59e7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x576cba[_0x3c59e7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x462f2b=_0x283621(_0x576cba[_0x3c59e7([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x576cba[_0x3c59e7([0x6a,0x74,0x69])])),await _0x5df328()?_0x1c0334()?_0x3ca761()?_0x3c59e7([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x40f532()?(_0x576cba[_0x3c59e7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c59e7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x41566b=_0x4f7ff7(_0x3c59e7([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x576cba[_0x3c59e7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c59e7([0x74,0x72,0x69,0x61,0x6c])&&(_0x41566b=_0x4f7ff7(_0x3c59e7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x576cba[_0x3c59e7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3c59e7([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x41566b=_0x4f7ff7(_0x3c59e7([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x498ed7()):_0x3c59e7([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3c59e7([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3c59e7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2c336d){return _0x3c59e7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ca761(){const _0x46554b=[_0x3c59e7([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3c59e7([0x74,0x72,0x69,0x61,0x6c])][_0x3c59e7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x576cba[_0x3c59e7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x56b268/0x3e8:0xe10*_0x26c379;return _0x576cba[_0x3c59e7([0x65,0x78,0x70])]<_0x46554b;}function _0x1c0334(){const _0x5586f4=_0x576cba[_0x3c59e7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5586f4&&(!!_0x5586f4[_0x3c59e7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c59e7([0x2a]))||(!!_0x5586f4[_0x3c59e7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c59e7([0x50,0x4f,0x45]))||!!_0x5586f4[_0x3c59e7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c59e7([0x50,0x50]))));}function _0x40f532(){const _0x12154c=_0x576cba[_0x3c59e7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x12154c||0x0==_0x12154c[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x36358f}=new URL(window[_0x3c59e7([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x12154c[_0x3c59e7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36358f))return!0x0;const _0x14aed6=_0x36358f[_0x3c59e7([0x73,0x70,0x6c,0x69,0x74])](_0x3c59e7([0x2e]));return _0x12154c[_0x3c59e7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1a962a=>_0x1a962a[_0x3c59e7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3c59e7([0x2a])))[_0x3c59e7([0x6d,0x61,0x70])](_0x550556=>_0x550556[_0x3c59e7([0x73,0x70,0x6c,0x69,0x74])](_0x3c59e7([0x2e])))[_0x3c59e7([0x73,0x6f,0x6d,0x65])](_0x3fbd04=>_0x14aed6[_0x3c59e7([0x65,0x76,0x65,0x72,0x79])]((_0x220664,_0x5ead25)=>_0x3fbd04[_0x5ead25]===_0x220664||_0x3fbd04[_0x5ead25]===_0x3c59e7([0x2a])));}function _0x498ed7(){return _0x41566b&&_0x462f2b?new window[(_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x16b725,_0x34f27c)=>{_0x41566b[_0x3c59e7([0x74,0x68,0x65,0x6e])](_0x16b725,_0x34f27c),_0x462f2b[_0x3c59e7([0x74,0x68,0x65,0x6e])](_0x4e3473=>{_0x4e3473!=_0x3c59e7([0x56,0x61,0x6c,0x69,0x64])&&_0x16b725(_0x4e3473);},_0x34f27c);}):_0x41566b||_0x462f2b||_0x3c59e7([0x56,0x61,0x6c,0x69,0x64]);}}function _0x283621(_0x3a586b,_0x55c1f9){return new window[(_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f9a7f=>{if(_0x1f4dd1())return _0x2f9a7f(_0x3c59e7([0x56,0x61,0x6c,0x69,0x64]));_0x44c86f(),_0x2a125c[_0x3c59e7([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3c59e7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x46d25b=!0x1;const _0x1741c7=_0x433129();function _0x4922b8(_0x494b21){return!!_0x494b21&&(typeof _0x494b21===_0x3c59e7([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x494b21===_0x3c59e7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x494b21[_0x3c59e7([0x74,0x68,0x65,0x6e])]===_0x3c59e7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x494b21[_0x3c59e7([0x63,0x61,0x74,0x63,0x68])]===_0x3c59e7([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2aeba4(_0x3d557b){_0x3478e6(_0x3d557b)[_0x3c59e7([0x74,0x68,0x65,0x6e])](_0x125822=>{if(!_0x125822||_0x125822[_0x3c59e7([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3c59e7([0x6f,0x6b]))return _0x3c59e7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x535cae(_0xa913b5(_0x1741c7+_0x55c1f9))!=_0x125822[_0x3c59e7([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3c59e7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3c59e7([0x56,0x61,0x6c,0x69,0x64]);})[_0x3c59e7([0x74,0x68,0x65,0x6e])](_0x493229=>(_0xa11abb(),_0x493229),()=>{const _0xc7fa2f=_0x5affe7();return null==_0xc7fa2f?(_0xa11abb(),_0x3c59e7([0x56,0x61,0x6c,0x69,0x64])):_0x3c59e7(_0x56b268-_0xc7fa2f>(0x283a97c2^_0x2ea42a)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3c59e7([0x74,0x68,0x65,0x6e])](_0x2f9a7f)[_0x3c59e7([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2f9a7f(_0x3c59e7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x52533=0xc00fd42^_0x2ea42a;function _0xa11abb(){const _0x40b656=_0x3c59e7([0x6c,0x6c,0x63,0x74,0x2d])+_0x535cae(_0xa913b5(_0x3a586b)),_0x1d82a7=_0x3bea10(_0x535cae(window[_0x3c59e7([0x4d,0x61,0x74,0x68])][_0x3c59e7([0x63,0x65,0x69,0x6c])](_0x56b268/_0x52533)));window[_0x3c59e7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c59e7([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40b656,_0x1d82a7);}function _0x5affe7(){const _0xcecfef=_0x3c59e7([0x6c,0x6c,0x63,0x74,0x2d])+_0x535cae(_0xa913b5(_0x3a586b)),_0x3b0211=window[_0x3c59e7([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3c59e7([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xcecfef);return _0x3b0211?window[_0x3c59e7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3bea10(_0x3b0211),0x10)*_0x52533:null;}function _0x3478e6(_0x3d8447){return new window[(_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1edb72,_0x394a1f)=>{_0x3d8447[_0x3c59e7([0x74,0x68,0x65,0x6e])](_0x1edb72,_0x394a1f),window[_0x3c59e7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x394a1f,0xc37c702^_0x2ea42a);});}}_0x2a125c[_0x3c59e7([0x6f,0x6e])](_0x3c59e7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x140120,_0x573848)=>{if(_0x573848[0x0]!=_0x3a586b)return _0x2f9a7f(_0x3c59e7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x573848[0x1]={..._0x573848[0x1],[_0x3c59e7([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1741c7};},{[_0x3c59e7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c59e7([0x68,0x69,0x67,0x68])}),_0x2a125c[_0x3c59e7([0x6f,0x6e])](_0x3c59e7([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1bbcbd=>{_0x4922b8(_0x1bbcbd[_0x3c59e7([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x46d25b=!0x0,_0x2aeba4(_0x1bbcbd[_0x3c59e7([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3c59e7([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3c59e7([0x6c,0x6f,0x77])}),_0x28f528[_0x3c59e7([0x74,0x68,0x65,0x6e])](()=>{_0x46d25b||_0x2f9a7f(_0x3c59e7([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1f4dd1(){return _0x2a125c[_0x3c59e7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c59e7([0x76,0x69,0x65,0x77])][_0x3c59e7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3c59e7([0x61,0x75,0x74,0x6f]);}function _0x44c86f(){_0x2a125c[_0x3c59e7([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3c59e7([0x76,0x69,0x65,0x77])][_0x3c59e7([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3c59e7([0x61,0x75,0x74,0x6f]);}}function _0x4f7ff7(_0x395e96){const _0x258ad0=[new window[(_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e9bfd=>setTimeout(_0x2e9bfd,0xc3f2d0e^_0x2ea42a)),_0x28f528[_0x3c59e7([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2cfecf=>{let _0x15b174=0x0;_0x2a125c[_0x3c59e7([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c59e7([0x6f,0x6e])](_0x3c59e7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e7b5a,_0x548391)=>{_0x548391[0x0][_0x3c59e7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x15b174++,_0x15b174==(0xc36123a^_0x2ea42a)&&(_0x2cfecf(),_0x4e7b5a[_0x3c59e7([0x6f,0x66,0x66])]());});}))];return window[_0x3c59e7([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3c59e7([0x72,0x61,0x63,0x65])](_0x258ad0)[_0x3c59e7([0x74,0x68,0x65,0x6e])](()=>_0x395e96);}async function _0x1bfc0a(){await _0x28f528,_0x2a125c[_0x3c59e7([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c59e7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x21adac,_0x2a125c[_0x3c59e7([0x6d,0x6f,0x64,0x65,0x6c])][_0x3c59e7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x21adac,_0x2a125c[_0x3c59e7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3c59e7([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2ae4eb(_0x12f505){const _0xe7d9b5=_0x3e2efa();_0x2a125c[_0xe7d9b5]=_0x3c59e7([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x12f505,_0x12f505!=_0x3c59e7([0x56,0x61,0x6c,0x69,0x64])&&_0x1bfc0a();}function _0x3e2efa(){const _0x40ee4b=window[_0x3c59e7([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3c59e7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3c59e7([0x6e,0x6f,0x77])]())[_0x3c59e7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3c59e7([0x2e]),'');let _0x52f0f7=_0x3c59e7([0x72]);for(let _0x25ccc6=0x0;_0x25ccc6<_0x40ee4b[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25ccc6+=0x2){let _0x26e47d=window[_0x3c59e7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x40ee4b[_0x3c59e7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25ccc6,_0x25ccc6+0x2));_0x26e47d>=_0x18e1dd[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x26e47d-=_0x18e1dd[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x52f0f7+=_0x18e1dd[_0x26e47d];}return _0x52f0f7;}function _0x5aeaae(){const _0x1e6fa4=_0x12ddb2[_0x3c59e7([0x73,0x70,0x6c,0x69,0x74])](_0x3c59e7([0x2e]));if(0x3!=_0x1e6fa4[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3a4754(_0x1e6fa4[0x1]);function _0x3a4754(_0x232935){const _0x13a7c3=_0x1c9e55(_0x232935);return _0x13a7c3&&_0x31504b()?_0x13a7c3:null;function _0x31504b(){const _0x2dd1bb=_0x13a7c3[_0x3c59e7([0x6a,0x74,0x69])],_0x4eafbb=window[_0x3c59e7([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2dd1bb[_0x3c59e7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2dd1bb[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3d4349={..._0x13a7c3,[_0x3c59e7([0x6a,0x74,0x69])]:_0x2dd1bb[_0x3c59e7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2dd1bb[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3d4349[_0x3c59e7([0x76,0x63])],_0xa913b5(_0x3d4349)==_0x4eafbb;}}}async function _0x5df328(){let _0x57be71=!0x0;try{const _0x53f414=_0x12ddb2[_0x3c59e7([0x73,0x70,0x6c,0x69,0x74])](_0x3c59e7([0x2e])),[_0x339f14,_0x111e9e,_0x38a46f]=_0x53f414;return _0xdc2671(_0x339f14),await _0x50f05d(_0x339f14,_0x111e9e,_0x38a46f),_0x57be71;}catch(_0x41b321){return!0x1;}function _0xdc2671(_0x9ee784){const _0x42d1a7=_0x1c9e55(_0x9ee784);_0x42d1a7&&_0x42d1a7[_0x3c59e7([0x61,0x6c,0x67])]==_0x3c59e7([0x45,0x53,0x32,0x35,0x36])||(_0x57be71=!0x1);}async function _0x50f05d(_0x282a63,_0x3eb06f,_0x3f0002){const _0x3e0091=window[_0x3c59e7([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3c59e7([0x66,0x72,0x6f,0x6d])](_0x5c4736(_0x3f0002),_0x239be3=>_0x239be3[_0x3c59e7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x426904=new window[(_0x3c59e7([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3c59e7([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x282a63+_0x3c59e7([0x2e])+_0x3eb06f),_0x47511e=window[_0x3c59e7([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3c59e7([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x47511e)return;const _0x5b5d91=await _0x47511e[_0x3c59e7([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3c59e7([0x6a,0x77,0x6b]),_0x473a66,{[_0x3c59e7([0x6e,0x61,0x6d,0x65])]:_0x3c59e7([0x45,0x43,0x44,0x53,0x41]),[_0x3c59e7([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3c59e7([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3c59e7([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x47511e[_0x3c59e7([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3c59e7([0x6e,0x61,0x6d,0x65])]:_0x3c59e7([0x45,0x43,0x44,0x53,0x41]),[_0x3c59e7([0x68,0x61,0x73,0x68])]:{[_0x3c59e7([0x6e,0x61,0x6d,0x65])]:_0x3c59e7([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5b5d91,_0x3e0091,_0x426904)||(_0x57be71=!0x1);}}function _0x1c9e55(_0x24e4aa){return _0x24e4aa[_0x3c59e7([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3c59e7([0x65,0x79]))?JSON[_0x3c59e7([0x70,0x61,0x72,0x73,0x65])](_0x5c4736(_0x24e4aa)):null;}function _0x5c4736(_0x412bcc){return window[_0x3c59e7([0x61,0x74,0x6f,0x62])](_0x412bcc[_0x3c59e7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3c59e7([0x2b]))[_0x3c59e7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3c59e7([0x2f])));}function _0xa913b5(_0x516a7d){let _0x5c5ab8=0x1505;function _0x28b370(_0x4ea32f){for(let _0x43cf41=0x0;_0x43cf41<_0x4ea32f[_0x3c59e7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43cf41++){const _0x2cecb5=_0x4ea32f[_0x3c59e7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x43cf41);_0x5c5ab8=(_0x5c5ab8<<0x5)+_0x5c5ab8+_0x2cecb5,_0x5c5ab8&=_0x5c5ab8;}}function _0x257ae5(_0x52f504){Array[_0x3c59e7([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x52f504)?_0x52f504[_0x3c59e7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x257ae5):_0x52f504&&typeof _0x52f504==_0x3c59e7([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3c59e7([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x52f504)[_0x3c59e7([0x73,0x6f,0x72,0x74])]()[_0x3c59e7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x58373c,_0x10b39c])=>{_0x28b370(_0x58373c),_0x257ae5(_0x10b39c);}):_0x28b370(window[_0x3c59e7([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x52f504));}return _0x257ae5(_0x516a7d),_0x5c5ab8>>>0x0;}function _0x535cae(_0x28ed03){return _0x28ed03[_0x3c59e7([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3c59e7([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3c59e7([0x30]));}function _0x3bea10(_0x70a04c){return _0x70a04c[_0x3c59e7([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3c59e7([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3c59e7([0x6a,0x6f,0x69,0x6e])]('');}function _0x21adac(){}function _0x3c59e7(_0x570e11){return _0x570e11['map'](_0x4dee17=>String['fromCharCode'](_0x4dee17))['join']('');}_0x2ae4eb(await _0x381baf());}(this);}}const O=['color','font-family','font-size','text-decoration','text-decoration-line','font-weight','font-style','vertical-align'],E=['color','font-family','font-size'],F={'font-style':[['italic','i']],'font-weight':[['medium','strong'],['bold','strong'],['bolder','strong'],[_0x31bc8a=>Number(_0x31bc8a)>=0x258,'strong']],'text-decoration':[['underline','u'],['line-through','s']],'text-decoration-line':[['underline','u'],['line-through','s']],'vertical-align':[['sub','sub'],['super','sup']]};function K(_0x236953){return O['includes'](_0x236953);}function v(_0x31ac6f,_0x20f96f,_0x538a87){const {spanStyles:_0x2c859a,stylesToBeHtmlElements:_0x1c11cd}=function(_0x578f3f,_0x27f3fd){const _0x54f903={},_0x3e3afa={};return _0x27f3fd['forEach'](_0x508f6b=>{const _0x470f5d=_0x578f3f['getStyle'](_0x508f6b);if(_0x470f5d){if(function(_0x269b53){return E['includes'](_0x269b53);}(_0x508f6b))_0x54f903[_0x508f6b]=_0x470f5d;else{if(function(_0x499143){return _0x499143 in F;}(_0x508f6b)){const _0x5a7d69=_0x470f5d['split']('\x20');F[_0x508f6b]['forEach'](([_0x40688c,_0x17740b])=>{for(const _0xd4dcb7 of _0x5a7d69){('function'==typeof _0x40688c&&_0x40688c(_0xd4dcb7)||_0x40688c===_0xd4dcb7)&&(_0x3e3afa[_0x508f6b]=[..._0x3e3afa[_0x508f6b]||[],[_0x40688c,_0x17740b]]);}});}}}}),{'spanStyles':_0x54f903,'stylesToBeHtmlElements':_0x3e3afa};}(_0x31ac6f,_0x538a87);!function(_0x16e87f,_0x3bdab8,_0x422742){for(const _0x3b88a3 in _0x422742){_0x422742[_0x3b88a3]['forEach'](([,_0x50a9a7])=>{const _0x59c4d2=_0x3bdab8['createElement'](_0x50a9a7,[],_0x16e87f['getChildren']());_0x3bdab8['insertChild'](0x0,_0x59c4d2,_0x16e87f);}),_0x3bdab8['removeStyle'](_0x3b88a3,_0x16e87f);}}(_0x31ac6f,_0x20f96f,_0x1c11cd),function(_0x55ff41,_0x5b4f7d,_0x5b0fc8){if(!Object['keys'](_0x5b0fc8)['length'])return;const _0x5c0f23=_0x5b4f7d['createElement']('span',[],_0x55ff41['getChildren']());_0x5b4f7d['setStyle'](_0x5b0fc8,_0x5c0f23),_0x5b4f7d['insertChild'](0x0,_0x5c0f23,_0x55ff41),_0x5b4f7d['removeStyle'](Object['keys'](_0x5b0fc8),_0x55ff41);}(_0x31ac6f,_0x20f96f,_0x2c859a);}class m extends _0x5dd0a2{['execute'](_0xd0157d){const {body:_0x15fc3d}=_0xd0157d['_parsedData'],_0x3db1c9=new _0x3a8a8b(_0x15fc3d['document']),_0x561948=_0x3db1c9['createRangeIn'](_0x15fc3d),_0x192161=new _0x4643dc(_0x3db1c9['document']['stylesProcessor']),_0x131eac=[...new _0x4d6bc8(_0x192161)['blockElements'],'font'],_0x1700f9=_0x561948['getItems']();for(const _0x464efd of _0x1700f9)_0x464efd['is']('element')&&_0x131eac['includes'](_0x464efd['name'])&&v(_0x464efd,_0x3db1c9,(_0x434c04=_0x464efd,Array['from'](_0x434c04['getStyleNames']())['filter'](K)));var _0x434c04;_0xd0157d['content']=_0x15fc3d;}['isActive'](_0x52de74){return super['isActive'](_0x52de74)||d(_0x52de74);}}class s extends _0x5c91c7{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'PasteFromOfficeEnhancedPropagator';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice'];}['init'](){const _0x5b0663=this['editor'],_0x5bc4ad=_0x5b0663['plugins']['get']('ClipboardPipeline'),_0x4f8374=_0x5b0663['editing']['view']['document'],_0xe31765=new m(_0x4f8374);_0x5bc4ad['on']('inputTransformation',(_0xd4de58,_0x28cb0c)=>{const _0x52b8af=_0x28cb0c['dataTransfer']['getData']('text/html');_0xe31765['isActive'](_0x52b8af)&&(_0x28cb0c['_parsedData']||(_0x28cb0c['_parsedData']=_0x253fa5(_0x52b8af,_0x4f8374['stylesProcessor'])),_0xe31765['execute'](_0x28cb0c));},{'priority':_0x122330['get']('high')+0xa}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x21ed75=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4853a3;for(const _0x3ef36f in _0x21ed75){const _0x217b08=_0x3ef36f,_0x1ab6d5=_0x21ed75[_0x217b08];if('pasteFromOfficeEnhancedLicenseKeyValid'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x1ab6d5||'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x1ab6d5){delete _0x21ed75[_0x217b08],_0x4853a3=_0x1ab6d5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'pasteFromOfficeEnhancedLicenseKeyInvalid'==_0x4853a3&&_0x21ed75['_showLicenseError']('invalid'),'pasteFromOfficeEnhancedLicenseKeyExpired'==_0x4853a3&&_0x21ed75['_showLicenseError']('expired'),'pasteFromOfficeEnhancedLicenseKeyDomainLimit'==_0x4853a3&&_0x21ed75['_showLicenseError']('domainLimit'),'pasteFromOfficeEnhancedLicenseKeyNotAllowed'==_0x4853a3&&_0x21ed75['_showLicenseError']('featureNotAllowed','PasteFromOfficeEnhanced'),'pasteFromOfficeEnhancedLicenseKeyEvaluationLimit'==_0x4853a3&&_0x21ed75['_showLicenseError']('evaluationLimit'),'pasteFromOfficeEnhancedLicenseKeyTrialLimit'==_0x4853a3&&_0x21ed75['_showLicenseError']('trialLimit'),'pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit'==_0x4853a3&&_0x21ed75['_showLicenseError']('developmentLimit'),'pasteFromOfficeEnhancedLicenseKeyUsageLimit'==_0x4853a3&&_0x21ed75['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x5c91c7{static get['pluginName'](){return'PasteFromOfficeEnhanced';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return['PasteFromOffice',i,s];}}export{a as PasteFromOfficeEnhanced};
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ export {};
@@ -9,14 +9,13 @@
9
9
  /**
10
10
  * @module paste-from-office-enhanced/pastefromofficeenhancedpropagator
11
11
  */
12
- import { Plugin, type Editor } from 'ckeditor5/src/core.js';
12
+ import { Plugin } from 'ckeditor5/src/core.js';
13
13
  /**
14
14
  * The Paste from Office Enhanced propagator that propagates inline styles from block elements to:
15
15
  * * `span` element with `style` properties,
16
16
  * * `HTML` structures based block element styles.
17
17
  */
18
18
  export default class PasteFromOfficeEnhancedPropagator extends Plugin {
19
- licenseKey: string;
20
19
  /**
21
20
  * @inheritDoc
22
21
  */
@@ -33,10 +32,6 @@ export default class PasteFromOfficeEnhancedPropagator extends Plugin {
33
32
  * @inheritDoc
34
33
  */
35
34
  static get requires(): readonly ["PasteFromOffice"];
36
- /**
37
- * @inheritDoc
38
- */
39
- constructor(editor: Editor);
40
35
  /**
41
36
  * @inheritDoc
42
37
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-paste-from-office-enhanced",
3
- "version": "43.3.1",
3
+ "version": "44.0.0-alpha.1",
4
4
  "description": "Enhanced paste from Office feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -22,11 +22,11 @@
22
22
  "type": "module",
23
23
  "main": "src/index.js",
24
24
  "dependencies": {
25
- "@ckeditor/ckeditor5-core": "43.3.1",
26
- "@ckeditor/ckeditor5-engine": "43.3.1",
27
- "@ckeditor/ckeditor5-paste-from-office": "43.3.1",
28
- "@ckeditor/ckeditor5-utils": "43.3.1",
29
- "ckeditor5": "43.3.1"
25
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.1",
26
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.1",
27
+ "@ckeditor/ckeditor5-paste-from-office": "44.0.0-alpha.1",
28
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.1",
29
+ "ckeditor5": "44.0.0-alpha.1"
30
30
  },
31
31
  "license": "SEE LICENSE IN LICENSE.md",
32
32
  "author": "CKSource (http://cksource.com/)",
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5c9d(){var _0x2469be=['11705287auFrHC','20jotrpv','715866SeFsbW','4894239OitKcH','204746AxdUwf','1841824rIOAod','330546ajHAPk','11NEKJnA','60dRSRMW','8mFgSrz','7597251mAtfIk'];_0x5c9d=function(){return _0x2469be;};return _0x5c9d();}function _0x2c91(_0x550dee,_0x3159f4){var _0x5c9de1=_0x5c9d();return _0x2c91=function(_0x2c9165,_0x79c192){_0x2c9165=_0x2c9165-0x17b;var _0x56e9f9=_0x5c9de1[_0x2c9165];return _0x56e9f9;},_0x2c91(_0x550dee,_0x3159f4);}(function(_0x9ebbc4,_0x4a2f4c){var _0x186183=_0x2c91,_0x6a21a5=_0x9ebbc4();while(!![]){try{var _0x1c6374=parseInt(_0x186183(0x17c))/0x1*(parseInt(_0x186183(0x184))/0x2)+parseInt(_0x186183(0x182))/0x3+parseInt(_0x186183(0x185))/0x4+-parseInt(_0x186183(0x17d))/0x5*(parseInt(_0x186183(0x17b))/0x6)+parseInt(_0x186183(0x183))/0x7+parseInt(_0x186183(0x17e))/0x8*(parseInt(_0x186183(0x17f))/0x9)+-parseInt(_0x186183(0x181))/0xa*(parseInt(_0x186183(0x180))/0xb);if(_0x1c6374===_0x4a2f4c)break;else _0x6a21a5['push'](_0x6a21a5['shift']());}catch(_0x27fd41){_0x6a21a5['push'](_0x6a21a5['shift']());}}}(_0x5c9d,0x8d663));export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
23
+ function _0x3c77(_0x48f6d1,_0x1bc2ab){var _0x1ff39b=_0x1ff3();return _0x3c77=function(_0x3c7776,_0x4347e3){_0x3c7776=_0x3c7776-0x109;var _0x3b4baf=_0x1ff39b[_0x3c7776];return _0x3b4baf;},_0x3c77(_0x48f6d1,_0x1bc2ab);}(function(_0x24e64d,_0x484aa6){var _0x4c6e74=_0x3c77,_0x4783ba=_0x24e64d();while(!![]){try{var _0x5916f0=-parseInt(_0x4c6e74(0x111))/0x1*(-parseInt(_0x4c6e74(0x10d))/0x2)+parseInt(_0x4c6e74(0x10a))/0x3+parseInt(_0x4c6e74(0x10e))/0x4+-parseInt(_0x4c6e74(0x109))/0x5*(parseInt(_0x4c6e74(0x10b))/0x6)+-parseInt(_0x4c6e74(0x110))/0x7+-parseInt(_0x4c6e74(0x10f))/0x8+parseInt(_0x4c6e74(0x10c))/0x9;if(_0x5916f0===_0x484aa6)break;else _0x4783ba['push'](_0x4783ba['shift']());}catch(_0x2c2851){_0x4783ba['push'](_0x4783ba['shift']());}}}(_0x1ff3,0x323ce));function _0x1ff3(){var _0x5bc3d9=['2586360tBtbBc','151865xztScS','34586CxncDS','338995MtYpor','1101207bXFXna','18VcXjKc','2276325nqxtqt','2DoclQe','398324aCJfvK'];_0x1ff3=function(){return _0x5bc3d9;};return _0x1ff3();}export{default as PasteFromOfficeEnhanced}from'./pastefromofficeenhanced.js';import'./augmentation.js';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export {};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (function(_0x2e2204,_0x58e3f9){var _0x221d92=_0x4f38,_0x237f0b=_0x2e2204();while(!![]){try{var _0x55151f=parseInt(_0x221d92(0x1ec))/0x1*(-parseInt(_0x221d92(0x1ed))/0x2)+parseInt(_0x221d92(0x1e8))/0x3*(-parseInt(_0x221d92(0x1e6))/0x4)+-parseInt(_0x221d92(0x1e9))/0x5+-parseInt(_0x221d92(0x1e5))/0x6*(parseInt(_0x221d92(0x1ee))/0x7)+-parseInt(_0x221d92(0x1eb))/0x8*(parseInt(_0x221d92(0x1ef))/0x9)+-parseInt(_0x221d92(0x1f0))/0xa+-parseInt(_0x221d92(0x1ea))/0xb*(-parseInt(_0x221d92(0x1e7))/0xc);if(_0x55151f===_0x58e3f9)break;else _0x237f0b['push'](_0x237f0b['shift']());}catch(_0x3670fd){_0x237f0b['push'](_0x237f0b['shift']());}}}(_0x21b4,0xc2bd7));import{CKEditorError as _0x427749}from'ckeditor5/src/utils.js';function _0x4f38(_0x340f92,_0x32b59f){var _0x21b40c=_0x21b4();return _0x4f38=function(_0x4f3885,_0x20eb62){_0x4f3885=_0x4f3885-0x1e5;var _0x3fb760=_0x21b40c[_0x4f3885];return _0x3fb760;},_0x4f38(_0x340f92,_0x32b59f);}function _0x21b4(){var _0x11f892=['105696dRmhMs','1027617fETAyF','4532940SinPkb','6281aXHYgi','701584PZsmSQ','447NxWizM','4696hlPLIF','189196iOTLXy','72ESqIfn','11233340SFwErs','24mIcawy','4ZcpRvO'];_0x21b4=function(){return _0x11f892;};return _0x21b4();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9eccdf=_0x1c2d;(function(_0x216d0f,_0x1788c1){const _0x5a8fdc=_0x1c2d,_0x3b38dd=_0x216d0f();while(!![]){try{const _0x139c46=parseInt(_0x5a8fdc(0x1d1))/0x1+parseInt(_0x5a8fdc(0x1d2))/0x2*(parseInt(_0x5a8fdc(0x1d3))/0x3)+parseInt(_0x5a8fdc(0x1ce))/0x4+-parseInt(_0x5a8fdc(0x1c2))/0x5+-parseInt(_0x5a8fdc(0x1c3))/0x6+parseInt(_0x5a8fdc(0x1c4))/0x7+-parseInt(_0x5a8fdc(0x1cb))/0x8*(-parseInt(_0x5a8fdc(0x1c9))/0x9);if(_0x139c46===_0x1788c1)break;else _0x3b38dd['push'](_0x3b38dd['shift']());}catch(_0x45080d){_0x3b38dd['push'](_0x3b38dd['shift']());}}}(_0x27ba,0x8a76c));import{UpcastWriter as _0x304f01}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x307aa3}from'@ckeditor/ckeditor5-paste-from-office';function _0x27ba(){const _0x4cdf0a=['createRangeIn','document','type','4733385QikHbI','6027162sLMEiH','1346373sehBrq','setStyle','size','values','from','9HTsacO','isActive','5725048eLIkMr','elementStart','content','1338220VsqvBj','execute','item','914222TABwUw','6YGQfuD','361605yXwAIn','_parsedData','hasStyle'];_0x27ba=function(){return _0x4cdf0a;};return _0x27ba();}import{isMSExcelContent as _0xbf3bd5}from'../../utils.js';import{extractStyles as _0x209b31,expandStyles as _0x4ff913,getMatchingStyles as _0x320954,flattenStyleDefinitions as _0x3d0640}from'./utils.js';function _0x1c2d(_0xdae19,_0x35fe90){const _0x27bab5=_0x27ba();return _0x1c2d=function(_0x1c2dd5,_0x475cf8){_0x1c2dd5=_0x1c2dd5-0x1c1;let _0x580bda=_0x27bab5[_0x1c2dd5];return _0x580bda;},_0x1c2d(_0xdae19,_0x35fe90);}export default class u extends _0x307aa3{[_0x9eccdf(0x1cf)](_0x1e9a63){const _0x1c2eaa=_0x9eccdf,{body:_0x319902,styles:_0x311e70}=_0x1e9a63[_0x1c2eaa(0x1d4)],_0x58aabe=new _0x304f01(_0x319902[_0x1c2eaa(0x1d7)]),_0x28f5b4=_0x58aabe[_0x1c2eaa(0x1d6)](_0x319902),_0x5c91a8=_0x209b31(_0x311e70),_0x31d642=_0x4ff913(_0x5c91a8);for(const _0x43f31c of _0x28f5b4){if(_0x1c2eaa(0x1cc)!==_0x43f31c[_0x1c2eaa(0x1c1)])continue;const _0xd78fff=_0x320954(_0x43f31c[_0x1c2eaa(0x1d0)],_0x31d642);if(_0xd78fff[_0x1c2eaa(0x1c6)]){const _0x417e92=_0x3d0640(Array[_0x1c2eaa(0x1c8)](_0xd78fff[_0x1c2eaa(0x1c7)]()));for(const _0x4f443c in _0x417e92){const _0x546e63=_0x43f31c[_0x1c2eaa(0x1d0)];_0x546e63[_0x1c2eaa(0x1d5)](_0x4f443c)||_0x58aabe[_0x1c2eaa(0x1c5)](_0x4f443c,_0x417e92[_0x4f443c],_0x546e63);}}}_0x1e9a63[_0x1c2eaa(0x1cd)]=_0x319902;}[_0x9eccdf(0x1ca)](_0x5badbd){const _0x51c634=_0x9eccdf;return super[_0x51c634(0x1ca)](_0x5badbd)||_0xbf3bd5(_0x5badbd);}}
23
+ const _0x59dc2e=_0x3914;function _0x3994(){const _0x5870ff=['26735kRcaXF','3975108oPVEOe','159840RVcOmP','content','39648530rEosIk','type','14wvBUts','1312704xLLNfh','_parsedData','744IuucJm','hasStyle','elementStart','1534215pQhmLY','values','44fIyGHT','setStyle','execute','1555944LBuZBF','createRangeIn','from','size','item','document','isActive'];_0x3994=function(){return _0x5870ff;};return _0x3994();}(function(_0x4aa92a,_0x201e8e){const _0x3b8c03=_0x3914,_0x187c55=_0x4aa92a();while(!![]){try{const _0x5f51ef=parseInt(_0x3b8c03(0xc3))/0x1+-parseInt(_0x3b8c03(0xb5))/0x2+-parseInt(_0x3b8c03(0xb0))/0x3+parseInt(_0x3b8c03(0xb2))/0x4*(-parseInt(_0x3b8c03(0xbc))/0x5)+-parseInt(_0x3b8c03(0xbd))/0x6*(parseInt(_0x3b8c03(0xc2))/0x7)+parseInt(_0x3b8c03(0xad))/0x8*(-parseInt(_0x3b8c03(0xbe))/0x9)+parseInt(_0x3b8c03(0xc0))/0xa;if(_0x5f51ef===_0x201e8e)break;else _0x187c55['push'](_0x187c55['shift']());}catch(_0x2614d6){_0x187c55['push'](_0x187c55['shift']());}}}(_0x3994,0xe8947));function _0x3914(_0x172b2a,_0x39e1ee){const _0x399400=_0x3994();return _0x3914=function(_0x391440,_0x2ed827){_0x391440=_0x391440-0xac;let _0x40f2cc=_0x399400[_0x391440];return _0x40f2cc;},_0x3914(_0x172b2a,_0x39e1ee);}import{UpcastWriter as _0x37be41}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0xca8568}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x288202}from'../../utils.js';import{extractStyles as _0x26736a,expandStyles as _0x11e72e,getMatchingStyles as _0x10427b,flattenStyleDefinitions as _0x4c9c7e}from'./utils.js';export default class c extends _0xca8568{[_0x59dc2e(0xb4)](_0x3217b6){const _0x2edbd2=_0x59dc2e,{body:_0x28b6d6,styles:_0x324985}=_0x3217b6[_0x2edbd2(0xac)],_0x3056e7=new _0x37be41(_0x28b6d6[_0x2edbd2(0xba)]),_0x8bb5c4=_0x3056e7[_0x2edbd2(0xb6)](_0x28b6d6),_0x16cbe0=_0x26736a(_0x324985),_0x221c15=_0x11e72e(_0x16cbe0);for(const _0x50a829 of _0x8bb5c4){if(_0x2edbd2(0xaf)!==_0x50a829[_0x2edbd2(0xc1)])continue;const _0x219506=_0x10427b(_0x50a829[_0x2edbd2(0xb9)],_0x221c15);if(_0x219506[_0x2edbd2(0xb8)]){const _0x54b413=_0x4c9c7e(Array[_0x2edbd2(0xb7)](_0x219506[_0x2edbd2(0xb1)]()));for(const _0x3da71e in _0x54b413){const _0x5ae98b=_0x50a829[_0x2edbd2(0xb9)];_0x5ae98b[_0x2edbd2(0xae)](_0x3da71e)||_0x3056e7[_0x2edbd2(0xb3)](_0x3da71e,_0x54b413[_0x3da71e],_0x5ae98b);}}}_0x3217b6[_0x2edbd2(0xbf)]=_0x28b6d6;}[_0x59dc2e(0xbb)](_0x3cca74){const _0x111bf1=_0x59dc2e;return super[_0x111bf1(0xbb)](_0x3cca74)||_0x288202(_0x3cca74);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x2b1c39,_0x421316){const _0x3d44ba=_0x3318,_0x1fa6ef=_0x2b1c39();while(!![]){try{const _0x33674f=-parseInt(_0x3d44ba(0xfd))/0x1*(-parseInt(_0x3d44ba(0xf2))/0x2)+parseInt(_0x3d44ba(0xf1))/0x3*(-parseInt(_0x3d44ba(0xf9))/0x4)+-parseInt(_0x3d44ba(0xf6))/0x5*(-parseInt(_0x3d44ba(0xeb))/0x6)+-parseInt(_0x3d44ba(0xfa))/0x7*(-parseInt(_0x3d44ba(0xff))/0x8)+-parseInt(_0x3d44ba(0xe5))/0x9*(-parseInt(_0x3d44ba(0xe3))/0xa)+-parseInt(_0x3d44ba(0xe6))/0xb*(parseInt(_0x3d44ba(0xe1))/0xc)+-parseInt(_0x3d44ba(0xe4))/0xd*(parseInt(_0x3d44ba(0xfe))/0xe);if(_0x33674f===_0x421316)break;else _0x1fa6ef['push'](_0x1fa6ef['shift']());}catch(_0xf22e22){_0x1fa6ef['push'](_0x1fa6ef['shift']());}}}(_0x156f,0x95991));const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x4f7f51,_0x50b5d6){const _0x4c96ee=_0x3318,_0x4c157a=new Map();for(const [_0x373d3,_0x572de5]of _0x50b5d6){if(!_0x373d3[_0x4c96ee(0xf3)]&&!_0x373d3[_0x4c96ee(0x100)])continue;const _0x459218=!_0x373d3[_0x4c96ee(0xf3)]||_0x4f7f51[_0x4c96ee(0xef)]===_0x373d3[_0x4c96ee(0xf3)],_0x22d662=!_0x373d3[_0x4c96ee(0x100)]||_0x4f7f51[_0x4c96ee(0xe7)](_0x373d3[_0x4c96ee(0x100)]);_0x459218&&_0x22d662&&_0x4c157a[_0x4c96ee(0xec)](_0x373d3,_0x572de5);}return _0x4c157a;}export function extractStyles(_0xeb67a){const _0x595e08=_0x3318,_0x95b44c={};for(const _0x23c652 of _0xeb67a)for(const _0xe640f2 of _0x23c652[_0x595e08(0xf5)])if(_0xe640f2 instanceof CSSStyleRule){const _0x2553ea=parseCSSStyleDeclaration(_0xe640f2[_0x595e08(0xf8)]);_0x95b44c[_0xe640f2[_0x595e08(0xf0)]]=Object[_0x595e08(0xee)]({},_0x95b44c[_0xe640f2[_0x595e08(0xf0)]]||{},_0x2553ea);}return _0x95b44c;}export function expandStyles(_0x11fe9e){const _0x1c2fca=_0x3318,_0x235a06=new Map();for(const _0x5530ab in _0x11fe9e){const _0x3cf2b5=parseCSSSelector(_0x5530ab),_0x4f07c6=_0x11fe9e[_0x5530ab];for(const _0x53f490 of _0x3cf2b5)_0x235a06[_0x1c2fca(0xec)](_0x53f490,_0x4f07c6);}return _0x235a06;}export function parseCSSStyleDeclaration(_0x5709b0){const _0x1c7056=_0x3318,_0x36ad14={};for(let _0x2cf88f=0x0;_0x2cf88f<_0x5709b0[_0x1c7056(0xfc)];_0x2cf88f++){const _0x3ceeea=_0x5709b0[_0x2cf88f],_0x340c68=_0x5709b0[_0x1c7056(0xe8)](_0x3ceeea);_0x1c7056(0xea)!==_0x340c68&&(_0x36ad14[_0x3ceeea]=_0x340c68);}return _0x36ad14;}function _0x3318(_0x587509,_0x2b9989){const _0x156fdf=_0x156f();return _0x3318=function(_0x33182f,_0x2c7310){_0x33182f=_0x33182f-0xe1;let _0x58b53d=_0x156fdf[_0x33182f];return _0x58b53d;},_0x3318(_0x587509,_0x2b9989);}export function parseCSSSelector(_0x682f30){const _0x18bb47=_0x3318,_0x92081f=_0x682f30[_0x18bb47(0xe2)](',')[_0x18bb47(0xed)](_0x46254a=>_0x46254a[_0x18bb47(0xfb)]()),_0x36665e=[];for(const _0x2420cc of _0x92081f){const _0x486af4=S[_0x18bb47(0xe9)](_0x2420cc);_0x486af4&&_0x36665e[_0x18bb47(0xf7)](_0x486af4[_0x18bb47(0xf4)]);}return _0x36665e;}export function flattenStyleDefinitions(_0x1f646c){const _0x48d7b0=_0x3318,_0x575f49={};for(const _0x4c1638 of _0x1f646c)Object[_0x48d7b0(0xee)](_0x575f49,_0x4c1638);return _0x575f49;}function _0x156f(){const _0x5010e3=['split','2550710NRZTxQ','13qSFsAf','27wRLXfA','143ovSkbA','hasClass','getPropertyValue','exec','initial','6227946Nyswfd','set','map','assign','name','selectorText','1291740QChpTU','89198llNket','tagName','groups','cssRules','5bTwmrJ','push','style','4UwpnVd','9527fBpOlZ','trim','length','5bFtdFP','6550306fdwGVz','2376RhLYRr','className','848496boixGo'];_0x156f=function(){return _0x5010e3;};return _0x156f();}
23
+ function _0x58af(){const _0x3eed31=['trim','style','exec','755180gpnWRB','split','2134YfTMUp','map','1388772UwKPDF','className','2KwhJFh','assign','48180ZLTVXr','length','24060fcXtdM','56jdAuYi','getPropertyValue','set','groups','initial','24gVsFgO','97490NNpoNJ','selectorText','329892XbIwaE','push','cssRules','tagName','hasClass','name','67626gyngNV'];_0x58af=function(){return _0x3eed31;};return _0x58af();}(function(_0x62af96,_0x9dc240){const _0x2bd86b=_0x3733,_0x465eac=_0x62af96();while(!![]){try{const _0x5ef285=-parseInt(_0x2bd86b(0x1d7))/0x1+-parseInt(_0x2bd86b(0x1f2))/0x2*(-parseInt(_0x2bd86b(0x1e2))/0x3)+parseInt(_0x2bd86b(0x1ec))/0x4+parseInt(_0x2bd86b(0x1e0))/0x5*(parseInt(_0x2bd86b(0x1df))/0x6)+parseInt(_0x2bd86b(0x1f0))/0x7+parseInt(_0x2bd86b(0x1da))/0x8*(parseInt(_0x2bd86b(0x1e8))/0x9)+parseInt(_0x2bd86b(0x1d9))/0xa*(-parseInt(_0x2bd86b(0x1ee))/0xb);if(_0x5ef285===_0x9dc240)break;else _0x465eac['push'](_0x465eac['shift']());}catch(_0x2ac924){_0x465eac['push'](_0x465eac['shift']());}}}(_0x58af,0x1b8a1));function _0x3733(_0x459808,_0x48a5d4){const _0x58af0d=_0x58af();return _0x3733=function(_0x373306,_0x5e4007){_0x373306=_0x373306-0x1d7;let _0x46d8a4=_0x58af0d[_0x373306];return _0x46d8a4;},_0x3733(_0x459808,_0x48a5d4);}const S=/^(?<tagName>(?!\.)[\w-]+)?(\.(?<className>[\w-]+))?$/i;export function getMatchingStyles(_0x28924b,_0x494529){const _0x1843aa=_0x3733,_0x5e9c5c=new Map();for(const [_0x36cb94,_0x5d95db]of _0x494529){if(!_0x36cb94[_0x1843aa(0x1e5)]&&!_0x36cb94[_0x1843aa(0x1f1)])continue;const _0x2e768f=!_0x36cb94[_0x1843aa(0x1e5)]||_0x28924b[_0x1843aa(0x1e7)]===_0x36cb94[_0x1843aa(0x1e5)],_0x3791d1=!_0x36cb94[_0x1843aa(0x1f1)]||_0x28924b[_0x1843aa(0x1e6)](_0x36cb94[_0x1843aa(0x1f1)]);_0x2e768f&&_0x3791d1&&_0x5e9c5c[_0x1843aa(0x1dc)](_0x36cb94,_0x5d95db);}return _0x5e9c5c;}export function extractStyles(_0x5443c3){const _0x5c3ad5=_0x3733,_0x582892={};for(const _0x420116 of _0x5443c3)for(const _0x3df464 of _0x420116[_0x5c3ad5(0x1e4)])if(_0x3df464 instanceof CSSStyleRule){const _0x4b01d8=parseCSSStyleDeclaration(_0x3df464[_0x5c3ad5(0x1ea)]);_0x582892[_0x3df464[_0x5c3ad5(0x1e1)]]=Object[_0x5c3ad5(0x1f3)]({},_0x582892[_0x3df464[_0x5c3ad5(0x1e1)]]||{},_0x4b01d8);}return _0x582892;}export function expandStyles(_0x429d46){const _0x2e2fbc=_0x3733,_0x290510=new Map();for(const _0x1e8080 in _0x429d46){const _0x192e3b=parseCSSSelector(_0x1e8080),_0x3e4198=_0x429d46[_0x1e8080];for(const _0x175fcb of _0x192e3b)_0x290510[_0x2e2fbc(0x1dc)](_0x175fcb,_0x3e4198);}return _0x290510;}export function parseCSSStyleDeclaration(_0x40d174){const _0x4950e1=_0x3733,_0x56d20b={};for(let _0x13346c=0x0;_0x13346c<_0x40d174[_0x4950e1(0x1d8)];_0x13346c++){const _0x4cbf64=_0x40d174[_0x13346c],_0x1c45c5=_0x40d174[_0x4950e1(0x1db)](_0x4cbf64);_0x4950e1(0x1de)!==_0x1c45c5&&(_0x56d20b[_0x4cbf64]=_0x1c45c5);}return _0x56d20b;}export function parseCSSSelector(_0x2b5b19){const _0xd6c249=_0x3733,_0x2d5504=_0x2b5b19[_0xd6c249(0x1ed)](',')[_0xd6c249(0x1ef)](_0x212a8f=>_0x212a8f[_0xd6c249(0x1e9)]()),_0x4e7722=[];for(const _0x2646fd of _0x2d5504){const _0x175bda=S[_0xd6c249(0x1eb)](_0x2646fd);_0x175bda&&_0x4e7722[_0xd6c249(0x1e3)](_0x175bda[_0xd6c249(0x1dd)]);}return _0x4e7722;}export function flattenStyleDefinitions(_0x4ab65e){const _0x272d63=_0x3733,_0x158c3e={};for(const _0x56b4ea of _0x4ab65e)Object[_0x272d63(0x1f3)](_0x158c3e,_0x56b4ea);return _0x158c3e;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e25b4=_0x5ccb;(function(_0x3b6d7,_0x3c142b){const _0x33a477=_0x5ccb,_0x26deb5=_0x3b6d7();while(!![]){try{const _0xa78a20=-parseInt(_0x33a477(0x132))/0x1*(-parseInt(_0x33a477(0x12c))/0x2)+parseInt(_0x33a477(0x129))/0x3+parseInt(_0x33a477(0x12f))/0x4+-parseInt(_0x33a477(0x131))/0x5*(parseInt(_0x33a477(0x12e))/0x6)+parseInt(_0x33a477(0x125))/0x7+parseInt(_0x33a477(0x138))/0x8*(parseInt(_0x33a477(0x12d))/0x9)+-parseInt(_0x33a477(0x13b))/0xa;if(_0xa78a20===_0x3c142b)break;else _0x26deb5['push'](_0x26deb5['shift']());}catch(_0x22c265){_0x26deb5['push'](_0x26deb5['shift']());}}}(_0x2fe2,0x27c08));import{UpcastWriter as _0x4bb02f,DomConverter as _0x364de4,ViewDocument as _0x23536f}from'ckeditor5/src/engine.js';import{MSWordNormalizer as _0x2414a8}from'@ckeditor/ckeditor5-paste-from-office';function _0x2fe2(){const _0x9acc76=['isActive','472155xFrAxa','element','content','41906BvUKzT','212886utzSQj','42FTIDtE','769040gNCFDW','name','115310WzeHAa','15NaHvZZ','getItems','createRangeIn','includes','document','execute','88cPrPCP','stylesProcessor','blockElements','8757910KggNwF','1931405mgNWzn','font','_parsedData'];_0x2fe2=function(){return _0x9acc76;};return _0x2fe2();}import{isMSExcelContent as _0x99f9c9}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x1ba85b,propagateStyleProperties as _0x176f0b}from'./utils.js';function _0x5ccb(_0x4baeb4,_0xeb1dbb){const _0x2fe2fb=_0x2fe2();return _0x5ccb=function(_0x5ccb9f,_0x1f921d){_0x5ccb9f=_0x5ccb9f-0x125;let _0x39a8e7=_0x2fe2fb[_0x5ccb9f];return _0x39a8e7;},_0x5ccb(_0x4baeb4,_0xeb1dbb);}export default class l extends _0x2414a8{[_0x5e25b4(0x137)](_0x7169a6){const _0x10bb3d=_0x5e25b4,{body:_0x3dfb43}=_0x7169a6[_0x10bb3d(0x127)],_0x18b1b0=new _0x4bb02f(_0x3dfb43[_0x10bb3d(0x136)]),_0x580371=_0x18b1b0[_0x10bb3d(0x134)](_0x3dfb43),_0x5dd95f=new _0x23536f(_0x18b1b0[_0x10bb3d(0x136)][_0x10bb3d(0x139)]),_0x171f89=[...new _0x364de4(_0x5dd95f)[_0x10bb3d(0x13a)],_0x10bb3d(0x126)],_0x28ef75=_0x580371[_0x10bb3d(0x133)]();for(const _0x3523ed of _0x28ef75)if(_0x3523ed['is'](_0x10bb3d(0x12a))&&_0x171f89[_0x10bb3d(0x135)](_0x3523ed[_0x10bb3d(0x130)])){const _0x47584d=_0x1ba85b(_0x3523ed);_0x176f0b(_0x3523ed,_0x18b1b0,_0x47584d);}_0x7169a6[_0x10bb3d(0x12b)]=_0x3dfb43;}[_0x5e25b4(0x128)](_0x415b12){const _0x440247=_0x5e25b4;return super[_0x440247(0x128)](_0x415b12)||_0x99f9c9(_0x415b12);}}
23
+ const _0x1d606f=_0x4fdf;(function(_0x143514,_0x3f26ff){const _0x38922b=_0x4fdf,_0x390bc6=_0x143514();while(!![]){try{const _0xd8b360=-parseInt(_0x38922b(0x156))/0x1+parseInt(_0x38922b(0x15a))/0x2*(-parseInt(_0x38922b(0x157))/0x3)+-parseInt(_0x38922b(0x150))/0x4*(parseInt(_0x38922b(0x14c))/0x5)+parseInt(_0x38922b(0x162))/0x6*(-parseInt(_0x38922b(0x15d))/0x7)+-parseInt(_0x38922b(0x158))/0x8+parseInt(_0x38922b(0x15e))/0x9+parseInt(_0x38922b(0x152))/0xa*(parseInt(_0x38922b(0x163))/0xb);if(_0xd8b360===_0x3f26ff)break;else _0x390bc6['push'](_0x390bc6['shift']());}catch(_0x2cd00f){_0x390bc6['push'](_0x390bc6['shift']());}}}(_0x5dd8,0x8a626));import{UpcastWriter as _0x3d2ee7,DomConverter as _0x43c332,ViewDocument as _0x475573}from'ckeditor5/src/engine.js';function _0x4fdf(_0x12b5a8,_0x330e9e){const _0x5dd8fa=_0x5dd8();return _0x4fdf=function(_0x4fdfe2,_0x316183){_0x4fdfe2=_0x4fdfe2-0x14c;let _0x3bef02=_0x5dd8fa[_0x4fdfe2];return _0x3bef02;},_0x4fdf(_0x12b5a8,_0x330e9e);}import{MSWordNormalizer as _0x37e69a}from'@ckeditor/ckeditor5-paste-from-office';import{isMSExcelContent as _0x5d93d2}from'../../utils.js';import{getStylePropertyNamesToPropagate as _0x57c2a8,propagateStyleProperties as _0x2fa0d9}from'./utils.js';function _0x5dd8(){const _0x48b6f0=['_parsedData','20DCxMAW','font','10gJOyum','getItems','content','createRangeIn','69442yGwsRN','9mWgdEB','6564480WFjulY','document','217612hJQoiu','element','name','14SEWSJm','7344036gBVqOb','execute','stylesProcessor','blockElements','1337262jvQhhU','27709957rHrzzi','1106095SOIoCP','isActive','includes'];_0x5dd8=function(){return _0x48b6f0;};return _0x5dd8();}export default class m extends _0x37e69a{[_0x1d606f(0x15f)](_0xeb0d01){const _0x49142e=_0x1d606f,{body:_0x16d93c}=_0xeb0d01[_0x49142e(0x14f)],_0x1171b7=new _0x3d2ee7(_0x16d93c[_0x49142e(0x159)]),_0x5447b5=_0x1171b7[_0x49142e(0x155)](_0x16d93c),_0x210f98=new _0x475573(_0x1171b7[_0x49142e(0x159)][_0x49142e(0x160)]),_0x23ec8e=[...new _0x43c332(_0x210f98)[_0x49142e(0x161)],_0x49142e(0x151)],_0x37fa08=_0x5447b5[_0x49142e(0x153)]();for(const _0x173398 of _0x37fa08)if(_0x173398['is'](_0x49142e(0x15b))&&_0x23ec8e[_0x49142e(0x14e)](_0x173398[_0x49142e(0x15c)])){const _0x287901=_0x57c2a8(_0x173398);_0x2fa0d9(_0x173398,_0x1171b7,_0x287901);}_0xeb0d01[_0x49142e(0x154)]=_0x16d93c;}[_0x1d606f(0x14d)](_0x3765c4){const _0x3bc16f=_0x1d606f;return super[_0x3bc16f(0x14d)](_0x3765c4)||_0x5d93d2(_0x3765c4);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x45061e=_0x26e4;(function(_0x3468cc,_0x58c4f3){const _0xb01e51=_0x26e4,_0x573ce9=_0x3468cc();while(!![]){try{const _0x53c709=-parseInt(_0xb01e51(0x20d))/0x1+-parseInt(_0xb01e51(0x1fd))/0x2+-parseInt(_0xb01e51(0x1e9))/0x3*(parseInt(_0xb01e51(0x1ff))/0x4)+parseInt(_0xb01e51(0x20e))/0x5*(parseInt(_0xb01e51(0x1ee))/0x6)+parseInt(_0xb01e51(0x208))/0x7+-parseInt(_0xb01e51(0x1f3))/0x8+parseInt(_0xb01e51(0x1fa))/0x9;if(_0x53c709===_0x58c4f3)break;else _0x573ce9['push'](_0x573ce9['shift']());}catch(_0x492f90){_0x573ce9['push'](_0x573ce9['shift']());}}}(_0xc410,0x730fa));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x45061e(0x203),_0x45061e(0x1ec),_0x45061e(0x1f2),_0x45061e(0x204),_0x45061e(0x1fe),_0x45061e(0x200),_0x45061e(0x211),_0x45061e(0x210)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x45061e(0x203),_0x45061e(0x1ec),_0x45061e(0x1f2)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x45061e(0x1f7),'i']],'font-weight':[[_0x45061e(0x20b),_0x45061e(0x209)],[_0x45061e(0x1f0),_0x45061e(0x209)],[_0x45061e(0x207),_0x45061e(0x209)],[_0x3f01a4=>Number(_0x3f01a4)>=0x258,_0x45061e(0x209)]],'text-decoration':[[_0x45061e(0x20f),'u'],[_0x45061e(0x1f4),'s']],'text-decoration-line':[[_0x45061e(0x20f),'u'],[_0x45061e(0x1f4),'s']],'vertical-align':[[_0x45061e(0x1ea),_0x45061e(0x1ea)],[_0x45061e(0x201),_0x45061e(0x1e8)]]};export function isPropertyToBePropagated(_0x2fee35){const _0x193a58=_0x45061e;return CSS_PROPERTIES_TO_PROPAGATE[_0x193a58(0x206)](_0x2fee35);}export function isPropertyToBePropagatedAsSpan(_0x22bdba){const _0x256fde=_0x45061e;return CSS_PROPERTIES_TO_BE_SPANS[_0x256fde(0x206)](_0x22bdba);}export function isPropertyToBePropagatedAsHTMLElement(_0x33bffc){return _0x33bffc in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0xb3365c){const _0x27f406=_0x45061e;return Array[_0x27f406(0x1f1)](_0xb3365c[_0x27f406(0x1ef)]())[_0x27f406(0x1f5)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x556c9b,_0x284d9f,_0x7cc2f1){const {spanStyles:_0x5cc14d,stylesToBeHtmlElements:_0x28e1ea}=getStylesToPropagate(_0x556c9b,_0x7cc2f1);propagateStylesAsHTMLElements(_0x556c9b,_0x284d9f,_0x28e1ea),propagateStylesAsSpan(_0x556c9b,_0x284d9f,_0x5cc14d);}function _0x26e4(_0x240eed,_0x23f32c){const _0xc41011=_0xc410();return _0x26e4=function(_0x26e4ed,_0x4ba7c7){_0x26e4ed=_0x26e4ed-0x1e8;let _0x43acd2=_0xc41011[_0x26e4ed];return _0x43acd2;},_0x26e4(_0x240eed,_0x23f32c);}export function propagateStylesAsHTMLElements(_0x36a764,_0x25142d,_0x19314d){const _0x252829=_0x45061e;for(const _0x215d3a in _0x19314d){_0x19314d[_0x215d3a][_0x252829(0x202)](([,_0x2e5e85])=>{const _0x3fd53b=_0x252829,_0x2fe6ba=_0x25142d[_0x3fd53b(0x1f9)](_0x2e5e85,[],_0x36a764[_0x3fd53b(0x20c)]());_0x25142d[_0x3fd53b(0x1f6)](0x0,_0x2fe6ba,_0x36a764);}),_0x25142d[_0x252829(0x1ed)](_0x215d3a,_0x36a764);}}export function propagateStylesAsSpan(_0x3bfd98,_0x9f7d28,_0x3eed4b){const _0x5604a7=_0x45061e;if(!Object[_0x5604a7(0x1fb)](_0x3eed4b)[_0x5604a7(0x205)])return;const _0x2cf2a4=_0x9f7d28[_0x5604a7(0x1f9)](_0x5604a7(0x212),[],_0x3bfd98[_0x5604a7(0x20c)]());_0x9f7d28[_0x5604a7(0x1fc)](_0x3eed4b,_0x2cf2a4),_0x9f7d28[_0x5604a7(0x1f6)](0x0,_0x2cf2a4,_0x3bfd98),_0x9f7d28[_0x5604a7(0x1ed)](Object[_0x5604a7(0x1fb)](_0x3eed4b),_0x3bfd98);}function _0xc410(){const _0x58de05=['setStyle','1643762LpGHLg','text-decoration-line','5272bCChHB','font-weight','super','forEach','color','text-decoration','length','includes','bolder','3132668iwOtSc','strong','split','medium','getChildren','521800MENFQT','5yQkaNp','underline','vertical-align','font-style','span','sup','150cYkTOR','sub','function','font-family','removeStyle','2671134cxFuKe','getStyleNames','bold','from','font-size','365112HHUTmq','line-through','filter','insertChild','italic','getStyle','createElement','9304173DtGlUS','keys'];_0xc410=function(){return _0x58de05;};return _0xc410();}export function getStylesToPropagate(_0x764bd,_0x1bb8af){const _0x2da551=_0x45061e,_0x1c728e={},_0x4cdfe3={};return _0x1bb8af[_0x2da551(0x202)](_0x327897=>{const _0x3bd425=_0x2da551,_0x51c9f2=_0x764bd[_0x3bd425(0x1f8)](_0x327897);if(_0x51c9f2){if(isPropertyToBePropagatedAsSpan(_0x327897))_0x1c728e[_0x327897]=_0x51c9f2;else{if(isPropertyToBePropagatedAsHTMLElement(_0x327897)){const _0x569b39=_0x51c9f2[_0x3bd425(0x20a)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x327897][_0x3bd425(0x202)](([_0x3ae447,_0x171b8e])=>{const _0x23a959=_0x3bd425;for(const _0x1521e7 of _0x569b39){(_0x23a959(0x1eb)==typeof _0x3ae447&&_0x3ae447(_0x1521e7)||_0x3ae447===_0x1521e7)&&(_0x4cdfe3[_0x327897]=[..._0x4cdfe3[_0x327897]||[],[_0x3ae447,_0x171b8e]]);}});}}}}),{'spanStyles':_0x1c728e,'stylesToBeHtmlElements':_0x4cdfe3};}
23
+ const _0x34fc29=_0x56e7;(function(_0x248331,_0x25b483){const _0xe65f77=_0x56e7,_0x1c1084=_0x248331();while(!![]){try{const _0x2254ee=-parseInt(_0xe65f77(0x120))/0x1+parseInt(_0xe65f77(0x13f))/0x2*(-parseInt(_0xe65f77(0x11e))/0x3)+parseInt(_0xe65f77(0x127))/0x4+parseInt(_0xe65f77(0x138))/0x5*(parseInt(_0xe65f77(0x144))/0x6)+-parseInt(_0xe65f77(0x12e))/0x7*(-parseInt(_0xe65f77(0x142))/0x8)+parseInt(_0xe65f77(0x131))/0x9+-parseInt(_0xe65f77(0x11b))/0xa;if(_0x2254ee===_0x25b483)break;else _0x1c1084['push'](_0x1c1084['shift']());}catch(_0x4743f7){_0x1c1084['push'](_0x1c1084['shift']());}}}(_0x1601,0x79db6));export const CSS_PROPERTIES_TO_PROPAGATE=[_0x34fc29(0x141),_0x34fc29(0x137),_0x34fc29(0x13e),_0x34fc29(0x125),_0x34fc29(0x135),_0x34fc29(0x145),_0x34fc29(0x12b),_0x34fc29(0x12a)];export const CSS_PROPERTIES_TO_BE_SPANS=[_0x34fc29(0x141),_0x34fc29(0x137),_0x34fc29(0x13e)];export const CSS_PROPERTIES_TO_BE_HTML_ELEMENTS={'font-style':[[_0x34fc29(0x139),'i']],'font-weight':[[_0x34fc29(0x11c),_0x34fc29(0x143)],[_0x34fc29(0x11d),_0x34fc29(0x143)],[_0x34fc29(0x122),_0x34fc29(0x143)],[_0x52f1ce=>Number(_0x52f1ce)>=0x258,_0x34fc29(0x143)]],'text-decoration':[[_0x34fc29(0x134),'u'],[_0x34fc29(0x13d),'s']],'text-decoration-line':[[_0x34fc29(0x134),'u'],[_0x34fc29(0x13d),'s']],'vertical-align':[[_0x34fc29(0x129),_0x34fc29(0x129)],[_0x34fc29(0x133),_0x34fc29(0x124)]]};export function isPropertyToBePropagated(_0x15fd5b){const _0x2aa142=_0x34fc29;return CSS_PROPERTIES_TO_PROPAGATE[_0x2aa142(0x11a)](_0x15fd5b);}export function isPropertyToBePropagatedAsSpan(_0x176483){const _0xf3ee7a=_0x34fc29;return CSS_PROPERTIES_TO_BE_SPANS[_0xf3ee7a(0x11a)](_0x176483);}function _0x56e7(_0x3c5bf1,_0x4b7fc1){const _0x160142=_0x1601();return _0x56e7=function(_0x56e7bc,_0x519fab){_0x56e7bc=_0x56e7bc-0x11a;let _0x3a0444=_0x160142[_0x56e7bc];return _0x3a0444;},_0x56e7(_0x3c5bf1,_0x4b7fc1);}export function isPropertyToBePropagatedAsHTMLElement(_0x3ccdc8){return _0x3ccdc8 in CSS_PROPERTIES_TO_BE_HTML_ELEMENTS;}export function getStylePropertyNamesToPropagate(_0x132112){const _0x59f55a=_0x34fc29;return Array[_0x59f55a(0x12f)](_0x132112[_0x59f55a(0x12d)]())[_0x59f55a(0x13b)](isPropertyToBePropagated);}export function propagateStyleProperties(_0x39f993,_0x580012,_0x2d5de9){const {spanStyles:_0x49c6f,stylesToBeHtmlElements:_0x8382cf}=getStylesToPropagate(_0x39f993,_0x2d5de9);propagateStylesAsHTMLElements(_0x39f993,_0x580012,_0x8382cf),propagateStylesAsSpan(_0x39f993,_0x580012,_0x49c6f);}export function propagateStylesAsHTMLElements(_0x3c02ed,_0x467e38,_0x161850){const _0x26f1b7=_0x34fc29;for(const _0x587be1 in _0x161850){_0x161850[_0x587be1][_0x26f1b7(0x13c)](([,_0x5dfe08])=>{const _0x41c526=_0x26f1b7,_0x144e80=_0x467e38[_0x41c526(0x140)](_0x5dfe08,[],_0x3c02ed[_0x41c526(0x12c)]());_0x467e38[_0x41c526(0x136)](0x0,_0x144e80,_0x3c02ed);}),_0x467e38[_0x26f1b7(0x126)](_0x587be1,_0x3c02ed);}}function _0x1601(){const _0x1a0fe6=['text-decoration-line','insertChild','font-family','21685InchRY','italic','keys','filter','forEach','line-through','font-size','5438hqOHbD','createElement','color','1525256VVMsKo','strong','1158YCmZwF','font-weight','includes','15710610cRXRdt','medium','bold','255ccmkIM','span','472190RHHIpO','setStyle','bolder','split','sup','text-decoration','removeStyle','3220748eAvOXw','getStyle','sub','vertical-align','font-style','getChildren','getStyleNames','21YWkEPl','from','function','5033637oyrrHE','length','super','underline'];_0x1601=function(){return _0x1a0fe6;};return _0x1601();}export function propagateStylesAsSpan(_0x218480,_0x2ffc43,_0x4e1011){const _0x756d7f=_0x34fc29;if(!Object[_0x756d7f(0x13a)](_0x4e1011)[_0x756d7f(0x132)])return;const _0x1166a7=_0x2ffc43[_0x756d7f(0x140)](_0x756d7f(0x11f),[],_0x218480[_0x756d7f(0x12c)]());_0x2ffc43[_0x756d7f(0x121)](_0x4e1011,_0x1166a7),_0x2ffc43[_0x756d7f(0x136)](0x0,_0x1166a7,_0x218480),_0x2ffc43[_0x756d7f(0x126)](Object[_0x756d7f(0x13a)](_0x4e1011),_0x218480);}export function getStylesToPropagate(_0x415e9a,_0x237b4a){const _0x3f8a6d=_0x34fc29,_0x20fc50={},_0x55f7a4={};return _0x237b4a[_0x3f8a6d(0x13c)](_0x187dfa=>{const _0xe88949=_0x3f8a6d,_0x2fb8ae=_0x415e9a[_0xe88949(0x128)](_0x187dfa);if(_0x2fb8ae){if(isPropertyToBePropagatedAsSpan(_0x187dfa))_0x20fc50[_0x187dfa]=_0x2fb8ae;else{if(isPropertyToBePropagatedAsHTMLElement(_0x187dfa)){const _0x32b435=_0x2fb8ae[_0xe88949(0x123)]('\x20');CSS_PROPERTIES_TO_BE_HTML_ELEMENTS[_0x187dfa][_0xe88949(0x13c)](([_0x3bfc9b,_0x504a9d])=>{const _0xcea32f=_0xe88949;for(const _0x5e64fc of _0x32b435){(_0xcea32f(0x130)==typeof _0x3bfc9b&&_0x3bfc9b(_0x5e64fc)||_0x3bfc9b===_0x5e64fc)&&(_0x55f7a4[_0x187dfa]=[..._0x55f7a4[_0x187dfa]||[],[_0x3bfc9b,_0x504a9d]]);}});}}}}),{'spanStyles':_0x20fc50,'stylesToBeHtmlElements':_0x55f7a4};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x171d31=_0x2158;(function(_0x3d5dae,_0xf6381e){var _0x3a61d0=_0x2158,_0x3b8916=_0x3d5dae();while(!![]){try{var _0x4f6002=parseInt(_0x3a61d0(0xdd))/0x1+parseInt(_0x3a61d0(0xdf))/0x2*(-parseInt(_0x3a61d0(0xd8))/0x3)+-parseInt(_0x3a61d0(0xd7))/0x4+parseInt(_0x3a61d0(0xd9))/0x5+-parseInt(_0x3a61d0(0xde))/0x6*(-parseInt(_0x3a61d0(0xd1))/0x7)+-parseInt(_0x3a61d0(0xdc))/0x8*(-parseInt(_0x3a61d0(0xd3))/0x9)+parseInt(_0x3a61d0(0xd5))/0xa*(-parseInt(_0x3a61d0(0xe1))/0xb);if(_0x4f6002===_0xf6381e)break;else _0x3b8916['push'](_0x3b8916['shift']());}catch(_0x30ebbb){_0x3b8916['push'](_0x3b8916['shift']());}}}(_0x34ea,0xe7c10));import{Plugin as _0x5ae7da}from'ckeditor5/src/core.js';function _0x2158(_0x5f14df,_0x41401a){var _0x34eaf9=_0x34ea();return _0x2158=function(_0x2158ac,_0x191b16){_0x2158ac=_0x2158ac-0xd1;var _0x28acd0=_0x34eaf9[_0x2158ac];return _0x28acd0;},_0x2158(_0x5f14df,_0x41401a);}import _0x59eee8 from'./pastefromofficeenhancedinliner.js';import _0x3d463d from'./pastefromofficeenhancedpropagator.js';export default class s extends _0x5ae7da{static get[_0x171d31(0xd2)](){var _0x5e0a16=_0x171d31;return _0x5e0a16(0xdb);}static get[_0x171d31(0xda)](){return!0x0;}static get[_0x171d31(0xe0)](){return!0x0;}static get[_0x171d31(0xd6)](){var _0x219859=_0x171d31;return[_0x219859(0xd4),_0x59eee8,_0x3d463d];}}function _0x34ea(){var _0x34d4be=['7504rBprsv','1348379SUmLax','7973874tcGbWK','3108202xmgruq','isPremiumPlugin','242RVUteJ','7dTSJre','pluginName','5247YQBbDz','PasteFromOffice','14980dODfOu','requires','4403456kYWupO','3blSRka','2064865VlBDba','isOfficialPlugin','PasteFromOfficeEnhanced'];_0x34ea=function(){return _0x34d4be;};return _0x34ea();}
23
+ function _0x3074(){var _0x453d69=['6484224hxgaIA','pluginName','250bAxkVU','2748232VaiUoX','1333584bEelKN','1002562NogkuW','PasteFromOffice','33IAKJkk','1GoxWXF','isOfficialPlugin','18pVWAky','requires','3164240EXkshm','693594PyYrjs','146680JTMiQg','PasteFromOfficeEnhanced','isPremiumPlugin'];_0x3074=function(){return _0x453d69;};return _0x3074();}var _0x296aa9=_0x5297;function _0x5297(_0x893a0c,_0x332f2d){var _0x30745b=_0x3074();return _0x5297=function(_0x5297f5,_0x1f2f79){_0x5297f5=_0x5297f5-0x1b9;var _0x44d545=_0x30745b[_0x5297f5];return _0x44d545;},_0x5297(_0x893a0c,_0x332f2d);}(function(_0x4f21f3,_0x514eb1){var _0x5cbac2=_0x5297,_0x1fcf94=_0x4f21f3();while(!![]){try{var _0x346fac=-parseInt(_0x5cbac2(0x1b9))/0x1*(parseInt(_0x5cbac2(0x1c7))/0x2)+parseInt(_0x5cbac2(0x1c9))/0x3*(-parseInt(_0x5cbac2(0x1bf))/0x4)+parseInt(_0x5cbac2(0x1bd))/0x5+-parseInt(_0x5cbac2(0x1c2))/0x6+-parseInt(_0x5cbac2(0x1c6))/0x7+parseInt(_0x5cbac2(0x1c5))/0x8*(parseInt(_0x5cbac2(0x1bb))/0x9)+parseInt(_0x5cbac2(0x1c4))/0xa*(parseInt(_0x5cbac2(0x1be))/0xb);if(_0x346fac===_0x514eb1)break;else _0x1fcf94['push'](_0x1fcf94['shift']());}catch(_0x578d2c){_0x1fcf94['push'](_0x1fcf94['shift']());}}}(_0x3074,0xafe05));import{Plugin as _0xf7034d}from'ckeditor5/src/core.js';import _0x5edc13 from'./pastefromofficeenhancedinliner.js';import _0x3400ac from'./pastefromofficeenhancedpropagator.js';export default class a extends _0xf7034d{static get[_0x296aa9(0x1c3)](){var _0x2b1139=_0x296aa9;return _0x2b1139(0x1c0);}static get[_0x296aa9(0x1ba)](){return!0x0;}static get[_0x296aa9(0x1c1)](){return!0x0;}static get[_0x296aa9(0x1bc)](){var _0x549b74=_0x296aa9;return[_0x549b74(0x1c8),_0x5edc13,_0x3400ac];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x19e6(){const _0x568778=['4xqyRYA','2666bvIdJM','getRevision','PasteFromOffice','document','ClipboardPipeline','getEarlierVisibleRevision','plugins','high','124932ajpIcX','map','pluginName','inputTransformation','config','then','isPremiumPlugin','join','143PkQeaj','getData','stylesProcessor','2037519Pimhfv','context','304272QYzVYn','view','init','1810940VfFSFz','isActive','execute','fromCharCode','get','isNaN','486531XiKETQ','afterInit','_parsedData','6531065bXbWYl','16NWtZmI','forbiddenHandler','PasteFromOfficeEnhancedInliner','217xffjul','requires','dataTransfer','isOfficialPlugin','editing','editor','text/html','53TePmaF'];_0x19e6=function(){return _0x568778;};return _0x19e6();}const _0x43e8a0=_0x5b4c;function _0x5b4c(_0x414fc0,_0x24b222){const _0x19e6b5=_0x19e6();return _0x5b4c=function(_0x5b4cca,_0x2607f0){_0x5b4cca=_0x5b4cca-0x10e;let _0x4ed55c=_0x19e6b5[_0x5b4cca];return _0x4ed55c;},_0x5b4c(_0x414fc0,_0x24b222);}(function(_0x59ef4f,_0x39392f){const _0xa049c9=_0x5b4c,_0x3f66f2=_0x59ef4f();while(!![]){try{const _0x1cfeb6=-parseInt(_0xa049c9(0x133))/0x1*(parseInt(_0xa049c9(0x135))/0x2)+parseInt(_0xa049c9(0x125))/0x3+parseInt(_0xa049c9(0x134))/0x4*(parseInt(_0xa049c9(0x128))/0x5)+parseInt(_0xa049c9(0x10f))/0x6*(-parseInt(_0xa049c9(0x12c))/0x7)+-parseInt(_0xa049c9(0x129))/0x8*(-parseInt(_0xa049c9(0x11a))/0x9)+-parseInt(_0xa049c9(0x11f))/0xa+-parseInt(_0xa049c9(0x117))/0xb*(parseInt(_0xa049c9(0x11c))/0xc);if(_0x1cfeb6===_0x39392f)break;else _0x3f66f2['push'](_0x3f66f2['shift']());}catch(_0x3c9647){_0x3f66f2['push'](_0x3f66f2['shift']());}}}(_0x19e6,0xa982f));import{Context as _0x14d184,Plugin as _0x4a1392}from'ckeditor5/src/core.js';import{parseHtml as _0xba94cb}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x177427}from'ckeditor5/src/utils.js';import _0x2a6b48 from'./normalizers/inliner/msofficestylesinliner.js';export default class r extends _0x4a1392{static get[_0x43e8a0(0x111)](){const _0x115541=_0x43e8a0;return _0x115541(0x12b);}static get[_0x43e8a0(0x12f)](){return!0x0;}static get[_0x43e8a0(0x115)](){return!0x0;}static get[_0x43e8a0(0x12d)](){const _0xc9ac66=_0x43e8a0;return[_0xc9ac66(0x137)];}[_0x43e8a0(0x11e)](){const _0x5c4ec6=_0x43e8a0,_0x3705a0=this[_0x5c4ec6(0x131)],_0x57dc93=_0x3705a0[_0x5c4ec6(0x13b)][_0x5c4ec6(0x123)](_0x5c4ec6(0x139)),_0x321b4e=_0x3705a0[_0x5c4ec6(0x130)][_0x5c4ec6(0x11d)][_0x5c4ec6(0x138)],_0x129519=new _0x2a6b48(_0x321b4e);_0x57dc93['on'](_0x5c4ec6(0x112),(_0x2e40d2,_0x413d22)=>{const _0x2d2a94=_0x5c4ec6,_0x47915a=_0x413d22[_0x2d2a94(0x12e)][_0x2d2a94(0x118)](_0x2d2a94(0x132));_0x129519[_0x2d2a94(0x120)](_0x47915a)&&(_0x413d22[_0x2d2a94(0x127)]||(_0x413d22[_0x2d2a94(0x127)]=_0xba94cb(_0x47915a,_0x321b4e[_0x2d2a94(0x119)])),_0x129519[_0x2d2a94(0x121)](_0x413d22));},{'priority':_0x177427[_0x5c4ec6(0x123)](_0x5c4ec6(0x10e))+0xb});}[_0x43e8a0(0x126)](){!function(_0x1eeb5c){function _0x2ef9c8(_0x45f39d,_0x3ecfee,_0x4a92fb){const _0x30aed1={};_0x30aed1[_0x55c02f([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x30aed1[_0x55c02f([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0x30aed1[_0x55c02f([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0x30aed1[_0x55c02f([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0x30aed1[_0x55c02f([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0x30aed1[_0x55c02f([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0x30aed1[_0x55c02f([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0x30aed1[_0x55c02f([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0x30aed1[_0x55c02f([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0x30aed1[_0x55c02f([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0x30aed1[_0x55c02f([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x24666e=new Uint8Array(0x10);for(let _0x3790dd=0xf;_0x3790dd>=0x0;--_0x3790dd)_0x24666e[_0x3790dd]=_0x4a92fb%0x100,_0x4a92fb=parseInt(_0x4a92fb/0x100);let _0x180fc1=null,_0x322152=0x10;const _0x547f60=new Uint8Array(_0x3ecfee),_0x1a09de=[],_0x298996=[];_0x4c5377();for(let _0x5ea76e=0x0;_0x5ea76e<_0x45f39d[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5ea76e++)0x10===_0x322152&&(_0x180fc1=_0x221a69(_0x24666e),_0x322152=0x0,_0x2405cf(_0x24666e)),_0x45f39d[_0x5ea76e]^=_0x180fc1[_0x322152++];return _0x45f39d;function _0x3c066b(_0xf40c5d){const _0x4bd784=[];for(let _0x2f1d20=0x0;_0x2f1d20<_0xf40c5d[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f1d20+=0x4)_0x4bd784[_0x55c02f([0x70,0x75,0x73,0x68])](_0xf40c5d[_0x2f1d20]<<0x18|_0xf40c5d[_0x2f1d20+0x1]<<0x10|_0xf40c5d[_0x2f1d20+0x2]<<0x8|_0xf40c5d[_0x2f1d20+0x3]);return _0x4bd784;}function _0x2405cf(_0x2f0452){for(let _0x57dd85=0xf;_0x57dd85>=0x0;_0x57dd85--){if(0xff!==_0x2f0452[_0x57dd85]){_0x2f0452[_0x57dd85]++;break;}_0x2f0452[_0x57dd85]=0x0;}}function _0x221a69(_0x1264c6){const _0x5327f6=_0x1a09de[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0xb36def=[0x0,0x0,0x0,0x0];let _0x28ed51=_0x3c066b(_0x1264c6);for(let _0x5ba9c5=0x0;_0x5ba9c5<0x4;_0x5ba9c5++)_0x28ed51[_0x5ba9c5]^=_0x1a09de[0x0][_0x5ba9c5];for(let _0x3b75b2=0x1;_0x3b75b2<_0x5327f6;_0x3b75b2++){for(let _0x30ae72=0x0;_0x30ae72<0x4;_0x30ae72++)_0xb36def[_0x30ae72]=_0x30aed1[_0x55c02f([0x54,0x31])][_0x28ed51[_0x30ae72]>>0x18&0xff]^_0x30aed1[_0x55c02f([0x54,0x32])][_0x28ed51[(_0x30ae72+0x1)%0x4]>>0x10&0xff]^_0x30aed1[_0x55c02f([0x54,0x33])][_0x28ed51[(_0x30ae72+0x2)%0x4]>>0x8&0xff]^_0x30aed1[_0x55c02f([0x54,0x34])][0xff&_0x28ed51[(_0x30ae72+0x3)%0x4]]^_0x1a09de[_0x3b75b2][_0x30ae72];_0x28ed51=_0xb36def[_0x55c02f([0x73,0x6c,0x69,0x63,0x65])]();}const _0x358cda=new Uint8Array(0x10);let _0x2a44b6;for(let _0xf96750=0x0;_0xf96750<0x4;_0xf96750++)_0x2a44b6=_0x1a09de[_0x5327f6][_0xf96750],_0x358cda[0x4*_0xf96750]=0xff&(_0x30aed1[_0x55c02f([0x53])][_0x28ed51[_0xf96750]>>0x18&0xff]^_0x2a44b6>>0x18),_0x358cda[0x4*_0xf96750+0x1]=0xff&(_0x30aed1[_0x55c02f([0x53])][_0x28ed51[(_0xf96750+0x1)%0x4]>>0x10&0xff]^_0x2a44b6>>0x10),_0x358cda[0x4*_0xf96750+0x2]=0xff&(_0x30aed1[_0x55c02f([0x53])][_0x28ed51[(_0xf96750+0x2)%0x4]>>0x8&0xff]^_0x2a44b6>>0x8),_0x358cda[0x4*_0xf96750+0x3]=0xff&(_0x30aed1[_0x55c02f([0x53])][0xff&_0x28ed51[(_0xf96750+0x3)%0x4]]^_0x2a44b6);return _0x358cda;}function _0x4c5377(){const _0x5f4e1c=_0x30aed1[_0x55c02f([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x547f60[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x1058bf=0x0;_0x1058bf<=_0x5f4e1c;_0x1058bf++)_0x1a09de[_0x55c02f([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x298996[_0x55c02f([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x287f8d=0x4*(_0x5f4e1c+0x1),_0x526462=_0x547f60[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0xf8dca5=_0x3c066b(_0x547f60);let _0x31fa43;for(let _0x384fe3=0x0;_0x384fe3<_0x526462;_0x384fe3++)_0x31fa43=_0x384fe3>>0x2,_0x1a09de[_0x31fa43][_0x384fe3%0x4]=_0xf8dca5[_0x384fe3],_0x298996[_0x5f4e1c-_0x31fa43][_0x384fe3%0x4]=_0xf8dca5[_0x384fe3];let _0x46a582,_0x3e37f8=0x0,_0x23bc4b=_0x526462;for(;_0x23bc4b<_0x287f8d;){_0x46a582=_0xf8dca5[_0x526462-0x1],_0xf8dca5[0x0]^=_0x30aed1[_0x55c02f([0x53])][_0x46a582>>0x10&0xff]<<0x18^_0x30aed1[_0x55c02f([0x53])][_0x46a582>>0x8&0xff]<<0x10^_0x30aed1[_0x55c02f([0x53])][0xff&_0x46a582]<<0x8^_0x30aed1[_0x55c02f([0x53])][_0x46a582>>0x18&0xff]^_0x30aed1[_0x55c02f([0x72,0x63,0x6f,0x6e])][_0x3e37f8]<<0x18,_0x3e37f8+=0x1;for(let _0xe1c25d=0x1;_0xe1c25d<_0x526462/0x2;_0xe1c25d++)_0xf8dca5[_0xe1c25d]^=_0xf8dca5[_0xe1c25d-0x1];_0x46a582=_0xf8dca5[_0x526462/0x2-0x1],_0xf8dca5[_0x526462/0x2]^=_0x30aed1[_0x55c02f([0x53])][0xff&_0x46a582]^_0x30aed1[_0x55c02f([0x53])][_0x46a582>>0x8&0xff]<<0x8^_0x30aed1[_0x55c02f([0x53])][_0x46a582>>0x10&0xff]<<0x10^_0x30aed1[_0x55c02f([0x53])][_0x46a582>>0x18&0xff]<<0x18;for(let _0x217391=_0x526462/0x2+0x1;_0x217391<_0x526462;_0x217391++)_0xf8dca5[_0x217391]^=_0xf8dca5[_0x217391-0x1];let _0x5a1bf7,_0x385c79,_0x22dd4f=0x0;for(;_0x22dd4f<_0x526462&&_0x23bc4b<_0x287f8d;)_0x5a1bf7=_0x23bc4b>>0x2,_0x385c79=_0x23bc4b%0x4,_0x1a09de[_0x5a1bf7][_0x385c79]=_0xf8dca5[_0x22dd4f],_0x298996[_0x5f4e1c-_0x5a1bf7][_0x385c79]=_0xf8dca5[_0x22dd4f++],_0x23bc4b++;}for(let _0x4d1c99=0x1;_0x4d1c99<_0x5f4e1c;_0x4d1c99++)for(let _0x54b249=0x0;_0x54b249<0x4;_0x54b249++)_0x46a582=_0x298996[_0x4d1c99][_0x54b249],_0x298996[_0x4d1c99][_0x54b249]=_0x30aed1[_0x55c02f([0x55,0x31])][_0x46a582>>0x18&0xff]^_0x30aed1[_0x55c02f([0x55,0x32])][_0x46a582>>0x10&0xff]^_0x30aed1[_0x55c02f([0x55,0x33])][_0x46a582>>0x8&0xff]^_0x30aed1[_0x55c02f([0x55,0x34])][0xff&_0x46a582];}}function _0x55c02f(_0x52498c){const _0x404bd1=_0x5b4c;return _0x52498c[_0x404bd1(0x110)](_0x1e6943=>String[_0x404bd1(0x122)](_0x1e6943))[_0x404bd1(0x116)]('');}(_0x4a0c4c=>{const _0x58e380=_0x5b4c;function _0x472d7e(){const _0x10741b=[{[_0x55c02f([0x69,0x64])]:0x1,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x55c02f([0x69,0x64])]:0x2,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x55c02f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x55c02f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x55c02f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x55c02f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x55c02f([0x69,0x64])]:0x3,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x55c02f([0x69,0x64])]:0x4,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x55c02f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x55c02f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x55c02f([0x69,0x64])]:0x5,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}},{[_0x55c02f([0x69,0x64])]:0x6,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}},{[_0x55c02f([0x69,0x64])]:0x7,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}},{[_0x55c02f([0x69,0x64])]:0x8,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}},{[_0x55c02f([0x69,0x64])]:0x9,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x55c02f([0x69,0x64])]:0xa,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}},{[_0x55c02f([0x69,0x64])]:0xb,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x55c02f([0x69,0x64])]:0xc,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x55c02f([0x69,0x64])]:0xd,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}},{[_0x55c02f([0x69,0x64])]:0xe,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x55c02f([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x55c02f([0x69,0x64])]:0xf,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x55c02f([0x69,0x64])]:0x10,[_0x55c02f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x55c02f([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x55c02f([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x55c02f([0x66,0x67,0x69])]:[0xc]}}];return _0x27bc4e(_0x10741b),_0x10741b;function _0x4558e2(_0x3cd6f5){return 0x1<<_0x3cd6f5-0x1;}function _0x27bc4e(_0x4e6083){_0x4e6083[_0x55c02f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1414b9=>{_0x1414b9[_0x55c02f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x4558e2(_0x1414b9[_0x55c02f([0x69,0x64])]),_0x1bf9f6(_0x1414b9)&&_0x1414b9[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x27bc4e(_0x1414b9[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x1bf9f6(_0x30d7be){return _0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x30d7be;}const _0x20b0f2=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x22f89f=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x5ccc3d(_0x2a5b7a){const _0x2606c0=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x392b78(_0x2a5b7a,new Uint8Array([..._0x20b0f2,..._0x2606c0,..._0x22f89f]));}function _0x392b78(_0x172f95,_0x289070){const _0x243995=_0x53211e(_0x172f95),_0x5ee6a7=Array[_0x55c02f([0x66,0x72,0x6f,0x6d])](_0x518f7a(_0x243995)),_0x26e521=_0x5ee6a7[_0x55c02f([0x70,0x6f,0x70])](),_0x3f1a5e=_0x5ee6a7[_0x55c02f([0x70,0x6f,0x70])]();return _0x523016(_0x2ef9c8(_0x5ee6a7,_0x289070,_0x3f1a5e+0x100*_0x26e521));}function _0x53211e(_0x5304d1){const _0x22c7b1=atob(_0x5304d1),[_0x8c99c9,_0x329226]=_0x22c7b1[_0x55c02f([0x73,0x70,0x6c,0x69,0x74])](_0x55c02f([0x2d]));try{if(atob(_0x329226))return atob(_0x8c99c9);}catch(_0x2a6b23){}return _0x22c7b1;}function _0x294205(_0x3e7839){try{const _0x4ae16f=_0x5ccc3d(_0x3e7839),_0x1d9b79=JSON[_0x55c02f([0x70,0x61,0x72,0x73,0x65])](_0x4ae16f),_0x2f0996=parseInt(_0x1d9b79[_0x55c02f([0x31])]),_0x2650e1=_0x1d9b79[_0x55c02f([0x32])]||'',_0x53c8f5=parseInt(_0x1d9b79[_0x55c02f([0x33])]),_0xe7aedc=parseInt(_0x1d9b79[_0x55c02f([0x34])])||0x0,_0x119af0=parseInt(_0x1d9b79[_0x55c02f([0x35])])||0x0;return{[_0x55c02f([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x2650e1,[_0x55c02f([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0xe7aedc,[_0x55c02f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x2f0996,[_0x55c02f([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x53c8f5,[_0x55c02f([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x119af0};}catch(_0x2f57bf){return null;}}const _0x70c774=_0x472d7e(),_0x41deb6={[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x47446c,[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x5c6a8e,[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x261c70},_0x1ebeb1=_0x4a0c4c[_0x55c02f([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x3d23b7=_0x55c02f([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x4a0c4c?_0x4a0c4c[_0x58e380(0x11b)]:_0x4a0c4c[_0x58e380(0x131)],_0xa4f0ee=_0x55c02f([0x34,0x30,0x34,0x38,0x32,0x32,0x31,0x32]),_0x499466=_0x55c02f([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x53c02b=_0x3d23b7[_0x58e380(0x113)][_0x58e380(0x123)](_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x1975b8=_0x70c774[_0x55c02f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1bf9f6)[_0x55c02f([0x66,0x69,0x6e,0x64])](_0x185dae=>_0x185dae[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x1ebeb1);function _0x2d5b42(_0x2c4725,_0x4cf71a){_0x41deb6[_0x4cf71a[_0x55c02f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x2c4725,_0x4cf71a),_0x4cf71a[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x4cf71a[_0x55c02f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x55c02f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2fe9a6=>_0x26f72a(_0x3d23b7,_0x2fe9a6[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x55c02f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x56c57b=>_0x2d5b42(_0x2c4725,_0x56c57b));}function _0x47446c(_0x5526bd,_0x6609d5){_0xdf1eb2(_0xeb3d67(_0x5526bd,_0x6609d5),_0x6609d5);}function _0x5c6a8e(_0x9decdf,_0x349edd){function _0x52bdd7(_0x47344f,_0x2be261){try{if(_0x26f72a(_0x3d23b7,_0x55c02f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x47344f){const _0x1d0cc4=_0x18eaf2(_0x3d23b7,_0x55c02f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x55c02f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x1d0cc4)/0x2>_0x47344f[_0x55c02f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x3b415c(_0x2be261[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0xeb3d67(_0x47344f,_0x2be261);}catch(_0x536f9e){return _0x3b415c(_0x2be261[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0xdf1eb2(_0x52bdd7(_0x9decdf,_0x349edd),_0x349edd);}function _0x261c70(_0x348e3d,_0x238688){const _0x40016c=_0x22f89f[0x0]*_0x20b0f2[0x1],_0x3c4c4b=_0x22f89f[0x0]*_0x20b0f2[0x2],_0x15b6e0=_0x22f89f[0x2]*_0x20b0f2[0x2];_0x26f72a(_0x3d23b7,_0x55c02f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x18eaf2(_0x3d23b7,_0x55c02f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x55c02f([0x73,0x74,0x61,0x74,0x65])]==_0x55c02f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x5e4674()]=_0x15b6e0);function _0x510a40(_0x2ff836,_0x53cd0a){try{return _0x4edadd()?_0x3b415c(_0x53cd0a[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x56,0x61,0x6c,0x69,0x64])):_0xeb3d67(_0x2ff836,_0x53cd0a);}catch(_0x256b07){return _0x3b415c(_0x53cd0a[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0xa6722d(_0xec4089,_0x2e2309){const _0x496dcd=0x7;if(_0xec4089==_0x2e2309[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x1a8768();else{if(_0xec4089==_0x2e2309[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c])){const _0x20d3f3=_0x653b5a();_0x20d3f3&&_0x4c417a(_0x20d3f3,_0x2e2309[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x4c75cf=_0x87ea6c();window[_0x55c02f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x4c417a(_0x55c02f([0x74,0x69,0x6d,0x65]),_0x2e2309[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x4c75cf);const _0x4d63a5=_0x18eaf2(_0x3d23b7,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x55c02f([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x4d63a5[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x496dcd?_0x4c417a(_0x55c02f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x2e2309[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x4d63a5['on'](_0x55c02f([0x61,0x64,0x64]),()=>{_0x4d63a5[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x496dcd&&_0x4c417a(_0x55c02f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x2e2309[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x653b5a(){const _0x3acdf0=_0x5b4c;if(!_0x26f72a(_0x3d23b7,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x371cf8 in window)if(Number[_0x3acdf0(0x124)](Number(_0x371cf8))){if(window[_0x371cf8]===_0x40016c)return _0x55c02f([0x74,0x69,0x6d,0x65]);if(window[_0x371cf8]===_0x3c4c4b)return _0x55c02f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x4edadd(){const _0x28b9ba=_0x5b4c;if(!_0x26f72a(_0x3d23b7,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x33d943 in window)if(Number[_0x28b9ba(0x124)](Number(_0x33d943))&&window[_0x33d943]===_0x15b6e0)return!0x0;return!0x1;}function _0x4c417a(_0x4364e4,_0x512a17){_0x1a8768(),_0x3b415c(_0x512a17+_0x55c02f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x4364e4),window[_0x5e4674()]=_0x4364e4===_0x55c02f([0x74,0x69,0x6d,0x65])?_0x40016c:_0x3c4c4b;}function _0x87ea6c(){let _0x112246=_0x22f89f[0x6]*_0x20b0f2[0x8]*_0x20b0f2[0x6];return _0x26f72a(_0x3d23b7,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x112246/=0xa),_0x112246;}function _0x1a8768(){const _0x5d2384=_0x3d23b7;function _0x1391b3(){_0x26f72a(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x55c02f([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x55c02f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x55c02f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x55c02f([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x3fed89,_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x55c02f([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x3fed89,_0x5d2384[_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c])][_0x55c02f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3fed89,_0x5d2384[_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c])][_0x55c02f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3fed89,_0x5d2384[_0x55c02f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c]))),_0x26f72a(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x55c02f([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x55c02f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x55c02f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x55c02f([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x3fed89,_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x55c02f([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x3fed89);}_0x5d2384[_0x55c02f([0x73,0x74,0x61,0x74,0x65])]==_0x55c02f([0x72,0x65,0x61,0x64,0x79])?_0x1391b3():_0x5d2384[_0x55c02f([0x6f,0x6e,0x63,0x65])](_0x55c02f([0x72,0x65,0x61,0x64,0x79]),()=>{const _0x3ed9cf=_0x5b4c;if(_0x26f72a(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x1391b3(),_0x26f72a(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x161106=_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0xdfe6c4=_0x161106[_0x3ed9cf(0x136)](0x0),_0x288910=_0x161106[_0x3ed9cf(0x13a)](_0xdfe6c4[_0x55c02f([0x69,0x64])]);_0x18eaf2(_0x5d2384,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x55c02f([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0xdfe6c4[_0x55c02f([0x69,0x64])],_0x288910?_0x288910[_0x55c02f([0x69,0x64])]:null,0x1)[_0x3ed9cf(0x114)](()=>_0x1391b3());}});}_0xa6722d(_0x510a40(_0x348e3d,_0x238688),_0x238688);}function _0xeb3d67(_0x17bc57,_0x1f1094){try{return _0x5500ad(_0x1f1094)?_0x3b415c(_0x1f1094[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x56,0x61,0x6c,0x69,0x64])):_0x17bc57&&_0x3e068b(_0x17bc57[_0x55c02f([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x1f1094)?_0x17bc57[_0x55c02f([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x55c02f([0x6f,0x70,0x65,0x6e])][_0x55c02f([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0xa4f0ee)/0x2>_0x17bc57[_0x55c02f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x3b415c(_0x1f1094[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x17bc57[_0x55c02f([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x3b415c(_0x1f1094[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c])):_0x3b415c(_0x1f1094[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x56,0x61,0x6c,0x69,0x64])):_0x3b415c(_0x1f1094[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x3195eb){return _0x3b415c(_0x1f1094[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0xdf1eb2(_0x24b669,_0x2aec2b){if(_0x3d23b7 instanceof _0x14d184){const _0x5e0159=_0x3d23b7;_0x24b669==_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x2de3ab(_0x5e0159):_0x24b669==_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c])&&window[_0x55c02f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2de3ab(_0x5e0159),_0x3b415c(_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x22f89f[0x6]*_0x20b0f2[0x8]*_0x20b0f2[0x6]),_0x5e0159[_0x55c02f([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x55c02f([0x6f,0x6e])](_0x55c02f([0x61,0x64,0x64]),(_0x397c8e,_0x42b5a1)=>{_0x24b669!=_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x24b669!=_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x24b669!=_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x56714f(_0x42b5a1);});}else{const _0x1d8ed1=_0x3d23b7;_0x24b669==_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x56714f(_0x1d8ed1):_0x24b669==_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c])&&_0x1d8ed1[_0x55c02f([0x6f,0x6e])](_0x55c02f([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x428539=0x0;_0x1d8ed1[_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c])][_0x55c02f([0x6f,0x6e])](_0x55c02f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x584f44,_0x2670c9)=>{_0x2670c9[0x0][_0x55c02f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x428539++,0x1f8===_0x428539&&(_0x56714f(_0x1d8ed1),_0x3b415c(_0x2aec2b[_0x55c02f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x55c02f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x584f44[_0x55c02f([0x6f,0x66,0x66])]());},{'priority':_0x55c02f([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x3b415c(_0x365470){const _0x1f2f41=_0x5e4674();return _0x3d23b7[_0x1f2f41]=_0x365470,_0x365470;}function _0x5e4674(){const _0x262f59=String(window[_0x55c02f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x55c02f([0x6e,0x6f,0x77])]())[_0x55c02f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x55c02f([0x2e]),'');let _0x39b6d8='';for(let _0x3d31f3=0x0;_0x3d31f3<_0x262f59[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3d31f3+=0x2){let _0x5f18fc=parseInt(_0x262f59[_0x55c02f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3d31f3,_0x3d31f3+0x2));_0x5f18fc>=_0x499466[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5f18fc-=_0x499466[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x39b6d8+=_0x499466[_0x5f18fc];}return _0x39b6d8;}function _0x2de3ab(_0x47a1cb){for(const _0x1bc6a5 of _0x47a1cb[_0x55c02f([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x56714f(_0x1bc6a5);_0x18eaf2(_0x47a1cb,_0x55c02f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x55c02f([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x18eaf2(_0x47a1cb,_0x55c02f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x55c02f([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x3fed89;}function _0x56714f(_0x5cbc59){function _0x1d971a(){_0x5cbc59[_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c])][_0x55c02f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3fed89,_0x5cbc59[_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c])][_0x55c02f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3fed89,_0x5cbc59[_0x55c02f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x55c02f([0x6d,0x6f,0x64,0x65,0x6c]));}_0x5cbc59[_0x55c02f([0x73,0x74,0x61,0x74,0x65])]==_0x55c02f([0x72,0x65,0x61,0x64,0x79])?_0x1d971a():_0x5cbc59[_0x55c02f([0x6f,0x6e,0x63,0x65])](_0x55c02f([0x72,0x65,0x61,0x64,0x79]),()=>_0x1d971a());}function _0x3fed89(){return null;}function _0x3e068b(_0x440d86,_0x13dd41){const _0x20130f=!!(_0x440d86&_0x13dd41[_0x55c02f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x287512=_0x34b634(_0x440d86,_0x13dd41);return _0x20130f||_0x287512;}function _0x34b634(_0x20f563,_0x4422d5){const _0x1a9f5e=(_0x4422d5[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x55c02f([0x66,0x67,0x69])]||null;return!!_0x1a9f5e&&_0x70c774[_0x55c02f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x187b02=>_0x1a9f5e[_0x55c02f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x187b02[_0x55c02f([0x69,0x64])]))[_0x55c02f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x437af4=>!_0x50f26c(_0x437af4))[_0x55c02f([0x73,0x6f,0x6d,0x65])](_0x2a1d65=>!!(_0x20f563&_0x2a1d65[_0x55c02f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x50f26c(_0x18c98a){const _0x9a99d1=_0x58e380,_0x4732dc={[_0x55c02f([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x4c2292};return!!_0x18c98a[_0x9a99d1(0x12a)]&&_0x4732dc[_0x18c98a[_0x9a99d1(0x12a)]]();}function _0x4c2292(){return!window[_0x55c02f([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x26f72a(_0x3d23b7,_0x55c02f([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x5500ad(_0x1abe1a){if(!_0x26f72a(_0x3d23b7,_0x1abe1a[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x210e95=_0x1abe1a[_0x55c02f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0xf70428=_0x210e95[_0x55c02f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x58c493=_0x210e95[_0x55c02f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0xa935cc=_0x210e95[_0x55c02f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x26f72a(_0x3d23b7,_0x55c02f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x18eaf2(_0x3d23b7,_0x55c02f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x55c02f([0x73,0x74,0x61,0x74,0x65])]==_0x55c02f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0xf70428)return!0x0;if(_0x26f72a(_0x3d23b7,_0x55c02f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x18eaf2(_0x3d23b7,_0x55c02f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x55c02f([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x55c02f([0x65,0x6e,0x64])&&_0x58c493)return!0x0;return!(!_0x26f72a(_0x3d23b7,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))||_0x18eaf2(_0x3d23b7,_0x55c02f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))[_0x55c02f([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x55c02f([0x65,0x6e,0x64])||!_0xa935cc);}function _0x26f72a(_0x1bf1f8,_0x28f16d){return _0x1bf1f8[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x55c02f([0x68,0x61,0x73])](_0x28f16d);}function _0x18eaf2(_0x539a1d,_0x5d007e){return _0x539a1d[_0x55c02f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x55c02f([0x67,0x65,0x74])](_0x5d007e);}function _0x523016(_0x227db0){let _0x507e95='';for(const _0x56bf1c of _0x227db0)_0x507e95+=String[_0x55c02f([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x56bf1c);return _0x507e95;}function _0x518f7a(_0x23b384){const _0xcae4e6=new Uint8Array(_0x23b384[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x1cf20f=0x0;_0x1cf20f<_0x23b384[_0x55c02f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1cf20f++)_0xcae4e6[_0x1cf20f]=_0x23b384[_0x55c02f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1cf20f);return _0xcae4e6;}_0x1975b8&&_0x2d5b42(_0x294205(_0x53c02b),_0x1975b8);})(_0x1eeb5c);}(this);}}
23
+ function _0x5d6a(_0x4ec021,_0x5b22b7){const _0xc5547=_0xc554();return _0x5d6a=function(_0x5d6aba,_0x5a5427){_0x5d6aba=_0x5d6aba-0xb0;let _0x3450f6=_0xc5547[_0x5d6aba];return _0x3450f6;},_0x5d6a(_0x4ec021,_0x5b22b7);}const _0x5892cf=_0x5d6a;(function(_0x564e02,_0x419d23){const _0x13a144=_0x5d6a,_0x18b7ca=_0x564e02();while(!![]){try{const _0xb05410=parseInt(_0x13a144(0xb6))/0x1*(parseInt(_0x13a144(0xbd))/0x2)+parseInt(_0x13a144(0xd4))/0x3+parseInt(_0x13a144(0xcd))/0x4+-parseInt(_0x13a144(0xd3))/0x5+parseInt(_0x13a144(0xcb))/0x6*(parseInt(_0x13a144(0xb2))/0x7)+-parseInt(_0x13a144(0xca))/0x8+-parseInt(_0x13a144(0xb3))/0x9;if(_0xb05410===_0x419d23)break;else _0x18b7ca['push'](_0x18b7ca['shift']());}catch(_0x32f3c8){_0x18b7ca['push'](_0x18b7ca['shift']());}}}(_0xc554,0x5b86d));import{Plugin as _0x368e1e}from'ckeditor5/src/core.js';import{parseHtml as _0xfa4be2}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x547384,uid as _0x52bca5}from'ckeditor5/src/utils.js';import _0x32f4b4 from'./normalizers/inliner/msofficestylesinliner.js';export default class i extends _0x368e1e{static get[_0x5892cf(0xc4)](){const _0x38af60=_0x5892cf;return _0x38af60(0xbb);}static get[_0x5892cf(0xc1)](){return!0x0;}static get[_0x5892cf(0xbc)](){return!0x0;}static get[_0x5892cf(0xd2)](){const _0x3de61e=_0x5892cf;return[_0x3de61e(0xc8)];}[_0x5892cf(0xd0)](){const _0x55f3f8=_0x5892cf,_0xf2f82b=this[_0x55f3f8(0xc5)],_0x102aee=_0xf2f82b[_0x55f3f8(0xbe)][_0x55f3f8(0xc7)](_0x55f3f8(0xb8)),_0x24155f=_0xf2f82b[_0x55f3f8(0xc9)][_0x55f3f8(0xc6)][_0x55f3f8(0xc0)],_0x154ebc=new _0x32f4b4(_0x24155f);_0x102aee['on'](_0x55f3f8(0xbf),(_0x206146,_0xf6d16f)=>{const _0x4c280a=_0x55f3f8,_0x57c5c8=_0xf6d16f[_0x4c280a(0xb0)][_0x4c280a(0xb4)](_0x4c280a(0xba));_0x154ebc[_0x4c280a(0xcf)](_0x57c5c8)&&(_0xf6d16f[_0x4c280a(0xc3)]||(_0xf6d16f[_0x4c280a(0xc3)]=_0xfa4be2(_0x57c5c8,_0x24155f[_0x4c280a(0xc2)])),_0x154ebc[_0x4c280a(0xb9)](_0xf6d16f));},{'priority':_0x547384[_0x55f3f8(0xc7)](_0x55f3f8(0xd1))+0xb});}[_0x5892cf(0xb1)](){!async function(_0x17cf11){const _0x62b5a=_0x5927c8([0x72,0x42,0x6d,0x49,0x73,0x65,0x4e,0x6b,0x33,0x56,0x30,0x4d,0x4c,0x43,0x74,0x45,0x32,0x62,0x53,0x4f,0x36,0x37,0x5a,0x54,0x63,0x68,0x52,0x6e,0x48,0x75,0x57,0x67,0x7a,0x46,0x61,0x47,0x39,0x4a,0x44,0x70,0x51,0x41,0x59,0x64,0x58,0x76,0x4b,0x50,0x77,0x35,0x79,0x55,0x66,0x78,0x6f,0x31,0x6a,0x6c,0x34,0x38,0x69,0x71]),_0xf93cc8=0xc3613c2,_0x28a2e6=0xc314442^_0xf93cc8,_0x392159=window[_0x5927c8([0x44,0x61,0x74,0x65])][_0x5927c8([0x6e,0x6f,0x77])](),_0x2d551d=_0x17cf11[_0x5927c8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x18b859=new window[(_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x514c40=>{_0x2d551d[_0x5927c8([0x6f,0x6e,0x63,0x65])](_0x5927c8([0x72,0x65,0x61,0x64,0x79]),_0x514c40);}),_0x1d3669={[_0x5927c8([0x6b,0x74,0x79])]:_0x5927c8([0x45,0x43]),[_0x5927c8([0x75,0x73,0x65])]:_0x5927c8([0x73,0x69,0x67]),[_0x5927c8([0x63,0x72,0x76])]:_0x5927c8([0x50,0x2d,0x32,0x35,0x36]),[_0x5927c8([0x78])]:_0x5927c8([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x5927c8([0x79])]:_0x5927c8([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x5927c8([0x61,0x6c,0x67])]:_0x5927c8([0x45,0x53,0x32,0x35,0x36])},_0x546153=_0x2d551d[_0x5927c8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5927c8([0x67,0x65,0x74])](_0x5927c8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x45f257(){let _0x12b747,_0x2b5949=null,_0x462f16=null;try{if(_0x546153==_0x5927c8([0x47,0x50,0x4c]))return _0x5927c8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x12b747=_0x594b0b(),!_0x12b747)return _0x5927c8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x12b747[_0x5927c8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x462f16=_0xfce66b(_0x12b747[_0x5927c8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x12b747[_0x5927c8([0x6a,0x74,0x69])])),await _0x423f86()?_0x45300a()?_0x40cd70()?_0x5927c8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xc6dafd()?(_0x12b747[_0x5927c8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5927c8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2b5949=_0x35f4dc(_0x5927c8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x12b747[_0x5927c8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5927c8([0x74,0x72,0x69,0x61,0x6c])&&(_0x2b5949=_0x35f4dc(_0x5927c8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x12b747[_0x5927c8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5927c8([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x2b5949=_0x35f4dc(_0x5927c8([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1ff603()):_0x5927c8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5927c8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5927c8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3a8a5a){return _0x5927c8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40cd70(){const _0x5c8b87=[_0x5927c8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5927c8([0x74,0x72,0x69,0x61,0x6c])][_0x5927c8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x12b747[_0x5927c8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x392159/0x3e8:0xe10*_0x28a2e6;return _0x12b747[_0x5927c8([0x65,0x78,0x70])]<_0x5c8b87;}function _0x45300a(){const _0x32d7c7=_0x12b747[_0x5927c8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x32d7c7&&(!!_0x32d7c7[_0x5927c8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5927c8([0x2a]))||(!!_0x32d7c7[_0x5927c8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5927c8([0x50,0x4f,0x45]))||!!_0x32d7c7[_0x5927c8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5927c8([0x50,0x50]))));}function _0xc6dafd(){const _0x3a4c03=_0x5d6a,_0x52bf59=_0x12b747[_0x5927c8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x52bf59||0x0==_0x52bf59[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x268236}=new URL(window[_0x5927c8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3a4c03(0xce)]);if(_0x52bf59[_0x5927c8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x268236))return!0x0;const _0x3ce948=_0x268236[_0x5927c8([0x73,0x70,0x6c,0x69,0x74])](_0x5927c8([0x2e]));return _0x52bf59[_0x5927c8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3eab80=>_0x3eab80[_0x5927c8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5927c8([0x2a])))[_0x5927c8([0x6d,0x61,0x70])](_0x293fa6=>_0x293fa6[_0x5927c8([0x73,0x70,0x6c,0x69,0x74])](_0x5927c8([0x2e])))[_0x5927c8([0x73,0x6f,0x6d,0x65])](_0x58c84a=>_0x3ce948[_0x5927c8([0x65,0x76,0x65,0x72,0x79])]((_0x24cefe,_0x31be23)=>_0x58c84a[_0x31be23]===_0x24cefe||_0x58c84a[_0x31be23]===_0x5927c8([0x2a])));}function _0x1ff603(){return _0x2b5949&&_0x462f16?new window[(_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1df539,_0x337d5f)=>{_0x2b5949[_0x5927c8([0x74,0x68,0x65,0x6e])](_0x1df539,_0x337d5f),_0x462f16[_0x5927c8([0x74,0x68,0x65,0x6e])](_0x5cff60=>{_0x5cff60!=_0x5927c8([0x56,0x61,0x6c,0x69,0x64])&&_0x1df539(_0x5cff60);},_0x337d5f);}):_0x2b5949||_0x462f16||_0x5927c8([0x56,0x61,0x6c,0x69,0x64]);}}function _0xfce66b(_0x21f1da,_0x3bf812){return new window[(_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x353057=>{if(_0x3070a2())return _0x353057(_0x5927c8([0x56,0x61,0x6c,0x69,0x64]));_0x785bd6(),_0x2d551d[_0x5927c8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5927c8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xc0483e=!0x1;const _0x590e39=_0x52bca5();function _0x25306d(_0x2a595e){return!!_0x2a595e&&(typeof _0x2a595e===_0x5927c8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2a595e===_0x5927c8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2a595e[_0x5927c8([0x74,0x68,0x65,0x6e])]===_0x5927c8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2a595e[_0x5927c8([0x63,0x61,0x74,0x63,0x68])]===_0x5927c8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x36f9a8(_0x56544a){_0x432d55(_0x56544a)[_0x5927c8([0x74,0x68,0x65,0x6e])](_0x45c5fc=>{if(!_0x45c5fc||_0x45c5fc[_0x5927c8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5927c8([0x6f,0x6b]))return _0x5927c8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x453725(_0x7a09ab(_0x590e39+_0x3bf812))!=_0x45c5fc[_0x5927c8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5927c8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5927c8([0x56,0x61,0x6c,0x69,0x64]);})[_0x5927c8([0x74,0x68,0x65,0x6e])](_0x4bb251=>(_0x1345d4(),_0x4bb251),()=>{const _0x4cbe07=_0x2f8d68();return null==_0x4cbe07?(_0x1345d4(),_0x5927c8([0x56,0x61,0x6c,0x69,0x64])):_0x5927c8(_0x392159-_0x4cbe07>(0x283a97c2^_0xf93cc8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5927c8([0x74,0x68,0x65,0x6e])](_0x353057)[_0x5927c8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x353057(_0x5927c8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5c2a15=0xc00fd42^_0xf93cc8;function _0x1345d4(){const _0x5c768d=_0x5927c8([0x6c,0x6c,0x63,0x74,0x2d])+_0x453725(_0x7a09ab(_0x21f1da)),_0x188b07=_0x4052a8(_0x453725(window[_0x5927c8([0x4d,0x61,0x74,0x68])][_0x5927c8([0x63,0x65,0x69,0x6c])](_0x392159/_0x5c2a15)));window[_0x5927c8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5927c8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5c768d,_0x188b07);}function _0x2f8d68(){const _0x2c70b3=_0x5927c8([0x6c,0x6c,0x63,0x74,0x2d])+_0x453725(_0x7a09ab(_0x21f1da)),_0x35ff5e=window[_0x5927c8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5927c8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c70b3);return _0x35ff5e?window[_0x5927c8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4052a8(_0x35ff5e),0x10)*_0x5c2a15:null;}function _0x432d55(_0xc76ea){return new window[(_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ab59d,_0x407486)=>{_0xc76ea[_0x5927c8([0x74,0x68,0x65,0x6e])](_0x5ab59d,_0x407486),window[_0x5927c8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x407486,0xc37c702^_0xf93cc8);});}}_0x2d551d[_0x5927c8([0x6f,0x6e])](_0x5927c8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2a629e,_0xe9e5df)=>{if(_0xe9e5df[0x0]!=_0x21f1da)return _0x353057(_0x5927c8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xe9e5df[0x1]={..._0xe9e5df[0x1],[_0x5927c8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x590e39};},{[_0x5927c8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5927c8([0x68,0x69,0x67,0x68])}),_0x2d551d[_0x5927c8([0x6f,0x6e])](_0x5927c8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1f2d87=>{_0x25306d(_0x1f2d87[_0x5927c8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xc0483e=!0x0,_0x36f9a8(_0x1f2d87[_0x5927c8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5927c8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5927c8([0x6c,0x6f,0x77])}),_0x18b859[_0x5927c8([0x74,0x68,0x65,0x6e])](()=>{_0xc0483e||_0x353057(_0x5927c8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3070a2(){return _0x2d551d[_0x5927c8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5927c8([0x76,0x69,0x65,0x77])][_0x5927c8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5927c8([0x61,0x75,0x74,0x6f]);}function _0x785bd6(){_0x2d551d[_0x5927c8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5927c8([0x76,0x69,0x65,0x77])][_0x5927c8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5927c8([0x61,0x75,0x74,0x6f]);}}function _0x35f4dc(_0xa17069){const _0x337fcb=[new window[(_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5c0225=>setTimeout(_0x5c0225,0xc3f2d0e^_0xf93cc8)),_0x18b859[_0x5927c8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb87361=>{let _0x17ebf8=0x0;_0x2d551d[_0x5927c8([0x6d,0x6f,0x64,0x65,0x6c])][_0x5927c8([0x6f,0x6e])](_0x5927c8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4fba20,_0x3c5916)=>{_0x3c5916[0x0][_0x5927c8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17ebf8++,_0x17ebf8==(0xc36123a^_0xf93cc8)&&(_0xb87361(),_0x4fba20[_0x5927c8([0x6f,0x66,0x66])]());});}))];return window[_0x5927c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5927c8([0x72,0x61,0x63,0x65])](_0x337fcb)[_0x5927c8([0x74,0x68,0x65,0x6e])](()=>_0xa17069);}async function _0x42ce57(){await _0x18b859,_0x2d551d[_0x5927c8([0x6d,0x6f,0x64,0x65,0x6c])][_0x5927c8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x37a344,_0x2d551d[_0x5927c8([0x6d,0x6f,0x64,0x65,0x6c])][_0x5927c8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x37a344,_0x2d551d[_0x5927c8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5927c8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4e698a(_0xe0ed07){const _0x3d1bf0=_0x536c1d();_0x2d551d[_0x3d1bf0]=_0x5927c8([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xe0ed07,_0xe0ed07!=_0x5927c8([0x56,0x61,0x6c,0x69,0x64])&&_0x42ce57();}function _0x536c1d(){const _0x59185a=window[_0x5927c8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5927c8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5927c8([0x6e,0x6f,0x77])]())[_0x5927c8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5927c8([0x2e]),'');let _0x12977a=_0x5927c8([0x72]);for(let _0x16001b=0x0;_0x16001b<_0x59185a[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x16001b+=0x2){let _0x554721=window[_0x5927c8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x59185a[_0x5927c8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x16001b,_0x16001b+0x2));_0x554721>=_0x62b5a[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x554721-=_0x62b5a[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x12977a+=_0x62b5a[_0x554721];}return _0x12977a;}function _0x594b0b(){const _0x96ef1=_0x546153[_0x5927c8([0x73,0x70,0x6c,0x69,0x74])](_0x5927c8([0x2e]));if(0x3!=_0x96ef1[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3f963e(_0x96ef1[0x1]);function _0x3f963e(_0x587e41){const _0x3834e6=_0x4e0b30(_0x587e41);return _0x3834e6&&_0x599773()?_0x3834e6:null;function _0x599773(){const _0x4e62ff=_0x3834e6[_0x5927c8([0x6a,0x74,0x69])],_0x4ffd08=window[_0x5927c8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4e62ff[_0x5927c8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4e62ff[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2d6589={..._0x3834e6,[_0x5927c8([0x6a,0x74,0x69])]:_0x4e62ff[_0x5927c8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4e62ff[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2d6589[_0x5927c8([0x76,0x63])],_0x7a09ab(_0x2d6589)==_0x4ffd08;}}}async function _0x423f86(){let _0x38bc8f=!0x0;try{const _0x26b04b=_0x546153[_0x5927c8([0x73,0x70,0x6c,0x69,0x74])](_0x5927c8([0x2e])),[_0x1f2c56,_0xcfcff4,_0x4a2378]=_0x26b04b;return _0x6ba900(_0x1f2c56),await _0x5e25dc(_0x1f2c56,_0xcfcff4,_0x4a2378),_0x38bc8f;}catch(_0x554cca){return!0x1;}function _0x6ba900(_0x5326dd){const _0x344cac=_0x4e0b30(_0x5326dd);_0x344cac&&_0x344cac[_0x5927c8([0x61,0x6c,0x67])]==_0x5927c8([0x45,0x53,0x32,0x35,0x36])||(_0x38bc8f=!0x1);}async function _0x5e25dc(_0x200bbc,_0x906b8c,_0xd2bb68){const _0x2da78a=window[_0x5927c8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5927c8([0x66,0x72,0x6f,0x6d])](_0xc4ab23(_0xd2bb68),_0x2bae53=>_0x2bae53[_0x5927c8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3ba7d2=new window[(_0x5927c8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5927c8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x200bbc+_0x5927c8([0x2e])+_0x906b8c),_0x2237aa=window[_0x5927c8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5927c8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2237aa)return;const _0xa7156a=await _0x2237aa[_0x5927c8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5927c8([0x6a,0x77,0x6b]),_0x1d3669,{[_0x5927c8([0x6e,0x61,0x6d,0x65])]:_0x5927c8([0x45,0x43,0x44,0x53,0x41]),[_0x5927c8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5927c8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5927c8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2237aa[_0x5927c8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5927c8([0x6e,0x61,0x6d,0x65])]:_0x5927c8([0x45,0x43,0x44,0x53,0x41]),[_0x5927c8([0x68,0x61,0x73,0x68])]:{[_0x5927c8([0x6e,0x61,0x6d,0x65])]:_0x5927c8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa7156a,_0x2da78a,_0x3ba7d2)||(_0x38bc8f=!0x1);}}function _0x4e0b30(_0xde41f3){return _0xde41f3[_0x5927c8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5927c8([0x65,0x79]))?JSON[_0x5927c8([0x70,0x61,0x72,0x73,0x65])](_0xc4ab23(_0xde41f3)):null;}function _0xc4ab23(_0x12bee5){return window[_0x5927c8([0x61,0x74,0x6f,0x62])](_0x12bee5[_0x5927c8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5927c8([0x2b]))[_0x5927c8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5927c8([0x2f])));}function _0x7a09ab(_0x137447){let _0x49afd=0x1505;function _0x3a1500(_0xd468a9){for(let _0x8c8e70=0x0;_0x8c8e70<_0xd468a9[_0x5927c8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8c8e70++){const _0x405733=_0xd468a9[_0x5927c8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x8c8e70);_0x49afd=(_0x49afd<<0x5)+_0x49afd+_0x405733,_0x49afd&=_0x49afd;}}function _0x3e30bd(_0x4cefee){Array[_0x5927c8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4cefee)?_0x4cefee[_0x5927c8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3e30bd):_0x4cefee&&typeof _0x4cefee==_0x5927c8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5927c8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4cefee)[_0x5927c8([0x73,0x6f,0x72,0x74])]()[_0x5927c8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x541ba4,_0x293fd7])=>{_0x3a1500(_0x541ba4),_0x3e30bd(_0x293fd7);}):_0x3a1500(window[_0x5927c8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4cefee));}return _0x3e30bd(_0x137447),_0x49afd>>>0x0;}function _0x453725(_0x29294c){return _0x29294c[_0x5927c8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5927c8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5927c8([0x30]));}function _0x4052a8(_0x44eceb){return _0x44eceb[_0x5927c8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5927c8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5927c8([0x6a,0x6f,0x69,0x6e])]('');}function _0x37a344(){}function _0x5927c8(_0x45c94b){const _0x1febb1=_0x5d6a;return _0x45c94b[_0x1febb1(0xcc)](_0x41b9cf=>String[_0x1febb1(0xb7)](_0x41b9cf))[_0x1febb1(0xb5)]('');}_0x4e698a(await _0x45f257());}(this);}}function _0xc554(){const _0x5c1dfb=['12eOfDAW','plugins','inputTransformation','document','isOfficialPlugin','stylesProcessor','_parsedData','pluginName','editor','view','get','PasteFromOffice','editing','4406760BhDwJT','68706wlqeZm','map','2509744lCTLqE','href','isActive','init','high','requires','696520FmfEDn','1914255tenzgH','dataTransfer','afterInit','77aieJXv','6101982fVQFSw','getData','join','58593aEwRKS','fromCharCode','ClipboardPipeline','execute','text/html','PasteFromOfficeEnhancedInliner','isPremiumPlugin'];_0xc554=function(){return _0x5c1dfb;};return _0xc554();}
@@ -5,14 +5,13 @@
5
5
  /**
6
6
  * @module paste-from-office-enhanced/pastefromofficeenhancedpropagator
7
7
  */
8
- import { Plugin, type Editor } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * The Paste from Office Enhanced propagator that propagates inline styles from block elements to:
11
11
  * * `span` element with `style` properties,
12
12
  * * `HTML` structures based block element styles.
13
13
  */
14
14
  export default class PasteFromOfficeEnhancedPropagator extends Plugin {
15
- licenseKey: string;
16
15
  /**
17
16
  * @inheritDoc
18
17
  */
@@ -29,10 +28,6 @@ export default class PasteFromOfficeEnhancedPropagator extends Plugin {
29
28
  * @inheritDoc
30
29
  */
31
30
  static get requires(): readonly ["PasteFromOffice"];
32
- /**
33
- * @inheritDoc
34
- */
35
- constructor(editor: Editor);
36
31
  /**
37
32
  * @inheritDoc
38
33
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x222ec6=_0x3aba;(function(_0x2bbc29,_0x2909f1){const _0x32bf91=_0x3aba,_0x59acbd=_0x2bbc29();while(!![]){try{const _0x260fdf=-parseInt(_0x32bf91(0x1ca))/0x1+parseInt(_0x32bf91(0x1db))/0x2+parseInt(_0x32bf91(0x1c2))/0x3+parseInt(_0x32bf91(0x1be))/0x4+parseInt(_0x32bf91(0x1bf))/0x5*(parseInt(_0x32bf91(0x1d5))/0x6)+-parseInt(_0x32bf91(0x1c9))/0x7*(parseInt(_0x32bf91(0x1d8))/0x8)+parseInt(_0x32bf91(0x1da))/0x9*(parseInt(_0x32bf91(0x1ce))/0xa);if(_0x260fdf===_0x2909f1)break;else _0x59acbd['push'](_0x59acbd['shift']());}catch(_0xa1a71b){_0x59acbd['push'](_0x59acbd['shift']());}}}(_0x35ed,0xdd1b0));import{Plugin as _0x1dc41a}from'ckeditor5/src/core.js';function _0x3aba(_0x278b88,_0xce07f4){const _0x35ed79=_0x35ed();return _0x3aba=function(_0x3abafc,_0x3bb4bc){_0x3abafc=_0x3abafc-0x1ba;let _0x2c1b3b=_0x35ed79[_0x3abafc];return _0x2c1b3b;},_0x3aba(_0x278b88,_0xce07f4);}import{parseHtml as _0x4bffbf}from'@ckeditor/ckeditor5-paste-from-office';import{CKEditorError as _0x114564,priorities as _0x30b2cb}from'ckeditor5/src/utils.js';function _0x35ed(){const _0x2fe9d3=['pluginName','33560SZRUoh','pasteFromOfficeEnhancedLicenseKeyTrial','PasteFromOffice','document','_licenseKeyCheckInterval','execute','editing','4782vitsDP','_parsedData','licenseKey','568qtyvRx','high','954eupCfX','63128GRueKa','isPremiumPlugin','get','pasteFromOfficeEnhancedLicenseKeyInvalid','destroy','pasteFromOfficeEnhancedLicenseKeyValid','dataTransfer','paste-from-office-enhanced-invalid-license-key','paste-from-office-enhanced-trial-license-key-reached-limit-changes','view','getData','ClipboardPipeline','text/html','requires','isOfficialPlugin','info','156480PabbzR','7630sSnjWY','config','PasteFromOfficeEnhancedPropagator','3630474pzRlFL','isActive','stylesProcessor','editor','init','pasteFromOfficeEnhancedLicenseKeyTrialLimit:operations','plugins','144431RmRLcr','482209neJKEC','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20Paste\x20from\x20Office\x20Enhanced\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','inputTransformation'];_0x35ed=function(){return _0x2fe9d3;};return _0x35ed();}import _0x414481 from'./normalizers/propagator/msofficeinlinestylepropagator.js';export default class i extends _0x1dc41a{static get[_0x222ec6(0x1cd)](){const _0x135a9b=_0x222ec6;return _0x135a9b(0x1c1);}static get[_0x222ec6(0x1bc)](){return!0x0;}static get[_0x222ec6(0x1dc)](){return!0x0;}static get[_0x222ec6(0x1bb)](){const _0x4c7341=_0x222ec6;return[_0x4c7341(0x1d0)];}constructor(_0x37b639){const _0x171ccb=_0x222ec6;super(_0x37b639),this[_0x171ccb(0x1d2)]=null;}[_0x222ec6(0x1c6)](){const _0xe75237=_0x222ec6,_0x1c0e82=this[_0xe75237(0x1c5)],_0x38b9e0=_0x1c0e82[_0xe75237(0x1c8)][_0xe75237(0x1dd)](_0xe75237(0x1e6)),_0x37b9a1=_0x1c0e82[_0xe75237(0x1d4)][_0xe75237(0x1e4)][_0xe75237(0x1d1)],_0x252231=new _0x414481(_0x37b9a1);_0x38b9e0['on'](_0xe75237(0x1cc),(_0x14b58e,_0x2ccac1)=>{const _0x3ccdc0=_0xe75237,_0x54271a=_0x2ccac1[_0x3ccdc0(0x1e1)][_0x3ccdc0(0x1e5)](_0x3ccdc0(0x1ba));_0x252231[_0x3ccdc0(0x1c3)](_0x54271a)&&(_0x2ccac1[_0x3ccdc0(0x1d6)]||(_0x2ccac1[_0x3ccdc0(0x1d6)]=_0x4bffbf(_0x54271a,_0x37b9a1[_0x3ccdc0(0x1c4)])),_0x252231[_0x3ccdc0(0x1d3)](_0x2ccac1));},{'priority':_0x30b2cb[_0xe75237(0x1dd)](_0xe75237(0x1d9))+0xa}),this[_0xe75237(0x1d7)]=_0x1c0e82[_0xe75237(0x1c0)][_0xe75237(0x1dd)](_0xe75237(0x1d7));const _0x469031=this[_0xe75237(0x1c5)];this[_0xe75237(0x1d2)]=setInterval(()=>{const _0x299f68=_0xe75237;let _0x4e6c0b;for(const _0x5f04f0 in _0x469031){const _0x397d85=_0x5f04f0,_0x3c9cc5=_0x469031[_0x397d85];if(_0x299f68(0x1cf)===_0x3c9cc5||_0x299f68(0x1de)===_0x3c9cc5||_0x299f68(0x1e0)===_0x3c9cc5||_0x299f68(0x1c7)===_0x3c9cc5){delete _0x469031[_0x397d85],_0x4e6c0b=_0x3c9cc5;break;}}if(_0x299f68(0x1de)===_0x4e6c0b)throw clearInterval(this[_0x299f68(0x1d2)]),new _0x114564(_0x299f68(0x1e2),null);if(_0x299f68(0x1cf)===_0x4e6c0b&&console[_0x299f68(0x1bd)](_0x299f68(0x1cb)),_0x299f68(0x1c7)===_0x4e6c0b)throw clearInterval(this[_0x299f68(0x1d2)]),new _0x114564(_0x299f68(0x1e3),null);_0x299f68(0x1e0)===_0x4e6c0b&&clearInterval(this[_0x299f68(0x1d2)]);},0x3e8);}[_0x222ec6(0x1df)](){const _0x24748c=_0x222ec6;this[_0x24748c(0x1d2)]&&clearInterval(this[_0x24748c(0x1d2)]);}}
23
+ const _0xd23cce=_0x4892;function _0x2c32(){const _0x5949bb=['text/html','PasteFromOfficeEnhancedPropagator','isPremiumPlugin','_licenseKeyCheckInterval','13772CCQdMB','high','featureNotAllowed','inputTransformation','pasteFromOfficeEnhancedLicenseKeyValid','pasteFromOfficeEnhancedLicenseKeyEvaluationLimit','pasteFromOfficeEnhancedLicenseKeyNotAllowed','pasteFromOfficeEnhancedLicenseKeyInvalid','213736sSSwek','invalid','view','domainLimit','trialLimit','ClipboardPipeline','plugins','1lVGRPt','dataTransfer','stylesProcessor','119548OKsJKZ','destroy','licenseKey','12ZpzINN','editing','pasteFromOfficeEnhancedLicenseKeyDomainLimit','document','execute','usageLimit','developmentLimit','pluginName','pasteFromOfficeEnhancedLicenseKeyUsageLimit','3129560FZfcec','get','PasteFromOffice','expired','pasteFromOfficeEnhancedLicenseKeyDevelopmentLimit','_showLicenseError','5PVYIWq','1533372dNUwTx','1275912nFjUip','init','editor','120PGWGMV','config','900928NccNdP','evaluationLimit','pasteFromOfficeEnhancedLicenseKeyTrialLimit','pasteFromOfficeEnhancedLicenseKeyExpired','requires','_parsedData','isOfficialPlugin','PasteFromOfficeEnhanced','isActive','getData'];_0x2c32=function(){return _0x5949bb;};return _0x2c32();}(function(_0xf1b1d6,_0x4f0e37){const _0x4fe816=_0x4892,_0x1b3b36=_0xf1b1d6();while(!![]){try{const _0x159323=parseInt(_0x4fe816(0x1da))/0x1*(-parseInt(_0x4fe816(0x1dd))/0x2)+parseInt(_0x4fe816(0x1e0))/0x3*(parseInt(_0x4fe816(0x20c))/0x4)+parseInt(_0x4fe816(0x1ef))/0x5*(parseInt(_0x4fe816(0x1f0))/0x6)+-parseInt(_0x4fe816(0x1e9))/0x7+parseInt(_0x4fe816(0x1f6))/0x8+parseInt(_0x4fe816(0x1f1))/0x9+parseInt(_0x4fe816(0x1f4))/0xa*(parseInt(_0x4fe816(0x204))/0xb);if(_0x159323===_0x4f0e37)break;else _0x1b3b36['push'](_0x1b3b36['shift']());}catch(_0x5bd784){_0x1b3b36['push'](_0x1b3b36['shift']());}}}(_0x2c32,0x389ac));import{Plugin as _0x4e757e}from'ckeditor5/src/core.js';import{parseHtml as _0xe405f2}from'@ckeditor/ckeditor5-paste-from-office';import{priorities as _0x25432e}from'ckeditor5/src/utils.js';import _0x1914ff from'./normalizers/propagator/msofficeinlinestylepropagator.js';function _0x4892(_0x15d188,_0x14f3c3){const _0x2c321=_0x2c32();return _0x4892=function(_0x4892f8,_0x396102){_0x4892f8=_0x4892f8-0x1d9;let _0x5bf8fc=_0x2c321[_0x4892f8];return _0x5bf8fc;},_0x4892(_0x15d188,_0x14f3c3);}export default class s extends _0x4e757e{static get[_0xd23cce(0x1e7)](){const _0x5df233=_0xd23cce;return _0x5df233(0x201);}static get[_0xd23cce(0x1fc)](){return!0x0;}static get[_0xd23cce(0x202)](){return!0x0;}static get[_0xd23cce(0x1fa)](){const _0x5ede99=_0xd23cce;return[_0x5ede99(0x1eb)];}[_0xd23cce(0x1f2)](){const _0x38b52b=_0xd23cce,_0x18f8bd=this[_0x38b52b(0x1f3)],_0x26bf0c=_0x18f8bd[_0x38b52b(0x1d9)][_0x38b52b(0x1ea)](_0x38b52b(0x211)),_0x515e29=_0x18f8bd[_0x38b52b(0x1e1)][_0x38b52b(0x20e)][_0x38b52b(0x1e3)],_0x33c03c=new _0x1914ff(_0x515e29);_0x26bf0c['on'](_0x38b52b(0x207),(_0x5ba521,_0x146123)=>{const _0xf5a68c=_0x38b52b,_0x2d6cc5=_0x146123[_0xf5a68c(0x1db)][_0xf5a68c(0x1ff)](_0xf5a68c(0x200));_0x33c03c[_0xf5a68c(0x1fe)](_0x2d6cc5)&&(_0x146123[_0xf5a68c(0x1fb)]||(_0x146123[_0xf5a68c(0x1fb)]=_0xe405f2(_0x2d6cc5,_0x515e29[_0xf5a68c(0x1dc)])),_0x33c03c[_0xf5a68c(0x1e4)](_0x146123));},{'priority':_0x25432e[_0x38b52b(0x1ea)](_0x38b52b(0x205))+0xa}),this[_0x38b52b(0x1df)]=this[_0x38b52b(0x1f3)][_0x38b52b(0x1f5)][_0x38b52b(0x1ea)](_0x38b52b(0x1df));const _0x5975a8=this[_0x38b52b(0x1f3)];this[_0x38b52b(0x203)]=setInterval(()=>{const _0x3d752b=_0x38b52b;let _0x49d6dc;for(const _0x3472d9 in _0x5975a8){const _0x5a1ccd=_0x3472d9,_0x15f71f=_0x5975a8[_0x5a1ccd];if(_0x3d752b(0x208)==_0x15f71f||_0x3d752b(0x20b)==_0x15f71f||_0x3d752b(0x1f9)==_0x15f71f||_0x3d752b(0x1e2)==_0x15f71f||_0x3d752b(0x20a)==_0x15f71f||_0x3d752b(0x209)==_0x15f71f||_0x3d752b(0x1f8)==_0x15f71f||_0x3d752b(0x1ed)==_0x15f71f||_0x3d752b(0x1e8)==_0x15f71f){delete _0x5975a8[_0x5a1ccd],_0x49d6dc=_0x15f71f,clearInterval(this[_0x3d752b(0x203)]),this[_0x3d752b(0x203)]=void 0x0;break;}}_0x3d752b(0x20b)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x20d)),_0x3d752b(0x1f9)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x1ec)),_0x3d752b(0x1e2)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x20f)),_0x3d752b(0x20a)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x206),_0x3d752b(0x1fd)),_0x3d752b(0x209)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x1f7)),_0x3d752b(0x1f8)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x210)),_0x3d752b(0x1ed)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x1e6)),_0x3d752b(0x1e8)==_0x49d6dc&&_0x5975a8[_0x3d752b(0x1ee)](_0x3d752b(0x1e5));},0x3e8);}[_0xd23cce(0x1de)](){const _0x2dfe02=_0xd23cce;super[_0x2dfe02(0x1de)](),this[_0x2dfe02(0x203)]&&clearInterval(this[_0x2dfe02(0x203)]);}}
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1ce7(_0x1c73e0,_0x745a94){const _0x585497=_0x5854();return _0x1ce7=function(_0x1ce734,_0x2f0098){_0x1ce734=_0x1ce734-0x11e;let _0x3ea814=_0x585497[_0x1ce734];return _0x3ea814;},_0x1ce7(_0x1c73e0,_0x745a94);}(function(_0x35e832,_0x473d4d){const _0x1c6371=_0x1ce7,_0x413c0f=_0x35e832();while(!![]){try{const _0x3a2790=parseInt(_0x1c6371(0x128))/0x1+-parseInt(_0x1c6371(0x127))/0x2*(parseInt(_0x1c6371(0x11f))/0x3)+-parseInt(_0x1c6371(0x124))/0x4+parseInt(_0x1c6371(0x11e))/0x5+-parseInt(_0x1c6371(0x126))/0x6+-parseInt(_0x1c6371(0x123))/0x7*(parseInt(_0x1c6371(0x122))/0x8)+parseInt(_0x1c6371(0x120))/0x9*(parseInt(_0x1c6371(0x121))/0xa);if(_0x3a2790===_0x473d4d)break;else _0x413c0f['push'](_0x413c0f['shift']());}catch(_0x25e383){_0x413c0f['push'](_0x413c0f['shift']());}}}(_0x5854,0x95bd1));function _0x5854(){const _0x2425bc=['5856210GeZDmi','49260DSElUn','27AaVkyH','3346780evnBuu','16dwALLn','1653274CXArOW','205988zWxDHx','test','299022fRjRDe','130fdzIKo','79051luXMKU'];_0x5854=function(){return _0x2425bc;};return _0x5854();}const m=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;export function isMSExcelContent(_0x2417ee){const _0x20f0dc=_0x1ce7;return m[_0x20f0dc(0x125)](_0x2417ee);}
23
+ (function(_0x248b88,_0x1d5886){const _0xff92e5=_0x1ade,_0x3102d0=_0x248b88();while(!![]){try{const _0x475e3e=parseInt(_0xff92e5(0xf7))/0x1*(-parseInt(_0xff92e5(0xfe))/0x2)+-parseInt(_0xff92e5(0xf8))/0x3+parseInt(_0xff92e5(0xfc))/0x4+-parseInt(_0xff92e5(0xf9))/0x5*(-parseInt(_0xff92e5(0xfb))/0x6)+parseInt(_0xff92e5(0xff))/0x7+parseInt(_0xff92e5(0x100))/0x8*(-parseInt(_0xff92e5(0xfd))/0x9)+parseInt(_0xff92e5(0xfa))/0xa;if(_0x475e3e===_0x1d5886)break;else _0x3102d0['push'](_0x3102d0['shift']());}catch(_0x4c9bb5){_0x3102d0['push'](_0x3102d0['shift']());}}}(_0xc60d,0xcd214));function _0xc60d(){const _0x5f1ad4=['175MmAjsi','21559170ICyuDF','145050TWzaes','2145284kDPOic','6137199FuElII','361362EvGnBI','2346211eKSTGg','8FTrAZf','test','9bEjVkD','2175852gXbIIi'];_0xc60d=function(){return _0x5f1ad4;};return _0xc60d();}const x=/<meta\s*name="?generator"?\s*content="?microsoft\s*excel\s*\d+"?\/?>/i;function _0x1ade(_0x817f41,_0x3d19f0){const _0xc60df3=_0xc60d();return _0x1ade=function(_0x1adee5,_0x579c82){_0x1adee5=_0x1adee5-0xf6;let _0x5c1225=_0xc60df3[_0x1adee5];return _0x5c1225;},_0x1ade(_0x817f41,_0x3d19f0);}export function isMSExcelContent(_0x1fd172){const _0x2741cf=_0x1ade;return x[_0x2741cf(0xf6)](_0x1fd172);}