rotion 0.0.9 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/exporter/blocks.js +9 -2
- package/dist/exporter/blocks.js.map +1 -1
- package/dist/exporter/types.d.ts +21 -1
- package/dist/ui/cjs/index.js +1 -1
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/style.css +48 -37
- package/dist/ui/cjs/types/exporter/types.d.ts +21 -1
- package/dist/ui/cjs/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/Page/PageIcon/PageIcon.d.ts +2 -1
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/DateMention/DateMention.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/DateMention/DateMention.types.d.ts +0 -2
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/LinkPreviewMention/LinkPreviewMention.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +4 -0
- package/dist/ui/{esm/types/ui/components/Page/RichText/Mention/PageMention/PageMention.types.d.ts → cjs/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts} +1 -3
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/UserMention/UserMention.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/UserMention/UserMention.types.d.ts +2 -2
- package/dist/ui/cjs/types/ui/components/tokens.stylex.d.ts +15 -5
- package/dist/ui/esm/index.js +1 -1
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/style.css +48 -37
- package/dist/ui/esm/types/exporter/types.d.ts +21 -1
- package/dist/ui/esm/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/Page/PageIcon/PageIcon.d.ts +2 -1
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/DateMention/DateMention.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/DateMention/DateMention.types.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/LinkPreviewMention/LinkPreviewMention.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +4 -0
- package/dist/ui/{cjs/types/ui/components/Page/RichText/Mention/PageMention/PageMention.types.d.ts → esm/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts} +1 -3
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/UserMention/UserMention.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/UserMention/UserMention.types.d.ts +2 -2
- package/dist/ui/esm/types/ui/components/tokens.stylex.d.ts +15 -5
- package/dist/ui/types.d.ts +25 -4
- package/dist/ui/umd/index.js +1 -1
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/style.css +48 -37
- package/dist/ui/umd/types/exporter/types.d.ts +21 -1
- package/dist/ui/umd/types/ui/components/Page/FileBlock/FileBlock.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/Page/PageIcon/PageIcon.d.ts +2 -1
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/DateMention/DateMention.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/DateMention/DateMention.types.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/LinkPreviewMention/LinkPreviewMention.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/PageOrDatabaseMention.d.ts +4 -0
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/{PageMention/PageMention.types.d.ts → PageOrDatabaseMention/PageOrDatabaseMention.types.d.ts} +1 -3
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageOrDatabaseMention/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/UserMention/UserMention.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/UserMention/UserMention.types.d.ts +2 -2
- package/dist/ui/umd/types/ui/components/tokens.stylex.d.ts +15 -5
- package/package.json +6 -4
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageMention/PageMention.d.ts +0 -4
- package/dist/ui/cjs/types/ui/components/Page/RichText/Mention/PageMention/index.d.ts +0 -2
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageMention/PageMention.d.ts +0 -4
- package/dist/ui/esm/types/ui/components/Page/RichText/Mention/PageMention/index.d.ts +0 -2
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageMention/PageMention.d.ts +0 -4
- package/dist/ui/umd/types/ui/components/Page/RichText/Mention/PageMention/index.d.ts +0 -2
package/dist/ui/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e,{useState as t,useMemo as r,useEffect as n}from"react";import a from"mermaid";import l from"prismjs";var o={},i={};Object.defineProperty(i,"__esModule",{value:!0}),i.styleq=void 0;var s=new WeakMap;function c(e){var t,r,n;return null!=e&&(t=!0===e.disableCache,r=!0===e.disableMix,n=e.transform),function(){for(var e=[],a="",l=null,o=t?null:s,i=new Array(arguments.length),c=0;c<arguments.length;c++)i[c]=arguments[c];for(;i.length>0;){var u=i.pop();if(null!=u&&!1!==u)if(Array.isArray(u))for(var h=0;h<u.length;h++)i.push(u[h]);else{var d=null!=n?n(u):u;if(d.$$css){var m="";if(null!=o&&o.has(d)){var p=o.get(d);null!=p&&(m=p[0],e.push.apply(e,p[1]),o=p[2])}else{var g=[];for(var x in d){var f=d[x];"$$css"!==x&&("string"==typeof f||null===f?e.includes(x)||(e.push(x),null!=o&&g.push(x),"string"==typeof f&&(m+=m?" "+f:f)):console.error("styleq: ".concat(x," typeof ").concat(String(f),' is not "string" or "null".')))}if(null!=o){var b=new WeakMap;o.set(d,[m,g,b]),o=b}}m&&(a=a?m+" "+a:m)}else if(r)null==l&&(l={}),l=Object.assign({},d,l);else{var v=null;for(var y in d){var k=d[y];void 0!==k&&(e.includes(y)||(null!=k&&(null==l&&(l={}),null==v&&(v={}),v[y]=k),e.push(y),o=null))}null!=v&&(l=Object.assign(v,l))}}}return[a,l]}}var u,h=c();i.styleq=h,h.factory=c,Object.defineProperty(o,"__esModule",{value:!0}),o.__monkey_patch__=function(e,t){"types"===e?Object.assign(b,t):S[e]=t},o.keyframes=o.include=o.firstThatWorks=o.defineVars=u=o.default=o.createTheme=o.create=void 0,o.props=m,o.types=o.stylex=void 0;var d=i;function m(){const e=this;for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if(S.props)return S.props.call(e,r);const[a,l]=(0,d.styleq)(r),o={};return null!=a&&""!==a&&(o.className=a),null!=l&&Object.keys(l).length>0&&(o.style=l),o}const p=o.create=function(e){if(null!=S.create){return(0,S.create)(e)}throw new Error("stylex.create should never be called. It should be compiled away.")},g=o.defineVars=function(e){if(S.defineVars)return S.defineVars(e);throw new Error("stylex.defineVars should never be called. It should be compiled away.")},x=o.createTheme=(e,t)=>{if(S.createTheme)return S.createTheme(e,t);throw new Error("stylex.createTheme should never be called. It should be compiled away.")},f=o.include=e=>{if(S.include)return S.include(e);throw new Error("stylex.extends should never be called. It should be compiled away.")},b=o.types={angle:e=>{throw new Error(v("angle"))},color:e=>{throw new Error(v("color"))},url:e=>{throw new Error(v("url"))},image:e=>{throw new Error(v("image"))},integer:e=>{throw new Error(v("integer"))},lengthPercentage:e=>{throw new Error(v("lengthPercentage"))},length:e=>{throw new Error(v("length"))},percentage:e=>{throw new Error(v("percentage"))},number:e=>{throw new Error(v("number"))},resolution:e=>{throw new Error(v("resolution"))},time:e=>{throw new Error(v("time"))},transformFunction:e=>{throw new Error(v("transformFunction"))},transformList:e=>{throw new Error(v("transformList"))}},v=e=>`stylex.types.${e} should be compiled away by @stylexjs/babel-plugin`,y=e=>{if(S.keyframes)return S.keyframes(e);throw new Error("stylex.keyframes should never be called")};o.keyframes=y;const k=function(){if(S.firstThatWorks)return S.firstThatWorks(...arguments);throw new Error("stylex.firstThatWorks should never be called.")};function w(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];const[n]=(0,d.styleq)(t);return n}o.firstThatWorks=k,w.props=m,w.create=p,w.defineVars=g,w.createTheme=x,w.include=f,w.keyframes=y,w.firstThatWorks=k,w.types=b;const S={};o.stylex=w,u=o.default=w;var C={default:"rgb(50, 48, 44)",bgDefault:"rgba(227, 226, 224, 0.5)",gray:"rgb(50, 48, 44)",bgGray:"rgb(227, 226, 224)",brown:"rgb(68, 42, 30)",bgBrown:"rgb(238, 224, 218)",orange:"rgb(73, 41, 14)",bgOrange:"rgb(250, 222, 201)",yellow:"rgb(64, 44, 27)",bgYellow:"rgb(253, 236, 200)",green:"rgb(28, 56, 41)",bgGreen:"rgb(219, 237, 219)",blue:"rgb(24, 51, 71)",bgBlue:"rgb(211, 229, 239)",purple:"rgb(65, 36, 84)",bgPurple:"rgb(232, 222, 238)",pink:"rgb(76, 35, 55)",bgPink:"rgb(245, 224, 233)",red:"rgb(93, 23, 21)",bgRed:"rgb(255, 226, 221)"},z={default:"rgb(255, 255, 255, 0.804)",bgDefault:"rgb(55, 55, 55)",gray:"rgb(255, 255, 255, 0.804)",bgGray:"rgb(90, 90, 90)",brown:"rgba(255, 255, 255, 0.804)",bgBrown:"rgb(96, 59, 44)",orage:"rgba(255, 255, 255, 0.804)",bgOrage:"rgb(133, 76, 29)",yellow:"rgba(255, 255, 255, 0.804)",bgYellow:"rgb(137, 99, 42)",green:"rgba(255, 255, 255, 0.804)",bgGreen:"rgb(43, 89, 63)",blue:"rgba(255, 255, 255, 0.804)",bgBlue:"rgb(40, 69, 108)",purple:"rgba(255, 255, 255, 0.804)",bgPurple:"rgb(73, 47, 100)",pink:"rgba(255, 255, 255, 0.804)",bgPink:"rgb(105, 49, 76)",red:"rgba(255, 255, 255, 0.804)",bgRed:"rgb(110, 54, 48)"};for(var E in C)({default:C[E]})["@media (prefers-color-scheme: dark)"]=z[E];var M=function(t){var r=t.payload.map((function(e){var t=e.title;switch(t.type){case"text":return t.text.content;case"mention":return t.mention.type;default:return t.equation.expression}})).join(",");return e.createElement("div",{className:"rotion-gallery-title ".concat("x1xh6qhr x1nrrp6k xh8yej3 xs3lrdy")},r)},q=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-gallery-date ".concat("x1xh6qhr xh8yej3 x1160tuk x78zum5 x6s0dn4 xfifm61 xuxw1ft")},null==r?void 0:r.start)},T=function(t){var r=t.children;return e.createElement("span",{className:"rotion-mention-user"},r)},A=function(t){var r=t.name,n=t.width,a=t.height;switch(r){case"figma":return e.createElement("svg",{className:"rotion-icons-figma",version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:n||"12px",height:a||"18px",viewBox:"0 0 200 300"},e.createElement("path",{d:"M50 300c27.6 0 50-22.4 50-50v-50H50c-27.6 0-50 22.4-50 50s22.4 50 50 50z",fill:"#0acf83"}),e.createElement("path",{d:"M0 150c0-27.6 22.4-50 50-50h50v100H50c-27.6 0-50-22.4-50-50z",fill:"#a259ff"}),e.createElement("path",{d:"M0 50C0 22.4 22.4 0 50 0h50v100H50C22.4 100 0 77.6 0 50z",fill:"#f24e1e"}),e.createElement("path",{d:"M100 0h50c27.6 0 50 22.4 50 50s-22.4 50-50 50h-50V0z",fill:"#ff7262"}),e.createElement("path",{d:"M200 150c0 27.6-22.4 50-50 50s-50-22.4-50-50 22.4-50 50-50 50 22.4 50 50z",fill:"#1abcfe"}));case"slack":return e.createElement("svg",{className:"rotion-icons-slack",version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:n||"20px",height:a||"20px",viewBox:"0 0 140 140"},e.createElement("path",{d:"M27.2 80c0 7.3-5.9 13.2-13.2 13.2C6.7 93.2.8 87.3.8 80c0-7.3 5.9-13.2 13.2-13.2h13.2V80zm6.6 0c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2v33c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V80z",fill:"#E01E5A"}),e.createElement("path",{d:"M47 27c-7.3 0-13.2-5.9-13.2-13.2C33.8 6.5 39.7.6 47 .6c7.3 0 13.2 5.9 13.2 13.2V27H47zm0 6.7c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H13.9C6.6 60.1.7 54.2.7 46.9c0-7.3 5.9-13.2 13.2-13.2H47z",fill:"#36C5F0"}),e.createElement("path",{d:"M99.9 46.9c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H99.9V46.9zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V13.8C66.9 6.5 72.8.6 80.1.6c7.3 0 13.2 5.9 13.2 13.2v33.1z",fill:"#2EB67D"}),e.createElement("path",{d:"M80.1 99.8c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2h33.1c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H80.1z",fill:"#ECB22E"}));case"github":return e.createElement("svg",{className:"rotion-icons-github ".concat("x1pa04qk"),version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:n||"20px",height:a||"20px",viewBox:"0 0 200 200",preserveAspectRatio:"xMidYMid meet"},e.createElement("g",{transform:"translate(0.000000,200.000000) scale(0.100000,-0.100000)",stroke:"none"},e.createElement("path",{d:"M899 1910 c-314 -38 -586 -232 -720 -515 -63 -133 -80 -205 -86 -356 -6 -144 10 -245 57 -367 88 -226 287 -429 503 -512 110 -43 117 -38 117 88 l0 97 -98 0 c-89 0 -102 2 -138 26 -27 18 -49 46 -72 90 -37 74 -54 96 -99 127 -39 28 -42 49 -9 58 43 10 110 -28 155 -90 46 -61 71 -82 122 -96 45 -13 138 5 145 28 3 10 15 38 28 63 l22 46 -76 17 c-220 47 -330 188 -330 425 0 81 19 150 59 213 29 45 30 51 21 100 -10 52 -7 95 12 157 10 33 11 33 56 28 25 -3 82 -24 128 -47 l82 -42 59 13 c79 16 232 17 324 0 76 -13 76 -13 116 13 50 34 148 68 182 64 20 -2 28 -11 37 -43 15 -49 17 -135 4 -169 -8 -21 -4 -34 25 -76 45 -67 57 -116 57 -225 -2 -235 -118 -376 -344 -416 -64 -12 -67 -13 -52 -30 34 -38 43 -91 44 -256 0 -133 3 -164 16 -177 21 -22 25 -21 115 18 147 64 292 181 385 311 50 70 109 196 136 290 19 68 23 104 23 235 0 188 -13 248 -90 405 -92 185 -230 325 -411 415 -144 72 -349 108 -505 90z"})));case"file":return e.createElement("svg",{className:"rotion-icons-file ".concat("x1kihv7h"),width:n||"20px",height:a||"20px",viewBox:"0 0 16 16"},e.createElement("path",{d:"M4.35645 15.4678H11.6367C13.0996 15.4678 13.8584 14.6953 13.8584 13.2256V7.02539C13.8584 6.0752 13.7354 5.6377 13.1406 5.03613L9.55176 1.38574C8.97754 0.804688 8.50586 0.667969 7.65137 0.667969H4.35645C2.89355 0.667969 2.13477 1.44043 2.13477 2.91016V13.2256C2.13477 14.7021 2.89355 15.4678 4.35645 15.4678ZM4.46582 14.1279C3.80273 14.1279 3.47461 13.7793 3.47461 13.1436V2.99219C3.47461 2.36328 3.80273 2.00781 4.46582 2.00781H7.37793V5.75391C7.37793 6.73145 7.86328 7.20312 8.83398 7.20312H12.5186V13.1436C12.5186 13.7793 12.1836 14.1279 11.5205 14.1279H4.46582ZM8.95703 6.02734C8.67676 6.02734 8.56055 5.9043 8.56055 5.62402V2.19238L12.334 6.02734H8.95703ZM8.59473 12.7266V10.6279L8.54004 9.56152L9.06641 10.1152L9.59277 10.6484C9.68848 10.7646 9.8457 10.833 9.98926 10.833C10.2969 10.833 10.5293 10.6143 10.5293 10.3066C10.5293 10.1357 10.4678 10.0127 10.3379 9.90332L8.45117 8.16699C8.29395 8.02344 8.16406 7.96191 7.99316 7.96191C7.8291 7.96191 7.69922 8.02344 7.54199 8.16699L5.65527 9.90332C5.52539 10.0127 5.46387 10.1357 5.46387 10.3066C5.46387 10.6143 5.68945 10.833 6.00391 10.833C6.14746 10.833 6.29785 10.7646 6.40039 10.6484L6.92676 10.1152L7.45312 9.56152L7.39844 10.6279V12.7266C7.39844 13.0547 7.67188 13.3008 7.99316 13.3008C8.32129 13.3008 8.59473 13.0547 8.59473 12.7266Z"}));case"link":return e.createElement("svg",{className:"rotion-icons-link",version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:"13px",height:"13px",viewBox:"0 0 13 13",role:"graphics-symbol"},e.createElement("path",{d:"M6.30826 4.43292L1.76184 8.98454C1.76176 8.98462 1.76169 8.9847 1.76161 8.98477C1.76158 8.9848 1.76156 8.98482 1.76154 8.98484C1.46068 9.28584 1.25 9.6914 1.25 10.1565C1.25 10.6117 1.45865 11.0119 1.73417 11.2886C2.01014 11.5658 2.41107 11.7773 2.87078 11.7773C3.34169 11.7773 3.73758 11.5617 4.03477 11.2733L4.03482 11.2734L4.04244 11.2657L8.58864 6.72474V8.667C8.58864 9.51956 9.22729 10.2935 10.1521 10.2935C11.0528 10.2935 11.75 9.54534 11.75 8.66127V2.92671C11.75 2.48722 11.5981 2.06381 11.2838 1.74808C10.9689 1.43182 10.5446 1.27728 10.1006 1.27728H4.36028C3.46161 1.27728 2.72804 1.97749 2.72804 2.86942C2.72804 3.79734 3.51104 4.43292 4.35455 4.43292H6.30826Z",fill:"#3E3C38",stroke:"white",strokeWidth:"1.5"}))}},N=function(t){var r=t.mention,n=t.children;return e.createElement("span",{className:"rotion-mention-page"},e.createElement("span",null,"emoji"===r.icon.type?r.icon.emoji:e.createElement("img",{src:r.icon.src,alt:"icon"}),e.createElement(A,{name:"link"})),e.createElement("span",null,r.name),n)};function B(e){if(void 0===e)return"";var t=Object.entries(e).map((function(e){return"".concat(e[0],"=").concat(encodeURIComponent("".concat(e[1])))})).join("&");return"?".concat(t)}var L=function(e){var t=e.split("[");return""===e?["/",""]:t.length<2?(console.log("link format is wrong, example: /path/to/[slug]"),["",""]):[t[0],t[1].split("]")[0]]};function I(e,r){var n=t(1),a=n[0],l=n[1],o=Math.ceil(e.length/r);return{next:function(){l((function(e){return Math.min(e+1,o)}))},currentData:function(){var t=(a-1)*r+r;return e.slice(void 0,t)},currentPage:a,maxPage:o}}function R(e){return e.results.map((function(e){return"type"in e&&"paragraph"===e.type?e.paragraph.rich_text:[]})).map((function(e){return e.map((function(e){return e.plain_text}))})).flat().join("")}function j(e){var t=e.replace(/\/$/,""),r=t.substring(t.lastIndexOf("/")+1);return r.lastIndexOf("?")>0?r.substring(0,r.lastIndexOf("?")):r}var $=function(t){var r=t.url,n=t.text,a=t.children;return e.createElement("span",{className:"rotion-mention-linkpreview"},r.includes("github.com")&&e.createElement(A,{name:"github"}),r.includes("slack.com")&&e.createElement(A,{name:"slack"}),r.includes("figma.com")&&e.createElement(A,{name:"figma"}),j(n),a)},O=function(t){var r=t.date,n=t.children,a=r.start,l=r.end,o=r.time_zone;return e.createElement("span",{className:"rotion-mention-date"},"@",a,null===l?"":" -> ".concat(l),null===o?"":"(".concat(o,")"),n)},H=function(t){var r=t.text,n=t.children;return e.createElement("span",{className:"rotion-mention-template"},r,n)},D=function(t){var r=t.textObject,n=t.children;if(void 0===r)return e.createElement(e.Fragment,null);switch(r.mention.type){case"user":return e.createElement(T,null,n);case"date":return e.createElement(O,{date:r.mention.date},n);case"link_preview":return e.createElement($,{url:r.mention.link_preview.url,text:r.plain_text},n);case"page":return e.createElement(N,{mention:r.mention.page},n);case"database":return e.createElement(N,{mention:r.mention.database},n);case"template_mention":return e.createElement(H,{text:r.plain_text},n);default:return console.log("unsupport mention: ".concat(r.mention)),e.createElement(e.Fragment,null)}},V=function(t){var r=t.condition,n=t.textObject,a=t.children;return r?function(t){var r=t.textObject,n=t.children;return e.createElement("a",{className:"rotion-text-link ".concat("x1xh6qhr x1hl2dhg xv6mfv7 x1ipnmua x33gn0b xh456z8"),href:r.href,rel:"noreferrer",target:"_blank"},n)}({textObject:n,children:a}):a},P={bold:{fontWeight:"x117nqv4",$$css:!0},italic:{fontStyle:"x1k4tb9n",$$css:!0},strikethrough:{textDecoration:"xmqliwb",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,$$css:!0},underline:{textDecoration:"x1bvjpef",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,$$css:!0},code:{color:"xytkd8t",fontFamily:"x1yuf4xd",background:"x1iyahom",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,borderRadius:"x18zih8k",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,fontSize:"xgommxb",padding:"x16riluj",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},default:{color:"x1heor9g",$$css:!0},gray:{color:"xiz7vfo",$$css:!0},brown:{color:"xsm54nf",$$css:!0},orange:{color:"x1hwudao",$$css:!0},yellow:{color:"xajnbqy",$$css:!0},green:{color:"x9lygya",$$css:!0},blue:{color:"x2xfezk",$$css:!0},purple:{color:"xf43dgl",$$css:!0},pink:{color:"x1qdz2de",$$css:!0},red:{color:"x7n30i6",$$css:!0},defaultbackground:{background:"x130j894",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},graybackground:{background:"x1b0lv13",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},brownbackground:{background:"xh3ejly",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},orangebackground:{background:"x36tass",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},yellowbackground:{background:"xoow5ae",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},greenbackground:{background:"x1wbybi0",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},bluebackground:{background:"x1vc4kkm",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},purplebackground:{background:"x4hwpk7",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},pinkbackground:{background:"x1yop5l8",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},redbackground:{background:"x1dia63y",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0}},_=function(t){var r=t.textObject,n=t.children;if(!r)return e.createElement(e.Fragment,null);var a=r.annotations,l=["rotion-text-annotation"],o=a.color.replace("_","");return l.push("rotion-text-".concat(o," ").concat(u(P[o]))),a.bold&&l.push("rotion-text-bold ".concat("x117nqv4")),a.italic&&l.push("rotion-text-italic ".concat("x1k4tb9n")),a.strikethrough&&l.push("rotion-text-strikethrough ".concat("xmqliwb")),a.underline&&l.push("rotion-text-underline ".concat("x1bvjpef")),a.code&&l.push("rotion-text-code ".concat("xytkd8t x1yuf4xd x1iyahom x18zih8k xgommxb x16riluj")),e.createElement("span",{className:l.join(" ")},n)},F=function(t){var r=t.textObject,n=r.href,a=r.plain_text;return e.createElement(V,{condition:null!==n,textObject:r},e.createElement(_,{textObject:r},a))};class W{constructor(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}static range(e,t){return t?e&&e.loc&&t.loc&&e.loc.lexer===t.loc.lexer?new W(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class G{constructor(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}range(e,t){return new G(t,W.range(this,e))}}class U{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var r,n,a="KaTeX parse error: "+e,l=t&&t.loc;if(l&&l.start<=l.end){var o=l.lexer.input;r=l.start,n=l.end,r===o.length?a+=" at end of input: ":a+=" at position "+(r+1)+": ";var i=o.slice(r,n).replace(/[^]/g,"$&̲");a+=(r>15?"…"+o.slice(r-15,r):o.slice(0,r))+i+(n+15<o.length?o.slice(n,n+15)+"…":o.slice(n))}var s=new Error(a);return s.name="ParseError",s.__proto__=U.prototype,s.position=r,null!=r&&null!=n&&(s.length=n-r),s.rawMessage=e,s}}U.prototype.__proto__=Error.prototype;var Z=/([A-Z])/g,Y={"&":"&",">":">","<":"<",'"':""","'":"'"},X=/[&><"']/g;var K=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.body.length?e(t.body[0]):t:"font"===t.type?e(t.body):t},J={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(X,(e=>Y[e]))},hyphenate:function(e){return e.replace(Z,"-$1").toLowerCase()},getBaseElem:K,isCharacterBox:function(e){var t=K(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){var t=/^\s*([^\\/#]*?)(?::|�*58|�*3a)/i.exec(e);return null!=t?t[1]:"_relative"}},Q={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format <type>"},leqno:{type:"boolean",description:"Render display math in leqno style (left-justified tags)."},fleqn:{type:"boolean",description:"Render display math flush left."},throwOnError:{type:"boolean",default:!0,cli:"-t, --no-throw-on-error",cliDescription:"Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error."},errorColor:{type:"string",default:"#cc0000",cli:"-c, --error-color <color>",cliDescription:"A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.",cliProcessor:e=>"#"+e},macros:{type:"object",cli:"-m, --macro <def>",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:(e,t)=>(t.push(e),t)},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:e=>Math.max(0,e),cli:"--min-rule-thickness <size>",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["warn","ignore","error"]},"boolean","function"],description:"Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.",cli:"-S, --strict",cliDefault:!1},trust:{type:["boolean","function"],description:"Trust the input, enabling all HTML features such as \\url.",cli:"-T, --trust"},maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large",processor:e=>Math.max(0,e),cli:"-s, --max-size <n>",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:e=>Math.max(0,e),cli:"-e, --max-expand <n>",cliProcessor:e=>"Infinity"===e?1/0:parseInt(e)},globalGroup:{type:"boolean",cli:!1}};function ee(e){if(e.default)return e.default;var t=e.type,r=Array.isArray(t)?t[0]:t;if("string"!=typeof r)return r.enum[0];switch(r){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class te{constructor(e){for(var t in this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{},Q)if(Q.hasOwnProperty(t)){var r=Q[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:ee(r)}}reportNonstrict(e,t,r){var n=this.strict;if("function"==typeof n&&(n=n(e,t,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new U("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===n?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){var n=this.strict;if("function"==typeof n)try{n=n(e,t,r)}catch(e){n="error"}return!(!n||"ignore"===n)&&(!0===n||"error"===n||("warn"===n?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"),!1):("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),!1)))}isTrusted(e){e.url&&!e.protocol&&(e.protocol=J.protocolFromUrl(e.url));var t="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)}}class re{constructor(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}sup(){return ne[ae[this.id]]}sub(){return ne[le[this.id]]}fracNum(){return ne[oe[this.id]]}fracDen(){return ne[ie[this.id]]}cramp(){return ne[se[this.id]]}text(){return ne[ce[this.id]]}isTight(){return this.size>=2}}var ne=[new re(0,0,!1),new re(1,0,!0),new re(2,1,!1),new re(3,1,!0),new re(4,2,!1),new re(5,2,!0),new re(6,3,!1),new re(7,3,!0)],ae=[4,5,4,5,6,7,6,7],le=[5,5,5,5,7,7,7,7],oe=[2,3,4,5,6,7,6,7],ie=[3,3,5,5,7,7,7,7],se=[1,1,3,3,5,5,7,7],ce=[0,1,2,3,2,3,2,3],ue={DISPLAY:ne[0],TEXT:ne[2],SCRIPT:ne[4],SCRIPTSCRIPT:ne[6]},he=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];var de=[];function me(e){for(var t=0;t<de.length;t+=2)if(e>=de[t]&&e<=de[t+1])return!0;return!1}he.forEach((e=>e.blocks.forEach((e=>de.push(...e)))));var pe=80,ge={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"};class xe{constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return J.contains(this.classes,e)}toNode(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){return this.children.map((e=>e.toText())).join("")}}var fe={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},be={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},ve={"Å":"A","Ð":"D","Þ":"o","å":"a","ð":"d","þ":"o","А":"A","Б":"B","В":"B","Г":"F","Д":"A","Е":"E","Ж":"K","З":"3","И":"N","Й":"N","К":"K","Л":"N","М":"M","Н":"H","О":"O","П":"N","Р":"P","С":"C","Т":"T","У":"y","Ф":"O","Х":"X","Ц":"U","Ч":"h","Ш":"W","Щ":"W","Ъ":"B","Ы":"X","Ь":"B","Э":"3","Ю":"X","Я":"R","а":"a","б":"b","в":"a","г":"r","д":"y","е":"e","ж":"m","з":"e","и":"n","й":"n","к":"n","л":"n","м":"m","н":"n","о":"o","п":"n","р":"p","с":"c","т":"o","у":"y","ф":"b","х":"x","ц":"n","ч":"n","ш":"w","щ":"w","ъ":"a","ы":"m","ь":"a","э":"e","ю":"m","я":"r"};function ye(e,t,r){if(!fe[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),a=fe[t][n];if(!a&&e[0]in ve&&(n=ve[e[0]].charCodeAt(0),a=fe[t][n]),a||"text"!==r||me(n)&&(a=fe[t][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var ke={};var we=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],Se=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Ce=function(e,t){return t.size<2?e:we[e-1][t.size-1]};class ze{constructor(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||ze.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||"",this.fontFamily=e.fontFamily||"",this.fontWeight=e.fontWeight||"",this.fontShape=e.fontShape||"",this.sizeMultiplier=Se[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){var t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return new ze(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:Ce(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:Se[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=Ce(ze.BASESIZE,e);return this.size===t&&this.textSize===ze.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){var e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:""})}withTextFontWeight(e){return this.extend({fontWeight:e,font:""})}withTextFontShape(e){return this.extend({fontShape:e,font:""})}sizingClasses(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==ze.BASESIZE?["sizing","reset-size"+this.size,"size"+ze.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!ke[t=e>=5?0:e>=3?1:2]){var r=ke[t]={cssEmPerMu:be.quad[t]/18};for(var n in be)be.hasOwnProperty(n)&&(r[n]=be[n][t])}return ke[t]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}ze.BASESIZE=6;var Ee={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},Me={ex:!0,em:!0,mu:!0},qe=function(e){return"string"!=typeof e&&(e=e.unit),e in Ee||e in Me||"ex"===e},Te=function(e,t){var r;if(e.unit in Ee)r=Ee[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n;if(n=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new U("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},Ae=function(e){return+e.toFixed(4)+"em"},Ne=function(e){return e.filter((e=>e)).join(" ")},Be=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},Le=function(e){var t=document.createElement(e);for(var r in t.className=Ne(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var a=0;a<this.children.length;a++)t.appendChild(this.children[a].toNode());return t},Ie=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+J.escape(Ne(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=J.hyphenate(n)+":"+this.style[n]+";");for(var a in r&&(t+=' style="'+J.escape(r)+'"'),this.attributes)this.attributes.hasOwnProperty(a)&&(t+=" "+a+'="'+J.escape(this.attributes[a])+'"');t+=">";for(var l=0;l<this.children.length;l++)t+=this.children[l].toMarkup();return t+="</"+e+">"};class Re{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,Be.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return J.contains(this.classes,e)}toNode(){return Le.call(this,"span")}toMarkup(){return Ie.call(this,"span")}}class je{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,Be.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return J.contains(this.classes,e)}toNode(){return Le.call(this,"a")}toMarkup(){return Ie.call(this,"a")}}class $e{constructor(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.style=r}hasClass(e){return J.contains(this.classes,e)}toNode(){var e=document.createElement("img");for(var t in e.src=this.src,e.alt=this.alt,e.className="mord",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){var e="<img src='"+this.src+" 'alt='"+this.alt+"' ",t="";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=J.hyphenate(r)+":"+this.style[r]+";");return t&&(e+=' style="'+J.escape(t)+'"'),e+="'/>"}}var Oe={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"};class He{constructor(e,t,r,n,a,l,o,i){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=a||0,this.width=l||0,this.classes=o||[],this.style=i||{},this.maxFontSize=0;var s=function(e){for(var t=0;t<he.length;t++)for(var r=he[t],n=0;n<r.blocks.length;n++){var a=r.blocks[n];if(e>=a[0]&&e<=a[1])return r.name}return null}(this.text.charCodeAt(0));s&&this.classes.push(s+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Oe[this.text])}hasClass(e){return J.contains(this.classes,e)}toNode(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&((t=document.createElement("span")).style.marginRight=Ae(this.italic)),this.classes.length>0&&((t=t||document.createElement("span")).className=Ne(this.classes)),this.style)this.style.hasOwnProperty(r)&&((t=t||document.createElement("span")).style[r]=this.style[r]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=J.escape(Ne(this.classes)),t+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=J.hyphenate(n)+":"+this.style[n]+";");r&&(e=!0,t+=' style="'+J.escape(r)+'"');var a=J.escape(this.text);return e?(t+=">",t+=a,t+="</span>"):a}}class De{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){var e='<svg xmlns="http://www.w3.org/2000/svg"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>"}}class Ve{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",ge[this.pathName]),e}toMarkup(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+ge[this.pathName]+"'/>"}}class Pe{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","line");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");return e+="/>"}}function _e(e){if(e instanceof He)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}var Fe={bin:1,close:1,inner:1,open:1,punct:1,rel:1},We={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Ge={math:{},text:{}};function Ue(e,t,r,n,a,l){Ge[e][a]={font:t,group:r,replace:n},l&&n&&(Ge[e][n]=Ge[e][a])}var Ze="math",Ye="text",Xe="main",Ke="ams",Je="accent-token",Qe="bin",et="close",tt="inner",rt="mathord",nt="op-token",at="open",lt="punct",ot="rel",it="spacing",st="textord";Ue(Ze,Xe,ot,"≡","\\equiv",!0),Ue(Ze,Xe,ot,"≺","\\prec",!0),Ue(Ze,Xe,ot,"≻","\\succ",!0),Ue(Ze,Xe,ot,"∼","\\sim",!0),Ue(Ze,Xe,ot,"⊥","\\perp"),Ue(Ze,Xe,ot,"⪯","\\preceq",!0),Ue(Ze,Xe,ot,"⪰","\\succeq",!0),Ue(Ze,Xe,ot,"≃","\\simeq",!0),Ue(Ze,Xe,ot,"∣","\\mid",!0),Ue(Ze,Xe,ot,"≪","\\ll",!0),Ue(Ze,Xe,ot,"≫","\\gg",!0),Ue(Ze,Xe,ot,"≍","\\asymp",!0),Ue(Ze,Xe,ot,"∥","\\parallel"),Ue(Ze,Xe,ot,"⋈","\\bowtie",!0),Ue(Ze,Xe,ot,"⌣","\\smile",!0),Ue(Ze,Xe,ot,"⊑","\\sqsubseteq",!0),Ue(Ze,Xe,ot,"⊒","\\sqsupseteq",!0),Ue(Ze,Xe,ot,"≐","\\doteq",!0),Ue(Ze,Xe,ot,"⌢","\\frown",!0),Ue(Ze,Xe,ot,"∋","\\ni",!0),Ue(Ze,Xe,ot,"∝","\\propto",!0),Ue(Ze,Xe,ot,"⊢","\\vdash",!0),Ue(Ze,Xe,ot,"⊣","\\dashv",!0),Ue(Ze,Xe,ot,"∋","\\owns"),Ue(Ze,Xe,lt,".","\\ldotp"),Ue(Ze,Xe,lt,"⋅","\\cdotp"),Ue(Ze,Xe,st,"#","\\#"),Ue(Ye,Xe,st,"#","\\#"),Ue(Ze,Xe,st,"&","\\&"),Ue(Ye,Xe,st,"&","\\&"),Ue(Ze,Xe,st,"ℵ","\\aleph",!0),Ue(Ze,Xe,st,"∀","\\forall",!0),Ue(Ze,Xe,st,"ℏ","\\hbar",!0),Ue(Ze,Xe,st,"∃","\\exists",!0),Ue(Ze,Xe,st,"∇","\\nabla",!0),Ue(Ze,Xe,st,"♭","\\flat",!0),Ue(Ze,Xe,st,"ℓ","\\ell",!0),Ue(Ze,Xe,st,"♮","\\natural",!0),Ue(Ze,Xe,st,"♣","\\clubsuit",!0),Ue(Ze,Xe,st,"℘","\\wp",!0),Ue(Ze,Xe,st,"♯","\\sharp",!0),Ue(Ze,Xe,st,"♢","\\diamondsuit",!0),Ue(Ze,Xe,st,"ℜ","\\Re",!0),Ue(Ze,Xe,st,"♡","\\heartsuit",!0),Ue(Ze,Xe,st,"ℑ","\\Im",!0),Ue(Ze,Xe,st,"♠","\\spadesuit",!0),Ue(Ze,Xe,st,"§","\\S",!0),Ue(Ye,Xe,st,"§","\\S"),Ue(Ze,Xe,st,"¶","\\P",!0),Ue(Ye,Xe,st,"¶","\\P"),Ue(Ze,Xe,st,"†","\\dag"),Ue(Ye,Xe,st,"†","\\dag"),Ue(Ye,Xe,st,"†","\\textdagger"),Ue(Ze,Xe,st,"‡","\\ddag"),Ue(Ye,Xe,st,"‡","\\ddag"),Ue(Ye,Xe,st,"‡","\\textdaggerdbl"),Ue(Ze,Xe,et,"⎱","\\rmoustache",!0),Ue(Ze,Xe,at,"⎰","\\lmoustache",!0),Ue(Ze,Xe,et,"⟯","\\rgroup",!0),Ue(Ze,Xe,at,"⟮","\\lgroup",!0),Ue(Ze,Xe,Qe,"∓","\\mp",!0),Ue(Ze,Xe,Qe,"⊖","\\ominus",!0),Ue(Ze,Xe,Qe,"⊎","\\uplus",!0),Ue(Ze,Xe,Qe,"⊓","\\sqcap",!0),Ue(Ze,Xe,Qe,"∗","\\ast"),Ue(Ze,Xe,Qe,"⊔","\\sqcup",!0),Ue(Ze,Xe,Qe,"◯","\\bigcirc",!0),Ue(Ze,Xe,Qe,"∙","\\bullet",!0),Ue(Ze,Xe,Qe,"‡","\\ddagger"),Ue(Ze,Xe,Qe,"≀","\\wr",!0),Ue(Ze,Xe,Qe,"⨿","\\amalg"),Ue(Ze,Xe,Qe,"&","\\And"),Ue(Ze,Xe,ot,"⟵","\\longleftarrow",!0),Ue(Ze,Xe,ot,"⇐","\\Leftarrow",!0),Ue(Ze,Xe,ot,"⟸","\\Longleftarrow",!0),Ue(Ze,Xe,ot,"⟶","\\longrightarrow",!0),Ue(Ze,Xe,ot,"⇒","\\Rightarrow",!0),Ue(Ze,Xe,ot,"⟹","\\Longrightarrow",!0),Ue(Ze,Xe,ot,"↔","\\leftrightarrow",!0),Ue(Ze,Xe,ot,"⟷","\\longleftrightarrow",!0),Ue(Ze,Xe,ot,"⇔","\\Leftrightarrow",!0),Ue(Ze,Xe,ot,"⟺","\\Longleftrightarrow",!0),Ue(Ze,Xe,ot,"↦","\\mapsto",!0),Ue(Ze,Xe,ot,"⟼","\\longmapsto",!0),Ue(Ze,Xe,ot,"↗","\\nearrow",!0),Ue(Ze,Xe,ot,"↩","\\hookleftarrow",!0),Ue(Ze,Xe,ot,"↪","\\hookrightarrow",!0),Ue(Ze,Xe,ot,"↘","\\searrow",!0),Ue(Ze,Xe,ot,"↼","\\leftharpoonup",!0),Ue(Ze,Xe,ot,"⇀","\\rightharpoonup",!0),Ue(Ze,Xe,ot,"↙","\\swarrow",!0),Ue(Ze,Xe,ot,"↽","\\leftharpoondown",!0),Ue(Ze,Xe,ot,"⇁","\\rightharpoondown",!0),Ue(Ze,Xe,ot,"↖","\\nwarrow",!0),Ue(Ze,Xe,ot,"⇌","\\rightleftharpoons",!0),Ue(Ze,Ke,ot,"≮","\\nless",!0),Ue(Ze,Ke,ot,"","\\@nleqslant"),Ue(Ze,Ke,ot,"","\\@nleqq"),Ue(Ze,Ke,ot,"⪇","\\lneq",!0),Ue(Ze,Ke,ot,"≨","\\lneqq",!0),Ue(Ze,Ke,ot,"","\\@lvertneqq"),Ue(Ze,Ke,ot,"⋦","\\lnsim",!0),Ue(Ze,Ke,ot,"⪉","\\lnapprox",!0),Ue(Ze,Ke,ot,"⊀","\\nprec",!0),Ue(Ze,Ke,ot,"⋠","\\npreceq",!0),Ue(Ze,Ke,ot,"⋨","\\precnsim",!0),Ue(Ze,Ke,ot,"⪹","\\precnapprox",!0),Ue(Ze,Ke,ot,"≁","\\nsim",!0),Ue(Ze,Ke,ot,"","\\@nshortmid"),Ue(Ze,Ke,ot,"∤","\\nmid",!0),Ue(Ze,Ke,ot,"⊬","\\nvdash",!0),Ue(Ze,Ke,ot,"⊭","\\nvDash",!0),Ue(Ze,Ke,ot,"⋪","\\ntriangleleft"),Ue(Ze,Ke,ot,"⋬","\\ntrianglelefteq",!0),Ue(Ze,Ke,ot,"⊊","\\subsetneq",!0),Ue(Ze,Ke,ot,"","\\@varsubsetneq"),Ue(Ze,Ke,ot,"⫋","\\subsetneqq",!0),Ue(Ze,Ke,ot,"","\\@varsubsetneqq"),Ue(Ze,Ke,ot,"≯","\\ngtr",!0),Ue(Ze,Ke,ot,"","\\@ngeqslant"),Ue(Ze,Ke,ot,"","\\@ngeqq"),Ue(Ze,Ke,ot,"⪈","\\gneq",!0),Ue(Ze,Ke,ot,"≩","\\gneqq",!0),Ue(Ze,Ke,ot,"","\\@gvertneqq"),Ue(Ze,Ke,ot,"⋧","\\gnsim",!0),Ue(Ze,Ke,ot,"⪊","\\gnapprox",!0),Ue(Ze,Ke,ot,"⊁","\\nsucc",!0),Ue(Ze,Ke,ot,"⋡","\\nsucceq",!0),Ue(Ze,Ke,ot,"⋩","\\succnsim",!0),Ue(Ze,Ke,ot,"⪺","\\succnapprox",!0),Ue(Ze,Ke,ot,"≆","\\ncong",!0),Ue(Ze,Ke,ot,"","\\@nshortparallel"),Ue(Ze,Ke,ot,"∦","\\nparallel",!0),Ue(Ze,Ke,ot,"⊯","\\nVDash",!0),Ue(Ze,Ke,ot,"⋫","\\ntriangleright"),Ue(Ze,Ke,ot,"⋭","\\ntrianglerighteq",!0),Ue(Ze,Ke,ot,"","\\@nsupseteqq"),Ue(Ze,Ke,ot,"⊋","\\supsetneq",!0),Ue(Ze,Ke,ot,"","\\@varsupsetneq"),Ue(Ze,Ke,ot,"⫌","\\supsetneqq",!0),Ue(Ze,Ke,ot,"","\\@varsupsetneqq"),Ue(Ze,Ke,ot,"⊮","\\nVdash",!0),Ue(Ze,Ke,ot,"⪵","\\precneqq",!0),Ue(Ze,Ke,ot,"⪶","\\succneqq",!0),Ue(Ze,Ke,ot,"","\\@nsubseteqq"),Ue(Ze,Ke,Qe,"⊴","\\unlhd"),Ue(Ze,Ke,Qe,"⊵","\\unrhd"),Ue(Ze,Ke,ot,"↚","\\nleftarrow",!0),Ue(Ze,Ke,ot,"↛","\\nrightarrow",!0),Ue(Ze,Ke,ot,"⇍","\\nLeftarrow",!0),Ue(Ze,Ke,ot,"⇏","\\nRightarrow",!0),Ue(Ze,Ke,ot,"↮","\\nleftrightarrow",!0),Ue(Ze,Ke,ot,"⇎","\\nLeftrightarrow",!0),Ue(Ze,Ke,ot,"△","\\vartriangle"),Ue(Ze,Ke,st,"ℏ","\\hslash"),Ue(Ze,Ke,st,"▽","\\triangledown"),Ue(Ze,Ke,st,"◊","\\lozenge"),Ue(Ze,Ke,st,"Ⓢ","\\circledS"),Ue(Ze,Ke,st,"®","\\circledR"),Ue(Ye,Ke,st,"®","\\circledR"),Ue(Ze,Ke,st,"∡","\\measuredangle",!0),Ue(Ze,Ke,st,"∄","\\nexists"),Ue(Ze,Ke,st,"℧","\\mho"),Ue(Ze,Ke,st,"Ⅎ","\\Finv",!0),Ue(Ze,Ke,st,"⅁","\\Game",!0),Ue(Ze,Ke,st,"‵","\\backprime"),Ue(Ze,Ke,st,"▲","\\blacktriangle"),Ue(Ze,Ke,st,"▼","\\blacktriangledown"),Ue(Ze,Ke,st,"■","\\blacksquare"),Ue(Ze,Ke,st,"⧫","\\blacklozenge"),Ue(Ze,Ke,st,"★","\\bigstar"),Ue(Ze,Ke,st,"∢","\\sphericalangle",!0),Ue(Ze,Ke,st,"∁","\\complement",!0),Ue(Ze,Ke,st,"ð","\\eth",!0),Ue(Ye,Xe,st,"ð","ð"),Ue(Ze,Ke,st,"╱","\\diagup"),Ue(Ze,Ke,st,"╲","\\diagdown"),Ue(Ze,Ke,st,"□","\\square"),Ue(Ze,Ke,st,"□","\\Box"),Ue(Ze,Ke,st,"◊","\\Diamond"),Ue(Ze,Ke,st,"¥","\\yen",!0),Ue(Ye,Ke,st,"¥","\\yen",!0),Ue(Ze,Ke,st,"✓","\\checkmark",!0),Ue(Ye,Ke,st,"✓","\\checkmark"),Ue(Ze,Ke,st,"ℶ","\\beth",!0),Ue(Ze,Ke,st,"ℸ","\\daleth",!0),Ue(Ze,Ke,st,"ℷ","\\gimel",!0),Ue(Ze,Ke,st,"ϝ","\\digamma",!0),Ue(Ze,Ke,st,"ϰ","\\varkappa"),Ue(Ze,Ke,at,"┌","\\@ulcorner",!0),Ue(Ze,Ke,et,"┐","\\@urcorner",!0),Ue(Ze,Ke,at,"└","\\@llcorner",!0),Ue(Ze,Ke,et,"┘","\\@lrcorner",!0),Ue(Ze,Ke,ot,"≦","\\leqq",!0),Ue(Ze,Ke,ot,"⩽","\\leqslant",!0),Ue(Ze,Ke,ot,"⪕","\\eqslantless",!0),Ue(Ze,Ke,ot,"≲","\\lesssim",!0),Ue(Ze,Ke,ot,"⪅","\\lessapprox",!0),Ue(Ze,Ke,ot,"≊","\\approxeq",!0),Ue(Ze,Ke,Qe,"⋖","\\lessdot"),Ue(Ze,Ke,ot,"⋘","\\lll",!0),Ue(Ze,Ke,ot,"≶","\\lessgtr",!0),Ue(Ze,Ke,ot,"⋚","\\lesseqgtr",!0),Ue(Ze,Ke,ot,"⪋","\\lesseqqgtr",!0),Ue(Ze,Ke,ot,"≑","\\doteqdot"),Ue(Ze,Ke,ot,"≓","\\risingdotseq",!0),Ue(Ze,Ke,ot,"≒","\\fallingdotseq",!0),Ue(Ze,Ke,ot,"∽","\\backsim",!0),Ue(Ze,Ke,ot,"⋍","\\backsimeq",!0),Ue(Ze,Ke,ot,"⫅","\\subseteqq",!0),Ue(Ze,Ke,ot,"⋐","\\Subset",!0),Ue(Ze,Ke,ot,"⊏","\\sqsubset",!0),Ue(Ze,Ke,ot,"≼","\\preccurlyeq",!0),Ue(Ze,Ke,ot,"⋞","\\curlyeqprec",!0),Ue(Ze,Ke,ot,"≾","\\precsim",!0),Ue(Ze,Ke,ot,"⪷","\\precapprox",!0),Ue(Ze,Ke,ot,"⊲","\\vartriangleleft"),Ue(Ze,Ke,ot,"⊴","\\trianglelefteq"),Ue(Ze,Ke,ot,"⊨","\\vDash",!0),Ue(Ze,Ke,ot,"⊪","\\Vvdash",!0),Ue(Ze,Ke,ot,"⌣","\\smallsmile"),Ue(Ze,Ke,ot,"⌢","\\smallfrown"),Ue(Ze,Ke,ot,"≏","\\bumpeq",!0),Ue(Ze,Ke,ot,"≎","\\Bumpeq",!0),Ue(Ze,Ke,ot,"≧","\\geqq",!0),Ue(Ze,Ke,ot,"⩾","\\geqslant",!0),Ue(Ze,Ke,ot,"⪖","\\eqslantgtr",!0),Ue(Ze,Ke,ot,"≳","\\gtrsim",!0),Ue(Ze,Ke,ot,"⪆","\\gtrapprox",!0),Ue(Ze,Ke,Qe,"⋗","\\gtrdot"),Ue(Ze,Ke,ot,"⋙","\\ggg",!0),Ue(Ze,Ke,ot,"≷","\\gtrless",!0),Ue(Ze,Ke,ot,"⋛","\\gtreqless",!0),Ue(Ze,Ke,ot,"⪌","\\gtreqqless",!0),Ue(Ze,Ke,ot,"≖","\\eqcirc",!0),Ue(Ze,Ke,ot,"≗","\\circeq",!0),Ue(Ze,Ke,ot,"≜","\\triangleq",!0),Ue(Ze,Ke,ot,"∼","\\thicksim"),Ue(Ze,Ke,ot,"≈","\\thickapprox"),Ue(Ze,Ke,ot,"⫆","\\supseteqq",!0),Ue(Ze,Ke,ot,"⋑","\\Supset",!0),Ue(Ze,Ke,ot,"⊐","\\sqsupset",!0),Ue(Ze,Ke,ot,"≽","\\succcurlyeq",!0),Ue(Ze,Ke,ot,"⋟","\\curlyeqsucc",!0),Ue(Ze,Ke,ot,"≿","\\succsim",!0),Ue(Ze,Ke,ot,"⪸","\\succapprox",!0),Ue(Ze,Ke,ot,"⊳","\\vartriangleright"),Ue(Ze,Ke,ot,"⊵","\\trianglerighteq"),Ue(Ze,Ke,ot,"⊩","\\Vdash",!0),Ue(Ze,Ke,ot,"∣","\\shortmid"),Ue(Ze,Ke,ot,"∥","\\shortparallel"),Ue(Ze,Ke,ot,"≬","\\between",!0),Ue(Ze,Ke,ot,"⋔","\\pitchfork",!0),Ue(Ze,Ke,ot,"∝","\\varpropto"),Ue(Ze,Ke,ot,"◀","\\blacktriangleleft"),Ue(Ze,Ke,ot,"∴","\\therefore",!0),Ue(Ze,Ke,ot,"∍","\\backepsilon"),Ue(Ze,Ke,ot,"▶","\\blacktriangleright"),Ue(Ze,Ke,ot,"∵","\\because",!0),Ue(Ze,Ke,ot,"⋘","\\llless"),Ue(Ze,Ke,ot,"⋙","\\gggtr"),Ue(Ze,Ke,Qe,"⊲","\\lhd"),Ue(Ze,Ke,Qe,"⊳","\\rhd"),Ue(Ze,Ke,ot,"≂","\\eqsim",!0),Ue(Ze,Xe,ot,"⋈","\\Join"),Ue(Ze,Ke,ot,"≑","\\Doteq",!0),Ue(Ze,Ke,Qe,"∔","\\dotplus",!0),Ue(Ze,Ke,Qe,"∖","\\smallsetminus"),Ue(Ze,Ke,Qe,"⋒","\\Cap",!0),Ue(Ze,Ke,Qe,"⋓","\\Cup",!0),Ue(Ze,Ke,Qe,"⩞","\\doublebarwedge",!0),Ue(Ze,Ke,Qe,"⊟","\\boxminus",!0),Ue(Ze,Ke,Qe,"⊞","\\boxplus",!0),Ue(Ze,Ke,Qe,"⋇","\\divideontimes",!0),Ue(Ze,Ke,Qe,"⋉","\\ltimes",!0),Ue(Ze,Ke,Qe,"⋊","\\rtimes",!0),Ue(Ze,Ke,Qe,"⋋","\\leftthreetimes",!0),Ue(Ze,Ke,Qe,"⋌","\\rightthreetimes",!0),Ue(Ze,Ke,Qe,"⋏","\\curlywedge",!0),Ue(Ze,Ke,Qe,"⋎","\\curlyvee",!0),Ue(Ze,Ke,Qe,"⊝","\\circleddash",!0),Ue(Ze,Ke,Qe,"⊛","\\circledast",!0),Ue(Ze,Ke,Qe,"⋅","\\centerdot"),Ue(Ze,Ke,Qe,"⊺","\\intercal",!0),Ue(Ze,Ke,Qe,"⋒","\\doublecap"),Ue(Ze,Ke,Qe,"⋓","\\doublecup"),Ue(Ze,Ke,Qe,"⊠","\\boxtimes",!0),Ue(Ze,Ke,ot,"⇢","\\dashrightarrow",!0),Ue(Ze,Ke,ot,"⇠","\\dashleftarrow",!0),Ue(Ze,Ke,ot,"⇇","\\leftleftarrows",!0),Ue(Ze,Ke,ot,"⇆","\\leftrightarrows",!0),Ue(Ze,Ke,ot,"⇚","\\Lleftarrow",!0),Ue(Ze,Ke,ot,"↞","\\twoheadleftarrow",!0),Ue(Ze,Ke,ot,"↢","\\leftarrowtail",!0),Ue(Ze,Ke,ot,"↫","\\looparrowleft",!0),Ue(Ze,Ke,ot,"⇋","\\leftrightharpoons",!0),Ue(Ze,Ke,ot,"↶","\\curvearrowleft",!0),Ue(Ze,Ke,ot,"↺","\\circlearrowleft",!0),Ue(Ze,Ke,ot,"↰","\\Lsh",!0),Ue(Ze,Ke,ot,"⇈","\\upuparrows",!0),Ue(Ze,Ke,ot,"↿","\\upharpoonleft",!0),Ue(Ze,Ke,ot,"⇃","\\downharpoonleft",!0),Ue(Ze,Xe,ot,"⊶","\\origof",!0),Ue(Ze,Xe,ot,"⊷","\\imageof",!0),Ue(Ze,Ke,ot,"⊸","\\multimap",!0),Ue(Ze,Ke,ot,"↭","\\leftrightsquigarrow",!0),Ue(Ze,Ke,ot,"⇉","\\rightrightarrows",!0),Ue(Ze,Ke,ot,"⇄","\\rightleftarrows",!0),Ue(Ze,Ke,ot,"↠","\\twoheadrightarrow",!0),Ue(Ze,Ke,ot,"↣","\\rightarrowtail",!0),Ue(Ze,Ke,ot,"↬","\\looparrowright",!0),Ue(Ze,Ke,ot,"↷","\\curvearrowright",!0),Ue(Ze,Ke,ot,"↻","\\circlearrowright",!0),Ue(Ze,Ke,ot,"↱","\\Rsh",!0),Ue(Ze,Ke,ot,"⇊","\\downdownarrows",!0),Ue(Ze,Ke,ot,"↾","\\upharpoonright",!0),Ue(Ze,Ke,ot,"⇂","\\downharpoonright",!0),Ue(Ze,Ke,ot,"⇝","\\rightsquigarrow",!0),Ue(Ze,Ke,ot,"⇝","\\leadsto"),Ue(Ze,Ke,ot,"⇛","\\Rrightarrow",!0),Ue(Ze,Ke,ot,"↾","\\restriction"),Ue(Ze,Xe,st,"‘","`"),Ue(Ze,Xe,st,"$","\\$"),Ue(Ye,Xe,st,"$","\\$"),Ue(Ye,Xe,st,"$","\\textdollar"),Ue(Ze,Xe,st,"%","\\%"),Ue(Ye,Xe,st,"%","\\%"),Ue(Ze,Xe,st,"_","\\_"),Ue(Ye,Xe,st,"_","\\_"),Ue(Ye,Xe,st,"_","\\textunderscore"),Ue(Ze,Xe,st,"∠","\\angle",!0),Ue(Ze,Xe,st,"∞","\\infty",!0),Ue(Ze,Xe,st,"′","\\prime"),Ue(Ze,Xe,st,"△","\\triangle"),Ue(Ze,Xe,st,"Γ","\\Gamma",!0),Ue(Ze,Xe,st,"Δ","\\Delta",!0),Ue(Ze,Xe,st,"Θ","\\Theta",!0),Ue(Ze,Xe,st,"Λ","\\Lambda",!0),Ue(Ze,Xe,st,"Ξ","\\Xi",!0),Ue(Ze,Xe,st,"Π","\\Pi",!0),Ue(Ze,Xe,st,"Σ","\\Sigma",!0),Ue(Ze,Xe,st,"Υ","\\Upsilon",!0),Ue(Ze,Xe,st,"Φ","\\Phi",!0),Ue(Ze,Xe,st,"Ψ","\\Psi",!0),Ue(Ze,Xe,st,"Ω","\\Omega",!0),Ue(Ze,Xe,st,"A","Α"),Ue(Ze,Xe,st,"B","Β"),Ue(Ze,Xe,st,"E","Ε"),Ue(Ze,Xe,st,"Z","Ζ"),Ue(Ze,Xe,st,"H","Η"),Ue(Ze,Xe,st,"I","Ι"),Ue(Ze,Xe,st,"K","Κ"),Ue(Ze,Xe,st,"M","Μ"),Ue(Ze,Xe,st,"N","Ν"),Ue(Ze,Xe,st,"O","Ο"),Ue(Ze,Xe,st,"P","Ρ"),Ue(Ze,Xe,st,"T","Τ"),Ue(Ze,Xe,st,"X","Χ"),Ue(Ze,Xe,st,"¬","\\neg",!0),Ue(Ze,Xe,st,"¬","\\lnot"),Ue(Ze,Xe,st,"⊤","\\top"),Ue(Ze,Xe,st,"⊥","\\bot"),Ue(Ze,Xe,st,"∅","\\emptyset"),Ue(Ze,Ke,st,"∅","\\varnothing"),Ue(Ze,Xe,rt,"α","\\alpha",!0),Ue(Ze,Xe,rt,"β","\\beta",!0),Ue(Ze,Xe,rt,"γ","\\gamma",!0),Ue(Ze,Xe,rt,"δ","\\delta",!0),Ue(Ze,Xe,rt,"ϵ","\\epsilon",!0),Ue(Ze,Xe,rt,"ζ","\\zeta",!0),Ue(Ze,Xe,rt,"η","\\eta",!0),Ue(Ze,Xe,rt,"θ","\\theta",!0),Ue(Ze,Xe,rt,"ι","\\iota",!0),Ue(Ze,Xe,rt,"κ","\\kappa",!0),Ue(Ze,Xe,rt,"λ","\\lambda",!0),Ue(Ze,Xe,rt,"μ","\\mu",!0),Ue(Ze,Xe,rt,"ν","\\nu",!0),Ue(Ze,Xe,rt,"ξ","\\xi",!0),Ue(Ze,Xe,rt,"ο","\\omicron",!0),Ue(Ze,Xe,rt,"π","\\pi",!0),Ue(Ze,Xe,rt,"ρ","\\rho",!0),Ue(Ze,Xe,rt,"σ","\\sigma",!0),Ue(Ze,Xe,rt,"τ","\\tau",!0),Ue(Ze,Xe,rt,"υ","\\upsilon",!0),Ue(Ze,Xe,rt,"ϕ","\\phi",!0),Ue(Ze,Xe,rt,"χ","\\chi",!0),Ue(Ze,Xe,rt,"ψ","\\psi",!0),Ue(Ze,Xe,rt,"ω","\\omega",!0),Ue(Ze,Xe,rt,"ε","\\varepsilon",!0),Ue(Ze,Xe,rt,"ϑ","\\vartheta",!0),Ue(Ze,Xe,rt,"ϖ","\\varpi",!0),Ue(Ze,Xe,rt,"ϱ","\\varrho",!0),Ue(Ze,Xe,rt,"ς","\\varsigma",!0),Ue(Ze,Xe,rt,"φ","\\varphi",!0),Ue(Ze,Xe,Qe,"∗","*",!0),Ue(Ze,Xe,Qe,"+","+"),Ue(Ze,Xe,Qe,"−","-",!0),Ue(Ze,Xe,Qe,"⋅","\\cdot",!0),Ue(Ze,Xe,Qe,"∘","\\circ",!0),Ue(Ze,Xe,Qe,"÷","\\div",!0),Ue(Ze,Xe,Qe,"±","\\pm",!0),Ue(Ze,Xe,Qe,"×","\\times",!0),Ue(Ze,Xe,Qe,"∩","\\cap",!0),Ue(Ze,Xe,Qe,"∪","\\cup",!0),Ue(Ze,Xe,Qe,"∖","\\setminus",!0),Ue(Ze,Xe,Qe,"∧","\\land"),Ue(Ze,Xe,Qe,"∨","\\lor"),Ue(Ze,Xe,Qe,"∧","\\wedge",!0),Ue(Ze,Xe,Qe,"∨","\\vee",!0),Ue(Ze,Xe,st,"√","\\surd"),Ue(Ze,Xe,at,"⟨","\\langle",!0),Ue(Ze,Xe,at,"∣","\\lvert"),Ue(Ze,Xe,at,"∥","\\lVert"),Ue(Ze,Xe,et,"?","?"),Ue(Ze,Xe,et,"!","!"),Ue(Ze,Xe,et,"⟩","\\rangle",!0),Ue(Ze,Xe,et,"∣","\\rvert"),Ue(Ze,Xe,et,"∥","\\rVert"),Ue(Ze,Xe,ot,"=","="),Ue(Ze,Xe,ot,":",":"),Ue(Ze,Xe,ot,"≈","\\approx",!0),Ue(Ze,Xe,ot,"≅","\\cong",!0),Ue(Ze,Xe,ot,"≥","\\ge"),Ue(Ze,Xe,ot,"≥","\\geq",!0),Ue(Ze,Xe,ot,"←","\\gets"),Ue(Ze,Xe,ot,">","\\gt",!0),Ue(Ze,Xe,ot,"∈","\\in",!0),Ue(Ze,Xe,ot,"","\\@not"),Ue(Ze,Xe,ot,"⊂","\\subset",!0),Ue(Ze,Xe,ot,"⊃","\\supset",!0),Ue(Ze,Xe,ot,"⊆","\\subseteq",!0),Ue(Ze,Xe,ot,"⊇","\\supseteq",!0),Ue(Ze,Ke,ot,"⊈","\\nsubseteq",!0),Ue(Ze,Ke,ot,"⊉","\\nsupseteq",!0),Ue(Ze,Xe,ot,"⊨","\\models"),Ue(Ze,Xe,ot,"←","\\leftarrow",!0),Ue(Ze,Xe,ot,"≤","\\le"),Ue(Ze,Xe,ot,"≤","\\leq",!0),Ue(Ze,Xe,ot,"<","\\lt",!0),Ue(Ze,Xe,ot,"→","\\rightarrow",!0),Ue(Ze,Xe,ot,"→","\\to"),Ue(Ze,Ke,ot,"≱","\\ngeq",!0),Ue(Ze,Ke,ot,"≰","\\nleq",!0),Ue(Ze,Xe,it," ","\\ "),Ue(Ze,Xe,it," ","\\space"),Ue(Ze,Xe,it," ","\\nobreakspace"),Ue(Ye,Xe,it," ","\\ "),Ue(Ye,Xe,it," "," "),Ue(Ye,Xe,it," ","\\space"),Ue(Ye,Xe,it," ","\\nobreakspace"),Ue(Ze,Xe,it,null,"\\nobreak"),Ue(Ze,Xe,it,null,"\\allowbreak"),Ue(Ze,Xe,lt,",",","),Ue(Ze,Xe,lt,";",";"),Ue(Ze,Ke,Qe,"⊼","\\barwedge",!0),Ue(Ze,Ke,Qe,"⊻","\\veebar",!0),Ue(Ze,Xe,Qe,"⊙","\\odot",!0),Ue(Ze,Xe,Qe,"⊕","\\oplus",!0),Ue(Ze,Xe,Qe,"⊗","\\otimes",!0),Ue(Ze,Xe,st,"∂","\\partial",!0),Ue(Ze,Xe,Qe,"⊘","\\oslash",!0),Ue(Ze,Ke,Qe,"⊚","\\circledcirc",!0),Ue(Ze,Ke,Qe,"⊡","\\boxdot",!0),Ue(Ze,Xe,Qe,"△","\\bigtriangleup"),Ue(Ze,Xe,Qe,"▽","\\bigtriangledown"),Ue(Ze,Xe,Qe,"†","\\dagger"),Ue(Ze,Xe,Qe,"⋄","\\diamond"),Ue(Ze,Xe,Qe,"⋆","\\star"),Ue(Ze,Xe,Qe,"◃","\\triangleleft"),Ue(Ze,Xe,Qe,"▹","\\triangleright"),Ue(Ze,Xe,at,"{","\\{"),Ue(Ye,Xe,st,"{","\\{"),Ue(Ye,Xe,st,"{","\\textbraceleft"),Ue(Ze,Xe,et,"}","\\}"),Ue(Ye,Xe,st,"}","\\}"),Ue(Ye,Xe,st,"}","\\textbraceright"),Ue(Ze,Xe,at,"{","\\lbrace"),Ue(Ze,Xe,et,"}","\\rbrace"),Ue(Ze,Xe,at,"[","\\lbrack",!0),Ue(Ye,Xe,st,"[","\\lbrack",!0),Ue(Ze,Xe,et,"]","\\rbrack",!0),Ue(Ye,Xe,st,"]","\\rbrack",!0),Ue(Ze,Xe,at,"(","\\lparen",!0),Ue(Ze,Xe,et,")","\\rparen",!0),Ue(Ye,Xe,st,"<","\\textless",!0),Ue(Ye,Xe,st,">","\\textgreater",!0),Ue(Ze,Xe,at,"⌊","\\lfloor",!0),Ue(Ze,Xe,et,"⌋","\\rfloor",!0),Ue(Ze,Xe,at,"⌈","\\lceil",!0),Ue(Ze,Xe,et,"⌉","\\rceil",!0),Ue(Ze,Xe,st,"\\","\\backslash"),Ue(Ze,Xe,st,"∣","|"),Ue(Ze,Xe,st,"∣","\\vert"),Ue(Ye,Xe,st,"|","\\textbar",!0),Ue(Ze,Xe,st,"∥","\\|"),Ue(Ze,Xe,st,"∥","\\Vert"),Ue(Ye,Xe,st,"∥","\\textbardbl"),Ue(Ye,Xe,st,"~","\\textasciitilde"),Ue(Ye,Xe,st,"\\","\\textbackslash"),Ue(Ye,Xe,st,"^","\\textasciicircum"),Ue(Ze,Xe,ot,"↑","\\uparrow",!0),Ue(Ze,Xe,ot,"⇑","\\Uparrow",!0),Ue(Ze,Xe,ot,"↓","\\downarrow",!0),Ue(Ze,Xe,ot,"⇓","\\Downarrow",!0),Ue(Ze,Xe,ot,"↕","\\updownarrow",!0),Ue(Ze,Xe,ot,"⇕","\\Updownarrow",!0),Ue(Ze,Xe,nt,"∐","\\coprod"),Ue(Ze,Xe,nt,"⋁","\\bigvee"),Ue(Ze,Xe,nt,"⋀","\\bigwedge"),Ue(Ze,Xe,nt,"⨄","\\biguplus"),Ue(Ze,Xe,nt,"⋂","\\bigcap"),Ue(Ze,Xe,nt,"⋃","\\bigcup"),Ue(Ze,Xe,nt,"∫","\\int"),Ue(Ze,Xe,nt,"∫","\\intop"),Ue(Ze,Xe,nt,"∬","\\iint"),Ue(Ze,Xe,nt,"∭","\\iiint"),Ue(Ze,Xe,nt,"∏","\\prod"),Ue(Ze,Xe,nt,"∑","\\sum"),Ue(Ze,Xe,nt,"⨂","\\bigotimes"),Ue(Ze,Xe,nt,"⨁","\\bigoplus"),Ue(Ze,Xe,nt,"⨀","\\bigodot"),Ue(Ze,Xe,nt,"∮","\\oint"),Ue(Ze,Xe,nt,"∯","\\oiint"),Ue(Ze,Xe,nt,"∰","\\oiiint"),Ue(Ze,Xe,nt,"⨆","\\bigsqcup"),Ue(Ze,Xe,nt,"∫","\\smallint"),Ue(Ye,Xe,tt,"…","\\textellipsis"),Ue(Ze,Xe,tt,"…","\\mathellipsis"),Ue(Ye,Xe,tt,"…","\\ldots",!0),Ue(Ze,Xe,tt,"…","\\ldots",!0),Ue(Ze,Xe,tt,"⋯","\\@cdots",!0),Ue(Ze,Xe,tt,"⋱","\\ddots",!0),Ue(Ze,Xe,st,"⋮","\\varvdots"),Ue(Ze,Xe,Je,"ˊ","\\acute"),Ue(Ze,Xe,Je,"ˋ","\\grave"),Ue(Ze,Xe,Je,"¨","\\ddot"),Ue(Ze,Xe,Je,"~","\\tilde"),Ue(Ze,Xe,Je,"ˉ","\\bar"),Ue(Ze,Xe,Je,"˘","\\breve"),Ue(Ze,Xe,Je,"ˇ","\\check"),Ue(Ze,Xe,Je,"^","\\hat"),Ue(Ze,Xe,Je,"⃗","\\vec"),Ue(Ze,Xe,Je,"˙","\\dot"),Ue(Ze,Xe,Je,"˚","\\mathring"),Ue(Ze,Xe,rt,"","\\@imath"),Ue(Ze,Xe,rt,"","\\@jmath"),Ue(Ze,Xe,st,"ı","ı"),Ue(Ze,Xe,st,"ȷ","ȷ"),Ue(Ye,Xe,st,"ı","\\i",!0),Ue(Ye,Xe,st,"ȷ","\\j",!0),Ue(Ye,Xe,st,"ß","\\ss",!0),Ue(Ye,Xe,st,"æ","\\ae",!0),Ue(Ye,Xe,st,"œ","\\oe",!0),Ue(Ye,Xe,st,"ø","\\o",!0),Ue(Ye,Xe,st,"Æ","\\AE",!0),Ue(Ye,Xe,st,"Œ","\\OE",!0),Ue(Ye,Xe,st,"Ø","\\O",!0),Ue(Ye,Xe,Je,"ˊ","\\'"),Ue(Ye,Xe,Je,"ˋ","\\`"),Ue(Ye,Xe,Je,"ˆ","\\^"),Ue(Ye,Xe,Je,"˜","\\~"),Ue(Ye,Xe,Je,"ˉ","\\="),Ue(Ye,Xe,Je,"˘","\\u"),Ue(Ye,Xe,Je,"˙","\\."),Ue(Ye,Xe,Je,"¸","\\c"),Ue(Ye,Xe,Je,"˚","\\r"),Ue(Ye,Xe,Je,"ˇ","\\v"),Ue(Ye,Xe,Je,"¨",'\\"'),Ue(Ye,Xe,Je,"˝","\\H"),Ue(Ye,Xe,Je,"◯","\\textcircled");var ct={"--":!0,"---":!0,"``":!0,"''":!0};Ue(Ye,Xe,st,"–","--",!0),Ue(Ye,Xe,st,"–","\\textendash"),Ue(Ye,Xe,st,"—","---",!0),Ue(Ye,Xe,st,"—","\\textemdash"),Ue(Ye,Xe,st,"‘","`",!0),Ue(Ye,Xe,st,"‘","\\textquoteleft"),Ue(Ye,Xe,st,"’","'",!0),Ue(Ye,Xe,st,"’","\\textquoteright"),Ue(Ye,Xe,st,"“","``",!0),Ue(Ye,Xe,st,"“","\\textquotedblleft"),Ue(Ye,Xe,st,"”","''",!0),Ue(Ye,Xe,st,"”","\\textquotedblright"),Ue(Ze,Xe,st,"°","\\degree",!0),Ue(Ye,Xe,st,"°","\\degree"),Ue(Ye,Xe,st,"°","\\textdegree",!0),Ue(Ze,Xe,st,"£","\\pounds"),Ue(Ze,Xe,st,"£","\\mathsterling",!0),Ue(Ye,Xe,st,"£","\\pounds"),Ue(Ye,Xe,st,"£","\\textsterling",!0),Ue(Ze,Ke,st,"✠","\\maltese"),Ue(Ye,Ke,st,"✠","\\maltese");for(var ut='0123456789/@."',ht=0;ht<14;ht++){var dt=ut.charAt(ht);Ue(Ze,Xe,st,dt,dt)}for(var mt='0123456789!@*()-=+";:?/.,',pt=0;pt<25;pt++){var gt=mt.charAt(pt);Ue(Ye,Xe,st,gt,gt)}for(var xt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",ft=0;ft<52;ft++){var bt=xt.charAt(ft);Ue(Ze,Xe,rt,bt,bt),Ue(Ye,Xe,st,bt,bt)}Ue(Ze,Ke,st,"C","ℂ"),Ue(Ye,Ke,st,"C","ℂ"),Ue(Ze,Ke,st,"H","ℍ"),Ue(Ye,Ke,st,"H","ℍ"),Ue(Ze,Ke,st,"N","ℕ"),Ue(Ye,Ke,st,"N","ℕ"),Ue(Ze,Ke,st,"P","ℙ"),Ue(Ye,Ke,st,"P","ℙ"),Ue(Ze,Ke,st,"Q","ℚ"),Ue(Ye,Ke,st,"Q","ℚ"),Ue(Ze,Ke,st,"R","ℝ"),Ue(Ye,Ke,st,"R","ℝ"),Ue(Ze,Ke,st,"Z","ℤ"),Ue(Ye,Ke,st,"Z","ℤ"),Ue(Ze,Xe,rt,"h","ℎ"),Ue(Ye,Xe,rt,"h","ℎ");for(var vt="",yt=0;yt<52;yt++){var kt=xt.charAt(yt);Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56320+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56372+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56424+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56580+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56684+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56736+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56788+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56840+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56944+yt)),Ue(Ye,Xe,st,kt,vt),yt<26&&(Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56632+yt)),Ue(Ye,Xe,st,kt,vt),Ue(Ze,Xe,rt,kt,vt=String.fromCharCode(55349,56476+yt)),Ue(Ye,Xe,st,kt,vt))}Ue(Ze,Xe,rt,"k",vt=String.fromCharCode(55349,56668)),Ue(Ye,Xe,st,"k",vt);for(var wt=0;wt<10;wt++){var St=wt.toString();Ue(Ze,Xe,rt,St,vt=String.fromCharCode(55349,57294+wt)),Ue(Ye,Xe,st,St,vt),Ue(Ze,Xe,rt,St,vt=String.fromCharCode(55349,57314+wt)),Ue(Ye,Xe,st,St,vt),Ue(Ze,Xe,rt,St,vt=String.fromCharCode(55349,57324+wt)),Ue(Ye,Xe,st,St,vt),Ue(Ze,Xe,rt,St,vt=String.fromCharCode(55349,57334+wt)),Ue(Ye,Xe,st,St,vt)}for(var Ct="ÐÞþ",zt=0;zt<3;zt++){var Et=Ct.charAt(zt);Ue(Ze,Xe,rt,Et,Et),Ue(Ye,Xe,st,Et,Et)}var Mt=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],qt=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Tt=function(e,t,r){return Ge[r][e]&&Ge[r][e].replace&&(e=Ge[r][e].replace),{value:e,metrics:ye(e,t,r)}},At=function(e,t,r,n,a){var l,o=Tt(e,t,r),i=o.metrics;if(e=o.value,i){var s=i.italic;("text"===r||n&&"mathit"===n.font)&&(s=0),l=new He(e,i.height,i.depth,s,i.skew,i.width,a)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),l=new He(e,0,0,0,0,0,a);if(n){l.maxFontSize=n.sizeMultiplier,n.style.isTight()&&l.classes.push("mtight");var c=n.getColor();c&&(l.style.color=c)}return l},Nt=(e,t)=>{if(Ne(e.classes)!==Ne(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){var r=e.classes[0];if("mbin"===r||"mord"===r)return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var a in t.style)if(t.style.hasOwnProperty(a)&&e.style[a]!==t.style[a])return!1;return!0},Bt=function(e){for(var t=0,r=0,n=0,a=0;a<e.children.length;a++){var l=e.children[a];l.height>t&&(t=l.height),l.depth>r&&(r=l.depth),l.maxFontSize>n&&(n=l.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},Lt=function(e,t,r,n){var a=new Re(e,t,r,n);return Bt(a),a},It=(e,t,r,n)=>new Re(e,t,r,n),Rt=function(e){var t=new xe(e);return Bt(t),t},jt=function(e,t,r){var n="";switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}return n+"-"+("textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular")},$t={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Ot={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Ht={fontMap:$t,makeSymbol:At,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&Tt(e,"Main-Bold",t).metrics?At(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===Ge[t][e].font?At(e,"Main-Regular",t,r,n):At(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:Lt,makeSvgSpan:It,makeLineSpan:function(e,t,r){var n=Lt([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=Ae(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){var a=new je(e,t,r,n);return Bt(a),a},makeFragment:Rt,wrapFragment:function(e,t){return e instanceof xe?Lt([],[e],t):e},makeVList:function(e,t){for(var{children:r,depth:n}=function(e){if("individualShift"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,a=n,l=1;l<t.length;l++){var o=-t[l].shift-a-t[l].elem.depth,i=o-(t[l-1].elem.height+t[l-1].elem.depth);a+=o,r.push({type:"kern",size:i}),r.push(t[l])}return{children:r,depth:n}}var s;if("top"===e.positionType){for(var c=e.positionData,u=0;u<e.children.length;u++){var h=e.children[u];c-="kern"===h.type?h.size:h.elem.height+h.elem.depth}s=c}else if("bottom"===e.positionType)s=-e.positionData;else{var d=e.children[0];if("elem"!==d.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)s=-d.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");s=-d.elem.depth}}return{children:e.children,depth:s}}(e),a=0,l=0;l<r.length;l++){var o=r[l];if("elem"===o.type){var i=o.elem;a=Math.max(a,i.maxFontSize,i.height)}}a+=2;var s=Lt(["pstrut"],[]);s.style.height=Ae(a);for(var c=[],u=n,h=n,d=n,m=0;m<r.length;m++){var p=r[m];if("kern"===p.type)d+=p.size;else{var g=p.elem,x=p.wrapperClasses||[],f=p.wrapperStyle||{},b=Lt(x,[s,g],void 0,f);b.style.top=Ae(-a-d-g.depth),p.marginLeft&&(b.style.marginLeft=p.marginLeft),p.marginRight&&(b.style.marginRight=p.marginRight),c.push(b),d+=g.height+g.depth}u=Math.min(u,d),h=Math.max(h,d)}var v,y=Lt(["vlist"],c);if(y.style.height=Ae(h),u<0){var k=Lt([],[]),w=Lt(["vlist"],[k]);w.style.height=Ae(-u);var S=Lt(["vlist-s"],[new He("")]);v=[Lt(["vlist-r"],[y,S]),Lt(["vlist-r"],[w])]}else v=[Lt(["vlist-r"],[y])];var C=Lt(["vlist-t"],v);return 2===v.length&&C.classes.push("vlist-t2"),C.height=h,C.depth=-u,C},makeOrd:function(e,t,r){var n=e.mode,a=e.text,l=["mord"],o="math"===n||"text"===n&&t.font,i=o?t.font:t.fontFamily,s="",c="";if(55349===a.charCodeAt(0)&&([s,c]=function(e,t){var r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,n="math"===t?0:1;if(119808<=r&&r<120484){var a=Math.floor((r-119808)/26);return[Mt[a][2],Mt[a][n]]}if(120782<=r&&r<=120831){var l=Math.floor((r-120782)/10);return[qt[l][2],qt[l][n]]}if(120485===r||120486===r)return[Mt[0][2],Mt[0][n]];if(120486<r&&r<120782)return["",""];throw new U("Unsupported character: "+e)}(a,n)),s.length>0)return At(a,s,n,t,l.concat(c));if(i){var u,h;if("boldsymbol"===i){var d=function(e,t,r,n,a){return"textord"!==a&&Tt(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(a,n,0,0,r);u=d.fontName,h=[d.fontClass]}else o?(u=$t[i].fontName,h=[i]):(u=jt(i,t.fontWeight,t.fontShape),h=[i,t.fontWeight,t.fontShape]);if(Tt(a,u,n).metrics)return At(a,u,n,t,l.concat(h));if(ct.hasOwnProperty(a)&&"Typewriter"===u.slice(0,10)){for(var m=[],p=0;p<a.length;p++)m.push(At(a[p],u,n,t,l.concat(h)));return Rt(m)}}if("mathord"===r)return At(a,"Math-Italic",n,t,l.concat(["mathnormal"]));if("textord"===r){var g=Ge[n][a]&&Ge[n][a].font;if("ams"===g){var x=jt("amsrm",t.fontWeight,t.fontShape);return At(a,x,n,t,l.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==g&&g){var f=jt(g,t.fontWeight,t.fontShape);return At(a,f,n,t,l.concat(f,t.fontWeight,t.fontShape))}var b=jt("textrm",t.fontWeight,t.fontShape);return At(a,b,n,t,l.concat(t.fontWeight,t.fontShape))}throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:(e,t)=>{var r=Lt(["mspace"],[],t),n=Te(e,t);return r.style.marginRight=Ae(n),r},staticSvg:function(e,t){var[r,n,a]=Ot[e],l=new Ve(r),o=new De([l],{width:Ae(n),height:Ae(a),style:"width:"+Ae(n),viewBox:"0 0 "+1e3*n+" "+1e3*a,preserveAspectRatio:"xMinYMin"}),i=It(["overlay"],[o],t);return i.height=a,i.style.height=Ae(a),i.style.width=Ae(n),i},svgData:Ot,tryCombineChars:e=>{for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof He&&n instanceof He&&Nt(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,e.splice(t+1,1),t--)}return e}},Dt={number:3,unit:"mu"},Vt={number:4,unit:"mu"},Pt={number:5,unit:"mu"},_t={mord:{mop:Dt,mbin:Vt,mrel:Pt,minner:Dt},mop:{mord:Dt,mop:Dt,mrel:Pt,minner:Dt},mbin:{mord:Vt,mop:Vt,mopen:Vt,minner:Vt},mrel:{mord:Pt,mop:Pt,mopen:Pt,minner:Pt},mopen:{},mclose:{mop:Dt,mbin:Vt,mrel:Pt,minner:Dt},mpunct:{mord:Dt,mop:Dt,mrel:Pt,mopen:Dt,mclose:Dt,mpunct:Dt,minner:Dt},minner:{mord:Dt,mop:Dt,mbin:Vt,mrel:Pt,mopen:Dt,mpunct:Dt,minner:Dt}},Ft={mord:{mop:Dt},mop:{mord:Dt,mop:Dt},mbin:{},mrel:{},mopen:{},mclose:{mop:Dt},mpunct:{},minner:{mop:Dt}},Wt={},Gt={},Ut={};function Zt(e){for(var{type:t,names:r,props:n,handler:a,htmlBuilder:l,mathmlBuilder:o}=e,i={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:a},s=0;s<r.length;++s)Wt[r[s]]=i;t&&(l&&(Gt[t]=l),o&&(Ut[t]=o))}function Yt(e){var{type:t,htmlBuilder:r,mathmlBuilder:n}=e;Zt({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}var Xt=function(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e},Kt=function(e){return"ordgroup"===e.type?e.body:[e]},Jt=Ht.makeSpan,Qt=["leftmost","mbin","mopen","mrel","mop","mpunct"],er=["rightmost","mrel","mclose","mpunct"],tr={display:ue.DISPLAY,text:ue.TEXT,script:ue.SCRIPT,scriptscript:ue.SCRIPTSCRIPT},rr={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},nr=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var a=[],l=0;l<e.length;l++){var o=cr(e[l],t);if(o instanceof xe){var i=o.children;a.push(...i)}else a.push(o)}if(Ht.tryCombineChars(a),!r)return a;var s=t;if(1===e.length){var c=e[0];"sizing"===c.type?s=t.havingSize(c.size):"styling"===c.type&&(s=t.havingStyle(tr[c.style]))}var u=Jt([n[0]||"leftmost"],[],t),h=Jt([n[1]||"rightmost"],[],t),d="root"===r;return ar(a,((e,t)=>{var r=t.classes[0],n=e.classes[0];"mbin"===r&&J.contains(er,n)?t.classes[0]="mord":"mbin"===n&&J.contains(Qt,r)&&(e.classes[0]="mord")}),{node:u},h,d),ar(a,((e,t)=>{var r=ir(t),n=ir(e),a=r&&n?e.hasClass("mtight")?Ft[r][n]:_t[r][n]:null;if(a)return Ht.makeGlue(a,s)}),{node:u},h,d),a},ar=function e(t,r,n,a,l){a&&t.push(a);for(var o=0;o<t.length;o++){var i=t[o],s=lr(i);if(s)e(s.children,r,n,null,l);else{var c=!i.hasClass("mspace");if(c){var u=r(i,n.node);u&&(n.insertAfter?n.insertAfter(u):(t.unshift(u),o++))}c?n.node=i:l&&i.hasClass("newline")&&(n.node=Jt(["leftmost"])),n.insertAfter=(e=>r=>{t.splice(e+1,0,r),o++})(o)}}a&&t.pop()},lr=function(e){return e instanceof xe||e instanceof je||e instanceof Re&&e.hasClass("enclosing")?e:null},or=function e(t,r){var n=lr(t);if(n){var a=n.children;if(a.length){if("right"===r)return e(a[a.length-1],"right");if("left"===r)return e(a[0],"left")}}return t},ir=function(e,t){return e?(t&&(e=or(e,t)),rr[e.classes[0]]||null):null},sr=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return Jt(t.concat(r))},cr=function(e,t,r){if(!e)return Jt();if(Gt[e.type]){var n=Gt[e.type](e,t);if(r&&t.size!==r.size){n=Jt(t.sizingClasses(r),[n],t);var a=t.sizeMultiplier/r.sizeMultiplier;n.height*=a,n.depth*=a}return n}throw new U("Got group of unknown type: '"+e.type+"'")};function ur(e,t){var r=Jt(["base"],e,t),n=Jt(["strut"]);return n.style.height=Ae(r.height+r.depth),r.depth&&(n.style.verticalAlign=Ae(-r.depth)),r.children.unshift(n),r}function hr(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);var n,a=nr(e,t,"root");2===a.length&&a[1].hasClass("tag")&&(n=a.pop());for(var l,o=[],i=[],s=0;s<a.length;s++)if(i.push(a[s]),a[s].hasClass("mbin")||a[s].hasClass("mrel")||a[s].hasClass("allowbreak")){for(var c=!1;s<a.length-1&&a[s+1].hasClass("mspace")&&!a[s+1].hasClass("newline");)s++,i.push(a[s]),a[s].hasClass("nobreak")&&(c=!0);c||(o.push(ur(i,t)),i=[])}else a[s].hasClass("newline")&&(i.pop(),i.length>0&&(o.push(ur(i,t)),i=[]),o.push(a[s]));i.length>0&&o.push(ur(i,t)),r?((l=ur(nr(r,t,!0))).classes=["tag"],o.push(l)):n&&o.push(n);var u=Jt(["katex-html"],o);if(u.setAttribute("aria-hidden","true"),l){var h=l.children[0];h.style.height=Ae(u.height+u.depth),u.depth&&(h.style.verticalAlign=Ae(-u.depth))}return u}function dr(e){return new xe(e)}class mr{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=Ne(this.classes));for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=J.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+J.escape(Ne(this.classes))+'"'),e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">"}toText(){return this.children.map((e=>e.toText())).join("")}}class pr{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return J.escape(this.toText())}toText(){return this.text}}var gr={MathNode:mr,TextNode:pr,SpaceNode:class{constructor(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?" ":e>=.1666&&e<=.1667?" ":e>=.2222&&e<=.2223?" ":e>=.2777&&e<=.2778?" ":e>=-.05556&&e<=-.05555?" ":e>=-.1667&&e<=-.1666?" ":e>=-.2223&&e<=-.2222?" ":e>=-.2778&&e<=-.2777?" ":null}toNode(){if(this.character)return document.createTextNode(this.character);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",Ae(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+Ae(this.width)+'"/>'}toText(){return this.character?this.character:" "}},newDocumentFragment:dr},xr=function(e,t,r){return!Ge[t][e]||!Ge[t][e].replace||55349===e.charCodeAt(0)||ct.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=Ge[t][e].replace),new gr.TextNode(e)},fr=function(e){return 1===e.length?e[0]:new gr.MathNode("mrow",e)},br=function(e,t){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold";var r=t.font;if(!r||"mathnormal"===r)return null;var n=e.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"textord"===e.type?"bold":"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";var a=e.text;return J.contains(["\\imath","\\jmath"],a)?null:(Ge[n][a]&&Ge[n][a].replace&&(a=Ge[n][a].replace),ye(a,Ht.fontMap[r].fontName,n)?Ht.fontMap[r].variant:null)},vr=function(e,t,r){if(1===e.length){var n=kr(e[0],t);return r&&n instanceof mr&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var a,l=[],o=0;o<e.length;o++){var i=kr(e[o],t);if(i instanceof mr&&a instanceof mr){if("mtext"===i.type&&"mtext"===a.type&&i.getAttribute("mathvariant")===a.getAttribute("mathvariant")){a.children.push(...i.children);continue}if("mn"===i.type&&"mn"===a.type){a.children.push(...i.children);continue}if("mi"===i.type&&1===i.children.length&&"mn"===a.type){var s=i.children[0];if(s instanceof pr&&"."===s.text){a.children.push(...i.children);continue}}else if("mi"===a.type&&1===a.children.length){var c=a.children[0];if(c instanceof pr&&"̸"===c.text&&("mo"===i.type||"mi"===i.type||"mn"===i.type)){var u=i.children[0];u instanceof pr&&u.text.length>0&&(u.text=u.text.slice(0,1)+"̸"+u.text.slice(1),l.pop())}}}l.push(i),a=i}return l},yr=function(e,t,r){return fr(vr(e,t,r))},kr=function(e,t){if(!e)return new gr.MathNode("mrow");if(Ut[e.type])return Ut[e.type](e,t);throw new U("Got group of unknown type: '"+e.type+"'")};function wr(e,t,r,n,a){var l,o=vr(e,r);l=1===o.length&&o[0]instanceof mr&&J.contains(["mrow","mtable"],o[0].type)?o[0]:new gr.MathNode("mrow",o);var i=new gr.MathNode("annotation",[new gr.TextNode(t)]);i.setAttribute("encoding","application/x-tex");var s=new gr.MathNode("semantics",[l,i]),c=new gr.MathNode("math",[s]);c.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&c.setAttribute("display","block");var u=a?"katex":"katex-mathml";return Ht.makeSpan([u],[c])}var Sr=function(e){return new ze({style:e.displayMode?ue.DISPLAY:ue.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Cr=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Ht.makeSpan(r,[e])}return e},zr={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},Er={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},Mr=function(e,t,r,n,a){var l,o=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(l=Ht.makeSpan(["stretchy",t],[],a),"fbox"===t){var i=a.color&&a.getColor();i&&(l.style.borderColor=i)}}else{var s=[];/^[bx]cancel$/.test(t)&&s.push(new Pe({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&s.push(new Pe({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var c=new De(s,{width:"100%",height:Ae(o)});l=Ht.makeSvgSpan([],[c],a)}return l.height=o,l.style.height=Ae(o),l},qr=function(e){var t=new gr.MathNode("mo",[new gr.TextNode(zr[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},Tr=function(e,t){var{span:r,minWidth:n,height:a}=function(){var r=4e5,n=e.label.slice(1);if(J.contains(["widehat","widecheck","widetilde","utilde"],n)){var a,l,o,i="ordgroup"===(m=e.base).type?m.body.length:1;if(i>5)"widehat"===n||"widecheck"===n?(a=420,r=2364,o=.42,l=n+"4"):(a=312,r=2340,o=.34,l="tilde4");else{var s=[1,1,2,2,3,3][i];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][s],a=[0,239,300,360,420][s],o=[0,.24,.3,.3,.36,.42][s],l=n+s):(r=[0,600,1033,2339,2340][s],a=[0,260,286,306,312][s],o=[0,.26,.286,.3,.306,.34][s],l="tilde"+s)}var c=new Ve(l),u=new De([c],{width:"100%",height:Ae(o),viewBox:"0 0 "+r+" "+a,preserveAspectRatio:"none"});return{span:Ht.makeSvgSpan([],[u],t),minWidth:0,height:o}}var h,d,m,p=[],g=Er[n],[x,f,b]=g,v=b/1e3,y=x.length;if(1===y)h=["hide-tail"],d=[g[3]];else if(2===y)h=["halfarrow-left","halfarrow-right"],d=["xMinYMin","xMaxYMin"];else{if(3!==y)throw new Error("Correct katexImagesData or update code here to support\n "+y+" children.");h=["brace-left","brace-center","brace-right"],d=["xMinYMin","xMidYMin","xMaxYMin"]}for(var k=0;k<y;k++){var w=new Ve(x[k]),S=new De([w],{width:"400em",height:Ae(v),viewBox:"0 0 "+r+" "+b,preserveAspectRatio:d[k]+" slice"}),C=Ht.makeSvgSpan([h[k]],[S],t);if(1===y)return{span:C,minWidth:f,height:v};C.style.height=Ae(v),p.push(C)}return{span:Ht.makeSpan(["stretchy"],p,t),minWidth:f,height:v}}();return r.height=a,r.style.height=Ae(a),n>0&&(r.style.minWidth=Ae(n)),r};function Ar(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function Nr(e){var t=Br(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function Br(e){return e&&("atom"===e.type||We.hasOwnProperty(e.type))?e:null}var Lr=(e,t)=>{var r,n,a;e&&"supsub"===e.type?(r=(n=Ar(e.base,"accent")).base,e.base=r,a=function(e){if(e instanceof Re)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(cr(e,t)),e.base=n):r=(n=Ar(e,"accent")).base;var l=cr(r,t.havingCrampedStyle()),o=0;if(n.isShifty&&J.isCharacterBox(r)){var i=J.getBaseElem(r);o=_e(cr(i,t.havingCrampedStyle())).skew}var s,c="\\c"===n.label,u=c?l.height+l.depth:Math.min(l.height,t.fontMetrics().xHeight);if(n.isStretchy)s=Tr(n,t),s=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:l},{type:"elem",elem:s,wrapperClasses:["svg-align"],wrapperStyle:o>0?{width:"calc(100% - "+Ae(2*o)+")",marginLeft:Ae(2*o)}:void 0}]},t);else{var h,d;"\\vec"===n.label?(h=Ht.staticSvg("vec",t),d=Ht.svgData.vec[1]):((h=_e(h=Ht.makeOrd({mode:n.mode,text:n.label},t,"textord"))).italic=0,d=h.width,c&&(u+=h.depth)),s=Ht.makeSpan(["accent-body"],[h]);var m="\\textcircled"===n.label;m&&(s.classes.push("accent-full"),u=l.height);var p=o;m||(p-=d/2),s.style.left=Ae(p),"\\textcircled"===n.label&&(s.style.top=".2em"),s=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:l},{type:"kern",size:-u},{type:"elem",elem:s}]},t)}var g=Ht.makeSpan(["mord","accent"],[s],t);return a?(a.children[0]=g,a.height=Math.max(g.height,a.height),a.classes[0]="mord",a):g},Ir=(e,t)=>{var r=e.isStretchy?qr(e.label):new gr.MathNode("mo",[xr(e.label,e.mode)]),n=new gr.MathNode("mover",[kr(e.base,t),r]);return n.setAttribute("accent","true"),n},Rr=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map((e=>"\\"+e)).join("|"));Zt({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{var r=Xt(t[0]),n=!Rr.test(e.funcName),a=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:a,base:r}},htmlBuilder:Lr,mathmlBuilder:Ir}),Zt({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{var r=t[0],n=e.parser.mode;return"math"===n&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Lr,mathmlBuilder:Ir}),Zt({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:a}},htmlBuilder:(e,t)=>{var r=cr(e.base,t),n=Tr(e,t),a="\\utilde"===e.label?.12:0,l=Ht.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:a},{type:"elem",elem:r}]},t);return Ht.makeSpan(["mord","accentunder"],[l],t)},mathmlBuilder:(e,t)=>{var r=qr(e.label),n=new gr.MathNode("munder",[kr(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});var jr=e=>{var t=new gr.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};Zt({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n,funcName:a}=e;return{type:"xArrow",mode:n.mode,label:a,body:t[0],below:r[0]}},htmlBuilder(e,t){var r,n=t.style,a=t.havingStyle(n.sup()),l=Ht.wrapFragment(cr(e.body,a,t),t),o="\\x"===e.label.slice(0,2)?"x":"cd";l.classes.push(o+"-arrow-pad"),e.below&&(a=t.havingStyle(n.sub()),(r=Ht.wrapFragment(cr(e.below,a,t),t)).classes.push(o+"-arrow-pad"));var i,s=Tr(e,t),c=-t.fontMetrics().axisHeight+.5*s.height,u=-t.fontMetrics().axisHeight-.5*s.height-.111;if((l.depth>.25||"\\xleftequilibrium"===e.label)&&(u-=l.depth),r){var h=-t.fontMetrics().axisHeight+r.height+.5*s.height+.111;i=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:u},{type:"elem",elem:s,shift:c},{type:"elem",elem:r,shift:h}]},t)}else i=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:u},{type:"elem",elem:s,shift:c}]},t);return i.children[0].children[0].children[1].classes.push("svg-align"),Ht.makeSpan(["mrel","x-arrow"],[i],t)},mathmlBuilder(e,t){var r,n=qr(e.label);if(n.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){var a=jr(kr(e.body,t));if(e.below){var l=jr(kr(e.below,t));r=new gr.MathNode("munderover",[n,l,a])}else r=new gr.MathNode("mover",[n,a])}else if(e.below){var o=jr(kr(e.below,t));r=new gr.MathNode("munder",[n,o])}else r=jr(),r=new gr.MathNode("mover",[n,r]);return r}});var $r=Ht.makeSpan;function Or(e,t){var r=nr(e.body,t,!0);return $r([e.mclass],r,t)}function Hr(e,t){var r,n=vr(e.body,t);return"minner"===e.mclass?r=new gr.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0]).type="mi":r=new gr.MathNode("mi",n):(e.isCharacterBox?(r=n[0]).type="mo":r=new gr.MathNode("mo",n),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"===e.mclass||"mclose"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0em"):"minner"===e.mclass&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}Zt({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:Kt(a),isCharacterBox:J.isCharacterBox(a)}},htmlBuilder:Or,mathmlBuilder:Hr});var Dr=e=>{var t="ordgroup"===e.type&&e.body.length?e.body[0]:e;return"atom"!==t.type||"bin"!==t.family&&"rel"!==t.family?"mord":"m"+t.family};Zt({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:r}=e;return{type:"mclass",mode:r.mode,mclass:Dr(t[0]),body:Kt(t[1]),isCharacterBox:J.isCharacterBox(t[1])}}}),Zt({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var r,{parser:n,funcName:a}=e,l=t[1],o=t[0];r="\\stackrel"!==a?Dr(l):"mrel";var i={type:"op",mode:l.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==a,body:Kt(l)},s={type:"supsub",mode:o.mode,base:i,sup:"\\underset"===a?null:o,sub:"\\underset"===a?o:null};return{type:"mclass",mode:n.mode,mclass:r,body:[s],isCharacterBox:J.isCharacterBox(s)}},htmlBuilder:Or,mathmlBuilder:Hr}),Zt({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"pmb",mode:r.mode,mclass:Dr(t[0]),body:Kt(t[0])}},htmlBuilder(e,t){var r=nr(e.body,t,!0),n=Ht.makeSpan([e.mclass],r,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){var r=vr(e.body,t),n=new gr.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var Vr={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Pr=e=>"textord"===e.type&&"@"===e.text;function _r(e,t,r){var n=Vr[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":var a={type:"atom",text:n,mode:"math",family:"rel"},l={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[a],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[l],[]);case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":return r.callFunction("\\Big",[{type:"textord",text:"\\Vert",mode:"math"}],[]);default:return{type:"textord",text:" ",mode:"math"}}}Zt({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){var r=t.havingStyle(t.style.sup()),n=Ht.wrapFragment(cr(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=Ae(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){var r=new gr.MathNode("mrow",[kr(e.label,t)]);return(r=new gr.MathNode("mpadded",[r])).setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),(r=new gr.MathNode("mstyle",[r])).setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),Zt({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:r}=e;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder(e,t){var r=Ht.wrapFragment(cr(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:(e,t)=>new gr.MathNode("mrow",[kr(e.fragment,t)])}),Zt({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:r}=e,n=Ar(t[0],"ordgroup").body,a="",l=0;l<n.length;l++){a+=Ar(n[l],"textord").text}var o,i=parseInt(a);if(isNaN(i))throw new U("\\@char has non-numeric argument "+a);if(i<0||i>=1114111)throw new U("\\@char with invalid code point "+a);return i<=65535?o=String.fromCharCode(i):(i-=65536,o=String.fromCharCode(55296+(i>>10),56320+(1023&i))),{type:"textord",mode:r.mode,text:o}}});var Fr=(e,t)=>{var r=nr(e.body,t.withColor(e.color),!1);return Ht.makeFragment(r)},Wr=(e,t)=>{var r=vr(e.body,t.withColor(e.color)),n=new gr.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};Zt({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:r}=e,n=Ar(t[0],"color-token").color,a=t[1];return{type:"color",mode:r.mode,color:n,body:Kt(a)}},htmlBuilder:Fr,mathmlBuilder:Wr}),Zt({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:r,breakOnTokenText:n}=e,a=Ar(t[0],"color-token").color;r.gullet.macros.set("\\current@color",a);var l=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:a,body:l}},htmlBuilder:Fr,mathmlBuilder:Wr}),Zt({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){var{parser:n}=e,a="["===n.gullet.future().text?n.parseSizeGroup(!0):null,l=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:l,size:a&&Ar(a,"size").value}},htmlBuilder(e,t){var r=Ht.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=Ae(Te(e.size,t)))),r},mathmlBuilder(e,t){var r=new gr.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",Ae(Te(e.size,t)))),r}});var Gr={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Ur=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new U("Expected a control sequence",e);return t},Zr=(e,t,r,n)=>{var a=e.gullet.macros.get(r.text);null==a&&(r.noexpand=!0,a={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,a,n)};Zt({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:r}=e;t.consumeSpaces();var n=t.fetch();if(Gr[n.text])return"\\global"!==r&&"\\\\globallong"!==r||(n.text=Gr[n.text]),Ar(t.parseFunction(),"internal");throw new U("Invalid token after macro prefix",n)}}),Zt({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=t.gullet.popToken(),a=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(a))throw new U("Expected a control sequence",n);for(var l,o=0,i=[[]];"{"!==t.gullet.future().text;)if("#"===(n=t.gullet.popToken()).text){if("{"===t.gullet.future().text){l=t.gullet.future(),i[o].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new U('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==o+1)throw new U('Argument number "'+n.text+'" out of order');o++,i.push([])}else{if("EOF"===n.text)throw new U("Expected a macro definition");i[o].push(n.text)}var{tokens:s}=t.gullet.consumeArg();return l&&s.unshift(l),"\\edef"!==r&&"\\xdef"!==r||(s=t.gullet.expandTokens(s)).reverse(),t.gullet.macros.set(a,{tokens:s,numArgs:o,delimiters:i},r===Gr[r]),{type:"internal",mode:t.mode}}}),Zt({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=Ur(t.gullet.popToken());t.gullet.consumeSpaces();var a=(e=>{var t=e.gullet.popToken();return"="===t.text&&" "===(t=e.gullet.popToken()).text&&(t=e.gullet.popToken()),t})(t);return Zr(t,n,a,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),Zt({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=Ur(t.gullet.popToken()),a=t.gullet.popToken(),l=t.gullet.popToken();return Zr(t,n,l,"\\\\globalfuture"===r),t.gullet.pushToken(l),t.gullet.pushToken(a),{type:"internal",mode:t.mode}}});var Yr=function(e,t,r){var n=ye(Ge.math[e]&&Ge.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},Xr=function(e,t,r,n){var a=r.havingBaseStyle(t),l=Ht.makeSpan(n.concat(a.sizingClasses(r)),[e],r),o=a.sizeMultiplier/r.sizeMultiplier;return l.height*=o,l.depth*=o,l.maxFontSize=a.sizeMultiplier,l},Kr=function(e,t,r){var n=t.havingBaseStyle(r),a=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=Ae(a),e.height-=a,e.depth+=a},Jr=function(e,t,r,n,a,l){var o=function(e,t,r,n){return Ht.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,a,n),i=Xr(Ht.makeSpan(["delimsizing","size"+t],[o],n),ue.TEXT,n,l);return r&&Kr(i,n,ue.TEXT),i},Qr=function(e,t,r){var n;return n="Size1-Regular"===t?"delim-size1":"delim-size4",{type:"elem",elem:Ht.makeSpan(["delimsizinginner",n],[Ht.makeSpan([],[Ht.makeSymbol(e,t,r)])])}},en=function(e,t,r){var n=fe["Size4-Regular"][e.charCodeAt(0)]?fe["Size4-Regular"][e.charCodeAt(0)][4]:fe["Size1-Regular"][e.charCodeAt(0)][4],a=new Ve("inner",function(e,t){switch(e){case"⎜":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"∣":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"∥":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145zM367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z";case"⎟":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"⎢":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"⎥":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"⎪":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"⏐":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"‖":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257zM478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z";default:return""}}(e,Math.round(1e3*t))),l=new De([a],{width:Ae(n),height:Ae(t),style:"width:"+Ae(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),o=Ht.makeSvgSpan([],[l],r);return o.height=t,o.style.height=Ae(t),o.style.width=Ae(n),{type:"elem",elem:o}},tn={type:"kern",size:-.008},rn=["|","\\lvert","\\rvert","\\vert"],nn=["\\|","\\lVert","\\rVert","\\Vert"],an=function(e,t,r,n,a,l){var o,i,s,c,u="",h=0;o=s=c=e,i=null;var d="Size1-Regular";"\\uparrow"===e?s=c="⏐":"\\Uparrow"===e?s=c="‖":"\\downarrow"===e?o=s="⏐":"\\Downarrow"===e?o=s="‖":"\\updownarrow"===e?(o="\\uparrow",s="⏐",c="\\downarrow"):"\\Updownarrow"===e?(o="\\Uparrow",s="‖",c="\\Downarrow"):J.contains(rn,e)?(s="∣",u="vert",h=333):J.contains(nn,e)?(s="∥",u="doublevert",h=556):"["===e||"\\lbrack"===e?(o="⎡",s="⎢",c="⎣",d="Size4-Regular",u="lbrack",h=667):"]"===e||"\\rbrack"===e?(o="⎤",s="⎥",c="⎦",d="Size4-Regular",u="rbrack",h=667):"\\lfloor"===e||"⌊"===e?(s=o="⎢",c="⎣",d="Size4-Regular",u="lfloor",h=667):"\\lceil"===e||"⌈"===e?(o="⎡",s=c="⎢",d="Size4-Regular",u="lceil",h=667):"\\rfloor"===e||"⌋"===e?(s=o="⎥",c="⎦",d="Size4-Regular",u="rfloor",h=667):"\\rceil"===e||"⌉"===e?(o="⎤",s=c="⎥",d="Size4-Regular",u="rceil",h=667):"("===e||"\\lparen"===e?(o="⎛",s="⎜",c="⎝",d="Size4-Regular",u="lparen",h=875):")"===e||"\\rparen"===e?(o="⎞",s="⎟",c="⎠",d="Size4-Regular",u="rparen",h=875):"\\{"===e||"\\lbrace"===e?(o="⎧",i="⎨",c="⎩",s="⎪",d="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(o="⎫",i="⎬",c="⎭",s="⎪",d="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(o="⎧",c="⎩",s="⎪",d="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(o="⎫",c="⎭",s="⎪",d="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(o="⎧",c="⎭",s="⎪",d="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(o="⎫",c="⎩",s="⎪",d="Size4-Regular");var m=Yr(o,d,a),p=m.height+m.depth,g=Yr(s,d,a),x=g.height+g.depth,f=Yr(c,d,a),b=f.height+f.depth,v=0,y=1;if(null!==i){var k=Yr(i,d,a);v=k.height+k.depth,y=2}var w=p+b+v,S=w+Math.max(0,Math.ceil((t-w)/(y*x)))*y*x,C=n.fontMetrics().axisHeight;r&&(C*=n.sizeMultiplier);var z=S/2-C,E=[];if(u.length>0){var M=S-p-b,q=Math.round(1e3*S),T=function(e,t){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v1759 h347 v-84\nH403z M403 1759 V0 H319 V1759 v"+t+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v1759 H0 v84 H347z\nM347 1759 V0 H263 V1759 v"+t+" v1759 h84z";case"vert":return"M145 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z";case"doublevert":return"M145 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z\nM367 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v"+t+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+t+" v1715 h263 v84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+t+" v1799 H0 v-84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v602 h84z\nM403 1759 V0 H319 V1759 v"+t+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v602 h84z\nM347 1759 V0 h-84 V1759 v"+t+" v602 h84z";case"lparen":return"M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1\nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,\n-36,557 l0,"+(t+84)+"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\nl0,-"+(t+92)+"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z";case"rparen":return"M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,"+(t+9)+"\nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664\nc-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11\nc0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\nl0,-"+(t+144)+"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z";default:throw new Error("Unknown stretchy delimiter.")}}(u,Math.round(1e3*M)),A=new Ve(u,T),N=(h/1e3).toFixed(3)+"em",B=(q/1e3).toFixed(3)+"em",L=new De([A],{width:N,height:B,viewBox:"0 0 "+h+" "+q}),I=Ht.makeSvgSpan([],[L],n);I.height=q/1e3,I.style.width=N,I.style.height=B,E.push({type:"elem",elem:I})}else{if(E.push(Qr(c,d,a)),E.push(tn),null===i){var R=S-p-b+.016;E.push(en(s,R,n))}else{var j=(S-p-b-v)/2+.016;E.push(en(s,j,n)),E.push(tn),E.push(Qr(i,d,a)),E.push(tn),E.push(en(s,j,n))}E.push(tn),E.push(Qr(o,d,a))}var $=n.havingBaseStyle(ue.TEXT),O=Ht.makeVList({positionType:"bottom",positionData:z,children:E},$);return Xr(Ht.makeSpan(["delimsizing","mult"],[O],$),ue.TEXT,n,l)},ln=.08,on=function(e,t,r,n,a){var l=function(e,t,r){t*=1e3;var n="";switch(e){case"sqrtMain":n=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,pe);break;case"sqrtSize1":n=function(e,t){return"M263,"+(601+e+t)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,pe);break;case"sqrtSize2":n=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,pe);break;case"sqrtSize3":n=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+e)+" "+t+"\nh400000v"+(40+e)+"h-400000z"}(t,pe);break;case"sqrtSize4":n=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"}(t,pe);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+(r-54-t-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+t+"H400000v"+(40+e)+"H742z"}(t,pe,r)}return n}(e,n,r),o=new Ve(e,l),i=new De([o],{width:"400em",height:Ae(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Ht.makeSvgSpan(["hide-tail"],[i],a)},sn=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],cn=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],un=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],hn=[0,1.2,1.8,2.4,3],dn=[{type:"small",style:ue.SCRIPTSCRIPT},{type:"small",style:ue.SCRIPT},{type:"small",style:ue.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],mn=[{type:"small",style:ue.SCRIPTSCRIPT},{type:"small",style:ue.SCRIPT},{type:"small",style:ue.TEXT},{type:"stack"}],pn=[{type:"small",style:ue.SCRIPTSCRIPT},{type:"small",style:ue.SCRIPT},{type:"small",style:ue.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],gn=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},xn=function(e,t,r,n){for(var a=Math.min(2,3-n.style.size);a<r.length&&"stack"!==r[a].type;a++){var l=Yr(e,gn(r[a]),"math"),o=l.height+l.depth;if("small"===r[a].type&&(o*=n.havingBaseStyle(r[a].style).sizeMultiplier),o>t)return r[a]}return r[r.length-1]},fn=function(e,t,r,n,a,l){var o;"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),o=J.contains(un,e)?dn:J.contains(sn,e)?pn:mn;var i=xn(e,t,o,n);return"small"===i.type?function(e,t,r,n,a,l){var o=Ht.makeSymbol(e,"Main-Regular",a,n),i=Xr(o,t,n,l);return r&&Kr(i,n,t),i}(e,i.style,r,n,a,l):"large"===i.type?Jr(e,i.size,r,n,a,l):an(e,t,r,n,a,l)},bn={sqrtImage:function(e,t){var r,n,a=t.havingBaseSizing(),l=xn("\\surd",e*a.sizeMultiplier,pn,a),o=a.sizeMultiplier,i=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),s=0,c=0,u=0;return"small"===l.type?(e<1?o=1:e<1.4&&(o=.7),c=(1+i)/o,(r=on("sqrtMain",s=(1+i+ln)/o,u=1e3+1e3*i+80,i,t)).style.minWidth="0.853em",n=.833/o):"large"===l.type?(u=1080*hn[l.size],c=(hn[l.size]+i)/o,s=(hn[l.size]+i+ln)/o,(r=on("sqrtSize"+l.size,s,u,i,t)).style.minWidth="1.02em",n=1/o):(s=e+i+ln,c=e+i,u=Math.floor(1e3*e+i)+80,(r=on("sqrtTall",s,u,i,t)).style.minWidth="0.742em",n=1.056),r.height=c,r.style.height=Ae(s),{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+i)*o}},sizedDelim:function(e,t,r,n,a){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),J.contains(sn,e)||J.contains(un,e))return Jr(e,t,!1,r,n,a);if(J.contains(cn,e))return an(e,hn[t],!1,r,n,a);throw new U("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:hn,customSizedDelim:fn,leftRightDelim:function(e,t,r,n,a,l){var o=n.fontMetrics().axisHeight*n.sizeMultiplier,i=5/n.fontMetrics().ptPerEm,s=Math.max(t-o,r+o),c=Math.max(s/500*901,2*s-i);return fn(e,c,!0,n,a,l)}},vn={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},yn=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function kn(e,t){var r=Br(e);if(r&&J.contains(yn,r.text))return r;throw new U(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function wn(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}Zt({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(e,t)=>{var r=kn(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:vn[e.funcName].size,mclass:vn[e.funcName].mclass,delim:r.text}},htmlBuilder:(e,t)=>"."===e.delim?Ht.makeSpan([e.mclass]):bn.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];"."!==e.delim&&t.push(xr(e.delim,e.mode));var r=new gr.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");var n=Ae(bn.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),Zt({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new U("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:kn(t[0],e).text,color:r}}}),Zt({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=kn(t[0],e),n=e.parser;++n.leftrightDepth;var a=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var l=Ar(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:a,left:r.text,right:l.delim,rightColor:l.color}},htmlBuilder:(e,t)=>{wn(e);for(var r,n,a=nr(e.body,t,!0,["mopen","mclose"]),l=0,o=0,i=!1,s=0;s<a.length;s++)a[s].isMiddle?i=!0:(l=Math.max(a[s].height,l),o=Math.max(a[s].depth,o));if(l*=t.sizeMultiplier,o*=t.sizeMultiplier,r="."===e.left?sr(t,["mopen"]):bn.leftRightDelim(e.left,l,o,t,e.mode,["mopen"]),a.unshift(r),i)for(var c=1;c<a.length;c++){var u=a[c].isMiddle;u&&(a[c]=bn.leftRightDelim(u.delim,l,o,u.options,e.mode,[]))}if("."===e.right)n=sr(t,["mclose"]);else{var h=e.rightColor?t.withColor(e.rightColor):t;n=bn.leftRightDelim(e.right,l,o,h,e.mode,["mclose"])}return a.push(n),Ht.makeSpan(["minner"],a,t)},mathmlBuilder:(e,t)=>{wn(e);var r=vr(e.body,t);if("."!==e.left){var n=new gr.MathNode("mo",[xr(e.left,e.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==e.right){var a=new gr.MathNode("mo",[xr(e.right,e.mode)]);a.setAttribute("fence","true"),e.rightColor&&a.setAttribute("mathcolor",e.rightColor),r.push(a)}return fr(r)}}),Zt({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=kn(t[0],e);if(!e.parser.leftrightDepth)throw new U("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{var r;if("."===e.delim)r=sr(t,[]);else{r=bn.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{var r="\\vert"===e.delim||"|"===e.delim?xr("|","text"):xr(e.delim,e.mode),n=new gr.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var Sn=(e,t)=>{var r,n,a,l=Ht.wrapFragment(cr(e.body,t),t),o=e.label.slice(1),i=t.sizeMultiplier,s=0,c=J.isCharacterBox(e.body);if("sout"===o)(r=Ht.makeSpan(["stretchy","sout"])).height=t.fontMetrics().defaultRuleThickness/i,s=-.5*t.fontMetrics().xHeight;else if("phase"===o){var u=Te({number:.6,unit:"pt"},t),h=Te({number:.35,unit:"ex"},t);i/=t.havingBaseSizing().sizeMultiplier;var d=l.height+l.depth+u+h;l.style.paddingLeft=Ae(d/2+u);var m=Math.floor(1e3*d*i),p="M400000 "+(n=m)+" H0 L"+n/2+" 0 l65 45 L145 "+(n-80)+" H400000z",g=new De([new Ve("phase",p)],{width:"400em",height:Ae(m/1e3),viewBox:"0 0 400000 "+m,preserveAspectRatio:"xMinYMin slice"});(r=Ht.makeSvgSpan(["hide-tail"],[g],t)).style.height=Ae(d),s=l.depth+u+h}else{/cancel/.test(o)?c||l.classes.push("cancel-pad"):"angl"===o?l.classes.push("anglpad"):l.classes.push("boxpad");var x=0,f=0,b=0;/box/.test(o)?(b=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),f=x=t.fontMetrics().fboxsep+("colorbox"===o?0:b)):"angl"===o?(x=4*(b=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness)),f=Math.max(0,.25-l.depth)):f=x=c?.2:0,r=Mr(l,o,x,f,t),/fbox|boxed|fcolorbox/.test(o)?(r.style.borderStyle="solid",r.style.borderWidth=Ae(b)):"angl"===o&&.049!==b&&(r.style.borderTopWidth=Ae(b),r.style.borderRightWidth=Ae(b)),s=l.depth+f,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}if(e.backgroundColor)a=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:s},{type:"elem",elem:l,shift:0}]},t);else{var v=/cancel|phase/.test(o)?["svg-align"]:[];a=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:0},{type:"elem",elem:r,shift:s,wrapperClasses:v}]},t)}return/cancel/.test(o)&&(a.height=l.height,a.depth=l.depth),/cancel/.test(o)&&!c?Ht.makeSpan(["mord","cancel-lap"],[a],t):Ht.makeSpan(["mord"],[a],t)},Cn=(e,t)=>{var r=0,n=new gr.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[kr(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===e.label){var a=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+a+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};Zt({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,r){var{parser:n,funcName:a}=e,l=Ar(t[0],"color-token").color,o=t[1];return{type:"enclose",mode:n.mode,label:a,backgroundColor:l,body:o}},htmlBuilder:Sn,mathmlBuilder:Cn}),Zt({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,r){var{parser:n,funcName:a}=e,l=Ar(t[0],"color-token").color,o=Ar(t[1],"color-token").color,i=t[2];return{type:"enclose",mode:n.mode,label:a,backgroundColor:o,borderColor:l,body:i}},htmlBuilder:Sn,mathmlBuilder:Cn}),Zt({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),Zt({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];return{type:"enclose",mode:r.mode,label:n,body:a}},htmlBuilder:Sn,mathmlBuilder:Cn}),Zt({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});var zn={};function En(e){for(var{type:t,names:r,props:n,handler:a,htmlBuilder:l,mathmlBuilder:o}=e,i={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},s=0;s<r.length;++s)zn[r[s]]=i;l&&(Gt[t]=l),o&&(Ut[t]=o)}var Mn={};function qn(e,t){Mn[e]=t}function Tn(e){var t=[];e.consumeSpaces();var r=e.fetch().text;for("\\relax"===r&&(e.consume(),e.consumeSpaces(),r=e.fetch().text);"\\hline"===r||"\\hdashline"===r;)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}var An=e=>{if(!e.parser.settings.displayMode)throw new U("{"+e.envName+"} can be used only in display mode.")};function Nn(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function Bn(e,t,r){var{hskipBeforeAndAfter:n,addJot:a,cols:l,arraystretch:o,colSeparationType:i,autoTag:s,singleRow:c,emptySingleRow:u,maxNumCols:h,leqno:d}=t;if(e.gullet.beginGroup(),c||e.gullet.macros.set("\\cr","\\\\\\relax"),!o){var m=e.gullet.expandMacroAsText("\\arraystretch");if(null==m)o=1;else if(!(o=parseFloat(m))||o<0)throw new U("Invalid \\arraystretch: "+m)}e.gullet.beginGroup();var p=[],g=[p],x=[],f=[],b=null!=s?[]:void 0;function v(){s&&e.gullet.macros.set("\\@eqnsw","1",!0)}function y(){b&&(e.gullet.macros.get("\\df@tag")?(b.push(e.subparse([new G("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):b.push(Boolean(s)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(v(),f.push(Tn(e));;){var k=e.parseExpression(!1,c?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),k={type:"ordgroup",mode:e.mode,body:k},r&&(k={type:"styling",mode:e.mode,style:r,body:[k]}),p.push(k);var w=e.fetch().text;if("&"===w){if(h&&p.length===h){if(c||i)throw new U("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===w){y(),1===p.length&&"styling"===k.type&&0===k.body[0].body.length&&(g.length>1||!u)&&g.pop(),f.length<g.length+1&&f.push([]);break}if("\\\\"!==w)throw new U("Expected & or \\\\ or \\cr or \\end",e.nextToken);e.consume();var S=void 0;" "!==e.gullet.future().text&&(S=e.parseSizeGroup(!0)),x.push(S?S.value:null),y(),f.push(Tn(e)),p=[],g.push(p),v()}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:a,arraystretch:o,body:g,cols:l,rowGaps:x,hskipBeforeAndAfter:n,hLinesBeforeRow:f,colSeparationType:i,tags:b,leqno:d}}function Ln(e){return"d"===e.slice(0,1)?"display":"text"}var In=function(e,t){var r,n,a=e.body.length,l=e.hLinesBeforeRow,o=0,i=new Array(a),s=[],c=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),u=1/t.fontMetrics().ptPerEm,h=5*u;e.colSeparationType&&"small"===e.colSeparationType&&(h=t.havingStyle(ue.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);var d="CD"===e.colSeparationType?Te({number:3,unit:"ex"},t):12*u,m=3*u,p=e.arraystretch*d,g=.7*p,x=.3*p,f=0;function b(e){for(var t=0;t<e.length;++t)t>0&&(f+=.25),s.push({pos:f,isDashed:e[t]})}for(b(l[0]),r=0;r<e.body.length;++r){var v=e.body[r],y=g,k=x;o<v.length&&(o=v.length);var w=new Array(v.length);for(n=0;n<v.length;++n){var S=cr(v[n],t);k<S.depth&&(k=S.depth),y<S.height&&(y=S.height),w[n]=S}var C=e.rowGaps[r],z=0;C&&(z=Te(C,t))>0&&(k<(z+=x)&&(k=z),z=0),e.addJot&&(k+=m),w.height=y,w.depth=k,f+=y,w.pos=f,f+=k+z,i[r]=w,b(l[r+1])}var E,M,q=f/2+t.fontMetrics().axisHeight,T=e.cols||[],A=[],N=[];if(e.tags&&e.tags.some((e=>e)))for(r=0;r<a;++r){var B=i[r],L=B.pos-q,I=e.tags[r],R=void 0;(R=!0===I?Ht.makeSpan(["eqn-num"],[],t):!1===I?Ht.makeSpan([],[],t):Ht.makeSpan([],nr(I,t,!0),t)).depth=B.depth,R.height=B.height,N.push({type:"elem",elem:R,shift:L})}for(n=0,M=0;n<o||M<T.length;++n,++M){for(var j=T[M]||{},$=!0;"separator"===j.type;){if($||((E=Ht.makeSpan(["arraycolsep"],[])).style.width=Ae(t.fontMetrics().doubleRuleSep),A.push(E)),"|"!==j.separator&&":"!==j.separator)throw new U("Invalid separator type: "+j.separator);var O="|"===j.separator?"solid":"dashed",H=Ht.makeSpan(["vertical-separator"],[],t);H.style.height=Ae(f),H.style.borderRightWidth=Ae(c),H.style.borderRightStyle=O,H.style.margin="0 "+Ae(-c/2);var D=f-q;D&&(H.style.verticalAlign=Ae(-D)),A.push(H),j=T[++M]||{},$=!1}if(!(n>=o)){var V=void 0;(n>0||e.hskipBeforeAndAfter)&&0!==(V=J.deflt(j.pregap,h))&&((E=Ht.makeSpan(["arraycolsep"],[])).style.width=Ae(V),A.push(E));var P=[];for(r=0;r<a;++r){var _=i[r],F=_[n];if(F){var W=_.pos-q;F.depth=_.depth,F.height=_.height,P.push({type:"elem",elem:F,shift:W})}}P=Ht.makeVList({positionType:"individualShift",children:P},t),P=Ht.makeSpan(["col-align-"+(j.align||"c")],[P]),A.push(P),(n<o-1||e.hskipBeforeAndAfter)&&0!==(V=J.deflt(j.postgap,h))&&((E=Ht.makeSpan(["arraycolsep"],[])).style.width=Ae(V),A.push(E))}}if(i=Ht.makeSpan(["mtable"],A),s.length>0){for(var G=Ht.makeLineSpan("hline",t,c),Z=Ht.makeLineSpan("hdashline",t,c),Y=[{type:"elem",elem:i,shift:0}];s.length>0;){var X=s.pop(),K=X.pos-q;X.isDashed?Y.push({type:"elem",elem:Z,shift:K}):Y.push({type:"elem",elem:G,shift:K})}i=Ht.makeVList({positionType:"individualShift",children:Y},t)}if(0===N.length)return Ht.makeSpan(["mord"],[i],t);var Q=Ht.makeVList({positionType:"individualShift",children:N},t);return Q=Ht.makeSpan(["tag"],[Q],t),Ht.makeFragment([i,Q])},Rn={c:"center ",l:"left ",r:"right "},jn=function(e,t){for(var r=[],n=new gr.MathNode("mtd",[],["mtr-glue"]),a=new gr.MathNode("mtd",[],["mml-eqn-num"]),l=0;l<e.body.length;l++){for(var o=e.body[l],i=[],s=0;s<o.length;s++)i.push(new gr.MathNode("mtd",[kr(o[s],t)]));e.tags&&e.tags[l]&&(i.unshift(n),i.push(n),e.leqno?i.unshift(a):i.push(a)),r.push(new gr.MathNode("mtr",i))}var c=new gr.MathNode("mtable",r),u=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);c.setAttribute("rowspacing",Ae(u));var h="",d="";if(e.cols&&e.cols.length>0){var m=e.cols,p="",g=!1,x=0,f=m.length;"separator"===m[0].type&&(h+="top ",x=1),"separator"===m[m.length-1].type&&(h+="bottom ",f-=1);for(var b=x;b<f;b++)"align"===m[b].type?(d+=Rn[m[b].align],g&&(p+="none "),g=!0):"separator"===m[b].type&&g&&(p+="|"===m[b].separator?"solid ":"dashed ",g=!1);c.setAttribute("columnalign",d.trim()),/[sd]/.test(p)&&c.setAttribute("columnlines",p.trim())}if("align"===e.colSeparationType){for(var v=e.cols||[],y="",k=1;k<v.length;k++)y+=k%2?"0em ":"1em ";c.setAttribute("columnspacing",y.trim())}else"alignat"===e.colSeparationType||"gather"===e.colSeparationType?c.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?c.setAttribute("columnspacing","0.2778em"):"CD"===e.colSeparationType?c.setAttribute("columnspacing","0.5em"):c.setAttribute("columnspacing","1em");var w="",S=e.hLinesBeforeRow;h+=S[0].length>0?"left ":"",h+=S[S.length-1].length>0?"right ":"";for(var C=1;C<S.length-1;C++)w+=0===S[C].length?"none ":S[C][0]?"dashed ":"solid ";return/[sd]/.test(w)&&c.setAttribute("rowlines",w.trim()),""!==h&&(c=new gr.MathNode("menclose",[c])).setAttribute("notation",h.trim()),e.arraystretch&&e.arraystretch<1&&(c=new gr.MathNode("mstyle",[c])).setAttribute("scriptlevel","1"),c},$n=function(e,t){-1===e.envName.indexOf("ed")&&An(e);var r,n=[],a=e.envName.indexOf("at")>-1?"alignat":"align",l="split"===e.envName,o=Bn(e.parser,{cols:n,addJot:!0,autoTag:l?void 0:Nn(e.envName),emptySingleRow:!0,colSeparationType:a,maxNumCols:l?2:void 0,leqno:e.parser.settings.leqno},"display"),i=0,s={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){for(var c="",u=0;u<t[0].body.length;u++){c+=Ar(t[0].body[u],"textord").text}r=Number(c),i=2*r}var h=!i;o.body.forEach((function(e){for(var t=1;t<e.length;t+=2){var n=Ar(e[t],"styling");Ar(n.body[0],"ordgroup").body.unshift(s)}if(h)i<e.length&&(i=e.length);else{var a=e.length/2;if(r<a)throw new U("Too many math in a row: expected "+r+", but got "+a,e[0])}}));for(var d=0;d<i;++d){var m="r",p=0;d%2==1?m="l":d>0&&h&&(p=1),n[d]={type:"align",align:m,pregap:p,postgap:0}}return o.colSeparationType=h?"align":"alignat",o};En({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var r=(Br(t[0])?[t[0]]:Ar(t[0],"ordgroup").body).map((function(e){var t=Nr(e).text;if(-1!=="lcr".indexOf(t))return{type:"align",align:t};if("|"===t)return{type:"separator",separator:"|"};if(":"===t)return{type:"separator",separator:":"};throw new U("Unknown column alignment: "+t,e)})),n={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return Bn(e.parser,n,Ln(e.envName))},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){var a=e.parser;if(a.consumeSpaces(),"["===a.fetch().text){if(a.consume(),a.consumeSpaces(),r=a.fetch().text,-1==="lcr".indexOf(r))throw new U("Expected l or c or r",a.nextToken);a.consume(),a.consumeSpaces(),a.expect("]"),a.consume(),n.cols=[{type:"align",align:r}]}}var l=Bn(e.parser,n,Ln(e.envName)),o=Math.max(0,...l.body.map((e=>e.length)));return l.cols=new Array(o).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[l],left:t[0],right:t[1],rightColor:void 0}:l},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t=Bn(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var r=(Br(t[0])?[t[0]]:Ar(t[0],"ordgroup").body).map((function(e){var t=Nr(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new U("Unknown column alignment: "+t,e)}));if(r.length>1)throw new U("{subarray} can contain only one column");var n={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((n=Bn(e.parser,n,"script")).body.length>0&&n.body[0].length>1)throw new U("{subarray} can contain only one column");return n},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t=Bn(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Ln(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:$n,htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){J.contains(["gather","gather*"],e.envName)&&An(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Nn(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Bn(e.parser,t,"display")},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:$n,htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){An(e);var t={autoTag:Nn(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Bn(e.parser,t,"display")},htmlBuilder:In,mathmlBuilder:jn}),En({type:"array",names:["CD"],props:{numArgs:0},handler:e=>(An(e),function(e){var t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();var r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new U("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}for(var n,a,l=[],o=[l],i=0;i<t.length;i++){for(var s=t[i],c={type:"styling",body:[],mode:"math",style:"display"},u=0;u<s.length;u++)if(Pr(s[u])){l.push(c);var h=Nr(s[u+=1]).text,d=new Array(2);if(d[0]={type:"ordgroup",mode:"math",body:[]},d[1]={type:"ordgroup",mode:"math",body:[]},"=|.".indexOf(h)>-1);else{if(!("<>AV".indexOf(h)>-1))throw new U('Expected one of "<>AV=|." after @',s[u]);for(var m=0;m<2;m++){for(var p=!0,g=u+1;g<s.length;g++){if(a=h,("mathord"===(n=s[g]).type||"atom"===n.type)&&n.text===a){p=!1,u=g;break}if(Pr(s[g]))throw new U("Missing a "+h+" character to complete a CD arrow.",s[g]);d[m].body.push(s[g])}if(p)throw new U("Missing a "+h+" character to complete a CD arrow.",s[u])}}var x={type:"styling",body:[_r(h,d,e)],mode:"math",style:"display"};l.push(x),c={type:"styling",body:[],mode:"math",style:"display"}}else c.body.push(s[u]);i%2==0?l.push(c):l.shift(),l=[],o.push(l)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:"math",body:o,arraystretch:1,addJot:!0,rowGaps:[null],cols:new Array(o[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25}),colSeparationType:"CD",hLinesBeforeRow:new Array(o.length+1).fill([])}}(e.parser)),htmlBuilder:In,mathmlBuilder:jn}),qn("\\nonumber","\\gdef\\@eqnsw{0}"),qn("\\notag","\\nonumber"),Zt({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new U(e.funcName+" valid only within array environment")}});var On=zn;Zt({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];if("ordgroup"!==a.type)throw new U("Invalid environment name",a);for(var l="",o=0;o<a.body.length;++o)l+=Ar(a.body[o],"textord").text;if("\\begin"===n){if(!On.hasOwnProperty(l))throw new U("No such environment: "+l,a);var i=On[l],{args:s,optArgs:c}=r.parseArguments("\\begin{"+l+"}",i),u={mode:r.mode,envName:l,parser:r},h=i.handler(u,s,c);r.expect("\\end",!1);var d=r.nextToken,m=Ar(r.parseFunction(),"environment");if(m.name!==l)throw new U("Mismatch: \\begin{"+l+"} matched by \\end{"+m.name+"}",d);return h}return{type:"environment",mode:r.mode,name:l,nameGroup:a}}});var Hn=(e,t)=>{var r=e.font,n=t.withFont(r);return cr(e.body,n)},Dn=(e,t)=>{var r=e.font,n=t.withFont(r);return kr(e.body,n)},Vn={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Zt({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=Xt(t[0]),l=n;return l in Vn&&(l=Vn[l]),{type:"font",mode:r.mode,font:l.slice(1),body:a}},htmlBuilder:Hn,mathmlBuilder:Dn}),Zt({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:r}=e,n=t[0],a=J.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:Dr(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:a}}}),Zt({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n,breakOnTokenText:a}=e,{mode:l}=r,o=r.parseExpression(!0,a);return{type:"font",mode:l,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:o}}},htmlBuilder:Hn,mathmlBuilder:Dn});var Pn=(e,t)=>{var r=t;return"display"===e?r=r.id>=ue.SCRIPT.id?r.text():ue.DISPLAY:"text"===e&&r.size===ue.DISPLAY.size?r=ue.TEXT:"script"===e?r=ue.SCRIPT:"scriptscript"===e&&(r=ue.SCRIPTSCRIPT),r},_n=(e,t)=>{var r,n=Pn(e.size,t.style),a=n.fracNum(),l=n.fracDen();r=t.havingStyle(a);var o=cr(e.numer,r,t);if(e.continued){var i=8.5/t.fontMetrics().ptPerEm,s=3.5/t.fontMetrics().ptPerEm;o.height=o.height<i?i:o.height,o.depth=o.depth<s?s:o.depth}r=t.havingStyle(l);var c,u,h,d,m,p,g,x,f,b,v=cr(e.denom,r,t);if(e.hasBarLine?(e.barSize?(u=Te(e.barSize,t),c=Ht.makeLineSpan("frac-line",t,u)):c=Ht.makeLineSpan("frac-line",t),u=c.height,h=c.height):(c=null,u=0,h=t.fontMetrics().defaultRuleThickness),n.size===ue.DISPLAY.size||"display"===e.size?(d=t.fontMetrics().num1,m=u>0?3*h:7*h,p=t.fontMetrics().denom1):(u>0?(d=t.fontMetrics().num2,m=h):(d=t.fontMetrics().num3,m=3*h),p=t.fontMetrics().denom2),c){var y=t.fontMetrics().axisHeight;d-o.depth-(y+.5*u)<m&&(d+=m-(d-o.depth-(y+.5*u))),y-.5*u-(v.height-p)<m&&(p+=m-(y-.5*u-(v.height-p)));var k=-(y-.5*u);g=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:v,shift:p},{type:"elem",elem:c,shift:k},{type:"elem",elem:o,shift:-d}]},t)}else{var w=d-o.depth-(v.height-p);w<m&&(d+=.5*(m-w),p+=.5*(m-w)),g=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:v,shift:p},{type:"elem",elem:o,shift:-d}]},t)}return r=t.havingStyle(n),g.height*=r.sizeMultiplier/t.sizeMultiplier,g.depth*=r.sizeMultiplier/t.sizeMultiplier,x=n.size===ue.DISPLAY.size?t.fontMetrics().delim1:n.size===ue.SCRIPTSCRIPT.size?t.havingStyle(ue.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,f=null==e.leftDelim?sr(t,["mopen"]):bn.customSizedDelim(e.leftDelim,x,!0,t.havingStyle(n),e.mode,["mopen"]),b=e.continued?Ht.makeSpan([]):null==e.rightDelim?sr(t,["mclose"]):bn.customSizedDelim(e.rightDelim,x,!0,t.havingStyle(n),e.mode,["mclose"]),Ht.makeSpan(["mord"].concat(r.sizingClasses(t)),[f,Ht.makeSpan(["mfrac"],[g]),b],t)},Fn=(e,t)=>{var r=new gr.MathNode("mfrac",[kr(e.numer,t),kr(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=Te(e.barSize,t);r.setAttribute("linethickness",Ae(n))}}else r.setAttribute("linethickness","0px");var a=Pn(e.size,t.style);if(a.size!==t.style.size){r=new gr.MathNode("mstyle",[r]);var l=a.size===ue.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",l),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){var o=[];if(null!=e.leftDelim){var i=new gr.MathNode("mo",[new gr.TextNode(e.leftDelim.replace("\\",""))]);i.setAttribute("fence","true"),o.push(i)}if(o.push(r),null!=e.rightDelim){var s=new gr.MathNode("mo",[new gr.TextNode(e.rightDelim.replace("\\",""))]);s.setAttribute("fence","true"),o.push(s)}return fr(o)}return r};Zt({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var r,{parser:n,funcName:a}=e,l=t[0],o=t[1],i=null,s=null,c="auto";switch(a){case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,i="(",s=")";break;case"\\\\bracefrac":r=!1,i="\\{",s="\\}";break;case"\\\\brackfrac":r=!1,i="[",s="]";break;default:throw new Error("Unrecognized genfrac command")}switch(a){case"\\dfrac":case"\\dbinom":c="display";break;case"\\tfrac":case"\\tbinom":c="text"}return{type:"genfrac",mode:n.mode,continued:!1,numer:l,denom:o,hasBarLine:r,leftDelim:i,rightDelim:s,size:c,barSize:null}},htmlBuilder:_n,mathmlBuilder:Fn}),Zt({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0],l=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:a,denom:l,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),Zt({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){var t,{parser:r,funcName:n,token:a}=e;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:a}}});var Wn=["display","text","script","scriptscript"],Gn=function(e){var t=null;return e.length>0&&(t="."===(t=e)?null:t),t};Zt({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var r,{parser:n}=e,a=t[4],l=t[5],o=Xt(t[0]),i="atom"===o.type&&"open"===o.family?Gn(o.text):null,s=Xt(t[1]),c="atom"===s.type&&"close"===s.family?Gn(s.text):null,u=Ar(t[2],"size"),h=null;r=!!u.isBlank||(h=u.value).number>0;var d="auto",m=t[3];if("ordgroup"===m.type){if(m.body.length>0){var p=Ar(m.body[0],"textord");d=Wn[Number(p.text)]}}else m=Ar(m,"textord"),d=Wn[Number(m.text)];return{type:"genfrac",mode:n.mode,numer:a,denom:l,continued:!1,hasBarLine:r,barSize:h,leftDelim:i,rightDelim:c,size:d}},htmlBuilder:_n,mathmlBuilder:Fn}),Zt({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:r,funcName:n,token:a}=e;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:Ar(t[0],"size").value,token:a}}}),Zt({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0],l=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(Ar(t[1],"infix").size),o=t[2],i=l.number>0;return{type:"genfrac",mode:r.mode,numer:a,denom:o,continued:!1,hasBarLine:i,barSize:l,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:_n,mathmlBuilder:Fn});var Un=(e,t)=>{var r,n,a=t.style;"supsub"===e.type?(r=e.sup?cr(e.sup,t.havingStyle(a.sup()),t):cr(e.sub,t.havingStyle(a.sub()),t),n=Ar(e.base,"horizBrace")):n=Ar(e,"horizBrace");var l,o=cr(n.base,t.havingBaseStyle(ue.DISPLAY)),i=Tr(n,t);if(n.isOver?(l=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"kern",size:.1},{type:"elem",elem:i}]},t)).children[0].children[0].children[1].classes.push("svg-align"):(l=Ht.makeVList({positionType:"bottom",positionData:o.depth+.1+i.height,children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:o}]},t)).children[0].children[0].children[0].classes.push("svg-align"),r){var s=Ht.makeSpan(["mord",n.isOver?"mover":"munder"],[l],t);l=n.isOver?Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.2},{type:"elem",elem:r}]},t):Ht.makeVList({positionType:"bottom",positionData:s.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:s}]},t)}return Ht.makeSpan(["mord",n.isOver?"mover":"munder"],[l],t)};Zt({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:Un,mathmlBuilder:(e,t)=>{var r=qr(e.label);return new gr.MathNode(e.isOver?"mover":"munder",[kr(e.base,t),r])}}),Zt({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[1],a=Ar(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:a})?{type:"href",mode:r.mode,href:a,body:Kt(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var r=nr(e.body,t,!1);return Ht.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{var r=yr(e.body,t);return r instanceof mr||(r=new mr("mrow",[r])),r.setAttribute("href",e.href),r}}),Zt({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=Ar(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var a=[],l=0;l<n.length;l++){var o=n[l];"~"===o&&(o="\\textasciitilde"),a.push({type:"textord",mode:"text",text:o})}var i={type:"text",mode:r.mode,font:"\\texttt",body:a};return{type:"href",mode:r.mode,href:n,body:Kt(i)}}}),Zt({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){var{parser:r}=e;return{type:"hbox",mode:r.mode,body:Kt(t[0])}},htmlBuilder(e,t){var r=nr(e.body,t,!1);return Ht.makeFragment(r)},mathmlBuilder:(e,t)=>new gr.MathNode("mrow",vr(e.body,t))}),Zt({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{var r,{parser:n,funcName:a,token:l}=e,o=Ar(t[0],"raw").string,i=t[1];n.settings.strict&&n.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var s={};switch(a){case"\\htmlClass":s.class=o,r={command:"\\htmlClass",class:o};break;case"\\htmlId":s.id=o,r={command:"\\htmlId",id:o};break;case"\\htmlStyle":s.style=o,r={command:"\\htmlStyle",style:o};break;case"\\htmlData":for(var c=o.split(","),u=0;u<c.length;u++){var h=c[u].split("=");if(2!==h.length)throw new U("Error parsing key-value for \\htmlData");s["data-"+h[0].trim()]=h[1].trim()}r={command:"\\htmlData",attributes:s};break;default:throw new Error("Unrecognized html command")}return n.settings.isTrusted(r)?{type:"html",mode:n.mode,attributes:s,body:Kt(i)}:n.formatUnsupportedCmd(a)},htmlBuilder:(e,t)=>{var r=nr(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));var a=Ht.makeSpan(n,r,t);for(var l in e.attributes)"class"!==l&&e.attributes.hasOwnProperty(l)&&a.setAttribute(l,e.attributes[l]);return a},mathmlBuilder:(e,t)=>yr(e.body,t)}),Zt({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"htmlmathml",mode:r.mode,html:Kt(t[0]),mathml:Kt(t[1])}},htmlBuilder:(e,t)=>{var r=nr(e.html,t,!1);return Ht.makeFragment(r)},mathmlBuilder:(e,t)=>yr(e.mathml,t)});var Zn=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new U("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!qe(r))throw new U("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};Zt({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{var{parser:n}=e,a={number:0,unit:"em"},l={number:.9,unit:"em"},o={number:0,unit:"em"},i="";if(r[0])for(var s=Ar(r[0],"raw").string.split(","),c=0;c<s.length;c++){var u=s[c].split("=");if(2===u.length){var h=u[1].trim();switch(u[0].trim()){case"alt":i=h;break;case"width":a=Zn(h);break;case"height":l=Zn(h);break;case"totalheight":o=Zn(h);break;default:throw new U("Invalid key: '"+u[0]+"' in \\includegraphics.")}}}var d=Ar(t[0],"url").url;return""===i&&(i=(i=(i=d).replace(/^.*[\\/]/,"")).substring(0,i.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:d})?{type:"includegraphics",mode:n.mode,alt:i,width:a,height:l,totalheight:o,src:d}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{var r=Te(e.height,t),n=0;e.totalheight.number>0&&(n=Te(e.totalheight,t)-r);var a=0;e.width.number>0&&(a=Te(e.width,t));var l={height:Ae(r+n)};a>0&&(l.width=Ae(a)),n>0&&(l.verticalAlign=Ae(-n));var o=new $e(e.src,e.alt,l);return o.height=r,o.depth=n,o},mathmlBuilder:(e,t)=>{var r=new gr.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var n=Te(e.height,t),a=0;if(e.totalheight.number>0&&(a=Te(e.totalheight,t)-n,r.setAttribute("valign",Ae(-a))),r.setAttribute("height",Ae(n+a)),e.width.number>0){var l=Te(e.width,t);r.setAttribute("width",Ae(l))}return r.setAttribute("src",e.src),r}}),Zt({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,a=Ar(t[0],"size");if(r.settings.strict){var l="m"===n[1],o="mu"===a.value.unit;l?(o||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+a.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):o&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:a.value}},htmlBuilder:(e,t)=>Ht.makeGlue(e.dimension,t),mathmlBuilder(e,t){var r=Te(e.dimension,t);return new gr.SpaceNode(r)}}),Zt({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:a}},htmlBuilder:(e,t)=>{var r;"clap"===e.alignment?(r=Ht.makeSpan([],[cr(e.body,t)]),r=Ht.makeSpan(["inner"],[r],t)):r=Ht.makeSpan(["inner"],[cr(e.body,t)]);var n=Ht.makeSpan(["fix"],[]),a=Ht.makeSpan([e.alignment],[r,n],t),l=Ht.makeSpan(["strut"]);return l.style.height=Ae(a.height+a.depth),a.depth&&(l.style.verticalAlign=Ae(-a.depth)),a.children.unshift(l),a=Ht.makeSpan(["thinbox"],[a],t),Ht.makeSpan(["mord","vbox"],[a],t)},mathmlBuilder:(e,t)=>{var r=new gr.MathNode("mpadded",[kr(e.body,t)]);if("rlap"!==e.alignment){var n="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),Zt({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:r,parser:n}=e,a=n.mode;n.switchMode("math");var l="\\("===r?"\\)":"$",o=n.parseExpression(!1,l);return n.expect(l),n.switchMode(a),{type:"styling",mode:n.mode,style:"text",body:o}}}),Zt({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new U("Mismatched "+e.funcName)}});var Yn=(e,t)=>{switch(t.style.size){case ue.DISPLAY.size:return e.display;case ue.TEXT.size:return e.text;case ue.SCRIPT.size:return e.script;case ue.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};Zt({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"mathchoice",mode:r.mode,display:Kt(t[0]),text:Kt(t[1]),script:Kt(t[2]),scriptscript:Kt(t[3])}},htmlBuilder:(e,t)=>{var r=Yn(e,t),n=nr(r,t,!1);return Ht.makeFragment(n)},mathmlBuilder:(e,t)=>{var r=Yn(e,t);return yr(r,t)}});var Xn=(e,t,r,n,a,l,o)=>{e=Ht.makeSpan([],[e]);var i,s,c,u=r&&J.isCharacterBox(r);if(t){var h=cr(t,n.havingStyle(a.sup()),n);s={elem:h,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-h.depth)}}if(r){var d=cr(r,n.havingStyle(a.sub()),n);i={elem:d,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-d.height)}}if(s&&i){var m=n.fontMetrics().bigOpSpacing5+i.elem.height+i.elem.depth+i.kern+e.depth+o;c=Ht.makeVList({positionType:"bottom",positionData:m,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:i.elem,marginLeft:Ae(-l)},{type:"kern",size:i.kern},{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:Ae(l)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(i){var p=e.height-o;c=Ht.makeVList({positionType:"top",positionData:p,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:i.elem,marginLeft:Ae(-l)},{type:"kern",size:i.kern},{type:"elem",elem:e}]},n)}else{if(!s)return e;var g=e.depth+o;c=Ht.makeVList({positionType:"bottom",positionData:g,children:[{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:Ae(l)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}var x=[c];if(i&&0!==l&&!u){var f=Ht.makeSpan(["mspace"],[],n);f.style.marginRight=Ae(l),x.unshift(f)}return Ht.makeSpan(["mop","op-limits"],x,n)},Kn=["\\smallint"],Jn=(e,t)=>{var r,n,a,l=!1;"supsub"===e.type?(r=e.sup,n=e.sub,a=Ar(e.base,"op"),l=!0):a=Ar(e,"op");var o,i=t.style,s=!1;if(i.size===ue.DISPLAY.size&&a.symbol&&!J.contains(Kn,a.name)&&(s=!0),a.symbol){var c=s?"Size2-Regular":"Size1-Regular",u="";if("\\oiint"!==a.name&&"\\oiiint"!==a.name||(u=a.name.slice(1),a.name="oiint"===u?"\\iint":"\\iiint"),o=Ht.makeSymbol(a.name,c,"math",t,["mop","op-symbol",s?"large-op":"small-op"]),u.length>0){var h=o.italic,d=Ht.staticSvg(u+"Size"+(s?"2":"1"),t);o=Ht.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:d,shift:s?.08:0}]},t),a.name="\\"+u,o.classes.unshift("mop"),o.italic=h}}else if(a.body){var m=nr(a.body,t,!0);1===m.length&&m[0]instanceof He?(o=m[0]).classes[0]="mop":o=Ht.makeSpan(["mop"],m,t)}else{for(var p=[],g=1;g<a.name.length;g++)p.push(Ht.mathsym(a.name[g],a.mode,t));o=Ht.makeSpan(["mop"],p,t)}var x=0,f=0;return(o instanceof He||"\\oiint"===a.name||"\\oiiint"===a.name)&&!a.suppressBaseShift&&(x=(o.height-o.depth)/2-t.fontMetrics().axisHeight,f=o.italic),l?Xn(o,r,n,t,i,f,x):(x&&(o.style.position="relative",o.style.top=Ae(x)),o)},Qn=(e,t)=>{var r;if(e.symbol)r=new mr("mo",[xr(e.name,e.mode)]),J.contains(Kn,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new mr("mo",vr(e.body,t));else{r=new mr("mi",[new pr(e.name.slice(1))]);var n=new mr("mo",[xr("","text")]);r=e.parentIsSupSub?new mr("mrow",[r,n]):dr([r,n])}return r},ea={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};Zt({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=n;return 1===a.length&&(a=ea[a]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:Jn,mathmlBuilder:Qn}),Zt({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Kt(n)}},htmlBuilder:Jn,mathmlBuilder:Qn});var ta={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};Zt({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Jn,mathmlBuilder:Qn}),Zt({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Jn,mathmlBuilder:Qn}),Zt({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=ta[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:Jn,mathmlBuilder:Qn});var ra=(e,t)=>{var r,n,a,l,o=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,a=Ar(e.base,"operatorname"),o=!0):a=Ar(e,"operatorname"),a.body.length>0){for(var i=a.body.map((e=>{var t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e})),s=nr(i,t.withFont("mathrm"),!0),c=0;c<s.length;c++){var u=s[c];u instanceof He&&(u.text=u.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}l=Ht.makeSpan(["mop"],s,t)}else l=Ht.makeSpan(["mop"],[],t);return o?Xn(l,r,n,t,t.style,0,0):l};function na(e,t,r){for(var n=nr(e,t,!1),a=t.sizeMultiplier/r.sizeMultiplier,l=0;l<n.length;l++){var o=n[l].classes.indexOf("sizing");o<0?Array.prototype.push.apply(n[l].classes,t.sizingClasses(r)):n[l].classes[o+1]==="reset-size"+t.size&&(n[l].classes[o+1]="reset-size"+r.size),n[l].height*=a,n[l].depth*=a}return Ht.makeFragment(n)}Zt({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0];return{type:"operatorname",mode:r.mode,body:Kt(a),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:ra,mathmlBuilder:(e,t)=>{for(var r=vr(e.body,t.withFont("mathrm")),n=!0,a=0;a<r.length;a++){var l=r[a];if(l instanceof gr.SpaceNode);else if(l instanceof gr.MathNode)switch(l.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var o=l.children[0];1===l.children.length&&o instanceof gr.TextNode?o.text=o.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var i=r.map((e=>e.toText())).join("");r=[new gr.TextNode(i)]}var s=new gr.MathNode("mi",r);s.setAttribute("mathvariant","normal");var c=new gr.MathNode("mo",[xr("","text")]);return e.parentIsSupSub?new gr.MathNode("mrow",[s,c]):gr.newDocumentFragment([s,c])}}),qn("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),Yt({type:"ordgroup",htmlBuilder:(e,t)=>e.semisimple?Ht.makeFragment(nr(e.body,t,!1)):Ht.makeSpan(["mord"],nr(e.body,t,!0),t),mathmlBuilder:(e,t)=>yr(e.body,t,!0)}),Zt({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:r}=e,n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(e,t){var r=cr(e.body,t.havingCrampedStyle()),n=Ht.makeLineSpan("overline-line",t),a=t.fontMetrics().defaultRuleThickness,l=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*a},{type:"elem",elem:n},{type:"kern",size:a}]},t);return Ht.makeSpan(["mord","overline"],[l],t)},mathmlBuilder(e,t){var r=new gr.MathNode("mo",[new gr.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new gr.MathNode("mover",[kr(e.body,t),r]);return n.setAttribute("accent","true"),n}}),Zt({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"phantom",mode:r.mode,body:Kt(n)}},htmlBuilder:(e,t)=>{var r=nr(e.body,t.withPhantom(),!1);return Ht.makeFragment(r)},mathmlBuilder:(e,t)=>{var r=vr(e.body,t);return new gr.MathNode("mphantom",r)}}),Zt({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=Ht.makeSpan([],[cr(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),Ht.makeSpan(["mord"],[r],t)},mathmlBuilder:(e,t)=>{var r=vr(Kt(e.body),t),n=new gr.MathNode("mphantom",r),a=new gr.MathNode("mpadded",[n]);return a.setAttribute("height","0px"),a.setAttribute("depth","0px"),a}}),Zt({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=Ht.makeSpan(["inner"],[cr(e.body,t.withPhantom())]),n=Ht.makeSpan(["fix"],[]);return Ht.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:(e,t)=>{var r=vr(Kt(e.body),t),n=new gr.MathNode("mphantom",r),a=new gr.MathNode("mpadded",[n]);return a.setAttribute("width","0px"),a}}),Zt({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e,n=Ar(t[0],"size").value,a=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:a}},htmlBuilder(e,t){var r=cr(e.body,t),n=Te(e.dy,t);return Ht.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){var r=new gr.MathNode("mpadded",[kr(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),Zt({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}}),Zt({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(e,t,r){var{parser:n}=e,a=r[0],l=Ar(t[0],"size"),o=Ar(t[1],"size");return{type:"rule",mode:n.mode,shift:a&&Ar(a,"size").value,width:l.value,height:o.value}},htmlBuilder(e,t){var r=Ht.makeSpan(["mord","rule"],[],t),n=Te(e.width,t),a=Te(e.height,t),l=e.shift?Te(e.shift,t):0;return r.style.borderRightWidth=Ae(n),r.style.borderTopWidth=Ae(a),r.style.bottom=Ae(l),r.width=n,r.height=a+l,r.depth=-l,r.maxFontSize=1.125*a*t.sizeMultiplier,r},mathmlBuilder(e,t){var r=Te(e.width,t),n=Te(e.height,t),a=e.shift?Te(e.shift,t):0,l=t.color&&t.getColor()||"black",o=new gr.MathNode("mspace");o.setAttribute("mathbackground",l),o.setAttribute("width",Ae(r)),o.setAttribute("height",Ae(n));var i=new gr.MathNode("mpadded",[o]);return a>=0?i.setAttribute("height",Ae(a)):(i.setAttribute("height",Ae(a)),i.setAttribute("depth",Ae(-a))),i.setAttribute("voffset",Ae(a)),i}});var aa=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];Zt({type:"sizing",names:aa,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:r,funcName:n,parser:a}=e,l=a.parseExpression(!1,r);return{type:"sizing",mode:a.mode,size:aa.indexOf(n)+1,body:l}},htmlBuilder:(e,t)=>{var r=t.havingSize(e.size);return na(e.body,r,t)},mathmlBuilder:(e,t)=>{var r=t.havingSize(e.size),n=vr(e.body,r),a=new gr.MathNode("mstyle",n);return a.setAttribute("mathsize",Ae(r.sizeMultiplier)),a}}),Zt({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{var{parser:n}=e,a=!1,l=!1,o=r[0]&&Ar(r[0],"ordgroup");if(o)for(var i="",s=0;s<o.body.length;++s){if("t"===(i=o.body[s].text))a=!0;else{if("b"!==i){a=!1,l=!1;break}l=!0}}else a=!0,l=!0;var c=t[0];return{type:"smash",mode:n.mode,body:c,smashHeight:a,smashDepth:l}},htmlBuilder:(e,t)=>{var r=Ht.makeSpan([],[cr(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var a=0;a<r.children.length;a++)r.children[a].depth=0;var l=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return Ht.makeSpan(["mord"],[l],t)},mathmlBuilder:(e,t)=>{var r=new gr.MathNode("mpadded",[kr(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),Zt({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n}=e,a=r[0],l=t[0];return{type:"sqrt",mode:n.mode,body:l,index:a}},htmlBuilder(e,t){var r=cr(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Ht.wrapFragment(r,t);var n=t.fontMetrics().defaultRuleThickness,a=n;t.style.id<ue.TEXT.id&&(a=t.fontMetrics().xHeight);var l=n+a/4,o=r.height+r.depth+l+n,{span:i,ruleWidth:s,advanceWidth:c}=bn.sqrtImage(o,t),u=i.height-s;u>r.height+r.depth+l&&(l=(l+u-r.height-r.depth)/2);var h=i.height-r.height-l-s;r.style.paddingLeft=Ae(c);var d=Ht.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+h)},{type:"elem",elem:i},{type:"kern",size:s}]},t);if(e.index){var m=t.havingStyle(ue.SCRIPTSCRIPT),p=cr(e.index,m,t),g=.6*(d.height-d.depth),x=Ht.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:p}]},t),f=Ht.makeSpan(["root"],[x]);return Ht.makeSpan(["mord","sqrt"],[f,d],t)}return Ht.makeSpan(["mord","sqrt"],[d],t)},mathmlBuilder(e,t){var{body:r,index:n}=e;return n?new gr.MathNode("mroot",[kr(r,t),kr(n,t)]):new gr.MathNode("msqrt",[kr(r,t)])}});var la={display:ue.DISPLAY,text:ue.TEXT,script:ue.SCRIPT,scriptscript:ue.SCRIPTSCRIPT};Zt({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:r,funcName:n,parser:a}=e,l=a.parseExpression(!0,r),o=n.slice(1,n.length-5);return{type:"styling",mode:a.mode,style:o,body:l}},htmlBuilder(e,t){var r=la[e.style],n=t.havingStyle(r).withFont("");return na(e.body,n,t)},mathmlBuilder(e,t){var r=la[e.style],n=t.havingStyle(r),a=vr(e.body,n),l=new gr.MathNode("mstyle",a),o={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return l.setAttribute("scriptlevel",o[0]),l.setAttribute("displaystyle",o[1]),l}});Yt({type:"supsub",htmlBuilder(e,t){var r=function(e,t){var r=e.base;return r?"op"===r.type?r.limits&&(t.style.size===ue.DISPLAY.size||r.alwaysHandleSupSub)?Jn:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===ue.DISPLAY.size||r.limits)?ra:null:"accent"===r.type?J.isCharacterBox(r.base)?Lr:null:"horizBrace"===r.type&&!e.sub===r.isOver?Un:null:null}(e,t);if(r)return r(e,t);var n,a,l,{base:o,sup:i,sub:s}=e,c=cr(o,t),u=t.fontMetrics(),h=0,d=0,m=o&&J.isCharacterBox(o);if(i){var p=t.havingStyle(t.style.sup());n=cr(i,p,t),m||(h=c.height-p.fontMetrics().supDrop*p.sizeMultiplier/t.sizeMultiplier)}if(s){var g=t.havingStyle(t.style.sub());a=cr(s,g,t),m||(d=c.depth+g.fontMetrics().subDrop*g.sizeMultiplier/t.sizeMultiplier)}l=t.style===ue.DISPLAY?u.sup1:t.style.cramped?u.sup3:u.sup2;var x,f=t.sizeMultiplier,b=Ae(.5/u.ptPerEm/f),v=null;if(a){var y=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(c instanceof He||y)&&(v=Ae(-c.italic))}if(n&&a){h=Math.max(h,l,n.depth+.25*u.xHeight),d=Math.max(d,u.sub2);var k=4*u.defaultRuleThickness;if(h-n.depth-(a.height-d)<k){d=k-(h-n.depth)+a.height;var w=.8*u.xHeight-(h-n.depth);w>0&&(h+=w,d-=w)}var S=[{type:"elem",elem:a,shift:d,marginRight:b,marginLeft:v},{type:"elem",elem:n,shift:-h,marginRight:b}];x=Ht.makeVList({positionType:"individualShift",children:S},t)}else if(a){d=Math.max(d,u.sub1,a.height-.8*u.xHeight);var C=[{type:"elem",elem:a,marginLeft:v,marginRight:b}];x=Ht.makeVList({positionType:"shift",positionData:d,children:C},t)}else{if(!n)throw new Error("supsub must have either sup or sub.");h=Math.max(h,l,n.depth+.25*u.xHeight),x=Ht.makeVList({positionType:"shift",positionData:-h,children:[{type:"elem",elem:n,marginRight:b}]},t)}var z=ir(c,"right")||"mord";return Ht.makeSpan([z],[c,Ht.makeSpan(["msupsub"],[x])],t)},mathmlBuilder(e,t){var r,n=!1;e.base&&"horizBrace"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var a,l=[kr(e.base,t)];if(e.sub&&l.push(kr(e.sub,t)),e.sup&&l.push(kr(e.sup,t)),n)a=r?"mover":"munder";else if(e.sub)if(e.sup){var o=e.base;a=o&&"op"===o.type&&o.limits&&t.style===ue.DISPLAY||o&&"operatorname"===o.type&&o.alwaysHandleSupSub&&(t.style===ue.DISPLAY||o.limits)?"munderover":"msubsup"}else{var i=e.base;a=i&&"op"===i.type&&i.limits&&(t.style===ue.DISPLAY||i.alwaysHandleSupSub)||i&&"operatorname"===i.type&&i.alwaysHandleSupSub&&(i.limits||t.style===ue.DISPLAY)?"munder":"msub"}else{var s=e.base;a=s&&"op"===s.type&&s.limits&&(t.style===ue.DISPLAY||s.alwaysHandleSupSub)||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(s.limits||t.style===ue.DISPLAY)?"mover":"msup"}return new gr.MathNode(a,l)}}),Yt({type:"atom",htmlBuilder:(e,t)=>Ht.mathsym(e.text,e.mode,t,["m"+e.family]),mathmlBuilder(e,t){var r=new gr.MathNode("mo",[xr(e.text,e.mode)]);if("bin"===e.family){var n=br(e,t);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false");return r}});var oa={mi:"italic",mn:"normal",mtext:"normal"};Yt({type:"mathord",htmlBuilder:(e,t)=>Ht.makeOrd(e,t,"mathord"),mathmlBuilder(e,t){var r=new gr.MathNode("mi",[xr(e.text,e.mode,t)]),n=br(e,t)||"italic";return n!==oa[r.type]&&r.setAttribute("mathvariant",n),r}}),Yt({type:"textord",htmlBuilder:(e,t)=>Ht.makeOrd(e,t,"textord"),mathmlBuilder(e,t){var r,n=xr(e.text,e.mode,t),a=br(e,t)||"normal";return r="text"===e.mode?new gr.MathNode("mtext",[n]):/[0-9]/.test(e.text)?new gr.MathNode("mn",[n]):"\\prime"===e.text?new gr.MathNode("mo",[n]):new gr.MathNode("mi",[n]),a!==oa[r.type]&&r.setAttribute("mathvariant",a),r}});var ia={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},sa={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Yt({type:"spacing",htmlBuilder(e,t){if(sa.hasOwnProperty(e.text)){var r=sa[e.text].className||"";if("text"===e.mode){var n=Ht.makeOrd(e,t,"textord");return n.classes.push(r),n}return Ht.makeSpan(["mspace",r],[Ht.mathsym(e.text,e.mode,t)],t)}if(ia.hasOwnProperty(e.text))return Ht.makeSpan(["mspace",ia[e.text]],[],t);throw new U('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){if(!sa.hasOwnProperty(e.text)){if(ia.hasOwnProperty(e.text))return new gr.MathNode("mspace");throw new U('Unknown type of space "'+e.text+'"')}return new gr.MathNode("mtext",[new gr.TextNode(" ")])}});var ca=()=>{var e=new gr.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};Yt({type:"tag",mathmlBuilder(e,t){var r=new gr.MathNode("mtable",[new gr.MathNode("mtr",[ca(),new gr.MathNode("mtd",[yr(e.body,t)]),ca(),new gr.MathNode("mtd",[yr(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var ua={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},ha={"\\textbf":"textbf","\\textmd":"textmd"},da={"\\textit":"textit","\\textup":"textup"},ma=(e,t)=>{var r=e.font;return r?ua[r]?t.withTextFontFamily(ua[r]):ha[r]?t.withTextFontWeight(ha[r]):t.withTextFontShape(da[r]):t};Zt({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];return{type:"text",mode:r.mode,body:Kt(a),font:n}},htmlBuilder(e,t){var r=ma(e,t),n=nr(e.body,r,!0);return Ht.makeSpan(["mord","text"],n,r)},mathmlBuilder(e,t){var r=ma(e,t);return yr(e.body,r)}}),Zt({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=cr(e.body,t),n=Ht.makeLineSpan("underline-line",t),a=t.fontMetrics().defaultRuleThickness,l=Ht.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:a},{type:"elem",elem:n},{type:"kern",size:3*a},{type:"elem",elem:r}]},t);return Ht.makeSpan(["mord","underline"],[l],t)},mathmlBuilder(e,t){var r=new gr.MathNode("mo",[new gr.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new gr.MathNode("munder",[kr(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),Zt({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=cr(e.body,t),n=t.fontMetrics().axisHeight,a=.5*(r.height-n-(r.depth+n));return Ht.makeVList({positionType:"shift",positionData:a,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:(e,t)=>new gr.MathNode("mpadded",[kr(e.body,t)],["vcenter"])}),Zt({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new U("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var r=pa(e),n=[],a=t.havingStyle(t.style.text()),l=0;l<r.length;l++){var o=r[l];"~"===o&&(o="\\textasciitilde"),n.push(Ht.makeSymbol(o,"Typewriter-Regular",e.mode,a,["mord","texttt"]))}return Ht.makeSpan(["mord","text"].concat(a.sizingClasses(t)),Ht.tryCombineChars(n),a)},mathmlBuilder(e,t){var r=new gr.TextNode(pa(e)),n=new gr.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var pa=e=>e.body.replace(/ /g,e.star?"␣":" "),ga=Wt,xa="[ \r\n\t]",fa="(\\\\[a-zA-Z@]+)"+xa+"*",ba="[̀-ͯ]",va=new RegExp(ba+"+$"),ya="("+xa+"+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-‧-豈-]"+ba+"*|[\ud800-\udbff][\udc00-\udfff]"+ba+"*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|"+fa+"|\\\\[^\ud800-\udfff])";class ka{constructor(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(ya,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new G("EOF",new W(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new U("Unexpected character: '"+e[t]+"'",new G(e[t],new W(this,t,t+1)));var n=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[n]){var a=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===a?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=a+1,this.lex()}return new G(n,new W(this,t,this.tokenRegex.lastIndex))}}class wa{constructor(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new U("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var t in e)e.hasOwnProperty(t)&&(null==e[t]?delete this.current[t]:this.current[t]=e[t])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,t,r){if(void 0===r&&(r=!1),r){for(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var a=this.undefStack[this.undefStack.length-1];a&&!a.hasOwnProperty(e)&&(a[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t}}var Sa=Mn;qn("\\noexpand",(function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}})),qn("\\expandafter",(function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}})),qn("\\@firstoftwo",(function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}})),qn("\\@secondoftwo",(function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}})),qn("\\@ifnextchar",(function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}})),qn("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),qn("\\TextOrMath",(function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}}));var Ca={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};qn("\\char",(function(e){var t,r=e.popToken(),n="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if("\\"===(r=e.popToken()).text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new U("\\char` missing argument");n=r.text.charCodeAt(0)}else t=10;if(t){if(null==(n=Ca[r.text])||n>=t)throw new U("Invalid base-"+t+" digit "+r.text);for(var a;null!=(a=Ca[e.future().text])&&a<t;)n*=t,n+=a,e.popToken()}return"\\@char{"+n+"}"}));var za=(e,t,r)=>{var n=e.consumeArg().tokens;if(1!==n.length)throw new U("\\newcommand's first argument must be a macro name");var a=n[0].text,l=e.isDefined(a);if(l&&!t)throw new U("\\newcommand{"+a+"} attempting to redefine "+a+"; use \\renewcommand");if(!l&&!r)throw new U("\\renewcommand{"+a+"} when command "+a+" does not yet exist; use \\newcommand");var o=0;if(1===(n=e.consumeArg().tokens).length&&"["===n[0].text){for(var i="",s=e.expandNextToken();"]"!==s.text&&"EOF"!==s.text;)i+=s.text,s=e.expandNextToken();if(!i.match(/^\s*[0-9]+\s*$/))throw new U("Invalid number of arguments: "+i);o=parseInt(i),n=e.consumeArg().tokens}return e.macros.set(a,{tokens:n,numArgs:o}),""};qn("\\newcommand",(e=>za(e,!1,!0))),qn("\\renewcommand",(e=>za(e,!0,!1))),qn("\\providecommand",(e=>za(e,!0,!0))),qn("\\message",(e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map((e=>e.text)).join("")),""})),qn("\\errmessage",(e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map((e=>e.text)).join("")),""})),qn("\\show",(e=>{var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),ga[r],Ge.math[r],Ge.text[r]),""})),qn("\\bgroup","{"),qn("\\egroup","}"),qn("~","\\nobreakspace"),qn("\\lq","`"),qn("\\rq","'"),qn("\\aa","\\r a"),qn("\\AA","\\r A"),qn("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),qn("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),qn("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),qn("ℬ","\\mathscr{B}"),qn("ℰ","\\mathscr{E}"),qn("ℱ","\\mathscr{F}"),qn("ℋ","\\mathscr{H}"),qn("ℐ","\\mathscr{I}"),qn("ℒ","\\mathscr{L}"),qn("ℳ","\\mathscr{M}"),qn("ℛ","\\mathscr{R}"),qn("ℭ","\\mathfrak{C}"),qn("ℌ","\\mathfrak{H}"),qn("ℨ","\\mathfrak{Z}"),qn("\\Bbbk","\\Bbb{k}"),qn("·","\\cdotp"),qn("\\llap","\\mathllap{\\textrm{#1}}"),qn("\\rlap","\\mathrlap{\\textrm{#1}}"),qn("\\clap","\\mathclap{\\textrm{#1}}"),qn("\\mathstrut","\\vphantom{(}"),qn("\\underbar","\\underline{\\text{#1}}"),qn("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),qn("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),qn("\\ne","\\neq"),qn("≠","\\neq"),qn("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),qn("∉","\\notin"),qn("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),qn("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),qn("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),qn("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),qn("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),qn("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),qn("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),qn("⟂","\\perp"),qn("‼","\\mathclose{!\\mkern-0.8mu!}"),qn("∌","\\notni"),qn("⌜","\\ulcorner"),qn("⌝","\\urcorner"),qn("⌞","\\llcorner"),qn("⌟","\\lrcorner"),qn("©","\\copyright"),qn("®","\\textregistered"),qn("️","\\textregistered"),qn("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),qn("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),qn("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),qn("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),qn("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),qn("⋮","\\vdots"),qn("\\varGamma","\\mathit{\\Gamma}"),qn("\\varDelta","\\mathit{\\Delta}"),qn("\\varTheta","\\mathit{\\Theta}"),qn("\\varLambda","\\mathit{\\Lambda}"),qn("\\varXi","\\mathit{\\Xi}"),qn("\\varPi","\\mathit{\\Pi}"),qn("\\varSigma","\\mathit{\\Sigma}"),qn("\\varUpsilon","\\mathit{\\Upsilon}"),qn("\\varPhi","\\mathit{\\Phi}"),qn("\\varPsi","\\mathit{\\Psi}"),qn("\\varOmega","\\mathit{\\Omega}"),qn("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),qn("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),qn("\\boxed","\\fbox{$\\displaystyle{#1}$}"),qn("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),qn("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),qn("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var Ea={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};qn("\\dots",(function(e){var t="\\dotso",r=e.expandAfterFuture().text;return r in Ea?t=Ea[r]:("\\not"===r.slice(0,4)||r in Ge.math&&J.contains(["bin","rel"],Ge.math[r].group))&&(t="\\dotsb"),t}));var Ma={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};qn("\\dotso",(function(e){return e.future().text in Ma?"\\ldots\\,":"\\ldots"})),qn("\\dotsc",(function(e){var t=e.future().text;return t in Ma&&","!==t?"\\ldots\\,":"\\ldots"})),qn("\\cdots",(function(e){return e.future().text in Ma?"\\@cdots\\,":"\\@cdots"})),qn("\\dotsb","\\cdots"),qn("\\dotsm","\\cdots"),qn("\\dotsi","\\!\\cdots"),qn("\\dotsx","\\ldots\\,"),qn("\\DOTSI","\\relax"),qn("\\DOTSB","\\relax"),qn("\\DOTSX","\\relax"),qn("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),qn("\\,","\\tmspace+{3mu}{.1667em}"),qn("\\thinspace","\\,"),qn("\\>","\\mskip{4mu}"),qn("\\:","\\tmspace+{4mu}{.2222em}"),qn("\\medspace","\\:"),qn("\\;","\\tmspace+{5mu}{.2777em}"),qn("\\thickspace","\\;"),qn("\\!","\\tmspace-{3mu}{.1667em}"),qn("\\negthinspace","\\!"),qn("\\negmedspace","\\tmspace-{4mu}{.2222em}"),qn("\\negthickspace","\\tmspace-{5mu}{.277em}"),qn("\\enspace","\\kern.5em "),qn("\\enskip","\\hskip.5em\\relax"),qn("\\quad","\\hskip1em\\relax"),qn("\\qquad","\\hskip2em\\relax"),qn("\\tag","\\@ifstar\\tag@literal\\tag@paren"),qn("\\tag@paren","\\tag@literal{({#1})}"),qn("\\tag@literal",(e=>{if(e.macros.get("\\df@tag"))throw new U("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"})),qn("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),qn("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),qn("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),qn("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),qn("\\newline","\\\\\\relax"),qn("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var qa=Ae(fe["Main-Regular"]["T".charCodeAt(0)][1]-.7*fe["Main-Regular"]["A".charCodeAt(0)][1]);qn("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+qa+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),qn("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+qa+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),qn("\\hspace","\\@ifstar\\@hspacer\\@hspace"),qn("\\@hspace","\\hskip #1\\relax"),qn("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),qn("\\ordinarycolon",":"),qn("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),qn("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),qn("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),qn("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),qn("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),qn("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),qn("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),qn("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),qn("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),qn("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),qn("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),qn("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),qn("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),qn("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),qn("∷","\\dblcolon"),qn("∹","\\eqcolon"),qn("≔","\\coloneqq"),qn("≕","\\eqqcolon"),qn("⩴","\\Coloneqq"),qn("\\ratio","\\vcentcolon"),qn("\\coloncolon","\\dblcolon"),qn("\\colonequals","\\coloneqq"),qn("\\coloncolonequals","\\Coloneqq"),qn("\\equalscolon","\\eqqcolon"),qn("\\equalscoloncolon","\\Eqqcolon"),qn("\\colonminus","\\coloneq"),qn("\\coloncolonminus","\\Coloneq"),qn("\\minuscolon","\\eqcolon"),qn("\\minuscoloncolon","\\Eqcolon"),qn("\\coloncolonapprox","\\Colonapprox"),qn("\\coloncolonsim","\\Colonsim"),qn("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),qn("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),qn("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),qn("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),qn("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),qn("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),qn("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),qn("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),qn("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),qn("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),qn("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),qn("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),qn("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),qn("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),qn("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),qn("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),qn("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),qn("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),qn("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),qn("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),qn("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),qn("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),qn("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),qn("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),qn("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),qn("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),qn("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),qn("\\imath","\\html@mathml{\\@imath}{ı}"),qn("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),qn("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),qn("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),qn("⟦","\\llbracket"),qn("⟧","\\rrbracket"),qn("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),qn("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),qn("⦃","\\lBrace"),qn("⦄","\\rBrace"),qn("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),qn("⦵","\\minuso"),qn("\\darr","\\downarrow"),qn("\\dArr","\\Downarrow"),qn("\\Darr","\\Downarrow"),qn("\\lang","\\langle"),qn("\\rang","\\rangle"),qn("\\uarr","\\uparrow"),qn("\\uArr","\\Uparrow"),qn("\\Uarr","\\Uparrow"),qn("\\N","\\mathbb{N}"),qn("\\R","\\mathbb{R}"),qn("\\Z","\\mathbb{Z}"),qn("\\alef","\\aleph"),qn("\\alefsym","\\aleph"),qn("\\Alpha","\\mathrm{A}"),qn("\\Beta","\\mathrm{B}"),qn("\\bull","\\bullet"),qn("\\Chi","\\mathrm{X}"),qn("\\clubs","\\clubsuit"),qn("\\cnums","\\mathbb{C}"),qn("\\Complex","\\mathbb{C}"),qn("\\Dagger","\\ddagger"),qn("\\diamonds","\\diamondsuit"),qn("\\empty","\\emptyset"),qn("\\Epsilon","\\mathrm{E}"),qn("\\Eta","\\mathrm{H}"),qn("\\exist","\\exists"),qn("\\harr","\\leftrightarrow"),qn("\\hArr","\\Leftrightarrow"),qn("\\Harr","\\Leftrightarrow"),qn("\\hearts","\\heartsuit"),qn("\\image","\\Im"),qn("\\infin","\\infty"),qn("\\Iota","\\mathrm{I}"),qn("\\isin","\\in"),qn("\\Kappa","\\mathrm{K}"),qn("\\larr","\\leftarrow"),qn("\\lArr","\\Leftarrow"),qn("\\Larr","\\Leftarrow"),qn("\\lrarr","\\leftrightarrow"),qn("\\lrArr","\\Leftrightarrow"),qn("\\Lrarr","\\Leftrightarrow"),qn("\\Mu","\\mathrm{M}"),qn("\\natnums","\\mathbb{N}"),qn("\\Nu","\\mathrm{N}"),qn("\\Omicron","\\mathrm{O}"),qn("\\plusmn","\\pm"),qn("\\rarr","\\rightarrow"),qn("\\rArr","\\Rightarrow"),qn("\\Rarr","\\Rightarrow"),qn("\\real","\\Re"),qn("\\reals","\\mathbb{R}"),qn("\\Reals","\\mathbb{R}"),qn("\\Rho","\\mathrm{P}"),qn("\\sdot","\\cdot"),qn("\\sect","\\S"),qn("\\spades","\\spadesuit"),qn("\\sub","\\subset"),qn("\\sube","\\subseteq"),qn("\\supe","\\supseteq"),qn("\\Tau","\\mathrm{T}"),qn("\\thetasym","\\vartheta"),qn("\\weierp","\\wp"),qn("\\Zeta","\\mathrm{Z}"),qn("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),qn("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),qn("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),qn("\\bra","\\mathinner{\\langle{#1}|}"),qn("\\ket","\\mathinner{|{#1}\\rangle}"),qn("\\braket","\\mathinner{\\langle{#1}\\rangle}"),qn("\\Bra","\\left\\langle#1\\right|"),qn("\\Ket","\\left|#1\\right\\rangle");var Ta=e=>t=>{var r=t.consumeArg().tokens,n=t.consumeArg().tokens,a=t.consumeArg().tokens,l=t.consumeArg().tokens,o=t.macros.get("|"),i=t.macros.get("\\|");t.macros.beginGroup();var s=t=>r=>{e&&(r.macros.set("|",o),a.length&&r.macros.set("\\|",i));var l=t;!t&&a.length&&("|"===r.future().text&&(r.popToken(),l=!0));return{tokens:l?a:n,numArgs:0}};t.macros.set("|",s(!1)),a.length&&t.macros.set("\\|",s(!0));var c=t.consumeArg().tokens,u=t.expandTokens([...l,...c,...r]);return t.macros.endGroup(),{tokens:u.reverse(),numArgs:0}};qn("\\bra@ket",Ta(!1)),qn("\\bra@set",Ta(!0)),qn("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),qn("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),qn("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),qn("\\angln","{\\angl n}"),qn("\\blue","\\textcolor{##6495ed}{#1}"),qn("\\orange","\\textcolor{##ffa500}{#1}"),qn("\\pink","\\textcolor{##ff00af}{#1}"),qn("\\red","\\textcolor{##df0030}{#1}"),qn("\\green","\\textcolor{##28ae7b}{#1}"),qn("\\gray","\\textcolor{gray}{#1}"),qn("\\purple","\\textcolor{##9d38bd}{#1}"),qn("\\blueA","\\textcolor{##ccfaff}{#1}"),qn("\\blueB","\\textcolor{##80f6ff}{#1}"),qn("\\blueC","\\textcolor{##63d9ea}{#1}"),qn("\\blueD","\\textcolor{##11accd}{#1}"),qn("\\blueE","\\textcolor{##0c7f99}{#1}"),qn("\\tealA","\\textcolor{##94fff5}{#1}"),qn("\\tealB","\\textcolor{##26edd5}{#1}"),qn("\\tealC","\\textcolor{##01d1c1}{#1}"),qn("\\tealD","\\textcolor{##01a995}{#1}"),qn("\\tealE","\\textcolor{##208170}{#1}"),qn("\\greenA","\\textcolor{##b6ffb0}{#1}"),qn("\\greenB","\\textcolor{##8af281}{#1}"),qn("\\greenC","\\textcolor{##74cf70}{#1}"),qn("\\greenD","\\textcolor{##1fab54}{#1}"),qn("\\greenE","\\textcolor{##0d923f}{#1}"),qn("\\goldA","\\textcolor{##ffd0a9}{#1}"),qn("\\goldB","\\textcolor{##ffbb71}{#1}"),qn("\\goldC","\\textcolor{##ff9c39}{#1}"),qn("\\goldD","\\textcolor{##e07d10}{#1}"),qn("\\goldE","\\textcolor{##a75a05}{#1}"),qn("\\redA","\\textcolor{##fca9a9}{#1}"),qn("\\redB","\\textcolor{##ff8482}{#1}"),qn("\\redC","\\textcolor{##f9685d}{#1}"),qn("\\redD","\\textcolor{##e84d39}{#1}"),qn("\\redE","\\textcolor{##bc2612}{#1}"),qn("\\maroonA","\\textcolor{##ffbde0}{#1}"),qn("\\maroonB","\\textcolor{##ff92c6}{#1}"),qn("\\maroonC","\\textcolor{##ed5fa6}{#1}"),qn("\\maroonD","\\textcolor{##ca337c}{#1}"),qn("\\maroonE","\\textcolor{##9e034e}{#1}"),qn("\\purpleA","\\textcolor{##ddd7ff}{#1}"),qn("\\purpleB","\\textcolor{##c6b9fc}{#1}"),qn("\\purpleC","\\textcolor{##aa87ff}{#1}"),qn("\\purpleD","\\textcolor{##7854ab}{#1}"),qn("\\purpleE","\\textcolor{##543b78}{#1}"),qn("\\mintA","\\textcolor{##f5f9e8}{#1}"),qn("\\mintB","\\textcolor{##edf2df}{#1}"),qn("\\mintC","\\textcolor{##e0e5cc}{#1}"),qn("\\grayA","\\textcolor{##f6f7f7}{#1}"),qn("\\grayB","\\textcolor{##f0f1f2}{#1}"),qn("\\grayC","\\textcolor{##e3e5e6}{#1}"),qn("\\grayD","\\textcolor{##d6d8da}{#1}"),qn("\\grayE","\\textcolor{##babec2}{#1}"),qn("\\grayF","\\textcolor{##888d93}{#1}"),qn("\\grayG","\\textcolor{##626569}{#1}"),qn("\\grayH","\\textcolor{##3b3e40}{#1}"),qn("\\grayI","\\textcolor{##21242c}{#1}"),qn("\\kaBlue","\\textcolor{##314453}{#1}"),qn("\\kaGreen","\\textcolor{##71B307}{#1}");var Aa={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class Na{constructor(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new wa(Sa,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new ka(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(...e)}scanArgument(e){var t,r,n;if(e){if(this.consumeSpaces(),"["!==this.future().text)return null;t=this.popToken(),({tokens:n,end:r}=this.consumeArg(["]"]))}else({tokens:n,start:t,end:r}=this.consumeArg());return this.pushToken(new G("EOF",r.loc)),this.pushTokens(n),t.range(r,"")}consumeSpaces(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}}consumeArg(e){var t=[],r=e&&e.length>0;r||this.consumeSpaces();var n,a=this.future(),l=0,o=0;do{if(n=this.popToken(),t.push(n),"{"===n.text)++l;else if("}"===n.text){if(-1===--l)throw new U("Extra }",n)}else if("EOF"===n.text)throw new U("Unexpected end of input in a macro argument, expected '"+(e&&r?e[o]:"}")+"'",n);if(e&&r)if((0===l||1===l&&"{"===e[o])&&n.text===e[o]){if(++o===e.length){t.splice(-o,o);break}}else o=0}while(0!==l||r);return"{"===a.text&&"}"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:a,end:n}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new U("The length of delimiters doesn't match the number of args!");for(var r=t[0],n=0;n<r.length;n++){var a=this.popToken();if(r[n]!==a.text)throw new U("Use of the macro doesn't match its definition",a)}}for(var l=[],o=0;o<e;o++)l.push(this.consumeArg(t&&t[o+1]).tokens);return l}expandOnce(e){var t=this.popToken(),r=t.text,n=t.noexpand?null:this._getExpansion(r);if(null==n||e&&n.unexpandable){if(e&&null==n&&"\\"===r[0]&&!this.isDefined(r))throw new U("Undefined control sequence: "+r);return this.pushToken(t),!1}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new U("Too many expansions: infinite loop or need to increase maxExpand setting");var a=n.tokens,l=this.consumeArgs(n.numArgs,n.delimiters);if(n.numArgs)for(var o=(a=a.slice()).length-1;o>=0;--o){var i=a[o];if("#"===i.text){if(0===o)throw new U("Incomplete placeholder at end of macro body",i);if("#"===(i=a[--o]).text)a.splice(o+1,1);else{if(!/^[1-9]$/.test(i.text))throw new U("Not a valid argument number",i);a.splice(o,2,...l[+i.text-1])}}}return this.pushTokens(a),a.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){var e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new G(e)]):void 0}expandTokens(e){var t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){var n=this.stack.pop();n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(n)}return t}expandMacroAsText(e){var t=this.expandMacro(e);return t?t.map((e=>e.text)).join(""):t}_getExpansion(e){var t=this.macros.get(e);if(null==t)return t;if(1===e.length){var r=this.lexer.catcodes[e];if(null!=r&&13!==r)return}var n="function"==typeof t?t(this):t;if("string"==typeof n){var a=0;if(-1!==n.indexOf("#"))for(var l=n.replace(/##/g,"");-1!==l.indexOf("#"+(a+1));)++a;for(var o=new ka(n,this.settings),i=[],s=o.lex();"EOF"!==s.text;)i.push(s),s=o.lex();return i.reverse(),{tokens:i,numArgs:a}}return n}isDefined(e){return this.macros.has(e)||ga.hasOwnProperty(e)||Ge.math.hasOwnProperty(e)||Ge.text.hasOwnProperty(e)||Aa.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:ga.hasOwnProperty(e)&&!ga[e].primitive}}var Ba=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,La=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g","ʰ":"h","ⁱ":"i","ʲ":"j","ᵏ":"k","ˡ":"l","ᵐ":"m","ⁿ":"n","ᵒ":"o","ᵖ":"p","ʳ":"r","ˢ":"s","ᵗ":"t","ᵘ":"u","ᵛ":"v","ʷ":"w","ˣ":"x","ʸ":"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),Ia={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},Ra={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","ḉ":"ḉ","č":"č","ĉ":"ĉ","ċ":"ċ","ç":"ç","ď":"ď","ḋ":"ḋ","ḑ":"ḑ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ḝ":"ḝ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ȩ":"ȩ","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ģ":"ģ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","ḩ":"ḩ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ķ":"ķ","ĺ":"ĺ","ľ":"ľ","ļ":"ļ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ņ":"ņ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ŗ":"ŗ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ş":"ş","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ţ":"ţ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Ḉ":"Ḉ","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ç":"Ç","Ď":"Ď","Ḋ":"Ḋ","Ḑ":"Ḑ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ḝ":"Ḝ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ȩ":"Ȩ","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ģ":"Ģ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Ḩ":"Ḩ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ķ":"Ķ","Ĺ":"Ĺ","Ľ":"Ľ","Ļ":"Ļ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ņ":"Ņ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ŗ":"Ŗ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ş":"Ş","Ť":"Ť","Ṫ":"Ṫ","Ţ":"Ţ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"};class ja{constructor(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new Na(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new U("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){var t=this.nextToken;this.consume(),this.gullet.pushToken(new G("}")),this.gullet.pushTokens(e);var r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r}parseExpression(e,t){for(var r=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(-1!==ja.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&ga[n.text]&&ga[n.text].infix)break;var a=this.parseAtom(t);if(!a)break;"internal"!==a.type&&r.push(a)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(e){for(var t,r=-1,n=0;n<e.length;n++)if("infix"===e[n].type){if(-1!==r)throw new U("only one infix operator per group",e[n].token);r=n,t=e[n].replaceWith}if(-1!==r&&t){var a,l,o=e.slice(0,r),i=e.slice(r+1);return a=1===o.length&&"ordgroup"===o[0].type?o[0]:{type:"ordgroup",mode:this.mode,body:o},l=1===i.length&&"ordgroup"===i[0].type?i[0]:{type:"ordgroup",mode:this.mode,body:i},["\\\\abovefrac"===t?this.callFunction(t,[a,e[r],l],[]):this.callFunction(t,[a,l],[])]}return e}handleSupSubscript(e){var t=this.fetch(),r=t.text;this.consume(),this.consumeSpaces();var n=this.parseGroup(e);if(!n)throw new U("Expected group after '"+r+"'",t);return n}formatUnsupportedCmd(e){for(var t=[],r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});var n={type:"text",mode:this.mode,body:t};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]}}parseAtom(e){var t,r,n=this.parseGroup("atom",e);if("text"===this.mode)return n;for(;;){this.consumeSpaces();var a=this.fetch();if("\\limits"===a.text||"\\nolimits"===a.text){if(n&&"op"===n.type){var l="\\limits"===a.text;n.limits=l,n.alwaysHandleSupSub=!0}else{if(!n||"operatorname"!==n.type)throw new U("Limit controls must follow a math operator",a);n.alwaysHandleSupSub&&(n.limits="\\limits"===a.text)}this.consume()}else if("^"===a.text){if(t)throw new U("Double superscript",a);t=this.handleSupSubscript("superscript")}else if("_"===a.text){if(r)throw new U("Double subscript",a);r=this.handleSupSubscript("subscript")}else if("'"===a.text){if(t)throw new U("Double superscript",a);var o={type:"textord",mode:this.mode,text:"\\prime"},i=[o];for(this.consume();"'"===this.fetch().text;)i.push(o),this.consume();"^"===this.fetch().text&&i.push(this.handleSupSubscript("superscript")),t={type:"ordgroup",mode:this.mode,body:i}}else{if(!La[a.text])break;var s=La[a.text],c=Ba.test(a.text);for(this.consume();;){var u=this.fetch().text;if(!La[u])break;if(Ba.test(u)!==c)break;this.consume(),s+=La[u]}var h=new ja(s,this.settings).parse();c?r={type:"ordgroup",mode:"math",body:h}:t={type:"ordgroup",mode:"math",body:h}}}return t||r?{type:"supsub",mode:this.mode,base:n,sup:t,sub:r}:n}parseFunction(e,t){var r=this.fetch(),n=r.text,a=ga[n];if(!a)return null;if(this.consume(),t&&"atom"!==t&&!a.allowedInArgument)throw new U("Got function '"+n+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!a.allowedInText)throw new U("Can't use function '"+n+"' in text mode",r);if("math"===this.mode&&!1===a.allowedInMath)throw new U("Can't use function '"+n+"' in math mode",r);var{args:l,optArgs:o}=this.parseArguments(n,a);return this.callFunction(n,l,o,r,e)}callFunction(e,t,r,n,a){var l={funcName:e,parser:this,token:n,breakOnTokenText:a},o=ga[e];if(o&&o.handler)return o.handler(l,t,r);throw new U("No function handler for "+e)}parseArguments(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=[],a=[],l=0;l<r;l++){var o=t.argTypes&&t.argTypes[l],i=l<t.numOptionalArgs;(t.primitive&&null==o||"sqrt"===t.type&&1===l&&null==a[0])&&(o="primitive");var s=this.parseGroupOfType("argument to '"+e+"'",o,i);if(i)a.push(s);else{if(null==s)throw new U("Null argument, please report this as a bug");n.push(s)}}return{args:n,optArgs:a}}parseGroupOfType(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":var n=this.parseArgumentGroup(r,"text");return null!=n?{type:"styling",mode:n.mode,body:[n],style:"text"}:null;case"raw":var a=this.parseStringGroup("raw",r);return null!=a?{type:"raw",mode:"text",string:a.text}:null;case"primitive":if(r)throw new U("A primitive argument cannot be optional");var l=this.parseGroup(e);if(null==l)throw new U("Expected group as "+e,this.fetch());return l;case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new U("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(e,t){var r=this.gullet.scanArgument(t);if(null==r)return null;for(var n,a="";"EOF"!==(n=this.fetch()).text;)a+=n.text,this.consume();return this.consume(),r.text=a,r}parseRegexGroup(e,t){for(var r,n=this.fetch(),a=n,l="";"EOF"!==(r=this.fetch()).text&&e.test(l+r.text);)l+=(a=r).text,this.consume();if(""===l)throw new U("Invalid "+t+": '"+n.text+"'",n);return n.range(a,l)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(null==t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new U("Invalid color: '"+t.text+"'",t);var n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}}parseSizeGroup(e){var t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;e||0!==t.text.length||(t.text="0pt",r=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!n)throw new U("Invalid size: '"+t.text+"'",t);var a={number:+(n[1]+n[2]),unit:n[3]};if(!qe(a))throw new U("Invalid unit: '"+a.unit+"'",t);return{type:"size",mode:this.mode,value:a,isBlank:r}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==t)return null;var r=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}}parseArgumentGroup(e,t){var r=this.gullet.scanArgument(e);if(null==r)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var a=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var l={type:"ordgroup",mode:this.mode,loc:r.loc,body:a};return t&&this.switchMode(n),l}parseGroup(e,t){var r,n=this.fetch(),a=n.text;if("{"===a||"\\begingroup"===a){this.consume();var l="{"===a?"}":"\\endgroup";this.gullet.beginGroup();var o=this.parseExpression(!1,l),i=this.fetch();this.expect(l),this.gullet.endGroup(),r={type:"ordgroup",mode:this.mode,loc:W.range(n,i),body:o,semisimple:"\\begingroup"===a||void 0}}else if(null==(r=this.parseFunction(t,e)||this.parseSymbol())&&"\\"===a[0]&&!Aa.hasOwnProperty(a)){if(this.settings.throwOnError)throw new U("Undefined control sequence: "+a,n);r=this.formatUnsupportedCmd(a),this.consume()}return r}formLigatures(e){for(var t=e.length-1,r=0;r<t;++r){var n=e[r],a=n.text;"-"===a&&"-"===e[r+1].text&&(r+1<t&&"-"===e[r+2].text?(e.splice(r,3,{type:"textord",mode:"text",loc:W.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:W.range(n,e[r+1]),text:"--"}),t-=1)),"'"!==a&&"`"!==a||e[r+1].text!==a||(e.splice(r,2,{type:"textord",mode:"text",loc:W.range(n,e[r+1]),text:a+a}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),n="*"===r.charAt(0);if(n&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new U("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:n}}Ra.hasOwnProperty(t[0])&&!Ge[this.mode][t[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=Ra[t[0]]+t.slice(1));var a,l=va.exec(t);if(l&&("i"===(t=t.substring(0,l.index))?t="ı":"j"===t&&(t="ȷ")),Ge[this.mode][t]){this.settings.strict&&"math"===this.mode&&Ct.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var o,i=Ge[this.mode][t].group,s=W.range(e);if(Fe.hasOwnProperty(i)){var c=i;o={type:"atom",mode:this.mode,family:c,loc:s,text:t}}else o={type:i,mode:this.mode,loc:s,text:t};a=o}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(me(t.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'" ('+t.charCodeAt(0)+")",e)),a={type:"textord",mode:"text",loc:W.range(e),text:t}}if(this.consume(),l)for(var u=0;u<l[0].length;u++){var h=l[0][u];if(!Ia[h])throw new U("Unknown accent ' "+h+"'",e);var d=Ia[h][this.mode]||Ia[h].text;if(!d)throw new U("Accent "+h+" unsupported in "+this.mode+" mode",e);a={type:"accent",mode:this.mode,loc:W.range(e),label:d,isStretchy:!1,isShifty:!0,base:a}}return a}}ja.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var $a=function(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new ja(e,t);delete r.gullet.macros.current["\\df@tag"];var n=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new U("\\tag works only in display equations");n=[{type:"tag",mode:"text",body:n,tag:r.subparse([new G("\\df@tag")])}]}return n};"undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&("undefined"!=typeof console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."));var Oa=function(e,t,r){if(r.throwOnError||!(e instanceof U))throw e;var n=Ht.makeSpan(["katex-error"],[new He(t)]);return n.setAttribute("title",e.toString()),n.setAttribute("style","color:"+r.errorColor),n},Ha=function(e,t){var r=new te(t);try{return function(e,t,r){var n,a=Sr(r);if("mathml"===r.output)return wr(e,t,a,r.displayMode,!0);if("html"===r.output){var l=hr(e,a);n=Ht.makeSpan(["katex"],[l])}else{var o=wr(e,t,a,r.displayMode,!1),i=hr(e,a);n=Ht.makeSpan(["katex"],[o,i])}return Cr(n,r)}($a(e,r),e,r)}catch(t){return Oa(t,e,r)}},Da=function(e,t){return Ha(e,t).toMarkup()},Va=function(t){var n=t.textObject.equation.expression,a=r((function(){return Da(n,{throwOnError:!1,output:"mathml"})}),[n]);return e.createElement("span",{className:"rotion-equation-html ".concat("x1lliihq"),dangerouslySetInnerHTML:{__html:a}})},Pa=function(t){var r=t.textObject;if(!r)return e.createElement(e.Fragment,null);var n=r.type,a=r.plain_text;switch(n){case"text":return e.createElement(F,{textObject:r},a);case"mention":return e.createElement(D,{textObject:r},a);case"equation":return e.createElement(Va,{textObject:r},a);default:return e.createElement(e.Fragment,null)}},_a={wrapper:{fontFamily:"x1xh6qhr",padding:"xqamk0n",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,display:"x1lliihq",fontSize:"x4z9k3i",overflow:"xb3r6kr",overflowX:null,overflowY:null,whiteSpace:"xuxw1ft",textOverflow:"xlyipyv",$$css:!0},small:{width:"xzjbwwf",$$css:!0},medium:{width:"x1hfn5x7",$$css:!0},large:{width:"x1m258z3",$$css:!0}},Fa=function(t){var r=t.payload,n=t.size;return e.createElement("div",{className:"rotion-gallery-richtext ".concat("x1xh6qhr xqamk0n x1lliihq x4z9k3i xb3r6kr xuxw1ft xlyipyv"," ").concat(u(_a[n||"medium"]))},e.createElement(Pa,{textObject:r.rich_text}))},Wa=function(t){var r=t.pathname,n=t.link,a=t.query,l=t.children,o=a?{pathname:r,query:a}:r;if(""===o)return e.createElement("span",{className:"rotion-gallery-multiselect-link ".concat("x1xh6qhr x1hl2dhg x1heor9g x1ypdohk x1rbdj2j")},l);if(n){var i=n;return e.createElement(i,{className:"rotion-gallery-multiselect-link ".concat("x1xh6qhr x1hl2dhg x1heor9g x1ypdohk x1rbdj2j"),href:o},l)}return e.createElement("a",{className:"rotion-gallery-multiselect-link ".concat("x1xh6qhr x1hl2dhg x1heor9g x1ypdohk x1rbdj2j"),href:r},l)},Ga={wrapper:{fontFamily:"x1xh6qhr",width:"xh8yej3",padding:"x1160tuk",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,display:"x78zum5",alignItems:"x6s0dn4",fontSize:"xfifm61",whiteSpace:"xuxw1ft",$$css:!0},link:{textDecoration:"x1hl2dhg",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",cursor:"x1ypdohk",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},ul:{listStyleType:"x3ct3a4",display:"x78zum5",flexShrink:"x2lah0s",alignItems:"x6s0dn4",padding:"xeacz2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,margin:"x1y59oyo",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,overflow:"xb3r6kr",overflowX:null,overflowY:null,textOverflow:"xlyipyv",$$css:!0},li:{fontSize:"xboafo0",display:"x78zum5",alignItems:"x6s0dn4",flexShrink:"x2lah0s",minWidth:"xeuugli",borderRadius:"x18zih8k",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,padding:"x1717udv",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,color:"x1ctjc2f",background:"xwpv0f9",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,margin:"xwkitof",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,cursor:"x1ypdohk",$$css:!0},default:{color:"x1oky7nv",backgroundColor:"x1h0t2o7",$$css:!0},gray:{color:"x1n7irgc",backgroundColor:"xci70tp",$$css:!0},brown:{color:"xq5r36o",backgroundColor:"xd76jeb",$$css:!0},orange:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},yellow:{color:"x1eyqu72",backgroundColor:"xqu49kv",$$css:!0},green:{color:"x1ux9al1",backgroundColor:"xn4xrgm",$$css:!0},blue:{color:"x10o3wkq",backgroundColor:"x14hnfas",$$css:!0},purple:{color:"x1snsg9x",backgroundColor:"x133r7a8",$$css:!0},pink:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},red:{color:"x1ftp93z",backgroundColor:"x15i6tbi",$$css:!0}},Ua=function(t){var r=t.payload,n=t.path,a=t.link,l=t.query,o=r.multi_select;return e.createElement("ul",{className:"rotion-gallery-multiselect-ul ".concat("x3ct3a4 x78zum5 x2lah0s x6s0dn4 xeacz2j x1y59oyo xb3r6kr xlyipyv")},o.map((function(t){return e.createElement("li",{key:t.id,className:(r=t.color,o=u(Ga[r]),"rotion-gallery-multiselect-li rotion-select-".concat(r," ").concat("xboafo0 x78zum5 x6s0dn4 x2lah0s xeuugli x18zih8k x1717udv x1ctjc2f xwpv0f9 xwkitof x1ypdohk"," ").concat(o))},e.createElement(Wa,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(t.name)):"",link:a,query:l},t.name));var r,o})))},Za=function(t){var r=t.payload;if(!r)return e.createElement(e.Fragment,null);var n=r.match(/https?:\/\/([0-9A-z.-]+)/);if(!n)return e.createElement(e.Fragment,null);var a=n[1];return e.createElement("div",{className:"rotion-gallery-url ".concat("x1xh6qhr x78zum5 xuxw1ft xqmp0lw")},e.createElement("a",{className:"rotion-gallery-url-link ".concat("x1lliihq x1hl2dhg x1ypdohk x1heor9g xslp9yy x130j894 x1hwub78 xjpr12u x1pjcqnp x1ri5ofb"),href:r,rel:"noreferrer",target:"_blank"},e.createElement("svg",{className:"rotion-gallery-url-chain ".concat("xt0psk2 xsmyaan x1kpxq89 xl010v5 xxymvpz"),width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor"},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.4 3h3.085a3.4 3.4 0 0 1 3.4 3.4v.205A3.4 3.4 0 0 1 7.485 10H7V9h.485A2.4 2.4 0 0 0 9.88 6.61V6.4A2.4 2.4 0 0 0 7.49 4H4.4A2.4 2.4 0 0 0 2 6.4v.205A2.394 2.394 0 0 0 4 8.96v1a3.4 3.4 0 0 1-3-3.35V6.4A3.405 3.405 0 0 1 4.4 3zM12 7.04v-1a3.4 3.4 0 0 1 3 3.36v.205A3.405 3.405 0 0 1 11.605 13h-3.09A3.4 3.4 0 0 1 5.12 9.61V9.4A3.4 3.4 0 0 1 8.515 6H9v1h-.485A2.4 2.4 0 0 0 6.12 9.4v.205A2.4 2.4 0 0 0 8.515 12h3.09A2.4 2.4 0 0 0 14 9.61V9.4a2.394 2.394 0 0 0-2-2.36z"})),e.createElement("span",{className:"rotion-gallery-url-address ".concat("xt0psk2 x1sfrptf x1u7k74 xuxw1ft x1hk33u3 x1w3jsh0 x13pqoeu xntq7mn")},a)))},Ya=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-gallery-checkbox"},r)},Xa=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-gallery-number ".concat("x1xh6qhr xh8yej3 xqamk0n x78zum5 x6s0dn4 xfifm61 xuxw1ft")},r.number)},Ka=function(t){var r=t.items,n=t.path,a=t.link,l=t.query,o=t.size;if(!r)return e.createElement(e.Fragment,null);if("list"===r.object){if(0===r.results.length)return e.createElement(e.Fragment,null);var i=r.results[0];switch(i.type){case"title":return e.createElement(M,{payload:r.results});case"rich_text":return e.createElement(Fa,{payload:i});default:console.log("unsupport database property:",i)}}else switch(r.type){case"date":return e.createElement(q,{payload:r.date});case"rich_text":return e.createElement(Fa,{payload:r,size:o});case"multi_select":return e.createElement(Ua,{payload:r,path:n,link:a,query:l});case"url":return e.createElement(Za,{payload:r.url});case"checkbox":return e.createElement(Ya,{payload:r.checkbox});case"number":return e.createElement(Xa,{payload:r});default:console.log("unsupport database property:",r)}return e.createElement(e.Fragment,null)},Ja=function(t){var r=t.children,n=t.link,a=t.query,l=t.href;if(n&&a){var o=n;return e.createElement(o,{className:"rotion-gallery-link",href:{pathname:l,query:a}},r)}if(n){o=n;return e.createElement(o,{className:"rotion-gallery-link",href:l},r)}return e.createElement("div",{className:"rotion-gallery-link"},r)},Qa={wrapper:{aspectRatio:"xa5665v",overflow:"xb3r6kr",overflowX:null,overflowY:null,$$css:!0},fit:{objectFit:"x19kjcj4",objectPosition:"x1a2r2ce",borderBottom:"xagqfe1",borderBottomWidth:null,borderBottomStyle:null,borderBottomColor:null,$$css:!0},nofit:{objectFit:"xl1xv1r",objectPosition:"x1htuu40",$$css:!0},small:{height:"x1rxgj4k",width:"xh8yej3",$$css:!0},medium:{height:"x1cm2wpk",width:"xh8yej3",$$css:!0},large:{height:"x1b51vyi",width:"xh8yej3",$$css:!0}},el=function(t){var r=t.src,n=t.size,a=t.fit,l=[u(Qa[n])];return a?l.push("x19kjcj4 x1a2r2ce xagqfe1"):l.push("xl1xv1r x1htuu40"),e.createElement("div",{className:"rotion-gallery-preview ".concat("xa5665v xb3r6kr")},r&&e.createElement("img",{src:r,className:l.join(" ")}))};function tl(e,t){if(!t)return"";var r=L(t),n=r[0],a=function(e,t){if(!("properties"in t))return"not-found-properties";if("id"===e)return t.id;if(!(e in t.properties))return"not-found-key-in-page-properties";var r=t.properties[e];return"rich_text"in r?r.rich_text.map((function(e){return e.text.content})).join(","):"not-found-richtext-in-key"}(r[1],e);return"".concat(n).concat(a)}function rl(e,t){for(var r="",n=0,a=Object.entries(t.properties);n<a.length;n++){var l=a[n],o=l[0],i=l[1];o===e&&(r=i.id)}return t.property_items.find((function(e){return"property_item"===e.object&&e.id===r||"list"===e.object&&e.property_item.id===r}))}var nl=function(t){var r,n=t.keys,a=t.page,l=t.href,o=t.link,i=t.query,s=t.preview,c=t.size,u=t.fit,h=L(l)[0];return e.createElement("div",{className:"rotion-gallery-card ".concat("x1xh6qhr x1lliihq x1heor9g x1hl2dhg x14n9bkn x18zih8k x1r7xphn x3u7e13 xb3r6kr x1pgibqq x1uhb9sk x5yr21d x1ypdohk")},e.createElement(Ja,{href:tl(a,l),link:o,query:i},s&&e.createElement(el,{src:null===(r=a.cover)||void 0===r?void 0:r.src,size:c,fit:u}),e.createElement("div",{className:"rotion-gallery-card-text ".concat("x1a8lsjc")},n.map((function(t,r){return e.createElement("div",{key:"".concat(a.id).concat(t),className:"field".concat(r)},e.createElement(Ka,{items:rl(t,a),path:h,query:i,size:c}))})))))},al={wrapper:{fontFamily:"x1xh6qhr",$$css:!0},inner:{position:"x1n2onr6",paddingBottom:"x2yie3v",display:"xrvj5dj",gap:"xou54vl",rowGap:null,columnGap:null,$$css:!0},small:{gridTemplateColumns:"x15vz560",$$css:!0},medium:{gridTemplateColumns:"x1vn7x89",$$css:!0},large:{gridTemplateColumns:"xu66tq2",$$css:!0}},ll=function(t){var r=t.keys,n=t.db,a=t.href,l=t.link,o=t.query,i=t.preview,s=t.size,c=void 0===s?"medium":s,h=t.fit,d=void 0===h||h;return e.createElement("div",{className:"rotion-gallery ".concat(d?"rotion-gallery-fit":"")},e.createElement("div",{className:"rotion-gallery-inner rotion-gallery-".concat(c," ").concat("x1n2onr6 x2yie3v xrvj5dj xou54vl"," ").concat(u(al[c]))},n.results.map((function(t){return e.createElement(nl,{key:t.id,keys:r,page:t,href:a||"",link:l,query:o,preview:i,size:c,fit:d})}))))},ol=function(t){var r=t.title,n=t.href,a=t.link,l=t.query;if(a&&l){var o=a;return e.createElement(o,{className:"rotion-list-title-link ".concat("x1xh6qhr x1hl2dhg x15su7se x1heor9g x1ypdohk"),href:{pathname:n,query:l}},r)}if(a){o=a;return e.createElement(o,{className:"rotion-list-title-link ".concat("x1xh6qhr x1hl2dhg x15su7se x1heor9g x1ypdohk"),href:n},r)}return e.createElement("a",{className:"rotion-list-title-link ".concat("x1xh6qhr x1hl2dhg x15su7se x1heor9g x1ypdohk"),href:n,title:r},r)},il=function(t){var r=t.payload,n=t.path,a=t.slug,l=t.link,o=t.query,i=r.map((function(e){var t=e.title;switch(t.type){case"text":return t.text.content;case"mention":return t.mention.type;default:return t.equation.expression}})).join(","),s="".concat(n).concat(a);return e.createElement("div",{className:"rotion-list-title ".concat("x1xh6qhr xuxw1ft x1lliihq x65f84u xb3r6kr xlyipyv x37zpob xqmp0lw")},e.createElement(ol,{title:i,href:s,link:l,query:o}))},sl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-date ".concat("x1xh6qhr xuxw1ft x1qzg9v8 x78zum5 x6s0dn4 xqmp0lw xt4ypqs x1noocy9")},null==r?void 0:r.start)},cl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-richtext ".concat("x1xh6qhr x1qzg9v8 xuxw1ft x1lliihq x1minv1u x3wxoqf x10br76f xh3659q xlyipyv xb3r6kr")},e.createElement(Pa,{textObject:r.rich_text}))},ul={wrapper:{fontFamily:"x1xh6qhr",textDecoration:"x1hl2dhg",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",cursor:"x1ypdohk",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,borderRadius:"x18zih8k",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,$$css:!0},default:{color:"x1oky7nv",backgroundColor:"x1h0t2o7",$$css:!0},gray:{color:"x1n7irgc",backgroundColor:"xci70tp",$$css:!0},brown:{color:"xq5r36o",backgroundColor:"xd76jeb",$$css:!0},orange:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},yellow:{color:"x1eyqu72",backgroundColor:"xqu49kv",$$css:!0},green:{color:"x1ux9al1",backgroundColor:"xn4xrgm",$$css:!0},blue:{color:"x10o3wkq",backgroundColor:"x14hnfas",$$css:!0},purple:{color:"x1snsg9x",backgroundColor:"x133r7a8",$$css:!0},pink:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},red:{color:"x1ftp93z",backgroundColor:"x15i6tbi",$$css:!0}},hl=function(t){var r=t.color,n=t.pathname,a=t.link,l=t.query,o=t.children,i=l?{pathname:n,query:l}:n,s=function(e){var t=u(ul[e]);return"rotion-list-multiselect-link rotion-list-select-".concat(e," ").concat("x1xh6qhr x1hl2dhg x1heor9g x1ypdohk x1rbdj2j x18zih8k"," ").concat(t)};if(""===i)return e.createElement("span",{className:s(r)},o);if(a){var c=a;return e.createElement(c,{className:s(r),href:i},o)}return e.createElement("a",{className:s(r),href:n},o)},dl=function(t){var r=t.payload,n=t.path,a=t.link,l=t.query,o=r.multi_select;return e.createElement("ul",{className:"rotion-list-multiselect-ul ".concat("x1xh6qhr x3ct3a4 x78zum5 x2lah0s x6s0dn4 x1717udv xqmp0lw x1j9u4d2 xb3r6kr xlyipyv")},o.map((function(t){return e.createElement("li",{key:t.id,className:"rotion-list-multiselect-li ".concat("xboafo0 x78zum5 x6s0dn4 x2lah0s xeuugli x1717udv xwkitof")},e.createElement(hl,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(t.name)):"",color:t.color,link:a,query:l},t.name))})))},ml=function(t){var r=t.payload;if(!r)return e.createElement(e.Fragment,null);var n=r.match(/https?:\/\/([0-9A-z.-]+)/);if(!n)return e.createElement(e.Fragment,null);var a=n[1];return e.createElement("div",{className:"rotion-list-url ".concat("x1xh6qhr x78zum5 xuxw1ft xqmp0lw")},e.createElement("a",{className:"rotion-list-url-link ".concat("x1lliihq x1hl2dhg x1ypdohk xcq2ivu x1heor9g xslp9yy x130j894 x1hwub78 x18zih8k"),href:r,rel:"noreferrer",target:"_blank"},e.createElement("svg",{className:"rotion-list-url-chain ".concat("xt0psk2 xsmyaan x1kpxq89 xl010v5 xxymvpz"),width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor"},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.4 3h3.085a3.4 3.4 0 0 1 3.4 3.4v.205A3.4 3.4 0 0 1 7.485 10H7V9h.485A2.4 2.4 0 0 0 9.88 6.61V6.4A2.4 2.4 0 0 0 7.49 4H4.4A2.4 2.4 0 0 0 2 6.4v.205A2.394 2.394 0 0 0 4 8.96v1a3.4 3.4 0 0 1-3-3.35V6.4A3.405 3.405 0 0 1 4.4 3zM12 7.04v-1a3.4 3.4 0 0 1 3 3.36v.205A3.405 3.405 0 0 1 11.605 13h-3.09A3.4 3.4 0 0 1 5.12 9.61V9.4A3.4 3.4 0 0 1 8.515 6H9v1h-.485A2.4 2.4 0 0 0 6.12 9.4v.205A2.4 2.4 0 0 0 8.515 12h3.09A2.4 2.4 0 0 0 14 9.61V9.4a2.394 2.394 0 0 0-2-2.36z"})),e.createElement("span",{className:"rotion-list-url-address ".concat("xt0psk2 x1sfrptf x1u7k74 xuxw1ft x1hk33u3 x1w3jsh0 x13pqoeu xntq7mn")},a)))},pl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-checkbox ".concat("x1xh6qhr")},r)},gl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-number ".concat("x1xh6qhr xuxw1ft x1qzg9v8 x78zum5 x6s0dn4 xqmp0lw xt4ypqs")},r.number)},xl=function(t){t.name;var r=t.items,n=t.path,a=t.slug,l=t.link,o=t.query;if(void 0===r)return e.createElement(e.Fragment,null);if("list"===r.object){if(0===r.results.length)return e.createElement(e.Fragment,null);var i=r.results[0];switch(i.type){case"title":var s=r.results;return e.createElement(il,{payload:s,path:n,slug:a,link:l,query:o});case"rich_text":return e.createElement(cl,{payload:i});default:console.log("unsupport database property:",i)}}else switch(r.type){case"date":return e.createElement(sl,{payload:r.date});case"rich_text":return e.createElement(cl,{payload:r});case"multi_select":return e.createElement(dl,{payload:r,path:n});case"url":return e.createElement(ml,{payload:r.url});case"checkbox":return e.createElement(pl,{payload:r.checkbox});case"number":return e.createElement(gl,{payload:r});default:console.log("unsupport database property:",r)}};var fl=function(t){var r=t.name,n=t.page,a=t.href,l=t.link,o=t.query,i=L(a),s=i[0],c=i[1];if("spacer"===r||"dashed"===r||!("property_items"in n)||!("properties"in n))return e.createElement(e.Fragment,null);for(var u="",h=0,d=Object.entries(n.properties);h<d.length;h++){var m=d[h],p=m[0],g=m[1];p===r&&(u=g.id)}var x=n.property_items.find((function(e){return"property_item"===e.object&&e.id===u||"list"===e.object&&e.property_item.id===u})),f=function(e,t){if(!("properties"in t))return"not-found-properties";if("id"===e)return t.id;if(!(e in t.properties))return"not-found-key-in-page-properties";var r=t.properties[e];return"rich_text"in r?r.rich_text.map((function(e){return e.text.content})).join(","):"not-found-richtext-in-key"}(c,n);return e.createElement(xl,{name:r,items:x,path:s,slug:f,link:l,query:o})};function bl(e,t){var r=["rotion-list-column".concat(t)];switch(e){case"spacer":r.push("rotion-list-spacer"),r.push("xh8yej3 x1g3ib7 x1lliihq xcmxlu1");break;case"dashed":r.push("rotion-list-dashed"),r.push("xh8yej3 x1g3ib7 x1lliihq xcmxlu1 x1mpjign")}return r.join(" ")}var vl=function(t){var r=t.keys,n=t.db,a=t.href,l=t.link,o=t.query;return e.createElement("div",{className:"rotion-list ".concat("x1xh6qhr x1ghz6dp x1717udv x14aock7")},e.createElement("div",{className:"rotion-list-inner ".concat("x1ghz6dp x8flsbp x193iq5w x1cf5d4w")},n.results.map((function(t){return e.createElement("div",{key:t.id,className:"rotion-list-line ".concat("x78zum5 x1qk52y6 xztvwtv x87ps6o xrjfsii xh8yej3 x6s0dn4 x1nhvcw1 xgcd1z6 xolk286")},r.map((function(r,n){return e.createElement("div",{key:"".concat(t.id).concat(r),className:bl(r,n)},e.createElement(fl,{name:r,page:t,href:a,link:l,query:o}))})))}))))},yl=function(t){var r=t.type,n=t.className;switch(r){case"title":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z"}));case"date":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M10.8889,5.5 L3.11111,5.5 L3.11111,7.05556 L10.8889,7.05556 L10.8889,5.5 Z M12.4444,1.05556 L11.6667,1.05556 L11.6667,0 L10.1111,0 L10.1111,1.05556 L3.88889,1.05556 L3.88889,0 L2.33333,0 L2.33333,1.05556 L1.55556,1.05556 C0.692222,1.05556 0.00777777,1.75556 0.00777777,2.61111 L0,12.5 C0,13.3556 0.692222,14 1.55556,14 L12.4444,14 C13.3,14 14,13.3556 14,12.5 L14,2.61111 C14,1.75556 13.3,1.05556 12.4444,1.05556 Z M12.4444,12.5 L1.55556,12.5 L1.55556,3.94444 L12.4444,3.94444 L12.4444,12.5 Z M8.55556,8.61111 L3.11111,8.61111 L3.11111,10.1667 L8.55556,10.1667 L8.55556,8.61111 Z"}));case"rich_text":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7,4.56818 C7,4.29204 6.77614,4.06818 6.5,4.06818 L0.5,4.06818 C0.223858,4.06818 0,4.29204 0,4.56818 L0,5.61364 C0,5.88978 0.223858,6.11364 0.5,6.11364 L6.5,6.11364 C6.77614,6.11364 7,5.88978 7,5.61364 L7,4.56818 Z M0.5,1 C0.223858,1 0,1.223858 0,1.5 L0,2.54545 C0,2.8216 0.223858,3.04545 0.5,3.04545 L12.5,3.04545 C12.7761,3.04545 13,2.8216 13,2.54545 L13,1.5 C13,1.223858 12.7761,1 12.5,1 L0.5,1 Z M0,8.68182 C0,8.95796 0.223858,9.18182 0.5,9.18182 L11.5,9.18182 C11.7761,9.18182 12,8.95796 12,8.68182 L12,7.63636 C12,7.36022 11.7761,7.13636 11.5,7.13636 L0.5,7.13636 C0.223858,7.13636 0,7.36022 0,7.63636 L0,8.68182 Z M0,11.75 C0,12.0261 0.223858,12.25 0.5,12.25 L9.5,12.25 C9.77614,12.25 10,12.0261 10,11.75 L10,10.70455 C10,10.4284 9.77614,10.20455 9.5,10.20455 L0.5,10.20455 C0.223858,10.20455 0,10.4284 0,10.70455 L0,11.75 Z"}));case"multi_select":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M4,3 C4,2.447715 4.447715,2 5,2 L12,2 C12.5523,2 13,2.447716 13,3 C13,3.55228 12.5523,4 12,4 L5,4 C4.447715,4 4,3.55228 4,3 Z M4,7 C4,6.447715 4.447715,6 5,6 L12,6 C12.5523,6 13,6.447716 13,7 C13,7.55228 12.5523,8 12,8 L5,8 C4.447715,8 4,7.55228 4,7 Z M4,11 C4,10.447715 4.447715,10 5,10 L12,10 C12.5523,10 13,10.447716 13,11 C13,11.55228 12.5523,12 12,12 L5,12 C4.447715,12 4,11.55228 4,11 Z M2,4 C1.44771525,4 1,3.55228475 1,3 C1,2.44771525 1.44771525,2 2,2 C2.55228475,2 3,2.44771525 3,3 C3,3.55228475 2.55228475,4 2,4 Z M2,8 C1.44771525,8 1,7.55228475 1,7 C1,6.44771525 1.44771525,6 2,6 C2.55228475,6 3,6.44771525 3,7 C3,7.55228475 2.55228475,8 2,8 Z M2,12 C1.44771525,12 1,11.5522847 1,11 C1,10.4477153 1.44771525,10 2,10 C2.55228475,10 3,10.4477153 3,11 C3,11.5522847 2.55228475,12 2,12 Z"}));case"url":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M3.73333,3.86667 L7.46667,3.86667 C8.49613,3.86667 9.33333,4.70387 9.33333,5.73333 C9.33333,6.7628 8.49613,7.6 7.46667,7.6 L6.53333,7.6 C6.01813,7.6 5.6,8.0186 5.6,8.53333 C5.6,9.04807 6.01813,9.46667 6.53333,9.46667 L7.46667,9.46667 C9.5284,9.46667 11.2,7.79507 11.2,5.73333 C11.2,3.6716 9.5284,2 7.46667,2 L3.73333,2 C1.6716,2 0,3.6716 0,5.73333 C0,7.124 0.762067,8.33453 1.88953,8.97713 C1.87553,8.83107 1.86667,8.6836 1.86667,8.53333 C1.86667,7.92013 1.98753,7.33447 2.2036,6.7978 C1.99267,6.4954 1.86667,6.12953 1.86667,5.73333 C1.86667,4.70387 2.70387,3.86667 3.73333,3.86667 Z M12.1095,5.28907 C12.1231,5.4356 12.1333,5.58307 12.1333,5.73333 C12.1333,6.34607 12.0101,6.9294 11.7931,7.46513 C12.0059,7.768 12.1333,8.13573 12.1333,8.53333 C12.1333,9.5628 11.2961,10.4 10.2667,10.4 L6.53333,10.4 C5.50387,10.4 4.66667,9.5628 4.66667,8.53333 C4.66667,7.50387 5.50387,6.66667 6.53333,6.66667 L7.46667,6.66667 C7.98187,6.66667 8.4,6.24807 8.4,5.73333 C8.4,5.2186 7.98187,4.8 7.46667,4.8 L6.53333,4.8 C4.4716,4.8 2.8,6.4716 2.8,8.53333 C2.8,10.59507 4.4716,12.2667 6.53333,12.2667 L10.2667,12.2667 C12.3284,12.2667 14,10.59507 14,8.53333 C14,7.14267 13.2375,5.93167 12.1095,5.28907 Z"}));case"number":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z"}));case"checkbox":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M0,3 C0,1.34314 1.34326,0 3,0 L11,0 C12.6567,0 14,1.34314 14,3 L14,11 C14,12.6569 12.6567,14 11,14 L3,14 C1.34326,14 0,12.6569 0,11 L0,3 Z M3,1.5 C2.17139,1.5 1.5,2.17157 1.5,3 L1.5,11 C1.5,11.8284 2.17139,12.5 3,12.5 L11,12.5 C11.8286,12.5 12.5,11.8284 12.5,11 L12.5,3 C12.5,2.17157 11.8286,1.5 11,1.5 L3,1.5 Z M2.83252,6.8161 L3.39893,6.27399 L3.57617,6.10425 L3.92334,5.77216 L4.26904,6.10559 L4.44531,6.27582 L5.58398,7.37402 L9.28271,3.81073 L9.45996,3.64008 L9.80664,3.3056 L10.1538,3.63989 L10.3311,3.81067 L10.8936,4.35303 L11.0708,4.52399 L11.4434,4.88379 L11.0708,5.24353 L10.8936,5.41437 L6.1084,10.0291 L5.93115,10.2 L5.58398,10.5344 L5.23682,10.2 L5.05957,10.0292 L2.83057,7.87946 L2.65283,7.70801 L2.27832,7.34674 L2.6543,6.98694 L2.83252,6.8161 Z"}));case"select":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7,13 C10.31348,13 13,10.31371 13,7 C13,3.68629 10.31348,1 7,1 C3.68652,1 1,3.68629 1,7 C1,10.31371 3.68652,13 7,13 Z M3.75098,5.32278 C3.64893,5.19142 3.74268,5 3.90869,5 L10.09131,5 C10.25732,5 10.35107,5.19142 10.24902,5.32278 L7.15771,9.29703 C7.07764,9.39998 6.92236,9.39998 6.84229,9.29703 L3.75098,5.32278 Z"}));case"status":return e.createElement("svg",{viewBox:"0 0 16 16",className:n},e.createElement("path",{d:"M8.75488 1.02344C8.75488 0.613281 8.41309 0.264648 8.00293 0.264648C7.59277 0.264648 7.25098 0.613281 7.25098 1.02344V3.11523C7.25098 3.51855 7.59277 3.86719 8.00293 3.86719C8.41309 3.86719 8.75488 3.51855 8.75488 3.11523V1.02344ZM3.91504 5.0293C4.20215 5.31641 4.69434 5.32324 4.97461 5.03613C5.26855 4.74902 5.26855 4.25684 4.98145 3.96973L3.53906 2.52051C3.25195 2.2334 2.7666 2.21973 2.47949 2.50684C2.19238 2.79395 2.18555 3.28613 2.47266 3.57324L3.91504 5.0293ZM10.9629 4.01758C10.6826 4.30469 10.6826 4.79688 10.9697 5.08398C11.2568 5.37109 11.749 5.36426 12.0361 5.07715L13.4854 3.62793C13.7725 3.34082 13.7725 2.84863 13.4785 2.55469C13.1982 2.27441 12.7061 2.27441 12.4189 2.56152L10.9629 4.01758ZM15.0234 8.78906C15.4336 8.78906 15.7822 8.44727 15.7822 8.03711C15.7822 7.62695 15.4336 7.28516 15.0234 7.28516H12.9385C12.5283 7.28516 12.1797 7.62695 12.1797 8.03711C12.1797 8.44727 12.5283 8.78906 12.9385 8.78906H15.0234ZM0.975586 7.28516C0.56543 7.28516 0.223633 7.62695 0.223633 8.03711C0.223633 8.44727 0.56543 8.78906 0.975586 8.78906H3.07422C3.48438 8.78906 3.83301 8.44727 3.83301 8.03711C3.83301 7.62695 3.48438 7.28516 3.07422 7.28516H0.975586ZM12.0361 10.9902C11.749 10.71 11.2568 10.71 10.9629 10.9971C10.6826 11.2842 10.6826 11.7764 10.9697 12.0635L12.4258 13.5127C12.7129 13.7998 13.2051 13.793 13.4922 13.5059C13.7793 13.2256 13.7725 12.7266 13.4854 12.4395L12.0361 10.9902ZM2.52051 12.4395C2.22656 12.7266 2.22656 13.2188 2.50684 13.5059C2.79395 13.793 3.28613 13.7998 3.57324 13.5127L5.02246 12.0703C5.31641 11.7832 5.31641 11.291 5.03613 11.0039C4.74902 10.7168 4.25684 10.71 3.96973 10.9971L2.52051 12.4395ZM8.75488 12.9658C8.75488 12.5557 8.41309 12.207 8.00293 12.207C7.59277 12.207 7.25098 12.5557 7.25098 12.9658V15.0576C7.25098 15.4609 7.59277 15.8096 8.00293 15.8096C8.41309 15.8096 8.75488 15.4609 8.75488 15.0576V12.9658Z"}));case"person":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M9.625,10.8465 C8.91187,10.2891 8.12088,9.926 7,9.26013 L7,8.71938 C7.21175,8.47612 7.392,8.176 7.53813,7.83213 C7.94587,7.7315 8.3125,7.33425 8.3125,7 C8.3125,6.51788 8.1095,6.32713 7.8715,6.17137 C7.8715,6.15562 7.875,6.14162 7.875,6.125 C7.875,5.41362 7.4375,3.5 5.25,3.5 C3.0625,3.5 2.625,5.4145 2.625,6.125 C2.625,6.14162 2.6285,6.15562 2.6285,6.17137 C2.3905,6.32713 2.1875,6.51788 2.1875,7 C2.1875,7.33425 2.55413,7.7315 2.96187,7.833 C3.108,8.176 3.28825,8.47612 3.5,8.71938 L3.5,9.26013 C2.37912,9.92513 1.58812,10.2882 0.875,10.8465 C0.041125,11.4984 0,12.4688 0,14 L10.5,14 C10.5,12.4688 10.4589,11.4984 9.625,10.8465 Z M13.125,7.3465 C12.4119,6.78912 11.6209,6.426 10.5,5.76013 L10.5,5.21938 C10.7118,4.97613 10.892,4.676 11.0381,4.33213 C11.4459,4.2315 11.8125,3.83425 11.8125,3.5 C11.8125,3.01787 11.6095,2.82713 11.3715,2.67138 C11.3715,2.65562 11.375,2.64162 11.375,2.625 C11.375,1.91363 10.9375,0 8.75,0 C6.5625,0 6.125,1.9145 6.125,2.625 C6.125,2.64162 6.1285,2.65562 6.1285,2.67138 C6.11188,2.68275 6.09787,2.69588 6.08125,2.70725 C7.83212,3.066 8.59688,4.54825 8.72813,5.74787 C8.97575,6.00863 9.1875,6.39625 9.1875,7 C9.1875,7.60288 8.771,8.20312 8.18388,8.51462 C8.127,8.624 8.06662,8.729 8.00275,8.82962 C8.155,8.91537 8.30025,8.99675 8.44025,9.07463 C9.08075,9.4325 9.63375,9.74137 10.164,10.1561 C10.3022,10.2638 10.4204,10.3801 10.5289,10.4991 L14,10.4991 C14,8.96875 13.9589,7.99837 13.125,7.3465 Z"}));case"email":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M14,6.22508 C14,7.0471 13.8666,7.79918 13.5999,8.48134 C13.3332,9.16351 12.9563,9.69867 12.4692,10.0868 C11.9821,10.475 11.524,10.6862 10.9764,10.6862 C10.5473,10.6862 10.1676,10.5849 9.83705,10.3823 C9.50653,10.1796 9.2688,9.91274 9.12384,9.58165 C8.51065,10.318 7.56114,10.6862 6.5928,10.6862 C5.56647,10.6862 4.75762,10.3823 4.16618,9.77431 C3.57473,9.16636 3.27902,8.33436 3.27902,7.27829 C3.27902,6.0738 3.66752,5.10337 4.44451,4.36697 C5.2215,3.63058 6.2362,3.26239 7.48867,3.26239 C7.98734,3.26239 9.5206,3.47449 9.74131,3.53033 C10.2518,3.65949 10.6003,4.12335 10.5763,4.6417 C10.5697,4.78537 10.5175,5.88115 10.4198,7.92905 C10.4198,8.72253 10.6401,9.11927 11.0808,9.11927 C11.4519,9.11927 11.7476,8.8524 11.968,8.31865 C12.1883,7.78491 12.2985,7.08706 12.2985,6.22508 C12.2985,5.30601 12.1042,4.49399 11.7157,3.78899 C11.3272,3.08399 10.7808,2.54597 10.0762,2.17492 C9.37173,1.80387 8.56719,1.61835 7.66263,1.61835 C6.49134,1.61835 5.47373,1.85525 4.60976,2.32905 C3.74579,2.80286 3.08332,3.48644 2.62234,4.37981 C2.16136,5.27319 1.93089,6.30499 1.93089,7.47523 C1.93089,9.05077 2.35851,10.2595 3.21378,11.1015 C4.06905,11.9435 5.30847,12.3645 6.93203,12.3645 C7.54667,12.3645 8.22216,12.2975 8.95856,12.1633 C9.18419,12.1222 9.47682,12.0555 9.83645,11.9632 C10.2649,11.8532 10.7081,12.0814 10.8607,12.4905 C11.0082,12.8863 10.802,13.3249 10.4001,13.4701 C10.3865,13.475 10.3728,13.4796 10.359,13.4837 C9.30721,13.7996 8.18808,13.9716 7.00161,14 C4.7982,14 3.08041,13.4292 1.84823,12.2875 C0.616061,11.1458 0,9.55883 0,7.52661 C0,6.11661 0.314555,4.8365 0.943688,3.68624 C1.57282,2.53598 2.46867,1.63405 3.63126,0.980429 C4.79385,0.326807 6.13184,0 7.64524,0 C8.9209,0 10.1589,0.290316 11.0634,0.770643 C11.968,1.25097 12.6374,1.99796 13.1824,2.94557 C13.7275,3.89318 14,4.98634 14,6.22508 Z M5.38462,7.23555 C5.38462,8.44263 5.87335,9.04616 6.85083,9.04616 C7.3623,9.04616 7.75159,8.86452 8.01869,8.50126 C8.28579,8.13799 8.44773,7.54734 8.50456,6.72927 L8.61539,4.83286 C8.32555,4.76993 7.9988,4.73846 7.63509,4.73846 C6.92471,4.73846 6.37204,4.96157 5.97707,5.40779 C5.58211,5.854 5.38462,6.46325 5.38462,7.23555 Z"}));case"phone_number":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M2.20731,0.0127209 C2.1105,-0.0066419 1.99432,-0.00664663 1.91687,0.032079 C0.871279,0.438698 0.212942,1.92964 0.0580392,2.95587 C-0.426031,6.28627 2.20731,9.17133 4.62766,11.0689 C6.77694,12.7534 10.9012,15.5223 13.3409,12.8503 C13.6507,12.5211 14.0186,12.037 13.9993,11.553 C13.9412,10.7397 13.186,10.1588 12.6051,9.71349 C12.1598,9.38432 11.2304,8.47427 10.6495,8.49363 C10.1267,8.51299 9.79754,9.05515 9.46837,9.38432 L8.88748,9.96521 C8.79067,10.062 7.55145,9.24878 7.41591,9.15197 C6.91248,8.8228 6.4284,8.45491 6.00242,8.04829 C5.57644,7.64167 5.18919,7.19632 4.86002,6.73161 C4.7632,6.59607 3.96933,5.41495 4.04678,5.31813 C4.04678,5.31813 4.72448,4.58234 4.91811,4.2919 C5.32473,3.67229 5.63453,3.18822 5.16982,2.45243 C4.99556,2.18135 4.78257,1.96836 4.55021,1.73601 C4.14359,1.34875 3.73698,0.942131 3.27227,0.612963 C3.02055,0.419335 2.59457,0.0708094 2.20731,0.0127209 Z"}));case"file":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M5.94578,14 C4.62416,14 3.38248,13.4963 2.44892,12.585 C1.514641,11.6736 1,10.4639 1,9.17405 C1.00086108,7.88562 1.514641,6.67434 2.44892,5.76378 L7.45612,0.985988 C8.80142,-0.327216 11.1777,-0.332396 12.5354,0.992848 C13.9369,2.36163 13.9369,4.58722 12.5354,5.95418 L8.03046,10.2414 C7.16278,11.0877 5.73682,11.0894 4.86024,10.2345 C3.98394,9.37789 3.98394,7.98769 4.86024,7.1327 L6.60422,5.4317 L7.87576,6.67196 L6.13177,8.37297 C6.01668,8.48539 6.00003,8.61545 6.00003,8.68335 C6.00003,8.75083 6.01668,8.88103 6.13177,8.99429 C6.36197,9.21689 6.53749,9.21689 6.76768,8.99429 L11.2707,4.70622 C11.9645,4.03016 11.9645,2.91757 11.2638,2.23311 C10.5843,1.57007 9.40045,1.57007 8.72077,2.23311 L3.71342,7.0109 C3.12602,7.58406 2.79837,8.35435 2.79837,9.17405 C2.79837,9.99459 3.12602,10.7654 3.72045,11.3446 C4.90947,12.5062 6.98195,12.5062 8.17096,11.3446 L10.41911,9.15165 L11.6906,10.3919 L9.4425,12.585 C8.50808,13.4963 7.2664,14 5.94578,14 Z"}));case"formula":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7.77892,7.06304 L4.62218,11.2875 C4.58556,11.3416 4.55285,11.4392 4.5504,11.5052 C4.5504,11.7022 4.7047,11.8619 4.89562,11.8619 L11.1383,11.8619 C11.6139,11.8619 11.9996,12.2598 11.9996,12.7507 L11.9996,13.1111 C11.9996,13.602 11.6139,14 11.1383,14 L1.861927,14 C1.385853,14 1.00011061,13.602 1.00011061,13.1111 L1.00011061,12.6858 C0.99718092,12.4783 1.0523567,12.3098 1.176868,12.1466 L4.39269,7.79888 C4.74816,7.31841 4.74572,6.65139 4.38683,6.17354 L1.400013,2.19436 C1.27306,2.03028 1.216419,1.85993 1.219349,1.65006 L1.219349,0.888889 C1.219349,0.397968 1.605091,0 2.08117,0 L10.91906,0 C11.3946,0 11.7804,0.397968 11.7804,0.888889 L11.7804,1.24925 C11.7804,1.74017 11.3946,2.13814 10.91906,2.13814 L5.13634,2.13814 C4.94542,2.13814 4.79064,2.29801 4.79064,2.49522 C4.79308,2.56049 4.82482,2.65709 4.86095,2.71087 L7.78038,6.68628 C7.8297,6.74847 7.84435,6.7934 7.84142,6.87363 C7.84435,6.95493 7.82921,7.00048 7.77892,7.06304 Z"}));case"rollup":return e.createElement("svg",{viewBox:"0 0 18 18",className:n},e.createElement("path",{d:"M17,15.6l-5.119-5.119C12.583,9.499,13,8.299,13,7c0-3.314-2.686-6-6-6S1,3.686,1,7s2.686,6,6,6 c1.299,0,2.499-0.417,3.481-1.119L15.6,17L17,15.6z M7,11c-2.209,0-4-1.791-4-4c0-2.209,1.791-4,4-4s4,1.791,4,4 C11,9.209,9.209,11,7,11z"}));case"created_at":case"last_edited_at":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7.01356 14.0001C8.8042 14.0001 10.5958 13.3107 11.9575 11.9324C14.681 9.21201 14.6808 4.7603 11.9571 2.04013C9.23336 -0.680043 4.77573 -0.680043 2.05199 2.04013C0.727519 3.36277 0 5.13301 0 6.99553C0 8.8764 0.727811 10.6285 2.05199 11.9509C3.43207 13.3106 5.22243 14.0001 7.01356 14.0001ZM3.72947 7.00914V8.461V8.65543H3.92382H5.34563H8.2794H8.4738V8.461V5.52541V3.37947V3.18502H8.2794H6.82747H6.63307V3.37947V6.81467H3.92382H3.72947V7.00914ZM1.83985 6.99553C1.83985 5.61698 2.38099 4.32597 3.36061 3.3477C5.36746 1.34337 8.64803 1.34062 10.6585 3.33944C10.6613 3.34219 10.6639 3.34494 10.6668 3.3477C12.676 5.3546 12.6763 8.63642 10.6668 10.6434C8.65705 12.6504 5.37031 12.6504 3.36061 10.6434C2.38099 9.66506 1.83985 8.37408 1.83985 6.99553Z"}));case"created_by":case"last_edited_by":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M13.125,10.0354 C12.5536,9.48588 10.801,8.53125 9.625,7.875 L9.625,7.04112 C9.849,6.71912 10.045,6.37 10.1911,5.98588 C10.5849,5.7435 10.9375,5.28412 10.9375,4.8125 C10.9375,4.35488 10.9323,3.94275 10.4668,3.605 C10.3049,1.5575 9.436,0 7,0 C4.564,0 3.69513,1.5575 3.53325,3.605 C3.06775,3.94275 3.0625,4.35488 3.0625,4.8125 C3.0625,5.28412 3.41513,5.7435 3.80888,5.98588 C3.955,6.37 4.151,6.71912 4.375,7.04112 L4.375,7.875 C3.199,8.53125 1.44638,9.48588 0.875,10.0354 C0.1645,10.7188 0,11.8125 0,14 L14,14 C14,11.8125 13.8364,10.7188 13.125,10.0354 Z"}));default:return e.createElement("span",null,"❓")}},kl=function(t){var r=t.path,n=t.slug,a=t.link,l=t.query,o=t.children;if(!r&&!n)return e.createElement("span",{className:"rotion-table-title-link ".concat("x1xh6qhr x1525slw x1hl2dhg x15su7se")},o);var i="".concat(r).concat(n),s=a&&l?{pathname:i,query:l}:i;if(a){var c=a;return e.createElement(c,{className:"rotion-table-title-link ".concat("x1xh6qhr x1525slw x1hl2dhg x15su7se"),href:s},o)}return e.createElement("a",{className:"rotion-table-title-link ".concat("x1xh6qhr x1525slw x1hl2dhg x15su7se"),href:i},o)},wl=function(t){var r=t.payload,n=t.path,a=t.slug,l=t.link,o=t.query,i=r.map((function(e){var t=e.title;switch(t.type){case"text":return t.text.content;case"mention":return t.mention.type;default:return t.equation.expression}})).join(",");return e.createElement("div",{className:"rotion-table-title ".concat("x1xh6qhr")},e.createElement(kl,{path:n,slug:a,link:l,query:o},i))},Sl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-table-date ".concat("x1xh6qhr xuxw1ft x1qzg9v8 x78zum5 x6s0dn4 xt4ypqs x1noocy9")},null==r?void 0:r.start)},Cl=function(t){var r=t.payload;return r?e.createElement("div",{className:"rotion-table-richtext ".concat("x1xh6qhr x1qzg9v8 xuxw1ft x1lliihq x1ghz6dp x1717udv xh3659q xlyipyv xb3r6kr")},e.createElement(Pa,{textObject:r.rich_text})):e.createElement(e.Fragment,null)},zl={wrapper:{fontFamily:"x1xh6qhr",textDecoration:"x1hl2dhg",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,borderRadius:"x18zih8k",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,$$css:!0},default:{color:"x1oky7nv",backgroundColor:"x1h0t2o7",$$css:!0},gray:{color:"x1n7irgc",backgroundColor:"xci70tp",$$css:!0},brown:{color:"xq5r36o",backgroundColor:"xd76jeb",$$css:!0},orange:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},yellow:{color:"x1eyqu72",backgroundColor:"xqu49kv",$$css:!0},green:{color:"x1ux9al1",backgroundColor:"xn4xrgm",$$css:!0},blue:{color:"x10o3wkq",backgroundColor:"x14hnfas",$$css:!0},purple:{color:"x1snsg9x",backgroundColor:"x133r7a8",$$css:!0},pink:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},red:{color:"x1ftp93z",backgroundColor:"x15i6tbi",$$css:!0}},El=function(t){var r=t.color,n=t.pathname,a=t.link,l=t.query,o=t.children,i=l?{pathname:n,query:l}:n,s=function(e){var t=u(zl[e]);return"rotion-table-multiselect-link rotion-table-multiselect-".concat(e," ").concat("x1xh6qhr x1hl2dhg x1heor9g x1rbdj2j x18zih8k"," ").concat(t)};if(""===i)return e.createElement("span",{className:s(r)},o);if(a){var c=a;return e.createElement(c,{className:s(r),href:i},o)}return e.createElement("a",{className:s(r),href:n},o)},Ml=function(t){var r=t.payload,n=t.path,a=t.link,l=t.query;return e.createElement("ul",{className:"rotion-table-multiselect-ul ".concat("x1xh6qhr x3ct3a4 x78zum5 x2lah0s x6s0dn4 x1ghz6dp x1717udv xb3r6kr xlyipyv")},r.multi_select.map((function(t){return e.createElement("li",{key:t.id,className:"rotion-table-multiselect-li ".concat("xboafo0 x78zum5 x6s0dn4 x2lah0s xeuugli x1717udv xwkitof")},e.createElement(El,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(t.name)):"",color:t.color,link:a,query:l},t.name))})))},ql={wrapper:{fontFamily:"x1xh6qhr",textDecoration:"x1hl2dhg",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},default:{color:"x1oky7nv",backgroundColor:"x1h0t2o7",$$css:!0},gray:{color:"x1n7irgc",backgroundColor:"xci70tp",$$css:!0},brown:{color:"xq5r36o",backgroundColor:"xd76jeb",$$css:!0},orange:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},yellow:{color:"x1eyqu72",backgroundColor:"xqu49kv",$$css:!0},green:{color:"x1ux9al1",backgroundColor:"xn4xrgm",$$css:!0},blue:{color:"x10o3wkq",backgroundColor:"x14hnfas",$$css:!0},purple:{color:"x1snsg9x",backgroundColor:"x133r7a8",$$css:!0},pink:{color:"x128jwoc",backgroundColor:"x1kalnq",$$css:!0},red:{color:"x1ftp93z",backgroundColor:"x15i6tbi",$$css:!0}},Tl=function(t){var r=t.pathname,n=t.color,a=t.link,l=t.query,o=t.children,i=l?{pathname:r,query:l}:r,s=function(e){var t=u(ql[e]);return"rotion-table-select-link rotion-table-select-".concat(e," ").concat("x1xh6qhr x1hl2dhg x1heor9g x1rbdj2j"," ").concat(t)};if(""===i)return e.createElement("span",{className:s(n)},o);if(a){var c=a;return e.createElement(c,{className:s(n),href:i},o)}return e.createElement("a",{className:s(n),href:r},o)},Al=function(t){var r=t.payload,n=t.path,a=t.link,l=t.query,o=r.select;return o?e.createElement("div",{className:"rotion-table-select ".concat("x1xh6qhr xboafo0 x78zum5 x6s0dn4 x2lah0s x126bhsu x18zih8k x1717udv x1ctjc2f xwpv0f9 xwkitof")},e.createElement(Tl,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(o.name)):"",color:o.color,link:a,query:l},o.name)):e.createElement(e.Fragment,null)},Nl=function(t){var r=t.payload;return r?e.createElement("div",{className:"rotion-table-url ".concat("x1xh6qhr x78zum5 xuxw1ft x1ghz6dp")},e.createElement("a",{className:"rotion-table-url-link ".concat("x1lliihq x1hl2dhg x1ypdohk x1heor9g xslp9yy x130j894 x1hwub78 x18zih8k x1baykjp"),href:r,rel:"noreferrer",target:"_blank"},e.createElement("span",{className:"rotion-table-url-address ".concat("xt0psk2 xgommxb xuxw1ft x1hk33u3 x1w3jsh0 x13pqoeu xntq7mn")},r))):e.createElement(e.Fragment,null)},Bl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-table-checkbox"},r)},Ll=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-table-number ".concat("x1xh6qhr xuxw1ft x1qzg9v8 x1lliihq xh8yej3 x1hr2gdg")},r.number)},Il=function(t){var r=t.items,n=t.path,a=t.slug,l=t.link,o=t.query;if(!r)return e.createElement(e.Fragment,null);if("list"===r.object){if(0===r.results.length)return e.createElement(e.Fragment,null);var i=r.results[0];switch(i.type){case"title":var s=r.results;return e.createElement(wl,{payload:s,path:n,slug:a,link:l,query:o});case"rich_text":return e.createElement(Cl,{payload:i});default:console.log("unsupport database property:",i)}}else switch(r.type){case"date":return e.createElement(Sl,{payload:r.date});case"rich_text":return e.createElement(Cl,{payload:r});case"multi_select":return e.createElement(Ml,{payload:r,path:n,query:o});case"url":return e.createElement(Nl,{payload:r.url});case"checkbox":return e.createElement(Bl,{payload:r.checkbox});case"number":return e.createElement(Ll,{payload:r});case"select":return e.createElement(Al,{payload:r,path:n,query:o});default:console.log("unsupport database property:",r)}},Rl=function(t){var r=t.name,n=t.page,a=t.href,l=t.link,o=t.query,i=a?L(a):[void 0,void 0],s=i[0],c=i[1];if(!("property_items"in n)||!("properties"in n))return e.createElement(e.Fragment,null);for(var u="",h=0,d=Object.entries(n.properties);h<d.length;h++){var m=d[h],p=m[0],g=m[1];p===r&&(u=g.id)}var x=n.property_items.find((function(e){return"property_item"===e.object&&e.id===u||"list"===e.object&&e.property_item.id===u})),f=c?function(e,t){if(!("properties"in t))return"not-found-properties";if("id"===e)return t.id;if(!(e in t.properties))return"not-found-key-in-page-properties";var r=t.properties[e];return"rich_text"in r?r.rich_text.map((function(e){return e.text.content})).join(","):"not-found-richtext-in-key"}(c,n):void 0;return e.createElement(Il,{items:x,path:s,slug:f,link:l,query:o})},jl=function(t){var r=t.keys,n=t.db,a=t.href,l=t.link,o=t.query,i=function(e){return n.meta.properties[e]?n.meta.properties[e].type:'Unknown "'.concat(e,'"')};return e.createElement("div",{className:"rotion-table ".concat("x1xh6qhr x1ghz6dp xe4ajzu xh8yej3 x14aock7")},e.createElement("div",{className:"rotion-table-inner ".concat("x1n2onr6 x1faq86j xgqtt45")},e.createElement("div",{className:"rotion-table-header rotion-table-row ".concat(""," ").concat("x3nfvp2 x130j894 xojvqvm xyj4yit x1jlbt0v x139so5o xjdhk0")},r.map((function(t,r){return e.createElement("div",{key:"".concat(t,"-").concat(r),className:"rotion-table-cell rotion-table-column".concat(r," ").concat("x78zum5 x1q0g3np x1evy7pa")},e.createElement("div",{className:"rotion-table-cell-inner ".concat("x78zum5 x2lah0s xb3r6kr xif65rj x8lhhth xe9vn5y x3o4md8")},e.createElement(yl,{type:i(t),className:"rotion-table-header-icon ".concat("x6jxa94 x1v9usgg x1lliihq x118tc7y x7ycizk xlp1x4z x1gslohp xvo1kyu")}),e.createElement("div",{className:"rotion-table-cell-text ".concat("xuxw1ft xb3r6kr xlyipyv")},t)))}))),n.results.map((function(t){return e.createElement("div",{key:t.id,className:"rotion-table-row ".concat("x3nfvp2 x130j894 xojvqvm xyj4yit x1jlbt0v x139so5o xjdhk0")},r.map((function(r,n){return e.createElement("div",{key:"".concat(t.id).concat(r),className:"rotion-table-cell rotion-table-column".concat(n," ").concat("x78zum5 x1q0g3np x1evy7pa")},e.createElement("div",{className:"rotion-table-cell-inner ".concat("x78zum5 x2lah0s xb3r6kr xif65rj x8lhhth xe9vn5y x3o4md8")},e.createElement(Rl,{name:r,page:t,href:a,link:l,query:o})))})))}))))},$l=function(t){var r=t.block;if(!r.bookmark)return e.createElement(e.Fragment,null);var n=r.bookmark.site,a=n.title,l=n.desc,o=n.icon,i=n.image,s=r.bookmark.url;return e.createElement("div",{className:"rotion-bookmark ".concat("x1xh6qhr xl1j9gz xo5v014 xdt5uv0")},e.createElement("div",{className:"rotion-bookmark-box ".concat("x1pwd5xa x18zih8k xboafo0 x1717udv x78zum5 xjimrh6 x1ypdohk x1n2onr6 xgcd1z6 xolk286 xb3r6kr"),onClick:function(){var e;return window.open(null===(e=r.bookmark)||void 0===e?void 0:e.url,"_blank","noreferrer")}},e.createElement("div",{className:"rotion-bookmark-text ".concat("x1fvrxw4 x1ab2qf2 xa7kkou x1y8v6su xb3r6kr")},e.createElement("div",{className:"rotion-bookmark-title ".concat("x1nrrp6k xh8yej3 xuxw1ft xb3r6kr xlyipyv x1lliihq xjpr12u")},a),e.createElement("div",{className:"rotion-bookmark-desc ".concat("x1noocy9 x1d3mw78 xfifm61 x10w6t97 xb3r6kr")},l),e.createElement("div",{className:"rotion-bookmark-url ".concat("xfifm61 xb3r6kr xuxw1ft xlyipyv x1xmf6yo x1n2onr6 x1xrxgpl x1717udv x1t8upxr")},""!==o&&e.createElement("img",{className:"rotion-bookmark-favicon ".concat("xt0psk2 x3ajldb xyo1k6t x1ty9z65"),src:o,width:"16px",alt:"icon"}),s)),e.createElement("div",{className:"rotion-bookmark-image ".concat("x15lv9n0 x1ghz6dp x1717udv xo5v014 xb3r6kr x1dr9wh x1lliihq x1v6uw9j")},""!==i&&e.createElement("img",{className:"rotion-bookmark-img ".concat("x1lliihq xl1xv1r x1nj7uno x1rzy9ey xh8yej3 x5yr21d"),src:i,width:"200px",height:"auto",alt:"image"}))),e.createElement("div",{className:"rotion-bookmark-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xgommxb")},r.bookmark.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})}))))};var Ol=function(t){var r=t.breadcrumb,n=t.link,a=t.href,l=t.query,o=t.children,i=function(e,t,r){if("/"===r)return r;var n=L(r||""),a=n[0],l="";return l="id"===n[1]?e:encodeURIComponent(t.toLowerCase()).replace(/%20/g,"-"),"".concat(a).concat(l)}(r.id,r.name,a);if(n&&a){var s=n;return e.createElement(s,{className:"rotion-blocks-breadcrumb-a ".concat("x1xh6qhr x1hl2dhg x1525slw x1nrrp6k x1q4hdjl x12oqio5 xgcd1z6 xedk425 x1ypdohk"),href:{pathname:i,query:l}},o)}return a?e.createElement("a",{className:"rotion-blocks-breadcrumb-a ".concat("x1xh6qhr x1hl2dhg x1525slw x1nrrp6k x1q4hdjl x12oqio5 xgcd1z6 xedk425 x1ypdohk"),href:"".concat(i).concat(B(l))},o):e.createElement("span",{className:"rotion-blocks-breadcrumb-a ".concat("x1xh6qhr x1hl2dhg x1525slw x1nrrp6k x1q4hdjl x12oqio5 xgcd1z6 xedk425 x1ypdohk")},o)},Hl=function(t){var r=t.list,n=t.link,a=t.hrefs,l=t.query,o=r.length;return e.createElement("div",{className:"rotion-breadcrumb ".concat("x1xh6qhr")},r.map((function(t,r){return e.createElement("span",{key:"crumb-".concat(r)},e.createElement(Ol,{breadcrumb:t,href:void 0===a?void 0:a[r],link:n,query:l},"emoji"===t.icon.type&&e.createElement("span",{className:"rotion-breadcrumb-emoji"},t.icon.emoji),"emoji"!==t.icon.type&&e.createElement("img",{className:"rotion-breadcrumb-icon ".concat("xxymvpz xkkytvh xn2xpo4"),src:t.icon.src,width:20,height:20,alt:t.name}),e.createElement("span",{className:"rotion-breadcrumb-title ".concat("")},t.name)),r+1<o&&e.createElement("span",{className:"rotion-breadcrumb-slash ".concat("x1nrrp6k xbyyjgo xlcowx6")},"/"))})))},Dl=function(t){var r=t.block,n=t.link,a=t.hrefs,l=t.query;return e.createElement(Hl,{list:r.list,link:n,hrefs:a,query:l})},Vl=function(t){var r,n=t.block,a=t.href,l=t.link,o=t.query,i=Co[n.type],s=null===(r=n[n.type])||void 0===r?void 0:r.rich_text;return n.has_children&&void 0!==n.children?e.createElement(i,{key:n.id,className:"rotion-bulleted-list ".concat("x1xh6qhr x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})),e.createElement(Eo,{blocks:n.children,href:a,link:l,query:o})):e.createElement(i,{className:"rotion-bulleted-list ".concat("x1xh6qhr x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))},Pl={wrapper:{fontFamily:"x1xh6qhr",display:"x78zum5",padding:"x3vcqe7",paddingInline:null,paddingStart:null,paddingLeft:"x9dzeaa",paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,paddingInlineStart:null,paddingInlineEnd:null,width:"x1nud34g",borderRadius:"x12oqio5",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,marginTop:"xv0uc0e",$$css:!0},icon:{width:"xvy4d1p",height:"xxk0z11",$$css:!0},text:{marginLeft:"xg06gn0",marginInlineStart:null,marginInlineEnd:null,marginTop:"xo7kle4",$$css:!0},default:{color:"xiniunn",backgroundColor:"xan1y3o",$$css:!0},default_background:{color:"xiniunn",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},gray:{color:"xbtqrdd",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},gray_background:{backgroundColor:"xan1y3o",$$css:!0},brown:{color:"xfgbdse",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},brown_background:{backgroundColor:"x5sxmnr",$$css:!0},orange:{color:"xeubebw",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},orange_background:{backgroundColor:"x1js6t1l",$$css:!0},yellow:{color:"x1cuxad4",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},yellow_background:{backgroundColor:"x125ifk9",$$css:!0},green:{color:"xzrguvn",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,backgroundColor:"xgcd1z6",$$css:!0},green_background:{backgroundColor:"xk1eqyx",$$css:!0},blue:{color:"x1a2b8c4",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},blue_background:{backgroundColor:"xivqcaa",$$css:!0},purple:{color:"xocb71z",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},purple_background:{backgroundColor:"xjy77r2",$$css:!0},pink:{color:"x16mczcu",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},pink_background:{backgroundColor:"x1u8e821",$$css:!0},red:{color:"x1ii5icm",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},red_background:{backgroundColor:"x1e4p6wl",$$css:!0}},_l=function(t){var r=t.block;if(!r.callout.icon)return e.createElement(e.Fragment,null);switch(r.callout.icon.type){case"emoji":return e.createElement(e.Fragment,null,r.callout.icon.emoji);case"external":case"file":return e.createElement("img",{src:r.callout.icon.src,alt:"Icon"});default:return e.createElement(e.Fragment,null)}},Fl=function(t){var r=t.block,n=r.callout,a=n.color,l=n.rich_text;return e.createElement("div",{className:"rotion-callout rotion-callout-color-".concat(a," ").concat("x1xh6qhr x78zum5 x3vcqe7 x9dzeaa x1nud34g x12oqio5 xv0uc0e"," ").concat(u(Pl[a]))},e.createElement("div",{className:"rotion-callout-icon ".concat("xvy4d1p xxk0z11")},e.createElement(_l,{block:r})),e.createElement("div",{className:"rotion-callout-text ".concat("xg06gn0 xo7kle4")},l.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})}))))},Wl=function(t){var r=t.block,n=t.href,a=t.link,l=t.query,o=t.children,i=r.child_database.title,s=L(n||""),c=s[0],u="id"===s[1]?r.database.id:encodeURIComponent(i.toLowerCase()).replace(/%20/g,"-");if(!n)return e.createElement("div",{className:"rotion-childdatabase-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5")},o);if(a){var h=a;return void 0===l&&(l={}),e.createElement(h,{className:"rotion-childdatabase-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5"),href:{pathname:"".concat(c).concat(u),query:l}},o)}return e.createElement("a",{className:"rotion-childdatabase-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5"),href:"".concat(c).concat(u).concat(B(l))},o)},Gl=function(t){var r=t.block,n=t.href,a=t.link,l=t.query;if(void 0===r.database)return e.createElement(e.Fragment,null);var o=r.child_database.title;return null===r.database||void 0===r.database.icon||null===r.database.icon?e.createElement("div",{className:"rotion-childdatabase ".concat("x1xh6qhr xh8yej3")},e.createElement(Wl,{block:r,href:n,link:a,query:l},e.createElement("span",{className:"rotion-childdatabase-icon ".concat("xxk0z11 xb3r6kr")},"️-"),e.createElement("div",null,e.createElement("span",{className:"rotion-childdatabase-title ".concat("x15su7se x16dsc37")},o)))):"emoji"===r.database.icon.type?e.createElement("div",{className:"rotion-childdatabase ".concat("x1xh6qhr xh8yej3")},e.createElement(Wl,{block:r,href:n,link:a,query:l},e.createElement("span",{className:"rotion-childdatabase-icon ".concat("xxk0z11 xb3r6kr")},r.database.icon.emoji),e.createElement("div",null,e.createElement("span",{className:"rotion-childdatabase-title ".concat("x15su7se x16dsc37")},o)))):e.createElement("div",{className:"rotion-childdatabase ".concat("x1xh6qhr xh8yej3")},e.createElement(Wl,{block:r,href:n,link:a,query:l},e.createElement("span",{className:"rotion-childdatabase-icon ".concat("xxk0z11 xb3r6kr")},e.createElement("img",{className:"rotion-childdatabase-icon-img",src:r.database.icon.src,alt:"Icon"})),e.createElement("div",null,e.createElement("span",{className:"rotion-childdatabase-title ".concat("x15su7se x16dsc37")},o))))},Ul=function(t){var r=t.block,n=t.href,a=t.link,l=t.query,o=t.children,i=r.child_page.title,s=L(n||""),c=s[0],u="id"===s[1]?r.page.id:encodeURIComponent(i.toLowerCase()).replace(/%20/g,"-");if(!n)return e.createElement("div",{className:"rotion-childpage-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5")},o);if(a){var h=a;return void 0===l&&(l={}),e.createElement(h,{className:"rotion-childpage-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5"),href:{pathname:"".concat(c).concat(u),query:l}},o)}return e.createElement("a",{className:"rotion-childpage-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5"),href:"".concat(c).concat(u).concat(B(l))},o)},Zl=function(t){var r=t.block,n=t.href,a=t.link,l=t.query;if(void 0===r.page)return e.createElement(e.Fragment,null);var o=r.child_page.title;return null===r.page||void 0===r.page.icon||null===r.page.icon?e.createElement("div",{className:"rotion-childpage ".concat("x1xh6qhr xh8yej3")},e.createElement(Ul,{block:r,href:n,link:a,query:l},e.createElement("span",{className:"rotion-childpage-icon ".concat("xxk0z11 xb3r6kr")},"️-"),e.createElement("div",null,e.createElement("span",{className:"rotion-childpage-title ".concat("x15su7se x16dsc37")},o)))):"emoji"===r.page.icon.type?e.createElement("div",{className:"rotion-childpage ".concat("x1xh6qhr xh8yej3")},e.createElement(Ul,{block:r,href:n,link:a,query:l},e.createElement("span",{className:"rotion-childpage-icon ".concat("xxk0z11 xb3r6kr")},r.page.icon.emoji),e.createElement("div",null,e.createElement("span",{className:"rotion-childpage-title ".concat("x15su7se x16dsc37")},o)))):e.createElement("div",{className:"rotion-childpage ".concat("x1xh6qhr xh8yej3")},e.createElement(Ul,{block:r,href:n,link:a,query:l},e.createElement("span",{className:"rotion-childpage-icon ".concat("xxk0z11 xb3r6kr")},e.createElement("img",{className:"rotion-childpage-icon-img",src:r.page.icon.src,alt:"Icon"})),e.createElement("div",null,e.createElement("span",{className:"rotion-childpage-title ".concat("x15su7se x16dsc37")},o))))};function Yl(e,t,r,n){return new(r||(r=Promise))((function(a,l){function o(e){try{s(n.next(e))}catch(e){l(e)}}function i(e){try{s(n.throw(e))}catch(e){l(e)}}function s(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,i)}s((n=n.apply(e,t||[])).next())}))}function Xl(e,t){var r,n,a,l,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function i(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;l&&(l=0,i[0]&&(o=0)),o;)try{if(r=1,n&&(a=2&i[0]?n.return:i[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,i[1])).done)return a;switch(n=0,a&&(i=[2&i[0],a.value]),i[0]){case 0:case 1:a=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,n=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(!(a=o.trys,(a=a.length>0&&a[a.length-1])||6!==i[0]&&2!==i[0])){o=0;continue}if(3===i[0]&&(!a||i[1]>a[0]&&i[1]<a[3])){o.label=i[1];break}if(6===i[0]&&o.label<a[1]){o.label=a[1],a=i;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(i);break}a[2]&&o.ops.pop(),o.trys.pop();continue}i=t.call(e,o)}catch(e){i=[6,e],n=0}finally{r=a=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}"function"==typeof SuppressedError&&SuppressedError;var Kl=function(r){var o=r.children,i=r.language,s=void 0===i?"text":i,c=e.createRef(),u="language-".concat(s.toLowerCase()),h=t(!1),d=h[0],m=h[1];return n((function(){!function(e){Yl(void 0,void 0,void 0,(function(){return Xl(this,(function(t){return c.current&&("mermaid"===e?a.init(void 0,c.current):l.highlightElement(c.current)),[2]}))}))}(s)}),[s,""]),e.createElement("div",{className:"rotion-code-text ".concat("x12oqio5 x2kcbxv xjup8qr xbkgn1r xgommxb x1n2onr6 x13vifvy xu96u03"),onMouseOver:function(){return m(!0)},onMouseOut:function(){return m(!1)}},d&&e.createElement("div",{className:"rotion-code-lang ".concat("x10l6tqk x1nh8u4m xb7ufyx x1noocy9 xboafo0 xn80e1m x1lliihq")},s),e.createElement("pre",{className:u},e.createElement("code",{ref:c},o)))},Jl=function(t){var r,n,a=t.block,l=null===(r=a.code)||void 0===r?void 0:r.rich_text.map((function(t,r){var n,l=t;return e.createElement(Kl,{language:(null===(n=a.code)||void 0===n?void 0:n.language)||"",key:"".concat(r)},l.text.content)})),o=null===(n=a.code)||void 0===n?void 0:n.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"".concat(r)})}));return e.createElement("div",{className:"rotion-code ".concat("x1xh6qhr xh8yej3")},l,e.createElement("div",{className:"rotion-code-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},o))},Ql=function(t){var r=t.block,n=t.href,a=t.link,l=t.query,o=r.columns.map((function(t,r){return e.createElement("div",{key:r,className:"rotion-columnlist-column ".concat("x7qn6qj")},e.createElement(Eo,{blocks:t,href:n,link:a,query:l}))})),i=o.length,s={gridTemplate:"repeat(1, 1fr) / repeat(".concat(i,", 1fr)")};return e.createElement("div",{className:"rotion-columnlist ".concat("x1xh6qhr xh8yej3 xbkgn1r xrvj5dj xjimrh6 xy1yoyf"),style:s},o)},eo=function(t){var r=t.block,a=r.embed.html.replace(/<script>.*/,""),l="rotion-embed-html";return n((function(){var e=document.createElement("script");e.src="https://platform.twitter.com/widgets.js",document.getElementsByClassName(l)[0].appendChild(e)}),[]),e.createElement("div",{className:"rotion-embed ".concat("x1xh6qhr xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-embed-twitter ".concat("xphddl8 x19bbpc0")},e.createElement("div",{className:"".concat(l," ").concat("xh8yej3 x2b8uid"),dangerouslySetInnerHTML:{__html:a}}),e.createElement("div",{className:"rotion-embed-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},r.embed.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))))},to=function(t){var r=t.block;return e.createElement("div",{className:"rotion-embed ".concat("x1xh6qhr xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-embed-speakerdeck ".concat("xorqhan x19bbpc0 x10avn17 x1n2onr6 xqtp20y")},e.createElement("div",{className:"rotion-embed-html ".concat("xh8yej3 x2b8uid"),dangerouslySetInnerHTML:{__html:r.embed.html}}),e.createElement("div",{className:"rotion-embed-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},r.embed.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))))},ro=function(t){var r,n=t.block;return void 0===(null===(r=n.embed)||void 0===r?void 0:r.html)?(console.log("The html property for this embed block was undefined:",n),e.createElement(e.Fragment,null)):n.embed.html.includes("twitter")?e.createElement(eo,{block:n}):n.embed.html.includes("speakerdeck")?e.createElement(to,{block:n}):e.createElement("div",{className:"rotion-embed ".concat("x1xh6qhr xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-embed-html",dangerouslySetInnerHTML:{__html:n.embed.html}}),e.createElement("div",{className:"rotion-embed-caption"},n.embed.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})}))))},no=function(t){var n=t.block.equation.expression,a=r((function(){return Da(n,{throwOnError:!1,output:"mathml"})}),[n]);return e.createElement("div",{className:"rotion-equation ".concat("x1xh6qhr xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-equation-html ".concat("x1rz42sk x8c3b7j"),dangerouslySetInnerHTML:{__html:a}}))},ao=function(t){var r=t.block.file,n="external"===r.type?r.external.url:r.file.url;return e.createElement("div",{className:"rotion-file ".concat("x1xh6qhr")},n,r.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))},lo={wrapper:{fontFamily:"x1xh6qhr",padding:"xl1j9gz",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},hr:{margin:"xbkgn1r",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,borderTopColor:"x1uustg",borderTopStyle:"x13fuv20",borderTopWidth:"x178xt8z",width:"xh8yej3",height:"xjm9jq1",$$css:!0},header_1:{lineHeight:"x1evy7pa",margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,padding:"xvfrpa1",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},header_2:{lineHeight:"x1evy7pa",margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,padding:"xmzctq6",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},header_3:{lineHeight:"x1evy7pa",margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,padding:"x1x8mqaw",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},paragraph:{padding:"x1vn9ge",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,lineHeight:"x1evy7pa",$$css:!0},bulleted_list_item:{padding:"xz94u7r",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,lineHeight:"x1evy7pa",$$css:!0},blockquote:{borderLeft:"x4ubzz0",borderLeftWidth:null,borderInlineStartWidth:null,borderInlineEndWidth:null,borderLeftStyle:null,borderInlineStartStyle:null,borderInlineEndStyle:null,borderLeftColor:null,borderInlineStartColor:null,borderInlineEndColor:null,paddingLeft:"x9dzeaa",paddingInlineStart:null,paddingInlineEnd:null,marginLeft:"xj3b58b",marginInlineStart:null,marginInlineEnd:null,marginRight:"x1yf7rl7",lineHeight:"xa7kkou",$$css:!0}},oo=function(t){var r=t.tag,n=t.block;if("divider"===n.type)return e.createElement("div",{className:"rotion-text-hr ".concat("xbkgn1r x1uustg x13fuv20 x178xt8z xh8yej3 xjm9jq1")});var a=r,l="";if(r in lo){var o=n.type;l=" ".concat(u(lo[o]))}var i=n[n.type].rich_text;return e.createElement(a,{className:"rotion-text-".concat(r).concat(l)},i.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))},io=function(t){var r,n=t.block;return e.createElement("div",{className:"rotion-image ".concat("x1xh6qhr x2b8uid x1ghz6dp x1gpzwh6")},e.createElement("div",{className:"rotion-image-image ".concat("x78zum5")},e.createElement("img",{className:"rotion-image-img ".concat("x8x9d4c xack27t xh8yej3"),src:null===(r=n.image)||void 0===r?void 0:r.src,alt:"Image"})),e.createElement("div",{className:"rotion-image-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},n.image.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})}))))},so=function(t){var r=t.url.match(/github\.com\/(\w+)\/(\w+)/),n=r?r[1]:"",a=r?r[2]:"";return e.createElement("span",{className:"rotion-linkpreview-github ".concat("xrvj5dj x1a7s9hc x883omv")},e.createElement("span",{className:"rotion-linkpreview-icon ".concat("x5yr21d")},e.createElement(A,{name:"github",width:"32px",height:"32px"})),e.createElement("span",{className:"rotion-linkpreview-github-repo ".concat("x1lliihq x1hptrd9")},n,"/",a))},co=function(t){var r=t.url.replace("https://","").split("/")[0];return e.createElement("span",{className:"rotion-linkpreview-slack ".concat("xrvj5dj x1a7s9hc x883omv")},e.createElement("span",{className:"rotion-linkpreview-icon ".concat("x5yr21d")},e.createElement(A,{name:"slack",width:"32px",height:"32px"})),e.createElement("span",null,e.createElement("span",{className:"rotion-linkpreview-slack-title ".concat("x1lliihq x1jchvi3")},"Message in Slack"),e.createElement("span",{className:"rotion-linkpreview-slack-domain ".concat("x1lliihq xgommxb x1g3taxb")},r)))},uo=function(t){var r=t.url;return e.createElement("span",{className:"rotion-linkpreview-figma ".concat("xrvj5dj x1a7s9hc x883omv")},e.createElement("span",{className:"rotion-linkpreview-icon ".concat("x5yr21d")},e.createElement(A,{name:"figma",width:"21px",height:"32px"})),e.createElement("span",{className:"rotion-linkpreview-figma-url ".concat("x1lliihq x1jchvi3")},r))},ho=function(t){var r=t.block;if(!r.link_preview)return e.createElement(e.Fragment,null);var n=r.link_preview.url;return e.createElement("div",{className:"rotion-linkpreview ".concat("x1xh6qhr xbkgn1r")},e.createElement("a",{className:"rotion-linkpreview-link ".concat("x1lliihq x1hl2dhg xtfardp x1uz70x1 x1g3taxb xgommxb x12oqio5 xgcd1z6 xy8jdh7 xb3r6kr"),href:n,rel:"noreferrer",target:"_blank"},n.includes("github.com")&&e.createElement(so,{url:n}),n.includes("slack.com")&&e.createElement(co,{url:n}),n.includes("figma.com")&&e.createElement(uo,{url:n}),!n.includes("github.com")&&!n.includes("slack.com")&&!n.includes("figma.com")&&"".concat(n)))},mo=function(t){var r,n=t.block,a=t.href,l=t.link,o=t.query,i=Co[n.type],s=null===(r=n[n.type])||void 0===r?void 0:r.rich_text;return n.has_children&&void 0!==n.children?e.createElement(i,{key:n.id,className:"rotion-numbered-list ".concat("x1xh6qhr x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})),e.createElement(Eo,{blocks:n.children,href:a,link:l,query:o})):e.createElement(i,{className:"rotion-numbered-list ".concat("x1xh6qhr x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))},po=function(t){var r=t.block.pdf,n="external"===r.type?r.external.url:r.file.url,a=n.substring(n.lastIndexOf("/")+1),l=r.size>9999?"".concat((Math.ceil(r.size/1024/1e3*10)/10).toFixed(1),"MB"):"".concat((Math.ceil(r.size/1024*10)/10).toFixed(1),"KB");return e.createElement("div",{className:"rotion-pdf ".concat("x1xh6qhr")},e.createElement("a",{href:n,target:"_blank",className:"rotion-pdf-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1hl2dhg x1525slw x1071x5a x1u5cvvl xedk425 x12oqio5"),rel:"noreferrer"},e.createElement(A,{name:"file"}),e.createElement("span",null,a,e.createElement("span",{className:"rotion-pdf-size ".concat("xgommxb x15u6esi x1g3taxb")},l)),r.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})}))))},go=function(t){var r=t.block;return r.has_children&&void 0!==r.children?e.createElement("div",{className:"rotion-syncedblock ".concat("x1xh6qhr xl1j9gz")},r.children.results.map((function(t){return e.createElement(zo,{block:t,key:"block-".concat(t.id)})}))):e.createElement(e.Fragment,null)},xo=function(t){var r=t.block;if(!r.table||!r.children)return e.createElement(e.Fragment,null);var n=[],a=r.table.has_column_header,l=r.table.has_row_header;return r.children.results.map((function(t,o){var i=t,s=[];if(void 0===i.table_row)return"";i.table_row.cells.map((function(t,r){return t.map((function(t,n){var c="".concat(i.id,"-").concat(o,"-").concat(r,"-").concat(n);return 0===o&&a||0===r&&l?s.push(function(t){var r=t.cell,n=t.key;return e.createElement("td",{className:"rotiona-table-td-header ".concat("xjr8z75 x14zlkn0 x1ghz6dp x5zvi0u xk50ysn xdpxx8g"),key:n},e.createElement("div",{className:"rotion-table-td-header-inner ".concat("x13ahkag")},e.createElement(Pa,{textObject:r})))}({cell:t,key:c})||e.createElement(e.Fragment,null)):s.push(function(t){var r=t.cell,n=t.key;return e.createElement("td",{className:"rotion-table-td ".concat("xjr8z75 x1ghz6dp x5zvi0u"),key:n},e.createElement("div",{className:"rotion-table-td-inner ".concat("x13ahkag")},e.createElement(Pa,{textObject:r})))}({cell:t,key:c})||e.createElement(e.Fragment,null)),""})),""}));var c="".concat(r.id,"-").concat(o);return n.push(function(t){var r=t.children,n=t.key;return e.createElement("tr",{className:"rotion-table-tr ".concat("x1ghz6dp"),key:n},r)}({children:s,key:c})||e.createElement(e.Fragment,null)),""})),e.createElement("div",{className:"rotion-table ".concat("x1xh6qhr xumxmzd")},e.createElement("table",{className:"rotion-table-table ".concat("x1mwwwfo x1gukg7c x1nrrp6k xh8yej3")},e.createElement("tbody",null,n)))},fo=function(t){var r=t.block.table_of_contents;return e.createElement("div",{className:"rotion-tableofcontents"},r.color)},bo=function(){return e.createElement("div",{className:"rotion-checkbox-checked ".concat("x1kky2od xlup9mm x78zum5 x1qjc9v5 x1szn6h9 x2lah0s x1c4vz4f xxmbyu5 xtpmwse")},e.createElement("div",{className:"rotion-checkbox-checked-inner ".concat("x87ps6o xrjfsii x1n2onr6 x78zum5 x6s0dn4 xl56j7k xh8yej3")},e.createElement("svg",{className:"rotion-checkbox-checked-checkbox ".concat("xsmyaan x1kpxq89 x1lliihq xypthjr x2lah0s xlp1x4z"),viewBox:"0 0 14 14"},e.createElement("polygon",{points:"5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039"}))))},vo=function(){return e.createElement("div",{className:"rotion-checkbox-unchecked ".concat("x1kky2od xlup9mm x78zum5 x87ps6o xrjfsii x1n2onr6 x6s0dn4 xl56j7k")},e.createElement("svg",{className:"rotion-checkbox-unchecked-checkbox ".concat("xh8yej3 x5yr21d x1lliihq x1kihv7h x2lah0s xlp1x4z"),viewBox:"0 0 16 16"},e.createElement("path",{d:"M1.5,1.5 L1.5,14.5 L14.5,14.5 L14.5,1.5 L1.5,1.5 Z M0,0 L16,0 L16,16 L0,16 L0,0 Z"})))},yo=function(t){var r=t.block;if(!r.to_do)return e.createElement(e.Fragment,null);var n=r.to_do.checked,a=n?bo:vo;return e.createElement("div",{className:"rotion-todo ".concat("x1xh6qhr x78zum5 x1cy8zhl xh8yej3 xoth7wd xa7kkou")},e.createElement("div",{className:"rotion-todo-checkbox ".concat("x87ps6o xl010v5 x17z2i9w x78zum5 x6s0dn4 xl56j7k x1c4vz4f x2lah0s xtoz7bz")},e.createElement(a,null)),e.createElement("div",{className:"rotion-todo-text ".concat("x1cqoux5 xgc0pbm x78zum5 xdt5ytf")},e.createElement("div",{className:"rotion-todo-text-inner ".concat("x193iq5w x126k92a x13faqbe xpwwz5d xdpxx8g x1iyjqo2"," ").concat(n?"rotion-todo-text-inner-checked ".concat("x5lhwog x1ccxkrh x1g3taxb"):"")},r.to_do.rich_text.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))))},ko=function(t){var r=t.open,n={transform:"rotateZ(".concat(r?180:90,"deg)")};return e.createElement("svg",{className:"rotion-toggle-triangle-svg ".concat("xdj6tmt xwlngq8 x1lliihq x1kihv7h x2lah0s xlp1x4z x1kzuo5g x1hc1fzr"),style:n,viewBox:"0 0 100 100"},e.createElement("polygon",{points:"5.9,88.2 50,11.8 94.1,88.2 "}))},wo=function(r){var n=r.block,a=t(!1),l=a[0],o=a[1],i=n.children.results.map((function(t,r){var n=t;return e.createElement(e.Fragment,null,n.paragraph.rich_text.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))}));return e.createElement("div",{className:"rotion-toggle ".concat("x1xh6qhr x78zum5 x1cy8zhl xh8yej3 xv0uc0e xwxc2jc")},e.createElement("div",{className:"rotion-toggle-triangle ".concat("xrjfsii x1ypdohk x1n2onr6 x78zum5 x6s0dn4 xl56j7k xvy4d1p xxk0z11 x18zih8k xfawy5m xdj266r xl010v5 xgcd1z6 xy8jdh7"),onClick:function(){return o(!l)}},e.createElement(ko,{open:l})),e.createElement("div",{className:"rotion-toggle-text ".concat("")},e.createElement("div",null,n.toggle.rich_text.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})}))),l?i:null))},So=function(t){var r,n,a,l=t.block;if("external"!==(null===(r=l.video)||void 0===r?void 0:r.type)||"external"===(null===(n=l.video)||void 0===n?void 0:n.type)&&void 0===(null===(a=l.video)||void 0===a?void 0:a.html))return console.log("The html for this video block was undefined:",l),e.createElement(e.Fragment,null);var o=l.video.html.includes("youtube")?"rotion-video-youtube ".concat("x1bpp3o7"):"";return e.createElement("div",{className:"rotion-video ".concat("x1xh6qhr xh8yej3")},e.createElement("div",{className:"rotion-video-inner ".concat("x1bpp3o7")},l.video.html.includes("youtube")&&e.createElement("style",{type:"text/css"}," ","\n.rotion-video-youtube iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n"," "),e.createElement("div",{className:"rotion-video-html ".concat(o," ").concat("xh8yej3 x1bpp3o7 x10avn17 x1n2onr6 xqtp20y"),dangerouslySetInnerHTML:{__html:l.video.html}}),e.createElement("div",{className:"rotion-video-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},l.video.caption.map((function(t,r){return e.createElement(Pa,{textObject:t,key:"richtext-".concat(r)})})))))},Co={heading_1:"h2",heading_2:"h3",heading_3:"h4",bulleted_list_item:"li",numbered_list_item:"li",divider:"hr",paragraph:"p",code:"code",quote:"blockquote"},zo=function(t){var r=t.block,n=t.href,a=t.link,l=t.query,o=t.breadcrumb_hrefs;switch(r.type){case"bookmark":return e.createElement($l,{block:r,key:r.id});case"breadcrumb":return e.createElement(Dl,{block:r,hrefs:o,link:a,query:l,key:r.id});case"bulleted_list_item":return e.createElement(Vl,{block:r,key:r.id});case"callout":return e.createElement(Fl,{block:r,key:r.id});case"child_database":return e.createElement(Gl,{block:r,href:n,link:a,query:l,key:r.id});case"child_page":return e.createElement(Zl,{block:r,href:n,link:a,key:r.id});case"code":return e.createElement(Jl,{block:r,key:r.id});case"column_list":return e.createElement(Ql,{block:r,href:n,link:a,query:l,key:r.id});case"embed":return e.createElement(ro,{block:r,key:r.id});case"equation":return e.createElement(no,{block:r,key:r.id});case"file":return e.createElement(ao,{block:r,key:r.id});case"heading_1":case"heading_2":case"heading_3":case"paragraph":case"quote":case"divider":var i=Co[r.type];return e.createElement(oo,{tag:i,block:r,key:r.id});case"image":return e.createElement(io,{block:r,key:r.id});case"link_preview":return e.createElement(ho,{block:r,key:r.id});case"numbered_list_item":return e.createElement(mo,{block:r,key:r.id});case"pdf":return e.createElement(po,{block:r,key:r.id});case"synced_block":return e.createElement(go,{block:r,key:r.id});case"table":return e.createElement(xo,{block:r,key:r.id});case"table_of_contents":return console.log("still a not supported component: ".concat(r.type),r),e.createElement(fo,{block:r,key:r.id});case"to_do":return e.createElement(yo,{block:r,key:r.id});case"toggle":return e.createElement(wo,{block:r,key:r.id});case"video":return e.createElement(So,{block:r,key:r.id});default:return console.log("unknown component: ".concat(r.type),r),e.createElement(e.Fragment,null)}},Eo=function(t){var r=t.blocks,n=t.href,a=t.link,l=t.query,o=t.breadcrumb_hrefs,i=r.results,s={bulleted_list_item:"ul",numbered_list_item:"ol"},c=Object.keys(s),u=!1,h=[],d=[],m=function(e){var t,r=e+1;return c.includes((null===(t=i[r])||void 0===t?void 0:t.type)||"")};return i.map((function(t,r){var i=t;if(c.includes(i.type))if(u&&m(r))d.push(i);else if(u||!m(r)){if(u=!1,d.push(i),Object.keys(s).includes(i.type)){var p=s[i.type];h.push(function(t){var r=t.tag,n=t.blocks,a=t.href,l=t.link,o=t.query,i=r;return e.createElement(i,{className:"rotion-list-".concat(r," ").concat("x1xh6qhr x1evy7pa x1ym8bjb x1ghz6dp"),key:r+n[0].id},n.map((function(e){return zo({block:e,href:a,link:l,query:o})})))}({tag:p,blocks:d,href:n,link:a,query:l})),d=[]}}else u=!0,d.push(i);else{var g=zo({block:i,href:n,link:a,query:l,breadcrumb_hrefs:o});h.push(g)}return""})),e.createElement("div",{className:"rotion-blocks"},h)};export{$l as BookmarkBlock,Dl as BreadcrumbBlock,Hl as Breadcrumbs,R as BuildPlainTextByPage,Vl as BulletedListBlock,Fl as CalloutBlock,Gl as ChildDatabaseBlock,Zl as ChildPageBlock,Jl as CodeBlock,Ql as ColumnListBlock,ro as EmbedBlock,no as EquationBlock,ao as FileBlock,ll as Gallery,nl as GalleryCard,Ya as GalleryCheckboxField,q as GalleryDateField,Ua as GalleryMultiSelectField,Xa as GalleryNumberField,Fa as GalleryRichTextField,M as GalleryTitleField,Za as GalleryUrlField,io as ImageBlock,ho as LinkPreviewBlock,vl as List,pl as ListCheckboxField,sl as ListDateField,dl as ListMultiSelectField,gl as ListNumberField,cl as ListRichTextField,il as ListTitleField,ml as ListUrlField,mo as NumberedListBlock,Eo as Page,A as PageIcon,po as PdfBlock,Pa as RichText,go as SyncedBlock,jl as Table,xo as TableBlock,Bl as TableCheckboxField,Sl as TableDateField,yl as TableIcon,Ml as TableMultiSelectField,Ll as TableNumberField,fo as TableOfContentsBlock,Cl as TableRichTextField,Al as TableSelectField,wl as TableTitleField,Nl as TableUrlField,oo as TextBlock,yo as ToDoBlock,wo as ToggleBlock,I as UsePagination,So as VideoBlock,L as getLinkPathAndLinkKey,j as pathBasename,B as queryToString};
|
|
1
|
+
import e,{useState as t,useMemo as r,useEffect as n}from"react";import a from"mermaid";import o from"prismjs";var l={},i={};Object.defineProperty(i,"__esModule",{value:!0}),i.styleq=void 0;var s=new WeakMap;function c(e){var t,r,n;return null!=e&&(t=!0===e.disableCache,r=!0===e.disableMix,n=e.transform),function(){for(var e=[],a="",o=null,l=t?null:s,i=new Array(arguments.length),c=0;c<arguments.length;c++)i[c]=arguments[c];for(;i.length>0;){var u=i.pop();if(null!=u&&!1!==u)if(Array.isArray(u))for(var m=0;m<u.length;m++)i.push(u[m]);else{var h=null!=n?n(u):u;if(h.$$css){var d="";if(null!=l&&l.has(h)){var p=l.get(h);null!=p&&(d=p[0],e.push.apply(e,p[1]),l=p[2])}else{var g=[];for(var x in h){var f=h[x];"$$css"!==x&&("string"==typeof f||null===f?e.includes(x)||(e.push(x),null!=l&&g.push(x),"string"==typeof f&&(d+=d?" "+f:f)):console.error("styleq: ".concat(x," typeof ").concat(String(f),' is not "string" or "null".')))}if(null!=l){var b=new WeakMap;l.set(h,[d,g,b]),l=b}}d&&(a=a?d+" "+a:d)}else if(r)null==o&&(o={}),o=Object.assign({},h,o);else{var v=null;for(var y in h){var k=h[y];void 0!==k&&(e.includes(y)||(null!=k&&(null==o&&(o={}),null==v&&(v={}),v[y]=k),e.push(y),l=null))}null!=v&&(o=Object.assign(v,o))}}}return[a,o]}}var u,m=c();i.styleq=m,m.factory=c,Object.defineProperty(l,"__esModule",{value:!0}),l.__monkey_patch__=function(e,t){"types"===e?Object.assign(b,t):S[e]=t},l.keyframes=l.include=l.firstThatWorks=l.defineVars=u=l.default=l.createTheme=l.create=void 0,l.props=d,l.types=l.stylex=void 0;var h=i;function d(){const e=this;for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if(S.props)return S.props.call(e,r);const[a,o]=(0,h.styleq)(r),l={};return null!=a&&""!==a&&(l.className=a),null!=o&&Object.keys(o).length>0&&(l.style=o),l}const p=l.create=function(e){if(null!=S.create){return(0,S.create)(e)}throw new Error("stylex.create should never be called. It should be compiled away.")},g=l.defineVars=function(e){if(S.defineVars)return S.defineVars(e);throw new Error("stylex.defineVars should never be called. It should be compiled away.")},x=l.createTheme=(e,t)=>{if(S.createTheme)return S.createTheme(e,t);throw new Error("stylex.createTheme should never be called. It should be compiled away.")},f=l.include=e=>{if(S.include)return S.include(e);throw new Error("stylex.extends should never be called. It should be compiled away.")},b=l.types={angle:e=>{throw new Error(v("angle"))},color:e=>{throw new Error(v("color"))},url:e=>{throw new Error(v("url"))},image:e=>{throw new Error(v("image"))},integer:e=>{throw new Error(v("integer"))},lengthPercentage:e=>{throw new Error(v("lengthPercentage"))},length:e=>{throw new Error(v("length"))},percentage:e=>{throw new Error(v("percentage"))},number:e=>{throw new Error(v("number"))},resolution:e=>{throw new Error(v("resolution"))},time:e=>{throw new Error(v("time"))},transformFunction:e=>{throw new Error(v("transformFunction"))},transformList:e=>{throw new Error(v("transformList"))}},v=e=>`stylex.types.${e} should be compiled away by @stylexjs/babel-plugin`,y=e=>{if(S.keyframes)return S.keyframes(e);throw new Error("stylex.keyframes should never be called")};l.keyframes=y;const k=function(){if(S.firstThatWorks)return S.firstThatWorks(...arguments);throw new Error("stylex.firstThatWorks should never be called.")};function w(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];const[n]=(0,h.styleq)(t);return n}l.firstThatWorks=k,w.props=d,w.create=p,w.defineVars=g,w.createTheme=x,w.include=f,w.keyframes=y,w.firstThatWorks=k,w.types=b;const S={};l.stylex=w,u=l.default=w;var C={default:"rgb(50, 48, 44)",bgDefault:"rgba(227, 226, 224, 0.5)",gray:"rgb(50, 48, 44)",bgGray:"rgb(227, 226, 224)",brown:"rgb(68, 42, 30)",bgBrown:"rgb(238, 224, 218)",orange:"rgb(73, 41, 14)",bgOrange:"rgb(250, 222, 201)",yellow:"rgb(64, 44, 27)",bgYellow:"rgb(253, 236, 200)",green:"rgb(28, 56, 41)",bgGreen:"rgb(219, 237, 219)",blue:"rgb(24, 51, 71)",bgBlue:"rgb(211, 229, 239)",purple:"rgb(65, 36, 84)",bgPurple:"rgb(232, 222, 238)",pink:"rgb(76, 35, 55)",bgPink:"rgb(245, 224, 233)",red:"rgb(93, 23, 21)",bgRed:"rgb(255, 226, 221)"},z={default:"rgb(255, 255, 255, 0.804)",bgDefault:"rgb(55, 55, 55)",gray:"rgb(255, 255, 255, 0.804)",bgGray:"rgb(90, 90, 90)",brown:"rgba(255, 255, 255, 0.804)",bgBrown:"rgb(96, 59, 44)",orage:"rgba(255, 255, 255, 0.804)",bgOrage:"rgb(133, 76, 29)",yellow:"rgba(255, 255, 255, 0.804)",bgYellow:"rgb(137, 99, 42)",green:"rgba(255, 255, 255, 0.804)",bgGreen:"rgb(43, 89, 63)",blue:"rgba(255, 255, 255, 0.804)",bgBlue:"rgb(40, 69, 108)",purple:"rgba(255, 255, 255, 0.804)",bgPurple:"rgb(73, 47, 100)",pink:"rgba(255, 255, 255, 0.804)",bgPink:"rgb(105, 49, 76)",red:"rgba(255, 255, 255, 0.804)",bgRed:"rgb(110, 54, 48)"};for(var E in C)({default:C[E]})["@media (prefers-color-scheme: dark)"]=z[E];var M=function(t){var r=t.payload.map((function(e){var t=e.title;switch(t.type){case"text":return t.text.content;case"mention":return t.mention.type;default:return t.equation.expression}})).join(",");return e.createElement("div",{className:"rotion-gallery-title ".concat("xqmnm37 x1nrrp6k xh8yej3 xs3lrdy")},r)},q=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-gallery-date ".concat("xqmnm37 xh8yej3 x1160tuk x78zum5 x6s0dn4 xfifm61 xuxw1ft")},null==r?void 0:r.start)},T=function(t){var r=t.payload;if("user"!==r.mention.type)return e.createElement(e.Fragment,null);var n=r.mention.user;return"type"in n?e.createElement("span",{className:"rotion-mention-user ".concat("xqmnm37 x7j76ka")},e.createElement("span",{className:"rotion-mention-atsign ".concat("x1i17pws")},"@"),n.name):e.createElement("span",{className:"rotion-mention-user ".concat("xqmnm37 x7j76ka")},e.createElement("span",{className:"rotion-mention-atsign ".concat("x1i17pws")},"@"),r.plain_text.replace("@",""))},N=function(t){var r=t.name,n=t.width,a=t.height,o=t.className;switch(r){case"figma":return e.createElement("svg",{className:"rotion-icons-figma ".concat(o),version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:n||"12px",height:a||"18px",viewBox:"0 0 200 300"},e.createElement("path",{d:"M50 300c27.6 0 50-22.4 50-50v-50H50c-27.6 0-50 22.4-50 50s22.4 50 50 50z",fill:"#0acf83"}),e.createElement("path",{d:"M0 150c0-27.6 22.4-50 50-50h50v100H50c-27.6 0-50-22.4-50-50z",fill:"#a259ff"}),e.createElement("path",{d:"M0 50C0 22.4 22.4 0 50 0h50v100H50C22.4 100 0 77.6 0 50z",fill:"#f24e1e"}),e.createElement("path",{d:"M100 0h50c27.6 0 50 22.4 50 50s-22.4 50-50 50h-50V0z",fill:"#ff7262"}),e.createElement("path",{d:"M200 150c0 27.6-22.4 50-50 50s-50-22.4-50-50 22.4-50 50-50 50 22.4 50 50z",fill:"#1abcfe"}));case"slack":return e.createElement("svg",{className:"rotion-icons-slack ".concat(o),version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:n||"20px",height:a||"20px",viewBox:"0 0 140 140"},e.createElement("path",{d:"M27.2 80c0 7.3-5.9 13.2-13.2 13.2C6.7 93.2.8 87.3.8 80c0-7.3 5.9-13.2 13.2-13.2h13.2V80zm6.6 0c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2v33c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V80z",fill:"#E01E5A"}),e.createElement("path",{d:"M47 27c-7.3 0-13.2-5.9-13.2-13.2C33.8 6.5 39.7.6 47 .6c7.3 0 13.2 5.9 13.2 13.2V27H47zm0 6.7c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H13.9C6.6 60.1.7 54.2.7 46.9c0-7.3 5.9-13.2 13.2-13.2H47z",fill:"#36C5F0"}),e.createElement("path",{d:"M99.9 46.9c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H99.9V46.9zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V13.8C66.9 6.5 72.8.6 80.1.6c7.3 0 13.2 5.9 13.2 13.2v33.1z",fill:"#2EB67D"}),e.createElement("path",{d:"M80.1 99.8c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2h33.1c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H80.1z",fill:"#ECB22E"}));case"github":return e.createElement("svg",{className:"rotion-icons-github ".concat("x1pa04qk"," ").concat(o),version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:n||"20px",height:a||"20px",viewBox:"0 0 200 200",preserveAspectRatio:"xMidYMid meet"},e.createElement("g",{transform:"translate(0.000000,200.000000) scale(0.100000,-0.100000)",stroke:"none"},e.createElement("path",{d:"M899 1910 c-314 -38 -586 -232 -720 -515 -63 -133 -80 -205 -86 -356 -6 -144 10 -245 57 -367 88 -226 287 -429 503 -512 110 -43 117 -38 117 88 l0 97 -98 0 c-89 0 -102 2 -138 26 -27 18 -49 46 -72 90 -37 74 -54 96 -99 127 -39 28 -42 49 -9 58 43 10 110 -28 155 -90 46 -61 71 -82 122 -96 45 -13 138 5 145 28 3 10 15 38 28 63 l22 46 -76 17 c-220 47 -330 188 -330 425 0 81 19 150 59 213 29 45 30 51 21 100 -10 52 -7 95 12 157 10 33 11 33 56 28 25 -3 82 -24 128 -47 l82 -42 59 13 c79 16 232 17 324 0 76 -13 76 -13 116 13 50 34 148 68 182 64 20 -2 28 -11 37 -43 15 -49 17 -135 4 -169 -8 -21 -4 -34 25 -76 45 -67 57 -116 57 -225 -2 -235 -118 -376 -344 -416 -64 -12 -67 -13 -52 -30 34 -38 43 -91 44 -256 0 -133 3 -164 16 -177 21 -22 25 -21 115 18 147 64 292 181 385 311 50 70 109 196 136 290 19 68 23 104 23 235 0 188 -13 248 -90 405 -92 185 -230 325 -411 415 -144 72 -349 108 -505 90z"})));case"file":return e.createElement("svg",{className:"rotion-icons-file ".concat("x1kihv7h"," ").concat(o),width:n||"20px",height:a||"20px",viewBox:"0 0 16 16"},e.createElement("path",{d:"M4.35645 15.4678H11.6367C13.0996 15.4678 13.8584 14.6953 13.8584 13.2256V7.02539C13.8584 6.0752 13.7354 5.6377 13.1406 5.03613L9.55176 1.38574C8.97754 0.804688 8.50586 0.667969 7.65137 0.667969H4.35645C2.89355 0.667969 2.13477 1.44043 2.13477 2.91016V13.2256C2.13477 14.7021 2.89355 15.4678 4.35645 15.4678ZM4.46582 14.1279C3.80273 14.1279 3.47461 13.7793 3.47461 13.1436V2.99219C3.47461 2.36328 3.80273 2.00781 4.46582 2.00781H7.37793V5.75391C7.37793 6.73145 7.86328 7.20312 8.83398 7.20312H12.5186V13.1436C12.5186 13.7793 12.1836 14.1279 11.5205 14.1279H4.46582ZM8.95703 6.02734C8.67676 6.02734 8.56055 5.9043 8.56055 5.62402V2.19238L12.334 6.02734H8.95703ZM8.59473 12.7266V10.6279L8.54004 9.56152L9.06641 10.1152L9.59277 10.6484C9.68848 10.7646 9.8457 10.833 9.98926 10.833C10.2969 10.833 10.5293 10.6143 10.5293 10.3066C10.5293 10.1357 10.4678 10.0127 10.3379 9.90332L8.45117 8.16699C8.29395 8.02344 8.16406 7.96191 7.99316 7.96191C7.8291 7.96191 7.69922 8.02344 7.54199 8.16699L5.65527 9.90332C5.52539 10.0127 5.46387 10.1357 5.46387 10.3066C5.46387 10.6143 5.68945 10.833 6.00391 10.833C6.14746 10.833 6.29785 10.7646 6.40039 10.6484L6.92676 10.1152L7.45312 9.56152L7.39844 10.6279V12.7266C7.39844 13.0547 7.67188 13.3008 7.99316 13.3008C8.32129 13.3008 8.59473 13.0547 8.59473 12.7266Z"}));case"link":return e.createElement("svg",{className:"rotion-icons-link ".concat(o),version:"1.0",xmlns:"http://www.w3.org/2000/svg",width:"13px",height:"13px",viewBox:"0 0 13 13",role:"graphics-symbol"},e.createElement("path",{d:"M6.30826 4.43292L1.76184 8.98454C1.76176 8.98462 1.76169 8.9847 1.76161 8.98477C1.76158 8.9848 1.76156 8.98482 1.76154 8.98484C1.46068 9.28584 1.25 9.6914 1.25 10.1565C1.25 10.6117 1.45865 11.0119 1.73417 11.2886C2.01014 11.5658 2.41107 11.7773 2.87078 11.7773C3.34169 11.7773 3.73758 11.5617 4.03477 11.2733L4.03482 11.2734L4.04244 11.2657L8.58864 6.72474V8.667C8.58864 9.51956 9.22729 10.2935 10.1521 10.2935C11.0528 10.2935 11.75 9.54534 11.75 8.66127V2.92671C11.75 2.48722 11.5981 2.06381 11.2838 1.74808C10.9689 1.43182 10.5446 1.27728 10.1006 1.27728H4.36028C3.46161 1.27728 2.72804 1.97749 2.72804 2.86942C2.72804 3.79734 3.51104 4.43292 4.35455 4.43292H6.30826Z",fill:"#3E3C38",stroke:"white",strokeWidth:"1.5"}))}},A=function(t){var r=t.mention;return e.createElement("span",{className:"rotion-mention-page ".concat("xqmnm37")},e.createElement("span",{className:"rotion-mention-page-icon ".concat("x1n2onr6 xpoiemb x1rg5ohu xuxw1ft")},"emoji"===r.icon.type&&r.icon.emoji,"emoji"!==r.icon.type&&e.createElement("img",{src:r.icon.src,className:"rotion-mention-page-icon-img ".concat("xzgh36o xydt64x x3ajldb"),alt:"icon"}),e.createElement(N,{name:"link",className:"rotion-mention-page-arrow ".concat("x1z0he6f x1h95vlm x1lliihq x5hlbpq x2lah0s x10l6tqk x1gpu0sb x1l0ckx5")})),e.createElement("span",{className:"rotion-mention-page-title ".concat("")},r.name))};function B(e){if(void 0===e)return"";var t=Object.entries(e).map((function(e){return"".concat(e[0],"=").concat(encodeURIComponent("".concat(e[1])))})).join("&");return"?".concat(t)}var L=function(e){var t=e.split("[");return""===e?["/",""]:t.length<2?(console.log("link format is wrong, example: /path/to/[slug]"),["",""]):[t[0],t[1].split("]")[0]]};function I(e,r){var n=t(1),a=n[0],o=n[1],l=Math.ceil(e.length/r);return{next:function(){o((function(e){return Math.min(e+1,l)}))},currentData:function(){var t=(a-1)*r+r;return e.slice(void 0,t)},currentPage:a,maxPage:l}}function j(e){return e.results.map((function(e){return"type"in e&&"paragraph"===e.type?e.paragraph.rich_text:[]})).map((function(e){return e.map((function(e){return e.plain_text}))})).flat().join("")}function R(e){var t=e.replace(/\/$/,""),r=t.substring(t.lastIndexOf("/")+1);return r.lastIndexOf("?")>0?r.substring(0,r.lastIndexOf("?")):r}var O=function(t){var r=t.url,n=t.text;return r.includes("slack.com")?e.createElement("a",{className:"rotion-mention-linkpreview ".concat("xqmnm37 x2w0cx1 x1h2krsp xwy3pg2 x16riluj xoz5i10 xo5v014 x1lmuraq"),href:r,rel:"noreferrer",target:"_blank"},e.createElement(N,{name:"slack",className:"xxymvpz xq0jmyz",width:"17px",height:"17px"}),e.createElement("span",{className:"rotion-mention-linkprevew-text ".concat("xpzjx3 xn7j128")},"Message in Slack")):r.includes("figma.com")?e.createElement("a",{className:"rotion-mention-linkpreview ".concat("xqmnm37 x2w0cx1 x1h2krsp xwy3pg2 x16riluj xoz5i10 xo5v014 x1lmuraq"),href:r,rel:"noreferrer",target:"_blank"},e.createElement(N,{name:"figma",className:"xxymvpz xq0jmyz",width:"10px",height:"16px"}),e.createElement("span",{className:"rotion-mention-linkprevew-text ".concat("xpzjx3 xn7j128")},R(n).replace(/-/g," "))):e.createElement("a",{className:"rotion-mention-linkpreview ".concat("xqmnm37 x2w0cx1 x1h2krsp xwy3pg2 x16riluj xoz5i10 xo5v014 x1lmuraq"),href:r,rel:"noreferrer",target:"_blank"},r.includes("github.com")&&e.createElement(N,{name:"github",className:"xxymvpz xq0jmyz",width:"17px",height:"17px"}),e.createElement("span",{className:"rotion-mention-linkprevew-text ".concat("xpzjx3 xn7j128")},R(n)))};const $=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],H=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],D=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],F=["January","February","March","April","May","June","July","August","September","October","November","December"],_={"%a":e=>$[e.getDay()],"%A":e=>H[e.getDay()],"%b":e=>D[e.getMonth()],"%B":e=>F[e.getMonth()],"%p":e=>e.getHours()<12?"AM":"PM","%r":"%-I:%M:%S %p","%x":"%-m/%-d/%y","%X":"%-I:%M:%S %p"},P={year:"y",month:"M",week:"w",date:"D",day:"d",hour:"h",minute:"m",second:"s",millisecond:"ms"};Object.keys(P).forEach((e=>{const t=e+"s",r=P[e];r&&(P[t]=P[r]=r)}));const V=e=>P[e||"ms"]||P[String(e).toLowerCase()],W={h:36e5,m:6e4,s:1e3,ms:1},Y={y:e=>e.getFullYear(),M:e=>e.getMonth(),D:e=>e.getDate(),d:e=>e.getDay(),h:e=>e.getHours(),m:e=>e.getMinutes(),s:e=>e.getSeconds(),ms:e=>e.getMilliseconds(),TZO:e=>e.getTimezoneOffset(),T:e=>e.getTime()},U=Y.d,G=["Su","Mo","Tu","We","Th","Fr","Sa"],Z=["th","st","nd","rd"],X={YY:"%y",YYYY:"%Y",M:"%-m",MM:"%m",MMM:"%b",MMMM:"%B",D:"%-d",Do:e=>{return(t=e.getDate())+(Z[t]||t>20&&Z[t%10]||Z[0]);var t},DD:"%d",d:"%w",dd:e=>G[U(e)],ddd:"%a",dddd:"%A",H:"%-H",HH:"%H",h:"%-I",hh:"%I",m:"%-M",mm:"%M",s:"%-S",ss:"%S",SSS:"%L",Z:"%:z",ZZ:"%z",A:"%p",a:"%P",X:"%s",x:Y.T},J=e=>{let t={};return r=>t[r]||(t[r]=e(r))},K=(()=>{const e="2-digit",t="medium",r="numeric",n="short",a="long",o={a:{weekday:n},A:{weekday:a},b:{month:n},B:{month:a},c:{weekday:n,year:r,month:n,day:r,hour:e,minute:e,second:e},p:{hour:r,hour12:!0},r:{timeStyle:t,hour12:!0},x:{dateStyle:n},X:{timeStyle:t}};return Object.keys(o).forEach((e=>o[e].timeZone="UTC")),o})(),Q=J((e=>{const t=(t,r,n)=>{let a;const o=r=>{const o=r.getTimezoneOffset(),l=new Date(+r-6e4*o);if(a||(a=new Intl.DateTimeFormat(e,t)),n){const e=a.formatToParts(l).find((e=>e.type===n));return e&&e.value}const i=a.format(l);if(i)return i.replace(/\s+UTC$/,"")};if(!r)return o;const l={};return e=>{const t=r(e);return l[t]||(l[t]=o(e))}},r=e=>e.getDay(),n=e=>e.getMonth();return{"%a":t(K.a,r),"%A":t(K.A,r),"%b":t(K.b,n),"%B":t(K.B,n),"%c":t(K.c),"%p":t(K.p,(e=>e.getHours()),"dayPeriod"),"%r":t(K.r),"%x":t(K.x),"%X":t(K.X)}})),ee=/%(?:[EO]\w|[0_#^-]?[1-9]?\w|::?z|[%+])/g,te=(()=>{let e=["\\[(.*?)\\]","[A-Za-z]o"];const t=e=>String.fromCharCode(e+65)+"+";for(let r=0;r<26;r++)e.push(t(r),t(r+32));return new RegExp(e.join("|"),"g")})(),re={ISO:"%Y-%m-%dT%H:%M:%S.%L%:z",undef:"YYYY-MM-DDTHH:mm:ssZ",NaN:new Date(NaN)+""},ne=e=>{const t=(t,r)=>{let a=e(t);if("string"==typeof a){const t=e(a);null!=t&&(a=t)}return"function"==typeof a?a(r):null==a?t:n(a,r)},r={},n=(e,r)=>e.replace(ee,(e=>t(e,r)));return r.strftime=(e,r)=>isNaN(+r)?t("NaN",r):null==e?t("ISO",r):n(e,r),r.format=(r,n)=>isNaN(+n)?t("NaN",n):(null==r&&(r=String(e("undef"))),r.replace(te,((e,r)=>r||t(e,n)))),r.handler=t=>{return ne((n=e,(r=(a=t)&&(e=>a[e]))&&n?e=>r(e)||n(e):r||n));var r,n,a},r},ae=ne().handler(re).handler(_).handler(X).handler((()=>{const e=e=>t=>("0"+e(t)).substr(-2),t=e=>t=>(" "+e(t)).substr(-2),r=e=>t=>("00"+e(t)).substr(-3),n=Y.y,a=Y.M,o=Y.D,l=Y.d,i=Y.h,s=Y.m,c=Y.s,u=Y.ms,m=Y.T,h=Y.TZO,d=e=>Math.floor(n(e)/100),p=e=>(i(e)+11)%12+1,g=e=>a(e)+1,x=e=>n(e)%100,f=e=>e<10?"0"+e:e,b=(e,t)=>r=>{let n=-h(r);const a=n<0;a&&(n=-n);const o=Math.floor(n/60),l=Math.floor(n%60),i=t?e+f(Math.floor(n%1*60)):"";return(a?"-":"+")+f(o)+e+f(l)+i},v={"%c":"%a %b %e %T %Y","%-C":d,"%C":e(d),"%-d":o,"%d":e(o),"%D":"%m/%d/%y","%e":t(o),"%F":"%Y-%m-%d","%-H":i,"%H":e(i),"%-I":p,"%I":e(p),"%k":t(i),"%l":t(p),"%-L":r(u),"%L":r(u),"%-m":g,"%m":e(g),"%-M":s,"%M":e(s),"%P":e=>i(e)<12?"am":"pm","%R":"%H:%M","%s":e=>Math.floor(m(e)/1e3),"%-S":c,"%S":e(c),"%T":"%H:%M:%S","%-y":x,"%y":e(x),"%-Y":n,"%Y":(y=n,e=>{let t=y(e);if(0<=t&&t<=9999)return("000"+t).substr(-4);let r="+";return t<0&&(r="-",t=-t),r+("00000"+t).substr(-6)}),"%u":e=>(l(e)+6)%7+1,"%v":"%e-%b-%Y","%w":l,"%::z":b(":",!0),"%:z":b(":"),"%z":b(""),"%%":()=>"%","%n":()=>"\n","%t":()=>"\t"};var y;const k=(e,t)=>{t.split("").forEach((t=>v[e+t]=v["%"+t]))};return k("%E","cCxXyY"),k("%O","deHImMSuUVwWy"),v})());ae.strftime;const oe=e=>e&&e.tx||ae,le=(e,t)=>{const r=e.getFullYear(),n=e.getMonth(),a=e.getDate(),o=new Date(r,n,1),l=+o,i=12*r+n+t;o.setFullYear(Math.floor(i/12));const s=i%12;o.setMonth(s);const c=Math.round((+o-l)/864e5);ie(e,c);const u=e.getDate();s!==e.getMonth()&&a>u&&ie(e,-u)},ie=(e,t)=>{const r=e.getTimezoneOffset();e.setTime(+e+864e5*t);const n=e.getTimezoneOffset();r!==n&&e.setTime(+e+6e4*(n-r))},se=(e,t,r)=>{if(!t)return;const n=V(r),a=W[n];if(a)e.setTime(+e+t*a);else switch(n){case"y":return le(e,12*t);case"M":return le(e,t);case"w":return ie(e,7*t);case"D":case"d":return ie(e,t)}},ce=e=>{ue(e),se(e,1-e.getDate(),"day")},ue=e=>{const t=e.getTimezoneOffset();me(e,864e5);const r=e.getTimezoneOffset();t!==r&&e.setTime(+e+6e4*(r-t))},me=(e,t)=>{const r=6e4*e.getTimezoneOffset();e.setTime(Math.floor((+e-r)/t)*t+r)},he=(e,t)=>{const r=V(t),n=W[r];if(n)return me(e,n);switch(r){case"y":return ce(e),se(e,-e.getMonth(),"M");case"M":return ce(e);case"w":return ue(e),se(e,-e.getDay(),"d");case"D":case"d":return ue(e)}},de={su:0,mo:1,tu:2,we:3,th:4,fr:5,sa:6},pe=(e,t)=>{const r=e.formatToParts(t),n={};r.forEach((e=>n[e.type]=e.value));const a=de[(o=n.weekday,String(o).toLowerCase().substr(0,2))];var o;let l=(7+t.getUTCDay()-a)%7;l>3&&(l-=7);return-(60*(24*l+(t.getUTCHours()-n.hour%24))+(t.getUTCMinutes()-n.minute)+(t.getUTCSeconds()-n.second)/60)},ge=J((e=>{let t,r={},n=0;return a=>{const o=Math.floor(a/9e5);let l=r&&r[o];if(null!=l)return l;n++>96&&(r={},n=0);const i=new Date(a);if(!t){const r="numeric";t=new Intl.DateTimeFormat("en-US",{timeZone:e,hour12:!1,weekday:"short",hour:r,minute:r,second:r})}return l=pe(t,i),null==l&&(l=-i.getTimezoneOffset()),r[o]=l,l}}));class xe{constructor(e){this.dt=new Date(e)}valueOf(){return+this.dt}setTime(e){return this.dt.setTime(e)}getTimezoneOffset(){return 0}getMilliseconds(){return this.dt.getUTCMilliseconds()}getSeconds(){return this.dt.getUTCSeconds()}getMinutes(){return this.dt.getUTCMinutes()}getHours(){return this.dt.getUTCHours()}getDay(){return this.dt.getUTCDay()}getDate(){return this.dt.getUTCDate()}getMonth(){return this.dt.getUTCMonth()}getFullYear(){return this.dt.getUTCFullYear()}getTime(){return+this}}class fe extends xe{constructor(e,t){const r=t(e);super(e+6e4*r),this.t=e,this.tzf=t,this.tzo=r}valueOf(){return this.t}setTime(e){const t=this.tzo=this.tzf(e);return this.dt.setTime(+e+6e4*t),this.t=e}getTimezoneOffset(){return-this.tzo}}const be=(e,t,r)=>{const n=e.ro(),a=t.rw();return ve(n,a,r),t.create(a)},ve=(e,t,r)=>{const n=ye(e),a=ye(t);if(n===a)return;if(se(t,a-n,"m"),!r)return;const o=ye(t);a!==o&&se(t,o-a,"m")},ye=Y.TZO,ke=J((e=>{if("number"==typeof e)-16<e&&e<16&&(e*=60);else{const t=String(e).match(/(?:^|GMT)?(?:([+-])([01]?\d):?(\d[05])|$)|(UTC|Z)$/);if(!t)return;e=60*+t[2]+ +t[3]|0,"-"===t[1]&&(e=0-e)}return t=>e}));const we=e=>t=>(null==t?t=new Date:"string"==typeof t&&(t=+Se(t,e.x.rw)),e.create(+t)),Se=(e,t)=>{const r=e.match(/^(\d{4}|[-+]\d{4,6})(?:(-)(\d{2})(?:-(\d{2})(?:T((\d{2}):(\d{2})(?::(\d{2})(\.\d+)?)?))?)?)?$/)||e.match(/^(\d{4}|[-+]\d{4,6})(?:([-/])(\d+)(?:\2(\d+)(?:\s+((\d+):(\d+)(?::(\d+)(\.\d+)?)?))?)?)?$/);if(!r)return new Date(e);const n=+r[1]||0,a=+r[3]-1||0,o=+r[4]||1,l=+r[6]||0,i=+r[7]||0,s=+r[8]||0,c=1e3*+r[9]||0,u=0<=n&&n<100?100:0;if(t){const e=new Date(Date.UTC(n+u,a,o,l,i,s,c));u&&e.setUTCFullYear(n);const r=new xe(+e),m=t(+e);return ve(r,m,!0),m}{const e=new Date(n+u,a,o,l,i,s,c);return u&&e.setFullYear(n),e}},Ce=new class{constructor(e,t){this.t=e,"number"!=typeof e&&(this.d=e),this.x=t||Object.create({cdate:{}})}cdateFn(){return we(this)}rw(){const e=+this.t,t=this.x.rw;return t?t(e):new Date(e)}ro(){return this.d||(this.d=this.rw())}valueOf(){return+this.ro()}toDate(){return new Date(+this)}toJSON(){return this.toDate().toJSON()}plugin(e){const t=this.constructor;return new(e(t)||t)(this.t,this.x)}create(e){return new this.constructor(e,this.x)}inherit(){const e=this.create(+this);return e.x=Object.create(e.x),e}}(0,null).plugin((e=>class extends e{handler(e){const t=this.inherit(),{x:r}=t;return r.tx=oe(r).handler(e),t}format(e){return oe(this.x).format(e,this.ro())}text(e){return oe(this.x).strftime(e,this.ro())}locale(e){return this.handler(Q(e))}})).plugin((e=>class extends e{get(e){const t=Y[V(e)];if(t)return t(this.ro())}set(e,t){e=V(e);const r=Y[e];if(!r)return this;const n=this.rw();return se(n,t-r(n),e),this.create(n)}startOf(e){if(!(e=V(e)))return this;const t=this.rw();return he(t,e),this.create(t)}endOf(e){if(!(e=V(e)))return this;const t=this.rw();return he(t,e),se(t,1,e),se(t,-1),this.create(t)}add(e,t){if(!(t=V(t)))return this;const r=this.rw();return se(r,e,t),this.create(r)}next(e){return this.add(1,e)}prev(e){return this.add(-1,e)}})).plugin((e=>class extends e{utc(e){const t=this.inherit();return t.x.rw=e=>new xe(+e),e?be(this,t):t}utcOffset(e,t){if(null==e)return 0-ye(this.ro());const r=this.inherit();return r.x.rw=t=>new fe(+t,ke(e)),t?be(this,r):r}tz(e,t){const r=this.inherit();return r.x.rw=t=>new fe(+t,ge(e)),t?be(this,r,!0):r}})).cdateFn(),ze="X",Ee="dddd",Me="MMMM D, YYYY",qe="h:mm A";const Te=e=>class extends e{schedule(){const e=this.inherit();return function(e,t,r){const n="T00:00:00.000Z"!==t.substring(10,24),a=r||new Date(Date.now()),o=e(a),l=o.format(Me),i=o.add(-1,"day").format(Me),s=o.add(1,"day").format(Me),c=-a.getTimezoneOffset(),u=e(t).utcOffset(c),m=u.format(ze);switch(u.format(Me)){case l:return"Today"+(n?` ${u.format(qe)}`:"");case i:return"Yesterday"+(n?` ${u.format(qe)}`:"");case s:return"Tomorrow"+(n?` ${u.format(qe)}`:"")}const h=u.format(n?`${Ee} ${qe}`:Ee),d=u.format(n?`${Me} ${qe}`:Me),p=o.add(-1,"week").startOf("week").format(ze),g=o.add(-1,"week").endOf("week").format(ze);if(p<=m&&m<=g)return`Last ${h}`;const x=o.startOf("week").format(ze),f=o.endOf("week").format(ze);if(x<=m&&m<=f)return h;const b=o.add(1,"week").startOf("week").format(ze),v=o.add(1,"week").endOf("week").format(ze);return b<=m&&m<=v?`Next ${h}`:d}(this.cdateFn(),e.toDate().toString())}scheduleFn(){return this.cdateFn()}};var Ne=function(t){var r=t.dateOrDateTime,n=t.prefix;if(!r)return e.createElement(e.Fragment,null);var a=Ce().plugin(Te).scheduleFn();return e.createElement("span",null,n,e.createElement("span",{title:a(r).format()},a(r).schedule()))},Ae=function(t){var r=t.date,n=r.start,a=r.end,o=r.time_zone;return e.createElement("span",{className:"rotion-mention-date ".concat("xqmnm37 x7j76ka")},e.createElement("span",{className:"rotion-mention-atsign ".concat("x1i17pws")},"@"),e.createElement(Ne,{dateOrDateTime:n}),null!==a&&e.createElement(Ne,{dateOrDateTime:a,prefix:" → "}),null!==o&&"(".concat(o,")"))},Be=function(t){var r=t.text,n=t.children;return e.createElement("span",{className:"rotion-mention-template"},r,n)},Le=function(t){var r=t.textObject,n=t.children;if(!r)return e.createElement(e.Fragment,null);switch(r.mention.type){case"user":return e.createElement(T,{payload:r});case"date":return e.createElement(Ae,{date:r.mention.date});case"link_preview":return e.createElement(O,{url:r.mention.link_preview.url,text:r.plain_text});case"page":return e.createElement(A,{mention:r.mention.page});case"database":return e.createElement(A,{mention:r.mention.database});case"template_mention":return e.createElement(Be,{text:r.plain_text},n);default:return console.log("unsupport mention: ".concat(r.mention)),e.createElement(e.Fragment,null)}},Ie=function(t){var r=t.condition,n=t.textObject,a=t.children;return r?function(t){var r=t.textObject,n=t.children;return e.createElement("a",{className:"rotion-text-link ".concat("xqmnm37 x1lmuraq xpzjx3 xn7j128 x2w0cx1 x1binvwd"),href:r.href,rel:"noreferrer",target:"_blank"},n)}({textObject:n,children:a}):a},je={wrapper:{fontFamily:"xqmnm37",$$css:!0},bold:{fontWeight:"x117nqv4",$$css:!0},italic:{fontStyle:"x1k4tb9n",$$css:!0},strikethrough:{textDecoration:"xmqliwb",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,$$css:!0},underline:{textDecoration:"x1bvjpef",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,$$css:!0},code:{color:"xytkd8t",fontFamily:"x1yuf4xd",background:"x1iyahom",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,borderRadius:"xoz5i10",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,fontSize:"x1qzg9v8",padding:"x16riluj",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},default:{color:"x1heor9g",$$css:!0},gray:{color:"xiz7vfo",$$css:!0},brown:{color:"xsm54nf",$$css:!0},orange:{color:"x1hwudao",$$css:!0},yellow:{color:"xajnbqy",$$css:!0},green:{color:"x9lygya",$$css:!0},blue:{color:"x2xfezk",$$css:!0},purple:{color:"xf43dgl",$$css:!0},pink:{color:"x1qdz2de",$$css:!0},red:{color:"x7n30i6",$$css:!0},default_background:{backgroundColor:"xgcd1z6",$$css:!0},gray_background:{background:"x1b0lv13",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},brown_background:{background:"xh3ejly",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},orange_background:{background:"x36tass",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},yellow_background:{background:"xoow5ae",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},green_background:{background:"x1wbybi0",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},blue_background:{background:"x1vc4kkm",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},purple_background:{background:"x4hwpk7",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},pink_background:{background:"x1yop5l8",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0},red_background:{background:"x1dia63y",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,$$css:!0}},Re=function(t){var r=t.textObject,n=t.children;if(!r)return e.createElement(e.Fragment,null);var a=r.annotations,o=a.color,l=["rotion-text-annotation"];if(l.push("xqmnm37"),l.push("rotion-text-".concat(o," ").concat(a.code?"":u(je[o]))),a.bold&&l.push("rotion-text-bold ".concat("x117nqv4")),a.italic&&l.push("rotion-text-italic ".concat("x1k4tb9n")),a.strikethrough&&l.push("rotion-text-strikethrough ".concat("xmqliwb")),a.underline&&l.push("rotion-text-underline ".concat("x1bvjpef")),a.code&&l.push("rotion-text-code ".concat("xytkd8t x1yuf4xd x1iyahom xoz5i10 x1qzg9v8 x16riluj")),n)return e.createElement("span",{className:l.join(" ")},n);var i=r.plain_text.replace(/\n/g,"<br />");return e.createElement("span",{className:l.join(" "),dangerouslySetInnerHTML:{__html:i}})},Oe=function(t){var r=t.textObject,n=r.href;return e.createElement(Ie,{condition:null!==n,textObject:r},e.createElement(Re,{textObject:r}))};class $e{constructor(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}static range(e,t){return t?e&&e.loc&&t.loc&&e.loc.lexer===t.loc.lexer?new $e(e.loc.lexer,e.loc.start,t.loc.end):null:e&&e.loc}}class He{constructor(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}range(e,t){return new He(t,$e.range(this,e))}}class De{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var r,n,a="KaTeX parse error: "+e,o=t&&t.loc;if(o&&o.start<=o.end){var l=o.lexer.input;r=o.start,n=o.end,r===l.length?a+=" at end of input: ":a+=" at position "+(r+1)+": ";var i=l.slice(r,n).replace(/[^]/g,"$&̲");a+=(r>15?"…"+l.slice(r-15,r):l.slice(0,r))+i+(n+15<l.length?l.slice(n,n+15)+"…":l.slice(n))}var s=new Error(a);return s.name="ParseError",s.__proto__=De.prototype,s.position=r,null!=r&&null!=n&&(s.length=n-r),s.rawMessage=e,s}}De.prototype.__proto__=Error.prototype;var Fe=/([A-Z])/g,_e={"&":"&",">":">","<":"<",'"':""","'":"'"},Pe=/[&><"']/g;var Ve=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.body.length?e(t.body[0]):t:"font"===t.type?e(t.body):t},We={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(Pe,(e=>_e[e]))},hyphenate:function(e){return e.replace(Fe,"-$1").toLowerCase()},getBaseElem:Ve,isCharacterBox:function(e){var t=Ve(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){var t=/^\s*([^\\/#]*?)(?::|�*58|�*3a)/i.exec(e);return null!=t?t[1]:"_relative"}},Ye={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format <type>"},leqno:{type:"boolean",description:"Render display math in leqno style (left-justified tags)."},fleqn:{type:"boolean",description:"Render display math flush left."},throwOnError:{type:"boolean",default:!0,cli:"-t, --no-throw-on-error",cliDescription:"Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error."},errorColor:{type:"string",default:"#cc0000",cli:"-c, --error-color <color>",cliDescription:"A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.",cliProcessor:e=>"#"+e},macros:{type:"object",cli:"-m, --macro <def>",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:(e,t)=>(t.push(e),t)},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:e=>Math.max(0,e),cli:"--min-rule-thickness <size>",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["warn","ignore","error"]},"boolean","function"],description:"Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.",cli:"-S, --strict",cliDefault:!1},trust:{type:["boolean","function"],description:"Trust the input, enabling all HTML features such as \\url.",cli:"-T, --trust"},maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large",processor:e=>Math.max(0,e),cli:"-s, --max-size <n>",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:e=>Math.max(0,e),cli:"-e, --max-expand <n>",cliProcessor:e=>"Infinity"===e?1/0:parseInt(e)},globalGroup:{type:"boolean",cli:!1}};function Ue(e){if(e.default)return e.default;var t=e.type,r=Array.isArray(t)?t[0]:t;if("string"!=typeof r)return r.enum[0];switch(r){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class Ge{constructor(e){for(var t in this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{},Ye)if(Ye.hasOwnProperty(t)){var r=Ye[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:Ue(r)}}reportNonstrict(e,t,r){var n=this.strict;if("function"==typeof n&&(n=n(e,t,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new De("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===n?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){var n=this.strict;if("function"==typeof n)try{n=n(e,t,r)}catch(e){n="error"}return!(!n||"ignore"===n)&&(!0===n||"error"===n||("warn"===n?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"),!1):("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),!1)))}isTrusted(e){e.url&&!e.protocol&&(e.protocol=We.protocolFromUrl(e.url));var t="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)}}class Ze{constructor(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}sup(){return Xe[Je[this.id]]}sub(){return Xe[Ke[this.id]]}fracNum(){return Xe[Qe[this.id]]}fracDen(){return Xe[et[this.id]]}cramp(){return Xe[tt[this.id]]}text(){return Xe[rt[this.id]]}isTight(){return this.size>=2}}var Xe=[new Ze(0,0,!1),new Ze(1,0,!0),new Ze(2,1,!1),new Ze(3,1,!0),new Ze(4,2,!1),new Ze(5,2,!0),new Ze(6,3,!1),new Ze(7,3,!0)],Je=[4,5,4,5,6,7,6,7],Ke=[5,5,5,5,7,7,7,7],Qe=[2,3,4,5,6,7,6,7],et=[3,3,5,5,7,7,7,7],tt=[1,1,3,3,5,5,7,7],rt=[0,1,2,3,2,3,2,3],nt={DISPLAY:Xe[0],TEXT:Xe[2],SCRIPT:Xe[4],SCRIPTSCRIPT:Xe[6]},at=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];var ot=[];function lt(e){for(var t=0;t<ot.length;t+=2)if(e>=ot[t]&&e<=ot[t+1])return!0;return!1}at.forEach((e=>e.blocks.forEach((e=>ot.push(...e)))));var it=80,st={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"};class ct{constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return We.contains(this.classes,e)}toNode(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){return this.children.map((e=>e.toText())).join("")}}var ut={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},mt={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},ht={"Å":"A","Ð":"D","Þ":"o","å":"a","ð":"d","þ":"o","А":"A","Б":"B","В":"B","Г":"F","Д":"A","Е":"E","Ж":"K","З":"3","И":"N","Й":"N","К":"K","Л":"N","М":"M","Н":"H","О":"O","П":"N","Р":"P","С":"C","Т":"T","У":"y","Ф":"O","Х":"X","Ц":"U","Ч":"h","Ш":"W","Щ":"W","Ъ":"B","Ы":"X","Ь":"B","Э":"3","Ю":"X","Я":"R","а":"a","б":"b","в":"a","г":"r","д":"y","е":"e","ж":"m","з":"e","и":"n","й":"n","к":"n","л":"n","м":"m","н":"n","о":"o","п":"n","р":"p","с":"c","т":"o","у":"y","ф":"b","х":"x","ц":"n","ч":"n","ш":"w","щ":"w","ъ":"a","ы":"m","ь":"a","э":"e","ю":"m","я":"r"};function dt(e,t,r){if(!ut[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),a=ut[t][n];if(!a&&e[0]in ht&&(n=ht[e[0]].charCodeAt(0),a=ut[t][n]),a||"text"!==r||lt(n)&&(a=ut[t][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var pt={};var gt=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],xt=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],ft=function(e,t){return t.size<2?e:gt[e-1][t.size-1]};class bt{constructor(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||bt.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||"",this.fontFamily=e.fontFamily||"",this.fontWeight=e.fontWeight||"",this.fontShape=e.fontShape||"",this.sizeMultiplier=xt[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){var t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return new bt(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:ft(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:xt[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=ft(bt.BASESIZE,e);return this.size===t&&this.textSize===bt.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){var e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:""})}withTextFontWeight(e){return this.extend({fontWeight:e,font:""})}withTextFontShape(e){return this.extend({fontShape:e,font:""})}sizingClasses(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==bt.BASESIZE?["sizing","reset-size"+this.size,"size"+bt.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!pt[t=e>=5?0:e>=3?1:2]){var r=pt[t]={cssEmPerMu:mt.quad[t]/18};for(var n in mt)mt.hasOwnProperty(n)&&(r[n]=mt[n][t])}return pt[t]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}bt.BASESIZE=6;var vt={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},yt={ex:!0,em:!0,mu:!0},kt=function(e){return"string"!=typeof e&&(e=e.unit),e in vt||e in yt||"ex"===e},wt=function(e,t){var r;if(e.unit in vt)r=vt[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n;if(n=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new De("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},St=function(e){return+e.toFixed(4)+"em"},Ct=function(e){return e.filter((e=>e)).join(" ")},zt=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},Et=function(e){var t=document.createElement(e);for(var r in t.className=Ct(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var a=0;a<this.children.length;a++)t.appendChild(this.children[a].toNode());return t},Mt=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+We.escape(Ct(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=We.hyphenate(n)+":"+this.style[n]+";");for(var a in r&&(t+=' style="'+We.escape(r)+'"'),this.attributes)this.attributes.hasOwnProperty(a)&&(t+=" "+a+'="'+We.escape(this.attributes[a])+'"');t+=">";for(var o=0;o<this.children.length;o++)t+=this.children[o].toMarkup();return t+="</"+e+">"};class qt{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,zt.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return We.contains(this.classes,e)}toNode(){return Et.call(this,"span")}toMarkup(){return Mt.call(this,"span")}}class Tt{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,zt.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return We.contains(this.classes,e)}toNode(){return Et.call(this,"a")}toMarkup(){return Mt.call(this,"a")}}class Nt{constructor(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.style=r}hasClass(e){return We.contains(this.classes,e)}toNode(){var e=document.createElement("img");for(var t in e.src=this.src,e.alt=this.alt,e.className="mord",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){var e="<img src='"+this.src+" 'alt='"+this.alt+"' ",t="";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=We.hyphenate(r)+":"+this.style[r]+";");return t&&(e+=' style="'+We.escape(t)+'"'),e+="'/>"}}var At={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"};class Bt{constructor(e,t,r,n,a,o,l,i){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=a||0,this.width=o||0,this.classes=l||[],this.style=i||{},this.maxFontSize=0;var s=function(e){for(var t=0;t<at.length;t++)for(var r=at[t],n=0;n<r.blocks.length;n++){var a=r.blocks[n];if(e>=a[0]&&e<=a[1])return r.name}return null}(this.text.charCodeAt(0));s&&this.classes.push(s+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=At[this.text])}hasClass(e){return We.contains(this.classes,e)}toNode(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&((t=document.createElement("span")).style.marginRight=St(this.italic)),this.classes.length>0&&((t=t||document.createElement("span")).className=Ct(this.classes)),this.style)this.style.hasOwnProperty(r)&&((t=t||document.createElement("span")).style[r]=this.style[r]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=We.escape(Ct(this.classes)),t+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=We.hyphenate(n)+":"+this.style[n]+";");r&&(e=!0,t+=' style="'+We.escape(r)+'"');var a=We.escape(this.text);return e?(t+=">",t+=a,t+="</span>"):a}}class Lt{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){var e='<svg xmlns="http://www.w3.org/2000/svg"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>"}}class It{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",st[this.pathName]),e}toMarkup(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+st[this.pathName]+"'/>"}}class jt{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e=document.createElementNS("http://www.w3.org/2000/svg","line");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");return e+="/>"}}function Rt(e){if(e instanceof Bt)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}var Ot={bin:1,close:1,inner:1,open:1,punct:1,rel:1},$t={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Ht={math:{},text:{}};function Dt(e,t,r,n,a,o){Ht[e][a]={font:t,group:r,replace:n},o&&n&&(Ht[e][n]=Ht[e][a])}var Ft="math",_t="text",Pt="main",Vt="ams",Wt="accent-token",Yt="bin",Ut="close",Gt="inner",Zt="mathord",Xt="op-token",Jt="open",Kt="punct",Qt="rel",er="spacing",tr="textord";Dt(Ft,Pt,Qt,"≡","\\equiv",!0),Dt(Ft,Pt,Qt,"≺","\\prec",!0),Dt(Ft,Pt,Qt,"≻","\\succ",!0),Dt(Ft,Pt,Qt,"∼","\\sim",!0),Dt(Ft,Pt,Qt,"⊥","\\perp"),Dt(Ft,Pt,Qt,"⪯","\\preceq",!0),Dt(Ft,Pt,Qt,"⪰","\\succeq",!0),Dt(Ft,Pt,Qt,"≃","\\simeq",!0),Dt(Ft,Pt,Qt,"∣","\\mid",!0),Dt(Ft,Pt,Qt,"≪","\\ll",!0),Dt(Ft,Pt,Qt,"≫","\\gg",!0),Dt(Ft,Pt,Qt,"≍","\\asymp",!0),Dt(Ft,Pt,Qt,"∥","\\parallel"),Dt(Ft,Pt,Qt,"⋈","\\bowtie",!0),Dt(Ft,Pt,Qt,"⌣","\\smile",!0),Dt(Ft,Pt,Qt,"⊑","\\sqsubseteq",!0),Dt(Ft,Pt,Qt,"⊒","\\sqsupseteq",!0),Dt(Ft,Pt,Qt,"≐","\\doteq",!0),Dt(Ft,Pt,Qt,"⌢","\\frown",!0),Dt(Ft,Pt,Qt,"∋","\\ni",!0),Dt(Ft,Pt,Qt,"∝","\\propto",!0),Dt(Ft,Pt,Qt,"⊢","\\vdash",!0),Dt(Ft,Pt,Qt,"⊣","\\dashv",!0),Dt(Ft,Pt,Qt,"∋","\\owns"),Dt(Ft,Pt,Kt,".","\\ldotp"),Dt(Ft,Pt,Kt,"⋅","\\cdotp"),Dt(Ft,Pt,tr,"#","\\#"),Dt(_t,Pt,tr,"#","\\#"),Dt(Ft,Pt,tr,"&","\\&"),Dt(_t,Pt,tr,"&","\\&"),Dt(Ft,Pt,tr,"ℵ","\\aleph",!0),Dt(Ft,Pt,tr,"∀","\\forall",!0),Dt(Ft,Pt,tr,"ℏ","\\hbar",!0),Dt(Ft,Pt,tr,"∃","\\exists",!0),Dt(Ft,Pt,tr,"∇","\\nabla",!0),Dt(Ft,Pt,tr,"♭","\\flat",!0),Dt(Ft,Pt,tr,"ℓ","\\ell",!0),Dt(Ft,Pt,tr,"♮","\\natural",!0),Dt(Ft,Pt,tr,"♣","\\clubsuit",!0),Dt(Ft,Pt,tr,"℘","\\wp",!0),Dt(Ft,Pt,tr,"♯","\\sharp",!0),Dt(Ft,Pt,tr,"♢","\\diamondsuit",!0),Dt(Ft,Pt,tr,"ℜ","\\Re",!0),Dt(Ft,Pt,tr,"♡","\\heartsuit",!0),Dt(Ft,Pt,tr,"ℑ","\\Im",!0),Dt(Ft,Pt,tr,"♠","\\spadesuit",!0),Dt(Ft,Pt,tr,"§","\\S",!0),Dt(_t,Pt,tr,"§","\\S"),Dt(Ft,Pt,tr,"¶","\\P",!0),Dt(_t,Pt,tr,"¶","\\P"),Dt(Ft,Pt,tr,"†","\\dag"),Dt(_t,Pt,tr,"†","\\dag"),Dt(_t,Pt,tr,"†","\\textdagger"),Dt(Ft,Pt,tr,"‡","\\ddag"),Dt(_t,Pt,tr,"‡","\\ddag"),Dt(_t,Pt,tr,"‡","\\textdaggerdbl"),Dt(Ft,Pt,Ut,"⎱","\\rmoustache",!0),Dt(Ft,Pt,Jt,"⎰","\\lmoustache",!0),Dt(Ft,Pt,Ut,"⟯","\\rgroup",!0),Dt(Ft,Pt,Jt,"⟮","\\lgroup",!0),Dt(Ft,Pt,Yt,"∓","\\mp",!0),Dt(Ft,Pt,Yt,"⊖","\\ominus",!0),Dt(Ft,Pt,Yt,"⊎","\\uplus",!0),Dt(Ft,Pt,Yt,"⊓","\\sqcap",!0),Dt(Ft,Pt,Yt,"∗","\\ast"),Dt(Ft,Pt,Yt,"⊔","\\sqcup",!0),Dt(Ft,Pt,Yt,"◯","\\bigcirc",!0),Dt(Ft,Pt,Yt,"∙","\\bullet",!0),Dt(Ft,Pt,Yt,"‡","\\ddagger"),Dt(Ft,Pt,Yt,"≀","\\wr",!0),Dt(Ft,Pt,Yt,"⨿","\\amalg"),Dt(Ft,Pt,Yt,"&","\\And"),Dt(Ft,Pt,Qt,"⟵","\\longleftarrow",!0),Dt(Ft,Pt,Qt,"⇐","\\Leftarrow",!0),Dt(Ft,Pt,Qt,"⟸","\\Longleftarrow",!0),Dt(Ft,Pt,Qt,"⟶","\\longrightarrow",!0),Dt(Ft,Pt,Qt,"⇒","\\Rightarrow",!0),Dt(Ft,Pt,Qt,"⟹","\\Longrightarrow",!0),Dt(Ft,Pt,Qt,"↔","\\leftrightarrow",!0),Dt(Ft,Pt,Qt,"⟷","\\longleftrightarrow",!0),Dt(Ft,Pt,Qt,"⇔","\\Leftrightarrow",!0),Dt(Ft,Pt,Qt,"⟺","\\Longleftrightarrow",!0),Dt(Ft,Pt,Qt,"↦","\\mapsto",!0),Dt(Ft,Pt,Qt,"⟼","\\longmapsto",!0),Dt(Ft,Pt,Qt,"↗","\\nearrow",!0),Dt(Ft,Pt,Qt,"↩","\\hookleftarrow",!0),Dt(Ft,Pt,Qt,"↪","\\hookrightarrow",!0),Dt(Ft,Pt,Qt,"↘","\\searrow",!0),Dt(Ft,Pt,Qt,"↼","\\leftharpoonup",!0),Dt(Ft,Pt,Qt,"⇀","\\rightharpoonup",!0),Dt(Ft,Pt,Qt,"↙","\\swarrow",!0),Dt(Ft,Pt,Qt,"↽","\\leftharpoondown",!0),Dt(Ft,Pt,Qt,"⇁","\\rightharpoondown",!0),Dt(Ft,Pt,Qt,"↖","\\nwarrow",!0),Dt(Ft,Pt,Qt,"⇌","\\rightleftharpoons",!0),Dt(Ft,Vt,Qt,"≮","\\nless",!0),Dt(Ft,Vt,Qt,"","\\@nleqslant"),Dt(Ft,Vt,Qt,"","\\@nleqq"),Dt(Ft,Vt,Qt,"⪇","\\lneq",!0),Dt(Ft,Vt,Qt,"≨","\\lneqq",!0),Dt(Ft,Vt,Qt,"","\\@lvertneqq"),Dt(Ft,Vt,Qt,"⋦","\\lnsim",!0),Dt(Ft,Vt,Qt,"⪉","\\lnapprox",!0),Dt(Ft,Vt,Qt,"⊀","\\nprec",!0),Dt(Ft,Vt,Qt,"⋠","\\npreceq",!0),Dt(Ft,Vt,Qt,"⋨","\\precnsim",!0),Dt(Ft,Vt,Qt,"⪹","\\precnapprox",!0),Dt(Ft,Vt,Qt,"≁","\\nsim",!0),Dt(Ft,Vt,Qt,"","\\@nshortmid"),Dt(Ft,Vt,Qt,"∤","\\nmid",!0),Dt(Ft,Vt,Qt,"⊬","\\nvdash",!0),Dt(Ft,Vt,Qt,"⊭","\\nvDash",!0),Dt(Ft,Vt,Qt,"⋪","\\ntriangleleft"),Dt(Ft,Vt,Qt,"⋬","\\ntrianglelefteq",!0),Dt(Ft,Vt,Qt,"⊊","\\subsetneq",!0),Dt(Ft,Vt,Qt,"","\\@varsubsetneq"),Dt(Ft,Vt,Qt,"⫋","\\subsetneqq",!0),Dt(Ft,Vt,Qt,"","\\@varsubsetneqq"),Dt(Ft,Vt,Qt,"≯","\\ngtr",!0),Dt(Ft,Vt,Qt,"","\\@ngeqslant"),Dt(Ft,Vt,Qt,"","\\@ngeqq"),Dt(Ft,Vt,Qt,"⪈","\\gneq",!0),Dt(Ft,Vt,Qt,"≩","\\gneqq",!0),Dt(Ft,Vt,Qt,"","\\@gvertneqq"),Dt(Ft,Vt,Qt,"⋧","\\gnsim",!0),Dt(Ft,Vt,Qt,"⪊","\\gnapprox",!0),Dt(Ft,Vt,Qt,"⊁","\\nsucc",!0),Dt(Ft,Vt,Qt,"⋡","\\nsucceq",!0),Dt(Ft,Vt,Qt,"⋩","\\succnsim",!0),Dt(Ft,Vt,Qt,"⪺","\\succnapprox",!0),Dt(Ft,Vt,Qt,"≆","\\ncong",!0),Dt(Ft,Vt,Qt,"","\\@nshortparallel"),Dt(Ft,Vt,Qt,"∦","\\nparallel",!0),Dt(Ft,Vt,Qt,"⊯","\\nVDash",!0),Dt(Ft,Vt,Qt,"⋫","\\ntriangleright"),Dt(Ft,Vt,Qt,"⋭","\\ntrianglerighteq",!0),Dt(Ft,Vt,Qt,"","\\@nsupseteqq"),Dt(Ft,Vt,Qt,"⊋","\\supsetneq",!0),Dt(Ft,Vt,Qt,"","\\@varsupsetneq"),Dt(Ft,Vt,Qt,"⫌","\\supsetneqq",!0),Dt(Ft,Vt,Qt,"","\\@varsupsetneqq"),Dt(Ft,Vt,Qt,"⊮","\\nVdash",!0),Dt(Ft,Vt,Qt,"⪵","\\precneqq",!0),Dt(Ft,Vt,Qt,"⪶","\\succneqq",!0),Dt(Ft,Vt,Qt,"","\\@nsubseteqq"),Dt(Ft,Vt,Yt,"⊴","\\unlhd"),Dt(Ft,Vt,Yt,"⊵","\\unrhd"),Dt(Ft,Vt,Qt,"↚","\\nleftarrow",!0),Dt(Ft,Vt,Qt,"↛","\\nrightarrow",!0),Dt(Ft,Vt,Qt,"⇍","\\nLeftarrow",!0),Dt(Ft,Vt,Qt,"⇏","\\nRightarrow",!0),Dt(Ft,Vt,Qt,"↮","\\nleftrightarrow",!0),Dt(Ft,Vt,Qt,"⇎","\\nLeftrightarrow",!0),Dt(Ft,Vt,Qt,"△","\\vartriangle"),Dt(Ft,Vt,tr,"ℏ","\\hslash"),Dt(Ft,Vt,tr,"▽","\\triangledown"),Dt(Ft,Vt,tr,"◊","\\lozenge"),Dt(Ft,Vt,tr,"Ⓢ","\\circledS"),Dt(Ft,Vt,tr,"®","\\circledR"),Dt(_t,Vt,tr,"®","\\circledR"),Dt(Ft,Vt,tr,"∡","\\measuredangle",!0),Dt(Ft,Vt,tr,"∄","\\nexists"),Dt(Ft,Vt,tr,"℧","\\mho"),Dt(Ft,Vt,tr,"Ⅎ","\\Finv",!0),Dt(Ft,Vt,tr,"⅁","\\Game",!0),Dt(Ft,Vt,tr,"‵","\\backprime"),Dt(Ft,Vt,tr,"▲","\\blacktriangle"),Dt(Ft,Vt,tr,"▼","\\blacktriangledown"),Dt(Ft,Vt,tr,"■","\\blacksquare"),Dt(Ft,Vt,tr,"⧫","\\blacklozenge"),Dt(Ft,Vt,tr,"★","\\bigstar"),Dt(Ft,Vt,tr,"∢","\\sphericalangle",!0),Dt(Ft,Vt,tr,"∁","\\complement",!0),Dt(Ft,Vt,tr,"ð","\\eth",!0),Dt(_t,Pt,tr,"ð","ð"),Dt(Ft,Vt,tr,"╱","\\diagup"),Dt(Ft,Vt,tr,"╲","\\diagdown"),Dt(Ft,Vt,tr,"□","\\square"),Dt(Ft,Vt,tr,"□","\\Box"),Dt(Ft,Vt,tr,"◊","\\Diamond"),Dt(Ft,Vt,tr,"¥","\\yen",!0),Dt(_t,Vt,tr,"¥","\\yen",!0),Dt(Ft,Vt,tr,"✓","\\checkmark",!0),Dt(_t,Vt,tr,"✓","\\checkmark"),Dt(Ft,Vt,tr,"ℶ","\\beth",!0),Dt(Ft,Vt,tr,"ℸ","\\daleth",!0),Dt(Ft,Vt,tr,"ℷ","\\gimel",!0),Dt(Ft,Vt,tr,"ϝ","\\digamma",!0),Dt(Ft,Vt,tr,"ϰ","\\varkappa"),Dt(Ft,Vt,Jt,"┌","\\@ulcorner",!0),Dt(Ft,Vt,Ut,"┐","\\@urcorner",!0),Dt(Ft,Vt,Jt,"└","\\@llcorner",!0),Dt(Ft,Vt,Ut,"┘","\\@lrcorner",!0),Dt(Ft,Vt,Qt,"≦","\\leqq",!0),Dt(Ft,Vt,Qt,"⩽","\\leqslant",!0),Dt(Ft,Vt,Qt,"⪕","\\eqslantless",!0),Dt(Ft,Vt,Qt,"≲","\\lesssim",!0),Dt(Ft,Vt,Qt,"⪅","\\lessapprox",!0),Dt(Ft,Vt,Qt,"≊","\\approxeq",!0),Dt(Ft,Vt,Yt,"⋖","\\lessdot"),Dt(Ft,Vt,Qt,"⋘","\\lll",!0),Dt(Ft,Vt,Qt,"≶","\\lessgtr",!0),Dt(Ft,Vt,Qt,"⋚","\\lesseqgtr",!0),Dt(Ft,Vt,Qt,"⪋","\\lesseqqgtr",!0),Dt(Ft,Vt,Qt,"≑","\\doteqdot"),Dt(Ft,Vt,Qt,"≓","\\risingdotseq",!0),Dt(Ft,Vt,Qt,"≒","\\fallingdotseq",!0),Dt(Ft,Vt,Qt,"∽","\\backsim",!0),Dt(Ft,Vt,Qt,"⋍","\\backsimeq",!0),Dt(Ft,Vt,Qt,"⫅","\\subseteqq",!0),Dt(Ft,Vt,Qt,"⋐","\\Subset",!0),Dt(Ft,Vt,Qt,"⊏","\\sqsubset",!0),Dt(Ft,Vt,Qt,"≼","\\preccurlyeq",!0),Dt(Ft,Vt,Qt,"⋞","\\curlyeqprec",!0),Dt(Ft,Vt,Qt,"≾","\\precsim",!0),Dt(Ft,Vt,Qt,"⪷","\\precapprox",!0),Dt(Ft,Vt,Qt,"⊲","\\vartriangleleft"),Dt(Ft,Vt,Qt,"⊴","\\trianglelefteq"),Dt(Ft,Vt,Qt,"⊨","\\vDash",!0),Dt(Ft,Vt,Qt,"⊪","\\Vvdash",!0),Dt(Ft,Vt,Qt,"⌣","\\smallsmile"),Dt(Ft,Vt,Qt,"⌢","\\smallfrown"),Dt(Ft,Vt,Qt,"≏","\\bumpeq",!0),Dt(Ft,Vt,Qt,"≎","\\Bumpeq",!0),Dt(Ft,Vt,Qt,"≧","\\geqq",!0),Dt(Ft,Vt,Qt,"⩾","\\geqslant",!0),Dt(Ft,Vt,Qt,"⪖","\\eqslantgtr",!0),Dt(Ft,Vt,Qt,"≳","\\gtrsim",!0),Dt(Ft,Vt,Qt,"⪆","\\gtrapprox",!0),Dt(Ft,Vt,Yt,"⋗","\\gtrdot"),Dt(Ft,Vt,Qt,"⋙","\\ggg",!0),Dt(Ft,Vt,Qt,"≷","\\gtrless",!0),Dt(Ft,Vt,Qt,"⋛","\\gtreqless",!0),Dt(Ft,Vt,Qt,"⪌","\\gtreqqless",!0),Dt(Ft,Vt,Qt,"≖","\\eqcirc",!0),Dt(Ft,Vt,Qt,"≗","\\circeq",!0),Dt(Ft,Vt,Qt,"≜","\\triangleq",!0),Dt(Ft,Vt,Qt,"∼","\\thicksim"),Dt(Ft,Vt,Qt,"≈","\\thickapprox"),Dt(Ft,Vt,Qt,"⫆","\\supseteqq",!0),Dt(Ft,Vt,Qt,"⋑","\\Supset",!0),Dt(Ft,Vt,Qt,"⊐","\\sqsupset",!0),Dt(Ft,Vt,Qt,"≽","\\succcurlyeq",!0),Dt(Ft,Vt,Qt,"⋟","\\curlyeqsucc",!0),Dt(Ft,Vt,Qt,"≿","\\succsim",!0),Dt(Ft,Vt,Qt,"⪸","\\succapprox",!0),Dt(Ft,Vt,Qt,"⊳","\\vartriangleright"),Dt(Ft,Vt,Qt,"⊵","\\trianglerighteq"),Dt(Ft,Vt,Qt,"⊩","\\Vdash",!0),Dt(Ft,Vt,Qt,"∣","\\shortmid"),Dt(Ft,Vt,Qt,"∥","\\shortparallel"),Dt(Ft,Vt,Qt,"≬","\\between",!0),Dt(Ft,Vt,Qt,"⋔","\\pitchfork",!0),Dt(Ft,Vt,Qt,"∝","\\varpropto"),Dt(Ft,Vt,Qt,"◀","\\blacktriangleleft"),Dt(Ft,Vt,Qt,"∴","\\therefore",!0),Dt(Ft,Vt,Qt,"∍","\\backepsilon"),Dt(Ft,Vt,Qt,"▶","\\blacktriangleright"),Dt(Ft,Vt,Qt,"∵","\\because",!0),Dt(Ft,Vt,Qt,"⋘","\\llless"),Dt(Ft,Vt,Qt,"⋙","\\gggtr"),Dt(Ft,Vt,Yt,"⊲","\\lhd"),Dt(Ft,Vt,Yt,"⊳","\\rhd"),Dt(Ft,Vt,Qt,"≂","\\eqsim",!0),Dt(Ft,Pt,Qt,"⋈","\\Join"),Dt(Ft,Vt,Qt,"≑","\\Doteq",!0),Dt(Ft,Vt,Yt,"∔","\\dotplus",!0),Dt(Ft,Vt,Yt,"∖","\\smallsetminus"),Dt(Ft,Vt,Yt,"⋒","\\Cap",!0),Dt(Ft,Vt,Yt,"⋓","\\Cup",!0),Dt(Ft,Vt,Yt,"⩞","\\doublebarwedge",!0),Dt(Ft,Vt,Yt,"⊟","\\boxminus",!0),Dt(Ft,Vt,Yt,"⊞","\\boxplus",!0),Dt(Ft,Vt,Yt,"⋇","\\divideontimes",!0),Dt(Ft,Vt,Yt,"⋉","\\ltimes",!0),Dt(Ft,Vt,Yt,"⋊","\\rtimes",!0),Dt(Ft,Vt,Yt,"⋋","\\leftthreetimes",!0),Dt(Ft,Vt,Yt,"⋌","\\rightthreetimes",!0),Dt(Ft,Vt,Yt,"⋏","\\curlywedge",!0),Dt(Ft,Vt,Yt,"⋎","\\curlyvee",!0),Dt(Ft,Vt,Yt,"⊝","\\circleddash",!0),Dt(Ft,Vt,Yt,"⊛","\\circledast",!0),Dt(Ft,Vt,Yt,"⋅","\\centerdot"),Dt(Ft,Vt,Yt,"⊺","\\intercal",!0),Dt(Ft,Vt,Yt,"⋒","\\doublecap"),Dt(Ft,Vt,Yt,"⋓","\\doublecup"),Dt(Ft,Vt,Yt,"⊠","\\boxtimes",!0),Dt(Ft,Vt,Qt,"⇢","\\dashrightarrow",!0),Dt(Ft,Vt,Qt,"⇠","\\dashleftarrow",!0),Dt(Ft,Vt,Qt,"⇇","\\leftleftarrows",!0),Dt(Ft,Vt,Qt,"⇆","\\leftrightarrows",!0),Dt(Ft,Vt,Qt,"⇚","\\Lleftarrow",!0),Dt(Ft,Vt,Qt,"↞","\\twoheadleftarrow",!0),Dt(Ft,Vt,Qt,"↢","\\leftarrowtail",!0),Dt(Ft,Vt,Qt,"↫","\\looparrowleft",!0),Dt(Ft,Vt,Qt,"⇋","\\leftrightharpoons",!0),Dt(Ft,Vt,Qt,"↶","\\curvearrowleft",!0),Dt(Ft,Vt,Qt,"↺","\\circlearrowleft",!0),Dt(Ft,Vt,Qt,"↰","\\Lsh",!0),Dt(Ft,Vt,Qt,"⇈","\\upuparrows",!0),Dt(Ft,Vt,Qt,"↿","\\upharpoonleft",!0),Dt(Ft,Vt,Qt,"⇃","\\downharpoonleft",!0),Dt(Ft,Pt,Qt,"⊶","\\origof",!0),Dt(Ft,Pt,Qt,"⊷","\\imageof",!0),Dt(Ft,Vt,Qt,"⊸","\\multimap",!0),Dt(Ft,Vt,Qt,"↭","\\leftrightsquigarrow",!0),Dt(Ft,Vt,Qt,"⇉","\\rightrightarrows",!0),Dt(Ft,Vt,Qt,"⇄","\\rightleftarrows",!0),Dt(Ft,Vt,Qt,"↠","\\twoheadrightarrow",!0),Dt(Ft,Vt,Qt,"↣","\\rightarrowtail",!0),Dt(Ft,Vt,Qt,"↬","\\looparrowright",!0),Dt(Ft,Vt,Qt,"↷","\\curvearrowright",!0),Dt(Ft,Vt,Qt,"↻","\\circlearrowright",!0),Dt(Ft,Vt,Qt,"↱","\\Rsh",!0),Dt(Ft,Vt,Qt,"⇊","\\downdownarrows",!0),Dt(Ft,Vt,Qt,"↾","\\upharpoonright",!0),Dt(Ft,Vt,Qt,"⇂","\\downharpoonright",!0),Dt(Ft,Vt,Qt,"⇝","\\rightsquigarrow",!0),Dt(Ft,Vt,Qt,"⇝","\\leadsto"),Dt(Ft,Vt,Qt,"⇛","\\Rrightarrow",!0),Dt(Ft,Vt,Qt,"↾","\\restriction"),Dt(Ft,Pt,tr,"‘","`"),Dt(Ft,Pt,tr,"$","\\$"),Dt(_t,Pt,tr,"$","\\$"),Dt(_t,Pt,tr,"$","\\textdollar"),Dt(Ft,Pt,tr,"%","\\%"),Dt(_t,Pt,tr,"%","\\%"),Dt(Ft,Pt,tr,"_","\\_"),Dt(_t,Pt,tr,"_","\\_"),Dt(_t,Pt,tr,"_","\\textunderscore"),Dt(Ft,Pt,tr,"∠","\\angle",!0),Dt(Ft,Pt,tr,"∞","\\infty",!0),Dt(Ft,Pt,tr,"′","\\prime"),Dt(Ft,Pt,tr,"△","\\triangle"),Dt(Ft,Pt,tr,"Γ","\\Gamma",!0),Dt(Ft,Pt,tr,"Δ","\\Delta",!0),Dt(Ft,Pt,tr,"Θ","\\Theta",!0),Dt(Ft,Pt,tr,"Λ","\\Lambda",!0),Dt(Ft,Pt,tr,"Ξ","\\Xi",!0),Dt(Ft,Pt,tr,"Π","\\Pi",!0),Dt(Ft,Pt,tr,"Σ","\\Sigma",!0),Dt(Ft,Pt,tr,"Υ","\\Upsilon",!0),Dt(Ft,Pt,tr,"Φ","\\Phi",!0),Dt(Ft,Pt,tr,"Ψ","\\Psi",!0),Dt(Ft,Pt,tr,"Ω","\\Omega",!0),Dt(Ft,Pt,tr,"A","Α"),Dt(Ft,Pt,tr,"B","Β"),Dt(Ft,Pt,tr,"E","Ε"),Dt(Ft,Pt,tr,"Z","Ζ"),Dt(Ft,Pt,tr,"H","Η"),Dt(Ft,Pt,tr,"I","Ι"),Dt(Ft,Pt,tr,"K","Κ"),Dt(Ft,Pt,tr,"M","Μ"),Dt(Ft,Pt,tr,"N","Ν"),Dt(Ft,Pt,tr,"O","Ο"),Dt(Ft,Pt,tr,"P","Ρ"),Dt(Ft,Pt,tr,"T","Τ"),Dt(Ft,Pt,tr,"X","Χ"),Dt(Ft,Pt,tr,"¬","\\neg",!0),Dt(Ft,Pt,tr,"¬","\\lnot"),Dt(Ft,Pt,tr,"⊤","\\top"),Dt(Ft,Pt,tr,"⊥","\\bot"),Dt(Ft,Pt,tr,"∅","\\emptyset"),Dt(Ft,Vt,tr,"∅","\\varnothing"),Dt(Ft,Pt,Zt,"α","\\alpha",!0),Dt(Ft,Pt,Zt,"β","\\beta",!0),Dt(Ft,Pt,Zt,"γ","\\gamma",!0),Dt(Ft,Pt,Zt,"δ","\\delta",!0),Dt(Ft,Pt,Zt,"ϵ","\\epsilon",!0),Dt(Ft,Pt,Zt,"ζ","\\zeta",!0),Dt(Ft,Pt,Zt,"η","\\eta",!0),Dt(Ft,Pt,Zt,"θ","\\theta",!0),Dt(Ft,Pt,Zt,"ι","\\iota",!0),Dt(Ft,Pt,Zt,"κ","\\kappa",!0),Dt(Ft,Pt,Zt,"λ","\\lambda",!0),Dt(Ft,Pt,Zt,"μ","\\mu",!0),Dt(Ft,Pt,Zt,"ν","\\nu",!0),Dt(Ft,Pt,Zt,"ξ","\\xi",!0),Dt(Ft,Pt,Zt,"ο","\\omicron",!0),Dt(Ft,Pt,Zt,"π","\\pi",!0),Dt(Ft,Pt,Zt,"ρ","\\rho",!0),Dt(Ft,Pt,Zt,"σ","\\sigma",!0),Dt(Ft,Pt,Zt,"τ","\\tau",!0),Dt(Ft,Pt,Zt,"υ","\\upsilon",!0),Dt(Ft,Pt,Zt,"ϕ","\\phi",!0),Dt(Ft,Pt,Zt,"χ","\\chi",!0),Dt(Ft,Pt,Zt,"ψ","\\psi",!0),Dt(Ft,Pt,Zt,"ω","\\omega",!0),Dt(Ft,Pt,Zt,"ε","\\varepsilon",!0),Dt(Ft,Pt,Zt,"ϑ","\\vartheta",!0),Dt(Ft,Pt,Zt,"ϖ","\\varpi",!0),Dt(Ft,Pt,Zt,"ϱ","\\varrho",!0),Dt(Ft,Pt,Zt,"ς","\\varsigma",!0),Dt(Ft,Pt,Zt,"φ","\\varphi",!0),Dt(Ft,Pt,Yt,"∗","*",!0),Dt(Ft,Pt,Yt,"+","+"),Dt(Ft,Pt,Yt,"−","-",!0),Dt(Ft,Pt,Yt,"⋅","\\cdot",!0),Dt(Ft,Pt,Yt,"∘","\\circ",!0),Dt(Ft,Pt,Yt,"÷","\\div",!0),Dt(Ft,Pt,Yt,"±","\\pm",!0),Dt(Ft,Pt,Yt,"×","\\times",!0),Dt(Ft,Pt,Yt,"∩","\\cap",!0),Dt(Ft,Pt,Yt,"∪","\\cup",!0),Dt(Ft,Pt,Yt,"∖","\\setminus",!0),Dt(Ft,Pt,Yt,"∧","\\land"),Dt(Ft,Pt,Yt,"∨","\\lor"),Dt(Ft,Pt,Yt,"∧","\\wedge",!0),Dt(Ft,Pt,Yt,"∨","\\vee",!0),Dt(Ft,Pt,tr,"√","\\surd"),Dt(Ft,Pt,Jt,"⟨","\\langle",!0),Dt(Ft,Pt,Jt,"∣","\\lvert"),Dt(Ft,Pt,Jt,"∥","\\lVert"),Dt(Ft,Pt,Ut,"?","?"),Dt(Ft,Pt,Ut,"!","!"),Dt(Ft,Pt,Ut,"⟩","\\rangle",!0),Dt(Ft,Pt,Ut,"∣","\\rvert"),Dt(Ft,Pt,Ut,"∥","\\rVert"),Dt(Ft,Pt,Qt,"=","="),Dt(Ft,Pt,Qt,":",":"),Dt(Ft,Pt,Qt,"≈","\\approx",!0),Dt(Ft,Pt,Qt,"≅","\\cong",!0),Dt(Ft,Pt,Qt,"≥","\\ge"),Dt(Ft,Pt,Qt,"≥","\\geq",!0),Dt(Ft,Pt,Qt,"←","\\gets"),Dt(Ft,Pt,Qt,">","\\gt",!0),Dt(Ft,Pt,Qt,"∈","\\in",!0),Dt(Ft,Pt,Qt,"","\\@not"),Dt(Ft,Pt,Qt,"⊂","\\subset",!0),Dt(Ft,Pt,Qt,"⊃","\\supset",!0),Dt(Ft,Pt,Qt,"⊆","\\subseteq",!0),Dt(Ft,Pt,Qt,"⊇","\\supseteq",!0),Dt(Ft,Vt,Qt,"⊈","\\nsubseteq",!0),Dt(Ft,Vt,Qt,"⊉","\\nsupseteq",!0),Dt(Ft,Pt,Qt,"⊨","\\models"),Dt(Ft,Pt,Qt,"←","\\leftarrow",!0),Dt(Ft,Pt,Qt,"≤","\\le"),Dt(Ft,Pt,Qt,"≤","\\leq",!0),Dt(Ft,Pt,Qt,"<","\\lt",!0),Dt(Ft,Pt,Qt,"→","\\rightarrow",!0),Dt(Ft,Pt,Qt,"→","\\to"),Dt(Ft,Vt,Qt,"≱","\\ngeq",!0),Dt(Ft,Vt,Qt,"≰","\\nleq",!0),Dt(Ft,Pt,er," ","\\ "),Dt(Ft,Pt,er," ","\\space"),Dt(Ft,Pt,er," ","\\nobreakspace"),Dt(_t,Pt,er," ","\\ "),Dt(_t,Pt,er," "," "),Dt(_t,Pt,er," ","\\space"),Dt(_t,Pt,er," ","\\nobreakspace"),Dt(Ft,Pt,er,null,"\\nobreak"),Dt(Ft,Pt,er,null,"\\allowbreak"),Dt(Ft,Pt,Kt,",",","),Dt(Ft,Pt,Kt,";",";"),Dt(Ft,Vt,Yt,"⊼","\\barwedge",!0),Dt(Ft,Vt,Yt,"⊻","\\veebar",!0),Dt(Ft,Pt,Yt,"⊙","\\odot",!0),Dt(Ft,Pt,Yt,"⊕","\\oplus",!0),Dt(Ft,Pt,Yt,"⊗","\\otimes",!0),Dt(Ft,Pt,tr,"∂","\\partial",!0),Dt(Ft,Pt,Yt,"⊘","\\oslash",!0),Dt(Ft,Vt,Yt,"⊚","\\circledcirc",!0),Dt(Ft,Vt,Yt,"⊡","\\boxdot",!0),Dt(Ft,Pt,Yt,"△","\\bigtriangleup"),Dt(Ft,Pt,Yt,"▽","\\bigtriangledown"),Dt(Ft,Pt,Yt,"†","\\dagger"),Dt(Ft,Pt,Yt,"⋄","\\diamond"),Dt(Ft,Pt,Yt,"⋆","\\star"),Dt(Ft,Pt,Yt,"◃","\\triangleleft"),Dt(Ft,Pt,Yt,"▹","\\triangleright"),Dt(Ft,Pt,Jt,"{","\\{"),Dt(_t,Pt,tr,"{","\\{"),Dt(_t,Pt,tr,"{","\\textbraceleft"),Dt(Ft,Pt,Ut,"}","\\}"),Dt(_t,Pt,tr,"}","\\}"),Dt(_t,Pt,tr,"}","\\textbraceright"),Dt(Ft,Pt,Jt,"{","\\lbrace"),Dt(Ft,Pt,Ut,"}","\\rbrace"),Dt(Ft,Pt,Jt,"[","\\lbrack",!0),Dt(_t,Pt,tr,"[","\\lbrack",!0),Dt(Ft,Pt,Ut,"]","\\rbrack",!0),Dt(_t,Pt,tr,"]","\\rbrack",!0),Dt(Ft,Pt,Jt,"(","\\lparen",!0),Dt(Ft,Pt,Ut,")","\\rparen",!0),Dt(_t,Pt,tr,"<","\\textless",!0),Dt(_t,Pt,tr,">","\\textgreater",!0),Dt(Ft,Pt,Jt,"⌊","\\lfloor",!0),Dt(Ft,Pt,Ut,"⌋","\\rfloor",!0),Dt(Ft,Pt,Jt,"⌈","\\lceil",!0),Dt(Ft,Pt,Ut,"⌉","\\rceil",!0),Dt(Ft,Pt,tr,"\\","\\backslash"),Dt(Ft,Pt,tr,"∣","|"),Dt(Ft,Pt,tr,"∣","\\vert"),Dt(_t,Pt,tr,"|","\\textbar",!0),Dt(Ft,Pt,tr,"∥","\\|"),Dt(Ft,Pt,tr,"∥","\\Vert"),Dt(_t,Pt,tr,"∥","\\textbardbl"),Dt(_t,Pt,tr,"~","\\textasciitilde"),Dt(_t,Pt,tr,"\\","\\textbackslash"),Dt(_t,Pt,tr,"^","\\textasciicircum"),Dt(Ft,Pt,Qt,"↑","\\uparrow",!0),Dt(Ft,Pt,Qt,"⇑","\\Uparrow",!0),Dt(Ft,Pt,Qt,"↓","\\downarrow",!0),Dt(Ft,Pt,Qt,"⇓","\\Downarrow",!0),Dt(Ft,Pt,Qt,"↕","\\updownarrow",!0),Dt(Ft,Pt,Qt,"⇕","\\Updownarrow",!0),Dt(Ft,Pt,Xt,"∐","\\coprod"),Dt(Ft,Pt,Xt,"⋁","\\bigvee"),Dt(Ft,Pt,Xt,"⋀","\\bigwedge"),Dt(Ft,Pt,Xt,"⨄","\\biguplus"),Dt(Ft,Pt,Xt,"⋂","\\bigcap"),Dt(Ft,Pt,Xt,"⋃","\\bigcup"),Dt(Ft,Pt,Xt,"∫","\\int"),Dt(Ft,Pt,Xt,"∫","\\intop"),Dt(Ft,Pt,Xt,"∬","\\iint"),Dt(Ft,Pt,Xt,"∭","\\iiint"),Dt(Ft,Pt,Xt,"∏","\\prod"),Dt(Ft,Pt,Xt,"∑","\\sum"),Dt(Ft,Pt,Xt,"⨂","\\bigotimes"),Dt(Ft,Pt,Xt,"⨁","\\bigoplus"),Dt(Ft,Pt,Xt,"⨀","\\bigodot"),Dt(Ft,Pt,Xt,"∮","\\oint"),Dt(Ft,Pt,Xt,"∯","\\oiint"),Dt(Ft,Pt,Xt,"∰","\\oiiint"),Dt(Ft,Pt,Xt,"⨆","\\bigsqcup"),Dt(Ft,Pt,Xt,"∫","\\smallint"),Dt(_t,Pt,Gt,"…","\\textellipsis"),Dt(Ft,Pt,Gt,"…","\\mathellipsis"),Dt(_t,Pt,Gt,"…","\\ldots",!0),Dt(Ft,Pt,Gt,"…","\\ldots",!0),Dt(Ft,Pt,Gt,"⋯","\\@cdots",!0),Dt(Ft,Pt,Gt,"⋱","\\ddots",!0),Dt(Ft,Pt,tr,"⋮","\\varvdots"),Dt(Ft,Pt,Wt,"ˊ","\\acute"),Dt(Ft,Pt,Wt,"ˋ","\\grave"),Dt(Ft,Pt,Wt,"¨","\\ddot"),Dt(Ft,Pt,Wt,"~","\\tilde"),Dt(Ft,Pt,Wt,"ˉ","\\bar"),Dt(Ft,Pt,Wt,"˘","\\breve"),Dt(Ft,Pt,Wt,"ˇ","\\check"),Dt(Ft,Pt,Wt,"^","\\hat"),Dt(Ft,Pt,Wt,"⃗","\\vec"),Dt(Ft,Pt,Wt,"˙","\\dot"),Dt(Ft,Pt,Wt,"˚","\\mathring"),Dt(Ft,Pt,Zt,"","\\@imath"),Dt(Ft,Pt,Zt,"","\\@jmath"),Dt(Ft,Pt,tr,"ı","ı"),Dt(Ft,Pt,tr,"ȷ","ȷ"),Dt(_t,Pt,tr,"ı","\\i",!0),Dt(_t,Pt,tr,"ȷ","\\j",!0),Dt(_t,Pt,tr,"ß","\\ss",!0),Dt(_t,Pt,tr,"æ","\\ae",!0),Dt(_t,Pt,tr,"œ","\\oe",!0),Dt(_t,Pt,tr,"ø","\\o",!0),Dt(_t,Pt,tr,"Æ","\\AE",!0),Dt(_t,Pt,tr,"Œ","\\OE",!0),Dt(_t,Pt,tr,"Ø","\\O",!0),Dt(_t,Pt,Wt,"ˊ","\\'"),Dt(_t,Pt,Wt,"ˋ","\\`"),Dt(_t,Pt,Wt,"ˆ","\\^"),Dt(_t,Pt,Wt,"˜","\\~"),Dt(_t,Pt,Wt,"ˉ","\\="),Dt(_t,Pt,Wt,"˘","\\u"),Dt(_t,Pt,Wt,"˙","\\."),Dt(_t,Pt,Wt,"¸","\\c"),Dt(_t,Pt,Wt,"˚","\\r"),Dt(_t,Pt,Wt,"ˇ","\\v"),Dt(_t,Pt,Wt,"¨",'\\"'),Dt(_t,Pt,Wt,"˝","\\H"),Dt(_t,Pt,Wt,"◯","\\textcircled");var rr={"--":!0,"---":!0,"``":!0,"''":!0};Dt(_t,Pt,tr,"–","--",!0),Dt(_t,Pt,tr,"–","\\textendash"),Dt(_t,Pt,tr,"—","---",!0),Dt(_t,Pt,tr,"—","\\textemdash"),Dt(_t,Pt,tr,"‘","`",!0),Dt(_t,Pt,tr,"‘","\\textquoteleft"),Dt(_t,Pt,tr,"’","'",!0),Dt(_t,Pt,tr,"’","\\textquoteright"),Dt(_t,Pt,tr,"“","``",!0),Dt(_t,Pt,tr,"“","\\textquotedblleft"),Dt(_t,Pt,tr,"”","''",!0),Dt(_t,Pt,tr,"”","\\textquotedblright"),Dt(Ft,Pt,tr,"°","\\degree",!0),Dt(_t,Pt,tr,"°","\\degree"),Dt(_t,Pt,tr,"°","\\textdegree",!0),Dt(Ft,Pt,tr,"£","\\pounds"),Dt(Ft,Pt,tr,"£","\\mathsterling",!0),Dt(_t,Pt,tr,"£","\\pounds"),Dt(_t,Pt,tr,"£","\\textsterling",!0),Dt(Ft,Vt,tr,"✠","\\maltese"),Dt(_t,Vt,tr,"✠","\\maltese");for(var nr='0123456789/@."',ar=0;ar<14;ar++){var or=nr.charAt(ar);Dt(Ft,Pt,tr,or,or)}for(var lr='0123456789!@*()-=+";:?/.,',ir=0;ir<25;ir++){var sr=lr.charAt(ir);Dt(_t,Pt,tr,sr,sr)}for(var cr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",ur=0;ur<52;ur++){var mr=cr.charAt(ur);Dt(Ft,Pt,Zt,mr,mr),Dt(_t,Pt,tr,mr,mr)}Dt(Ft,Vt,tr,"C","ℂ"),Dt(_t,Vt,tr,"C","ℂ"),Dt(Ft,Vt,tr,"H","ℍ"),Dt(_t,Vt,tr,"H","ℍ"),Dt(Ft,Vt,tr,"N","ℕ"),Dt(_t,Vt,tr,"N","ℕ"),Dt(Ft,Vt,tr,"P","ℙ"),Dt(_t,Vt,tr,"P","ℙ"),Dt(Ft,Vt,tr,"Q","ℚ"),Dt(_t,Vt,tr,"Q","ℚ"),Dt(Ft,Vt,tr,"R","ℝ"),Dt(_t,Vt,tr,"R","ℝ"),Dt(Ft,Vt,tr,"Z","ℤ"),Dt(_t,Vt,tr,"Z","ℤ"),Dt(Ft,Pt,Zt,"h","ℎ"),Dt(_t,Pt,Zt,"h","ℎ");for(var hr="",dr=0;dr<52;dr++){var pr=cr.charAt(dr);Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56320+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56372+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56424+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56580+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56684+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56736+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56788+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56840+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56944+dr)),Dt(_t,Pt,tr,pr,hr),dr<26&&(Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56632+dr)),Dt(_t,Pt,tr,pr,hr),Dt(Ft,Pt,Zt,pr,hr=String.fromCharCode(55349,56476+dr)),Dt(_t,Pt,tr,pr,hr))}Dt(Ft,Pt,Zt,"k",hr=String.fromCharCode(55349,56668)),Dt(_t,Pt,tr,"k",hr);for(var gr=0;gr<10;gr++){var xr=gr.toString();Dt(Ft,Pt,Zt,xr,hr=String.fromCharCode(55349,57294+gr)),Dt(_t,Pt,tr,xr,hr),Dt(Ft,Pt,Zt,xr,hr=String.fromCharCode(55349,57314+gr)),Dt(_t,Pt,tr,xr,hr),Dt(Ft,Pt,Zt,xr,hr=String.fromCharCode(55349,57324+gr)),Dt(_t,Pt,tr,xr,hr),Dt(Ft,Pt,Zt,xr,hr=String.fromCharCode(55349,57334+gr)),Dt(_t,Pt,tr,xr,hr)}for(var fr="ÐÞþ",br=0;br<3;br++){var vr=fr.charAt(br);Dt(Ft,Pt,Zt,vr,vr),Dt(_t,Pt,tr,vr,vr)}var yr=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],kr=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],wr=function(e,t,r){return Ht[r][e]&&Ht[r][e].replace&&(e=Ht[r][e].replace),{value:e,metrics:dt(e,t,r)}},Sr=function(e,t,r,n,a){var o,l=wr(e,t,r),i=l.metrics;if(e=l.value,i){var s=i.italic;("text"===r||n&&"mathit"===n.font)&&(s=0),o=new Bt(e,i.height,i.depth,s,i.skew,i.width,a)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),o=new Bt(e,0,0,0,0,0,a);if(n){o.maxFontSize=n.sizeMultiplier,n.style.isTight()&&o.classes.push("mtight");var c=n.getColor();c&&(o.style.color=c)}return o},Cr=(e,t)=>{if(Ct(e.classes)!==Ct(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){var r=e.classes[0];if("mbin"===r||"mord"===r)return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var a in t.style)if(t.style.hasOwnProperty(a)&&e.style[a]!==t.style[a])return!1;return!0},zr=function(e){for(var t=0,r=0,n=0,a=0;a<e.children.length;a++){var o=e.children[a];o.height>t&&(t=o.height),o.depth>r&&(r=o.depth),o.maxFontSize>n&&(n=o.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},Er=function(e,t,r,n){var a=new qt(e,t,r,n);return zr(a),a},Mr=(e,t,r,n)=>new qt(e,t,r,n),qr=function(e){var t=new ct(e);return zr(t),t},Tr=function(e,t,r){var n="";switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}return n+"-"+("textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular")},Nr={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Ar={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Br={fontMap:Nr,makeSymbol:Sr,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&wr(e,"Main-Bold",t).metrics?Sr(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===Ht[t][e].font?Sr(e,"Main-Regular",t,r,n):Sr(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:Er,makeSvgSpan:Mr,makeLineSpan:function(e,t,r){var n=Er([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=St(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){var a=new Tt(e,t,r,n);return zr(a),a},makeFragment:qr,wrapFragment:function(e,t){return e instanceof ct?Er([],[e],t):e},makeVList:function(e,t){for(var{children:r,depth:n}=function(e){if("individualShift"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,a=n,o=1;o<t.length;o++){var l=-t[o].shift-a-t[o].elem.depth,i=l-(t[o-1].elem.height+t[o-1].elem.depth);a+=l,r.push({type:"kern",size:i}),r.push(t[o])}return{children:r,depth:n}}var s;if("top"===e.positionType){for(var c=e.positionData,u=0;u<e.children.length;u++){var m=e.children[u];c-="kern"===m.type?m.size:m.elem.height+m.elem.depth}s=c}else if("bottom"===e.positionType)s=-e.positionData;else{var h=e.children[0];if("elem"!==h.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)s=-h.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");s=-h.elem.depth}}return{children:e.children,depth:s}}(e),a=0,o=0;o<r.length;o++){var l=r[o];if("elem"===l.type){var i=l.elem;a=Math.max(a,i.maxFontSize,i.height)}}a+=2;var s=Er(["pstrut"],[]);s.style.height=St(a);for(var c=[],u=n,m=n,h=n,d=0;d<r.length;d++){var p=r[d];if("kern"===p.type)h+=p.size;else{var g=p.elem,x=p.wrapperClasses||[],f=p.wrapperStyle||{},b=Er(x,[s,g],void 0,f);b.style.top=St(-a-h-g.depth),p.marginLeft&&(b.style.marginLeft=p.marginLeft),p.marginRight&&(b.style.marginRight=p.marginRight),c.push(b),h+=g.height+g.depth}u=Math.min(u,h),m=Math.max(m,h)}var v,y=Er(["vlist"],c);if(y.style.height=St(m),u<0){var k=Er([],[]),w=Er(["vlist"],[k]);w.style.height=St(-u);var S=Er(["vlist-s"],[new Bt("")]);v=[Er(["vlist-r"],[y,S]),Er(["vlist-r"],[w])]}else v=[Er(["vlist-r"],[y])];var C=Er(["vlist-t"],v);return 2===v.length&&C.classes.push("vlist-t2"),C.height=m,C.depth=-u,C},makeOrd:function(e,t,r){var n=e.mode,a=e.text,o=["mord"],l="math"===n||"text"===n&&t.font,i=l?t.font:t.fontFamily,s="",c="";if(55349===a.charCodeAt(0)&&([s,c]=function(e,t){var r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,n="math"===t?0:1;if(119808<=r&&r<120484){var a=Math.floor((r-119808)/26);return[yr[a][2],yr[a][n]]}if(120782<=r&&r<=120831){var o=Math.floor((r-120782)/10);return[kr[o][2],kr[o][n]]}if(120485===r||120486===r)return[yr[0][2],yr[0][n]];if(120486<r&&r<120782)return["",""];throw new De("Unsupported character: "+e)}(a,n)),s.length>0)return Sr(a,s,n,t,o.concat(c));if(i){var u,m;if("boldsymbol"===i){var h=function(e,t,r,n,a){return"textord"!==a&&wr(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(a,n,0,0,r);u=h.fontName,m=[h.fontClass]}else l?(u=Nr[i].fontName,m=[i]):(u=Tr(i,t.fontWeight,t.fontShape),m=[i,t.fontWeight,t.fontShape]);if(wr(a,u,n).metrics)return Sr(a,u,n,t,o.concat(m));if(rr.hasOwnProperty(a)&&"Typewriter"===u.slice(0,10)){for(var d=[],p=0;p<a.length;p++)d.push(Sr(a[p],u,n,t,o.concat(m)));return qr(d)}}if("mathord"===r)return Sr(a,"Math-Italic",n,t,o.concat(["mathnormal"]));if("textord"===r){var g=Ht[n][a]&&Ht[n][a].font;if("ams"===g){var x=Tr("amsrm",t.fontWeight,t.fontShape);return Sr(a,x,n,t,o.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==g&&g){var f=Tr(g,t.fontWeight,t.fontShape);return Sr(a,f,n,t,o.concat(f,t.fontWeight,t.fontShape))}var b=Tr("textrm",t.fontWeight,t.fontShape);return Sr(a,b,n,t,o.concat(t.fontWeight,t.fontShape))}throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:(e,t)=>{var r=Er(["mspace"],[],t),n=wt(e,t);return r.style.marginRight=St(n),r},staticSvg:function(e,t){var[r,n,a]=Ar[e],o=new It(r),l=new Lt([o],{width:St(n),height:St(a),style:"width:"+St(n),viewBox:"0 0 "+1e3*n+" "+1e3*a,preserveAspectRatio:"xMinYMin"}),i=Mr(["overlay"],[l],t);return i.height=a,i.style.height=St(a),i.style.width=St(n),i},svgData:Ar,tryCombineChars:e=>{for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof Bt&&n instanceof Bt&&Cr(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,e.splice(t+1,1),t--)}return e}},Lr={number:3,unit:"mu"},Ir={number:4,unit:"mu"},jr={number:5,unit:"mu"},Rr={mord:{mop:Lr,mbin:Ir,mrel:jr,minner:Lr},mop:{mord:Lr,mop:Lr,mrel:jr,minner:Lr},mbin:{mord:Ir,mop:Ir,mopen:Ir,minner:Ir},mrel:{mord:jr,mop:jr,mopen:jr,minner:jr},mopen:{},mclose:{mop:Lr,mbin:Ir,mrel:jr,minner:Lr},mpunct:{mord:Lr,mop:Lr,mrel:jr,mopen:Lr,mclose:Lr,mpunct:Lr,minner:Lr},minner:{mord:Lr,mop:Lr,mbin:Ir,mrel:jr,mopen:Lr,mpunct:Lr,minner:Lr}},Or={mord:{mop:Lr},mop:{mord:Lr,mop:Lr},mbin:{},mrel:{},mopen:{},mclose:{mop:Lr},mpunct:{},minner:{mop:Lr}},$r={},Hr={},Dr={};function Fr(e){for(var{type:t,names:r,props:n,handler:a,htmlBuilder:o,mathmlBuilder:l}=e,i={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:a},s=0;s<r.length;++s)$r[r[s]]=i;t&&(o&&(Hr[t]=o),l&&(Dr[t]=l))}function _r(e){var{type:t,htmlBuilder:r,mathmlBuilder:n}=e;Fr({type:t,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}var Pr=function(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e},Vr=function(e){return"ordgroup"===e.type?e.body:[e]},Wr=Br.makeSpan,Yr=["leftmost","mbin","mopen","mrel","mop","mpunct"],Ur=["rightmost","mrel","mclose","mpunct"],Gr={display:nt.DISPLAY,text:nt.TEXT,script:nt.SCRIPT,scriptscript:nt.SCRIPTSCRIPT},Zr={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},Xr=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var a=[],o=0;o<e.length;o++){var l=rn(e[o],t);if(l instanceof ct){var i=l.children;a.push(...i)}else a.push(l)}if(Br.tryCombineChars(a),!r)return a;var s=t;if(1===e.length){var c=e[0];"sizing"===c.type?s=t.havingSize(c.size):"styling"===c.type&&(s=t.havingStyle(Gr[c.style]))}var u=Wr([n[0]||"leftmost"],[],t),m=Wr([n[1]||"rightmost"],[],t),h="root"===r;return Jr(a,((e,t)=>{var r=t.classes[0],n=e.classes[0];"mbin"===r&&We.contains(Ur,n)?t.classes[0]="mord":"mbin"===n&&We.contains(Yr,r)&&(e.classes[0]="mord")}),{node:u},m,h),Jr(a,((e,t)=>{var r=en(t),n=en(e),a=r&&n?e.hasClass("mtight")?Or[r][n]:Rr[r][n]:null;if(a)return Br.makeGlue(a,s)}),{node:u},m,h),a},Jr=function e(t,r,n,a,o){a&&t.push(a);for(var l=0;l<t.length;l++){var i=t[l],s=Kr(i);if(s)e(s.children,r,n,null,o);else{var c=!i.hasClass("mspace");if(c){var u=r(i,n.node);u&&(n.insertAfter?n.insertAfter(u):(t.unshift(u),l++))}c?n.node=i:o&&i.hasClass("newline")&&(n.node=Wr(["leftmost"])),n.insertAfter=(e=>r=>{t.splice(e+1,0,r),l++})(l)}}a&&t.pop()},Kr=function(e){return e instanceof ct||e instanceof Tt||e instanceof qt&&e.hasClass("enclosing")?e:null},Qr=function e(t,r){var n=Kr(t);if(n){var a=n.children;if(a.length){if("right"===r)return e(a[a.length-1],"right");if("left"===r)return e(a[0],"left")}}return t},en=function(e,t){return e?(t&&(e=Qr(e,t)),Zr[e.classes[0]]||null):null},tn=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return Wr(t.concat(r))},rn=function(e,t,r){if(!e)return Wr();if(Hr[e.type]){var n=Hr[e.type](e,t);if(r&&t.size!==r.size){n=Wr(t.sizingClasses(r),[n],t);var a=t.sizeMultiplier/r.sizeMultiplier;n.height*=a,n.depth*=a}return n}throw new De("Got group of unknown type: '"+e.type+"'")};function nn(e,t){var r=Wr(["base"],e,t),n=Wr(["strut"]);return n.style.height=St(r.height+r.depth),r.depth&&(n.style.verticalAlign=St(-r.depth)),r.children.unshift(n),r}function an(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);var n,a=Xr(e,t,"root");2===a.length&&a[1].hasClass("tag")&&(n=a.pop());for(var o,l=[],i=[],s=0;s<a.length;s++)if(i.push(a[s]),a[s].hasClass("mbin")||a[s].hasClass("mrel")||a[s].hasClass("allowbreak")){for(var c=!1;s<a.length-1&&a[s+1].hasClass("mspace")&&!a[s+1].hasClass("newline");)s++,i.push(a[s]),a[s].hasClass("nobreak")&&(c=!0);c||(l.push(nn(i,t)),i=[])}else a[s].hasClass("newline")&&(i.pop(),i.length>0&&(l.push(nn(i,t)),i=[]),l.push(a[s]));i.length>0&&l.push(nn(i,t)),r?((o=nn(Xr(r,t,!0))).classes=["tag"],l.push(o)):n&&l.push(n);var u=Wr(["katex-html"],l);if(u.setAttribute("aria-hidden","true"),o){var m=o.children[0];m.style.height=St(u.height+u.depth),u.depth&&(m.style.verticalAlign=St(-u.depth))}return u}function on(e){return new ct(e)}class ln{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=Ct(this.classes));for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e}toMarkup(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=We.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+We.escape(Ct(this.classes))+'"'),e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">"}toText(){return this.children.map((e=>e.toText())).join("")}}class sn{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return We.escape(this.toText())}toText(){return this.text}}var cn={MathNode:ln,TextNode:sn,SpaceNode:class{constructor(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?" ":e>=.1666&&e<=.1667?" ":e>=.2222&&e<=.2223?" ":e>=.2777&&e<=.2778?" ":e>=-.05556&&e<=-.05555?" ":e>=-.1667&&e<=-.1666?" ":e>=-.2223&&e<=-.2222?" ":e>=-.2778&&e<=-.2777?" ":null}toNode(){if(this.character)return document.createTextNode(this.character);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",St(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+St(this.width)+'"/>'}toText(){return this.character?this.character:" "}},newDocumentFragment:on},un=function(e,t,r){return!Ht[t][e]||!Ht[t][e].replace||55349===e.charCodeAt(0)||rr.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=Ht[t][e].replace),new cn.TextNode(e)},mn=function(e){return 1===e.length?e[0]:new cn.MathNode("mrow",e)},hn=function(e,t){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold";var r=t.font;if(!r||"mathnormal"===r)return null;var n=e.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"textord"===e.type?"bold":"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";var a=e.text;return We.contains(["\\imath","\\jmath"],a)?null:(Ht[n][a]&&Ht[n][a].replace&&(a=Ht[n][a].replace),dt(a,Br.fontMap[r].fontName,n)?Br.fontMap[r].variant:null)},dn=function(e,t,r){if(1===e.length){var n=gn(e[0],t);return r&&n instanceof ln&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var a,o=[],l=0;l<e.length;l++){var i=gn(e[l],t);if(i instanceof ln&&a instanceof ln){if("mtext"===i.type&&"mtext"===a.type&&i.getAttribute("mathvariant")===a.getAttribute("mathvariant")){a.children.push(...i.children);continue}if("mn"===i.type&&"mn"===a.type){a.children.push(...i.children);continue}if("mi"===i.type&&1===i.children.length&&"mn"===a.type){var s=i.children[0];if(s instanceof sn&&"."===s.text){a.children.push(...i.children);continue}}else if("mi"===a.type&&1===a.children.length){var c=a.children[0];if(c instanceof sn&&"̸"===c.text&&("mo"===i.type||"mi"===i.type||"mn"===i.type)){var u=i.children[0];u instanceof sn&&u.text.length>0&&(u.text=u.text.slice(0,1)+"̸"+u.text.slice(1),o.pop())}}}o.push(i),a=i}return o},pn=function(e,t,r){return mn(dn(e,t,r))},gn=function(e,t){if(!e)return new cn.MathNode("mrow");if(Dr[e.type])return Dr[e.type](e,t);throw new De("Got group of unknown type: '"+e.type+"'")};function xn(e,t,r,n,a){var o,l=dn(e,r);o=1===l.length&&l[0]instanceof ln&&We.contains(["mrow","mtable"],l[0].type)?l[0]:new cn.MathNode("mrow",l);var i=new cn.MathNode("annotation",[new cn.TextNode(t)]);i.setAttribute("encoding","application/x-tex");var s=new cn.MathNode("semantics",[o,i]),c=new cn.MathNode("math",[s]);c.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&c.setAttribute("display","block");var u=a?"katex":"katex-mathml";return Br.makeSpan([u],[c])}var fn=function(e){return new bt({style:e.displayMode?nt.DISPLAY:nt.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},bn=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Br.makeSpan(r,[e])}return e},vn={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},yn={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},kn=function(e,t,r,n,a){var o,l=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(o=Br.makeSpan(["stretchy",t],[],a),"fbox"===t){var i=a.color&&a.getColor();i&&(o.style.borderColor=i)}}else{var s=[];/^[bx]cancel$/.test(t)&&s.push(new jt({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&s.push(new jt({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var c=new Lt(s,{width:"100%",height:St(l)});o=Br.makeSvgSpan([],[c],a)}return o.height=l,o.style.height=St(l),o},wn=function(e){var t=new cn.MathNode("mo",[new cn.TextNode(vn[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},Sn=function(e,t){var{span:r,minWidth:n,height:a}=function(){var r=4e5,n=e.label.slice(1);if(We.contains(["widehat","widecheck","widetilde","utilde"],n)){var a,o,l,i="ordgroup"===(d=e.base).type?d.body.length:1;if(i>5)"widehat"===n||"widecheck"===n?(a=420,r=2364,l=.42,o=n+"4"):(a=312,r=2340,l=.34,o="tilde4");else{var s=[1,1,2,2,3,3][i];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][s],a=[0,239,300,360,420][s],l=[0,.24,.3,.3,.36,.42][s],o=n+s):(r=[0,600,1033,2339,2340][s],a=[0,260,286,306,312][s],l=[0,.26,.286,.3,.306,.34][s],o="tilde"+s)}var c=new It(o),u=new Lt([c],{width:"100%",height:St(l),viewBox:"0 0 "+r+" "+a,preserveAspectRatio:"none"});return{span:Br.makeSvgSpan([],[u],t),minWidth:0,height:l}}var m,h,d,p=[],g=yn[n],[x,f,b]=g,v=b/1e3,y=x.length;if(1===y)m=["hide-tail"],h=[g[3]];else if(2===y)m=["halfarrow-left","halfarrow-right"],h=["xMinYMin","xMaxYMin"];else{if(3!==y)throw new Error("Correct katexImagesData or update code here to support\n "+y+" children.");m=["brace-left","brace-center","brace-right"],h=["xMinYMin","xMidYMin","xMaxYMin"]}for(var k=0;k<y;k++){var w=new It(x[k]),S=new Lt([w],{width:"400em",height:St(v),viewBox:"0 0 "+r+" "+b,preserveAspectRatio:h[k]+" slice"}),C=Br.makeSvgSpan([m[k]],[S],t);if(1===y)return{span:C,minWidth:f,height:v};C.style.height=St(v),p.push(C)}return{span:Br.makeSpan(["stretchy"],p,t),minWidth:f,height:v}}();return r.height=a,r.style.height=St(a),n>0&&(r.style.minWidth=St(n)),r};function Cn(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function zn(e){var t=En(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function En(e){return e&&("atom"===e.type||$t.hasOwnProperty(e.type))?e:null}var Mn=(e,t)=>{var r,n,a;e&&"supsub"===e.type?(r=(n=Cn(e.base,"accent")).base,e.base=r,a=function(e){if(e instanceof qt)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(rn(e,t)),e.base=n):r=(n=Cn(e,"accent")).base;var o=rn(r,t.havingCrampedStyle()),l=0;if(n.isShifty&&We.isCharacterBox(r)){var i=We.getBaseElem(r);l=Rt(rn(i,t.havingCrampedStyle())).skew}var s,c="\\c"===n.label,u=c?o.height+o.depth:Math.min(o.height,t.fontMetrics().xHeight);if(n.isStretchy)s=Sn(n,t),s=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"elem",elem:s,wrapperClasses:["svg-align"],wrapperStyle:l>0?{width:"calc(100% - "+St(2*l)+")",marginLeft:St(2*l)}:void 0}]},t);else{var m,h;"\\vec"===n.label?(m=Br.staticSvg("vec",t),h=Br.svgData.vec[1]):((m=Rt(m=Br.makeOrd({mode:n.mode,text:n.label},t,"textord"))).italic=0,h=m.width,c&&(u+=m.depth)),s=Br.makeSpan(["accent-body"],[m]);var d="\\textcircled"===n.label;d&&(s.classes.push("accent-full"),u=o.height);var p=l;d||(p-=h/2),s.style.left=St(p),"\\textcircled"===n.label&&(s.style.top=".2em"),s=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"kern",size:-u},{type:"elem",elem:s}]},t)}var g=Br.makeSpan(["mord","accent"],[s],t);return a?(a.children[0]=g,a.height=Math.max(g.height,a.height),a.classes[0]="mord",a):g},qn=(e,t)=>{var r=e.isStretchy?wn(e.label):new cn.MathNode("mo",[un(e.label,e.mode)]),n=new cn.MathNode("mover",[gn(e.base,t),r]);return n.setAttribute("accent","true"),n},Tn=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map((e=>"\\"+e)).join("|"));Fr({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{var r=Pr(t[0]),n=!Tn.test(e.funcName),a=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:a,base:r}},htmlBuilder:Mn,mathmlBuilder:qn}),Fr({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{var r=t[0],n=e.parser.mode;return"math"===n&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Mn,mathmlBuilder:qn}),Fr({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:a}},htmlBuilder:(e,t)=>{var r=rn(e.base,t),n=Sn(e,t),a="\\utilde"===e.label?.12:0,o=Br.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:a},{type:"elem",elem:r}]},t);return Br.makeSpan(["mord","accentunder"],[o],t)},mathmlBuilder:(e,t)=>{var r=wn(e.label),n=new cn.MathNode("munder",[gn(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});var Nn=e=>{var t=new cn.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};Fr({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n,funcName:a}=e;return{type:"xArrow",mode:n.mode,label:a,body:t[0],below:r[0]}},htmlBuilder(e,t){var r,n=t.style,a=t.havingStyle(n.sup()),o=Br.wrapFragment(rn(e.body,a,t),t),l="\\x"===e.label.slice(0,2)?"x":"cd";o.classes.push(l+"-arrow-pad"),e.below&&(a=t.havingStyle(n.sub()),(r=Br.wrapFragment(rn(e.below,a,t),t)).classes.push(l+"-arrow-pad"));var i,s=Sn(e,t),c=-t.fontMetrics().axisHeight+.5*s.height,u=-t.fontMetrics().axisHeight-.5*s.height-.111;if((o.depth>.25||"\\xleftequilibrium"===e.label)&&(u-=o.depth),r){var m=-t.fontMetrics().axisHeight+r.height+.5*s.height+.111;i=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:u},{type:"elem",elem:s,shift:c},{type:"elem",elem:r,shift:m}]},t)}else i=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:u},{type:"elem",elem:s,shift:c}]},t);return i.children[0].children[0].children[1].classes.push("svg-align"),Br.makeSpan(["mrel","x-arrow"],[i],t)},mathmlBuilder(e,t){var r,n=wn(e.label);if(n.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){var a=Nn(gn(e.body,t));if(e.below){var o=Nn(gn(e.below,t));r=new cn.MathNode("munderover",[n,o,a])}else r=new cn.MathNode("mover",[n,a])}else if(e.below){var l=Nn(gn(e.below,t));r=new cn.MathNode("munder",[n,l])}else r=Nn(),r=new cn.MathNode("mover",[n,r]);return r}});var An=Br.makeSpan;function Bn(e,t){var r=Xr(e.body,t,!0);return An([e.mclass],r,t)}function Ln(e,t){var r,n=dn(e.body,t);return"minner"===e.mclass?r=new cn.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0]).type="mi":r=new cn.MathNode("mi",n):(e.isCharacterBox?(r=n[0]).type="mo":r=new cn.MathNode("mo",n),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"===e.mclass||"mclose"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0em"):"minner"===e.mclass&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}Fr({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:Vr(a),isCharacterBox:We.isCharacterBox(a)}},htmlBuilder:Bn,mathmlBuilder:Ln});var In=e=>{var t="ordgroup"===e.type&&e.body.length?e.body[0]:e;return"atom"!==t.type||"bin"!==t.family&&"rel"!==t.family?"mord":"m"+t.family};Fr({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:r}=e;return{type:"mclass",mode:r.mode,mclass:In(t[0]),body:Vr(t[1]),isCharacterBox:We.isCharacterBox(t[1])}}}),Fr({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var r,{parser:n,funcName:a}=e,o=t[1],l=t[0];r="\\stackrel"!==a?In(o):"mrel";var i={type:"op",mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==a,body:Vr(o)},s={type:"supsub",mode:l.mode,base:i,sup:"\\underset"===a?null:l,sub:"\\underset"===a?l:null};return{type:"mclass",mode:n.mode,mclass:r,body:[s],isCharacterBox:We.isCharacterBox(s)}},htmlBuilder:Bn,mathmlBuilder:Ln}),Fr({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"pmb",mode:r.mode,mclass:In(t[0]),body:Vr(t[0])}},htmlBuilder(e,t){var r=Xr(e.body,t,!0),n=Br.makeSpan([e.mclass],r,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){var r=dn(e.body,t),n=new cn.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var jn={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Rn=e=>"textord"===e.type&&"@"===e.text;function On(e,t,r){var n=jn[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":var a={type:"atom",text:n,mode:"math",family:"rel"},o={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[a],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[o],[]);case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":return r.callFunction("\\Big",[{type:"textord",text:"\\Vert",mode:"math"}],[]);default:return{type:"textord",text:" ",mode:"math"}}}Fr({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){var r=t.havingStyle(t.style.sup()),n=Br.wrapFragment(rn(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=St(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){var r=new cn.MathNode("mrow",[gn(e.label,t)]);return(r=new cn.MathNode("mpadded",[r])).setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),(r=new cn.MathNode("mstyle",[r])).setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),Fr({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:r}=e;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder(e,t){var r=Br.wrapFragment(rn(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:(e,t)=>new cn.MathNode("mrow",[gn(e.fragment,t)])}),Fr({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:r}=e,n=Cn(t[0],"ordgroup").body,a="",o=0;o<n.length;o++){a+=Cn(n[o],"textord").text}var l,i=parseInt(a);if(isNaN(i))throw new De("\\@char has non-numeric argument "+a);if(i<0||i>=1114111)throw new De("\\@char with invalid code point "+a);return i<=65535?l=String.fromCharCode(i):(i-=65536,l=String.fromCharCode(55296+(i>>10),56320+(1023&i))),{type:"textord",mode:r.mode,text:l}}});var $n=(e,t)=>{var r=Xr(e.body,t.withColor(e.color),!1);return Br.makeFragment(r)},Hn=(e,t)=>{var r=dn(e.body,t.withColor(e.color)),n=new cn.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};Fr({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:r}=e,n=Cn(t[0],"color-token").color,a=t[1];return{type:"color",mode:r.mode,color:n,body:Vr(a)}},htmlBuilder:$n,mathmlBuilder:Hn}),Fr({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:r,breakOnTokenText:n}=e,a=Cn(t[0],"color-token").color;r.gullet.macros.set("\\current@color",a);var o=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:a,body:o}},htmlBuilder:$n,mathmlBuilder:Hn}),Fr({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){var{parser:n}=e,a="["===n.gullet.future().text?n.parseSizeGroup(!0):null,o=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:o,size:a&&Cn(a,"size").value}},htmlBuilder(e,t){var r=Br.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=St(wt(e.size,t)))),r},mathmlBuilder(e,t){var r=new cn.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",St(wt(e.size,t)))),r}});var Dn={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Fn=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new De("Expected a control sequence",e);return t},_n=(e,t,r,n)=>{var a=e.gullet.macros.get(r.text);null==a&&(r.noexpand=!0,a={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,a,n)};Fr({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:r}=e;t.consumeSpaces();var n=t.fetch();if(Dn[n.text])return"\\global"!==r&&"\\\\globallong"!==r||(n.text=Dn[n.text]),Cn(t.parseFunction(),"internal");throw new De("Invalid token after macro prefix",n)}}),Fr({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=t.gullet.popToken(),a=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(a))throw new De("Expected a control sequence",n);for(var o,l=0,i=[[]];"{"!==t.gullet.future().text;)if("#"===(n=t.gullet.popToken()).text){if("{"===t.gullet.future().text){o=t.gullet.future(),i[l].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new De('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==l+1)throw new De('Argument number "'+n.text+'" out of order');l++,i.push([])}else{if("EOF"===n.text)throw new De("Expected a macro definition");i[l].push(n.text)}var{tokens:s}=t.gullet.consumeArg();return o&&s.unshift(o),"\\edef"!==r&&"\\xdef"!==r||(s=t.gullet.expandTokens(s)).reverse(),t.gullet.macros.set(a,{tokens:s,numArgs:l,delimiters:i},r===Dn[r]),{type:"internal",mode:t.mode}}}),Fr({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=Fn(t.gullet.popToken());t.gullet.consumeSpaces();var a=(e=>{var t=e.gullet.popToken();return"="===t.text&&" "===(t=e.gullet.popToken()).text&&(t=e.gullet.popToken()),t})(t);return _n(t,n,a,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),Fr({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:r}=e,n=Fn(t.gullet.popToken()),a=t.gullet.popToken(),o=t.gullet.popToken();return _n(t,n,o,"\\\\globalfuture"===r),t.gullet.pushToken(o),t.gullet.pushToken(a),{type:"internal",mode:t.mode}}});var Pn=function(e,t,r){var n=dt(Ht.math[e]&&Ht.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},Vn=function(e,t,r,n){var a=r.havingBaseStyle(t),o=Br.makeSpan(n.concat(a.sizingClasses(r)),[e],r),l=a.sizeMultiplier/r.sizeMultiplier;return o.height*=l,o.depth*=l,o.maxFontSize=a.sizeMultiplier,o},Wn=function(e,t,r){var n=t.havingBaseStyle(r),a=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=St(a),e.height-=a,e.depth+=a},Yn=function(e,t,r,n,a,o){var l=function(e,t,r,n){return Br.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,a,n),i=Vn(Br.makeSpan(["delimsizing","size"+t],[l],n),nt.TEXT,n,o);return r&&Wn(i,n,nt.TEXT),i},Un=function(e,t,r){var n;return n="Size1-Regular"===t?"delim-size1":"delim-size4",{type:"elem",elem:Br.makeSpan(["delimsizinginner",n],[Br.makeSpan([],[Br.makeSymbol(e,t,r)])])}},Gn=function(e,t,r){var n=ut["Size4-Regular"][e.charCodeAt(0)]?ut["Size4-Regular"][e.charCodeAt(0)][4]:ut["Size1-Regular"][e.charCodeAt(0)][4],a=new It("inner",function(e,t){switch(e){case"⎜":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"∣":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"∥":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145zM367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z";case"⎟":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"⎢":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"⎥":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"⎪":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"⏐":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"‖":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257zM478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z";default:return""}}(e,Math.round(1e3*t))),o=new Lt([a],{width:St(n),height:St(t),style:"width:"+St(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),l=Br.makeSvgSpan([],[o],r);return l.height=t,l.style.height=St(t),l.style.width=St(n),{type:"elem",elem:l}},Zn={type:"kern",size:-.008},Xn=["|","\\lvert","\\rvert","\\vert"],Jn=["\\|","\\lVert","\\rVert","\\Vert"],Kn=function(e,t,r,n,a,o){var l,i,s,c,u="",m=0;l=s=c=e,i=null;var h="Size1-Regular";"\\uparrow"===e?s=c="⏐":"\\Uparrow"===e?s=c="‖":"\\downarrow"===e?l=s="⏐":"\\Downarrow"===e?l=s="‖":"\\updownarrow"===e?(l="\\uparrow",s="⏐",c="\\downarrow"):"\\Updownarrow"===e?(l="\\Uparrow",s="‖",c="\\Downarrow"):We.contains(Xn,e)?(s="∣",u="vert",m=333):We.contains(Jn,e)?(s="∥",u="doublevert",m=556):"["===e||"\\lbrack"===e?(l="⎡",s="⎢",c="⎣",h="Size4-Regular",u="lbrack",m=667):"]"===e||"\\rbrack"===e?(l="⎤",s="⎥",c="⎦",h="Size4-Regular",u="rbrack",m=667):"\\lfloor"===e||"⌊"===e?(s=l="⎢",c="⎣",h="Size4-Regular",u="lfloor",m=667):"\\lceil"===e||"⌈"===e?(l="⎡",s=c="⎢",h="Size4-Regular",u="lceil",m=667):"\\rfloor"===e||"⌋"===e?(s=l="⎥",c="⎦",h="Size4-Regular",u="rfloor",m=667):"\\rceil"===e||"⌉"===e?(l="⎤",s=c="⎥",h="Size4-Regular",u="rceil",m=667):"("===e||"\\lparen"===e?(l="⎛",s="⎜",c="⎝",h="Size4-Regular",u="lparen",m=875):")"===e||"\\rparen"===e?(l="⎞",s="⎟",c="⎠",h="Size4-Regular",u="rparen",m=875):"\\{"===e||"\\lbrace"===e?(l="⎧",i="⎨",c="⎩",s="⎪",h="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(l="⎫",i="⎬",c="⎭",s="⎪",h="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(l="⎧",c="⎩",s="⎪",h="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(l="⎫",c="⎭",s="⎪",h="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(l="⎧",c="⎭",s="⎪",h="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(l="⎫",c="⎩",s="⎪",h="Size4-Regular");var d=Pn(l,h,a),p=d.height+d.depth,g=Pn(s,h,a),x=g.height+g.depth,f=Pn(c,h,a),b=f.height+f.depth,v=0,y=1;if(null!==i){var k=Pn(i,h,a);v=k.height+k.depth,y=2}var w=p+b+v,S=w+Math.max(0,Math.ceil((t-w)/(y*x)))*y*x,C=n.fontMetrics().axisHeight;r&&(C*=n.sizeMultiplier);var z=S/2-C,E=[];if(u.length>0){var M=S-p-b,q=Math.round(1e3*S),T=function(e,t){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v1759 h347 v-84\nH403z M403 1759 V0 H319 V1759 v"+t+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v1759 H0 v84 H347z\nM347 1759 V0 H263 V1759 v"+t+" v1759 h84z";case"vert":return"M145 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z";case"doublevert":return"M145 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z\nM367 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v"+t+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+t+" v1715 h263 v84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+t+" v1799 H0 v-84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v602 h84z\nM403 1759 V0 H319 V1759 v"+t+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v602 h84z\nM347 1759 V0 h-84 V1759 v"+t+" v602 h84z";case"lparen":return"M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1\nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,\n-36,557 l0,"+(t+84)+"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\nl0,-"+(t+92)+"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z";case"rparen":return"M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,"+(t+9)+"\nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664\nc-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11\nc0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\nl0,-"+(t+144)+"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z";default:throw new Error("Unknown stretchy delimiter.")}}(u,Math.round(1e3*M)),N=new It(u,T),A=(m/1e3).toFixed(3)+"em",B=(q/1e3).toFixed(3)+"em",L=new Lt([N],{width:A,height:B,viewBox:"0 0 "+m+" "+q}),I=Br.makeSvgSpan([],[L],n);I.height=q/1e3,I.style.width=A,I.style.height=B,E.push({type:"elem",elem:I})}else{if(E.push(Un(c,h,a)),E.push(Zn),null===i){var j=S-p-b+.016;E.push(Gn(s,j,n))}else{var R=(S-p-b-v)/2+.016;E.push(Gn(s,R,n)),E.push(Zn),E.push(Un(i,h,a)),E.push(Zn),E.push(Gn(s,R,n))}E.push(Zn),E.push(Un(l,h,a))}var O=n.havingBaseStyle(nt.TEXT),$=Br.makeVList({positionType:"bottom",positionData:z,children:E},O);return Vn(Br.makeSpan(["delimsizing","mult"],[$],O),nt.TEXT,n,o)},Qn=.08,ea=function(e,t,r,n,a){var o=function(e,t,r){t*=1e3;var n="";switch(e){case"sqrtMain":n=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,it);break;case"sqrtSize1":n=function(e,t){return"M263,"+(601+e+t)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,it);break;case"sqrtSize2":n=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,it);break;case"sqrtSize3":n=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+e)+" "+t+"\nh400000v"+(40+e)+"h-400000z"}(t,it);break;case"sqrtSize4":n=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"}(t,it);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+(r-54-t-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+t+"H400000v"+(40+e)+"H742z"}(t,it,r)}return n}(e,n,r),l=new It(e,o),i=new Lt([l],{width:"400em",height:St(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Br.makeSvgSpan(["hide-tail"],[i],a)},ta=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],ra=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],na=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],aa=[0,1.2,1.8,2.4,3],oa=[{type:"small",style:nt.SCRIPTSCRIPT},{type:"small",style:nt.SCRIPT},{type:"small",style:nt.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],la=[{type:"small",style:nt.SCRIPTSCRIPT},{type:"small",style:nt.SCRIPT},{type:"small",style:nt.TEXT},{type:"stack"}],ia=[{type:"small",style:nt.SCRIPTSCRIPT},{type:"small",style:nt.SCRIPT},{type:"small",style:nt.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],sa=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},ca=function(e,t,r,n){for(var a=Math.min(2,3-n.style.size);a<r.length&&"stack"!==r[a].type;a++){var o=Pn(e,sa(r[a]),"math"),l=o.height+o.depth;if("small"===r[a].type&&(l*=n.havingBaseStyle(r[a].style).sizeMultiplier),l>t)return r[a]}return r[r.length-1]},ua=function(e,t,r,n,a,o){var l;"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),l=We.contains(na,e)?oa:We.contains(ta,e)?ia:la;var i=ca(e,t,l,n);return"small"===i.type?function(e,t,r,n,a,o){var l=Br.makeSymbol(e,"Main-Regular",a,n),i=Vn(l,t,n,o);return r&&Wn(i,n,t),i}(e,i.style,r,n,a,o):"large"===i.type?Yn(e,i.size,r,n,a,o):Kn(e,t,r,n,a,o)},ma={sqrtImage:function(e,t){var r,n,a=t.havingBaseSizing(),o=ca("\\surd",e*a.sizeMultiplier,ia,a),l=a.sizeMultiplier,i=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),s=0,c=0,u=0;return"small"===o.type?(e<1?l=1:e<1.4&&(l=.7),c=(1+i)/l,(r=ea("sqrtMain",s=(1+i+Qn)/l,u=1e3+1e3*i+80,i,t)).style.minWidth="0.853em",n=.833/l):"large"===o.type?(u=1080*aa[o.size],c=(aa[o.size]+i)/l,s=(aa[o.size]+i+Qn)/l,(r=ea("sqrtSize"+o.size,s,u,i,t)).style.minWidth="1.02em",n=1/l):(s=e+i+Qn,c=e+i,u=Math.floor(1e3*e+i)+80,(r=ea("sqrtTall",s,u,i,t)).style.minWidth="0.742em",n=1.056),r.height=c,r.style.height=St(s),{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+i)*l}},sizedDelim:function(e,t,r,n,a){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),We.contains(ta,e)||We.contains(na,e))return Yn(e,t,!1,r,n,a);if(We.contains(ra,e))return Kn(e,aa[t],!1,r,n,a);throw new De("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:aa,customSizedDelim:ua,leftRightDelim:function(e,t,r,n,a,o){var l=n.fontMetrics().axisHeight*n.sizeMultiplier,i=5/n.fontMetrics().ptPerEm,s=Math.max(t-l,r+l),c=Math.max(s/500*901,2*s-i);return ua(e,c,!0,n,a,o)}},ha={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},da=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function pa(e,t){var r=En(e);if(r&&We.contains(da,r.text))return r;throw new De(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function ga(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}Fr({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(e,t)=>{var r=pa(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:ha[e.funcName].size,mclass:ha[e.funcName].mclass,delim:r.text}},htmlBuilder:(e,t)=>"."===e.delim?Br.makeSpan([e.mclass]):ma.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];"."!==e.delim&&t.push(un(e.delim,e.mode));var r=new cn.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");var n=St(ma.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),Fr({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new De("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:pa(t[0],e).text,color:r}}}),Fr({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=pa(t[0],e),n=e.parser;++n.leftrightDepth;var a=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var o=Cn(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:a,left:r.text,right:o.delim,rightColor:o.color}},htmlBuilder:(e,t)=>{ga(e);for(var r,n,a=Xr(e.body,t,!0,["mopen","mclose"]),o=0,l=0,i=!1,s=0;s<a.length;s++)a[s].isMiddle?i=!0:(o=Math.max(a[s].height,o),l=Math.max(a[s].depth,l));if(o*=t.sizeMultiplier,l*=t.sizeMultiplier,r="."===e.left?tn(t,["mopen"]):ma.leftRightDelim(e.left,o,l,t,e.mode,["mopen"]),a.unshift(r),i)for(var c=1;c<a.length;c++){var u=a[c].isMiddle;u&&(a[c]=ma.leftRightDelim(u.delim,o,l,u.options,e.mode,[]))}if("."===e.right)n=tn(t,["mclose"]);else{var m=e.rightColor?t.withColor(e.rightColor):t;n=ma.leftRightDelim(e.right,o,l,m,e.mode,["mclose"])}return a.push(n),Br.makeSpan(["minner"],a,t)},mathmlBuilder:(e,t)=>{ga(e);var r=dn(e.body,t);if("."!==e.left){var n=new cn.MathNode("mo",[un(e.left,e.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==e.right){var a=new cn.MathNode("mo",[un(e.right,e.mode)]);a.setAttribute("fence","true"),e.rightColor&&a.setAttribute("mathcolor",e.rightColor),r.push(a)}return mn(r)}}),Fr({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var r=pa(t[0],e);if(!e.parser.leftrightDepth)throw new De("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{var r;if("."===e.delim)r=tn(t,[]);else{r=ma.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{var r="\\vert"===e.delim||"|"===e.delim?un("|","text"):un(e.delim,e.mode),n=new cn.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var xa=(e,t)=>{var r,n,a,o=Br.wrapFragment(rn(e.body,t),t),l=e.label.slice(1),i=t.sizeMultiplier,s=0,c=We.isCharacterBox(e.body);if("sout"===l)(r=Br.makeSpan(["stretchy","sout"])).height=t.fontMetrics().defaultRuleThickness/i,s=-.5*t.fontMetrics().xHeight;else if("phase"===l){var u=wt({number:.6,unit:"pt"},t),m=wt({number:.35,unit:"ex"},t);i/=t.havingBaseSizing().sizeMultiplier;var h=o.height+o.depth+u+m;o.style.paddingLeft=St(h/2+u);var d=Math.floor(1e3*h*i),p="M400000 "+(n=d)+" H0 L"+n/2+" 0 l65 45 L145 "+(n-80)+" H400000z",g=new Lt([new It("phase",p)],{width:"400em",height:St(d/1e3),viewBox:"0 0 400000 "+d,preserveAspectRatio:"xMinYMin slice"});(r=Br.makeSvgSpan(["hide-tail"],[g],t)).style.height=St(h),s=o.depth+u+m}else{/cancel/.test(l)?c||o.classes.push("cancel-pad"):"angl"===l?o.classes.push("anglpad"):o.classes.push("boxpad");var x=0,f=0,b=0;/box/.test(l)?(b=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),f=x=t.fontMetrics().fboxsep+("colorbox"===l?0:b)):"angl"===l?(x=4*(b=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness)),f=Math.max(0,.25-o.depth)):f=x=c?.2:0,r=kn(o,l,x,f,t),/fbox|boxed|fcolorbox/.test(l)?(r.style.borderStyle="solid",r.style.borderWidth=St(b)):"angl"===l&&.049!==b&&(r.style.borderTopWidth=St(b),r.style.borderRightWidth=St(b)),s=o.depth+f,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}if(e.backgroundColor)a=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:s},{type:"elem",elem:o,shift:0}]},t);else{var v=/cancel|phase/.test(l)?["svg-align"]:[];a=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:r,shift:s,wrapperClasses:v}]},t)}return/cancel/.test(l)&&(a.height=o.height,a.depth=o.depth),/cancel/.test(l)&&!c?Br.makeSpan(["mord","cancel-lap"],[a],t):Br.makeSpan(["mord"],[a],t)},fa=(e,t)=>{var r=0,n=new cn.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[gn(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===e.label){var a=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+a+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};Fr({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,r){var{parser:n,funcName:a}=e,o=Cn(t[0],"color-token").color,l=t[1];return{type:"enclose",mode:n.mode,label:a,backgroundColor:o,body:l}},htmlBuilder:xa,mathmlBuilder:fa}),Fr({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,r){var{parser:n,funcName:a}=e,o=Cn(t[0],"color-token").color,l=Cn(t[1],"color-token").color,i=t[2];return{type:"enclose",mode:n.mode,label:a,backgroundColor:l,borderColor:o,body:i}},htmlBuilder:xa,mathmlBuilder:fa}),Fr({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),Fr({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];return{type:"enclose",mode:r.mode,label:n,body:a}},htmlBuilder:xa,mathmlBuilder:fa}),Fr({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});var ba={};function va(e){for(var{type:t,names:r,props:n,handler:a,htmlBuilder:o,mathmlBuilder:l}=e,i={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},s=0;s<r.length;++s)ba[r[s]]=i;o&&(Hr[t]=o),l&&(Dr[t]=l)}var ya={};function ka(e,t){ya[e]=t}function wa(e){var t=[];e.consumeSpaces();var r=e.fetch().text;for("\\relax"===r&&(e.consume(),e.consumeSpaces(),r=e.fetch().text);"\\hline"===r||"\\hdashline"===r;)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}var Sa=e=>{if(!e.parser.settings.displayMode)throw new De("{"+e.envName+"} can be used only in display mode.")};function Ca(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function za(e,t,r){var{hskipBeforeAndAfter:n,addJot:a,cols:o,arraystretch:l,colSeparationType:i,autoTag:s,singleRow:c,emptySingleRow:u,maxNumCols:m,leqno:h}=t;if(e.gullet.beginGroup(),c||e.gullet.macros.set("\\cr","\\\\\\relax"),!l){var d=e.gullet.expandMacroAsText("\\arraystretch");if(null==d)l=1;else if(!(l=parseFloat(d))||l<0)throw new De("Invalid \\arraystretch: "+d)}e.gullet.beginGroup();var p=[],g=[p],x=[],f=[],b=null!=s?[]:void 0;function v(){s&&e.gullet.macros.set("\\@eqnsw","1",!0)}function y(){b&&(e.gullet.macros.get("\\df@tag")?(b.push(e.subparse([new He("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):b.push(Boolean(s)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(v(),f.push(wa(e));;){var k=e.parseExpression(!1,c?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),k={type:"ordgroup",mode:e.mode,body:k},r&&(k={type:"styling",mode:e.mode,style:r,body:[k]}),p.push(k);var w=e.fetch().text;if("&"===w){if(m&&p.length===m){if(c||i)throw new De("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===w){y(),1===p.length&&"styling"===k.type&&0===k.body[0].body.length&&(g.length>1||!u)&&g.pop(),f.length<g.length+1&&f.push([]);break}if("\\\\"!==w)throw new De("Expected & or \\\\ or \\cr or \\end",e.nextToken);e.consume();var S=void 0;" "!==e.gullet.future().text&&(S=e.parseSizeGroup(!0)),x.push(S?S.value:null),y(),f.push(wa(e)),p=[],g.push(p),v()}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:a,arraystretch:l,body:g,cols:o,rowGaps:x,hskipBeforeAndAfter:n,hLinesBeforeRow:f,colSeparationType:i,tags:b,leqno:h}}function Ea(e){return"d"===e.slice(0,1)?"display":"text"}var Ma=function(e,t){var r,n,a=e.body.length,o=e.hLinesBeforeRow,l=0,i=new Array(a),s=[],c=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),u=1/t.fontMetrics().ptPerEm,m=5*u;e.colSeparationType&&"small"===e.colSeparationType&&(m=t.havingStyle(nt.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);var h="CD"===e.colSeparationType?wt({number:3,unit:"ex"},t):12*u,d=3*u,p=e.arraystretch*h,g=.7*p,x=.3*p,f=0;function b(e){for(var t=0;t<e.length;++t)t>0&&(f+=.25),s.push({pos:f,isDashed:e[t]})}for(b(o[0]),r=0;r<e.body.length;++r){var v=e.body[r],y=g,k=x;l<v.length&&(l=v.length);var w=new Array(v.length);for(n=0;n<v.length;++n){var S=rn(v[n],t);k<S.depth&&(k=S.depth),y<S.height&&(y=S.height),w[n]=S}var C=e.rowGaps[r],z=0;C&&(z=wt(C,t))>0&&(k<(z+=x)&&(k=z),z=0),e.addJot&&(k+=d),w.height=y,w.depth=k,f+=y,w.pos=f,f+=k+z,i[r]=w,b(o[r+1])}var E,M,q=f/2+t.fontMetrics().axisHeight,T=e.cols||[],N=[],A=[];if(e.tags&&e.tags.some((e=>e)))for(r=0;r<a;++r){var B=i[r],L=B.pos-q,I=e.tags[r],j=void 0;(j=!0===I?Br.makeSpan(["eqn-num"],[],t):!1===I?Br.makeSpan([],[],t):Br.makeSpan([],Xr(I,t,!0),t)).depth=B.depth,j.height=B.height,A.push({type:"elem",elem:j,shift:L})}for(n=0,M=0;n<l||M<T.length;++n,++M){for(var R=T[M]||{},O=!0;"separator"===R.type;){if(O||((E=Br.makeSpan(["arraycolsep"],[])).style.width=St(t.fontMetrics().doubleRuleSep),N.push(E)),"|"!==R.separator&&":"!==R.separator)throw new De("Invalid separator type: "+R.separator);var $="|"===R.separator?"solid":"dashed",H=Br.makeSpan(["vertical-separator"],[],t);H.style.height=St(f),H.style.borderRightWidth=St(c),H.style.borderRightStyle=$,H.style.margin="0 "+St(-c/2);var D=f-q;D&&(H.style.verticalAlign=St(-D)),N.push(H),R=T[++M]||{},O=!1}if(!(n>=l)){var F=void 0;(n>0||e.hskipBeforeAndAfter)&&0!==(F=We.deflt(R.pregap,m))&&((E=Br.makeSpan(["arraycolsep"],[])).style.width=St(F),N.push(E));var _=[];for(r=0;r<a;++r){var P=i[r],V=P[n];if(V){var W=P.pos-q;V.depth=P.depth,V.height=P.height,_.push({type:"elem",elem:V,shift:W})}}_=Br.makeVList({positionType:"individualShift",children:_},t),_=Br.makeSpan(["col-align-"+(R.align||"c")],[_]),N.push(_),(n<l-1||e.hskipBeforeAndAfter)&&0!==(F=We.deflt(R.postgap,m))&&((E=Br.makeSpan(["arraycolsep"],[])).style.width=St(F),N.push(E))}}if(i=Br.makeSpan(["mtable"],N),s.length>0){for(var Y=Br.makeLineSpan("hline",t,c),U=Br.makeLineSpan("hdashline",t,c),G=[{type:"elem",elem:i,shift:0}];s.length>0;){var Z=s.pop(),X=Z.pos-q;Z.isDashed?G.push({type:"elem",elem:U,shift:X}):G.push({type:"elem",elem:Y,shift:X})}i=Br.makeVList({positionType:"individualShift",children:G},t)}if(0===A.length)return Br.makeSpan(["mord"],[i],t);var J=Br.makeVList({positionType:"individualShift",children:A},t);return J=Br.makeSpan(["tag"],[J],t),Br.makeFragment([i,J])},qa={c:"center ",l:"left ",r:"right "},Ta=function(e,t){for(var r=[],n=new cn.MathNode("mtd",[],["mtr-glue"]),a=new cn.MathNode("mtd",[],["mml-eqn-num"]),o=0;o<e.body.length;o++){for(var l=e.body[o],i=[],s=0;s<l.length;s++)i.push(new cn.MathNode("mtd",[gn(l[s],t)]));e.tags&&e.tags[o]&&(i.unshift(n),i.push(n),e.leqno?i.unshift(a):i.push(a)),r.push(new cn.MathNode("mtr",i))}var c=new cn.MathNode("mtable",r),u=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);c.setAttribute("rowspacing",St(u));var m="",h="";if(e.cols&&e.cols.length>0){var d=e.cols,p="",g=!1,x=0,f=d.length;"separator"===d[0].type&&(m+="top ",x=1),"separator"===d[d.length-1].type&&(m+="bottom ",f-=1);for(var b=x;b<f;b++)"align"===d[b].type?(h+=qa[d[b].align],g&&(p+="none "),g=!0):"separator"===d[b].type&&g&&(p+="|"===d[b].separator?"solid ":"dashed ",g=!1);c.setAttribute("columnalign",h.trim()),/[sd]/.test(p)&&c.setAttribute("columnlines",p.trim())}if("align"===e.colSeparationType){for(var v=e.cols||[],y="",k=1;k<v.length;k++)y+=k%2?"0em ":"1em ";c.setAttribute("columnspacing",y.trim())}else"alignat"===e.colSeparationType||"gather"===e.colSeparationType?c.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?c.setAttribute("columnspacing","0.2778em"):"CD"===e.colSeparationType?c.setAttribute("columnspacing","0.5em"):c.setAttribute("columnspacing","1em");var w="",S=e.hLinesBeforeRow;m+=S[0].length>0?"left ":"",m+=S[S.length-1].length>0?"right ":"";for(var C=1;C<S.length-1;C++)w+=0===S[C].length?"none ":S[C][0]?"dashed ":"solid ";return/[sd]/.test(w)&&c.setAttribute("rowlines",w.trim()),""!==m&&(c=new cn.MathNode("menclose",[c])).setAttribute("notation",m.trim()),e.arraystretch&&e.arraystretch<1&&(c=new cn.MathNode("mstyle",[c])).setAttribute("scriptlevel","1"),c},Na=function(e,t){-1===e.envName.indexOf("ed")&&Sa(e);var r,n=[],a=e.envName.indexOf("at")>-1?"alignat":"align",o="split"===e.envName,l=za(e.parser,{cols:n,addJot:!0,autoTag:o?void 0:Ca(e.envName),emptySingleRow:!0,colSeparationType:a,maxNumCols:o?2:void 0,leqno:e.parser.settings.leqno},"display"),i=0,s={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){for(var c="",u=0;u<t[0].body.length;u++){c+=Cn(t[0].body[u],"textord").text}r=Number(c),i=2*r}var m=!i;l.body.forEach((function(e){for(var t=1;t<e.length;t+=2){var n=Cn(e[t],"styling");Cn(n.body[0],"ordgroup").body.unshift(s)}if(m)i<e.length&&(i=e.length);else{var a=e.length/2;if(r<a)throw new De("Too many math in a row: expected "+r+", but got "+a,e[0])}}));for(var h=0;h<i;++h){var d="r",p=0;h%2==1?d="l":h>0&&m&&(p=1),n[h]={type:"align",align:d,pregap:p,postgap:0}}return l.colSeparationType=m?"align":"alignat",l};va({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var r=(En(t[0])?[t[0]]:Cn(t[0],"ordgroup").body).map((function(e){var t=zn(e).text;if(-1!=="lcr".indexOf(t))return{type:"align",align:t};if("|"===t)return{type:"separator",separator:"|"};if(":"===t)return{type:"separator",separator:":"};throw new De("Unknown column alignment: "+t,e)})),n={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return za(e.parser,n,Ea(e.envName))},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){var a=e.parser;if(a.consumeSpaces(),"["===a.fetch().text){if(a.consume(),a.consumeSpaces(),r=a.fetch().text,-1==="lcr".indexOf(r))throw new De("Expected l or c or r",a.nextToken);a.consume(),a.consumeSpaces(),a.expect("]"),a.consume(),n.cols=[{type:"align",align:r}]}}var o=za(e.parser,n,Ea(e.envName)),l=Math.max(0,...o.body.map((e=>e.length)));return o.cols=new Array(l).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[o],left:t[0],right:t[1],rightColor:void 0}:o},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t=za(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var r=(En(t[0])?[t[0]]:Cn(t[0],"ordgroup").body).map((function(e){var t=zn(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new De("Unknown column alignment: "+t,e)}));if(r.length>1)throw new De("{subarray} can contain only one column");var n={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((n=za(e.parser,n,"script")).body.length>0&&n.body[0].length>1)throw new De("{subarray} can contain only one column");return n},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t=za(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Ea(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Na,htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){We.contains(["gather","gather*"],e.envName)&&Sa(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Ca(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return za(e.parser,t,"display")},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Na,htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){Sa(e);var t={autoTag:Ca(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return za(e.parser,t,"display")},htmlBuilder:Ma,mathmlBuilder:Ta}),va({type:"array",names:["CD"],props:{numArgs:0},handler:e=>(Sa(e),function(e){var t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();var r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new De("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}for(var n,a,o=[],l=[o],i=0;i<t.length;i++){for(var s=t[i],c={type:"styling",body:[],mode:"math",style:"display"},u=0;u<s.length;u++)if(Rn(s[u])){o.push(c);var m=zn(s[u+=1]).text,h=new Array(2);if(h[0]={type:"ordgroup",mode:"math",body:[]},h[1]={type:"ordgroup",mode:"math",body:[]},"=|.".indexOf(m)>-1);else{if(!("<>AV".indexOf(m)>-1))throw new De('Expected one of "<>AV=|." after @',s[u]);for(var d=0;d<2;d++){for(var p=!0,g=u+1;g<s.length;g++){if(a=m,("mathord"===(n=s[g]).type||"atom"===n.type)&&n.text===a){p=!1,u=g;break}if(Rn(s[g]))throw new De("Missing a "+m+" character to complete a CD arrow.",s[g]);h[d].body.push(s[g])}if(p)throw new De("Missing a "+m+" character to complete a CD arrow.",s[u])}}var x={type:"styling",body:[On(m,h,e)],mode:"math",style:"display"};o.push(x),c={type:"styling",body:[],mode:"math",style:"display"}}else c.body.push(s[u]);i%2==0?o.push(c):o.shift(),o=[],l.push(o)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:"math",body:l,arraystretch:1,addJot:!0,rowGaps:[null],cols:new Array(l[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25}),colSeparationType:"CD",hLinesBeforeRow:new Array(l.length+1).fill([])}}(e.parser)),htmlBuilder:Ma,mathmlBuilder:Ta}),ka("\\nonumber","\\gdef\\@eqnsw{0}"),ka("\\notag","\\nonumber"),Fr({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new De(e.funcName+" valid only within array environment")}});var Aa=ba;Fr({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];if("ordgroup"!==a.type)throw new De("Invalid environment name",a);for(var o="",l=0;l<a.body.length;++l)o+=Cn(a.body[l],"textord").text;if("\\begin"===n){if(!Aa.hasOwnProperty(o))throw new De("No such environment: "+o,a);var i=Aa[o],{args:s,optArgs:c}=r.parseArguments("\\begin{"+o+"}",i),u={mode:r.mode,envName:o,parser:r},m=i.handler(u,s,c);r.expect("\\end",!1);var h=r.nextToken,d=Cn(r.parseFunction(),"environment");if(d.name!==o)throw new De("Mismatch: \\begin{"+o+"} matched by \\end{"+d.name+"}",h);return m}return{type:"environment",mode:r.mode,name:o,nameGroup:a}}});var Ba=(e,t)=>{var r=e.font,n=t.withFont(r);return rn(e.body,n)},La=(e,t)=>{var r=e.font,n=t.withFont(r);return gn(e.body,n)},Ia={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Fr({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=Pr(t[0]),o=n;return o in Ia&&(o=Ia[o]),{type:"font",mode:r.mode,font:o.slice(1),body:a}},htmlBuilder:Ba,mathmlBuilder:La}),Fr({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:r}=e,n=t[0],a=We.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:In(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:a}}}),Fr({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n,breakOnTokenText:a}=e,{mode:o}=r,l=r.parseExpression(!0,a);return{type:"font",mode:o,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:l}}},htmlBuilder:Ba,mathmlBuilder:La});var ja=(e,t)=>{var r=t;return"display"===e?r=r.id>=nt.SCRIPT.id?r.text():nt.DISPLAY:"text"===e&&r.size===nt.DISPLAY.size?r=nt.TEXT:"script"===e?r=nt.SCRIPT:"scriptscript"===e&&(r=nt.SCRIPTSCRIPT),r},Ra=(e,t)=>{var r,n=ja(e.size,t.style),a=n.fracNum(),o=n.fracDen();r=t.havingStyle(a);var l=rn(e.numer,r,t);if(e.continued){var i=8.5/t.fontMetrics().ptPerEm,s=3.5/t.fontMetrics().ptPerEm;l.height=l.height<i?i:l.height,l.depth=l.depth<s?s:l.depth}r=t.havingStyle(o);var c,u,m,h,d,p,g,x,f,b,v=rn(e.denom,r,t);if(e.hasBarLine?(e.barSize?(u=wt(e.barSize,t),c=Br.makeLineSpan("frac-line",t,u)):c=Br.makeLineSpan("frac-line",t),u=c.height,m=c.height):(c=null,u=0,m=t.fontMetrics().defaultRuleThickness),n.size===nt.DISPLAY.size||"display"===e.size?(h=t.fontMetrics().num1,d=u>0?3*m:7*m,p=t.fontMetrics().denom1):(u>0?(h=t.fontMetrics().num2,d=m):(h=t.fontMetrics().num3,d=3*m),p=t.fontMetrics().denom2),c){var y=t.fontMetrics().axisHeight;h-l.depth-(y+.5*u)<d&&(h+=d-(h-l.depth-(y+.5*u))),y-.5*u-(v.height-p)<d&&(p+=d-(y-.5*u-(v.height-p)));var k=-(y-.5*u);g=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:v,shift:p},{type:"elem",elem:c,shift:k},{type:"elem",elem:l,shift:-h}]},t)}else{var w=h-l.depth-(v.height-p);w<d&&(h+=.5*(d-w),p+=.5*(d-w)),g=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:v,shift:p},{type:"elem",elem:l,shift:-h}]},t)}return r=t.havingStyle(n),g.height*=r.sizeMultiplier/t.sizeMultiplier,g.depth*=r.sizeMultiplier/t.sizeMultiplier,x=n.size===nt.DISPLAY.size?t.fontMetrics().delim1:n.size===nt.SCRIPTSCRIPT.size?t.havingStyle(nt.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,f=null==e.leftDelim?tn(t,["mopen"]):ma.customSizedDelim(e.leftDelim,x,!0,t.havingStyle(n),e.mode,["mopen"]),b=e.continued?Br.makeSpan([]):null==e.rightDelim?tn(t,["mclose"]):ma.customSizedDelim(e.rightDelim,x,!0,t.havingStyle(n),e.mode,["mclose"]),Br.makeSpan(["mord"].concat(r.sizingClasses(t)),[f,Br.makeSpan(["mfrac"],[g]),b],t)},Oa=(e,t)=>{var r=new cn.MathNode("mfrac",[gn(e.numer,t),gn(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=wt(e.barSize,t);r.setAttribute("linethickness",St(n))}}else r.setAttribute("linethickness","0px");var a=ja(e.size,t.style);if(a.size!==t.style.size){r=new cn.MathNode("mstyle",[r]);var o=a.size===nt.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",o),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){var l=[];if(null!=e.leftDelim){var i=new cn.MathNode("mo",[new cn.TextNode(e.leftDelim.replace("\\",""))]);i.setAttribute("fence","true"),l.push(i)}if(l.push(r),null!=e.rightDelim){var s=new cn.MathNode("mo",[new cn.TextNode(e.rightDelim.replace("\\",""))]);s.setAttribute("fence","true"),l.push(s)}return mn(l)}return r};Fr({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var r,{parser:n,funcName:a}=e,o=t[0],l=t[1],i=null,s=null,c="auto";switch(a){case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,i="(",s=")";break;case"\\\\bracefrac":r=!1,i="\\{",s="\\}";break;case"\\\\brackfrac":r=!1,i="[",s="]";break;default:throw new Error("Unrecognized genfrac command")}switch(a){case"\\dfrac":case"\\dbinom":c="display";break;case"\\tfrac":case"\\tbinom":c="text"}return{type:"genfrac",mode:n.mode,continued:!1,numer:o,denom:l,hasBarLine:r,leftDelim:i,rightDelim:s,size:c,barSize:null}},htmlBuilder:Ra,mathmlBuilder:Oa}),Fr({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0],o=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:a,denom:o,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),Fr({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){var t,{parser:r,funcName:n,token:a}=e;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:a}}});var $a=["display","text","script","scriptscript"],Ha=function(e){var t=null;return e.length>0&&(t="."===(t=e)?null:t),t};Fr({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var r,{parser:n}=e,a=t[4],o=t[5],l=Pr(t[0]),i="atom"===l.type&&"open"===l.family?Ha(l.text):null,s=Pr(t[1]),c="atom"===s.type&&"close"===s.family?Ha(s.text):null,u=Cn(t[2],"size"),m=null;r=!!u.isBlank||(m=u.value).number>0;var h="auto",d=t[3];if("ordgroup"===d.type){if(d.body.length>0){var p=Cn(d.body[0],"textord");h=$a[Number(p.text)]}}else d=Cn(d,"textord"),h=$a[Number(d.text)];return{type:"genfrac",mode:n.mode,numer:a,denom:o,continued:!1,hasBarLine:r,barSize:m,leftDelim:i,rightDelim:c,size:h}},htmlBuilder:Ra,mathmlBuilder:Oa}),Fr({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:r,funcName:n,token:a}=e;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:Cn(t[0],"size").value,token:a}}}),Fr({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0],o=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(Cn(t[1],"infix").size),l=t[2],i=o.number>0;return{type:"genfrac",mode:r.mode,numer:a,denom:l,continued:!1,hasBarLine:i,barSize:o,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Ra,mathmlBuilder:Oa});var Da=(e,t)=>{var r,n,a=t.style;"supsub"===e.type?(r=e.sup?rn(e.sup,t.havingStyle(a.sup()),t):rn(e.sub,t.havingStyle(a.sub()),t),n=Cn(e.base,"horizBrace")):n=Cn(e,"horizBrace");var o,l=rn(n.base,t.havingBaseStyle(nt.DISPLAY)),i=Sn(n,t);if(n.isOver?(o=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:l},{type:"kern",size:.1},{type:"elem",elem:i}]},t)).children[0].children[0].children[1].classes.push("svg-align"):(o=Br.makeVList({positionType:"bottom",positionData:l.depth+.1+i.height,children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:l}]},t)).children[0].children[0].children[0].classes.push("svg-align"),r){var s=Br.makeSpan(["mord",n.isOver?"mover":"munder"],[o],t);o=n.isOver?Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.2},{type:"elem",elem:r}]},t):Br.makeVList({positionType:"bottom",positionData:s.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:s}]},t)}return Br.makeSpan(["mord",n.isOver?"mover":"munder"],[o],t)};Fr({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:r,funcName:n}=e;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:Da,mathmlBuilder:(e,t)=>{var r=wn(e.label);return new cn.MathNode(e.isOver?"mover":"munder",[gn(e.base,t),r])}}),Fr({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[1],a=Cn(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:a})?{type:"href",mode:r.mode,href:a,body:Vr(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var r=Xr(e.body,t,!1);return Br.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{var r=pn(e.body,t);return r instanceof ln||(r=new ln("mrow",[r])),r.setAttribute("href",e.href),r}}),Fr({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=Cn(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var a=[],o=0;o<n.length;o++){var l=n[o];"~"===l&&(l="\\textasciitilde"),a.push({type:"textord",mode:"text",text:l})}var i={type:"text",mode:r.mode,font:"\\texttt",body:a};return{type:"href",mode:r.mode,href:n,body:Vr(i)}}}),Fr({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(e,t){var{parser:r}=e;return{type:"hbox",mode:r.mode,body:Vr(t[0])}},htmlBuilder(e,t){var r=Xr(e.body,t,!1);return Br.makeFragment(r)},mathmlBuilder:(e,t)=>new cn.MathNode("mrow",dn(e.body,t))}),Fr({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(e,t)=>{var r,{parser:n,funcName:a,token:o}=e,l=Cn(t[0],"raw").string,i=t[1];n.settings.strict&&n.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var s={};switch(a){case"\\htmlClass":s.class=l,r={command:"\\htmlClass",class:l};break;case"\\htmlId":s.id=l,r={command:"\\htmlId",id:l};break;case"\\htmlStyle":s.style=l,r={command:"\\htmlStyle",style:l};break;case"\\htmlData":for(var c=l.split(","),u=0;u<c.length;u++){var m=c[u].split("=");if(2!==m.length)throw new De("Error parsing key-value for \\htmlData");s["data-"+m[0].trim()]=m[1].trim()}r={command:"\\htmlData",attributes:s};break;default:throw new Error("Unrecognized html command")}return n.settings.isTrusted(r)?{type:"html",mode:n.mode,attributes:s,body:Vr(i)}:n.formatUnsupportedCmd(a)},htmlBuilder:(e,t)=>{var r=Xr(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));var a=Br.makeSpan(n,r,t);for(var o in e.attributes)"class"!==o&&e.attributes.hasOwnProperty(o)&&a.setAttribute(o,e.attributes[o]);return a},mathmlBuilder:(e,t)=>pn(e.body,t)}),Fr({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"htmlmathml",mode:r.mode,html:Vr(t[0]),mathml:Vr(t[1])}},htmlBuilder:(e,t)=>{var r=Xr(e.html,t,!1);return Br.makeFragment(r)},mathmlBuilder:(e,t)=>pn(e.mathml,t)});var Fa=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new De("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!kt(r))throw new De("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};Fr({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{var{parser:n}=e,a={number:0,unit:"em"},o={number:.9,unit:"em"},l={number:0,unit:"em"},i="";if(r[0])for(var s=Cn(r[0],"raw").string.split(","),c=0;c<s.length;c++){var u=s[c].split("=");if(2===u.length){var m=u[1].trim();switch(u[0].trim()){case"alt":i=m;break;case"width":a=Fa(m);break;case"height":o=Fa(m);break;case"totalheight":l=Fa(m);break;default:throw new De("Invalid key: '"+u[0]+"' in \\includegraphics.")}}}var h=Cn(t[0],"url").url;return""===i&&(i=(i=(i=h).replace(/^.*[\\/]/,"")).substring(0,i.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:h})?{type:"includegraphics",mode:n.mode,alt:i,width:a,height:o,totalheight:l,src:h}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(e,t)=>{var r=wt(e.height,t),n=0;e.totalheight.number>0&&(n=wt(e.totalheight,t)-r);var a=0;e.width.number>0&&(a=wt(e.width,t));var o={height:St(r+n)};a>0&&(o.width=St(a)),n>0&&(o.verticalAlign=St(-n));var l=new Nt(e.src,e.alt,o);return l.height=r,l.depth=n,l},mathmlBuilder:(e,t)=>{var r=new cn.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var n=wt(e.height,t),a=0;if(e.totalheight.number>0&&(a=wt(e.totalheight,t)-n,r.setAttribute("valign",St(-a))),r.setAttribute("height",St(n+a)),e.width.number>0){var o=wt(e.width,t);r.setAttribute("width",St(o))}return r.setAttribute("src",e.src),r}}),Fr({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,a=Cn(t[0],"size");if(r.settings.strict){var o="m"===n[1],l="mu"===a.value.unit;o?(l||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+a.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):l&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:a.value}},htmlBuilder:(e,t)=>Br.makeGlue(e.dimension,t),mathmlBuilder(e,t){var r=wt(e.dimension,t);return new cn.SpaceNode(r)}}),Fr({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:a}},htmlBuilder:(e,t)=>{var r;"clap"===e.alignment?(r=Br.makeSpan([],[rn(e.body,t)]),r=Br.makeSpan(["inner"],[r],t)):r=Br.makeSpan(["inner"],[rn(e.body,t)]);var n=Br.makeSpan(["fix"],[]),a=Br.makeSpan([e.alignment],[r,n],t),o=Br.makeSpan(["strut"]);return o.style.height=St(a.height+a.depth),a.depth&&(o.style.verticalAlign=St(-a.depth)),a.children.unshift(o),a=Br.makeSpan(["thinbox"],[a],t),Br.makeSpan(["mord","vbox"],[a],t)},mathmlBuilder:(e,t)=>{var r=new cn.MathNode("mpadded",[gn(e.body,t)]);if("rlap"!==e.alignment){var n="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),Fr({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:r,parser:n}=e,a=n.mode;n.switchMode("math");var o="\\("===r?"\\)":"$",l=n.parseExpression(!1,o);return n.expect(o),n.switchMode(a),{type:"styling",mode:n.mode,style:"text",body:l}}}),Fr({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new De("Mismatched "+e.funcName)}});var _a=(e,t)=>{switch(t.style.size){case nt.DISPLAY.size:return e.display;case nt.TEXT.size:return e.text;case nt.SCRIPT.size:return e.script;case nt.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};Fr({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:r}=e;return{type:"mathchoice",mode:r.mode,display:Vr(t[0]),text:Vr(t[1]),script:Vr(t[2]),scriptscript:Vr(t[3])}},htmlBuilder:(e,t)=>{var r=_a(e,t),n=Xr(r,t,!1);return Br.makeFragment(n)},mathmlBuilder:(e,t)=>{var r=_a(e,t);return pn(r,t)}});var Pa=(e,t,r,n,a,o,l)=>{e=Br.makeSpan([],[e]);var i,s,c,u=r&&We.isCharacterBox(r);if(t){var m=rn(t,n.havingStyle(a.sup()),n);s={elem:m,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-m.depth)}}if(r){var h=rn(r,n.havingStyle(a.sub()),n);i={elem:h,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-h.height)}}if(s&&i){var d=n.fontMetrics().bigOpSpacing5+i.elem.height+i.elem.depth+i.kern+e.depth+l;c=Br.makeVList({positionType:"bottom",positionData:d,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:i.elem,marginLeft:St(-o)},{type:"kern",size:i.kern},{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:St(o)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(i){var p=e.height-l;c=Br.makeVList({positionType:"top",positionData:p,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:i.elem,marginLeft:St(-o)},{type:"kern",size:i.kern},{type:"elem",elem:e}]},n)}else{if(!s)return e;var g=e.depth+l;c=Br.makeVList({positionType:"bottom",positionData:g,children:[{type:"elem",elem:e},{type:"kern",size:s.kern},{type:"elem",elem:s.elem,marginLeft:St(o)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}var x=[c];if(i&&0!==o&&!u){var f=Br.makeSpan(["mspace"],[],n);f.style.marginRight=St(o),x.unshift(f)}return Br.makeSpan(["mop","op-limits"],x,n)},Va=["\\smallint"],Wa=(e,t)=>{var r,n,a,o=!1;"supsub"===e.type?(r=e.sup,n=e.sub,a=Cn(e.base,"op"),o=!0):a=Cn(e,"op");var l,i=t.style,s=!1;if(i.size===nt.DISPLAY.size&&a.symbol&&!We.contains(Va,a.name)&&(s=!0),a.symbol){var c=s?"Size2-Regular":"Size1-Regular",u="";if("\\oiint"!==a.name&&"\\oiiint"!==a.name||(u=a.name.slice(1),a.name="oiint"===u?"\\iint":"\\iiint"),l=Br.makeSymbol(a.name,c,"math",t,["mop","op-symbol",s?"large-op":"small-op"]),u.length>0){var m=l.italic,h=Br.staticSvg(u+"Size"+(s?"2":"1"),t);l=Br.makeVList({positionType:"individualShift",children:[{type:"elem",elem:l,shift:0},{type:"elem",elem:h,shift:s?.08:0}]},t),a.name="\\"+u,l.classes.unshift("mop"),l.italic=m}}else if(a.body){var d=Xr(a.body,t,!0);1===d.length&&d[0]instanceof Bt?(l=d[0]).classes[0]="mop":l=Br.makeSpan(["mop"],d,t)}else{for(var p=[],g=1;g<a.name.length;g++)p.push(Br.mathsym(a.name[g],a.mode,t));l=Br.makeSpan(["mop"],p,t)}var x=0,f=0;return(l instanceof Bt||"\\oiint"===a.name||"\\oiiint"===a.name)&&!a.suppressBaseShift&&(x=(l.height-l.depth)/2-t.fontMetrics().axisHeight,f=l.italic),o?Pa(l,r,n,t,i,f,x):(x&&(l.style.position="relative",l.style.top=St(x)),l)},Ya=(e,t)=>{var r;if(e.symbol)r=new ln("mo",[un(e.name,e.mode)]),We.contains(Va,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new ln("mo",dn(e.body,t));else{r=new ln("mi",[new sn(e.name.slice(1))]);var n=new ln("mo",[un("","text")]);r=e.parentIsSupSub?new ln("mrow",[r,n]):on([r,n])}return r},Ua={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};Fr({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=n;return 1===a.length&&(a=Ua[a]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:Wa,mathmlBuilder:Ya}),Fr({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Vr(n)}},htmlBuilder:Wa,mathmlBuilder:Ya});var Ga={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};Fr({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Wa,mathmlBuilder:Ya}),Fr({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Wa,mathmlBuilder:Ya}),Fr({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){var{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=Ga[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:Wa,mathmlBuilder:Ya});var Za=(e,t)=>{var r,n,a,o,l=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,a=Cn(e.base,"operatorname"),l=!0):a=Cn(e,"operatorname"),a.body.length>0){for(var i=a.body.map((e=>{var t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e})),s=Xr(i,t.withFont("mathrm"),!0),c=0;c<s.length;c++){var u=s[c];u instanceof Bt&&(u.text=u.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}o=Br.makeSpan(["mop"],s,t)}else o=Br.makeSpan(["mop"],[],t);return l?Pa(o,r,n,t,t.style,0,0):o};function Xa(e,t,r){for(var n=Xr(e,t,!1),a=t.sizeMultiplier/r.sizeMultiplier,o=0;o<n.length;o++){var l=n[o].classes.indexOf("sizing");l<0?Array.prototype.push.apply(n[o].classes,t.sizingClasses(r)):n[o].classes[l+1]==="reset-size"+t.size&&(n[o].classes[l+1]="reset-size"+r.size),n[o].height*=a,n[o].depth*=a}return Br.makeFragment(n)}Fr({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:r,funcName:n}=e,a=t[0];return{type:"operatorname",mode:r.mode,body:Vr(a),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:Za,mathmlBuilder:(e,t)=>{for(var r=dn(e.body,t.withFont("mathrm")),n=!0,a=0;a<r.length;a++){var o=r[a];if(o instanceof cn.SpaceNode);else if(o instanceof cn.MathNode)switch(o.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var l=o.children[0];1===o.children.length&&l instanceof cn.TextNode?l.text=l.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var i=r.map((e=>e.toText())).join("");r=[new cn.TextNode(i)]}var s=new cn.MathNode("mi",r);s.setAttribute("mathvariant","normal");var c=new cn.MathNode("mo",[un("","text")]);return e.parentIsSupSub?new cn.MathNode("mrow",[s,c]):cn.newDocumentFragment([s,c])}}),ka("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),_r({type:"ordgroup",htmlBuilder:(e,t)=>e.semisimple?Br.makeFragment(Xr(e.body,t,!1)):Br.makeSpan(["mord"],Xr(e.body,t,!0),t),mathmlBuilder:(e,t)=>pn(e.body,t,!0)}),Fr({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:r}=e,n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(e,t){var r=rn(e.body,t.havingCrampedStyle()),n=Br.makeLineSpan("overline-line",t),a=t.fontMetrics().defaultRuleThickness,o=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*a},{type:"elem",elem:n},{type:"kern",size:a}]},t);return Br.makeSpan(["mord","overline"],[o],t)},mathmlBuilder(e,t){var r=new cn.MathNode("mo",[new cn.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new cn.MathNode("mover",[gn(e.body,t),r]);return n.setAttribute("accent","true"),n}}),Fr({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"phantom",mode:r.mode,body:Vr(n)}},htmlBuilder:(e,t)=>{var r=Xr(e.body,t.withPhantom(),!1);return Br.makeFragment(r)},mathmlBuilder:(e,t)=>{var r=dn(e.body,t);return new cn.MathNode("mphantom",r)}}),Fr({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=Br.makeSpan([],[rn(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),Br.makeSpan(["mord"],[r],t)},mathmlBuilder:(e,t)=>{var r=dn(Vr(e.body),t),n=new cn.MathNode("mphantom",r),a=new cn.MathNode("mpadded",[n]);return a.setAttribute("height","0px"),a.setAttribute("depth","0px"),a}}),Fr({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:r}=e,n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{var r=Br.makeSpan(["inner"],[rn(e.body,t.withPhantom())]),n=Br.makeSpan(["fix"],[]);return Br.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:(e,t)=>{var r=dn(Vr(e.body),t),n=new cn.MathNode("mphantom",r),a=new cn.MathNode("mpadded",[n]);return a.setAttribute("width","0px"),a}}),Fr({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:r}=e,n=Cn(t[0],"size").value,a=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:a}},htmlBuilder(e,t){var r=rn(e.body,t),n=wt(e.dy,t);return Br.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){var r=new cn.MathNode("mpadded",[gn(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),Fr({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}}),Fr({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(e,t,r){var{parser:n}=e,a=r[0],o=Cn(t[0],"size"),l=Cn(t[1],"size");return{type:"rule",mode:n.mode,shift:a&&Cn(a,"size").value,width:o.value,height:l.value}},htmlBuilder(e,t){var r=Br.makeSpan(["mord","rule"],[],t),n=wt(e.width,t),a=wt(e.height,t),o=e.shift?wt(e.shift,t):0;return r.style.borderRightWidth=St(n),r.style.borderTopWidth=St(a),r.style.bottom=St(o),r.width=n,r.height=a+o,r.depth=-o,r.maxFontSize=1.125*a*t.sizeMultiplier,r},mathmlBuilder(e,t){var r=wt(e.width,t),n=wt(e.height,t),a=e.shift?wt(e.shift,t):0,o=t.color&&t.getColor()||"black",l=new cn.MathNode("mspace");l.setAttribute("mathbackground",o),l.setAttribute("width",St(r)),l.setAttribute("height",St(n));var i=new cn.MathNode("mpadded",[l]);return a>=0?i.setAttribute("height",St(a)):(i.setAttribute("height",St(a)),i.setAttribute("depth",St(-a))),i.setAttribute("voffset",St(a)),i}});var Ja=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];Fr({type:"sizing",names:Ja,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:r,funcName:n,parser:a}=e,o=a.parseExpression(!1,r);return{type:"sizing",mode:a.mode,size:Ja.indexOf(n)+1,body:o}},htmlBuilder:(e,t)=>{var r=t.havingSize(e.size);return Xa(e.body,r,t)},mathmlBuilder:(e,t)=>{var r=t.havingSize(e.size),n=dn(e.body,r),a=new cn.MathNode("mstyle",n);return a.setAttribute("mathsize",St(r.sizeMultiplier)),a}}),Fr({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{var{parser:n}=e,a=!1,o=!1,l=r[0]&&Cn(r[0],"ordgroup");if(l)for(var i="",s=0;s<l.body.length;++s){if("t"===(i=l.body[s].text))a=!0;else{if("b"!==i){a=!1,o=!1;break}o=!0}}else a=!0,o=!0;var c=t[0];return{type:"smash",mode:n.mode,body:c,smashHeight:a,smashDepth:o}},htmlBuilder:(e,t)=>{var r=Br.makeSpan([],[rn(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var a=0;a<r.children.length;a++)r.children[a].depth=0;var o=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return Br.makeSpan(["mord"],[o],t)},mathmlBuilder:(e,t)=>{var r=new cn.MathNode("mpadded",[gn(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),Fr({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){var{parser:n}=e,a=r[0],o=t[0];return{type:"sqrt",mode:n.mode,body:o,index:a}},htmlBuilder(e,t){var r=rn(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Br.wrapFragment(r,t);var n=t.fontMetrics().defaultRuleThickness,a=n;t.style.id<nt.TEXT.id&&(a=t.fontMetrics().xHeight);var o=n+a/4,l=r.height+r.depth+o+n,{span:i,ruleWidth:s,advanceWidth:c}=ma.sqrtImage(l,t),u=i.height-s;u>r.height+r.depth+o&&(o=(o+u-r.height-r.depth)/2);var m=i.height-r.height-o-s;r.style.paddingLeft=St(c);var h=Br.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+m)},{type:"elem",elem:i},{type:"kern",size:s}]},t);if(e.index){var d=t.havingStyle(nt.SCRIPTSCRIPT),p=rn(e.index,d,t),g=.6*(h.height-h.depth),x=Br.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:p}]},t),f=Br.makeSpan(["root"],[x]);return Br.makeSpan(["mord","sqrt"],[f,h],t)}return Br.makeSpan(["mord","sqrt"],[h],t)},mathmlBuilder(e,t){var{body:r,index:n}=e;return n?new cn.MathNode("mroot",[gn(r,t),gn(n,t)]):new cn.MathNode("msqrt",[gn(r,t)])}});var Ka={display:nt.DISPLAY,text:nt.TEXT,script:nt.SCRIPT,scriptscript:nt.SCRIPTSCRIPT};Fr({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:r,funcName:n,parser:a}=e,o=a.parseExpression(!0,r),l=n.slice(1,n.length-5);return{type:"styling",mode:a.mode,style:l,body:o}},htmlBuilder(e,t){var r=Ka[e.style],n=t.havingStyle(r).withFont("");return Xa(e.body,n,t)},mathmlBuilder(e,t){var r=Ka[e.style],n=t.havingStyle(r),a=dn(e.body,n),o=new cn.MathNode("mstyle",a),l={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return o.setAttribute("scriptlevel",l[0]),o.setAttribute("displaystyle",l[1]),o}});_r({type:"supsub",htmlBuilder(e,t){var r=function(e,t){var r=e.base;return r?"op"===r.type?r.limits&&(t.style.size===nt.DISPLAY.size||r.alwaysHandleSupSub)?Wa:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===nt.DISPLAY.size||r.limits)?Za:null:"accent"===r.type?We.isCharacterBox(r.base)?Mn:null:"horizBrace"===r.type&&!e.sub===r.isOver?Da:null:null}(e,t);if(r)return r(e,t);var n,a,o,{base:l,sup:i,sub:s}=e,c=rn(l,t),u=t.fontMetrics(),m=0,h=0,d=l&&We.isCharacterBox(l);if(i){var p=t.havingStyle(t.style.sup());n=rn(i,p,t),d||(m=c.height-p.fontMetrics().supDrop*p.sizeMultiplier/t.sizeMultiplier)}if(s){var g=t.havingStyle(t.style.sub());a=rn(s,g,t),d||(h=c.depth+g.fontMetrics().subDrop*g.sizeMultiplier/t.sizeMultiplier)}o=t.style===nt.DISPLAY?u.sup1:t.style.cramped?u.sup3:u.sup2;var x,f=t.sizeMultiplier,b=St(.5/u.ptPerEm/f),v=null;if(a){var y=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(c instanceof Bt||y)&&(v=St(-c.italic))}if(n&&a){m=Math.max(m,o,n.depth+.25*u.xHeight),h=Math.max(h,u.sub2);var k=4*u.defaultRuleThickness;if(m-n.depth-(a.height-h)<k){h=k-(m-n.depth)+a.height;var w=.8*u.xHeight-(m-n.depth);w>0&&(m+=w,h-=w)}var S=[{type:"elem",elem:a,shift:h,marginRight:b,marginLeft:v},{type:"elem",elem:n,shift:-m,marginRight:b}];x=Br.makeVList({positionType:"individualShift",children:S},t)}else if(a){h=Math.max(h,u.sub1,a.height-.8*u.xHeight);var C=[{type:"elem",elem:a,marginLeft:v,marginRight:b}];x=Br.makeVList({positionType:"shift",positionData:h,children:C},t)}else{if(!n)throw new Error("supsub must have either sup or sub.");m=Math.max(m,o,n.depth+.25*u.xHeight),x=Br.makeVList({positionType:"shift",positionData:-m,children:[{type:"elem",elem:n,marginRight:b}]},t)}var z=en(c,"right")||"mord";return Br.makeSpan([z],[c,Br.makeSpan(["msupsub"],[x])],t)},mathmlBuilder(e,t){var r,n=!1;e.base&&"horizBrace"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var a,o=[gn(e.base,t)];if(e.sub&&o.push(gn(e.sub,t)),e.sup&&o.push(gn(e.sup,t)),n)a=r?"mover":"munder";else if(e.sub)if(e.sup){var l=e.base;a=l&&"op"===l.type&&l.limits&&t.style===nt.DISPLAY||l&&"operatorname"===l.type&&l.alwaysHandleSupSub&&(t.style===nt.DISPLAY||l.limits)?"munderover":"msubsup"}else{var i=e.base;a=i&&"op"===i.type&&i.limits&&(t.style===nt.DISPLAY||i.alwaysHandleSupSub)||i&&"operatorname"===i.type&&i.alwaysHandleSupSub&&(i.limits||t.style===nt.DISPLAY)?"munder":"msub"}else{var s=e.base;a=s&&"op"===s.type&&s.limits&&(t.style===nt.DISPLAY||s.alwaysHandleSupSub)||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(s.limits||t.style===nt.DISPLAY)?"mover":"msup"}return new cn.MathNode(a,o)}}),_r({type:"atom",htmlBuilder:(e,t)=>Br.mathsym(e.text,e.mode,t,["m"+e.family]),mathmlBuilder(e,t){var r=new cn.MathNode("mo",[un(e.text,e.mode)]);if("bin"===e.family){var n=hn(e,t);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false");return r}});var Qa={mi:"italic",mn:"normal",mtext:"normal"};_r({type:"mathord",htmlBuilder:(e,t)=>Br.makeOrd(e,t,"mathord"),mathmlBuilder(e,t){var r=new cn.MathNode("mi",[un(e.text,e.mode,t)]),n=hn(e,t)||"italic";return n!==Qa[r.type]&&r.setAttribute("mathvariant",n),r}}),_r({type:"textord",htmlBuilder:(e,t)=>Br.makeOrd(e,t,"textord"),mathmlBuilder(e,t){var r,n=un(e.text,e.mode,t),a=hn(e,t)||"normal";return r="text"===e.mode?new cn.MathNode("mtext",[n]):/[0-9]/.test(e.text)?new cn.MathNode("mn",[n]):"\\prime"===e.text?new cn.MathNode("mo",[n]):new cn.MathNode("mi",[n]),a!==Qa[r.type]&&r.setAttribute("mathvariant",a),r}});var eo={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},to={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};_r({type:"spacing",htmlBuilder(e,t){if(to.hasOwnProperty(e.text)){var r=to[e.text].className||"";if("text"===e.mode){var n=Br.makeOrd(e,t,"textord");return n.classes.push(r),n}return Br.makeSpan(["mspace",r],[Br.mathsym(e.text,e.mode,t)],t)}if(eo.hasOwnProperty(e.text))return Br.makeSpan(["mspace",eo[e.text]],[],t);throw new De('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){if(!to.hasOwnProperty(e.text)){if(eo.hasOwnProperty(e.text))return new cn.MathNode("mspace");throw new De('Unknown type of space "'+e.text+'"')}return new cn.MathNode("mtext",[new cn.TextNode(" ")])}});var ro=()=>{var e=new cn.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};_r({type:"tag",mathmlBuilder(e,t){var r=new cn.MathNode("mtable",[new cn.MathNode("mtr",[ro(),new cn.MathNode("mtd",[pn(e.body,t)]),ro(),new cn.MathNode("mtd",[pn(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var no={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},ao={"\\textbf":"textbf","\\textmd":"textmd"},oo={"\\textit":"textit","\\textup":"textup"},lo=(e,t)=>{var r=e.font;return r?no[r]?t.withTextFontFamily(no[r]):ao[r]?t.withTextFontWeight(ao[r]):t.withTextFontShape(oo[r]):t};Fr({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:r,funcName:n}=e,a=t[0];return{type:"text",mode:r.mode,body:Vr(a),font:n}},htmlBuilder(e,t){var r=lo(e,t),n=Xr(e.body,r,!0);return Br.makeSpan(["mord","text"],n,r)},mathmlBuilder(e,t){var r=lo(e,t);return pn(e.body,r)}}),Fr({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:r}=e;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=rn(e.body,t),n=Br.makeLineSpan("underline-line",t),a=t.fontMetrics().defaultRuleThickness,o=Br.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:a},{type:"elem",elem:n},{type:"kern",size:3*a},{type:"elem",elem:r}]},t);return Br.makeSpan(["mord","underline"],[o],t)},mathmlBuilder(e,t){var r=new cn.MathNode("mo",[new cn.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new cn.MathNode("munder",[gn(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),Fr({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:r}=e;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder(e,t){var r=rn(e.body,t),n=t.fontMetrics().axisHeight,a=.5*(r.height-n-(r.depth+n));return Br.makeVList({positionType:"shift",positionData:a,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:(e,t)=>new cn.MathNode("mpadded",[gn(e.body,t)],["vcenter"])}),Fr({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new De("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var r=io(e),n=[],a=t.havingStyle(t.style.text()),o=0;o<r.length;o++){var l=r[o];"~"===l&&(l="\\textasciitilde"),n.push(Br.makeSymbol(l,"Typewriter-Regular",e.mode,a,["mord","texttt"]))}return Br.makeSpan(["mord","text"].concat(a.sizingClasses(t)),Br.tryCombineChars(n),a)},mathmlBuilder(e,t){var r=new cn.TextNode(io(e)),n=new cn.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var io=e=>e.body.replace(/ /g,e.star?"␣":" "),so=$r,co="[ \r\n\t]",uo="(\\\\[a-zA-Z@]+)"+co+"*",mo="[̀-ͯ]",ho=new RegExp(mo+"+$"),po="("+co+"+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-‧-豈-]"+mo+"*|[\ud800-\udbff][\udc00-\udfff]"+mo+"*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|"+uo+"|\\\\[^\ud800-\udfff])";class go{constructor(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(po,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new He("EOF",new $e(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new De("Unexpected character: '"+e[t]+"'",new He(e[t],new $e(this,t,t+1)));var n=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[n]){var a=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===a?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=a+1,this.lex()}return new He(n,new $e(this,t,this.tokenRegex.lastIndex))}}class xo{constructor(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new De("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var t in e)e.hasOwnProperty(t)&&(null==e[t]?delete this.current[t]:this.current[t]=e[t])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,t,r){if(void 0===r&&(r=!1),r){for(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var a=this.undefStack[this.undefStack.length-1];a&&!a.hasOwnProperty(e)&&(a[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t}}var fo=ya;ka("\\noexpand",(function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}})),ka("\\expandafter",(function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}})),ka("\\@firstoftwo",(function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}})),ka("\\@secondoftwo",(function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}})),ka("\\@ifnextchar",(function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}})),ka("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),ka("\\TextOrMath",(function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}}));var bo={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};ka("\\char",(function(e){var t,r=e.popToken(),n="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if("\\"===(r=e.popToken()).text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new De("\\char` missing argument");n=r.text.charCodeAt(0)}else t=10;if(t){if(null==(n=bo[r.text])||n>=t)throw new De("Invalid base-"+t+" digit "+r.text);for(var a;null!=(a=bo[e.future().text])&&a<t;)n*=t,n+=a,e.popToken()}return"\\@char{"+n+"}"}));var vo=(e,t,r)=>{var n=e.consumeArg().tokens;if(1!==n.length)throw new De("\\newcommand's first argument must be a macro name");var a=n[0].text,o=e.isDefined(a);if(o&&!t)throw new De("\\newcommand{"+a+"} attempting to redefine "+a+"; use \\renewcommand");if(!o&&!r)throw new De("\\renewcommand{"+a+"} when command "+a+" does not yet exist; use \\newcommand");var l=0;if(1===(n=e.consumeArg().tokens).length&&"["===n[0].text){for(var i="",s=e.expandNextToken();"]"!==s.text&&"EOF"!==s.text;)i+=s.text,s=e.expandNextToken();if(!i.match(/^\s*[0-9]+\s*$/))throw new De("Invalid number of arguments: "+i);l=parseInt(i),n=e.consumeArg().tokens}return e.macros.set(a,{tokens:n,numArgs:l}),""};ka("\\newcommand",(e=>vo(e,!1,!0))),ka("\\renewcommand",(e=>vo(e,!0,!1))),ka("\\providecommand",(e=>vo(e,!0,!0))),ka("\\message",(e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map((e=>e.text)).join("")),""})),ka("\\errmessage",(e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map((e=>e.text)).join("")),""})),ka("\\show",(e=>{var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),so[r],Ht.math[r],Ht.text[r]),""})),ka("\\bgroup","{"),ka("\\egroup","}"),ka("~","\\nobreakspace"),ka("\\lq","`"),ka("\\rq","'"),ka("\\aa","\\r a"),ka("\\AA","\\r A"),ka("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),ka("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),ka("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),ka("ℬ","\\mathscr{B}"),ka("ℰ","\\mathscr{E}"),ka("ℱ","\\mathscr{F}"),ka("ℋ","\\mathscr{H}"),ka("ℐ","\\mathscr{I}"),ka("ℒ","\\mathscr{L}"),ka("ℳ","\\mathscr{M}"),ka("ℛ","\\mathscr{R}"),ka("ℭ","\\mathfrak{C}"),ka("ℌ","\\mathfrak{H}"),ka("ℨ","\\mathfrak{Z}"),ka("\\Bbbk","\\Bbb{k}"),ka("·","\\cdotp"),ka("\\llap","\\mathllap{\\textrm{#1}}"),ka("\\rlap","\\mathrlap{\\textrm{#1}}"),ka("\\clap","\\mathclap{\\textrm{#1}}"),ka("\\mathstrut","\\vphantom{(}"),ka("\\underbar","\\underline{\\text{#1}}"),ka("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),ka("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),ka("\\ne","\\neq"),ka("≠","\\neq"),ka("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),ka("∉","\\notin"),ka("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),ka("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),ka("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),ka("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),ka("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),ka("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),ka("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),ka("⟂","\\perp"),ka("‼","\\mathclose{!\\mkern-0.8mu!}"),ka("∌","\\notni"),ka("⌜","\\ulcorner"),ka("⌝","\\urcorner"),ka("⌞","\\llcorner"),ka("⌟","\\lrcorner"),ka("©","\\copyright"),ka("®","\\textregistered"),ka("️","\\textregistered"),ka("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),ka("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),ka("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),ka("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),ka("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),ka("⋮","\\vdots"),ka("\\varGamma","\\mathit{\\Gamma}"),ka("\\varDelta","\\mathit{\\Delta}"),ka("\\varTheta","\\mathit{\\Theta}"),ka("\\varLambda","\\mathit{\\Lambda}"),ka("\\varXi","\\mathit{\\Xi}"),ka("\\varPi","\\mathit{\\Pi}"),ka("\\varSigma","\\mathit{\\Sigma}"),ka("\\varUpsilon","\\mathit{\\Upsilon}"),ka("\\varPhi","\\mathit{\\Phi}"),ka("\\varPsi","\\mathit{\\Psi}"),ka("\\varOmega","\\mathit{\\Omega}"),ka("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),ka("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),ka("\\boxed","\\fbox{$\\displaystyle{#1}$}"),ka("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),ka("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),ka("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var yo={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};ka("\\dots",(function(e){var t="\\dotso",r=e.expandAfterFuture().text;return r in yo?t=yo[r]:("\\not"===r.slice(0,4)||r in Ht.math&&We.contains(["bin","rel"],Ht.math[r].group))&&(t="\\dotsb"),t}));var ko={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};ka("\\dotso",(function(e){return e.future().text in ko?"\\ldots\\,":"\\ldots"})),ka("\\dotsc",(function(e){var t=e.future().text;return t in ko&&","!==t?"\\ldots\\,":"\\ldots"})),ka("\\cdots",(function(e){return e.future().text in ko?"\\@cdots\\,":"\\@cdots"})),ka("\\dotsb","\\cdots"),ka("\\dotsm","\\cdots"),ka("\\dotsi","\\!\\cdots"),ka("\\dotsx","\\ldots\\,"),ka("\\DOTSI","\\relax"),ka("\\DOTSB","\\relax"),ka("\\DOTSX","\\relax"),ka("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),ka("\\,","\\tmspace+{3mu}{.1667em}"),ka("\\thinspace","\\,"),ka("\\>","\\mskip{4mu}"),ka("\\:","\\tmspace+{4mu}{.2222em}"),ka("\\medspace","\\:"),ka("\\;","\\tmspace+{5mu}{.2777em}"),ka("\\thickspace","\\;"),ka("\\!","\\tmspace-{3mu}{.1667em}"),ka("\\negthinspace","\\!"),ka("\\negmedspace","\\tmspace-{4mu}{.2222em}"),ka("\\negthickspace","\\tmspace-{5mu}{.277em}"),ka("\\enspace","\\kern.5em "),ka("\\enskip","\\hskip.5em\\relax"),ka("\\quad","\\hskip1em\\relax"),ka("\\qquad","\\hskip2em\\relax"),ka("\\tag","\\@ifstar\\tag@literal\\tag@paren"),ka("\\tag@paren","\\tag@literal{({#1})}"),ka("\\tag@literal",(e=>{if(e.macros.get("\\df@tag"))throw new De("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"})),ka("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),ka("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),ka("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),ka("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),ka("\\newline","\\\\\\relax"),ka("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var wo=St(ut["Main-Regular"]["T".charCodeAt(0)][1]-.7*ut["Main-Regular"]["A".charCodeAt(0)][1]);ka("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+wo+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),ka("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+wo+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),ka("\\hspace","\\@ifstar\\@hspacer\\@hspace"),ka("\\@hspace","\\hskip #1\\relax"),ka("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),ka("\\ordinarycolon",":"),ka("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),ka("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),ka("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),ka("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),ka("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),ka("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),ka("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),ka("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),ka("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),ka("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),ka("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),ka("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),ka("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),ka("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),ka("∷","\\dblcolon"),ka("∹","\\eqcolon"),ka("≔","\\coloneqq"),ka("≕","\\eqqcolon"),ka("⩴","\\Coloneqq"),ka("\\ratio","\\vcentcolon"),ka("\\coloncolon","\\dblcolon"),ka("\\colonequals","\\coloneqq"),ka("\\coloncolonequals","\\Coloneqq"),ka("\\equalscolon","\\eqqcolon"),ka("\\equalscoloncolon","\\Eqqcolon"),ka("\\colonminus","\\coloneq"),ka("\\coloncolonminus","\\Coloneq"),ka("\\minuscolon","\\eqcolon"),ka("\\minuscoloncolon","\\Eqcolon"),ka("\\coloncolonapprox","\\Colonapprox"),ka("\\coloncolonsim","\\Colonsim"),ka("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),ka("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),ka("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),ka("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),ka("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),ka("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),ka("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),ka("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),ka("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),ka("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),ka("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),ka("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),ka("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),ka("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),ka("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),ka("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),ka("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),ka("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),ka("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),ka("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),ka("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),ka("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),ka("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),ka("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),ka("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),ka("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),ka("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),ka("\\imath","\\html@mathml{\\@imath}{ı}"),ka("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),ka("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),ka("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),ka("⟦","\\llbracket"),ka("⟧","\\rrbracket"),ka("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),ka("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),ka("⦃","\\lBrace"),ka("⦄","\\rBrace"),ka("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),ka("⦵","\\minuso"),ka("\\darr","\\downarrow"),ka("\\dArr","\\Downarrow"),ka("\\Darr","\\Downarrow"),ka("\\lang","\\langle"),ka("\\rang","\\rangle"),ka("\\uarr","\\uparrow"),ka("\\uArr","\\Uparrow"),ka("\\Uarr","\\Uparrow"),ka("\\N","\\mathbb{N}"),ka("\\R","\\mathbb{R}"),ka("\\Z","\\mathbb{Z}"),ka("\\alef","\\aleph"),ka("\\alefsym","\\aleph"),ka("\\Alpha","\\mathrm{A}"),ka("\\Beta","\\mathrm{B}"),ka("\\bull","\\bullet"),ka("\\Chi","\\mathrm{X}"),ka("\\clubs","\\clubsuit"),ka("\\cnums","\\mathbb{C}"),ka("\\Complex","\\mathbb{C}"),ka("\\Dagger","\\ddagger"),ka("\\diamonds","\\diamondsuit"),ka("\\empty","\\emptyset"),ka("\\Epsilon","\\mathrm{E}"),ka("\\Eta","\\mathrm{H}"),ka("\\exist","\\exists"),ka("\\harr","\\leftrightarrow"),ka("\\hArr","\\Leftrightarrow"),ka("\\Harr","\\Leftrightarrow"),ka("\\hearts","\\heartsuit"),ka("\\image","\\Im"),ka("\\infin","\\infty"),ka("\\Iota","\\mathrm{I}"),ka("\\isin","\\in"),ka("\\Kappa","\\mathrm{K}"),ka("\\larr","\\leftarrow"),ka("\\lArr","\\Leftarrow"),ka("\\Larr","\\Leftarrow"),ka("\\lrarr","\\leftrightarrow"),ka("\\lrArr","\\Leftrightarrow"),ka("\\Lrarr","\\Leftrightarrow"),ka("\\Mu","\\mathrm{M}"),ka("\\natnums","\\mathbb{N}"),ka("\\Nu","\\mathrm{N}"),ka("\\Omicron","\\mathrm{O}"),ka("\\plusmn","\\pm"),ka("\\rarr","\\rightarrow"),ka("\\rArr","\\Rightarrow"),ka("\\Rarr","\\Rightarrow"),ka("\\real","\\Re"),ka("\\reals","\\mathbb{R}"),ka("\\Reals","\\mathbb{R}"),ka("\\Rho","\\mathrm{P}"),ka("\\sdot","\\cdot"),ka("\\sect","\\S"),ka("\\spades","\\spadesuit"),ka("\\sub","\\subset"),ka("\\sube","\\subseteq"),ka("\\supe","\\supseteq"),ka("\\Tau","\\mathrm{T}"),ka("\\thetasym","\\vartheta"),ka("\\weierp","\\wp"),ka("\\Zeta","\\mathrm{Z}"),ka("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),ka("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),ka("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),ka("\\bra","\\mathinner{\\langle{#1}|}"),ka("\\ket","\\mathinner{|{#1}\\rangle}"),ka("\\braket","\\mathinner{\\langle{#1}\\rangle}"),ka("\\Bra","\\left\\langle#1\\right|"),ka("\\Ket","\\left|#1\\right\\rangle");var So=e=>t=>{var r=t.consumeArg().tokens,n=t.consumeArg().tokens,a=t.consumeArg().tokens,o=t.consumeArg().tokens,l=t.macros.get("|"),i=t.macros.get("\\|");t.macros.beginGroup();var s=t=>r=>{e&&(r.macros.set("|",l),a.length&&r.macros.set("\\|",i));var o=t;!t&&a.length&&("|"===r.future().text&&(r.popToken(),o=!0));return{tokens:o?a:n,numArgs:0}};t.macros.set("|",s(!1)),a.length&&t.macros.set("\\|",s(!0));var c=t.consumeArg().tokens,u=t.expandTokens([...o,...c,...r]);return t.macros.endGroup(),{tokens:u.reverse(),numArgs:0}};ka("\\bra@ket",So(!1)),ka("\\bra@set",So(!0)),ka("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),ka("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),ka("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),ka("\\angln","{\\angl n}"),ka("\\blue","\\textcolor{##6495ed}{#1}"),ka("\\orange","\\textcolor{##ffa500}{#1}"),ka("\\pink","\\textcolor{##ff00af}{#1}"),ka("\\red","\\textcolor{##df0030}{#1}"),ka("\\green","\\textcolor{##28ae7b}{#1}"),ka("\\gray","\\textcolor{gray}{#1}"),ka("\\purple","\\textcolor{##9d38bd}{#1}"),ka("\\blueA","\\textcolor{##ccfaff}{#1}"),ka("\\blueB","\\textcolor{##80f6ff}{#1}"),ka("\\blueC","\\textcolor{##63d9ea}{#1}"),ka("\\blueD","\\textcolor{##11accd}{#1}"),ka("\\blueE","\\textcolor{##0c7f99}{#1}"),ka("\\tealA","\\textcolor{##94fff5}{#1}"),ka("\\tealB","\\textcolor{##26edd5}{#1}"),ka("\\tealC","\\textcolor{##01d1c1}{#1}"),ka("\\tealD","\\textcolor{##01a995}{#1}"),ka("\\tealE","\\textcolor{##208170}{#1}"),ka("\\greenA","\\textcolor{##b6ffb0}{#1}"),ka("\\greenB","\\textcolor{##8af281}{#1}"),ka("\\greenC","\\textcolor{##74cf70}{#1}"),ka("\\greenD","\\textcolor{##1fab54}{#1}"),ka("\\greenE","\\textcolor{##0d923f}{#1}"),ka("\\goldA","\\textcolor{##ffd0a9}{#1}"),ka("\\goldB","\\textcolor{##ffbb71}{#1}"),ka("\\goldC","\\textcolor{##ff9c39}{#1}"),ka("\\goldD","\\textcolor{##e07d10}{#1}"),ka("\\goldE","\\textcolor{##a75a05}{#1}"),ka("\\redA","\\textcolor{##fca9a9}{#1}"),ka("\\redB","\\textcolor{##ff8482}{#1}"),ka("\\redC","\\textcolor{##f9685d}{#1}"),ka("\\redD","\\textcolor{##e84d39}{#1}"),ka("\\redE","\\textcolor{##bc2612}{#1}"),ka("\\maroonA","\\textcolor{##ffbde0}{#1}"),ka("\\maroonB","\\textcolor{##ff92c6}{#1}"),ka("\\maroonC","\\textcolor{##ed5fa6}{#1}"),ka("\\maroonD","\\textcolor{##ca337c}{#1}"),ka("\\maroonE","\\textcolor{##9e034e}{#1}"),ka("\\purpleA","\\textcolor{##ddd7ff}{#1}"),ka("\\purpleB","\\textcolor{##c6b9fc}{#1}"),ka("\\purpleC","\\textcolor{##aa87ff}{#1}"),ka("\\purpleD","\\textcolor{##7854ab}{#1}"),ka("\\purpleE","\\textcolor{##543b78}{#1}"),ka("\\mintA","\\textcolor{##f5f9e8}{#1}"),ka("\\mintB","\\textcolor{##edf2df}{#1}"),ka("\\mintC","\\textcolor{##e0e5cc}{#1}"),ka("\\grayA","\\textcolor{##f6f7f7}{#1}"),ka("\\grayB","\\textcolor{##f0f1f2}{#1}"),ka("\\grayC","\\textcolor{##e3e5e6}{#1}"),ka("\\grayD","\\textcolor{##d6d8da}{#1}"),ka("\\grayE","\\textcolor{##babec2}{#1}"),ka("\\grayF","\\textcolor{##888d93}{#1}"),ka("\\grayG","\\textcolor{##626569}{#1}"),ka("\\grayH","\\textcolor{##3b3e40}{#1}"),ka("\\grayI","\\textcolor{##21242c}{#1}"),ka("\\kaBlue","\\textcolor{##314453}{#1}"),ka("\\kaGreen","\\textcolor{##71B307}{#1}");var Co={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class zo{constructor(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new xo(fo,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new go(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(...e)}scanArgument(e){var t,r,n;if(e){if(this.consumeSpaces(),"["!==this.future().text)return null;t=this.popToken(),({tokens:n,end:r}=this.consumeArg(["]"]))}else({tokens:n,start:t,end:r}=this.consumeArg());return this.pushToken(new He("EOF",r.loc)),this.pushTokens(n),t.range(r,"")}consumeSpaces(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}}consumeArg(e){var t=[],r=e&&e.length>0;r||this.consumeSpaces();var n,a=this.future(),o=0,l=0;do{if(n=this.popToken(),t.push(n),"{"===n.text)++o;else if("}"===n.text){if(-1===--o)throw new De("Extra }",n)}else if("EOF"===n.text)throw new De("Unexpected end of input in a macro argument, expected '"+(e&&r?e[l]:"}")+"'",n);if(e&&r)if((0===o||1===o&&"{"===e[l])&&n.text===e[l]){if(++l===e.length){t.splice(-l,l);break}}else l=0}while(0!==o||r);return"{"===a.text&&"}"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:a,end:n}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new De("The length of delimiters doesn't match the number of args!");for(var r=t[0],n=0;n<r.length;n++){var a=this.popToken();if(r[n]!==a.text)throw new De("Use of the macro doesn't match its definition",a)}}for(var o=[],l=0;l<e;l++)o.push(this.consumeArg(t&&t[l+1]).tokens);return o}expandOnce(e){var t=this.popToken(),r=t.text,n=t.noexpand?null:this._getExpansion(r);if(null==n||e&&n.unexpandable){if(e&&null==n&&"\\"===r[0]&&!this.isDefined(r))throw new De("Undefined control sequence: "+r);return this.pushToken(t),!1}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new De("Too many expansions: infinite loop or need to increase maxExpand setting");var a=n.tokens,o=this.consumeArgs(n.numArgs,n.delimiters);if(n.numArgs)for(var l=(a=a.slice()).length-1;l>=0;--l){var i=a[l];if("#"===i.text){if(0===l)throw new De("Incomplete placeholder at end of macro body",i);if("#"===(i=a[--l]).text)a.splice(l+1,1);else{if(!/^[1-9]$/.test(i.text))throw new De("Not a valid argument number",i);a.splice(l,2,...o[+i.text-1])}}}return this.pushTokens(a),a.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){var e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new He(e)]):void 0}expandTokens(e){var t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){var n=this.stack.pop();n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(n)}return t}expandMacroAsText(e){var t=this.expandMacro(e);return t?t.map((e=>e.text)).join(""):t}_getExpansion(e){var t=this.macros.get(e);if(null==t)return t;if(1===e.length){var r=this.lexer.catcodes[e];if(null!=r&&13!==r)return}var n="function"==typeof t?t(this):t;if("string"==typeof n){var a=0;if(-1!==n.indexOf("#"))for(var o=n.replace(/##/g,"");-1!==o.indexOf("#"+(a+1));)++a;for(var l=new go(n,this.settings),i=[],s=l.lex();"EOF"!==s.text;)i.push(s),s=l.lex();return i.reverse(),{tokens:i,numArgs:a}}return n}isDefined(e){return this.macros.has(e)||so.hasOwnProperty(e)||Ht.math.hasOwnProperty(e)||Ht.text.hasOwnProperty(e)||Co.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:so.hasOwnProperty(e)&&!so[e].primitive}}var Eo=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,Mo=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g","ʰ":"h","ⁱ":"i","ʲ":"j","ᵏ":"k","ˡ":"l","ᵐ":"m","ⁿ":"n","ᵒ":"o","ᵖ":"p","ʳ":"r","ˢ":"s","ᵗ":"t","ᵘ":"u","ᵛ":"v","ʷ":"w","ˣ":"x","ʸ":"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),qo={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},To={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","ḉ":"ḉ","č":"č","ĉ":"ĉ","ċ":"ċ","ç":"ç","ď":"ď","ḋ":"ḋ","ḑ":"ḑ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ḝ":"ḝ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ȩ":"ȩ","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ģ":"ģ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","ḩ":"ḩ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ķ":"ķ","ĺ":"ĺ","ľ":"ľ","ļ":"ļ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ņ":"ņ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ŗ":"ŗ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ş":"ş","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ţ":"ţ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Ḉ":"Ḉ","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ç":"Ç","Ď":"Ď","Ḋ":"Ḋ","Ḑ":"Ḑ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ḝ":"Ḝ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ȩ":"Ȩ","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ģ":"Ģ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Ḩ":"Ḩ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ķ":"Ķ","Ĺ":"Ĺ","Ľ":"Ľ","Ļ":"Ļ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ņ":"Ņ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ŗ":"Ŗ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ş":"Ş","Ť":"Ť","Ṫ":"Ṫ","Ţ":"Ţ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"};class No{constructor(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new zo(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new De("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){var t=this.nextToken;this.consume(),this.gullet.pushToken(new He("}")),this.gullet.pushTokens(e);var r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r}parseExpression(e,t){for(var r=[];;){"math"===this.mode&&this.consumeSpaces();var n=this.fetch();if(-1!==No.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&so[n.text]&&so[n.text].infix)break;var a=this.parseAtom(t);if(!a)break;"internal"!==a.type&&r.push(a)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(e){for(var t,r=-1,n=0;n<e.length;n++)if("infix"===e[n].type){if(-1!==r)throw new De("only one infix operator per group",e[n].token);r=n,t=e[n].replaceWith}if(-1!==r&&t){var a,o,l=e.slice(0,r),i=e.slice(r+1);return a=1===l.length&&"ordgroup"===l[0].type?l[0]:{type:"ordgroup",mode:this.mode,body:l},o=1===i.length&&"ordgroup"===i[0].type?i[0]:{type:"ordgroup",mode:this.mode,body:i},["\\\\abovefrac"===t?this.callFunction(t,[a,e[r],o],[]):this.callFunction(t,[a,o],[])]}return e}handleSupSubscript(e){var t=this.fetch(),r=t.text;this.consume(),this.consumeSpaces();var n=this.parseGroup(e);if(!n)throw new De("Expected group after '"+r+"'",t);return n}formatUnsupportedCmd(e){for(var t=[],r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});var n={type:"text",mode:this.mode,body:t};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]}}parseAtom(e){var t,r,n=this.parseGroup("atom",e);if("text"===this.mode)return n;for(;;){this.consumeSpaces();var a=this.fetch();if("\\limits"===a.text||"\\nolimits"===a.text){if(n&&"op"===n.type){var o="\\limits"===a.text;n.limits=o,n.alwaysHandleSupSub=!0}else{if(!n||"operatorname"!==n.type)throw new De("Limit controls must follow a math operator",a);n.alwaysHandleSupSub&&(n.limits="\\limits"===a.text)}this.consume()}else if("^"===a.text){if(t)throw new De("Double superscript",a);t=this.handleSupSubscript("superscript")}else if("_"===a.text){if(r)throw new De("Double subscript",a);r=this.handleSupSubscript("subscript")}else if("'"===a.text){if(t)throw new De("Double superscript",a);var l={type:"textord",mode:this.mode,text:"\\prime"},i=[l];for(this.consume();"'"===this.fetch().text;)i.push(l),this.consume();"^"===this.fetch().text&&i.push(this.handleSupSubscript("superscript")),t={type:"ordgroup",mode:this.mode,body:i}}else{if(!Mo[a.text])break;var s=Mo[a.text],c=Eo.test(a.text);for(this.consume();;){var u=this.fetch().text;if(!Mo[u])break;if(Eo.test(u)!==c)break;this.consume(),s+=Mo[u]}var m=new No(s,this.settings).parse();c?r={type:"ordgroup",mode:"math",body:m}:t={type:"ordgroup",mode:"math",body:m}}}return t||r?{type:"supsub",mode:this.mode,base:n,sup:t,sub:r}:n}parseFunction(e,t){var r=this.fetch(),n=r.text,a=so[n];if(!a)return null;if(this.consume(),t&&"atom"!==t&&!a.allowedInArgument)throw new De("Got function '"+n+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!a.allowedInText)throw new De("Can't use function '"+n+"' in text mode",r);if("math"===this.mode&&!1===a.allowedInMath)throw new De("Can't use function '"+n+"' in math mode",r);var{args:o,optArgs:l}=this.parseArguments(n,a);return this.callFunction(n,o,l,r,e)}callFunction(e,t,r,n,a){var o={funcName:e,parser:this,token:n,breakOnTokenText:a},l=so[e];if(l&&l.handler)return l.handler(o,t,r);throw new De("No function handler for "+e)}parseArguments(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=[],a=[],o=0;o<r;o++){var l=t.argTypes&&t.argTypes[o],i=o<t.numOptionalArgs;(t.primitive&&null==l||"sqrt"===t.type&&1===o&&null==a[0])&&(l="primitive");var s=this.parseGroupOfType("argument to '"+e+"'",l,i);if(i)a.push(s);else{if(null==s)throw new De("Null argument, please report this as a bug");n.push(s)}}return{args:n,optArgs:a}}parseGroupOfType(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":var n=this.parseArgumentGroup(r,"text");return null!=n?{type:"styling",mode:n.mode,body:[n],style:"text"}:null;case"raw":var a=this.parseStringGroup("raw",r);return null!=a?{type:"raw",mode:"text",string:a.text}:null;case"primitive":if(r)throw new De("A primitive argument cannot be optional");var o=this.parseGroup(e);if(null==o)throw new De("Expected group as "+e,this.fetch());return o;case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new De("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;" "===this.fetch().text;)this.consume()}parseStringGroup(e,t){var r=this.gullet.scanArgument(t);if(null==r)return null;for(var n,a="";"EOF"!==(n=this.fetch()).text;)a+=n.text,this.consume();return this.consume(),r.text=a,r}parseRegexGroup(e,t){for(var r,n=this.fetch(),a=n,o="";"EOF"!==(r=this.fetch()).text&&e.test(o+r.text);)o+=(a=r).text,this.consume();if(""===o)throw new De("Invalid "+t+": '"+n.text+"'",n);return n.range(a,o)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(null==t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new De("Invalid color: '"+t.text+"'",t);var n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}}parseSizeGroup(e){var t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;e||0!==t.text.length||(t.text="0pt",r=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!n)throw new De("Invalid size: '"+t.text+"'",t);var a={number:+(n[1]+n[2]),unit:n[3]};if(!kt(a))throw new De("Invalid unit: '"+a.unit+"'",t);return{type:"size",mode:this.mode,value:a,isBlank:r}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==t)return null;var r=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}}parseArgumentGroup(e,t){var r=this.gullet.scanArgument(e);if(null==r)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var a=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var o={type:"ordgroup",mode:this.mode,loc:r.loc,body:a};return t&&this.switchMode(n),o}parseGroup(e,t){var r,n=this.fetch(),a=n.text;if("{"===a||"\\begingroup"===a){this.consume();var o="{"===a?"}":"\\endgroup";this.gullet.beginGroup();var l=this.parseExpression(!1,o),i=this.fetch();this.expect(o),this.gullet.endGroup(),r={type:"ordgroup",mode:this.mode,loc:$e.range(n,i),body:l,semisimple:"\\begingroup"===a||void 0}}else if(null==(r=this.parseFunction(t,e)||this.parseSymbol())&&"\\"===a[0]&&!Co.hasOwnProperty(a)){if(this.settings.throwOnError)throw new De("Undefined control sequence: "+a,n);r=this.formatUnsupportedCmd(a),this.consume()}return r}formLigatures(e){for(var t=e.length-1,r=0;r<t;++r){var n=e[r],a=n.text;"-"===a&&"-"===e[r+1].text&&(r+1<t&&"-"===e[r+2].text?(e.splice(r,3,{type:"textord",mode:"text",loc:$e.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:$e.range(n,e[r+1]),text:"--"}),t-=1)),"'"!==a&&"`"!==a||e[r+1].text!==a||(e.splice(r,2,{type:"textord",mode:"text",loc:$e.range(n,e[r+1]),text:a+a}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),n="*"===r.charAt(0);if(n&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new De("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:n}}To.hasOwnProperty(t[0])&&!Ht[this.mode][t[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=To[t[0]]+t.slice(1));var a,o=ho.exec(t);if(o&&("i"===(t=t.substring(0,o.index))?t="ı":"j"===t&&(t="ȷ")),Ht[this.mode][t]){this.settings.strict&&"math"===this.mode&&fr.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var l,i=Ht[this.mode][t].group,s=$e.range(e);if(Ot.hasOwnProperty(i)){var c=i;l={type:"atom",mode:this.mode,family:c,loc:s,text:t}}else l={type:i,mode:this.mode,loc:s,text:t};a=l}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(lt(t.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'" ('+t.charCodeAt(0)+")",e)),a={type:"textord",mode:"text",loc:$e.range(e),text:t}}if(this.consume(),o)for(var u=0;u<o[0].length;u++){var m=o[0][u];if(!qo[m])throw new De("Unknown accent ' "+m+"'",e);var h=qo[m][this.mode]||qo[m].text;if(!h)throw new De("Accent "+m+" unsupported in "+this.mode+" mode",e);a={type:"accent",mode:this.mode,loc:$e.range(e),label:h,isStretchy:!1,isShifty:!0,base:a}}return a}}No.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var Ao=function(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new No(e,t);delete r.gullet.macros.current["\\df@tag"];var n=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new De("\\tag works only in display equations");n=[{type:"tag",mode:"text",body:n,tag:r.subparse([new He("\\df@tag")])}]}return n};"undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&("undefined"!=typeof console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."));var Bo=function(e,t,r){if(r.throwOnError||!(e instanceof De))throw e;var n=Br.makeSpan(["katex-error"],[new Bt(t)]);return n.setAttribute("title",e.toString()),n.setAttribute("style","color:"+r.errorColor),n},Lo=function(e,t){var r=new Ge(t);try{return function(e,t,r){var n,a=fn(r);if("mathml"===r.output)return xn(e,t,a,r.displayMode,!0);if("html"===r.output){var o=an(e,a);n=Br.makeSpan(["katex"],[o])}else{var l=xn(e,t,a,r.displayMode,!1),i=an(e,a);n=Br.makeSpan(["katex"],[l,i])}return bn(n,r)}(Ao(e,r),e,r)}catch(t){return Bo(t,e,r)}},Io=function(e,t){return Lo(e,t).toMarkup()},jo=function(t){var n=t.textObject.equation.expression,a=r((function(){return Io(n,{throwOnError:!1,output:"mathml"})}),[n]);return e.createElement("span",{className:"rotion-equation-html ".concat("x1lliihq"),dangerouslySetInnerHTML:{__html:a}})},Ro=function(t){var r=t.textObject;if(!r)return e.createElement(e.Fragment,null);var n=r.type,a=r.plain_text;switch(n){case"text":return e.createElement(Oe,{textObject:r});case"mention":return e.createElement(Le,{textObject:r},a);case"equation":return e.createElement(jo,{textObject:r});default:return e.createElement(e.Fragment,null)}},Oo={wrapper:{fontFamily:"xqmnm37",padding:"xqamk0n",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,display:"x1lliihq",fontSize:"x4z9k3i",overflow:"xb3r6kr",overflowX:null,overflowY:null,whiteSpace:"xuxw1ft",textOverflow:"xlyipyv",$$css:!0},small:{width:"xzjbwwf",$$css:!0},medium:{width:"x1hfn5x7",$$css:!0},large:{width:"x1m258z3",$$css:!0}},$o=function(t){var r=t.payload,n=t.size;return e.createElement("div",{className:"rotion-gallery-richtext ".concat("xqmnm37 xqamk0n x1lliihq x4z9k3i xb3r6kr xuxw1ft xlyipyv"," ").concat(u(Oo[n||"medium"]))},e.createElement(Ro,{textObject:r.rich_text}))},Ho=function(t){var r=t.pathname,n=t.link,a=t.query,o=t.children,l=a?{pathname:r,query:a}:r;if(""===l)return e.createElement("span",{className:"rotion-gallery-multiselect-link ".concat("xqmnm37 x1lmuraq x1heor9g xoebl6a x1rbdj2j")},o);if(n){var i=n;return e.createElement(i,{className:"rotion-gallery-multiselect-link ".concat("xqmnm37 x1lmuraq x1heor9g xoebl6a x1rbdj2j"),href:l},o)}return e.createElement("a",{className:"rotion-gallery-multiselect-link ".concat("xqmnm37 x1lmuraq x1heor9g xoebl6a x1rbdj2j"),href:r},o)},Do={wrapper:{fontFamily:"xqmnm37",width:"xh8yej3",padding:"x1160tuk",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,display:"x78zum5",alignItems:"x6s0dn4",fontSize:"xfifm61",whiteSpace:"xuxw1ft",$$css:!0},link:{textDecoration:"x1lmuraq",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",cursor:"xoebl6a",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},ul:{listStyleType:"x3ct3a4",display:"x78zum5",flexShrink:"x2lah0s",alignItems:"x6s0dn4",padding:"xeacz2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,margin:"x1y59oyo",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,overflow:"xb3r6kr",overflowX:null,overflowY:null,textOverflow:"xlyipyv",$$css:!0},li:{fontSize:"xboafo0",display:"x78zum5",alignItems:"x6s0dn4",flexShrink:"x2lah0s",minWidth:"xeuugli",borderRadius:"x18zih8k",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,padding:"x1717udv",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,color:"x1ctjc2f",background:"xwpv0f9",backgroundAttachment:null,backgroundClip:null,backgroundColor:null,backgroundImage:null,backgroundOrigin:null,backgroundPosition:null,backgroundPositionX:null,backgroundPositionY:null,backgroundRepeat:null,backgroundSize:null,margin:"xwkitof",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,cursor:"x1ypdohk",$$css:!0},default:{color:"x1d0pfws",backgroundColor:"x1a1dwqt",$$css:!0},gray:{color:"x1vng7ge",backgroundColor:"x1ckdm3g",$$css:!0},brown:{color:"xyrhg7e",backgroundColor:"x12pkou0",$$css:!0},orange:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},yellow:{color:"x1o2vnr2",backgroundColor:"x161dwim",$$css:!0},green:{color:"xe04n57",backgroundColor:"xn4asuu",$$css:!0},blue:{color:"x19jod5o",backgroundColor:"xr54tmh",$$css:!0},purple:{color:"x1jk8wgv",backgroundColor:"x1fi4u8n",$$css:!0},pink:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},red:{color:"xylzfvh",backgroundColor:"xnsnhni",$$css:!0}},Fo=function(t){var r=t.payload,n=t.path,a=t.link,o=t.query,l=r.multi_select;return e.createElement("ul",{className:"rotion-gallery-multiselect-ul ".concat("x3ct3a4 x78zum5 x2lah0s x6s0dn4 xeacz2j x1y59oyo xb3r6kr xlyipyv")},l.map((function(t){return e.createElement("li",{key:t.id,className:(r=t.color,l=u(Do[r]),"rotion-gallery-multiselect-li rotion-select-".concat(r," ").concat("xboafo0 x78zum5 x6s0dn4 x2lah0s xeuugli x18zih8k x1717udv x1ctjc2f xwpv0f9 xwkitof x1ypdohk"," ").concat(l))},e.createElement(Ho,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(t.name)):"",link:a,query:o},t.name));var r,l})))},_o=function(t){var r=t.payload;if(!r)return e.createElement(e.Fragment,null);var n=r.match(/https?:\/\/([0-9A-z.-]+)/);if(!n)return e.createElement(e.Fragment,null);var a=n[1];return e.createElement("div",{className:"rotion-gallery-url ".concat("xqmnm37 x78zum5 xuxw1ft xqmp0lw")},e.createElement("a",{className:"rotion-gallery-url-link ".concat("x1lliihq x1lmuraq xoebl6a x2w0cx1 x1binvwd x130j894 x1hwub78 xjpr12u xoz5i10"),href:r,rel:"noreferrer",target:"_blank"},e.createElement("svg",{className:"rotion-gallery-url-chain ".concat("xt0psk2 xsmyaan x1kpxq89 xl010v5 xxymvpz"),width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor"},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.4 3h3.085a3.4 3.4 0 0 1 3.4 3.4v.205A3.4 3.4 0 0 1 7.485 10H7V9h.485A2.4 2.4 0 0 0 9.88 6.61V6.4A2.4 2.4 0 0 0 7.49 4H4.4A2.4 2.4 0 0 0 2 6.4v.205A2.394 2.394 0 0 0 4 8.96v1a3.4 3.4 0 0 1-3-3.35V6.4A3.405 3.405 0 0 1 4.4 3zM12 7.04v-1a3.4 3.4 0 0 1 3 3.36v.205A3.405 3.405 0 0 1 11.605 13h-3.09A3.4 3.4 0 0 1 5.12 9.61V9.4A3.4 3.4 0 0 1 8.515 6H9v1h-.485A2.4 2.4 0 0 0 6.12 9.4v.205A2.4 2.4 0 0 0 8.515 12h3.09A2.4 2.4 0 0 0 14 9.61V9.4a2.394 2.394 0 0 0-2-2.36z"})),e.createElement("span",{className:"rotion-gallery-url-address ".concat("xt0psk2 x1sfrptf x1u7k74 xuxw1ft x1hk33u3 x1w3jsh0 x13pqoeu xntq7mn")},a)))},Po=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-gallery-checkbox"},r)},Vo=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-gallery-number ".concat("xqmnm37 xh8yej3 xqamk0n x78zum5 x6s0dn4 xfifm61 xuxw1ft")},r.number)},Wo=function(t){var r=t.items,n=t.path,a=t.link,o=t.query,l=t.size;if(!r)return e.createElement(e.Fragment,null);if("list"===r.object){if(0===r.results.length)return e.createElement(e.Fragment,null);var i=r.results[0];switch(i.type){case"title":return e.createElement(M,{payload:r.results});case"rich_text":return e.createElement($o,{payload:i});default:console.log("unsupport database property:",i)}}else switch(r.type){case"date":return e.createElement(q,{payload:r.date});case"rich_text":return e.createElement($o,{payload:r,size:l});case"multi_select":return e.createElement(Fo,{payload:r,path:n,link:a,query:o});case"url":return e.createElement(_o,{payload:r.url});case"checkbox":return e.createElement(Po,{payload:r.checkbox});case"number":return e.createElement(Vo,{payload:r});default:console.log("unsupport database property:",r)}return e.createElement(e.Fragment,null)},Yo=function(t){var r=t.children,n=t.link,a=t.query,o=t.href;if(n&&a){var l=n;return e.createElement(l,{className:"rotion-gallery-link",href:{pathname:o,query:a}},r)}if(n){l=n;return e.createElement(l,{className:"rotion-gallery-link",href:o},r)}return e.createElement("div",{className:"rotion-gallery-link"},r)},Uo={wrapper:{aspectRatio:"xa5665v",overflow:"xb3r6kr",overflowX:null,overflowY:null,$$css:!0},fit:{objectFit:"x19kjcj4",objectPosition:"x1a2r2ce",borderBottom:"xagqfe1",borderBottomWidth:null,borderBottomStyle:null,borderBottomColor:null,$$css:!0},nofit:{objectFit:"xl1xv1r",objectPosition:"x1htuu40",$$css:!0},small:{height:"x1rxgj4k",width:"xh8yej3",$$css:!0},medium:{height:"x1cm2wpk",width:"xh8yej3",$$css:!0},large:{height:"x1b51vyi",width:"xh8yej3",$$css:!0}},Go=function(t){var r=t.src,n=t.size,a=t.fit,o=[u(Uo[n])];return a?o.push("x19kjcj4 x1a2r2ce xagqfe1"):o.push("xl1xv1r x1htuu40"),e.createElement("div",{className:"rotion-gallery-preview ".concat("xa5665v xb3r6kr")},r&&e.createElement("img",{src:r,className:o.join(" ")}))};function Zo(e,t){if(!t)return"";var r=L(t),n=r[0],a=function(e,t){if(!("properties"in t))return"not-found-properties";if("id"===e)return t.id;if(!(e in t.properties))return"not-found-key-in-page-properties";var r=t.properties[e];return"rich_text"in r?r.rich_text.map((function(e){return e.text.content})).join(","):"not-found-richtext-in-key"}(r[1],e);return"".concat(n).concat(a)}function Xo(e,t){for(var r="",n=0,a=Object.entries(t.properties);n<a.length;n++){var o=a[n],l=o[0],i=o[1];l===e&&(r=i.id)}return t.property_items.find((function(e){return"property_item"===e.object&&e.id===r||"list"===e.object&&e.property_item.id===r}))}var Jo=function(t){var r,n=t.keys,a=t.page,o=t.href,l=t.link,i=t.query,s=t.preview,c=t.size,u=t.fit,m=L(o)[0];return e.createElement("div",{className:"rotion-gallery-card ".concat("xqmnm37 x1lliihq x1heor9g x1hl2dhg x14n9bkn x18zih8k x1r7xphn x3u7e13 xb3r6kr x1pgibqq x1uhb9sk x5yr21d x1ypdohk")},e.createElement(Yo,{href:Zo(a,o),link:l,query:i},s&&e.createElement(Go,{src:null===(r=a.cover)||void 0===r?void 0:r.src,size:c,fit:u}),e.createElement("div",{className:"rotion-gallery-card-text ".concat("x1a8lsjc")},n.map((function(t,r){return e.createElement("div",{key:"".concat(a.id).concat(t),className:"field".concat(r)},e.createElement(Wo,{items:Xo(t,a),path:m,query:i,size:c}))})))))},Ko={wrapper:{fontFamily:"xqmnm37",$$css:!0},inner:{position:"x1n2onr6",paddingBottom:"x2yie3v",display:"xrvj5dj",gap:"xou54vl",rowGap:null,columnGap:null,$$css:!0},small:{gridTemplateColumns:"x15vz560",$$css:!0},medium:{gridTemplateColumns:"x1vn7x89",$$css:!0},large:{gridTemplateColumns:"xu66tq2",$$css:!0}},Qo=function(t){var r=t.keys,n=t.db,a=t.href,o=t.link,l=t.query,i=t.preview,s=t.size,c=void 0===s?"medium":s,m=t.fit,h=void 0===m||m;return e.createElement("div",{className:"rotion-gallery ".concat(h?"rotion-gallery-fit":"")},e.createElement("div",{className:"rotion-gallery-inner rotion-gallery-".concat(c," ").concat("x1n2onr6 x2yie3v xrvj5dj xou54vl"," ").concat(u(Ko[c]))},n.results.map((function(t){return e.createElement(Jo,{key:t.id,keys:r,page:t,href:a||"",link:o,query:l,preview:i,size:c,fit:h})}))))},el=function(t){var r=t.title,n=t.href,a=t.link,o=t.query;if(a&&o){var l=a;return e.createElement(l,{className:"rotion-list-title-link ".concat("xqmnm37 x1lmuraq xpzjx3 x1heor9g xoebl6a"),href:{pathname:n,query:o}},r)}if(a){l=a;return e.createElement(l,{className:"rotion-list-title-link ".concat("xqmnm37 x1lmuraq xpzjx3 x1heor9g xoebl6a"),href:n},r)}return e.createElement("a",{className:"rotion-list-title-link ".concat("xqmnm37 x1lmuraq xpzjx3 x1heor9g xoebl6a"),href:n,title:r},r)},tl=function(t){var r=t.payload,n=t.path,a=t.slug,o=t.link,l=t.query,i=r.map((function(e){var t=e.title;switch(t.type){case"text":return t.text.content;case"mention":return t.mention.type;default:return t.equation.expression}})).join(","),s="".concat(n).concat(a);return e.createElement("div",{className:"rotion-list-title ".concat("xqmnm37 xuxw1ft x1lliihq x65f84u xb3r6kr xlyipyv x37zpob xqmp0lw")},e.createElement(el,{title:i,href:s,link:o,query:l}))},rl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-date ".concat("xqmnm37 xuxw1ft x1qzg9v8 x78zum5 x6s0dn4 xqmp0lw xt4ypqs x1noocy9")},null==r?void 0:r.start)},nl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-richtext ".concat("xqmnm37 x1qzg9v8 xuxw1ft x1lliihq x1minv1u x3wxoqf x10br76f xh3659q xlyipyv xb3r6kr")},e.createElement(Ro,{textObject:r.rich_text}))},al={wrapper:{fontFamily:"xqmnm37",textDecoration:"x1lmuraq",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",cursor:"xoebl6a",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,borderRadius:"xoz5i10",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,$$css:!0},default:{color:"x1d0pfws",backgroundColor:"x1a1dwqt",$$css:!0},gray:{color:"x1vng7ge",backgroundColor:"x1ckdm3g",$$css:!0},brown:{color:"xyrhg7e",backgroundColor:"x12pkou0",$$css:!0},orange:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},yellow:{color:"x1o2vnr2",backgroundColor:"x161dwim",$$css:!0},green:{color:"xe04n57",backgroundColor:"xn4asuu",$$css:!0},blue:{color:"x19jod5o",backgroundColor:"xr54tmh",$$css:!0},purple:{color:"x1jk8wgv",backgroundColor:"x1fi4u8n",$$css:!0},pink:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},red:{color:"xylzfvh",backgroundColor:"xnsnhni",$$css:!0}},ol=function(t){var r=t.color,n=t.pathname,a=t.link,o=t.query,l=t.children,i=o?{pathname:n,query:o}:n,s=function(e){var t=u(al[e]);return"rotion-list-multiselect-link rotion-list-select-".concat(e," ").concat("xqmnm37 x1lmuraq x1heor9g xoebl6a x1rbdj2j xoz5i10"," ").concat(t)};if(""===i)return e.createElement("span",{className:s(r)},l);if(a){var c=a;return e.createElement(c,{className:s(r),href:i},l)}return e.createElement("a",{className:s(r),href:n},l)},ll=function(t){var r=t.payload,n=t.path,a=t.link,o=t.query,l=r.multi_select;return e.createElement("ul",{className:"rotion-list-multiselect-ul ".concat("xqmnm37 x3ct3a4 x78zum5 x2lah0s x6s0dn4 x1717udv xqmp0lw x1j9u4d2 xb3r6kr xlyipyv")},l.map((function(t){return e.createElement("li",{key:t.id,className:"rotion-list-multiselect-li ".concat("xboafo0 x78zum5 x6s0dn4 x2lah0s xeuugli x1717udv xwkitof")},e.createElement(ol,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(t.name)):"",color:t.color,link:a,query:o},t.name))})))},il=function(t){var r=t.payload;if(!r)return e.createElement(e.Fragment,null);var n=r.match(/https?:\/\/([0-9A-z.-]+)/);if(!n)return e.createElement(e.Fragment,null);var a=n[1];return e.createElement("div",{className:"rotion-list-url ".concat("xqmnm37 x78zum5 xuxw1ft xqmp0lw")},e.createElement("a",{className:"rotion-list-url-link ".concat("x1lliihq x1lmuraq xoebl6a xcq2ivu x2w0cx1 x1binvwd x130j894 x1hwub78 xoz5i10"),href:r,rel:"noreferrer",target:"_blank"},e.createElement("svg",{className:"rotion-list-url-chain ".concat("xt0psk2 xsmyaan x1kpxq89 xl010v5 xxymvpz"),width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor"},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.4 3h3.085a3.4 3.4 0 0 1 3.4 3.4v.205A3.4 3.4 0 0 1 7.485 10H7V9h.485A2.4 2.4 0 0 0 9.88 6.61V6.4A2.4 2.4 0 0 0 7.49 4H4.4A2.4 2.4 0 0 0 2 6.4v.205A2.394 2.394 0 0 0 4 8.96v1a3.4 3.4 0 0 1-3-3.35V6.4A3.405 3.405 0 0 1 4.4 3zM12 7.04v-1a3.4 3.4 0 0 1 3 3.36v.205A3.405 3.405 0 0 1 11.605 13h-3.09A3.4 3.4 0 0 1 5.12 9.61V9.4A3.4 3.4 0 0 1 8.515 6H9v1h-.485A2.4 2.4 0 0 0 6.12 9.4v.205A2.4 2.4 0 0 0 8.515 12h3.09A2.4 2.4 0 0 0 14 9.61V9.4a2.394 2.394 0 0 0-2-2.36z"})),e.createElement("span",{className:"rotion-list-url-address ".concat("xt0psk2 x1sfrptf x1u7k74 xuxw1ft x1hk33u3 x1w3jsh0 x13pqoeu xntq7mn")},a)))},sl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-checkbox ".concat("xqmnm37")},r)},cl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-list-number ".concat("xqmnm37 xuxw1ft x1qzg9v8 x78zum5 x6s0dn4 xqmp0lw xt4ypqs")},r.number)},ul=function(t){t.name;var r=t.items,n=t.path,a=t.slug,o=t.link,l=t.query;if(void 0===r)return e.createElement(e.Fragment,null);if("list"===r.object){if(0===r.results.length)return e.createElement(e.Fragment,null);var i=r.results[0];switch(i.type){case"title":var s=r.results;return e.createElement(tl,{payload:s,path:n,slug:a,link:o,query:l});case"rich_text":return e.createElement(nl,{payload:i});default:console.log("unsupport database property:",i)}}else switch(r.type){case"date":return e.createElement(rl,{payload:r.date});case"rich_text":return e.createElement(nl,{payload:r});case"multi_select":return e.createElement(ll,{payload:r,path:n});case"url":return e.createElement(il,{payload:r.url});case"checkbox":return e.createElement(sl,{payload:r.checkbox});case"number":return e.createElement(cl,{payload:r});default:console.log("unsupport database property:",r)}};var ml=function(t){var r=t.name,n=t.page,a=t.href,o=t.link,l=t.query,i=L(a),s=i[0],c=i[1];if("spacer"===r||"dashed"===r||!("property_items"in n)||!("properties"in n))return e.createElement(e.Fragment,null);for(var u="",m=0,h=Object.entries(n.properties);m<h.length;m++){var d=h[m],p=d[0],g=d[1];p===r&&(u=g.id)}var x=n.property_items.find((function(e){return"property_item"===e.object&&e.id===u||"list"===e.object&&e.property_item.id===u})),f=function(e,t){if(!("properties"in t))return"not-found-properties";if("id"===e)return t.id;if(!(e in t.properties))return"not-found-key-in-page-properties";var r=t.properties[e];return"rich_text"in r?r.rich_text.map((function(e){return e.text.content})).join(","):"not-found-richtext-in-key"}(c,n);return e.createElement(ul,{name:r,items:x,path:s,slug:f,link:o,query:l})};function hl(e,t){var r=["rotion-list-column".concat(t)];switch(e){case"spacer":r.push("rotion-list-spacer"),r.push("xh8yej3 x1g3ib7 x1lliihq xcmxlu1");break;case"dashed":r.push("rotion-list-dashed"),r.push("xh8yej3 x1g3ib7 x1lliihq xcmxlu1 x1mpjign")}return r.join(" ")}var dl=function(t){var r=t.keys,n=t.db,a=t.href,o=t.link,l=t.query;return e.createElement("div",{className:"rotion-list ".concat("xqmnm37 x1ghz6dp x1717udv x14aock7")},e.createElement("div",{className:"rotion-list-inner ".concat("x1ghz6dp x8flsbp x193iq5w x1cf5d4w")},n.results.map((function(t){return e.createElement("div",{key:t.id,className:"rotion-list-line ".concat("x78zum5 x1qk52y6 xztvwtv x87ps6o xrjfsii xh8yej3 x6s0dn4 x1nhvcw1 x1h2krsp xwy3pg2")},r.map((function(r,n){return e.createElement("div",{key:"".concat(t.id).concat(r),className:hl(r,n)},e.createElement(ml,{name:r,page:t,href:a,link:o,query:l}))})))}))))},pl=function(t){var r=t.type,n=t.className;switch(r){case"title":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7.73943662,8.6971831 C7.77640845,8.7834507 7.81338028,8.8943662 7.81338028,9.00528169 C7.81338028,9.49823944 7.40669014,9.89260563 6.91373239,9.89260563 C6.53169014,9.89260563 6.19894366,9.64612676 6.08802817,9.30105634 L5.75528169,8.33978873 L2.05809859,8.33978873 L1.72535211,9.30105634 C1.61443662,9.64612676 1.2693662,9.89260563 0.887323944,9.89260563 C0.394366197,9.89260563 0,9.49823944 0,9.00528169 C0,8.8943662 0.0246478873,8.7834507 0.0616197183,8.6971831 L2.46478873,2.48591549 C2.68661972,1.90669014 3.24119718,1.5 3.90669014,1.5 C4.55985915,1.5 5.12676056,1.90669014 5.34859155,2.48591549 L7.73943662,8.6971831 Z M2.60035211,6.82394366 L5.21302817,6.82394366 L3.90669014,3.10211268 L2.60035211,6.82394366 Z M11.3996479,3.70598592 C12.7552817,3.70598592 14,4.24823944 14,5.96126761 L14,9.07922535 C14,9.52288732 13.6549296,9.89260563 13.2112676,9.89260563 C12.8169014,9.89260563 12.471831,9.59683099 12.4225352,9.19014085 C12.028169,9.6584507 11.3257042,9.95422535 10.5492958,9.95422535 C9.60035211,9.95422535 8.47887324,9.31338028 8.47887324,7.98239437 C8.47887324,6.58978873 9.60035211,6.08450704 10.5492958,6.08450704 C11.3380282,6.08450704 12.040493,6.33098592 12.4348592,6.81161972 L12.4348592,5.98591549 C12.4348592,5.38204225 11.9172535,4.98767606 11.1285211,4.98767606 C10.6602113,4.98767606 10.2411972,5.11091549 9.80985915,5.38204225 C9.72359155,5.43133803 9.61267606,5.46830986 9.50176056,5.46830986 C9.18133803,5.46830986 8.91021127,5.1971831 8.91021127,4.86443662 C8.91021127,4.64260563 9.0334507,4.44542254 9.19366197,4.34683099 C9.87147887,3.90316901 10.6232394,3.70598592 11.3996479,3.70598592 Z M11.1778169,8.8943662 C11.6830986,8.8943662 12.1760563,8.72183099 12.4348592,8.37676056 L12.4348592,7.63732394 C12.1760563,7.29225352 11.6830986,7.11971831 11.1778169,7.11971831 C10.5616197,7.11971831 10.056338,7.45246479 10.056338,8.0193662 C10.056338,8.57394366 10.5616197,8.8943662 11.1778169,8.8943662 Z M0.65625,11.125 L13.34375,11.125 C13.7061869,11.125 14,11.4188131 14,11.78125 C14,12.1436869 13.7061869,12.4375 13.34375,12.4375 L0.65625,12.4375 C0.293813133,12.4375 4.43857149e-17,12.1436869 0,11.78125 C-4.43857149e-17,11.4188131 0.293813133,11.125 0.65625,11.125 Z"}));case"date":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M10.8889,5.5 L3.11111,5.5 L3.11111,7.05556 L10.8889,7.05556 L10.8889,5.5 Z M12.4444,1.05556 L11.6667,1.05556 L11.6667,0 L10.1111,0 L10.1111,1.05556 L3.88889,1.05556 L3.88889,0 L2.33333,0 L2.33333,1.05556 L1.55556,1.05556 C0.692222,1.05556 0.00777777,1.75556 0.00777777,2.61111 L0,12.5 C0,13.3556 0.692222,14 1.55556,14 L12.4444,14 C13.3,14 14,13.3556 14,12.5 L14,2.61111 C14,1.75556 13.3,1.05556 12.4444,1.05556 Z M12.4444,12.5 L1.55556,12.5 L1.55556,3.94444 L12.4444,3.94444 L12.4444,12.5 Z M8.55556,8.61111 L3.11111,8.61111 L3.11111,10.1667 L8.55556,10.1667 L8.55556,8.61111 Z"}));case"rich_text":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7,4.56818 C7,4.29204 6.77614,4.06818 6.5,4.06818 L0.5,4.06818 C0.223858,4.06818 0,4.29204 0,4.56818 L0,5.61364 C0,5.88978 0.223858,6.11364 0.5,6.11364 L6.5,6.11364 C6.77614,6.11364 7,5.88978 7,5.61364 L7,4.56818 Z M0.5,1 C0.223858,1 0,1.223858 0,1.5 L0,2.54545 C0,2.8216 0.223858,3.04545 0.5,3.04545 L12.5,3.04545 C12.7761,3.04545 13,2.8216 13,2.54545 L13,1.5 C13,1.223858 12.7761,1 12.5,1 L0.5,1 Z M0,8.68182 C0,8.95796 0.223858,9.18182 0.5,9.18182 L11.5,9.18182 C11.7761,9.18182 12,8.95796 12,8.68182 L12,7.63636 C12,7.36022 11.7761,7.13636 11.5,7.13636 L0.5,7.13636 C0.223858,7.13636 0,7.36022 0,7.63636 L0,8.68182 Z M0,11.75 C0,12.0261 0.223858,12.25 0.5,12.25 L9.5,12.25 C9.77614,12.25 10,12.0261 10,11.75 L10,10.70455 C10,10.4284 9.77614,10.20455 9.5,10.20455 L0.5,10.20455 C0.223858,10.20455 0,10.4284 0,10.70455 L0,11.75 Z"}));case"multi_select":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M4,3 C4,2.447715 4.447715,2 5,2 L12,2 C12.5523,2 13,2.447716 13,3 C13,3.55228 12.5523,4 12,4 L5,4 C4.447715,4 4,3.55228 4,3 Z M4,7 C4,6.447715 4.447715,6 5,6 L12,6 C12.5523,6 13,6.447716 13,7 C13,7.55228 12.5523,8 12,8 L5,8 C4.447715,8 4,7.55228 4,7 Z M4,11 C4,10.447715 4.447715,10 5,10 L12,10 C12.5523,10 13,10.447716 13,11 C13,11.55228 12.5523,12 12,12 L5,12 C4.447715,12 4,11.55228 4,11 Z M2,4 C1.44771525,4 1,3.55228475 1,3 C1,2.44771525 1.44771525,2 2,2 C2.55228475,2 3,2.44771525 3,3 C3,3.55228475 2.55228475,4 2,4 Z M2,8 C1.44771525,8 1,7.55228475 1,7 C1,6.44771525 1.44771525,6 2,6 C2.55228475,6 3,6.44771525 3,7 C3,7.55228475 2.55228475,8 2,8 Z M2,12 C1.44771525,12 1,11.5522847 1,11 C1,10.4477153 1.44771525,10 2,10 C2.55228475,10 3,10.4477153 3,11 C3,11.5522847 2.55228475,12 2,12 Z"}));case"url":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M3.73333,3.86667 L7.46667,3.86667 C8.49613,3.86667 9.33333,4.70387 9.33333,5.73333 C9.33333,6.7628 8.49613,7.6 7.46667,7.6 L6.53333,7.6 C6.01813,7.6 5.6,8.0186 5.6,8.53333 C5.6,9.04807 6.01813,9.46667 6.53333,9.46667 L7.46667,9.46667 C9.5284,9.46667 11.2,7.79507 11.2,5.73333 C11.2,3.6716 9.5284,2 7.46667,2 L3.73333,2 C1.6716,2 0,3.6716 0,5.73333 C0,7.124 0.762067,8.33453 1.88953,8.97713 C1.87553,8.83107 1.86667,8.6836 1.86667,8.53333 C1.86667,7.92013 1.98753,7.33447 2.2036,6.7978 C1.99267,6.4954 1.86667,6.12953 1.86667,5.73333 C1.86667,4.70387 2.70387,3.86667 3.73333,3.86667 Z M12.1095,5.28907 C12.1231,5.4356 12.1333,5.58307 12.1333,5.73333 C12.1333,6.34607 12.0101,6.9294 11.7931,7.46513 C12.0059,7.768 12.1333,8.13573 12.1333,8.53333 C12.1333,9.5628 11.2961,10.4 10.2667,10.4 L6.53333,10.4 C5.50387,10.4 4.66667,9.5628 4.66667,8.53333 C4.66667,7.50387 5.50387,6.66667 6.53333,6.66667 L7.46667,6.66667 C7.98187,6.66667 8.4,6.24807 8.4,5.73333 C8.4,5.2186 7.98187,4.8 7.46667,4.8 L6.53333,4.8 C4.4716,4.8 2.8,6.4716 2.8,8.53333 C2.8,10.59507 4.4716,12.2667 6.53333,12.2667 L10.2667,12.2667 C12.3284,12.2667 14,10.59507 14,8.53333 C14,7.14267 13.2375,5.93167 12.1095,5.28907 Z"}));case"number":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M4.46191,0 C3.8667,0 3.38428,0.482422 3.38428,1.07751 L3.38428,3.38425 L1.07764,3.38425 C0.482422,3.38425 0,3.86667 0,4.46179 C0,5.05688 0.482422,5.53931 1.07764,5.53931 L3.38428,5.53931 L3.38428,8.46063 L1.07764,8.46063 C0.482422,8.46063 0,8.94308 0,9.53818 C0,10.1333 0.482422,10.6157 1.07764,10.6157 L3.38428,10.6157 L3.38428,12.9224 C3.38428,13.5175 3.8667,13.9999 4.46191,13.9999 C5.05664,13.9999 5.53906,13.5175 5.53906,12.9224 L5.53906,10.6157 L8.46045,10.6157 L8.46045,12.9224 C8.46045,13.5175 8.94287,13.9999 9.53809,13.9999 C10.1333,13.9999 10.6157,13.5175 10.6157,12.9224 L10.6157,10.6157 L12.9224,10.6157 C13.5176,10.6157 14,10.1333 14,9.53818 C14,8.94308 13.5176,8.46063 12.9224,8.46063 L10.6157,8.46063 L10.6157,5.53931 L12.9224,5.53931 C13.5176,5.53931 14,5.05688 14,4.46179 C14,3.86667 13.5176,3.38425 12.9224,3.38425 L10.6157,3.38425 L10.6157,1.07751 C10.6157,0.482422 10.1333,0 9.53809,0 C8.94287,0 8.46045,0.482422 8.46045,1.07751 L8.46045,3.38425 L5.53906,3.38425 L5.53906,1.07751 C5.53906,0.482422 5.05664,0 4.46191,0 Z M5.53906,8.46063 L5.53906,5.53931 L8.46045,5.53931 L8.46045,8.46063 L5.53906,8.46063 Z"}));case"checkbox":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M0,3 C0,1.34314 1.34326,0 3,0 L11,0 C12.6567,0 14,1.34314 14,3 L14,11 C14,12.6569 12.6567,14 11,14 L3,14 C1.34326,14 0,12.6569 0,11 L0,3 Z M3,1.5 C2.17139,1.5 1.5,2.17157 1.5,3 L1.5,11 C1.5,11.8284 2.17139,12.5 3,12.5 L11,12.5 C11.8286,12.5 12.5,11.8284 12.5,11 L12.5,3 C12.5,2.17157 11.8286,1.5 11,1.5 L3,1.5 Z M2.83252,6.8161 L3.39893,6.27399 L3.57617,6.10425 L3.92334,5.77216 L4.26904,6.10559 L4.44531,6.27582 L5.58398,7.37402 L9.28271,3.81073 L9.45996,3.64008 L9.80664,3.3056 L10.1538,3.63989 L10.3311,3.81067 L10.8936,4.35303 L11.0708,4.52399 L11.4434,4.88379 L11.0708,5.24353 L10.8936,5.41437 L6.1084,10.0291 L5.93115,10.2 L5.58398,10.5344 L5.23682,10.2 L5.05957,10.0292 L2.83057,7.87946 L2.65283,7.70801 L2.27832,7.34674 L2.6543,6.98694 L2.83252,6.8161 Z"}));case"select":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7,13 C10.31348,13 13,10.31371 13,7 C13,3.68629 10.31348,1 7,1 C3.68652,1 1,3.68629 1,7 C1,10.31371 3.68652,13 7,13 Z M3.75098,5.32278 C3.64893,5.19142 3.74268,5 3.90869,5 L10.09131,5 C10.25732,5 10.35107,5.19142 10.24902,5.32278 L7.15771,9.29703 C7.07764,9.39998 6.92236,9.39998 6.84229,9.29703 L3.75098,5.32278 Z"}));case"status":return e.createElement("svg",{viewBox:"0 0 16 16",className:n},e.createElement("path",{d:"M8.75488 1.02344C8.75488 0.613281 8.41309 0.264648 8.00293 0.264648C7.59277 0.264648 7.25098 0.613281 7.25098 1.02344V3.11523C7.25098 3.51855 7.59277 3.86719 8.00293 3.86719C8.41309 3.86719 8.75488 3.51855 8.75488 3.11523V1.02344ZM3.91504 5.0293C4.20215 5.31641 4.69434 5.32324 4.97461 5.03613C5.26855 4.74902 5.26855 4.25684 4.98145 3.96973L3.53906 2.52051C3.25195 2.2334 2.7666 2.21973 2.47949 2.50684C2.19238 2.79395 2.18555 3.28613 2.47266 3.57324L3.91504 5.0293ZM10.9629 4.01758C10.6826 4.30469 10.6826 4.79688 10.9697 5.08398C11.2568 5.37109 11.749 5.36426 12.0361 5.07715L13.4854 3.62793C13.7725 3.34082 13.7725 2.84863 13.4785 2.55469C13.1982 2.27441 12.7061 2.27441 12.4189 2.56152L10.9629 4.01758ZM15.0234 8.78906C15.4336 8.78906 15.7822 8.44727 15.7822 8.03711C15.7822 7.62695 15.4336 7.28516 15.0234 7.28516H12.9385C12.5283 7.28516 12.1797 7.62695 12.1797 8.03711C12.1797 8.44727 12.5283 8.78906 12.9385 8.78906H15.0234ZM0.975586 7.28516C0.56543 7.28516 0.223633 7.62695 0.223633 8.03711C0.223633 8.44727 0.56543 8.78906 0.975586 8.78906H3.07422C3.48438 8.78906 3.83301 8.44727 3.83301 8.03711C3.83301 7.62695 3.48438 7.28516 3.07422 7.28516H0.975586ZM12.0361 10.9902C11.749 10.71 11.2568 10.71 10.9629 10.9971C10.6826 11.2842 10.6826 11.7764 10.9697 12.0635L12.4258 13.5127C12.7129 13.7998 13.2051 13.793 13.4922 13.5059C13.7793 13.2256 13.7725 12.7266 13.4854 12.4395L12.0361 10.9902ZM2.52051 12.4395C2.22656 12.7266 2.22656 13.2188 2.50684 13.5059C2.79395 13.793 3.28613 13.7998 3.57324 13.5127L5.02246 12.0703C5.31641 11.7832 5.31641 11.291 5.03613 11.0039C4.74902 10.7168 4.25684 10.71 3.96973 10.9971L2.52051 12.4395ZM8.75488 12.9658C8.75488 12.5557 8.41309 12.207 8.00293 12.207C7.59277 12.207 7.25098 12.5557 7.25098 12.9658V15.0576C7.25098 15.4609 7.59277 15.8096 8.00293 15.8096C8.41309 15.8096 8.75488 15.4609 8.75488 15.0576V12.9658Z"}));case"person":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M9.625,10.8465 C8.91187,10.2891 8.12088,9.926 7,9.26013 L7,8.71938 C7.21175,8.47612 7.392,8.176 7.53813,7.83213 C7.94587,7.7315 8.3125,7.33425 8.3125,7 C8.3125,6.51788 8.1095,6.32713 7.8715,6.17137 C7.8715,6.15562 7.875,6.14162 7.875,6.125 C7.875,5.41362 7.4375,3.5 5.25,3.5 C3.0625,3.5 2.625,5.4145 2.625,6.125 C2.625,6.14162 2.6285,6.15562 2.6285,6.17137 C2.3905,6.32713 2.1875,6.51788 2.1875,7 C2.1875,7.33425 2.55413,7.7315 2.96187,7.833 C3.108,8.176 3.28825,8.47612 3.5,8.71938 L3.5,9.26013 C2.37912,9.92513 1.58812,10.2882 0.875,10.8465 C0.041125,11.4984 0,12.4688 0,14 L10.5,14 C10.5,12.4688 10.4589,11.4984 9.625,10.8465 Z M13.125,7.3465 C12.4119,6.78912 11.6209,6.426 10.5,5.76013 L10.5,5.21938 C10.7118,4.97613 10.892,4.676 11.0381,4.33213 C11.4459,4.2315 11.8125,3.83425 11.8125,3.5 C11.8125,3.01787 11.6095,2.82713 11.3715,2.67138 C11.3715,2.65562 11.375,2.64162 11.375,2.625 C11.375,1.91363 10.9375,0 8.75,0 C6.5625,0 6.125,1.9145 6.125,2.625 C6.125,2.64162 6.1285,2.65562 6.1285,2.67138 C6.11188,2.68275 6.09787,2.69588 6.08125,2.70725 C7.83212,3.066 8.59688,4.54825 8.72813,5.74787 C8.97575,6.00863 9.1875,6.39625 9.1875,7 C9.1875,7.60288 8.771,8.20312 8.18388,8.51462 C8.127,8.624 8.06662,8.729 8.00275,8.82962 C8.155,8.91537 8.30025,8.99675 8.44025,9.07463 C9.08075,9.4325 9.63375,9.74137 10.164,10.1561 C10.3022,10.2638 10.4204,10.3801 10.5289,10.4991 L14,10.4991 C14,8.96875 13.9589,7.99837 13.125,7.3465 Z"}));case"email":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M14,6.22508 C14,7.0471 13.8666,7.79918 13.5999,8.48134 C13.3332,9.16351 12.9563,9.69867 12.4692,10.0868 C11.9821,10.475 11.524,10.6862 10.9764,10.6862 C10.5473,10.6862 10.1676,10.5849 9.83705,10.3823 C9.50653,10.1796 9.2688,9.91274 9.12384,9.58165 C8.51065,10.318 7.56114,10.6862 6.5928,10.6862 C5.56647,10.6862 4.75762,10.3823 4.16618,9.77431 C3.57473,9.16636 3.27902,8.33436 3.27902,7.27829 C3.27902,6.0738 3.66752,5.10337 4.44451,4.36697 C5.2215,3.63058 6.2362,3.26239 7.48867,3.26239 C7.98734,3.26239 9.5206,3.47449 9.74131,3.53033 C10.2518,3.65949 10.6003,4.12335 10.5763,4.6417 C10.5697,4.78537 10.5175,5.88115 10.4198,7.92905 C10.4198,8.72253 10.6401,9.11927 11.0808,9.11927 C11.4519,9.11927 11.7476,8.8524 11.968,8.31865 C12.1883,7.78491 12.2985,7.08706 12.2985,6.22508 C12.2985,5.30601 12.1042,4.49399 11.7157,3.78899 C11.3272,3.08399 10.7808,2.54597 10.0762,2.17492 C9.37173,1.80387 8.56719,1.61835 7.66263,1.61835 C6.49134,1.61835 5.47373,1.85525 4.60976,2.32905 C3.74579,2.80286 3.08332,3.48644 2.62234,4.37981 C2.16136,5.27319 1.93089,6.30499 1.93089,7.47523 C1.93089,9.05077 2.35851,10.2595 3.21378,11.1015 C4.06905,11.9435 5.30847,12.3645 6.93203,12.3645 C7.54667,12.3645 8.22216,12.2975 8.95856,12.1633 C9.18419,12.1222 9.47682,12.0555 9.83645,11.9632 C10.2649,11.8532 10.7081,12.0814 10.8607,12.4905 C11.0082,12.8863 10.802,13.3249 10.4001,13.4701 C10.3865,13.475 10.3728,13.4796 10.359,13.4837 C9.30721,13.7996 8.18808,13.9716 7.00161,14 C4.7982,14 3.08041,13.4292 1.84823,12.2875 C0.616061,11.1458 0,9.55883 0,7.52661 C0,6.11661 0.314555,4.8365 0.943688,3.68624 C1.57282,2.53598 2.46867,1.63405 3.63126,0.980429 C4.79385,0.326807 6.13184,0 7.64524,0 C8.9209,0 10.1589,0.290316 11.0634,0.770643 C11.968,1.25097 12.6374,1.99796 13.1824,2.94557 C13.7275,3.89318 14,4.98634 14,6.22508 Z M5.38462,7.23555 C5.38462,8.44263 5.87335,9.04616 6.85083,9.04616 C7.3623,9.04616 7.75159,8.86452 8.01869,8.50126 C8.28579,8.13799 8.44773,7.54734 8.50456,6.72927 L8.61539,4.83286 C8.32555,4.76993 7.9988,4.73846 7.63509,4.73846 C6.92471,4.73846 6.37204,4.96157 5.97707,5.40779 C5.58211,5.854 5.38462,6.46325 5.38462,7.23555 Z"}));case"phone_number":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M2.20731,0.0127209 C2.1105,-0.0066419 1.99432,-0.00664663 1.91687,0.032079 C0.871279,0.438698 0.212942,1.92964 0.0580392,2.95587 C-0.426031,6.28627 2.20731,9.17133 4.62766,11.0689 C6.77694,12.7534 10.9012,15.5223 13.3409,12.8503 C13.6507,12.5211 14.0186,12.037 13.9993,11.553 C13.9412,10.7397 13.186,10.1588 12.6051,9.71349 C12.1598,9.38432 11.2304,8.47427 10.6495,8.49363 C10.1267,8.51299 9.79754,9.05515 9.46837,9.38432 L8.88748,9.96521 C8.79067,10.062 7.55145,9.24878 7.41591,9.15197 C6.91248,8.8228 6.4284,8.45491 6.00242,8.04829 C5.57644,7.64167 5.18919,7.19632 4.86002,6.73161 C4.7632,6.59607 3.96933,5.41495 4.04678,5.31813 C4.04678,5.31813 4.72448,4.58234 4.91811,4.2919 C5.32473,3.67229 5.63453,3.18822 5.16982,2.45243 C4.99556,2.18135 4.78257,1.96836 4.55021,1.73601 C4.14359,1.34875 3.73698,0.942131 3.27227,0.612963 C3.02055,0.419335 2.59457,0.0708094 2.20731,0.0127209 Z"}));case"file":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M5.94578,14 C4.62416,14 3.38248,13.4963 2.44892,12.585 C1.514641,11.6736 1,10.4639 1,9.17405 C1.00086108,7.88562 1.514641,6.67434 2.44892,5.76378 L7.45612,0.985988 C8.80142,-0.327216 11.1777,-0.332396 12.5354,0.992848 C13.9369,2.36163 13.9369,4.58722 12.5354,5.95418 L8.03046,10.2414 C7.16278,11.0877 5.73682,11.0894 4.86024,10.2345 C3.98394,9.37789 3.98394,7.98769 4.86024,7.1327 L6.60422,5.4317 L7.87576,6.67196 L6.13177,8.37297 C6.01668,8.48539 6.00003,8.61545 6.00003,8.68335 C6.00003,8.75083 6.01668,8.88103 6.13177,8.99429 C6.36197,9.21689 6.53749,9.21689 6.76768,8.99429 L11.2707,4.70622 C11.9645,4.03016 11.9645,2.91757 11.2638,2.23311 C10.5843,1.57007 9.40045,1.57007 8.72077,2.23311 L3.71342,7.0109 C3.12602,7.58406 2.79837,8.35435 2.79837,9.17405 C2.79837,9.99459 3.12602,10.7654 3.72045,11.3446 C4.90947,12.5062 6.98195,12.5062 8.17096,11.3446 L10.41911,9.15165 L11.6906,10.3919 L9.4425,12.585 C8.50808,13.4963 7.2664,14 5.94578,14 Z"}));case"formula":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7.77892,7.06304 L4.62218,11.2875 C4.58556,11.3416 4.55285,11.4392 4.5504,11.5052 C4.5504,11.7022 4.7047,11.8619 4.89562,11.8619 L11.1383,11.8619 C11.6139,11.8619 11.9996,12.2598 11.9996,12.7507 L11.9996,13.1111 C11.9996,13.602 11.6139,14 11.1383,14 L1.861927,14 C1.385853,14 1.00011061,13.602 1.00011061,13.1111 L1.00011061,12.6858 C0.99718092,12.4783 1.0523567,12.3098 1.176868,12.1466 L4.39269,7.79888 C4.74816,7.31841 4.74572,6.65139 4.38683,6.17354 L1.400013,2.19436 C1.27306,2.03028 1.216419,1.85993 1.219349,1.65006 L1.219349,0.888889 C1.219349,0.397968 1.605091,0 2.08117,0 L10.91906,0 C11.3946,0 11.7804,0.397968 11.7804,0.888889 L11.7804,1.24925 C11.7804,1.74017 11.3946,2.13814 10.91906,2.13814 L5.13634,2.13814 C4.94542,2.13814 4.79064,2.29801 4.79064,2.49522 C4.79308,2.56049 4.82482,2.65709 4.86095,2.71087 L7.78038,6.68628 C7.8297,6.74847 7.84435,6.7934 7.84142,6.87363 C7.84435,6.95493 7.82921,7.00048 7.77892,7.06304 Z"}));case"rollup":return e.createElement("svg",{viewBox:"0 0 18 18",className:n},e.createElement("path",{d:"M17,15.6l-5.119-5.119C12.583,9.499,13,8.299,13,7c0-3.314-2.686-6-6-6S1,3.686,1,7s2.686,6,6,6 c1.299,0,2.499-0.417,3.481-1.119L15.6,17L17,15.6z M7,11c-2.209,0-4-1.791-4-4c0-2.209,1.791-4,4-4s4,1.791,4,4 C11,9.209,9.209,11,7,11z"}));case"created_at":case"last_edited_at":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M7.01356 14.0001C8.8042 14.0001 10.5958 13.3107 11.9575 11.9324C14.681 9.21201 14.6808 4.7603 11.9571 2.04013C9.23336 -0.680043 4.77573 -0.680043 2.05199 2.04013C0.727519 3.36277 0 5.13301 0 6.99553C0 8.8764 0.727811 10.6285 2.05199 11.9509C3.43207 13.3106 5.22243 14.0001 7.01356 14.0001ZM3.72947 7.00914V8.461V8.65543H3.92382H5.34563H8.2794H8.4738V8.461V5.52541V3.37947V3.18502H8.2794H6.82747H6.63307V3.37947V6.81467H3.92382H3.72947V7.00914ZM1.83985 6.99553C1.83985 5.61698 2.38099 4.32597 3.36061 3.3477C5.36746 1.34337 8.64803 1.34062 10.6585 3.33944C10.6613 3.34219 10.6639 3.34494 10.6668 3.3477C12.676 5.3546 12.6763 8.63642 10.6668 10.6434C8.65705 12.6504 5.37031 12.6504 3.36061 10.6434C2.38099 9.66506 1.83985 8.37408 1.83985 6.99553Z"}));case"created_by":case"last_edited_by":return e.createElement("svg",{viewBox:"0 0 14 14",className:n},e.createElement("path",{d:"M13.125,10.0354 C12.5536,9.48588 10.801,8.53125 9.625,7.875 L9.625,7.04112 C9.849,6.71912 10.045,6.37 10.1911,5.98588 C10.5849,5.7435 10.9375,5.28412 10.9375,4.8125 C10.9375,4.35488 10.9323,3.94275 10.4668,3.605 C10.3049,1.5575 9.436,0 7,0 C4.564,0 3.69513,1.5575 3.53325,3.605 C3.06775,3.94275 3.0625,4.35488 3.0625,4.8125 C3.0625,5.28412 3.41513,5.7435 3.80888,5.98588 C3.955,6.37 4.151,6.71912 4.375,7.04112 L4.375,7.875 C3.199,8.53125 1.44638,9.48588 0.875,10.0354 C0.1645,10.7188 0,11.8125 0,14 L14,14 C14,11.8125 13.8364,10.7188 13.125,10.0354 Z"}));default:return e.createElement("span",null,"❓")}},gl=function(t){var r=t.path,n=t.slug,a=t.link,o=t.query,l=t.children;if(!r&&!n)return e.createElement("span",{className:"rotion-table-title-link ".concat("xqmnm37 x2w0cx1 x1binvwd x1lmuraq xpzjx3 xn7j128")},l);var i="".concat(r).concat(n),s=a&&o?{pathname:i,query:o}:i;if(a){var c=a;return e.createElement(c,{className:"rotion-table-title-link ".concat("xqmnm37 x2w0cx1 x1binvwd x1lmuraq xpzjx3 xn7j128"),href:s},l)}return e.createElement("a",{className:"rotion-table-title-link ".concat("xqmnm37 x2w0cx1 x1binvwd x1lmuraq xpzjx3 xn7j128"),href:i},l)},xl=function(t){var r=t.payload,n=t.path,a=t.slug,o=t.link,l=t.query,i=r.map((function(e){var t=e.title;switch(t.type){case"text":return t.text.content;case"mention":return t.mention.type;default:return t.equation.expression}})).join(",");return e.createElement("div",{className:"rotion-table-title ".concat("xqmnm37")},e.createElement(gl,{path:n,slug:a,link:o,query:l},i))},fl=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-table-date ".concat("xqmnm37 xuxw1ft x1qzg9v8 x78zum5 x6s0dn4 xt4ypqs x1noocy9")},null==r?void 0:r.start)},bl=function(t){var r=t.payload;return r?e.createElement("div",{className:"rotion-table-richtext ".concat("xqmnm37 x1qzg9v8 xuxw1ft x1lliihq x1ghz6dp x1717udv xh3659q xlyipyv xb3r6kr")},e.createElement(Ro,{textObject:r.rich_text})):e.createElement(e.Fragment,null)},vl={wrapper:{fontFamily:"xqmnm37",textDecoration:"x1lmuraq",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,borderRadius:"xoz5i10",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,$$css:!0},default:{color:"x1d0pfws",backgroundColor:"x1a1dwqt",$$css:!0},gray:{color:"x1vng7ge",backgroundColor:"x1ckdm3g",$$css:!0},brown:{color:"xyrhg7e",backgroundColor:"x12pkou0",$$css:!0},orange:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},yellow:{color:"x1o2vnr2",backgroundColor:"x161dwim",$$css:!0},green:{color:"xe04n57",backgroundColor:"xn4asuu",$$css:!0},blue:{color:"x19jod5o",backgroundColor:"xr54tmh",$$css:!0},purple:{color:"x1jk8wgv",backgroundColor:"x1fi4u8n",$$css:!0},pink:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},red:{color:"xylzfvh",backgroundColor:"xnsnhni",$$css:!0}},yl=function(t){var r=t.color,n=t.pathname,a=t.link,o=t.query,l=t.children,i=o?{pathname:n,query:o}:n,s=function(e){var t=u(vl[e]);return"rotion-table-multiselect-link rotion-table-multiselect-".concat(e," ").concat("xqmnm37 x1lmuraq x1heor9g x1rbdj2j xoz5i10"," ").concat(t)};if(""===i)return e.createElement("span",{className:s(r)},l);if(a){var c=a;return e.createElement(c,{className:s(r),href:i},l)}return e.createElement("a",{className:s(r),href:n},l)},kl=function(t){var r=t.payload,n=t.path,a=t.link,o=t.query;return e.createElement("ul",{className:"rotion-table-multiselect-ul ".concat("xqmnm37 x3ct3a4 x78zum5 x2lah0s x6s0dn4 x1ghz6dp x1717udv xb3r6kr xlyipyv")},r.multi_select.map((function(t){return e.createElement("li",{key:t.id,className:"rotion-table-multiselect-li ".concat("xboafo0 x78zum5 x6s0dn4 x2lah0s xeuugli x1717udv xwkitof")},e.createElement(yl,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(t.name)):"",color:t.color,link:a,query:o},t.name))})))},wl={wrapper:{fontFamily:"xqmnm37",textDecoration:"x1hl2dhg",textDecorationColor:null,textDecorationLine:null,textDecorationStyle:null,textDecorationThickness:null,color:"x1heor9g",padding:"x1rbdj2j",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},default:{color:"x1d0pfws",backgroundColor:"x1a1dwqt",$$css:!0},gray:{color:"x1vng7ge",backgroundColor:"x1ckdm3g",$$css:!0},brown:{color:"xyrhg7e",backgroundColor:"x12pkou0",$$css:!0},orange:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},yellow:{color:"x1o2vnr2",backgroundColor:"x161dwim",$$css:!0},green:{color:"xe04n57",backgroundColor:"xn4asuu",$$css:!0},blue:{color:"x19jod5o",backgroundColor:"xr54tmh",$$css:!0},purple:{color:"x1jk8wgv",backgroundColor:"x1fi4u8n",$$css:!0},pink:{color:"xz43sf9",backgroundColor:"xfw6yvh",$$css:!0},red:{color:"xylzfvh",backgroundColor:"xnsnhni",$$css:!0}},Sl=function(t){var r=t.pathname,n=t.color,a=t.link,o=t.query,l=t.children,i=o?{pathname:r,query:o}:r,s=function(e){var t=u(wl[e]);return"rotion-table-select-link rotion-table-select-".concat(e," ").concat("xqmnm37 x1hl2dhg x1heor9g x1rbdj2j"," ").concat(t)};if(""===i)return e.createElement("span",{className:s(n)},l);if(a){var c=a;return e.createElement(c,{className:s(n),href:i},l)}return e.createElement("a",{className:s(n),href:r},l)},Cl=function(t){var r=t.payload,n=t.path,a=t.link,o=t.query,l=r.select;return l?e.createElement("div",{className:"rotion-table-select ".concat("xqmnm37 xboafo0 x78zum5 x6s0dn4 x2lah0s x126bhsu x18zih8k x1717udv x1ctjc2f xwpv0f9 xwkitof")},e.createElement(Sl,{pathname:n?"".concat(n,"tags/").concat(encodeURIComponent(l.name)):"",color:l.color,link:a,query:o},l.name)):e.createElement(e.Fragment,null)},zl=function(t){var r=t.payload;return r?e.createElement("div",{className:"rotion-table-url ".concat("xqmnm37 x78zum5 xuxw1ft x1ghz6dp")},e.createElement("a",{className:"rotion-table-url-link ".concat("x1lliihq x1lmuraq xoebl6a x2w0cx1 x1binvwd x130j894 x1hwub78 xoz5i10 x1baykjp"),href:r,rel:"noreferrer",target:"_blank"},e.createElement("span",{className:"rotion-table-url-address ".concat("xt0psk2 xgommxb xuxw1ft x1hk33u3 x1w3jsh0 x13pqoeu xntq7mn")},r))):e.createElement(e.Fragment,null)},El=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-table-checkbox"},r)},Ml=function(t){var r=t.payload;return e.createElement("div",{className:"rotion-table-number ".concat("xqmnm37 xuxw1ft x1qzg9v8 x1lliihq xh8yej3 x1hr2gdg")},r.number)},ql=function(t){var r=t.items,n=t.path,a=t.slug,o=t.link,l=t.query;if(!r)return e.createElement(e.Fragment,null);if("list"===r.object){if(0===r.results.length)return e.createElement(e.Fragment,null);var i=r.results[0];switch(i.type){case"title":var s=r.results;return e.createElement(xl,{payload:s,path:n,slug:a,link:o,query:l});case"rich_text":return e.createElement(bl,{payload:i});default:console.log("unsupport database property:",i)}}else switch(r.type){case"date":return e.createElement(fl,{payload:r.date});case"rich_text":return e.createElement(bl,{payload:r});case"multi_select":return e.createElement(kl,{payload:r,path:n,query:l});case"url":return e.createElement(zl,{payload:r.url});case"checkbox":return e.createElement(El,{payload:r.checkbox});case"number":return e.createElement(Ml,{payload:r});case"select":return e.createElement(Cl,{payload:r,path:n,query:l});default:console.log("unsupport database property:",r)}},Tl=function(t){var r=t.name,n=t.page,a=t.href,o=t.link,l=t.query,i=a?L(a):[void 0,void 0],s=i[0],c=i[1];if(!("property_items"in n)||!("properties"in n))return e.createElement(e.Fragment,null);for(var u="",m=0,h=Object.entries(n.properties);m<h.length;m++){var d=h[m],p=d[0],g=d[1];p===r&&(u=g.id)}var x=n.property_items.find((function(e){return"property_item"===e.object&&e.id===u||"list"===e.object&&e.property_item.id===u})),f=c?function(e,t){if(!("properties"in t))return"not-found-properties";if("id"===e)return t.id;if(!(e in t.properties))return"not-found-key-in-page-properties";var r=t.properties[e];return"rich_text"in r?r.rich_text.map((function(e){return e.text.content})).join(","):"not-found-richtext-in-key"}(c,n):void 0;return e.createElement(ql,{items:x,path:s,slug:f,link:o,query:l})},Nl=function(t){var r=t.keys,n=t.db,a=t.href,o=t.link,l=t.query,i=function(e){return n.meta.properties[e]?n.meta.properties[e].type:'Unknown "'.concat(e,'"')};return e.createElement("div",{className:"rotion-table ".concat("xqmnm37 x1ghz6dp xe4ajzu xh8yej3 x14aock7")},e.createElement("div",{className:"rotion-table-inner ".concat("x1n2onr6 x1faq86j xgqtt45")},e.createElement("div",{className:"rotion-table-header rotion-table-row ".concat(""," ").concat("x3nfvp2 x130j894 xojvqvm xyj4yit x1jlbt0v x139so5o xjdhk0")},r.map((function(t,r){return e.createElement("div",{key:"".concat(t,"-").concat(r),className:"rotion-table-cell rotion-table-column".concat(r," ").concat("x78zum5 x1q0g3np x1evy7pa")},e.createElement("div",{className:"rotion-table-cell-inner ".concat("x78zum5 x2lah0s xb3r6kr xif65rj x8lhhth xe9vn5y x3o4md8")},e.createElement(pl,{type:i(t),className:"rotion-table-header-icon ".concat("x6jxa94 x1v9usgg x1lliihq x118tc7y x7ycizk xlp1x4z x1gslohp xvo1kyu")}),e.createElement("div",{className:"rotion-table-cell-text ".concat("xuxw1ft xb3r6kr xlyipyv")},t)))}))),n.results.map((function(t){return e.createElement("div",{key:t.id,className:"rotion-table-row ".concat("x3nfvp2 x130j894 xojvqvm xyj4yit x1jlbt0v x139so5o xjdhk0")},r.map((function(r,n){return e.createElement("div",{key:"".concat(t.id).concat(r),className:"rotion-table-cell rotion-table-column".concat(n," ").concat("x78zum5 x1q0g3np x1evy7pa")},e.createElement("div",{className:"rotion-table-cell-inner ".concat("x78zum5 x2lah0s xb3r6kr xif65rj x8lhhth xe9vn5y x3o4md8")},e.createElement(Tl,{name:r,page:t,href:a,link:o,query:l})))})))}))))},Al=function(t){var r=t.block;if(!r.bookmark)return e.createElement(e.Fragment,null);var n=r.bookmark.site,a=n.title,o=n.desc,l=n.icon,i=n.image,s=function(){var e;return window.open(null===(e=r.bookmark)||void 0===e?void 0:e.url,"_blank","noreferrer")},c=r.bookmark.url;return""===a&&""===o&&""===i?e.createElement("div",{className:"rotion-bookmark ".concat("xqmnm37 xl1j9gz xo5v014 xdt5uv0")},e.createElement("div",{className:"rotion-bookmark-box ".concat("x1pwd5xa xoz5i10 xboafo0 x1717udv x78zum5 xjimrh6 x1ypdohk x1n2onr6 x1h2krsp xwy3pg2 xb3r6kr"),onClick:s},e.createElement("div",{className:"rotion-bookmark-text ".concat("x1fvrxw4 x1ab2qf2 xa7kkou x1y8v6su xb3r6kr")},e.createElement("div",{className:"rotion-bookmark-title ".concat("x1nrrp6k xh8yej3 xuxw1ft xb3r6kr xlyipyv x1lliihq xjpr12u")},c.substring(c.lastIndexOf("/")+1)),e.createElement("div",{className:"rotion-bookmark-desc ".concat("x1noocy9 x1d3mw78 xfifm61 x10w6t97 xb3r6kr")},c)))):e.createElement("div",{className:"rotion-bookmark ".concat("xqmnm37 xl1j9gz xo5v014 xdt5uv0")},e.createElement("div",{className:"rotion-bookmark-box ".concat("x1pwd5xa xoz5i10 xboafo0 x1717udv x78zum5 xjimrh6 x1ypdohk x1n2onr6 x1h2krsp xwy3pg2 xb3r6kr"),onClick:s},e.createElement("div",{className:"rotion-bookmark-text ".concat("x1fvrxw4 x1ab2qf2 xa7kkou x1y8v6su xb3r6kr")},e.createElement("div",{className:"rotion-bookmark-title ".concat("x1nrrp6k xh8yej3 xuxw1ft xb3r6kr xlyipyv x1lliihq xjpr12u")},a),e.createElement("div",{className:"rotion-bookmark-desc ".concat("x1noocy9 x1d3mw78 xfifm61 x10w6t97 xb3r6kr")},o),e.createElement("div",{className:"rotion-bookmark-url ".concat("xfifm61 xb3r6kr xuxw1ft xlyipyv x1xmf6yo x1n2onr6 x1xrxgpl x1717udv x1t8upxr")},""!==l&&e.createElement("img",{className:"rotion-bookmark-favicon ".concat("xt0psk2 x3ajldb xyo1k6t x1ty9z65"),src:l,width:"16px",alt:"icon"}),c)),e.createElement("div",{className:"rotion-bookmark-image ".concat("x15lv9n0 x1ghz6dp x1717udv xo5v014 xb3r6kr x1dr9wh x1lliihq x1v6uw9j")},""!==i&&e.createElement("img",{className:"rotion-bookmark-img ".concat("x1lliihq xl1xv1r x1nj7uno x1rzy9ey xh8yej3 x5yr21d"),src:i,width:"200px",height:"auto",alt:"image"}))),e.createElement("div",{className:"rotion-bookmark-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xgommxb")},r.bookmark.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))))};var Bl=function(t){var r=t.breadcrumb,n=t.link,a=t.href,o=t.query,l=t.children,i=function(e,t,r){if("/"===r)return r;var n=L(r||""),a=n[0],o="";return o="id"===n[1]?e:encodeURIComponent(t.toLowerCase()).replace(/%20/g,"-"),"".concat(a).concat(o)}(r.id,r.name,a);if(n&&a){var s=n;return e.createElement(s,{className:"rotion-blocks-breadcrumb-a ".concat("x1nrrp6k x1q4hdjl xqmnm37 xoz5i10 x1h2krsp xwy3pg2 xoebl6a x1lmuraq x2w0cx1 x1binvwd"),href:{pathname:i,query:o}},l)}return a?e.createElement("a",{className:"rotion-blocks-breadcrumb-a ".concat("x1nrrp6k x1q4hdjl xqmnm37 xoz5i10 x1h2krsp xwy3pg2 xoebl6a x1lmuraq x2w0cx1 x1binvwd"),href:"".concat(i).concat(B(o))},l):e.createElement("span",{className:"rotion-blocks-breadcrumb-a ".concat("x1nrrp6k x1q4hdjl xqmnm37 xoz5i10 x1h2krsp xwy3pg2 xoebl6a x1lmuraq x2w0cx1 x1binvwd")},l)},Ll=function(t){var r=t.list,n=t.link,a=t.hrefs,o=t.query,l=r.length;return e.createElement("div",{className:"rotion-breadcrumb ".concat("xqmnm37")},r.map((function(t,r){return e.createElement("span",{key:"crumb-".concat(r)},e.createElement(Bl,{breadcrumb:t,href:void 0===a?void 0:a[r],link:n,query:o},"emoji"===t.icon.type&&e.createElement("span",{className:"rotion-breadcrumb-emoji"},t.icon.emoji),"emoji"!==t.icon.type&&e.createElement("img",{className:"rotion-breadcrumb-icon ".concat("xxymvpz xkkytvh xn2xpo4"),src:t.icon.src,width:20,height:20,alt:t.name}),e.createElement("span",{className:"rotion-breadcrumb-title ".concat("")},t.name)),r+1<l&&e.createElement("span",{className:"rotion-breadcrumb-slash ".concat("x1nrrp6k xbyyjgo xlcowx6")},"/"))})))},Il=function(t){var r=t.block,n=t.link,a=t.hrefs,o=t.query;return e.createElement(Ll,{list:r.list,link:n,hrefs:a,query:o})},jl=function(t){var r,n=t.block,a=t.href,o=t.link,l=t.query,i=fi[n.type],s=null===(r=n[n.type])||void 0===r?void 0:r.rich_text;return n.has_children&&void 0!==n.children?e.createElement(i,{key:n.id,className:"rotion-bulleted-list ".concat("xqmnm37 x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})),e.createElement(vi,{blocks:n.children,href:a,link:o,query:l})):e.createElement(i,{className:"rotion-bulleted-list ".concat("xqmnm37 x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))},Rl={wrapper:{fontFamily:"xqmnm37",display:"x78zum5",padding:"x3vcqe7",paddingInline:null,paddingStart:null,paddingLeft:"x9dzeaa",paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,paddingInlineStart:null,paddingInlineEnd:null,width:"x1nud34g",borderRadius:"x12oqio5",borderStartStartRadius:null,borderStartEndRadius:null,borderEndStartRadius:null,borderEndEndRadius:null,borderTopLeftRadius:null,borderTopRightRadius:null,borderBottomLeftRadius:null,borderBottomRightRadius:null,marginTop:"xv0uc0e",$$css:!0},icon:{width:"xvy4d1p",height:"xxk0z11",$$css:!0},text:{marginLeft:"xg06gn0",marginInlineStart:null,marginInlineEnd:null,marginTop:"xo7kle4",$$css:!0},default:{color:"xiniunn",backgroundColor:"xan1y3o",$$css:!0},default_background:{color:"xiniunn",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},gray:{color:"xbtqrdd",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},gray_background:{backgroundColor:"xan1y3o",$$css:!0},brown:{color:"xfgbdse",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},brown_background:{backgroundColor:"x5sxmnr",$$css:!0},orange:{color:"xeubebw",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},orange_background:{backgroundColor:"x1js6t1l",$$css:!0},yellow:{color:"x1cuxad4",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},yellow_background:{backgroundColor:"x125ifk9",$$css:!0},green:{color:"xzrguvn",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,backgroundColor:"xgcd1z6",$$css:!0},green_background:{backgroundColor:"xk1eqyx",$$css:!0},blue:{color:"x1a2b8c4",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},blue_background:{backgroundColor:"xivqcaa",$$css:!0},purple:{color:"xocb71z",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},purple_background:{backgroundColor:"xjy77r2",$$css:!0},pink:{color:"x16mczcu",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},pink_background:{backgroundColor:"x1u8e821",$$css:!0},red:{color:"x1ii5icm",border:"xrwc1qg",borderWidth:null,borderInlineWidth:null,borderInlineStartWidth:null,borderLeftWidth:null,borderInlineEndWidth:null,borderRightWidth:null,borderBlockWidth:null,borderTopWidth:null,borderBottomWidth:null,borderStyle:null,borderInlineStyle:null,borderInlineStartStyle:null,borderLeftStyle:null,borderInlineEndStyle:null,borderRightStyle:null,borderBlockStyle:null,borderTopStyle:null,borderBottomStyle:null,borderColor:null,borderInlineColor:null,borderInlineStartColor:null,borderLeftColor:null,borderInlineEndColor:null,borderRightColor:null,borderBlockColor:null,borderTopColor:null,borderBottomColor:null,$$css:!0},red_background:{backgroundColor:"x1e4p6wl",$$css:!0}},Ol=function(t){var r=t.block;if(!r.callout.icon)return e.createElement(e.Fragment,null);switch(r.callout.icon.type){case"emoji":return e.createElement(e.Fragment,null,r.callout.icon.emoji);case"external":case"file":return e.createElement("img",{src:r.callout.icon.src,alt:"Icon"});default:return e.createElement(e.Fragment,null)}},$l=function(t){var r=t.block,n=r.callout,a=n.color,o=n.rich_text;return e.createElement("div",{className:"rotion-callout rotion-callout-color-".concat(a," ").concat("xqmnm37 x78zum5 x3vcqe7 x9dzeaa x1nud34g x12oqio5 xv0uc0e"," ").concat(u(Rl[a]))},e.createElement("div",{className:"rotion-callout-icon ".concat("xvy4d1p xxk0z11")},e.createElement(Ol,{block:r})),e.createElement("div",{className:"rotion-callout-text ".concat("xg06gn0 xo7kle4")},o.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))))},Hl=function(t){var r=t.block,n=t.href,a=t.link,o=t.query,l=t.children,i=r.child_database.title,s=L(n||""),c=s[0],u="id"===s[1]?r.database.id:encodeURIComponent(i.toLowerCase()).replace(/%20/g,"-");if(!n)return e.createElement("div",{className:"rotion-childdatabase-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10")},l);if(a){var m=a;return void 0===o&&(o={}),e.createElement(m,{className:"rotion-childdatabase-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10"),href:{pathname:"".concat(c).concat(u),query:o}},l)}return e.createElement("a",{className:"rotion-childdatabase-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10"),href:"".concat(c).concat(u).concat(B(o))},l)},Dl=function(t){var r=t.block,n=t.href,a=t.link,o=t.query;if(void 0===r.database)return e.createElement(e.Fragment,null);var l=r.child_database.title;return null===r.database||void 0===r.database.icon||null===r.database.icon?e.createElement("div",{className:"rotion-childdatabase ".concat("xqmnm37 xh8yej3")},e.createElement(Hl,{block:r,href:n,link:a,query:o},e.createElement("span",{className:"rotion-childdatabase-icon ".concat("xxk0z11 xb3r6kr")},"️-"),e.createElement("div",null,e.createElement("span",{className:"rotion-childdatabase-title ".concat("x15su7se x16dsc37")},l)))):"emoji"===r.database.icon.type?e.createElement("div",{className:"rotion-childdatabase ".concat("xqmnm37 xh8yej3")},e.createElement(Hl,{block:r,href:n,link:a,query:o},e.createElement("span",{className:"rotion-childdatabase-icon ".concat("xxk0z11 xb3r6kr")},r.database.icon.emoji),e.createElement("div",null,e.createElement("span",{className:"rotion-childdatabase-title ".concat("x15su7se x16dsc37")},l)))):e.createElement("div",{className:"rotion-childdatabase ".concat("xqmnm37 xh8yej3")},e.createElement(Hl,{block:r,href:n,link:a,query:o},e.createElement("span",{className:"rotion-childdatabase-icon ".concat("xxk0z11 xb3r6kr")},e.createElement("img",{className:"rotion-childdatabase-icon-img",src:r.database.icon.src,alt:"Icon"})),e.createElement("div",null,e.createElement("span",{className:"rotion-childdatabase-title ".concat("x15su7se x16dsc37")},l))))},Fl=function(t){var r=t.block,n=t.href,a=t.link,o=t.query,l=t.children,i=r.child_page.title,s=L(n||""),c=s[0],u="id"===s[1]?r.page.id:encodeURIComponent(i.toLowerCase()).replace(/%20/g,"-");if(!n)return e.createElement("div",{className:"rotion-childpage-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10")},l);if(a){var m=a;return void 0===o&&(o={}),e.createElement(m,{className:"rotion-childpage-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10"),href:{pathname:"".concat(c).concat(u),query:o}},l)}return e.createElement("a",{className:"rotion-childpage-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10"),href:"".concat(c).concat(u).concat(B(o))},l)},_l=function(t){var r=t.block,n=t.href,a=t.link,o=t.query;if(void 0===r.page)return e.createElement(e.Fragment,null);var l=r.child_page.title;return null===r.page||void 0===r.page.icon||null===r.page.icon?e.createElement("div",{className:"rotion-childpage ".concat("xqmnm37 xh8yej3")},e.createElement(Fl,{block:r,href:n,link:a,query:o},e.createElement("span",{className:"rotion-childpage-icon ".concat("xxk0z11 xb3r6kr")},"️-"),e.createElement("div",null,e.createElement("span",{className:"rotion-childpage-title ".concat("x15su7se x16dsc37")},l)))):"emoji"===r.page.icon.type?e.createElement("div",{className:"rotion-childpage ".concat("xqmnm37 xh8yej3")},e.createElement(Fl,{block:r,href:n,link:a,query:o},e.createElement("span",{className:"rotion-childpage-icon ".concat("xxk0z11 xb3r6kr")},r.page.icon.emoji),e.createElement("div",null,e.createElement("span",{className:"rotion-childpage-title ".concat("x15su7se x16dsc37")},l)))):e.createElement("div",{className:"rotion-childpage ".concat("xqmnm37 xh8yej3")},e.createElement(Fl,{block:r,href:n,link:a,query:o},e.createElement("span",{className:"rotion-childpage-icon ".concat("xxk0z11 xb3r6kr")},e.createElement("img",{className:"rotion-childpage-icon-img",src:r.page.icon.src,alt:"Icon"})),e.createElement("div",null,e.createElement("span",{className:"rotion-childpage-title ".concat("x15su7se x16dsc37")},l))))};function Pl(e,t,r,n){return new(r||(r=Promise))((function(a,o){function l(e){try{s(n.next(e))}catch(e){o(e)}}function i(e){try{s(n.throw(e))}catch(e){o(e)}}function s(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(l,i)}s((n=n.apply(e,t||[])).next())}))}function Vl(e,t){var r,n,a,o,l={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function i(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,i[0]&&(l=0)),l;)try{if(r=1,n&&(a=2&i[0]?n.return:i[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,i[1])).done)return a;switch(n=0,a&&(i=[2&i[0],a.value]),i[0]){case 0:case 1:a=i;break;case 4:return l.label++,{value:i[1],done:!1};case 5:l.label++,n=i[1],i=[0];continue;case 7:i=l.ops.pop(),l.trys.pop();continue;default:if(!(a=l.trys,(a=a.length>0&&a[a.length-1])||6!==i[0]&&2!==i[0])){l=0;continue}if(3===i[0]&&(!a||i[1]>a[0]&&i[1]<a[3])){l.label=i[1];break}if(6===i[0]&&l.label<a[1]){l.label=a[1],a=i;break}if(a&&l.label<a[2]){l.label=a[2],l.ops.push(i);break}a[2]&&l.ops.pop(),l.trys.pop();continue}i=t.call(e,l)}catch(e){i=[6,e],n=0}finally{r=a=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}"function"==typeof SuppressedError&&SuppressedError;var Wl=function(r){var l=r.children,i=r.language,s=void 0===i?"text":i,c=e.createRef(),u="language-".concat(s.toLowerCase()),m=t(!1),h=m[0],d=m[1];return n((function(){!function(e){Pl(void 0,void 0,void 0,(function(){return Vl(this,(function(t){return c.current&&("mermaid"===e?a.init(void 0,c.current):o.highlightElement(c.current)),[2]}))}))}(s)}),[s,""]),e.createElement("div",{className:"rotion-code-text ".concat("x12oqio5 x2kcbxv xjup8qr xbkgn1r xgommxb x1n2onr6 x13vifvy xu96u03"),onMouseOver:function(){return d(!0)},onMouseOut:function(){return d(!1)}},h&&e.createElement("div",{className:"rotion-code-lang ".concat("x10l6tqk x1nh8u4m xb7ufyx x1noocy9 xboafo0 xn80e1m x1lliihq")},s),e.createElement("pre",{className:u},e.createElement("code",{ref:c},l)))},Yl=function(t){var r,n,a=t.block,o=null===(r=a.code)||void 0===r?void 0:r.rich_text.map((function(t,r){var n,o=t;return e.createElement(Wl,{language:(null===(n=a.code)||void 0===n?void 0:n.language)||"",key:"".concat(r)},o.text.content)})),l=null===(n=a.code)||void 0===n?void 0:n.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"".concat(r)})}));return e.createElement("div",{className:"rotion-code ".concat("xqmnm37 xh8yej3")},o,e.createElement("div",{className:"rotion-code-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},l))},Ul=function(t){var r=t.block,n=t.href,a=t.link,o=t.query,l=r.columns.map((function(t,r){return e.createElement("div",{key:r,className:"rotion-columnlist-column ".concat("x7qn6qj")},e.createElement(vi,{blocks:t,href:n,link:a,query:o}))})),i=l.length,s={gridTemplate:"repeat(1, 1fr) / repeat(".concat(i,", 1fr)")};return e.createElement("div",{className:"rotion-columnlist ".concat("xqmnm37 xh8yej3 xbkgn1r xrvj5dj xjimrh6 xy1yoyf"),style:s},l)},Gl=function(t){var r=t.block,a=r.embed.html.replace(/<script>.*/,""),o="rotion-embed-html";return n((function(){var e=document.createElement("script");e.src="https://platform.twitter.com/widgets.js",document.getElementsByClassName(o)[0].appendChild(e)}),[]),e.createElement("div",{className:"rotion-embed ".concat("xqmnm37 xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-embed-twitter ".concat("xphddl8 x19bbpc0")},e.createElement("div",{className:"".concat(o," ").concat("xh8yej3 x2b8uid"),dangerouslySetInnerHTML:{__html:a}}),e.createElement("div",{className:"rotion-embed-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},r.embed.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))))},Zl=function(t){var r=t.block;return e.createElement("div",{className:"rotion-embed ".concat("xqmnm37 xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-embed-speakerdeck ".concat("xorqhan x19bbpc0 x10avn17 x1n2onr6 xqtp20y")},e.createElement("div",{className:"rotion-embed-html ".concat("xh8yej3 x2b8uid"),dangerouslySetInnerHTML:{__html:r.embed.html}}),e.createElement("div",{className:"rotion-embed-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},r.embed.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))))},Xl=function(t){var r,n=t.block;return void 0===(null===(r=n.embed)||void 0===r?void 0:r.html)?(console.log("The html property for this embed block was undefined:",n),e.createElement(e.Fragment,null)):n.embed.html.includes("twitter")?e.createElement(Gl,{block:n}):n.embed.html.includes("speakerdeck")?e.createElement(Zl,{block:n}):e.createElement("div",{className:"rotion-embed ".concat("xqmnm37 xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-embed-html",dangerouslySetInnerHTML:{__html:n.embed.html}}),e.createElement("div",{className:"rotion-embed-caption"},n.embed.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))))},Jl=function(t){var n=t.block.equation.expression,a=r((function(){return Io(n,{throwOnError:!1,output:"mathml"})}),[n]);return e.createElement("div",{className:"rotion-equation ".concat("xqmnm37 xh8yej3 x2b8uid")},e.createElement("div",{className:"rotion-equation-html ".concat("x1rz42sk x8c3b7j"),dangerouslySetInnerHTML:{__html:a}}))},Kl=function(t){var r=t.block.file,n="external"===r.type?r.external.url:r.file.url,a=r.size>9999?"".concat((Math.ceil(r.size/1024/1e3*10)/10).toFixed(1),"MB"):"".concat((Math.ceil(r.size/1024*10)/10).toFixed(1),"KB");return e.createElement("div",{className:"rotion-file ".concat("xqmnm37")},e.createElement("a",{href:n,target:"_blank",className:"rotion-file-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10"),rel:"noreferrer"},e.createElement(N,{name:"file"}),e.createElement("span",null,r.name,e.createElement("span",{className:"rotion-file-size ".concat("xgommxb x15u6esi x1g3taxb")},a)),r.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))))},Ql={wrapper:{fontFamily:"xqmnm37",$$css:!0},hr:{margin:"xbkgn1r",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,borderTopColor:"x1uustg",borderTopStyle:"x13fuv20",borderTopWidth:"x178xt8z",width:"xh8yej3",height:"xjm9jq1",$$css:!0},heading_1:{lineHeight:"xwn7fz2",margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,padding:"xp8ws5",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},heading_2:{lineHeight:"xwn7fz2",margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,padding:"x1cfqnp1",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},heading_3:{lineHeight:"xwn7fz2",margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,padding:"x1shdda8",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,$$css:!0},paragraph:{padding:"xoouf11",paddingInline:null,paddingStart:null,paddingLeft:null,paddingEnd:null,paddingRight:null,paddingBlock:null,paddingTop:null,paddingBottom:null,margin:"x1ghz6dp",marginInline:null,marginInlineStart:null,marginLeft:null,marginInlineEnd:null,marginRight:null,marginBlock:null,marginTop:null,marginBottom:null,lineHeight:"x1evy7pa",$$css:!0},quote:{borderLeft:"x4ubzz0",borderLeftWidth:null,borderInlineStartWidth:null,borderInlineEndWidth:null,borderLeftStyle:null,borderInlineStartStyle:null,borderInlineEndStyle:null,borderLeftColor:null,borderInlineStartColor:null,borderInlineEndColor:null,paddingLeft:"x9dzeaa",paddingInlineStart:null,paddingInlineEnd:null,marginLeft:"xj3b58b",marginInlineStart:null,marginInlineEnd:null,marginRight:"x1yf7rl7",lineHeight:"xa7kkou",$$css:!0}},ei=function(t){var r=t.tag,n=t.block;if("divider"===n.type)return e.createElement("div",{className:"rotion-text-hr ".concat("xbkgn1r x1uustg x13fuv20 x178xt8z xh8yej3 xjm9jq1")});var a=r,o=["xqmnm37"];if(n.type in Ql){var l=n.type;o.push("".concat(u(Ql[l])))}var i=n[n.type].rich_text;return e.createElement(a,{className:"rotion-text-".concat(r," ").concat(o.join(" "))},i.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))},ti=function(t){var r,n=t.block;return e.createElement("div",{className:"rotion-image ".concat("xqmnm37 x2b8uid x1ghz6dp x1gpzwh6")},e.createElement("div",{className:"rotion-image-image ".concat("x78zum5")},e.createElement("img",{className:"rotion-image-img ".concat("x8x9d4c xack27t xh8yej3"),src:null===(r=n.image)||void 0===r?void 0:r.src,alt:"Image"})),e.createElement("div",{className:"rotion-image-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},n.image.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))))},ri=function(t){var r=t.url.match(/github\.com\/(\w+)\/(\w+)/),n=r?r[1]:"",a=r?r[2]:"";return e.createElement("span",{className:"rotion-linkpreview-github ".concat("xrvj5dj x1a7s9hc x883omv")},e.createElement("span",{className:"rotion-linkpreview-icon ".concat("x5yr21d")},e.createElement(N,{name:"github",width:"32px",height:"32px"})),e.createElement("span",{className:"rotion-linkpreview-github-repo ".concat("x1lliihq x1hptrd9")},n,"/",a))},ni=function(t){var r=t.url.replace("https://","").split("/")[0];return e.createElement("span",{className:"rotion-linkpreview-slack ".concat("xrvj5dj x1a7s9hc x883omv")},e.createElement("span",{className:"rotion-linkpreview-icon ".concat("x5yr21d")},e.createElement(N,{name:"slack",width:"32px",height:"32px"})),e.createElement("span",null,e.createElement("span",{className:"rotion-linkpreview-slack-title ".concat("x1lliihq x1jchvi3")},"Message in Slack"),e.createElement("span",{className:"rotion-linkpreview-slack-domain ".concat("x1lliihq xgommxb x1g3taxb")},r)))},ai=function(t){var r=t.url;return e.createElement("span",{className:"rotion-linkpreview-figma ".concat("xrvj5dj x1a7s9hc x883omv")},e.createElement("span",{className:"rotion-linkpreview-icon ".concat("x5yr21d")},e.createElement(N,{name:"figma",width:"21px",height:"32px"})),e.createElement("span",{className:"rotion-linkpreview-figma-url ".concat("x1lliihq x1jchvi3")},r))},oi=function(t){var r=t.block;if(!r.link_preview)return e.createElement(e.Fragment,null);var n=r.link_preview.url;return e.createElement("div",{className:"rotion-linkpreview ".concat("xqmnm37 xbkgn1r")},e.createElement("a",{className:"rotion-linkpreview-link ".concat("x1lliihq x1lmuraq xtfardp x1uz70x1 x2w0cx1 x1binvwd xgommxb xoz5i10 x1h2krsp xwy3pg2 xb3r6kr"),href:n,rel:"noreferrer",target:"_blank"},n.includes("github.com")&&e.createElement(ri,{url:n}),n.includes("slack.com")&&e.createElement(ni,{url:n}),n.includes("figma.com")&&e.createElement(ai,{url:n}),!n.includes("github.com")&&!n.includes("slack.com")&&!n.includes("figma.com")&&"".concat(n)))},li=function(t){var r,n=t.block,a=t.href,o=t.link,l=t.query,i=fi[n.type],s=null===(r=n[n.type])||void 0===r?void 0:r.rich_text;return n.has_children&&void 0!==n.children?e.createElement(i,{key:n.id,className:"rotion-numbered-list ".concat("xqmnm37 x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})),e.createElement(vi,{blocks:n.children,href:a,link:o,query:l})):e.createElement(i,{className:"rotion-numbered-list ".concat("xqmnm37 x1evy7pa xdlojud x1ghz6dp")},s.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))},ii=function(t){var r=t.block.pdf,n="external"===r.type?r.external.url:r.file.url,a=n.substring(n.lastIndexOf("/")+1),o=r.size>9999?"".concat((Math.ceil(r.size/1024/1e3*10)/10).toFixed(1),"MB"):"".concat((Math.ceil(r.size/1024*10)/10).toFixed(1),"KB");return e.createElement("div",{className:"rotion-pdf ".concat("xqmnm37")},e.createElement("a",{href:n,target:"_blank",className:"rotion-pdf-link ".concat("xrvj5dj x13k78xn x1neeqzj x1ga92pj xkzfsa1 x1lmuraq x2w0cx1 x1binvwd x1071x5a x1h2krsp xwy3pg2 xoz5i10"),rel:"noreferrer"},e.createElement(N,{name:"file"}),e.createElement("span",null,a,e.createElement("span",{className:"rotion-pdf-size ".concat("xgommxb x15u6esi x1g3taxb")},o)),r.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))))},si=function(t){var r=t.block;return r.has_children&&void 0!==r.children?e.createElement("div",{className:"rotion-syncedblock ".concat("xqmnm37 xl1j9gz")},r.children.results.map((function(t){return e.createElement(bi,{block:t,key:"block-".concat(t.id)})}))):e.createElement(e.Fragment,null)},ci=function(t){var r=t.block;if(!r.table||!r.children)return e.createElement(e.Fragment,null);var n=[],a=r.table.has_column_header,o=r.table.has_row_header;return r.children.results.map((function(t,l){var i=t,s=[];if(void 0===i.table_row)return"";i.table_row.cells.map((function(t,r){return t.map((function(t,n){var c="".concat(i.id,"-").concat(l,"-").concat(r,"-").concat(n);return 0===l&&a||0===r&&o?s.push(function(t){var r=t.cell,n=t.key;return e.createElement("td",{className:"rotiona-table-td-header ".concat("xjr8z75 x14zlkn0 x1ghz6dp x5zvi0u xk50ysn xdpxx8g"),key:n},e.createElement("div",{className:"rotion-table-td-header-inner ".concat("x13ahkag")},e.createElement(Ro,{textObject:r})))}({cell:t,key:c})||e.createElement(e.Fragment,null)):s.push(function(t){var r=t.cell,n=t.key;return e.createElement("td",{className:"rotion-table-td ".concat("xjr8z75 x1ghz6dp x5zvi0u"),key:n},e.createElement("div",{className:"rotion-table-td-inner ".concat("x13ahkag")},e.createElement(Ro,{textObject:r})))}({cell:t,key:c})||e.createElement(e.Fragment,null)),""})),""}));var c="".concat(r.id,"-").concat(l);return n.push(function(t){var r=t.children,n=t.key;return e.createElement("tr",{className:"rotion-table-tr ".concat("x1ghz6dp"),key:n},r)}({children:s,key:c})||e.createElement(e.Fragment,null)),""})),e.createElement("div",{className:"rotion-table ".concat("xqmnm37 xumxmzd")},e.createElement("table",{className:"rotion-table-table ".concat("x1mwwwfo x1gukg7c x1nrrp6k xh8yej3")},e.createElement("tbody",null,n)))},ui=function(t){var r=t.block.table_of_contents;return e.createElement("div",{className:"rotion-tableofcontents"},r.color)},mi=function(){return e.createElement("div",{className:"rotion-checkbox-checked ".concat("x1kky2od xlup9mm x78zum5 x1qjc9v5 x1szn6h9 x2lah0s x1c4vz4f xxmbyu5 xtpmwse")},e.createElement("div",{className:"rotion-checkbox-checked-inner ".concat("x87ps6o xrjfsii x1n2onr6 x78zum5 x6s0dn4 xl56j7k xh8yej3")},e.createElement("svg",{className:"rotion-checkbox-checked-checkbox ".concat("xsmyaan x1kpxq89 x1lliihq xypthjr x2lah0s xlp1x4z"),viewBox:"0 0 14 14"},e.createElement("polygon",{points:"5.5 11.9993304 14 3.49933039 12.5 2 5.5 8.99933039 1.5 4.9968652 0 6.49933039"}))))},hi=function(){return e.createElement("div",{className:"rotion-checkbox-unchecked ".concat("x1kky2od xlup9mm x78zum5 x87ps6o xrjfsii x1n2onr6 x6s0dn4 xl56j7k")},e.createElement("svg",{className:"rotion-checkbox-unchecked-checkbox ".concat("xh8yej3 x5yr21d x1lliihq x1kihv7h x2lah0s xlp1x4z"),viewBox:"0 0 16 16"},e.createElement("path",{d:"M1.5,1.5 L1.5,14.5 L14.5,14.5 L14.5,1.5 L1.5,1.5 Z M0,0 L16,0 L16,16 L0,16 L0,0 Z"})))},di=function(t){var r=t.block;if(!r.to_do)return e.createElement(e.Fragment,null);var n=r.to_do.checked,a=n?mi:hi;return e.createElement("div",{className:"rotion-todo ".concat("xqmnm37 x78zum5 x1cy8zhl xh8yej3 xoth7wd xa7kkou")},e.createElement("div",{className:"rotion-todo-checkbox ".concat("x87ps6o xl010v5 x17z2i9w x78zum5 x6s0dn4 xl56j7k x1c4vz4f x2lah0s xtoz7bz")},e.createElement(a,null)),e.createElement("div",{className:"rotion-todo-text ".concat("x1cqoux5 xgc0pbm x78zum5 xdt5ytf")},e.createElement("div",{className:"rotion-todo-text-inner ".concat("x193iq5w x126k92a x13faqbe xpwwz5d xdpxx8g x1iyjqo2"," ").concat(n?"rotion-todo-text-inner-checked ".concat("x5lhwog x1ccxkrh x1g3taxb"):"")},r.to_do.rich_text.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))))},pi=function(t){var r=t.open,n={transform:"rotateZ(".concat(r?180:90,"deg)")};return e.createElement("svg",{className:"rotion-toggle-triangle-svg ".concat("xdj6tmt xwlngq8 x1lliihq x1kihv7h x2lah0s xlp1x4z x1kzuo5g x1hc1fzr"),style:n,viewBox:"0 0 100 100"},e.createElement("polygon",{points:"5.9,88.2 50,11.8 94.1,88.2 "}))},gi=function(r){var n=r.block,a=t(!1),o=a[0],l=a[1],i=n.children.results.map((function(t,r){var n=t;return e.createElement(e.Fragment,null,n.paragraph.rich_text.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))}));return e.createElement("div",{className:"rotion-toggle ".concat("xqmnm37 x78zum5 x1cy8zhl xh8yej3 xv0uc0e xwxc2jc")},e.createElement("div",{className:"rotion-toggle-triangle ".concat("xrjfsii x1ypdohk x1n2onr6 x78zum5 x6s0dn4 xl56j7k xvy4d1p xxk0z11 x18zih8k xfawy5m xdj266r xl010v5 xgcd1z6 xy8jdh7"),onClick:function(){return l(!o)}},e.createElement(pi,{open:o})),e.createElement("div",{className:"rotion-toggle-text ".concat("")},e.createElement("div",null,n.toggle.rich_text.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})}))),o?i:null))},xi=function(t){var r,n,a,o=t.block;if("external"!==(null===(r=o.video)||void 0===r?void 0:r.type)||"external"===(null===(n=o.video)||void 0===n?void 0:n.type)&&void 0===(null===(a=o.video)||void 0===a?void 0:a.html))return console.log("The html for this video block was undefined:",o),e.createElement(e.Fragment,null);var l=o.video.html.includes("youtube")?"rotion-video-youtube ".concat("x1bpp3o7"):"";return e.createElement("div",{className:"rotion-video ".concat("xqmnm37 xh8yej3")},e.createElement("div",{className:"rotion-video-inner ".concat("x1bpp3o7")},o.video.html.includes("youtube")&&e.createElement("style",{type:"text/css"}," ","\n.rotion-video-youtube iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n"," "),e.createElement("div",{className:"rotion-video-html ".concat(l," ").concat("xh8yej3 x1bpp3o7 x10avn17 x1n2onr6 xqtp20y"),dangerouslySetInnerHTML:{__html:o.video.html}}),e.createElement("div",{className:"rotion-video-caption ".concat("x1aki0ej xdpxx8g x1g3taxb xyr29y3")},o.video.caption.map((function(t,r){return e.createElement(Ro,{textObject:t,key:"richtext-".concat(r)})})))))},fi={heading_1:"h2",heading_2:"h3",heading_3:"h4",bulleted_list_item:"li",numbered_list_item:"li",divider:"hr",paragraph:"p",code:"code",quote:"blockquote"},bi=function(t){var r=t.block,n=t.href,a=t.link,o=t.query,l=t.breadcrumb_hrefs;switch(r.type){case"bookmark":return e.createElement(Al,{block:r,key:r.id});case"breadcrumb":return e.createElement(Il,{block:r,hrefs:l,link:a,query:o,key:r.id});case"bulleted_list_item":return e.createElement(jl,{block:r,key:r.id});case"callout":return e.createElement($l,{block:r,key:r.id});case"child_database":return e.createElement(Dl,{block:r,href:n,link:a,query:o,key:r.id});case"child_page":return e.createElement(_l,{block:r,href:n,link:a,key:r.id});case"code":return e.createElement(Yl,{block:r,key:r.id});case"column_list":return e.createElement(Ul,{block:r,href:n,link:a,query:o,key:r.id});case"embed":return e.createElement(Xl,{block:r,key:r.id});case"equation":return e.createElement(Jl,{block:r,key:r.id});case"file":return e.createElement(Kl,{block:r,key:r.id});case"heading_1":case"heading_2":case"heading_3":case"paragraph":case"quote":case"divider":var i=fi[r.type];return e.createElement(ei,{tag:i,block:r,key:r.id});case"image":return e.createElement(ti,{block:r,key:r.id});case"link_preview":return e.createElement(oi,{block:r,key:r.id});case"numbered_list_item":return e.createElement(li,{block:r,key:r.id});case"pdf":return e.createElement(ii,{block:r,key:r.id});case"synced_block":return e.createElement(si,{block:r,key:r.id});case"table":return e.createElement(ci,{block:r,key:r.id});case"table_of_contents":return e.createElement(ui,{block:r,key:r.id});case"to_do":return e.createElement(di,{block:r,key:r.id});case"toggle":return e.createElement(gi,{block:r,key:r.id});case"video":return e.createElement(xi,{block:r,key:r.id});default:return console.log("unknown component: ".concat(r.type),r),e.createElement(e.Fragment,null)}},vi=function(t){var r=t.blocks,n=t.href,a=t.link,o=t.query,l=t.breadcrumb_hrefs,i=r.results,s={bulleted_list_item:"ul",numbered_list_item:"ol"},c=Object.keys(s),u=!1,m=[],h=[],d=function(e){var t,r=e+1;return c.includes((null===(t=i[r])||void 0===t?void 0:t.type)||"")};return i.map((function(t,r){var i=t;if(c.includes(i.type))if(u&&d(r))h.push(i);else if(u||!d(r)){if(u=!1,h.push(i),Object.keys(s).includes(i.type)){var p=s[i.type];m.push(function(t){var r=t.tag,n=t.blocks,a=t.href,o=t.link,l=t.query,i=r;return e.createElement(i,{className:"rotion-list-".concat(r," ").concat("xqmnm37 x1evy7pa x1ym8bjb x1ghz6dp"),key:r+n[0].id},n.map((function(e){return bi({block:e,href:a,link:o,query:l})})))}({tag:p,blocks:h,href:n,link:a,query:o})),h=[]}}else u=!0,h.push(i);else{var g=bi({block:i,href:n,link:a,query:o,breadcrumb_hrefs:l});m.push(g)}return""})),e.createElement("div",{className:"rotion-blocks"},m)};export{Al as BookmarkBlock,Il as BreadcrumbBlock,Ll as Breadcrumbs,j as BuildPlainTextByPage,jl as BulletedListBlock,$l as CalloutBlock,Dl as ChildDatabaseBlock,_l as ChildPageBlock,Yl as CodeBlock,Ul as ColumnListBlock,Xl as EmbedBlock,Jl as EquationBlock,Kl as FileBlock,Qo as Gallery,Jo as GalleryCard,Po as GalleryCheckboxField,q as GalleryDateField,Fo as GalleryMultiSelectField,Vo as GalleryNumberField,$o as GalleryRichTextField,M as GalleryTitleField,_o as GalleryUrlField,ti as ImageBlock,oi as LinkPreviewBlock,dl as List,sl as ListCheckboxField,rl as ListDateField,ll as ListMultiSelectField,cl as ListNumberField,nl as ListRichTextField,tl as ListTitleField,il as ListUrlField,li as NumberedListBlock,vi as Page,N as PageIcon,ii as PdfBlock,Ro as RichText,si as SyncedBlock,Nl as Table,ci as TableBlock,El as TableCheckboxField,fl as TableDateField,pl as TableIcon,kl as TableMultiSelectField,Ml as TableNumberField,ui as TableOfContentsBlock,bl as TableRichTextField,Cl as TableSelectField,xl as TableTitleField,zl as TableUrlField,ei as TextBlock,di as ToDoBlock,gi as ToggleBlock,I as UsePagination,xi as VideoBlock,L as getLinkPathAndLinkKey,R as pathBasename,B as queryToString};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|