(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3759],{63818:function(e,t,n){"use strict";var r=n(23190),i=Object.prototype.hasOwnProperty,o={align:"text-align",valign:"vertical-align",height:"height",width:"width"};function s(e){var t;if("tr"===e.tagName||"td"===e.tagName||"th"===e.tagName)for(t in o)i.call(o,t)&&void 0!==e.properties[t]&&(function(e,t,n){var r=(e.properties.style||"").trim();r&&!/;\s*/.test(r)&&(r+=";"),r&&(r+=" ");var i=r+t+": "+n+";";e.properties.style=i}(e,o[t],e.properties[t]),delete e.properties[t])}e.exports=function(e){return r(e,"element",s),e}},23088:function(e,t,n){"use strict";n.d(t,{Ry:function(){return u}});var r=new WeakMap,i=new WeakMap,o={},s=0,a=function(e){return e&&(e.host||a(e.parentNode))},l=function(e,t,n,l){var u=(Array.isArray(e)?e:[e]).map(function(e){if(t.contains(e))return e;var n=a(e);return n&&t.contains(n)?n:(console.error("aria-hidden",e,"in not contained inside",t,". Doing nothing"),null)}).filter(function(e){return!!e});o[n]||(o[n]=new WeakMap);var c=o[n],d=[],p=new Set,f=new Set(u),h=function(e){!e||p.has(e)||(p.add(e),h(e.parentNode))};u.forEach(h);var m=function(e){!e||f.has(e)||Array.prototype.forEach.call(e.children,function(e){if(p.has(e))m(e);else{var t=e.getAttribute(l),o=null!==t&&"false"!==t,s=(r.get(e)||0)+1,a=(c.get(e)||0)+1;r.set(e,s),c.set(e,a),d.push(e),1===s&&o&&i.set(e,!0),1===a&&e.setAttribute(n,"true"),o||e.setAttribute(l,"true")}})};return m(t),p.clear(),s++,function(){d.forEach(function(e){var t=r.get(e)-1,o=c.get(e)-1;r.set(e,t),c.set(e,o),t||(i.has(e)||e.removeAttribute(l),i.delete(e)),o||e.removeAttribute(n)}),--s||(r=new WeakMap,r=new WeakMap,i=new WeakMap,o={})}},u=function(e,t,n){void 0===n&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),i=t||("undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body);return i?(r.push.apply(r,Array.from(i.querySelectorAll("[aria-live]"))),l(r,i,n,"aria-hidden")):function(){return null}}},56615:function(e,t){var n;/*!
	Copyright (c) 2018 Jed Watson.
	Licensed under the MIT License (MIT), see
	http://jedwatson.github.io/classnames
*/!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var o=typeof n;if("string"===o||"number"===o)e.push(n);else if(Array.isArray(n)){if(n.length){var s=i.apply(null,n);s&&e.push(s)}}else if("object"===o){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var a in n)r.call(n,a)&&n[a]&&e.push(a)}}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0!==(n=(function(){return i}).apply(t,[]))&&(e.exports=n)}()},89925:function(e,t){var n="undefined"!=typeof self?self:this,r=function(){function e(){this.fetch=!1,this.DOMException=n.DOMException}return e.prototype=n,new e}();(function(e){var t={searchParams:"URLSearchParams"in r,iterable:"Symbol"in r&&"iterator"in Symbol,blob:"FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(e){return!1}}(),formData:"FormData"in r,arrayBuffer:"ArrayBuffer"in r};if(t.arrayBuffer)var n=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(e){return e&&n.indexOf(Object.prototype.toString.call(e))>-1};function o(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw TypeError("Invalid character in header field name");return e.toLowerCase()}function s(e){return"string"!=typeof e&&(e=String(e)),e}function a(e){var n={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return t.iterable&&(n[Symbol.iterator]=function(){return n}),n}function l(e){this.map={},e instanceof l?e.forEach(function(e,t){this.append(t,e)},this):Array.isArray(e)?e.forEach(function(e){this.append(e[0],e[1])},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}function u(e){if(e.bodyUsed)return Promise.reject(TypeError("Already read"));e.bodyUsed=!0}function c(e){return new Promise(function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}})}function d(e){var t=new FileReader,n=c(t);return t.readAsArrayBuffer(e),n}function p(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function f(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,e){if("string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else if(t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e))this._bodyText=e.toString();else{var n;t.arrayBuffer&&t.blob&&(n=e)&&DataView.prototype.isPrototypeOf(n)?(this._bodyArrayBuffer=p(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):t.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||i(e))?this._bodyArrayBuffer=p(e):this._bodyText=e=Object.prototype.toString.call(e)}}else this._bodyText="";!this.headers.get("content-type")&&("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},t.blob&&(this.blob=function(){var e=u(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(!this._bodyFormData)return Promise.resolve(new Blob([this._bodyText]));throw Error("could not read FormData body as blob")},this.arrayBuffer=function(){return this._bodyArrayBuffer?u(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(d)}),this.text=function(){var e,t,n,r=u(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,n=c(t=new FileReader),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(!this._bodyFormData)return Promise.resolve(this._bodyText);throw Error("could not read FormData body as text")},t.formData&&(this.formData=function(){return this.text().then(T)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(e,t){e=o(e),t=s(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},l.prototype.delete=function(e){delete this.map[o(e)]},l.prototype.get=function(e){return e=o(e),this.has(e)?this.map[e]:null},l.prototype.has=function(e){return this.map.hasOwnProperty(o(e))},l.prototype.set=function(e,t){this.map[o(e)]=s(t)},l.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},l.prototype.keys=function(){var e=[];return this.forEach(function(t,n){e.push(n)}),a(e)},l.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),a(e)},l.prototype.entries=function(){var e=[];return this.forEach(function(t,n){e.push([n,t])}),a(e)},t.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var h=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function m(e,t){var n,r,i=(t=t||{}).body;if(e instanceof m){if(e.bodyUsed)throw TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new l(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,i||null==e._bodyInit||(i=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",(t.headers||!this.headers)&&(this.headers=new l(t.headers)),this.method=(r=(n=t.method||this.method||"GET").toUpperCase(),h.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function T(e){var t=new FormData;return e.trim().split("&").forEach(function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}}),t}function E(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new l(t.headers),this.url=t.url||"",this._initBody(e)}m.prototype.clone=function(){return new m(this,{body:this._bodyInit})},f.call(m.prototype),f.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},E.error=function(){var e=new E(null,{status:0,statusText:""});return e.type="error",e};var g=[301,302,303,307,308];E.redirect=function(e,t){if(-1===g.indexOf(t))throw RangeError("Invalid status code");return new E(null,{status:t,headers:{location:e}})},e.DOMException=r.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function _(n,r){return new Promise(function(i,o){var s=new m(n,r);if(s.signal&&s.signal.aborted)return o(new e.DOMException("Aborted","AbortError"));var a=new XMLHttpRequest;function u(){a.abort()}a.onload=function(){var e,t,n={status:a.status,statusText:a.statusText,headers:(e=a.getAllResponseHeaders()||"",t=new l,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach(function(e){var n=e.split(":"),r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}}),t)};n.url="responseURL"in a?a.responseURL:n.headers.get("X-Request-URL"),i(new E("response"in a?a.response:a.responseText,n))},a.onerror=function(){o(TypeError("Network request failed"))},a.ontimeout=function(){o(TypeError("Network request failed"))},a.onabort=function(){o(new e.DOMException("Aborted","AbortError"))},a.open(s.method,s.url,!0),"include"===s.credentials?a.withCredentials=!0:"omit"===s.credentials&&(a.withCredentials=!1),"responseType"in a&&t.blob&&(a.responseType="blob"),s.headers.forEach(function(e,t){a.setRequestHeader(t,e)}),s.signal&&(s.signal.addEventListener("abort",u),a.onreadystatechange=function(){4===a.readyState&&s.signal.removeEventListener("abort",u)}),a.send(void 0===s._bodyInit?null:s._bodyInit)})}_.polyfill=!0,r.fetch||(r.fetch=_,r.Headers=l,r.Request=m,r.Response=E),e.Headers=l,e.Request=m,e.Response=E,e.fetch=_,Object.defineProperty(e,"__esModule",{value:!0})})({}),r.fetch.ponyfill=!0,delete r.fetch.polyfill,(t=r.fetch).default=r.fetch,t.fetch=r.fetch,t.Headers=r.Headers,t.Request=r.Request,t.Response=r.Response,e.exports=t},89725:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,i=Object.getOwnPropertyDescriptor,o=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},s=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,i=t.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!i&&!o)return!1;for(r in e);return void 0===r||t.call(e,r)},a=function(e,t){r&&"__proto__"===t.name?r(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,n){if("__proto__"===n){if(!t.call(e,n))return;if(i)return i(e,n).value}return e[n]};e.exports=function e(){var t,n,r,i,u,c,d=arguments[0],p=1,f=arguments.length,h=!1;for("boolean"==typeof d&&(h=d,d=arguments[1]||{},p=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});p<f;++p)if(t=arguments[p],null!=t)for(n in t)r=l(d,n),d!==(i=l(t,n))&&(h&&i&&(s(i)||(u=o(i)))?(u?(u=!1,c=r&&o(r)?r:[]):c=r&&s(r)?r:{},a(d,{name:n,newValue:e(h,c,i)})):void 0!==i&&a(d,{name:n,newValue:i}));return d}},15071:function(e){var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,i=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,a=/^[;\s]*/,l=/^\s+|\s+$/g;function u(e){return e?e.replace(l,""):""}e.exports=function(e,l){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];l=l||{};var c=1,d=1;function p(e){var t=e.match(n);t&&(c+=t.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function f(){var e={line:c,column:d};return function(t){return t.position=new h(e),E(r),t}}function h(e){this.start=e,this.end={line:c,column:d},this.source=l.source}h.prototype.content=e;var m=[];function T(t){var n=Error(l.source+":"+c+":"+d+": "+t);if(n.reason=t,n.filename=l.source,n.line=c,n.column=d,n.source=e,l.silent)m.push(n);else throw n}function E(t){var n=t.exec(e);if(n){var r=n[0];return p(r),e=e.slice(r.length),n}}function g(e){var t;for(e=e||[];t=_();)!1!==t&&e.push(t);return e}function _(){var t=f();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var n=2;""!=e.charAt(n)&&("*"!=e.charAt(n)||"/"!=e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return T("End of comment missing");var r=e.slice(2,n-2);return d+=2,p(r),e=e.slice(n),d+=2,t({type:"comment",comment:r})}}return E(r),function(){var e,n=[];for(g(n);e=function(){var e=f(),n=E(i);if(n){if(_(),!E(o))return T("property missing ':'");var r=E(s),l=e({type:"declaration",property:u(n[0].replace(t,"")),value:r?u(r[0].replace(t,"")):""});return E(a),l}}();)!1!==e&&(n.push(e),g(n));return n}()}},90098:function(e){/*!
 * Determine if an object is a Buffer
 *
 * @author   Feross Aboukhadijeh <https://feross.org>
 * @license  MIT
 */e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},19619:function(e){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},71802:function(e,t,n){var r=n(29179);e.exports=function(e,t){return!!(null==e?0:e.length)&&r(e,t,0)>-1}},61485:function(e){e.exports=function(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}},43649:function(e,t,n){var r=n(4086),i=n(71802),o=n(61485),s=n(4130),a=n(75374),l=n(87777);e.exports=function(e,t,n,u){var c=-1,d=i,p=!0,f=e.length,h=[],m=t.length;if(!f)return h;n&&(t=s(t,a(n))),u?(d=o,p=!1):t.length>=200&&(d=l,p=!1,t=new r(t));e:for(;++c<f;){var T=e[c],E=null==n?T:n(T);if(T=u||0!==T?T:0,p&&E==E){for(var g=m;g--;)if(t[g]===E)continue e;h.push(T)}else d(t,E,u)||h.push(T)}return h}},57256:function(e){e.exports=function(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return -1}},70379:function(e,t,n){var r=n(30109),i=n(29147);e.exports=function e(t,n,o,s,a){var l=-1,u=t.length;for(o||(o=i),a||(a=[]);++l<u;){var c=t[l];n>0&&o(c)?n>1?e(c,n-1,o,s,a):r(a,c):s||(a[a.length]=c)}return a}},29179:function(e,t,n){var r=n(57256),i=n(21659),o=n(90817);e.exports=function(e,t,n){return t==t?o(e,t,n):r(e,i,n)}},21659:function(e){e.exports=function(e){return e!=e}},91627:function(e,t,n){var r=n(13561),i=n(89818),o=n(95006);e.exports=function(e,t){return o(i(e,t,r),e+"")}},48250:function(e,t,n){var r=n(2374),i=n(50021),o=n(13561),s=i?function(e,t){return i(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:o;e.exports=s},61654:function(e,t,n){var r=n(29236),i=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(i,""):e}},12986:function(e,t,n){var r=n(4086),i=n(71802),o=n(61485),s=n(87777),a=n(27440),l=n(74978);e.exports=function(e,t,n){var u=-1,c=i,d=e.length,p=!0,f=[],h=f;if(n)p=!1,c=o;else if(d>=200){var m=t?null:a(e);if(m)return l(m);p=!1,c=s,h=new r}else h=t?[]:f;e:for(;++u<d;){var T=e[u],E=t?t(T):T;if(T=n||0!==T?T:0,p&&E==E){for(var g=h.length;g--;)if(h[g]===E)continue e;t&&h.push(E),f.push(T)}else c(h,E,n)||(h!==f&&h.push(E),f.push(T))}return f}},8282:function(e,t,n){var r=n(43649),i=n(70379),o=n(12986);e.exports=function(e,t,n){var s=e.length;if(s<2)return s?o(e[0]):[];for(var a=-1,l=Array(s);++a<s;)for(var u=e[a],c=-1;++c<s;)c!=a&&(l[a]=r(l[a]||u,e[c],t,n));return o(i(l,1),t,n)}},27440:function(e,t,n){var r=n(23813),i=n(64124),o=n(74978),s=r&&1/o(new r([,-0]))[1]==1/0?function(e){return new r(e)}:i;e.exports=s},29147:function(e,t,n){var r=n(81254),i=n(14726),o=n(13199),s=r?r.isConcatSpreadable:void 0;e.exports=function(e){return o(e)||i(e)||!!(s&&e&&e[s])}},89818:function(e,t,n){var r=n(19619),i=Math.max;e.exports=function(e,t,n){return t=i(void 0===t?e.length-1:t,0),function(){for(var o=arguments,s=-1,a=i(o.length-t,0),l=Array(a);++s<a;)l[s]=o[t+s];s=-1;for(var u=Array(t+1);++s<t;)u[s]=o[s];return u[t]=n(l),r(e,this,u)}}},95006:function(e,t,n){var r=n(48250),i=n(25266)(r);e.exports=i},25266:function(e){var t=Date.now;e.exports=function(e){var n=0,r=0;return function(){var i=t(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}},90817:function(e){e.exports=function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return -1}},29236:function(e){var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},2374:function(e){e.exports=function(e){return function(){return e}}},69521:function(e,t,n){var r=n(28250),i=n(50779),o=n(76796),s=Math.max,a=Math.min;e.exports=function(e,t,n){var l,u,c,d,p,f,h=0,m=!1,T=!1,E=!0;if("function"!=typeof e)throw TypeError("Expected a function");function g(t){var n=l,r=u;return l=u=void 0,h=t,d=e.apply(r,n)}function _(e){var n=e-f,r=e-h;return void 0===f||n>=t||n<0||T&&r>=c}function A(){var e,n,r,o=i();if(_(o))return y(o);p=setTimeout(A,(e=o-f,n=o-h,r=t-e,T?a(r,c-n):r))}function y(e){return(p=void 0,E&&l)?g(e):(l=u=void 0,d)}function C(){var e,n=i(),r=_(n);if(l=arguments,u=this,f=n,r){if(void 0===p)return h=e=f,p=setTimeout(A,t),m?g(e):d;if(T)return clearTimeout(p),p=setTimeout(A,t),g(f)}return void 0===p&&(p=setTimeout(A,t)),d}return t=o(t)||0,r(n)&&(m=!!n.leading,c=(T="maxWait"in n)?s(o(n.maxWait)||0,t):c,E="trailing"in n?!!n.trailing:E),C.cancel=function(){void 0!==p&&clearTimeout(p),h=0,l=f=u=p=void 0},C.flush=function(){return void 0===p?d:y(i())},C}},72951:function(e,t,n){var r=n(1912),i=n(39229);e.exports=function(e){return i(e)&&r(e)}},64124:function(e){e.exports=function(){}},50779:function(e,t,n){var r=n(68572);e.exports=function(){return r.Date.now()}},76796:function(e,t,n){var r=n(61654),i=n(28250),o=n(97617),s=0/0,a=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return s;if(i(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=l.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):a.test(e)?s:+e}},19874:function(e,t,n){var r=n(82407),i=n(91627),o=n(8282),s=n(72951),a=i(function(e){return o(r(e,s))});e.exports=a},70745:function(e,t,n){e.exports=n(22237)},88601:function(e,t,n){e.exports=n(29446)},29566:function(e,t,n){e.exports=n(86229)},38518:function(e,t,n){"use strict";let{DOCUMENT_MODE:r}=n(44528),i="html",o=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],s=o.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),a=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],l=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],u=l.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function c(e){let t=-1!==e.indexOf('"')?"'":'"';return t+e+t}function d(e,t){for(let n=0;n<t.length;n++)if(0===e.indexOf(t[n]))return!0;return!1}t.isConforming=function(e){return e.name===i&&null===e.publicId&&(null===e.systemId||"about:legacy-compat"===e.systemId)},t.getDocumentMode=function(e){if(e.name!==i)return r.QUIRKS;let t=e.systemId;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return r.QUIRKS;let n=e.publicId;if(null!==n){if(n=n.toLowerCase(),a.indexOf(n)>-1)return r.QUIRKS;let e=null===t?s:o;if(d(n,e))return r.QUIRKS;if(d(n,e=null===t?l:u))return r.LIMITED_QUIRKS}return r.NO_QUIRKS},t.serializeContent=function(e,t,n){let r="!DOCTYPE ";return e&&(r+=e),t?r+=" PUBLIC "+c(t):n&&(r+=" SYSTEM"),null!==n&&(r+=" "+c(n)),r}},83478:function(e){"use strict";e.exports={controlCharacterInInputStream:"control-character-in-input-stream",noncharacterInInputStream:"noncharacter-in-input-stream",surrogateInInputStream:"surrogate-in-input-stream",nonVoidHtmlElementStartTagWithTrailingSolidus:"non-void-html-element-start-tag-with-trailing-solidus",endTagWithAttributes:"end-tag-with-attributes",endTagWithTrailingSolidus:"end-tag-with-trailing-solidus",unexpectedSolidusInTag:"unexpected-solidus-in-tag",unexpectedNullCharacter:"unexpected-null-character",unexpectedQuestionMarkInsteadOfTagName:"unexpected-question-mark-instead-of-tag-name",invalidFirstCharacterOfTagName:"invalid-first-character-of-tag-name",unexpectedEqualsSignBeforeAttributeName:"unexpected-equals-sign-before-attribute-name",missingEndTagName:"missing-end-tag-name",unexpectedCharacterInAttributeName:"unexpected-character-in-attribute-name",unknownNamedCharacterReference:"unknown-named-character-reference",missingSemicolonAfterCharacterReference:"missing-semicolon-after-character-reference",unexpectedCharacterAfterDoctypeSystemIdentifier:"unexpected-character-after-doctype-system-identifier",unexpectedCharacterInUnquotedAttributeValue:"unexpected-character-in-unquoted-attribute-value",eofBeforeTagName:"eof-before-tag-name",eofInTag:"eof-in-tag",missingAttributeValue:"missing-attribute-value",missingWhitespaceBetweenAttributes:"missing-whitespace-between-attributes",missingWhitespaceAfterDoctypePublicKeyword:"missing-whitespace-after-doctype-public-keyword",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:"missing-whitespace-between-doctype-public-and-system-identifiers",missingWhitespaceAfterDoctypeSystemKeyword:"missing-whitespace-after-doctype-system-keyword",missingQuoteBeforeDoctypePublicIdentifier:"missing-quote-before-doctype-public-identifier",missingQuoteBeforeDoctypeSystemIdentifier:"missing-quote-before-doctype-system-identifier",missingDoctypePublicIdentifier:"missing-doctype-public-identifier",missingDoctypeSystemIdentifier:"missing-doctype-system-identifier",abruptDoctypePublicIdentifier:"abrupt-doctype-public-identifier",abruptDoctypeSystemIdentifier:"abrupt-doctype-system-identifier",cdataInHtmlContent:"cdata-in-html-content",incorrectlyOpenedComment:"incorrectly-opened-comment",eofInScriptHtmlCommentLikeText:"eof-in-script-html-comment-like-text",eofInDoctype:"eof-in-doctype",nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofInComment:"eof-in-comment",incorrectlyClosedComment:"incorrectly-closed-comment",eofInCdata:"eof-in-cdata",absenceOfDigitsInNumericCharacterReference:"absence-of-digits-in-numeric-character-reference",nullCharacterReference:"null-character-reference",surrogateCharacterReference:"surrogate-character-reference",characterReferenceOutsideUnicodeRange:"character-reference-outside-unicode-range",controlCharacterReference:"control-character-reference",noncharacterCharacterReference:"noncharacter-character-reference",missingWhitespaceBeforeDoctypeName:"missing-whitespace-before-doctype-name",missingDoctypeName:"missing-doctype-name",invalidCharacterSequenceAfterDoctypeName:"invalid-character-sequence-after-doctype-name",duplicateAttribute:"duplicate-attribute",nonConformingDoctype:"non-conforming-doctype",missingDoctype:"missing-doctype",misplacedDoctype:"misplaced-doctype",endTagWithoutMatchingOpenElement:"end-tag-without-matching-open-element",closingOfElementWithOpenChildElements:"closing-of-element-with-open-child-elements",disallowedContentInNoscriptInHead:"disallowed-content-in-noscript-in-head",openElementsLeftAfterEof:"open-elements-left-after-eof",abandonedHeadElementChild:"abandoned-head-element-child",misplacedStartTagForHeadElement:"misplaced-start-tag-for-head-element",nestedNoscriptInHead:"nested-noscript-in-head",eofInElementThatCanContainOnlyText:"eof-in-element-that-can-contain-only-text"}},99415:function(e,t,n){"use strict";let r=n(98925),i=n(44528),o=i.TAG_NAMES,s=i.NAMESPACES,a=i.ATTRS,l={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},u={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},c={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:s.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:s.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:s.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:s.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:s.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:s.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:s.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:s.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:s.XML},"xml:space":{prefix:"xml",name:"space",namespace:s.XML},xmlns:{prefix:"",name:"xmlns",namespace:s.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:s.XMLNS}},d=t.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},p={[o.B]:!0,[o.BIG]:!0,[o.BLOCKQUOTE]:!0,[o.BODY]:!0,[o.BR]:!0,[o.CENTER]:!0,[o.CODE]:!0,[o.DD]:!0,[o.DIV]:!0,[o.DL]:!0,[o.DT]:!0,[o.EM]:!0,[o.EMBED]:!0,[o.H1]:!0,[o.H2]:!0,[o.H3]:!0,[o.H4]:!0,[o.H5]:!0,[o.H6]:!0,[o.HEAD]:!0,[o.HR]:!0,[o.I]:!0,[o.IMG]:!0,[o.LI]:!0,[o.LISTING]:!0,[o.MENU]:!0,[o.META]:!0,[o.NOBR]:!0,[o.OL]:!0,[o.P]:!0,[o.PRE]:!0,[o.RUBY]:!0,[o.S]:!0,[o.SMALL]:!0,[o.SPAN]:!0,[o.STRONG]:!0,[o.STRIKE]:!0,[o.SUB]:!0,[o.SUP]:!0,[o.TABLE]:!0,[o.TT]:!0,[o.U]:!0,[o.UL]:!0,[o.VAR]:!0};t.causesExit=function(e){let t=e.tagName;return!!(t===o.FONT&&(null!==r.getTokenAttr(e,a.COLOR)||null!==r.getTokenAttr(e,a.SIZE)||null!==r.getTokenAttr(e,a.FACE)))||p[t]},t.adjustTokenMathMLAttrs=function(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}},t.adjustTokenSVGAttrs=function(e){for(let t=0;t<e.attrs.length;t++){let n=u[e.attrs[t].name];n&&(e.attrs[t].name=n)}},t.adjustTokenXMLAttrs=function(e){for(let t=0;t<e.attrs.length;t++){let n=c[e.attrs[t].name];n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}},t.adjustTokenSVGTagName=function(e){let t=d[e.tagName];t&&(e.tagName=t)},t.isIntegrationPoint=function(e,t,n,r){return!!((!r||r===s.HTML)&&function(e,t,n){if(t===s.MATHML&&e===o.ANNOTATION_XML){for(let e=0;e<n.length;e++)if(n[e].name===a.ENCODING){let t=n[e].value.toLowerCase();return t===l.TEXT_HTML||t===l.APPLICATION_XML}}return t===s.SVG&&(e===o.FOREIGN_OBJECT||e===o.DESC||e===o.TITLE)}(e,t,n))||(!r||r===s.MATHML)&&t===s.MATHML&&(e===o.MI||e===o.MO||e===o.MN||e===o.MS||e===o.MTEXT)}},44528:function(e,t){"use strict";let n=t.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"};t.ATTRS={TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"face",SIZE:"size"},t.DOCUMENT_MODE={NO_QUIRKS:"no-quirks",QUIRKS:"quirks",LIMITED_QUIRKS:"limited-quirks"};let r=t.TAG_NAMES={A:"a",ADDRESS:"address",ANNOTATION_XML:"annotation-xml",APPLET:"applet",AREA:"area",ARTICLE:"article",ASIDE:"aside",B:"b",BASE:"base",BASEFONT:"basefont",BGSOUND:"bgsound",BIG:"big",BLOCKQUOTE:"blockquote",BODY:"body",BR:"br",BUTTON:"button",CAPTION:"caption",CENTER:"center",CODE:"code",COL:"col",COLGROUP:"colgroup",DD:"dd",DESC:"desc",DETAILS:"details",DIALOG:"dialog",DIR:"dir",DIV:"div",DL:"dl",DT:"dt",EM:"em",EMBED:"embed",FIELDSET:"fieldset",FIGCAPTION:"figcaption",FIGURE:"figure",FONT:"font",FOOTER:"footer",FOREIGN_OBJECT:"foreignObject",FORM:"form",FRAME:"frame",FRAMESET:"frameset",H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",HEAD:"head",HEADER:"header",HGROUP:"hgroup",HR:"hr",HTML:"html",I:"i",IMG:"img",IMAGE:"image",INPUT:"input",IFRAME:"iframe",KEYGEN:"keygen",LABEL:"label",LI:"li",LINK:"link",LISTING:"listing",MAIN:"main",MALIGNMARK:"malignmark",MARQUEE:"marquee",MATH:"math",MENU:"menu",META:"meta",MGLYPH:"mglyph",MI:"mi",MO:"mo",MN:"mn",MS:"ms",MTEXT:"mtext",NAV:"nav",NOBR:"nobr",NOFRAMES:"noframes",NOEMBED:"noembed",NOSCRIPT:"noscript",OBJECT:"object",OL:"ol",OPTGROUP:"optgroup",OPTION:"option",P:"p",PARAM:"param",PLAINTEXT:"plaintext",PRE:"pre",RB:"rb",RP:"rp",RT:"rt",RTC:"rtc",RUBY:"ruby",S:"s",SCRIPT:"script",SECTION:"section",SELECT:"select",SOURCE:"source",SMALL:"small",SPAN:"span",STRIKE:"strike",STRONG:"strong",STYLE:"style",SUB:"sub",SUMMARY:"summary",SUP:"sup",TABLE:"table",TBODY:"tbody",TEMPLATE:"template",TEXTAREA:"textarea",TFOOT:"tfoot",TD:"td",TH:"th",THEAD:"thead",TITLE:"title",TR:"tr",TRACK:"track",TT:"tt",U:"u",UL:"ul",SVG:"svg",VAR:"var",WBR:"wbr",XMP:"xmp"};t.SPECIAL_ELEMENTS={[n.HTML]:{[r.ADDRESS]:!0,[r.APPLET]:!0,[r.AREA]:!0,[r.ARTICLE]:!0,[r.ASIDE]:!0,[r.BASE]:!0,[r.BASEFONT]:!0,[r.BGSOUND]:!0,[r.BLOCKQUOTE]:!0,[r.BODY]:!0,[r.BR]:!0,[r.BUTTON]:!0,[r.CAPTION]:!0,[r.CENTER]:!0,[r.COL]:!0,[r.COLGROUP]:!0,[r.DD]:!0,[r.DETAILS]:!0,[r.DIR]:!0,[r.DIV]:!0,[r.DL]:!0,[r.DT]:!0,[r.EMBED]:!0,[r.FIELDSET]:!0,[r.FIGCAPTION]:!0,[r.FIGURE]:!0,[r.FOOTER]:!0,[r.FORM]:!0,[r.FRAME]:!0,[r.FRAMESET]:!0,[r.H1]:!0,[r.H2]:!0,[r.H3]:!0,[r.H4]:!0,[r.H5]:!0,[r.H6]:!0,[r.HEAD]:!0,[r.HEADER]:!0,[r.HGROUP]:!0,[r.HR]:!0,[r.HTML]:!0,[r.IFRAME]:!0,[r.IMG]:!0,[r.INPUT]:!0,[r.LI]:!0,[r.LINK]:!0,[r.LISTING]:!0,[r.MAIN]:!0,[r.MARQUEE]:!0,[r.MENU]:!0,[r.META]:!0,[r.NAV]:!0,[r.NOEMBED]:!0,[r.NOFRAMES]:!0,[r.NOSCRIPT]:!0,[r.OBJECT]:!0,[r.OL]:!0,[r.P]:!0,[r.PARAM]:!0,[r.PLAINTEXT]:!0,[r.PRE]:!0,[r.SCRIPT]:!0,[r.SECTION]:!0,[r.SELECT]:!0,[r.SOURCE]:!0,[r.STYLE]:!0,[r.SUMMARY]:!0,[r.TABLE]:!0,[r.TBODY]:!0,[r.TD]:!0,[r.TEMPLATE]:!0,[r.TEXTAREA]:!0,[r.TFOOT]:!0,[r.TH]:!0,[r.THEAD]:!0,[r.TITLE]:!0,[r.TR]:!0,[r.TRACK]:!0,[r.UL]:!0,[r.WBR]:!0,[r.XMP]:!0},[n.MATHML]:{[r.MI]:!0,[r.MO]:!0,[r.MN]:!0,[r.MS]:!0,[r.MTEXT]:!0,[r.ANNOTATION_XML]:!0},[n.SVG]:{[r.TITLE]:!0,[r.FOREIGN_OBJECT]:!0,[r.DESC]:!0}}},7911:function(e,t){"use strict";let n=[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];t.REPLACEMENT_CHARACTER="�",t.CODE_POINTS={EOF:-1,NULL:0,TABULATION:9,CARRIAGE_RETURN:13,LINE_FEED:10,FORM_FEED:12,SPACE:32,EXCLAMATION_MARK:33,QUOTATION_MARK:34,NUMBER_SIGN:35,AMPERSAND:38,APOSTROPHE:39,HYPHEN_MINUS:45,SOLIDUS:47,DIGIT_0:48,DIGIT_9:57,SEMICOLON:59,LESS_THAN_SIGN:60,EQUALS_SIGN:61,GREATER_THAN_SIGN:62,QUESTION_MARK:63,LATIN_CAPITAL_A:65,LATIN_CAPITAL_F:70,LATIN_CAPITAL_X:88,LATIN_CAPITAL_Z:90,RIGHT_SQUARE_BRACKET:93,GRAVE_ACCENT:96,LATIN_SMALL_A:97,LATIN_SMALL_F:102,LATIN_SMALL_X:120,LATIN_SMALL_Z:122,REPLACEMENT_CHARACTER:65533},t.CODE_POINT_SEQUENCES={DASH_DASH_STRING:[45,45],DOCTYPE_STRING:[68,79,67,84,89,80,69],CDATA_START_STRING:[91,67,68,65,84,65,91],SCRIPT_STRING:[115,99,114,105,112,116],PUBLIC_STRING:[80,85,66,76,73,67],SYSTEM_STRING:[83,89,83,84,69,77]},t.isSurrogate=function(e){return e>=55296&&e<=57343},t.isSurrogatePair=function(e){return e>=56320&&e<=57343},t.getSurrogatePairCodePoint=function(e,t){return(e-55296)*1024+9216+t},t.isControlCodePoint=function(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159},t.isUndefinedCodePoint=function(e){return e>=64976&&e<=65007||n.indexOf(e)>-1}},49234:function(e,t,n){"use strict";let r=n(48022);class i extends r{constructor(e,t){super(e),this.posTracker=null,this.onParseError=t.onParseError}_setErrorLocation(e){e.startLine=e.endLine=this.posTracker.line,e.startCol=e.endCol=this.posTracker.col,e.startOffset=e.endOffset=this.posTracker.offset}_reportError(e){let t={code:e,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(t),this.onParseError(t)}_getOverriddenMethods(e){return{_err(t){e._reportError(t)}}}}e.exports=i},45897:function(e,t,n){"use strict";let r=n(49234),i=n(5080),o=n(9454),s=n(48022);class a extends r{constructor(e,t){super(e,t),this.opts=t,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(e){this.ctLoc&&(e.startLine=this.ctLoc.startLine,e.startCol=this.ctLoc.startCol,e.startOffset=this.ctLoc.startOffset,e.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,e.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,e.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(e,t){return{_bootstrap(n,r){t._bootstrap.call(this,n,r),s.install(this.tokenizer,i,e.opts),s.install(this.tokenizer,o)},_processInputToken(n){e.ctLoc=n.location,t._processInputToken.call(this,n)},_err(t,n){e.locBeforeToken=n&&n.beforeToken,e._reportError(t)}}}}e.exports=a},54806:function(e,t,n){"use strict";let r=n(49234),i=n(30895),o=n(48022);class s extends r{constructor(e,t){super(e,t),this.posTracker=o.install(e,i),this.lastErrOffset=-1}_reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(e))}}e.exports=s},5080:function(e,t,n){"use strict";let r=n(49234),i=n(54806),o=n(48022);class s extends r{constructor(e,t){super(e,t);let n=o.install(e.preprocessor,i,t);this.posTracker=n.posTracker}}e.exports=s},670:function(e,t,n){"use strict";let r=n(48022);class i extends r{constructor(e,t){super(e),this.onItemPop=t.onItemPop}_getOverriddenMethods(e,t){return{pop(){e.onItemPop(this.current),t.pop.call(this)},popAllUpToHtmlElement(){for(let t=this.stackTop;t>0;t--)e.onItemPop(this.items[t]);t.popAllUpToHtmlElement.call(this)},remove(n){e.onItemPop(this.current),t.remove.call(this,n)}}}}e.exports=i},69590:function(e,t,n){"use strict";let r=n(48022),i=n(98925),o=n(9454),s=n(670),a=n(44528).TAG_NAMES;class l extends r{constructor(e){super(e),this.parser=e,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(e){let t=null;this.lastStartTagToken&&((t=Object.assign({},this.lastStartTagToken.location)).startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(e,t)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){let n=t.location,r=this.treeAdapter.getTagName(e),o=t.type===i.END_TAG_TOKEN&&r===t.tagName,s={};o?(s.endTag=Object.assign({},n),s.endLine=n.endLine,s.endCol=n.endCol,s.endOffset=n.endOffset):(s.endLine=n.startLine,s.endCol=n.startCol,s.endOffset=n.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(e,s)}}_getOverriddenMethods(e,t){return{_bootstrap(n,i){t._bootstrap.call(this,n,i),e.lastStartTagToken=null,e.lastFosterParentingLocation=null,e.currentToken=null;let a=r.install(this.tokenizer,o);e.posTracker=a.posTracker,r.install(this.openElements,s,{onItemPop:function(t){e._setEndLocation(t,e.currentToken)}})},_runParsingLoop(n){t._runParsingLoop.call(this,n);for(let t=this.openElements.stackTop;t>=0;t--)e._setEndLocation(this.openElements.items[t],e.currentToken)},_processTokenInForeignContent(n){e.currentToken=n,t._processTokenInForeignContent.call(this,n)},_processToken(n){if(e.currentToken=n,t._processToken.call(this,n),n.type===i.END_TAG_TOKEN&&(n.tagName===a.HTML||n.tagName===a.BODY&&this.openElements.hasInScope(a.BODY)))for(let t=this.openElements.stackTop;t>=0;t--){let r=this.openElements.items[t];if(this.treeAdapter.getTagName(r)===n.tagName){e._setEndLocation(r,n);break}}},_setDocumentType(e){t._setDocumentType.call(this,e);let n=this.treeAdapter.getChildNodes(this.document),r=n.length;for(let t=0;t<r;t++){let r=n[t];if(this.treeAdapter.isDocumentTypeNode(r)){this.treeAdapter.setNodeSourceCodeLocation(r,e.location);break}}},_attachElementToTree(n){e._setStartLocation(n),e.lastStartTagToken=null,t._attachElementToTree.call(this,n)},_appendElement(n,r){e.lastStartTagToken=n,t._appendElement.call(this,n,r)},_insertElement(n,r){e.lastStartTagToken=n,t._insertElement.call(this,n,r)},_insertTemplate(n){e.lastStartTagToken=n,t._insertTemplate.call(this,n);let r=this.treeAdapter.getTemplateContent(this.openElements.current);this.treeAdapter.setNodeSourceCodeLocation(r,null)},_insertFakeRootElement(){t._insertFakeRootElement.call(this),this.treeAdapter.setNodeSourceCodeLocation(this.openElements.current,null)},_appendCommentNode(e,n){t._appendCommentNode.call(this,e,n);let r=this.treeAdapter.getChildNodes(n),i=r[r.length-1];this.treeAdapter.setNodeSourceCodeLocation(i,e.location)},_findFosterParentingLocation(){return e.lastFosterParentingLocation=t._findFosterParentingLocation.call(this),e.lastFosterParentingLocation},_insertCharacters(n){t._insertCharacters.call(this,n);let r=this._shouldFosterParentOnInsertion(),i=r&&e.lastFosterParentingLocation.parent||this.openElements.currentTmplContent||this.openElements.current,o=this.treeAdapter.getChildNodes(i),s=r&&e.lastFosterParentingLocation.beforeElement?o.indexOf(e.lastFosterParentingLocation.beforeElement)-1:o.length-1,a=o[s];if(this.treeAdapter.getNodeSourceCodeLocation(a)){let{endLine:e,endCol:t,endOffset:r}=n.location;this.treeAdapter.updateNodeSourceCodeLocation(a,{endLine:e,endCol:t,endOffset:r})}else this.treeAdapter.setNodeSourceCodeLocation(a,n.location)}}}}e.exports=l},9454:function(e,t,n){"use strict";let r=n(48022),i=n(98925),o=n(30895);class s extends r{constructor(e){super(e),this.tokenizer=e,this.posTracker=r.install(e.preprocessor,o),this.currentAttrLocation=null,this.ctLoc=null}_getCurrentLocation(){return{startLine:this.posTracker.line,startCol:this.posTracker.col,startOffset:this.posTracker.offset,endLine:-1,endCol:-1,endOffset:-1}}_attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this.posTracker.line,this.currentAttrLocation.endCol=this.posTracker.col,this.currentAttrLocation.endOffset=this.posTracker.offset;let e=this.tokenizer.currentToken,t=this.tokenizer.currentAttr;e.location.attrs||(e.location.attrs=Object.create(null)),e.location.attrs[t.name]=this.currentAttrLocation}_getOverriddenMethods(e,t){let n={_createStartTagToken(){t._createStartTagToken.call(this),this.currentToken.location=e.ctLoc},_createEndTagToken(){t._createEndTagToken.call(this),this.currentToken.location=e.ctLoc},_createCommentToken(){t._createCommentToken.call(this),this.currentToken.location=e.ctLoc},_createDoctypeToken(n){t._createDoctypeToken.call(this,n),this.currentToken.location=e.ctLoc},_createCharacterToken(n,r){t._createCharacterToken.call(this,n,r),this.currentCharacterToken.location=e.ctLoc},_createEOFToken(){t._createEOFToken.call(this),this.currentToken.location=e._getCurrentLocation()},_createAttr(n){t._createAttr.call(this,n),e.currentAttrLocation=e._getCurrentLocation()},_leaveAttrName(n){t._leaveAttrName.call(this,n),e._attachCurrentAttrLocationInfo()},_leaveAttrValue(n){t._leaveAttrValue.call(this,n),e._attachCurrentAttrLocationInfo()},_emitCurrentToken(){let n=this.currentToken.location;this.currentCharacterToken&&(this.currentCharacterToken.location.endLine=n.startLine,this.currentCharacterToken.location.endCol=n.startCol,this.currentCharacterToken.location.endOffset=n.startOffset),this.currentToken.type===i.EOF_TOKEN?(n.endLine=n.startLine,n.endCol=n.startCol,n.endOffset=n.startOffset):(n.endLine=e.posTracker.line,n.endCol=e.posTracker.col+1,n.endOffset=e.posTracker.offset+1),t._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){let n=this.currentCharacterToken&&this.currentCharacterToken.location;n&&-1===n.endOffset&&(n.endLine=e.posTracker.line,n.endCol=e.posTracker.col,n.endOffset=e.posTracker.offset),t._emitCurrentCharacterToken.call(this)}};return Object.keys(i.MODE).forEach(r=>{let o=i.MODE[r];n[o]=function(n){e.ctLoc=e._getCurrentLocation(),t[o].call(this,n)}}),n}}e.exports=s},30895:function(e,t,n){"use strict";let r=n(48022);class i extends r{constructor(e){super(e),this.preprocessor=e,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(e,t){return{advance(){let n=this.pos+1,r=this.html[n];return e.isEol&&(e.isEol=!1,e.line++,e.lineStartPos=n),("\n"===r||"\r"===r&&"\n"!==this.html[n+1])&&(e.isEol=!0),e.col=n-e.lineStartPos+1,e.offset=e.droppedBufferSize+n,t.advance.call(this)},retreat(){t.retreat.call(this),e.isEol=!1,e.col=this.pos-e.lineStartPos+1},dropParsedChunk(){let n=this.pos;t.dropParsedChunk.call(this);let r=n-this.pos;e.lineStartPos-=r,e.droppedBufferSize+=r,e.offset=e.droppedBufferSize+this.pos}}}}e.exports=i},31623:function(e){"use strict";class t{constructor(e){this.length=0,this.entries=[],this.treeAdapter=e,this.bookmark=null}_getNoahArkConditionCandidates(e){let n=[];if(this.length>=3){let r=this.treeAdapter.getAttrList(e).length,i=this.treeAdapter.getTagName(e),o=this.treeAdapter.getNamespaceURI(e);for(let e=this.length-1;e>=0;e--){let s=this.entries[e];if(s.type===t.MARKER_ENTRY)break;let a=s.element,l=this.treeAdapter.getAttrList(a);this.treeAdapter.getTagName(a)===i&&this.treeAdapter.getNamespaceURI(a)===o&&l.length===r&&n.push({idx:e,attrs:l})}}return n.length<3?[]:n}_ensureNoahArkCondition(e){let t=this._getNoahArkConditionCandidates(e),n=t.length;if(n){let r=this.treeAdapter.getAttrList(e),i=r.length,o=Object.create(null);for(let e=0;e<i;e++){let t=r[e];o[t.name]=t.value}for(let e=0;e<i;e++)for(let r=0;r<n;r++){let i=t[r].attrs[e];if(o[i.name]!==i.value&&(t.splice(r,1),n--),t.length<3)return}for(let e=n-1;e>=2;e--)this.entries.splice(t[e].idx,1),this.length--}}insertMarker(){this.entries.push({type:t.MARKER_ENTRY}),this.length++}pushElement(e,n){this._ensureNoahArkCondition(e),this.entries.push({type:t.ELEMENT_ENTRY,element:e,token:n}),this.length++}insertElementAfterBookmark(e,n){let r=this.length-1;for(;r>=0&&this.entries[r]!==this.bookmark;r--);this.entries.splice(r+1,0,{type:t.ELEMENT_ENTRY,element:e,token:n}),this.length++}removeEntry(e){for(let t=this.length-1;t>=0;t--)if(this.entries[t]===e){this.entries.splice(t,1),this.length--;break}}clearToLastMarker(){for(;this.length;){let e=this.entries.pop();if(this.length--,e.type===t.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(e){for(let n=this.length-1;n>=0;n--){let r=this.entries[n];if(r.type===t.MARKER_ENTRY)break;if(this.treeAdapter.getTagName(r.element)===e)return r}return null}getElementEntry(e){for(let n=this.length-1;n>=0;n--){let r=this.entries[n];if(r.type===t.ELEMENT_ENTRY&&r.element===e)return r}return null}}t.MARKER_ENTRY="MARKER_ENTRY",t.ELEMENT_ENTRY="ELEMENT_ENTRY",e.exports=t},31421:function(e,t,n){"use strict";let r=n(98925),i=n(44728),o=n(31623),s=n(69590),a=n(45897),l=n(48022),u=n(21586),c=n(57650),d=n(38518),p=n(99415),f=n(83478),h=n(7911),m=n(44528),T=m.TAG_NAMES,E=m.NAMESPACES,g=m.ATTRS,_={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:u},A="hidden",y="INITIAL_MODE",C="BEFORE_HTML_MODE",v="BEFORE_HEAD_MODE",N="IN_HEAD_MODE",S="IN_HEAD_NO_SCRIPT_MODE",O="AFTER_HEAD_MODE",b="IN_BODY_MODE",I="TEXT_MODE",x="IN_TABLE_MODE",R="IN_TABLE_TEXT_MODE",k="IN_CAPTION_MODE",L="IN_COLUMN_GROUP_MODE",M="IN_TABLE_BODY_MODE",w="IN_ROW_MODE",D="IN_CELL_MODE",P="IN_SELECT_MODE",F="IN_SELECT_IN_TABLE_MODE",H="IN_TEMPLATE_MODE",U="AFTER_BODY_MODE",B="IN_FRAMESET_MODE",j="AFTER_FRAMESET_MODE",K="AFTER_AFTER_BODY_MODE",G="AFTER_AFTER_FRAMESET_MODE",V={[T.TR]:w,[T.TBODY]:M,[T.THEAD]:M,[T.TFOOT]:M,[T.CAPTION]:k,[T.COLGROUP]:L,[T.TABLE]:x,[T.BODY]:b,[T.FRAMESET]:B},W={[T.CAPTION]:x,[T.COLGROUP]:x,[T.TBODY]:x,[T.TFOOT]:x,[T.THEAD]:x,[T.COL]:L,[T.TR]:M,[T.TD]:w,[T.TH]:w},Y={[y]:{[r.CHARACTER_TOKEN]:et,[r.NULL_CHARACTER_TOKEN]:et,[r.WHITESPACE_CHARACTER_TOKEN]:X,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:function(e,t){e._setDocumentType(t);let n=t.forceQuirks?m.DOCUMENT_MODE.QUIRKS:d.getDocumentMode(t);d.isConforming(t)||e._err(f.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=C},[r.START_TAG_TOKEN]:et,[r.END_TAG_TOKEN]:et,[r.EOF_TOKEN]:et},[C]:{[r.CHARACTER_TOKEN]:en,[r.NULL_CHARACTER_TOKEN]:en,[r.WHITESPACE_CHARACTER_TOKEN]:X,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){t.tagName===T.HTML?(e._insertElement(t,E.HTML),e.insertionMode=v):en(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;(n===T.HTML||n===T.HEAD||n===T.BODY||n===T.BR)&&en(e,t)},[r.EOF_TOKEN]:en},[v]:{[r.CHARACTER_TOKEN]:er,[r.NULL_CHARACTER_TOKEN]:er,[r.WHITESPACE_CHARACTER_TOKEN]:X,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:Q,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.HEAD?(e._insertElement(t,E.HTML),e.headElement=e.openElements.current,e.insertionMode=N):er(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HEAD||n===T.BODY||n===T.HTML||n===T.BR?er(e,t):e._err(f.endTagWithoutMatchingOpenElement)},[r.EOF_TOKEN]:er},[N]:{[r.CHARACTER_TOKEN]:es,[r.NULL_CHARACTER_TOKEN]:es,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:Q,[r.START_TAG_TOKEN]:ei,[r.END_TAG_TOKEN]:eo,[r.EOF_TOKEN]:es},[S]:{[r.CHARACTER_TOKEN]:ea,[r.NULL_CHARACTER_TOKEN]:ea,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:Q,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.BASEFONT||n===T.BGSOUND||n===T.HEAD||n===T.LINK||n===T.META||n===T.NOFRAMES||n===T.STYLE?ei(e,t):n===T.NOSCRIPT?e._err(f.nestedNoscriptInHead):ea(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.NOSCRIPT?(e.openElements.pop(),e.insertionMode=N):n===T.BR?ea(e,t):e._err(f.endTagWithoutMatchingOpenElement)},[r.EOF_TOKEN]:ea},[O]:{[r.CHARACTER_TOKEN]:el,[r.NULL_CHARACTER_TOKEN]:el,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:Q,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.BODY?(e._insertElement(t,E.HTML),e.framesetOk=!1,e.insertionMode=b):n===T.FRAMESET?(e._insertElement(t,E.HTML),e.insertionMode=B):n===T.BASE||n===T.BASEFONT||n===T.BGSOUND||n===T.LINK||n===T.META||n===T.NOFRAMES||n===T.SCRIPT||n===T.STYLE||n===T.TEMPLATE||n===T.TITLE?(e._err(f.abandonedHeadElementChild),e.openElements.push(e.headElement),ei(e,t),e.openElements.remove(e.headElement)):n===T.HEAD?e._err(f.misplacedStartTagForHeadElement):el(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.BODY||n===T.HTML||n===T.BR?el(e,t):n===T.TEMPLATE?eo(e,t):e._err(f.endTagWithoutMatchingOpenElement)},[r.EOF_TOKEN]:el},[b]:{[r.CHARACTER_TOKEN]:ec,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:ey,[r.END_TAG_TOKEN]:eS,[r.EOF_TOKEN]:eO},[I]:{[r.CHARACTER_TOKEN]:Z,[r.NULL_CHARACTER_TOKEN]:Z,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:X,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:X,[r.END_TAG_TOKEN]:function(e,t){t.tagName===T.SCRIPT&&(e.pendingScript=e.openElements.current),e.openElements.pop(),e.insertionMode=e.originalInsertionMode},[r.EOF_TOKEN]:function(e,t){e._err(f.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e._processToken(t)}},[x]:{[r.CHARACTER_TOKEN]:eb,[r.NULL_CHARACTER_TOKEN]:eb,[r.WHITESPACE_CHARACTER_TOKEN]:eb,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:eI,[r.END_TAG_TOKEN]:ex,[r.EOF_TOKEN]:eO},[R]:{[r.CHARACTER_TOKEN]:function(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0},[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:function(e,t){e.pendingCharacterTokens.push(t)},[r.COMMENT_TOKEN]:ek,[r.DOCTYPE_TOKEN]:ek,[r.START_TAG_TOKEN]:ek,[r.END_TAG_TOKEN]:ek,[r.EOF_TOKEN]:ek},[k]:{[r.CHARACTER_TOKEN]:ec,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.CAPTION||n===T.COL||n===T.COLGROUP||n===T.TBODY||n===T.TD||n===T.TFOOT||n===T.TH||n===T.THEAD||n===T.TR?e.openElements.hasInTableScope(T.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(T.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x,e._processToken(t)):ey(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.CAPTION||n===T.TABLE?e.openElements.hasInTableScope(T.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(T.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=x,n===T.TABLE&&e._processToken(t)):n!==T.BODY&&n!==T.COL&&n!==T.COLGROUP&&n!==T.HTML&&n!==T.TBODY&&n!==T.TD&&n!==T.TFOOT&&n!==T.TH&&n!==T.THEAD&&n!==T.TR&&eS(e,t)},[r.EOF_TOKEN]:eO},[L]:{[r.CHARACTER_TOKEN]:eL,[r.NULL_CHARACTER_TOKEN]:eL,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.COL?(e._appendElement(t,E.HTML),t.ackSelfClosing=!0):n===T.TEMPLATE?ei(e,t):eL(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.COLGROUP?e.openElements.currentTagName===T.COLGROUP&&(e.openElements.pop(),e.insertionMode=x):n===T.TEMPLATE?eo(e,t):n!==T.COL&&eL(e,t)},[r.EOF_TOKEN]:eO},[M]:{[r.CHARACTER_TOKEN]:eb,[r.NULL_CHARACTER_TOKEN]:eb,[r.WHITESPACE_CHARACTER_TOKEN]:eb,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.TR?(e.openElements.clearBackToTableBodyContext(),e._insertElement(t,E.HTML),e.insertionMode=w):n===T.TH||n===T.TD?(e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(T.TR),e.insertionMode=w,e._processToken(t)):n===T.CAPTION||n===T.COL||n===T.COLGROUP||n===T.TBODY||n===T.TFOOT||n===T.THEAD?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x,e._processToken(t)):eI(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.TBODY||n===T.TFOOT||n===T.THEAD?e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x):n===T.TABLE?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=x,e._processToken(t)):(n!==T.BODY&&n!==T.CAPTION&&n!==T.COL&&n!==T.COLGROUP||n!==T.HTML&&n!==T.TD&&n!==T.TH&&n!==T.TR)&&ex(e,t)},[r.EOF_TOKEN]:eO},[w]:{[r.CHARACTER_TOKEN]:eb,[r.NULL_CHARACTER_TOKEN]:eb,[r.WHITESPACE_CHARACTER_TOKEN]:eb,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.TH||n===T.TD?(e.openElements.clearBackToTableRowContext(),e._insertElement(t,E.HTML),e.insertionMode=D,e.activeFormattingElements.insertMarker()):n===T.CAPTION||n===T.COL||n===T.COLGROUP||n===T.TBODY||n===T.TFOOT||n===T.THEAD||n===T.TR?e.openElements.hasInTableScope(T.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M,e._processToken(t)):eI(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.TR?e.openElements.hasInTableScope(T.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M):n===T.TABLE?e.openElements.hasInTableScope(T.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M,e._processToken(t)):n===T.TBODY||n===T.TFOOT||n===T.THEAD?(e.openElements.hasInTableScope(n)||e.openElements.hasInTableScope(T.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M,e._processToken(t)):(n!==T.BODY&&n!==T.CAPTION&&n!==T.COL&&n!==T.COLGROUP||n!==T.HTML&&n!==T.TD&&n!==T.TH)&&ex(e,t)},[r.EOF_TOKEN]:eO},[D]:{[r.CHARACTER_TOKEN]:ec,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.CAPTION||n===T.COL||n===T.COLGROUP||n===T.TBODY||n===T.TD||n===T.TFOOT||n===T.TH||n===T.THEAD||n===T.TR?(e.openElements.hasInTableScope(T.TD)||e.openElements.hasInTableScope(T.TH))&&(e._closeTableCell(),e._processToken(t)):ey(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.TD||n===T.TH?e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=w):n===T.TABLE||n===T.TBODY||n===T.TFOOT||n===T.THEAD||n===T.TR?e.openElements.hasInTableScope(n)&&(e._closeTableCell(),e._processToken(t)):n!==T.BODY&&n!==T.CAPTION&&n!==T.COL&&n!==T.COLGROUP&&n!==T.HTML&&eS(e,t)},[r.EOF_TOKEN]:eO},[P]:{[r.CHARACTER_TOKEN]:Z,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:eM,[r.END_TAG_TOKEN]:ew,[r.EOF_TOKEN]:eO},[F]:{[r.CHARACTER_TOKEN]:Z,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.CAPTION||n===T.TABLE||n===T.TBODY||n===T.TFOOT||n===T.THEAD||n===T.TR||n===T.TD||n===T.TH?(e.openElements.popUntilTagNamePopped(T.SELECT),e._resetInsertionMode(),e._processToken(t)):eM(e,t)},[r.END_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.CAPTION||n===T.TABLE||n===T.TBODY||n===T.TFOOT||n===T.THEAD||n===T.TR||n===T.TD||n===T.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(T.SELECT),e._resetInsertionMode(),e._processToken(t)):ew(e,t)},[r.EOF_TOKEN]:eO},[H]:{[r.CHARACTER_TOKEN]:ec,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;if(n===T.BASE||n===T.BASEFONT||n===T.BGSOUND||n===T.LINK||n===T.META||n===T.NOFRAMES||n===T.SCRIPT||n===T.STYLE||n===T.TEMPLATE||n===T.TITLE)ei(e,t);else{let r=W[n]||b;e._popTmplInsertionMode(),e._pushTmplInsertionMode(r),e.insertionMode=r,e._processToken(t)}},[r.END_TAG_TOKEN]:function(e,t){t.tagName===T.TEMPLATE&&eo(e,t)},[r.EOF_TOKEN]:eD},[U]:{[r.CHARACTER_TOKEN]:eP,[r.NULL_CHARACTER_TOKEN]:eP,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:function(e,t){e._appendCommentNode(t,e.openElements.items[0])},[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){t.tagName===T.HTML?ey(e,t):eP(e,t)},[r.END_TAG_TOKEN]:function(e,t){t.tagName===T.HTML?e.fragmentContext||(e.insertionMode=K):eP(e,t)},[r.EOF_TOKEN]:ee},[B]:{[r.CHARACTER_TOKEN]:X,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.FRAMESET?e._insertElement(t,E.HTML):n===T.FRAME?(e._appendElement(t,E.HTML),t.ackSelfClosing=!0):n===T.NOFRAMES&&ei(e,t)},[r.END_TAG_TOKEN]:function(e,t){t.tagName!==T.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagName===T.FRAMESET||(e.insertionMode=j))},[r.EOF_TOKEN]:ee},[j]:{[r.CHARACTER_TOKEN]:X,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:Z,[r.COMMENT_TOKEN]:$,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.NOFRAMES&&ei(e,t)},[r.END_TAG_TOKEN]:function(e,t){t.tagName===T.HTML&&(e.insertionMode=G)},[r.EOF_TOKEN]:ee},[K]:{[r.CHARACTER_TOKEN]:eF,[r.NULL_CHARACTER_TOKEN]:eF,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:J,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){t.tagName===T.HTML?ey(e,t):eF(e,t)},[r.END_TAG_TOKEN]:eF,[r.EOF_TOKEN]:ee},[G]:{[r.CHARACTER_TOKEN]:X,[r.NULL_CHARACTER_TOKEN]:X,[r.WHITESPACE_CHARACTER_TOKEN]:eu,[r.COMMENT_TOKEN]:J,[r.DOCTYPE_TOKEN]:X,[r.START_TAG_TOKEN]:function(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.NOFRAMES&&ei(e,t)},[r.END_TAG_TOKEN]:X,[r.EOF_TOKEN]:ee}};class z{constructor(e){this.options=c(_,e),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&l.install(this,s),this.options.onParseError&&l.install(this,a,{onParseError:this.options.onParseError})}parse(e){let t=this.treeAdapter.createDocument();return this._bootstrap(t,null),this.tokenizer.write(e,!0),this._runParsingLoop(null),t}parseFragment(e,t){t||(t=this.treeAdapter.createElement(T.TEMPLATE,E.HTML,[]));let n=this.treeAdapter.createElement("documentmock",E.HTML,[]);this._bootstrap(n,t),this.treeAdapter.getTagName(t)===T.TEMPLATE&&this._pushTmplInsertionMode(H),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(e,!0),this._runParsingLoop(null);let r=this.treeAdapter.getFirstChild(n),i=this.treeAdapter.createDocumentFragment();return this._adoptNodes(r,i),i}_bootstrap(e,t){this.tokenizer=new r(this.options),this.stopped=!1,this.insertionMode=y,this.originalInsertionMode="",this.document=e,this.fragmentContext=t,this.headElement=null,this.formElement=null,this.openElements=new i(this.document,this.treeAdapter),this.activeFormattingElements=new o(this.treeAdapter),this.tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1}_err(){}_runParsingLoop(e){for(;!this.stopped;){this._setupTokenizerCDATAMode();let t=this.tokenizer.getNextToken();if(t.type===r.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.type===r.WHITESPACE_CHARACTER_TOKEN&&"\n"===t.chars[0])){if(1===t.chars.length)continue;t.chars=t.chars.substr(1)}if(this._processInputToken(t),e&&this.pendingScript)break}}runParsingLoopForCurrentChunk(e,t){if(this._runParsingLoop(t),t&&this.pendingScript){let e=this.pendingScript;this.pendingScript=null,t(e);return}e&&e()}_setupTokenizerCDATAMode(){let e=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=e&&e!==this.document&&this.treeAdapter.getNamespaceURI(e)!==E.HTML&&!this._isIntegrationPoint(e)}_switchToTextParsing(e,t){this._insertElement(e,E.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=I}switchToPlaintextParsing(){this.insertionMode=I,this.originalInsertionMode=b,this.tokenizer.state=r.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;do{if(this.treeAdapter.getTagName(e)===T.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}while(e)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===E.HTML){let e=this.treeAdapter.getTagName(this.fragmentContext);e===T.TITLE||e===T.TEXTAREA?this.tokenizer.state=r.MODE.RCDATA:e===T.STYLE||e===T.XMP||e===T.IFRAME||e===T.NOEMBED||e===T.NOFRAMES||e===T.NOSCRIPT?this.tokenizer.state=r.MODE.RAWTEXT:e===T.SCRIPT?this.tokenizer.state=r.MODE.SCRIPT_DATA:e===T.PLAINTEXT&&(this.tokenizer.state=r.MODE.PLAINTEXT)}}_setDocumentType(e){let t=e.name||"",n=e.publicId||"",r=e.systemId||"";this.treeAdapter.setDocumentType(this.document,t,n,r)}_attachElementToTree(e){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{let t=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(t,e)}}_appendElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n)}_insertElement(e,t){let n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n),this.openElements.push(n)}_insertFakeElement(e){let t=this.treeAdapter.createElement(e,E.HTML,[]);this._attachElementToTree(t),this.openElements.push(t)}_insertTemplate(e){let t=this.treeAdapter.createElement(e.tagName,E.HTML,e.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,n),this._attachElementToTree(t),this.openElements.push(t)}_insertFakeRootElement(){let e=this.treeAdapter.createElement(T.HTML,E.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e)}_appendCommentNode(e,t){let n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n)}_insertCharacters(e){if(this._shouldFosterParentOnInsertion())this._fosterParentText(e.chars);else{let t=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(t,e.chars)}}_adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}_shouldProcessTokenInForeignContent(e){let t=this._getAdjustedCurrentElement();if(!t||t===this.document)return!1;let n=this.treeAdapter.getNamespaceURI(t);if(n===E.HTML||this.treeAdapter.getTagName(t)===T.ANNOTATION_XML&&n===E.MATHML&&e.type===r.START_TAG_TOKEN&&e.tagName===T.SVG)return!1;let i=e.type===r.CHARACTER_TOKEN||e.type===r.NULL_CHARACTER_TOKEN||e.type===r.WHITESPACE_CHARACTER_TOKEN;return!((e.type===r.START_TAG_TOKEN&&e.tagName!==T.MGLYPH&&e.tagName!==T.MALIGNMARK||i)&&this._isIntegrationPoint(t,E.MATHML)||(e.type===r.START_TAG_TOKEN||i)&&this._isIntegrationPoint(t,E.HTML))&&e.type!==r.EOF_TOKEN}_processToken(e){Y[this.insertionMode][e.type](this,e)}_processTokenInBodyMode(e){Y[b][e.type](this,e)}_processTokenInForeignContent(e){e.type===r.CHARACTER_TOKEN?(this._insertCharacters(e),this.framesetOk=!1):e.type===r.NULL_CHARACTER_TOKEN?(e.chars=h.REPLACEMENT_CHARACTER,this._insertCharacters(e)):e.type===r.WHITESPACE_CHARACTER_TOKEN?Z(this,e):e.type===r.COMMENT_TOKEN?$(this,e):e.type===r.START_TAG_TOKEN?function(e,t){if(p.causesExit(t)&&!e.fragmentContext){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==E.HTML&&!e._isIntegrationPoint(e.openElements.current);)e.openElements.pop();e._processToken(t)}else{let n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===E.MATHML?p.adjustTokenMathMLAttrs(t):r===E.SVG&&(p.adjustTokenSVGTagName(t),p.adjustTokenSVGAttrs(t)),p.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}(this,e):e.type===r.END_TAG_TOKEN&&function(e,t){for(let n=e.openElements.stackTop;n>0;n--){let r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===E.HTML){e._processToken(t);break}if(e.treeAdapter.getTagName(r).toLowerCase()===t.tagName){e.openElements.popUntilElementPopped(r);break}}}(this,e)}_processInputToken(e){this._shouldProcessTokenInForeignContent(e)?this._processTokenInForeignContent(e):this._processToken(e),e.type===r.START_TAG_TOKEN&&e.selfClosing&&!e.ackSelfClosing&&this._err(f.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(e,t){let n=this.treeAdapter.getTagName(e),r=this.treeAdapter.getNamespaceURI(e),i=this.treeAdapter.getAttrList(e);return p.isIntegrationPoint(n,r,i,t)}_reconstructActiveFormattingElements(){let e=this.activeFormattingElements.length;if(e){let t=e,n=null;do if(t--,(n=this.activeFormattingElements.entries[t]).type===o.MARKER_ENTRY||this.openElements.contains(n.element)){t++;break}while(t>0);for(let r=t;r<e;r++)n=this.activeFormattingElements.entries[r],this._insertElement(n.token,this.treeAdapter.getNamespaceURI(n.element)),n.element=this.openElements.current}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=w}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(T.P),this.openElements.popUntilTagNamePopped(T.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop,t=!1;e>=0;e--){let n=this.openElements.items[e];0===e&&(t=!0,this.fragmentContext&&(n=this.fragmentContext));let r=this.treeAdapter.getTagName(n),i=V[r];if(i){this.insertionMode=i;break}if(t||r!==T.TD&&r!==T.TH){if(t||r!==T.HEAD){if(r===T.SELECT){this._resetInsertionModeForSelect(e);break}if(r===T.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}if(r===T.HTML){this.insertionMode=this.headElement?O:v;break}else if(t){this.insertionMode=b;break}}else{this.insertionMode=N;break}}else{this.insertionMode=D;break}}}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){let e=this.openElements.items[t],n=this.treeAdapter.getTagName(e);if(n===T.TEMPLATE)break;if(n===T.TABLE){this.insertionMode=F;return}}this.insertionMode=P}_pushTmplInsertionMode(e){this.tmplInsertionModeStack.push(e),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=e}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(e){let t=this.treeAdapter.getTagName(e);return t===T.TABLE||t===T.TBODY||t===T.TFOOT||t===T.THEAD||t===T.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){let e={parent:null,beforeElement:null};for(let t=this.openElements.stackTop;t>=0;t--){let n=this.openElements.items[t],r=this.treeAdapter.getTagName(n),i=this.treeAdapter.getNamespaceURI(n);if(r===T.TEMPLATE&&i===E.HTML){e.parent=this.treeAdapter.getTemplateContent(n);break}if(r===T.TABLE){e.parent=this.treeAdapter.getParentNode(n),e.parent?e.beforeElement=n:e.parent=this.openElements.items[t-1];break}}return e.parent||(e.parent=this.openElements.items[0]),e}_fosterParentElement(e){let t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_fosterParentText(e){let t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertTextBefore(t.parent,e,t.beforeElement):this.treeAdapter.insertText(t.parent,e)}_isSpecialElement(e){let t=this.treeAdapter.getTagName(e),n=this.treeAdapter.getNamespaceURI(e);return m.SPECIAL_ELEMENTS[n][t]}}function q(e,t){let n,r;for(let i=0;i<8&&((r=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName))?e.openElements.contains(r.element)?e.openElements.hasInScope(t.tagName)||(r=null):(e.activeFormattingElements.removeEntry(r),r=null):eN(e,t),n=r);i++){let t=function(e,t){let n=null;for(let r=e.openElements.stackTop;r>=0;r--){let i=e.openElements.items[r];if(i===t.element)break;e._isSpecialElement(i)&&(n=i)}return n||(e.openElements.popUntilElementPopped(t.element),e.activeFormattingElements.removeEntry(t)),n}(e,n);if(!t)break;e.activeFormattingElements.bookmark=n;let r=function(e,t,n){let r=t,i=e.openElements.getCommonAncestor(t);for(let o=0,s=i;s!==n;o++,s=i){i=e.openElements.getCommonAncestor(s);let n=e.activeFormattingElements.getElementEntry(s),a=n&&o>=3;!n||a?(a&&e.activeFormattingElements.removeEntry(n),e.openElements.remove(s)):(s=function(e,t){let n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}(e,n),r===t&&(e.activeFormattingElements.bookmark=n),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}(e,t,n.element),i=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(r),function(e,t,n){if(e._isElementCausesFosterParenting(t))e._fosterParentElement(n);else{let r=e.treeAdapter.getTagName(t),i=e.treeAdapter.getNamespaceURI(t);r===T.TEMPLATE&&i===E.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}(e,i,r),function(e,t,n){let r=e.treeAdapter.getNamespaceURI(n.element),i=n.token,o=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,o),e.treeAdapter.appendChild(t,o),e.activeFormattingElements.insertElementAfterBookmark(o,n.token),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,o)}(e,t,n)}}function X(){}function Q(e){e._err(f.misplacedDoctype)}function $(e,t){e._appendCommentNode(t,e.openElements.currentTmplContent||e.openElements.current)}function J(e,t){e._appendCommentNode(t,e.document)}function Z(e,t){e._insertCharacters(t)}function ee(e){e.stopped=!0}function et(e,t){e._err(f.missingDoctype,{beforeToken:!0}),e.treeAdapter.setDocumentMode(e.document,m.DOCUMENT_MODE.QUIRKS),e.insertionMode=C,e._processToken(t)}function en(e,t){e._insertFakeRootElement(),e.insertionMode=v,e._processToken(t)}function er(e,t){e._insertFakeElement(T.HEAD),e.headElement=e.openElements.current,e.insertionMode=N,e._processToken(t)}function ei(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.BASE||n===T.BASEFONT||n===T.BGSOUND||n===T.LINK||n===T.META?(e._appendElement(t,E.HTML),t.ackSelfClosing=!0):n===T.TITLE?e._switchToTextParsing(t,r.MODE.RCDATA):n===T.NOSCRIPT?e.options.scriptingEnabled?e._switchToTextParsing(t,r.MODE.RAWTEXT):(e._insertElement(t,E.HTML),e.insertionMode=S):n===T.NOFRAMES||n===T.STYLE?e._switchToTextParsing(t,r.MODE.RAWTEXT):n===T.SCRIPT?e._switchToTextParsing(t,r.MODE.SCRIPT_DATA):n===T.TEMPLATE?(e._insertTemplate(t,E.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=H,e._pushTmplInsertionMode(H)):n===T.HEAD?e._err(f.misplacedStartTagForHeadElement):es(e,t)}function eo(e,t){let n=t.tagName;n===T.HEAD?(e.openElements.pop(),e.insertionMode=O):n===T.BODY||n===T.BR||n===T.HTML?es(e,t):n===T.TEMPLATE&&e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagName!==T.TEMPLATE&&e._err(f.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(T.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode()):e._err(f.endTagWithoutMatchingOpenElement)}function es(e,t){e.openElements.pop(),e.insertionMode=O,e._processToken(t)}function ea(e,t){let n=t.type===r.EOF_TOKEN?f.openElementsLeftAfterEof:f.disallowedContentInNoscriptInHead;e._err(n),e.openElements.pop(),e.insertionMode=N,e._processToken(t)}function el(e,t){e._insertFakeElement(T.BODY),e.insertionMode=b,e._processToken(t)}function eu(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function ec(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function ed(e,t){e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML)}function ep(e,t){e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function ef(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function eh(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function em(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,E.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function eT(e,t){e._appendElement(t,E.HTML),t.ackSelfClosing=!0}function eE(e,t){e._switchToTextParsing(t,r.MODE.RAWTEXT)}function eg(e,t){e.openElements.currentTagName===T.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML)}function e_(e,t){e.openElements.hasInScope(T.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,E.HTML)}function eA(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML)}function ey(e,t){let n=t.tagName;switch(n.length){case 1:n===T.I||n===T.S||n===T.B||n===T.U?ef(e,t):n===T.P?ed(e,t):n===T.A?function(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(T.A);n&&(q(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t):eA(e,t);break;case 2:n===T.DL||n===T.OL||n===T.UL?ed(e,t):n===T.H1||n===T.H2||n===T.H3||n===T.H4||n===T.H5||n===T.H6?function(e,t){e.openElements.hasInButtonScope(T.P)&&e._closePElement();let n=e.openElements.currentTagName;(n===T.H1||n===T.H2||n===T.H3||n===T.H4||n===T.H5||n===T.H6)&&e.openElements.pop(),e._insertElement(t,E.HTML)}(e,t):n===T.LI||n===T.DD||n===T.DT?function(e,t){e.framesetOk=!1;let n=t.tagName;for(let t=e.openElements.stackTop;t>=0;t--){let r=e.openElements.items[t],i=e.treeAdapter.getTagName(r),o=null;if(n===T.LI&&i===T.LI?o=T.LI:(n===T.DD||n===T.DT)&&(i===T.DD||i===T.DT)&&(o=i),o){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(i!==T.ADDRESS&&i!==T.DIV&&i!==T.P&&e._isSpecialElement(r))break}e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML)}(e,t):n===T.EM||n===T.TT?ef(e,t):n===T.BR?em(e,t):n===T.HR?(e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._appendElement(t,E.HTML),e.framesetOk=!1,t.ackSelfClosing=!0):n===T.RB?e_(e,t):n===T.RT||n===T.RP?(e.openElements.hasInScope(T.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(T.RTC),e._insertElement(t,E.HTML)):n!==T.TH&&n!==T.TD&&n!==T.TR&&eA(e,t);break;case 3:n===T.DIV||n===T.DIR||n===T.NAV?ed(e,t):n===T.PRE?ep(e,t):n===T.BIG?ef(e,t):n===T.IMG||n===T.WBR?em(e,t):n===T.XMP?(e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,r.MODE.RAWTEXT)):n===T.SVG?(e._reconstructActiveFormattingElements(),p.adjustTokenSVGAttrs(t),p.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,E.SVG):e._insertElement(t,E.SVG),t.ackSelfClosing=!0):n===T.RTC?e_(e,t):n!==T.COL&&eA(e,t);break;case 4:n===T.HTML?0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs):n===T.BASE||n===T.LINK||n===T.META?ei(e,t):n===T.BODY?function(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}(e,t):n===T.MAIN||n===T.MENU?ed(e,t):n===T.FORM?function(e,t){let n=e.openElements.tmplCount>0;e.formElement&&!n||(e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML),n||(e.formElement=e.openElements.current))}(e,t):n===T.CODE||n===T.FONT?ef(e,t):n===T.NOBR?(e._reconstructActiveFormattingElements(),e.openElements.hasInScope(T.NOBR)&&(q(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,E.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)):n===T.AREA?em(e,t):n===T.MATH?(e._reconstructActiveFormattingElements(),p.adjustTokenMathMLAttrs(t),p.adjustTokenXMLAttrs(t),t.selfClosing?e._appendElement(t,E.MATHML):e._insertElement(t,E.MATHML),t.ackSelfClosing=!0):n===T.MENU?(e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML)):n!==T.HEAD&&eA(e,t);break;case 5:n===T.STYLE||n===T.TITLE?ei(e,t):n===T.ASIDE?ed(e,t):n===T.SMALL?ef(e,t):n===T.TABLE?(e.treeAdapter.getDocumentMode(e.document)!==m.DOCUMENT_MODE.QUIRKS&&e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML),e.framesetOk=!1,e.insertionMode=x):n===T.EMBED?em(e,t):n===T.INPUT?function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,E.HTML);let n=r.getTokenAttr(t,g.TYPE);n&&n.toLowerCase()===A||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t):n===T.PARAM||n===T.TRACK?eT(e,t):n===T.IMAGE?(t.tagName=T.IMG,em(e,t)):n!==T.FRAME&&n!==T.TBODY&&n!==T.TFOOT&&n!==T.THEAD&&eA(e,t);break;case 6:n===T.SCRIPT?ei(e,t):n===T.CENTER||n===T.FIGURE||n===T.FOOTER||n===T.HEADER||n===T.HGROUP||n===T.DIALOG?ed(e,t):n===T.BUTTON?(e.openElements.hasInScope(T.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(T.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML),e.framesetOk=!1):n===T.STRIKE||n===T.STRONG?ef(e,t):n===T.APPLET||n===T.OBJECT?eh(e,t):n===T.KEYGEN?em(e,t):n===T.SOURCE?eT(e,t):n===T.IFRAME?(e.framesetOk=!1,e._switchToTextParsing(t,r.MODE.RAWTEXT)):n===T.SELECT?(e._reconstructActiveFormattingElements(),e._insertElement(t,E.HTML),e.framesetOk=!1,e.insertionMode===x||e.insertionMode===k||e.insertionMode===M||e.insertionMode===w||e.insertionMode===D?e.insertionMode=F:e.insertionMode=P):n===T.OPTION?eg(e,t):eA(e,t);break;case 7:n===T.BGSOUND?ei(e,t):n===T.DETAILS||n===T.ADDRESS||n===T.ARTICLE||n===T.SECTION||n===T.SUMMARY?ed(e,t):n===T.LISTING?ep(e,t):n===T.MARQUEE?eh(e,t):n===T.NOEMBED?eE(e,t):n!==T.CAPTION&&eA(e,t);break;case 8:n===T.BASEFONT?ei(e,t):n===T.FRAMESET?function(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,E.HTML),e.insertionMode=B)}(e,t):n===T.FIELDSET?ed(e,t):n===T.TEXTAREA?(e._insertElement(t,E.HTML),e.skipNextNewLine=!0,e.tokenizer.state=r.MODE.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=I):n===T.TEMPLATE?ei(e,t):n===T.NOSCRIPT?e.options.scriptingEnabled?eE(e,t):eA(e,t):n===T.OPTGROUP?eg(e,t):n!==T.COLGROUP&&eA(e,t);break;case 9:n===T.PLAINTEXT?(e.openElements.hasInButtonScope(T.P)&&e._closePElement(),e._insertElement(t,E.HTML),e.tokenizer.state=r.MODE.PLAINTEXT):eA(e,t);break;case 10:n===T.BLOCKQUOTE||n===T.FIGCAPTION?ed(e,t):eA(e,t);break;default:eA(e,t)}}function eC(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function ev(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function eN(e,t){let n=t.tagName;for(let t=e.openElements.stackTop;t>0;t--){let r=e.openElements.items[t];if(e.treeAdapter.getTagName(r)===n){e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilElementPopped(r);break}if(e._isSpecialElement(r))break}}function eS(e,t){let n=t.tagName;switch(n.length){case 1:n===T.A||n===T.B||n===T.I||n===T.S||n===T.U?q(e,t):n===T.P?(e.openElements.hasInButtonScope(T.P)||e._insertFakeElement(T.P),e._closePElement()):eN(e,t);break;case 2:n===T.DL||n===T.UL||n===T.OL?eC(e,t):n===T.LI?e.openElements.hasInListItemScope(T.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(T.LI),e.openElements.popUntilTagNamePopped(T.LI)):n===T.DD||n===T.DT?function(e,t){let n=t.tagName;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}(e,t):n===T.H1||n===T.H2||n===T.H3||n===T.H4||n===T.H5||n===T.H6?e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped()):n===T.BR?(e._reconstructActiveFormattingElements(),e._insertFakeElement(T.BR),e.openElements.pop(),e.framesetOk=!1):n===T.EM||n===T.TT?q(e,t):eN(e,t);break;case 3:n===T.BIG?q(e,t):n===T.DIR||n===T.DIV||n===T.NAV||n===T.PRE?eC(e,t):eN(e,t);break;case 4:n===T.BODY?e.openElements.hasInScope(T.BODY)&&(e.insertionMode=U):n===T.HTML?e.openElements.hasInScope(T.BODY)&&(e.insertionMode=U,e._processToken(t)):n===T.FORM?function(e){let t=e.openElements.tmplCount>0,n=e.formElement;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(T.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(T.FORM):e.openElements.remove(n))}(e,t):n===T.CODE||n===T.FONT||n===T.NOBR?q(e,t):n===T.MAIN||n===T.MENU?eC(e,t):eN(e,t);break;case 5:n===T.ASIDE?eC(e,t):n===T.SMALL?q(e,t):eN(e,t);break;case 6:n===T.CENTER||n===T.FIGURE||n===T.FOOTER||n===T.HEADER||n===T.HGROUP||n===T.DIALOG?eC(e,t):n===T.APPLET||n===T.OBJECT?ev(e,t):n===T.STRIKE||n===T.STRONG?q(e,t):eN(e,t);break;case 7:n===T.ADDRESS||n===T.ARTICLE||n===T.DETAILS||n===T.SECTION||n===T.SUMMARY||n===T.LISTING?eC(e,t):n===T.MARQUEE?ev(e,t):eN(e,t);break;case 8:n===T.FIELDSET?eC(e,t):n===T.TEMPLATE?eo(e,t):eN(e,t);break;case 10:n===T.BLOCKQUOTE||n===T.FIGCAPTION?eC(e,t):eN(e,t);break;default:eN(e,t)}}function eO(e,t){e.tmplInsertionModeStackTop>-1?eD(e,t):e.stopped=!0}function eb(e,t){let n=e.openElements.currentTagName;n===T.TABLE||n===T.TBODY||n===T.TFOOT||n===T.THEAD||n===T.TR?(e.pendingCharacterTokens=[],e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=R,e._processToken(t)):eR(e,t)}function eI(e,t){let n=t.tagName;switch(n.length){case 2:n===T.TD||n===T.TH||n===T.TR?(e.openElements.clearBackToTableContext(),e._insertFakeElement(T.TBODY),e.insertionMode=M,e._processToken(t)):eR(e,t);break;case 3:n===T.COL?(e.openElements.clearBackToTableContext(),e._insertFakeElement(T.COLGROUP),e.insertionMode=L,e._processToken(t)):eR(e,t);break;case 4:n===T.FORM?e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,E.HTML),e.formElement=e.openElements.current,e.openElements.pop()):eR(e,t);break;case 5:n===T.TABLE?e.openElements.hasInTableScope(T.TABLE)&&(e.openElements.popUntilTagNamePopped(T.TABLE),e._resetInsertionMode(),e._processToken(t)):n===T.STYLE?ei(e,t):n===T.TBODY||n===T.TFOOT||n===T.THEAD?(e.openElements.clearBackToTableContext(),e._insertElement(t,E.HTML),e.insertionMode=M):n===T.INPUT?function(e,t){let n=r.getTokenAttr(t,g.TYPE);n&&n.toLowerCase()===A?e._appendElement(t,E.HTML):eR(e,t),t.ackSelfClosing=!0}(e,t):eR(e,t);break;case 6:n===T.SCRIPT?ei(e,t):eR(e,t);break;case 7:n===T.CAPTION?(e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,E.HTML),e.insertionMode=k):eR(e,t);break;case 8:n===T.COLGROUP?(e.openElements.clearBackToTableContext(),e._insertElement(t,E.HTML),e.insertionMode=L):n===T.TEMPLATE?ei(e,t):eR(e,t);break;default:eR(e,t)}}function ex(e,t){let n=t.tagName;n===T.TABLE?e.openElements.hasInTableScope(T.TABLE)&&(e.openElements.popUntilTagNamePopped(T.TABLE),e._resetInsertionMode()):n===T.TEMPLATE?eo(e,t):n!==T.BODY&&n!==T.CAPTION&&n!==T.COL&&n!==T.COLGROUP&&n!==T.HTML&&n!==T.TBODY&&n!==T.TD&&n!==T.TFOOT&&n!==T.TH&&n!==T.THEAD&&n!==T.TR&&eR(e,t)}function eR(e,t){let n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,e._processTokenInBodyMode(t),e.fosterParentingEnabled=n}function ek(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)eR(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}function eL(e,t){e.openElements.currentTagName===T.COLGROUP&&(e.openElements.pop(),e.insertionMode=x,e._processToken(t))}function eM(e,t){let n=t.tagName;n===T.HTML?ey(e,t):n===T.OPTION?(e.openElements.currentTagName===T.OPTION&&e.openElements.pop(),e._insertElement(t,E.HTML)):n===T.OPTGROUP?(e.openElements.currentTagName===T.OPTION&&e.openElements.pop(),e.openElements.currentTagName===T.OPTGROUP&&e.openElements.pop(),e._insertElement(t,E.HTML)):n===T.INPUT||n===T.KEYGEN||n===T.TEXTAREA||n===T.SELECT?e.openElements.hasInSelectScope(T.SELECT)&&(e.openElements.popUntilTagNamePopped(T.SELECT),e._resetInsertionMode(),n!==T.SELECT&&e._processToken(t)):(n===T.SCRIPT||n===T.TEMPLATE)&&ei(e,t)}function ew(e,t){let n=t.tagName;if(n===T.OPTGROUP){let t=e.openElements.items[e.openElements.stackTop-1],n=t&&e.treeAdapter.getTagName(t);e.openElements.currentTagName===T.OPTION&&n===T.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagName===T.OPTGROUP&&e.openElements.pop()}else n===T.OPTION?e.openElements.currentTagName===T.OPTION&&e.openElements.pop():n===T.SELECT&&e.openElements.hasInSelectScope(T.SELECT)?(e.openElements.popUntilTagNamePopped(T.SELECT),e._resetInsertionMode()):n===T.TEMPLATE&&eo(e,t)}function eD(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(T.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode(),e._processToken(t)):e.stopped=!0}function eP(e,t){e.insertionMode=b,e._processToken(t)}function eF(e,t){e.insertionMode=b,e._processToken(t)}e.exports=z},44728:function(e,t,n){"use strict";let r=n(44528),i=r.TAG_NAMES,o=r.NAMESPACES;function s(e){switch(e.length){case 1:return e===i.P;case 2:return e===i.RB||e===i.RP||e===i.RT||e===i.DD||e===i.DT||e===i.LI;case 3:return e===i.RTC;case 6:return e===i.OPTION;case 8:return e===i.OPTGROUP}return!1}function a(e,t){switch(e.length){case 2:if(e===i.TD||e===i.TH)return t===o.HTML;if(e===i.MI||e===i.MO||e===i.MN||e===i.MS)return t===o.MATHML;break;case 4:if(e===i.HTML)return t===o.HTML;if(e===i.DESC)return t===o.SVG;break;case 5:if(e===i.TABLE)return t===o.HTML;if(e===i.MTEXT)return t===o.MATHML;if(e===i.TITLE)return t===o.SVG;break;case 6:return(e===i.APPLET||e===i.OBJECT)&&t===o.HTML;case 7:return(e===i.CAPTION||e===i.MARQUEE)&&t===o.HTML;case 8:return e===i.TEMPLATE&&t===o.HTML;case 13:return e===i.FOREIGN_OBJECT&&t===o.SVG;case 14:return e===i.ANNOTATION_XML&&t===o.MATHML}return!1}class l{constructor(e,t){this.stackTop=-1,this.items=[],this.current=e,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=t}_indexOf(e){let t=-1;for(let n=this.stackTop;n>=0;n--)if(this.items[n]===e){t=n;break}return t}_isInTemplate(){return this.currentTagName===i.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===o.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(e){this.items[++this.stackTop]=e,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(e,t){let n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&this._updateCurrentElement()}insertAfter(e,t){let n=this._indexOf(e)+1;this.items.splice(n,0,t),n===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(e){for(;this.stackTop>-1;){let t=this.currentTagName,n=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),t===e&&n===o.HTML)break}}popUntilElementPopped(e){for(;this.stackTop>-1;){let t=this.current;if(this.pop(),t===e)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){let e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===i.H1||e===i.H2||e===i.H3||e===i.H4||e===i.H5||e===i.H6&&t===o.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){let e=this.currentTagName,t=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===i.TD||e===i.TH&&t===o.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==i.TABLE&&this.currentTagName!==i.TEMPLATE&&this.currentTagName!==i.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==i.TBODY&&this.currentTagName!==i.TFOOT&&this.currentTagName!==i.THEAD&&this.currentTagName!==i.TEMPLATE&&this.currentTagName!==i.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==i.TR&&this.currentTagName!==i.TEMPLATE&&this.currentTagName!==i.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}remove(e){for(let t=this.stackTop;t>=0;t--)if(this.items[t]===e){this.items.splice(t,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){let e=this.items[1];return e&&this.treeAdapter.getTagName(e)===i.BODY?e:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){let t=this._indexOf(e);return--t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.currentTagName===i.HTML}hasInScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===o.HTML)break;if(a(n,r))return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let t=this.treeAdapter.getTagName(this.items[e]),n=this.treeAdapter.getNamespaceURI(this.items[e]);if((t===i.H1||t===i.H2||t===i.H3||t===i.H4||t===i.H5||t===i.H6)&&n===o.HTML)break;if(a(t,n))return!1}return!0}hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===o.HTML)break;if((n===i.UL||n===i.OL)&&r===o.HTML||a(n,r))return!1}return!0}hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]),r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===o.HTML)break;if(n===i.BUTTON&&r===o.HTML||a(n,r))return!1}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]);if(this.treeAdapter.getNamespaceURI(this.items[t])===o.HTML){if(n===e)break;if(n===i.TABLE||n===i.TEMPLATE||n===i.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){let t=this.treeAdapter.getTagName(this.items[e]);if(this.treeAdapter.getNamespaceURI(this.items[e])===o.HTML){if(t===i.TBODY||t===i.THEAD||t===i.TFOOT)break;if(t===i.TABLE||t===i.HTML)return!1}}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){let n=this.treeAdapter.getTagName(this.items[t]);if(this.treeAdapter.getNamespaceURI(this.items[t])===o.HTML){if(n===e)break;if(n!==i.OPTION&&n!==i.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;s(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;function(e){switch(e.length){case 1:return e===i.P;case 2:return e===i.RB||e===i.RP||e===i.RT||e===i.DD||e===i.DT||e===i.LI||e===i.TD||e===i.TH||e===i.TR;case 3:return e===i.RTC;case 5:return e===i.TBODY||e===i.TFOOT||e===i.THEAD;case 6:return e===i.OPTION;case 7:return e===i.CAPTION;case 8:return e===i.OPTGROUP||e===i.COLGROUP}return!1}(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;s(this.currentTagName)&&this.currentTagName!==e;)this.pop()}}e.exports=l},98925:function(e,t,n){"use strict";let r=n(61504),i=n(7911),o=n(723),s=n(83478),a=i.CODE_POINTS,l=i.CODE_POINT_SEQUENCES,u={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},c="DATA_STATE",d="RCDATA_STATE",p="RAWTEXT_STATE",f="SCRIPT_DATA_STATE",h="PLAINTEXT_STATE",m="TAG_OPEN_STATE",T="END_TAG_OPEN_STATE",E="TAG_NAME_STATE",g="RCDATA_LESS_THAN_SIGN_STATE",_="RCDATA_END_TAG_OPEN_STATE",A="RCDATA_END_TAG_NAME_STATE",y="RAWTEXT_LESS_THAN_SIGN_STATE",C="RAWTEXT_END_TAG_OPEN_STATE",v="RAWTEXT_END_TAG_NAME_STATE",N="SCRIPT_DATA_LESS_THAN_SIGN_STATE",S="SCRIPT_DATA_END_TAG_OPEN_STATE",O="SCRIPT_DATA_END_TAG_NAME_STATE",b="SCRIPT_DATA_ESCAPE_START_STATE",I="SCRIPT_DATA_ESCAPE_START_DASH_STATE",x="SCRIPT_DATA_ESCAPED_STATE",R="SCRIPT_DATA_ESCAPED_DASH_STATE",k="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",L="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",M="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",w="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",D="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",P="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",F="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",H="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",U="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",B="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",j="BEFORE_ATTRIBUTE_NAME_STATE",K="ATTRIBUTE_NAME_STATE",G="AFTER_ATTRIBUTE_NAME_STATE",V="BEFORE_ATTRIBUTE_VALUE_STATE",W="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Y="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",z="ATTRIBUTE_VALUE_UNQUOTED_STATE",q="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",X="SELF_CLOSING_START_TAG_STATE",Q="BOGUS_COMMENT_STATE",$="MARKUP_DECLARATION_OPEN_STATE",J="COMMENT_START_STATE",Z="COMMENT_START_DASH_STATE",ee="COMMENT_STATE",et="COMMENT_LESS_THAN_SIGN_STATE",en="COMMENT_LESS_THAN_SIGN_BANG_STATE",er="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",ei="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",eo="COMMENT_END_DASH_STATE",es="COMMENT_END_STATE",ea="COMMENT_END_BANG_STATE",el="DOCTYPE_STATE",eu="BEFORE_DOCTYPE_NAME_STATE",ec="DOCTYPE_NAME_STATE",ed="AFTER_DOCTYPE_NAME_STATE",ep="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",ef="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",eh="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",em="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",eT="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",eE="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",eg="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",e_="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",eA="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",ey="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",eC="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",ev="BOGUS_DOCTYPE_STATE",eN="CDATA_SECTION_STATE",eS="CDATA_SECTION_BRACKET_STATE",eO="CDATA_SECTION_END_STATE",eb="CHARACTER_REFERENCE_STATE",eI="NAMED_CHARACTER_REFERENCE_STATE",ex="AMBIGUOS_AMPERSAND_STATE",eR="NUMERIC_CHARACTER_REFERENCE_STATE",ek="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",eL="DECIMAL_CHARACTER_REFERENCE_START_STATE",eM="HEXADEMICAL_CHARACTER_REFERENCE_STATE",ew="DECIMAL_CHARACTER_REFERENCE_STATE",eD="NUMERIC_CHARACTER_REFERENCE_END_STATE";function eP(e){return e===a.SPACE||e===a.LINE_FEED||e===a.TABULATION||e===a.FORM_FEED}function eF(e){return e>=a.DIGIT_0&&e<=a.DIGIT_9}function eH(e){return e>=a.LATIN_CAPITAL_A&&e<=a.LATIN_CAPITAL_Z}function eU(e){return e>=a.LATIN_SMALL_A&&e<=a.LATIN_SMALL_Z}function eB(e){return eU(e)||eH(e)}function ej(e){return eB(e)||eF(e)}function eK(e){return e>=a.LATIN_CAPITAL_A&&e<=a.LATIN_CAPITAL_F}function eG(e){return e>=a.LATIN_SMALL_A&&e<=a.LATIN_SMALL_F}function eV(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-=65536)>>>10&1023|55296)+String.fromCharCode(56320|1023&e)}function eW(e){return String.fromCharCode(e+32)}function eY(e,t){let n=o[++e],r=++e,i=r+n-1;for(;r<=i;){let e=r+i>>>1,s=o[e];if(s<t)r=e+1;else{if(!(s>t))return o[e+n];i=e-1}}return -1}class ez{constructor(){this.preprocessor=new r,this.tokenQueue=[],this.allowCDATA=!1,this.state=c,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(e){this._consume(),this._err(e),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;let e=this._consume();this._ensureHibernation()||this[this.state](e)}return this.tokenQueue.shift()}write(e,t){this.active=!0,this.preprocessor.write(e,t)}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:ez.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(e){this.state=e,this._unconsume()}_consumeSequenceIfMatch(e,t,n){let r,i=0,o=!0,s=e.length,l=0,u=t;for(;l<s;l++)if(l>0&&(u=this._consume(),i++),u===a.EOF||u!==(r=e[l])&&(n||u!==r+32)){o=!1;break}if(!o)for(;i--;)this._unconsume();return o}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==l.SCRIPT_STRING.length)return!1;for(let e=0;e<this.tempBuff.length;e++)if(this.tempBuff[e]!==l.SCRIPT_STRING[e])return!1;return!0}_createStartTagToken(){this.currentToken={type:ez.START_TAG_TOKEN,tagName:"",selfClosing:!1,ackSelfClosing:!1,attrs:[]}}_createEndTagToken(){this.currentToken={type:ez.END_TAG_TOKEN,tagName:"",selfClosing:!1,attrs:[]}}_createCommentToken(){this.currentToken={type:ez.COMMENT_TOKEN,data:""}}_createDoctypeToken(e){this.currentToken={type:ez.DOCTYPE_TOKEN,name:e,forceQuirks:!1,publicId:null,systemId:null}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t}}_createEOFToken(){this.currentToken={type:ez.EOF_TOKEN}}_createAttr(e){this.currentAttr={name:e,value:""}}_leaveAttrName(e){null===ez.getTokenAttr(this.currentToken,this.currentAttr.name)?this.currentToken.attrs.push(this.currentAttr):this._err(s.duplicateAttribute),this.state=e}_leaveAttrValue(e){this.state=e}_emitCurrentToken(){this._emitCurrentCharacterToken();let e=this.currentToken;this.currentToken=null,e.type===ez.START_TAG_TOKEN?this.lastStartTagName=e.tagName:e.type===ez.END_TAG_TOKEN&&(e.attrs.length>0&&this._err(s.endTagWithAttributes),e.selfClosing&&this._err(s.endTagWithTrailingSolidus)),this.tokenQueue.push(e)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(e,t){this.currentCharacterToken&&this.currentCharacterToken.type!==e&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=t:this._createCharacterToken(e,t)}_emitCodePoint(e){let t=ez.CHARACTER_TOKEN;eP(e)?t=ez.WHITESPACE_CHARACTER_TOKEN:e===a.NULL&&(t=ez.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(t,eV(e))}_emitSeveralCodePoints(e){for(let t=0;t<e.length;t++)this._emitCodePoint(e[t])}_emitChars(e){this._appendCharToCurrentCharacterToken(ez.CHARACTER_TOKEN,e)}_matchNamedCharacterReference(e){let t=null,n=1,r=eY(0,e);for(this.tempBuff.push(e);r>-1;){let e=o[r],i=e<7;i&&1&e&&(t=2&e?[o[++r],o[++r]]:[o[++r]],n=0);let s=this._consume();if(this.tempBuff.push(s),n++,s===a.EOF)break;r=i?4&e?eY(r,s):-1:s===e?++r:-1}for(;n--;)this.tempBuff.pop(),this._unconsume();return t}_isCharacterReferenceInAttribute(){return this.returnState===W||this.returnState===Y||this.returnState===z}_isCharacterReferenceAttributeQuirk(e){if(!e&&this._isCharacterReferenceInAttribute()){let e=this._consume();return this._unconsume(),e===a.EQUALS_SIGN||ej(e)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let e=0;e<this.tempBuff.length;e++)this.currentAttr.value+=eV(this.tempBuff[e]);else this._emitSeveralCodePoints(this.tempBuff);this.tempBuff=[]}[c](e){this.preprocessor.dropParsedChunk(),e===a.LESS_THAN_SIGN?this.state=m:e===a.AMPERSAND?(this.returnState=c,this.state=eb):e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitCodePoint(e)):e===a.EOF?this._emitEOFToken():this._emitCodePoint(e)}[d](e){this.preprocessor.dropParsedChunk(),e===a.AMPERSAND?(this.returnState=d,this.state=eb):e===a.LESS_THAN_SIGN?this.state=g:e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?this._emitEOFToken():this._emitCodePoint(e)}[p](e){this.preprocessor.dropParsedChunk(),e===a.LESS_THAN_SIGN?this.state=y:e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?this._emitEOFToken():this._emitCodePoint(e)}[f](e){this.preprocessor.dropParsedChunk(),e===a.LESS_THAN_SIGN?this.state=N:e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?this._emitEOFToken():this._emitCodePoint(e)}[h](e){this.preprocessor.dropParsedChunk(),e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?this._emitEOFToken():this._emitCodePoint(e)}[m](e){e===a.EXCLAMATION_MARK?this.state=$:e===a.SOLIDUS?this.state=T:eB(e)?(this._createStartTagToken(),this._reconsumeInState(E)):e===a.QUESTION_MARK?(this._err(s.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(),this._reconsumeInState(Q)):e===a.EOF?(this._err(s.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken()):(this._err(s.invalidFirstCharacterOfTagName),this._emitChars("<"),this._reconsumeInState(c))}[T](e){eB(e)?(this._createEndTagToken(),this._reconsumeInState(E)):e===a.GREATER_THAN_SIGN?(this._err(s.missingEndTagName),this.state=c):e===a.EOF?(this._err(s.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken()):(this._err(s.invalidFirstCharacterOfTagName),this._createCommentToken(),this._reconsumeInState(Q))}[E](e){eP(e)?this.state=j:e===a.SOLIDUS?this.state=X:e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):eH(e)?this.currentToken.tagName+=eW(e):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.tagName+=i.REPLACEMENT_CHARACTER):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentToken.tagName+=eV(e)}[g](e){e===a.SOLIDUS?(this.tempBuff=[],this.state=_):(this._emitChars("<"),this._reconsumeInState(d))}[_](e){eB(e)?(this._createEndTagToken(),this._reconsumeInState(A)):(this._emitChars("</"),this._reconsumeInState(d))}[A](e){if(eH(e))this.currentToken.tagName+=eW(e),this.tempBuff.push(e);else if(eU(e))this.currentToken.tagName+=eV(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eP(e)){this.state=j;return}if(e===a.SOLIDUS){this.state=X;return}if(e===a.GREATER_THAN_SIGN){this.state=c,this._emitCurrentToken();return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(d)}}[y](e){e===a.SOLIDUS?(this.tempBuff=[],this.state=C):(this._emitChars("<"),this._reconsumeInState(p))}[C](e){eB(e)?(this._createEndTagToken(),this._reconsumeInState(v)):(this._emitChars("</"),this._reconsumeInState(p))}[v](e){if(eH(e))this.currentToken.tagName+=eW(e),this.tempBuff.push(e);else if(eU(e))this.currentToken.tagName+=eV(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eP(e)){this.state=j;return}if(e===a.SOLIDUS){this.state=X;return}if(e===a.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=c;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(p)}}[N](e){e===a.SOLIDUS?(this.tempBuff=[],this.state=S):e===a.EXCLAMATION_MARK?(this.state=b,this._emitChars("<!")):(this._emitChars("<"),this._reconsumeInState(f))}[S](e){eB(e)?(this._createEndTagToken(),this._reconsumeInState(O)):(this._emitChars("</"),this._reconsumeInState(f))}[O](e){if(eH(e))this.currentToken.tagName+=eW(e),this.tempBuff.push(e);else if(eU(e))this.currentToken.tagName+=eV(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eP(e)){this.state=j;return}if(e===a.SOLIDUS){this.state=X;return}if(e===a.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=c;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(f)}}[b](e){e===a.HYPHEN_MINUS?(this.state=I,this._emitChars("-")):this._reconsumeInState(f)}[I](e){e===a.HYPHEN_MINUS?(this.state=k,this._emitChars("-")):this._reconsumeInState(f)}[x](e){e===a.HYPHEN_MINUS?(this.state=R,this._emitChars("-")):e===a.LESS_THAN_SIGN?this.state=L:e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(e)}[R](e){e===a.HYPHEN_MINUS?(this.state=k,this._emitChars("-")):e===a.LESS_THAN_SIGN?this.state=L:e===a.NULL?(this._err(s.unexpectedNullCharacter),this.state=x,this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=x,this._emitCodePoint(e))}[k](e){e===a.HYPHEN_MINUS?this._emitChars("-"):e===a.LESS_THAN_SIGN?this.state=L:e===a.GREATER_THAN_SIGN?(this.state=f,this._emitChars(">")):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.state=x,this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=x,this._emitCodePoint(e))}[L](e){e===a.SOLIDUS?(this.tempBuff=[],this.state=M):eB(e)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(D)):(this._emitChars("<"),this._reconsumeInState(x))}[M](e){eB(e)?(this._createEndTagToken(),this._reconsumeInState(w)):(this._emitChars("</"),this._reconsumeInState(x))}[w](e){if(eH(e))this.currentToken.tagName+=eW(e),this.tempBuff.push(e);else if(eU(e))this.currentToken.tagName+=eV(e),this.tempBuff.push(e);else{if(this.lastStartTagName===this.currentToken.tagName){if(eP(e)){this.state=j;return}if(e===a.SOLIDUS){this.state=X;return}if(e===a.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=c;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(x)}}[D](e){eP(e)||e===a.SOLIDUS||e===a.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?P:x,this._emitCodePoint(e)):eH(e)?(this.tempBuff.push(e+32),this._emitCodePoint(e)):eU(e)?(this.tempBuff.push(e),this._emitCodePoint(e)):this._reconsumeInState(x)}[P](e){e===a.HYPHEN_MINUS?(this.state=F,this._emitChars("-")):e===a.LESS_THAN_SIGN?(this.state=U,this._emitChars("<")):e===a.NULL?(this._err(s.unexpectedNullCharacter),this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(e)}[F](e){e===a.HYPHEN_MINUS?(this.state=H,this._emitChars("-")):e===a.LESS_THAN_SIGN?(this.state=U,this._emitChars("<")):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.state=P,this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=P,this._emitCodePoint(e))}[H](e){e===a.HYPHEN_MINUS?this._emitChars("-"):e===a.LESS_THAN_SIGN?(this.state=U,this._emitChars("<")):e===a.GREATER_THAN_SIGN?(this.state=f,this._emitChars(">")):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.state=P,this._emitChars(i.REPLACEMENT_CHARACTER)):e===a.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=P,this._emitCodePoint(e))}[U](e){e===a.SOLIDUS?(this.tempBuff=[],this.state=B,this._emitChars("/")):this._reconsumeInState(P)}[B](e){eP(e)||e===a.SOLIDUS||e===a.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?x:P,this._emitCodePoint(e)):eH(e)?(this.tempBuff.push(e+32),this._emitCodePoint(e)):eU(e)?(this.tempBuff.push(e),this._emitCodePoint(e)):this._reconsumeInState(P)}[j](e){eP(e)||(e===a.SOLIDUS||e===a.GREATER_THAN_SIGN||e===a.EOF?this._reconsumeInState(G):e===a.EQUALS_SIGN?(this._err(s.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=K):(this._createAttr(""),this._reconsumeInState(K)))}[K](e){eP(e)||e===a.SOLIDUS||e===a.GREATER_THAN_SIGN||e===a.EOF?(this._leaveAttrName(G),this._unconsume()):e===a.EQUALS_SIGN?this._leaveAttrName(V):eH(e)?this.currentAttr.name+=eW(e):e===a.QUOTATION_MARK||e===a.APOSTROPHE||e===a.LESS_THAN_SIGN?(this._err(s.unexpectedCharacterInAttributeName),this.currentAttr.name+=eV(e)):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.name+=i.REPLACEMENT_CHARACTER):this.currentAttr.name+=eV(e)}[G](e){eP(e)||(e===a.SOLIDUS?this.state=X:e===a.EQUALS_SIGN?this.state=V:e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(K)))}[V](e){eP(e)||(e===a.QUOTATION_MARK?this.state=W:e===a.APOSTROPHE?this.state=Y:e===a.GREATER_THAN_SIGN?(this._err(s.missingAttributeValue),this.state=c,this._emitCurrentToken()):this._reconsumeInState(z))}[W](e){e===a.QUOTATION_MARK?this.state=q:e===a.AMPERSAND?(this.returnState=W,this.state=eb):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.value+=i.REPLACEMENT_CHARACTER):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eV(e)}[Y](e){e===a.APOSTROPHE?this.state=q:e===a.AMPERSAND?(this.returnState=Y,this.state=eb):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.value+=i.REPLACEMENT_CHARACTER):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eV(e)}[z](e){eP(e)?this._leaveAttrValue(j):e===a.AMPERSAND?(this.returnState=z,this.state=eb):e===a.GREATER_THAN_SIGN?(this._leaveAttrValue(c),this._emitCurrentToken()):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.value+=i.REPLACEMENT_CHARACTER):e===a.QUOTATION_MARK||e===a.APOSTROPHE||e===a.LESS_THAN_SIGN||e===a.EQUALS_SIGN||e===a.GRAVE_ACCENT?(this._err(s.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=eV(e)):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eV(e)}[q](e){eP(e)?this._leaveAttrValue(j):e===a.SOLIDUS?this._leaveAttrValue(X):e===a.GREATER_THAN_SIGN?(this._leaveAttrValue(c),this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):(this._err(s.missingWhitespaceBetweenAttributes),this._reconsumeInState(j))}[X](e){e===a.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInTag),this._emitEOFToken()):(this._err(s.unexpectedSolidusInTag),this._reconsumeInState(j))}[Q](e){e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):e===a.EOF?(this._emitCurrentToken(),this._emitEOFToken()):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.data+=i.REPLACEMENT_CHARACTER):this.currentToken.data+=eV(e)}[$](e){this._consumeSequenceIfMatch(l.DASH_DASH_STRING,e,!0)?(this._createCommentToken(),this.state=J):this._consumeSequenceIfMatch(l.DOCTYPE_STRING,e,!1)?this.state=el:this._consumeSequenceIfMatch(l.CDATA_START_STRING,e,!0)?this.allowCDATA?this.state=eN:(this._err(s.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Q):this._ensureHibernation()||(this._err(s.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Q))}[J](e){e===a.HYPHEN_MINUS?this.state=Z:e===a.GREATER_THAN_SIGN?(this._err(s.abruptClosingOfEmptyComment),this.state=c,this._emitCurrentToken()):this._reconsumeInState(ee)}[Z](e){e===a.HYPHEN_MINUS?this.state=es:e===a.GREATER_THAN_SIGN?(this._err(s.abruptClosingOfEmptyComment),this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(ee))}[ee](e){e===a.HYPHEN_MINUS?this.state=eo:e===a.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=et):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.data+=i.REPLACEMENT_CHARACTER):e===a.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=eV(e)}[et](e){e===a.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=en):e===a.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(ee)}[en](e){e===a.HYPHEN_MINUS?this.state=er:this._reconsumeInState(ee)}[er](e){e===a.HYPHEN_MINUS?this.state=ei:this._reconsumeInState(eo)}[ei](e){e!==a.GREATER_THAN_SIGN&&e!==a.EOF&&this._err(s.nestedComment),this._reconsumeInState(es)}[eo](e){e===a.HYPHEN_MINUS?this.state=es:e===a.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(ee))}[es](e){e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):e===a.EXCLAMATION_MARK?this.state=ea:e===a.HYPHEN_MINUS?this.currentToken.data+="-":e===a.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(ee))}[ea](e){e===a.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=eo):e===a.GREATER_THAN_SIGN?(this._err(s.incorrectlyClosedComment),this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(ee))}[el](e){eP(e)?this.state=eu:e===a.GREATER_THAN_SIGN?this._reconsumeInState(eu):e===a.EOF?(this._err(s.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(eu))}[eu](e){eP(e)||(eH(e)?(this._createDoctypeToken(eW(e)),this.state=ec):e===a.NULL?(this._err(s.unexpectedNullCharacter),this._createDoctypeToken(i.REPLACEMENT_CHARACTER),this.state=ec):e===a.GREATER_THAN_SIGN?(this._err(s.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):e===a.EOF?(this._err(s.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(eV(e)),this.state=ec))}[ec](e){eP(e)?this.state=ed:e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):eH(e)?this.currentToken.name+=eW(e):e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.name+=i.REPLACEMENT_CHARACTER):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=eV(e)}[ed](e){!eP(e)&&(e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(l.PUBLIC_STRING,e,!1)?this.state=ep:this._consumeSequenceIfMatch(l.SYSTEM_STRING,e,!1)?this.state=eg:this._ensureHibernation()||(this._err(s.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev)))}[ep](e){eP(e)?this.state=ef:e===a.QUOTATION_MARK?(this._err(s.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=eh):e===a.APOSTROPHE?(this._err(s.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=em):e===a.GREATER_THAN_SIGN?(this._err(s.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev))}[ef](e){eP(e)||(e===a.QUOTATION_MARK?(this.currentToken.publicId="",this.state=eh):e===a.APOSTROPHE?(this.currentToken.publicId="",this.state=em):e===a.GREATER_THAN_SIGN?(this._err(s.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev)))}[eh](e){e===a.QUOTATION_MARK?this.state=eT:e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.publicId+=i.REPLACEMENT_CHARACTER):e===a.GREATER_THAN_SIGN?(this._err(s.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=eV(e)}[em](e){e===a.APOSTROPHE?this.state=eT:e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.publicId+=i.REPLACEMENT_CHARACTER):e===a.GREATER_THAN_SIGN?(this._err(s.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=eV(e)}[eT](e){eP(e)?this.state=eE:e===a.GREATER_THAN_SIGN?(this.state=c,this._emitCurrentToken()):e===a.QUOTATION_MARK?(this._err(s.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=eA):e===a.APOSTROPHE?(this._err(s.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=ey):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev))}[eE](e){eP(e)||(e===a.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=c):e===a.QUOTATION_MARK?(this.currentToken.systemId="",this.state=eA):e===a.APOSTROPHE?(this.currentToken.systemId="",this.state=ey):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev)))}[eg](e){eP(e)?this.state=e_:e===a.QUOTATION_MARK?(this._err(s.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=eA):e===a.APOSTROPHE?(this._err(s.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=ey):e===a.GREATER_THAN_SIGN?(this._err(s.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev))}[e_](e){eP(e)||(e===a.QUOTATION_MARK?(this.currentToken.systemId="",this.state=eA):e===a.APOSTROPHE?(this.currentToken.systemId="",this.state=ey):e===a.GREATER_THAN_SIGN?(this._err(s.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=c,this._emitCurrentToken()):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ev)))}[eA](e){e===a.QUOTATION_MARK?this.state=eC:e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.systemId+=i.REPLACEMENT_CHARACTER):e===a.GREATER_THAN_SIGN?(this._err(s.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=eV(e)}[ey](e){e===a.APOSTROPHE?this.state=eC:e===a.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.systemId+=i.REPLACEMENT_CHARACTER):e===a.GREATER_THAN_SIGN?(this._err(s.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=c):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=eV(e)}[eC](e){eP(e)||(e===a.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=c):e===a.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(ev)))}[ev](e){e===a.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=c):e===a.NULL?this._err(s.unexpectedNullCharacter):e===a.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[eN](e){e===a.RIGHT_SQUARE_BRACKET?this.state=eS:e===a.EOF?(this._err(s.eofInCdata),this._emitEOFToken()):this._emitCodePoint(e)}[eS](e){e===a.RIGHT_SQUARE_BRACKET?this.state=eO:(this._emitChars("]"),this._reconsumeInState(eN))}[eO](e){e===a.GREATER_THAN_SIGN?this.state=c:e===a.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(eN))}[eb](e){this.tempBuff=[a.AMPERSAND],e===a.NUMBER_SIGN?(this.tempBuff.push(e),this.state=eR):ej(e)?this._reconsumeInState(eI):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eI](e){let t=this._matchNamedCharacterReference(e);if(this._ensureHibernation())this.tempBuff=[a.AMPERSAND];else if(t){let e=this.tempBuff[this.tempBuff.length-1]===a.SEMICOLON;this._isCharacterReferenceAttributeQuirk(e)||(e||this._errOnNextCodePoint(s.missingSemicolonAfterCharacterReference),this.tempBuff=t),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=ex}[ex](e){ej(e)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=eV(e):this._emitCodePoint(e):(e===a.SEMICOLON&&this._err(s.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[eR](e){this.charRefCode=0,e===a.LATIN_SMALL_X||e===a.LATIN_CAPITAL_X?(this.tempBuff.push(e),this.state=ek):this._reconsumeInState(eL)}[ek](e){eF(e)||eK(e)||eG(e)?this._reconsumeInState(eM):(this._err(s.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eL](e){eF(e)?this._reconsumeInState(ew):(this._err(s.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eM](e){eK(e)?this.charRefCode=16*this.charRefCode+e-55:eG(e)?this.charRefCode=16*this.charRefCode+e-87:eF(e)?this.charRefCode=16*this.charRefCode+e-48:e===a.SEMICOLON?this.state=eD:(this._err(s.missingSemicolonAfterCharacterReference),this._reconsumeInState(eD))}[ew](e){eF(e)?this.charRefCode=10*this.charRefCode+e-48:e===a.SEMICOLON?this.state=eD:(this._err(s.missingSemicolonAfterCharacterReference),this._reconsumeInState(eD))}[eD](){if(this.charRefCode===a.NULL)this._err(s.nullCharacterReference),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(s.characterReferenceOutsideUnicodeRange),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(i.isSurrogate(this.charRefCode))this._err(s.surrogateCharacterReference),this.charRefCode=a.REPLACEMENT_CHARACTER;else if(i.isUndefinedCodePoint(this.charRefCode))this._err(s.noncharacterCharacterReference);else if(i.isControlCodePoint(this.charRefCode)||this.charRefCode===a.CARRIAGE_RETURN){this._err(s.controlCharacterReference);let e=u[this.charRefCode];e&&(this.charRefCode=e)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}ez.CHARACTER_TOKEN="CHARACTER_TOKEN",ez.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",ez.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",ez.START_TAG_TOKEN="START_TAG_TOKEN",ez.END_TAG_TOKEN="END_TAG_TOKEN",ez.COMMENT_TOKEN="COMMENT_TOKEN",ez.DOCTYPE_TOKEN="DOCTYPE_TOKEN",ez.EOF_TOKEN="EOF_TOKEN",ez.HIBERNATION_TOKEN="HIBERNATION_TOKEN",ez.MODE={DATA:c,RCDATA:d,RAWTEXT:p,SCRIPT_DATA:f,PLAINTEXT:h},ez.getTokenAttr=function(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null},e.exports=ez},723:function(e){"use strict";e.exports=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])},61504:function(e,t,n){"use strict";let r=n(7911),i=n(83478),o=r.CODE_POINTS;class s{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.lastCharPos){let t=this.html.charCodeAt(this.pos+1);if(r.isSurrogatePair(t))return this.pos++,this._addGap(),r.getSurrogatePairCodePoint(e,t)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,o.EOF;return this._err(i.surrogateInInputStream),e}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(e,t){this.html?this.html+=e:this.html=e,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,o.EOF;let e=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&e===o.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):e===o.CARRIAGE_RETURN?(this.skipNextNewLine=!0,o.LINE_FEED):(this.skipNextNewLine=!1,r.isSurrogate(e)&&(e=this._processSurrogate(e)),e>31&&e<127||e===o.LINE_FEED||e===o.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e)}_checkForProblematicCharacters(e){r.isControlCodePoint(e)?this._err(i.controlCharacterInInputStream):r.isUndefinedCodePoint(e)&&this._err(i.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}e.exports=s},21586:function(e,t,n){"use strict";let{DOCUMENT_MODE:r}=n(44528);t.createDocument=function(){return{nodeName:"#document",mode:r.NO_QUIRKS,childNodes:[]}},t.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},t.createElement=function(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},t.createCommentNode=function(e){return{nodeName:"#comment",data:e,parentNode:null}};let i=function(e){return{nodeName:"#text",value:e,parentNode:null}},o=t.appendChild=function(e,t){e.childNodes.push(t),t.parentNode=e},s=t.insertBefore=function(e,t,n){let r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e};t.setTemplateContent=function(e,t){e.content=t},t.getTemplateContent=function(e){return e.content},t.setDocumentType=function(e,t,n,r){let i=null;for(let t=0;t<e.childNodes.length;t++)if("#documentType"===e.childNodes[t].nodeName){i=e.childNodes[t];break}i?(i.name=t,i.publicId=n,i.systemId=r):o(e,{nodeName:"#documentType",name:t,publicId:n,systemId:r})},t.setDocumentMode=function(e,t){e.mode=t},t.getDocumentMode=function(e){return e.mode},t.detachNode=function(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},t.insertText=function(e,t){if(e.childNodes.length){let n=e.childNodes[e.childNodes.length-1];if("#text"===n.nodeName){n.value+=t;return}}o(e,i(t))},t.insertTextBefore=function(e,t,n){let r=e.childNodes[e.childNodes.indexOf(n)-1];r&&"#text"===r.nodeName?r.value+=t:s(e,i(t),n)},t.adoptAttributes=function(e,t){let n=[];for(let t=0;t<e.attrs.length;t++)n.push(e.attrs[t].name);for(let r=0;r<t.length;r++)-1===n.indexOf(t[r].name)&&e.attrs.push(t[r])},t.getFirstChild=function(e){return e.childNodes[0]},t.getChildNodes=function(e){return e.childNodes},t.getParentNode=function(e){return e.parentNode},t.getAttrList=function(e){return e.attrs},t.getTagName=function(e){return e.tagName},t.getNamespaceURI=function(e){return e.namespaceURI},t.getTextNodeContent=function(e){return e.value},t.getCommentNodeContent=function(e){return e.data},t.getDocumentTypeNodeName=function(e){return e.name},t.getDocumentTypeNodePublicId=function(e){return e.publicId},t.getDocumentTypeNodeSystemId=function(e){return e.systemId},t.isTextNode=function(e){return"#text"===e.nodeName},t.isCommentNode=function(e){return"#comment"===e.nodeName},t.isDocumentTypeNode=function(e){return"#documentType"===e.nodeName},t.isElementNode=function(e){return!!e.tagName},t.setNodeSourceCodeLocation=function(e,t){e.sourceCodeLocation=t},t.getNodeSourceCodeLocation=function(e){return e.sourceCodeLocation},t.updateNodeSourceCodeLocation=function(e,t){e.sourceCodeLocation=Object.assign(e.sourceCodeLocation,t)}},57650:function(e){"use strict";e.exports=function(e,t){return[e,t=t||Object.create(null)].reduce((e,t)=>(Object.keys(t).forEach(n=>{e[n]=t[n]}),e),Object.create(null))}},48022:function(e){"use strict";class t{constructor(e){let t={},n=this._getOverriddenMethods(this,t);for(let r of Object.keys(n))"function"==typeof n[r]&&(t[r]=e[r],e[r]=n[r])}_getOverriddenMethods(){throw Error("Not implemented")}}t.install=function(e,t,n){e.__mixins||(e.__mixins=[]);for(let n=0;n<e.__mixins.length;n++)if(e.__mixins[n].constructor===t)return e.__mixins[n];let r=new t(e,n);return e.__mixins.push(r),r},e.exports=t},98649:function(e,t,n){"use strict";n.d(t,{Z:function(){return V}});var r,i,o,s,a,l,u,c=function(){return(c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};function d(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&0>t.indexOf(r)&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)0>t.indexOf(r[i])&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}"function"==typeof SuppressedError&&SuppressedError;var p=n(78920),f="right-scroll-bar-position",h="width-before-scroll-bar",m=(void 0===i&&(i={}),(void 0===o&&(o=function(e){return e}),s=[],a=!1,l={read:function(){if(a)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return s.length?s[s.length-1]:null},useMedium:function(e){var t=o(e,a);return s.push(t),function(){s=s.filter(function(e){return e!==t})}},assignSyncMedium:function(e){for(a=!0;s.length;){var t=s;s=[],t.forEach(e)}s={push:function(t){return e(t)},filter:function(){return s}}},assignMedium:function(e){a=!0;var t=[];if(s.length){var n=s;s=[],n.forEach(e),t=s}var r=function(){var n=t;t=[],n.forEach(e)},i=function(){return Promise.resolve().then(r)};i(),s={push:function(e){t.push(e),i()},filter:function(e){return t=t.filter(e),s}}}}).options=c({async:!0,ssr:!1},i),l),T=function(){},E=p.forwardRef(function(e,t){var n,r,i,o=p.useRef(null),s=p.useState({onScrollCapture:T,onWheelCapture:T,onTouchMoveCapture:T}),a=s[0],l=s[1],u=e.forwardProps,f=e.children,h=e.className,E=e.removeScrollBar,g=e.enabled,_=e.shards,A=e.sideCar,y=e.noIsolation,C=e.inert,v=e.allowPinchZoom,N=e.as,S=e.gapMode,O=d(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),b=(n=[o,t],r=function(e){return n.forEach(function(t){return"function"==typeof t?t(e):t&&(t.current=e),t})},(i=(0,p.useState)(function(){return{value:null,callback:r,facade:{get current(){return i.value},set current(value){var e=i.value;e!==value&&(i.value=value,i.callback(value,e))}}}})[0]).callback=r,i.facade),I=c(c({},O),a);return p.createElement(p.Fragment,null,g&&p.createElement(A,{sideCar:m,removeScrollBar:E,shards:_,noIsolation:y,inert:C,setCallbacks:l,allowPinchZoom:!!v,lockRef:o,gapMode:S}),u?p.cloneElement(p.Children.only(f),c(c({},I),{ref:b})):p.createElement(void 0===N?"div":N,c({},I,{className:h,ref:b}),f))});E.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},E.classNames={fullWidth:h,zeroRight:f};var g=function(e){var t=e.sideCar,n=d(e,["sideCar"]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error("Sidecar medium not found");return p.createElement(r,c({},n))};g.isSideCarExport=!0;var _=function(){var e=0,t=null;return{add:function(i){if(0==e&&(t=function(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=r||n.nc;return t&&e.setAttribute("nonce",t),e}())){var o,s;(o=t).styleSheet?o.styleSheet.cssText=i:o.appendChild(document.createTextNode(i)),s=t,(document.head||document.getElementsByTagName("head")[0]).appendChild(s)}e++},remove:function(){--e||!t||(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},A=function(){var e=_();return function(t,n){p.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},y=function(){var e=A();return function(t){return e(t.styles,t.dynamic),null}},C={left:0,top:0,right:0,gap:0},v=function(e){return parseInt(e||"",10)||0},N=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],r=t["padding"===e?"paddingTop":"marginTop"],i=t["padding"===e?"paddingRight":"marginRight"];return[v(n),v(r),v(i)]},S=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return C;var t=N(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},O=y(),b=function(e,t,n,r){var i=e.left,o=e.top,s=e.right,a=e.gap;return void 0===n&&(n="margin"),"\n  .".concat("with-scroll-bars-hidden"," {\n   overflow: hidden ").concat(r,";\n   padding-right: ").concat(a,"px ").concat(r,";\n  }\n  body {\n    overflow: hidden ").concat(r,";\n    overscroll-behavior: contain;\n    ").concat([t&&"position: relative ".concat(r,";"),"margin"===n&&"\n    padding-left: ".concat(i,"px;\n    padding-top: ").concat(o,"px;\n    padding-right: ").concat(s,"px;\n    margin-left:0;\n    margin-top:0;\n    margin-right: ").concat(a,"px ").concat(r,";\n    "),"padding"===n&&"padding-right: ".concat(a,"px ").concat(r,";")].filter(Boolean).join(""),"\n  }\n  \n  .").concat(f," {\n    right: ").concat(a,"px ").concat(r,";\n  }\n  \n  .").concat(h," {\n    margin-right: ").concat(a,"px ").concat(r,";\n  }\n  \n  .").concat(f," .").concat(f," {\n    right: 0 ").concat(r,";\n  }\n  \n  .").concat(h," .").concat(h," {\n    margin-right: 0 ").concat(r,";\n  }\n  \n  body {\n    ").concat("--removed-body-scroll-bar-size",": ").concat(a,"px;\n  }\n")},I=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,i=void 0===r?"margin":r,o=p.useMemo(function(){return S(i)},[i]);return p.createElement(O,{styles:b(o,!t,i,n?"":"!important")})},x=!1;if("undefined"!=typeof window)try{var R=Object.defineProperty({},"passive",{get:function(){return x=!0,!0}});window.addEventListener("test",R,R),window.removeEventListener("test",R,R)}catch(e){x=!1}var k=!!x&&{passive:!1},L=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&"TEXTAREA"!==e.tagName&&"visible"===n[t])},M=function(e,t){var n=t.ownerDocument,r=t;do{if("undefined"!=typeof ShadowRoot&&r instanceof ShadowRoot&&(r=r.host),w(e,r)){var i=D(e,r);if(i[1]>i[2])return!0}r=r.parentNode}while(r&&r!==n.body);return!1},w=function(e,t){return"v"===e?L(t,"overflowY"):L(t,"overflowX")},D=function(e,t){return"v"===e?[t.scrollTop,t.scrollHeight,t.clientHeight]:[t.scrollLeft,t.scrollWidth,t.clientWidth]},P=function(e,t,n,r,i){var o,s=(o=window.getComputedStyle(t).direction,"h"===e&&"rtl"===o?-1:1),a=s*r,l=n.target,u=t.contains(l),c=!1,d=a>0,p=0,f=0;do{var h=D(e,l),m=h[0],T=h[1]-h[2]-s*m;(m||T)&&w(e,l)&&(p+=T,f+=m),l instanceof ShadowRoot?l=l.host:l=l.parentNode}while(!u&&l!==document.body||u&&(t.contains(l)||t===l));return d&&(i&&1>Math.abs(p)||!i&&a>p)?c=!0:!d&&(i&&1>Math.abs(f)||!i&&-a>f)&&(c=!0),c},F=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},H=function(e){return[e.deltaX,e.deltaY]},U=function(e){return e&&"current"in e?e.current:e},B=0,j=[],K=(u=function(e){var t=p.useRef([]),n=p.useRef([0,0]),r=p.useRef(),i=p.useState(B++)[0],o=p.useState(y)[0],s=p.useRef(e);p.useEffect(function(){s.current=e},[e]),p.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var t=(function(e,t,n){if(n||2==arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))})([e.lockRef.current],(e.shards||[]).map(U),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),t.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=p.useCallback(function(e,t){if("touches"in e&&2===e.touches.length)return!s.current.allowPinchZoom;var i,o=F(e),a=n.current,l="deltaX"in e?e.deltaX:a[0]-o[0],u="deltaY"in e?e.deltaY:a[1]-o[1],c=e.target,d=Math.abs(l)>Math.abs(u)?"h":"v";if("touches"in e&&"h"===d&&"range"===c.type)return!1;var p=M(d,c);if(!p)return!0;if(p?i=d:(i="v"===d?"h":"v",p=M(d,c)),!p)return!1;if(!r.current&&"changedTouches"in e&&(l||u)&&(r.current=i),!i)return!0;var f=r.current||i;return P(f,t,e,"h"===f?l:u,!0)},[]),l=p.useCallback(function(e){if(j.length&&j[j.length-1]===o){var n="deltaY"in e?H(e):F(e),r=t.current.filter(function(t){var r;return t.name===e.type&&(t.target===e.target||e.target===t.shadowParent)&&(r=t.delta)[0]===n[0]&&r[1]===n[1]})[0];if(r&&r.should){e.cancelable&&e.preventDefault();return}if(!r){var i=(s.current.shards||[]).map(U).filter(Boolean).filter(function(t){return t.contains(e.target)});(i.length>0?a(e,i[0]):!s.current.noIsolation)&&e.cancelable&&e.preventDefault()}}},[]),u=p.useCallback(function(e,n,r,i){var o={name:e,delta:n,target:r,should:i,shadowParent:function(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}(r)};t.current.push(o),setTimeout(function(){t.current=t.current.filter(function(e){return e!==o})},1)},[]),c=p.useCallback(function(e){n.current=F(e),r.current=void 0},[]),d=p.useCallback(function(t){u(t.type,H(t),t.target,a(t,e.lockRef.current))},[]),f=p.useCallback(function(t){u(t.type,F(t),t.target,a(t,e.lockRef.current))},[]);p.useEffect(function(){return j.push(o),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:f}),document.addEventListener("wheel",l,k),document.addEventListener("touchmove",l,k),document.addEventListener("touchstart",c,k),function(){j=j.filter(function(e){return e!==o}),document.removeEventListener("wheel",l,k),document.removeEventListener("touchmove",l,k),document.removeEventListener("touchstart",c,k)}},[]);var h=e.removeScrollBar,m=e.inert;return p.createElement(p.Fragment,null,m?p.createElement(o,{styles:"\n  .block-interactivity-".concat(i," {pointer-events: none;}\n  .allow-interactivity-").concat(i," {pointer-events: all;}\n")}):null,h?p.createElement(I,{gapMode:e.gapMode}):null)},m.useMedium(u),g),G=p.forwardRef(function(e,t){return p.createElement(E,c({},e,{ref:t,sideCar:K}))});G.classNames=E.classNames;var V=G},40356:function(e,t,n){"use strict";n.d(t,{f:function(){return i}});var r=n(48103);function i(){return(0,r.$)(function e(t,n){if(t===n)return!0;if("number"==typeof t&&"number"==typeof n)return t!=t&&n!=n;if("object"!=typeof t||"object"!=typeof n||null===t||null===n)return!1;var r=Array.isArray(t),i=Array.isArray(n);if(r&&i){if(t.length!==n.length)return!1;for(var o=0;o<t.length;o++)if(!e(t[o],n[o]))return!1;return!0}if(r!==i)return!1;var s=t instanceof Date,a=n instanceof Date;if(s&&a)return t.getTime()===n.getTime();if(s!==a)return!1;var l=t instanceof RegExp,u=n instanceof RegExp;if(l&&u)return t.toString()===n.toString();if(l!==u)return!1;var c=Object.keys(t);if(c.length!==Object.keys(n).length)return!1;for(var d=0;d<c.length;d++){var p=c[d];if(!Object.prototype.hasOwnProperty.call(n,p)||!e(t[p],n[p]))return!1}return!0},arguments)}},37101:function(e,t,n){var r=n(15071);function i(e,t){var n,i,o,s=null;if(!e||"string"!=typeof e)return s;for(var a=r(e),l="function"==typeof t,u=0,c=a.length;u<c;u++)i=(n=a[u]).property,o=n.value,l?t(i,o,n):o&&(s||(s={}),s[i]=o);return s}e.exports=i,e.exports.default=i},41985:function(e){"use strict";function t(){return!0}e.exports=function e(n){if("string"==typeof n)return function(e){return!!(e&&e.type===n)};if(null==n)return t;if("object"==typeof n)return("length"in n?function(t){var n=function(t){for(var n=[],r=t.length,i=-1;++i<r;)n[i]=e(t[i]);return n}(t),r=n.length;return function(){for(var e=-1;++e<r;)if(n[e].apply(this,arguments))return!0;return!1}}:function(e){return function(t){var n;for(n in e)if(t[n]!==e[n])return!1;return!0}})(n);if("function"==typeof n)return n;throw Error("Expected function, string, or object as test")}},50002:function(e,t,n){"use strict";e.exports=o;var r=n(41985),i="skip";function o(e,t,n,o){var a;"function"==typeof t&&"function"!=typeof n&&(o=n,n=t,t=null),a=r(t),function e(r,l,u){var c,d=[];return(!t||a(r,l,u[u.length-1]||null))&&!1===(d=s(n(r,u)))[0]?d:r.children&&d[0]!==i&&!1===(c=s(function(t,n){for(var r,i=o?-1:1,s=(o?t.length:-1)+i;s>-1&&s<t.length;){if(!1===(r=e(t[s],s,n))[0])return r;s="number"==typeof r[1]?r[1]:s+i}}(r.children,u.concat(r))))[0]?c:d}(e,null,[])}function s(e){return null!==e&&"object"==typeof e&&"length"in e?e:"number"==typeof e?[!0,e]:[e]}o.CONTINUE=!0,o.SKIP=i,o.EXIT=!1},23190:function(e,t,n){"use strict";e.exports=a;var r=n(50002),i=r.CONTINUE,o=r.SKIP,s=r.EXIT;function a(e,t,n,i){"function"==typeof t&&"function"!=typeof n&&(i=n,n=t,t=null),r(e,t,function(e,t){var r=t[t.length-1],i=r?r.children.indexOf(e):null;return n(e,i,r)},i)}a.CONTINUE=i,a.SKIP=o,a.EXIT=s},65706:function(e,t){"use strict";var n,r,i,o;Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{ACTION_FAST_REFRESH:function(){return d},ACTION_NAVIGATE:function(){return a},ACTION_PREFETCH:function(){return c},ACTION_REFRESH:function(){return s},ACTION_RESTORE:function(){return l},ACTION_SERVER_ACTION:function(){return p},ACTION_SERVER_PATCH:function(){return u},PrefetchCacheEntryStatus:function(){return r},PrefetchKind:function(){return n},isThenable:function(){return f}});let s="refresh",a="navigate",l="restore",u="server-patch",c="prefetch",d="fast-refresh",p="server-action";function f(e){return e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}(i=n||(n={})).AUTO="auto",i.FULL="full",i.TEMPORARY="temporary",(o=r||(r={})).fresh="fresh",o.reusable="reusable",o.expired="expired",o.stale="stale",("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},18548:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return i}});let r=n(44907);function i(e,t,i,o){{let s=n(11494).normalizeLocalePath,a=n(29778).detectDomainLocale,l=t||s(e,i).detectedLocale,u=a(o,void 0,l);if(u){let t="http"+(u.http?"":"s")+"://",n=l===u.defaultLocale?"":"/"+l;return""+t+u.domain+(0,r.normalizePathTrailingSlash)(""+n+e)}return!1}}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},29446:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return v}});let r=n(55505),i=n(53415),o=n(96688),s=i._(n(78920)),a=r._(n(22237)),l=n(88255),u=n(20184),c=n(7371);n(63959);let d=n(44907);function p(e){return"/"===e[0]?e.slice(1):e}let f={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1},h=new Set,m="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",T=new Map([["default",function(e){let{config:t,src:n,width:r,quality:i}=e;return n.endsWith(".svg")&&!t.dangerouslyAllowSVG?n:(0,d.normalizePathTrailingSlash)(t.path)+"?url="+encodeURIComponent(n)+"&w="+r+"&q="+(i||75)}],["imgix",function(e){let{config:t,src:n,width:r,quality:i}=e,o=new URL(""+t.path+p(n)),s=o.searchParams;return s.set("auto",s.getAll("auto").join(",")||"format"),s.set("fit",s.get("fit")||"max"),s.set("w",s.get("w")||r.toString()),i&&s.set("q",i.toString()),o.href}],["cloudinary",function(e){let{config:t,src:n,width:r,quality:i}=e,o=["f_auto","c_limit","w_"+r,"q_"+(i||"auto")].join(",")+"/";return""+t.path+o+p(n)}],["akamai",function(e){let{config:t,src:n,width:r}=e;return""+t.path+p(n)+"?imwidth="+r}],["custom",function(e){let{src:t}=e;throw Error('Image with src "'+t+'" is missing "loader" prop.\nRead more: https://nextjs.org/docs/messages/next-image-missing-loader')}]]);function E(e){return void 0!==e.default}function g(e){let{config:t,src:n,unoptimized:r,layout:i,width:o,quality:s,sizes:a,loader:l}=e;if(r)return{src:n,srcSet:void 0,sizes:void 0};let{widths:u,kind:c}=function(e,t,n,r){let{deviceSizes:i,allSizes:o}=e;if(r&&("fill"===n||"responsive"===n)){let e=/(^|\s)(1?\d?\d)vw/g,t=[];for(let n;n=e.exec(r);n)t.push(parseInt(n[2]));if(t.length){let e=.01*Math.min(...t);return{widths:o.filter(t=>t>=i[0]*e),kind:"w"}}return{widths:o,kind:"w"}}return"number"!=typeof t||"fill"===n||"responsive"===n?{widths:i,kind:"w"}:{widths:[...new Set([t,2*t].map(e=>o.find(t=>t>=e)||o[o.length-1]))],kind:"x"}}(t,o,i,a),d=u.length-1;return{sizes:a||"w"!==c?a:"100vw",srcSet:u.map((e,r)=>l({config:t,src:n,quality:s,width:e})+" "+("w"===c?e:r+1)+c).join(", "),src:l({config:t,src:n,quality:s,width:u[d]})}}function _(e){return"number"==typeof e?e:"string"==typeof e?parseInt(e,10):void 0}function A(e){var t;let n=(null==(t=e.config)?void 0:t.loader)||"default",r=T.get(n);if(r)return r(e);throw Error('Unknown "loader" found in "next.config.js". Expected: '+l.VALID_LOADERS.join(", ")+". Received: "+n)}function y(e,t,n,r,i,o){e&&e.src!==m&&e["data-loaded-src"]!==t&&(e["data-loaded-src"]=t,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentNode&&(h.add(t),"blur"===r&&o(!0),null==i?void 0:i.current)){let{naturalWidth:t,naturalHeight:n}=e;i.current({naturalWidth:t,naturalHeight:n})}}))}let C=e=>{let{imgAttributes:t,heightInt:n,widthInt:r,qualityInt:i,layout:a,className:l,imgStyle:u,blurStyle:c,isLazy:d,placeholder:p,loading:f,srcString:h,config:m,unoptimized:T,loader:E,onLoadingCompleteRef:_,setBlurComplete:A,setIntersection:C,onLoad:v,onError:N,isVisible:S,noscriptSizes:O,...b}=e;return f=d?"lazy":f,(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("img",{...b,...t,decoding:"async","data-nimg":a,className:l,style:{...u,...c},ref:(0,s.useCallback)(e=>{C(e),(null==e?void 0:e.complete)&&y(e,h,a,p,_,A)},[C,h,a,p,_,A]),onLoad:e=>{y(e.currentTarget,h,a,p,_,A),v&&v(e)},onError:e=>{"blur"===p&&A(!0),N&&N(e)}}),(d||"blur"===p)&&(0,o.jsx)("noscript",{children:(0,o.jsx)("img",{...b,loading:f,decoding:"async","data-nimg":a,style:u,className:l,...g({config:m,src:h,unoptimized:T,layout:a,width:r,quality:i,sizes:O,loader:E})})})]})};function v(e){var t;let n,{src:r,sizes:i,unoptimized:d=!1,priority:p=!1,loading:T,lazyRoot:y=null,lazyBoundary:v,className:N,quality:S,width:O,height:b,style:I,objectFit:x,objectPosition:R,onLoadingComplete:k,placeholder:L="empty",blurDataURL:M,...w}=e,D=(0,s.useContext)(c.ImageConfigContext),P=(0,s.useMemo)(()=>{let e=f||D||l.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),n=e.deviceSizes.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:n}},[D]),F=i?"responsive":"intrinsic";"layout"in w&&(w.layout&&(F=w.layout),delete w.layout);let H=A;if("loader"in w){if(w.loader){let e=w.loader;H=t=>{let{config:n,...r}=t;return e(r)}}delete w.loader}let U="";if("object"==typeof(t=r)&&(E(t)||void 0!==t.src)){let e=E(r)?r.default:r;if(!e.src)throw Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received "+JSON.stringify(e));if(M=M||e.blurDataURL,U=e.src,(!F||"fill"!==F)&&(b=b||e.height,O=O||e.width,!e.height||!e.width))throw Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received "+JSON.stringify(e))}let B=!p&&("lazy"===T||void 0===T);((r="string"==typeof r?r:U).startsWith("data:")||r.startsWith("blob:"))&&(d=!0,B=!1),h.has(r)&&(B=!1),P.unoptimized&&(d=!0);let[j,K]=(0,s.useState)(!1),[G,V,W]=(0,u.useIntersection)({rootRef:y,rootMargin:v||"200px",disabled:!B}),Y=!B||V,z={boxSizing:"border-box",display:"block",overflow:"hidden",width:"initial",height:"initial",background:"none",opacity:1,border:0,margin:0,padding:0},q={boxSizing:"border-box",display:"block",width:"initial",height:"initial",background:"none",opacity:1,border:0,margin:0,padding:0},X=!1,Q=_(O),$=_(b),J=_(S),Z=Object.assign({},I,{position:"absolute",top:0,left:0,bottom:0,right:0,boxSizing:"border-box",padding:0,border:"none",margin:"auto",display:"block",width:0,height:0,minWidth:"100%",maxWidth:"100%",minHeight:"100%",maxHeight:"100%",objectFit:x,objectPosition:R}),ee="blur"!==L||j?{}:{backgroundSize:x||"cover",backgroundPosition:R||"0% 0%",filter:"blur(20px)",backgroundImage:'url("'+M+'")'};if("fill"===F)z.display="block",z.position="absolute",z.top=0,z.left=0,z.bottom=0,z.right=0;else if(void 0!==Q&&void 0!==$){let e=$/Q,t=isNaN(e)?"100%":""+100*e+"%";"responsive"===F?(z.display="block",z.position="relative",X=!0,q.paddingTop=t):"intrinsic"===F?(z.display="inline-block",z.position="relative",z.maxWidth="100%",X=!0,q.maxWidth="100%",n="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27"+Q+"%27%20height=%27"+$+"%27/%3e"):"fixed"===F&&(z.display="inline-block",z.position="relative",z.width=Q,z.height=$)}let et={src:m,srcSet:void 0,sizes:void 0};Y&&(et=g({config:P,src:r,unoptimized:d,layout:F,width:Q,quality:J,sizes:i,loader:H}));let en=r,er={imageSrcSet:et.srcSet,imageSizes:et.sizes,crossOrigin:w.crossOrigin,referrerPolicy:w.referrerPolicy},ei=s.default.useLayoutEffect,eo=(0,s.useRef)(k),es=(0,s.useRef)(r);(0,s.useEffect)(()=>{eo.current=k},[k]),ei(()=>{es.current!==r&&(W(),es.current=r)},[W,r]);let ea={isLazy:B,imgAttributes:et,heightInt:$,widthInt:Q,qualityInt:J,layout:F,className:N,imgStyle:Z,blurStyle:ee,loading:T,config:P,unoptimized:d,placeholder:L,loader:H,srcString:en,onLoadingCompleteRef:eo,setBlurComplete:K,setIntersection:G,isVisible:Y,noscriptSizes:i,...w};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsxs)("span",{style:z,children:[X?(0,o.jsx)("span",{style:q,children:n?(0,o.jsx)("img",{style:{display:"block",maxWidth:"100%",width:"initial",height:"initial",background:"none",opacity:1,border:0,margin:0,padding:0},alt:"","aria-hidden":!0,src:n}):null}):null,(0,o.jsx)(C,{...ea})]}),p?(0,o.jsx)(a.default,{children:(0,o.jsx)("link",{rel:"preload",as:"image",href:et.srcSet?void 0:et.src,...er},"__nimg-"+et.src+et.srcSet+et.sizes)}):null]})}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},86229:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return A}});let r=n(55505),i=n(96688),o=r._(n(78920)),s=n(36837),a=n(19100),l=n(91695),u=n(22822),c=n(90612),d=n(53149),p=n(49751),f=n(20184),h=n(18548),m=n(37215),T=n(65706),E=new Set;function g(e,t,n,r,i,o){if(o||(0,a.isLocalURL)(t)){if(!r.bypassPrefetchedCheck){let i=t+"%"+n+"%"+(void 0!==r.locale?r.locale:"locale"in e?e.locale:void 0);if(E.has(i))return;E.add(i)}(async()=>o?e.prefetch(t,i):e.prefetch(t,n,r))().catch(e=>{})}}function _(e){return"string"==typeof e?e:(0,l.formatUrl)(e)}let A=o.default.forwardRef(function(e,t){let n,r;let{href:l,as:E,children:A,prefetch:y=null,passHref:C,replace:v,shallow:N,scroll:S,locale:O,onClick:b,onMouseEnter:I,onTouchStart:x,legacyBehavior:R=!1,...k}=e;n=A,R&&("string"==typeof n||"number"==typeof n)&&(n=(0,i.jsx)("a",{children:n}));let L=o.default.useContext(d.RouterContext),M=o.default.useContext(p.AppRouterContext),w=null!=L?L:M,D=!L,P=!1!==y,F=null===y?T.PrefetchKind.AUTO:T.PrefetchKind.FULL,{href:H,as:U}=o.default.useMemo(()=>{if(!L){let e=_(l);return{href:e,as:E?_(E):e}}let[e,t]=(0,s.resolveHref)(L,l,!0);return{href:e,as:E?(0,s.resolveHref)(L,E):t||e}},[L,l,E]),B=o.default.useRef(H),j=o.default.useRef(U);R&&(r=o.default.Children.only(n));let K=R?r&&"object"==typeof r&&r.ref:t,[G,V,W]=(0,f.useIntersection)({rootMargin:"200px"}),Y=o.default.useCallback(e=>{(j.current!==U||B.current!==H)&&(W(),j.current=U,B.current=H),G(e),K&&("function"==typeof K?K(e):"object"==typeof K&&(K.current=e))},[U,K,H,W,G]);o.default.useEffect(()=>{w&&V&&P&&g(w,H,U,{locale:O},{kind:F},D)},[U,H,V,O,P,null==L?void 0:L.locale,w,D,F]);let z={ref:Y,onClick(e){R||"function"!=typeof b||b(e),R&&r.props&&"function"==typeof r.props.onClick&&r.props.onClick(e),w&&!e.defaultPrevented&&function(e,t,n,r,i,s,l,u,c){let{nodeName:d}=e.currentTarget;if("A"===d.toUpperCase()&&(function(e){let t=e.currentTarget.getAttribute("target");return t&&"_self"!==t||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e)||!c&&!(0,a.isLocalURL)(n)))return;e.preventDefault();let p=()=>{let e=null==l||l;"beforePopState"in t?t[i?"replace":"push"](n,r,{shallow:s,locale:u,scroll:e}):t[i?"replace":"push"](r||n,{scroll:e})};c?o.default.startTransition(p):p()}(e,w,H,U,v,N,S,O,D)},onMouseEnter(e){R||"function"!=typeof I||I(e),R&&r.props&&"function"==typeof r.props.onMouseEnter&&r.props.onMouseEnter(e),w&&(P||!D)&&g(w,H,U,{locale:O,priority:!0,bypassPrefetchedCheck:!0},{kind:F},D)},onTouchStart:function(e){R||"function"!=typeof x||x(e),R&&r.props&&"function"==typeof r.props.onTouchStart&&r.props.onTouchStart(e),w&&(P||!D)&&g(w,H,U,{locale:O,priority:!0,bypassPrefetchedCheck:!0},{kind:F},D)}};if((0,u.isAbsoluteUrl)(U))z.href=U;else if(!R||C||"a"===r.type&&!("href"in r.props)){let e=void 0!==O?O:null==L?void 0:L.locale,t=(null==L?void 0:L.isLocaleDomain)&&(0,h.getDomainLocale)(U,e,null==L?void 0:L.locales,null==L?void 0:L.domainLocales);z.href=t||(0,m.addBasePath)((0,c.addLocale)(U,e,null==L?void 0:L.defaultLocale))}return R?o.default.cloneElement(r,z):(0,i.jsx)("a",{...k,...z,children:n})});("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},11494:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizeLocalePath",{enumerable:!0,get:function(){return r}});let r=(e,t)=>n(26959).normalizeLocalePath(e,t);("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},20184:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return l}});let r=n(78920),i=n(54002),o="function"==typeof IntersectionObserver,s=new Map,a=[];function l(e){let{rootRef:t,rootMargin:n,disabled:l}=e,u=l||!o,[c,d]=(0,r.useState)(!1),p=(0,r.useRef)(null),f=(0,r.useCallback)(e=>{p.current=e},[]);return(0,r.useEffect)(()=>{if(o){if(u||c)return;let e=p.current;if(e&&e.tagName)return function(e,t,n){let{id:r,observer:i,elements:o}=function(e){let t;let n={root:e.root||null,margin:e.rootMargin||""},r=a.find(e=>e.root===n.root&&e.margin===n.margin);if(r&&(t=s.get(r)))return t;let i=new Map;return t={id:n,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=i.get(e.target),n=e.isIntersecting||e.intersectionRatio>0;t&&n&&t(n)})},e),elements:i},a.push(n),s.set(n,t),t}(n);return o.set(e,t),i.observe(e),function(){if(o.delete(e),i.unobserve(e),0===o.size){i.disconnect(),s.delete(r);let e=a.findIndex(e=>e.root===r.root&&e.margin===r.margin);e>-1&&a.splice(e,1)}}}(e,e=>e&&d(e),{root:null==t?void 0:t.current,rootMargin:n})}else if(!c){let e=(0,i.requestIdleCallback)(()=>d(!0));return()=>(0,i.cancelIdleCallback)(e)}},[u,n,t,c,p.current]),[f,c,(0,r.useCallback)(()=>{d(!1)},[])]}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},40325:function(e,t,n){"use strict";var r=n(56615),i=n.n(r),o=n(78920),s=n(47236),a=n(96688);let l=o.forwardRef((e,t)=>{let[{className:n,...r},{as:o="div",bsPrefix:l,spans:u}]=function(e){let{as:t,bsPrefix:n,className:r,...o}=e;n=(0,s.vE)(n,"col");let a=(0,s.pi)(),l=(0,s.zG)(),u=[],c=[];return a.forEach(e=>{let t,r,i;let s=o[e];delete o[e],"object"==typeof s&&null!=s?{span:t,offset:r,order:i}=s:t=s;let a=e!==l?"-".concat(e):"";t&&u.push(!0===t?"".concat(n).concat(a):"".concat(n).concat(a,"-").concat(t)),null!=i&&c.push("order".concat(a,"-").concat(i)),null!=r&&c.push("offset".concat(a,"-").concat(r))}),[{...o,className:i()(r,...u,...c)},{as:t,bsPrefix:n,spans:u}]}(e);return(0,a.jsx)(o,{...r,ref:t,className:i()(n,!u.length&&l)})});l.displayName="Col",t.Z=l},6701:function(e,t,n){"use strict";var r=n(56615),i=n.n(r),o=n(78920),s=n(47236),a=n(96688);let l=o.forwardRef((e,t)=>{let{bsPrefix:n,fluid:r=!1,as:o="div",className:l,...u}=e,c=(0,s.vE)(n,"container");return(0,a.jsx)(o,{ref:t,...u,className:i()(l,r?"".concat(c).concat("string"==typeof r?"-".concat(r):"-fluid"):c)})});l.displayName="Container",t.Z=l},60730:function(e,t,n){"use strict";var r=n(56615),i=n.n(r),o=n(78920),s=n(47236),a=n(96688);let l=o.forwardRef((e,t)=>{let{bsPrefix:n,className:r,as:o="div",...l}=e,u=(0,s.vE)(n,"row"),c=(0,s.pi)(),d=(0,s.zG)(),p="".concat(u,"-cols"),f=[];return c.forEach(e=>{let t;let n=l[e];delete l[e],null!=n&&"object"==typeof n?{cols:t}=n:t=n,null!=t&&f.push("".concat(p).concat(e!==d?"-".concat(e):"","-").concat(t))}),(0,a.jsx)(o,{ref:t,...l,className:i()(r,u,...f)})});l.displayName="Row",t.Z=l},47236:function(e,t,n){"use strict";n.d(t,{pi:function(){return l},vE:function(){return a},zG:function(){return u}});var r=n(78920);n(96688);let i=r.createContext({prefixes:{},breakpoints:["xxl","xl","lg","md","sm","xs"],minBreakpoint:"xs"}),{Consumer:o,Provider:s}=i;function a(e,t){let{prefixes:n}=(0,r.useContext)(i);return e||n[t]||t}function l(){let{breakpoints:e}=(0,r.useContext)(i);return e}function u(){let{minBreakpoint:e}=(0,r.useContext)(i);return e}},80345:function(e,t,n){"use strict";n.d(t,{X:function(){return l}});var r=n(91998);let i=(e,t,n)=>{if(e&&"reportValidity"in e){let i=(0,r.U2)(n,t);e.setCustomValidity(i&&i.message||""),e.reportValidity()}},o=(e,t)=>{for(let n in t.fields){let r=t.fields[n];r&&r.ref&&"reportValidity"in r.ref?i(r.ref,n,e):r.refs&&r.refs.forEach(t=>i(t,n,e))}},s=(e,t)=>{t.shouldUseNativeValidation&&o(e,t);let n={};for(let i in e){let o=(0,r.U2)(t.fields,i),s=Object.assign(e[i]||{},{ref:o&&o.ref});if(a(t.names||Object.keys(e),i)){let e=Object.assign({},(0,r.U2)(n,i));(0,r.t8)(e,"root",s),(0,r.t8)(n,i,e)}else(0,r.t8)(n,i,s)}return n},a=(e,t)=>e.some(e=>e.startsWith(t+"."));function l(e,t,n){return void 0===t&&(t={}),void 0===n&&(n={}),function(i,a,l){try{return Promise.resolve(function(r,s){try{var u=(t.context,Promise.resolve(e["sync"===n.mode?"validateSync":"validate"](i,Object.assign({abortEarly:!1},t,{context:a}))).then(function(e){return l.shouldUseNativeValidation&&o({},l),{values:n.raw?i:e,errors:{}}}))}catch(e){return s(e)}return u&&u.then?u.then(void 0,s):u}(0,function(e){var t;if(!e.inner)throw e;return{values:{},errors:s((t=!l.shouldUseNativeValidation&&"all"===l.criteriaMode,(e.inner||[]).reduce(function(e,n){if(e[n.path]||(e[n.path]={message:n.message,type:n.type}),t){var i=e[n.path].types,o=i&&i[n.type];e[n.path]=(0,r.KN)(n.path,t,e,n.type,o?[].concat(o,n.message):n.message)}return e},{})),l)}}))}catch(e){return Promise.reject(e)}}}},46384:function(e,t,n){"use strict";n.d(t,{fC:function(){return N},z$:function(){return S}});var r=n(78920),i=n(26113),o=n(90760),s=n(74833),a=n(88117),l=n(63632),u=n(40241),c=n(25978),d=n(12783),p=n(96688),f="Checkbox",[h,m]=(0,o.b)(f),[T,E]=h(f),g=r.forwardRef((e,t)=>{let{__scopeCheckbox:n,name:o,checked:l,defaultChecked:u,required:c,disabled:f,value:h="on",onCheckedChange:m,...E}=e,[g,_]=r.useState(null),A=(0,i.e)(t,e=>_(e)),N=r.useRef(!1),S=!g||!!g.closest("form"),[O=!1,b]=(0,a.T)({prop:l,defaultProp:u,onChange:m}),I=r.useRef(O);return r.useEffect(()=>{let e=g?.form;if(e){let t=()=>b(I.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[g,b]),(0,p.jsxs)(T,{scope:n,state:O,disabled:f,children:[(0,p.jsx)(d.WV.button,{type:"button",role:"checkbox","aria-checked":C(O)?"mixed":O,"aria-required":c,"data-state":v(O),"data-disabled":f?"":void 0,disabled:f,value:h,...E,ref:A,onKeyDown:(0,s.M)(e.onKeyDown,e=>{"Enter"===e.key&&e.preventDefault()}),onClick:(0,s.M)(e.onClick,e=>{b(e=>!!C(e)||!e),S&&(N.current=e.isPropagationStopped(),N.current||e.stopPropagation())})}),S&&(0,p.jsx)(y,{control:g,bubbles:!N.current,name:o,value:h,checked:O,required:c,disabled:f,style:{transform:"translateX(-100%)"}})]})});g.displayName=f;var _="CheckboxIndicator",A=r.forwardRef((e,t)=>{let{__scopeCheckbox:n,forceMount:r,...i}=e,o=E(_,n);return(0,p.jsx)(c.z,{present:r||C(o.state)||!0===o.state,children:(0,p.jsx)(d.WV.span,{"data-state":v(o.state),"data-disabled":o.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});A.displayName=_;var y=e=>{let{control:t,checked:n,bubbles:i=!0,...o}=e,s=r.useRef(null),a=(0,l.D)(n),c=(0,u.t)(t);return r.useEffect(()=>{let e=s.current,t=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"checked").set;if(a!==n&&t){let r=new Event("click",{bubbles:i});e.indeterminate=C(n),t.call(e,!C(n)&&n),e.dispatchEvent(r)}},[a,n,i]),(0,p.jsx)("input",{type:"checkbox","aria-hidden":!0,defaultChecked:!C(n)&&n,...o,tabIndex:-1,ref:s,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function C(e){return"indeterminate"===e}function v(e){return C(e)?"indeterminate":e?"checked":"unchecked"}var N=g,S=A},90492:function(e,t,n){"use strict";n.d(t,{Dx:function(){return et},VY:function(){return ee},aV:function(){return Z},fC:function(){return Q},h_:function(){return J},x8:function(){return en},xz:function(){return $}});var r=n(78920),i=n(74833),o=n(26113),s=n(90760),a=n(39800),l=n(88117),u=n(34565),c=n(652),d=n(48560),p=n(25978),f=n(12783),h=n(23429),m=n(98649),T=n(23088),E=n(87005),g=n(96688),_="Dialog",[A,y]=(0,s.b)(_),[C,v]=A(_),N=e=>{let{__scopeDialog:t,children:n,open:i,defaultOpen:o,onOpenChange:s,modal:u=!0}=e,c=r.useRef(null),d=r.useRef(null),[p=!1,f]=(0,l.T)({prop:i,defaultProp:o,onChange:s});return(0,g.jsx)(C,{scope:t,triggerRef:c,contentRef:d,contentId:(0,a.M)(),titleId:(0,a.M)(),descriptionId:(0,a.M)(),open:p,onOpenChange:f,onOpenToggle:r.useCallback(()=>f(e=>!e),[f]),modal:u,children:n})};N.displayName=_;var S="DialogTrigger",O=r.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,s=v(S,n),a=(0,o.e)(t,s.triggerRef);return(0,g.jsx)(f.WV.button,{type:"button","aria-haspopup":"dialog","aria-expanded":s.open,"aria-controls":s.contentId,"data-state":V(s.open),...r,ref:a,onClick:(0,i.M)(e.onClick,s.onOpenToggle)})});O.displayName=S;var b="DialogPortal",[I,x]=A(b,{forceMount:void 0}),R=e=>{let{__scopeDialog:t,forceMount:n,children:i,container:o}=e,s=v(b,t);return(0,g.jsx)(I,{scope:t,forceMount:n,children:r.Children.map(i,e=>(0,g.jsx)(p.z,{present:n||s.open,children:(0,g.jsx)(d.h,{asChild:!0,container:o,children:e})}))})};R.displayName=b;var k="DialogOverlay",L=r.forwardRef((e,t)=>{let n=x(k,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,o=v(k,e.__scopeDialog);return o.modal?(0,g.jsx)(p.z,{present:r||o.open,children:(0,g.jsx)(M,{...i,ref:t})}):null});L.displayName=k;var M=r.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=v(k,n);return(0,g.jsx)(m.Z,{as:E.g7,allowPinchZoom:!0,shards:[i.contentRef],children:(0,g.jsx)(f.WV.div,{"data-state":V(i.open),...r,ref:t,style:{pointerEvents:"auto",...r.style}})})}),w="DialogContent",D=r.forwardRef((e,t)=>{let n=x(w,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,o=v(w,e.__scopeDialog);return(0,g.jsx)(p.z,{present:r||o.open,children:o.modal?(0,g.jsx)(P,{...i,ref:t}):(0,g.jsx)(F,{...i,ref:t})})});D.displayName=w;var P=r.forwardRef((e,t)=>{let n=v(w,e.__scopeDialog),s=r.useRef(null),a=(0,o.e)(t,n.contentRef,s);return r.useEffect(()=>{let e=s.current;if(e)return(0,T.Ry)(e)},[]),(0,g.jsx)(H,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:(0,i.M)(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:(0,i.M)(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:(0,i.M)(e.onFocusOutside,e=>e.preventDefault())})}),F=r.forwardRef((e,t)=>{let n=v(w,e.__scopeDialog),i=r.useRef(!1),o=r.useRef(!1);return(0,g.jsx)(H,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(i.current||n.triggerRef.current?.focus(),t.preventDefault()),i.current=!1,o.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(i.current=!0,"pointerdown"!==t.detail.originalEvent.type||(o.current=!0));let r=t.target;n.triggerRef.current?.contains(r)&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&o.current&&t.preventDefault()}})}),H=r.forwardRef((e,t)=>{let{__scopeDialog:n,trapFocus:i,onOpenAutoFocus:s,onCloseAutoFocus:a,...l}=e,d=v(w,n),p=r.useRef(null),f=(0,o.e)(t,p);return(0,h.EW)(),(0,g.jsxs)(g.Fragment,{children:[(0,g.jsx)(c.M,{asChild:!0,loop:!0,trapped:i,onMountAutoFocus:s,onUnmountAutoFocus:a,children:(0,g.jsx)(u.XB,{role:"dialog",id:d.contentId,"aria-describedby":d.descriptionId,"aria-labelledby":d.titleId,"data-state":V(d.open),...l,ref:f,onDismiss:()=>d.onOpenChange(!1)})}),(0,g.jsxs)(g.Fragment,{children:[(0,g.jsx)(q,{titleId:d.titleId}),(0,g.jsx)(X,{contentRef:p,descriptionId:d.descriptionId})]})]})}),U="DialogTitle",B=r.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=v(U,n);return(0,g.jsx)(f.WV.h2,{id:i.titleId,...r,ref:t})});B.displayName=U;var j="DialogDescription";r.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=v(j,n);return(0,g.jsx)(f.WV.p,{id:i.descriptionId,...r,ref:t})}).displayName=j;var K="DialogClose",G=r.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,o=v(K,n);return(0,g.jsx)(f.WV.button,{type:"button",...r,ref:t,onClick:(0,i.M)(e.onClick,()=>o.onOpenChange(!1))})});function V(e){return e?"open":"closed"}G.displayName=K;var W="DialogTitleWarning",[Y,z]=(0,s.k)(W,{contentName:w,titleName:U,docsSlug:"dialog"}),q=({titleId:e})=>{let t=z(W),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.

If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.

For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return r.useEffect(()=>{e&&!document.getElementById(e)&&console.error(n)},[n,e]),null},X=({contentRef:e,descriptionId:t})=>{let n=z("DialogDescriptionWarning"),i=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${n.contentName}}.`;return r.useEffect(()=>{let n=e.current?.getAttribute("aria-describedby");t&&n&&!document.getElementById(t)&&console.warn(i)},[i,e,t]),null},Q=N,$=O,J=R,Z=L,ee=D,et=B,en=G},96208:function(e,t,n){"use strict";n.d(t,{gm:function(){return o}});var r=n(78920);n(96688);var i=r.createContext(void 0);function o(e){let t=r.useContext(i);return e||t||"ltr"}},76586:function(e,t,n){"use strict";n.d(t,{Eh:function(){return eW},VY:function(){return eK},ck:function(){return eV},__:function(){return eG},fC:function(){return eB},xz:function(){return ej}});var r=n(78920),i=n(74833),o=n(26113),s=n(90760),a=n(88117),l=n(12783),u=n(53191),c=n(96208),d=n(34565),p=n(23429),f=n(652),h=n(39800),m=n(53720),T=(n(48560),n(25978)),E=n(11617),g=n(87005),_=n(5567),A=n(23088),y=n(98649),C=n(96688),v=["Enter"," "],N=["ArrowUp","PageDown","End"],S=["ArrowDown","PageUp","Home",...N],O={ltr:[...v,"ArrowRight"],rtl:[...v,"ArrowLeft"]},b={ltr:["ArrowLeft"],rtl:["ArrowRight"]},I="Menu",[x,R,k]=(0,u.B)(I),[L,M]=(0,s.b)(I,[k,m.D7,E.Pc]),w=(0,m.D7)(),D=(0,E.Pc)(),[P,F]=L(I),[H,U]=L(I),B=e=>{let{__scopeMenu:t,open:n=!1,children:i,dir:o,onOpenChange:s,modal:a=!0}=e,l=w(t),[u,d]=r.useState(null),p=r.useRef(!1),f=(0,_.W)(s),h=(0,c.gm)(o);return r.useEffect(()=>{let e=()=>{p.current=!0,document.addEventListener("pointerdown",t,{capture:!0,once:!0}),document.addEventListener("pointermove",t,{capture:!0,once:!0})},t=()=>p.current=!1;return document.addEventListener("keydown",e,{capture:!0}),()=>{document.removeEventListener("keydown",e,{capture:!0}),document.removeEventListener("pointerdown",t,{capture:!0}),document.removeEventListener("pointermove",t,{capture:!0})}},[]),(0,C.jsx)(m.fC,{...l,children:(0,C.jsx)(P,{scope:t,open:n,onOpenChange:f,content:u,onContentChange:d,children:(0,C.jsx)(H,{scope:t,onClose:r.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:p,dir:h,modal:a,children:i})})})};B.displayName=I;var j=r.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=w(n);return(0,C.jsx)(m.ee,{...i,...r,ref:t})});j.displayName="MenuAnchor";var[K,G]=L("MenuPortal",{forceMount:void 0}),V="MenuContent",[W,Y]=L(V),z=r.forwardRef((e,t)=>{let n=G(V,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,o=F(V,e.__scopeMenu),s=U(V,e.__scopeMenu);return(0,C.jsx)(x.Provider,{scope:e.__scopeMenu,children:(0,C.jsx)(T.z,{present:r||o.open,children:(0,C.jsx)(x.Slot,{scope:e.__scopeMenu,children:s.modal?(0,C.jsx)(q,{...i,ref:t}):(0,C.jsx)(X,{...i,ref:t})})})})}),q=r.forwardRef((e,t)=>{let n=F(V,e.__scopeMenu),s=r.useRef(null),a=(0,o.e)(t,s);return r.useEffect(()=>{let e=s.current;if(e)return(0,A.Ry)(e)},[]),(0,C.jsx)(Q,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:(0,i.M)(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),X=r.forwardRef((e,t)=>{let n=F(V,e.__scopeMenu);return(0,C.jsx)(Q,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),Q=r.forwardRef((e,t)=>{let{__scopeMenu:n,loop:s=!1,trapFocus:a,onOpenAutoFocus:l,onCloseAutoFocus:u,disableOutsidePointerEvents:c,onEntryFocus:h,onEscapeKeyDown:T,onPointerDownOutside:_,onFocusOutside:A,onInteractOutside:v,onDismiss:O,disableOutsideScroll:b,...I}=e,x=F(V,n),k=U(V,n),L=w(n),M=D(n),P=R(n),[H,B]=r.useState(null),j=r.useRef(null),K=(0,o.e)(t,j,x.onContentChange),G=r.useRef(0),Y=r.useRef(""),z=r.useRef(0),q=r.useRef(null),X=r.useRef("right"),Q=r.useRef(0),$=b?y.Z:r.Fragment,J=b?{as:g.g7,allowPinchZoom:!0}:void 0,Z=e=>{let t=Y.current+e,n=P().filter(e=>!e.disabled),r=document.activeElement,i=n.find(e=>e.ref.current===r)?.textValue,o=function(e,t,n){var r;let i=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,o=(r=Math.max(n?e.indexOf(n):-1,0),e.map((t,n)=>e[(r+n)%e.length]));1===i.length&&(o=o.filter(e=>e!==n));let s=o.find(e=>e.toLowerCase().startsWith(i.toLowerCase()));return s!==n?s:void 0}(n.map(e=>e.textValue),t,i),s=n.find(e=>e.textValue===o)?.ref.current;!function e(t){Y.current=t,window.clearTimeout(G.current),""!==t&&(G.current=window.setTimeout(()=>e(""),1e3))}(t),s&&setTimeout(()=>s.focus())};r.useEffect(()=>()=>window.clearTimeout(G.current),[]),(0,p.EW)();let ee=r.useCallback(e=>{var t;return X.current===q.current?.side&&!!(t=q.current?.area)&&function(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,o=t.length-1;e<t.length;o=e++){let s=t[e].x,a=t[e].y,l=t[o].x,u=t[o].y;a>r!=u>r&&n<(l-s)*(r-a)/(u-a)+s&&(i=!i)}return i}({x:e.clientX,y:e.clientY},t)},[]);return(0,C.jsx)(W,{scope:n,searchRef:Y,onItemEnter:r.useCallback(e=>{ee(e)&&e.preventDefault()},[ee]),onItemLeave:r.useCallback(e=>{ee(e)||(j.current?.focus(),B(null))},[ee]),onTriggerLeave:r.useCallback(e=>{ee(e)&&e.preventDefault()},[ee]),pointerGraceTimerRef:z,onPointerGraceIntentChange:r.useCallback(e=>{q.current=e},[]),children:(0,C.jsx)($,{...J,children:(0,C.jsx)(f.M,{asChild:!0,trapped:a,onMountAutoFocus:(0,i.M)(l,e=>{e.preventDefault(),j.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:u,children:(0,C.jsx)(d.XB,{asChild:!0,disableOutsidePointerEvents:c,onEscapeKeyDown:T,onPointerDownOutside:_,onFocusOutside:A,onInteractOutside:v,onDismiss:O,children:(0,C.jsx)(E.fC,{asChild:!0,...M,dir:k.dir,orientation:"vertical",loop:s,currentTabStopId:H,onCurrentTabStopIdChange:B,onEntryFocus:(0,i.M)(h,e=>{k.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,C.jsx)(m.VY,{role:"menu","aria-orientation":"vertical","data-state":eC(x.open),"data-radix-menu-content":"",dir:k.dir,...L,...I,ref:K,style:{outline:"none",...I.style},onKeyDown:(0,i.M)(I.onKeyDown,e=>{let t=e.target.closest("[data-radix-menu-content]")===e.currentTarget,n=e.ctrlKey||e.altKey||e.metaKey,r=1===e.key.length;t&&("Tab"===e.key&&e.preventDefault(),!n&&r&&Z(e.key));let i=j.current;if(e.target!==i||!S.includes(e.key))return;e.preventDefault();let o=P().filter(e=>!e.disabled).map(e=>e.ref.current);N.includes(e.key)&&o.reverse(),function(e){let t=document.activeElement;for(let n of e)if(n===t||(n.focus(),document.activeElement!==t))return}(o)}),onBlur:(0,i.M)(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(G.current),Y.current="")}),onPointerMove:(0,i.M)(e.onPointerMove,eS(e=>{let t=e.target,n=Q.current!==e.clientX;if(e.currentTarget.contains(t)&&n){let t=e.clientX>Q.current?"right":"left";X.current=t,Q.current=e.clientX}}))})})})})})})});z.displayName=V;var $=r.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,C.jsx)(l.WV.div,{role:"group",...r,ref:t})});$.displayName="MenuGroup";var J=r.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,C.jsx)(l.WV.div,{...r,ref:t})});J.displayName="MenuLabel";var Z="MenuItem",ee="menu.itemSelect",et=r.forwardRef((e,t)=>{let{disabled:n=!1,onSelect:s,...a}=e,u=r.useRef(null),c=U(Z,e.__scopeMenu),d=Y(Z,e.__scopeMenu),p=(0,o.e)(t,u),f=r.useRef(!1);return(0,C.jsx)(en,{...a,ref:p,disabled:n,onClick:(0,i.M)(e.onClick,()=>{let e=u.current;if(!n&&e){let t=new CustomEvent(ee,{bubbles:!0,cancelable:!0});e.addEventListener(ee,e=>s?.(e),{once:!0}),(0,l.jH)(e,t),t.defaultPrevented?f.current=!1:c.onClose()}}),onPointerDown:t=>{e.onPointerDown?.(t),f.current=!0},onPointerUp:(0,i.M)(e.onPointerUp,e=>{f.current||e.currentTarget?.click()}),onKeyDown:(0,i.M)(e.onKeyDown,e=>{let t=""!==d.searchRef.current;!n&&(!t||" "!==e.key)&&v.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})});et.displayName=Z;var en=r.forwardRef((e,t)=>{let{__scopeMenu:n,disabled:s=!1,textValue:a,...u}=e,c=Y(Z,n),d=D(n),p=r.useRef(null),f=(0,o.e)(t,p),[h,m]=r.useState(!1),[T,g]=r.useState("");return r.useEffect(()=>{let e=p.current;e&&g((e.textContent??"").trim())},[u.children]),(0,C.jsx)(x.ItemSlot,{scope:n,disabled:s,textValue:a??T,children:(0,C.jsx)(E.ck,{asChild:!0,...d,focusable:!s,children:(0,C.jsx)(l.WV.div,{role:"menuitem","data-highlighted":h?"":void 0,"aria-disabled":s||void 0,"data-disabled":s?"":void 0,...u,ref:f,onPointerMove:(0,i.M)(e.onPointerMove,eS(e=>{s?c.onItemLeave(e):(c.onItemEnter(e),e.defaultPrevented||e.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:(0,i.M)(e.onPointerLeave,eS(e=>c.onItemLeave(e))),onFocus:(0,i.M)(e.onFocus,()=>m(!0)),onBlur:(0,i.M)(e.onBlur,()=>m(!1))})})})}),er=r.forwardRef((e,t)=>{let{checked:n=!1,onCheckedChange:r,...o}=e;return(0,C.jsx)(ed,{scope:e.__scopeMenu,checked:n,children:(0,C.jsx)(et,{role:"menuitemcheckbox","aria-checked":ev(n)?"mixed":n,...o,ref:t,"data-state":eN(n),onSelect:(0,i.M)(o.onSelect,()=>r?.(!!ev(n)||!n),{checkForDefaultPrevented:!1})})})});er.displayName="MenuCheckboxItem";var ei="MenuRadioGroup",[eo,es]=L(ei,{value:void 0,onValueChange:()=>{}}),ea=r.forwardRef((e,t)=>{let{value:n,onValueChange:r,...i}=e,o=(0,_.W)(r);return(0,C.jsx)(eo,{scope:e.__scopeMenu,value:n,onValueChange:o,children:(0,C.jsx)($,{...i,ref:t})})});ea.displayName=ei;var el="MenuRadioItem",eu=r.forwardRef((e,t)=>{let{value:n,...r}=e,o=es(el,e.__scopeMenu),s=n===o.value;return(0,C.jsx)(ed,{scope:e.__scopeMenu,checked:s,children:(0,C.jsx)(et,{role:"menuitemradio","aria-checked":s,...r,ref:t,"data-state":eN(s),onSelect:(0,i.M)(r.onSelect,()=>o.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});eu.displayName=el;var ec="MenuItemIndicator",[ed,ep]=L(ec,{checked:!1}),ef=r.forwardRef((e,t)=>{let{__scopeMenu:n,forceMount:r,...i}=e,o=ep(ec,n);return(0,C.jsx)(T.z,{present:r||ev(o.checked)||!0===o.checked,children:(0,C.jsx)(l.WV.span,{...i,ref:t,"data-state":eN(o.checked)})})});ef.displayName=ec;var eh=r.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,C.jsx)(l.WV.div,{role:"separator","aria-orientation":"horizontal",...r,ref:t})});eh.displayName="MenuSeparator";var em=r.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=w(n);return(0,C.jsx)(m.Eh,{...i,...r,ref:t})});em.displayName="MenuArrow";var[eT,eE]=L("MenuSub"),eg="MenuSubTrigger",e_=r.forwardRef((e,t)=>{let n=F(eg,e.__scopeMenu),s=U(eg,e.__scopeMenu),a=eE(eg,e.__scopeMenu),l=Y(eg,e.__scopeMenu),u=r.useRef(null),{pointerGraceTimerRef:c,onPointerGraceIntentChange:d}=l,p={__scopeMenu:e.__scopeMenu},f=r.useCallback(()=>{u.current&&window.clearTimeout(u.current),u.current=null},[]);return r.useEffect(()=>f,[f]),r.useEffect(()=>{let e=c.current;return()=>{window.clearTimeout(e),d(null)}},[c,d]),(0,C.jsx)(j,{asChild:!0,...p,children:(0,C.jsx)(en,{id:a.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":a.contentId,"data-state":eC(n.open),...e,ref:(0,o.F)(t,a.onTriggerChange),onClick:t=>{e.onClick?.(t),e.disabled||t.defaultPrevented||(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:(0,i.M)(e.onPointerMove,eS(t=>{l.onItemEnter(t),t.defaultPrevented||e.disabled||n.open||u.current||(l.onPointerGraceIntentChange(null),u.current=window.setTimeout(()=>{n.onOpenChange(!0),f()},100))})),onPointerLeave:(0,i.M)(e.onPointerLeave,eS(e=>{f();let t=n.content?.getBoundingClientRect();if(t){let r=n.content?.dataset.side,i="right"===r,o=t[i?"left":"right"],s=t[i?"right":"left"];l.onPointerGraceIntentChange({area:[{x:e.clientX+(i?-5:5),y:e.clientY},{x:o,y:t.top},{x:s,y:t.top},{x:s,y:t.bottom},{x:o,y:t.bottom}],side:r}),window.clearTimeout(c.current),c.current=window.setTimeout(()=>l.onPointerGraceIntentChange(null),300)}else{if(l.onTriggerLeave(e),e.defaultPrevented)return;l.onPointerGraceIntentChange(null)}})),onKeyDown:(0,i.M)(e.onKeyDown,t=>{let r=""!==l.searchRef.current;!e.disabled&&(!r||" "!==t.key)&&O[s.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})});e_.displayName=eg;var eA="MenuSubContent",ey=r.forwardRef((e,t)=>{let n=G(V,e.__scopeMenu),{forceMount:s=n.forceMount,...a}=e,l=F(V,e.__scopeMenu),u=U(V,e.__scopeMenu),c=eE(eA,e.__scopeMenu),d=r.useRef(null),p=(0,o.e)(t,d);return(0,C.jsx)(x.Provider,{scope:e.__scopeMenu,children:(0,C.jsx)(T.z,{present:s||l.open,children:(0,C.jsx)(x.Slot,{scope:e.__scopeMenu,children:(0,C.jsx)(Q,{id:c.contentId,"aria-labelledby":c.triggerId,...a,ref:p,align:"start",side:"rtl"===u.dir?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{u.isUsingKeyboardRef.current&&d.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:(0,i.M)(e.onFocusOutside,e=>{e.target!==c.trigger&&l.onOpenChange(!1)}),onEscapeKeyDown:(0,i.M)(e.onEscapeKeyDown,e=>{u.onClose(),e.preventDefault()}),onKeyDown:(0,i.M)(e.onKeyDown,e=>{let t=e.currentTarget.contains(e.target),n=b[u.dir].includes(e.key);t&&n&&(l.onOpenChange(!1),c.trigger?.focus(),e.preventDefault())})})})})})});function eC(e){return e?"open":"closed"}function ev(e){return"indeterminate"===e}function eN(e){return ev(e)?"indeterminate":e?"checked":"unchecked"}function eS(e){return t=>"mouse"===t.pointerType?e(t):void 0}ey.displayName=eA;var eO="DropdownMenu",[eb,eI]=(0,s.b)(eO,[M]),ex=M(),[eR,ek]=eb(eO),eL=e=>{let{__scopeDropdownMenu:t,children:n,dir:i,open:o,defaultOpen:s,onOpenChange:l,modal:u=!0}=e,c=ex(t),d=r.useRef(null),[p=!1,f]=(0,a.T)({prop:o,defaultProp:s,onChange:l});return(0,C.jsx)(eR,{scope:t,triggerId:(0,h.M)(),triggerRef:d,contentId:(0,h.M)(),open:p,onOpenChange:f,onOpenToggle:r.useCallback(()=>f(e=>!e),[f]),modal:u,children:(0,C.jsx)(B,{...c,open:p,onOpenChange:f,dir:i,modal:u,children:n})})};eL.displayName=eO;var eM="DropdownMenuTrigger",ew=r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,disabled:r=!1,...s}=e,a=ek(eM,n),u=ex(n);return(0,C.jsx)(j,{asChild:!0,...u,children:(0,C.jsx)(l.WV.button,{type:"button",id:a.triggerId,"aria-haspopup":"menu","aria-expanded":a.open,"aria-controls":a.open?a.contentId:void 0,"data-state":a.open?"open":"closed","data-disabled":r?"":void 0,disabled:r,...s,ref:(0,o.F)(t,a.triggerRef),onPointerDown:(0,i.M)(e.onPointerDown,e=>{r||0!==e.button||!1!==e.ctrlKey||(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:(0,i.M)(e.onKeyDown,e=>{!r&&(["Enter"," "].includes(e.key)&&a.onOpenToggle(),"ArrowDown"===e.key&&a.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(e.key)&&e.preventDefault())})})})});ew.displayName=eM;var eD="DropdownMenuContent",eP=r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...o}=e,s=ek(eD,n),a=ex(n),l=r.useRef(!1);return(0,C.jsx)(z,{id:s.contentId,"aria-labelledby":s.triggerId,...a,...o,ref:t,onCloseAutoFocus:(0,i.M)(e.onCloseAutoFocus,e=>{l.current||s.triggerRef.current?.focus(),l.current=!1,e.preventDefault()}),onInteractOutside:(0,i.M)(e.onInteractOutside,e=>{let t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,r=2===t.button||n;(!s.modal||r)&&(l.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});eP.displayName=eD,r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)($,{...i,...r,ref:t})}).displayName="DropdownMenuGroup";var eF=r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(J,{...i,...r,ref:t})});eF.displayName="DropdownMenuLabel";var eH=r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(et,{...i,...r,ref:t})});eH.displayName="DropdownMenuItem",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(er,{...i,...r,ref:t})}).displayName="DropdownMenuCheckboxItem",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(ea,{...i,...r,ref:t})}).displayName="DropdownMenuRadioGroup",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(eu,{...i,...r,ref:t})}).displayName="DropdownMenuRadioItem",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(ef,{...i,...r,ref:t})}).displayName="DropdownMenuItemIndicator",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(eh,{...i,...r,ref:t})}).displayName="DropdownMenuSeparator";var eU=r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(em,{...i,...r,ref:t})});eU.displayName="DropdownMenuArrow",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(e_,{...i,...r,ref:t})}).displayName="DropdownMenuSubTrigger",r.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=ex(n);return(0,C.jsx)(ey,{...i,...r,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})}).displayName="DropdownMenuSubContent";var eB=eL,ej=ew,eK=eP,eG=eF,eV=eH,eW=eU},23429:function(e,t,n){"use strict";n.d(t,{EW:function(){return o}});var r=n(78920),i=0;function o(){r.useEffect(()=>{let e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??s()),document.body.insertAdjacentElement("beforeend",e[1]??s()),i++,()=>{1===i&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),i--}},[])}function s(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}},652:function(e,t,n){"use strict";let r;n.d(t,{M:function(){return p}});var i=n(78920),o=n(26113),s=n(12783),a=n(5567),l=n(96688),u="focusScope.autoFocusOnMount",c="focusScope.autoFocusOnUnmount",d={bubbles:!1,cancelable:!0},p=i.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:p,onUnmountAutoFocus:E,...g}=e,[_,A]=i.useState(null),y=(0,a.W)(p),C=(0,a.W)(E),v=i.useRef(null),N=(0,o.e)(t,e=>A(e)),S=i.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;i.useEffect(()=>{if(r){let e=function(e){if(S.paused||!_)return;let t=e.target;_.contains(t)?v.current=t:m(v.current,{select:!0})},t=function(e){if(S.paused||!_)return;let t=e.relatedTarget;null===t||_.contains(t)||m(v.current,{select:!0})};document.addEventListener("focusin",e),document.addEventListener("focusout",t);let n=new MutationObserver(function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&m(_)});return _&&n.observe(_,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),n.disconnect()}}},[r,_,S.paused]),i.useEffect(()=>{if(_){T.add(S);let e=document.activeElement;if(!_.contains(e)){let t=new CustomEvent(u,d);_.addEventListener(u,y),_.dispatchEvent(t),t.defaultPrevented||(function(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(m(r,{select:t}),document.activeElement!==n)return}(f(_).filter(e=>"A"!==e.tagName),{select:!0}),document.activeElement===e&&m(_))}return()=>{_.removeEventListener(u,y),setTimeout(()=>{let t=new CustomEvent(c,d);_.addEventListener(c,C),_.dispatchEvent(t),t.defaultPrevented||m(e??document.body,{select:!0}),_.removeEventListener(c,C),T.remove(S)},0)}}},[_,y,C,S]);let O=i.useCallback(e=>{if(!n&&!r||S.paused)return;let t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,o]=function(e){let t=f(e);return[h(t,e),h(t.reverse(),e)]}(t);r&&o?e.shiftKey||i!==o?e.shiftKey&&i===r&&(e.preventDefault(),n&&m(o,{select:!0})):(e.preventDefault(),n&&m(r,{select:!0})):i===t&&e.preventDefault()}},[n,r,S.paused]);return(0,l.jsx)(s.WV.div,{tabIndex:-1,...g,ref:N,onKeyDown:O})});function f(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function h(e,t){for(let n of e)if(!function(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e&&(void 0===t||e!==t);){if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}(n,{upTo:t}))return n}function m(e,{select:t=!1}={}){if(e&&e.focus){var n;let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&(n=e)instanceof HTMLInputElement&&"select"in n&&t&&e.select()}}p.displayName="FocusScope";var T=(r=[],{add(e){let t=r[0];e!==t&&t?.pause(),(r=E(r,e)).unshift(e)},remove(e){r=E(r,e),r[0]?.resume()}});function E(e,t){let n=[...e],r=n.indexOf(t);return -1!==r&&n.splice(r,1),n}},39800:function(e,t,n){"use strict";n.d(t,{M:function(){return l}});var r,i=n(78920),o=n(66948),s=(r||(r=n.t(i,2)))["useId".toString()]||(()=>void 0),a=0;function l(e){let[t,n]=i.useState(s());return(0,o.b)(()=>{e||n(e=>e??String(a++))},[e]),e||(t?`radix-${t}`:"")}},70688:function(e,t,n){"use strict";n.d(t,{f:function(){return a}});var r=n(78920),i=n(12783),o=n(96688),s=r.forwardRef((e,t)=>(0,o.jsx)(i.WV.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));s.displayName="Label";var a=s},79798:function(e,t,n){"use strict";n.d(t,{Tr:function(){return eh},VY:function(){return e_},aV:function(){return em},ck:function(){return eT},fC:function(){return ef},l_:function(){return eA},rU:function(){return eg},xz:function(){return eE}});var r=n(78920),i=n(33128),o=n(90760),s=n(74833),a=n(12783),l=n(88117),u=n(26113),c=n(96208),d=n(25978),p=n(39800),f=n(53191),h=n(34565),m=n(63632),T=n(66948),E=n(5567),g=n(4538),_=n(96688),A="NavigationMenu",[y,C,v]=(0,f.B)(A),[N,S,O]=(0,f.B)(A),[b,I]=(0,o.b)(A,[v,O]),[x,R]=b(A),[k,L]=b(A),M=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,value:i,onValueChange:o,defaultValue:s,delayDuration:d=200,skipDelayDuration:p=300,orientation:f="horizontal",dir:h,...m}=e,[T,E]=r.useState(null),g=(0,u.e)(t,e=>E(e)),A=(0,c.gm)(h),y=r.useRef(0),C=r.useRef(0),v=r.useRef(0),[N,S]=r.useState(!0),[O="",b]=(0,l.T)({prop:i,onChange:e=>{let t=p>0;""!==e?(window.clearTimeout(v.current),t&&S(!1)):(window.clearTimeout(v.current),v.current=window.setTimeout(()=>S(!0),p)),o?.(e)},defaultProp:s}),I=r.useCallback(()=>{window.clearTimeout(C.current),C.current=window.setTimeout(()=>b(""),150)},[b]),x=r.useCallback(e=>{window.clearTimeout(C.current),b(e)},[b]),R=r.useCallback(e=>{O===e?window.clearTimeout(C.current):y.current=window.setTimeout(()=>{window.clearTimeout(C.current),b(e)},d)},[O,b,d]);return r.useEffect(()=>()=>{window.clearTimeout(y.current),window.clearTimeout(C.current),window.clearTimeout(v.current)},[]),(0,_.jsx)(P,{scope:n,isRootMenu:!0,value:O,dir:A,orientation:f,rootNavigationMenu:T,onTriggerEnter:e=>{window.clearTimeout(y.current),N?R(e):x(e)},onTriggerLeave:()=>{window.clearTimeout(y.current),I()},onContentEnter:()=>window.clearTimeout(C.current),onContentLeave:I,onItemSelect:e=>{b(t=>t===e?"":e)},onItemDismiss:()=>b(""),children:(0,_.jsx)(a.WV.nav,{"aria-label":"Main","data-orientation":f,dir:A,...m,ref:g})})});M.displayName=A;var w="NavigationMenuSub",D=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,value:r,onValueChange:i,defaultValue:o,orientation:s="horizontal",...u}=e,c=R(w,n),[d="",p]=(0,l.T)({prop:r,onChange:i,defaultProp:o});return(0,_.jsx)(P,{scope:n,isRootMenu:!1,value:d,dir:c.dir,orientation:s,rootNavigationMenu:c.rootNavigationMenu,onTriggerEnter:e=>p(e),onItemSelect:e=>p(e),onItemDismiss:()=>p(""),children:(0,_.jsx)(a.WV.div,{"data-orientation":s,...u,ref:t})})});D.displayName=w;var P=e=>{let{scope:t,isRootMenu:n,rootNavigationMenu:i,dir:o,orientation:s,children:a,value:l,onItemSelect:u,onItemDismiss:c,onTriggerEnter:d,onTriggerLeave:f,onContentEnter:h,onContentLeave:T}=e,[g,A]=r.useState(null),[C,v]=r.useState(new Map),[N,S]=r.useState(null);return(0,_.jsx)(x,{scope:t,isRootMenu:n,rootNavigationMenu:i,value:l,previousValue:(0,m.D)(l),baseId:(0,p.M)(),dir:o,orientation:s,viewport:g,onViewportChange:A,indicatorTrack:N,onIndicatorTrackChange:S,onTriggerEnter:(0,E.W)(d),onTriggerLeave:(0,E.W)(f),onContentEnter:(0,E.W)(h),onContentLeave:(0,E.W)(T),onItemSelect:(0,E.W)(u),onItemDismiss:(0,E.W)(c),onViewportContentChange:r.useCallback((e,t)=>{v(n=>(n.set(e,t),new Map(n)))},[]),onViewportContentRemove:r.useCallback(e=>{v(t=>t.has(e)?(t.delete(e),new Map(t)):t)},[]),children:(0,_.jsx)(y.Provider,{scope:t,children:(0,_.jsx)(k,{scope:t,items:C,children:a})})})},F="NavigationMenuList",H=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,...r}=e,i=R(F,n),o=(0,_.jsx)(a.WV.ul,{"data-orientation":i.orientation,...r,ref:t});return(0,_.jsx)(a.WV.div,{style:{position:"relative"},ref:i.onIndicatorTrackChange,children:(0,_.jsx)(y.Slot,{scope:n,children:i.isRootMenu?(0,_.jsx)(er,{asChild:!0,children:o}):o})})});H.displayName=F;var U="NavigationMenuItem",[B,j]=b(U),K=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,value:i,...o}=e,s=(0,p.M)(),l=r.useRef(null),u=r.useRef(null),c=r.useRef(null),d=r.useRef(()=>{}),f=r.useRef(!1),h=r.useCallback((e="start")=>{if(l.current){d.current();let t=es(l.current);t.length&&ea("start"===e?t:t.reverse())}},[]),m=r.useCallback(()=>{if(l.current){let e=es(l.current);e.length&&(d.current=(e.forEach(e=>{e.dataset.tabindex=e.getAttribute("tabindex")||"",e.setAttribute("tabindex","-1")}),()=>{e.forEach(e=>{let t=e.dataset.tabindex;e.setAttribute("tabindex",t)})}))}},[]);return(0,_.jsx)(B,{scope:n,value:i||s||"LEGACY_REACT_AUTO_VALUE",triggerRef:u,contentRef:l,focusProxyRef:c,wasEscapeCloseRef:f,onEntryKeyDown:h,onFocusProxyEnter:h,onRootContentClose:m,onContentFocusOutside:m,children:(0,_.jsx)(a.WV.li,{...o,ref:t})})});K.displayName=U;var G="NavigationMenuTrigger",V=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,disabled:i,...o}=e,l=R(G,e.__scopeNavigationMenu),c=j(G,e.__scopeNavigationMenu),d=r.useRef(null),p=(0,u.e)(d,c.triggerRef,t),f=ec(l.baseId,c.value),h=ed(l.baseId,c.value),m=r.useRef(!1),T=r.useRef(!1),E=c.value===l.value;return(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(y.ItemSlot,{scope:n,value:c.value,children:(0,_.jsx)(eo,{asChild:!0,children:(0,_.jsx)(a.WV.button,{id:f,disabled:i,"data-disabled":i?"":void 0,"data-state":eu(E),"aria-expanded":E,"aria-controls":h,...o,ref:p,onPointerEnter:(0,s.M)(e.onPointerEnter,()=>{T.current=!1,c.wasEscapeCloseRef.current=!1}),onPointerMove:(0,s.M)(e.onPointerMove,ep(()=>{i||T.current||c.wasEscapeCloseRef.current||m.current||(l.onTriggerEnter(c.value),m.current=!0)})),onPointerLeave:(0,s.M)(e.onPointerLeave,ep(()=>{i||(l.onTriggerLeave(),m.current=!1)})),onClick:(0,s.M)(e.onClick,()=>{l.onItemSelect(c.value),T.current=E}),onKeyDown:(0,s.M)(e.onKeyDown,e=>{let t={horizontal:"ArrowDown",vertical:"rtl"===l.dir?"ArrowLeft":"ArrowRight"}[l.orientation];E&&e.key===t&&(c.onEntryKeyDown(),e.preventDefault())})})})}),E&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(g.f,{"aria-hidden":!0,tabIndex:0,ref:c.focusProxyRef,onFocus:e=>{let t=c.contentRef.current,n=e.relatedTarget,r=n===d.current,i=t?.contains(n);(r||!i)&&c.onFocusProxyEnter(r?"start":"end")}}),l.viewport&&(0,_.jsx)("span",{"aria-owns":h})]})]})});V.displayName=G;var W="navigationMenu.linkSelect",Y=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,active:r,onSelect:i,...o}=e;return(0,_.jsx)(eo,{asChild:!0,children:(0,_.jsx)(a.WV.a,{"data-active":r?"":void 0,"aria-current":r?"page":void 0,...o,ref:t,onClick:(0,s.M)(e.onClick,e=>{let t=e.target,n=new CustomEvent(W,{bubbles:!0,cancelable:!0});if(t.addEventListener(W,e=>i?.(e),{once:!0}),(0,a.jH)(t,n),!n.defaultPrevented&&!e.metaKey){let e=new CustomEvent(J,{bubbles:!0,cancelable:!0});(0,a.jH)(t,e)}},{checkForDefaultPrevented:!1})})})});Y.displayName="NavigationMenuLink";var z="NavigationMenuIndicator";r.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=R(z,e.__scopeNavigationMenu),s=!!o.value;return o.indicatorTrack?i.createPortal((0,_.jsx)(d.z,{present:n||s,children:(0,_.jsx)(q,{...r,ref:t})}),o.indicatorTrack):null}).displayName=z;var q=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,...i}=e,o=R(z,n),s=C(n),[l,u]=r.useState(null),[c,d]=r.useState(null),p="horizontal"===o.orientation,f=!!o.value;r.useEffect(()=>{let e=s(),t=e.find(e=>e.value===o.value)?.ref.current;t&&u(t)},[s,o.value]);let h=()=>{l&&d({size:p?l.offsetWidth:l.offsetHeight,offset:p?l.offsetLeft:l.offsetTop})};return el(l,h),el(o.indicatorTrack,h),c?(0,_.jsx)(a.WV.div,{"aria-hidden":!0,"data-state":f?"visible":"hidden","data-orientation":o.orientation,...i,ref:t,style:{position:"absolute",...p?{left:0,width:c.size+"px",transform:`translateX(${c.offset}px)`}:{top:0,height:c.size+"px",transform:`translateY(${c.offset}px)`},...i.style}}):null}),X="NavigationMenuContent",Q=r.forwardRef((e,t)=>{let{forceMount:n,...r}=e,i=R(X,e.__scopeNavigationMenu),o=j(X,e.__scopeNavigationMenu),a=(0,u.e)(o.contentRef,t),l=o.value===i.value,c={value:o.value,triggerRef:o.triggerRef,focusProxyRef:o.focusProxyRef,wasEscapeCloseRef:o.wasEscapeCloseRef,onContentFocusOutside:o.onContentFocusOutside,onRootContentClose:o.onRootContentClose,...r};return i.viewport?(0,_.jsx)($,{forceMount:n,...c,ref:a}):(0,_.jsx)(d.z,{present:n||l,children:(0,_.jsx)(Z,{"data-state":eu(l),...c,ref:a,onPointerEnter:(0,s.M)(e.onPointerEnter,i.onContentEnter),onPointerLeave:(0,s.M)(e.onPointerLeave,ep(i.onContentLeave)),style:{pointerEvents:!l&&i.isRootMenu?"none":void 0,...c.style}})})});Q.displayName=X;var $=r.forwardRef((e,t)=>{let{onViewportContentChange:n,onViewportContentRemove:r}=R(X,e.__scopeNavigationMenu);return(0,T.b)(()=>{n(e.value,{ref:t,...e})},[e,t,n]),(0,T.b)(()=>()=>r(e.value),[e.value,r]),null}),J="navigationMenu.rootContentDismiss",Z=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,value:i,triggerRef:o,focusProxyRef:a,wasEscapeCloseRef:l,onRootContentClose:c,onContentFocusOutside:d,...p}=e,f=R(X,n),m=r.useRef(null),T=(0,u.e)(m,t),E=ec(f.baseId,i),g=ed(f.baseId,i),A=C(n),y=r.useRef(null),{onItemDismiss:v}=f;r.useEffect(()=>{let e=m.current;if(f.isRootMenu&&e){let t=()=>{v(),c(),e.contains(document.activeElement)&&o.current?.focus()};return e.addEventListener(J,t),()=>e.removeEventListener(J,t)}},[f.isRootMenu,e.value,o,v,c]);let N=r.useMemo(()=>{let e=A().map(e=>e.value);"rtl"===f.dir&&e.reverse();let t=e.indexOf(f.value),n=e.indexOf(f.previousValue),r=i===f.value,o=n===e.indexOf(i);if(!r&&!o)return y.current;let s=(()=>{if(t!==n){if(r&&-1!==n)return t>n?"from-end":"from-start";if(o&&-1!==t)return t>n?"to-start":"to-end"}return null})();return y.current=s,s},[f.previousValue,f.value,f.dir,A,i]);return(0,_.jsx)(er,{asChild:!0,children:(0,_.jsx)(h.XB,{id:g,"aria-labelledby":E,"data-motion":N,"data-orientation":f.orientation,...p,ref:T,disableOutsidePointerEvents:!1,onDismiss:()=>{let e=new Event(J,{bubbles:!0,cancelable:!0});m.current?.dispatchEvent(e)},onFocusOutside:(0,s.M)(e.onFocusOutside,e=>{d();let t=e.target;f.rootNavigationMenu?.contains(t)&&e.preventDefault()}),onPointerDownOutside:(0,s.M)(e.onPointerDownOutside,e=>{let t=e.target,n=A().some(e=>e.ref.current?.contains(t)),r=f.isRootMenu&&f.viewport?.contains(t);(n||r||!f.isRootMenu)&&e.preventDefault()}),onKeyDown:(0,s.M)(e.onKeyDown,e=>{let t=e.altKey||e.ctrlKey||e.metaKey;if("Tab"===e.key&&!t){let t=es(e.currentTarget),n=document.activeElement,r=t.findIndex(e=>e===n);ea(e.shiftKey?t.slice(0,r).reverse():t.slice(r+1,t.length))?e.preventDefault():a.current?.focus()}}),onEscapeKeyDown:(0,s.M)(e.onEscapeKeyDown,e=>{l.current=!0})})})}),ee="NavigationMenuViewport",et=r.forwardRef((e,t)=>{let{forceMount:n,...r}=e,i=!!R(ee,e.__scopeNavigationMenu).value;return(0,_.jsx)(d.z,{present:n||i,children:(0,_.jsx)(en,{...r,ref:t})})});et.displayName=ee;var en=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,children:i,...o}=e,l=R(ee,n),c=(0,u.e)(t,l.onViewportChange),p=L(X,e.__scopeNavigationMenu),[f,h]=r.useState(null),[m,T]=r.useState(null),E=f?f?.width+"px":void 0,g=f?f?.height+"px":void 0,A=!!l.value,y=A?l.value:l.previousValue;return el(m,()=>{m&&h({width:m.offsetWidth,height:m.offsetHeight})}),(0,_.jsx)(a.WV.div,{"data-state":eu(A),"data-orientation":l.orientation,...o,ref:c,style:{pointerEvents:!A&&l.isRootMenu?"none":void 0,"--radix-navigation-menu-viewport-width":E,"--radix-navigation-menu-viewport-height":g,...o.style},onPointerEnter:(0,s.M)(e.onPointerEnter,l.onContentEnter),onPointerLeave:(0,s.M)(e.onPointerLeave,ep(l.onContentLeave)),children:Array.from(p.items).map(([e,{ref:t,forceMount:n,...r}])=>{let i=y===e;return(0,_.jsx)(d.z,{present:n||i,children:(0,_.jsx)(Z,{...r,ref:(0,u.F)(t,e=>{i&&e&&T(e)})})},e)})})}),er=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,...r}=e,i=R("FocusGroup",n);return(0,_.jsx)(N.Provider,{scope:n,children:(0,_.jsx)(N.Slot,{scope:n,children:(0,_.jsx)(a.WV.div,{dir:i.dir,...r,ref:t})})})}),ei=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"],eo=r.forwardRef((e,t)=>{let{__scopeNavigationMenu:n,...r}=e,i=S(n),o=R("FocusGroupItem",n);return(0,_.jsx)(N.ItemSlot,{scope:n,children:(0,_.jsx)(a.WV.button,{...r,ref:t,onKeyDown:(0,s.M)(e.onKeyDown,e=>{if(["Home","End",...ei].includes(e.key)){let t=i().map(e=>e.ref.current);if(["rtl"===o.dir?"ArrowRight":"ArrowLeft","ArrowUp","End"].includes(e.key)&&t.reverse(),ei.includes(e.key)){let n=t.indexOf(e.currentTarget);t=t.slice(n+1)}setTimeout(()=>ea(t)),e.preventDefault()}})})})});function es(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function ea(e){let t=document.activeElement;return e.some(e=>e===t||(e.focus(),document.activeElement!==t))}function el(e,t){let n=(0,E.W)(t);(0,T.b)(()=>{let t=0;if(e){let r=new ResizeObserver(()=>{cancelAnimationFrame(t),t=window.requestAnimationFrame(n)});return r.observe(e),()=>{window.cancelAnimationFrame(t),r.unobserve(e)}}},[e,n])}function eu(e){return e?"open":"closed"}function ec(e,t){return`${e}-trigger-${t}`}function ed(e,t){return`${e}-content-${t}`}function ep(e){return t=>"mouse"===t.pointerType?e(t):void 0}var ef=M,eh=D,em=H,eT=K,eE=V,eg=Y,e_=Q,eA=et},53720:function(e,t,n){"use strict";n.d(t,{ee:function(){return eF},Eh:function(){return eU},VY:function(){return eH},fC:function(){return eP},D7:function(){return eA}});var r=n(78920);let i=["top","right","bottom","left"],o=Math.min,s=Math.max,a=Math.round,l=Math.floor,u=e=>({x:e,y:e}),c={left:"right",right:"left",bottom:"top",top:"bottom"},d={start:"end",end:"start"};function p(e,t){return"function"==typeof e?e(t):e}function f(e){return e.split("-")[0]}function h(e){return e.split("-")[1]}function m(e){return"x"===e?"y":"x"}function T(e){return"y"===e?"height":"width"}function E(e){return["top","bottom"].includes(f(e))?"y":"x"}function g(e){return e.replace(/start|end/g,e=>d[e])}function _(e){return e.replace(/left|right|bottom|top/g,e=>c[e])}function A(e){return"number"!=typeof e?{top:0,right:0,bottom:0,left:0,...e}:{top:e,right:e,bottom:e,left:e}}function y(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function C(e,t,n){let r,{reference:i,floating:o}=e,s=E(t),a=m(E(t)),l=T(a),u=f(t),c="y"===s,d=i.x+i.width/2-o.width/2,p=i.y+i.height/2-o.height/2,g=i[l]/2-o[l]/2;switch(u){case"top":r={x:d,y:i.y-o.height};break;case"bottom":r={x:d,y:i.y+i.height};break;case"right":r={x:i.x+i.width,y:p};break;case"left":r={x:i.x-o.width,y:p};break;default:r={x:i.x,y:i.y}}switch(h(t)){case"start":r[a]-=g*(n&&c?-1:1);break;case"end":r[a]+=g*(n&&c?-1:1)}return r}let v=async(e,t,n)=>{let{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:s}=n,a=o.filter(Boolean),l=await (null==s.isRTL?void 0:s.isRTL(t)),u=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:c,y:d}=C(u,r,l),p=r,f={},h=0;for(let n=0;n<a.length;n++){let{name:o,fn:m}=a[n],{x:T,y:E,data:g,reset:_}=await m({x:c,y:d,initialPlacement:r,placement:p,strategy:i,middlewareData:f,rects:u,platform:s,elements:{reference:e,floating:t}});if(c=null!=T?T:c,d=null!=E?E:d,f={...f,[o]:{...f[o],...g}},_&&h<=50){h++,"object"==typeof _&&(_.placement&&(p=_.placement),_.rects&&(u=!0===_.rects?await s.getElementRects({reference:e,floating:t,strategy:i}):_.rects),{x:c,y:d}=C(u,p,l)),n=-1;continue}}return{x:c,y:d,placement:p,strategy:i,middlewareData:f}};async function N(e,t){var n;void 0===t&&(t={});let{x:r,y:i,platform:o,rects:s,elements:a,strategy:l}=e,{boundary:u="clippingAncestors",rootBoundary:c="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=p(t,e),m=A(h),T=a[f?"floating"===d?"reference":"floating":d],E=y(await o.getClippingRect({element:null==(n=await (null==o.isElement?void 0:o.isElement(T)))||n?T:T.contextElement||await (null==o.getDocumentElement?void 0:o.getDocumentElement(a.floating)),boundary:u,rootBoundary:c,strategy:l})),g="floating"===d?{...s.floating,x:r,y:i}:s.reference,_=await (null==o.getOffsetParent?void 0:o.getOffsetParent(a.floating)),C=await (null==o.isElement?void 0:o.isElement(_))&&await (null==o.getScale?void 0:o.getScale(_))||{x:1,y:1},v=y(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:g,offsetParent:_,strategy:l}):g);return{top:(E.top-v.top+m.top)/C.y,bottom:(v.bottom-E.bottom+m.bottom)/C.y,left:(E.left-v.left+m.left)/C.x,right:(v.right-E.right+m.right)/C.x}}let S=e=>({name:"arrow",options:e,async fn(t){let{x:n,y:r,placement:i,rects:a,platform:l,elements:u,middlewareData:c}=t,{element:d,padding:f=0}=p(e,t)||{};if(null==d)return{};let g=A(f),_={x:n,y:r},y=m(E(i)),C=T(y),v=await l.getDimensions(d),N="y"===y,S=N?"clientHeight":"clientWidth",O=a.reference[C]+a.reference[y]-_[y]-a.floating[C],b=_[y]-a.reference[y],I=await (null==l.getOffsetParent?void 0:l.getOffsetParent(d)),x=I?I[S]:0;x&&await (null==l.isElement?void 0:l.isElement(I))||(x=u.floating[S]||a.floating[C]);let R=x/2-v[C]/2-1,k=o(g[N?"top":"left"],R),L=o(g[N?"bottom":"right"],R),M=x-v[C]-L,w=x/2-v[C]/2+(O/2-b/2),D=s(k,o(w,M)),P=!c.arrow&&null!=h(i)&&w!=D&&a.reference[C]/2-(w<k?k:L)-v[C]/2<0,F=P?w<k?w-k:w-M:0;return{[y]:_[y]+F,data:{[y]:D,centerOffset:w-D-F,...P&&{alignmentOffset:F}},reset:P}}});function O(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function b(e){return i.some(t=>e[t]>=0)}async function I(e,t){let{placement:n,platform:r,elements:i}=e,o=await (null==r.isRTL?void 0:r.isRTL(i.floating)),s=f(n),a=h(n),l="y"===E(n),u=["left","top"].includes(s)?-1:1,c=o&&l?-1:1,d=p(t,e),{mainAxis:m,crossAxis:T,alignmentAxis:g}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...d};return a&&"number"==typeof g&&(T="end"===a?-1*g:g),l?{x:T*c,y:m*u}:{x:m*u,y:T*c}}function x(e){return L(e)?(e.nodeName||"").toLowerCase():"#document"}function R(e){var t;return(null==e?void 0:null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function k(e){var t;return null==(t=(L(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function L(e){return e instanceof Node||e instanceof R(e).Node}function M(e){return e instanceof Element||e instanceof R(e).Element}function w(e){return e instanceof HTMLElement||e instanceof R(e).HTMLElement}function D(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ShadowRoot||e instanceof R(e).ShadowRoot)}function P(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=B(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function F(e){let t=H(),n=B(e);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some(e=>(n.willChange||"").includes(e))||["paint","layout","strict","content"].some(e=>(n.contain||"").includes(e))}function H(){return"undefined"!=typeof CSS&&!!CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")}function U(e){return["html","body","#document"].includes(x(e))}function B(e){return R(e).getComputedStyle(e)}function j(e){return M(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function K(e){if("html"===x(e))return e;let t=e.assignedSlot||e.parentNode||D(e)&&e.host||k(e);return D(t)?t.host:t}function G(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);let i=function e(t){let n=K(t);return U(n)?t.ownerDocument?t.ownerDocument.body:t.body:w(n)&&P(n)?n:e(n)}(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),s=R(i);return o?t.concat(s,s.visualViewport||[],P(i)?i:[],s.frameElement&&n?G(s.frameElement):[]):t.concat(i,G(i,[],n))}function V(e){let t=B(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=w(e),o=i?e.offsetWidth:n,s=i?e.offsetHeight:r,l=a(n)!==o||a(r)!==s;return l&&(n=o,r=s),{width:n,height:r,$:l}}function W(e){return M(e)?e:e.contextElement}function Y(e){let t=W(e);if(!w(t))return u(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:o}=V(t),s=(o?a(n.width):n.width)/r,l=(o?a(n.height):n.height)/i;return s&&Number.isFinite(s)||(s=1),l&&Number.isFinite(l)||(l=1),{x:s,y:l}}let z=u(0);function q(e){let t=R(e);return H()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:z}function X(e,t,n,r){var i;void 0===t&&(t=!1),void 0===n&&(n=!1);let o=e.getBoundingClientRect(),s=W(e),a=u(1);t&&(r?M(r)&&(a=Y(r)):a=Y(e));let l=(void 0===(i=n)&&(i=!1),r&&(!i||r===R(s))&&i)?q(s):u(0),c=(o.left+l.x)/a.x,d=(o.top+l.y)/a.y,p=o.width/a.x,f=o.height/a.y;if(s){let e=R(s),t=r&&M(r)?R(r):r,n=e.frameElement;for(;n&&r&&t!==e;){let e=Y(n),t=n.getBoundingClientRect(),r=B(n),i=t.left+(n.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(n.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,d*=e.y,p*=e.x,f*=e.y,c+=i,d+=o,n=R(n).frameElement}}return y({width:p,height:f,x:c,y:d})}function Q(e){return X(k(e)).left+j(e).scrollLeft}function $(e,t,n){let r;if("viewport"===t)r=function(e,t){let n=R(e),r=k(e),i=n.visualViewport,o=r.clientWidth,s=r.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;let e=H();(!e||e&&"fixed"===t)&&(a=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:a,y:l}}(e,n);else if("document"===t)r=function(e){let t=k(e),n=j(e),r=e.ownerDocument.body,i=s(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=s(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),a=-n.scrollLeft+Q(e),l=-n.scrollTop;return"rtl"===B(r).direction&&(a+=s(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:l}}(k(e));else if(M(t))r=function(e,t){let n=X(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=w(e)?Y(e):u(1),s=e.clientWidth*o.x;return{width:s,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{let n=q(e);r={...t,x:t.x-n.x,y:t.y-n.y}}return y(r)}function J(e,t){return w(e)&&"fixed"!==B(e).position?t?t(e):e.offsetParent:null}function Z(e,t){let n=R(e);if(!w(e))return n;let r=J(e,t);for(;r&&["table","td","th"].includes(x(r))&&"static"===B(r).position;)r=J(r,t);return r&&("html"===x(r)||"body"===x(r)&&"static"===B(r).position&&!F(r))?n:r||function(e){let t=K(e);for(;w(t)&&!U(t);){if(F(t))return t;t=K(t)}return null}(e)||n}let ee=async function(e){let{reference:t,floating:n,strategy:r}=e,i=this.getOffsetParent||Z,o=this.getDimensions;return{reference:function(e,t,n){let r=w(t),i=k(t),o="fixed"===n,s=X(e,!0,o,t),a={scrollLeft:0,scrollTop:0},l=u(0);if(r||!r&&!o){if(("body"!==x(t)||P(i))&&(a=j(t)),r){let e=X(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else i&&(l.x=Q(i))}return{x:s.left+a.scrollLeft-l.x,y:s.top+a.scrollTop-l.y,width:s.width,height:s.height}}(t,await i(n),r),floating:{x:0,y:0,...await o(n)}}},et={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e,i=w(n),o=k(n);if(n===o)return t;let s={scrollLeft:0,scrollTop:0},a=u(1),l=u(0);if((i||!i&&"fixed"!==r)&&(("body"!==x(n)||P(o))&&(s=j(n)),w(n))){let e=X(n);a=Y(n),l.x=e.x+n.clientLeft,l.y=e.y+n.clientTop}return{width:t.width*a.x,height:t.height*a.y,x:t.x*a.x-s.scrollLeft*a.x+l.x,y:t.y*a.y-s.scrollTop*a.y+l.y}},getDocumentElement:k,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[..."clippingAncestors"===n?function(e,t){let n=t.get(e);if(n)return n;let r=G(e,[],!1).filter(e=>M(e)&&"body"!==x(e)),i=null,o="fixed"===B(e).position,s=o?K(e):e;for(;M(s)&&!U(s);){let t=B(s),n=F(s);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&!!i&&["absolute","fixed"].includes(i.position)||P(s)&&!n&&function e(t,n){let r=K(t);return!(r===n||!M(r)||U(r))&&("fixed"===B(r).position||e(r,n))}(e,s))?r=r.filter(e=>e!==s):i=t,s=K(s)}return t.set(e,r),r}(t,this._c):[].concat(n),r],l=a[0],u=a.reduce((e,n)=>{let r=$(t,n,i);return e.top=s(r.top,e.top),e.right=o(r.right,e.right),e.bottom=o(r.bottom,e.bottom),e.left=s(r.left,e.left),e},$(t,l,i));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}},getOffsetParent:Z,getElementRects:ee,getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return V(e)},getScale:Y,isElement:M,isRTL:function(e){return"rtl"===B(e).direction}},en=(e,t,n)=>{let r=new Map,i={platform:et,...n},o={...i.platform,_c:r};return v(e,t,{...i,platform:o})};var er=n(33128);let ei=e=>({name:"arrow",options:e,fn(t){let{element:n,padding:r}="function"==typeof e?e(t):e;if(n&&({}).hasOwnProperty.call(n,"current")){if(null!=n.current)return S({element:n.current,padding:r}).fn(t)}else if(n)return S({element:n,padding:r}).fn(t);return{}}});var eo="undefined"!=typeof document?r.useLayoutEffect:r.useEffect;function es(e,t){let n,r,i;if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if((n=e.length)!=t.length)return!1;for(r=n;0!=r--;)if(!es(e[r],t[r]))return!1;return!0}if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!({}).hasOwnProperty.call(t,i[r]))return!1;for(r=n;0!=r--;){let n=i[r];if(("_owner"!==n||!e.$$typeof)&&!es(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function ea(e){return"undefined"==typeof window?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function el(e,t){let n=ea(e);return Math.round(t*n)/n}function eu(e){let t=r.useRef(e);return eo(()=>{t.current=e}),t}var ec=n(12783),ed=n(96688),ep=r.forwardRef((e,t)=>{let{children:n,width:r=10,height:i=5,...o}=e;return(0,ed.jsx)(ec.WV.svg,{...o,ref:t,width:r,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:(0,ed.jsx)("polygon",{points:"0,0 30,0 15,10"})})});ep.displayName="Arrow";var ef=n(26113),eh=n(90760),em=n(5567),eT=n(66948),eE=n(40241),eg="Popper",[e_,eA]=(0,eh.b)(eg),[ey,eC]=e_(eg),ev=e=>{let{__scopePopper:t,children:n}=e,[i,o]=r.useState(null);return(0,ed.jsx)(ey,{scope:t,anchor:i,onAnchorChange:o,children:n})};ev.displayName=eg;var eN="PopperAnchor",eS=r.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:i,...o}=e,s=eC(eN,n),a=r.useRef(null),l=(0,ef.e)(t,a);return r.useEffect(()=>{s.onAnchorChange(i?.current||a.current)}),i?null:(0,ed.jsx)(ec.WV.div,{...o,ref:l})});eS.displayName=eN;var eO="PopperContent",[eb,eI]=e_(eO),ex=r.forwardRef((e,t)=>{var n,i,a,u,c,d;let{__scopePopper:A,side:y="bottom",sideOffset:C=0,align:v="center",alignOffset:S=0,arrowPadding:x=0,avoidCollisions:R=!0,collisionBoundary:L=[],collisionPadding:M=0,sticky:w="partial",hideWhenDetached:D=!1,updatePositionStrategy:P="optimized",onPlaced:F,...H}=e,U=eC(eO,A),[B,j]=r.useState(null),K=(0,ef.e)(t,e=>j(e)),[V,Y]=r.useState(null),z=(0,eE.t)(V),q=z?.width??0,Q=z?.height??0,$="number"==typeof M?M:{top:0,right:0,bottom:0,left:0,...M},J=Array.isArray(L)?L:[L],Z=J.length>0,ee={padding:$,boundary:J.filter(eM),altBoundary:Z},{refs:et,floatingStyles:ep,placement:eh,isPositioned:eg,middlewareData:e_}=function(e){void 0===e&&(e={});let{placement:t="bottom",strategy:n="absolute",middleware:i=[],platform:o,elements:{reference:s,floating:a}={},transform:l=!0,whileElementsMounted:u,open:c}=e,[d,p]=r.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,h]=r.useState(i);es(f,i)||h(i);let[m,T]=r.useState(null),[E,g]=r.useState(null),_=r.useCallback(e=>{e!=v.current&&(v.current=e,T(e))},[T]),A=r.useCallback(e=>{e!==N.current&&(N.current=e,g(e))},[g]),y=s||m,C=a||E,v=r.useRef(null),N=r.useRef(null),S=r.useRef(d),O=eu(u),b=eu(o),I=r.useCallback(()=>{if(!v.current||!N.current)return;let e={placement:t,strategy:n,middleware:f};b.current&&(e.platform=b.current),en(v.current,N.current,e).then(e=>{let t={...e,isPositioned:!0};x.current&&!es(S.current,t)&&(S.current=t,er.flushSync(()=>{p(t)}))})},[f,t,n,b]);eo(()=>{!1===c&&S.current.isPositioned&&(S.current.isPositioned=!1,p(e=>({...e,isPositioned:!1})))},[c]);let x=r.useRef(!1);eo(()=>(x.current=!0,()=>{x.current=!1}),[]),eo(()=>{if(y&&(v.current=y),C&&(N.current=C),y&&C){if(O.current)return O.current(y,C,I);I()}},[y,C,I,O]);let R=r.useMemo(()=>({reference:v,floating:N,setReference:_,setFloating:A}),[_,A]),k=r.useMemo(()=>({reference:y,floating:C}),[y,C]),L=r.useMemo(()=>{let e={position:n,left:0,top:0};if(!k.floating)return e;let t=el(k.floating,d.x),r=el(k.floating,d.y);return l?{...e,transform:"translate("+t+"px, "+r+"px)",...ea(k.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:r}},[n,l,k.floating,d.x,d.y]);return r.useMemo(()=>({...d,update:I,refs:R,elements:k,floatingStyles:L}),[d,I,R,k,L])}({strategy:"fixed",placement:y+("center"!==v?"-"+v:""),whileElementsMounted:(...e)=>(function(e,t,n,r){let i;void 0===r&&(r={});let{ancestorScroll:a=!0,ancestorResize:u=!0,elementResize:c="function"==typeof ResizeObserver,layoutShift:d="function"==typeof IntersectionObserver,animationFrame:p=!1}=r,f=W(e),h=a||u?[...f?G(f):[],...G(t)]:[];h.forEach(e=>{a&&e.addEventListener("scroll",n,{passive:!0}),u&&e.addEventListener("resize",n)});let m=f&&d?function(e,t){let n,r=null,i=k(e);function a(){clearTimeout(n),r&&r.disconnect(),r=null}return!function u(c,d){void 0===c&&(c=!1),void 0===d&&(d=1),a();let{left:p,top:f,width:h,height:m}=e.getBoundingClientRect();if(c||t(),!h||!m)return;let T=l(f),E=l(i.clientWidth-(p+h)),g={rootMargin:-T+"px "+-E+"px "+-l(i.clientHeight-(f+m))+"px "+-l(p)+"px",threshold:s(0,o(1,d))||1},_=!0;function A(e){let t=e[0].intersectionRatio;if(t!==d){if(!_)return u();t?u(!1,t):n=setTimeout(()=>{u(!1,1e-7)},100)}_=!1}try{r=new IntersectionObserver(A,{...g,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(A,g)}r.observe(e)}(!0),a}(f,n):null,T=-1,E=null;c&&(E=new ResizeObserver(e=>{let[r]=e;r&&r.target===f&&E&&(E.unobserve(t),cancelAnimationFrame(T),T=requestAnimationFrame(()=>{E&&E.observe(t)})),n()}),f&&!p&&E.observe(f),E.observe(t));let g=p?X(e):null;return p&&function t(){let r=X(e);g&&(r.x!==g.x||r.y!==g.y||r.width!==g.width||r.height!==g.height)&&n(),g=r,i=requestAnimationFrame(t)}(),n(),()=>{h.forEach(e=>{a&&e.removeEventListener("scroll",n),u&&e.removeEventListener("resize",n)}),m&&m(),E&&E.disconnect(),E=null,p&&cancelAnimationFrame(i)}})(...e,{animationFrame:"always"===P}),elements:{reference:U.anchor},middleware:[{name:"offset",options:n={mainAxis:C+Q,alignmentAxis:S},async fn(e){let{x:t,y:r}=e,i=await I(e,n);return{x:t+i.x,y:r+i.y,data:i}}},R&&{name:"shift",options:a={mainAxis:!0,crossAxis:!1,limiter:"partial"===w?(void 0===i&&(i={}),{options:i,fn(e){let{x:t,y:n,placement:r,rects:o,middlewareData:s}=e,{offset:a=0,mainAxis:l=!0,crossAxis:u=!0}=p(i,e),c={x:t,y:n},d=E(r),h=m(d),T=c[h],g=c[d],_=p(a,e),A="number"==typeof _?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(l){let e="y"===h?"height":"width",t=o.reference[h]-o.floating[e]+A.mainAxis,n=o.reference[h]+o.reference[e]-A.mainAxis;T<t?T=t:T>n&&(T=n)}if(u){var y,C;let e="y"===h?"width":"height",t=["top","left"].includes(f(r)),n=o.reference[d]-o.floating[e]+(t&&(null==(y=s.offset)?void 0:y[d])||0)+(t?0:A.crossAxis),i=o.reference[d]+o.reference[e]+(t?0:(null==(C=s.offset)?void 0:C[d])||0)-(t?A.crossAxis:0);g<n?g=n:g>i&&(g=i)}return{[h]:T,[d]:g}}}):void 0,...ee},async fn(e){let{x:t,y:n,placement:r}=e,{mainAxis:i=!0,crossAxis:l=!1,limiter:u={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...c}=p(a,e),d={x:t,y:n},h=await N(e,c),T=E(f(r)),g=m(T),_=d[g],A=d[T];if(i){let e="y"===g?"top":"left",t="y"===g?"bottom":"right",n=_+h[e],r=_-h[t];_=s(n,o(_,r))}if(l){let e="y"===T?"top":"left",t="y"===T?"bottom":"right",n=A+h[e],r=A-h[t];A=s(n,o(A,r))}let y=u.fn({...e,[g]:_,[T]:A});return{...y,data:{x:y.x-t,y:y.y-n}}}},R&&{name:"flip",options:u={...ee},async fn(e){var t,n,r,i,o;let{placement:s,middlewareData:a,rects:l,initialPlacement:c,platform:d,elements:A}=e,{mainAxis:y=!0,crossAxis:C=!0,fallbackPlacements:v,fallbackStrategy:S="bestFit",fallbackAxisSideDirection:O="none",flipAlignment:b=!0,...I}=p(u,e);if(null!=(t=a.arrow)&&t.alignmentOffset)return{};let x=f(s),R=f(c)===c,k=await (null==d.isRTL?void 0:d.isRTL(A.floating)),L=v||(R||!b?[_(c)]:function(e){let t=_(e);return[g(e),t,g(t)]}(c));v||"none"===O||L.push(...function(e,t,n,r){let i=h(e),o=function(e,t,n){let r=["left","right"],i=["right","left"];switch(e){case"top":case"bottom":if(n)return t?i:r;return t?r:i;case"left":case"right":return t?["top","bottom"]:["bottom","top"];default:return[]}}(f(e),"start"===n,r);return i&&(o=o.map(e=>e+"-"+i),t&&(o=o.concat(o.map(g)))),o}(c,b,O,k));let M=[c,...L],w=await N(e,I),D=[],P=(null==(n=a.flip)?void 0:n.overflows)||[];if(y&&D.push(w[x]),C){let e=function(e,t,n){void 0===n&&(n=!1);let r=h(e),i=m(E(e)),o=T(i),s="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=_(s)),[s,_(s)]}(s,l,k);D.push(w[e[0]],w[e[1]])}if(P=[...P,{placement:s,overflows:D}],!D.every(e=>e<=0)){let e=((null==(r=a.flip)?void 0:r.index)||0)+1,t=M[e];if(t)return{data:{index:e,overflows:P},reset:{placement:t}};let n=null==(i=P.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:i.placement;if(!n)switch(S){case"bestFit":{let e=null==(o=P.map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:o[0];e&&(n=e);break}case"initialPlacement":n=c}if(s!==n)return{reset:{placement:n}}}return{}}},{name:"size",options:c={...ee,apply:({elements:e,rects:t,availableWidth:n,availableHeight:r})=>{let{width:i,height:o}=t.reference,s=e.floating.style;s.setProperty("--radix-popper-available-width",`${n}px`),s.setProperty("--radix-popper-available-height",`${r}px`),s.setProperty("--radix-popper-anchor-width",`${i}px`),s.setProperty("--radix-popper-anchor-height",`${o}px`)}},async fn(e){let t,n;let{placement:r,rects:i,platform:a,elements:l}=e,{apply:u=()=>{},...d}=p(c,e),m=await N(e,d),T=f(r),g=h(r),_="y"===E(r),{width:A,height:y}=i.floating;"top"===T||"bottom"===T?(t=T,n=g===(await (null==a.isRTL?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(n=T,t="end"===g?"top":"bottom");let C=y-m[t],v=A-m[n],S=!e.middlewareData.shift,O=C,b=v;if(_){let e=A-m.left-m.right;b=g||S?o(v,e):e}else{let e=y-m.top-m.bottom;O=g||S?o(C,e):e}if(S&&!g){let e=s(m.left,0),t=s(m.right,0),n=s(m.top,0),r=s(m.bottom,0);_?b=A-2*(0!==e||0!==t?e+t:s(m.left,m.right)):O=y-2*(0!==n||0!==r?n+r:s(m.top,m.bottom))}await u({...e,availableWidth:b,availableHeight:O});let I=await a.getDimensions(l.floating);return A!==I.width||y!==I.height?{reset:{rects:!0}}:{}}},V&&ei({element:V,padding:x}),ew({arrowWidth:q,arrowHeight:Q}),D&&{name:"hide",options:d={strategy:"referenceHidden",...ee},async fn(e){let{rects:t}=e,{strategy:n="referenceHidden",...r}=p(d,e);switch(n){case"referenceHidden":{let n=O(await N(e,{...r,elementContext:"reference"}),t.reference);return{data:{referenceHiddenOffsets:n,referenceHidden:b(n)}}}case"escaped":{let n=O(await N(e,{...r,altBoundary:!0}),t.floating);return{data:{escapedOffsets:n,escaped:b(n)}}}default:return{}}}}]}),[eA,ey]=eD(eh),ev=(0,em.W)(F);(0,eT.b)(()=>{eg&&ev?.()},[eg,ev]);let eN=e_.arrow?.x,eS=e_.arrow?.y,eI=e_.arrow?.centerOffset!==0,[ex,eR]=r.useState();return(0,eT.b)(()=>{B&&eR(window.getComputedStyle(B).zIndex)},[B]),(0,ed.jsx)("div",{ref:et.setFloating,"data-radix-popper-content-wrapper":"",style:{...ep,transform:eg?ep.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:ex,"--radix-popper-transform-origin":[e_.transformOrigin?.x,e_.transformOrigin?.y].join(" "),...e_.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:(0,ed.jsx)(eb,{scope:A,placedSide:eA,onArrowChange:Y,arrowX:eN,arrowY:eS,shouldHideArrow:eI,children:(0,ed.jsx)(ec.WV.div,{"data-side":eA,"data-align":ey,...H,ref:K,style:{...H.style,animation:eg?void 0:"none"}})})})});ex.displayName=eO;var eR="PopperArrow",ek={top:"bottom",right:"left",bottom:"top",left:"right"},eL=r.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=eI(eR,n),o=ek[i.placedSide];return(0,ed.jsx)("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:(0,ed.jsx)(ep,{...r,ref:t,style:{...r.style,display:"block"}})})});function eM(e){return null!==e}eL.displayName=eR;var ew=e=>({name:"transformOrigin",options:e,fn(t){let{placement:n,rects:r,middlewareData:i}=t,o=i.arrow?.centerOffset!==0,s=o?0:e.arrowWidth,a=o?0:e.arrowHeight,[l,u]=eD(n),c={start:"0%",center:"50%",end:"100%"}[u],d=(i.arrow?.x??0)+s/2,p=(i.arrow?.y??0)+a/2,f="",h="";return"bottom"===l?(f=o?c:`${d}px`,h=`${-a}px`):"top"===l?(f=o?c:`${d}px`,h=`${r.floating.height+a}px`):"right"===l?(f=`${-a}px`,h=o?c:`${p}px`):"left"===l&&(f=`${r.floating.width+a}px`,h=o?c:`${p}px`),{data:{x:f,y:h}}}});function eD(e){let[t,n="center"]=e.split("-");return[t,n]}var eP=ev,eF=eS,eH=ex,eU=eL},93039:function(e,t,n){"use strict";n.d(t,{ck:function(){return H},fC:function(){return F},z$:function(){return U}});var r=n(78920),i=n(74833),o=n(26113),s=n(90760),a=n(12783),l=n(11617),u=n(88117),c=n(96208),d=n(40241),p=n(63632),f=n(25978),h=n(96688),m="Radio",[T,E]=(0,s.b)(m),[g,_]=T(m),A=r.forwardRef((e,t)=>{let{__scopeRadio:n,name:s,checked:l=!1,required:u,disabled:c,value:d="on",onCheck:p,...f}=e,[m,T]=r.useState(null),E=(0,o.e)(t,e=>T(e)),_=r.useRef(!1),A=!m||!!m.closest("form");return(0,h.jsxs)(g,{scope:n,checked:l,disabled:c,children:[(0,h.jsx)(a.WV.button,{type:"button",role:"radio","aria-checked":l,"data-state":N(l),"data-disabled":c?"":void 0,disabled:c,value:d,...f,ref:E,onClick:(0,i.M)(e.onClick,e=>{l||p?.(),A&&(_.current=e.isPropagationStopped(),_.current||e.stopPropagation())})}),A&&(0,h.jsx)(v,{control:m,bubbles:!_.current,name:s,value:d,checked:l,required:u,disabled:c,style:{transform:"translateX(-100%)"}})]})});A.displayName=m;var y="RadioIndicator",C=r.forwardRef((e,t)=>{let{__scopeRadio:n,forceMount:r,...i}=e,o=_(y,n);return(0,h.jsx)(f.z,{present:r||o.checked,children:(0,h.jsx)(a.WV.span,{"data-state":N(o.checked),"data-disabled":o.disabled?"":void 0,...i,ref:t})})});C.displayName=y;var v=e=>{let{control:t,checked:n,bubbles:i=!0,...o}=e,s=r.useRef(null),a=(0,p.D)(n),l=(0,d.t)(t);return r.useEffect(()=>{let e=s.current,t=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"checked").set;if(a!==n&&t){let r=new Event("click",{bubbles:i});t.call(e,n),e.dispatchEvent(r)}},[a,n,i]),(0,h.jsx)("input",{type:"radio","aria-hidden":!0,defaultChecked:n,...o,tabIndex:-1,ref:s,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function N(e){return e?"checked":"unchecked"}var S=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],O="RadioGroup",[b,I]=(0,s.b)(O,[l.Pc,E]),x=(0,l.Pc)(),R=E(),[k,L]=b(O),M=r.forwardRef((e,t)=>{let{__scopeRadioGroup:n,name:r,defaultValue:i,value:o,required:s=!1,disabled:d=!1,orientation:p,dir:f,loop:m=!0,onValueChange:T,...E}=e,g=x(n),_=(0,c.gm)(f),[A,y]=(0,u.T)({prop:o,defaultProp:i,onChange:T});return(0,h.jsx)(k,{scope:n,name:r,required:s,disabled:d,value:A,onValueChange:y,children:(0,h.jsx)(l.fC,{asChild:!0,...g,orientation:p,dir:_,loop:m,children:(0,h.jsx)(a.WV.div,{role:"radiogroup","aria-required":s,"aria-orientation":p,"data-disabled":d?"":void 0,dir:_,...E,ref:t})})})});M.displayName=O;var w="RadioGroupItem",D=r.forwardRef((e,t)=>{let{__scopeRadioGroup:n,disabled:s,...a}=e,u=L(w,n),c=u.disabled||s,d=x(n),p=R(n),f=r.useRef(null),m=(0,o.e)(t,f),T=u.value===a.value,E=r.useRef(!1);return r.useEffect(()=>{let e=e=>{S.includes(e.key)&&(E.current=!0)},t=()=>E.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),(0,h.jsx)(l.ck,{asChild:!0,...d,focusable:!c,active:T,children:(0,h.jsx)(A,{disabled:c,required:u.required,checked:T,...p,...a,name:u.name,ref:m,onCheck:()=>u.onValueChange(a.value),onKeyDown:(0,i.M)(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:(0,i.M)(a.onFocus,()=>{E.current&&f.current?.click()})})})});D.displayName=w;var P=r.forwardRef((e,t)=>{let{__scopeRadioGroup:n,...r}=e,i=R(n);return(0,h.jsx)(C,{...i,...r,ref:t})});P.displayName="RadioGroupIndicator";var F=M,H=D,U=P},11617:function(e,t,n){"use strict";n.d(t,{Pc:function(){return y},ck:function(){return k},fC:function(){return R}});var r=n(78920),i=n(74833),o=n(53191),s=n(26113),a=n(90760),l=n(39800),u=n(12783),c=n(5567),d=n(88117),p=n(96208),f=n(96688),h="rovingFocusGroup.onEntryFocus",m={bubbles:!1,cancelable:!0},T="RovingFocusGroup",[E,g,_]=(0,o.B)(T),[A,y]=(0,a.b)(T,[_]),[C,v]=A(T),N=r.forwardRef((e,t)=>(0,f.jsx)(E.Provider,{scope:e.__scopeRovingFocusGroup,children:(0,f.jsx)(E.Slot,{scope:e.__scopeRovingFocusGroup,children:(0,f.jsx)(S,{...e,ref:t})})}));N.displayName=T;var S=r.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,orientation:o,loop:a=!1,dir:l,currentTabStopId:T,defaultCurrentTabStopId:E,onCurrentTabStopIdChange:_,onEntryFocus:A,preventScrollOnEntryFocus:y=!1,...v}=e,N=r.useRef(null),S=(0,s.e)(t,N),O=(0,p.gm)(l),[b=null,I]=(0,d.T)({prop:T,defaultProp:E,onChange:_}),[R,k]=r.useState(!1),L=(0,c.W)(A),M=g(n),w=r.useRef(!1),[D,P]=r.useState(0);return r.useEffect(()=>{let e=N.current;if(e)return e.addEventListener(h,L),()=>e.removeEventListener(h,L)},[L]),(0,f.jsx)(C,{scope:n,orientation:o,dir:O,loop:a,currentTabStopId:b,onItemFocus:r.useCallback(e=>I(e),[I]),onItemShiftTab:r.useCallback(()=>k(!0),[]),onFocusableItemAdd:r.useCallback(()=>P(e=>e+1),[]),onFocusableItemRemove:r.useCallback(()=>P(e=>e-1),[]),children:(0,f.jsx)(u.WV.div,{tabIndex:R||0===D?-1:0,"data-orientation":o,...v,ref:S,style:{outline:"none",...e.style},onMouseDown:(0,i.M)(e.onMouseDown,()=>{w.current=!0}),onFocus:(0,i.M)(e.onFocus,e=>{let t=!w.current;if(e.target===e.currentTarget&&t&&!R){let t=new CustomEvent(h,m);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){let e=M().filter(e=>e.focusable);x([e.find(e=>e.active),e.find(e=>e.id===b),...e].filter(Boolean).map(e=>e.ref.current),y)}}w.current=!1}),onBlur:(0,i.M)(e.onBlur,()=>k(!1))})})}),O="RovingFocusGroupItem",b=r.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,focusable:o=!0,active:s=!1,tabStopId:a,...c}=e,d=(0,l.M)(),p=a||d,h=v(O,n),m=h.currentTabStopId===p,T=g(n),{onFocusableItemAdd:_,onFocusableItemRemove:A}=h;return r.useEffect(()=>{if(o)return _(),()=>A()},[o,_,A]),(0,f.jsx)(E.ItemSlot,{scope:n,id:p,focusable:o,active:s,children:(0,f.jsx)(u.WV.span,{tabIndex:m?0:-1,"data-orientation":h.orientation,...c,ref:t,onMouseDown:(0,i.M)(e.onMouseDown,e=>{o?h.onItemFocus(p):e.preventDefault()}),onFocus:(0,i.M)(e.onFocus,()=>h.onItemFocus(p)),onKeyDown:(0,i.M)(e.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey){h.onItemShiftTab();return}if(e.target!==e.currentTarget)return;let t=function(e,t,n){var r;let i=(r=e.key,"rtl"!==n?r:"ArrowLeft"===r?"ArrowRight":"ArrowRight"===r?"ArrowLeft":r);if(!("vertical"===t&&["ArrowLeft","ArrowRight"].includes(i))&&!("horizontal"===t&&["ArrowUp","ArrowDown"].includes(i)))return I[i]}(e,h.orientation,h.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let i=T().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)i.reverse();else if("prev"===t||"next"===t){var n,r;"prev"===t&&i.reverse();let o=i.indexOf(e.currentTarget);i=h.loop?(n=i,r=o+1,n.map((e,t)=>n[(r+t)%n.length])):i.slice(o+1)}setTimeout(()=>x(i))}})})})});b.displayName=O;var I={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function x(e,t=!1){let n=document.activeElement;for(let r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}var R=N,k=b},19261:function(e,t,n){"use strict";n.d(t,{VY:function(){return eI},JO:function(){return eO},ck:function(){return eR},eT:function(){return ek},h_:function(){return eb},fC:function(){return ev},xz:function(){return eN},B4:function(){return eS},l_:function(){return ex}});var r=n(78920),i=n(33128);function o(e,[t,n]){return Math.min(n,Math.max(t,e))}var s=n(74833),a=n(53191),l=n(26113),u=n(90760),c=n(96208),d=n(34565),p=n(23429),f=n(652),h=n(39800),m=n(53720),T=n(48560),E=n(12783),g=n(87005),_=n(5567),A=n(88117),y=n(66948),C=n(63632),v=n(4538),N=n(23088),S=n(98649),O=n(96688),b=[" ","Enter","ArrowUp","ArrowDown"],I=[" ","Enter"],x="Select",[R,k,L]=(0,a.B)(x),[M,w]=(0,u.b)(x,[L,m.D7]),D=(0,m.D7)(),[P,F]=M(x),[H,U]=M(x),B=e=>{let{__scopeSelect:t,children:n,open:i,defaultOpen:o,onOpenChange:s,value:a,defaultValue:l,onValueChange:u,dir:d,name:p,autoComplete:f,disabled:T,required:E}=e,g=D(t),[_,y]=r.useState(null),[C,v]=r.useState(null),[N,S]=r.useState(!1),b=(0,c.gm)(d),[I=!1,x]=(0,A.T)({prop:i,defaultProp:o,onChange:s}),[k,L]=(0,A.T)({prop:a,defaultProp:l,onChange:u}),M=r.useRef(null),w=!_||!!_.closest("form"),[F,U]=r.useState(new Set),B=Array.from(F).map(e=>e.props.value).join(";");return(0,O.jsx)(m.fC,{...g,children:(0,O.jsxs)(P,{required:E,scope:t,trigger:_,onTriggerChange:y,valueNode:C,onValueNodeChange:v,valueNodeHasChildren:N,onValueNodeHasChildrenChange:S,contentId:(0,h.M)(),value:k,onValueChange:L,open:I,onOpenChange:x,dir:b,triggerPointerDownPosRef:M,disabled:T,children:[(0,O.jsx)(R.Provider,{scope:t,children:(0,O.jsx)(H,{scope:e.__scopeSelect,onNativeOptionAdd:r.useCallback(e=>{U(t=>new Set(t).add(e))},[]),onNativeOptionRemove:r.useCallback(e=>{U(t=>{let n=new Set(t);return n.delete(e),n})},[]),children:n})}),w?(0,O.jsxs)(eA,{"aria-hidden":!0,required:E,tabIndex:-1,name:p,autoComplete:f,value:k,onChange:e=>L(e.target.value),disabled:T,children:[void 0===k?(0,O.jsx)("option",{value:""}):null,Array.from(F)]},B):null]})})};B.displayName=x;var j="SelectTrigger",K=r.forwardRef((e,t)=>{let{__scopeSelect:n,disabled:r=!1,...i}=e,o=D(n),a=F(j,n),u=a.disabled||r,c=(0,l.e)(t,a.onTriggerChange),d=k(n),[p,f,h]=ey(e=>{let t=d().filter(e=>!e.disabled),n=t.find(e=>e.value===a.value),r=eC(t,e,n);void 0!==r&&a.onValueChange(r.value)}),T=()=>{u||(a.onOpenChange(!0),h())};return(0,O.jsx)(m.ee,{asChild:!0,...o,children:(0,O.jsx)(E.WV.button,{type:"button",role:"combobox","aria-controls":a.contentId,"aria-expanded":a.open,"aria-required":a.required,"aria-autocomplete":"none",dir:a.dir,"data-state":a.open?"open":"closed",disabled:u,"data-disabled":u?"":void 0,"data-placeholder":e_(a.value)?"":void 0,...i,ref:c,onClick:(0,s.M)(i.onClick,e=>{e.currentTarget.focus()}),onPointerDown:(0,s.M)(i.onPointerDown,e=>{let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),0===e.button&&!1===e.ctrlKey&&(T(),a.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)},e.preventDefault())}),onKeyDown:(0,s.M)(i.onKeyDown,e=>{let t=""!==p.current;e.ctrlKey||e.altKey||e.metaKey||1!==e.key.length||f(e.key),(!t||" "!==e.key)&&b.includes(e.key)&&(T(),e.preventDefault())})})})});K.displayName=j;var G="SelectValue",V=r.forwardRef((e,t)=>{let{__scopeSelect:n,className:r,style:i,children:o,placeholder:s="",...a}=e,u=F(G,n),{onValueNodeHasChildrenChange:c}=u,d=void 0!==o,p=(0,l.e)(t,u.onValueNodeChange);return(0,y.b)(()=>{c(d)},[c,d]),(0,O.jsx)(E.WV.span,{...a,ref:p,style:{pointerEvents:"none"},children:e_(u.value)?(0,O.jsx)(O.Fragment,{children:s}):o})});V.displayName=G;var W=r.forwardRef((e,t)=>{let{__scopeSelect:n,children:r,...i}=e;return(0,O.jsx)(E.WV.span,{"aria-hidden":!0,...i,ref:t,children:r||"▼"})});W.displayName="SelectIcon";var Y=e=>(0,O.jsx)(T.h,{asChild:!0,...e});Y.displayName="SelectPortal";var z="SelectContent",q=r.forwardRef((e,t)=>{let n=F(z,e.__scopeSelect),[o,s]=r.useState();return((0,y.b)(()=>{s(new DocumentFragment)},[]),n.open)?(0,O.jsx)($,{...e,ref:t}):o?i.createPortal((0,O.jsx)(X,{scope:e.__scopeSelect,children:(0,O.jsx)(R.Slot,{scope:e.__scopeSelect,children:(0,O.jsx)("div",{children:e.children})})}),o):null});q.displayName=z;var[X,Q]=M(z),$=r.forwardRef((e,t)=>{let{__scopeSelect:n,position:i="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:a,onPointerDownOutside:u,side:c,sideOffset:h,align:m,alignOffset:T,arrowPadding:E,collisionBoundary:_,collisionPadding:A,sticky:y,hideWhenDetached:C,avoidCollisions:v,...b}=e,I=F(z,n),[x,R]=r.useState(null),[L,M]=r.useState(null),w=(0,l.e)(t,e=>R(e)),[D,P]=r.useState(null),[H,U]=r.useState(null),B=k(n),[j,K]=r.useState(!1),G=r.useRef(!1);r.useEffect(()=>{if(x)return(0,N.Ry)(x)},[x]),(0,p.EW)();let V=r.useCallback(e=>{let[t,...n]=B().map(e=>e.ref.current),[r]=n.slice(-1),i=document.activeElement;for(let n of e)if(n===i||(n?.scrollIntoView({block:"nearest"}),n===t&&L&&(L.scrollTop=0),n===r&&L&&(L.scrollTop=L.scrollHeight),n?.focus(),document.activeElement!==i))return},[B,L]),W=r.useCallback(()=>V([D,x]),[V,D,x]);r.useEffect(()=>{j&&W()},[j,W]);let{onOpenChange:Y,triggerPointerDownPosRef:q}=I;r.useEffect(()=>{if(x){let e={x:0,y:0},t=t=>{e={x:Math.abs(Math.round(t.pageX)-(q.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(q.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():x.contains(n.target)||Y(!1),document.removeEventListener("pointermove",t),q.current=null};return null!==q.current&&(document.addEventListener("pointermove",t),document.addEventListener("pointerup",n,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",t),document.removeEventListener("pointerup",n,{capture:!0})}}},[x,Y,q]),r.useEffect(()=>{let e=()=>Y(!1);return window.addEventListener("blur",e),window.addEventListener("resize",e),()=>{window.removeEventListener("blur",e),window.removeEventListener("resize",e)}},[Y]);let[Q,$]=ey(e=>{let t=B().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),r=eC(t,e,n);r&&setTimeout(()=>r.ref.current.focus())}),ee=r.useCallback((e,t,n)=>{let r=!G.current&&!n;(void 0!==I.value&&I.value===t||r)&&(P(e),r&&(G.current=!0))},[I.value]),et=r.useCallback(()=>x?.focus(),[x]),en=r.useCallback((e,t,n)=>{let r=!G.current&&!n;(void 0!==I.value&&I.value===t||r)&&U(e)},[I.value]),er="popper"===i?Z:J,ei=er===Z?{side:c,sideOffset:h,align:m,alignOffset:T,arrowPadding:E,collisionBoundary:_,collisionPadding:A,sticky:y,hideWhenDetached:C,avoidCollisions:v}:{};return(0,O.jsx)(X,{scope:n,content:x,viewport:L,onViewportChange:M,itemRefCallback:ee,selectedItem:D,onItemLeave:et,itemTextRefCallback:en,focusSelectedItem:W,selectedItemText:H,position:i,isPositioned:j,searchRef:Q,children:(0,O.jsx)(S.Z,{as:g.g7,allowPinchZoom:!0,children:(0,O.jsx)(f.M,{asChild:!0,trapped:I.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:(0,s.M)(o,e=>{I.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:(0,O.jsx)(d.XB,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:a,onPointerDownOutside:u,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>I.onOpenChange(!1),children:(0,O.jsx)(er,{role:"listbox",id:I.contentId,"data-state":I.open?"open":"closed",dir:I.dir,onContextMenu:e=>e.preventDefault(),...b,...ei,onPlaced:()=>K(!0),ref:w,style:{display:"flex",flexDirection:"column",outline:"none",...b.style},onKeyDown:(0,s.M)(b.onKeyDown,e=>{let t=e.ctrlKey||e.altKey||e.metaKey;if("Tab"===e.key&&e.preventDefault(),t||1!==e.key.length||$(e.key),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){let t=B().filter(e=>!e.disabled).map(e=>e.ref.current);if(["ArrowUp","End"].includes(e.key)&&(t=t.slice().reverse()),["ArrowUp","ArrowDown"].includes(e.key)){let n=e.target,r=t.indexOf(n);t=t.slice(r+1)}setTimeout(()=>V(t)),e.preventDefault()}})})})})})})});$.displayName="SelectContentImpl";var J=r.forwardRef((e,t)=>{let{__scopeSelect:n,onPlaced:i,...s}=e,a=F(z,n),u=Q(z,n),[c,d]=r.useState(null),[p,f]=r.useState(null),h=(0,l.e)(t,e=>f(e)),m=k(n),T=r.useRef(!1),g=r.useRef(!0),{viewport:_,selectedItem:A,selectedItemText:C,focusSelectedItem:v}=u,N=r.useCallback(()=>{if(a.trigger&&a.valueNode&&c&&p&&_&&A&&C){let e=a.trigger.getBoundingClientRect(),t=p.getBoundingClientRect(),n=a.valueNode.getBoundingClientRect(),r=C.getBoundingClientRect();if("rtl"!==a.dir){let i=r.left-t.left,s=n.left-i,a=e.left-s,l=e.width+a,u=Math.max(l,t.width),d=o(s,[10,window.innerWidth-10-u]);c.style.minWidth=l+"px",c.style.left=d+"px"}else{let i=t.right-r.right,s=window.innerWidth-n.right-i,a=window.innerWidth-e.right-s,l=e.width+a,u=Math.max(l,t.width),d=o(s,[10,window.innerWidth-10-u]);c.style.minWidth=l+"px",c.style.right=d+"px"}let s=m(),l=window.innerHeight-20,u=_.scrollHeight,d=window.getComputedStyle(p),f=parseInt(d.borderTopWidth,10),h=parseInt(d.paddingTop,10),E=parseInt(d.borderBottomWidth,10),g=f+h+u+parseInt(d.paddingBottom,10)+E,y=Math.min(5*A.offsetHeight,g),v=window.getComputedStyle(_),N=parseInt(v.paddingTop,10),S=parseInt(v.paddingBottom,10),O=e.top+e.height/2-10,b=A.offsetHeight/2,I=f+h+(A.offsetTop+b);if(I<=O){let e=A===s[s.length-1].ref.current;c.style.bottom="0px";let t=p.clientHeight-_.offsetTop-_.offsetHeight;c.style.height=I+Math.max(l-O,b+(e?S:0)+t+E)+"px"}else{let e=A===s[0].ref.current;c.style.top="0px";let t=Math.max(O,f+_.offsetTop+(e?N:0)+b);c.style.height=t+(g-I)+"px",_.scrollTop=I-O+_.offsetTop}c.style.margin="10px 0",c.style.minHeight=y+"px",c.style.maxHeight=l+"px",i?.(),requestAnimationFrame(()=>T.current=!0)}},[m,a.trigger,a.valueNode,c,p,_,A,C,a.dir,i]);(0,y.b)(()=>N(),[N]);let[S,b]=r.useState();(0,y.b)(()=>{p&&b(window.getComputedStyle(p).zIndex)},[p]);let I=r.useCallback(e=>{e&&!0===g.current&&(N(),v?.(),g.current=!1)},[N,v]);return(0,O.jsx)(ee,{scope:n,contentWrapper:c,shouldExpandOnScrollRef:T,onScrollButtonChange:I,children:(0,O.jsx)("div",{ref:d,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:S},children:(0,O.jsx)(E.WV.div,{...s,ref:h,style:{boxSizing:"border-box",maxHeight:"100%",...s.style}})})})});J.displayName="SelectItemAlignedPosition";var Z=r.forwardRef((e,t)=>{let{__scopeSelect:n,align:r="start",collisionPadding:i=10,...o}=e,s=D(n);return(0,O.jsx)(m.VY,{...s,...o,ref:t,align:r,collisionPadding:i,style:{boxSizing:"border-box",...o.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Z.displayName="SelectPopperPosition";var[ee,et]=M(z,{}),en="SelectViewport",er=r.forwardRef((e,t)=>{let{__scopeSelect:n,nonce:i,...o}=e,a=Q(en,n),u=et(en,n),c=(0,l.e)(t,a.onViewportChange),d=r.useRef(0);return(0,O.jsxs)(O.Fragment,{children:[(0,O.jsx)("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),(0,O.jsx)(R.Slot,{scope:n,children:(0,O.jsx)(E.WV.div,{"data-radix-select-viewport":"",role:"presentation",...o,ref:c,style:{position:"relative",flex:1,overflow:"auto",...o.style},onScroll:(0,s.M)(o.onScroll,e=>{let t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:r}=u;if(r?.current&&n){let e=Math.abs(d.current-t.scrollTop);if(e>0){let r=window.innerHeight-20,i=Math.max(parseFloat(n.style.minHeight),parseFloat(n.style.height));if(i<r){let o=i+e,s=Math.min(r,o),a=o-s;n.style.height=s+"px","0px"===n.style.bottom&&(t.scrollTop=a>0?a:0,n.style.justifyContent="flex-end")}}}d.current=t.scrollTop})})})]})});er.displayName=en;var ei="SelectGroup",[eo,es]=M(ei);r.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=(0,h.M)();return(0,O.jsx)(eo,{scope:n,id:i,children:(0,O.jsx)(E.WV.div,{role:"group","aria-labelledby":i,...r,ref:t})})}).displayName=ei;var ea="SelectLabel";r.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=es(ea,n);return(0,O.jsx)(E.WV.div,{id:i.id,...r,ref:t})}).displayName=ea;var el="SelectItem",[eu,ec]=M(el),ed=r.forwardRef((e,t)=>{let{__scopeSelect:n,value:i,disabled:o=!1,textValue:a,...u}=e,c=F(el,n),d=Q(el,n),p=c.value===i,[f,m]=r.useState(a??""),[T,g]=r.useState(!1),_=(0,l.e)(t,e=>d.itemRefCallback?.(e,i,o)),A=(0,h.M)(),y=()=>{o||(c.onValueChange(i),c.onOpenChange(!1))};if(""===i)throw Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return(0,O.jsx)(eu,{scope:n,value:i,disabled:o,textId:A,isSelected:p,onItemTextChange:r.useCallback(e=>{m(t=>t||(e?.textContent??"").trim())},[]),children:(0,O.jsx)(R.ItemSlot,{scope:n,value:i,disabled:o,textValue:f,children:(0,O.jsx)(E.WV.div,{role:"option","aria-labelledby":A,"data-highlighted":T?"":void 0,"aria-selected":p&&T,"data-state":p?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1,...u,ref:_,onFocus:(0,s.M)(u.onFocus,()=>g(!0)),onBlur:(0,s.M)(u.onBlur,()=>g(!1)),onPointerUp:(0,s.M)(u.onPointerUp,y),onPointerMove:(0,s.M)(u.onPointerMove,e=>{o?d.onItemLeave?.():e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:(0,s.M)(u.onPointerLeave,e=>{e.currentTarget===document.activeElement&&d.onItemLeave?.()}),onKeyDown:(0,s.M)(u.onKeyDown,e=>{d.searchRef?.current!==""&&" "===e.key||(I.includes(e.key)&&y()," "===e.key&&e.preventDefault())})})})})});ed.displayName=el;var ep="SelectItemText",ef=r.forwardRef((e,t)=>{let{__scopeSelect:n,className:o,style:s,...a}=e,u=F(ep,n),c=Q(ep,n),d=ec(ep,n),p=U(ep,n),[f,h]=r.useState(null),m=(0,l.e)(t,e=>h(e),d.onItemTextChange,e=>c.itemTextRefCallback?.(e,d.value,d.disabled)),T=f?.textContent,g=r.useMemo(()=>(0,O.jsx)("option",{value:d.value,disabled:d.disabled,children:T},d.value),[d.disabled,d.value,T]),{onNativeOptionAdd:_,onNativeOptionRemove:A}=p;return(0,y.b)(()=>(_(g),()=>A(g)),[_,A,g]),(0,O.jsxs)(O.Fragment,{children:[(0,O.jsx)(E.WV.span,{id:d.textId,...a,ref:m}),d.isSelected&&u.valueNode&&!u.valueNodeHasChildren?i.createPortal(a.children,u.valueNode):null]})});ef.displayName=ep;var eh="SelectItemIndicator";r.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return ec(eh,n).isSelected?(0,O.jsx)(E.WV.span,{"aria-hidden":!0,...r,ref:t}):null}).displayName=eh;var em="SelectScrollUpButton";r.forwardRef((e,t)=>{let n=Q(em,e.__scopeSelect),i=et(em,e.__scopeSelect),[o,s]=r.useState(!1),a=(0,l.e)(t,i.onScrollButtonChange);return(0,y.b)(()=>{if(n.viewport&&n.isPositioned){let e=function(){s(t.scrollTop>0)},t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),o?(0,O.jsx)(eE,{...e,ref:a,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=em;var eT="SelectScrollDownButton";r.forwardRef((e,t)=>{let n=Q(eT,e.__scopeSelect),i=et(eT,e.__scopeSelect),[o,s]=r.useState(!1),a=(0,l.e)(t,i.onScrollButtonChange);return(0,y.b)(()=>{if(n.viewport&&n.isPositioned){let e=function(){let e=t.scrollHeight-t.clientHeight;s(Math.ceil(t.scrollTop)<e)},t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),o?(0,O.jsx)(eE,{...e,ref:a,onAutoScroll:()=>{let{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=eT;var eE=r.forwardRef((e,t)=>{let{__scopeSelect:n,onAutoScroll:i,...o}=e,a=Q("SelectScrollButton",n),l=r.useRef(null),u=k(n),c=r.useCallback(()=>{null!==l.current&&(window.clearInterval(l.current),l.current=null)},[]);return r.useEffect(()=>()=>c(),[c]),(0,y.b)(()=>{let e=u().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[u]),(0,O.jsx)(E.WV.div,{"aria-hidden":!0,...o,ref:t,style:{flexShrink:0,...o.style},onPointerDown:(0,s.M)(o.onPointerDown,()=>{null===l.current&&(l.current=window.setInterval(i,50))}),onPointerMove:(0,s.M)(o.onPointerMove,()=>{a.onItemLeave?.(),null===l.current&&(l.current=window.setInterval(i,50))}),onPointerLeave:(0,s.M)(o.onPointerLeave,()=>{c()})})});r.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e;return(0,O.jsx)(E.WV.div,{"aria-hidden":!0,...r,ref:t})}).displayName="SelectSeparator";var eg="SelectArrow";function e_(e){return""===e||void 0===e}r.forwardRef((e,t)=>{let{__scopeSelect:n,...r}=e,i=D(n),o=F(eg,n),s=Q(eg,n);return o.open&&"popper"===s.position?(0,O.jsx)(m.Eh,{...i,...r,ref:t}):null}).displayName=eg;var eA=r.forwardRef((e,t)=>{let{value:n,...i}=e,o=r.useRef(null),s=(0,l.e)(t,o),a=(0,C.D)(n);return r.useEffect(()=>{let e=o.current,t=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value").set;if(a!==n&&t){let r=new Event("change",{bubbles:!0});t.call(e,n),e.dispatchEvent(r)}},[a,n]),(0,O.jsx)(v.T,{asChild:!0,children:(0,O.jsx)("select",{...i,ref:s,defaultValue:n})})});function ey(e){let t=(0,_.W)(e),n=r.useRef(""),i=r.useRef(0),o=r.useCallback(e=>{let r=n.current+e;t(r),function e(t){n.current=t,window.clearTimeout(i.current),""!==t&&(i.current=window.setTimeout(()=>e(""),1e3))}(r)},[t]),s=r.useCallback(()=>{n.current="",window.clearTimeout(i.current)},[]);return r.useEffect(()=>()=>window.clearTimeout(i.current),[]),[n,o,s]}function eC(e,t,n){var r;let i=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,o=(r=Math.max(n?e.indexOf(n):-1,0),e.map((t,n)=>e[(r+n)%e.length]));1===i.length&&(o=o.filter(e=>e!==n));let s=o.find(e=>e.textValue.toLowerCase().startsWith(i.toLowerCase()));return s!==n?s:void 0}eA.displayName="BubbleSelect";var ev=B,eN=K,eS=V,eO=W,eb=Y,eI=q,ex=er,eR=ed,ek=ef},46750:function(e,t,n){"use strict";n.d(t,{bU:function(){return v},fC:function(){return C}});var r=n(78920),i=n(74833),o=n(26113),s=n(90760),a=n(88117),l=n(63632),u=n(40241),c=n(12783),d=n(96688),p="Switch",[f,h]=(0,s.b)(p),[m,T]=f(p),E=r.forwardRef((e,t)=>{let{__scopeSwitch:n,name:s,checked:l,defaultChecked:u,required:p,disabled:f,value:h="on",onCheckedChange:T,...E}=e,[g,_]=r.useState(null),C=(0,o.e)(t,e=>_(e)),v=r.useRef(!1),N=!g||!!g.closest("form"),[S=!1,O]=(0,a.T)({prop:l,defaultProp:u,onChange:T});return(0,d.jsxs)(m,{scope:n,checked:S,disabled:f,children:[(0,d.jsx)(c.WV.button,{type:"button",role:"switch","aria-checked":S,"aria-required":p,"data-state":y(S),"data-disabled":f?"":void 0,disabled:f,value:h,...E,ref:C,onClick:(0,i.M)(e.onClick,e=>{O(e=>!e),N&&(v.current=e.isPropagationStopped(),v.current||e.stopPropagation())})}),N&&(0,d.jsx)(A,{control:g,bubbles:!v.current,name:s,value:h,checked:S,required:p,disabled:f,style:{transform:"translateX(-100%)"}})]})});E.displayName=p;var g="SwitchThumb",_=r.forwardRef((e,t)=>{let{__scopeSwitch:n,...r}=e,i=T(g,n);return(0,d.jsx)(c.WV.span,{"data-state":y(i.checked),"data-disabled":i.disabled?"":void 0,...r,ref:t})});_.displayName=g;var A=e=>{let{control:t,checked:n,bubbles:i=!0,...o}=e,s=r.useRef(null),a=(0,l.D)(n),c=(0,u.t)(t);return r.useEffect(()=>{let e=s.current,t=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"checked").set;if(a!==n&&t){let r=new Event("click",{bubbles:i});t.call(e,n),e.dispatchEvent(r)}},[a,n,i]),(0,d.jsx)("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...o,tabIndex:-1,ref:s,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function y(e){return e?"checked":"unchecked"}var C=E,v=_},63632:function(e,t,n){"use strict";n.d(t,{D:function(){return i}});var r=n(78920);function i(e){let t=r.useRef({value:e,previous:e});return r.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}},40241:function(e,t,n){"use strict";n.d(t,{t:function(){return o}});var r=n(78920),i=n(66948);function o(e){let[t,n]=r.useState(void 0);return(0,i.b)(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});let t=new ResizeObserver(t=>{let r,i;if(!Array.isArray(t)||!t.length)return;let o=t[0];if("borderBoxSize"in o){let e=o.borderBoxSize,t=Array.isArray(e)?e[0]:e;r=t.inlineSize,i=t.blockSize}else r=e.offsetWidth,i=e.offsetHeight;n({width:r,height:i})});return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)},[e]),t}},66761:function(e,t,n){"use strict";function r(e){let t=[],n=String(e||""),r=n.indexOf(","),i=0,o=!1;for(;!o;){-1===r&&(r=n.length,o=!0);let e=n.slice(i,r).trim();(e||!o)&&t.push(e),i=r+1,r=n.indexOf(",",i)}return t}function i(e,t){let n=t||{};return(""===e[e.length-1]?[...e,""]:e).join((n.padRight?" ":"")+","+(!1===n.padLeft?"":" ")).trim()}n.d(t,{P:function(){return i},Q:function(){return r}})},81714:function(e,t,n){"use strict";n.d(t,{g6:function(){return ey}});let r=JSON,i=e=>e.toUpperCase(),o=e=>{let t={};return e.forEach((e,n)=>{t[n]=e}),t},s=(e,t,n)=>e.document?e:{document:e,variables:t,requestHeaders:n,signal:void 0},a=(e,t,n)=>e.query?e:{query:e,variables:t,requestHeaders:n,signal:void 0},l=(e,t)=>e.documents?e:{documents:e,requestHeaders:t,signal:void 0},u=/\r\n|[\n\r]/g;function c(e,t){let n=0,r=1;for(let i of e.body.matchAll(u)){if("number"==typeof i.index||function(e,t){if(!e)throw Error("Unexpected invariant triggered.")}(!1),i.index>=t)break;n=i.index+i[0].length,r+=1}return{line:r,column:t+1-n}}function d(e,t){let n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,o=e.locationOffset.line-1,s=t.line+o,a=1===t.line?n:0,l=t.column+a,u=`${e.name}:${s}:${l}
`,c=r.split(/\r\n|[\n\r]/g),d=c[i];if(d.length>120){let e=Math.floor(l/80),t=[];for(let e=0;e<d.length;e+=80)t.push(d.slice(e,e+80));return u+p([[`${s} |`,t[0]],...t.slice(1,e+1).map(e=>["|",e]),["|","^".padStart(l%80)],["|",t[e+1]]])}return u+p([[`${s-1} |`,c[i-1]],[`${s} |`,d],["|","^".padStart(l)],[`${s+1} |`,c[i+1]]])}function p(e){let t=e.filter(([e,t])=>void 0!==t),n=Math.max(...t.map(([e])=>e.length));return t.map(([e,t])=>e.padStart(n)+(t?" "+t:"")).join("\n")}class f extends Error{constructor(e,...t){var n,r,i,o;let{nodes:s,source:a,positions:l,path:u,originalError:d,extensions:p}=function(e){let t=e[0];return null==t||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}(t);super(e),this.name="GraphQLError",this.path=null!=u?u:void 0,this.originalError=null!=d?d:void 0,this.nodes=h(Array.isArray(s)?s:s?[s]:void 0);let m=h(null===(n=this.nodes)||void 0===n?void 0:n.map(e=>e.loc).filter(e=>null!=e));this.source=null!=a?a:null==m?void 0:null===(r=m[0])||void 0===r?void 0:r.source,this.positions=null!=l?l:null==m?void 0:m.map(e=>e.start),this.locations=l&&a?l.map(e=>c(a,e)):null==m?void 0:m.map(e=>c(e.source,e.start));let T="object"==typeof(o=null==d?void 0:d.extensions)&&null!==o?null==d?void 0:d.extensions:void 0;this.extensions=null!==(i=null!=p?p:T)&&void 0!==i?i:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=d&&d.stack?Object.defineProperty(this,"stack",{value:d.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,f):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let e=this.message;if(this.nodes){for(let n of this.nodes)if(n.loc){var t;e+="\n\n"+d((t=n.loc).source,c(t.source,t.start))}}else if(this.source&&this.locations)for(let t of this.locations)e+="\n\n"+d(this.source,t);return e}toJSON(){let e={message:this.message};return null!=this.locations&&(e.locations=this.locations),null!=this.path&&(e.path=this.path),null!=this.extensions&&Object.keys(this.extensions).length>0&&(e.extensions=this.extensions),e}}function h(e){return void 0===e||0===e.length?void 0:e}function m(e,t,n){return new f(`Syntax Error: ${n}`,{source:e,positions:[t]})}class T{constructor(e,t,n){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=n}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class E{constructor(e,t,n,r,i,o){this.kind=e,this.start=t,this.end=n,this.line=r,this.column=i,this.value=o,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}let g={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},_=new Set(Object.keys(g));function A(e){let t=null==e?void 0:e.kind;return"string"==typeof t&&_.has(t)}function y(e){return 9===e||32===e}function C(e){return e>=48&&e<=57}function v(e){return e>=97&&e<=122||e>=65&&e<=90}function N(e){return v(e)||95===e}(et=eo||(eo={})).QUERY="query",et.MUTATION="mutation",et.SUBSCRIPTION="subscription",(en=es||(es={})).QUERY="QUERY",en.MUTATION="MUTATION",en.SUBSCRIPTION="SUBSCRIPTION",en.FIELD="FIELD",en.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",en.FRAGMENT_SPREAD="FRAGMENT_SPREAD",en.INLINE_FRAGMENT="INLINE_FRAGMENT",en.VARIABLE_DEFINITION="VARIABLE_DEFINITION",en.SCHEMA="SCHEMA",en.SCALAR="SCALAR",en.OBJECT="OBJECT",en.FIELD_DEFINITION="FIELD_DEFINITION",en.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",en.INTERFACE="INTERFACE",en.UNION="UNION",en.ENUM="ENUM",en.ENUM_VALUE="ENUM_VALUE",en.INPUT_OBJECT="INPUT_OBJECT",en.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION",(er=ea||(ea={})).NAME="Name",er.DOCUMENT="Document",er.OPERATION_DEFINITION="OperationDefinition",er.VARIABLE_DEFINITION="VariableDefinition",er.SELECTION_SET="SelectionSet",er.FIELD="Field",er.ARGUMENT="Argument",er.FRAGMENT_SPREAD="FragmentSpread",er.INLINE_FRAGMENT="InlineFragment",er.FRAGMENT_DEFINITION="FragmentDefinition",er.VARIABLE="Variable",er.INT="IntValue",er.FLOAT="FloatValue",er.STRING="StringValue",er.BOOLEAN="BooleanValue",er.NULL="NullValue",er.ENUM="EnumValue",er.LIST="ListValue",er.OBJECT="ObjectValue",er.OBJECT_FIELD="ObjectField",er.DIRECTIVE="Directive",er.NAMED_TYPE="NamedType",er.LIST_TYPE="ListType",er.NON_NULL_TYPE="NonNullType",er.SCHEMA_DEFINITION="SchemaDefinition",er.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",er.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",er.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",er.FIELD_DEFINITION="FieldDefinition",er.INPUT_VALUE_DEFINITION="InputValueDefinition",er.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",er.UNION_TYPE_DEFINITION="UnionTypeDefinition",er.ENUM_TYPE_DEFINITION="EnumTypeDefinition",er.ENUM_VALUE_DEFINITION="EnumValueDefinition",er.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",er.DIRECTIVE_DEFINITION="DirectiveDefinition",er.SCHEMA_EXTENSION="SchemaExtension",er.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",er.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",er.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",er.UNION_TYPE_EXTENSION="UnionTypeExtension",er.ENUM_TYPE_EXTENSION="EnumTypeExtension",er.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension",(ei=el||(el={})).SOF="<SOF>",ei.EOF="<EOF>",ei.BANG="!",ei.DOLLAR="$",ei.AMP="&",ei.PAREN_L="(",ei.PAREN_R=")",ei.SPREAD="...",ei.COLON=":",ei.EQUALS="=",ei.AT="@",ei.BRACKET_L="[",ei.BRACKET_R="]",ei.BRACE_L="{",ei.PIPE="|",ei.BRACE_R="}",ei.NAME="Name",ei.INT="Int",ei.FLOAT="Float",ei.STRING="String",ei.BLOCK_STRING="BlockString",ei.COMMENT="Comment";class S{constructor(e){let t=new E(el.SOF,0,0,0,0);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){return this.lastToken=this.token,this.token=this.lookahead()}lookahead(){let e=this.token;if(e.kind!==el.EOF)do if(e.next)e=e.next;else{let t=function(e,t){let n=e.source.body,r=n.length,i=t;for(;i<r;){let t=n.charCodeAt(i);switch(t){case 65279:case 9:case 32:case 44:++i;continue;case 10:++i,++e.line,e.lineStart=i;continue;case 13:10===n.charCodeAt(i+1)?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return function(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){let e=n.charCodeAt(i);if(10===e||13===e)break;if(O(e))++i;else if(b(n,i))i+=2;else break}return k(e,el.COMMENT,t,i,n.slice(t+1,i))}(e,i);case 33:return k(e,el.BANG,i,i+1);case 36:return k(e,el.DOLLAR,i,i+1);case 38:return k(e,el.AMP,i,i+1);case 40:return k(e,el.PAREN_L,i,i+1);case 41:return k(e,el.PAREN_R,i,i+1);case 46:if(46===n.charCodeAt(i+1)&&46===n.charCodeAt(i+2))return k(e,el.SPREAD,i,i+3);break;case 58:return k(e,el.COLON,i,i+1);case 61:return k(e,el.EQUALS,i,i+1);case 64:return k(e,el.AT,i,i+1);case 91:return k(e,el.BRACKET_L,i,i+1);case 93:return k(e,el.BRACKET_R,i,i+1);case 123:return k(e,el.BRACE_L,i,i+1);case 124:return k(e,el.PIPE,i,i+1);case 125:return k(e,el.BRACE_R,i,i+1);case 34:if(34===n.charCodeAt(i+1)&&34===n.charCodeAt(i+2))return function(e,t){let n=e.source.body,r=n.length,i=e.lineStart,o=t+3,s=o,a="",l=[];for(;o<r;){let r=n.charCodeAt(o);if(34===r&&34===n.charCodeAt(o+1)&&34===n.charCodeAt(o+2)){a+=n.slice(s,o),l.push(a);let r=k(e,el.BLOCK_STRING,t,o+3,(function(e){var t,n;let r=Number.MAX_SAFE_INTEGER,i=null,o=-1;for(let t=0;t<e.length;++t){let s=e[t],a=function(e){let t=0;for(;t<e.length&&y(e.charCodeAt(t));)++t;return t}(s);a!==s.length&&(i=null!==(n=i)&&void 0!==n?n:t,o=t,0!==t&&a<r&&(r=a))}return e.map((e,t)=>0===t?e:e.slice(r)).slice(null!==(t=i)&&void 0!==t?t:0,o+1)})(l).join("\n"));return e.line+=l.length-1,e.lineStart=i,r}if(92===r&&34===n.charCodeAt(o+1)&&34===n.charCodeAt(o+2)&&34===n.charCodeAt(o+3)){a+=n.slice(s,o),s=o+1,o+=4;continue}if(10===r||13===r){a+=n.slice(s,o),l.push(a),13===r&&10===n.charCodeAt(o+1)?o+=2:++o,a="",s=o,i=o;continue}if(O(r))++o;else if(b(n,o))o+=2;else throw m(e.source,o,`Invalid character within String: ${R(e,o)}.`)}throw m(e.source,o,"Unterminated string.")}(e,i);return function(e,t){let n=e.source.body,r=n.length,i=t+1,o=i,s="";for(;i<r;){let r=n.charCodeAt(i);if(34===r)return s+=n.slice(o,i),k(e,el.STRING,t,i+1,s);if(92===r){s+=n.slice(o,i);let t=117===n.charCodeAt(i+1)?123===n.charCodeAt(i+2)?function(e,t){let n=e.source.body,r=0,i=3;for(;i<12;){let e=n.charCodeAt(t+i++);if(125===e){if(i<5||!O(r))break;return{value:String.fromCodePoint(r),size:i}}if((r=r<<4|w(e))<0)break}throw m(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}(e,i):function(e,t){let n=e.source.body,r=M(n,t+2);if(O(r))return{value:String.fromCodePoint(r),size:6};if(I(r)&&92===n.charCodeAt(t+6)&&117===n.charCodeAt(t+7)){let e=M(n,t+8);if(x(e))return{value:String.fromCodePoint(r,e),size:12}}throw m(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}(e,i):function(e,t){let n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:"\n",size:2};case 114:return{value:"\r",size:2};case 116:return{value:"	",size:2}}throw m(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}(e,i);s+=t.value,i+=t.size,o=i;continue}if(10===r||13===r)break;if(O(r))++i;else if(b(n,i))i+=2;else throw m(e.source,i,`Invalid character within String: ${R(e,i)}.`)}throw m(e.source,i,"Unterminated string.")}(e,i)}if(C(t)||45===t)return function(e,t,n){let r=e.source.body,i=t,o=n,s=!1;if(45===o&&(o=r.charCodeAt(++i)),48===o){if(C(o=r.charCodeAt(++i)))throw m(e.source,i,`Invalid number, unexpected digit after 0: ${R(e,i)}.`)}else i=L(e,i,o),o=r.charCodeAt(i);if(46===o&&(s=!0,o=r.charCodeAt(++i),i=L(e,i,o),o=r.charCodeAt(i)),(69===o||101===o)&&(s=!0,(43===(o=r.charCodeAt(++i))||45===o)&&(o=r.charCodeAt(++i)),i=L(e,i,o),o=r.charCodeAt(i)),46===o||N(o))throw m(e.source,i,`Invalid number, expected digit but got: ${R(e,i)}.`);return k(e,s?el.FLOAT:el.INT,t,i,r.slice(t,i))}(e,i,t);if(N(t))return function(e,t){let n=e.source.body,r=n.length,i=t+1;for(;i<r;){var o;if(v(o=n.charCodeAt(i))||C(o)||95===o)++i;else break}return k(e,el.NAME,t,i,n.slice(t,i))}(e,i);throw m(e.source,i,39===t?"Unexpected single quote character ('), did you mean to use a double quote (\")?":O(t)||b(n,i)?`Unexpected character: ${R(e,i)}.`:`Invalid character: ${R(e,i)}.`)}return k(e,el.EOF,r,r)}(this,e.end);e.next=t,t.prev=e,e=t}while(e.kind===el.COMMENT);return e}}function O(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function b(e,t){return I(e.charCodeAt(t))&&x(e.charCodeAt(t+1))}function I(e){return e>=55296&&e<=56319}function x(e){return e>=56320&&e<=57343}function R(e,t){let n=e.source.body.codePointAt(t);if(void 0===n)return el.EOF;if(n>=32&&n<=126){let e=String.fromCodePoint(n);return'"'===e?"'\"'":`"${e}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function k(e,t,n,r,i){let o=e.line,s=1+n-e.lineStart;return new E(t,n,r,o,s,i)}function L(e,t,n){if(!C(n))throw m(e.source,t,`Invalid number, expected digit but got: ${R(e,t)}.`);let r=e.source.body,i=t+1;for(;C(r.charCodeAt(i));)++i;return i}function M(e,t){return w(e.charCodeAt(t))<<12|w(e.charCodeAt(t+1))<<8|w(e.charCodeAt(t+2))<<4|w(e.charCodeAt(t+3))}function w(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function D(e,t){if(!e)throw Error(t)}function P(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return function(e,t){if(null===e)return"null";if(t.includes(e))return"[Circular]";let n=[...t,e];if("function"==typeof e.toJSON){let t=e.toJSON();if(t!==e)return"string"==typeof t?t:P(t,n)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";let n=Math.min(10,e.length),r=e.length-n,i=[];for(let r=0;r<n;++r)i.push(P(e[r],t));return 1===r?i.push("... 1 more item"):r>1&&i.push(`... ${r} more items`),"["+i.join(", ")+"]"}(e,n);return function(e,t){let n=Object.entries(e);return 0===n.length?"{}":t.length>2?"["+function(e){let t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){let t=e.constructor.name;if("string"==typeof t&&""!==t)return t}return t}(e)+"]":"{ "+n.map(([e,n])=>e+": "+P(n,t)).join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}let F=globalThis.process?function(e,t){return e instanceof t}:function(e,t){if(e instanceof t)return!0;if("object"==typeof e&&null!==e){var n;let r=t.prototype[Symbol.toStringTag];if(r===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null===(n=e.constructor)||void 0===n?void 0:n.name)){let t=P(e,[]);throw Error(`Cannot use ${r} "${t}" from another module or realm.

Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.

https://yarnpkg.com/en/docs/selective-version-resolutions

Duplicate "graphql" modules cannot be used at the same time since different
versions may have different capabilities and behavior. The data from one
version used in the function from another could produce confusing and
spurious results.`)}}return!1};class H{constructor(e,t="GraphQL request",n={line:1,column:1}){"string"==typeof e||D(!1,`Body must be a string. Received: ${P(e,[])}.`),this.body=e,this.name=t,this.locationOffset=n,this.locationOffset.line>0||D(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||D(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class U{constructor(e,t={}){let n=F(e,H)?e:new H(e);this._lexer=new S(n),this._options=t,this._tokenCounter=0}parseName(){let e=this.expectToken(el.NAME);return this.node(e,{kind:ea.NAME,value:e.value})}parseDocument(){return this.node(this._lexer.token,{kind:ea.DOCUMENT,definitions:this.many(el.SOF,this.parseDefinition,el.EOF)})}parseDefinition(){if(this.peek(el.BRACE_L))return this.parseOperationDefinition();let e=this.peekDescription(),t=e?this._lexer.lookahead():this._lexer.token;if(t.kind===el.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(e)throw m(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(t.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(t)}parseOperationDefinition(){let e;let t=this._lexer.token;if(this.peek(el.BRACE_L))return this.node(t,{kind:ea.OPERATION_DEFINITION,operation:eo.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});let n=this.parseOperationType();return this.peek(el.NAME)&&(e=this.parseName()),this.node(t,{kind:ea.OPERATION_DEFINITION,operation:n,name:e,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){let e=this.expectToken(el.NAME);switch(e.value){case"query":return eo.QUERY;case"mutation":return eo.MUTATION;case"subscription":return eo.SUBSCRIPTION}throw this.unexpected(e)}parseVariableDefinitions(){return this.optionalMany(el.PAREN_L,this.parseVariableDefinition,el.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:ea.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(el.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(el.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){let e=this._lexer.token;return this.expectToken(el.DOLLAR),this.node(e,{kind:ea.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:ea.SELECTION_SET,selections:this.many(el.BRACE_L,this.parseSelection,el.BRACE_R)})}parseSelection(){return this.peek(el.SPREAD)?this.parseFragment():this.parseField()}parseField(){let e,t;let n=this._lexer.token,r=this.parseName();return this.expectOptionalToken(el.COLON)?(e=r,t=this.parseName()):t=r,this.node(n,{kind:ea.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(el.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(e){let t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(el.PAREN_L,t,el.PAREN_R)}parseArgument(e=!1){let t=this._lexer.token,n=this.parseName();return this.expectToken(el.COLON),this.node(t,{kind:ea.ARGUMENT,name:n,value:this.parseValueLiteral(e)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){let e=this._lexer.token;this.expectToken(el.SPREAD);let t=this.expectOptionalKeyword("on");return!t&&this.peek(el.NAME)?this.node(e,{kind:ea.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(e,{kind:ea.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){let e=this._lexer.token;return(this.expectKeyword("fragment"),!0===this._options.allowLegacyFragmentVariables)?this.node(e,{kind:ea.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(e,{kind:ea.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(e){let t=this._lexer.token;switch(t.kind){case el.BRACKET_L:return this.parseList(e);case el.BRACE_L:return this.parseObject(e);case el.INT:return this.advanceLexer(),this.node(t,{kind:ea.INT,value:t.value});case el.FLOAT:return this.advanceLexer(),this.node(t,{kind:ea.FLOAT,value:t.value});case el.STRING:case el.BLOCK_STRING:return this.parseStringLiteral();case el.NAME:switch(this.advanceLexer(),t.value){case"true":return this.node(t,{kind:ea.BOOLEAN,value:!0});case"false":return this.node(t,{kind:ea.BOOLEAN,value:!1});case"null":return this.node(t,{kind:ea.NULL});default:return this.node(t,{kind:ea.ENUM,value:t.value})}case el.DOLLAR:if(e){if(this.expectToken(el.DOLLAR),this._lexer.token.kind===el.NAME){let e=this._lexer.token.value;throw m(this._lexer.source,t.start,`Unexpected variable "$${e}" in constant value.`)}throw this.unexpected(t)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){let e=this._lexer.token;return this.advanceLexer(),this.node(e,{kind:ea.STRING,value:e.value,block:e.kind===el.BLOCK_STRING})}parseList(e){return this.node(this._lexer.token,{kind:ea.LIST,values:this.any(el.BRACKET_L,()=>this.parseValueLiteral(e),el.BRACKET_R)})}parseObject(e){return this.node(this._lexer.token,{kind:ea.OBJECT,fields:this.any(el.BRACE_L,()=>this.parseObjectField(e),el.BRACE_R)})}parseObjectField(e){let t=this._lexer.token,n=this.parseName();return this.expectToken(el.COLON),this.node(t,{kind:ea.OBJECT_FIELD,name:n,value:this.parseValueLiteral(e)})}parseDirectives(e){let t=[];for(;this.peek(el.AT);)t.push(this.parseDirective(e));return t}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(e){let t=this._lexer.token;return this.expectToken(el.AT),this.node(t,{kind:ea.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e)})}parseTypeReference(){let e;let t=this._lexer.token;if(this.expectOptionalToken(el.BRACKET_L)){let n=this.parseTypeReference();this.expectToken(el.BRACKET_R),e=this.node(t,{kind:ea.LIST_TYPE,type:n})}else e=this.parseNamedType();return this.expectOptionalToken(el.BANG)?this.node(t,{kind:ea.NON_NULL_TYPE,type:e}):e}parseNamedType(){return this.node(this._lexer.token,{kind:ea.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(el.STRING)||this.peek(el.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");let n=this.parseConstDirectives(),r=this.many(el.BRACE_L,this.parseOperationTypeDefinition,el.BRACE_R);return this.node(e,{kind:ea.SCHEMA_DEFINITION,description:t,directives:n,operationTypes:r})}parseOperationTypeDefinition(){let e=this._lexer.token,t=this.parseOperationType();this.expectToken(el.COLON);let n=this.parseNamedType();return this.node(e,{kind:ea.OPERATION_TYPE_DEFINITION,operation:t,type:n})}parseScalarTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");let n=this.parseName(),r=this.parseConstDirectives();return this.node(e,{kind:ea.SCALAR_TYPE_DEFINITION,description:t,name:n,directives:r})}parseObjectTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();return this.node(e,{kind:ea.OBJECT_TYPE_DEFINITION,description:t,name:n,interfaces:r,directives:i,fields:o})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(el.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(el.BRACE_L,this.parseFieldDefinition,el.BRACE_R)}parseFieldDefinition(){let e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),r=this.parseArgumentDefs();this.expectToken(el.COLON);let i=this.parseTypeReference(),o=this.parseConstDirectives();return this.node(e,{kind:ea.FIELD_DEFINITION,description:t,name:n,arguments:r,type:i,directives:o})}parseArgumentDefs(){return this.optionalMany(el.PAREN_L,this.parseInputValueDef,el.PAREN_R)}parseInputValueDef(){let e;let t=this._lexer.token,n=this.parseDescription(),r=this.parseName();this.expectToken(el.COLON);let i=this.parseTypeReference();this.expectOptionalToken(el.EQUALS)&&(e=this.parseConstValueLiteral());let o=this.parseConstDirectives();return this.node(t,{kind:ea.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:e,directives:o})}parseInterfaceTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");let n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),o=this.parseFieldsDefinition();return this.node(e,{kind:ea.INTERFACE_TYPE_DEFINITION,description:t,name:n,interfaces:r,directives:i,fields:o})}parseUnionTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(e,{kind:ea.UNION_TYPE_DEFINITION,description:t,name:n,directives:r,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(el.EQUALS)?this.delimitedMany(el.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(e,{kind:ea.ENUM_TYPE_DEFINITION,description:t,name:n,directives:r,values:i})}parseEnumValuesDefinition(){return this.optionalMany(el.BRACE_L,this.parseEnumValueDefinition,el.BRACE_R)}parseEnumValueDefinition(){let e=this._lexer.token,t=this.parseDescription(),n=this.parseEnumValueName(),r=this.parseConstDirectives();return this.node(e,{kind:ea.ENUM_VALUE_DEFINITION,description:t,name:n,directives:r})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw m(this._lexer.source,this._lexer.token.start,`${B(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");let n=this.parseName(),r=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(e,{kind:ea.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:n,directives:r,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(el.BRACE_L,this.parseInputValueDef,el.BRACE_R)}parseTypeSystemExtension(){let e=this._lexer.lookahead();if(e.kind===el.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)}parseSchemaExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");let t=this.parseConstDirectives(),n=this.optionalMany(el.BRACE_L,this.parseOperationTypeDefinition,el.BRACE_R);if(0===t.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:ea.SCHEMA_EXTENSION,directives:t,operationTypes:n})}parseScalarTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");let t=this.parseName(),n=this.parseConstDirectives();if(0===n.length)throw this.unexpected();return this.node(e,{kind:ea.SCALAR_TYPE_EXTENSION,name:t,directives:n})}parseObjectTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");let t=this.parseName(),n=this.parseImplementsInterfaces(),r=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===n.length&&0===r.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:ea.OBJECT_TYPE_EXTENSION,name:t,interfaces:n,directives:r,fields:i})}parseInterfaceTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");let t=this.parseName(),n=this.parseImplementsInterfaces(),r=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===n.length&&0===r.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:ea.INTERFACE_TYPE_EXTENSION,name:t,interfaces:n,directives:r,fields:i})}parseUnionTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");let t=this.parseName(),n=this.parseConstDirectives(),r=this.parseUnionMemberTypes();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:ea.UNION_TYPE_EXTENSION,name:t,directives:n,types:r})}parseEnumTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");let t=this.parseName(),n=this.parseConstDirectives(),r=this.parseEnumValuesDefinition();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:ea.ENUM_TYPE_EXTENSION,name:t,directives:n,values:r})}parseInputObjectTypeExtension(){let e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");let t=this.parseName(),n=this.parseConstDirectives(),r=this.parseInputFieldsDefinition();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:ea.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:n,fields:r})}parseDirectiveDefinition(){let e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(el.AT);let n=this.parseName(),r=this.parseArgumentDefs(),i=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");let o=this.parseDirectiveLocations();return this.node(e,{kind:ea.DIRECTIVE_DEFINITION,description:t,name:n,arguments:r,repeatable:i,locations:o})}parseDirectiveLocations(){return this.delimitedMany(el.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){let e=this._lexer.token,t=this.parseName();if(Object.prototype.hasOwnProperty.call(es,t.value))return t;throw this.unexpected(e)}node(e,t){return!0!==this._options.noLocation&&(t.loc=new T(e,this._lexer.lastToken,this._lexer.source)),t}peek(e){return this._lexer.token.kind===e}expectToken(e){let t=this._lexer.token;if(t.kind===e)return this.advanceLexer(),t;throw m(this._lexer.source,t.start,`Expected ${j(e)}, found ${B(t)}.`)}expectOptionalToken(e){return this._lexer.token.kind===e&&(this.advanceLexer(),!0)}expectKeyword(e){let t=this._lexer.token;if(t.kind===el.NAME&&t.value===e)this.advanceLexer();else throw m(this._lexer.source,t.start,`Expected "${e}", found ${B(t)}.`)}expectOptionalKeyword(e){let t=this._lexer.token;return t.kind===el.NAME&&t.value===e&&(this.advanceLexer(),!0)}unexpected(e){let t=null!=e?e:this._lexer.token;return m(this._lexer.source,t.start,`Unexpected ${B(t)}.`)}any(e,t,n){this.expectToken(e);let r=[];for(;!this.expectOptionalToken(n);)r.push(t.call(this));return r}optionalMany(e,t,n){if(this.expectOptionalToken(e)){let e=[];do e.push(t.call(this));while(!this.expectOptionalToken(n));return e}return[]}many(e,t,n){this.expectToken(e);let r=[];do r.push(t.call(this));while(!this.expectOptionalToken(n));return r}delimitedMany(e,t){this.expectOptionalToken(e);let n=[];do n.push(t.call(this));while(this.expectOptionalToken(e));return n}advanceLexer(){let{maxTokens:e}=this._options,t=this._lexer.advance();if(void 0!==e&&t.kind!==el.EOF&&(++this._tokenCounter,this._tokenCounter>e))throw m(this._lexer.source,t.start,`Document contains more that ${e} tokens. Parsing aborted.`)}}function B(e){let t=e.value;return j(e.kind)+(null!=t?` "${t}"`:"")}function j(e){return e===el.BANG||e===el.DOLLAR||e===el.AMP||e===el.PAREN_L||e===el.PAREN_R||e===el.SPREAD||e===el.COLON||e===el.EQUALS||e===el.AT||e===el.BRACKET_L||e===el.BRACKET_R||e===el.BRACE_L||e===el.PIPE||e===el.BRACE_R?`"${e}"`:e}let K=/[\x00-\x1f\x22\x5c\x7f-\x9f]/g;function G(e){return V[e.charCodeAt(0)]}let V=["\\u0000","\\u0001","\\u0002","\\u0003","\\u0004","\\u0005","\\u0006","\\u0007","\\b","\\t","\\n","\\u000B","\\f","\\r","\\u000E","\\u000F","\\u0010","\\u0011","\\u0012","\\u0013","\\u0014","\\u0015","\\u0016","\\u0017","\\u0018","\\u0019","\\u001A","\\u001B","\\u001C","\\u001D","\\u001E","\\u001F","","",'\\"',"","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\\\","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","\\u007F","\\u0080","\\u0081","\\u0082","\\u0083","\\u0084","\\u0085","\\u0086","\\u0087","\\u0088","\\u0089","\\u008A","\\u008B","\\u008C","\\u008D","\\u008E","\\u008F","\\u0090","\\u0091","\\u0092","\\u0093","\\u0094","\\u0095","\\u0096","\\u0097","\\u0098","\\u0099","\\u009A","\\u009B","\\u009C","\\u009D","\\u009E","\\u009F"],W=Object.freeze({}),Y={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>z(e.definitions,"\n\n")},OperationDefinition:{leave(e){let t=X("(",z(e.variableDefinitions,", "),")"),n=z([e.operation,z([e.name,t]),z(e.directives," ")]," ");return("query"===n?"":n+" ")+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:t,defaultValue:n,directives:r})=>e+": "+t+X(" = ",n)+X(" ",z(r," "))},SelectionSet:{leave:({selections:e})=>q(e)},Field:{leave({alias:e,name:t,arguments:n,directives:r,selectionSet:i}){let o=X("",e,": ")+t,s=o+X("(",z(n,", "),")");return s.length>80&&(s=o+X("(\n",Q(z(n,"\n")),"\n)")),z([s,z(r," "),i]," ")}},Argument:{leave:({name:e,value:t})=>e+": "+t},FragmentSpread:{leave:({name:e,directives:t})=>"..."+e+X(" ",z(t," "))},InlineFragment:{leave:({typeCondition:e,directives:t,selectionSet:n})=>z(["...",X("on ",e),z(t," "),n]," ")},FragmentDefinition:{leave:({name:e,typeCondition:t,variableDefinitions:n,directives:r,selectionSet:i})=>`fragment ${e}${X("(",z(n,", "),")")} on ${t} ${X("",z(r," ")," ")}`+i},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:t})=>t?function(e,t){let n=e.replace(/"""/g,'\\"""'),r=n.split(/\r\n|[\n\r]/g),i=1===r.length,o=r.length>1&&r.slice(1).every(e=>0===e.length||y(e.charCodeAt(0))),s=n.endsWith('\\"""'),a=e.endsWith('"')&&!s,l=e.endsWith("\\"),u=a||l,c=!i||e.length>70||u||o||s,d="",p=i&&y(e.charCodeAt(0));return(c&&!p||o)&&(d+="\n"),d+=n,(c||u)&&(d+="\n"),'"""'+d+'"""'}(e):`"${e.replace(K,G)}"`},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+z(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+z(e,", ")+"}"},ObjectField:{leave:({name:e,value:t})=>e+": "+t},Directive:{leave:({name:e,arguments:t})=>"@"+e+X("(",z(t,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({description:e,directives:t,operationTypes:n})=>X("",e,"\n")+z(["schema",z(t," "),q(n)]," ")},OperationTypeDefinition:{leave:({operation:e,type:t})=>e+": "+t},ScalarTypeDefinition:{leave:({description:e,name:t,directives:n})=>X("",e,"\n")+z(["scalar",t,z(n," ")]," ")},ObjectTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:i})=>X("",e,"\n")+z(["type",t,X("implements ",z(n," & ")),z(r," "),q(i)]," ")},FieldDefinition:{leave:({description:e,name:t,arguments:n,type:r,directives:i})=>X("",e,"\n")+t+($(n)?X("(\n",Q(z(n,"\n")),"\n)"):X("(",z(n,", "),")"))+": "+r+X(" ",z(i," "))},InputValueDefinition:{leave:({description:e,name:t,type:n,defaultValue:r,directives:i})=>X("",e,"\n")+z([t+": "+n,X("= ",r),z(i," ")]," ")},InterfaceTypeDefinition:{leave:({description:e,name:t,interfaces:n,directives:r,fields:i})=>X("",e,"\n")+z(["interface",t,X("implements ",z(n," & ")),z(r," "),q(i)]," ")},UnionTypeDefinition:{leave:({description:e,name:t,directives:n,types:r})=>X("",e,"\n")+z(["union",t,z(n," "),X("= ",z(r," | "))]," ")},EnumTypeDefinition:{leave:({description:e,name:t,directives:n,values:r})=>X("",e,"\n")+z(["enum",t,z(n," "),q(r)]," ")},EnumValueDefinition:{leave:({description:e,name:t,directives:n})=>X("",e,"\n")+z([t,z(n," ")]," ")},InputObjectTypeDefinition:{leave:({description:e,name:t,directives:n,fields:r})=>X("",e,"\n")+z(["input",t,z(n," "),q(r)]," ")},DirectiveDefinition:{leave:({description:e,name:t,arguments:n,repeatable:r,locations:i})=>X("",e,"\n")+"directive @"+t+($(n)?X("(\n",Q(z(n,"\n")),"\n)"):X("(",z(n,", "),")"))+(r?" repeatable":"")+" on "+z(i," | ")},SchemaExtension:{leave:({directives:e,operationTypes:t})=>z(["extend schema",z(e," "),q(t)]," ")},ScalarTypeExtension:{leave:({name:e,directives:t})=>z(["extend scalar",e,z(t," ")]," ")},ObjectTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>z(["extend type",e,X("implements ",z(t," & ")),z(n," "),q(r)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:t,directives:n,fields:r})=>z(["extend interface",e,X("implements ",z(t," & ")),z(n," "),q(r)]," ")},UnionTypeExtension:{leave:({name:e,directives:t,types:n})=>z(["extend union",e,z(t," "),X("= ",z(n," | "))]," ")},EnumTypeExtension:{leave:({name:e,directives:t,values:n})=>z(["extend enum",e,z(t," "),q(n)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:t,fields:n})=>z(["extend input",e,z(t," "),q(n)]," ")}};function z(e,t=""){var n;return null!==(n=null==e?void 0:e.filter(e=>e).join(t))&&void 0!==n?n:""}function q(e){return X("{\n",Q(z(e,"\n")),"\n}")}function X(e,t,n=""){return null!=t&&""!==t?e+t+n:""}function Q(e){return X("  ",e.replace(/\n/g,"\n  "))}function $(e){var t;return null!==(t=null==e?void 0:e.some(e=>e.includes("\n")))&&void 0!==t&&t}let J=e=>{let t;let n=e.definitions.filter(e=>"OperationDefinition"===e.kind);return 1===n.length&&(t=n[0]?.name?.value),t},Z=e=>{if("string"==typeof e){let t;try{let n=new U(e,void 0).parseDocument();t=J(n)}catch(e){}return{query:e,operationName:t}}let t=J(e);return{query:function(e,t,n=g){let r,i,o;let s=new Map;for(let e of Object.values(ea))s.set(e,function(e,t){let n=e[t];return"object"==typeof n?n:"function"==typeof n?{enter:n,leave:void 0}:{enter:e.enter,leave:e.leave}}(t,e));let a=Array.isArray(e),l=[e],u=-1,c=[],d=e,p=[],f=[];do{var h,m,T;let e;let E=++u===l.length,g=E&&0!==c.length;if(E){if(i=0===f.length?void 0:p[p.length-1],d=o,o=f.pop(),g){if(a){d=d.slice();let e=0;for(let[t,n]of c){let r=t-e;null===n?(d.splice(r,1),e++):d[r]=n}}else for(let[e,t]of(d=Object.defineProperties({},Object.getOwnPropertyDescriptors(d)),c))d[e]=t}u=r.index,l=r.keys,c=r.edits,a=r.inArray,r=r.prev}else if(o){if(null==(d=o[i=a?u:l[u]]))continue;p.push(i)}if(!Array.isArray(d)){A(d)||D(!1,`Invalid AST Node: ${P(d,[])}.`);let n=E?null===(h=s.get(d.kind))||void 0===h?void 0:h.leave:null===(m=s.get(d.kind))||void 0===m?void 0:m.enter;if((e=null==n?void 0:n.call(t,d,i,o,p,f))===W)break;if(!1===e){if(!E){p.pop();continue}}else if(void 0!==e&&(c.push([i,e]),!E)){if(A(e))d=e;else{p.pop();continue}}}void 0===e&&g&&c.push([i,d]),E?p.pop():(r={inArray:a,index:u,keys:l,edits:c,prev:r},l=(a=Array.isArray(d))?d:null!==(T=n[d.kind])&&void 0!==T?T:[],u=-1,c=[],o&&f.push(o),o=d)}while(void 0!==r);return 0!==c.length?c[c.length-1][1]:e}(e,Y),operationName:t}};class ee extends Error{constructor(e,t){super(`${ee.extractMessage(e)}: ${JSON.stringify({response:e,request:t})}`),Object.setPrototypeOf(this,ee.prototype),this.response=e,this.request=t,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,ee)}static extractMessage(e){return e.errors?.[0]?.message??`GraphQL Error (Code: ${e.status})`}}var et,en,er,ei,eo,es,ea,el,eu=n(89925),ec=n.t(eu,2);let ed="ping",ep="pong",ef="complete";class eh{get type(){return this._type}get id(){return this._id}get payload(){return this._payload}constructor(e,t,n){this._type=e,this._payload=t,this._id=n}get text(){let e={type:this.type};return null!=this.id&&void 0!=this.id&&(e.id=this.id),null!=this.payload&&void 0!=this.payload&&(e.payload=this.payload),JSON.stringify(e)}static parse(e,t){let{type:n,payload:r,id:i}=JSON.parse(e);return new eh(n,t(r),i)}}class em{constructor(e,{onInit:t,onAcknowledged:n,onPing:r,onPong:i}){this.socketState={acknowledged:!1,lastRequestId:0,subscriptions:{}},this.socket=e,e.addEventListener("open",async n=>{this.socketState.acknowledged=!1,this.socketState.subscriptions={},e.send(new eh("connection_init",t?await t():null).text)}),e.addEventListener("close",e=>{this.socketState.acknowledged=!1,this.socketState.subscriptions={}}),e.addEventListener("error",e=>{console.error(e)}),e.addEventListener("message",t=>{try{let o=function(e,t=e=>e){return eh.parse(e,t)}(t.data);switch(o.type){case"connection_ack":this.socketState.acknowledged?console.warn("Duplicate CONNECTION_ACK message ignored"):(this.socketState.acknowledged=!0,n&&n(o.payload));return;case ed:r?r(o.payload).then(t=>e.send(eT(t).text)):e.send(eT(null).text);return;case ep:i&&i(o.payload);return}if(!this.socketState.acknowledged||void 0===o.id||null===o.id||!this.socketState.subscriptions[o.id])return;let{query:s,variables:a,subscriber:l}=this.socketState.subscriptions[o.id];switch(o.type){case"next":!o.payload.errors&&o.payload.data&&l.next&&l.next(o.payload.data),o.payload.errors&&l.error&&l.error(new ee({...o.payload,status:200},{query:s,variables:a}));return;case"error":l.error&&l.error(new ee({errors:o.payload,status:200},{query:s,variables:a}));return;case ef:l.complete&&l.complete(),delete this.socketState.subscriptions[o.id];return}}catch(t){console.error(t),e.close(1006)}e.close(4400,"Unknown graphql-ws message.")})}makeSubscribe(e,t,n,r){let i=(this.socketState.lastRequestId++).toString();return this.socketState.subscriptions[i]={query:e,variables:r,subscriber:n},this.socket.send(new eh("subscribe",{query:e,operationName:t,variables:r},i).text),()=>{this.socket.send(new eh(ef,void 0,i).text),delete this.socketState.subscriptions[i]}}rawRequest(e,t){return new Promise((n,r)=>{let i;this.rawSubscribe(e,{next:(e,t)=>i={data:e,extensions:t},error:r,complete:()=>n(i)},t)})}request(e,t){return new Promise((n,r)=>{let i;this.subscribe(e,{next:e=>i=e,error:r,complete:()=>n(i)},t)})}subscribe(e,t,n){let{query:r,operationName:i}=Z(e);return this.makeSubscribe(r,i,t,n)}rawSubscribe(e,t,n){return this.makeSubscribe(e,void 0,t,n)}ping(e){this.socket.send(new eh(ed,e,void 0).text)}close(){this.socket.close(1e3)}}function eT(e){return new eh(ep,e,void 0)}em.PROTOCOL="graphql-transport-ws";let eE=e=>{let t={};return e&&("undefined"!=typeof Headers&&e instanceof Headers||ec&&eu.Headers&&e instanceof eu.Headers?t=o(e):Array.isArray(e)?e.forEach(([e,n])=>{e&&void 0!==n&&(t[e]=n)}):t=e),t},eg=e=>e.replace(/([\s,]|#[^\n\r]+)+/g," ").trim(),e_=e=>{if(!Array.isArray(e.query)){let t=[`query=${encodeURIComponent(eg(e.query))}`];return e.variables&&t.push(`variables=${encodeURIComponent(e.jsonSerializer.stringify(e.variables))}`),e.operationName&&t.push(`operationName=${encodeURIComponent(e.operationName)}`),t.join("&")}if(void 0!==e.variables&&!Array.isArray(e.variables))throw Error("Cannot create query with given variable type, array expected");let t=e.query.reduce((t,n,r)=>(t.push({query:eg(n),variables:e.variables?e.jsonSerializer.stringify(e.variables[r]):void 0}),t),[]);return`query=${encodeURIComponent(e.jsonSerializer.stringify(t))}`},eA=e=>async t=>{let n;let{url:i,query:o,variables:s,operationName:a,fetch:l,fetchOptions:u,middleware:c}=t,d={...t.headers},p="";"POST"===e?"string"==typeof(n=ev(o,s,a,u.jsonSerializer))&&(d["Content-Type"]="application/json"):p=e_({query:o,variables:s,operationName:a,jsonSerializer:u.jsonSerializer??r});let f={method:e,headers:d,body:n,...u},h=i,m=f;if(c){let{url:e,...t}=await Promise.resolve(c({...f,url:i,operationName:a,variables:s}));h=e,m=t}return p&&(h=`${h}?${p}`),await l(h,m)};class ey{constructor(e,t={}){this.url=e,this.requestConfig=t,this.rawRequest=async(...e)=>{let[t,n,r]=e,i=a(t,n,r),{headers:o,fetch:s=eu,method:l="POST",requestMiddleware:u,responseMiddleware:c,...d}=this.requestConfig,{url:p}=this;void 0!==i.signal&&(d.signal=i.signal);let{operationName:f}=Z(i.query);return eC({url:p,query:i.query,variables:i.variables,headers:{...eE(eS(o)),...eE(i.requestHeaders)},operationName:f,fetch:s,method:l,fetchOptions:d,middleware:u}).then(e=>(c&&c(e),e)).catch(e=>{throw c&&c(e),e})}}async request(e,...t){let[n,r]=t,i=s(e,n,r),{headers:o,fetch:a=eu,method:l="POST",requestMiddleware:u,responseMiddleware:c,...d}=this.requestConfig,{url:p}=this;void 0!==i.signal&&(d.signal=i.signal);let{query:f,operationName:h}=Z(i.document);return eC({url:p,query:f,variables:i.variables,headers:{...eE(eS(o)),...eE(i.requestHeaders)},operationName:h,fetch:a,method:l,fetchOptions:d,middleware:u}).then(e=>(c&&c(e),e.data)).catch(e=>{throw c&&c(e),e})}batchRequests(e,t){let n=l(e,t),{headers:r,...i}=this.requestConfig;void 0!==n.signal&&(i.signal=n.signal);let o=n.documents.map(({document:e})=>Z(e).query),s=n.documents.map(({variables:e})=>e);return eC({url:this.url,query:o,variables:s,headers:{...eE(eS(r)),...eE(n.requestHeaders)},operationName:void 0,fetch:this.requestConfig.fetch??eu,method:this.requestConfig.method||"POST",fetchOptions:i,middleware:this.requestConfig.requestMiddleware}).then(e=>(this.requestConfig.responseMiddleware&&this.requestConfig.responseMiddleware(e),e.data)).catch(e=>{throw this.requestConfig.responseMiddleware&&this.requestConfig.responseMiddleware(e),e})}setHeaders(e){return this.requestConfig.headers=e,this}setHeader(e,t){let{headers:n}=this.requestConfig;return n?n[e]=t:this.requestConfig.headers={[e]:t},this}setEndpoint(e){return this.url=e,this}}let eC=async e=>{let{query:t,variables:n,fetchOptions:o}=e,s=eA(i(e.method??"post")),a=Array.isArray(e.query),l=await s(e),u=await eN(l,o.jsonSerializer??r),c=Array.isArray(u)?!u.some(({data:e})=>!e):!!u.data,d=Array.isArray(u)||!u.errors||Array.isArray(u.errors)&&!u.errors.length||"all"===o.errorPolicy||"ignore"===o.errorPolicy;if(l.ok&&d&&c){let{errors:e,...t}=(Array.isArray(u),u),n="ignore"===o.errorPolicy?t:u;return{...a?{data:n}:n,headers:l.headers,status:l.status}}throw new ee({..."string"==typeof u?{error:u}:u,status:l.status,headers:l.headers},{query:t,variables:n})},ev=(e,t,n,i)=>{let o=i??r;if(!Array.isArray(e))return o.stringify({query:e,variables:t,operationName:n});if(void 0!==t&&!Array.isArray(t))throw Error("Cannot create request body with given variable type, array expected");let s=e.reduce((e,n,r)=>(e.push({query:n,variables:t?t[r]:void 0}),e),[]);return o.stringify(s)},eN=async(e,t)=>{let n;return(e.headers.forEach((e,t)=>{"content-type"===t.toLowerCase()&&(n=e)}),n&&(n.toLowerCase().startsWith("application/json")||n.toLowerCase().startsWith("application/graphql+json")||n.toLowerCase().startsWith("application/graphql-response+json")))?t.parse(await e.text()):e.text()},eS=e=>"function"==typeof e?e():e},97622:function(e,t,n){"use strict";n.d(t,{dy:function(){return g},YP:function(){return _}});class r{constructor(e,t,n){this.property=e,this.normal=t,n&&(this.space=n)}}function i(e,t){let n={},i={},o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(i,e[o].normal);return new r(n,i,t)}r.prototype.property={},r.prototype.normal={},r.prototype.space=null;var o=n(62791),s=n(64759);let a={}.hasOwnProperty;function l(e){let t;let n={},i={};for(t in e.properties)if(a.call(e.properties,t)){let r=e.properties[t],a=new s.I(t,e.transform(e.attributes||{},t),r,e.space);e.mustUseProperty&&e.mustUseProperty.includes(t)&&(a.mustUseProperty=!0),n[t]=a,i[(0,o.F)(t)]=t,i[(0,o.F)(a.attribute)]=t}return new r(n,i,e.space)}let u=l({space:"xlink",transform:(e,t)=>"xlink:"+t.slice(5).toLowerCase(),properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),c=l({space:"xml",transform:(e,t)=>"xml:"+t.slice(3).toLowerCase(),properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function d(e,t){return t in e?e[t]:t}function p(e,t){return d(e,t.toLowerCase())}let f=l({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:p,properties:{xmlns:null,xmlnsXLink:null}});var h=n(46154);let m=l({transform:(e,t)=>"role"===t?t:"aria-"+t.slice(4).toLowerCase(),properties:{ariaActiveDescendant:null,ariaAtomic:h.booleanish,ariaAutoComplete:null,ariaBusy:h.booleanish,ariaChecked:h.booleanish,ariaColCount:h.number,ariaColIndex:h.number,ariaColSpan:h.number,ariaControls:h.spaceSeparated,ariaCurrent:null,ariaDescribedBy:h.spaceSeparated,ariaDetails:null,ariaDisabled:h.booleanish,ariaDropEffect:h.spaceSeparated,ariaErrorMessage:null,ariaExpanded:h.booleanish,ariaFlowTo:h.spaceSeparated,ariaGrabbed:h.booleanish,ariaHasPopup:null,ariaHidden:h.booleanish,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:h.spaceSeparated,ariaLevel:h.number,ariaLive:null,ariaModal:h.booleanish,ariaMultiLine:h.booleanish,ariaMultiSelectable:h.booleanish,ariaOrientation:null,ariaOwns:h.spaceSeparated,ariaPlaceholder:null,ariaPosInSet:h.number,ariaPressed:h.booleanish,ariaReadOnly:h.booleanish,ariaRelevant:null,ariaRequired:h.booleanish,ariaRoleDescription:h.spaceSeparated,ariaRowCount:h.number,ariaRowIndex:h.number,ariaRowSpan:h.number,ariaSelected:h.booleanish,ariaSetSize:h.number,ariaSort:null,ariaValueMax:h.number,ariaValueMin:h.number,ariaValueNow:h.number,ariaValueText:null,role:null}}),T=l({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:p,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:h.commaSeparated,acceptCharset:h.spaceSeparated,accessKey:h.spaceSeparated,action:null,allow:null,allowFullScreen:h.boolean,allowPaymentRequest:h.boolean,allowUserMedia:h.boolean,alt:null,as:null,async:h.boolean,autoCapitalize:null,autoComplete:h.spaceSeparated,autoFocus:h.boolean,autoPlay:h.boolean,capture:h.boolean,charSet:null,checked:h.boolean,cite:null,className:h.spaceSeparated,cols:h.number,colSpan:null,content:null,contentEditable:h.booleanish,controls:h.boolean,controlsList:h.spaceSeparated,coords:h.number|h.commaSeparated,crossOrigin:null,data:null,dateTime:null,decoding:null,default:h.boolean,defer:h.boolean,dir:null,dirName:null,disabled:h.boolean,download:h.overloadedBoolean,draggable:h.booleanish,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:h.boolean,formTarget:null,headers:h.spaceSeparated,height:h.number,hidden:h.boolean,high:h.number,href:null,hrefLang:null,htmlFor:h.spaceSeparated,httpEquiv:h.spaceSeparated,id:null,imageSizes:null,imageSrcSet:null,inputMode:null,integrity:null,is:null,isMap:h.boolean,itemId:null,itemProp:h.spaceSeparated,itemRef:h.spaceSeparated,itemScope:h.boolean,itemType:h.spaceSeparated,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:h.boolean,low:h.number,manifest:null,max:null,maxLength:h.number,media:null,method:null,min:null,minLength:h.number,multiple:h.boolean,muted:h.boolean,name:null,nonce:null,noModule:h.boolean,noValidate:h.boolean,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:h.boolean,optimum:h.number,pattern:null,ping:h.spaceSeparated,placeholder:null,playsInline:h.boolean,poster:null,preload:null,readOnly:h.boolean,referrerPolicy:null,rel:h.spaceSeparated,required:h.boolean,reversed:h.boolean,rows:h.number,rowSpan:h.number,sandbox:h.spaceSeparated,scope:null,scoped:h.boolean,seamless:h.boolean,selected:h.boolean,shape:null,size:h.number,sizes:null,slot:null,span:h.number,spellCheck:h.booleanish,src:null,srcDoc:null,srcLang:null,srcSet:null,start:h.number,step:null,style:null,tabIndex:h.number,target:null,title:null,translate:null,type:null,typeMustMatch:h.boolean,useMap:null,value:h.booleanish,width:h.number,wrap:null,align:null,aLink:null,archive:h.spaceSeparated,axis:null,background:null,bgColor:null,border:h.number,borderColor:null,bottomMargin:h.number,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:h.boolean,declare:h.boolean,event:null,face:null,frame:null,frameBorder:null,hSpace:h.number,leftMargin:h.number,link:null,longDesc:null,lowSrc:null,marginHeight:h.number,marginWidth:h.number,noResize:h.boolean,noHref:h.boolean,noShade:h.boolean,noWrap:h.boolean,object:null,profile:null,prompt:null,rev:null,rightMargin:h.number,rules:null,scheme:null,scrolling:h.booleanish,standby:null,summary:null,text:null,topMargin:h.number,valueType:null,version:null,vAlign:null,vLink:null,vSpace:h.number,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:h.boolean,disableRemotePlayback:h.boolean,prefix:null,property:null,results:h.number,security:null,unselectable:null}}),E=l({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:d,properties:{about:h.commaOrSpaceSeparated,accentHeight:h.number,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:h.number,amplitude:h.number,arabicForm:null,ascent:h.number,attributeName:null,attributeType:null,azimuth:h.number,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:h.number,by:null,calcMode:null,capHeight:h.number,className:h.spaceSeparated,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:h.number,diffuseConstant:h.number,direction:null,display:null,dur:null,divisor:h.number,dominantBaseline:null,download:h.boolean,dx:null,dy:null,edgeMode:null,editable:null,elevation:h.number,enableBackground:null,end:null,event:null,exponent:h.number,externalResourcesRequired:null,fill:null,fillOpacity:h.number,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:h.commaSeparated,g2:h.commaSeparated,glyphName:h.commaSeparated,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:h.number,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:h.number,horizOriginX:h.number,horizOriginY:h.number,id:null,ideographic:h.number,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:h.number,k:h.number,k1:h.number,k2:h.number,k3:h.number,k4:h.number,kernelMatrix:h.commaOrSpaceSeparated,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:h.number,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:h.number,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:h.number,overlineThickness:h.number,paintOrder:null,panose1:null,path:null,pathLength:h.number,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:h.spaceSeparated,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:h.number,pointsAtY:h.number,pointsAtZ:h.number,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:h.commaOrSpaceSeparated,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:h.commaOrSpaceSeparated,rev:h.commaOrSpaceSeparated,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:h.commaOrSpaceSeparated,requiredFeatures:h.commaOrSpaceSeparated,requiredFonts:h.commaOrSpaceSeparated,requiredFormats:h.commaOrSpaceSeparated,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:h.number,specularExponent:h.number,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:h.number,strikethroughThickness:h.number,string:null,stroke:null,strokeDashArray:h.commaOrSpaceSeparated,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:h.number,strokeOpacity:h.number,strokeWidth:null,style:null,surfaceScale:h.number,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:h.commaOrSpaceSeparated,tabIndex:h.number,tableValues:null,target:null,targetX:h.number,targetY:h.number,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:h.commaOrSpaceSeparated,to:null,transform:null,u1:null,u2:null,underlinePosition:h.number,underlineThickness:h.number,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:h.number,values:null,vAlphabetic:h.number,vMathematical:h.number,vectorEffect:null,vHanging:h.number,vIdeographic:h.number,version:null,vertAdvY:h.number,vertOriginX:h.number,vertOriginY:h.number,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:h.number,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),g=i([c,u,f,m,T],"html"),_=i([c,u,f,m,E],"svg")},21460:function(e,t,n){"use strict";n.d(t,{s:function(){return u}});var r=n(62791),i=n(64759),o=n(3460);let s=/^data[-\w.:]+$/i,a=/-[a-z]/g,l=/[A-Z]/g;function u(e,t){let n=(0,r.F)(t),u=t,p=o.k;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&"data"===n.slice(0,4)&&s.test(t)){if("-"===t.charAt(4)){let e=t.slice(5).replace(a,d);u="data"+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!a.test(e)){let n=e.replace(l,c);"-"!==n.charAt(0)&&(n="-"+n),t="data"+n}}p=i.I}return new p(u,t)}function c(e){return"-"+e.toLowerCase()}function d(e){return e.charAt(1).toUpperCase()}},62791:function(e,t,n){"use strict";function r(e){return e.toLowerCase()}n.d(t,{F:function(){return r}})},64759:function(e,t,n){"use strict";n.d(t,{I:function(){return s}});var r=n(3460),i=n(46154);let o=Object.keys(i);class s extends r.k{constructor(e,t,n,r){var s,a;let l=-1;if(super(e,t),r&&(this.space=r),"number"==typeof n)for(;++l<o.length;){let e=o[l];s=o[l],(a=(n&i[e])===i[e])&&(this[s]=a)}}}s.prototype.defined=!0},3460:function(e,t,n){"use strict";n.d(t,{k:function(){return r}});class r{constructor(e,t){this.property=e,this.attribute=t}}r.prototype.space=null,r.prototype.boolean=!1,r.prototype.booleanish=!1,r.prototype.overloadedBoolean=!1,r.prototype.number=!1,r.prototype.commaSeparated=!1,r.prototype.spaceSeparated=!1,r.prototype.commaOrSpaceSeparated=!1,r.prototype.mustUseProperty=!1,r.prototype.defined=!1},46154:function(e,t,n){"use strict";n.r(t),n.d(t,{boolean:function(){return i},booleanish:function(){return o},commaOrSpaceSeparated:function(){return c},commaSeparated:function(){return u},number:function(){return a},overloadedBoolean:function(){return s},spaceSeparated:function(){return l}});let r=0,i=d(),o=d(),s=d(),a=d(),l=d(),u=d(),c=d();function d(){return 2**++r}},91998:function(e,t,n){"use strict";n.d(t,{Gc:function(){return O},KN:function(){return F},RV:function(){return b},U2:function(){return E},bc:function(){return P},cI:function(){return ey},t8:function(){return y}});var r=n(78920),i=e=>"checkbox"===e.type,o=e=>e instanceof Date,s=e=>null==e;let a=e=>"object"==typeof e;var l=e=>!s(e)&&!Array.isArray(e)&&a(e)&&!o(e),u=e=>l(e)&&e.target?i(e.target)?e.target.checked:e.target.value:e,c=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,d=(e,t)=>e.has(c(t)),p=e=>{let t=e.constructor&&e.constructor.prototype;return l(t)&&t.hasOwnProperty("isPrototypeOf")},f="undefined"!=typeof window&&void 0!==window.HTMLElement&&"undefined"!=typeof document;function h(e){let t;let n=Array.isArray(e);if(e instanceof Date)t=new Date(e);else if(e instanceof Set)t=new Set(e);else if(!(!(f&&(e instanceof Blob||e instanceof FileList))&&(n||l(e))))return e;else if(t=n?[]:{},n||p(e))for(let n in e)e.hasOwnProperty(n)&&(t[n]=h(e[n]));else t=e;return t}var m=e=>Array.isArray(e)?e.filter(Boolean):[],T=e=>void 0===e,E=(e,t,n)=>{if(!t||!l(e))return n;let r=m(t.split(/[,[\].]+?/)).reduce((e,t)=>s(e)?e:e[t],e);return T(r)||r===e?T(e[t])?n:e[t]:r},g=e=>"boolean"==typeof e,_=e=>/^\w*$/.test(e),A=e=>m(e.replace(/["|']|\]/g,"").split(/\.|\[/)),y=(e,t,n)=>{let r=-1,i=_(t)?[t]:A(t),o=i.length,s=o-1;for(;++r<o;){let t=i[r],o=n;if(r!==s){let n=e[t];o=l(n)||Array.isArray(n)?n:isNaN(+i[r+1])?{}:[]}if("__proto__"===t)return;e[t]=o,e=e[t]}return e};let C={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},v={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},N={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},S=r.createContext(null),O=()=>r.useContext(S),b=e=>{let{children:t,...n}=e;return r.createElement(S.Provider,{value:n},t)};var I=(e,t,n,r=!0)=>{let i={defaultValues:t._defaultValues};for(let o in e)Object.defineProperty(i,o,{get:()=>(t._proxyFormState[o]!==v.all&&(t._proxyFormState[o]=!r||v.all),n&&(n[o]=!0),e[o])});return i},x=e=>l(e)&&!Object.keys(e).length,R=(e,t,n,r)=>{n(e);let{name:i,...o}=e;return x(o)||Object.keys(o).length>=Object.keys(t).length||Object.keys(o).find(e=>t[e]===(!r||v.all))},k=e=>Array.isArray(e)?e:[e],L=(e,t,n)=>!e||!t||e===t||k(e).some(e=>e&&(n?e===t:e.startsWith(t)||t.startsWith(e)));function M(e){let t=r.useRef(e);t.current=e,r.useEffect(()=>{let n=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{n&&n.unsubscribe()}},[e.disabled])}var w=e=>"string"==typeof e,D=(e,t,n,r,i)=>w(e)?(r&&t.watch.add(e),E(n,e,i)):Array.isArray(e)?e.map(e=>(r&&t.watch.add(e),E(n,e))):(r&&(t.watchAll=!0),n);function P(e){let t=O(),{name:n,disabled:i,control:o=t.control,shouldUnregister:s}=e,a=d(o._names.array,n),l=function(e){let t=O(),{control:n=t.control,name:i,defaultValue:o,disabled:s,exact:a}=e||{},l=r.useRef(i);l.current=i,M({disabled:s,subject:n._subjects.values,next:e=>{L(l.current,e.name,a)&&c(h(D(l.current,n._names,e.values||n._formValues,!1,o)))}});let[u,c]=r.useState(n._getWatch(i,o));return r.useEffect(()=>n._removeUnmounted()),u}({control:o,name:n,defaultValue:E(o._formValues,n,E(o._defaultValues,n,e.defaultValue)),exact:!0}),c=function(e){let t=O(),{control:n=t.control,disabled:i,name:o,exact:s}=e||{},[a,l]=r.useState(n._formState),u=r.useRef(!0),c=r.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1}),d=r.useRef(o);return d.current=o,M({disabled:i,next:e=>u.current&&L(d.current,e.name,s)&&R(e,c.current,n._updateFormState)&&l({...n._formState,...e}),subject:n._subjects.state}),r.useEffect(()=>(u.current=!0,c.current.isValid&&n._updateValid(!0),()=>{u.current=!1}),[n]),I(a,n,c.current,!1)}({control:o,name:n,exact:!0}),p=r.useRef(o.register(n,{...e.rules,value:l,...g(e.disabled)?{disabled:e.disabled}:{}}));return r.useEffect(()=>{let e=o._options.shouldUnregister||s,t=(e,t)=>{let n=E(o._fields,e);n&&n._f&&(n._f.mount=t)};if(t(n,!0),e){let e=h(E(o._options.defaultValues,n));y(o._defaultValues,n,e),T(E(o._formValues,n))&&y(o._formValues,n,e)}return()=>{(a?e&&!o._state.action:e)?o.unregister(n):t(n,!1)}},[n,o,a,s]),r.useEffect(()=>{E(o._fields,n)&&o._updateDisabledField({disabled:i,fields:o._fields,name:n,value:E(o._fields,n)._f.value})},[i,n,o]),{field:{name:n,value:l,...g(i)||c.disabled?{disabled:c.disabled||i}:{},onChange:r.useCallback(e=>p.current.onChange({target:{value:u(e),name:n},type:C.CHANGE}),[n]),onBlur:r.useCallback(()=>p.current.onBlur({target:{value:E(o._formValues,n),name:n},type:C.BLUR}),[n,o]),ref:r.useCallback(e=>{let t=E(o._fields,n);t&&e&&(t._f.ref={focus:()=>e.focus(),select:()=>e.select(),setCustomValidity:t=>e.setCustomValidity(t),reportValidity:()=>e.reportValidity()})},[o._fields,n])},formState:c,fieldState:Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!E(c.errors,n)},isDirty:{enumerable:!0,get:()=>!!E(c.dirtyFields,n)},isTouched:{enumerable:!0,get:()=>!!E(c.touchedFields,n)},isValidating:{enumerable:!0,get:()=>!!E(c.validatingFields,n)},error:{enumerable:!0,get:()=>E(c.errors,n)}})}}var F=(e,t,n,r,i)=>t?{...n[e],types:{...n[e]&&n[e].types?n[e].types:{},[r]:i||!0}}:{},H=e=>({isOnSubmit:!e||e===v.onSubmit,isOnBlur:e===v.onBlur,isOnChange:e===v.onChange,isOnAll:e===v.all,isOnTouch:e===v.onTouched}),U=(e,t,n)=>!n&&(t.watchAll||t.watch.has(e)||[...t.watch].some(t=>e.startsWith(t)&&/^\.\w+/.test(e.slice(t.length))));let B=(e,t,n,r)=>{for(let i of n||Object.keys(e)){let n=E(e,i);if(n){let{_f:e,...o}=n;if(e){if(e.refs&&e.refs[0]&&t(e.refs[0],i)&&!r||e.ref&&t(e.ref,e.name)&&!r)break;B(o,t)}else l(o)&&B(o,t)}}};var j=(e,t,n)=>{let r=k(E(e,n));return y(r,"root",t[n]),y(e,n,r),e},K=e=>"file"===e.type,G=e=>"function"==typeof e,V=e=>{if(!f)return!1;let t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},W=e=>w(e),Y=e=>"radio"===e.type,z=e=>e instanceof RegExp;let q={value:!1,isValid:!1},X={value:!0,isValid:!0};var Q=e=>{if(Array.isArray(e)){if(e.length>1){let t=e.filter(e=>e&&e.checked&&!e.disabled).map(e=>e.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!T(e[0].attributes.value)?T(e[0].value)||""===e[0].value?X:{value:e[0].value,isValid:!0}:X:q}return q};let $={isValid:!1,value:null};var J=e=>Array.isArray(e)?e.reduce((e,t)=>t&&t.checked&&!t.disabled?{isValid:!0,value:t.value}:e,$):$;function Z(e,t,n="validate"){if(W(e)||Array.isArray(e)&&e.every(W)||g(e)&&!e)return{type:n,message:W(e)?e:"",ref:t}}var ee=e=>l(e)&&!z(e)?e:{value:e,message:""},et=async(e,t,n,r,o)=>{let{ref:a,refs:u,required:c,maxLength:d,minLength:p,min:f,max:h,pattern:m,validate:_,name:A,valueAsNumber:y,mount:C,disabled:v}=e._f,S=E(t,A);if(!C||v)return{};let O=u?u[0]:a,b=e=>{r&&O.reportValidity&&(O.setCustomValidity(g(e)?"":e||""),O.reportValidity())},I={},R=Y(a),k=i(a),L=(y||K(a))&&T(a.value)&&T(S)||V(a)&&""===a.value||""===S||Array.isArray(S)&&!S.length,M=F.bind(null,A,n,I),D=(e,t,n,r=N.maxLength,i=N.minLength)=>{let o=e?t:n;I[A]={type:e?r:i,message:o,ref:a,...M(e?r:i,o)}};if(o?!Array.isArray(S)||!S.length:c&&(!(R||k)&&(L||s(S))||g(S)&&!S||k&&!Q(u).isValid||R&&!J(u).isValid)){let{value:e,message:t}=W(c)?{value:!!c,message:c}:ee(c);if(e&&(I[A]={type:N.required,message:t,ref:O,...M(N.required,t)},!n))return b(t),I}if(!L&&(!s(f)||!s(h))){let e,t;let r=ee(h),i=ee(f);if(s(S)||isNaN(S)){let n=a.valueAsDate||new Date(S),o=e=>new Date(new Date().toDateString()+" "+e),s="time"==a.type,l="week"==a.type;w(r.value)&&S&&(e=s?o(S)>o(r.value):l?S>r.value:n>new Date(r.value)),w(i.value)&&S&&(t=s?o(S)<o(i.value):l?S<i.value:n<new Date(i.value))}else{let n=a.valueAsNumber||(S?+S:S);s(r.value)||(e=n>r.value),s(i.value)||(t=n<i.value)}if((e||t)&&(D(!!e,r.message,i.message,N.max,N.min),!n))return b(I[A].message),I}if((d||p)&&!L&&(w(S)||o&&Array.isArray(S))){let e=ee(d),t=ee(p),r=!s(e.value)&&S.length>+e.value,i=!s(t.value)&&S.length<+t.value;if((r||i)&&(D(r,e.message,t.message),!n))return b(I[A].message),I}if(m&&!L&&w(S)){let{value:e,message:t}=ee(m);if(z(e)&&!S.match(e)&&(I[A]={type:N.pattern,message:t,ref:a,...M(N.pattern,t)},!n))return b(t),I}if(_){if(G(_)){let e=Z(await _(S,t),O);if(e&&(I[A]={...e,...M(N.validate,e.message)},!n))return b(e.message),I}else if(l(_)){let e={};for(let r in _){if(!x(e)&&!n)break;let i=Z(await _[r](S,t),O,r);i&&(e={...i,...M(r,i.message)},b(i.message),n&&(I[A]=e))}if(!x(e)&&(I[A]={ref:O,...e},!n))return I}}return b(!0),I};function en(e,t){let n=Array.isArray(t)?t:_(t)?[t]:A(t),r=1===n.length?e:function(e,t){let n=t.slice(0,-1).length,r=0;for(;r<n;)e=T(e)?r++:e[t[r++]];return e}(e,n),i=n.length-1,o=n[i];return r&&delete r[o],0!==i&&(l(r)&&x(r)||Array.isArray(r)&&function(e){for(let t in e)if(e.hasOwnProperty(t)&&!T(e[t]))return!1;return!0}(r))&&en(e,n.slice(0,-1)),e}var er=()=>{let e=[];return{get observers(){return e},next:t=>{for(let n of e)n.next&&n.next(t)},subscribe:t=>(e.push(t),{unsubscribe:()=>{e=e.filter(e=>e!==t)}}),unsubscribe:()=>{e=[]}}},ei=e=>s(e)||!a(e);function eo(e,t){if(ei(e)||ei(t))return e===t;if(o(e)&&o(t))return e.getTime()===t.getTime();let n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(let i of n){let n=e[i];if(!r.includes(i))return!1;if("ref"!==i){let e=t[i];if(o(n)&&o(e)||l(n)&&l(e)||Array.isArray(n)&&Array.isArray(e)?!eo(n,e):n!==e)return!1}}return!0}var es=e=>"select-multiple"===e.type,ea=e=>Y(e)||i(e),el=e=>V(e)&&e.isConnected,eu=e=>{for(let t in e)if(G(e[t]))return!0;return!1};function ec(e,t={}){let n=Array.isArray(e);if(l(e)||n)for(let n in e)Array.isArray(e[n])||l(e[n])&&!eu(e[n])?(t[n]=Array.isArray(e[n])?[]:{},ec(e[n],t[n])):s(e[n])||(t[n]=!0);return t}var ed=(e,t)=>(function e(t,n,r){let i=Array.isArray(t);if(l(t)||i)for(let i in t)Array.isArray(t[i])||l(t[i])&&!eu(t[i])?T(n)||ei(r[i])?r[i]=Array.isArray(t[i])?ec(t[i],[]):{...ec(t[i])}:e(t[i],s(n)?{}:n[i],r[i]):r[i]=!eo(t[i],n[i]);return r})(e,t,ec(t)),ep=(e,{valueAsNumber:t,valueAsDate:n,setValueAs:r})=>T(e)?e:t?""===e?NaN:e?+e:e:n&&w(e)?new Date(e):r?r(e):e;function ef(e){let t=e.ref;return(e.refs?e.refs.every(e=>e.disabled):t.disabled)?void 0:K(t)?t.files:Y(t)?J(e.refs).value:es(t)?[...t.selectedOptions].map(({value:e})=>e):i(t)?Q(e.refs).value:ep(T(t.value)?e.ref.value:t.value,e)}var eh=(e,t,n,r)=>{let i={};for(let n of e){let e=E(t,n);e&&y(i,n,e._f)}return{criteriaMode:n,names:[...e],fields:i,shouldUseNativeValidation:r}},em=e=>T(e)?e:z(e)?e.source:l(e)?z(e.value)?e.value.source:e.value:e,eT=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate);function eE(e,t,n){let r=E(e,n);if(r||_(n))return{error:r,name:n};let i=n.split(".");for(;i.length;){let r=i.join("."),o=E(t,r),s=E(e,r);if(o&&!Array.isArray(o)&&n!==r)break;if(s&&s.type)return{name:r,error:s};i.pop()}return{name:n}}var eg=(e,t,n,r,i)=>!i.isOnAll&&(!n&&i.isOnTouch?!(t||e):(n?r.isOnBlur:i.isOnBlur)?!e:(n?!r.isOnChange:!i.isOnChange)||e),e_=(e,t)=>!m(E(e,t)).length&&en(e,t);let eA={mode:v.onSubmit,reValidateMode:v.onChange,shouldFocusError:!0};function ey(e={}){let t=r.useRef(),n=r.useRef(),[a,c]=r.useState({isDirty:!1,isValidating:!1,isLoading:G(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,defaultValues:G(e.defaultValues)?void 0:e.defaultValues});t.current||(t.current={...function(e={}){let t,n={...eA,...e},r={submitCount:0,isDirty:!1,isLoading:G(n.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:n.errors||{},disabled:n.disabled||!1},a={},c=(l(n.defaultValues)||l(n.values))&&h(n.defaultValues||n.values)||{},p=n.shouldUnregister?{}:h(c),_={action:!1,mount:!1,watch:!1},A={mount:new Set,unMount:new Set,array:new Set,watch:new Set},N=0,S={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},O={values:er(),array:er(),state:er()},b=H(n.mode),I=H(n.reValidateMode),R=n.criteriaMode===v.all,L=e=>t=>{clearTimeout(N),N=setTimeout(e,t)},M=async e=>{if(S.isValid||e){let e=n.resolver?x((await q()).errors):await Q(a,!0);e!==r.isValid&&O.state.next({isValid:e})}},P=(e,t)=>{(S.isValidating||S.validatingFields)&&((e||Array.from(A.mount)).forEach(e=>{e&&(t?y(r.validatingFields,e,t):en(r.validatingFields,e))}),O.state.next({validatingFields:r.validatingFields,isValidating:!x(r.validatingFields)}))},F=(e,t)=>{y(r.errors,e,t),O.state.next({errors:r.errors})},W=(e,t,n,r)=>{let i=E(a,e);if(i){let o=E(p,e,T(n)?E(c,e):n);T(o)||r&&r.defaultChecked||t?y(p,e,t?o:ef(i._f)):Z(e,o),_.mount&&M()}},Y=(e,t,n,i,o)=>{let s=!1,l=!1,u={name:e},d=!!(E(a,e)&&E(a,e)._f&&E(a,e)._f.disabled);if(!n||i){S.isDirty&&(l=r.isDirty,r.isDirty=u.isDirty=$(),s=l!==u.isDirty);let n=d||eo(E(c,e),t);l=!!(!d&&E(r.dirtyFields,e)),n||d?en(r.dirtyFields,e):y(r.dirtyFields,e,!0),u.dirtyFields=r.dirtyFields,s=s||S.dirtyFields&&!n!==l}if(n){let t=E(r.touchedFields,e);t||(y(r.touchedFields,e,n),u.touchedFields=r.touchedFields,s=s||S.touchedFields&&t!==n)}return s&&o&&O.state.next(u),s?u:{}},z=(n,i,o,s)=>{let a=E(r.errors,n),l=S.isValid&&g(i)&&r.isValid!==i;if(e.delayError&&o?(t=L(()=>F(n,o)))(e.delayError):(clearTimeout(N),t=null,o?y(r.errors,n,o):en(r.errors,n)),(o?!eo(a,o):a)||!x(s)||l){let e={...s,...l&&g(i)?{isValid:i}:{},errors:r.errors,name:n};r={...r,...e},O.state.next(e)}},q=async e=>{P(e,!0);let t=await n.resolver(p,n.context,eh(e||A.mount,a,n.criteriaMode,n.shouldUseNativeValidation));return P(e),t},X=async e=>{let{errors:t}=await q(e);if(e)for(let n of e){let e=E(t,n);e?y(r.errors,n,e):en(r.errors,n)}else r.errors=t;return t},Q=async(e,t,i={valid:!0})=>{for(let o in e){let s=e[o];if(s){let{_f:e,...a}=s;if(e){let a=A.array.has(e.name);P([o],!0);let l=await et(s,p,R,n.shouldUseNativeValidation&&!t,a);if(P([o]),l[e.name]&&(i.valid=!1,t))break;t||(E(l,e.name)?a?j(r.errors,l,e.name):y(r.errors,e.name,l[e.name]):en(r.errors,e.name))}x(a)||await Q(a,t,i)}}return i.valid},$=(e,t)=>(e&&t&&y(p,e,t),!eo(ev(),c)),J=(e,t,n)=>D(e,A,{..._.mount?p:T(t)?c:w(e)?{[e]:t}:t},n,t),Z=(e,t,n={})=>{let r=E(a,e),o=t;if(r){let n=r._f;n&&(n.disabled||y(p,e,ep(t,n)),o=V(n.ref)&&s(t)?"":t,es(n.ref)?[...n.ref.options].forEach(e=>e.selected=o.includes(e.value)):n.refs?i(n.ref)?n.refs.length>1?n.refs.forEach(e=>(!e.defaultChecked||!e.disabled)&&(e.checked=Array.isArray(o)?!!o.find(t=>t===e.value):o===e.value)):n.refs[0]&&(n.refs[0].checked=!!o):n.refs.forEach(e=>e.checked=e.value===o):K(n.ref)?n.ref.value="":(n.ref.value=o,n.ref.type||O.values.next({name:e,values:{...p}})))}(n.shouldDirty||n.shouldTouch)&&Y(e,o,n.shouldTouch,n.shouldDirty,!0),n.shouldValidate&&eC(e)},ee=(e,t,n)=>{for(let r in t){let i=t[r],s=`${e}.${r}`,l=E(a,s);!A.array.has(e)&&ei(i)&&(!l||l._f)||o(i)?Z(s,i,n):ee(s,i,n)}},eu=(e,t,n={})=>{let i=E(a,e),o=A.array.has(e),l=h(t);y(p,e,l),o?(O.array.next({name:e,values:{...p}}),(S.isDirty||S.dirtyFields)&&n.shouldDirty&&O.state.next({name:e,dirtyFields:ed(c,p),isDirty:$(e,l)})):!i||i._f||s(l)?Z(e,l,n):ee(e,l,n),U(e,A)&&O.state.next({...r}),O.values.next({name:_.mount?e:void 0,values:{...p}})},ec=async e=>{_.mount=!0;let i=e.target,o=i.name,s=!0,l=E(a,o),c=e=>{s=Number.isNaN(e)||e===E(p,o,e)};if(l){let d,f;let h=i.type?ef(l._f):u(e),m=e.type===C.BLUR||e.type===C.FOCUS_OUT,T=!eT(l._f)&&!n.resolver&&!E(r.errors,o)&&!l._f.deps||eg(m,E(r.touchedFields,o),r.isSubmitted,I,b),g=U(o,A,m);y(p,o,h),m?(l._f.onBlur&&l._f.onBlur(e),t&&t(0)):l._f.onChange&&l._f.onChange(e);let _=Y(o,h,m,!1),v=!x(_)||g;if(m||O.values.next({name:o,type:e.type,values:{...p}}),T)return S.isValid&&M(),v&&O.state.next({name:o,...g?{}:_});if(!m&&g&&O.state.next({...r}),n.resolver){let{errors:e}=await q([o]);if(c(h),s){let t=eE(r.errors,a,o),n=eE(e,a,t.name||o);d=n.error,o=n.name,f=x(e)}}else P([o],!0),d=(await et(l,p,R,n.shouldUseNativeValidation))[o],P([o]),c(h),s&&(d?f=!1:S.isValid&&(f=await Q(a,!0)));s&&(l._f.deps&&eC(l._f.deps),z(o,f,d,_))}},ey=(e,t)=>{if(E(r.errors,t)&&e.focus)return e.focus(),1},eC=async(e,t={})=>{let i,o;let s=k(e);if(n.resolver){let t=await X(T(e)?e:s);i=x(t),o=e?!s.some(e=>E(t,e)):i}else e?((o=(await Promise.all(s.map(async e=>{let t=E(a,e);return await Q(t&&t._f?{[e]:t}:t)}))).every(Boolean))||r.isValid)&&M():o=i=await Q(a);return O.state.next({...!w(e)||S.isValid&&i!==r.isValid?{}:{name:e},...n.resolver||!e?{isValid:i}:{},errors:r.errors}),t.shouldFocus&&!o&&B(a,ey,e?s:A.mount),o},ev=e=>{let t={..._.mount?p:c};return T(e)?t:w(e)?E(t,e):e.map(e=>E(t,e))},eN=(e,t)=>({invalid:!!E((t||r).errors,e),isDirty:!!E((t||r).dirtyFields,e),error:E((t||r).errors,e),isValidating:!!E(r.validatingFields,e),isTouched:!!E((t||r).touchedFields,e)}),eS=(e,t,n)=>{let i=(E(a,e,{_f:{}})._f||{}).ref,{ref:o,message:s,type:l,...u}=E(r.errors,e)||{};y(r.errors,e,{...u,...t,ref:i}),O.state.next({name:e,errors:r.errors,isValid:!1}),n&&n.shouldFocus&&i&&i.focus&&i.focus()},eO=(e,t={})=>{for(let i of e?k(e):A.mount)A.mount.delete(i),A.array.delete(i),t.keepValue||(en(a,i),en(p,i)),t.keepError||en(r.errors,i),t.keepDirty||en(r.dirtyFields,i),t.keepTouched||en(r.touchedFields,i),t.keepIsValidating||en(r.validatingFields,i),n.shouldUnregister||t.keepDefaultValue||en(c,i);O.values.next({values:{...p}}),O.state.next({...r,...t.keepDirty?{isDirty:$()}:{}}),t.keepIsValid||M()},eb=({disabled:e,name:t,field:n,fields:r,value:i})=>{if(g(e)&&_.mount||e){let o=e?void 0:T(i)?ef(n?n._f:E(r,t)._f):i;y(p,t,o),Y(t,o,!1,!1,!0)}},eI=(e,t={})=>{let r=E(a,e),i=g(t.disabled);return y(a,e,{...r||{},_f:{...r&&r._f?r._f:{ref:{name:e}},name:e,mount:!0,...t}}),A.mount.add(e),r?eb({field:r,disabled:t.disabled,name:e,value:t.value}):W(e,!0,t.value),{...i?{disabled:t.disabled}:{},...n.progressive?{required:!!t.required,min:em(t.min),max:em(t.max),minLength:em(t.minLength),maxLength:em(t.maxLength),pattern:em(t.pattern)}:{},name:e,onChange:ec,onBlur:ec,ref:i=>{if(i){eI(e,t),r=E(a,e);let n=T(i.value)&&i.querySelectorAll&&i.querySelectorAll("input,select,textarea")[0]||i,o=ea(n),s=r._f.refs||[];(o?s.find(e=>e===n):n===r._f.ref)||(y(a,e,{_f:{...r._f,...o?{refs:[...s.filter(el),n,...Array.isArray(E(c,e))?[{}]:[]],ref:{type:n.type,name:e}}:{ref:n}}}),W(e,!1,void 0,n))}else(r=E(a,e,{}))._f&&(r._f.mount=!1),(n.shouldUnregister||t.shouldUnregister)&&!(d(A.array,e)&&_.action)&&A.unMount.add(e)}}},ex=()=>n.shouldFocusError&&B(a,ey,A.mount),eR=(e,t)=>async i=>{let o;i&&(i.preventDefault&&i.preventDefault(),i.persist&&i.persist());let s=h(p);if(O.state.next({isSubmitting:!0}),n.resolver){let{errors:e,values:t}=await q();r.errors=e,s=t}else await Q(a);if(en(r.errors,"root"),x(r.errors)){O.state.next({errors:{}});try{await e(s,i)}catch(e){o=e}}else t&&await t({...r.errors},i),ex(),setTimeout(ex);if(O.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:x(r.errors)&&!o,submitCount:r.submitCount+1,errors:r.errors}),o)throw o},ek=(t,n={})=>{let i=t?h(t):c,o=h(i),s=x(t),l=s?c:o;if(n.keepDefaultValues||(c=i),!n.keepValues){if(n.keepDirtyValues)for(let e of A.mount)E(r.dirtyFields,e)?y(l,e,E(p,e)):eu(e,E(l,e));else{if(f&&T(t))for(let e of A.mount){let t=E(a,e);if(t&&t._f){let e=Array.isArray(t._f.refs)?t._f.refs[0]:t._f.ref;if(V(e)){let t=e.closest("form");if(t){t.reset();break}}}}a={}}p=e.shouldUnregister?n.keepDefaultValues?h(c):{}:h(l),O.array.next({values:{...l}}),O.values.next({values:{...l}})}A={mount:n.keepDirtyValues?A.mount:new Set,unMount:new Set,array:new Set,watch:new Set,watchAll:!1,focus:""},_.mount=!S.isValid||!!n.keepIsValid||!!n.keepDirtyValues,_.watch=!!e.shouldUnregister,O.state.next({submitCount:n.keepSubmitCount?r.submitCount:0,isDirty:!s&&(n.keepDirty?r.isDirty:!!(n.keepDefaultValues&&!eo(t,c))),isSubmitted:!!n.keepIsSubmitted&&r.isSubmitted,dirtyFields:s?{}:n.keepDirtyValues?n.keepDefaultValues&&p?ed(c,p):r.dirtyFields:n.keepDefaultValues&&t?ed(c,t):n.keepDirty?r.dirtyFields:{},touchedFields:n.keepTouched?r.touchedFields:{},errors:n.keepErrors?r.errors:{},isSubmitSuccessful:!!n.keepIsSubmitSuccessful&&r.isSubmitSuccessful,isSubmitting:!1})},eL=(e,t)=>ek(G(e)?e(p):e,t);return{control:{register:eI,unregister:eO,getFieldState:eN,handleSubmit:eR,setError:eS,_executeSchema:q,_getWatch:J,_getDirty:$,_updateValid:M,_removeUnmounted:()=>{for(let e of A.unMount){let t=E(a,e);t&&(t._f.refs?t._f.refs.every(e=>!el(e)):!el(t._f.ref))&&eO(e)}A.unMount=new Set},_updateFieldArray:(e,t=[],n,i,o=!0,s=!0)=>{if(i&&n){if(_.action=!0,s&&Array.isArray(E(a,e))){let t=n(E(a,e),i.argA,i.argB);o&&y(a,e,t)}if(s&&Array.isArray(E(r.errors,e))){let t=n(E(r.errors,e),i.argA,i.argB);o&&y(r.errors,e,t),e_(r.errors,e)}if(S.touchedFields&&s&&Array.isArray(E(r.touchedFields,e))){let t=n(E(r.touchedFields,e),i.argA,i.argB);o&&y(r.touchedFields,e,t)}S.dirtyFields&&(r.dirtyFields=ed(c,p)),O.state.next({name:e,isDirty:$(e,t),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else y(p,e,t)},_updateDisabledField:eb,_getFieldArray:t=>m(E(_.mount?p:c,t,e.shouldUnregister?E(c,t,[]):[])),_reset:ek,_resetDefaultValues:()=>G(n.defaultValues)&&n.defaultValues().then(e=>{eL(e,n.resetOptions),O.state.next({isLoading:!1})}),_updateFormState:e=>{r={...r,...e}},_disableForm:e=>{g(e)&&(O.state.next({disabled:e}),B(a,(t,n)=>{let r=E(a,n);r&&(t.disabled=r._f.disabled||e,Array.isArray(r._f.refs)&&r._f.refs.forEach(t=>{t.disabled=r._f.disabled||e}))},0,!1))},_subjects:O,_proxyFormState:S,_setErrors:e=>{r.errors=e,O.state.next({errors:r.errors,isValid:!1})},get _fields(){return a},get _formValues(){return p},get _state(){return _},set _state(value){_=value},get _defaultValues(){return c},get _names(){return A},set _names(value){A=value},get _formState(){return r},set _formState(value){r=value},get _options(){return n},set _options(value){n={...n,...value}}},trigger:eC,register:eI,handleSubmit:eR,watch:(e,t)=>G(e)?O.values.subscribe({next:n=>e(J(void 0,t),n)}):J(e,t,!0),setValue:eu,getValues:ev,reset:eL,resetField:(e,t={})=>{E(a,e)&&(T(t.defaultValue)?eu(e,h(E(c,e))):(eu(e,t.defaultValue),y(c,e,h(t.defaultValue))),t.keepTouched||en(r.touchedFields,e),t.keepDirty||(en(r.dirtyFields,e),r.isDirty=t.defaultValue?$(e,h(E(c,e))):$()),!t.keepError&&(en(r.errors,e),S.isValid&&M()),O.state.next({...r}))},clearErrors:e=>{e&&k(e).forEach(e=>en(r.errors,e)),O.state.next({errors:e?r.errors:{}})},unregister:eO,setError:eS,setFocus:(e,t={})=>{let n=E(a,e),r=n&&n._f;if(r){let e=r.refs?r.refs[0]:r.ref;e.focus&&(e.focus(),t.shouldSelect&&e.select())}},getFieldState:eN}}(e),formState:a});let p=t.current.control;return p._options=e,M({subject:p._subjects.state,next:e=>{R(e,p._proxyFormState,p._updateFormState,!0)&&c({...p._formState})}}),r.useEffect(()=>p._disableForm(e.disabled),[p,e.disabled]),r.useEffect(()=>{if(p._proxyFormState.isDirty){let e=p._getDirty();e!==a.isDirty&&p._subjects.state.next({isDirty:e})}},[p,a.isDirty]),r.useEffect(()=>{e.values&&!eo(e.values,n.current)?(p._reset(e.values,p._options.resetOptions),n.current=e.values,c(e=>({...e}))):p._resetDefaultValues()},[e.values,p]),r.useEffect(()=>{e.errors&&p._setErrors(e.errors)},[e.errors,p]),r.useEffect(()=>{p._state.mount||(p._updateValid(),p._state.mount=!0),p._state.watch&&(p._state.watch=!1,p._subjects.state.next({...p._formState})),p._removeUnmounted()}),r.useEffect(()=>{e.shouldUnregister&&p._subjects.values.next({values:p._getWatch()})},[e.shouldUnregister,p]),t.current.formState=I(a,p),t.current}},19544:function(e,t,n){"use strict";n.d(t,{Z:function(){return O}});var r=n(31421),i=n(97622),o=n(21460),s=n(62791);let a=/[#.]/g;var l=n(38369),u=n(66761);let c=new Set(["menu","submit","reset","button"]),d={}.hasOwnProperty;function p(e,t,n){let r=n&&function(e){let t={},n=-1;for(;++n<e.length;)t[e[n].toLowerCase()]=e[n];return t}(n);return function(n,i,...s){let p,h=-1;if(null==n)p={type:"root",children:[]},s.unshift(i);else{var m;if((p=function(e,t){let n,r;let i=e||"",o={},s=0;for(;s<i.length;){a.lastIndex=s;let e=a.exec(i),t=i.slice(s,e?e.index:i.length);t&&(n?"#"===n?o.id=t:Array.isArray(o.className)?o.className.push(t):o.className=[t]:r=t,s+=t.length),e&&(n=e[0],s++)}return{type:"element",tagName:r||t||"div",properties:o,children:[]}}(n,t)).tagName=p.tagName.toLowerCase(),r&&d.call(r,p.tagName)&&(p.tagName=r[p.tagName]),m=p.tagName,!(null==i||"object"!=typeof i||Array.isArray(i))&&("input"===m||!i.type||"string"!=typeof i.type||!("children"in i&&Array.isArray(i.children))&&("button"===m?c.has(i.type.toLowerCase()):!("value"in i)))){let t;for(t in i)d.call(i,t)&&function(e,t,n,r){let i;let s=(0,o.s)(e,n),a=-1;if(null!=r){if("number"==typeof r){if(Number.isNaN(r))return;i=r}else i="boolean"==typeof r?r:"string"==typeof r?s.spaceSeparated?(0,l.Q)(r):s.commaSeparated?(0,u.Q)(r):s.commaOrSpaceSeparated?(0,l.Q)((0,u.Q)(r).join(" ")):f(s,s.property,r):Array.isArray(r)?r.concat():"style"===s.property?function(e){let t;let n=[];for(t in e)d.call(e,t)&&n.push([t,e[t]].join(": "));return n.join("; ")}(r):String(r);if(Array.isArray(i)){let e=[];for(;++a<i.length;)e[a]=f(s,s.property,i[a]);i=e}"className"===s.property&&Array.isArray(t.className)&&(i=t.className.concat(i)),t[s.property]=i}}(e,p.properties,t,i[t])}else s.unshift(i)}for(;++h<s.length;)!function e(t,n){let r=-1;if(null==n);else if("string"==typeof n||"number"==typeof n)t.push({type:"text",value:String(n)});else if(Array.isArray(n))for(;++r<n.length;)e(t,n[r]);else if("object"==typeof n&&"type"in n)"root"===n.type?e(t,n.children):t.push(n);else throw Error("Expected node, nodes, or string, got `"+n+"`")}(p.children,s[h]);return"element"===p.type&&"template"===p.tagName&&(p.content={type:"root",children:p.children},p.children=[]),p}}function f(e,t,n){if("string"==typeof n){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(""===n||(0,s.F)(n)===(0,s.F)(t)))return!0}return n}let h=p(i.YP,"g",["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"]),m=p(i.dy,"div");var T=n(65374);let E={}.hasOwnProperty,g=Object.prototype;function _(e,t){let n;switch(t.nodeName){case"#comment":return n={type:"comment",value:t.data},y(e,t,n),n;case"#document":case"#document-fragment":{let r="mode"in t&&("quirks"===t.mode||"limited-quirks"===t.mode);if(n={type:"root",children:A(e,t.childNodes),data:{quirksMode:r}},e.file&&e.location){let t=String(e.file),r=function(e){let t=String(e),n=[],r=/\r?\n|\r/g;for(;r.test(t);)n.push(r.lastIndex);return n.push(t.length+1),{toPoint:function(e){let t=-1;if("number"==typeof e&&e>-1&&e<n[n.length-1]){for(;++t<n.length;)if(n[t]>e)return{line:t+1,column:e-(t>0?n[t-1]:0)+1,offset:e}}return{line:void 0,column:void 0,offset:void 0}},toOffset:function(e){let t=e&&e.line,r=e&&e.column;if("number"==typeof t&&"number"==typeof r&&!Number.isNaN(t)&&!Number.isNaN(r)&&t-1 in n){let e=(n[t-2]||0)+r-1||0;if(e>-1&&e<n[n.length-1])return e}return -1}}}(t),i=r.toPoint(0),o=r.toPoint(t.length);n.position={start:i,end:o}}return n}case"#documentType":return y(e,t,n={type:"doctype"}),n;case"#text":return n={type:"text",value:t.value},y(e,t,n),n;default:return function(e,t){let n=e.schema;e.schema=t.namespaceURI===T.t.svg?i.YP:i.dy;let r=-1,o={};for(;++r<t.attrs.length;){let e=t.attrs[r],n=(e.prefix?e.prefix+":":"")+e.name;E.call(g,n)||(o[n]=e.value)}let s=("svg"===e.schema.space?h:m)(t.tagName,o,A(e,t.childNodes));if(y(e,t,s),"template"===s.tagName){let n=t.sourceCodeLocation,r=n&&n.startTag&&C(n.startTag),i=n&&n.endTag&&C(n.endTag),o=_(e,t.content);r&&i&&e.file&&(o.position={start:r.end,end:i.start}),s.content=o}return e.schema=n,s}(e,t)}}function A(e,t){let n=-1,r=[];for(;++n<t.length;)r[n]=_(e,t[n]);return r}function y(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){let r=function(e,t,n){let r=C(n);if("element"===t.type){let i=t.children[t.children.length-1];if(r&&!n.endTag&&i&&i.position&&i.position.end&&(r.end=Object.assign({},i.position.end)),e.verbose){let r;let i={};if(n.attrs)for(r in n.attrs)E.call(n.attrs,r)&&(i[(0,o.s)(e.schema,r).property]=C(n.attrs[r]));t.data={position:{opening:C(n.startTag),closing:n.endTag?C(n.endTag):null,properties:i}}}}return r}(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function C(e){let t=v({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=v({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function v(e){return e.line&&e.column?e:void 0}let N={abandonedHeadElementChild:{reason:"Unexpected metadata element after head",description:"Unexpected element after head. Expected the element before `</head>`",url:!1},abruptClosingOfEmptyComment:{reason:"Unexpected abruptly closed empty comment",description:"Unexpected `>` or `->`. Expected `-->` to close comments"},abruptDoctypePublicIdentifier:{reason:"Unexpected abruptly closed public identifier",description:"Unexpected `>`. Expected a closing `\"` or `'` after the public identifier"},abruptDoctypeSystemIdentifier:{reason:"Unexpected abruptly closed system identifier",description:"Unexpected `>`. Expected a closing `\"` or `'` after the identifier identifier"},absenceOfDigitsInNumericCharacterReference:{reason:"Unexpected non-digit at start of numeric character reference",description:"Unexpected `%c`. Expected `[0-9]` for decimal references or `[0-9a-fA-F]` for hexadecimal references"},cdataInHtmlContent:{reason:"Unexpected CDATA section in HTML",description:"Unexpected `<![CDATA[` in HTML. Remove it, use a comment, or encode special characters instead"},characterReferenceOutsideUnicodeRange:{reason:"Unexpected too big numeric character reference",description:"Unexpectedly high character reference. Expected character references to be at most hexadecimal 10ffff (or decimal 1114111)"},closingOfElementWithOpenChildElements:{reason:"Unexpected closing tag with open child elements",description:"Unexpectedly closing tag. Expected other tags to be closed first",url:!1},controlCharacterInInputStream:{reason:"Unexpected control character",description:"Unexpected control character `%x`. Expected a non-control code point, 0x00, or ASCII whitespace"},controlCharacterReference:{reason:"Unexpected control character reference",description:"Unexpectedly control character in reference. Expected a non-control code point, 0x00, or ASCII whitespace"},disallowedContentInNoscriptInHead:{reason:"Disallowed content inside `<noscript>` in `<head>`",description:"Unexpected text character `%c`. Only use text in `<noscript>`s in `<body>`",url:!1},duplicateAttribute:{reason:"Unexpected duplicate attribute",description:"Unexpectedly double attribute. Expected attributes to occur only once"},endTagWithAttributes:{reason:"Unexpected attribute on closing tag",description:"Unexpected attribute. Expected `>` instead"},endTagWithTrailingSolidus:{reason:"Unexpected slash at end of closing tag",description:"Unexpected `%c-1`. Expected `>` instead"},endTagWithoutMatchingOpenElement:{reason:"Unexpected unopened end tag",description:"Unexpected end tag. Expected no end tag or another end tag",url:!1},eofBeforeTagName:{reason:"Unexpected end of file",description:"Unexpected end of file. Expected tag name instead"},eofInCdata:{reason:"Unexpected end of file in CDATA",description:"Unexpected end of file. Expected `]]>` to close the CDATA"},eofInComment:{reason:"Unexpected end of file in comment",description:"Unexpected end of file. Expected `-->` to close the comment"},eofInDoctype:{reason:"Unexpected end of file in doctype",description:"Unexpected end of file. Expected a valid doctype (such as `<!doctype html>`)"},eofInElementThatCanContainOnlyText:{reason:"Unexpected end of file in element that can only contain text",description:"Unexpected end of file. Expected text or a closing tag",url:!1},eofInScriptHtmlCommentLikeText:{reason:"Unexpected end of file in comment inside script",description:"Unexpected end of file. Expected `-->` to close the comment"},eofInTag:{reason:"Unexpected end of file in tag",description:"Unexpected end of file. Expected `>` to close the tag"},incorrectlyClosedComment:{reason:"Incorrectly closed comment",description:"Unexpected `%c-1`. Expected `-->` to close the comment"},incorrectlyOpenedComment:{reason:"Incorrectly opened comment",description:"Unexpected `%c`. Expected `<!--` to open the comment"},invalidCharacterSequenceAfterDoctypeName:{reason:"Invalid sequence after doctype name",description:"Unexpected sequence at `%c`. Expected `public` or `system`"},invalidFirstCharacterOfTagName:{reason:"Invalid first character in tag name",description:"Unexpected `%c`. Expected an ASCII letter instead"},misplacedDoctype:{reason:"Misplaced doctype",description:"Unexpected doctype. Expected doctype before head",url:!1},misplacedStartTagForHeadElement:{reason:"Misplaced `<head>` start tag",description:"Unexpected start tag `<head>`. Expected `<head>` directly after doctype",url:!1},missingAttributeValue:{reason:"Missing attribute value",description:"Unexpected `%c-1`. Expected an attribute value or no `%c-1` instead"},missingDoctype:{reason:"Missing doctype before other content",description:"Expected a `<!doctype html>` before anything else",url:!1},missingDoctypeName:{reason:"Missing doctype name",description:"Unexpected doctype end at `%c`. Expected `html` instead"},missingDoctypePublicIdentifier:{reason:"Missing public identifier in doctype",description:"Unexpected `%c`. Expected identifier for `public` instead"},missingDoctypeSystemIdentifier:{reason:"Missing system identifier in doctype",description:'Unexpected `%c`. Expected identifier for `system` instead (suggested: `"about:legacy-compat"`)'},missingEndTagName:{reason:"Missing name in end tag",description:"Unexpected `%c`. Expected an ASCII letter instead"},missingQuoteBeforeDoctypePublicIdentifier:{reason:"Missing quote before public identifier in doctype",description:"Unexpected `%c`. Expected `\"` or `'` instead"},missingQuoteBeforeDoctypeSystemIdentifier:{reason:"Missing quote before system identifier in doctype",description:"Unexpected `%c`. Expected `\"` or `'` instead"},missingSemicolonAfterCharacterReference:{reason:"Missing semicolon after character reference",description:"Unexpected `%c`. Expected `;` instead"},missingWhitespaceAfterDoctypePublicKeyword:{reason:"Missing whitespace after public identifier in doctype",description:"Unexpected `%c`. Expected ASCII whitespace instead"},missingWhitespaceAfterDoctypeSystemKeyword:{reason:"Missing whitespace after system identifier in doctype",description:"Unexpected `%c`. Expected ASCII whitespace instead"},missingWhitespaceBeforeDoctypeName:{reason:"Missing whitespace before doctype name",description:"Unexpected `%c`. Expected ASCII whitespace instead"},missingWhitespaceBetweenAttributes:{reason:"Missing whitespace between attributes",description:"Unexpected `%c`. Expected ASCII whitespace instead"},missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:{reason:"Missing whitespace between public and system identifiers in doctype",description:"Unexpected `%c`. Expected ASCII whitespace instead"},nestedComment:{reason:"Unexpected nested comment",description:"Unexpected `<!--`. Expected `-->`"},nestedNoscriptInHead:{reason:"Unexpected nested `<noscript>` in `<head>`",description:"Unexpected `<noscript>`. Expected a closing tag or a meta element",url:!1},nonConformingDoctype:{reason:"Unexpected non-conforming doctype declaration",description:'Expected `<!doctype html>` or `<!doctype html system "about:legacy-compat">`',url:!1},nonVoidHtmlElementStartTagWithTrailingSolidus:{reason:"Unexpected trailing slash on start tag of non-void element",description:"Unexpected `/`. Expected `>` instead"},noncharacterCharacterReference:{reason:"Unexpected noncharacter code point referenced by character reference",description:"Unexpected code point. Do not use noncharacters in HTML"},noncharacterInInputStream:{reason:"Unexpected noncharacter character",description:"Unexpected code point `%x`. Do not use noncharacters in HTML"},nullCharacterReference:{reason:"Unexpected NULL character referenced by character reference",description:"Unexpected code point. Do not use NULL characters in HTML"},openElementsLeftAfterEof:{reason:"Unexpected end of file",description:"Unexpected end of file. Expected closing tag instead",url:!1},surrogateCharacterReference:{reason:"Unexpected surrogate character referenced by character reference",description:"Unexpected code point. Do not use lone surrogate characters in HTML"},surrogateInInputStream:{reason:"Unexpected surrogate character",description:"Unexpected code point `%x`. Do not use lone surrogate characters in HTML"},unexpectedCharacterAfterDoctypeSystemIdentifier:{reason:"Invalid character after system identifier in doctype",description:"Unexpected character at `%c`. Expected `>`"},unexpectedCharacterInAttributeName:{reason:"Unexpected character in attribute name",description:"Unexpected `%c`. Expected whitespace, `/`, `>`, `=`, or probably an ASCII letter"},unexpectedCharacterInUnquotedAttributeValue:{reason:"Unexpected character in unquoted attribute value",description:"Unexpected `%c`. Quote the attribute value to include it"},unexpectedEqualsSignBeforeAttributeName:{reason:"Unexpected equals sign before attribute name",description:"Unexpected `%c`. Add an attribute name before it"},unexpectedNullCharacter:{reason:"Unexpected NULL character",description:"Unexpected code point `%x`. Do not use NULL characters in HTML"},unexpectedQuestionMarkInsteadOfTagName:{reason:"Unexpected question mark instead of tag name",description:"Unexpected `%c`. Expected an ASCII letter instead"},unexpectedSolidusInTag:{reason:"Unexpected slash in tag",description:"Unexpected `%c-1`. Expected it followed by `>` or in a quoted attribute value"},unknownNamedCharacterReference:{reason:"Unexpected unknown named character reference",description:"Unexpected character reference. Expected known named character references"}},S={2:!0,1:!1,0:null};function O(e){let t=Object.assign({},this.data("settings"),e);Object.assign(this,{Parser:function(e,n){let o=t.fragment?"parseFragment":"parse";return function(e,t){let n,r;let o=t||{};return"messages"in o?(r=o,n={}):(r=o.file||void 0,n=o),_({schema:"svg"===n.space?i.YP:i.dy,file:r,verbose:n.verbose,location:!1},e)}(new r({sourceCodeLocationInfo:!0,onParseError:t.emitParseErrors?function(r){let i=r.code,o=i.replace(/-[a-z]/g,e=>e.charAt(1).toUpperCase()),s=t[o],a=null==s||s,l="number"==typeof a?a:a?1:0,u={line:r.startLine,column:r.startCol,offset:r.startOffset},c={line:r.endLine,column:r.endCol,offset:r.endOffset};if(l){let e=N[o]||{reason:"",description:"",url:""},t=n.message(d(e.reason),{start:u,end:c});t.source="parse-error",t.ruleId=i,t.fatal=S[l],t.note=d(e.description),t.url="url"in e&&!1===e.url?null:"https://html.spec.whatwg.org/multipage/parsing.html#parse-error-"+i}function d(t){return t.replace(/%c(?:-(\d+))?/g,(t,n)=>{let i=n?-Number.parseInt(n,10):0,o=e.charAt(r.startOffset+i);return"`"===o?"` ` `":o}).replace(/%x/g,()=>"0x"+e.charCodeAt(r.startOffset).toString(16).toUpperCase())}}:null,scriptingEnabled:!1})[o](e),{space:t.space,file:n,verbose:t.verbose})}})}},55728:function(e,t,n){"use strict";n.d(t,{Z:function(){return h}});var r=n(97622),i=n(21460);let o={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};var s=n(38369),a=n(66761),l=n(37101),u=n(65374);let c={}.hasOwnProperty;var d=n(63818);let p={}.hasOwnProperty,f=new Set(["table","thead","tbody","tfoot","tr"]);function h(e){if(!e||"function"!=typeof e.createElement)throw TypeError("createElement is not a function");let t=e.createElement,n=!1!==e.fixTableCellAlign;function h(n,r,i){if(i&&f.has(n)&&(i=i.filter(e=>!function(e){let t=e&&"object"==typeof e&&"text"===e.type?e.value||"":e;return"string"==typeof t&&""===t.replace(/[ \t\n\f\r]/g,"")}(e))),e.components&&p.call(e.components,n)){let o=e.components[n];return e.passNode&&"function"==typeof o&&(r=Object.assign({node:this},r)),t(o,r,i)}return t(n,r,i)}Object.assign(this,{Compiler:function(p){let f=function(e,t,n){let d,p;if("function"!=typeof e)throw TypeError("h is not a function");let f=function(e){let t=e("div",{});return!!(t&&("_owner"in t||"_store"in t)&&(void 0===t.key||null===t.key))}(e),h=function(e){let t=e("div",{});return!!(t&&t.context&&t.context._isVue)}(e),m="VirtualNode"===e("div",{}).type;if("string"==typeof n||"boolean"==typeof n?(d=n,n={}):(n||(n={}),d=n.prefix),t&&"root"===t.type){let e=t.children[0];p=1===t.children.length&&"element"===e.type?e:{type:"element",tagName:"div",properties:{},children:t.children}}else if(t&&"element"===t.type)p=t;else throw Error("Expected root or element, not `"+(t&&t.type||t)+"`");return function e(t,n,d){let p;let f=d.schema,h=f,m=n.tagName,T={},E=[],g=-1;for(p in"html"===f.space&&"svg"===m.toLowerCase()&&(h=r.YP,d.schema=h),n.properties)n.properties&&c.call(n.properties,p)&&function(e,t,n,r,u){let c;let d=(0,i.s)(r.schema,t);null==n||"number"==typeof n&&Number.isNaN(n)||!1===n&&(r.vue||r.vdom||r.hyperscript)||!n&&d.boolean&&(r.vue||r.vdom||r.hyperscript)||(Array.isArray(n)&&(n=d.commaSeparated?(0,a.P)(n):(0,s.P)(n)),d.boolean&&r.hyperscript&&(n=""),"style"===d.property&&"string"==typeof n&&(r.react||r.vue||r.vdom)&&(n=function(e,t){let n={};try{l(e,(e,t)=>{"-ms-"===e.slice(0,4)&&(e="ms-"+e.slice(4)),n[e.replace(/-([a-z])/g,(e,t)=>t.toUpperCase())]=t})}catch(e){throw e.message=t+"[style]"+e.message.slice(9),e}return n}(n,u)),r.vue?"style"!==d.property&&(c="attrs"):!d.mustUseProperty&&(r.vdom?"style"!==d.property&&(c="attributes"):r.hyperscript&&(c="attrs")),c?e[c]=Object.assign(e[c]||{},{[d.attribute]:n}):d.space&&r.react?e[o[d.property]||d.property]=n:e[d.attribute]=n)}(T,p,n.properties[p],d,m);if(d.vdom&&("html"===h.space?m=m.toUpperCase():h.space&&(T.namespace=u.t[h.space])),d.prefix&&(d.key++,T.key=d.prefix+d.key),n.children)for(;++g<n.children.length;){let r=n.children[g];"element"===r.type?E.push(e(t,r,d)):"text"===r.type&&E.push(r.value)}return d.schema=f,E.length>0?t.call(n,m,T,E):t.call(n,m,T)}(e,p,{schema:"svg"===n.space?r.YP:r.dy,prefix:null==d?f||h||m?"h-":void 0:"string"==typeof d?d:d?"h-":void 0,key:0,react:f,vue:h,vdom:m,hyperscript:"context"in e&&"cleanup"in e})}(h,n?d(p):p,e.prefix);return"root"===p.type?(f=f&&"object"==typeof f&&"type"in f&&"props"in f&&"div"===f.type&&(1!==p.children.length||"element"!==p.children[0].type)?f.props.children:[f],t(e.Fragment||"div",{},f)):f}})}},38369:function(e,t,n){"use strict";function r(e){let t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function i(e){return e.join(" ").trim()}n.d(t,{P:function(){return i},Q:function(){return r}})},76382:function(e,t,n){"use strict";function r(e){if(e)throw e}n.d(t,{l:function(){return _}});var i=n(90098),o=n(89725);function s(e){if("object"!=typeof e||null===e)return!1;let t=Object.getPrototypeOf(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function a(e){return u(e&&e.line)+":"+u(e&&e.column)}function l(e){return a(e&&e.start)+"-"+a(e&&e.end)}function u(e){return e&&"number"==typeof e?e:1}class c extends Error{constructor(e,t,n){var r;let i=[null,null],o={start:{line:null,column:null},end:{line:null,column:null}};if(super(),"string"==typeof t&&(n=t,t=void 0),"string"==typeof n){let e=n.indexOf(":");-1===e?i[1]=n:(i[0]=n.slice(0,e),i[1]=n.slice(e+1))}t&&("type"in t||"position"in t?t.position&&(o=t.position):"start"in t||"end"in t?o=t:("line"in t||"column"in t)&&(o.start=t)),this.name=((r=t)&&"object"==typeof r?"position"in r||"type"in r?l(r.position):"start"in r||"end"in r?l(r):"line"in r||"column"in r?a(r):"":"")||"1:1",this.message="object"==typeof e?e.message:e,this.stack="","object"==typeof e&&e.stack&&(this.stack=e.stack),this.reason=this.message,this.fatal,this.line=o.start.line,this.column=o.start.column,this.position=o,this.source=i[0],this.ruleId=i[1],this.file,this.actual,this.expected,this.url,this.note}}c.prototype.file="",c.prototype.name="",c.prototype.reason="",c.prototype.message="",c.prototype.stack="",c.prototype.fatal=null,c.prototype.column=null,c.prototype.line=null,c.prototype.source=null,c.prototype.ruleId=null,c.prototype.position=null;let d={basename:function(e,t){let n;if(void 0!==t&&"string"!=typeof t)throw TypeError('"ext" argument must be a string');p(e);let r=0,i=-1,o=e.length;if(void 0===t||0===t.length||t.length>e.length){for(;o--;)if(47===e.charCodeAt(o)){if(n){r=o+1;break}}else i<0&&(n=!0,i=o+1);return i<0?"":e.slice(r,i)}if(t===e)return"";let s=-1,a=t.length-1;for(;o--;)if(47===e.charCodeAt(o)){if(n){r=o+1;break}}else s<0&&(n=!0,s=o+1),a>-1&&(e.charCodeAt(o)===t.charCodeAt(a--)?a<0&&(i=o):(a=-1,i=s));return r===i?i=s:i<0&&(i=e.length),e.slice(r,i)},dirname:function(e){let t;if(p(e),0===e.length)return".";let n=-1,r=e.length;for(;--r;)if(47===e.charCodeAt(r)){if(t){n=r;break}}else t||(t=!0);return n<0?47===e.charCodeAt(0)?"/":".":1===n&&47===e.charCodeAt(0)?"//":e.slice(0,n)},extname:function(e){let t;p(e);let n=e.length,r=-1,i=0,o=-1,s=0;for(;n--;){let a=e.charCodeAt(n);if(47===a){if(t){i=n+1;break}continue}r<0&&(t=!0,r=n+1),46===a?o<0?o=n:1!==s&&(s=1):o>-1&&(s=-1)}return o<0||r<0||0===s||1===s&&o===r-1&&o===i+1?"":e.slice(o,r)},join:function(...e){let t,n=-1;for(;++n<e.length;)p(e[n]),e[n]&&(t=void 0===t?e[n]:t+"/"+e[n]);return void 0===t?".":function(e){p(e);let t=47===e.charCodeAt(0),n=function(e,t){let n,r,i="",o=0,s=-1,a=0,l=-1;for(;++l<=e.length;){if(l<e.length)n=e.charCodeAt(l);else if(47===n)break;else n=47;if(47===n){if(s===l-1||1===a);else if(s!==l-1&&2===a){if(i.length<2||2!==o||46!==i.charCodeAt(i.length-1)||46!==i.charCodeAt(i.length-2)){if(i.length>2){if((r=i.lastIndexOf("/"))!==i.length-1){r<0?(i="",o=0):o=(i=i.slice(0,r)).length-1-i.lastIndexOf("/"),s=l,a=0;continue}}else if(i.length>0){i="",o=0,s=l,a=0;continue}}t&&(i=i.length>0?i+"/..":"..",o=2)}else i.length>0?i+="/"+e.slice(s+1,l):i=e.slice(s+1,l),o=l-s-1;s=l,a=0}else 46===n&&a>-1?a++:a=-1}return i}(e,!t);return 0!==n.length||t||(n="."),n.length>0&&47===e.charCodeAt(e.length-1)&&(n+="/"),t?"/"+n:n}(t)},sep:"/"};function p(e){if("string"!=typeof e)throw TypeError("Path must be a string. Received "+JSON.stringify(e))}function f(e){return null!==e&&"object"==typeof e&&e.href&&e.origin}let h=["history","path","basename","stem","extname","dirname"];class m{constructor(e){let t,n;t=e?"string"==typeof e||i(e)?{value:e}:f(e)?{path:e}:e:{},this.data={},this.messages=[],this.history=[],this.cwd="/",this.value,this.stored,this.result,this.map;let r=-1;for(;++r<h.length;){let e=h[r];e in t&&void 0!==t[e]&&null!==t[e]&&(this[e]="history"===e?[...t[e]]:t[e])}for(n in t)h.includes(n)||(this[n]=t[n])}get path(){return this.history[this.history.length-1]}set path(e){f(e)&&(e=function(e){if("string"==typeof e)e=new URL(e);else if(!f(e)){let t=TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if("file:"!==e.protocol){let e=TypeError("The URL must be of scheme file");throw e.code="ERR_INVALID_URL_SCHEME",e}return function(e){if(""!==e.hostname){let e=TypeError('File URL host must be "localhost" or empty on darwin');throw e.code="ERR_INVALID_FILE_URL_HOST",e}let t=e.pathname,n=-1;for(;++n<t.length;)if(37===t.charCodeAt(n)&&50===t.charCodeAt(n+1)){let e=t.charCodeAt(n+2);if(70===e||102===e){let e=TypeError("File URL path must not include encoded / characters");throw e.code="ERR_INVALID_FILE_URL_PATH",e}}return decodeURIComponent(t)}(e)}(e)),E(e,"path"),this.path!==e&&this.history.push(e)}get dirname(){return"string"==typeof this.path?d.dirname(this.path):void 0}set dirname(e){g(this.basename,"dirname"),this.path=d.join(e||"",this.basename)}get basename(){return"string"==typeof this.path?d.basename(this.path):void 0}set basename(e){E(e,"basename"),T(e,"basename"),this.path=d.join(this.dirname||"",e)}get extname(){return"string"==typeof this.path?d.extname(this.path):void 0}set extname(e){if(T(e,"extname"),g(this.dirname,"extname"),e){if(46!==e.charCodeAt(0))throw Error("`extname` must start with `.`");if(e.includes(".",1))throw Error("`extname` cannot contain multiple dots")}this.path=d.join(this.dirname,this.stem+(e||""))}get stem(){return"string"==typeof this.path?d.basename(this.path,this.extname):void 0}set stem(e){E(e,"stem"),T(e,"stem"),this.path=d.join(this.dirname||"",e+(this.extname||""))}toString(e){return(this.value||"").toString(e||void 0)}message(e,t,n){let r=new c(e,t,n);return this.path&&(r.name=this.path+":"+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}info(e,t,n){let r=this.message(e,t,n);return r.fatal=null,r}fail(e,t,n){let r=this.message(e,t,n);throw r.fatal=!0,r}}function T(e,t){if(e&&e.includes(d.sep))throw Error("`"+t+"` cannot be a path: did not expect `"+d.sep+"`")}function E(e,t){if(!e)throw Error("`"+t+"` cannot be empty")}function g(e,t){if(!e)throw Error("Setting `"+t+"` requires `path` to be set too")}let _=(function e(){let t;let n=function(){let e=[],t={run:function(...t){let n=-1,r=t.pop();if("function"!=typeof r)throw TypeError("Expected function as last argument, not "+r);!function i(o,...s){let a=e[++n],l=-1;if(o){r(o);return}for(;++l<t.length;)(null===s[l]||void 0===s[l])&&(s[l]=t[l]);t=s,a?(function(e,t){let n;return function(...t){let o;let s=e.length>t.length;s&&t.push(r);try{o=e.apply(this,t)}catch(e){if(s&&n)throw e;return r(e)}s||(o instanceof Promise?o.then(i,r):o instanceof Error?r(o):i(o))};function r(e,...i){n||(n=!0,t(e,...i))}function i(e){r(null,e)}})(a,i)(...s):r(null,...s)}(null,...t)},use:function(n){if("function"!=typeof n)throw TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}};return t}(),a=[],l={},u=-1;return c.data=function(e,n){return"string"==typeof e?2==arguments.length?(N("data",t),l[e]=n,c):A.call(l,e)&&l[e]||null:e?(N("data",t),l=e,c):l},c.Parser=void 0,c.Compiler=void 0,c.freeze=function(){if(t)return c;for(;++u<a.length;){let[e,...t]=a[u];if(!1===t[0])continue;!0===t[0]&&(t[0]=void 0);let r=e.call(c,...t);"function"==typeof r&&n.use(r)}return t=!0,u=Number.POSITIVE_INFINITY,c},c.attachers=a,c.use=function(e,...n){let r;if(N("use",t),null==e);else if("function"==typeof e)d(e,...n);else if("object"==typeof e)Array.isArray(e)?u(e):i(e);else throw TypeError("Expected usable value, not `"+e+"`");return r&&(l.settings=Object.assign(l.settings||{},r)),c;function i(e){u(e.plugins),e.settings&&(r=Object.assign(r||{},e.settings))}function u(e){let t=-1;if(null==e);else if(Array.isArray(e))for(;++t<e.length;)!function(e){if("function"==typeof e)d(e);else if("object"==typeof e){if(Array.isArray(e)){let[t,...n]=e;d(t,...n)}else i(e)}else throw TypeError("Expected usable value, not `"+e+"`")}(e[t]);else throw TypeError("Expected a list of plugins, not `"+e+"`")}function d(e,t){let n,r=-1;for(;++r<a.length;)if(a[r][0]===e){n=a[r];break}n?(s(n[1])&&s(t)&&(t=o(!0,n[1],t)),n[1]=t):a.push([...arguments])}},c.parse=function(e){c.freeze();let t=b(e),n=c.Parser;return(C("parse",n),y(n,"parse"))?new n(String(t),t).parse():n(String(t),t)},c.stringify=function(e,t){c.freeze();let n=b(t),r=c.Compiler;return(v("stringify",r),S(e),y(r,"compile"))?new r(e,n).compile():r(e,n)},c.run=function(e,t,r){if(S(e),c.freeze(),r||"function"!=typeof t||(r=t,t=void 0),!r)return new Promise(i);function i(i,o){n.run(e,b(t),function(t,n,s){n=n||e,t?o(t):i?i(n):r(null,n,s)})}i(null,r)},c.runSync=function(e,t){let n,i;return c.run(e,t,function(e,t){r(e),n=t,i=!0}),O("runSync","run",i),n},c.process=function(e,t){if(c.freeze(),C("process",c.Parser),v("process",c.Compiler),!t)return new Promise(n);function n(n,r){let o=b(e);function s(e,i){e||!i?r(e):n?n(i):t(null,i)}c.run(c.parse(o),o,(e,t,n)=>{if(!e&&t&&n){let r=c.stringify(t,n);null==r||("string"==typeof r||i(r)?n.value=r:n.result=r),s(e,n)}else s(e)})}n(null,t)},c.processSync=function(e){let t;c.freeze(),C("processSync",c.Parser),v("processSync",c.Compiler);let n=b(e);return c.process(n,function(e){t=!0,r(e)}),O("processSync","process",t),n},c;function c(){let t=e(),n=-1;for(;++n<a.length;)t.use(...a[n]);return t.data(o(!0,{},l)),t}})().freeze(),A={}.hasOwnProperty;function y(e,t){return"function"==typeof e&&e.prototype&&(function(e){let t;for(t in e)if(A.call(e,t))return!0;return!1}(e.prototype)||t in e.prototype)}function C(e,t){if("function"!=typeof t)throw TypeError("Cannot `"+e+"` without `Parser`")}function v(e,t){if("function"!=typeof t)throw TypeError("Cannot `"+e+"` without `Compiler`")}function N(e,t){if(t)throw Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function S(e){if(!s(e)||"string"!=typeof e.type)throw TypeError("Expected node, got `"+e+"`")}function O(e,t,n){if(!n)throw Error("`"+e+"` finished async. Use `"+t+"` instead")}function b(e){return e&&"object"==typeof e&&"message"in e&&"messages"in e?e:new m(e)}},65374:function(e,t,n){"use strict";n.d(t,{t:function(){return r}});let r={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}}}]);