xslt-processor 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r((e=e||self).XsltProcessor={})}(this,(function(e){"use strict";var r=1,t=2,a=3,o=4,n=8,i=9,s=10,l=11,u=function(){function e(e){this.value=e,this.type="boolean"}return e.prototype.stringValue=function(){return"".concat(this.value)},e.prototype.booleanValue=function(){return this.value},e.prototype.numberValue=function(){return this.value?1:0},e.prototype.nodeSetValue=function(){throw this},e}();function c(e,r){return e.getAttributeValue(r)}function p(e,r,t){return e.setAttribute(r,t)}function h(e,r,t){return e.setTransformedAttribute(r,t)}function d(e,r){return e.appendChild(r)}function f(e,r){return e.appendTransformedChild(r)}function g(e,r){return e.createTextNode(r)}function m(e,r){return e.createTransformedTextNode(r)}function v(e,r){return e.createElement(r)}function b(e,r){return e.createCDATASection(r)}function y(e,r){return e.createComment(r)}function x(e){return e.createDocumentFragment()}function w(e,r){return e.createDTDSection(r)}
1
+ !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r((e=e||self).XsltProcessor={})}(this,(function(e){"use strict";var r=1,t=2,a=3,n=4,o=8,i=9,s=10,l=11,u=function(){function e(e){this.value=e,this.type="boolean"}return e.prototype.stringValue=function(){return"".concat(this.value)},e.prototype.booleanValue=function(){return this.value},e.prototype.numberValue=function(){return this.value?1:0},e.prototype.nodeSetValue=function(){throw this},e}();function c(e,r){return e.getAttributeValue(r)}function p(e,r,t){return e.setAttribute(r,t)}function h(e,r,t){return e.setTransformedAttribute(r,t)}function d(e,r){return e.appendChild(r)}function f(e,r){return e.appendTransformedChild(r)}function g(e,r){return e.createTextNode(r)}function m(e,r){return e.createTransformedTextNode(r)}function v(e,r){return e.createElement(r)}function b(e,r){return e.createCDATASection(r)}function y(e,r){return e.createComment(r)}function x(e){return e.createDocumentFragment()}function w(e,r){return e.createDTDSection(r)}
2
2
  /*! *****************************************************************************
3
3
  Copyright (c) Microsoft Corporation.
4
4
 
@@ -12,5 +12,5 @@
12
12
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */var E=function(e,r){return E=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])},E(e,r)};function N(e,r){function t(){this.constructor=e}E(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var D=function(){function e(e,r,t,a,o){this.id=Math.random()*(Number.MAX_SAFE_INTEGER-1)+1,this.childNodes=[],this.transformedChildNodes=[],this.visited=!1,this.escape=!0,this.siblingPosition=-1,this.init(e,r,t,a,o)}return e.prototype.init=function(e,r,t,a,o){var n;this.nodeType=e-0,this.nodeName="".concat(r),this.nodeValue="".concat(t),this.ownerDocument=a,this.namespaceUri=o||null,n=this.qualifiedNameToParts("".concat(r)),this.prefix=n[0],this.localName=n[1],this.firstChild=null,this.lastChild=null,this.nextSibling=null,this.previousSibling=null,this.parentNode=null},e.prototype.qualifiedNameToParts=function(e){return e.includes(":")?e.split(":"):[null,e]},e.prototype.domTraverseElements=function(e,t,a){var o;if(t&&"boolean"==typeof(o=t.call(null,e))&&!o)return!1;for(var n=e.firstChild;n;n=n.nextSibling)if(n.nodeType==r&&"boolean"==typeof(o=this.domTraverseElements.call(this,n,t,a))&&!o)return!1;return!(a&&"boolean"==typeof(o=a.call(null,e))&&!o)&&void 0},e.recycle=function(e){if(e)if("XDocument"!==e.constructor.name){if(e.constructor==this){this._unusedXNodes.push(e);for(var r=0;r<e.childNodes.length;++r)this.recycle(e.childNodes[r]);e.childNodes.length=0,e.init.call(0,"","",null)}}else this.recycle(e.documentElement)},e.create=function(r,t,a,o,n){if(this._unusedXNodes.length>0){var i=this._unusedXNodes.pop();return i.init(r,t,a,o,n),i}return new e(r,t,a,o,n)},e.clone=function(r,t){var a=new e(r.nodeType,r.nodeName,r.nodeValue,t,r.namespaceUri);a.id=r.id;for(var o=0,n=r.childNodes;o<n.length;o++){var i=n[o];a.appendChild(e.clone(i,a))}return a},e.prototype.appendChild=function(e){0===this.childNodes.length&&(this.firstChild=e),e.previousSibling=this.lastChild,e.nextSibling=null,this.lastChild&&(this.lastChild.nextSibling=e),e.parentNode=this,this.lastChild=e,this.childNodes.push(e)},e.prototype.appendTransformedChild=function(e){0===this.transformedChildNodes.length&&(this.transformedFirstChild=e),e.transformedPreviousSibling=this.lastChild,e.transformedNextSibling=null,this.transformedLastChild&&(this.transformedLastChild.transformedNextSibling=e),e.transformedParentNode=this,this.transformedLastChild=e,this.transformedChildNodes.push(e)},e.prototype.replaceChild=function(e,r){if(r!=e)for(var t=0;t<this.childNodes.length;++t)if(this.childNodes[t]==r){this.childNodes[t]=e;var a=r.parentNode;r.parentNode=null,e.parentNode=a,a=r.previousSibling,r.previousSibling=null,e.previousSibling=a,e.previousSibling&&(e.previousSibling.nextSibling=e),a=r.nextSibling,r.nextSibling=null,e.nextSibling=a,e.nextSibling&&(e.nextSibling.previousSibling=e),this.firstChild==r&&(this.firstChild=e),this.lastChild==r&&(this.lastChild=e);break}},e.prototype.insertBefore=function(e,r){if(r!=e&&r.parentNode==this){e.parentNode&&e.parentNode.removeChild(e);for(var t=[],a=0,o=this.childNodes;a<o.length;a++){var n=o[a];n==r&&(t.push(e),e.parentNode=this,e.previousSibling=r.previousSibling,r.previousSibling=e,e.previousSibling&&(e.previousSibling.nextSibling=e),e.nextSibling=r,this.firstChild==r&&(this.firstChild=e)),t.push(n)}this.childNodes=t}},e.prototype.removeChild=function(e){for(var r=[],t=0,a=this.childNodes;t<a.length;t++){var o=a[t];o!=e?r.push(o):(o.previousSibling&&(o.previousSibling.nextSibling=o.nextSibling),o.nextSibling&&(o.nextSibling.previousSibling=o.previousSibling),this.firstChild==o&&(this.firstChild=o.nextSibling),this.lastChild==o&&(this.lastChild=o.previousSibling))}this.childNodes=r},e.prototype.hasAttributes=function(){return this.childNodes.filter((function(e){return e.nodeType===t})).length>0},e.prototype.setAttribute=function(r,a){for(var o=this.childNodes.filter((function(e){return e.nodeType===t})),n=0;n<o.length;++n)if(o[n].nodeName==r)return void(o[n].nodeValue="".concat(a));var i=e.create(t,r,a,this);i.parentNode=this,this.appendChild(i)},e.prototype.setTransformedAttribute=function(r,a){for(var o=this.transformedChildNodes.filter((function(e){return e.nodeType===t})),n=0;n<o.length;++n){var i=o[n];if(i.nodeName===r)return i.transformedNodeName=r,void(i.transformedNodeValue="".concat(a))}var s=e.create(t,r,a,this);s.transformedNodeName=r,s.transformedNodeValue=a,s.parentNode=this,this.appendTransformedChild(s)},e.prototype.setAttributeNS=function(r,a,o){for(var n=this.childNodes.filter((function(e){return e.nodeType===t})),i=0;i<n.length;++i){var s=n[i];if(s.namespaceUri==r&&s.localName==this.qualifiedNameToParts("".concat(a))[1])return s.nodeValue="".concat(o),s.nodeName="".concat(a),void(s.prefix=this.qualifiedNameToParts("".concat(a))[0])}var l=e.create(t,a,o,this,r);l.parentNode=this,this.appendChild(l)},e.prototype.getAttributeValue=function(e){for(var r=this.childNodes.filter((function(e){return e.nodeType===t})),a=0;a<r.length;++a)if(r[a].nodeName===e)return r[a].nodeValue;return null},e.prototype.getAttributeNS=function(e,r){for(var a=this.childNodes.filter((function(e){return e.nodeType===t})),o=0;o<a.length;++o){var n=a[o];if(n.namespaceUri===e&&n.localName===r)return n.nodeValue}return null},e.prototype.hasAttribute=function(e){for(var r=this.childNodes.filter((function(e){return e.nodeType===t})),a=0;a<r.length;++a)if(r[a].nodeName===e)return!0;return!1},e.prototype.hasAttributeNS=function(e,r){for(var a=this.childNodes.filter((function(e){return e.nodeType===t})),o=0;o<a.length;++o){var n=a[o];if(n.namespaceUri===e&&n.localName===r)return!0}return!1},e.prototype.removeAttribute=function(e){for(var r=[],a=0;a<this.childNodes.length;++a){var o=this.childNodes[a];o.nodeType===t?o.nodeName!==e&&r.push(o):r.push(o)}this.childNodes=r},e.prototype.removeAttributeNS=function(e,r){for(var a=[],o=0;o<this.childNodes.length;++o){var n=this.childNodes[o];n.nodeType===t?n.localName===r&&n.namespaceUri===e||a.push(n):a.push(n)}this.childNodes=a},e.prototype.getElementsByTagName=function(e){var r=[],t=this;return"*"==e?this.domTraverseElements(this,(function(e){t!=e&&r.push(e)}),null):this.domTraverseElements(this,(function(a){t!=a&&a.nodeName==e&&r.push(a)}),null),r},e.prototype.getElementsByTagNameNS=function(e,r){var t=[],a=this;return"*"==e&&"*"==r?this.domTraverseElements(this,(function(e){a!=e&&t.push(e)}),null):"*"==e?this.domTraverseElements(this,(function(e){a!=e&&e.localName==r&&t.push(e)}),null):"*"==r?this.domTraverseElements(this,(function(r){a!=r&&r.namespaceUri==e&&t.push(r)}),null):this.domTraverseElements(this,(function(o){a!=o&&o.localName==r&&o.namespaceUri==e&&t.push(o)}),null),t},e.prototype.getElementById=function(e){var r=null;return this.domTraverseElements(this,(function(t){if(t.getAttributeValue("id")==e)return r=t,!1}),null),r},e.prototype.getAncestorByLocalName=function(e){if(null!==this.parentNode&&void 0!==this.parentNode)return this.parentNode.localName===e?this.parentNode:this.parentNode.getAncestorByLocalName(e)},e.prototype.getAncestorById=function(e){if(null!==this.parentNode&&void 0!==this.parentNode)return this.parentNode.id===e?this.parentNode:this.parentNode.getAncestorById(e)},e._unusedXNodes=[],e}(),A=function(e){function u(){var r=e.call(this,i,"#document",null,null)||this;return r.documentElement=null,r}return N(u,e),u.prototype.appendChild=function(r){e.prototype.appendChild.call(this,r),this.documentElement=this.childNodes[0]},u.prototype.createElement=function(e){return D.create(r,e,null,this)},u.prototype.createElementNS=function(e,t){return D.create(r,t,null,this,e)},u.prototype.createDocumentFragment=function(){return D.create(l,"#document-fragment",null,this)},u.prototype.createTextNode=function(e){return D.create(a,"#text",e,this)},u.prototype.createTransformedTextNode=function(e){var r=D.create(a,"#text",e,this);return r.transformedNodeValue=e,r},u.prototype.createAttribute=function(e){return D.create(t,e,null,this)},u.prototype.createAttributeNS=function(e,r){return D.create(t,r,null,this,e)},u.prototype.createComment=function(e){return D.create(n,"#comment",e,this)},u.prototype.createCDATASection=function(e){return D.create(o,"#cdata-section",e,this)},u.prototype.createDTDSection=function(e){return D.create(s,"#dtd-section",e,this)},u}(D),q="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var k=function(e,r){return e(r={exports:{}},r.exports),r.exports}((function(e,r){!function(t){var a=r,o=e&&e.exports==a&&e,n="object"==typeof q&&q;n.global!==n&&n.window!==n||(t=n);var i=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,s=/[\x01-\x7F]/g,l=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,u=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,c={"­":"shy","‌":"zwnj","‍":"zwj","‎":"lrm","⁣":"ic","⁢":"it","⁡":"af","‏":"rlm","​":"ZeroWidthSpace","⁠":"NoBreak","̑":"DownBreve","⃛":"tdot","⃜":"DotDot","\t":"Tab","\n":"NewLine"," ":"puncsp"," ":"MediumSpace"," ":"thinsp"," ":"hairsp"," ":"emsp13"," ":"ensp"," ":"emsp14"," ":"emsp"," ":"numsp"," ":"nbsp","  ":"ThickSpace","‾":"oline",_:"lowbar","‐":"dash","–":"ndash","—":"mdash","―":"horbar",",":"comma",";":"semi","⁏":"bsemi",":":"colon","⩴":"Colone","!":"excl","¡":"iexcl","?":"quest","¿":"iquest",".":"period","‥":"nldr","…":"mldr","·":"middot","'":"apos","‘":"lsquo","’":"rsquo","‚":"sbquo","‹":"lsaquo","›":"rsaquo",'"':"quot","“":"ldquo","”":"rdquo","„":"bdquo","«":"laquo","»":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","⌈":"lceil","⌉":"rceil","⌊":"lfloor","⌋":"rfloor","⦅":"lopar","⦆":"ropar","⦋":"lbrke","⦌":"rbrke","⦍":"lbrkslu","⦎":"rbrksld","⦏":"lbrksld","⦐":"rbrkslu","⦑":"langd","⦒":"rangd","⦓":"lparlt","⦔":"rpargt","⦕":"gtlPar","⦖":"ltrPar","⟦":"lobrk","⟧":"robrk","⟨":"lang","⟩":"rang","⟪":"Lang","⟫":"Rang","⟬":"loang","⟭":"roang","❲":"lbbrk","❳":"rbbrk","‖":"Vert","§":"sect","¶":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","‰":"permil","‱":"pertenk","†":"dagger","‡":"Dagger","•":"bull","⁃":"hybull","′":"prime","″":"Prime","‴":"tprime","⁗":"qprime","‵":"bprime","⁁":"caret","`":"grave","´":"acute","˜":"tilde","^":"Hat","¯":"macr","˘":"breve","˙":"dot","¨":"die","˚":"ring","˝":"dblac","¸":"cedil","˛":"ogon","ˆ":"circ","ˇ":"caron","°":"deg","©":"copy","®":"reg","℗":"copysr","℘":"wp","℞":"rx","℧":"mho","℩":"iiota","←":"larr","↚":"nlarr","→":"rarr","↛":"nrarr","↑":"uarr","↓":"darr","↔":"harr","↮":"nharr","↕":"varr","↖":"nwarr","↗":"nearr","↘":"searr","↙":"swarr","↝":"rarrw","↝̸":"nrarrw","↞":"Larr","↟":"Uarr","↠":"Rarr","↡":"Darr","↢":"larrtl","↣":"rarrtl","↤":"mapstoleft","↥":"mapstoup","↦":"map","↧":"mapstodown","↩":"larrhk","↪":"rarrhk","↫":"larrlp","↬":"rarrlp","↭":"harrw","↰":"lsh","↱":"rsh","↲":"ldsh","↳":"rdsh","↵":"crarr","↶":"cularr","↷":"curarr","↺":"olarr","↻":"orarr","↼":"lharu","↽":"lhard","↾":"uharr","↿":"uharl","⇀":"rharu","⇁":"rhard","⇂":"dharr","⇃":"dharl","⇄":"rlarr","⇅":"udarr","⇆":"lrarr","⇇":"llarr","⇈":"uuarr","⇉":"rrarr","⇊":"ddarr","⇋":"lrhar","⇌":"rlhar","⇐":"lArr","⇍":"nlArr","⇑":"uArr","⇒":"rArr","⇏":"nrArr","⇓":"dArr","⇔":"iff","⇎":"nhArr","⇕":"vArr","⇖":"nwArr","⇗":"neArr","⇘":"seArr","⇙":"swArr","⇚":"lAarr","⇛":"rAarr","⇝":"zigrarr","⇤":"larrb","⇥":"rarrb","⇵":"duarr","⇽":"loarr","⇾":"roarr","⇿":"hoarr","∀":"forall","∁":"comp","∂":"part","∂̸":"npart","∃":"exist","∄":"nexist","∅":"empty","∇":"Del","∈":"in","∉":"notin","∋":"ni","∌":"notni","϶":"bepsi","∏":"prod","∐":"coprod","∑":"sum","+":"plus","±":"pm","÷":"div","×":"times","<":"lt","≮":"nlt","<⃒":"nvlt","=":"equals","≠":"ne","=⃥":"bne","⩵":"Equal",">":"gt","≯":"ngt",">⃒":"nvgt","¬":"not","|":"vert","¦":"brvbar","−":"minus","∓":"mp","∔":"plusdo","⁄":"frasl","∖":"setmn","∗":"lowast","∘":"compfn","√":"Sqrt","∝":"prop","∞":"infin","∟":"angrt","∠":"ang","∠⃒":"nang","∡":"angmsd","∢":"angsph","∣":"mid","∤":"nmid","∥":"par","∦":"npar","∧":"and","∨":"or","∩":"cap","∩︀":"caps","∪":"cup","∪︀":"cups","∫":"int","∬":"Int","∭":"tint","⨌":"qint","∮":"oint","∯":"Conint","∰":"Cconint","∱":"cwint","∲":"cwconint","∳":"awconint","∴":"there4","∵":"becaus","∶":"ratio","∷":"Colon","∸":"minusd","∺":"mDDot","∻":"homtht","∼":"sim","≁":"nsim","∼⃒":"nvsim","∽":"bsim","∽̱":"race","∾":"ac","∾̳":"acE","∿":"acd","≀":"wr","≂":"esim","≂̸":"nesim","≃":"sime","≄":"nsime","≅":"cong","≇":"ncong","≆":"simne","≈":"ap","≉":"nap","≊":"ape","≋":"apid","≋̸":"napid","≌":"bcong","≍":"CupCap","≭":"NotCupCap","≍⃒":"nvap","≎":"bump","≎̸":"nbump","≏":"bumpe","≏̸":"nbumpe","≐":"doteq","≐̸":"nedot","≑":"eDot","≒":"efDot","≓":"erDot","≔":"colone","≕":"ecolon","≖":"ecir","≗":"cire","≙":"wedgeq","≚":"veeeq","≜":"trie","≟":"equest","≡":"equiv","≢":"nequiv","≡⃥":"bnequiv","≤":"le","≰":"nle","≤⃒":"nvle","≥":"ge","≱":"nge","≥⃒":"nvge","≦":"lE","≦̸":"nlE","≧":"gE","≧̸":"ngE","≨︀":"lvnE","≨":"lnE","≩":"gnE","≩︀":"gvnE","≪":"ll","≪̸":"nLtv","≪⃒":"nLt","≫":"gg","≫̸":"nGtv","≫⃒":"nGt","≬":"twixt","≲":"lsim","≴":"nlsim","≳":"gsim","≵":"ngsim","≶":"lg","≸":"ntlg","≷":"gl","≹":"ntgl","≺":"pr","⊀":"npr","≻":"sc","⊁":"nsc","≼":"prcue","⋠":"nprcue","≽":"sccue","⋡":"nsccue","≾":"prsim","≿":"scsim","≿̸":"NotSucceedsTilde","⊂":"sub","⊄":"nsub","⊂⃒":"vnsub","⊃":"sup","⊅":"nsup","⊃⃒":"vnsup","⊆":"sube","⊈":"nsube","⊇":"supe","⊉":"nsupe","⊊︀":"vsubne","⊊":"subne","⊋︀":"vsupne","⊋":"supne","⊍":"cupdot","⊎":"uplus","⊏":"sqsub","⊏̸":"NotSquareSubset","⊐":"sqsup","⊐̸":"NotSquareSuperset","⊑":"sqsube","⋢":"nsqsube","⊒":"sqsupe","⋣":"nsqsupe","⊓":"sqcap","⊓︀":"sqcaps","⊔":"sqcup","⊔︀":"sqcups","⊕":"oplus","⊖":"ominus","⊗":"otimes","⊘":"osol","⊙":"odot","⊚":"ocir","⊛":"oast","⊝":"odash","⊞":"plusb","⊟":"minusb","⊠":"timesb","⊡":"sdotb","⊢":"vdash","⊬":"nvdash","⊣":"dashv","⊤":"top","⊥":"bot","⊧":"models","⊨":"vDash","⊭":"nvDash","⊩":"Vdash","⊮":"nVdash","⊪":"Vvdash","⊫":"VDash","⊯":"nVDash","⊰":"prurel","⊲":"vltri","⋪":"nltri","⊳":"vrtri","⋫":"nrtri","⊴":"ltrie","⋬":"nltrie","⊴⃒":"nvltrie","⊵":"rtrie","⋭":"nrtrie","⊵⃒":"nvrtrie","⊶":"origof","⊷":"imof","⊸":"mumap","⊹":"hercon","⊺":"intcal","⊻":"veebar","⊽":"barvee","⊾":"angrtvb","⊿":"lrtri","⋀":"Wedge","⋁":"Vee","⋂":"xcap","⋃":"xcup","⋄":"diam","⋅":"sdot","⋆":"Star","⋇":"divonx","⋈":"bowtie","⋉":"ltimes","⋊":"rtimes","⋋":"lthree","⋌":"rthree","⋍":"bsime","⋎":"cuvee","⋏":"cuwed","⋐":"Sub","⋑":"Sup","⋒":"Cap","⋓":"Cup","⋔":"fork","⋕":"epar","⋖":"ltdot","⋗":"gtdot","⋘":"Ll","⋘̸":"nLl","⋙":"Gg","⋙̸":"nGg","⋚︀":"lesg","⋚":"leg","⋛":"gel","⋛︀":"gesl","⋞":"cuepr","⋟":"cuesc","⋦":"lnsim","⋧":"gnsim","⋨":"prnsim","⋩":"scnsim","⋮":"vellip","⋯":"ctdot","⋰":"utdot","⋱":"dtdot","⋲":"disin","⋳":"isinsv","⋴":"isins","⋵":"isindot","⋵̸":"notindot","⋶":"notinvc","⋷":"notinvb","⋹":"isinE","⋹̸":"notinE","⋺":"nisd","⋻":"xnis","⋼":"nis","⋽":"notnivc","⋾":"notnivb","⌅":"barwed","⌆":"Barwed","⌌":"drcrop","⌍":"dlcrop","⌎":"urcrop","⌏":"ulcrop","⌐":"bnot","⌒":"profline","⌓":"profsurf","⌕":"telrec","⌖":"target","⌜":"ulcorn","⌝":"urcorn","⌞":"dlcorn","⌟":"drcorn","⌢":"frown","⌣":"smile","⌭":"cylcty","⌮":"profalar","⌶":"topbot","⌽":"ovbar","⌿":"solbar","⍼":"angzarr","⎰":"lmoust","⎱":"rmoust","⎴":"tbrk","⎵":"bbrk","⎶":"bbrktbrk","⏜":"OverParenthesis","⏝":"UnderParenthesis","⏞":"OverBrace","⏟":"UnderBrace","⏢":"trpezium","⏧":"elinters","␣":"blank","─":"boxh","│":"boxv","┌":"boxdr","┐":"boxdl","└":"boxur","┘":"boxul","├":"boxvr","┤":"boxvl","┬":"boxhd","┴":"boxhu","┼":"boxvh","═":"boxH","║":"boxV","╒":"boxdR","╓":"boxDr","╔":"boxDR","╕":"boxdL","╖":"boxDl","╗":"boxDL","╘":"boxuR","╙":"boxUr","╚":"boxUR","╛":"boxuL","╜":"boxUl","╝":"boxUL","╞":"boxvR","╟":"boxVr","╠":"boxVR","╡":"boxvL","╢":"boxVl","╣":"boxVL","╤":"boxHd","╥":"boxhD","╦":"boxHD","╧":"boxHu","╨":"boxhU","╩":"boxHU","╪":"boxvH","╫":"boxVh","╬":"boxVH","▀":"uhblk","▄":"lhblk","█":"block","░":"blk14","▒":"blk12","▓":"blk34","□":"squ","▪":"squf","▫":"EmptyVerySmallSquare","▭":"rect","▮":"marker","▱":"fltns","△":"xutri","▴":"utrif","▵":"utri","▸":"rtrif","▹":"rtri","▽":"xdtri","▾":"dtrif","▿":"dtri","◂":"ltrif","◃":"ltri","◊":"loz","○":"cir","◬":"tridot","◯":"xcirc","◸":"ultri","◹":"urtri","◺":"lltri","◻":"EmptySmallSquare","◼":"FilledSmallSquare","★":"starf","☆":"star","☎":"phone","♀":"female","♂":"male","♠":"spades","♣":"clubs","♥":"hearts","♦":"diams","♪":"sung","✓":"check","✗":"cross","✠":"malt","✶":"sext","❘":"VerticalSeparator","⟈":"bsolhsub","⟉":"suphsol","⟵":"xlarr","⟶":"xrarr","⟷":"xharr","⟸":"xlArr","⟹":"xrArr","⟺":"xhArr","⟼":"xmap","⟿":"dzigrarr","⤂":"nvlArr","⤃":"nvrArr","⤄":"nvHarr","⤅":"Map","⤌":"lbarr","⤍":"rbarr","⤎":"lBarr","⤏":"rBarr","⤐":"RBarr","⤑":"DDotrahd","⤒":"UpArrowBar","⤓":"DownArrowBar","⤖":"Rarrtl","⤙":"latail","⤚":"ratail","⤛":"lAtail","⤜":"rAtail","⤝":"larrfs","⤞":"rarrfs","⤟":"larrbfs","⤠":"rarrbfs","⤣":"nwarhk","⤤":"nearhk","⤥":"searhk","⤦":"swarhk","⤧":"nwnear","⤨":"toea","⤩":"tosa","⤪":"swnwar","⤳":"rarrc","⤳̸":"nrarrc","⤵":"cudarrr","⤶":"ldca","⤷":"rdca","⤸":"cudarrl","⤹":"larrpl","⤼":"curarrm","⤽":"cularrp","⥅":"rarrpl","⥈":"harrcir","⥉":"Uarrocir","⥊":"lurdshar","⥋":"ldrushar","⥎":"LeftRightVector","⥏":"RightUpDownVector","⥐":"DownLeftRightVector","⥑":"LeftUpDownVector","⥒":"LeftVectorBar","⥓":"RightVectorBar","⥔":"RightUpVectorBar","⥕":"RightDownVectorBar","⥖":"DownLeftVectorBar","⥗":"DownRightVectorBar","⥘":"LeftUpVectorBar","⥙":"LeftDownVectorBar","⥚":"LeftTeeVector","⥛":"RightTeeVector","⥜":"RightUpTeeVector","⥝":"RightDownTeeVector","⥞":"DownLeftTeeVector","⥟":"DownRightTeeVector","⥠":"LeftUpTeeVector","⥡":"LeftDownTeeVector","⥢":"lHar","⥣":"uHar","⥤":"rHar","⥥":"dHar","⥦":"luruhar","⥧":"ldrdhar","⥨":"ruluhar","⥩":"rdldhar","⥪":"lharul","⥫":"llhard","⥬":"rharul","⥭":"lrhard","⥮":"udhar","⥯":"duhar","⥰":"RoundImplies","⥱":"erarr","⥲":"simrarr","⥳":"larrsim","⥴":"rarrsim","⥵":"rarrap","⥶":"ltlarr","⥸":"gtrarr","⥹":"subrarr","⥻":"suplarr","⥼":"lfisht","⥽":"rfisht","⥾":"ufisht","⥿":"dfisht","⦚":"vzigzag","⦜":"vangrt","⦝":"angrtvbd","⦤":"ange","⦥":"range","⦦":"dwangle","⦧":"uwangle","⦨":"angmsdaa","⦩":"angmsdab","⦪":"angmsdac","⦫":"angmsdad","⦬":"angmsdae","⦭":"angmsdaf","⦮":"angmsdag","⦯":"angmsdah","⦰":"bemptyv","⦱":"demptyv","⦲":"cemptyv","⦳":"raemptyv","⦴":"laemptyv","⦵":"ohbar","⦶":"omid","⦷":"opar","⦹":"operp","⦻":"olcross","⦼":"odsold","⦾":"olcir","⦿":"ofcir","⧀":"olt","⧁":"ogt","⧂":"cirscir","⧃":"cirE","⧄":"solb","⧅":"bsolb","⧉":"boxbox","⧍":"trisb","⧎":"rtriltri","⧏":"LeftTriangleBar","⧏̸":"NotLeftTriangleBar","⧐":"RightTriangleBar","⧐̸":"NotRightTriangleBar","⧜":"iinfin","⧝":"infintie","⧞":"nvinfin","⧣":"eparsl","⧤":"smeparsl","⧥":"eqvparsl","⧫":"lozf","⧴":"RuleDelayed","⧶":"dsol","⨀":"xodot","⨁":"xoplus","⨂":"xotime","⨄":"xuplus","⨆":"xsqcup","⨍":"fpartint","⨐":"cirfnint","⨑":"awint","⨒":"rppolint","⨓":"scpolint","⨔":"npolint","⨕":"pointint","⨖":"quatint","⨗":"intlarhk","⨢":"pluscir","⨣":"plusacir","⨤":"simplus","⨥":"plusdu","⨦":"plussim","⨧":"plustwo","⨩":"mcomma","⨪":"minusdu","⨭":"loplus","⨮":"roplus","⨯":"Cross","⨰":"timesd","⨱":"timesbar","⨳":"smashp","⨴":"lotimes","⨵":"rotimes","⨶":"otimesas","⨷":"Otimes","⨸":"odiv","⨹":"triplus","⨺":"triminus","⨻":"tritime","⨼":"iprod","⨿":"amalg","⩀":"capdot","⩂":"ncup","⩃":"ncap","⩄":"capand","⩅":"cupor","⩆":"cupcap","⩇":"capcup","⩈":"cupbrcap","⩉":"capbrcup","⩊":"cupcup","⩋":"capcap","⩌":"ccups","⩍":"ccaps","⩐":"ccupssm","⩓":"And","⩔":"Or","⩕":"andand","⩖":"oror","⩗":"orslope","⩘":"andslope","⩚":"andv","⩛":"orv","⩜":"andd","⩝":"ord","⩟":"wedbar","⩦":"sdote","⩪":"simdot","⩭":"congdot","⩭̸":"ncongdot","⩮":"easter","⩯":"apacir","⩰":"apE","⩰̸":"napE","⩱":"eplus","⩲":"pluse","⩳":"Esim","⩷":"eDDot","⩸":"equivDD","⩹":"ltcir","⩺":"gtcir","⩻":"ltquest","⩼":"gtquest","⩽":"les","⩽̸":"nles","⩾":"ges","⩾̸":"nges","⩿":"lesdot","⪀":"gesdot","⪁":"lesdoto","⪂":"gesdoto","⪃":"lesdotor","⪄":"gesdotol","⪅":"lap","⪆":"gap","⪇":"lne","⪈":"gne","⪉":"lnap","⪊":"gnap","⪋":"lEg","⪌":"gEl","⪍":"lsime","⪎":"gsime","⪏":"lsimg","⪐":"gsiml","⪑":"lgE","⪒":"glE","⪓":"lesges","⪔":"gesles","⪕":"els","⪖":"egs","⪗":"elsdot","⪘":"egsdot","⪙":"el","⪚":"eg","⪝":"siml","⪞":"simg","⪟":"simlE","⪠":"simgE","⪡":"LessLess","⪡̸":"NotNestedLessLess","⪢":"GreaterGreater","⪢̸":"NotNestedGreaterGreater","⪤":"glj","⪥":"gla","⪦":"ltcc","⪧":"gtcc","⪨":"lescc","⪩":"gescc","⪪":"smt","⪫":"lat","⪬":"smte","⪬︀":"smtes","⪭":"late","⪭︀":"lates","⪮":"bumpE","⪯":"pre","⪯̸":"npre","⪰":"sce","⪰̸":"nsce","⪳":"prE","⪴":"scE","⪵":"prnE","⪶":"scnE","⪷":"prap","⪸":"scap","⪹":"prnap","⪺":"scnap","⪻":"Pr","⪼":"Sc","⪽":"subdot","⪾":"supdot","⪿":"subplus","⫀":"supplus","⫁":"submult","⫂":"supmult","⫃":"subedot","⫄":"supedot","⫅":"subE","⫅̸":"nsubE","⫆":"supE","⫆̸":"nsupE","⫇":"subsim","⫈":"supsim","⫋︀":"vsubnE","⫋":"subnE","⫌︀":"vsupnE","⫌":"supnE","⫏":"csub","⫐":"csup","⫑":"csube","⫒":"csupe","⫓":"subsup","⫔":"supsub","⫕":"subsub","⫖":"supsup","⫗":"suphsub","⫘":"supdsub","⫙":"forkv","⫚":"topfork","⫛":"mlcp","⫤":"Dashv","⫦":"Vdashl","⫧":"Barv","⫨":"vBar","⫩":"vBarv","⫫":"Vbar","⫬":"Not","⫭":"bNot","⫮":"rnmid","⫯":"cirmid","⫰":"midcir","⫱":"topcir","⫲":"nhpar","⫳":"parsim","⫽":"parsl","⫽⃥":"nparsl","♭":"flat","♮":"natur","♯":"sharp","¤":"curren","¢":"cent",$:"dollar","£":"pound","¥":"yen","€":"euro","¹":"sup1","½":"half","⅓":"frac13","¼":"frac14","⅕":"frac15","⅙":"frac16","⅛":"frac18","²":"sup2","⅔":"frac23","⅖":"frac25","³":"sup3","¾":"frac34","⅗":"frac35","⅜":"frac38","⅘":"frac45","⅚":"frac56","⅝":"frac58","⅞":"frac78","𝒶":"ascr","𝕒":"aopf","𝔞":"afr","𝔸":"Aopf","𝔄":"Afr","𝒜":"Ascr","ª":"ordf","á":"aacute","Á":"Aacute","à":"agrave","À":"Agrave","ă":"abreve","Ă":"Abreve","â":"acirc","Â":"Acirc","å":"aring","Å":"angst","ä":"auml","Ä":"Auml","ã":"atilde","Ã":"Atilde","ą":"aogon","Ą":"Aogon","ā":"amacr","Ā":"Amacr","æ":"aelig","Æ":"AElig","𝒷":"bscr","𝕓":"bopf","𝔟":"bfr","𝔹":"Bopf","ℬ":"Bscr","𝔅":"Bfr","𝔠":"cfr","𝒸":"cscr","𝕔":"copf","ℭ":"Cfr","𝒞":"Cscr","ℂ":"Copf","ć":"cacute","Ć":"Cacute","ĉ":"ccirc","Ĉ":"Ccirc","č":"ccaron","Č":"Ccaron","ċ":"cdot","Ċ":"Cdot","ç":"ccedil","Ç":"Ccedil","℅":"incare","𝔡":"dfr","ⅆ":"dd","𝕕":"dopf","𝒹":"dscr","𝒟":"Dscr","𝔇":"Dfr","ⅅ":"DD","𝔻":"Dopf","ď":"dcaron","Ď":"Dcaron","đ":"dstrok","Đ":"Dstrok","ð":"eth","Ð":"ETH","ⅇ":"ee","ℯ":"escr","𝔢":"efr","𝕖":"eopf","ℰ":"Escr","𝔈":"Efr","𝔼":"Eopf","é":"eacute","É":"Eacute","è":"egrave","È":"Egrave","ê":"ecirc","Ê":"Ecirc","ě":"ecaron","Ě":"Ecaron","ë":"euml","Ë":"Euml","ė":"edot","Ė":"Edot","ę":"eogon","Ę":"Eogon","ē":"emacr","Ē":"Emacr","𝔣":"ffr","𝕗":"fopf","𝒻":"fscr","𝔉":"Ffr","𝔽":"Fopf","ℱ":"Fscr","ff":"fflig","ffi":"ffilig","ffl":"ffllig","fi":"filig",fj:"fjlig","fl":"fllig","ƒ":"fnof","ℊ":"gscr","𝕘":"gopf","𝔤":"gfr","𝒢":"Gscr","𝔾":"Gopf","𝔊":"Gfr","ǵ":"gacute","ğ":"gbreve","Ğ":"Gbreve","ĝ":"gcirc","Ĝ":"Gcirc","ġ":"gdot","Ġ":"Gdot","Ģ":"Gcedil","𝔥":"hfr","ℎ":"planckh","𝒽":"hscr","𝕙":"hopf","ℋ":"Hscr","ℌ":"Hfr","ℍ":"Hopf","ĥ":"hcirc","Ĥ":"Hcirc","ℏ":"hbar","ħ":"hstrok","Ħ":"Hstrok","𝕚":"iopf","𝔦":"ifr","𝒾":"iscr","ⅈ":"ii","𝕀":"Iopf","ℐ":"Iscr","ℑ":"Im","í":"iacute","Í":"Iacute","ì":"igrave","Ì":"Igrave","î":"icirc","Î":"Icirc","ï":"iuml","Ï":"Iuml","ĩ":"itilde","Ĩ":"Itilde","İ":"Idot","į":"iogon","Į":"Iogon","ī":"imacr","Ī":"Imacr","ij":"ijlig","IJ":"IJlig","ı":"imath","𝒿":"jscr","𝕛":"jopf","𝔧":"jfr","𝒥":"Jscr","𝔍":"Jfr","𝕁":"Jopf","ĵ":"jcirc","Ĵ":"Jcirc","ȷ":"jmath","𝕜":"kopf","𝓀":"kscr","𝔨":"kfr","𝒦":"Kscr","𝕂":"Kopf","𝔎":"Kfr","ķ":"kcedil","Ķ":"Kcedil","𝔩":"lfr","𝓁":"lscr","ℓ":"ell","𝕝":"lopf","ℒ":"Lscr","𝔏":"Lfr","𝕃":"Lopf","ĺ":"lacute","Ĺ":"Lacute","ľ":"lcaron","Ľ":"Lcaron","ļ":"lcedil","Ļ":"Lcedil","ł":"lstrok","Ł":"Lstrok","ŀ":"lmidot","Ŀ":"Lmidot","𝔪":"mfr","𝕞":"mopf","𝓂":"mscr","𝔐":"Mfr","𝕄":"Mopf","ℳ":"Mscr","𝔫":"nfr","𝕟":"nopf","𝓃":"nscr","ℕ":"Nopf","𝒩":"Nscr","𝔑":"Nfr","ń":"nacute","Ń":"Nacute","ň":"ncaron","Ň":"Ncaron","ñ":"ntilde","Ñ":"Ntilde","ņ":"ncedil","Ņ":"Ncedil","№":"numero","ŋ":"eng","Ŋ":"ENG","𝕠":"oopf","𝔬":"ofr","ℴ":"oscr","𝒪":"Oscr","𝔒":"Ofr","𝕆":"Oopf","º":"ordm","ó":"oacute","Ó":"Oacute","ò":"ograve","Ò":"Ograve","ô":"ocirc","Ô":"Ocirc","ö":"ouml","Ö":"Ouml","ő":"odblac","Ő":"Odblac","õ":"otilde","Õ":"Otilde","ø":"oslash","Ø":"Oslash","ō":"omacr","Ō":"Omacr","œ":"oelig","Œ":"OElig","𝔭":"pfr","𝓅":"pscr","𝕡":"popf","ℙ":"Popf","𝔓":"Pfr","𝒫":"Pscr","𝕢":"qopf","𝔮":"qfr","𝓆":"qscr","𝒬":"Qscr","𝔔":"Qfr","ℚ":"Qopf","ĸ":"kgreen","𝔯":"rfr","𝕣":"ropf","𝓇":"rscr","ℛ":"Rscr","ℜ":"Re","ℝ":"Ropf","ŕ":"racute","Ŕ":"Racute","ř":"rcaron","Ř":"Rcaron","ŗ":"rcedil","Ŗ":"Rcedil","𝕤":"sopf","𝓈":"sscr","𝔰":"sfr","𝕊":"Sopf","𝔖":"Sfr","𝒮":"Sscr","Ⓢ":"oS","ś":"sacute","Ś":"Sacute","ŝ":"scirc","Ŝ":"Scirc","š":"scaron","Š":"Scaron","ş":"scedil","Ş":"Scedil","ß":"szlig","𝔱":"tfr","𝓉":"tscr","𝕥":"topf","𝒯":"Tscr","𝔗":"Tfr","𝕋":"Topf","ť":"tcaron","Ť":"Tcaron","ţ":"tcedil","Ţ":"Tcedil","™":"trade","ŧ":"tstrok","Ŧ":"Tstrok","𝓊":"uscr","𝕦":"uopf","𝔲":"ufr","𝕌":"Uopf","𝔘":"Ufr","𝒰":"Uscr","ú":"uacute","Ú":"Uacute","ù":"ugrave","Ù":"Ugrave","ŭ":"ubreve","Ŭ":"Ubreve","û":"ucirc","Û":"Ucirc","ů":"uring","Ů":"Uring","ü":"uuml","Ü":"Uuml","ű":"udblac","Ű":"Udblac","ũ":"utilde","Ũ":"Utilde","ų":"uogon","Ų":"Uogon","ū":"umacr","Ū":"Umacr","𝔳":"vfr","𝕧":"vopf","𝓋":"vscr","𝔙":"Vfr","𝕍":"Vopf","𝒱":"Vscr","𝕨":"wopf","𝓌":"wscr","𝔴":"wfr","𝒲":"Wscr","𝕎":"Wopf","𝔚":"Wfr","ŵ":"wcirc","Ŵ":"Wcirc","𝔵":"xfr","𝓍":"xscr","𝕩":"xopf","𝕏":"Xopf","𝔛":"Xfr","𝒳":"Xscr","𝔶":"yfr","𝓎":"yscr","𝕪":"yopf","𝒴":"Yscr","𝔜":"Yfr","𝕐":"Yopf","ý":"yacute","Ý":"Yacute","ŷ":"ycirc","Ŷ":"Ycirc","ÿ":"yuml","Ÿ":"Yuml","𝓏":"zscr","𝔷":"zfr","𝕫":"zopf","ℨ":"Zfr","ℤ":"Zopf","𝒵":"Zscr","ź":"zacute","Ź":"Zacute","ž":"zcaron","Ž":"Zcaron","ż":"zdot","Ż":"Zdot","Ƶ":"imped","þ":"thorn","Þ":"THORN","ʼn":"napos","α":"alpha","Α":"Alpha","β":"beta","Β":"Beta","γ":"gamma","Γ":"Gamma","δ":"delta","Δ":"Delta","ε":"epsi","ϵ":"epsiv","Ε":"Epsilon","ϝ":"gammad","Ϝ":"Gammad","ζ":"zeta","Ζ":"Zeta","η":"eta","Η":"Eta","θ":"theta","ϑ":"thetav","Θ":"Theta","ι":"iota","Ι":"Iota","κ":"kappa","ϰ":"kappav","Κ":"Kappa","λ":"lambda","Λ":"Lambda","μ":"mu","µ":"micro","Μ":"Mu","ν":"nu","Ν":"Nu","ξ":"xi","Ξ":"Xi","ο":"omicron","Ο":"Omicron","π":"pi","ϖ":"piv","Π":"Pi","ρ":"rho","ϱ":"rhov","Ρ":"Rho","σ":"sigma","Σ":"Sigma","ς":"sigmaf","τ":"tau","Τ":"Tau","υ":"upsi","Υ":"Upsilon","ϒ":"Upsi","φ":"phi","ϕ":"phiv","Φ":"Phi","χ":"chi","Χ":"Chi","ψ":"psi","Ψ":"Psi","ω":"omega","Ω":"ohm","а":"acy","А":"Acy","б":"bcy","Б":"Bcy","в":"vcy","В":"Vcy","г":"gcy","Г":"Gcy","ѓ":"gjcy","Ѓ":"GJcy","д":"dcy","Д":"Dcy","ђ":"djcy","Ђ":"DJcy","е":"iecy","Е":"IEcy","ё":"iocy","Ё":"IOcy","є":"jukcy","Є":"Jukcy","ж":"zhcy","Ж":"ZHcy","з":"zcy","З":"Zcy","ѕ":"dscy","Ѕ":"DScy","и":"icy","И":"Icy","і":"iukcy","І":"Iukcy","ї":"yicy","Ї":"YIcy","й":"jcy","Й":"Jcy","ј":"jsercy","Ј":"Jsercy","к":"kcy","К":"Kcy","ќ":"kjcy","Ќ":"KJcy","л":"lcy","Л":"Lcy","љ":"ljcy","Љ":"LJcy","м":"mcy","М":"Mcy","н":"ncy","Н":"Ncy","њ":"njcy","Њ":"NJcy","о":"ocy","О":"Ocy","п":"pcy","П":"Pcy","р":"rcy","Р":"Rcy","с":"scy","С":"Scy","т":"tcy","Т":"Tcy","ћ":"tshcy","Ћ":"TSHcy","у":"ucy","У":"Ucy","ў":"ubrcy","Ў":"Ubrcy","ф":"fcy","Ф":"Fcy","х":"khcy","Х":"KHcy","ц":"tscy","Ц":"TScy","ч":"chcy","Ч":"CHcy","џ":"dzcy","Џ":"DZcy","ш":"shcy","Ш":"SHcy","щ":"shchcy","Щ":"SHCHcy","ъ":"hardcy","Ъ":"HARDcy","ы":"ycy","Ы":"Ycy","ь":"softcy","Ь":"SOFTcy","э":"ecy","Э":"Ecy","ю":"yucy","Ю":"YUcy","я":"yacy","Я":"YAcy","ℵ":"aleph","ℶ":"beth","ℷ":"gimel","ℸ":"daleth"},p=/["&'<>`]/g,h={'"':"&quot;","&":"&amp;","'":"&#x27;","<":"&lt;",">":"&gt;","`":"&#x60;"},d=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,f=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,g=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,m={aacute:"á",Aacute:"Á",abreve:"ă",Abreve:"Ă",ac:"∾",acd:"∿",acE:"∾̳",acirc:"â",Acirc:"Â",acute:"´",acy:"а",Acy:"А",aelig:"æ",AElig:"Æ",af:"⁡",afr:"𝔞",Afr:"𝔄",agrave:"à",Agrave:"À",alefsym:"ℵ",aleph:"ℵ",alpha:"α",Alpha:"Α",amacr:"ā",Amacr:"Ā",amalg:"⨿",amp:"&",AMP:"&",and:"∧",And:"⩓",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",Aogon:"Ą",aopf:"𝕒",Aopf:"𝔸",ap:"≈",apacir:"⩯",ape:"≊",apE:"⩰",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",aring:"å",Aring:"Å",ascr:"𝒶",Ascr:"𝒜",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",Bcy:"Б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",beta:"β",Beta:"Β",beth:"ℶ",between:"≬",bfr:"𝔟",Bfr:"𝔅",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bNot:"⫭",bopf:"𝕓",Bopf:"𝔹",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxhD:"╥",boxHd:"╤",boxHD:"╦",boxhu:"┴",boxhU:"╨",boxHu:"╧",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpe:"≏",bumpE:"⪮",bumpeq:"≏",Bumpeq:"≎",cacute:"ć",Cacute:"Ć",cap:"∩",Cap:"⋒",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",ccaron:"č",Ccaron:"Č",ccedil:"ç",Ccedil:"Ç",ccirc:"ĉ",Ccirc:"Ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",Cdot:"Ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",chcy:"ч",CHcy:"Ч",check:"✓",checkmark:"✓",chi:"χ",Chi:"Χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cire:"≗",cirE:"⧃",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",colone:"≔",Colone:"⩴",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",cscr:"𝒸",Cscr:"𝒞",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",Cup:"⋓",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",dArr:"⇓",Darr:"↡",dash:"‐",dashv:"⊣",Dashv:"⫤",dbkarow:"⤏",dblac:"˝",dcaron:"ď",Dcaron:"Ď",dcy:"д",Dcy:"Д",dd:"ⅆ",DD:"ⅅ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",delta:"δ",Delta:"Δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",Dfr:"𝔇",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",DJcy:"Ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",Dopf:"𝔻",dot:"˙",Dot:"¨",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",downarrow:"↓",Downarrow:"⇓",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",Dscr:"𝒟",dscy:"ѕ",DScy:"Ѕ",dsol:"⧶",dstrok:"đ",Dstrok:"Đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",DZcy:"Џ",dzigrarr:"⟿",eacute:"é",Eacute:"É",easter:"⩮",ecaron:"ě",Ecaron:"Ě",ecir:"≖",ecirc:"ê",Ecirc:"Ê",ecolon:"≕",ecy:"э",Ecy:"Э",eDDot:"⩷",edot:"ė",eDot:"≑",Edot:"Ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",Efr:"𝔈",eg:"⪚",egrave:"è",Egrave:"È",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",Emacr:"Ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",eng:"ŋ",ENG:"Ŋ",ensp:" ",eogon:"ę",Eogon:"Ę",eopf:"𝕖",Eopf:"𝔼",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",Epsilon:"Ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",esim:"≂",Esim:"⩳",eta:"η",Eta:"Η",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",fcy:"ф",Fcy:"Ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",Ffr:"𝔉",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",Fopf:"𝔽",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",gamma:"γ",Gamma:"Γ",gammad:"ϝ",Gammad:"Ϝ",gap:"⪆",gbreve:"ğ",Gbreve:"Ğ",Gcedil:"Ģ",gcirc:"ĝ",Gcirc:"Ĝ",gcy:"г",Gcy:"Г",gdot:"ġ",Gdot:"Ġ",ge:"≥",gE:"≧",gel:"⋛",gEl:"⪌",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",Gfr:"𝔊",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",GJcy:"Ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",Gopf:"𝔾",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",gscr:"ℊ",Gscr:"𝒢",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",Gt:"≫",GT:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",HARDcy:"Ъ",harr:"↔",hArr:"⇔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",hcirc:"ĥ",Hcirc:"Ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",hstrok:"ħ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",iacute:"í",Iacute:"Í",ic:"⁣",icirc:"î",Icirc:"Î",icy:"и",Icy:"И",Idot:"İ",iecy:"е",IEcy:"Е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",igrave:"ì",Igrave:"Ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",IJlig:"IJ",Im:"ℑ",imacr:"ī",Imacr:"Ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",Int:"∬",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",iocy:"ё",IOcy:"Ё",iogon:"į",Iogon:"Į",iopf:"𝕚",Iopf:"𝕀",iota:"ι",Iota:"Ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",Itilde:"Ĩ",iukcy:"і",Iukcy:"І",iuml:"ï",Iuml:"Ï",jcirc:"ĵ",Jcirc:"Ĵ",jcy:"й",Jcy:"Й",jfr:"𝔧",Jfr:"𝔍",jmath:"ȷ",jopf:"𝕛",Jopf:"𝕁",jscr:"𝒿",Jscr:"𝒥",jsercy:"ј",Jsercy:"Ј",jukcy:"є",Jukcy:"Є",kappa:"κ",Kappa:"Κ",kappav:"ϰ",kcedil:"ķ",Kcedil:"Ķ",kcy:"к",Kcy:"К",kfr:"𝔨",Kfr:"𝔎",kgreen:"ĸ",khcy:"х",KHcy:"Х",kjcy:"ќ",KJcy:"Ќ",kopf:"𝕜",Kopf:"𝕂",kscr:"𝓀",Kscr:"𝒦",lAarr:"⇚",lacute:"ĺ",Lacute:"Ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",Lambda:"Λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larr:"←",lArr:"⇐",Larr:"↞",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",lAtail:"⤛",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",Lcaron:"Ľ",lcedil:"ļ",Lcedil:"Ļ",lceil:"⌈",lcub:"{",lcy:"л",Lcy:"Л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",leftarrow:"←",Leftarrow:"⇐",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",Leftrightarrow:"⇔",LeftRightArrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",leg:"⋚",lEg:"⪋",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",Lfr:"𝔏",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",LJcy:"Љ",ll:"≪",Ll:"⋘",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",lmidot:"ŀ",Lmidot:"Ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",Longleftarrow:"⟸",LongLeftArrow:"⟵",longleftrightarrow:"⟷",Longleftrightarrow:"⟺",LongLeftRightArrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",Longrightarrow:"⟹",LongRightArrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",Lopf:"𝕃",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",Lstrok:"Ł",lt:"<",Lt:"≪",LT:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",Map:"⤅",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",Mcy:"М",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",mfr:"𝔪",Mfr:"𝔐",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",Mopf:"𝕄",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",mu:"μ",Mu:"Μ",multimap:"⊸",mumap:"⊸",nabla:"∇",nacute:"ń",Nacute:"Ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",Ncaron:"Ň",ncedil:"ņ",Ncedil:"Ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",Ncy:"Н",ndash:"–",ne:"≠",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",nfr:"𝔫",Nfr:"𝔑",nge:"≱",ngE:"≧̸",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",ngt:"≯",nGt:"≫⃒",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",NJcy:"Њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nle:"≰",nlE:"≦̸",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nlt:"≮",nLt:"≪⃒",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",not:"¬",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrarr:"↛",nrArr:"⇏",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",Nscr:"𝒩",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsube:"⊈",nsubE:"⫅̸",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupe:"⊉",nsupE:"⫆̸",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",Ntilde:"Ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",Nu:"Ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",oacute:"ó",Oacute:"Ó",oast:"⊛",ocir:"⊚",ocirc:"ô",Ocirc:"Ô",ocy:"о",Ocy:"О",odash:"⊝",odblac:"ő",Odblac:"Ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",OElig:"Œ",ofcir:"⦿",ofr:"𝔬",Ofr:"𝔒",ogon:"˛",ograve:"ò",Ograve:"Ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",Omacr:"Ō",omega:"ω",Omega:"Ω",omicron:"ο",Omicron:"Ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",Oopf:"𝕆",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",or:"∨",Or:"⩔",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",oscr:"ℴ",Oscr:"𝒪",oslash:"ø",Oslash:"Ø",osol:"⊘",otilde:"õ",Otilde:"Õ",otimes:"⊗",Otimes:"⨷",otimesas:"⨶",ouml:"ö",Ouml:"Ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",pcy:"п",Pcy:"П",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",Pfr:"𝔓",phi:"φ",Phi:"Φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",Pi:"Π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",pr:"≺",Pr:"⪻",prap:"⪷",prcue:"≼",pre:"⪯",prE:"⪳",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",Pscr:"𝒫",psi:"ψ",Psi:"Ψ",puncsp:" ",qfr:"𝔮",Qfr:"𝔔",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",qscr:"𝓆",Qscr:"𝒬",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",racute:"ŕ",Racute:"Ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rArr:"⇒",Rarr:"↠",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",Rarrtl:"⤖",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",Rcaron:"Ř",rcedil:"ŗ",Rcedil:"Ŗ",rceil:"⌉",rcub:"}",rcy:"р",Rcy:"Р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",Rho:"Ρ",rhov:"ϱ",RightAngleBracket:"⟩",rightarrow:"→",Rightarrow:"⇒",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",sacute:"ś",Sacute:"Ś",sbquo:"‚",sc:"≻",Sc:"⪼",scap:"⪸",scaron:"š",Scaron:"Š",sccue:"≽",sce:"⪰",scE:"⪴",scedil:"ş",Scedil:"Ş",scirc:"ŝ",Scirc:"Ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",Scy:"С",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",Sfr:"𝔖",sfrown:"⌢",sharp:"♯",shchcy:"щ",SHCHcy:"Щ",shcy:"ш",SHcy:"Ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",sigma:"σ",Sigma:"Σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",SOFTcy:"Ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",Sopf:"𝕊",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",Sscr:"𝒮",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",Star:"⋆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",sube:"⊆",subE:"⫅",subedot:"⫃",submult:"⫁",subne:"⊊",subnE:"⫋",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup:"⊃",Sup:"⋑",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supe:"⊇",supE:"⫆",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supne:"⊋",supnE:"⫌",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",tau:"τ",Tau:"Τ",tbrk:"⎴",tcaron:"ť",Tcaron:"Ť",tcedil:"ţ",Tcedil:"Ţ",tcy:"т",Tcy:"Т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",Tfr:"𝔗",there4:"∴",therefore:"∴",Therefore:"∴",theta:"θ",Theta:"Θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",thorn:"þ",THORN:"Þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",Topf:"𝕋",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",Tscr:"𝒯",tscy:"ц",TScy:"Ц",tshcy:"ћ",TSHcy:"Ћ",tstrok:"ŧ",Tstrok:"Ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uacute:"ú",Uacute:"Ú",uarr:"↑",uArr:"⇑",Uarr:"↟",Uarrocir:"⥉",ubrcy:"ў",Ubrcy:"Ў",ubreve:"ŭ",Ubreve:"Ŭ",ucirc:"û",Ucirc:"Û",ucy:"у",Ucy:"У",udarr:"⇅",udblac:"ű",Udblac:"Ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",Ufr:"𝔘",ugrave:"ù",Ugrave:"Ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",Umacr:"Ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",uogon:"ų",Uogon:"Ų",uopf:"𝕦",Uopf:"𝕌",uparrow:"↑",Uparrow:"⇑",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",updownarrow:"↕",Updownarrow:"⇕",UpDownArrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",upsilon:"υ",Upsilon:"Υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",Uring:"Ů",urtri:"◹",uscr:"𝓊",Uscr:"𝒰",utdot:"⋰",utilde:"ũ",Utilde:"Ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",Uuml:"Ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",vcy:"в",Vcy:"В",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",vee:"∨",Vee:"⋁",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",vfr:"𝔳",Vfr:"𝔙",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",Vopf:"𝕍",vprop:"∝",vrtri:"⊳",vscr:"𝓋",Vscr:"𝒱",vsubne:"⊊︀",vsubnE:"⫋︀",vsupne:"⊋︀",vsupnE:"⫌︀",Vvdash:"⊪",vzigzag:"⦚",wcirc:"ŵ",Wcirc:"Ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",wfr:"𝔴",Wfr:"𝔚",wopf:"𝕨",Wopf:"𝕎",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",Wscr:"𝒲",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",Xfr:"𝔛",xharr:"⟷",xhArr:"⟺",xi:"ξ",Xi:"Ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",Xopf:"𝕏",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",xscr:"𝓍",Xscr:"𝒳",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",Yacute:"Ý",yacy:"я",YAcy:"Я",ycirc:"ŷ",Ycirc:"Ŷ",ycy:"ы",Ycy:"Ы",yen:"¥",yfr:"𝔶",Yfr:"𝔜",yicy:"ї",YIcy:"Ї",yopf:"𝕪",Yopf:"𝕐",yscr:"𝓎",Yscr:"𝒴",yucy:"ю",YUcy:"Ю",yuml:"ÿ",Yuml:"Ÿ",zacute:"ź",Zacute:"Ź",zcaron:"ž",Zcaron:"Ž",zcy:"з",Zcy:"З",zdot:"ż",Zdot:"Ż",zeetrf:"ℨ",ZeroWidthSpace:"​",zeta:"ζ",Zeta:"Ζ",zfr:"𝔷",Zfr:"ℨ",zhcy:"ж",ZHcy:"Ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",zscr:"𝓏",Zscr:"𝒵",zwj:"‍",zwnj:"‌"},v={aacute:"á",Aacute:"Á",acirc:"â",Acirc:"Â",acute:"´",aelig:"æ",AElig:"Æ",agrave:"à",Agrave:"À",amp:"&",AMP:"&",aring:"å",Aring:"Å",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",brvbar:"¦",ccedil:"ç",Ccedil:"Ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",Eacute:"É",ecirc:"ê",Ecirc:"Ê",egrave:"è",Egrave:"È",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",iacute:"í",Iacute:"Í",icirc:"î",Icirc:"Î",iexcl:"¡",igrave:"ì",Igrave:"Ì",iquest:"¿",iuml:"ï",Iuml:"Ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",Ntilde:"Ñ",oacute:"ó",Oacute:"Ó",ocirc:"ô",Ocirc:"Ô",ograve:"ò",Ograve:"Ò",ordf:"ª",ordm:"º",oslash:"ø",Oslash:"Ø",otilde:"õ",Otilde:"Õ",ouml:"ö",Ouml:"Ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",THORN:"Þ",times:"×",uacute:"ú",Uacute:"Ú",ucirc:"û",Ucirc:"Û",ugrave:"ù",Ugrave:"Ù",uml:"¨",uuml:"ü",Uuml:"Ü",yacute:"ý",Yacute:"Ý",yen:"¥",yuml:"ÿ"},b={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"},y=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],x=String.fromCharCode,w={}.hasOwnProperty,E=function(e,r){return w.call(e,r)},N=function(e,r){if(!e)return r;var t,a={};for(t in r)a[t]=E(e,t)?e[t]:r[t];return a},D=function(e,r){var t="";return e>=55296&&e<=57343||e>1114111?(r&&S("character reference outside the permissible Unicode range"),"�"):E(b,e)?(r&&S("disallowed character reference"),b[e]):(r&&function(e,r){for(var t=-1,a=e.length;++t<a;)if(e[t]==r)return!0;return!1}(y,e)&&S("disallowed character reference"),e>65535&&(t+=x((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=x(e))},A=function(e){return"&#x"+e.toString(16).toUpperCase()+";"},k=function(e){return"&#"+e+";"},S=function(e){throw Error("Parse error: "+e)},T=function(e,r){(r=N(r,T.options)).strict&&f.test(e)&&S("forbidden code point");var t=r.encodeEverything,a=r.useNamedReferences,o=r.allowUnsafeSymbols,n=r.decimal?k:A,h=function(e){return n(e.charCodeAt(0))};return t?(e=e.replace(s,(function(e){return a&&E(c,e)?"&"+c[e]+";":h(e)})),a&&(e=e.replace(/&gt;\u20D2/g,"&nvgt;").replace(/&lt;\u20D2/g,"&nvlt;").replace(/&#x66;&#x6A;/g,"&fjlig;")),a&&(e=e.replace(u,(function(e){return"&"+c[e]+";"})))):a?(o||(e=e.replace(p,(function(e){return"&"+c[e]+";"}))),e=(e=e.replace(/&gt;\u20D2/g,"&nvgt;").replace(/&lt;\u20D2/g,"&nvlt;")).replace(u,(function(e){return"&"+c[e]+";"}))):o||(e=e.replace(p,h)),e.replace(i,(function(e){var r=e.charCodeAt(0),t=e.charCodeAt(1);return n(1024*(r-55296)+t-56320+65536)})).replace(l,h)};T.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var L=function(e,r){var t=(r=N(r,L.options)).strict;return t&&d.test(e)&&S("malformed character reference"),e.replace(g,(function(e,a,o,n,i,s,l,u,c){var p,h,d,f,g,b;return a?m[g=a]:o?(g=o,(b=n)&&r.isAttributeValue?(t&&"="==b&&S("`&` did not start a character reference"),e):(t&&S("named character reference was not terminated by a semicolon"),v[g]+(b||""))):i?(d=i,h=s,t&&!h&&S("character reference was not terminated by a semicolon"),p=parseInt(d,10),D(p,t)):l?(f=l,h=u,t&&!h&&S("character reference was not terminated by a semicolon"),p=parseInt(f,16),D(p,t)):(t&&S("named character reference was not terminated by a semicolon"),e)}))};L.options={isAttributeValue:!1,strict:!1};var C={version:"1.2.0",encode:T,decode:L,escape:function(e){return e.replace(p,(function(e){return h[e]}))},unescape:L};if(a&&!a.nodeType)if(o)o.exports=C;else for(var V in C)E(C,V)&&(a[V]=C[V]);else t.he=C}(q)}));function S(e,n){if(void 0===n&&(n=!1),!e)return"";var u="";switch(e.nodeType){case s:return"<!DOCTYPE ".concat(e.nodeValue,">");case a:case o:case t:return e.nodeValue;case r:case i:case l:if(!n){var c=e.innerText;if(null!=c)return c;var p=e.textContent;if(null!=p)return p}if(e.transformedChildNodes.length>0)for(var h=e.transformedChildNodes.filter((function(e){return e.nodeType!==t})),d=0;d<h.length;++d)u+=S(h[d]);else{var f=e.childNodes.filter((function(e){return e.nodeType!==t}));for(d=0;d<f.length;++d)u+=S(f[d])}return u}}function T(e,s,u){if(!e.visited){var c=e.transformedNodeType||e.nodeType,p=e.transformedNodeValue||e.nodeValue;if(c===a){if(e.transformedNodeValue&&""!==e.transformedNodeValue.trim()){var h=e.escape&&u.escape?C(e.transformedNodeValue):e.transformedNodeValue;s.push(h)}}else if(c===o)u.cData?s.push(p):s.push("<![CDATA[".concat(p,"]]>"));else if(c==n)s.push("\x3c!-- ".concat(p," --\x3e"));else if(c==r)null!==e.transformedNodeName&&void 0!==e.transformedNodeName?function(e,r,a){r.push("<".concat(L(e)));var o=e.transformedChildNodes.filter((function(e){return e.nodeType===t}));0===o.length&&(o=e.childNodes.filter((function(e){return e.nodeType===t})));for(var n=0;n<o.length;++n){var i=o[n];i&&(i.transformedNodeName&&i.transformedNodeValue&&r.push(" ".concat(L(i),'="').concat(V(i.transformedNodeValue),'"')))}var s=e.transformedChildNodes.filter((function(e){return e.nodeType!==t}));0===s.length&&(s=e.childNodes.filter((function(e){return e.nodeType!==t})));if(s=s.sort((function(e,r){return e.siblingPosition-r.siblingPosition})),0===s.length)"html"===a.outputMethod&&["hr","link","meta"].includes(e.nodeName)?r.push(">"):a.selfClosingTags?r.push("/>"):r.push("></".concat(L(e),">"));else{r.push(">");for(n=0;n<s.length;++n)T(s[n],r,a);r.push("</".concat(L(e),">"))}}(e,s,u):function(e,r,t){var a=e.transformedChildNodes.length>0?e.transformedChildNodes:e.childNodes;a=a.sort((function(e,r){return e.siblingPosition-r.siblingPosition}));for(var o=0;o<a.length;++o)T(a[o],r,t)}(e,s,u);else if(c===i||c===l){var d=e.transformedChildNodes.concat(e.childNodes);d.sort((function(e,r){return e.siblingPosition-r.siblingPosition}));for(var f=0;f<d.length;++f)T(d[f],s,u)}e.visited=!0}}function L(e){var r=e.transformedNodeName||e.nodeName;return e.transformedPrefix&&0!=r.indexOf("".concat(e.transformedPrefix,":"))?"".concat(e.transformedPrefix,":").concat(r):r}function C(e){return"".concat(e).replace(/&/g,"&amp;").replace(/&amp;amp;/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function V(e){return C(e).replace(/"/g,"&quot;")}function P(e,r){var t=c(e,r);return t?k.decode(t):t}var R="[ \t\r\n]+",F="(".concat(R,")?=(").concat(R,")?"),B="&#[0-9]+;|&#x[0-9a-fA-F]+;",U="".concat(R,"version").concat(F,"(\"1\\.0\"|'1\\.0')"),I="̀-͠ͅ-҃͡-֑҆-֣֡-ֹֻ-ֽֿׁ-ׂًׄ-ْٰۖ-ۜ۝-۟۠-ۤۧ-۪ۨ-ۭँ-ः़ा-ौ्॑-॔ॢ-ॣঁ-ঃ়ািী-ৄে-ৈো-্ৗৢ-ৣਂ਼ਾਿੀ-ੂੇ-ੈੋ-੍ੰ-ੱઁ-ઃ઼ા-ૅે-ૉો-્ଁ-ଃ଼ା-ୃେ-ୈୋ-୍ୖ-ୗஂ-ஃா-ூெ-ைொ-்ௗఁ-ఃా-ౄె-ైొ-్ౕ-ౖಂ-ಃಾ-ೄೆ-ೈೊ-್ೕ-ೖം-ഃാ-ൃെ-ൈൊ-്ൗัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-༹༙༵༷༾༿ཱ-྄྆-ྋྐ-ྕྗྙ-ྭྱ-ྷྐྵ⃐-〪⃜⃡-゙゚〯",O="0-9٠-٩۰-۹०-९০-৯੦-੯૦-૯୦-୯௧-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩",G="·ːˑ·ـๆໆ々〱-〵ゝ-ゞー-ヾ",M="A-Za-zÀ-ÖØ-öø-ÿĀ-ıĴ-ľŁ-ňŊ-žƀ-ǃǍ-ǰǴ-ǵǺ-ȗɐ-ʨʻ-ˁΆΈ-ΊΌΎ-ΡΣ-ώϐ-ϖϚϜϞϠϢ-ϳЁ-ЌЎ-яё-ќў-ҁҐ-ӄӇ-ӈӋ-ӌӐ-ӫӮ-ӵӸ-ӹԱ-Ֆՙա-ֆא-תװ-ײء-غف-يٱ-ڷں-ھۀ-ێې-ۓەۥ-ۦअ-हऽक़-ॡঅ-ঌএ-ঐও-নপ-রলশ-হড়-ঢ়য়-ৡৰ-ৱਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઋઍએ-ઑઓ-નપ-રલ-ળવ-હઽૠଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଶ-ହଽଡ଼-ଢ଼ୟ-ୡஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-வஷ-ஹఅ-ఌఎ-ఐఒ-నప-ళవ-హౠ-ౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹೞೠ-ೡഅ-ഌഎ-ഐഒ-നപ-ഹൠ-ൡก-ฮะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ຮະາ-ຳຽເ-ໄཀ-ཇཉ-ཀྵႠ-Ⴥა-ჶᄀᄂ-ᄃᄅ-ᄇᄉᄋ-ᄌᄎ-ᄒᄼᄾᅀᅌᅎᅐᅔ-ᅕᅙᅟ-ᅡᅣᅥᅧᅩᅭ-ᅮᅲ-ᅳᅵᆞᆨᆫᆮ-ᆯᆷ-ᆸᆺᆼ-ᇂᇫᇰᇹḀ-ẛẠ-ỹἀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼΩK-Å℮ↀ-ↂぁ-ゔァ-ヺㄅ-ㄬ가-힣一-龥〇〡-〩",H="".concat(M+O,"\\._:").concat(I).concat(G,"-"),z="[".concat(M,"_:][").concat(H,"]*"),X="&".concat(z,";"),_="".concat(X,"|").concat(B),j='"(([^<&"]|'.concat(_,")*)\"|'(([^<&']|").concat(_,")*)'"),J="(".concat(z,")").concat(F,"(").concat(j,")"),Y="".concat(R,"version").concat(F,"(\"1\\.1\"|'1\\.1')"),W=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�",Z=W+"\\.0-9·̀-ͯ‿-⁀-",K="[".concat(W,"][").concat(Z,"]*"),Q="&".concat(K,";"),$="".concat(Q,"|").concat(B),ee='"(([^<&"]|'.concat($,")*)\"|'(([^<&']|").concat($,")*)'"),re="(".concat(K,")").concat(F,"(").concat(ee,")"),te="".concat(M+O,"\\._").concat(I).concat(G,"-"),ae="[".concat(M,"_][").concat(te,"]*"),oe=function(){function e(){this.regexEmpty=/\/$/,this.XML10_TAGNAME_REGEXP=new RegExp("^(".concat(z,")")),this.XML10_ATTRIBUTE_REGEXP=new RegExp(J,"g"),this.XML11_TAGNAME_REGEXP=new RegExp("^(".concat(K,")")),this.XML11_ATTRIBUTE_REGEXP=new RegExp(re,"g"),this.lenientHtmlTags=["hr","link","meta"]}return e.prototype.xmlParse=function(e){return e.toUpperCase().startsWith("<!DOCTYPE HTML")?this.htmlParse(e):this.xmlStrictParse(e)},e.prototype.namespaceMapAt=function(e){for(var r={xmlns:"http://www.w3.org/2000/xmlns/",xml:"http://www.w3.org/XML/1998/namespace"},a=e;null!==a;){for(var o=0;o<a.childNodes.length;o++){var n=a.childNodes[o];if(n.nodeType===t)if(n.nodeName.startsWith("xmlns:")){var i=n.nodeName.split(":")[1];i in r||(r[i]=n.nodeValue)}else"xmlns"==n.nodeName&&(""in r||(r[""]=n.nodeValue||null))}a=a.parentNode}return r},e.prototype.htmlParse=function(e){var r=new A,t=r,a=[],o=t;a.push(o);for(var n=!1,i=!1,s=!1,l=0,u=0;u<e.length;++u){var c=e.charAt(u);if(n)if(s||"'"!==c)if(i||'"'!==c){if(!i&&!s&&">"===c){if("/"===(E=e.slice(l,u)).charAt(0))a.pop(),o=a[a.length-1];else if("!"===E.charAt(0));else{for(var h=E.match(this.regexEmpty),f=this.XML10_TAGNAME_REGEXP.exec(E)[1],m=v(r,f),b=void 0;b=this.XML10_ATTRIBUTE_REGEXP.exec(E);){var x=k.decode(b[5]||b[7]||"");p(m,b[1],x)}m.siblingPosition=o.childNodes.length,d(o,m),h||this.lenientHtmlTags.includes(f)||(o=m,a.push(m))}l=u+1,n=!1,i=!1,s=!1}}else s=!s;else i=!i;else if("<"===c){var E;if((E=e.slice(l,u))&&o!==t&&d(o,g(r,E)),"!--"===e.slice(u+1,u+4)){if(N=e.slice(u+4).indexOf("--\x3e"))d(o,m=y(r,e.slice(u+4,u+N+4))),u+=N+6}else if("!DOCTYPE"===e.slice(u+1,u+9)){var N;if(N=e.slice(u+9).indexOf(">")){var D=e.slice(u+9,u+N+9).trimStart();d(o,m=w(r,D)),u+=N+D.length+5}}else n=!0;l=u+1}}return r},e.prototype.xmlStrictParse=function(e){var r,a;if(e.match(/^<\?xml/))if(5===e.search(new RegExp(U)))r=this.XML10_TAGNAME_REGEXP,a=this.XML10_ATTRIBUTE_REGEXP;else{if(5!==e.search(new RegExp(Y)))throw new Error("XML VersionInfo has an unknown version number.");r=this.XML11_TAGNAME_REGEXP,a=this.XML11_ATTRIBUTE_REGEXP}else r=this.XML10_TAGNAME_REGEXP,a=this.XML10_ATTRIBUTE_REGEXP;var o=new A,n=o,i=[],s=n;i.push(s);for(var l=!1,u=!1,c=!1,h=0,f=0;f<e.length;++f){var m=e.charAt(f);if(l&&!c&&"'"===m)u=!u;else if(l&&!u&&'"'===m)c=!c;else if(!l||">"!==m||u||c){if(!l&&"<"===m){if((N=e.slice(h,f))&&s!==n&&d(s,g(o,N)),"!--"===e.slice(f+1,f+4)){if(x=e.slice(f+4).indexOf("--\x3e"))d(s,q=y(o,e.slice(f+4,f+x+4))),f+=x+6}else if("![CDATA["===e.slice(f+1,f+9)){if(x=e.slice(f+9).indexOf("]]>"))d(s,q=b(o,e.slice(f+9,f+x+9))),f+=x+11}else if("!DOCTYPE"===e.slice(f+1,f+9)){var x;if(x=e.slice(f+9).indexOf(">")){var E=e.slice(f+9,f+x+9).trimStart();d(s,q=w(o,E)),f+=x+E.length+5}}else l=!0;h=f+1}}else{var N;if("/"===(N=e.slice(h,f)).charAt(0))i.pop(),s=i[i.length-1];else if("?"===N.charAt(0));else if("!"===N.charAt(0));else{for(var D=N.match(this.regexEmpty),q=v(o,r.exec(N)[1]),S=void 0;S=a.exec(N);){var T=k.decode(S[5]||S[7]||"");p(q,S[1],T)}q.siblingPosition=s.childNodes.length,d(s,q),D||(s=q,i.push(q));var L=this.namespaceMapAt(q);null!==q.prefix?q.prefix in L&&(q.namespaceUri=L[q.prefix]):""in L&&(q.namespaceUri=L[""]);for(var C=0;C<q.childNodes.length;++C){var V=q.childNodes[C];V.nodeType===t&&(null!==V.prefix&&V.prefix in L&&(V.namespaceUri=L[V.prefix]))}}h=f+1,l=!1,u=!1,c=!1}}return n},e}(),ne=function(){function e(e){this.value=e,this.type="node-set"}return e.prototype.stringValue=function(){return 0===this.value.length?"":S(this.value[0])},e.prototype.booleanValue=function(){return this.value.length>0},e.prototype.numberValue=function(){return parseInt(this.stringValue())-0},e.prototype.nodeSetValue=function(){return this.value},e}(),ie=function(){function e(e){this.value=e,this.type="number"}return e.prototype.stringValue=function(){return"".concat(this.value)},e.prototype.booleanValue=function(){return!!this.value},e.prototype.numberValue=function(){return this.value-0},e.prototype.nodeSetValue=function(){throw this},e}(),se=function(){function e(e){this.value=e,this.type="string"}return e.prototype.stringValue=function(){return String(this.value)},e.prototype.booleanValue=function(){return this.value.length>0},e.prototype.numberValue=function(){return this.value-0},e.prototype.nodeSetValue=function(){throw this},e}(),le={ANCESTOR_OR_SELF:"ancestor-or-self",ANCESTOR:"ancestor",ATTRIBUTE:"attribute",CHILD:"child",DESCENDANT_OR_SELF:"descendant-or-self",DESCENDANT:"descendant",FOLLOWING_SIBLING:"following-sibling",FOLLOWING:"following",NAMESPACE:"namespace",PARENT:"parent",PRECEDING_SIBLING:"preceding-sibling",PRECEDING:"preceding",SELF:"self",SELF_AND_SIBLINGS:"self-and-siblings"},ue=[le.ANCESTOR_OR_SELF,le.ANCESTOR,le.ATTRIBUTE,le.CHILD,le.DESCENDANT_OR_SELF,le.DESCENDANT,le.FOLLOWING_SIBLING,le.FOLLOWING,le.NAMESPACE,le.PARENT,le.PRECEDING_SIBLING,le.PRECEDING,le.SELF].join("(?=::)|")+"(?=::)",ce={label:"|",prec:17,re:new RegExp("^\\|"),key:void 0},pe={label:"//",prec:19,re:new RegExp("^//"),key:void 0},he={label:"/",prec:30,re:new RegExp("^/"),key:void 0},de={label:"::",prec:20,re:new RegExp("^::"),key:void 0},fe={label:":",prec:1e3,re:new RegExp("^:"),key:void 0},ge={label:"[axis]",re:new RegExp("^(".concat(ue,")")),key:void 0},me={label:"(",prec:34,re:new RegExp("^\\("),key:void 0},ve={label:")",re:new RegExp("^\\)"),key:void 0},be={label:"..",prec:34,re:new RegExp("^\\.\\."),key:void 0},ye={label:".",prec:34,re:new RegExp("^\\."),key:void 0},xe={label:"@",prec:34,re:new RegExp("^@"),key:void 0},we={label:",",re:new RegExp("^,"),key:void 0},Ee={label:"or",prec:10,re:new RegExp("^or\\b"),key:void 0},Ne={label:"and",prec:11,re:new RegExp("^and\\b"),key:void 0},De={label:"=",prec:12,re:new RegExp("^="),key:void 0},Ae={label:"!=",prec:12,re:new RegExp("^!="),key:void 0},qe={label:">=",prec:13,re:new RegExp("^>="),key:void 0},ke={label:">",prec:13,re:new RegExp("^>"),key:void 0},Se={label:"<=",prec:13,re:new RegExp("^<="),key:void 0},Te={label:"<",prec:13,re:new RegExp("^<"),key:void 0},Le={label:"+",prec:14,re:new RegExp("^\\+"),left:!0,key:void 0},Ce={label:"-",prec:14,re:new RegExp("^\\-"),left:!0,key:void 0},Ve={label:"div",prec:15,re:new RegExp("^div\\b"),left:!0,key:void 0},Pe={label:"mod",prec:15,re:new RegExp("^mod\\b"),left:!0,key:void 0},Re={label:"[",prec:32,re:new RegExp("^\\["),key:void 0},Fe={label:"]",re:new RegExp("^\\]"),key:void 0},Be={label:"$",re:new RegExp("^\\$"),key:void 0},Ue={label:"[ncname]",re:new RegExp("^".concat(ae)),key:void 0},Ie={label:"*",prec:15,re:new RegExp("^\\*"),left:!0,key:void 0},Oe={label:"[litq]",prec:20,re:new RegExp("^'[^\\']*'"),key:void 0},Ge={label:"[litqq]",prec:20,re:new RegExp('^"[^\\"]*"'),key:void 0},Me={label:"[number]",prec:35,re:new RegExp("^\\d+(\\.\\d*)?"),key:void 0},He={label:"[qname]",re:new RegExp("^(".concat(ae,":)?").concat(ae)),key:void 0},ze={label:"[nodeTest-start]",re:new RegExp("^(processing-instruction|comment|text|node)\\("),key:void 0},Xe=[pe,he,be,ye,de,fe,ge,ze,me,ve,Re,Fe,xe,we,Ee,Ne,Ae,De,qe,ke,Se,Te,Le,Ce,Ie,ce,Pe,Ve,Oe,Ge,Me,He,Ue,Be],_e={label:"?"},je={label:"*"},Je={label:"+"},Ye=!0,We=function(){function e(e,r,t,a,o,n,s,l,u,c,p,h,d,f){void 0===t&&(t="1.0"),this.nodeList=e,this.outputNodeList=r,this.xsltVersion=t,this.position=a||0,this.outputPosition=o||0,this.variables=l||{},this.knownNamespaces=u||{},this.parent=c||null,this.caseInsensitive=p||!1,this.ignoreAttributesWithoutValue=h||!1,this.returnOnFirstMatch=d||!1,this.ignoreNonElementNodesForNTA=f||!1,this.inApplyTemplates=!1,this.baseTemplateMatched=!1,this.outputDepth=n||0,this.decimalFormatSettings=s||{decimalSeparator:".",groupingSeparator:",",infinity:"Infinity",minusSign:"-",naN:"NaN",percent:"%",perMille:"‰",zeroDigit:"0",digit:"#",patternSeparator:";"},c?this.root=c.root:this.nodeList[this.position].nodeType==i?this.root=this.nodeList[this.position]:this.root=this.nodeList[this.position].ownerDocument}return e.prototype.clone=function(r,t,a,o){return new e(r||this.nodeList,t||this.outputNodeList,this.xsltVersion,void 0!==a?a:this.position,void 0!==o?o:this.outputPosition,this.outputDepth,this.decimalFormatSettings,this.variables,this.knownNamespaces,this,this.caseInsensitive,this.ignoreAttributesWithoutValue,this.returnOnFirstMatch,this.ignoreNonElementNodesForNTA)},e.prototype.cloneByOutput=function(r,t,a){return new e(this.nodeList,r||this.outputNodeList,this.xsltVersion,this.position,void 0!==t?t:this.outputPosition,void 0!==a?a:this.outputDepth,this.decimalFormatSettings,this.variables,this.knownNamespaces,this,this.caseInsensitive,this.ignoreAttributesWithoutValue,this.returnOnFirstMatch,this.ignoreNonElementNodesForNTA)},e.prototype.setVariable=function(e,r){r instanceof se||r instanceof u||r instanceof ie||r instanceof ne?this.variables[e]=r:"true"===r?this.variables[e]=new u(!0):"false"===r?this.variables[e]=new u(!1):Me.re.test(r)?this.variables[e]=new ie(r):this.variables[e]=new se(r)},e.prototype.getVariable=function(e){return void 0!==this.variables[e]?this.variables[e]:this.parent?this.parent.getVariable(e):null},e.prototype.setNode=function(e){this.position=e},e.prototype.contextSize=function(){return this.nodeList.length},e.prototype.isCaseInsensitive=function(){return this.caseInsensitive},e.prototype.setCaseInsensitive=function(e){return this.caseInsensitive=e},e.prototype.isIgnoreAttributesWithoutValue=function(){return this.ignoreAttributesWithoutValue},e.prototype.setIgnoreAttributesWithoutValue=function(e){return this.ignoreAttributesWithoutValue=e},e.prototype.isReturnOnFirstMatch=function(){return this.returnOnFirstMatch},e.prototype.setReturnOnFirstMatch=function(e){return this.returnOnFirstMatch=e},e.prototype.isIgnoreNonElementNodesForNTA=function(){return this.ignoreNonElementNodesForNTA},e.prototype.setIgnoreNonElementNodesForNTA=function(e){return this.ignoreNonElementNodesForNTA=e},e}();function Ze(e,r){for(var t=[],a=0;a<e.length;++a)t.push(r(e[a]));return t}function Ke(e){for(var r=0;r<e.length/2;++r){var t=e[r],a=e.length-r-1;e[r]=e[a],e[a]=t}}function Qe(e,r){if(r)for(var t=e.length,a=r.length-1;a>=0;--a)e[a+t]=r[a]}var $e=function(){},er=function(e){function r(r,t,a){var o=e.call(this)||this;return o.expr1=r,o.expr2=a,o.op=t,o}return N(r,e),r.prototype.evaluate=function(e){var r;switch(this.op.value){case"or":r=new u(this.expr1.evaluate(e).booleanValue()||this.expr2.evaluate(e).booleanValue());break;case"and":r=new u(this.expr1.evaluate(e).booleanValue()&&this.expr2.evaluate(e).booleanValue());break;case"+":r=new ie(this.expr1.evaluate(e).numberValue()+this.expr2.evaluate(e).numberValue());break;case"-":r=new ie(this.expr1.evaluate(e).numberValue()-this.expr2.evaluate(e).numberValue());break;case"*":r=new ie(this.expr1.evaluate(e).numberValue()*this.expr2.evaluate(e).numberValue());break;case"mod":r=new ie(this.expr1.evaluate(e).numberValue()%this.expr2.evaluate(e).numberValue());break;case"div":r=new ie(this.expr1.evaluate(e).numberValue()/this.expr2.evaluate(e).numberValue());break;case"=":r=this.compare(e,(function(e,r){return e==r}));break;case"!=":r=this.compare(e,(function(e,r){return e!=r}));break;case"<":r=this.compare(e,(function(e,r){return e<r}));break;case"<=":r=this.compare(e,(function(e,r){return e<=r}));break;case">":r=this.compare(e,(function(e,r){return e>r}));break;case">=":r=this.compare(e,(function(e,r){return e>=r}));break;default:throw"BinaryExpr.evaluate: ".concat(this.op.value)}return r},r.prototype.compare=function(e,r){var t,a=this.expr1.evaluate(e),o=this.expr2.evaluate(e);if("node-set"==a.type&&"node-set"==o.type){var n=a.nodeSetValue(),i=o.nodeSetValue();t=!1;for(var s=0;s<n.length;++s)for(var l=0;l<i.length;++l)r(S(n[s]),S(i[l]))&&(t=!0,l=i.length,s=n.length)}else if("node-set"==a.type||"node-set"==o.type)if("number"==a.type){var c=a.numberValue(),p=o.nodeSetValue();t=!1;for(var h=0;h<p.length;++h){if(r(c,parseInt(S(p[h]))-0)){t=!0;break}}}else if("number"==o.type){p=a.nodeSetValue(),c=o.numberValue();t=!1;for(h=0;h<p.length;++h){if(r(parseInt(S(p[h]))-0,c)){t=!0;break}}}else if("string"==a.type){c=a.stringValue(),p=o.nodeSetValue();t=!1;for(h=0;h<p.length;++h){if(r(c,S(p[h]))){t=!0;break}}}else if("string"==o.type){p=a.nodeSetValue(),c=o.stringValue();t=!1;for(h=0;h<p.length;++h){if(r(S(p[h]),c)){t=!0;break}}}else t=r(a.booleanValue(),o.booleanValue());else t="boolean"==a.type||"boolean"==o.type?r(a.booleanValue(),o.booleanValue()):"number"==a.type||"number"==o.type?r(a.numberValue(),o.numberValue()):r(a.stringValue(),o.stringValue());return new u(t)},r}($e),rr=function(e){function r(r,t){var a=e.call(this)||this;return a.expr=r,a.predicate=t,a}return N(r,e),r.prototype.evaluate=function(e){var r=e.returnOnFirstMatch;e.setReturnOnFirstMatch(!1);var t=this.expr.evaluate(e).nodeSetValue();e.setReturnOnFirstMatch(r);for(var a=0;a<this.predicate.length;++a){var o=t;t=[];for(var n=0;n<o.length;++n){var i=o[n];this.predicate[a].evaluate(e.clone(o,void 0,n)).booleanValue()&&t.push(i)}}return new ne(t)},r}($e);function tr(e){if(!e)throw new Error("Assertion failed")}var ar=new RegExp("(\\".concat(["/",".","*","+","?","|","^","$","(",")","[","]","{","}","\\"].join("|\\"),")"),"g");function or(e){tr(this.args.length>=1);for(var r=this.args[0].evaluate(e).numberValue(),t=[],a=0;a<r;++a)t.push(e.nodeList[e.position]);return new ne(t)}function nr(e){return tr(3===this.args.length),this.args[0].evaluate(e).booleanValue()?this.args[1].evaluate(e):this.args[2].evaluate(e)}function ir(e){tr(2===this.args.length);for(var r=this.args[0].evaluate(e).nodeSetValue(),t=this.args[1].evaluate(e).stringValue(),a="",o=0;o<r.length;++o)a&&(a+=t),a+=S(r[o]);return new se(a)}function sr(e){return tr(1===this.args.length),new u(this.args[0].evaluate(e).booleanValue())}function lr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e).numberValue();return new ie(Math.ceil(r))}function ur(e){for(var r="",t=0;t<this.args.length;++t)r+=this.args[t].evaluate(e).stringValue();return new se(r)}function cr(e){tr(2===this.args.length);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue();return new u(r.includes(t))}function pr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e);return new ie(r.nodeSetValue().length)}function hr(e){return tr(0===this.args.length),new ne([e.nodeList[e.position]])}function dr(e){tr(2===this.args.length);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=new RegExp("".concat(t.replace(ar,"\\$1"),"$"));return new u(a.test(r))}function fr(){return tr(0===this.args.length),new u(!1)}function gr(e,r,t){for(var a="",o=e.length-1,n=r.length-1;n>=0;n--)switch(r[n]){case"#":case"0":a=e[o]+a,o--;break;case",":a=t.groupingSeparator+a}for(;o>=0;o--)a=e[o]+a;return a}function mr(e){tr(this.args.length>=2&&this.args.length<4);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=parseFloat(r);if(isNaN(a))return new se(e.decimalFormatSettings.naN);var o=String(a).split("."),n=t.split(".");switch(o.length){case 1:return new se(gr(o[0],n[0],e.decimalFormatSettings));case 2:var i=function(e,r,t){var a="";if(null==r)return a;for(var o=0;o<r.length;o++)switch(r[o]){case"#":a+=e[o];break;case"0":o>=e.length?a+="0":a+=e[o]}return a}(o[1],2===n.length?n[1]:void 0,e.decimalFormatSettings);return 0===i.length?new se(gr(o[0],n[0],e.decimalFormatSettings)):new se(gr(o[0],n[0],e.decimalFormatSettings)+e.decimalFormatSettings.decimalSeparator+i)}}function vr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e).numberValue();return new ie(Math.floor(r))}function br(e){return new se("A"+function(e,r){void 0===r&&(r=0);for(var t=3735928559^r,a=1103547991^r,o=0,n=void 0;o<e.length;o++)n=e.charCodeAt(o),t=Math.imul(t^n,2654435761),a=Math.imul(a^n,1597334677);return t=Math.imul(t^t>>>16,2246822507),t^=Math.imul(a^a>>>13,3266489909),a=Math.imul(a^a>>>16,2246822507),4294967296*(2097151&(a^=Math.imul(t^t>>>13,3266489909)))+(t>>>0)}(JSON.stringify(e.nodeList[e.position].id)))}function yr(e){tr(1===this.args.length);var r,t=this.args[0].evaluate(e),a=[];if("node-set"==t.type){r=[];for(var o=t.nodeSetValue(),n=0;n<o.length;++n)for(var i=S(o[n]).split(/\s+/),s=0;s<i.length;++s)r.push(i[s])}else r=t.stringValue().split(/\s+/);var l=e.root;for(n=0;n<r.length;++n){var u=l.getElementById(r[n]);u&&a.push(u)}return new ne(a)}function xr(e){tr(1===this.args.length);for(var r,t=this.args[0].evaluate(e).stringValue(),a=e.nodeList[e.position];a&&a!=a.parentNode&&!(r=a.getAttributeValue("xml:lang"));)a=a.parentNode;if(!r)return new u(!1);var o=new RegExp("^".concat(t,"$"),"i");return new u(r.match(o)||r.replace(/_.*$/,"").match(o))}function wr(e){return tr(0===this.args.length),new ie(e.contextSize())}function Er(e){var r;return tr(1===this.args.length||0===this.args.length),0===(r=0==this.args.length?[e.nodeList[e.position]]:this.args[0].evaluate(e).nodeSetValue()).length?new se(""):new se(r[0].localName)}function Nr(e){tr(this.args.length>=2);var r,t,a=this.args[0].evaluate(e).stringValue(),o=this.args[1].evaluate(e).stringValue();if(this.args.length>2&&(r=this.args[2].evaluate(e).stringValue(),/[^mi]/.test(r)))throw new Error("Invalid regular expression syntax: ".concat(r));try{t=new RegExp(o,r)}catch(e){throw new Error("Invalid matches argument: ".concat(o))}return new u(t.test(a))}function Dr(e){var r;return tr(1===this.args.length||0===this.args.length),0===(r=0===this.args.length?[e.nodeList[e.position]]:this.args[0].evaluate(e).nodeSetValue()).length?new se(""):new se(r[0].nodeName)}function Ar(e){var r;return tr(1===this.args.length||0===this.args.length),0===(r=0===this.args.length?[e.nodeList[e.position]]:this.args[0].evaluate(e).nodeSetValue()).length?new se(""):new se(r[0].namespaceUri||"")}function qr(e){var r;return r=(r=this.args.length>0?this.args[0].evaluate(e).stringValue():new ne([e.nodeList[e.position]]).stringValue()).replace(/^\s*/,"").replace(/\s*$/,"").replace(/\s+/g," "),new se(r)}function kr(e){tr(1===this.args.length);var r=!this.args[0].evaluate(e).booleanValue();return new u(r)}function Sr(e){return tr(1===this.args.length||0===this.args.length),1===this.args.length?new ie(this.args[0].evaluate(e).numberValue()):new ie(new ne([e.nodeList[e.position]]).numberValue())}function Tr(e){return tr(0===this.args.length),new ie(e.position+1)}function Lr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e).numberValue();return new ie(Math.round(r))}function Cr(e){tr(2==this.args.length);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue();return new u(0===r.indexOf(t))}function Vr(e){return tr(1===this.args.length||0===this.args.length),0===this.args.length?new se(new ne([e.nodeList[e.position]]).stringValue()):new se(this.args[0].evaluate(e).stringValue())}function Pr(e){var r;return r=this.args.length>0?this.args[0].evaluate(e).stringValue():new ne([e.nodeList[e.position]]).stringValue(),new ie(r.length)}function Rr(e){tr(2===this.args.length||3===this.args.length);var r,t=this.args[0].evaluate(e).stringValue(),a=this.args[1].evaluate(e).numberValue();if(2===this.args.length){var o=Math.max(0,Math.round(a)-1);r=t.substr(o)}else{var n=this.args[2].evaluate(e).numberValue(),i=Math.round(a)-1,s=(o=Math.max(0,i),Math.round(n)-Math.max(0,-i));r=t.substr(o,s)}return new se(r)}function Fr(e){tr(2===this.args.length);var r,t=this.args[0].evaluate(e).stringValue(),a=this.args[1].evaluate(e).stringValue(),o=t.indexOf(a);return r=-1===o?"":t.substr(o+a.length),new se(r)}function Br(e){tr(2===this.args.length);var r,t=this.args[0].evaluate(e).stringValue(),a=this.args[1].evaluate(e).stringValue(),o=t.indexOf(a);return r=-1===o?"":t.substr(0,o),new se(r)}function Ur(e){tr(1===this.args.length);for(var r=this.args[0].evaluate(e).nodeSetValue(),t=0,a=0;a<r.length;++a)t+=parseInt(S(r[a]))-0;return new ie(t)}function Ir(e){tr(3===this.args.length);for(var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=this.args[2].evaluate(e).stringValue(),o=0;o<t.length;++o)r=r.replace(new RegExp(t.charAt(o),"g"),a.charAt(o));return new se(r)}function Or(){return tr(0===this.args.length),new u(!0)}function Gr(e){return tr(this.args.length<2),new se(JSON.stringify(this.args.length?S(e.nodeList[e.position]):"null"))}function Mr(e){tr(["2.0","3.0"].includes(e.xsltVersion));var r=this.args[0].evaluate(e).stringValue();return new se(r.toUpperCase())}function Hr(e){tr(["2.0","3.0"].includes(e.xsltVersion));var r=this.args[0].evaluate(e).stringValue();return new se(r.toLowerCase())}var zr=function(e){function r(r){var t=e.call(this)||this;return t.xPathFunctions={boolean:sr,ceiling:lr,concat:ur,contains:cr,count:pr,current:hr,"ends-with":dr,false:fr,"format-number":mr,floor:vr,"generate-id":br,id:yr,lang:xr,last:wr,"local-name":Er,"lower-case":Hr,matches:Nr,name:Dr,"namespace-uri":Ar,"normalize-space":qr,not:kr,number:Sr,position:Tr,round:Lr,"starts-with":Cr,string:Vr,"xml-to-json":Gr,substring:Rr,"substring-before":Br,"substring-after":Fr,sum:Ur,"string-length":Pr,translate:Ir,true:Or,"upper-case":Mr,"ext-join":ir,"ext-if":nr,"ext-cardinal":or},t.name=r,t.args=[],t}return N(r,e),r.prototype.appendArg=function(e){this.args.push(e)},r.prototype.evaluate=function(e){var r="".concat(this.name.value),t=this.xPathFunctions[r];return t?t.call(this,e):new u(!1)},r}($e),Xr=function(e){function r(r){var t=e.call(this)||this;return t.value=r,t}return N(r,e),r.prototype.evaluate=function(){return new se(this.value)},r}($e),_r=function(){function e(){this.value=new u(!0)}return e.prototype.evaluate=function(){return this.value},e}(),jr=function(e){function r(r){var t=e.call(this)||this;return t.absolute=!1,t.steps=[],t.xPath=r,t}return N(r,e),r.prototype.appendStep=function(e){var r=this._combineSteps(this.steps[this.steps.length-1],e);r?this.steps[this.steps.length-1]=r:this.steps.push(e)},r.prototype.prependStep=function(e){var r=this._combineSteps(e,this.steps[0]);r?this.steps[0]=r:this.steps.unshift(e)},r.prototype._combineSteps=function(e,r){if(!e)return null;if(!r)return null;var t=e.predicates&&e.predicates.length>0;if(e.nodeTest instanceof _r&&!t)if(e.axis==le.DESCENDANT_OR_SELF){if(r.axis==le.CHILD);else if(r.axis==le.SELF)return r.axis=le.DESCENDANT_OR_SELF,r}else if(e.axis==le.DESCENDANT&&r.axis==le.SELF)return r.axis=le.DESCENDANT,r;return null},r.prototype.evaluate=function(e){var r;r=this.absolute?e.root:e.nodeList[e.position];var t=[];return this.xPath.xPathStep(t,this.steps,0,r,e),new ne(t)},r}($e),Jr=function(e){function r(r){var t=e.call(this)||this;return t.value=r,t}return N(r,e),r.prototype.evaluate=function(){return new ie(this.value)},r}($e),Yr=function(e){function r(r,t){var a=e.call(this)||this;return a.filter=r,a.rel=t,a}return N(r,e),r.prototype.evaluate=function(e){var r=this.filter.evaluate(e).nodeSetValue(),t=[];if(e.returnOnFirstMatch){for(var a=0;a<r.length&&!((t=this.rel.evaluate(e.clone(r,void 0,a)).nodeSetValue()).length>0);++a);return new ne(t)}for(a=0;a<r.length;++a)for(var o=this.rel.evaluate(e.clone(r,void 0,a)).nodeSetValue(),n=0;n<o.length;++n)t.push(o[n]);return new ne(t)},r}($e),Wr=function(e){function r(r){var t=e.call(this)||this;return t.expression=r,t}return N(r,e),r.prototype.evaluate=function(e){var r=this.expression.evaluate(e);return"number"==r.type?new u(e.position==r.numberValue()-1):new u(r.booleanValue())},r}($e),Zr=function(e){function r(r){var t=e.call(this)||this;return t.expr=r,t}return N(r,e),r.prototype.evaluate=function(e){return new ie(-this.expr.evaluate(e).numberValue())},r}($e),Kr=function(e){function r(r,t,a,o){var n=e.call(this)||this;n.axis=r,n.nodeTest=t,n.predicate=o||[],n.hasPositionalPredicate=!1,n.xPath=a;for(var i=0;i<n.predicate.length;++i)if(n.predicateExprHasPositionalSelector(n.predicate[i].expr)){n.hasPositionalPredicate=!0;break}return n}return N(r,e),r.prototype.predicateExprHasPositionalSelector=function(e,r){if(!e)return!1;if(!r&&this.exprReturnsNumberValue(e))return!0;if(e instanceof zr){var t=e.name.value;return"last"==t||"position"==t}return e instanceof er&&(this.predicateExprHasPositionalSelector(e.expr1,!0)||this.predicateExprHasPositionalSelector(e.expr2,!0))},r.prototype.exprReturnsNumberValue=function(e){return e instanceof zr?{last:!0,position:!0,count:!0,"string-length":!0,number:!0,sum:!0,floor:!0,ceiling:!0,round:!0}[e.name.value]:e instanceof Zr||(e instanceof er?{"+":!0,"-":!0,"*":!0,mod:!0,div:!0}[e.op.value]:e instanceof Jr)},r.prototype.appendPredicate=function(e){this.predicate.push(e),this.hasPositionalPredicate||(this.hasPositionalPredicate=this.predicateExprHasPositionalSelector(e.expression))},r.prototype.evaluate=function(e){var r=e.nodeList[e.position],a=[],o=!1;switch(this.nodeTest instanceof _r&&(o=!0),this.axis){case le.ANCESTOR_OR_SELF:a.push(r);for(var n=r.parentNode;n;n=n.parentNode)n.nodeType!==t&&a.push(n);break;case le.ANCESTOR:for(n=r.parentNode;n;n=n.parentNode)n.nodeType!==t&&a.push(n);break;case le.ATTRIBUTE:var i=r.childNodes.filter((function(e){return e.nodeType===t}));if(void 0!==this.nodeTest.name){if(i)if(i instanceof Array)Qe(a,i);else if("style"==this.nodeTest.name){var s=r.getAttributeValue("style");s&&"string"!=typeof s?a.push(D.create(t,"style",s.cssText,document)):a.push(i[this.nodeTest.name])}else a.push(i[this.nodeTest.name])}else e.ignoreAttributesWithoutValue?function(e,r){if(r)for(var t=r.length-1;t>=0;--t)r[t].nodeValue&&e.push(r[t])}(a,i):Qe(a,i);break;case le.CHILD:Qe(a,r.childNodes.filter((function(e){return e.nodeType!==t})));break;case le.DESCENDANT_OR_SELF:this.nodeTest.evaluate(e).booleanValue()&&a.push(r);var l=this.xPath.xPathExtractTagNameFromNodeTest(this.nodeTest,e.ignoreNonElementNodesForNTA);this.xPath.xPathCollectDescendants(a,r,l),l&&(o=!0);break;case le.DESCENDANT:l=this.xPath.xPathExtractTagNameFromNodeTest(this.nodeTest,e.ignoreNonElementNodesForNTA);this.xPath.xPathCollectDescendants(a,r,l),l&&(o=!0);break;case le.FOLLOWING:for(n=r;n;n=n.parentNode)for(var u=n.nextSibling;u;u=u.nextSibling)u.nodeType!==t&&a.push(u),this.xPath.xPathCollectDescendants(a,u);break;case le.FOLLOWING_SIBLING:if(r.nodeType===t)break;for(n=r.nextSibling;n;n=n.nextSibling)n.nodeType!==t&&a.push(n);break;case le.NAMESPACE:throw new Error("not implemented: axis namespace");case le.PARENT:r.parentNode&&a.push(r.parentNode);break;case le.PRECEDING:for(n=r;n;n=n.parentNode)for(u=n.previousSibling;u;u=u.previousSibling)u.nodeType!==t&&a.push(u),this.xPath.xPathCollectDescendantsReverse(a,u);break;case le.PRECEDING_SIBLING:for(n=r.previousSibling;n;n=n.previousSibling)n.nodeType!==t&&a.push(n);break;case le.SELF:a.push(r);break;case le.SELF_AND_SIBLINGS:for(var c=0,p=e.nodeList;c<p.length;c++){var h=p[c];h.nodeType!==t&&a.push(h)}break;default:throw new Error("ERROR -- NO SUCH AXIS: ".concat(this.axis))}if(!o){var d=a;a=[];for(var f=0;f<d.length;++f)this.nodeTest.evaluate(e.clone(d,void 0,f)).booleanValue()&&a.push(d[f])}if(!e.returnOnFirstMatch)for(f=0;f<this.predicate.length;++f){d=a;a=[];for(var g=0;g<d.length;++g){n=d[g];this.predicate[f].evaluate(e.clone(d,void 0,g)).booleanValue()&&a.push(n)}}return new ne(a)},r}($e),Qr=function(e){function r(r){var t=e.call(this)||this;return t.value=r,t}return N(r,e),r.prototype.evaluate=function(){return new se(this.value)},r}($e),$r=function(e){function r(r,t){var a=e.call(this)||this;return a.expr1=r,a.expr2=t,a}return N(r,e),r.prototype.evaluate=function(e){for(var r=this.expr1.evaluate(e).nodeSetValue(),t=this.expr2.evaluate(e).nodeSetValue(),a=r.length,o=0,n=t;o<n.length;o++){for(var i=n[o],s=!1,l=0;l<a;++l)r[l]==i&&(s=!0,l=a);s||r.push(i)}return new ne(r)},r}($e),et=function(e){function r(r){var t=e.call(this)||this;return t.name=r,t}return N(r,e),r.prototype.evaluate=function(e){return e.getVariable(this.name)},r}($e),rt={label:"LocationPath",key:void 0},tt={label:"RelativeLocationPath",key:void 0},at={label:"AbsoluteLocationPath",key:void 0},ot={label:"Step",key:void 0},nt={label:"NodeTest",key:void 0},it={label:"Predicate",key:void 0},st={label:"Literal",key:void 0},lt={label:"Expr",key:void 0},ut={label:"PrimaryExpr",key:void 0},ct={label:"Variablereference",key:void 0},pt={label:"Number",key:void 0},ht={label:"FunctionCall",key:void 0},dt={label:"ArgumentRemainder",key:void 0},ft={label:"PathExpr",key:void 0},gt={label:"UnionExpr",key:void 0},mt={label:"FilterExpr",key:void 0},vt={label:"Digits",key:void 0},bt=function(){function e(){}return e.prototype.evaluate=function(e){return new u(e.nodeList[e.position].nodeType==n)},e}(),yt=function(){function e(){}return e.prototype.evaluate=function(e){var a=e.nodeList[e.position];return new u(a.nodeType==r||a.nodeType==t)},e}(),xt=function(){function e(e){if(this.name=e,e.indexOf(":")>0){var r=e.split(":");this.namespacePrefix=r[0],this.name=r[1]}this.re=new RegExp("^".concat(e,"$"),"i")}return e.prototype.evaluate=function(e){var r=e.nodeList[e.position];return void 0!==this.namespacePrefix?e.knownNamespaces[this.namespacePrefix]!==r.namespaceUri?new u(!1):e.caseInsensitive?r.localName.length!==this.name.length?new u(!1):new u(this.re.test(r.localName)):new u(r.localName===this.name):e.caseInsensitive?r.nodeName.length!==this.name.length?new u(!1):new u(this.re.test(r.nodeName)):new u(r.nodeName===this.name)},e}(),wt=function(){function e(e){this.regex=new RegExp("^".concat(e,":")),this.nsprefix=e}return e.prototype.evaluate=function(e){var r=e.nodeList[e.position];return new u(r.nodeName.match(this.regex))},e}(),Et=function(){function e(e){this.target=e}return e.prototype.evaluate=function(e){var r=e.nodeList[e.position];return new u(7==r.nodeType&&(!this.target||r.nodeName==this.target))},e}(),Nt=function(){function e(){}return e.prototype.evaluate=function(e){return new u(e.nodeList[e.position].nodeType==a)},e}(),Dt=function(){function e(){this.xPathGrammarRules=[[rt,[tt],18,this.passExpr],[rt,[at],18,this.passExpr],[at,[he,tt],18,this.makeLocationExpr1],[at,[pe,tt],18,this.makeLocationExpr2],[at,[he],0,this.makeLocationExpr3],[at,[pe],0,this.makeLocationExpr4],[tt,[ot],31,this.makeLocationExpr5],[tt,[tt,he,ot],31,this.makeLocationExpr6],[tt,[tt,pe,ot],31,this.makeLocationExpr7],[ot,[ye],33,this.makeStepExpr1],[ot,[be],33,this.makeStepExpr2],[ot,[ge,de,nt],33,this.makeStepExpr3],[ot,[xe,nt],33,this.makeStepExpr4],[ot,[nt],33,this.makeStepExpr5],[ot,[ot,it],33,this.makeStepExpr6],[nt,[Ie],33,this.makeNodeTestExpr1],[nt,[Ue,fe,Ie],33,this.makeNodeTestExpr2],[nt,[He],33,this.makeNodeTestExpr3],[nt,[ze,ve],33,this.makeNodeTestExpr4],[nt,[ze,st,ve],33,this.makeNodeTestExpr5],[it,[Re,lt,Fe],33,this.makePredicateExpr],[ut,[ct],33,this.passExpr],[ut,[me,lt,ve],33,this.makePrimaryExpr],[ut,[st],30,this.passExpr],[ut,[pt],30,this.passExpr],[ut,[ht],31,this.passExpr],[ht,[He,me,ve],-1,this.makeFunctionCallExpr1],[ht,[He,me,lt,dt,je,ve],-1,this.makeFunctionCallExpr2],[dt,[we,lt],-1,this.makeArgumentExpr],[gt,[ft],20,this.passExpr],[gt,[gt,ce,ft],20,this.makeUnionExpr],[ft,[rt],20,this.passExpr],[ft,[mt],19,this.passExpr],[ft,[mt,he,tt],19,this.makePathExpr1],[ft,[mt,pe,tt],19,this.makePathExpr2],[mt,[ut,it,je],31,this.makeFilterExpr],[lt,[ut],16,this.passExpr],[lt,[gt],16,this.passExpr],[lt,[Ce,lt],-1,this.makeUnaryMinusExpr],[lt,[lt,Ee,lt],-1,this.makeBinaryExpr],[lt,[lt,Ne,lt],-1,this.makeBinaryExpr],[lt,[lt,De,lt],-1,this.makeBinaryExpr],[lt,[lt,Ae,lt],-1,this.makeBinaryExpr],[lt,[lt,Te,lt],-1,this.makeBinaryExpr],[lt,[lt,Se,lt],-1,this.makeBinaryExpr],[lt,[lt,ke,lt],-1,this.makeBinaryExpr],[lt,[lt,qe,lt],-1,this.makeBinaryExpr],[lt,[lt,Le,lt],-1,this.makeBinaryExpr,Ye],[lt,[lt,Ce,lt],-1,this.makeBinaryExpr,Ye],[lt,[lt,Ie,lt],-1,this.makeBinaryExpr,Ye],[lt,[lt,Ve,lt],-1,this.makeBinaryExpr,Ye],[lt,[lt,Pe,lt],-1,this.makeBinaryExpr,Ye],[st,[Oe],-1,this.makeLiteralExpr],[st,[Ge],-1,this.makeLiteralExpr],[pt,[Me],-1,this.makeNumberExpr],[ct,[Be,He],200,this.makeVariableReference]],this.xPathParseCache={},this.xPathRules=[],this.xPathLog=function(){},this.lexerCount=0,this.parseCount=0,this.reduceCount=0}return e.prototype.makeTokenExpr=function(e){return new Qr(e)},e.prototype.passExpr=function(e){return e},e.prototype.makeLocationExpr1=function(e,r){return r.absolute=!0,r},e.prototype.makeLocationExpr2=function(e,r){return r.absolute=!0,r.prependStep(this.makeAbbrevStep(e.value)),r},e.prototype.makeLocationExpr3=function(){var e=new jr(this);return e.appendStep(this.makeAbbrevStep(".")),e.absolute=!0,e},e.prototype.makeLocationExpr4=function(e){var r=new jr(this);return r.absolute=!0,r.appendStep(this.makeAbbrevStep(e.value)),r},e.prototype.makeLocationExpr5=function(e){var r=new jr(this);return r.appendStep(e),r},e.prototype.makeLocationExpr6=function(e,r,t){return e.appendStep(t),e},e.prototype.makeLocationExpr7=function(e,r,t){return e.appendStep(this.makeAbbrevStep(r.value)),e.appendStep(t),e},e.prototype.makeStepExpr1=function(e){return this.makeAbbrevStep(e.value)},e.prototype.makeStepExpr2=function(e){return this.makeAbbrevStep(e.value)},e.prototype.makeStepExpr3=function(e,r,t){return new Kr(e.value,t,this)},e.prototype.makeStepExpr4=function(e,r){return new Kr("attribute",r,this)},e.prototype.makeStepExpr5=function(e,r){return new Kr(r||"child",e,this)},e.prototype.makeStepExpr6=function(e,r){return e.appendPredicate(r),e},e.prototype.makeAbbrevStep=function(e){switch(e){case"//":return new Kr("descendant-or-self",new _r,this);case".":return new Kr("self",new _r,this);case"..":return new Kr("parent",new _r,this)}},e.prototype.makeNodeTestExpr1=function(){return new yt},e.prototype.makeNodeTestExpr2=function(e){return new wt(e.value)},e.prototype.makeNodeTestExpr3=function(e){return new xt(e.value)},e.prototype.makeNodeTestExpr4=function(e){switch(e.value.replace(/\s*\($/,"")){case"node":return new _r;case"text":return new Nt;case"comment":return new bt;case"processing-instruction":return new Et("")}},e.prototype.makeNodeTestExpr5=function(e,r){var t=e.replace(/\s*\($/,"");if("processing-instruction"!=t)throw t;return new Et(r.value)},e.prototype.makePredicateExpr=function(e,r){return new Wr(r)},e.prototype.makePrimaryExpr=function(e,r){return r},e.prototype.makeFunctionCallExpr1=function(e){return new zr(e)},e.prototype.makeFunctionCallExpr2=function(e,r,t,a){var o=new zr(e);o.appendArg(t);for(var n=0;n<a.length;++n)o.appendArg(a[n]);return o},e.prototype.makeArgumentExpr=function(e,r){return r},e.prototype.makeUnionExpr=function(e,r,t){return new $r(e,t)},e.prototype.makePathExpr1=function(e,r,t){return new Yr(e,t)},e.prototype.makePathExpr2=function(e,r,t){return t.prependStep(this.makeAbbrevStep(r.value)),new Yr(e,t)},e.prototype.makeFilterExpr=function(e,r){return r.length>0?new rr(e,r):e},e.prototype.makeUnaryMinusExpr=function(e,r){return new Zr(r)},e.prototype.makeBinaryExpr=function(e,r,t){return new er(e,r,t)},e.prototype.makeLiteralExpr=function(e){var r=e.value.substring(1,e.value.length-1);return new Xr(r)},e.prototype.makeNumberExpr=function(e){return new Jr(e.value)},e.prototype.makeVariableReference=function(e,r){return new et(r.value)},e.prototype.makeSimpleExpr=function(e,r){if("$"==e.charAt(0))return new et(e.substr(1));if("@"==e.charAt(0)){var t=new xt(e.substr(1)),a=new Kr("attribute",t,this),o=new jr(this);return o.appendStep(a),o}if(e.match(/^[0-9]+$/))return new Jr(e);var n=new xt(e),i=new Kr(r||le.CHILD,n,this),s=new jr(this);return s.appendStep(i),s},e.prototype.makeSimpleExpr2=function(e){for(var r=e.split("/"),t=new jr(this),a=0;a<r.length;++a){var o=new xt(r[a]),n=new Kr(le.CHILD,o,this);t.appendStep(n)}return t},e.prototype.stackToString=function(e){for(var r="",t=0;t<e.length;++t)r&&(r+="\n"),r+=e[t].tag.label;return r},e.prototype.xPathCacheLookup=function(e){return this.xPathParseCache[e]},e.prototype.xPathCollectDescendants=function(e,r,a){if(a&&r.getElementsByTagName)Qe(e,r.getElementsByTagName(a));else for(var o=r.firstChild;o;o=o.nextSibling)o.nodeType!==t&&e.push(o),this.xPathCollectDescendants(e,o)},e.prototype.xPathCollectDescendantsReverse=function(e,r){for(var t=r.lastChild;t;t=t.previousSibling)e.push(t),this.xPathCollectDescendantsReverse(e,t)},e.prototype.xPathEval=function(e,r){return this.xPathParse(e).evaluate(r)},e.prototype.xPathExtractTagNameFromNodeTest=function(e,r){return e instanceof xt?e.name:r&&e instanceof _r||e instanceof yt?"*":void 0},e.prototype.xPathMatchStack=function(e,r){var t,a,o=e.length,n=r.length,i=[];i.matchlength=0;var s=0;for(t=n-1,a=o-1;t>=0&&a>=0;--t,a-=s){s=0;var l=[];if(r[t]==je)for(t-=1,i.push(l);a-s>=0&&e[a-s].tag==r[t];)l.push(e[a-s]),s+=1,i.matchlength+=1;else if(r[t]==_e)for(t-=1,i.push(l);a-s>=0&&s<2&&e[a-s].tag==r[t];)l.push(e[a-s]),s+=1,i.matchlength+=1;else if(r[t]==Je){if(t-=1,i.push(l),e[a].tag!=r[t])return[];for(;a-s>=0&&e[a-s].tag==r[t];)l.push(e[a-s]),s+=1,i.matchlength+=1}else{if(e[a].tag!=r[t])return[];i.push(e[a]),s+=1,i.matchlength+=1}Ke(l),l.expr=Ze(l,(function(e){return e.expr}))}return Ke(i),-1===t?i:[]},e.prototype.findXPathRuleForExpression=function(e,r){for(var t=null,a="",o=0;o<Xe.length;++o){var n=Xe[o].re.exec(e);if(this.lexerCount++,null!==n&&n.length>0&&n[0].length>0){t=Xe[o],a=n[0];break}}return!t||t!=Ve&&t!=Pe&&t!=Ne&&t!=Ee||r&&r.tag!=xe&&r.tag!=pe&&r.tag!=he&&r.tag!=de&&r.tag!=Be||(t=He),{rule:t,match:a}},e.prototype.xPathParseInit=function(){if(!this.xPathRules.length){var e=[rt,tt,at,ot,nt,it,st,lt,ut,ct,pt,ht,dt,ft,gt,mt,vt];this.xPathGrammarRules.sort((function(e,r){var t=e[1].length,a=r[1].length;return t<a?1:t>a?-1:0}));for(var r=1,t=0;t<e.length;++t)e[t].key=r++;for(t=0;t<Xe.length;++t)Xe[t].key=r++;this.xPathLog("XPath parse INIT: ".concat(r," rules"));for(t=0;t<this.xPathGrammarRules.length;++t)for(var a=this.xPathGrammarRules[t],o=a[1],n=o.length-1;n>=0;--n){if(o[n]==Je){s(this.xPathRules,o[n-1].key,a);break}if(o[n]!=je&&o[n]!=_e){s(this.xPathRules,o[n].key,a);break}s(this.xPathRules,o[n-1].key,a),--n}this.xPathLog("XPath parse INIT: ".concat(this.xPathRules.length," rule bins"));var i=0;!function(e,r){for(var t=0;t<e.length;++t)r.call(this,e[t],t)}(this.xPathRules,(function(e){e&&(i+=e.length)})),this.xPathLog("XPath parse INIT: ".concat(i/this.xPathRules.length," average bin size"))}function s(e,r,t){e[r]||(e[r]=[]),e[r].push(t)}},e.prototype.xPathParse=function(e,r){var t="".concat(e);if(this.xPathLog("parse ".concat(e)),this.xPathParseInit(),e.match(/^(\$|@)?\w+$/i)){var a=this.makeSimpleExpr(e,r);return this.xPathParseCache[e]=a,this.xPathLog(" ... simple"),a}if(e.match(/^\w+(\/\w+)*$/i)){a=this.makeSimpleExpr2(e);return this.xPathParseCache[e]=a,this.xPathLog(" ... simple 2"),a}var o=e,n=[],i=null,s=null,l=!1,u=0;this.lexerCount=0;for(var c=0;!l;){u++,e=e.replace(/^\s*/,""),s=i,i=null;var p=this.findXPathRuleForExpression(e,s),h=p.rule,d=p.match;for(h?(e=e.substr(d.length),this.xPathLog("token: ".concat(d," -- ").concat(h.label)),i={tag:h,match:d,prec:h.prec?h.prec:0,expr:this.makeTokenExpr(d)}):(this.xPathLog("DONE"),l=!0);this.xPathReduce(n,i);)c++,this.xPathLog("stack: ".concat(this.stackToString(n)))}if(this.xPathLog("stack: ".concat(this.stackToString(n))),1!==n.length)throw"XPath parse error ".concat(o,":\n").concat(this.stackToString(n));var f=n[0].expr;return void 0!==r&&!f.absolute&&!t.startsWith("*")&&f.steps&&Array.isArray(f.steps)&&(f.steps[0].axis=r),this.xPathParseCache[o]=f,this.xPathLog("XPath parse: ".concat(u," / ").concat(this.lexerCount," / ").concat(c)),f},e.prototype.findGrammarRuleCandidate=function(e,r){for(var t=0;t<e.length;++t){var a=e[t],o=this.xPathMatchStack(r,a[1]);if(o.length){var n={tag:a[0],rule:a,match:o,prec:void 0};return n.prec=this.xPathGrammarPrecedence(n),n}}return null},e.prototype.xPathReduce=function(e,r){var t,a=null;if(e.length>0){var o=e[e.length-1],n=this.xPathRules[o.tag.key];n&&(a=this.findGrammarRuleCandidate(n,e))}if(a&&(!r||a.prec>r.prec||r.tag.left&&a.prec>=r.prec)){for(var i=0;i<a.match.matchlength;++i)e.pop();this.xPathLog("reduce ".concat(a.tag.label," ").concat(a.prec," ahead ").concat(r?r.tag.label+" "+r.prec+(r.tag.left?" left":""):" none "));var s=Ze(a.match,(function(e){return e.expr}));this.xPathLog("going to apply ".concat(a.rule[3])),a.expr=a.rule[3].apply(this,s),e.push(a),t=!0}else r&&(this.xPathLog("shift ".concat(r.tag.label," ").concat(r.prec).concat(r.tag.left?" left":""," over ").concat(a?a.tag.label+" "+a.prec:" none")),e.push(r)),t=!1;return t},e.prototype.xPathSort=function(e,r){if(0!==r.length){for(var t=[],a=0;a<e.contextSize();++a){for(var o={node:h=e.nodeList[a],key:[]},n=e.clone([h],void 0,0,void 0),i=0,s=r;i<s.length;i++){var l=s[i],u=l.expr.evaluate(n),c=void 0;"text"===l.type?c=u.stringValue():"number"===l.type&&(c=u.numberValue()),o.key.push({value:c,order:l.order})}o.key.push({value:a,order:"ascending"}),t.push(o)}t.sort(this.xPathSortByKey);var p=[];for(a=0;a<t.length;++a){var h;(h=t[a].node).siblingPosition=a,p.push(h)}e.nodeList=p,e.setNode(0)}},e.prototype.xPathSortByKey=function(e,r){for(var t=0;t<e.key.length;++t){var a="descending"==e.key[t].order?-1:1;if(e.key[t].value>r.key[t].value)return 1*a;if(e.key[t].value<r.key[t].value)return-1*a}return 0},e.prototype.xPathStep=function(e,r,t,a,o){var n=r[t],i=o.clone([a],void 0,0,void 0);if(o.returnOnFirstMatch&&!n.hasPositionalPredicate){var s=(p=n.evaluate(i).nodeSetValue()).length,l=n.predicate.length;e:for(var u=0;u<s;++u){for(var c=0;c<l;++c)if(!n.predicate[c].evaluate(o.clone(p,void 0,u,void 0)).booleanValue())continue e;if(t==r.length-1?e.push(p[u]):this.xPathStep(e,r,t+1,p[u],o),e.length>0)break}}else{i.returnOnFirstMatch=!1;var p=n.evaluate(i).nodeSetValue();for(u=0;u<p.length;++u)t==r.length-1?e.push(p[u]):this.xPathStep(e,r,t+1,p[u],o)}},e.prototype.xPathGrammarPrecedence=function(e){var r=0;if(e.rule)if(e.rule.length>=3&&e.rule[2]>=0)r=e.rule[2];else for(var t=0;t<e.rule[1].length;++t){var a=this.xPathTokenPrecedence(e.rule[1][t]);r=Math.max(r,a)}else if(e.tag)r=this.xPathTokenPrecedence(e.tag);else if(e.length)for(var o=0;o<e.length;++o){a=this.xPathGrammarPrecedence(e[o]);r=Math.max(r,a)}return r},e.prototype.xPathTokenPrecedence=function(e){return e.prec||2},e}(),At=function(){function e(){}return e.prototype.expressionMatch=function(e,r){return e instanceof jr?this.locationExpressionMatch(e,r):e instanceof $r?this.unionExpressionMatch(e,r):[]},e.prototype.locationExpressionMatch=function(e,r){if(void 0===e||void 0===e.steps||e.steps.length<=0)throw new Error("Error resolving XSLT match: Location Expression should have steps.");return e.absolute?"self"===e.steps[0].axis?this.absoluteXsltMatchByDocumentNode(e,r):this.absoluteXsltMatch(e,r):this.relativeXsltMatch(e,r)},e.prototype.unionExpressionMatch=function(e,r){return this.expressionMatch(e.expr1,r).concat(this.expressionMatch(e.expr2,r))},e.prototype.absoluteXsltMatchByDocumentNode=function(e,r){for(var t=r.clone([r.root],void 0,0,void 0),a=[],o=0,n=e.evaluate(t).nodeSetValue();o<n.length;o++){var i=n[o];i.id!==r.nodeList[r.position].id||a.push(i)}return a},e.prototype.absoluteXsltMatch=function(e,r){var t,a=r.root.childNodes.find((function(e){return"#dtd-section"!==e.nodeName})),o=r.clone([a],void 0,0,void 0),n=e.evaluate(o).nodeSetValue(),i=[];t=1===r.nodeList.length&&"#document"===r.nodeList[0].nodeName?[r.nodeList[0].childNodes.find((function(e){return"#dtd-section"!==e.nodeName}))]:r.nodeList;for(var s=0,l=n;s<l.length;s++){var u=l[s];u.id!==t[r.position].id||i.push(u)}return i},e.prototype.relativeXsltMatch=function(e,r){var t=r.clone(),a=e.evaluate(t).nodeSetValue();return 1===a.length&&"#document"===a[0].nodeName?[a[0].childNodes[0]]:a},e}(),qt=function(){function e(e){void 0===e&&(e={escape:!0,selfClosingTags:!0,parameters:[]}),this.xPath=new Dt,this.matchResolver=new At,this.options={escape:!0===e.escape,selfClosingTags:!0===e.selfClosingTags,parameters:e.parameters||[]},this.outputMethod="xml",this.outputOmitXmlDeclaration="no",this.decimalFormatSettings={decimalSeparator:".",groupingSeparator:",",infinity:"Infinity",minusSign:"-",naN:"NaN",percent:"%",perMille:"‰",zeroDigit:"0",digit:"#",patternSeparator:";"}}return e.prototype.xsltProcess=function(e,r){var t=new A;this.outputDocument=t;var a=new We([e],[t]);if(this.options.parameters.length>0)for(var o=0,n=this.options.parameters;o<n.length;o++){var i=n[o];a.setVariable(i.name,new se(i.value))}return this.xsltProcessContext(a,r,this.outputDocument),function(e,r){void 0===r&&(r={cData:!1,escape:!0,selfClosingTags:!0,outputMethod:"xml"});var t=[];return T(e,t,r),t.join("")}(t,{cData:!1,escape:this.options.escape,selfClosingTags:this.options.selfClosingTags,outputMethod:this.outputMethod})},e.prototype.xsltProcessContext=function(e,n,s){var u=this;if(this.isXsltElement(n)){var p,b,w,E=void 0,N=void 0,A=void 0,q=void 0,k=void 0,T=void 0,L=void 0,C=void 0,V=void 0,R=void 0,F=void 0,B=void 0;switch(n.localName){case"apply-imports":case"attribute-set":case"fallback":case"import":case"include":case"key":case"message":case"namespace-alias":case"number":case"preserve-space":case"processing-instruction":case"strip-space":throw new Error("not implemented: ".concat(n.localName));case"apply-templates":k=(A=P(n,"select"))?this.xPath.xPathEval(A,e).nodeSetValue():e.nodeList[e.position].childNodes,T=P(n,"mode"),L=[];for(var U=0,I=(b=n.ownerDocument.documentElement).childNodes.filter((function(e){return e.nodeType==r&&u.isXsltElement(e,"template")}));U<I.length;U++){var O=I[U],G=n.getAncestorByLocalName("template");void 0!==G&&(G.id!==O.id&&(T&&O.getAttributeValue("mode")!==T||L.push(O)))}for(var M=e.clone(k),H=0;H<L.length;++H)for(var z=0;z<M.contextSize();++z)if(M.nodeList[z].nodeType===a){var X=e.clone([M.nodeList[z]],void 0,0,void 0);this.commonLogicTextNode(X,M.nodeList[z],s)}else{var _=M.clone([M.nodeList[z]],void 0,0,void 0);_.inApplyTemplates=!0,_.outputDepth=0,this.xsltProcessContext(_,L[H],s)}break;case"attribute":E=P(n,"name"),p=this.xsltAttributeValue(E,e);var j=x(this.outputDocument);if(this.xsltChildNodes(e,n,j),q=function(e,n){if(void 0===n&&(n=!1),!e)return"";var s="";if(e.nodeType==a||e.nodeType==o)s+=e.nodeValue;else if(e.nodeType==t)s+=e.nodeValue;else if(e.nodeType==r||e.nodeType==i||e.nodeType==l){if(!n){var u=e.innerText;if(null!=u)return u;var c=e.textContent;if(null!=c)return c}for(var p=e.transformedChildNodes.length,h=0;h<p;++h)s+=S(e.transformedChildNodes[h])}return s}(j),s.nodeType===l)h(s,p,q);else{var J=e.nodeList[e.position],Y=J.parentNode,W=J.outputNode;if(null==W&&(W=new D(J.nodeType,J.nodeName,J.nodeValue,e.outputNodeList[e.outputPosition],J.namespaceUri),J.outputNode=W),"#document"===W.localName){var Z=e.root.childNodes[0],K=v(this.outputDocument,Z.nodeName);K.transformedNodeName=Z.nodeName,K.transformedLocalName=Z.localName,f(W,K),W=K,Y=K}h(s,p,q),Y&&Y.outputNode?h(Y.outputNode,p,q):h(Y,p,q)}break;case"call-template":p=P(n,"name"),b=n.ownerDocument.documentElement,C=e.clone(),this.xsltWithParam(C,n);for(H=0;H<b.childNodes.length;++H){var Q=b.childNodes[H];if(Q.nodeType===r&&this.isXsltElement(Q,"template")&&c(Q,"name")==p){this.xsltChildNodes(C,Q,s);break}}break;case"choose":this.xsltChoose(e,n,s);break;case"comment":N=x(this.outputDocument),this.xsltChildNodes(e,n,N),V=S(N),R=y(this.outputDocument,V),s.appendChild(R);break;case"copy":var $=s||e.outputNodeList[e.outputPosition];(N=this.xsltCopy($,e.nodeList[e.position]))&&this.xsltChildNodes(e,n,N);break;case"copy-of":A=P(n,"select"),q=this.xPath.xPathEval(A,e);var ee=s||e.outputNodeList[e.outputPosition];if("node-set"===q.type){k=q.nodeSetValue();for(H=0;H<k.length;++H)this.xsltCopyOf(ee,k[H])}else{d(ee,g(this.outputDocument,q.stringValue()))}break;case"decimal-format":p=P(n,"name");var re=P(n,"decimal-separator"),te=P(n,"grouping-separator"),ae=P(n,"infinity"),oe=P(n,"minus-sign"),ne=P(n,"NaN"),ie=P(n,"percent"),se=P(n,"per-mille"),le=P(n,"zero-digit"),ue=P(n,"digit"),ce=P(n,"pattern-separator");this.decimalFormatSettings={name:p||this.decimalFormatSettings.name,decimalSeparator:re||this.decimalFormatSettings.decimalSeparator,groupingSeparator:te||this.decimalFormatSettings.groupingSeparator,infinity:ae||this.decimalFormatSettings.infinity,minusSign:oe||this.decimalFormatSettings.minusSign,naN:ne||this.decimalFormatSettings.naN,percent:ie||this.decimalFormatSettings.percent,perMille:se||this.decimalFormatSettings.perMille,zeroDigit:le||this.decimalFormatSettings.zeroDigit,digit:ue||this.decimalFormatSettings.digit,patternSeparator:ce||this.decimalFormatSettings.patternSeparator},e.decimalFormatSettings=this.decimalFormatSettings;break;case"element":E=P(n,"name"),p=this.xsltAttributeValue(E,e),(N=v(this.outputDocument,p)).transformedNodeName=p,f(e.outputNodeList[e.outputPosition],N);var pe=e.clone(void 0,[N],void 0,0);this.xsltChildNodes(pe,n,N);break;case"for-each":this.xsltForEach(e,n,s);break;case"if":w=P(n,"test"),this.xPath.xPathEval(w,e).booleanValue()&&this.xsltChildNodes(e,n,s);break;case"otherwise":throw"error if here: ".concat(n.localName);case"output":this.outputMethod=P(n,"method"),this.outputOmitXmlDeclaration=P(n,"omit-xml-declaration");break;case"param":this.xsltVariable(e,n,!1);break;case"sort":this.xsltSort(e,n);break;case"stylesheet":case"transform":this.xsltTransformOrStylesheet(n,e,s);break;case"template":if(!e.inApplyTemplates&&e.baseTemplateMatched)break;if(!(F=P(n,"match")))break;if((k=this.xsltMatch(F,e,"self-and-siblings")).length>0){e.inApplyTemplates||(e.baseTemplateMatched=!0);var he=e.clone(k,void 0,0);this.xsltChildNodes(he,n,s)}break;case"text":B=S(n),N=m(this.outputDocument,B);var de=n.childNodes.filter((function(e){return e.nodeType===t&&"disable-output-escaping"===e.nodeName}));de.length>0&&"yes"===de[0].nodeValue&&(N.escape=!1),(s||e.outputNodeList[e.outputPosition]).appendTransformedChild(N);break;case"value-of":A=P(n,"select"),q=this.xPath.xPathEval(A,e).stringValue(),(N=m(this.outputDocument,q)).siblingPosition=e.nodeList[e.position].siblingPosition,s.nodeType===l?s.appendTransformedChild(N):e.outputNodeList[e.outputPosition].appendTransformedChild(N);break;case"variable":this.xsltVariable(e,n,!0);break;default:throw new Error("error if here: ".concat(n.localName))}}else this.xsltPassThrough(e,n,s)},e.prototype.xsltChoose=function(e,t,a){for(var o=0,n=t.childNodes;o<n.length;o++){var i=n[o];if(i.nodeType===r)if(this.isXsltElement(i,"when")){var s=P(i,"test");if(this.xPath.xPathEval(s,e).booleanValue()){this.xsltChildNodes(e,i,a);break}}else if(this.isXsltElement(i,"otherwise")){this.xsltChildNodes(e,i,a);break}}},e.prototype.xsltCopy=function(e,i){if(i.nodeType==r)return(s=v(this.outputDocument,i.nodeName)).transformedNodeName=i.nodeName,null!==i.namespaceUri&&void 0!==i.namespaceUri&&h(s,"xmlns",i.namespaceUri),f(e,s),s;if(i.nodeType==a)f(e,s=m(this.outputDocument,i.nodeValue));else if(i.nodeType==o){f(e,s=b(this.outputDocument,i.nodeValue))}else if(i.nodeType==n){var s;f(e,s=y(this.outputDocument,i.nodeValue))}else i.nodeType==t&&h(e,i.nodeName,i.nodeValue);return null},e.prototype.xsltCopyOf=function(e,r){if(r.nodeType==l||r.nodeType==i)for(var t=0;t<r.childNodes.length;++t)this.xsltCopyOf(e,r.childNodes[t]);else{var a=this.xsltCopy(e,r);if(a)for(t=0;t<r.childNodes.length;++t)this.xsltCopyOf(a,r.childNodes[t])}},e.prototype.xsltForEach=function(e,r,t){var a=P(r,"select"),o=this.xPath.xPathEval(a,e).nodeSetValue();if(0!==o.length){var n=e.clone(o);if(this.xsltSort(n,r),n.nodeList.filter((function(e){return null!==e.parentNode&&void 0!==e.parentNode})).length<=0)throw new Error("Nodes with no parents defined.");for(var i=0;i<n.contextSize();++i)this.xsltChildNodes(n.clone(n.nodeList,void 0,i),r,t)}},e.prototype.xsltSort=function(e,t){for(var a=[],o=0,n=t.childNodes;o<n.length;o++){var i=n[o];if(i.nodeType==r&&this.isXsltElement(i,"sort")){var s=P(i,"select"),l=this.xPath.xPathParse(s),u=P(i,"data-type")||"text",c=P(i,"order")||"ascending";a.push({expr:l,type:u,order:c})}}this.xPath.xPathSort(e,a)},e.prototype.xsltTransformOrStylesheet=function(e,r,a){for(var o=0,n=e.childNodes.filter((function(e){return e.nodeType===t}));o<n.length;o++){var i=n[o];if("version"===i.nodeName){if(this.version=i.nodeValue,!["1.0","2.0","3.0"].includes(this.version))throw new Error("XSLT version not defined or invalid. Actual resolved version: ".concat(this.version||"(none)","."));r.xsltVersion=this.version}else"xmlns"===i.prefix&&(r.knownNamespaces[i.localName]=i.nodeValue)}this.xsltChildNodes(r,e,a)},e.prototype.xsltVariable=function(e,r,a){var o,n=P(r,"name"),i=P(r,"select");if(r.childNodes.filter((function(e){return e.nodeType!==t})).length>0){var s=x(r.ownerDocument);this.xsltChildNodes(e,r,s),o=new ne([s])}else if(i)o=this.xPath.xPathEval(i,e);else{var l="",u=this.options.parameters.filter((function(e){return e.name===n}));u.length>0&&(l=u[0].value),o=new se(l)}!a&&e.getVariable(n)||e.setVariable(n,o)},e.prototype.xsltChildNodes=function(e,r,t){for(var a=e.clone(),o=0;o<r.childNodes.length;++o)this.xsltProcessContext(a,r.childNodes[o],t)},e.prototype.commonLogicTextNode=function(e,r,t){if(t.nodeType===l){f(t,o=m(this.outputDocument,r.nodeValue))}else{var o,n=e.outputNodeList[e.outputPosition].transformedChildNodes.filter((function(e){return e.nodeType===a}));if(n.length>0)(o=n[0]).transformedNodeValue=r.nodeValue;else(o=m(this.outputDocument,r.nodeValue)).transformedParentNode=e.outputNodeList[e.outputPosition],f(e.outputNodeList[e.outputPosition],o)}},e.prototype.xsltPassThrough=function(e,o,n){if(o.nodeType==a)this.xsltPassText(o)&&this.commonLogicTextNode(e,o,n);else if(o.nodeType==r){var i=void 0,s=e;"#document"===e.nodeList[e.position].nodeName?(i=e.nodeList[e.position].childNodes.find((function(e){return"#dtd-section"!==e.nodeName})),s=e.clone([i])):i=e.nodeList[e.position];var l=void 0;void 0===i.outputNode||null===i.outputNode||e.outputDepth>0?((l=v(this.outputDocument,o.nodeName)).siblingPosition=i.siblingPosition,0===e.outputDepth&&(i.outputNode=l)):l=i.outputNode,l.transformedNodeName=o.nodeName,l.transformedLocalName=o.localName;for(var u=0,c=i.transformedChildNodes.filter((function(e){return e.nodeType===t}));u<c.length;u++){var p=c[u];h(l,p.transformedNodeName,p.transformedNodeValue)}for(var d=0,g=o.childNodes.filter((function(e){return(null==e?void 0:e.nodeType)===t}));d<g.length;d++){var m=g[d];h(l,m.nodeName,this.xsltAttributeValue(m.nodeValue,s))}var b=e.outputNodeList[e.outputPosition];f(b,l);var y=s.cloneByOutput(b.transformedChildNodes,b.transformedChildNodes.length-1,++s.outputDepth);this.xsltChildNodes(y,o,n)}else this.xsltChildNodes(e,o,n)},e.prototype.xsltPassText=function(e){if(!e.nodeValue.match(/^\s*$/))return!0;var t=e.parentNode;if(this.isXsltElement(t,"text"))return!0;for(;t&&t.nodeType==r;){var a=c(t,"xml:space");if(a){if("default"==a)return!1;if("preserve"==a)return!0}t=t.parentNode}return!1},e.prototype.xsltAttribute=function(e,r){return r.nodeList[r.position].childNodes.find((function(r){return r.nodeType===t&&r.nodeName===e}))},e.prototype.xsltAttributeValue=function(e,r){var t=e.split("{");if(1===t.length)return e;for(var a="",o=0;o<t.length;++o){var n=t[o].split("}");if(2==n.length)a+=this.xPath.xPathEval(n[0],r).stringValue()+n[1];else a+=t[o]}return a},e.prototype.xsltMatch=function(e,r,t){var a=this.xPath.xPathParse(e,t);return this.matchResolver.expressionMatch(a,r)},e.prototype.xsltWithParam=function(e,t){for(var a=0,o=t.childNodes;a<o.length;a++){var n=o[a];n.nodeType===r&&this.isXsltElement(n,"with-param")&&this.xsltVariable(e,n,!0)}},e.prototype.isXsltElement=function(e,r){return(!r||e.localName==r)&&(e.namespaceUri?"http://www.w3.org/1999/XSL/Transform"===e.namespaceUri:"xsl"===e.prefix)},e}();e.ExprContext=We,e.XPath=Dt,e.XmlParser=oe,e.Xslt=qt,e.xmlEscapeText=C,Object.defineProperty(e,"__esModule",{value:!0})}));
15
+ ***************************************************************************** */var E=function(e,r){return E=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])},E(e,r)};function N(e,r){function t(){this.constructor=e}E(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var D=function(){function e(e,r,t,a,n){this.id=Math.random()*(Number.MAX_SAFE_INTEGER-1)+1,this.childNodes=[],this.transformedChildNodes=[],this.visited=!1,this.escape=!0,this.siblingPosition=-1,this.init(e,r,t,a,n)}return e.prototype.init=function(e,r,t,a,n){var o;this.nodeType=e-0,this.nodeName="".concat(r),this.nodeValue="".concat(t),this.ownerDocument=a,this.namespaceUri=n||null,o=this.qualifiedNameToParts("".concat(r)),this.prefix=o[0],this.localName=o[1],this.firstChild=null,this.lastChild=null,this.nextSibling=null,this.previousSibling=null,this.parentNode=null},e.prototype.qualifiedNameToParts=function(e){return e.includes(":")?e.split(":"):[null,e]},e.prototype.domTraverseElements=function(e,t,a){var n;if(t&&"boolean"==typeof(n=t.call(null,e))&&!n)return!1;for(var o=e.firstChild;o;o=o.nextSibling)if(o.nodeType==r&&"boolean"==typeof(n=this.domTraverseElements.call(this,o,t,a))&&!n)return!1;return!(a&&"boolean"==typeof(n=a.call(null,e))&&!n)&&void 0},e.recycle=function(e){if(e)if("XDocument"!==e.constructor.name){if(e.constructor==this){this._unusedXNodes.push(e);for(var r=0;r<e.childNodes.length;++r)this.recycle(e.childNodes[r]);e.childNodes.length=0,e.init.call(0,"","",null)}}else this.recycle(e.documentElement)},e.create=function(r,t,a,n,o){if(this._unusedXNodes.length>0){var i=this._unusedXNodes.pop();return i.init(r,t,a,n,o),i}return new e(r,t,a,n,o)},e.clone=function(r,t){var a=new e(r.nodeType,r.nodeName,r.nodeValue,t,r.namespaceUri);a.id=r.id;for(var n=0,o=r.childNodes;n<o.length;n++){var i=o[n];a.appendChild(e.clone(i,a))}return a},e.prototype.appendChild=function(e){0===this.childNodes.length&&(this.firstChild=e),e.previousSibling=this.lastChild,e.nextSibling=null,this.lastChild&&(this.lastChild.nextSibling=e),e.parentNode=this,this.lastChild=e,this.childNodes.push(e)},e.prototype.appendTransformedChild=function(e){0===this.transformedChildNodes.length&&(this.transformedFirstChild=e),e.transformedPreviousSibling=this.lastChild,e.transformedNextSibling=null,this.transformedLastChild&&(this.transformedLastChild.transformedNextSibling=e),e.transformedParentNode=this,this.transformedLastChild=e,this.transformedChildNodes.push(e)},e.prototype.replaceChild=function(e,r){if(r!=e)for(var t=0;t<this.childNodes.length;++t)if(this.childNodes[t]==r){this.childNodes[t]=e;var a=r.parentNode;r.parentNode=null,e.parentNode=a,a=r.previousSibling,r.previousSibling=null,e.previousSibling=a,e.previousSibling&&(e.previousSibling.nextSibling=e),a=r.nextSibling,r.nextSibling=null,e.nextSibling=a,e.nextSibling&&(e.nextSibling.previousSibling=e),this.firstChild==r&&(this.firstChild=e),this.lastChild==r&&(this.lastChild=e);break}},e.prototype.insertBefore=function(e,r){if(r!=e&&r.parentNode==this){e.parentNode&&e.parentNode.removeChild(e);for(var t=[],a=0,n=this.childNodes;a<n.length;a++){var o=n[a];o==r&&(t.push(e),e.parentNode=this,e.previousSibling=r.previousSibling,r.previousSibling=e,e.previousSibling&&(e.previousSibling.nextSibling=e),e.nextSibling=r,this.firstChild==r&&(this.firstChild=e)),t.push(o)}this.childNodes=t}},e.prototype.removeChild=function(e){for(var r=[],t=0,a=this.childNodes;t<a.length;t++){var n=a[t];n!=e?r.push(n):(n.previousSibling&&(n.previousSibling.nextSibling=n.nextSibling),n.nextSibling&&(n.nextSibling.previousSibling=n.previousSibling),this.firstChild==n&&(this.firstChild=n.nextSibling),this.lastChild==n&&(this.lastChild=n.previousSibling))}this.childNodes=r},e.prototype.hasAttributes=function(){return this.childNodes.filter((function(e){return e.nodeType===t})).length>0},e.prototype.setAttribute=function(r,a){for(var n=this.childNodes.filter((function(e){return e.nodeType===t})),o=0;o<n.length;++o)if(n[o].nodeName==r)return void(n[o].nodeValue="".concat(a));var i=e.create(t,r,a,this);i.parentNode=this,this.appendChild(i)},e.prototype.setTransformedAttribute=function(r,a){for(var n=this.transformedChildNodes.filter((function(e){return e.nodeType===t})),o=0;o<n.length;++o){var i=n[o];if(i.nodeName===r)return i.transformedNodeName=r,void(i.transformedNodeValue="".concat(a))}var s=e.create(t,r,a,this);s.transformedNodeName=r,s.transformedNodeValue=a,s.parentNode=this,this.appendTransformedChild(s)},e.prototype.setAttributeNS=function(r,a,n){for(var o=this.childNodes.filter((function(e){return e.nodeType===t})),i=0;i<o.length;++i){var s=o[i];if(s.namespaceUri==r&&s.localName==this.qualifiedNameToParts("".concat(a))[1])return s.nodeValue="".concat(n),s.nodeName="".concat(a),void(s.prefix=this.qualifiedNameToParts("".concat(a))[0])}var l=e.create(t,a,n,this,r);l.parentNode=this,this.appendChild(l)},e.prototype.getAttributeValue=function(e){for(var r=this.childNodes.filter((function(e){return e.nodeType===t})),a=0;a<r.length;++a)if(r[a].nodeName===e)return r[a].nodeValue;return null},e.prototype.getAttributeNS=function(e,r){for(var a=this.childNodes.filter((function(e){return e.nodeType===t})),n=0;n<a.length;++n){var o=a[n];if(o.namespaceUri===e&&o.localName===r)return o.nodeValue}return null},e.prototype.hasAttribute=function(e){for(var r=this.childNodes.filter((function(e){return e.nodeType===t})),a=0;a<r.length;++a)if(r[a].nodeName===e)return!0;return!1},e.prototype.hasAttributeNS=function(e,r){for(var a=this.childNodes.filter((function(e){return e.nodeType===t})),n=0;n<a.length;++n){var o=a[n];if(o.namespaceUri===e&&o.localName===r)return!0}return!1},e.prototype.removeAttribute=function(e){for(var r=[],a=0;a<this.childNodes.length;++a){var n=this.childNodes[a];n.nodeType===t?n.nodeName!==e&&r.push(n):r.push(n)}this.childNodes=r},e.prototype.removeAttributeNS=function(e,r){for(var a=[],n=0;n<this.childNodes.length;++n){var o=this.childNodes[n];o.nodeType===t?o.localName===r&&o.namespaceUri===e||a.push(o):a.push(o)}this.childNodes=a},e.prototype.getElementsByTagName=function(e){var r=[],t=this;return"*"==e?this.domTraverseElements(this,(function(e){t!=e&&r.push(e)}),null):this.domTraverseElements(this,(function(a){t!=a&&a.nodeName==e&&r.push(a)}),null),r},e.prototype.getElementsByTagNameNS=function(e,r){var t=[],a=this;return"*"==e&&"*"==r?this.domTraverseElements(this,(function(e){a!=e&&t.push(e)}),null):"*"==e?this.domTraverseElements(this,(function(e){a!=e&&e.localName==r&&t.push(e)}),null):"*"==r?this.domTraverseElements(this,(function(r){a!=r&&r.namespaceUri==e&&t.push(r)}),null):this.domTraverseElements(this,(function(n){a!=n&&n.localName==r&&n.namespaceUri==e&&t.push(n)}),null),t},e.prototype.getElementById=function(e){var r=null;return this.domTraverseElements(this,(function(t){if(t.getAttributeValue("id")==e)return r=t,!1}),null),r},e.prototype.getAncestorByLocalName=function(e){if(null!==this.parentNode&&void 0!==this.parentNode)return this.parentNode.localName===e?this.parentNode:this.parentNode.getAncestorByLocalName(e)},e.prototype.getAncestorById=function(e){if(null!==this.parentNode&&void 0!==this.parentNode)return this.parentNode.id===e?this.parentNode:this.parentNode.getAncestorById(e)},e._unusedXNodes=[],e}(),A=function(e){function u(){var r=e.call(this,i,"#document",null,null)||this;return r.documentElement=null,r}return N(u,e),u.prototype.appendChild=function(r){e.prototype.appendChild.call(this,r),this.documentElement=this.childNodes[0]},u.prototype.createElement=function(e){return D.create(r,e,null,this)},u.prototype.createElementNS=function(e,t){return D.create(r,t,null,this,e)},u.prototype.createDocumentFragment=function(){return D.create(l,"#document-fragment",null,this)},u.prototype.createTextNode=function(e){return D.create(a,"#text",e,this)},u.prototype.createTransformedTextNode=function(e){var r=D.create(a,"#text",e,this);return r.transformedNodeValue=e,r},u.prototype.createAttribute=function(e){return D.create(t,e,null,this)},u.prototype.createAttributeNS=function(e,r){return D.create(t,r,null,this,e)},u.prototype.createComment=function(e){return D.create(o,"#comment",e,this)},u.prototype.createCDATASection=function(e){return D.create(n,"#cdata-section",e,this)},u.prototype.createDTDSection=function(e){return D.create(s,"#dtd-section",e,this)},u}(D),q="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var k=function(e,r){return e(r={exports:{}},r.exports),r.exports}((function(e,r){!function(t){var a=r,n=e&&e.exports==a&&e,o="object"==typeof q&&q;o.global!==o&&o.window!==o||(t=o);var i=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,s=/[\x01-\x7F]/g,l=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,u=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,c={"­":"shy","‌":"zwnj","‍":"zwj","‎":"lrm","⁣":"ic","⁢":"it","⁡":"af","‏":"rlm","​":"ZeroWidthSpace","⁠":"NoBreak","̑":"DownBreve","⃛":"tdot","⃜":"DotDot","\t":"Tab","\n":"NewLine"," ":"puncsp"," ":"MediumSpace"," ":"thinsp"," ":"hairsp"," ":"emsp13"," ":"ensp"," ":"emsp14"," ":"emsp"," ":"numsp"," ":"nbsp","  ":"ThickSpace","‾":"oline",_:"lowbar","‐":"dash","–":"ndash","—":"mdash","―":"horbar",",":"comma",";":"semi","⁏":"bsemi",":":"colon","⩴":"Colone","!":"excl","¡":"iexcl","?":"quest","¿":"iquest",".":"period","‥":"nldr","…":"mldr","·":"middot","'":"apos","‘":"lsquo","’":"rsquo","‚":"sbquo","‹":"lsaquo","›":"rsaquo",'"':"quot","“":"ldquo","”":"rdquo","„":"bdquo","«":"laquo","»":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","⌈":"lceil","⌉":"rceil","⌊":"lfloor","⌋":"rfloor","⦅":"lopar","⦆":"ropar","⦋":"lbrke","⦌":"rbrke","⦍":"lbrkslu","⦎":"rbrksld","⦏":"lbrksld","⦐":"rbrkslu","⦑":"langd","⦒":"rangd","⦓":"lparlt","⦔":"rpargt","⦕":"gtlPar","⦖":"ltrPar","⟦":"lobrk","⟧":"robrk","⟨":"lang","⟩":"rang","⟪":"Lang","⟫":"Rang","⟬":"loang","⟭":"roang","❲":"lbbrk","❳":"rbbrk","‖":"Vert","§":"sect","¶":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","‰":"permil","‱":"pertenk","†":"dagger","‡":"Dagger","•":"bull","⁃":"hybull","′":"prime","″":"Prime","‴":"tprime","⁗":"qprime","‵":"bprime","⁁":"caret","`":"grave","´":"acute","˜":"tilde","^":"Hat","¯":"macr","˘":"breve","˙":"dot","¨":"die","˚":"ring","˝":"dblac","¸":"cedil","˛":"ogon","ˆ":"circ","ˇ":"caron","°":"deg","©":"copy","®":"reg","℗":"copysr","℘":"wp","℞":"rx","℧":"mho","℩":"iiota","←":"larr","↚":"nlarr","→":"rarr","↛":"nrarr","↑":"uarr","↓":"darr","↔":"harr","↮":"nharr","↕":"varr","↖":"nwarr","↗":"nearr","↘":"searr","↙":"swarr","↝":"rarrw","↝̸":"nrarrw","↞":"Larr","↟":"Uarr","↠":"Rarr","↡":"Darr","↢":"larrtl","↣":"rarrtl","↤":"mapstoleft","↥":"mapstoup","↦":"map","↧":"mapstodown","↩":"larrhk","↪":"rarrhk","↫":"larrlp","↬":"rarrlp","↭":"harrw","↰":"lsh","↱":"rsh","↲":"ldsh","↳":"rdsh","↵":"crarr","↶":"cularr","↷":"curarr","↺":"olarr","↻":"orarr","↼":"lharu","↽":"lhard","↾":"uharr","↿":"uharl","⇀":"rharu","⇁":"rhard","⇂":"dharr","⇃":"dharl","⇄":"rlarr","⇅":"udarr","⇆":"lrarr","⇇":"llarr","⇈":"uuarr","⇉":"rrarr","⇊":"ddarr","⇋":"lrhar","⇌":"rlhar","⇐":"lArr","⇍":"nlArr","⇑":"uArr","⇒":"rArr","⇏":"nrArr","⇓":"dArr","⇔":"iff","⇎":"nhArr","⇕":"vArr","⇖":"nwArr","⇗":"neArr","⇘":"seArr","⇙":"swArr","⇚":"lAarr","⇛":"rAarr","⇝":"zigrarr","⇤":"larrb","⇥":"rarrb","⇵":"duarr","⇽":"loarr","⇾":"roarr","⇿":"hoarr","∀":"forall","∁":"comp","∂":"part","∂̸":"npart","∃":"exist","∄":"nexist","∅":"empty","∇":"Del","∈":"in","∉":"notin","∋":"ni","∌":"notni","϶":"bepsi","∏":"prod","∐":"coprod","∑":"sum","+":"plus","±":"pm","÷":"div","×":"times","<":"lt","≮":"nlt","<⃒":"nvlt","=":"equals","≠":"ne","=⃥":"bne","⩵":"Equal",">":"gt","≯":"ngt",">⃒":"nvgt","¬":"not","|":"vert","¦":"brvbar","−":"minus","∓":"mp","∔":"plusdo","⁄":"frasl","∖":"setmn","∗":"lowast","∘":"compfn","√":"Sqrt","∝":"prop","∞":"infin","∟":"angrt","∠":"ang","∠⃒":"nang","∡":"angmsd","∢":"angsph","∣":"mid","∤":"nmid","∥":"par","∦":"npar","∧":"and","∨":"or","∩":"cap","∩︀":"caps","∪":"cup","∪︀":"cups","∫":"int","∬":"Int","∭":"tint","⨌":"qint","∮":"oint","∯":"Conint","∰":"Cconint","∱":"cwint","∲":"cwconint","∳":"awconint","∴":"there4","∵":"becaus","∶":"ratio","∷":"Colon","∸":"minusd","∺":"mDDot","∻":"homtht","∼":"sim","≁":"nsim","∼⃒":"nvsim","∽":"bsim","∽̱":"race","∾":"ac","∾̳":"acE","∿":"acd","≀":"wr","≂":"esim","≂̸":"nesim","≃":"sime","≄":"nsime","≅":"cong","≇":"ncong","≆":"simne","≈":"ap","≉":"nap","≊":"ape","≋":"apid","≋̸":"napid","≌":"bcong","≍":"CupCap","≭":"NotCupCap","≍⃒":"nvap","≎":"bump","≎̸":"nbump","≏":"bumpe","≏̸":"nbumpe","≐":"doteq","≐̸":"nedot","≑":"eDot","≒":"efDot","≓":"erDot","≔":"colone","≕":"ecolon","≖":"ecir","≗":"cire","≙":"wedgeq","≚":"veeeq","≜":"trie","≟":"equest","≡":"equiv","≢":"nequiv","≡⃥":"bnequiv","≤":"le","≰":"nle","≤⃒":"nvle","≥":"ge","≱":"nge","≥⃒":"nvge","≦":"lE","≦̸":"nlE","≧":"gE","≧̸":"ngE","≨︀":"lvnE","≨":"lnE","≩":"gnE","≩︀":"gvnE","≪":"ll","≪̸":"nLtv","≪⃒":"nLt","≫":"gg","≫̸":"nGtv","≫⃒":"nGt","≬":"twixt","≲":"lsim","≴":"nlsim","≳":"gsim","≵":"ngsim","≶":"lg","≸":"ntlg","≷":"gl","≹":"ntgl","≺":"pr","⊀":"npr","≻":"sc","⊁":"nsc","≼":"prcue","⋠":"nprcue","≽":"sccue","⋡":"nsccue","≾":"prsim","≿":"scsim","≿̸":"NotSucceedsTilde","⊂":"sub","⊄":"nsub","⊂⃒":"vnsub","⊃":"sup","⊅":"nsup","⊃⃒":"vnsup","⊆":"sube","⊈":"nsube","⊇":"supe","⊉":"nsupe","⊊︀":"vsubne","⊊":"subne","⊋︀":"vsupne","⊋":"supne","⊍":"cupdot","⊎":"uplus","⊏":"sqsub","⊏̸":"NotSquareSubset","⊐":"sqsup","⊐̸":"NotSquareSuperset","⊑":"sqsube","⋢":"nsqsube","⊒":"sqsupe","⋣":"nsqsupe","⊓":"sqcap","⊓︀":"sqcaps","⊔":"sqcup","⊔︀":"sqcups","⊕":"oplus","⊖":"ominus","⊗":"otimes","⊘":"osol","⊙":"odot","⊚":"ocir","⊛":"oast","⊝":"odash","⊞":"plusb","⊟":"minusb","⊠":"timesb","⊡":"sdotb","⊢":"vdash","⊬":"nvdash","⊣":"dashv","⊤":"top","⊥":"bot","⊧":"models","⊨":"vDash","⊭":"nvDash","⊩":"Vdash","⊮":"nVdash","⊪":"Vvdash","⊫":"VDash","⊯":"nVDash","⊰":"prurel","⊲":"vltri","⋪":"nltri","⊳":"vrtri","⋫":"nrtri","⊴":"ltrie","⋬":"nltrie","⊴⃒":"nvltrie","⊵":"rtrie","⋭":"nrtrie","⊵⃒":"nvrtrie","⊶":"origof","⊷":"imof","⊸":"mumap","⊹":"hercon","⊺":"intcal","⊻":"veebar","⊽":"barvee","⊾":"angrtvb","⊿":"lrtri","⋀":"Wedge","⋁":"Vee","⋂":"xcap","⋃":"xcup","⋄":"diam","⋅":"sdot","⋆":"Star","⋇":"divonx","⋈":"bowtie","⋉":"ltimes","⋊":"rtimes","⋋":"lthree","⋌":"rthree","⋍":"bsime","⋎":"cuvee","⋏":"cuwed","⋐":"Sub","⋑":"Sup","⋒":"Cap","⋓":"Cup","⋔":"fork","⋕":"epar","⋖":"ltdot","⋗":"gtdot","⋘":"Ll","⋘̸":"nLl","⋙":"Gg","⋙̸":"nGg","⋚︀":"lesg","⋚":"leg","⋛":"gel","⋛︀":"gesl","⋞":"cuepr","⋟":"cuesc","⋦":"lnsim","⋧":"gnsim","⋨":"prnsim","⋩":"scnsim","⋮":"vellip","⋯":"ctdot","⋰":"utdot","⋱":"dtdot","⋲":"disin","⋳":"isinsv","⋴":"isins","⋵":"isindot","⋵̸":"notindot","⋶":"notinvc","⋷":"notinvb","⋹":"isinE","⋹̸":"notinE","⋺":"nisd","⋻":"xnis","⋼":"nis","⋽":"notnivc","⋾":"notnivb","⌅":"barwed","⌆":"Barwed","⌌":"drcrop","⌍":"dlcrop","⌎":"urcrop","⌏":"ulcrop","⌐":"bnot","⌒":"profline","⌓":"profsurf","⌕":"telrec","⌖":"target","⌜":"ulcorn","⌝":"urcorn","⌞":"dlcorn","⌟":"drcorn","⌢":"frown","⌣":"smile","⌭":"cylcty","⌮":"profalar","⌶":"topbot","⌽":"ovbar","⌿":"solbar","⍼":"angzarr","⎰":"lmoust","⎱":"rmoust","⎴":"tbrk","⎵":"bbrk","⎶":"bbrktbrk","⏜":"OverParenthesis","⏝":"UnderParenthesis","⏞":"OverBrace","⏟":"UnderBrace","⏢":"trpezium","⏧":"elinters","␣":"blank","─":"boxh","│":"boxv","┌":"boxdr","┐":"boxdl","└":"boxur","┘":"boxul","├":"boxvr","┤":"boxvl","┬":"boxhd","┴":"boxhu","┼":"boxvh","═":"boxH","║":"boxV","╒":"boxdR","╓":"boxDr","╔":"boxDR","╕":"boxdL","╖":"boxDl","╗":"boxDL","╘":"boxuR","╙":"boxUr","╚":"boxUR","╛":"boxuL","╜":"boxUl","╝":"boxUL","╞":"boxvR","╟":"boxVr","╠":"boxVR","╡":"boxvL","╢":"boxVl","╣":"boxVL","╤":"boxHd","╥":"boxhD","╦":"boxHD","╧":"boxHu","╨":"boxhU","╩":"boxHU","╪":"boxvH","╫":"boxVh","╬":"boxVH","▀":"uhblk","▄":"lhblk","█":"block","░":"blk14","▒":"blk12","▓":"blk34","□":"squ","▪":"squf","▫":"EmptyVerySmallSquare","▭":"rect","▮":"marker","▱":"fltns","△":"xutri","▴":"utrif","▵":"utri","▸":"rtrif","▹":"rtri","▽":"xdtri","▾":"dtrif","▿":"dtri","◂":"ltrif","◃":"ltri","◊":"loz","○":"cir","◬":"tridot","◯":"xcirc","◸":"ultri","◹":"urtri","◺":"lltri","◻":"EmptySmallSquare","◼":"FilledSmallSquare","★":"starf","☆":"star","☎":"phone","♀":"female","♂":"male","♠":"spades","♣":"clubs","♥":"hearts","♦":"diams","♪":"sung","✓":"check","✗":"cross","✠":"malt","✶":"sext","❘":"VerticalSeparator","⟈":"bsolhsub","⟉":"suphsol","⟵":"xlarr","⟶":"xrarr","⟷":"xharr","⟸":"xlArr","⟹":"xrArr","⟺":"xhArr","⟼":"xmap","⟿":"dzigrarr","⤂":"nvlArr","⤃":"nvrArr","⤄":"nvHarr","⤅":"Map","⤌":"lbarr","⤍":"rbarr","⤎":"lBarr","⤏":"rBarr","⤐":"RBarr","⤑":"DDotrahd","⤒":"UpArrowBar","⤓":"DownArrowBar","⤖":"Rarrtl","⤙":"latail","⤚":"ratail","⤛":"lAtail","⤜":"rAtail","⤝":"larrfs","⤞":"rarrfs","⤟":"larrbfs","⤠":"rarrbfs","⤣":"nwarhk","⤤":"nearhk","⤥":"searhk","⤦":"swarhk","⤧":"nwnear","⤨":"toea","⤩":"tosa","⤪":"swnwar","⤳":"rarrc","⤳̸":"nrarrc","⤵":"cudarrr","⤶":"ldca","⤷":"rdca","⤸":"cudarrl","⤹":"larrpl","⤼":"curarrm","⤽":"cularrp","⥅":"rarrpl","⥈":"harrcir","⥉":"Uarrocir","⥊":"lurdshar","⥋":"ldrushar","⥎":"LeftRightVector","⥏":"RightUpDownVector","⥐":"DownLeftRightVector","⥑":"LeftUpDownVector","⥒":"LeftVectorBar","⥓":"RightVectorBar","⥔":"RightUpVectorBar","⥕":"RightDownVectorBar","⥖":"DownLeftVectorBar","⥗":"DownRightVectorBar","⥘":"LeftUpVectorBar","⥙":"LeftDownVectorBar","⥚":"LeftTeeVector","⥛":"RightTeeVector","⥜":"RightUpTeeVector","⥝":"RightDownTeeVector","⥞":"DownLeftTeeVector","⥟":"DownRightTeeVector","⥠":"LeftUpTeeVector","⥡":"LeftDownTeeVector","⥢":"lHar","⥣":"uHar","⥤":"rHar","⥥":"dHar","⥦":"luruhar","⥧":"ldrdhar","⥨":"ruluhar","⥩":"rdldhar","⥪":"lharul","⥫":"llhard","⥬":"rharul","⥭":"lrhard","⥮":"udhar","⥯":"duhar","⥰":"RoundImplies","⥱":"erarr","⥲":"simrarr","⥳":"larrsim","⥴":"rarrsim","⥵":"rarrap","⥶":"ltlarr","⥸":"gtrarr","⥹":"subrarr","⥻":"suplarr","⥼":"lfisht","⥽":"rfisht","⥾":"ufisht","⥿":"dfisht","⦚":"vzigzag","⦜":"vangrt","⦝":"angrtvbd","⦤":"ange","⦥":"range","⦦":"dwangle","⦧":"uwangle","⦨":"angmsdaa","⦩":"angmsdab","⦪":"angmsdac","⦫":"angmsdad","⦬":"angmsdae","⦭":"angmsdaf","⦮":"angmsdag","⦯":"angmsdah","⦰":"bemptyv","⦱":"demptyv","⦲":"cemptyv","⦳":"raemptyv","⦴":"laemptyv","⦵":"ohbar","⦶":"omid","⦷":"opar","⦹":"operp","⦻":"olcross","⦼":"odsold","⦾":"olcir","⦿":"ofcir","⧀":"olt","⧁":"ogt","⧂":"cirscir","⧃":"cirE","⧄":"solb","⧅":"bsolb","⧉":"boxbox","⧍":"trisb","⧎":"rtriltri","⧏":"LeftTriangleBar","⧏̸":"NotLeftTriangleBar","⧐":"RightTriangleBar","⧐̸":"NotRightTriangleBar","⧜":"iinfin","⧝":"infintie","⧞":"nvinfin","⧣":"eparsl","⧤":"smeparsl","⧥":"eqvparsl","⧫":"lozf","⧴":"RuleDelayed","⧶":"dsol","⨀":"xodot","⨁":"xoplus","⨂":"xotime","⨄":"xuplus","⨆":"xsqcup","⨍":"fpartint","⨐":"cirfnint","⨑":"awint","⨒":"rppolint","⨓":"scpolint","⨔":"npolint","⨕":"pointint","⨖":"quatint","⨗":"intlarhk","⨢":"pluscir","⨣":"plusacir","⨤":"simplus","⨥":"plusdu","⨦":"plussim","⨧":"plustwo","⨩":"mcomma","⨪":"minusdu","⨭":"loplus","⨮":"roplus","⨯":"Cross","⨰":"timesd","⨱":"timesbar","⨳":"smashp","⨴":"lotimes","⨵":"rotimes","⨶":"otimesas","⨷":"Otimes","⨸":"odiv","⨹":"triplus","⨺":"triminus","⨻":"tritime","⨼":"iprod","⨿":"amalg","⩀":"capdot","⩂":"ncup","⩃":"ncap","⩄":"capand","⩅":"cupor","⩆":"cupcap","⩇":"capcup","⩈":"cupbrcap","⩉":"capbrcup","⩊":"cupcup","⩋":"capcap","⩌":"ccups","⩍":"ccaps","⩐":"ccupssm","⩓":"And","⩔":"Or","⩕":"andand","⩖":"oror","⩗":"orslope","⩘":"andslope","⩚":"andv","⩛":"orv","⩜":"andd","⩝":"ord","⩟":"wedbar","⩦":"sdote","⩪":"simdot","⩭":"congdot","⩭̸":"ncongdot","⩮":"easter","⩯":"apacir","⩰":"apE","⩰̸":"napE","⩱":"eplus","⩲":"pluse","⩳":"Esim","⩷":"eDDot","⩸":"equivDD","⩹":"ltcir","⩺":"gtcir","⩻":"ltquest","⩼":"gtquest","⩽":"les","⩽̸":"nles","⩾":"ges","⩾̸":"nges","⩿":"lesdot","⪀":"gesdot","⪁":"lesdoto","⪂":"gesdoto","⪃":"lesdotor","⪄":"gesdotol","⪅":"lap","⪆":"gap","⪇":"lne","⪈":"gne","⪉":"lnap","⪊":"gnap","⪋":"lEg","⪌":"gEl","⪍":"lsime","⪎":"gsime","⪏":"lsimg","⪐":"gsiml","⪑":"lgE","⪒":"glE","⪓":"lesges","⪔":"gesles","⪕":"els","⪖":"egs","⪗":"elsdot","⪘":"egsdot","⪙":"el","⪚":"eg","⪝":"siml","⪞":"simg","⪟":"simlE","⪠":"simgE","⪡":"LessLess","⪡̸":"NotNestedLessLess","⪢":"GreaterGreater","⪢̸":"NotNestedGreaterGreater","⪤":"glj","⪥":"gla","⪦":"ltcc","⪧":"gtcc","⪨":"lescc","⪩":"gescc","⪪":"smt","⪫":"lat","⪬":"smte","⪬︀":"smtes","⪭":"late","⪭︀":"lates","⪮":"bumpE","⪯":"pre","⪯̸":"npre","⪰":"sce","⪰̸":"nsce","⪳":"prE","⪴":"scE","⪵":"prnE","⪶":"scnE","⪷":"prap","⪸":"scap","⪹":"prnap","⪺":"scnap","⪻":"Pr","⪼":"Sc","⪽":"subdot","⪾":"supdot","⪿":"subplus","⫀":"supplus","⫁":"submult","⫂":"supmult","⫃":"subedot","⫄":"supedot","⫅":"subE","⫅̸":"nsubE","⫆":"supE","⫆̸":"nsupE","⫇":"subsim","⫈":"supsim","⫋︀":"vsubnE","⫋":"subnE","⫌︀":"vsupnE","⫌":"supnE","⫏":"csub","⫐":"csup","⫑":"csube","⫒":"csupe","⫓":"subsup","⫔":"supsub","⫕":"subsub","⫖":"supsup","⫗":"suphsub","⫘":"supdsub","⫙":"forkv","⫚":"topfork","⫛":"mlcp","⫤":"Dashv","⫦":"Vdashl","⫧":"Barv","⫨":"vBar","⫩":"vBarv","⫫":"Vbar","⫬":"Not","⫭":"bNot","⫮":"rnmid","⫯":"cirmid","⫰":"midcir","⫱":"topcir","⫲":"nhpar","⫳":"parsim","⫽":"parsl","⫽⃥":"nparsl","♭":"flat","♮":"natur","♯":"sharp","¤":"curren","¢":"cent",$:"dollar","£":"pound","¥":"yen","€":"euro","¹":"sup1","½":"half","⅓":"frac13","¼":"frac14","⅕":"frac15","⅙":"frac16","⅛":"frac18","²":"sup2","⅔":"frac23","⅖":"frac25","³":"sup3","¾":"frac34","⅗":"frac35","⅜":"frac38","⅘":"frac45","⅚":"frac56","⅝":"frac58","⅞":"frac78","𝒶":"ascr","𝕒":"aopf","𝔞":"afr","𝔸":"Aopf","𝔄":"Afr","𝒜":"Ascr","ª":"ordf","á":"aacute","Á":"Aacute","à":"agrave","À":"Agrave","ă":"abreve","Ă":"Abreve","â":"acirc","Â":"Acirc","å":"aring","Å":"angst","ä":"auml","Ä":"Auml","ã":"atilde","Ã":"Atilde","ą":"aogon","Ą":"Aogon","ā":"amacr","Ā":"Amacr","æ":"aelig","Æ":"AElig","𝒷":"bscr","𝕓":"bopf","𝔟":"bfr","𝔹":"Bopf","ℬ":"Bscr","𝔅":"Bfr","𝔠":"cfr","𝒸":"cscr","𝕔":"copf","ℭ":"Cfr","𝒞":"Cscr","ℂ":"Copf","ć":"cacute","Ć":"Cacute","ĉ":"ccirc","Ĉ":"Ccirc","č":"ccaron","Č":"Ccaron","ċ":"cdot","Ċ":"Cdot","ç":"ccedil","Ç":"Ccedil","℅":"incare","𝔡":"dfr","ⅆ":"dd","𝕕":"dopf","𝒹":"dscr","𝒟":"Dscr","𝔇":"Dfr","ⅅ":"DD","𝔻":"Dopf","ď":"dcaron","Ď":"Dcaron","đ":"dstrok","Đ":"Dstrok","ð":"eth","Ð":"ETH","ⅇ":"ee","ℯ":"escr","𝔢":"efr","𝕖":"eopf","ℰ":"Escr","𝔈":"Efr","𝔼":"Eopf","é":"eacute","É":"Eacute","è":"egrave","È":"Egrave","ê":"ecirc","Ê":"Ecirc","ě":"ecaron","Ě":"Ecaron","ë":"euml","Ë":"Euml","ė":"edot","Ė":"Edot","ę":"eogon","Ę":"Eogon","ē":"emacr","Ē":"Emacr","𝔣":"ffr","𝕗":"fopf","𝒻":"fscr","𝔉":"Ffr","𝔽":"Fopf","ℱ":"Fscr","ff":"fflig","ffi":"ffilig","ffl":"ffllig","fi":"filig",fj:"fjlig","fl":"fllig","ƒ":"fnof","ℊ":"gscr","𝕘":"gopf","𝔤":"gfr","𝒢":"Gscr","𝔾":"Gopf","𝔊":"Gfr","ǵ":"gacute","ğ":"gbreve","Ğ":"Gbreve","ĝ":"gcirc","Ĝ":"Gcirc","ġ":"gdot","Ġ":"Gdot","Ģ":"Gcedil","𝔥":"hfr","ℎ":"planckh","𝒽":"hscr","𝕙":"hopf","ℋ":"Hscr","ℌ":"Hfr","ℍ":"Hopf","ĥ":"hcirc","Ĥ":"Hcirc","ℏ":"hbar","ħ":"hstrok","Ħ":"Hstrok","𝕚":"iopf","𝔦":"ifr","𝒾":"iscr","ⅈ":"ii","𝕀":"Iopf","ℐ":"Iscr","ℑ":"Im","í":"iacute","Í":"Iacute","ì":"igrave","Ì":"Igrave","î":"icirc","Î":"Icirc","ï":"iuml","Ï":"Iuml","ĩ":"itilde","Ĩ":"Itilde","İ":"Idot","į":"iogon","Į":"Iogon","ī":"imacr","Ī":"Imacr","ij":"ijlig","IJ":"IJlig","ı":"imath","𝒿":"jscr","𝕛":"jopf","𝔧":"jfr","𝒥":"Jscr","𝔍":"Jfr","𝕁":"Jopf","ĵ":"jcirc","Ĵ":"Jcirc","ȷ":"jmath","𝕜":"kopf","𝓀":"kscr","𝔨":"kfr","𝒦":"Kscr","𝕂":"Kopf","𝔎":"Kfr","ķ":"kcedil","Ķ":"Kcedil","𝔩":"lfr","𝓁":"lscr","ℓ":"ell","𝕝":"lopf","ℒ":"Lscr","𝔏":"Lfr","𝕃":"Lopf","ĺ":"lacute","Ĺ":"Lacute","ľ":"lcaron","Ľ":"Lcaron","ļ":"lcedil","Ļ":"Lcedil","ł":"lstrok","Ł":"Lstrok","ŀ":"lmidot","Ŀ":"Lmidot","𝔪":"mfr","𝕞":"mopf","𝓂":"mscr","𝔐":"Mfr","𝕄":"Mopf","ℳ":"Mscr","𝔫":"nfr","𝕟":"nopf","𝓃":"nscr","ℕ":"Nopf","𝒩":"Nscr","𝔑":"Nfr","ń":"nacute","Ń":"Nacute","ň":"ncaron","Ň":"Ncaron","ñ":"ntilde","Ñ":"Ntilde","ņ":"ncedil","Ņ":"Ncedil","№":"numero","ŋ":"eng","Ŋ":"ENG","𝕠":"oopf","𝔬":"ofr","ℴ":"oscr","𝒪":"Oscr","𝔒":"Ofr","𝕆":"Oopf","º":"ordm","ó":"oacute","Ó":"Oacute","ò":"ograve","Ò":"Ograve","ô":"ocirc","Ô":"Ocirc","ö":"ouml","Ö":"Ouml","ő":"odblac","Ő":"Odblac","õ":"otilde","Õ":"Otilde","ø":"oslash","Ø":"Oslash","ō":"omacr","Ō":"Omacr","œ":"oelig","Œ":"OElig","𝔭":"pfr","𝓅":"pscr","𝕡":"popf","ℙ":"Popf","𝔓":"Pfr","𝒫":"Pscr","𝕢":"qopf","𝔮":"qfr","𝓆":"qscr","𝒬":"Qscr","𝔔":"Qfr","ℚ":"Qopf","ĸ":"kgreen","𝔯":"rfr","𝕣":"ropf","𝓇":"rscr","ℛ":"Rscr","ℜ":"Re","ℝ":"Ropf","ŕ":"racute","Ŕ":"Racute","ř":"rcaron","Ř":"Rcaron","ŗ":"rcedil","Ŗ":"Rcedil","𝕤":"sopf","𝓈":"sscr","𝔰":"sfr","𝕊":"Sopf","𝔖":"Sfr","𝒮":"Sscr","Ⓢ":"oS","ś":"sacute","Ś":"Sacute","ŝ":"scirc","Ŝ":"Scirc","š":"scaron","Š":"Scaron","ş":"scedil","Ş":"Scedil","ß":"szlig","𝔱":"tfr","𝓉":"tscr","𝕥":"topf","𝒯":"Tscr","𝔗":"Tfr","𝕋":"Topf","ť":"tcaron","Ť":"Tcaron","ţ":"tcedil","Ţ":"Tcedil","™":"trade","ŧ":"tstrok","Ŧ":"Tstrok","𝓊":"uscr","𝕦":"uopf","𝔲":"ufr","𝕌":"Uopf","𝔘":"Ufr","𝒰":"Uscr","ú":"uacute","Ú":"Uacute","ù":"ugrave","Ù":"Ugrave","ŭ":"ubreve","Ŭ":"Ubreve","û":"ucirc","Û":"Ucirc","ů":"uring","Ů":"Uring","ü":"uuml","Ü":"Uuml","ű":"udblac","Ű":"Udblac","ũ":"utilde","Ũ":"Utilde","ų":"uogon","Ų":"Uogon","ū":"umacr","Ū":"Umacr","𝔳":"vfr","𝕧":"vopf","𝓋":"vscr","𝔙":"Vfr","𝕍":"Vopf","𝒱":"Vscr","𝕨":"wopf","𝓌":"wscr","𝔴":"wfr","𝒲":"Wscr","𝕎":"Wopf","𝔚":"Wfr","ŵ":"wcirc","Ŵ":"Wcirc","𝔵":"xfr","𝓍":"xscr","𝕩":"xopf","𝕏":"Xopf","𝔛":"Xfr","𝒳":"Xscr","𝔶":"yfr","𝓎":"yscr","𝕪":"yopf","𝒴":"Yscr","𝔜":"Yfr","𝕐":"Yopf","ý":"yacute","Ý":"Yacute","ŷ":"ycirc","Ŷ":"Ycirc","ÿ":"yuml","Ÿ":"Yuml","𝓏":"zscr","𝔷":"zfr","𝕫":"zopf","ℨ":"Zfr","ℤ":"Zopf","𝒵":"Zscr","ź":"zacute","Ź":"Zacute","ž":"zcaron","Ž":"Zcaron","ż":"zdot","Ż":"Zdot","Ƶ":"imped","þ":"thorn","Þ":"THORN","ʼn":"napos","α":"alpha","Α":"Alpha","β":"beta","Β":"Beta","γ":"gamma","Γ":"Gamma","δ":"delta","Δ":"Delta","ε":"epsi","ϵ":"epsiv","Ε":"Epsilon","ϝ":"gammad","Ϝ":"Gammad","ζ":"zeta","Ζ":"Zeta","η":"eta","Η":"Eta","θ":"theta","ϑ":"thetav","Θ":"Theta","ι":"iota","Ι":"Iota","κ":"kappa","ϰ":"kappav","Κ":"Kappa","λ":"lambda","Λ":"Lambda","μ":"mu","µ":"micro","Μ":"Mu","ν":"nu","Ν":"Nu","ξ":"xi","Ξ":"Xi","ο":"omicron","Ο":"Omicron","π":"pi","ϖ":"piv","Π":"Pi","ρ":"rho","ϱ":"rhov","Ρ":"Rho","σ":"sigma","Σ":"Sigma","ς":"sigmaf","τ":"tau","Τ":"Tau","υ":"upsi","Υ":"Upsilon","ϒ":"Upsi","φ":"phi","ϕ":"phiv","Φ":"Phi","χ":"chi","Χ":"Chi","ψ":"psi","Ψ":"Psi","ω":"omega","Ω":"ohm","а":"acy","А":"Acy","б":"bcy","Б":"Bcy","в":"vcy","В":"Vcy","г":"gcy","Г":"Gcy","ѓ":"gjcy","Ѓ":"GJcy","д":"dcy","Д":"Dcy","ђ":"djcy","Ђ":"DJcy","е":"iecy","Е":"IEcy","ё":"iocy","Ё":"IOcy","є":"jukcy","Є":"Jukcy","ж":"zhcy","Ж":"ZHcy","з":"zcy","З":"Zcy","ѕ":"dscy","Ѕ":"DScy","и":"icy","И":"Icy","і":"iukcy","І":"Iukcy","ї":"yicy","Ї":"YIcy","й":"jcy","Й":"Jcy","ј":"jsercy","Ј":"Jsercy","к":"kcy","К":"Kcy","ќ":"kjcy","Ќ":"KJcy","л":"lcy","Л":"Lcy","љ":"ljcy","Љ":"LJcy","м":"mcy","М":"Mcy","н":"ncy","Н":"Ncy","њ":"njcy","Њ":"NJcy","о":"ocy","О":"Ocy","п":"pcy","П":"Pcy","р":"rcy","Р":"Rcy","с":"scy","С":"Scy","т":"tcy","Т":"Tcy","ћ":"tshcy","Ћ":"TSHcy","у":"ucy","У":"Ucy","ў":"ubrcy","Ў":"Ubrcy","ф":"fcy","Ф":"Fcy","х":"khcy","Х":"KHcy","ц":"tscy","Ц":"TScy","ч":"chcy","Ч":"CHcy","џ":"dzcy","Џ":"DZcy","ш":"shcy","Ш":"SHcy","щ":"shchcy","Щ":"SHCHcy","ъ":"hardcy","Ъ":"HARDcy","ы":"ycy","Ы":"Ycy","ь":"softcy","Ь":"SOFTcy","э":"ecy","Э":"Ecy","ю":"yucy","Ю":"YUcy","я":"yacy","Я":"YAcy","ℵ":"aleph","ℶ":"beth","ℷ":"gimel","ℸ":"daleth"},p=/["&'<>`]/g,h={'"':"&quot;","&":"&amp;","'":"&#x27;","<":"&lt;",">":"&gt;","`":"&#x60;"},d=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,f=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,g=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,m={aacute:"á",Aacute:"Á",abreve:"ă",Abreve:"Ă",ac:"∾",acd:"∿",acE:"∾̳",acirc:"â",Acirc:"Â",acute:"´",acy:"а",Acy:"А",aelig:"æ",AElig:"Æ",af:"⁡",afr:"𝔞",Afr:"𝔄",agrave:"à",Agrave:"À",alefsym:"ℵ",aleph:"ℵ",alpha:"α",Alpha:"Α",amacr:"ā",Amacr:"Ā",amalg:"⨿",amp:"&",AMP:"&",and:"∧",And:"⩓",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",Aogon:"Ą",aopf:"𝕒",Aopf:"𝔸",ap:"≈",apacir:"⩯",ape:"≊",apE:"⩰",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",aring:"å",Aring:"Å",ascr:"𝒶",Ascr:"𝒜",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",Bcy:"Б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",beta:"β",Beta:"Β",beth:"ℶ",between:"≬",bfr:"𝔟",Bfr:"𝔅",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bNot:"⫭",bopf:"𝕓",Bopf:"𝔹",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxhD:"╥",boxHd:"╤",boxHD:"╦",boxhu:"┴",boxhU:"╨",boxHu:"╧",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpe:"≏",bumpE:"⪮",bumpeq:"≏",Bumpeq:"≎",cacute:"ć",Cacute:"Ć",cap:"∩",Cap:"⋒",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",ccaron:"č",Ccaron:"Č",ccedil:"ç",Ccedil:"Ç",ccirc:"ĉ",Ccirc:"Ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",Cdot:"Ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",chcy:"ч",CHcy:"Ч",check:"✓",checkmark:"✓",chi:"χ",Chi:"Χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cire:"≗",cirE:"⧃",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",colone:"≔",Colone:"⩴",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",cscr:"𝒸",Cscr:"𝒞",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",Cup:"⋓",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",dArr:"⇓",Darr:"↡",dash:"‐",dashv:"⊣",Dashv:"⫤",dbkarow:"⤏",dblac:"˝",dcaron:"ď",Dcaron:"Ď",dcy:"д",Dcy:"Д",dd:"ⅆ",DD:"ⅅ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",delta:"δ",Delta:"Δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",Dfr:"𝔇",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",DJcy:"Ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",Dopf:"𝔻",dot:"˙",Dot:"¨",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",downarrow:"↓",Downarrow:"⇓",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",Dscr:"𝒟",dscy:"ѕ",DScy:"Ѕ",dsol:"⧶",dstrok:"đ",Dstrok:"Đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",DZcy:"Џ",dzigrarr:"⟿",eacute:"é",Eacute:"É",easter:"⩮",ecaron:"ě",Ecaron:"Ě",ecir:"≖",ecirc:"ê",Ecirc:"Ê",ecolon:"≕",ecy:"э",Ecy:"Э",eDDot:"⩷",edot:"ė",eDot:"≑",Edot:"Ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",Efr:"𝔈",eg:"⪚",egrave:"è",Egrave:"È",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",Emacr:"Ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",eng:"ŋ",ENG:"Ŋ",ensp:" ",eogon:"ę",Eogon:"Ę",eopf:"𝕖",Eopf:"𝔼",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",Epsilon:"Ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",esim:"≂",Esim:"⩳",eta:"η",Eta:"Η",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",fcy:"ф",Fcy:"Ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",Ffr:"𝔉",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",Fopf:"𝔽",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",gamma:"γ",Gamma:"Γ",gammad:"ϝ",Gammad:"Ϝ",gap:"⪆",gbreve:"ğ",Gbreve:"Ğ",Gcedil:"Ģ",gcirc:"ĝ",Gcirc:"Ĝ",gcy:"г",Gcy:"Г",gdot:"ġ",Gdot:"Ġ",ge:"≥",gE:"≧",gel:"⋛",gEl:"⪌",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",Gfr:"𝔊",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",GJcy:"Ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",Gopf:"𝔾",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",gscr:"ℊ",Gscr:"𝒢",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",Gt:"≫",GT:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",HARDcy:"Ъ",harr:"↔",hArr:"⇔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",hcirc:"ĥ",Hcirc:"Ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",hstrok:"ħ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",iacute:"í",Iacute:"Í",ic:"⁣",icirc:"î",Icirc:"Î",icy:"и",Icy:"И",Idot:"İ",iecy:"е",IEcy:"Е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",igrave:"ì",Igrave:"Ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",IJlig:"IJ",Im:"ℑ",imacr:"ī",Imacr:"Ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",Int:"∬",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",iocy:"ё",IOcy:"Ё",iogon:"į",Iogon:"Į",iopf:"𝕚",Iopf:"𝕀",iota:"ι",Iota:"Ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",Itilde:"Ĩ",iukcy:"і",Iukcy:"І",iuml:"ï",Iuml:"Ï",jcirc:"ĵ",Jcirc:"Ĵ",jcy:"й",Jcy:"Й",jfr:"𝔧",Jfr:"𝔍",jmath:"ȷ",jopf:"𝕛",Jopf:"𝕁",jscr:"𝒿",Jscr:"𝒥",jsercy:"ј",Jsercy:"Ј",jukcy:"є",Jukcy:"Є",kappa:"κ",Kappa:"Κ",kappav:"ϰ",kcedil:"ķ",Kcedil:"Ķ",kcy:"к",Kcy:"К",kfr:"𝔨",Kfr:"𝔎",kgreen:"ĸ",khcy:"х",KHcy:"Х",kjcy:"ќ",KJcy:"Ќ",kopf:"𝕜",Kopf:"𝕂",kscr:"𝓀",Kscr:"𝒦",lAarr:"⇚",lacute:"ĺ",Lacute:"Ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",Lambda:"Λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larr:"←",lArr:"⇐",Larr:"↞",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",lAtail:"⤛",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",Lcaron:"Ľ",lcedil:"ļ",Lcedil:"Ļ",lceil:"⌈",lcub:"{",lcy:"л",Lcy:"Л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",leftarrow:"←",Leftarrow:"⇐",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",Leftrightarrow:"⇔",LeftRightArrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",leg:"⋚",lEg:"⪋",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",Lfr:"𝔏",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",LJcy:"Љ",ll:"≪",Ll:"⋘",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",lmidot:"ŀ",Lmidot:"Ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",Longleftarrow:"⟸",LongLeftArrow:"⟵",longleftrightarrow:"⟷",Longleftrightarrow:"⟺",LongLeftRightArrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",Longrightarrow:"⟹",LongRightArrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",Lopf:"𝕃",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",Lstrok:"Ł",lt:"<",Lt:"≪",LT:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",Map:"⤅",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",Mcy:"М",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",mfr:"𝔪",Mfr:"𝔐",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",Mopf:"𝕄",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",mu:"μ",Mu:"Μ",multimap:"⊸",mumap:"⊸",nabla:"∇",nacute:"ń",Nacute:"Ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",Ncaron:"Ň",ncedil:"ņ",Ncedil:"Ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",Ncy:"Н",ndash:"–",ne:"≠",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",nfr:"𝔫",Nfr:"𝔑",nge:"≱",ngE:"≧̸",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",ngt:"≯",nGt:"≫⃒",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",NJcy:"Њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nle:"≰",nlE:"≦̸",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nlt:"≮",nLt:"≪⃒",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",not:"¬",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrarr:"↛",nrArr:"⇏",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",Nscr:"𝒩",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsube:"⊈",nsubE:"⫅̸",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupe:"⊉",nsupE:"⫆̸",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",Ntilde:"Ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",Nu:"Ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",oacute:"ó",Oacute:"Ó",oast:"⊛",ocir:"⊚",ocirc:"ô",Ocirc:"Ô",ocy:"о",Ocy:"О",odash:"⊝",odblac:"ő",Odblac:"Ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",OElig:"Œ",ofcir:"⦿",ofr:"𝔬",Ofr:"𝔒",ogon:"˛",ograve:"ò",Ograve:"Ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",Omacr:"Ō",omega:"ω",Omega:"Ω",omicron:"ο",Omicron:"Ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",Oopf:"𝕆",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",or:"∨",Or:"⩔",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",oscr:"ℴ",Oscr:"𝒪",oslash:"ø",Oslash:"Ø",osol:"⊘",otilde:"õ",Otilde:"Õ",otimes:"⊗",Otimes:"⨷",otimesas:"⨶",ouml:"ö",Ouml:"Ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",pcy:"п",Pcy:"П",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",Pfr:"𝔓",phi:"φ",Phi:"Φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",Pi:"Π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",pr:"≺",Pr:"⪻",prap:"⪷",prcue:"≼",pre:"⪯",prE:"⪳",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",Pscr:"𝒫",psi:"ψ",Psi:"Ψ",puncsp:" ",qfr:"𝔮",Qfr:"𝔔",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",qscr:"𝓆",Qscr:"𝒬",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",racute:"ŕ",Racute:"Ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rArr:"⇒",Rarr:"↠",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",Rarrtl:"⤖",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",Rcaron:"Ř",rcedil:"ŗ",Rcedil:"Ŗ",rceil:"⌉",rcub:"}",rcy:"р",Rcy:"Р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",Rho:"Ρ",rhov:"ϱ",RightAngleBracket:"⟩",rightarrow:"→",Rightarrow:"⇒",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",sacute:"ś",Sacute:"Ś",sbquo:"‚",sc:"≻",Sc:"⪼",scap:"⪸",scaron:"š",Scaron:"Š",sccue:"≽",sce:"⪰",scE:"⪴",scedil:"ş",Scedil:"Ş",scirc:"ŝ",Scirc:"Ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",Scy:"С",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",Sfr:"𝔖",sfrown:"⌢",sharp:"♯",shchcy:"щ",SHCHcy:"Щ",shcy:"ш",SHcy:"Ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",sigma:"σ",Sigma:"Σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",SOFTcy:"Ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",Sopf:"𝕊",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",Sscr:"𝒮",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",Star:"⋆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",sube:"⊆",subE:"⫅",subedot:"⫃",submult:"⫁",subne:"⊊",subnE:"⫋",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup:"⊃",Sup:"⋑",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supe:"⊇",supE:"⫆",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supne:"⊋",supnE:"⫌",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",tau:"τ",Tau:"Τ",tbrk:"⎴",tcaron:"ť",Tcaron:"Ť",tcedil:"ţ",Tcedil:"Ţ",tcy:"т",Tcy:"Т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",Tfr:"𝔗",there4:"∴",therefore:"∴",Therefore:"∴",theta:"θ",Theta:"Θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",thorn:"þ",THORN:"Þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",Topf:"𝕋",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",Tscr:"𝒯",tscy:"ц",TScy:"Ц",tshcy:"ћ",TSHcy:"Ћ",tstrok:"ŧ",Tstrok:"Ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uacute:"ú",Uacute:"Ú",uarr:"↑",uArr:"⇑",Uarr:"↟",Uarrocir:"⥉",ubrcy:"ў",Ubrcy:"Ў",ubreve:"ŭ",Ubreve:"Ŭ",ucirc:"û",Ucirc:"Û",ucy:"у",Ucy:"У",udarr:"⇅",udblac:"ű",Udblac:"Ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",Ufr:"𝔘",ugrave:"ù",Ugrave:"Ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",Umacr:"Ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",uogon:"ų",Uogon:"Ų",uopf:"𝕦",Uopf:"𝕌",uparrow:"↑",Uparrow:"⇑",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",updownarrow:"↕",Updownarrow:"⇕",UpDownArrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",upsilon:"υ",Upsilon:"Υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",Uring:"Ů",urtri:"◹",uscr:"𝓊",Uscr:"𝒰",utdot:"⋰",utilde:"ũ",Utilde:"Ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",Uuml:"Ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",vcy:"в",Vcy:"В",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",vee:"∨",Vee:"⋁",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",vfr:"𝔳",Vfr:"𝔙",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",Vopf:"𝕍",vprop:"∝",vrtri:"⊳",vscr:"𝓋",Vscr:"𝒱",vsubne:"⊊︀",vsubnE:"⫋︀",vsupne:"⊋︀",vsupnE:"⫌︀",Vvdash:"⊪",vzigzag:"⦚",wcirc:"ŵ",Wcirc:"Ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",wfr:"𝔴",Wfr:"𝔚",wopf:"𝕨",Wopf:"𝕎",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",Wscr:"𝒲",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",Xfr:"𝔛",xharr:"⟷",xhArr:"⟺",xi:"ξ",Xi:"Ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",Xopf:"𝕏",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",xscr:"𝓍",Xscr:"𝒳",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",Yacute:"Ý",yacy:"я",YAcy:"Я",ycirc:"ŷ",Ycirc:"Ŷ",ycy:"ы",Ycy:"Ы",yen:"¥",yfr:"𝔶",Yfr:"𝔜",yicy:"ї",YIcy:"Ї",yopf:"𝕪",Yopf:"𝕐",yscr:"𝓎",Yscr:"𝒴",yucy:"ю",YUcy:"Ю",yuml:"ÿ",Yuml:"Ÿ",zacute:"ź",Zacute:"Ź",zcaron:"ž",Zcaron:"Ž",zcy:"з",Zcy:"З",zdot:"ż",Zdot:"Ż",zeetrf:"ℨ",ZeroWidthSpace:"​",zeta:"ζ",Zeta:"Ζ",zfr:"𝔷",Zfr:"ℨ",zhcy:"ж",ZHcy:"Ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",zscr:"𝓏",Zscr:"𝒵",zwj:"‍",zwnj:"‌"},v={aacute:"á",Aacute:"Á",acirc:"â",Acirc:"Â",acute:"´",aelig:"æ",AElig:"Æ",agrave:"à",Agrave:"À",amp:"&",AMP:"&",aring:"å",Aring:"Å",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",brvbar:"¦",ccedil:"ç",Ccedil:"Ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",Eacute:"É",ecirc:"ê",Ecirc:"Ê",egrave:"è",Egrave:"È",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",iacute:"í",Iacute:"Í",icirc:"î",Icirc:"Î",iexcl:"¡",igrave:"ì",Igrave:"Ì",iquest:"¿",iuml:"ï",Iuml:"Ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",Ntilde:"Ñ",oacute:"ó",Oacute:"Ó",ocirc:"ô",Ocirc:"Ô",ograve:"ò",Ograve:"Ò",ordf:"ª",ordm:"º",oslash:"ø",Oslash:"Ø",otilde:"õ",Otilde:"Õ",ouml:"ö",Ouml:"Ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",THORN:"Þ",times:"×",uacute:"ú",Uacute:"Ú",ucirc:"û",Ucirc:"Û",ugrave:"ù",Ugrave:"Ù",uml:"¨",uuml:"ü",Uuml:"Ü",yacute:"ý",Yacute:"Ý",yen:"¥",yuml:"ÿ"},b={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"},y=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],x=String.fromCharCode,w={}.hasOwnProperty,E=function(e,r){return w.call(e,r)},N=function(e,r){if(!e)return r;var t,a={};for(t in r)a[t]=E(e,t)?e[t]:r[t];return a},D=function(e,r){var t="";return e>=55296&&e<=57343||e>1114111?(r&&S("character reference outside the permissible Unicode range"),"�"):E(b,e)?(r&&S("disallowed character reference"),b[e]):(r&&function(e,r){for(var t=-1,a=e.length;++t<a;)if(e[t]==r)return!0;return!1}(y,e)&&S("disallowed character reference"),e>65535&&(t+=x((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=x(e))},A=function(e){return"&#x"+e.toString(16).toUpperCase()+";"},k=function(e){return"&#"+e+";"},S=function(e){throw Error("Parse error: "+e)},T=function(e,r){(r=N(r,T.options)).strict&&f.test(e)&&S("forbidden code point");var t=r.encodeEverything,a=r.useNamedReferences,n=r.allowUnsafeSymbols,o=r.decimal?k:A,h=function(e){return o(e.charCodeAt(0))};return t?(e=e.replace(s,(function(e){return a&&E(c,e)?"&"+c[e]+";":h(e)})),a&&(e=e.replace(/&gt;\u20D2/g,"&nvgt;").replace(/&lt;\u20D2/g,"&nvlt;").replace(/&#x66;&#x6A;/g,"&fjlig;")),a&&(e=e.replace(u,(function(e){return"&"+c[e]+";"})))):a?(n||(e=e.replace(p,(function(e){return"&"+c[e]+";"}))),e=(e=e.replace(/&gt;\u20D2/g,"&nvgt;").replace(/&lt;\u20D2/g,"&nvlt;")).replace(u,(function(e){return"&"+c[e]+";"}))):n||(e=e.replace(p,h)),e.replace(i,(function(e){var r=e.charCodeAt(0),t=e.charCodeAt(1);return o(1024*(r-55296)+t-56320+65536)})).replace(l,h)};T.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var L=function(e,r){var t=(r=N(r,L.options)).strict;return t&&d.test(e)&&S("malformed character reference"),e.replace(g,(function(e,a,n,o,i,s,l,u,c){var p,h,d,f,g,b;return a?m[g=a]:n?(g=n,(b=o)&&r.isAttributeValue?(t&&"="==b&&S("`&` did not start a character reference"),e):(t&&S("named character reference was not terminated by a semicolon"),v[g]+(b||""))):i?(d=i,h=s,t&&!h&&S("character reference was not terminated by a semicolon"),p=parseInt(d,10),D(p,t)):l?(f=l,h=u,t&&!h&&S("character reference was not terminated by a semicolon"),p=parseInt(f,16),D(p,t)):(t&&S("named character reference was not terminated by a semicolon"),e)}))};L.options={isAttributeValue:!1,strict:!1};var C={version:"1.2.0",encode:T,decode:L,escape:function(e){return e.replace(p,(function(e){return h[e]}))},unescape:L};if(a&&!a.nodeType)if(n)n.exports=C;else for(var V in C)E(C,V)&&(a[V]=C[V]);else t.he=C}(q)}));function S(e,o){if(void 0===o&&(o=!1),!e)return"";var u="";switch(e.nodeType){case s:return"<!DOCTYPE ".concat(e.nodeValue,">");case a:case n:case t:return e.nodeValue;case r:case i:case l:if(!o){var c=e.innerText;if(null!=c)return c;var p=e.textContent;if(null!=p)return p}if(e.transformedChildNodes.length>0)for(var h=e.transformedChildNodes.filter((function(e){return e.nodeType!==t})),d=0;d<h.length;++d)u+=S(h[d]);else{var f=e.childNodes.filter((function(e){return e.nodeType!==t}));for(d=0;d<f.length;++d)u+=S(f[d])}return u}}function T(e,s,u){if(!e.visited){var c=e.transformedNodeType||e.nodeType,p=e.transformedNodeValue||e.nodeValue;if(c===a){if(e.transformedNodeValue&&""!==e.transformedNodeValue.trim()){var h=e.escape&&u.escape?C(e.transformedNodeValue):e.transformedNodeValue;s.push(h)}}else if(c===n)u.cData?s.push(p):s.push("<![CDATA[".concat(p,"]]>"));else if(c==o)s.push("\x3c!-- ".concat(p," --\x3e"));else if(c==r)null!==e.transformedNodeName&&void 0!==e.transformedNodeName?function(e,r,a){r.push("<".concat(L(e)));var n=e.transformedChildNodes.filter((function(e){return e.nodeType===t}));0===n.length&&(n=e.childNodes.filter((function(e){return e.nodeType===t})));for(var o=0;o<n.length;++o){var i=n[o];i&&(i.transformedNodeName&&i.transformedNodeValue&&r.push(" ".concat(L(i),'="').concat(V(i.transformedNodeValue),'"')))}var s=e.transformedChildNodes.filter((function(e){return e.nodeType!==t}));0===s.length&&(s=e.childNodes.filter((function(e){return e.nodeType!==t})));if(s=s.sort((function(e,r){return e.siblingPosition-r.siblingPosition})),0===s.length)"html"===a.outputMethod&&["hr","link","meta"].includes(e.nodeName)?r.push(">"):a.selfClosingTags?r.push("/>"):r.push("></".concat(L(e),">"));else{r.push(">");for(o=0;o<s.length;++o)T(s[o],r,a);r.push("</".concat(L(e),">"))}}(e,s,u):function(e,r,t){var a=e.transformedChildNodes.length>0?e.transformedChildNodes:e.childNodes;a=a.sort((function(e,r){return e.siblingPosition-r.siblingPosition}));for(var n=0;n<a.length;++n)T(a[n],r,t)}(e,s,u);else if(c===i||c===l){var d=e.transformedChildNodes.concat(e.childNodes);d.sort((function(e,r){return e.siblingPosition-r.siblingPosition}));for(var f=0;f<d.length;++f)T(d[f],s,u)}e.visited=!0}}function L(e){var r=e.transformedNodeName||e.nodeName;return e.transformedPrefix&&0!=r.indexOf("".concat(e.transformedPrefix,":"))?"".concat(e.transformedPrefix,":").concat(r):r}function C(e){return"".concat(e).replace(/&/g,"&amp;").replace(/&amp;amp;/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function V(e){return C(e).replace(/"/g,"&quot;")}function P(e,r){var t=c(e,r);return t?k.decode(t):t}var R="[ \t\r\n]+",F="(".concat(R,")?=(").concat(R,")?"),B="&#[0-9]+;|&#x[0-9a-fA-F]+;",U="".concat(R,"version").concat(F,"(\"1\\.0\"|'1\\.0')"),I="̀-͠ͅ-҃͡-֑҆-֣֡-ֹֻ-ֽֿׁ-ׂًׄ-ْٰۖ-ۜ۝-۟۠-ۤۧ-۪ۨ-ۭँ-ः़ा-ौ्॑-॔ॢ-ॣঁ-ঃ়ািী-ৄে-ৈো-্ৗৢ-ৣਂ਼ਾਿੀ-ੂੇ-ੈੋ-੍ੰ-ੱઁ-ઃ઼ા-ૅે-ૉો-્ଁ-ଃ଼ା-ୃେ-ୈୋ-୍ୖ-ୗஂ-ஃா-ூெ-ைொ-்ௗఁ-ఃా-ౄె-ైొ-్ౕ-ౖಂ-ಃಾ-ೄೆ-ೈೊ-್ೕ-ೖം-ഃാ-ൃെ-ൈൊ-്ൗัิ-ฺ็-๎ັິ-ູົ-ຼ່-ໍ༘-༹༙༵༷༾༿ཱ-྄྆-ྋྐ-ྕྗྙ-ྭྱ-ྷྐྵ⃐-〪⃜⃡-゙゚〯",O="0-9٠-٩۰-۹०-९০-৯੦-੯૦-૯୦-୯௧-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩",G="·ːˑ·ـๆໆ々〱-〵ゝ-ゞー-ヾ",M="A-Za-zÀ-ÖØ-öø-ÿĀ-ıĴ-ľŁ-ňŊ-žƀ-ǃǍ-ǰǴ-ǵǺ-ȗɐ-ʨʻ-ˁΆΈ-ΊΌΎ-ΡΣ-ώϐ-ϖϚϜϞϠϢ-ϳЁ-ЌЎ-яё-ќў-ҁҐ-ӄӇ-ӈӋ-ӌӐ-ӫӮ-ӵӸ-ӹԱ-Ֆՙա-ֆא-תװ-ײء-غف-يٱ-ڷں-ھۀ-ێې-ۓەۥ-ۦअ-हऽक़-ॡঅ-ঌএ-ঐও-নপ-রলশ-হড়-ঢ়য়-ৡৰ-ৱਅ-ਊਏ-ਐਓ-ਨਪ-ਰਲ-ਲ਼ਵ-ਸ਼ਸ-ਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઋઍએ-ઑઓ-નપ-રલ-ળવ-હઽૠଅ-ଌଏ-ଐଓ-ନପ-ରଲ-ଳଶ-ହଽଡ଼-ଢ଼ୟ-ୡஅ-ஊஎ-ஐஒ-கங-சஜஞ-டண-தந-பம-வஷ-ஹఅ-ఌఎ-ఐఒ-నప-ళవ-హౠ-ౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹೞೠ-ೡഅ-ഌഎ-ഐഒ-നപ-ഹൠ-ൡก-ฮะา-ำเ-ๅກ-ຂຄງ-ຈຊຍດ-ທນ-ຟມ-ຣລວສ-ຫອ-ຮະາ-ຳຽເ-ໄཀ-ཇཉ-ཀྵႠ-Ⴥა-ჶᄀᄂ-ᄃᄅ-ᄇᄉᄋ-ᄌᄎ-ᄒᄼᄾᅀᅌᅎᅐᅔ-ᅕᅙᅟ-ᅡᅣᅥᅧᅩᅭ-ᅮᅲ-ᅳᅵᆞᆨᆫᆮ-ᆯᆷ-ᆸᆺᆼ-ᇂᇫᇰᇹḀ-ẛẠ-ỹἀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼΩK-Å℮ↀ-ↂぁ-ゔァ-ヺㄅ-ㄬ가-힣一-龥〇〡-〩",H="".concat(M+O,"\\._:").concat(I).concat(G,"-"),z="[".concat(M,"_:][").concat(H,"]*"),X="&".concat(z,";"),_="".concat(X,"|").concat(B),j='"(([^<&"]|'.concat(_,")*)\"|'(([^<&']|").concat(_,")*)'"),J="(".concat(z,")").concat(F,"(").concat(j,")"),Y="".concat(R,"version").concat(F,"(\"1\\.1\"|'1\\.1')"),W=":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�",Z=W+"\\.0-9·̀-ͯ‿-⁀-",K="[".concat(W,"][").concat(Z,"]*"),Q="&".concat(K,";"),$="".concat(Q,"|").concat(B),ee='"(([^<&"]|'.concat($,")*)\"|'(([^<&']|").concat($,")*)'"),re="(".concat(K,")").concat(F,"(").concat(ee,")"),te="".concat(M+O,"\\._").concat(I).concat(G,"-"),ae="[".concat(M,"_][").concat(te,"]*"),ne=function(){function e(){this.regexEmpty=/\/$/,this.XML10_TAGNAME_REGEXP=new RegExp("^(".concat(z,")")),this.XML10_ATTRIBUTE_REGEXP=new RegExp(J,"g"),this.XML11_TAGNAME_REGEXP=new RegExp("^(".concat(K,")")),this.XML11_ATTRIBUTE_REGEXP=new RegExp(re,"g"),this.lenientHtmlTags=["hr","link","meta"]}return e.prototype.xmlParse=function(e){return e.toUpperCase().startsWith("<!DOCTYPE HTML")?this.htmlParse(e):this.xmlStrictParse(e)},e.prototype.namespaceMapAt=function(e){for(var r={xmlns:"http://www.w3.org/2000/xmlns/",xml:"http://www.w3.org/XML/1998/namespace"},a=e;null!==a;){for(var n=0;n<a.childNodes.length;n++){var o=a.childNodes[n];if(o.nodeType===t)if(o.nodeName.startsWith("xmlns:")){var i=o.nodeName.split(":")[1];i in r||(r[i]=o.nodeValue)}else"xmlns"==o.nodeName&&(""in r||(r[""]=o.nodeValue||null))}a=a.parentNode}return r},e.prototype.htmlParse=function(e){var r=new A,t=r,a=[],n=t;a.push(n);for(var o=!1,i=!1,s=!1,l=0,u=0;u<e.length;++u){var c=e.charAt(u);if(o)if(s||"'"!==c)if(i||'"'!==c){if(!i&&!s&&">"===c){if("/"===(E=e.slice(l,u)).charAt(0))a.pop(),n=a[a.length-1];else if("!"===E.charAt(0));else{for(var h=E.match(this.regexEmpty),f=this.XML10_TAGNAME_REGEXP.exec(E)[1],m=v(r,f),b=void 0;b=this.XML10_ATTRIBUTE_REGEXP.exec(E);){var x=k.decode(b[5]||b[7]||"");p(m,b[1],x)}m.siblingPosition=n.childNodes.length,d(n,m),h||this.lenientHtmlTags.includes(f)||(n=m,a.push(m))}l=u+1,o=!1,i=!1,s=!1}}else s=!s;else i=!i;else if("<"===c){var E;if((E=e.slice(l,u))&&n!==t&&d(n,g(r,E)),"!--"===e.slice(u+1,u+4)){if(N=e.slice(u+4).indexOf("--\x3e"))d(n,m=y(r,e.slice(u+4,u+N+4))),u+=N+6}else if("!DOCTYPE"===e.slice(u+1,u+9)){var N;if(N=e.slice(u+9).indexOf(">")){var D=e.slice(u+9,u+N+9).trimStart();d(n,m=w(r,D)),u+=N+D.length+5}}else o=!0;l=u+1}}return r},e.prototype.xmlStrictParse=function(e){var r,a;if(e.match(/^<\?xml/))if(5===e.search(new RegExp(U)))r=this.XML10_TAGNAME_REGEXP,a=this.XML10_ATTRIBUTE_REGEXP;else{if(5!==e.search(new RegExp(Y)))throw new Error("XML VersionInfo has an unknown version number.");r=this.XML11_TAGNAME_REGEXP,a=this.XML11_ATTRIBUTE_REGEXP}else r=this.XML10_TAGNAME_REGEXP,a=this.XML10_ATTRIBUTE_REGEXP;var n=new A,o=n,i=[],s=o;i.push(s);for(var l=!1,u=!1,c=!1,h=0,f=0;f<e.length;++f){var m=e.charAt(f);if(l&&!c&&"'"===m)u=!u;else if(l&&!u&&'"'===m)c=!c;else if(!l||">"!==m||u||c){if(!l&&"<"===m){if((N=e.slice(h,f))&&s!==o&&d(s,g(n,N)),"!--"===e.slice(f+1,f+4)){if(x=e.slice(f+4).indexOf("--\x3e"))d(s,q=y(n,e.slice(f+4,f+x+4))),f+=x+6}else if("![CDATA["===e.slice(f+1,f+9)){if(x=e.slice(f+9).indexOf("]]>"))d(s,q=b(n,e.slice(f+9,f+x+9))),f+=x+11}else if("!DOCTYPE"===e.slice(f+1,f+9)){var x;if(x=e.slice(f+9).indexOf(">")){var E=e.slice(f+9,f+x+9).trimStart();d(s,q=w(n,E)),f+=x+E.length+5}}else l=!0;h=f+1}}else{var N;if("/"===(N=e.slice(h,f)).charAt(0))i.pop(),s=i[i.length-1];else if("?"===N.charAt(0));else if("!"===N.charAt(0));else{for(var D=N.match(this.regexEmpty),q=v(n,r.exec(N)[1]),S=void 0;S=a.exec(N);){var T=k.decode(S[5]||S[7]||"");p(q,S[1],T)}q.siblingPosition=s.childNodes.length,d(s,q),D||(s=q,i.push(q));var L=this.namespaceMapAt(q);null!==q.prefix?q.prefix in L&&(q.namespaceUri=L[q.prefix]):""in L&&(q.namespaceUri=L[""]);for(var C=0;C<q.childNodes.length;++C){var V=q.childNodes[C];V.nodeType===t&&(null!==V.prefix&&V.prefix in L&&(V.namespaceUri=L[V.prefix]))}}h=f+1,l=!1,u=!1,c=!1}}return o},e}(),oe=function(){function e(e){this.value=e,this.type="node-set"}return e.prototype.stringValue=function(){return 0===this.value.length?"":S(this.value[0])},e.prototype.booleanValue=function(){return this.value.length>0},e.prototype.numberValue=function(){return parseInt(this.stringValue())-0},e.prototype.nodeSetValue=function(){return this.value},e}(),ie=function(){function e(e){this.value=e,this.type="number"}return e.prototype.stringValue=function(){return"".concat(this.value)},e.prototype.booleanValue=function(){return!!this.value},e.prototype.numberValue=function(){return this.value-0},e.prototype.nodeSetValue=function(){throw this},e}(),se=function(){function e(e){this.value=e,this.type="string"}return e.prototype.stringValue=function(){return String(this.value)},e.prototype.booleanValue=function(){return this.value.length>0},e.prototype.numberValue=function(){return this.value-0},e.prototype.nodeSetValue=function(){throw this},e}(),le={ANCESTOR_OR_SELF:"ancestor-or-self",ANCESTOR:"ancestor",ATTRIBUTE:"attribute",CHILD:"child",DESCENDANT_OR_SELF:"descendant-or-self",DESCENDANT:"descendant",FOLLOWING_SIBLING:"following-sibling",FOLLOWING:"following",NAMESPACE:"namespace",PARENT:"parent",PRECEDING_SIBLING:"preceding-sibling",PRECEDING:"preceding",SELF:"self",SELF_AND_SIBLINGS:"self-and-siblings"},ue=[le.ANCESTOR_OR_SELF,le.ANCESTOR,le.ATTRIBUTE,le.CHILD,le.DESCENDANT_OR_SELF,le.DESCENDANT,le.FOLLOWING_SIBLING,le.FOLLOWING,le.NAMESPACE,le.PARENT,le.PRECEDING_SIBLING,le.PRECEDING,le.SELF].join("(?=::)|")+"(?=::)",ce={label:"|",prec:17,re:new RegExp("^\\|"),key:void 0},pe={label:"//",prec:19,re:new RegExp("^//"),key:void 0},he={label:"/",prec:30,re:new RegExp("^/"),key:void 0},de={label:"::",prec:20,re:new RegExp("^::"),key:void 0},fe={label:":",prec:1e3,re:new RegExp("^:"),key:void 0},ge={label:"[axis]",re:new RegExp("^(".concat(ue,")")),key:void 0},me={label:"(",prec:34,re:new RegExp("^\\("),key:void 0},ve={label:")",re:new RegExp("^\\)"),key:void 0},be={label:"..",prec:34,re:new RegExp("^\\.\\."),key:void 0},ye={label:".",prec:34,re:new RegExp("^\\."),key:void 0},xe={label:"@",prec:34,re:new RegExp("^@"),key:void 0},we={label:",",re:new RegExp("^,"),key:void 0},Ee={label:"or",prec:10,re:new RegExp("^or\\b"),key:void 0},Ne={label:"and",prec:11,re:new RegExp("^and\\b"),key:void 0},De={label:"=",prec:12,re:new RegExp("^="),key:void 0},Ae={label:"!=",prec:12,re:new RegExp("^!="),key:void 0},qe={label:">=",prec:13,re:new RegExp("^>="),key:void 0},ke={label:">",prec:13,re:new RegExp("^>"),key:void 0},Se={label:"<=",prec:13,re:new RegExp("^<="),key:void 0},Te={label:"<",prec:13,re:new RegExp("^<"),key:void 0},Le={label:"+",prec:14,re:new RegExp("^\\+"),left:!0,key:void 0},Ce={label:"-",prec:14,re:new RegExp("^\\-"),left:!0,key:void 0},Ve={label:"div",prec:15,re:new RegExp("^div\\b"),left:!0,key:void 0},Pe={label:"mod",prec:15,re:new RegExp("^mod\\b"),left:!0,key:void 0},Re={label:"[",prec:32,re:new RegExp("^\\["),key:void 0},Fe={label:"]",re:new RegExp("^\\]"),key:void 0},Be={label:"$",re:new RegExp("^\\$"),key:void 0},Ue={label:"[ncname]",re:new RegExp("^".concat(ae)),key:void 0},Ie={label:"*",prec:15,re:new RegExp("^\\*"),left:!0,key:void 0},Oe={label:"[litq]",prec:20,re:new RegExp("^'[^\\']*'"),key:void 0},Ge={label:"[litqq]",prec:20,re:new RegExp('^"[^\\"]*"'),key:void 0},Me={label:"[number]",prec:35,re:new RegExp("^\\d+(\\.\\d*)?"),key:void 0},He={label:"[qname]",re:new RegExp("^(".concat(ae,":)?").concat(ae)),key:void 0},ze={label:"[nodeTest-start]",re:new RegExp("^(processing-instruction|comment|text|node)\\("),key:void 0},Xe=[pe,he,be,ye,de,fe,ge,ze,me,ve,Re,Fe,xe,we,Ee,Ne,Ae,De,qe,ke,Se,Te,Le,Ce,Ie,ce,Pe,Ve,Oe,Ge,Me,He,Ue,Be],_e={label:"?"},je={label:"*"},Je={label:"+"},Ye=!0,We=function(){function e(e,r,t,a,n,o,s,l,u,c,p,h,d,f){void 0===t&&(t="1.0"),this.nodeList=e,this.outputNodeList=r,this.xsltVersion=t,this.position=a||0,this.outputPosition=n||0,this.variables=l||{},this.knownNamespaces=u||{},this.parent=c||null,this.caseInsensitive=p||!1,this.ignoreAttributesWithoutValue=h||!1,this.returnOnFirstMatch=d||!1,this.ignoreNonElementNodesForNTA=f||!1,this.inApplyTemplates=!1,this.baseTemplateMatched=!1,this.outputDepth=o||0,this.decimalFormatSettings=s||{decimalSeparator:".",groupingSeparator:",",infinity:"Infinity",minusSign:"-",naN:"NaN",percent:"%",perMille:"‰",zeroDigit:"0",digit:"#",patternSeparator:";"},c?this.root=c.root:this.nodeList[this.position].nodeType==i?this.root=this.nodeList[this.position]:this.root=this.nodeList[this.position].ownerDocument}return e.prototype.clone=function(r,t,a,n){return new e(r||this.nodeList,t||this.outputNodeList,this.xsltVersion,void 0!==a?a:this.position,void 0!==n?n:this.outputPosition,this.outputDepth,this.decimalFormatSettings,this.variables,this.knownNamespaces,this,this.caseInsensitive,this.ignoreAttributesWithoutValue,this.returnOnFirstMatch,this.ignoreNonElementNodesForNTA)},e.prototype.cloneByOutput=function(r,t,a){return new e(this.nodeList,r||this.outputNodeList,this.xsltVersion,this.position,void 0!==t?t:this.outputPosition,void 0!==a?a:this.outputDepth,this.decimalFormatSettings,this.variables,this.knownNamespaces,this,this.caseInsensitive,this.ignoreAttributesWithoutValue,this.returnOnFirstMatch,this.ignoreNonElementNodesForNTA)},e.prototype.setVariable=function(e,r){r instanceof se||r instanceof u||r instanceof ie||r instanceof oe?this.variables[e]=r:"true"===r?this.variables[e]=new u(!0):"false"===r?this.variables[e]=new u(!1):Me.re.test(r)?this.variables[e]=new ie(r):this.variables[e]=new se(r)},e.prototype.getVariable=function(e){return void 0!==this.variables[e]?this.variables[e]:this.parent?this.parent.getVariable(e):null},e.prototype.setNode=function(e){this.position=e},e.prototype.contextSize=function(){return this.nodeList.length},e.prototype.isCaseInsensitive=function(){return this.caseInsensitive},e.prototype.setCaseInsensitive=function(e){return this.caseInsensitive=e},e.prototype.isIgnoreAttributesWithoutValue=function(){return this.ignoreAttributesWithoutValue},e.prototype.setIgnoreAttributesWithoutValue=function(e){return this.ignoreAttributesWithoutValue=e},e.prototype.isReturnOnFirstMatch=function(){return this.returnOnFirstMatch},e.prototype.setReturnOnFirstMatch=function(e){return this.returnOnFirstMatch=e},e.prototype.isIgnoreNonElementNodesForNTA=function(){return this.ignoreNonElementNodesForNTA},e.prototype.setIgnoreNonElementNodesForNTA=function(e){return this.ignoreNonElementNodesForNTA=e},e}();function Ze(e,r){for(var t=[],a=0;a<e.length;++a)t.push(r(e[a]));return t}function Ke(e){for(var r=0;r<e.length/2;++r){var t=e[r],a=e.length-r-1;e[r]=e[a],e[a]=t}}function Qe(e,r){if(r)for(var t=e.length,a=r.length-1;a>=0;--a)e[a+t]=r[a]}var $e=function(){},er=function(e){function r(r,t,a){var n=e.call(this)||this;return n.expr1=r,n.expr2=a,n.op=t,n}return N(r,e),r.prototype.evaluate=function(e){var r;switch(this.op.value){case"or":r=new u(this.expr1.evaluate(e).booleanValue()||this.expr2.evaluate(e).booleanValue());break;case"and":r=new u(this.expr1.evaluate(e).booleanValue()&&this.expr2.evaluate(e).booleanValue());break;case"+":r=new ie(this.expr1.evaluate(e).numberValue()+this.expr2.evaluate(e).numberValue());break;case"-":r=new ie(this.expr1.evaluate(e).numberValue()-this.expr2.evaluate(e).numberValue());break;case"*":r=new ie(this.expr1.evaluate(e).numberValue()*this.expr2.evaluate(e).numberValue());break;case"mod":r=new ie(this.expr1.evaluate(e).numberValue()%this.expr2.evaluate(e).numberValue());break;case"div":r=new ie(this.expr1.evaluate(e).numberValue()/this.expr2.evaluate(e).numberValue());break;case"=":r=this.compare(e,(function(e,r){return e==r}));break;case"!=":r=this.compare(e,(function(e,r){return e!=r}));break;case"<":r=this.compare(e,(function(e,r){return e<r}));break;case"<=":r=this.compare(e,(function(e,r){return e<=r}));break;case">":r=this.compare(e,(function(e,r){return e>r}));break;case">=":r=this.compare(e,(function(e,r){return e>=r}));break;default:throw"BinaryExpr.evaluate: ".concat(this.op.value)}return r},r.prototype.compare=function(e,r){var t,a=this.expr1.evaluate(e),n=this.expr2.evaluate(e);if("node-set"==a.type&&"node-set"==n.type){var o=a.nodeSetValue(),i=n.nodeSetValue();t=!1;for(var s=0;s<o.length;++s)for(var l=0;l<i.length;++l)r(S(o[s]),S(i[l]))&&(t=!0,l=i.length,s=o.length)}else if("node-set"==a.type||"node-set"==n.type)if("number"==a.type){var c=a.numberValue(),p=n.nodeSetValue();t=!1;for(var h=0;h<p.length;++h){if(r(c,parseInt(S(p[h]))-0)){t=!0;break}}}else if("number"==n.type){p=a.nodeSetValue(),c=n.numberValue();t=!1;for(h=0;h<p.length;++h){if(r(parseInt(S(p[h]))-0,c)){t=!0;break}}}else if("string"==a.type){c=a.stringValue(),p=n.nodeSetValue();t=!1;for(h=0;h<p.length;++h){if(r(c,S(p[h]))){t=!0;break}}}else if("string"==n.type){p=a.nodeSetValue(),c=n.stringValue();t=!1;for(h=0;h<p.length;++h){if(r(S(p[h]),c)){t=!0;break}}}else t=r(a.booleanValue(),n.booleanValue());else t="boolean"==a.type||"boolean"==n.type?r(a.booleanValue(),n.booleanValue()):"number"==a.type||"number"==n.type?r(a.numberValue(),n.numberValue()):r(a.stringValue(),n.stringValue());return new u(t)},r}($e),rr=function(e){function r(r,t){var a=e.call(this)||this;return a.expr=r,a.predicate=t,a}return N(r,e),r.prototype.evaluate=function(e){var r=e.returnOnFirstMatch;e.setReturnOnFirstMatch(!1);var t=this.expr.evaluate(e).nodeSetValue();e.setReturnOnFirstMatch(r);for(var a=0;a<this.predicate.length;++a){var n=t;t=[];for(var o=0;o<n.length;++o){var i=n[o];this.predicate[a].evaluate(e.clone(n,void 0,o)).booleanValue()&&t.push(i)}}return new oe(t)},r}($e);function tr(e){if(!e)throw new Error("Assertion failed")}var ar=new RegExp("(\\".concat(["/",".","*","+","?","|","^","$","(",")","[","]","{","}","\\"].join("|\\"),")"),"g");function nr(e){tr(this.args.length>=1);for(var r=this.args[0].evaluate(e).numberValue(),t=[],a=0;a<r;++a)t.push(e.nodeList[e.position]);return new oe(t)}function or(e){return tr(3===this.args.length),this.args[0].evaluate(e).booleanValue()?this.args[1].evaluate(e):this.args[2].evaluate(e)}function ir(e){tr(2===this.args.length);for(var r=this.args[0].evaluate(e).nodeSetValue(),t=this.args[1].evaluate(e).stringValue(),a="",n=0;n<r.length;++n)a&&(a+=t),a+=S(r[n]);return new se(a)}function sr(e){return tr(1===this.args.length),new u(this.args[0].evaluate(e).booleanValue())}function lr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e).numberValue();return new ie(Math.ceil(r))}function ur(e){for(var r="",t=0;t<this.args.length;++t)r+=this.args[t].evaluate(e).stringValue();return new se(r)}function cr(e){tr(2===this.args.length);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue();return new u(r.includes(t))}function pr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e);return new ie(r.nodeSetValue().length)}function hr(e){return tr(0===this.args.length),new oe([e.nodeList[e.position]])}function dr(e){tr(2===this.args.length);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=new RegExp("".concat(t.replace(ar,"\\$1"),"$"));return new u(a.test(r))}function fr(){return tr(0===this.args.length),new u(!1)}function gr(e,r,t){for(var a="",n=e.length-1,o=r.length-1;o>=0;o--)switch(r[o]){case"#":case"0":a=e[n]+a,n--;break;case",":a=t.groupingSeparator+a}for(;n>=0;n--)a=e[n]+a;return a}function mr(e){tr(this.args.length>=2&&this.args.length<4);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=parseFloat(r);if(isNaN(a))return new se(e.decimalFormatSettings.naN);var n=String(a).split("."),o=t.split(".");switch(n.length){case 1:return new se(gr(n[0],o[0],e.decimalFormatSettings));case 2:var i=function(e,r,t){var a="";if(null==r)return a;for(var n=0;n<r.length;n++)switch(r[n]){case"#":a+=e[n];break;case"0":n>=e.length?a+="0":a+=e[n]}return a}(n[1],2===o.length?o[1]:void 0,e.decimalFormatSettings);return 0===i.length?new se(gr(n[0],o[0],e.decimalFormatSettings)):new se(gr(n[0],o[0],e.decimalFormatSettings)+e.decimalFormatSettings.decimalSeparator+i)}}function vr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e).numberValue();return new ie(Math.floor(r))}function br(e){return new se("A"+function(e,r){void 0===r&&(r=0);for(var t=3735928559^r,a=1103547991^r,n=0,o=void 0;n<e.length;n++)o=e.charCodeAt(n),t=Math.imul(t^o,2654435761),a=Math.imul(a^o,1597334677);return t=Math.imul(t^t>>>16,2246822507),t^=Math.imul(a^a>>>13,3266489909),a=Math.imul(a^a>>>16,2246822507),4294967296*(2097151&(a^=Math.imul(t^t>>>13,3266489909)))+(t>>>0)}(JSON.stringify(e.nodeList[e.position].id)))}function yr(e){tr(1===this.args.length);var r,t=this.args[0].evaluate(e),a=[];if("node-set"==t.type){r=[];for(var n=t.nodeSetValue(),o=0;o<n.length;++o)for(var i=S(n[o]).split(/\s+/),s=0;s<i.length;++s)r.push(i[s])}else r=t.stringValue().split(/\s+/);var l=e.root;for(o=0;o<r.length;++o){var u=l.getElementById(r[o]);u&&a.push(u)}return new oe(a)}function xr(e){tr(1===this.args.length);for(var r,t=this.args[0].evaluate(e).stringValue(),a=e.nodeList[e.position];a&&a!=a.parentNode&&!(r=a.getAttributeValue("xml:lang"));)a=a.parentNode;if(!r)return new u(!1);var n=new RegExp("^".concat(t,"$"),"i");return new u(r.match(n)||r.replace(/_.*$/,"").match(n))}function wr(e){return tr(0===this.args.length),new ie(e.contextSize())}function Er(e){var r;return tr(1===this.args.length||0===this.args.length),0===(r=0==this.args.length?[e.nodeList[e.position]]:this.args[0].evaluate(e).nodeSetValue()).length?new se(""):new se(r[0].localName)}function Nr(e){tr(this.args.length>=2);var r,t,a=this.args[0].evaluate(e).stringValue(),n=this.args[1].evaluate(e).stringValue();if(this.args.length>2&&(r=this.args[2].evaluate(e).stringValue(),/[^mi]/.test(r)))throw new Error("Invalid regular expression syntax: ".concat(r));try{t=new RegExp(n,r)}catch(e){throw new Error("Invalid matches argument: ".concat(n))}return new u(t.test(a))}function Dr(e){var r;return tr(1===this.args.length||0===this.args.length),0===(r=0===this.args.length?[e.nodeList[e.position]]:this.args[0].evaluate(e).nodeSetValue()).length?new se(""):new se(r[0].nodeName)}function Ar(e){var r;return tr(1===this.args.length||0===this.args.length),0===(r=0===this.args.length?[e.nodeList[e.position]]:this.args[0].evaluate(e).nodeSetValue()).length?new se(""):new se(r[0].namespaceUri||"")}function qr(e){var r;return r=(r=this.args.length>0?this.args[0].evaluate(e).stringValue():new oe([e.nodeList[e.position]]).stringValue()).replace(/^\s*/,"").replace(/\s*$/,"").replace(/\s+/g," "),new se(r)}function kr(e){tr(1===this.args.length);var r=!this.args[0].evaluate(e).booleanValue();return new u(r)}function Sr(e){return tr(1===this.args.length||0===this.args.length),1===this.args.length?new ie(this.args[0].evaluate(e).numberValue()):new ie(new oe([e.nodeList[e.position]]).numberValue())}function Tr(e){return tr(0===this.args.length),new ie(e.position+1)}function Lr(e){tr(1===this.args.length);var r=this.args[0].evaluate(e).numberValue();return new ie(Math.round(r))}function Cr(e){tr(2==this.args.length);var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue();return new u(0===r.indexOf(t))}function Vr(e){return tr(1===this.args.length||0===this.args.length),0===this.args.length?new se(new oe([e.nodeList[e.position]]).stringValue()):new se(this.args[0].evaluate(e).stringValue())}function Pr(e){var r;return r=this.args.length>0?this.args[0].evaluate(e).stringValue():new oe([e.nodeList[e.position]]).stringValue(),new ie(r.length)}function Rr(e){tr(2===this.args.length||3===this.args.length);var r,t=this.args[0].evaluate(e).stringValue(),a=this.args[1].evaluate(e).numberValue();if(2===this.args.length){var n=Math.max(0,Math.round(a)-1);r=t.substr(n)}else{var o=this.args[2].evaluate(e).numberValue(),i=Math.round(a)-1,s=(n=Math.max(0,i),Math.round(o)-Math.max(0,-i));r=t.substr(n,s)}return new se(r)}function Fr(e){tr(2===this.args.length);var r,t=this.args[0].evaluate(e).stringValue(),a=this.args[1].evaluate(e).stringValue(),n=t.indexOf(a);return r=-1===n?"":t.substr(n+a.length),new se(r)}function Br(e){tr(2===this.args.length);var r,t=this.args[0].evaluate(e).stringValue(),a=this.args[1].evaluate(e).stringValue(),n=t.indexOf(a);return r=-1===n?"":t.substr(0,n),new se(r)}function Ur(e){tr(1===this.args.length);for(var r=this.args[0].evaluate(e).nodeSetValue(),t=0,a=0;a<r.length;++a)t+=parseInt(S(r[a]))-0;return new ie(t)}function Ir(e){tr(3===this.args.length);for(var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=this.args[2].evaluate(e).stringValue(),n=0;n<t.length;++n)r=r.replace(new RegExp(t.charAt(n),"g"),a.charAt(n));return new se(r)}function Or(){return tr(0===this.args.length),new u(!0)}function Gr(e){return tr(this.args.length<2),new se(JSON.stringify(this.args.length?S(e.nodeList[e.position]):"null"))}function Mr(e){tr(["2.0","3.0"].includes(e.xsltVersion));var r=this.args[0].evaluate(e).stringValue();return new se(r.toUpperCase())}function Hr(e){tr(["2.0","3.0"].includes(e.xsltVersion));var r=this.args[0].evaluate(e).stringValue();return new se(r.toLowerCase())}function zr(e){tr(["2.0","3.0"].includes(e.xsltVersion));var r=this.args[0].evaluate(e).stringValue(),t=this.args[1].evaluate(e).stringValue(),a=this.args[2].evaluate(e).stringValue(),n=new RegExp(t,"g");return new se(r.replace(n,a))}var Xr=function(e){function r(r){var t=e.call(this)||this;return t.xPathFunctions={boolean:sr,ceiling:lr,concat:ur,contains:cr,count:pr,current:hr,"ends-with":dr,false:fr,"format-number":mr,floor:vr,"generate-id":br,id:yr,lang:xr,last:wr,"local-name":Er,"lower-case":Hr,replace:zr,matches:Nr,name:Dr,"namespace-uri":Ar,"normalize-space":qr,not:kr,number:Sr,position:Tr,round:Lr,"starts-with":Cr,string:Vr,"xml-to-json":Gr,substring:Rr,"substring-before":Br,"substring-after":Fr,sum:Ur,"string-length":Pr,translate:Ir,true:Or,"upper-case":Mr,"ext-join":ir,"ext-if":or,"ext-cardinal":nr},t.name=r,t.args=[],t}return N(r,e),r.prototype.appendArg=function(e){this.args.push(e)},r.prototype.evaluate=function(e){var r="".concat(this.name.value),t=this.xPathFunctions[r];return t?t.call(this,e):new u(!1)},r}($e),_r=function(e){function r(r){var t=e.call(this)||this;return t.value=r,t}return N(r,e),r.prototype.evaluate=function(){return new se(this.value)},r}($e),jr=function(){function e(){this.value=new u(!0)}return e.prototype.evaluate=function(){return this.value},e}(),Jr=function(e){function r(r){var t=e.call(this)||this;return t.absolute=!1,t.steps=[],t.xPath=r,t}return N(r,e),r.prototype.appendStep=function(e){var r=this._combineSteps(this.steps[this.steps.length-1],e);r?this.steps[this.steps.length-1]=r:this.steps.push(e)},r.prototype.prependStep=function(e){var r=this._combineSteps(e,this.steps[0]);r?this.steps[0]=r:this.steps.unshift(e)},r.prototype._combineSteps=function(e,r){if(!e)return null;if(!r)return null;var t=e.predicates&&e.predicates.length>0;if(e.nodeTest instanceof jr&&!t)if(e.axis==le.DESCENDANT_OR_SELF){if(r.axis==le.CHILD);else if(r.axis==le.SELF)return r.axis=le.DESCENDANT_OR_SELF,r}else if(e.axis==le.DESCENDANT&&r.axis==le.SELF)return r.axis=le.DESCENDANT,r;return null},r.prototype.evaluate=function(e){var r;r=this.absolute?e.root:e.nodeList[e.position];var t=[];return this.xPath.xPathStep(t,this.steps,0,r,e),new oe(t)},r}($e),Yr=function(e){function r(r){var t=e.call(this)||this;return t.value=r,t}return N(r,e),r.prototype.evaluate=function(){return new ie(this.value)},r}($e),Wr=function(e){function r(r,t){var a=e.call(this)||this;return a.filter=r,a.rel=t,a}return N(r,e),r.prototype.evaluate=function(e){var r=this.filter.evaluate(e).nodeSetValue(),t=[];if(e.returnOnFirstMatch){for(var a=0;a<r.length&&!((t=this.rel.evaluate(e.clone(r,void 0,a)).nodeSetValue()).length>0);++a);return new oe(t)}for(a=0;a<r.length;++a)for(var n=this.rel.evaluate(e.clone(r,void 0,a)).nodeSetValue(),o=0;o<n.length;++o)t.push(n[o]);return new oe(t)},r}($e),Zr=function(e){function r(r){var t=e.call(this)||this;return t.expression=r,t}return N(r,e),r.prototype.evaluate=function(e){var r=this.expression.evaluate(e);return"number"==r.type?new u(e.position==r.numberValue()-1):new u(r.booleanValue())},r}($e),Kr=function(e){function r(r){var t=e.call(this)||this;return t.expr=r,t}return N(r,e),r.prototype.evaluate=function(e){return new ie(-this.expr.evaluate(e).numberValue())},r}($e),Qr=function(e){function r(r,t,a,n){var o=e.call(this)||this;o.axis=r,o.nodeTest=t,o.predicate=n||[],o.hasPositionalPredicate=!1,o.xPath=a;for(var i=0;i<o.predicate.length;++i)if(o.predicateExprHasPositionalSelector(o.predicate[i].expr)){o.hasPositionalPredicate=!0;break}return o}return N(r,e),r.prototype.predicateExprHasPositionalSelector=function(e,r){if(!e)return!1;if(!r&&this.exprReturnsNumberValue(e))return!0;if(e instanceof Xr){var t=e.name.value;return"last"==t||"position"==t}return e instanceof er&&(this.predicateExprHasPositionalSelector(e.expr1,!0)||this.predicateExprHasPositionalSelector(e.expr2,!0))},r.prototype.exprReturnsNumberValue=function(e){return e instanceof Xr?{last:!0,position:!0,count:!0,"string-length":!0,number:!0,sum:!0,floor:!0,ceiling:!0,round:!0}[e.name.value]:e instanceof Kr||(e instanceof er?{"+":!0,"-":!0,"*":!0,mod:!0,div:!0}[e.op.value]:e instanceof Yr)},r.prototype.appendPredicate=function(e){this.predicate.push(e),this.hasPositionalPredicate||(this.hasPositionalPredicate=this.predicateExprHasPositionalSelector(e.expression))},r.prototype.evaluate=function(e){var r=e.nodeList[e.position],a=[],n=!1;switch(this.nodeTest instanceof jr&&(n=!0),this.axis){case le.ANCESTOR_OR_SELF:a.push(r);for(var o=r.parentNode;o;o=o.parentNode)o.nodeType!==t&&a.push(o);break;case le.ANCESTOR:for(o=r.parentNode;o;o=o.parentNode)o.nodeType!==t&&a.push(o);break;case le.ATTRIBUTE:var i=r.childNodes.filter((function(e){return e.nodeType===t}));if(void 0!==this.nodeTest.name){if(i)if(i instanceof Array)Qe(a,i);else if("style"==this.nodeTest.name){var s=r.getAttributeValue("style");s&&"string"!=typeof s?a.push(D.create(t,"style",s.cssText,document)):a.push(i[this.nodeTest.name])}else a.push(i[this.nodeTest.name])}else e.ignoreAttributesWithoutValue?function(e,r){if(r)for(var t=r.length-1;t>=0;--t)r[t].nodeValue&&e.push(r[t])}(a,i):Qe(a,i);break;case le.CHILD:Qe(a,r.childNodes.filter((function(e){return e.nodeType!==t})));break;case le.DESCENDANT_OR_SELF:this.nodeTest.evaluate(e).booleanValue()&&a.push(r);var l=this.xPath.xPathExtractTagNameFromNodeTest(this.nodeTest,e.ignoreNonElementNodesForNTA);this.xPath.xPathCollectDescendants(a,r,l),l&&(n=!0);break;case le.DESCENDANT:l=this.xPath.xPathExtractTagNameFromNodeTest(this.nodeTest,e.ignoreNonElementNodesForNTA);this.xPath.xPathCollectDescendants(a,r,l),l&&(n=!0);break;case le.FOLLOWING:for(o=r;o;o=o.parentNode)for(var u=o.nextSibling;u;u=u.nextSibling)u.nodeType!==t&&a.push(u),this.xPath.xPathCollectDescendants(a,u);break;case le.FOLLOWING_SIBLING:if(r.nodeType===t)break;for(o=r.nextSibling;o;o=o.nextSibling)o.nodeType!==t&&a.push(o);break;case le.NAMESPACE:throw new Error("not implemented: axis namespace");case le.PARENT:r.parentNode&&a.push(r.parentNode);break;case le.PRECEDING:for(o=r;o;o=o.parentNode)for(u=o.previousSibling;u;u=u.previousSibling)u.nodeType!==t&&a.push(u),this.xPath.xPathCollectDescendantsReverse(a,u);break;case le.PRECEDING_SIBLING:for(o=r.previousSibling;o;o=o.previousSibling)o.nodeType!==t&&a.push(o);break;case le.SELF:a.push(r);break;case le.SELF_AND_SIBLINGS:for(var c=0,p=e.nodeList;c<p.length;c++){var h=p[c];h.nodeType!==t&&a.push(h)}break;default:throw new Error("ERROR -- NO SUCH AXIS: ".concat(this.axis))}if(!n){var d=a;a=[];for(var f=0;f<d.length;++f)this.nodeTest.evaluate(e.clone(d,void 0,f)).booleanValue()&&a.push(d[f])}if(!e.returnOnFirstMatch)for(f=0;f<this.predicate.length;++f){d=a;a=[];for(var g=0;g<d.length;++g){o=d[g];this.predicate[f].evaluate(e.clone(d,void 0,g)).booleanValue()&&a.push(o)}}return new oe(a)},r}($e),$r=function(e){function r(r){var t=e.call(this)||this;return t.value=r,t}return N(r,e),r.prototype.evaluate=function(){return new se(this.value)},r}($e),et=function(e){function r(r,t){var a=e.call(this)||this;return a.expr1=r,a.expr2=t,a}return N(r,e),r.prototype.evaluate=function(e){for(var r=this.expr1.evaluate(e).nodeSetValue(),t=this.expr2.evaluate(e).nodeSetValue(),a=r.length,n=0,o=t;n<o.length;n++){for(var i=o[n],s=!1,l=0;l<a;++l)r[l]==i&&(s=!0,l=a);s||r.push(i)}return new oe(r)},r}($e),rt=function(e){function r(r){var t=e.call(this)||this;return t.name=r,t}return N(r,e),r.prototype.evaluate=function(e){return e.getVariable(this.name)},r}($e),tt={label:"LocationPath",key:void 0},at={label:"RelativeLocationPath",key:void 0},nt={label:"AbsoluteLocationPath",key:void 0},ot={label:"Step",key:void 0},it={label:"NodeTest",key:void 0},st={label:"Predicate",key:void 0},lt={label:"Literal",key:void 0},ut={label:"Expr",key:void 0},ct={label:"PrimaryExpr",key:void 0},pt={label:"Variablereference",key:void 0},ht={label:"Number",key:void 0},dt={label:"FunctionCall",key:void 0},ft={label:"ArgumentRemainder",key:void 0},gt={label:"PathExpr",key:void 0},mt={label:"UnionExpr",key:void 0},vt={label:"FilterExpr",key:void 0},bt={label:"Digits",key:void 0},yt=function(){function e(){}return e.prototype.evaluate=function(e){return new u(e.nodeList[e.position].nodeType==o)},e}(),xt=function(){function e(){}return e.prototype.evaluate=function(e){var a=e.nodeList[e.position];return new u(a.nodeType==r||a.nodeType==t)},e}(),wt=function(){function e(e){if(this.name=e,e.indexOf(":")>0){var r=e.split(":");this.namespacePrefix=r[0],this.name=r[1]}this.re=new RegExp("^".concat(e,"$"),"i")}return e.prototype.evaluate=function(e){var r=e.nodeList[e.position];return void 0!==this.namespacePrefix?e.knownNamespaces[this.namespacePrefix]!==r.namespaceUri?new u(!1):e.caseInsensitive?r.localName.length!==this.name.length?new u(!1):new u(this.re.test(r.localName)):new u(r.localName===this.name):e.caseInsensitive?r.nodeName.length!==this.name.length?new u(!1):new u(this.re.test(r.nodeName)):new u(r.nodeName===this.name)},e}(),Et=function(){function e(e){this.regex=new RegExp("^".concat(e,":")),this.nsprefix=e}return e.prototype.evaluate=function(e){var r=e.nodeList[e.position];return new u(r.nodeName.match(this.regex))},e}(),Nt=function(){function e(e){this.target=e}return e.prototype.evaluate=function(e){var r=e.nodeList[e.position];return new u(7==r.nodeType&&(!this.target||r.nodeName==this.target))},e}(),Dt=function(){function e(){}return e.prototype.evaluate=function(e){return new u(e.nodeList[e.position].nodeType==a)},e}(),At=function(){function e(){this.xPathGrammarRules=[[tt,[at],18,this.passExpr],[tt,[nt],18,this.passExpr],[nt,[he,at],18,this.makeLocationExpr1],[nt,[pe,at],18,this.makeLocationExpr2],[nt,[he],0,this.makeLocationExpr3],[nt,[pe],0,this.makeLocationExpr4],[at,[ot],31,this.makeLocationExpr5],[at,[at,he,ot],31,this.makeLocationExpr6],[at,[at,pe,ot],31,this.makeLocationExpr7],[ot,[ye],33,this.makeStepExpr1],[ot,[be],33,this.makeStepExpr2],[ot,[ge,de,it],33,this.makeStepExpr3],[ot,[xe,it],33,this.makeStepExpr4],[ot,[it],33,this.makeStepExpr5],[ot,[ot,st],33,this.makeStepExpr6],[it,[Ie],33,this.makeNodeTestExpr1],[it,[Ue,fe,Ie],33,this.makeNodeTestExpr2],[it,[He],33,this.makeNodeTestExpr3],[it,[ze,ve],33,this.makeNodeTestExpr4],[it,[ze,lt,ve],33,this.makeNodeTestExpr5],[st,[Re,ut,Fe],33,this.makePredicateExpr],[ct,[pt],33,this.passExpr],[ct,[me,ut,ve],33,this.makePrimaryExpr],[ct,[lt],30,this.passExpr],[ct,[ht],30,this.passExpr],[ct,[dt],31,this.passExpr],[dt,[He,me,ve],-1,this.makeFunctionCallExpr1],[dt,[He,me,ut,ft,je,ve],-1,this.makeFunctionCallExpr2],[ft,[we,ut],-1,this.makeArgumentExpr],[mt,[gt],20,this.passExpr],[mt,[mt,ce,gt],20,this.makeUnionExpr],[gt,[tt],20,this.passExpr],[gt,[vt],19,this.passExpr],[gt,[vt,he,at],19,this.makePathExpr1],[gt,[vt,pe,at],19,this.makePathExpr2],[vt,[ct,st,je],31,this.makeFilterExpr],[ut,[ct],16,this.passExpr],[ut,[mt],16,this.passExpr],[ut,[Ce,ut],-1,this.makeUnaryMinusExpr],[ut,[ut,Ee,ut],-1,this.makeBinaryExpr],[ut,[ut,Ne,ut],-1,this.makeBinaryExpr],[ut,[ut,De,ut],-1,this.makeBinaryExpr],[ut,[ut,Ae,ut],-1,this.makeBinaryExpr],[ut,[ut,Te,ut],-1,this.makeBinaryExpr],[ut,[ut,Se,ut],-1,this.makeBinaryExpr],[ut,[ut,ke,ut],-1,this.makeBinaryExpr],[ut,[ut,qe,ut],-1,this.makeBinaryExpr],[ut,[ut,Le,ut],-1,this.makeBinaryExpr,Ye],[ut,[ut,Ce,ut],-1,this.makeBinaryExpr,Ye],[ut,[ut,Ie,ut],-1,this.makeBinaryExpr,Ye],[ut,[ut,Ve,ut],-1,this.makeBinaryExpr,Ye],[ut,[ut,Pe,ut],-1,this.makeBinaryExpr,Ye],[lt,[Oe],-1,this.makeLiteralExpr],[lt,[Ge],-1,this.makeLiteralExpr],[ht,[Me],-1,this.makeNumberExpr],[pt,[Be,He],200,this.makeVariableReference]],this.xPathParseCache={},this.xPathRules=[],this.xPathLog=function(){},this.lexerCount=0,this.parseCount=0,this.reduceCount=0}return e.prototype.makeTokenExpr=function(e){return new $r(e)},e.prototype.passExpr=function(e){return e},e.prototype.makeLocationExpr1=function(e,r){return r.absolute=!0,r},e.prototype.makeLocationExpr2=function(e,r){return r.absolute=!0,r.prependStep(this.makeAbbrevStep(e.value)),r},e.prototype.makeLocationExpr3=function(){var e=new Jr(this);return e.appendStep(this.makeAbbrevStep(".")),e.absolute=!0,e},e.prototype.makeLocationExpr4=function(e){var r=new Jr(this);return r.absolute=!0,r.appendStep(this.makeAbbrevStep(e.value)),r},e.prototype.makeLocationExpr5=function(e){var r=new Jr(this);return r.appendStep(e),r},e.prototype.makeLocationExpr6=function(e,r,t){return e.appendStep(t),e},e.prototype.makeLocationExpr7=function(e,r,t){return e.appendStep(this.makeAbbrevStep(r.value)),e.appendStep(t),e},e.prototype.makeStepExpr1=function(e){return this.makeAbbrevStep(e.value)},e.prototype.makeStepExpr2=function(e){return this.makeAbbrevStep(e.value)},e.prototype.makeStepExpr3=function(e,r,t){return new Qr(e.value,t,this)},e.prototype.makeStepExpr4=function(e,r){return new Qr("attribute",r,this)},e.prototype.makeStepExpr5=function(e,r){return new Qr(r||"child",e,this)},e.prototype.makeStepExpr6=function(e,r){return e.appendPredicate(r),e},e.prototype.makeAbbrevStep=function(e){switch(e){case"//":return new Qr("descendant-or-self",new jr,this);case".":return new Qr("self",new jr,this);case"..":return new Qr("parent",new jr,this)}},e.prototype.makeNodeTestExpr1=function(){return new xt},e.prototype.makeNodeTestExpr2=function(e){return new Et(e.value)},e.prototype.makeNodeTestExpr3=function(e){return new wt(e.value)},e.prototype.makeNodeTestExpr4=function(e){switch(e.value.replace(/\s*\($/,"")){case"node":return new jr;case"text":return new Dt;case"comment":return new yt;case"processing-instruction":return new Nt("")}},e.prototype.makeNodeTestExpr5=function(e,r){var t=e.replace(/\s*\($/,"");if("processing-instruction"!=t)throw t;return new Nt(r.value)},e.prototype.makePredicateExpr=function(e,r){return new Zr(r)},e.prototype.makePrimaryExpr=function(e,r){return r},e.prototype.makeFunctionCallExpr1=function(e){return new Xr(e)},e.prototype.makeFunctionCallExpr2=function(e,r,t,a){var n=new Xr(e);n.appendArg(t);for(var o=0;o<a.length;++o)n.appendArg(a[o]);return n},e.prototype.makeArgumentExpr=function(e,r){return r},e.prototype.makeUnionExpr=function(e,r,t){return new et(e,t)},e.prototype.makePathExpr1=function(e,r,t){return new Wr(e,t)},e.prototype.makePathExpr2=function(e,r,t){return t.prependStep(this.makeAbbrevStep(r.value)),new Wr(e,t)},e.prototype.makeFilterExpr=function(e,r){return r.length>0?new rr(e,r):e},e.prototype.makeUnaryMinusExpr=function(e,r){return new Kr(r)},e.prototype.makeBinaryExpr=function(e,r,t){return new er(e,r,t)},e.prototype.makeLiteralExpr=function(e){var r=e.value.substring(1,e.value.length-1);return new _r(r)},e.prototype.makeNumberExpr=function(e){return new Yr(e.value)},e.prototype.makeVariableReference=function(e,r){return new rt(r.value)},e.prototype.makeSimpleExpr=function(e,r){if("$"==e.charAt(0))return new rt(e.substr(1));if("@"==e.charAt(0)){var t=new wt(e.substr(1)),a=new Qr("attribute",t,this),n=new Jr(this);return n.appendStep(a),n}if(e.match(/^[0-9]+$/))return new Yr(e);var o=new wt(e),i=new Qr(r||le.CHILD,o,this),s=new Jr(this);return s.appendStep(i),s},e.prototype.makeSimpleExpr2=function(e){for(var r=e.split("/"),t=new Jr(this),a=0;a<r.length;++a){var n=new wt(r[a]),o=new Qr(le.CHILD,n,this);t.appendStep(o)}return t},e.prototype.stackToString=function(e){for(var r="",t=0;t<e.length;++t)r&&(r+="\n"),r+=e[t].tag.label;return r},e.prototype.xPathCacheLookup=function(e){return this.xPathParseCache[e]},e.prototype.xPathCollectDescendants=function(e,r,a){if(a&&r.getElementsByTagName)Qe(e,r.getElementsByTagName(a));else for(var n=r.firstChild;n;n=n.nextSibling)n.nodeType!==t&&e.push(n),this.xPathCollectDescendants(e,n)},e.prototype.xPathCollectDescendantsReverse=function(e,r){for(var t=r.lastChild;t;t=t.previousSibling)e.push(t),this.xPathCollectDescendantsReverse(e,t)},e.prototype.xPathEval=function(e,r){return this.xPathParse(e).evaluate(r)},e.prototype.xPathExtractTagNameFromNodeTest=function(e,r){return e instanceof wt?e.name:r&&e instanceof jr||e instanceof xt?"*":void 0},e.prototype.xPathMatchStack=function(e,r){var t,a,n=e.length,o=r.length,i=[];i.matchlength=0;var s=0;for(t=o-1,a=n-1;t>=0&&a>=0;--t,a-=s){s=0;var l=[];if(r[t]==je)for(t-=1,i.push(l);a-s>=0&&e[a-s].tag==r[t];)l.push(e[a-s]),s+=1,i.matchlength+=1;else if(r[t]==_e)for(t-=1,i.push(l);a-s>=0&&s<2&&e[a-s].tag==r[t];)l.push(e[a-s]),s+=1,i.matchlength+=1;else if(r[t]==Je){if(t-=1,i.push(l),e[a].tag!=r[t])return[];for(;a-s>=0&&e[a-s].tag==r[t];)l.push(e[a-s]),s+=1,i.matchlength+=1}else{if(e[a].tag!=r[t])return[];i.push(e[a]),s+=1,i.matchlength+=1}Ke(l),l.expr=Ze(l,(function(e){return e.expr}))}return Ke(i),-1===t?i:[]},e.prototype.findXPathRuleForExpression=function(e,r){for(var t=null,a="",n=0;n<Xe.length;++n){var o=Xe[n].re.exec(e);if(this.lexerCount++,null!==o&&o.length>0&&o[0].length>0){t=Xe[n],a=o[0];break}}return!t||t!=Ve&&t!=Pe&&t!=Ne&&t!=Ee||r&&r.tag!=xe&&r.tag!=pe&&r.tag!=he&&r.tag!=de&&r.tag!=Be||(t=He),{rule:t,match:a}},e.prototype.xPathParseInit=function(){if(!this.xPathRules.length){var e=[tt,at,nt,ot,it,st,lt,ut,ct,pt,ht,dt,ft,gt,mt,vt,bt];this.xPathGrammarRules.sort((function(e,r){var t=e[1].length,a=r[1].length;return t<a?1:t>a?-1:0}));for(var r=1,t=0;t<e.length;++t)e[t].key=r++;for(t=0;t<Xe.length;++t)Xe[t].key=r++;this.xPathLog("XPath parse INIT: ".concat(r," rules"));for(t=0;t<this.xPathGrammarRules.length;++t)for(var a=this.xPathGrammarRules[t],n=a[1],o=n.length-1;o>=0;--o){if(n[o]==Je){s(this.xPathRules,n[o-1].key,a);break}if(n[o]!=je&&n[o]!=_e){s(this.xPathRules,n[o].key,a);break}s(this.xPathRules,n[o-1].key,a),--o}this.xPathLog("XPath parse INIT: ".concat(this.xPathRules.length," rule bins"));var i=0;!function(e,r){for(var t=0;t<e.length;++t)r.call(this,e[t],t)}(this.xPathRules,(function(e){e&&(i+=e.length)})),this.xPathLog("XPath parse INIT: ".concat(i/this.xPathRules.length," average bin size"))}function s(e,r,t){e[r]||(e[r]=[]),e[r].push(t)}},e.prototype.xPathParse=function(e,r){var t="".concat(e);if(this.xPathLog("parse ".concat(e)),this.xPathParseInit(),e.match(/^(\$|@)?\w+$/i)){var a=this.makeSimpleExpr(e,r);return this.xPathParseCache[e]=a,this.xPathLog(" ... simple"),a}if(e.match(/^\w+(\/\w+)*$/i)){a=this.makeSimpleExpr2(e);return this.xPathParseCache[e]=a,this.xPathLog(" ... simple 2"),a}var n=e,o=[],i=null,s=null,l=!1,u=0;this.lexerCount=0;for(var c=0;!l;){u++,e=e.replace(/^\s*/,""),s=i,i=null;var p=this.findXPathRuleForExpression(e,s),h=p.rule,d=p.match;for(h?(e=e.substr(d.length),this.xPathLog("token: ".concat(d," -- ").concat(h.label)),i={tag:h,match:d,prec:h.prec?h.prec:0,expr:this.makeTokenExpr(d)}):(this.xPathLog("DONE"),l=!0);this.xPathReduce(o,i);)c++,this.xPathLog("stack: ".concat(this.stackToString(o)))}if(this.xPathLog("stack: ".concat(this.stackToString(o))),1!==o.length)throw"XPath parse error ".concat(n,":\n").concat(this.stackToString(o));var f=o[0].expr;return void 0!==r&&!f.absolute&&!t.startsWith("*")&&f.steps&&Array.isArray(f.steps)&&(f.steps[0].axis=r),this.xPathParseCache[n]=f,this.xPathLog("XPath parse: ".concat(u," / ").concat(this.lexerCount," / ").concat(c)),f},e.prototype.findGrammarRuleCandidate=function(e,r){for(var t=0;t<e.length;++t){var a=e[t],n=this.xPathMatchStack(r,a[1]);if(n.length){var o={tag:a[0],rule:a,match:n,prec:void 0};return o.prec=this.xPathGrammarPrecedence(o),o}}return null},e.prototype.xPathReduce=function(e,r){var t,a=null;if(e.length>0){var n=e[e.length-1],o=this.xPathRules[n.tag.key];o&&(a=this.findGrammarRuleCandidate(o,e))}if(a&&(!r||a.prec>r.prec||r.tag.left&&a.prec>=r.prec)){for(var i=0;i<a.match.matchlength;++i)e.pop();this.xPathLog("reduce ".concat(a.tag.label," ").concat(a.prec," ahead ").concat(r?r.tag.label+" "+r.prec+(r.tag.left?" left":""):" none "));var s=Ze(a.match,(function(e){return e.expr}));this.xPathLog("going to apply ".concat(a.rule[3])),a.expr=a.rule[3].apply(this,s),e.push(a),t=!0}else r&&(this.xPathLog("shift ".concat(r.tag.label," ").concat(r.prec).concat(r.tag.left?" left":""," over ").concat(a?a.tag.label+" "+a.prec:" none")),e.push(r)),t=!1;return t},e.prototype.xPathSort=function(e,r){if(0!==r.length){for(var t=[],a=0;a<e.contextSize();++a){for(var n={node:h=e.nodeList[a],key:[]},o=e.clone([h],void 0,0,void 0),i=0,s=r;i<s.length;i++){var l=s[i],u=l.expr.evaluate(o),c=void 0;"text"===l.type?c=u.stringValue():"number"===l.type&&(c=u.numberValue()),n.key.push({value:c,order:l.order})}n.key.push({value:a,order:"ascending"}),t.push(n)}t.sort(this.xPathSortByKey);var p=[];for(a=0;a<t.length;++a){var h;(h=t[a].node).siblingPosition=a,p.push(h)}e.nodeList=p,e.setNode(0)}},e.prototype.xPathSortByKey=function(e,r){for(var t=0;t<e.key.length;++t){var a="descending"==e.key[t].order?-1:1;if(e.key[t].value>r.key[t].value)return 1*a;if(e.key[t].value<r.key[t].value)return-1*a}return 0},e.prototype.xPathStep=function(e,r,t,a,n){var o=r[t],i=n.clone([a],void 0,0,void 0);if(n.returnOnFirstMatch&&!o.hasPositionalPredicate){var s=(p=o.evaluate(i).nodeSetValue()).length,l=o.predicate.length;e:for(var u=0;u<s;++u){for(var c=0;c<l;++c)if(!o.predicate[c].evaluate(n.clone(p,void 0,u,void 0)).booleanValue())continue e;if(t==r.length-1?e.push(p[u]):this.xPathStep(e,r,t+1,p[u],n),e.length>0)break}}else{i.returnOnFirstMatch=!1;var p=o.evaluate(i).nodeSetValue();for(u=0;u<p.length;++u)t==r.length-1?e.push(p[u]):this.xPathStep(e,r,t+1,p[u],n)}},e.prototype.xPathGrammarPrecedence=function(e){var r=0;if(e.rule)if(e.rule.length>=3&&e.rule[2]>=0)r=e.rule[2];else for(var t=0;t<e.rule[1].length;++t){var a=this.xPathTokenPrecedence(e.rule[1][t]);r=Math.max(r,a)}else if(e.tag)r=this.xPathTokenPrecedence(e.tag);else if(e.length)for(var n=0;n<e.length;++n){a=this.xPathGrammarPrecedence(e[n]);r=Math.max(r,a)}return r},e.prototype.xPathTokenPrecedence=function(e){return e.prec||2},e}(),qt=function(){function e(){}return e.prototype.expressionMatch=function(e,r){return e instanceof Jr?this.locationExpressionMatch(e,r):e instanceof et?this.unionExpressionMatch(e,r):[]},e.prototype.locationExpressionMatch=function(e,r){if(void 0===e||void 0===e.steps||e.steps.length<=0)throw new Error("Error resolving XSLT match: Location Expression should have steps.");return e.absolute?"self"===e.steps[0].axis?this.absoluteXsltMatchByDocumentNode(e,r):this.absoluteXsltMatch(e,r):this.relativeXsltMatch(e,r)},e.prototype.unionExpressionMatch=function(e,r){return this.expressionMatch(e.expr1,r).concat(this.expressionMatch(e.expr2,r))},e.prototype.absoluteXsltMatchByDocumentNode=function(e,r){for(var t=r.clone([r.root],void 0,0,void 0),a=[],n=0,o=e.evaluate(t).nodeSetValue();n<o.length;n++){var i=o[n];i.id!==r.nodeList[r.position].id||a.push(i)}return a},e.prototype.absoluteXsltMatch=function(e,r){var t,a=r.root.childNodes.find((function(e){return"#dtd-section"!==e.nodeName})),n=r.clone([a],void 0,0,void 0),o=e.evaluate(n).nodeSetValue(),i=[];t=1===r.nodeList.length&&"#document"===r.nodeList[0].nodeName?[r.nodeList[0].childNodes.find((function(e){return"#dtd-section"!==e.nodeName}))]:r.nodeList;for(var s=0,l=o;s<l.length;s++){var u=l[s];u.id!==t[r.position].id||i.push(u)}return i},e.prototype.relativeXsltMatch=function(e,r){var t=r.clone(),a=e.evaluate(t).nodeSetValue();return 1===a.length&&"#document"===a[0].nodeName?[a[0].childNodes[0]]:a},e}(),kt=function(){function e(e){void 0===e&&(e={escape:!0,selfClosingTags:!0,parameters:[]}),this.xPath=new At,this.matchResolver=new qt,this.options={escape:!0===e.escape,selfClosingTags:!0===e.selfClosingTags,parameters:e.parameters||[]},this.outputMethod="xml",this.outputOmitXmlDeclaration="no",this.decimalFormatSettings={decimalSeparator:".",groupingSeparator:",",infinity:"Infinity",minusSign:"-",naN:"NaN",percent:"%",perMille:"‰",zeroDigit:"0",digit:"#",patternSeparator:";"}}return e.prototype.xsltProcess=function(e,r){var t=new A;this.outputDocument=t;var a=new We([e],[t]);if(this.options.parameters.length>0)for(var n=0,o=this.options.parameters;n<o.length;n++){var i=o[n];a.setVariable(i.name,new se(i.value))}return this.xsltProcessContext(a,r,this.outputDocument),function(e,r){void 0===r&&(r={cData:!1,escape:!0,selfClosingTags:!0,outputMethod:"xml"});var t=[];return T(e,t,r),t.join("")}(t,{cData:!1,escape:this.options.escape,selfClosingTags:this.options.selfClosingTags,outputMethod:this.outputMethod})},e.prototype.xsltProcessContext=function(e,o,s){var u=this;if(this.isXsltElement(o)){var p,b,w,E=void 0,N=void 0,A=void 0,q=void 0,k=void 0,T=void 0,L=void 0,C=void 0,V=void 0,R=void 0,F=void 0,B=void 0;switch(o.localName){case"apply-imports":case"attribute-set":case"fallback":case"import":case"include":case"key":case"message":case"namespace-alias":case"number":case"preserve-space":case"processing-instruction":case"strip-space":throw new Error("not implemented: ".concat(o.localName));case"apply-templates":k=(A=P(o,"select"))?this.xPath.xPathEval(A,e).nodeSetValue():e.nodeList[e.position].childNodes,T=P(o,"mode"),L=[];for(var U=0,I=(b=o.ownerDocument.documentElement).childNodes.filter((function(e){return e.nodeType==r&&u.isXsltElement(e,"template")}));U<I.length;U++){var O=I[U],G=o.getAncestorByLocalName("template");void 0!==G&&(G.id!==O.id&&(T&&O.getAttributeValue("mode")!==T||L.push(O)))}for(var M=e.clone(k),H=0;H<L.length;++H)for(var z=0;z<M.contextSize();++z)if(M.nodeList[z].nodeType===a){var X=e.clone([M.nodeList[z]],void 0,0,void 0);this.commonLogicTextNode(X,M.nodeList[z],s)}else{var _=M.clone([M.nodeList[z]],void 0,0,void 0);_.inApplyTemplates=!0,_.outputDepth=0,this.xsltProcessContext(_,L[H],s)}break;case"attribute":E=P(o,"name"),p=this.xsltAttributeValue(E,e);var j=x(this.outputDocument);if(this.xsltChildNodes(e,o,j),q=function(e,o){if(void 0===o&&(o=!1),!e)return"";var s="";if(e.nodeType==a||e.nodeType==n)s+=e.nodeValue;else if(e.nodeType==t)s+=e.nodeValue;else if(e.nodeType==r||e.nodeType==i||e.nodeType==l){if(!o){var u=e.innerText;if(null!=u)return u;var c=e.textContent;if(null!=c)return c}for(var p=e.transformedChildNodes.length,h=0;h<p;++h)s+=S(e.transformedChildNodes[h])}return s}(j),s.nodeType===l)h(s,p,q);else{var J=e.nodeList[e.position],Y=J.parentNode,W=J.outputNode;if(null==W&&(W=new D(J.nodeType,J.nodeName,J.nodeValue,e.outputNodeList[e.outputPosition],J.namespaceUri),J.outputNode=W),"#document"===W.localName){var Z=e.root.childNodes[0],K=v(this.outputDocument,Z.nodeName);K.transformedNodeName=Z.nodeName,K.transformedLocalName=Z.localName,f(W,K),W=K,Y=K}h(s,p,q),Y&&Y.outputNode?h(Y.outputNode,p,q):h(Y,p,q)}break;case"call-template":p=P(o,"name"),b=o.ownerDocument.documentElement,C=e.clone(),this.xsltWithParam(C,o);for(H=0;H<b.childNodes.length;++H){var Q=b.childNodes[H];if(Q.nodeType===r&&this.isXsltElement(Q,"template")&&c(Q,"name")==p){this.xsltChildNodes(C,Q,s);break}}break;case"choose":this.xsltChoose(e,o,s);break;case"comment":N=x(this.outputDocument),this.xsltChildNodes(e,o,N),V=S(N),R=y(this.outputDocument,V),s.appendChild(R);break;case"copy":var $=s||e.outputNodeList[e.outputPosition];(N=this.xsltCopy($,e.nodeList[e.position]))&&this.xsltChildNodes(e,o,N);break;case"copy-of":A=P(o,"select"),q=this.xPath.xPathEval(A,e);var ee=s||e.outputNodeList[e.outputPosition];if("node-set"===q.type){k=q.nodeSetValue();for(H=0;H<k.length;++H)this.xsltCopyOf(ee,k[H])}else{d(ee,g(this.outputDocument,q.stringValue()))}break;case"decimal-format":p=P(o,"name");var re=P(o,"decimal-separator"),te=P(o,"grouping-separator"),ae=P(o,"infinity"),ne=P(o,"minus-sign"),oe=P(o,"NaN"),ie=P(o,"percent"),se=P(o,"per-mille"),le=P(o,"zero-digit"),ue=P(o,"digit"),ce=P(o,"pattern-separator");this.decimalFormatSettings={name:p||this.decimalFormatSettings.name,decimalSeparator:re||this.decimalFormatSettings.decimalSeparator,groupingSeparator:te||this.decimalFormatSettings.groupingSeparator,infinity:ae||this.decimalFormatSettings.infinity,minusSign:ne||this.decimalFormatSettings.minusSign,naN:oe||this.decimalFormatSettings.naN,percent:ie||this.decimalFormatSettings.percent,perMille:se||this.decimalFormatSettings.perMille,zeroDigit:le||this.decimalFormatSettings.zeroDigit,digit:ue||this.decimalFormatSettings.digit,patternSeparator:ce||this.decimalFormatSettings.patternSeparator},e.decimalFormatSettings=this.decimalFormatSettings;break;case"element":E=P(o,"name"),p=this.xsltAttributeValue(E,e),(N=v(this.outputDocument,p)).transformedNodeName=p,f(e.outputNodeList[e.outputPosition],N);var pe=e.clone(void 0,[N],void 0,0);this.xsltChildNodes(pe,o,N);break;case"for-each":this.xsltForEach(e,o,s);break;case"if":w=P(o,"test"),this.xPath.xPathEval(w,e).booleanValue()&&this.xsltChildNodes(e,o,s);break;case"otherwise":throw"error if here: ".concat(o.localName);case"output":this.outputMethod=P(o,"method"),this.outputOmitXmlDeclaration=P(o,"omit-xml-declaration");break;case"param":this.xsltVariable(e,o,!1);break;case"sort":this.xsltSort(e,o);break;case"stylesheet":case"transform":this.xsltTransformOrStylesheet(o,e,s);break;case"template":if(!e.inApplyTemplates&&e.baseTemplateMatched)break;if(!(F=P(o,"match")))break;if((k=this.xsltMatch(F,e,"self-and-siblings")).length>0){e.inApplyTemplates||(e.baseTemplateMatched=!0);var he=e.clone(k,void 0,0);this.xsltChildNodes(he,o,s)}break;case"text":B=S(o),N=m(this.outputDocument,B);var de=o.childNodes.filter((function(e){return e.nodeType===t&&"disable-output-escaping"===e.nodeName}));de.length>0&&"yes"===de[0].nodeValue&&(N.escape=!1),(s||e.outputNodeList[e.outputPosition]).appendTransformedChild(N);break;case"value-of":A=P(o,"select"),q=this.xPath.xPathEval(A,e).stringValue(),(N=m(this.outputDocument,q)).siblingPosition=e.nodeList[e.position].siblingPosition,s.nodeType===l?s.appendTransformedChild(N):e.outputNodeList[e.outputPosition].appendTransformedChild(N);break;case"variable":this.xsltVariable(e,o,!0);break;default:throw new Error("error if here: ".concat(o.localName))}}else this.xsltPassThrough(e,o,s)},e.prototype.xsltChoose=function(e,t,a){for(var n=0,o=t.childNodes;n<o.length;n++){var i=o[n];if(i.nodeType===r)if(this.isXsltElement(i,"when")){var s=P(i,"test");if(this.xPath.xPathEval(s,e).booleanValue()){this.xsltChildNodes(e,i,a);break}}else if(this.isXsltElement(i,"otherwise")){this.xsltChildNodes(e,i,a);break}}},e.prototype.xsltCopy=function(e,i){if(i.nodeType==r)return(s=v(this.outputDocument,i.nodeName)).transformedNodeName=i.nodeName,null!==i.namespaceUri&&void 0!==i.namespaceUri&&h(s,"xmlns",i.namespaceUri),f(e,s),s;if(i.nodeType==a)f(e,s=m(this.outputDocument,i.nodeValue));else if(i.nodeType==n){f(e,s=b(this.outputDocument,i.nodeValue))}else if(i.nodeType==o){var s;f(e,s=y(this.outputDocument,i.nodeValue))}else i.nodeType==t&&h(e,i.nodeName,i.nodeValue);return null},e.prototype.xsltCopyOf=function(e,r){if(r.nodeType==l||r.nodeType==i)for(var t=0;t<r.childNodes.length;++t)this.xsltCopyOf(e,r.childNodes[t]);else{var a=this.xsltCopy(e,r);if(a)for(t=0;t<r.childNodes.length;++t)this.xsltCopyOf(a,r.childNodes[t])}},e.prototype.xsltForEach=function(e,r,t){var a=P(r,"select"),n=this.xPath.xPathEval(a,e).nodeSetValue();if(0!==n.length){var o=e.clone(n);if(this.xsltSort(o,r),o.nodeList.filter((function(e){return null!==e.parentNode&&void 0!==e.parentNode})).length<=0)throw new Error("Nodes with no parents defined.");for(var i=0;i<o.contextSize();++i)this.xsltChildNodes(o.clone(o.nodeList,void 0,i),r,t)}},e.prototype.xsltSort=function(e,t){for(var a=[],n=0,o=t.childNodes;n<o.length;n++){var i=o[n];if(i.nodeType==r&&this.isXsltElement(i,"sort")){var s=P(i,"select"),l=this.xPath.xPathParse(s),u=P(i,"data-type")||"text",c=P(i,"order")||"ascending";a.push({expr:l,type:u,order:c})}}this.xPath.xPathSort(e,a)},e.prototype.xsltTransformOrStylesheet=function(e,r,a){for(var n=0,o=e.childNodes.filter((function(e){return e.nodeType===t}));n<o.length;n++){var i=o[n];if("version"===i.nodeName){if(this.version=i.nodeValue,!["1.0","2.0","3.0"].includes(this.version))throw new Error("XSLT version not defined or invalid. Actual resolved version: ".concat(this.version||"(none)","."));r.xsltVersion=this.version}else"xmlns"===i.prefix&&(r.knownNamespaces[i.localName]=i.nodeValue)}this.xsltChildNodes(r,e,a)},e.prototype.xsltVariable=function(e,r,a){var n,o=P(r,"name"),i=P(r,"select");if(r.childNodes.filter((function(e){return e.nodeType!==t})).length>0){var s=x(r.ownerDocument);this.xsltChildNodes(e,r,s),n=new oe([s])}else if(i)n=this.xPath.xPathEval(i,e);else{var l="",u=this.options.parameters.filter((function(e){return e.name===o}));u.length>0&&(l=u[0].value),n=new se(l)}!a&&e.getVariable(o)||e.setVariable(o,n)},e.prototype.xsltChildNodes=function(e,r,t){for(var a=e.clone(),n=0;n<r.childNodes.length;++n)this.xsltProcessContext(a,r.childNodes[n],t)},e.prototype.commonLogicTextNode=function(e,r,t){if(t.nodeType===l){f(t,n=m(this.outputDocument,r.nodeValue))}else{var n,o=e.outputNodeList[e.outputPosition].transformedChildNodes.filter((function(e){return e.nodeType===a}));if(o.length>0)(n=o[0]).transformedNodeValue=r.nodeValue;else(n=m(this.outputDocument,r.nodeValue)).transformedParentNode=e.outputNodeList[e.outputPosition],f(e.outputNodeList[e.outputPosition],n)}},e.prototype.xsltPassThrough=function(e,n,o){if(n.nodeType==a)this.xsltPassText(n)&&this.commonLogicTextNode(e,n,o);else if(n.nodeType==r){var i=void 0,s=e;"#document"===e.nodeList[e.position].nodeName?(i=e.nodeList[e.position].childNodes.find((function(e){return"#dtd-section"!==e.nodeName})),s=e.clone([i])):i=e.nodeList[e.position];var l=void 0;void 0===i.outputNode||null===i.outputNode||e.outputDepth>0?((l=v(this.outputDocument,n.nodeName)).siblingPosition=i.siblingPosition,0===e.outputDepth&&(i.outputNode=l)):l=i.outputNode,l.transformedNodeName=n.nodeName,l.transformedLocalName=n.localName;for(var u=0,c=i.transformedChildNodes.filter((function(e){return e.nodeType===t}));u<c.length;u++){var p=c[u];h(l,p.transformedNodeName,p.transformedNodeValue)}for(var d=0,g=n.childNodes.filter((function(e){return(null==e?void 0:e.nodeType)===t}));d<g.length;d++){var m=g[d];h(l,m.nodeName,this.xsltAttributeValue(m.nodeValue,s))}var b=e.outputNodeList[e.outputPosition];f(b,l);var y=s.cloneByOutput(b.transformedChildNodes,b.transformedChildNodes.length-1,++s.outputDepth);this.xsltChildNodes(y,n,o)}else this.xsltChildNodes(e,n,o)},e.prototype.xsltPassText=function(e){if(!e.nodeValue.match(/^\s*$/))return!0;var t=e.parentNode;if(this.isXsltElement(t,"text"))return!0;for(;t&&t.nodeType==r;){var a=c(t,"xml:space");if(a){if("default"==a)return!1;if("preserve"==a)return!0}t=t.parentNode}return!1},e.prototype.xsltAttribute=function(e,r){return r.nodeList[r.position].childNodes.find((function(r){return r.nodeType===t&&r.nodeName===e}))},e.prototype.xsltAttributeValue=function(e,r){var t=e.split("{");if(1===t.length)return e;for(var a="",n=0;n<t.length;++n){var o=t[n].split("}");if(2==o.length)a+=this.xPath.xPathEval(o[0],r).stringValue()+o[1];else a+=t[n]}return a},e.prototype.xsltMatch=function(e,r,t){var a=this.xPath.xPathParse(e,t);return this.matchResolver.expressionMatch(a,r)},e.prototype.xsltWithParam=function(e,t){for(var a=0,n=t.childNodes;a<n.length;a++){var o=n[a];o.nodeType===r&&this.isXsltElement(o,"with-param")&&this.xsltVariable(e,o,!0)}},e.prototype.isXsltElement=function(e,r){return(!r||e.localName==r)&&(e.namespaceUri?"http://www.w3.org/1999/XSL/Transform"===e.namespaceUri:"xsl"===e.prefix)},e}();e.ExprContext=We,e.XPath=At,e.XmlParser=ne,e.Xslt=kt,e.xmlEscapeText=C,Object.defineProperty(e,"__esModule",{value:!0})}));
16
16
  //# sourceMappingURL=xslt-processor.js.map