ep-lib-ts 0.1.26 → 0.1.27

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.
Files changed (108) hide show
  1. package/dist/BgAudio-0d3e1906.js +5 -0
  2. package/dist/DisplayBox-e24b0716.js +5 -0
  3. package/dist/EpAlert-127a5ec0.js +5 -0
  4. package/dist/EpAudio-232093fb.js +5 -0
  5. package/dist/EpBadge-3b2b1b16.js +5 -0
  6. package/dist/EpBarChart-c85cf146.js +5 -0
  7. package/dist/EpBtn-6a6aa737.js +5 -0
  8. package/dist/EpCard-bc9eea67.js +5 -0
  9. package/dist/{EpChip-d95c000b.js → EpChip-2fc73c23.js} +1 -1
  10. package/dist/EpContentSlider-c3f223dc.js +5 -0
  11. package/dist/EpDivider-85308a54.js +5 -0
  12. package/dist/EpEdu-226108fc.js +5 -0
  13. package/dist/EpFlex-58da2ff0.js +5 -0
  14. package/dist/EpHeader-b3d00ddd.js +5 -0
  15. package/dist/{EpIcon-f4b4bc40.js → EpIcon-ff5233d3.js} +1 -1
  16. package/dist/EpIframe-e537d5fe.js +5 -0
  17. package/dist/EpImg-5da4a13a.js +5 -0
  18. package/dist/{EpInput-52bd7c29.js → EpInput-38a116e8.js} +1 -1
  19. package/dist/EpLineChart-e4b95ea0.js +5 -0
  20. package/dist/EpLink-1d0c4a58.js +5 -0
  21. package/dist/EpLinkVersion-4b7ceff9.js +5 -0
  22. package/dist/EpModal-25720774.js +5 -0
  23. package/dist/{EpNothing-ee1a3764.js → EpNothing-0c1161b5.js} +1 -1
  24. package/dist/EpPieChart-d411615d.js +5 -0
  25. package/dist/EpQuestion-e8b96e78.js +5 -0
  26. package/dist/EpQuote-a90ebf39.js +5 -0
  27. package/dist/EpRadio-5bb772a8.js +5 -0
  28. package/dist/EpReading-edf407a0.js +5 -0
  29. package/dist/EpResource-99b6e173.js +5 -0
  30. package/dist/EpScope-da257fa6.js +5 -0
  31. package/dist/EpSection-c4d0969f.js +5 -0
  32. package/dist/{EpSelect-3bb3ebfb.js → EpSelect-54dc2caf.js} +1 -1
  33. package/dist/EpSoftware-2c98a593.js +5 -0
  34. package/dist/EpSpinner-f183bf19.js +5 -0
  35. package/dist/EpSvg-44db647b.js +5 -0
  36. package/dist/EpTable-0cbaf4f8.js +5 -0
  37. package/dist/EpTerm-41a877f2.js +5 -0
  38. package/dist/EpText-c659f337.js +5 -0
  39. package/dist/EpTimeLine-587db16d.js +5 -0
  40. package/dist/EpVideo-77bcdc7a.js +5 -0
  41. package/dist/EpVideoPanopto-5cc9743f.js +5 -0
  42. package/dist/components/basics/EpBadge.vue.d.ts +9 -9
  43. package/dist/components/basics/EpBtn.vue.d.ts +11 -11
  44. package/dist/components/basics/EpDivider.vue.d.ts +9 -9
  45. package/dist/components/basics/EpImg.vue.d.ts +4 -4
  46. package/dist/components/basics/EpSection.vue.d.ts +6 -6
  47. package/dist/components/basics/EpSpinner.vue.d.ts +9 -9
  48. package/dist/components/charts/EpBarChart.vue.d.ts +6 -6
  49. package/dist/components/charts/EpLineChart.vue.d.ts +6 -6
  50. package/dist/components/charts/EpPieChart.vue.d.ts +6 -6
  51. package/dist/components/educationals/EpResource.vue.d.ts +5 -5
  52. package/dist/components/forms/EpCheckbox.vue.d.ts +9 -9
  53. package/dist/components/forms/EpInput.vue.d.ts +26 -26
  54. package/dist/components/forms/EpRadio.vue.d.ts +18 -18
  55. package/dist/components/forms/EpSelect.vue.d.ts +17 -17
  56. package/dist/components/forms/EpSwitch.vue.d.ts +18 -18
  57. package/dist/components/forms/EpTextarea.vue.d.ts +18 -18
  58. package/dist/components/forms/EpToggle.vue.d.ts +18 -18
  59. package/dist/components/medias/EpSoftware.vue.d.ts +6 -6
  60. package/dist/components/medias/EpSvg.vue.d.ts +11 -1
  61. package/dist/components/tools/TimelineItem.vue.d.ts +9 -0
  62. package/dist/ep-lib-ts.js +1 -1
  63. package/dist/ep-lib-ts.umd.cjs +12 -12
  64. package/dist/{index-58100a64.js → index-8ba6a808.js} +1460 -1445
  65. package/dist/style.css +1 -1
  66. package/package.json +2 -2
  67. package/src/components/basics/EpImg.vue +1 -1
  68. package/src/components/basics/EpText.vue +21 -10
  69. package/src/components/medias/EpSvg.vue +29 -6
  70. package/src/components/medias/EpTerm.vue +3 -3
  71. package/src/components/medias/EpTimeLine.vue +52 -45
  72. package/src/components/tools/TimelineItem.vue +3 -3
  73. package/dist/BgAudio-9c7c57a7.js +0 -5
  74. package/dist/DisplayBox-c282fff4.js +0 -5
  75. package/dist/EpAlert-a64aea08.js +0 -5
  76. package/dist/EpAudio-32aaf084.js +0 -5
  77. package/dist/EpBadge-8380fcc2.js +0 -5
  78. package/dist/EpBarChart-3f81608e.js +0 -5
  79. package/dist/EpBtn-0c842202.js +0 -5
  80. package/dist/EpCard-700fe5e3.js +0 -5
  81. package/dist/EpContentSlider-d8752e6e.js +0 -5
  82. package/dist/EpDivider-a32e0177.js +0 -5
  83. package/dist/EpEdu-9d26836d.js +0 -5
  84. package/dist/EpFlex-59716f0c.js +0 -5
  85. package/dist/EpHeader-f168320a.js +0 -5
  86. package/dist/EpIframe-27a236f3.js +0 -5
  87. package/dist/EpImg-00828689.js +0 -5
  88. package/dist/EpLineChart-67012b1e.js +0 -5
  89. package/dist/EpLink-fc45197a.js +0 -5
  90. package/dist/EpLinkVersion-13183ab8.js +0 -5
  91. package/dist/EpModal-5bff1fb8.js +0 -5
  92. package/dist/EpPieChart-5e1350b8.js +0 -5
  93. package/dist/EpQuestion-ca5ebab1.js +0 -5
  94. package/dist/EpQuote-51d82a92.js +0 -5
  95. package/dist/EpRadio-34d4b2f1.js +0 -5
  96. package/dist/EpReading-15024973.js +0 -5
  97. package/dist/EpResource-d4402841.js +0 -5
  98. package/dist/EpScope-e03422df.js +0 -5
  99. package/dist/EpSection-07e69719.js +0 -5
  100. package/dist/EpSoftware-bf127112.js +0 -5
  101. package/dist/EpSpinner-6675a594.js +0 -5
  102. package/dist/EpSvg-26494cb6.js +0 -5
  103. package/dist/EpTable-4a80c53e.js +0 -5
  104. package/dist/EpTerm-681f1cec.js +0 -5
  105. package/dist/EpText-7636f01e.js +0 -5
  106. package/dist/EpTimeLine-3c329159.js +0 -5
  107. package/dist/EpVideo-0f779d99.js +0 -5
  108. package/dist/EpVideoPanopto-ee435c19.js +0 -5
@@ -1,6 +1,6 @@
1
1
  (function(U,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],o):(U=typeof globalThis<"u"?globalThis:U||self,o(U.epLibTs={},U.Vue))})(this,function(U,o){"use strict";function je(r){return/<\/?[a-z][\s\S]*>/i.test(r)}function Vi(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function Di(r){if(r.__esModule)return r;var e=r.default;if(typeof e=="function"){var t=function n(){return this instanceof n?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var a=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return r[n]}})}),t}var te={},R0={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
2
2
  `,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"},un=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Lt={},F0={};function qi(r){var e,t,n=F0[r];if(n)return n;for(n=F0[r]=[],e=0;e<128;e++)t=String.fromCharCode(e),/^[0-9a-z]$/i.test(t)?n.push(t):n.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e<r.length;e++)n[r.charCodeAt(e)]=r[e];return n}function br(r,e,t){var n,a,s,l,i,c="";for(typeof e!="string"&&(t=e,e=br.defaultChars),typeof t>"u"&&(t=!0),i=qi(e),n=0,a=r.length;n<a;n++){if(s=r.charCodeAt(n),t&&s===37&&n+2<a&&/^[0-9a-f]{2}$/i.test(r.slice(n+1,n+3))){c+=r.slice(n,n+3),n+=2;continue}if(s<128){c+=i[s];continue}if(s>=55296&&s<=57343){if(s>=55296&&s<=56319&&n+1<a&&(l=r.charCodeAt(n+1),l>=56320&&l<=57343)){c+=encodeURIComponent(r[n]+r[n+1]),n++;continue}c+="%EF%BF%BD";continue}c+=encodeURIComponent(r[n])}return c}br.defaultChars=";/?:@&=+$,-_.!~*'()#",br.componentChars="-_.!~*'()";var zi=br,I0={};function Ni(r){var e,t,n=I0[r];if(n)return n;for(n=I0[r]=[],e=0;e<128;e++)t=String.fromCharCode(e),n.push(t);for(e=0;e<r.length;e++)t=r.charCodeAt(e),n[t]="%"+("0"+t.toString(16).toUpperCase()).slice(-2);return n}function yr(r,e){var t;return typeof e!="string"&&(e=yr.defaultChars),t=Ni(e),r.replace(/(%[a-f0-9]{2})+/gi,function(n){var a,s,l,i,c,d,f,p="";for(a=0,s=n.length;a<s;a+=3){if(l=parseInt(n.slice(a+1,a+3),16),l<128){p+=t[l];continue}if((l&224)===192&&a+3<s&&(i=parseInt(n.slice(a+4,a+6),16),(i&192)===128)){f=l<<6&1984|i&63,f<128?p+="��":p+=String.fromCharCode(f),a+=3;continue}if((l&240)===224&&a+6<s&&(i=parseInt(n.slice(a+4,a+6),16),c=parseInt(n.slice(a+7,a+9),16),(i&192)===128&&(c&192)===128)){f=l<<12&61440|i<<6&4032|c&63,f<2048||f>=55296&&f<=57343?p+="���":p+=String.fromCharCode(f),a+=6;continue}if((l&248)===240&&a+9<s&&(i=parseInt(n.slice(a+4,a+6),16),c=parseInt(n.slice(a+7,a+9),16),d=parseInt(n.slice(a+10,a+12),16),(i&192)===128&&(c&192)===128&&(d&192)===128)){f=l<<18&1835008|i<<12&258048|c<<6&4032|d&63,f<65536||f>1114111?p+="����":(f-=65536,p+=String.fromCharCode(55296+(f>>10),56320+(f&1023))),a+=9;continue}p+="�"}return p})}yr.defaultChars=";/?:@&=+$,#",yr.componentChars="";var Li=yr,Ri=function(e){var t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t};function vr(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var Fi=/^([a-z0-9.+-]+:)/i,Ii=/:[0-9]*$/,Pi=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Oi=["<",">",'"',"`"," ","\r",`
3
- `," "],$i=["{","}","|","\\","^","`"].concat(Oi),Hi=["'"].concat($i),P0=["%","/","?",";","#"].concat(Hi),O0=["/","?","#"],ji=255,$0=/^[+a-z0-9A-Z_-]{0,63}$/,Ui=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,H0={javascript:!0,"javascript:":!0},j0={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Gi(r,e){if(r&&r instanceof vr)return r;var t=new vr;return t.parse(r,e),t}vr.prototype.parse=function(r,e){var t,n,a,s,l,i=r;if(i=i.trim(),!e&&r.split("#").length===1){var c=Pi.exec(i);if(c)return this.pathname=c[1],c[2]&&(this.search=c[2]),this}var d=Fi.exec(i);if(d&&(d=d[0],a=d.toLowerCase(),this.protocol=d,i=i.substr(d.length)),(e||d||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(l=i.substr(0,2)==="//",l&&!(d&&H0[d])&&(i=i.substr(2),this.slashes=!0)),!H0[d]&&(l||d&&!j0[d])){var f=-1;for(t=0;t<O0.length;t++)s=i.indexOf(O0[t]),s!==-1&&(f===-1||s<f)&&(f=s);var p,b;for(f===-1?b=i.lastIndexOf("@"):b=i.lastIndexOf("@",f),b!==-1&&(p=i.slice(0,b),i=i.slice(b+1),this.auth=p),f=-1,t=0;t<P0.length;t++)s=i.indexOf(P0[t]),s!==-1&&(f===-1||s<f)&&(f=s);f===-1&&(f=i.length),i[f-1]===":"&&f--;var g=i.slice(0,f);i=i.slice(f),this.parseHost(g),this.hostname=this.hostname||"";var k=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!k){var C=this.hostname.split(/\./);for(t=0,n=C.length;t<n;t++){var w=C[t];if(w&&!w.match($0)){for(var S="",E=0,T=w.length;E<T;E++)w.charCodeAt(E)>127?S+="x":S+=w[E];if(!S.match($0)){var V=C.slice(0,t),N=C.slice(t+1),B=w.match(Ui);B&&(V.push(B[1]),N.unshift(B[2])),N.length&&(i=N.join(".")+i),this.hostname=V.join(".");break}}}}this.hostname.length>ji&&(this.hostname=""),k&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var I=i.indexOf("#");I!==-1&&(this.hash=i.substr(I),i=i.slice(0,I));var j=i.indexOf("?");return j!==-1&&(this.search=i.substr(j),i=i.slice(0,j)),i&&(this.pathname=i),j0[a]&&this.hostname&&!this.pathname&&(this.pathname=""),this},vr.prototype.parseHost=function(r){var e=Ii.exec(r);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),r=r.substr(0,r.length-e.length)),r&&(this.hostname=r)};var Zi=Gi;Lt.encode=zi,Lt.decode=Li,Lt.format=Ri,Lt.parse=Zi;var _t={},dn,U0;function G0(){return U0||(U0=1,dn=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),dn}var hn,Z0;function W0(){return Z0||(Z0=1,hn=/[\0-\x1F\x7F-\x9F]/),hn}var fn,Y0;function Wi(){return Y0||(Y0=1,fn=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),fn}var pn,X0;function K0(){return X0||(X0=1,pn=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),pn}var J0;function Yi(){return J0||(J0=1,_t.Any=G0(),_t.Cc=W0(),_t.Cf=Wi(),_t.P=un,_t.Z=K0()),_t}(function(r){function e(q){return Object.prototype.toString.call(q)}function t(q){return e(q)==="[object String]"}var n=Object.prototype.hasOwnProperty;function a(q,J){return n.call(q,J)}function s(q){var J=Array.prototype.slice.call(arguments,1);return J.forEach(function(W){if(W){if(typeof W!="object")throw new TypeError(W+"must be object");Object.keys(W).forEach(function(ye){q[ye]=W[ye]})}}),q}function l(q,J,W){return[].concat(q.slice(0,J),W,q.slice(J+1))}function i(q){return!(q>=55296&&q<=57343||q>=64976&&q<=65007||(q&65535)===65535||(q&65535)===65534||q>=0&&q<=8||q===11||q>=14&&q<=31||q>=127&&q<=159||q>1114111)}function c(q){if(q>65535){q-=65536;var J=55296+(q>>10),W=56320+(q&1023);return String.fromCharCode(J,W)}return String.fromCharCode(q)}var d=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,f=/&([a-z#][a-z0-9]{1,31});/gi,p=new RegExp(d.source+"|"+f.source,"gi"),b=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,g=R0;function k(q,J){var W=0;return a(g,J)?g[J]:J.charCodeAt(0)===35&&b.test(J)&&(W=J[1].toLowerCase()==="x"?parseInt(J.slice(2),16):parseInt(J.slice(1),10),i(W))?c(W):q}function C(q){return q.indexOf("\\")<0?q:q.replace(d,"$1")}function w(q){return q.indexOf("\\")<0&&q.indexOf("&")<0?q:q.replace(p,function(J,W,ye){return W||k(J,ye)})}var S=/[&<>"]/,E=/[&<>"]/g,T={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function V(q){return T[q]}function N(q){return S.test(q)?q.replace(E,V):q}var B=/[.?*+^$[\]\\(){}|-]/g;function I(q){return q.replace(B,"\\$&")}function j(q){switch(q){case 9:case 32:return!0}return!1}function K(q){if(q>=8192&&q<=8202)return!0;switch(q){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var Z=un;function X(q){return Z.test(q)}function oe(q){switch(q){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function he(q){return q=q.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(q=q.replace(/ẞ/g,"ß")),q.toLowerCase().toUpperCase()}r.lib={},r.lib.mdurl=Lt,r.lib.ucmicro=Yi(),r.assign=s,r.isString=t,r.has=a,r.unescapeMd=C,r.unescapeAll=w,r.isValidEntityCode=i,r.fromCodePoint=c,r.escapeHtml=N,r.arrayReplaceAt=l,r.isSpace=j,r.isWhiteSpace=K,r.isMdAsciiPunct=oe,r.isPunctChar=X,r.escapeRE=I,r.normalizeReference=he})(te);var xr={},Xi=function(e,t,n){var a,s,l,i,c=-1,d=e.posMax,f=e.pos;for(e.pos=t+1,a=1;e.pos<d;){if(l=e.src.charCodeAt(e.pos),l===93&&(a--,a===0)){s=!0;break}if(i=e.pos,e.md.inline.skipToken(e),l===91){if(i===e.pos-1)a++;else if(n)return e.pos=f,-1}}return s&&(c=e.pos),e.pos=f,c},Q0=te.unescapeAll,Ki=function(e,t,n){var a,s,l=0,i=t,c={ok:!1,pos:0,lines:0,str:""};if(e.charCodeAt(t)===60){for(t++;t<n;){if(a=e.charCodeAt(t),a===10||a===60)return c;if(a===62)return c.pos=t+1,c.str=Q0(e.slice(i+1,t)),c.ok=!0,c;if(a===92&&t+1<n){t+=2;continue}t++}return c}for(s=0;t<n&&(a=e.charCodeAt(t),!(a===32||a<32||a===127));){if(a===92&&t+1<n){if(e.charCodeAt(t+1)===32)break;t+=2;continue}if(a===40&&(s++,s>32))return c;if(a===41){if(s===0)break;s--}t++}return i===t||s!==0||(c.str=Q0(e.slice(i,t)),c.lines=l,c.pos=t,c.ok=!0),c},Ji=te.unescapeAll,Qi=function(e,t,n){var a,s,l=0,i=t,c={ok:!1,pos:0,lines:0,str:""};if(t>=n||(s=e.charCodeAt(t),s!==34&&s!==39&&s!==40))return c;for(t++,s===40&&(s=41);t<n;){if(a=e.charCodeAt(t),a===s)return c.pos=t+1,c.lines=l,c.str=Ji(e.slice(i+1,t)),c.ok=!0,c;if(a===40&&s===41)return c;a===10?l++:a===92&&t+1<n&&(t++,e.charCodeAt(t)===10&&l++),t++}return c};xr.parseLinkLabel=Xi,xr.parseLinkDestination=Ki,xr.parseLinkTitle=Qi;var ec=te.assign,tc=te.unescapeAll,Ct=te.escapeHtml,Ue={};Ue.code_inline=function(r,e,t,n,a){var s=r[e];return"<code"+a.renderAttrs(s)+">"+Ct(r[e].content)+"</code>"},Ue.code_block=function(r,e,t,n,a){var s=r[e];return"<pre"+a.renderAttrs(s)+"><code>"+Ct(r[e].content)+`</code></pre>
3
+ `," "],$i=["{","}","|","\\","^","`"].concat(Oi),Hi=["'"].concat($i),P0=["%","/","?",";","#"].concat(Hi),O0=["/","?","#"],ji=255,$0=/^[+a-z0-9A-Z_-]{0,63}$/,Ui=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,H0={javascript:!0,"javascript:":!0},j0={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Gi(r,e){if(r&&r instanceof vr)return r;var t=new vr;return t.parse(r,e),t}vr.prototype.parse=function(r,e){var t,n,a,s,l,i=r;if(i=i.trim(),!e&&r.split("#").length===1){var c=Pi.exec(i);if(c)return this.pathname=c[1],c[2]&&(this.search=c[2]),this}var d=Fi.exec(i);if(d&&(d=d[0],a=d.toLowerCase(),this.protocol=d,i=i.substr(d.length)),(e||d||i.match(/^\/\/[^@\/]+@[^@\/]+/))&&(l=i.substr(0,2)==="//",l&&!(d&&H0[d])&&(i=i.substr(2),this.slashes=!0)),!H0[d]&&(l||d&&!j0[d])){var f=-1;for(t=0;t<O0.length;t++)s=i.indexOf(O0[t]),s!==-1&&(f===-1||s<f)&&(f=s);var p,b;for(f===-1?b=i.lastIndexOf("@"):b=i.lastIndexOf("@",f),b!==-1&&(p=i.slice(0,b),i=i.slice(b+1),this.auth=p),f=-1,t=0;t<P0.length;t++)s=i.indexOf(P0[t]),s!==-1&&(f===-1||s<f)&&(f=s);f===-1&&(f=i.length),i[f-1]===":"&&f--;var g=i.slice(0,f);i=i.slice(f),this.parseHost(g),this.hostname=this.hostname||"";var k=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!k){var S=this.hostname.split(/\./);for(t=0,n=S.length;t<n;t++){var _=S[t];if(_&&!_.match($0)){for(var C="",E=0,T=_.length;E<T;E++)_.charCodeAt(E)>127?C+="x":C+=_[E];if(!C.match($0)){var V=S.slice(0,t),L=S.slice(t+1),B=_.match(Ui);B&&(V.push(B[1]),L.unshift(B[2])),L.length&&(i=L.join(".")+i),this.hostname=V.join(".");break}}}}this.hostname.length>ji&&(this.hostname=""),k&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var F=i.indexOf("#");F!==-1&&(this.hash=i.substr(F),i=i.slice(0,F));var H=i.indexOf("?");return H!==-1&&(this.search=i.substr(H),i=i.slice(0,H)),i&&(this.pathname=i),j0[a]&&this.hostname&&!this.pathname&&(this.pathname=""),this},vr.prototype.parseHost=function(r){var e=Ii.exec(r);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),r=r.substr(0,r.length-e.length)),r&&(this.hostname=r)};var Zi=Gi;Lt.encode=zi,Lt.decode=Li,Lt.format=Ri,Lt.parse=Zi;var _t={},dn,U0;function G0(){return U0||(U0=1,dn=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),dn}var hn,Z0;function W0(){return Z0||(Z0=1,hn=/[\0-\x1F\x7F-\x9F]/),hn}var fn,Y0;function Wi(){return Y0||(Y0=1,fn=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),fn}var pn,X0;function K0(){return X0||(X0=1,pn=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),pn}var J0;function Yi(){return J0||(J0=1,_t.Any=G0(),_t.Cc=W0(),_t.Cf=Wi(),_t.P=un,_t.Z=K0()),_t}(function(r){function e(q){return Object.prototype.toString.call(q)}function t(q){return e(q)==="[object String]"}var n=Object.prototype.hasOwnProperty;function a(q,J){return n.call(q,J)}function s(q){var J=Array.prototype.slice.call(arguments,1);return J.forEach(function(W){if(W){if(typeof W!="object")throw new TypeError(W+"must be object");Object.keys(W).forEach(function(ye){q[ye]=W[ye]})}}),q}function l(q,J,W){return[].concat(q.slice(0,J),W,q.slice(J+1))}function i(q){return!(q>=55296&&q<=57343||q>=64976&&q<=65007||(q&65535)===65535||(q&65535)===65534||q>=0&&q<=8||q===11||q>=14&&q<=31||q>=127&&q<=159||q>1114111)}function c(q){if(q>65535){q-=65536;var J=55296+(q>>10),W=56320+(q&1023);return String.fromCharCode(J,W)}return String.fromCharCode(q)}var d=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,f=/&([a-z#][a-z0-9]{1,31});/gi,p=new RegExp(d.source+"|"+f.source,"gi"),b=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,g=R0;function k(q,J){var W=0;return a(g,J)?g[J]:J.charCodeAt(0)===35&&b.test(J)&&(W=J[1].toLowerCase()==="x"?parseInt(J.slice(2),16):parseInt(J.slice(1),10),i(W))?c(W):q}function S(q){return q.indexOf("\\")<0?q:q.replace(d,"$1")}function _(q){return q.indexOf("\\")<0&&q.indexOf("&")<0?q:q.replace(p,function(J,W,ye){return W||k(J,ye)})}var C=/[&<>"]/,E=/[&<>"]/g,T={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function V(q){return T[q]}function L(q){return C.test(q)?q.replace(E,V):q}var B=/[.?*+^$[\]\\(){}|-]/g;function F(q){return q.replace(B,"\\$&")}function H(q){switch(q){case 9:case 32:return!0}return!1}function K(q){if(q>=8192&&q<=8202)return!0;switch(q){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var Z=un;function X(q){return Z.test(q)}function oe(q){switch(q){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function he(q){return q=q.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(q=q.replace(/ẞ/g,"ß")),q.toLowerCase().toUpperCase()}r.lib={},r.lib.mdurl=Lt,r.lib.ucmicro=Yi(),r.assign=s,r.isString=t,r.has=a,r.unescapeMd=S,r.unescapeAll=_,r.isValidEntityCode=i,r.fromCodePoint=c,r.escapeHtml=L,r.arrayReplaceAt=l,r.isSpace=H,r.isWhiteSpace=K,r.isMdAsciiPunct=oe,r.isPunctChar=X,r.escapeRE=F,r.normalizeReference=he})(te);var xr={},Xi=function(e,t,n){var a,s,l,i,c=-1,d=e.posMax,f=e.pos;for(e.pos=t+1,a=1;e.pos<d;){if(l=e.src.charCodeAt(e.pos),l===93&&(a--,a===0)){s=!0;break}if(i=e.pos,e.md.inline.skipToken(e),l===91){if(i===e.pos-1)a++;else if(n)return e.pos=f,-1}}return s&&(c=e.pos),e.pos=f,c},Q0=te.unescapeAll,Ki=function(e,t,n){var a,s,l=0,i=t,c={ok:!1,pos:0,lines:0,str:""};if(e.charCodeAt(t)===60){for(t++;t<n;){if(a=e.charCodeAt(t),a===10||a===60)return c;if(a===62)return c.pos=t+1,c.str=Q0(e.slice(i+1,t)),c.ok=!0,c;if(a===92&&t+1<n){t+=2;continue}t++}return c}for(s=0;t<n&&(a=e.charCodeAt(t),!(a===32||a<32||a===127));){if(a===92&&t+1<n){if(e.charCodeAt(t+1)===32)break;t+=2;continue}if(a===40&&(s++,s>32))return c;if(a===41){if(s===0)break;s--}t++}return i===t||s!==0||(c.str=Q0(e.slice(i,t)),c.lines=l,c.pos=t,c.ok=!0),c},Ji=te.unescapeAll,Qi=function(e,t,n){var a,s,l=0,i=t,c={ok:!1,pos:0,lines:0,str:""};if(t>=n||(s=e.charCodeAt(t),s!==34&&s!==39&&s!==40))return c;for(t++,s===40&&(s=41);t<n;){if(a=e.charCodeAt(t),a===s)return c.pos=t+1,c.lines=l,c.str=Ji(e.slice(i+1,t)),c.ok=!0,c;if(a===40&&s===41)return c;a===10?l++:a===92&&t+1<n&&(t++,e.charCodeAt(t)===10&&l++),t++}return c};xr.parseLinkLabel=Xi,xr.parseLinkDestination=Ki,xr.parseLinkTitle=Qi;var ec=te.assign,tc=te.unescapeAll,Ct=te.escapeHtml,Ue={};Ue.code_inline=function(r,e,t,n,a){var s=r[e];return"<code"+a.renderAttrs(s)+">"+Ct(r[e].content)+"</code>"},Ue.code_block=function(r,e,t,n,a){var s=r[e];return"<pre"+a.renderAttrs(s)+"><code>"+Ct(r[e].content)+`</code></pre>
4
4
  `},Ue.fence=function(r,e,t,n,a){var s=r[e],l=s.info?tc(s.info).trim():"",i="",c="",d,f,p,b,g;return l&&(p=l.split(/(\s+)/g),i=p[0],c=p.slice(2).join("")),t.highlight?d=t.highlight(s.content,i,c)||Ct(s.content):d=Ct(s.content),d.indexOf("<pre")===0?d+`
5
5
  `:l?(f=s.attrIndex("class"),b=s.attrs?s.attrs.slice():[],f<0?b.push(["class",t.langPrefix+i]):(b[f]=b[f].slice(),b[f][1]+=" "+t.langPrefix+i),g={attrs:b},"<pre><code"+a.renderAttrs(g)+">"+d+`</code></pre>
6
6
  `):"<pre><code"+a.renderAttrs(s)+">"+d+`</code></pre>
@@ -13,8 +13,8 @@
13
13
  `),s+=(i.nesting===-1?"</":"<")+i.tag,s+=this.renderAttrs(i),i.nesting===0&&n.xhtmlOut&&(s+=" /"),i.block&&(l=!0,i.nesting===1&&t+1<e.length&&(a=e[t+1],(a.type==="inline"||a.hidden||a.nesting===-1&&a.tag===i.tag)&&(l=!1))),s+=l?`>
14
14
  `:">",s)},Rt.prototype.renderInline=function(r,e,t){for(var n,a="",s=this.rules,l=0,i=r.length;l<i;l++)n=r[l].type,typeof s[n]<"u"?a+=s[n](r,l,e,t,this):a+=this.renderToken(r,l,e);return a},Rt.prototype.renderInlineAsText=function(r,e,t){for(var n="",a=0,s=r.length;a<s;a++)r[a].type==="text"?n+=r[a].content:r[a].type==="image"?n+=this.renderInlineAsText(r[a].children,e,t):r[a].type==="softbreak"&&(n+=`
15
15
  `);return n},Rt.prototype.render=function(r,e,t){var n,a,s,l="",i=this.rules;for(n=0,a=r.length;n<a;n++)s=r[n].type,s==="inline"?l+=this.renderInline(r[n].children,e,t):typeof i[s]<"u"?l+=i[r[n].type](r,n,e,t,this):l+=this.renderToken(r,n,e,t);return l};var rc=Rt;function Pe(){this.__rules__=[],this.__cache__=null}Pe.prototype.__find__=function(r){for(var e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===r)return e;return-1},Pe.prototype.__compile__=function(){var r=this,e=[""];r.__rules__.forEach(function(t){t.enabled&&t.alt.forEach(function(n){e.indexOf(n)<0&&e.push(n)})}),r.__cache__={},e.forEach(function(t){r.__cache__[t]=[],r.__rules__.forEach(function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||r.__cache__[t].push(n.fn))})})},Pe.prototype.at=function(r,e,t){var n=this.__find__(r),a=t||{};if(n===-1)throw new Error("Parser rule not found: "+r);this.__rules__[n].fn=e,this.__rules__[n].alt=a.alt||[],this.__cache__=null},Pe.prototype.before=function(r,e,t,n){var a=this.__find__(r),s=n||{};if(a===-1)throw new Error("Parser rule not found: "+r);this.__rules__.splice(a,0,{name:e,enabled:!0,fn:t,alt:s.alt||[]}),this.__cache__=null},Pe.prototype.after=function(r,e,t,n){var a=this.__find__(r),s=n||{};if(a===-1)throw new Error("Parser rule not found: "+r);this.__rules__.splice(a+1,0,{name:e,enabled:!0,fn:t,alt:s.alt||[]}),this.__cache__=null},Pe.prototype.push=function(r,e,t){var n=t||{};this.__rules__.push({name:r,enabled:!0,fn:e,alt:n.alt||[]}),this.__cache__=null},Pe.prototype.enable=function(r,e){Array.isArray(r)||(r=[r]);var t=[];return r.forEach(function(n){var a=this.__find__(n);if(a<0){if(e)return;throw new Error("Rules manager: invalid rule name "+n)}this.__rules__[a].enabled=!0,t.push(n)},this),this.__cache__=null,t},Pe.prototype.enableOnly=function(r,e){Array.isArray(r)||(r=[r]),this.__rules__.forEach(function(t){t.enabled=!1}),this.enable(r,e)},Pe.prototype.disable=function(r,e){Array.isArray(r)||(r=[r]);var t=[];return r.forEach(function(n){var a=this.__find__(n);if(a<0){if(e)return;throw new Error("Rules manager: invalid rule name "+n)}this.__rules__[a].enabled=!1,t.push(n)},this),this.__cache__=null,t},Pe.prototype.getRules=function(r){return this.__cache__===null&&this.__compile__(),this.__cache__[r]||[]};var mn=Pe,nc=/\r\n?|\n/g,oc=/\0/g,ac=function(e){var t;t=e.src.replace(nc,`
16
- `),t=t.replace(oc,"�"),e.src=t},sc=function(e){var t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)},lc=function(e){var t=e.tokens,n,a,s;for(a=0,s=t.length;a<s;a++)n=t[a],n.type==="inline"&&e.md.inline.parse(n.content,e.md,e.env,n.children)},ic=te.arrayReplaceAt;function cc(r){return/^<a[>\s]/i.test(r)}function uc(r){return/^<\/a\s*>/i.test(r)}var dc=function(e){var t,n,a,s,l,i,c,d,f,p,b,g,k,C,w,S,E=e.tokens,T;if(e.md.options.linkify){for(n=0,a=E.length;n<a;n++)if(!(E[n].type!=="inline"||!e.md.linkify.pretest(E[n].content)))for(s=E[n].children,k=0,t=s.length-1;t>=0;t--){if(i=s[t],i.type==="link_close"){for(t--;s[t].level!==i.level&&s[t].type!=="link_open";)t--;continue}if(i.type==="html_inline"&&(cc(i.content)&&k>0&&k--,uc(i.content)&&k++),!(k>0)&&i.type==="text"&&e.md.linkify.test(i.content)){for(f=i.content,T=e.md.linkify.match(f),c=[],g=i.level,b=0,T.length>0&&T[0].index===0&&t>0&&s[t-1].type==="text_special"&&(T=T.slice(1)),d=0;d<T.length;d++)C=T[d].url,w=e.md.normalizeLink(C),e.md.validateLink(w)&&(S=T[d].text,T[d].schema?T[d].schema==="mailto:"&&!/^mailto:/i.test(S)?S=e.md.normalizeLinkText("mailto:"+S).replace(/^mailto:/,""):S=e.md.normalizeLinkText(S):S=e.md.normalizeLinkText("http://"+S).replace(/^http:\/\//,""),p=T[d].index,p>b&&(l=new e.Token("text","",0),l.content=f.slice(b,p),l.level=g,c.push(l)),l=new e.Token("link_open","a",1),l.attrs=[["href",w]],l.level=g++,l.markup="linkify",l.info="auto",c.push(l),l=new e.Token("text","",0),l.content=S,l.level=g,c.push(l),l=new e.Token("link_close","a",-1),l.level=--g,l.markup="linkify",l.info="auto",c.push(l),b=T[d].lastIndex);b<f.length&&(l=new e.Token("text","",0),l.content=f.slice(b),l.level=g,c.push(l)),E[n].children=s=ic(s,t,c)}}}},ea=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,hc=/\((c|tm|r)\)/i,fc=/\((c|tm|r)\)/ig,pc={c:"©",r:"®",tm:"™"};function mc(r,e){return pc[e.toLowerCase()]}function gc(r){var e,t,n=0;for(e=r.length-1;e>=0;e--)t=r[e],t.type==="text"&&!n&&(t.content=t.content.replace(fc,mc)),t.type==="link_open"&&t.info==="auto"&&n--,t.type==="link_close"&&t.info==="auto"&&n++}function bc(r){var e,t,n=0;for(e=r.length-1;e>=0;e--)t=r[e],t.type==="text"&&!n&&ea.test(t.content)&&(t.content=t.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),t.type==="link_open"&&t.info==="auto"&&n--,t.type==="link_close"&&t.info==="auto"&&n++}var yc=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(hc.test(e.tokens[t].content)&&gc(e.tokens[t].children),ea.test(e.tokens[t].content)&&bc(e.tokens[t].children))},ta=te.isWhiteSpace,ra=te.isPunctChar,na=te.isMdAsciiPunct,vc=/['"]/,oa=/['"]/g,aa="’";function kr(r,e,t){return r.slice(0,e)+t+r.slice(e+1)}function xc(r,e){var t,n,a,s,l,i,c,d,f,p,b,g,k,C,w,S,E,T,V,N,B;for(V=[],t=0;t<r.length;t++){for(n=r[t],c=r[t].level,E=V.length-1;E>=0&&!(V[E].level<=c);E--);if(V.length=E+1,n.type==="text"){a=n.content,l=0,i=a.length;e:for(;l<i&&(oa.lastIndex=l,s=oa.exec(a),!!s);){if(w=S=!0,l=s.index+1,T=s[0]==="'",f=32,s.index-1>=0)f=a.charCodeAt(s.index-1);else for(E=t-1;E>=0&&!(r[E].type==="softbreak"||r[E].type==="hardbreak");E--)if(r[E].content){f=r[E].content.charCodeAt(r[E].content.length-1);break}if(p=32,l<i)p=a.charCodeAt(l);else for(E=t+1;E<r.length&&!(r[E].type==="softbreak"||r[E].type==="hardbreak");E++)if(r[E].content){p=r[E].content.charCodeAt(0);break}if(b=na(f)||ra(String.fromCharCode(f)),g=na(p)||ra(String.fromCharCode(p)),k=ta(f),C=ta(p),C?w=!1:g&&(k||b||(w=!1)),k?S=!1:b&&(C||g||(S=!1)),p===34&&s[0]==='"'&&f>=48&&f<=57&&(S=w=!1),w&&S&&(w=b,S=g),!w&&!S){T&&(n.content=kr(n.content,s.index,aa));continue}if(S){for(E=V.length-1;E>=0&&(d=V[E],!(V[E].level<c));E--)if(d.single===T&&V[E].level===c){d=V[E],T?(N=e.md.options.quotes[2],B=e.md.options.quotes[3]):(N=e.md.options.quotes[0],B=e.md.options.quotes[1]),n.content=kr(n.content,s.index,B),r[d.token].content=kr(r[d.token].content,d.pos,N),l+=B.length-1,d.token===t&&(l+=N.length-1),a=n.content,i=a.length,V.length=E;continue e}}w?V.push({token:t,pos:s.index,single:T,level:c}):S&&T&&(n.content=kr(n.content,s.index,aa))}}}}var kc=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!vc.test(e.tokens[t].content)||xc(e.tokens[t].children,e)},wc=function(e){var t,n,a,s,l,i,c=e.tokens;for(t=0,n=c.length;t<n;t++)if(c[t].type==="inline"){for(a=c[t].children,l=a.length,s=0;s<l;s++)a[s].type==="text_special"&&(a[s].type="text");for(s=i=0;s<l;s++)a[s].type==="text"&&s+1<l&&a[s+1].type==="text"?a[s+1].content=a[s].content+a[s+1].content:(s!==i&&(a[i]=a[s]),i++);s!==i&&(a.length=i)}};function Ft(r,e,t){this.type=r,this.tag=e,this.attrs=null,this.map=null,this.nesting=t,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}Ft.prototype.attrIndex=function(e){var t,n,a;if(!this.attrs)return-1;for(t=this.attrs,n=0,a=t.length;n<a;n++)if(t[n][0]===e)return n;return-1},Ft.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},Ft.prototype.attrSet=function(e,t){var n=this.attrIndex(e),a=[e,t];n<0?this.attrPush(a):this.attrs[n]=a},Ft.prototype.attrGet=function(e){var t=this.attrIndex(e),n=null;return t>=0&&(n=this.attrs[t][1]),n},Ft.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};var gn=Ft,_c=gn;function sa(r,e,t){this.src=r,this.env=t,this.tokens=[],this.inlineMode=!1,this.md=e}sa.prototype.Token=_c;var Cc=sa,Sc=mn,bn=[["normalize",ac],["block",sc],["inline",lc],["linkify",dc],["replacements",yc],["smartquotes",kc],["text_join",wc]];function yn(){this.ruler=new Sc;for(var r=0;r<bn.length;r++)this.ruler.push(bn[r][0],bn[r][1])}yn.prototype.process=function(r){var e,t,n;for(n=this.ruler.getRules(""),e=0,t=n.length;e<t;e++)n[e](r)},yn.prototype.State=Cc;var Ec=yn,vn=te.isSpace;function xn(r,e){var t=r.bMarks[e]+r.tShift[e],n=r.eMarks[e];return r.src.slice(t,n)}function la(r){var e=[],t=0,n=r.length,a,s=!1,l=0,i="";for(a=r.charCodeAt(t);t<n;)a===124&&(s?(i+=r.substring(l,t-1),l=t):(e.push(i+r.substring(l,t)),i="",l=t+1)),s=a===92,t++,a=r.charCodeAt(t);return e.push(i+r.substring(l)),e}var Ac=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,C,w,S,E,T,V,N,B;if(t+2>n||(f=t+1,e.sCount[f]<e.blkIndent)||e.sCount[f]-e.blkIndent>=4||(i=e.bMarks[f]+e.tShift[f],i>=e.eMarks[f])||(N=e.src.charCodeAt(i++),N!==124&&N!==45&&N!==58)||i>=e.eMarks[f]||(B=e.src.charCodeAt(i++),B!==124&&B!==45&&B!==58&&!vn(B))||N===45&&vn(B))return!1;for(;i<e.eMarks[f];){if(s=e.src.charCodeAt(i),s!==124&&s!==45&&s!==58&&!vn(s))return!1;i++}for(l=xn(e,t+1),p=l.split("|"),k=[],c=0;c<p.length;c++){if(C=p[c].trim(),!C){if(c===0||c===p.length-1)continue;return!1}if(!/^:?-+:?$/.test(C))return!1;C.charCodeAt(C.length-1)===58?k.push(C.charCodeAt(0)===58?"center":"right"):C.charCodeAt(0)===58?k.push("left"):k.push("")}if(l=xn(e,t).trim(),l.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4||(p=la(l),p.length&&p[0]===""&&p.shift(),p.length&&p[p.length-1]===""&&p.pop(),b=p.length,b===0||b!==k.length))return!1;if(a)return!0;for(E=e.parentType,e.parentType="table",V=e.md.block.ruler.getRules("blockquote"),g=e.push("table_open","table",1),g.map=w=[t,0],g=e.push("thead_open","thead",1),g.map=[t,t+1],g=e.push("tr_open","tr",1),g.map=[t,t+1],c=0;c<p.length;c++)g=e.push("th_open","th",1),k[c]&&(g.attrs=[["style","text-align:"+k[c]]]),g=e.push("inline","",0),g.content=p[c].trim(),g.children=[],g=e.push("th_close","th",-1);for(g=e.push("tr_close","tr",-1),g=e.push("thead_close","thead",-1),f=t+2;f<n&&!(e.sCount[f]<e.blkIndent);f++){for(T=!1,c=0,d=V.length;c<d;c++)if(V[c](e,f,n,!0)){T=!0;break}if(T||(l=xn(e,f).trim(),!l)||e.sCount[f]-e.blkIndent>=4)break;for(p=la(l),p.length&&p[0]===""&&p.shift(),p.length&&p[p.length-1]===""&&p.pop(),f===t+2&&(g=e.push("tbody_open","tbody",1),g.map=S=[t+2,0]),g=e.push("tr_open","tr",1),g.map=[f,f+1],c=0;c<b;c++)g=e.push("td_open","td",1),k[c]&&(g.attrs=[["style","text-align:"+k[c]]]),g=e.push("inline","",0),g.content=p[c]?p[c].trim():"",g.children=[],g=e.push("td_close","td",-1);g=e.push("tr_close","tr",-1)}return S&&(g=e.push("tbody_close","tbody",-1),S[1]=f),g=e.push("table_close","table",-1),w[1]=f,e.parentType=E,e.line=f,!0},Tc=function(e,t,n){var a,s,l;if(e.sCount[t]-e.blkIndent<4)return!1;for(s=a=t+1;a<n;){if(e.isEmpty(a)){a++;continue}if(e.sCount[a]-e.blkIndent>=4){a++,s=a;continue}break}return e.line=s,l=e.push("code_block","code",0),l.content=e.getLines(t,s,4+e.blkIndent,!1)+`
17
- `,l.map=[t,e.line],!0},Bc=function(e,t,n,a){var s,l,i,c,d,f,p,b=!1,g=e.bMarks[t]+e.tShift[t],k=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||g+3>k||(s=e.src.charCodeAt(g),s!==126&&s!==96)||(d=g,g=e.skipChars(g,s),l=g-d,l<3)||(p=e.src.slice(d,g),i=e.src.slice(g,k),s===96&&i.indexOf(String.fromCharCode(s))>=0))return!1;if(a)return!0;for(c=t;c++,!(c>=n||(g=d=e.bMarks[c]+e.tShift[c],k=e.eMarks[c],g<k&&e.sCount[c]<e.blkIndent));)if(e.src.charCodeAt(g)===s&&!(e.sCount[c]-e.blkIndent>=4)&&(g=e.skipChars(g,s),!(g-d<l)&&(g=e.skipSpaces(g),!(g<k)))){b=!0;break}return l=e.sCount[t],e.line=c+(b?1:0),f=e.push("fence","code",0),f.info=i,f.content=e.getLines(t+1,c,l,!0),f.markup=p,f.map=[t,e.line],!0},ia=te.isSpace,Mc=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,C,w,S,E,T,V,N,B,I,j,K=e.lineMax,Z=e.bMarks[t]+e.tShift[t],X=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(Z++)!==62)return!1;if(a)return!0;for(c=g=e.sCount[t]+1,e.src.charCodeAt(Z)===32?(Z++,c++,g++,s=!1,V=!0):e.src.charCodeAt(Z)===9?(V=!0,(e.bsCount[t]+g)%4===3?(Z++,c++,g++,s=!1):s=!0):V=!1,k=[e.bMarks[t]],e.bMarks[t]=Z;Z<X&&(l=e.src.charCodeAt(Z),ia(l));){l===9?g+=4-(g+e.bsCount[t]+(s?1:0))%4:g++;Z++}for(C=[e.bsCount[t]],e.bsCount[t]=e.sCount[t]+1+(V?1:0),f=Z>=X,E=[e.sCount[t]],e.sCount[t]=g-c,T=[e.tShift[t]],e.tShift[t]=Z-e.bMarks[t],B=e.md.block.ruler.getRules("blockquote"),S=e.parentType,e.parentType="blockquote",b=t+1;b<n&&(j=e.sCount[b]<e.blkIndent,Z=e.bMarks[b]+e.tShift[b],X=e.eMarks[b],!(Z>=X));b++){if(e.src.charCodeAt(Z++)===62&&!j){for(c=g=e.sCount[b]+1,e.src.charCodeAt(Z)===32?(Z++,c++,g++,s=!1,V=!0):e.src.charCodeAt(Z)===9?(V=!0,(e.bsCount[b]+g)%4===3?(Z++,c++,g++,s=!1):s=!0):V=!1,k.push(e.bMarks[b]),e.bMarks[b]=Z;Z<X&&(l=e.src.charCodeAt(Z),ia(l));){l===9?g+=4-(g+e.bsCount[b]+(s?1:0))%4:g++;Z++}f=Z>=X,C.push(e.bsCount[b]),e.bsCount[b]=e.sCount[b]+1+(V?1:0),E.push(e.sCount[b]),e.sCount[b]=g-c,T.push(e.tShift[b]),e.tShift[b]=Z-e.bMarks[b];continue}if(f)break;for(N=!1,i=0,d=B.length;i<d;i++)if(B[i](e,b,n,!0)){N=!0;break}if(N){e.lineMax=b,e.blkIndent!==0&&(k.push(e.bMarks[b]),C.push(e.bsCount[b]),T.push(e.tShift[b]),E.push(e.sCount[b]),e.sCount[b]-=e.blkIndent);break}k.push(e.bMarks[b]),C.push(e.bsCount[b]),T.push(e.tShift[b]),E.push(e.sCount[b]),e.sCount[b]=-1}for(w=e.blkIndent,e.blkIndent=0,I=e.push("blockquote_open","blockquote",1),I.markup=">",I.map=p=[t,0],e.md.block.tokenize(e,t,b),I=e.push("blockquote_close","blockquote",-1),I.markup=">",e.lineMax=K,e.parentType=S,p[1]=e.line,i=0;i<T.length;i++)e.bMarks[i+t]=k[i],e.tShift[i+t]=T[i],e.sCount[i+t]=E[i],e.bsCount[i+t]=C[i];return e.blkIndent=w,!0},Vc=te.isSpace,Dc=function(e,t,n,a){var s,l,i,c,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||(s=e.src.charCodeAt(d++),s!==42&&s!==45&&s!==95))return!1;for(l=1;d<f;){if(i=e.src.charCodeAt(d++),i!==s&&!Vc(i))return!1;i===s&&l++}return l<3?!1:(a||(e.line=t+1,c=e.push("hr","hr",0),c.map=[t,e.line],c.markup=Array(l+1).join(String.fromCharCode(s))),!0)},ca=te.isSpace;function ua(r,e){var t,n,a,s;return n=r.bMarks[e]+r.tShift[e],a=r.eMarks[e],t=r.src.charCodeAt(n++),t!==42&&t!==45&&t!==43||n<a&&(s=r.src.charCodeAt(n),!ca(s))?-1:n}function da(r,e){var t,n=r.bMarks[e]+r.tShift[e],a=n,s=r.eMarks[e];if(a+1>=s||(t=r.src.charCodeAt(a++),t<48||t>57))return-1;for(;;){if(a>=s)return-1;if(t=r.src.charCodeAt(a++),t>=48&&t<=57){if(a-n>=10)return-1;continue}if(t===41||t===46)break;return-1}return a<s&&(t=r.src.charCodeAt(a),!ca(t))?-1:a}function qc(r,e){var t,n,a=r.level+2;for(t=e+2,n=r.tokens.length-2;t<n;t++)r.tokens[t].level===a&&r.tokens[t].type==="paragraph_open"&&(r.tokens[t+2].hidden=!0,r.tokens[t].hidden=!0,t+=2)}var zc=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,C,w,S,E,T,V,N,B,I,j,K,Z,X,oe,he,q,J,W,ye=!1,Fe=!0;if(e.sCount[t]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t]<e.blkIndent)return!1;if(a&&e.parentType==="paragraph"&&e.sCount[t]>=e.blkIndent&&(ye=!0),(X=da(e,t))>=0){if(p=!0,he=e.bMarks[t]+e.tShift[t],S=Number(e.src.slice(he,X-1)),ye&&S!==1)return!1}else if((X=ua(e,t))>=0)p=!1;else return!1;if(ye&&e.skipSpaces(X)>=e.eMarks[t])return!1;if(w=e.src.charCodeAt(X-1),a)return!0;for(C=e.tokens.length,p?(W=e.push("ordered_list_open","ol",1),S!==1&&(W.attrs=[["start",S]])):W=e.push("bullet_list_open","ul",1),W.map=k=[t,0],W.markup=String.fromCharCode(w),T=t,oe=!1,J=e.md.block.ruler.getRules("list"),B=e.parentType,e.parentType="list";T<n;){for(Z=X,E=e.eMarks[T],f=V=e.sCount[T]+X-(e.bMarks[t]+e.tShift[t]);Z<E;){if(s=e.src.charCodeAt(Z),s===9)V+=4-(V+e.bsCount[T])%4;else if(s===32)V++;else break;Z++}if(l=Z,l>=E?d=1:d=V-f,d>4&&(d=1),c=f+d,W=e.push("list_item_open","li",1),W.markup=String.fromCharCode(w),W.map=b=[t,0],p&&(W.info=e.src.slice(he,X-1)),K=e.tight,j=e.tShift[t],I=e.sCount[t],N=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=c,e.tight=!0,e.tShift[t]=l-e.bMarks[t],e.sCount[t]=V,l>=E&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,t,n,!0),(!e.tight||oe)&&(Fe=!1),oe=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=N,e.tShift[t]=j,e.sCount[t]=I,e.tight=K,W=e.push("list_item_close","li",-1),W.markup=String.fromCharCode(w),T=t=e.line,b[1]=T,l=e.bMarks[t],T>=n||e.sCount[T]<e.blkIndent||e.sCount[t]-e.blkIndent>=4)break;for(q=!1,i=0,g=J.length;i<g;i++)if(J[i](e,T,n,!0)){q=!0;break}if(q)break;if(p){if(X=da(e,T),X<0)break;he=e.bMarks[T]+e.tShift[T]}else if(X=ua(e,T),X<0)break;if(w!==e.src.charCodeAt(X-1))break}return p?W=e.push("ordered_list_close","ol",-1):W=e.push("bullet_list_close","ul",-1),W.markup=String.fromCharCode(w),k[1]=T,e.line=T,e.parentType=B,Fe&&qc(e,C),!0},Nc=te.normalizeReference,wr=te.isSpace,Lc=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,C,w,S,E,T,V,N=0,B=e.bMarks[t]+e.tShift[t],I=e.eMarks[t],j=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(B)!==91)return!1;for(;++B<I;)if(e.src.charCodeAt(B)===93&&e.src.charCodeAt(B-1)!==92){if(B+1===I||e.src.charCodeAt(B+1)!==58)return!1;break}for(c=e.lineMax,T=e.md.block.ruler.getRules("reference"),k=e.parentType,e.parentType="reference";j<c&&!e.isEmpty(j);j++)if(!(e.sCount[j]-e.blkIndent>3)&&!(e.sCount[j]<0)){for(E=!1,f=0,p=T.length;f<p;f++)if(T[f](e,j,c,!0)){E=!0;break}if(E)break}for(S=e.getLines(t,j,e.blkIndent,!1).trim(),I=S.length,B=1;B<I;B++){if(s=S.charCodeAt(B),s===91)return!1;if(s===93){g=B;break}else s===10?N++:s===92&&(B++,B<I&&S.charCodeAt(B)===10&&N++)}if(g<0||S.charCodeAt(g+1)!==58)return!1;for(B=g+2;B<I;B++)if(s=S.charCodeAt(B),s===10)N++;else if(!wr(s))break;if(C=e.md.helpers.parseLinkDestination(S,B,I),!C.ok||(d=e.md.normalizeLink(C.str),!e.md.validateLink(d)))return!1;for(B=C.pos,N+=C.lines,l=B,i=N,w=B;B<I;B++)if(s=S.charCodeAt(B),s===10)N++;else if(!wr(s))break;for(C=e.md.helpers.parseLinkTitle(S,B,I),B<I&&w!==B&&C.ok?(V=C.str,B=C.pos,N+=C.lines):(V="",B=l,N=i);B<I&&(s=S.charCodeAt(B),!!wr(s));)B++;if(B<I&&S.charCodeAt(B)!==10&&V)for(V="",B=l,N=i;B<I&&(s=S.charCodeAt(B),!!wr(s));)B++;return B<I&&S.charCodeAt(B)!==10||(b=Nc(S.slice(1,g)),!b)?!1:(a||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[b]>"u"&&(e.env.references[b]={title:V,href:d}),e.parentType=k,e.line=t+N+1),!0)},Rc=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],_r={},Fc="[a-zA-Z_:][a-zA-Z0-9:._-]*",Ic="[^\"'=<>`\\x00-\\x20]+",Pc="'[^']*'",Oc='"[^"]*"',$c="(?:"+Ic+"|"+Pc+"|"+Oc+")",Hc="(?:\\s+"+Fc+"(?:\\s*=\\s*"+$c+")?)",ha="<[A-Za-z][A-Za-z0-9\\-]*"+Hc+"*\\s*\\/?>",fa="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",jc="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",Uc="<[?][\\s\\S]*?[?]>",Gc="<![A-Z]+\\s+[^>]*>",Zc="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",Wc=new RegExp("^(?:"+ha+"|"+fa+"|"+jc+"|"+Uc+"|"+Gc+"|"+Zc+")"),Yc=new RegExp("^(?:"+ha+"|"+fa+")");_r.HTML_TAG_RE=Wc,_r.HTML_OPEN_CLOSE_TAG_RE=Yc;var Xc=Rc,Kc=_r.HTML_OPEN_CLOSE_TAG_RE,It=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+Xc.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Kc.source+"\\s*$"),/^$/,!1]],Jc=function(e,t,n,a){var s,l,i,c,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(d)!==60)return!1;for(c=e.src.slice(d,f),s=0;s<It.length&&!It[s][0].test(c);s++);if(s===It.length)return!1;if(a)return It[s][2];if(l=t+1,!It[s][1].test(c)){for(;l<n&&!(e.sCount[l]<e.blkIndent);l++)if(d=e.bMarks[l]+e.tShift[l],f=e.eMarks[l],c=e.src.slice(d,f),It[s][1].test(c)){c.length!==0&&l++;break}}return e.line=l,i=e.push("html_block","",0),i.map=[t,l],i.content=e.getLines(t,l,e.blkIndent,!0),!0},pa=te.isSpace,Qc=function(e,t,n,a){var s,l,i,c,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||(s=e.src.charCodeAt(d),s!==35||d>=f))return!1;for(l=1,s=e.src.charCodeAt(++d);s===35&&d<f&&l<=6;)l++,s=e.src.charCodeAt(++d);return l>6||d<f&&!pa(s)?!1:(a||(f=e.skipSpacesBack(f,d),i=e.skipCharsBack(f,35,d),i>d&&pa(e.src.charCodeAt(i-1))&&(f=i),e.line=t+1,c=e.push("heading_open","h"+String(l),1),c.markup="########".slice(0,l),c.map=[t,e.line],c=e.push("inline","",0),c.content=e.src.slice(d,f).trim(),c.map=[t,e.line],c.children=[],c=e.push("heading_close","h"+String(l),-1),c.markup="########".slice(0,l)),!0)},eu=function(e,t,n){var a,s,l,i,c,d,f,p,b,g=t+1,k,C=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;for(k=e.parentType,e.parentType="paragraph";g<n&&!e.isEmpty(g);g++)if(!(e.sCount[g]-e.blkIndent>3)){if(e.sCount[g]>=e.blkIndent&&(d=e.bMarks[g]+e.tShift[g],f=e.eMarks[g],d<f&&(b=e.src.charCodeAt(d),(b===45||b===61)&&(d=e.skipChars(d,b),d=e.skipSpaces(d),d>=f)))){p=b===61?1:2;break}if(!(e.sCount[g]<0)){for(s=!1,l=0,i=C.length;l<i;l++)if(C[l](e,g,n,!0)){s=!0;break}if(s)break}}return p?(a=e.getLines(t,g,e.blkIndent,!1).trim(),e.line=g+1,c=e.push("heading_open","h"+String(p),1),c.markup=String.fromCharCode(b),c.map=[t,e.line],c=e.push("inline","",0),c.content=a,c.map=[t,e.line-1],c.children=[],c=e.push("heading_close","h"+String(p),-1),c.markup=String.fromCharCode(b),e.parentType=k,!0):!1},tu=function(e,t){var n,a,s,l,i,c,d=t+1,f=e.md.block.ruler.getRules("paragraph"),p=e.lineMax;for(c=e.parentType,e.parentType="paragraph";d<p&&!e.isEmpty(d);d++)if(!(e.sCount[d]-e.blkIndent>3)&&!(e.sCount[d]<0)){for(a=!1,s=0,l=f.length;s<l;s++)if(f[s](e,d,p,!0)){a=!0;break}if(a)break}return n=e.getLines(t,d,e.blkIndent,!1).trim(),e.line=d,i=e.push("paragraph_open","p",1),i.map=[t,e.line],i=e.push("inline","",0),i.content=n,i.map=[t,e.line],i.children=[],i=e.push("paragraph_close","p",-1),e.parentType=c,!0},ma=gn,Cr=te.isSpace;function Ge(r,e,t,n){var a,s,l,i,c,d,f,p;for(this.src=r,this.md=e,this.env=t,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",s=this.src,p=!1,l=i=d=f=0,c=s.length;i<c;i++){if(a=s.charCodeAt(i),!p)if(Cr(a)){d++,a===9?f+=4-f%4:f++;continue}else p=!0;(a===10||i===c-1)&&(a!==10&&i++,this.bMarks.push(l),this.eMarks.push(i),this.tShift.push(d),this.sCount.push(f),this.bsCount.push(0),p=!1,d=0,f=0,l=i+1)}this.bMarks.push(s.length),this.eMarks.push(s.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}Ge.prototype.push=function(r,e,t){var n=new ma(r,e,t);return n.block=!0,t<0&&this.level--,n.level=this.level,t>0&&this.level++,this.tokens.push(n),n},Ge.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},Ge.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},Ge.prototype.skipSpaces=function(e){for(var t,n=this.src.length;e<n&&(t=this.src.charCodeAt(e),!!Cr(t));e++);return e},Ge.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;for(;e>t;)if(!Cr(this.src.charCodeAt(--e)))return e+1;return e},Ge.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},Ge.prototype.skipCharsBack=function(e,t,n){if(e<=n)return e;for(;e>n;)if(t!==this.src.charCodeAt(--e))return e+1;return e},Ge.prototype.getLines=function(e,t,n,a){var s,l,i,c,d,f,p,b=e;if(e>=t)return"";for(f=new Array(t-e),s=0;b<t;b++,s++){for(l=0,p=c=this.bMarks[b],b+1<t||a?d=this.eMarks[b]+1:d=this.eMarks[b];c<d&&l<n;){if(i=this.src.charCodeAt(c),Cr(i))i===9?l+=4-(l+this.bsCount[b])%4:l++;else if(c-p<this.tShift[b])l++;else break;c++}l>n?f[s]=new Array(l-n+1).join(" ")+this.src.slice(c,d):f[s]=this.src.slice(c,d)}return f.join("")},Ge.prototype.Token=ma;var ru=Ge,nu=mn,Sr=[["table",Ac,["paragraph","reference"]],["code",Tc],["fence",Bc,["paragraph","reference","blockquote","list"]],["blockquote",Mc,["paragraph","reference","blockquote","list"]],["hr",Dc,["paragraph","reference","blockquote","list"]],["list",zc,["paragraph","reference","blockquote"]],["reference",Lc],["html_block",Jc,["paragraph","reference","blockquote"]],["heading",Qc,["paragraph","reference","blockquote"]],["lheading",eu],["paragraph",tu]];function Er(){this.ruler=new nu;for(var r=0;r<Sr.length;r++)this.ruler.push(Sr[r][0],Sr[r][1],{alt:(Sr[r][2]||[]).slice()})}Er.prototype.tokenize=function(r,e,t){for(var n,a,s=this.ruler.getRules(""),l=s.length,i=e,c=!1,d=r.md.options.maxNesting;i<t&&(r.line=i=r.skipEmptyLines(i),!(i>=t||r.sCount[i]<r.blkIndent));){if(r.level>=d){r.line=t;break}for(a=0;a<l&&(n=s[a](r,i,t,!1),!n);a++);r.tight=!c,r.isEmpty(r.line-1)&&(c=!0),i=r.line,i<t&&r.isEmpty(i)&&(c=!0,i++,r.line=i)}},Er.prototype.parse=function(r,e,t,n){var a;r&&(a=new this.State(r,e,t,n),this.tokenize(a,a.line,a.lineMax))},Er.prototype.State=ru;var ou=Er;function au(r){switch(r){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}for(var su=function(e,t){for(var n=e.pos;n<e.posMax&&!au(e.src.charCodeAt(n));)n++;return n===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)},lu=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,iu=function(e,t){var n,a,s,l,i,c,d,f;return!e.md.options.linkify||e.linkLevel>0||(n=e.pos,a=e.posMax,n+3>a)||e.src.charCodeAt(n)!==58||e.src.charCodeAt(n+1)!==47||e.src.charCodeAt(n+2)!==47||(s=e.pending.match(lu),!s)||(l=s[1],i=e.md.linkify.matchAtStart(e.src.slice(n-l.length)),!i)||(c=i.url,c=c.replace(/\*+$/,""),d=e.md.normalizeLink(c),!e.md.validateLink(d))?!1:(t||(e.pending=e.pending.slice(0,-l.length),f=e.push("link_open","a",1),f.attrs=[["href",d]],f.markup="linkify",f.info="auto",f=e.push("text","",0),f.content=e.md.normalizeLinkText(c),f=e.push("link_close","a",-1),f.markup="linkify",f.info="auto"),e.pos+=c.length-l.length,!0)},cu=te.isSpace,uu=function(e,t){var n,a,s,l=e.pos;if(e.src.charCodeAt(l)!==10)return!1;if(n=e.pending.length-1,a=e.posMax,!t)if(n>=0&&e.pending.charCodeAt(n)===32)if(n>=1&&e.pending.charCodeAt(n-1)===32){for(s=n-1;s>=1&&e.pending.charCodeAt(s-1)===32;)s--;e.pending=e.pending.slice(0,s),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(l++;l<a&&cu(e.src.charCodeAt(l));)l++;return e.pos=l,!0},du=te.isSpace,kn=[],ga=0;ga<256;ga++)kn.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(r){kn[r.charCodeAt(0)]=1});var hu=function(e,t){var n,a,s,l,i,c=e.pos,d=e.posMax;if(e.src.charCodeAt(c)!==92||(c++,c>=d))return!1;if(n=e.src.charCodeAt(c),n===10){for(t||e.push("hardbreak","br",0),c++;c<d&&(n=e.src.charCodeAt(c),!!du(n));)c++;return e.pos=c,!0}return l=e.src[c],n>=55296&&n<=56319&&c+1<d&&(a=e.src.charCodeAt(c+1),a>=56320&&a<=57343&&(l+=e.src[c+1],c++)),s="\\"+l,t||(i=e.push("text_special","",0),n<256&&kn[n]!==0?i.content=l:i.content=s,i.markup=s,i.info="escape"),e.pos=c+1,!0},fu=function(e,t){var n,a,s,l,i,c,d,f,p=e.pos,b=e.src.charCodeAt(p);if(b!==96)return!1;for(n=p,p++,a=e.posMax;p<a&&e.src.charCodeAt(p)===96;)p++;if(s=e.src.slice(n,p),d=s.length,e.backticksScanned&&(e.backticks[d]||0)<=n)return t||(e.pending+=s),e.pos+=d,!0;for(i=c=p;(i=e.src.indexOf("`",c))!==-1;){for(c=i+1;c<a&&e.src.charCodeAt(c)===96;)c++;if(f=c-i,f===d)return t||(l=e.push("code_inline","code",0),l.markup=s,l.content=e.src.slice(p,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=c,!0;e.backticks[f]=i}return e.backticksScanned=!0,t||(e.pending+=s),e.pos+=d,!0},Ar={};Ar.tokenize=function(e,t){var n,a,s,l,i,c=e.pos,d=e.src.charCodeAt(c);if(t||d!==126||(a=e.scanDelims(e.pos,!0),l=a.length,i=String.fromCharCode(d),l<2))return!1;for(l%2&&(s=e.push("text","",0),s.content=i,l--),n=0;n<l;n+=2)s=e.push("text","",0),s.content=i+i,e.delimiters.push({marker:d,length:0,token:e.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return e.pos+=a.length,!0};function ba(r,e){var t,n,a,s,l,i=[],c=e.length;for(t=0;t<c;t++)a=e[t],a.marker===126&&a.end!==-1&&(s=e[a.end],l=r.tokens[a.token],l.type="s_open",l.tag="s",l.nesting=1,l.markup="~~",l.content="",l=r.tokens[s.token],l.type="s_close",l.tag="s",l.nesting=-1,l.markup="~~",l.content="",r.tokens[s.token-1].type==="text"&&r.tokens[s.token-1].content==="~"&&i.push(s.token-1));for(;i.length;){for(t=i.pop(),n=t+1;n<r.tokens.length&&r.tokens[n].type==="s_close";)n++;n--,t!==n&&(l=r.tokens[n],r.tokens[n]=r.tokens[t],r.tokens[t]=l)}}Ar.postProcess=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(ba(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&ba(e,n[t].delimiters)};var Tr={};Tr.tokenize=function(e,t){var n,a,s,l=e.pos,i=e.src.charCodeAt(l);if(t||i!==95&&i!==42)return!1;for(a=e.scanDelims(e.pos,i===42),n=0;n<a.length;n++)s=e.push("text","",0),s.content=String.fromCharCode(i),e.delimiters.push({marker:i,length:a.length,token:e.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return e.pos+=a.length,!0};function ya(r,e){var t,n,a,s,l,i,c=e.length;for(t=c-1;t>=0;t--)n=e[t],!(n.marker!==95&&n.marker!==42)&&n.end!==-1&&(a=e[n.end],i=t>0&&e[t-1].end===n.end+1&&e[t-1].marker===n.marker&&e[t-1].token===n.token-1&&e[n.end+1].token===a.token+1,l=String.fromCharCode(n.marker),s=r.tokens[n.token],s.type=i?"strong_open":"em_open",s.tag=i?"strong":"em",s.nesting=1,s.markup=i?l+l:l,s.content="",s=r.tokens[a.token],s.type=i?"strong_close":"em_close",s.tag=i?"strong":"em",s.nesting=-1,s.markup=i?l+l:l,s.content="",i&&(r.tokens[e[t-1].token].content="",r.tokens[e[n.end+1].token].content="",t--))}Tr.postProcess=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(ya(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&ya(e,n[t].delimiters)};var pu=te.normalizeReference,wn=te.isSpace,mu=function(e,t){var n,a,s,l,i,c,d,f,p,b="",g="",k=e.pos,C=e.posMax,w=e.pos,S=!0;if(e.src.charCodeAt(e.pos)!==91||(i=e.pos+1,l=e.md.helpers.parseLinkLabel(e,e.pos,!0),l<0))return!1;if(c=l+1,c<C&&e.src.charCodeAt(c)===40){for(S=!1,c++;c<C&&(a=e.src.charCodeAt(c),!(!wn(a)&&a!==10));c++);if(c>=C)return!1;if(w=c,d=e.md.helpers.parseLinkDestination(e.src,c,e.posMax),d.ok){for(b=e.md.normalizeLink(d.str),e.md.validateLink(b)?c=d.pos:b="",w=c;c<C&&(a=e.src.charCodeAt(c),!(!wn(a)&&a!==10));c++);if(d=e.md.helpers.parseLinkTitle(e.src,c,e.posMax),c<C&&w!==c&&d.ok)for(g=d.str,c=d.pos;c<C&&(a=e.src.charCodeAt(c),!(!wn(a)&&a!==10));c++);}(c>=C||e.src.charCodeAt(c)!==41)&&(S=!0),c++}if(S){if(typeof e.env.references>"u")return!1;if(c<C&&e.src.charCodeAt(c)===91?(w=c+1,c=e.md.helpers.parseLinkLabel(e,c),c>=0?s=e.src.slice(w,c++):c=l+1):c=l+1,s||(s=e.src.slice(i,l)),f=e.env.references[pu(s)],!f)return e.pos=k,!1;b=f.href,g=f.title}return t||(e.pos=i,e.posMax=l,p=e.push("link_open","a",1),p.attrs=n=[["href",b]],g&&n.push(["title",g]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,p=e.push("link_close","a",-1)),e.pos=c,e.posMax=C,!0},gu=te.normalizeReference,_n=te.isSpace,bu=function(e,t){var n,a,s,l,i,c,d,f,p,b,g,k,C,w="",S=e.pos,E=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91||(c=e.pos+2,i=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),i<0))return!1;if(d=i+1,d<E&&e.src.charCodeAt(d)===40){for(d++;d<E&&(a=e.src.charCodeAt(d),!(!_n(a)&&a!==10));d++);if(d>=E)return!1;for(C=d,p=e.md.helpers.parseLinkDestination(e.src,d,e.posMax),p.ok&&(w=e.md.normalizeLink(p.str),e.md.validateLink(w)?d=p.pos:w=""),C=d;d<E&&(a=e.src.charCodeAt(d),!(!_n(a)&&a!==10));d++);if(p=e.md.helpers.parseLinkTitle(e.src,d,e.posMax),d<E&&C!==d&&p.ok)for(b=p.str,d=p.pos;d<E&&(a=e.src.charCodeAt(d),!(!_n(a)&&a!==10));d++);else b="";if(d>=E||e.src.charCodeAt(d)!==41)return e.pos=S,!1;d++}else{if(typeof e.env.references>"u")return!1;if(d<E&&e.src.charCodeAt(d)===91?(C=d+1,d=e.md.helpers.parseLinkLabel(e,d),d>=0?l=e.src.slice(C,d++):d=i+1):d=i+1,l||(l=e.src.slice(c,i)),f=e.env.references[gu(l)],!f)return e.pos=S,!1;w=f.href,b=f.title}return t||(s=e.src.slice(c,i),e.md.inline.parse(s,e.md,e.env,k=[]),g=e.push("image","img",0),g.attrs=n=[["src",w],["alt",""]],g.children=k,g.content=s,b&&n.push(["title",b])),e.pos=d,e.posMax=E,!0},yu=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,vu=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,xu=function(e,t){var n,a,s,l,i,c,d=e.pos;if(e.src.charCodeAt(d)!==60)return!1;for(i=e.pos,c=e.posMax;;){if(++d>=c||(l=e.src.charCodeAt(d),l===60))return!1;if(l===62)break}return n=e.src.slice(i+1,d),vu.test(n)?(a=e.md.normalizeLink(n),e.md.validateLink(a)?(t||(s=e.push("link_open","a",1),s.attrs=[["href",a]],s.markup="autolink",s.info="auto",s=e.push("text","",0),s.content=e.md.normalizeLinkText(n),s=e.push("link_close","a",-1),s.markup="autolink",s.info="auto"),e.pos+=n.length+2,!0):!1):yu.test(n)?(a=e.md.normalizeLink("mailto:"+n),e.md.validateLink(a)?(t||(s=e.push("link_open","a",1),s.attrs=[["href",a]],s.markup="autolink",s.info="auto",s=e.push("text","",0),s.content=e.md.normalizeLinkText(n),s=e.push("link_close","a",-1),s.markup="autolink",s.info="auto"),e.pos+=n.length+2,!0):!1):!1},ku=_r.HTML_TAG_RE;function wu(r){return/^<a[>\s]/i.test(r)}function _u(r){return/^<\/a\s*>/i.test(r)}function Cu(r){var e=r|32;return e>=97&&e<=122}var Su=function(e,t){var n,a,s,l,i=e.pos;return!e.md.options.html||(s=e.posMax,e.src.charCodeAt(i)!==60||i+2>=s)||(n=e.src.charCodeAt(i+1),n!==33&&n!==63&&n!==47&&!Cu(n))||(a=e.src.slice(i).match(ku),!a)?!1:(t||(l=e.push("html_inline","",0),l.content=e.src.slice(i,i+a[0].length),wu(l.content)&&e.linkLevel++,_u(l.content)&&e.linkLevel--),e.pos+=a[0].length,!0)},va=R0,Eu=te.has,Au=te.isValidEntityCode,xa=te.fromCodePoint,Tu=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Bu=/^&([a-z][a-z0-9]{1,31});/i,Mu=function(e,t){var n,a,s,l,i=e.pos,c=e.posMax;if(e.src.charCodeAt(i)!==38||i+1>=c)return!1;if(n=e.src.charCodeAt(i+1),n===35){if(s=e.src.slice(i).match(Tu),s)return t||(a=s[1][0].toLowerCase()==="x"?parseInt(s[1].slice(1),16):parseInt(s[1],10),l=e.push("text_special","",0),l.content=Au(a)?xa(a):xa(65533),l.markup=s[0],l.info="entity"),e.pos+=s[0].length,!0}else if(s=e.src.slice(i).match(Bu),s&&Eu(va,s[1]))return t||(l=e.push("text_special","",0),l.content=va[s[1]],l.markup=s[0],l.info="entity"),e.pos+=s[0].length,!0;return!1};function ka(r,e){var t,n,a,s,l,i,c,d,f={},p=e.length;if(p){var b=0,g=-2,k=[];for(t=0;t<p;t++)if(a=e[t],k.push(0),(e[b].marker!==a.marker||g!==a.token-1)&&(b=t),g=a.token,a.length=a.length||0,!!a.close){for(f.hasOwnProperty(a.marker)||(f[a.marker]=[-1,-1,-1,-1,-1,-1]),l=f[a.marker][(a.open?3:0)+a.length%3],n=b-k[b]-1,i=n;n>l;n-=k[n]+1)if(s=e[n],s.marker===a.marker&&s.open&&s.end<0&&(c=!1,(s.close||a.open)&&(s.length+a.length)%3===0&&(s.length%3!==0||a.length%3!==0)&&(c=!0),!c)){d=n>0&&!e[n-1].open?k[n-1]+1:0,k[t]=t-n+d,k[n]=d,a.open=!1,s.end=t,s.close=!1,i=-1,g=-2;break}i!==-1&&(f[a.marker][(a.open?3:0)+(a.length||0)%3]=i)}}}var Vu=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(ka(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&ka(e,n[t].delimiters)},Du=function(e){var t,n,a=0,s=e.tokens,l=e.tokens.length;for(t=n=0;t<l;t++)s[t].nesting<0&&a--,s[t].level=a,s[t].nesting>0&&a++,s[t].type==="text"&&t+1<l&&s[t+1].type==="text"?s[t+1].content=s[t].content+s[t+1].content:(t!==n&&(s[n]=s[t]),n++);t!==n&&(s.length=n)},Cn=gn,wa=te.isWhiteSpace,_a=te.isPunctChar,Ca=te.isMdAsciiPunct;function Xt(r,e,t,n){this.src=r,this.env=t,this.md=e,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Xt.prototype.pushPending=function(){var r=new Cn("text","",0);return r.content=this.pending,r.level=this.pendingLevel,this.tokens.push(r),this.pending="",r},Xt.prototype.push=function(r,e,t){this.pending&&this.pushPending();var n=new Cn(r,e,t),a=null;return t<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,t>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],a={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(a),n},Xt.prototype.scanDelims=function(r,e){var t=r,n,a,s,l,i,c,d,f,p,b=!0,g=!0,k=this.posMax,C=this.src.charCodeAt(r);for(n=r>0?this.src.charCodeAt(r-1):32;t<k&&this.src.charCodeAt(t)===C;)t++;return s=t-r,a=t<k?this.src.charCodeAt(t):32,d=Ca(n)||_a(String.fromCharCode(n)),p=Ca(a)||_a(String.fromCharCode(a)),c=wa(n),f=wa(a),f?b=!1:p&&(c||d||(b=!1)),c?g=!1:d&&(f||p||(g=!1)),e?(l=b,i=g):(l=b&&(!g||d),i=g&&(!b||p)),{can_open:l,can_close:i,length:s}},Xt.prototype.Token=Cn;var qu=Xt,Sa=mn,Sn=[["text",su],["linkify",iu],["newline",uu],["escape",hu],["backticks",fu],["strikethrough",Ar.tokenize],["emphasis",Tr.tokenize],["link",mu],["image",bu],["autolink",xu],["html_inline",Su],["entity",Mu]],En=[["balance_pairs",Vu],["strikethrough",Ar.postProcess],["emphasis",Tr.postProcess],["fragments_join",Du]];function Kt(){var r;for(this.ruler=new Sa,r=0;r<Sn.length;r++)this.ruler.push(Sn[r][0],Sn[r][1]);for(this.ruler2=new Sa,r=0;r<En.length;r++)this.ruler2.push(En[r][0],En[r][1])}Kt.prototype.skipToken=function(r){var e,t,n=r.pos,a=this.ruler.getRules(""),s=a.length,l=r.md.options.maxNesting,i=r.cache;if(typeof i[n]<"u"){r.pos=i[n];return}if(r.level<l)for(t=0;t<s&&(r.level++,e=a[t](r,!0),r.level--,!e);t++);else r.pos=r.posMax;e||r.pos++,i[n]=r.pos},Kt.prototype.tokenize=function(r){for(var e,t,n=this.ruler.getRules(""),a=n.length,s=r.posMax,l=r.md.options.maxNesting;r.pos<s;){if(r.level<l)for(t=0;t<a&&(e=n[t](r,!1),!e);t++);if(e){if(r.pos>=s)break;continue}r.pending+=r.src[r.pos++]}r.pending&&r.pushPending()},Kt.prototype.parse=function(r,e,t,n){var a,s,l,i=new this.State(r,e,t,n);for(this.tokenize(i),s=this.ruler2.getRules(""),l=s.length,a=0;a<l;a++)s[a](i)},Kt.prototype.State=qu;var zu=Kt,An,Ea;function Nu(){return Ea||(Ea=1,An=function(r){var e={};r=r||{},e.src_Any=G0().source,e.src_Cc=W0().source,e.src_Z=K0().source,e.src_P=un.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");var t="[><|]";return e.src_pseudo_letter="(?:(?!"+t+"|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|"+t+"|"+e.src_ZPCc+")(?!"+(r["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+t+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(r["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy="(^|"+t+'|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}),An}function Tn(r){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(t){t&&Object.keys(t).forEach(function(n){r[n]=t[n]})}),r}function Br(r){return Object.prototype.toString.call(r)}function Lu(r){return Br(r)==="[object String]"}function Ru(r){return Br(r)==="[object Object]"}function Fu(r){return Br(r)==="[object RegExp]"}function Aa(r){return Br(r)==="[object Function]"}function Iu(r){return r.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var Ta={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Pu(r){return Object.keys(r||{}).reduce(function(e,t){return e||Ta.hasOwnProperty(t)},!1)}var Ou={"http:":{validate:function(r,e,t){var n=r.slice(e);return t.re.http||(t.re.http=new RegExp("^\\/\\/"+t.re.src_auth+t.re.src_host_port_strict+t.re.src_path,"i")),t.re.http.test(n)?n.match(t.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(r,e,t){var n=r.slice(e);return t.re.no_http||(t.re.no_http=new RegExp("^"+t.re.src_auth+"(?:localhost|(?:(?:"+t.re.src_domain+")\\.)+"+t.re.src_domain_root+")"+t.re.src_port+t.re.src_host_terminator+t.re.src_path,"i")),t.re.no_http.test(n)?e>=3&&r[e-3]===":"||e>=3&&r[e-3]==="/"?0:n.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(r,e,t){var n=r.slice(e);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(n)?n.match(t.re.mailto)[0].length:0}}},$u="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",Hu="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function ju(r){r.__index__=-1,r.__text_cache__=""}function Uu(r){return function(e,t){var n=e.slice(t);return r.test(n)?n.match(r)[0].length:0}}function Ba(){return function(r,e){e.normalize(r)}}function Mr(r){var e=r.re=Nu()(r.__opts__),t=r.__tlds__.slice();r.onCompile(),r.__tlds_replaced__||t.push($u),t.push(e.src_xn),e.src_tlds=t.join("|");function n(i){return i.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(n(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(n(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(n(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(n(e.tpl_host_fuzzy_test),"i");var a=[];r.__compiled__={};function s(i,c){throw new Error('(LinkifyIt) Invalid schema "'+i+'": '+c)}Object.keys(r.__schemas__).forEach(function(i){var c=r.__schemas__[i];if(c!==null){var d={validate:null,link:null};if(r.__compiled__[i]=d,Ru(c)){Fu(c.validate)?d.validate=Uu(c.validate):Aa(c.validate)?d.validate=c.validate:s(i,c),Aa(c.normalize)?d.normalize=c.normalize:c.normalize?s(i,c):d.normalize=Ba();return}if(Lu(c)){a.push(i);return}s(i,c)}}),a.forEach(function(i){r.__compiled__[r.__schemas__[i]]&&(r.__compiled__[i].validate=r.__compiled__[r.__schemas__[i]].validate,r.__compiled__[i].normalize=r.__compiled__[r.__schemas__[i]].normalize)}),r.__compiled__[""]={validate:null,normalize:Ba()};var l=Object.keys(r.__compiled__).filter(function(i){return i.length>0&&r.__compiled__[i]}).map(Iu).join("|");r.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+l+")","i"),r.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+l+")","ig"),r.re.schema_at_start=RegExp("^"+r.re.schema_search.source,"i"),r.re.pretest=RegExp("("+r.re.schema_test.source+")|("+r.re.host_fuzzy_test.source+")|@","i"),ju(r)}function Gu(r,e){var t=r.__index__,n=r.__last_index__,a=r.__text_cache__.slice(t,n);this.schema=r.__schema__.toLowerCase(),this.index=t+e,this.lastIndex=n+e,this.raw=a,this.text=a,this.url=a}function Bn(r,e){var t=new Gu(r,e);return r.__compiled__[t.schema].normalize(t,r),t}function Me(r,e){if(!(this instanceof Me))return new Me(r,e);e||Pu(r)&&(e=r,r={}),this.__opts__=Tn({},Ta,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Tn({},Ou,r),this.__compiled__={},this.__tlds__=Hu,this.__tlds_replaced__=!1,this.re={},Mr(this)}Me.prototype.add=function(e,t){return this.__schemas__[e]=t,Mr(this),this},Me.prototype.set=function(e){return this.__opts__=Tn(this.__opts__,e),this},Me.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,a,s,l,i,c,d,f;if(this.re.schema_test.test(e)){for(c=this.re.schema_search,c.lastIndex=0;(t=c.exec(e))!==null;)if(s=this.testSchemaAt(e,t[2],c.lastIndex),s){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+s;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(d=e.search(this.re.host_fuzzy_test),d>=0&&(this.__index__<0||d<this.__index__)&&(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(l=n.index+n[1].length,(this.__index__<0||l<this.__index__)&&(this.__schema__="",this.__index__=l,this.__last_index__=n.index+n[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(f=e.indexOf("@"),f>=0&&(a=e.match(this.re.email_fuzzy))!==null&&(l=a.index+a[1].length,i=a.index+a[0].length,(this.__index__<0||l<this.__index__||l===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=l,this.__last_index__=i))),this.__index__>=0},Me.prototype.pretest=function(e){return this.re.pretest.test(e)},Me.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},Me.prototype.match=function(e){var t=0,n=[];this.__index__>=0&&this.__text_cache__===e&&(n.push(Bn(this,t)),t=this.__last_index__);for(var a=t?e.slice(t):e;this.test(a);)n.push(Bn(this,t)),a=a.slice(this.__last_index__),t+=this.__last_index__;return n.length?n:null},Me.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var t=this.re.schema_at_start.exec(e);if(!t)return null;var n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,Bn(this,0)):null},Me.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(n,a,s){return n!==s[a-1]}).reverse(),Mr(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Mr(this),this)},Me.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)},Me.prototype.onCompile=function(){};var Zu=Me;const Pt=2147483647,Ze=36,Mn=1,Jt=26,Wu=38,Yu=700,Ma=72,Va=128,Da="-",Xu=/^xn--/,Ku=/[^\0-\x7F]/,Ju=/[\x2E\u3002\uFF0E\uFF61]/g,Qu={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Vn=Ze-Mn,We=Math.floor,Dn=String.fromCharCode;function pt(r){throw new RangeError(Qu[r])}function e1(r,e){const t=[];let n=r.length;for(;n--;)t[n]=e(r[n]);return t}function qa(r,e){const t=r.split("@");let n="";t.length>1&&(n=t[0]+"@",r=t[1]),r=r.replace(Ju,".");const a=r.split("."),s=e1(a,e).join(".");return n+s}function qn(r){const e=[];let t=0;const n=r.length;for(;t<n;){const a=r.charCodeAt(t++);if(a>=55296&&a<=56319&&t<n){const s=r.charCodeAt(t++);(s&64512)==56320?e.push(((a&1023)<<10)+(s&1023)+65536):(e.push(a),t--)}else e.push(a)}return e}const za=r=>String.fromCodePoint(...r),t1=function(r){return r>=48&&r<58?26+(r-48):r>=65&&r<91?r-65:r>=97&&r<123?r-97:Ze},Na=function(r,e){return r+22+75*(r<26)-((e!=0)<<5)},La=function(r,e,t){let n=0;for(r=t?We(r/Yu):r>>1,r+=We(r/e);r>Vn*Jt>>1;n+=Ze)r=We(r/Vn);return We(n+(Vn+1)*r/(r+Wu))},zn=function(r){const e=[],t=r.length;let n=0,a=Va,s=Ma,l=r.lastIndexOf(Da);l<0&&(l=0);for(let i=0;i<l;++i)r.charCodeAt(i)>=128&&pt("not-basic"),e.push(r.charCodeAt(i));for(let i=l>0?l+1:0;i<t;){const c=n;for(let f=1,p=Ze;;p+=Ze){i>=t&&pt("invalid-input");const b=t1(r.charCodeAt(i++));b>=Ze&&pt("invalid-input"),b>We((Pt-n)/f)&&pt("overflow"),n+=b*f;const g=p<=s?Mn:p>=s+Jt?Jt:p-s;if(b<g)break;const k=Ze-g;f>We(Pt/k)&&pt("overflow"),f*=k}const d=e.length+1;s=La(n-c,d,c==0),We(n/d)>Pt-a&&pt("overflow"),a+=We(n/d),n%=d,e.splice(n++,0,a)}return String.fromCodePoint(...e)},Nn=function(r){const e=[];r=qn(r);const t=r.length;let n=Va,a=0,s=Ma;for(const c of r)c<128&&e.push(Dn(c));const l=e.length;let i=l;for(l&&e.push(Da);i<t;){let c=Pt;for(const f of r)f>=n&&f<c&&(c=f);const d=i+1;c-n>We((Pt-a)/d)&&pt("overflow"),a+=(c-n)*d,n=c;for(const f of r)if(f<n&&++a>Pt&&pt("overflow"),f===n){let p=a;for(let b=Ze;;b+=Ze){const g=b<=s?Mn:b>=s+Jt?Jt:b-s;if(p<g)break;const k=p-g,C=Ze-g;e.push(Dn(Na(g+k%C,0))),p=We(k/C)}e.push(Dn(Na(p,0))),s=La(a,d,i===l),a=0,++i}++a,++n}return e.join("")},Ra=function(r){return qa(r,function(e){return Xu.test(e)?zn(e.slice(4).toLowerCase()):e})},Fa=function(r){return qa(r,function(e){return Ku.test(e)?"xn--"+Nn(e):e})},r1=Di(Object.freeze(Object.defineProperty({__proto__:null,decode:zn,default:{version:"2.1.0",ucs2:{decode:qn,encode:za},decode:zn,encode:Nn,toASCII:Fa,toUnicode:Ra},encode:Nn,toASCII:Fa,toUnicode:Ra,ucs2decode:qn,ucs2encode:za},Symbol.toStringTag,{value:"Module"})));var n1={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},o1={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},a1={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Qt=te,s1=xr,l1=rc,i1=Ec,c1=ou,u1=zu,d1=Zu,St=Lt,Ia=r1,h1={default:n1,zero:o1,commonmark:a1},f1=/^(vbscript|javascript|file|data):/,p1=/^data:image\/(gif|png|jpeg|webp);/;function m1(r){var e=r.trim().toLowerCase();return f1.test(e)?!!p1.test(e):!0}var Pa=["http:","https:","mailto:"];function g1(r){var e=St.parse(r,!0);if(e.hostname&&(!e.protocol||Pa.indexOf(e.protocol)>=0))try{e.hostname=Ia.toASCII(e.hostname)}catch{}return St.encode(St.format(e))}function b1(r){var e=St.parse(r,!0);if(e.hostname&&(!e.protocol||Pa.indexOf(e.protocol)>=0))try{e.hostname=Ia.toUnicode(e.hostname)}catch{}return St.decode(St.format(e),St.decode.defaultChars+"%")}function qe(r,e){if(!(this instanceof qe))return new qe(r,e);e||Qt.isString(r)||(e=r||{},r="default"),this.inline=new u1,this.block=new c1,this.core=new i1,this.renderer=new l1,this.linkify=new d1,this.validateLink=m1,this.normalizeLink=g1,this.normalizeLinkText=b1,this.utils=Qt,this.helpers=Qt.assign({},s1),this.options={},this.configure(r),e&&this.set(e)}qe.prototype.set=function(r){return Qt.assign(this.options,r),this},qe.prototype.configure=function(r){var e=this,t;if(Qt.isString(r)&&(t=r,r=h1[t],!r))throw new Error('Wrong `markdown-it` preset "'+t+'", check name');if(!r)throw new Error("Wrong `markdown-it` preset, can't be empty");return r.options&&e.set(r.options),r.components&&Object.keys(r.components).forEach(function(n){r.components[n].rules&&e[n].ruler.enableOnly(r.components[n].rules),r.components[n].rules2&&e[n].ruler2.enableOnly(r.components[n].rules2)}),this},qe.prototype.enable=function(r,e){var t=[];Array.isArray(r)||(r=[r]),["core","block","inline"].forEach(function(a){t=t.concat(this[a].ruler.enable(r,!0))},this),t=t.concat(this.inline.ruler2.enable(r,!0));var n=r.filter(function(a){return t.indexOf(a)<0});if(n.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},qe.prototype.disable=function(r,e){var t=[];Array.isArray(r)||(r=[r]),["core","block","inline"].forEach(function(a){t=t.concat(this[a].ruler.disable(r,!0))},this),t=t.concat(this.inline.ruler2.disable(r,!0));var n=r.filter(function(a){return t.indexOf(a)<0});if(n.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},qe.prototype.use=function(r){var e=[this].concat(Array.prototype.slice.call(arguments,1));return r.apply(r,e),this},qe.prototype.parse=function(r,e){if(typeof r!="string")throw new Error("Input data should be a String");var t=new this.core.State(r,this,e);return this.core.process(t),t.tokens},qe.prototype.render=function(r,e){return e=e||{},this.renderer.render(this.parse(r,e),this.options,e)},qe.prototype.parseInline=function(r,e){var t=new this.core.State(r,this,e);return t.inlineMode=!0,this.core.process(t),t.tokens},qe.prototype.renderInline=function(r,e){return e=e||{},this.renderer.render(this.parseInline(r,e),this.options,e)};var y1=qe,v1=y1;const x1=Vi(v1);var k1=new x1({breaks:!0,linkify:!0,typographer:!0});function Ye(r){return k1.render(r)}const w1=["width","height","viewBox"],_1=["d"],re=o.defineComponent({__name:"EpIcon",props:{size:{default:32},viewBox:{default:"0 0 24 24"},iconPath:{},extraClass:{}},setup(r){const e=r,{size:t,viewBox:n,iconPath:a,extraClass:s}=o.toRefs(e);return(l,i)=>(o.openBlock(),o.createElementBlock("svg",{width:o.unref(t),height:o.unref(t),viewBox:o.unref(n),color:"currentColor",fill:"currentColor",class:o.normalizeClass(`inline ${o.unref(s)}`)},[o.createElementVNode("path",{d:o.unref(a)},null,8,_1)],10,w1))}}),Ln=Object.freeze(Object.defineProperty({__proto__:null,default:re},Symbol.toStringTag,{value:"Module"})),C1={bgprimary:"bg-primary",borderprimary:"border border-solid border-primary",fillprimary:"fill-primary",textprimary:"text-primary",bgprimarylight:"bg-primary-light",borderprimarylight:"border border-solid border-primary-light",fillprimarylight:"fill-primary-light",textprimarylight:"text-primary-light",bgprimarydark:"bg-primary-dark",borderprimarydark:"border border-solid border-primary-dark",fillprimarydark:"fill-primary-dark",textprimarydark:"text-primary-dark",bgsecondary:"bg-secondary",bordersecondary:"border border-solid border-secondary",fillsecondary:"fill-secondary",textsecondary:"text-secondary",bgsecondarylight:"bg-secondary-light",bordersecondarylight:"border border-solid border-secondary-light",fillsecondarylight:"fill-secondary-light",textsecondarylight:"text-secondary-light",bgsecondarydark:"bg-secondary-dark",bordersecondarydark:"border border-solid border-secondary-dark",fillsecondarydark:"fill-secondary-dark",textsecondarydark:"text-secondary-dark",bgaccent:"bg-accent",borderaccent:"border border-solid border-accent",fillaccent:"fill-accent",textaccent:"text-accent",bgaccentlight:"bg-accent-light",borderaccentlight:"border border-solid border-accent-light",fillaccentlight:"fill-accent-light",textaccentlight:"text-accent-light",bgaccentdark:"bg-accent-dark",borderaccentdark:"border border-solid border-accent-dark",fillaccentdark:"fill-accent-dark",textaccentdark:"text-accent-dark",bgerror:"bg-error",bordererror:"border border-solid border-error",fillerror:"fill-error",texterror:"text-error",bgerrorlight:"bg-error-light",bordererrorlight:"border border-solid border-error-light",fillerrorlight:"fill-error-light",texterrorlight:"text-error-light",bgerrordark:"bg-error-dark",bordererrordark:"border border-solid border-error-dark",fillerrordark:"fill-error-dark",texterrordark:"text-error-dark",bgwarning:"bg-warning",borderwarning:"border border-solid border-warning",fillwarning:"fill-warning",textwarning:"text-warning",bgwarninglight:"bg-warning-light",borderwarninglight:"border border-solid border-warning-light",fillwarninglight:"fill-warning-light",textwarninglight:"text-warning-light",bgwarningdark:"bg-warning-dark",borderwarningdark:"border border-solid border-warning-dark",fillwarningdark:"fill-warning-dark",textwarningdark:"text-warning-dark",bgsuccess:"bg-success",bordersuccess:"border border-solid border-success",fillsuccess:"fill-success",textsuccess:"text-success",bgsuccesslight:"bg-success-light",bordersuccesslight:"border border-solid border-success-light",fillsuccesslight:"fill-success-light",textsuccesslight:"text-success-light",bgsuccessdark:"bg-success-dark",bordersuccessdark:"border border-solid border-success-dark",fillsuccessdark:"fill-success-dark",textsuccessdark:"text-success-dark",bginfo:"bg-info",borderinfo:"border border-solid border-info",fillinfo:"fill-info",textinfo:"text-info",bginfolight:"bg-info-light",borderinfolight:"border border-solid border-info-light",fillinfolight:"fill-info-light",textinfolight:"text-info-light",bginfodark:"bg-info-dark",borderinfodark:"border border-solid border-info-dark",fillinfodark:"fill-info-dark",textinfodark:"text-info-dark",bgquestion:"bg-question",borderquestion:"border border-solid border-question",fillquestion:"fill-question",textquestion:"text-question",bgquestionlight:"bg-question-light",borderquestionlight:"border border-solid border-question-light",fillquestionlight:"fill-question-light",textquestionlight:"text-question-light",bgquestiondark:"bg-question-dark",borderquestiondark:"border border-solid border-question-dark",fillquestiondark:"fill-question-dark",textquestiondark:"text-question-dark",bgtip:"bg-tip",bordertip:"border border-solid border-tip",filltip:"fill-tip",texttip:"text-tip",bgtiplight:"bg-tip-light",bordertiplight:"border border-solid border-tip-light",filltiplight:"fill-tip-light",texttiplight:"text-tip-light",bgtipdark:"bg-tip-dark",bordertipdark:"border border-solid border-tip-dark",filltipdark:"fill-tip-dark",texttipdark:"text-tip-dark",bgwhite:"bg-white",fillwhite:"fill-white",textwhite:"text-white",borderwhite:"border border-solid border-white",bgblack:"bg-black",fillblack:"fill-black",borderblack:"border border-solid border-black",textblack:"text-black",bgbase:"bg-gray-500",bgbaselight:"bg-gray-200",fillbase:"fill-gray-500",borderbase:"border border-solid border-gray-500",textbase:"text-gray-500"};function Oe(r,e){const n=`${r}${e}`.replace(/-/g,"");return C1[n]}const S1={base:{default:"bg-gray-100 text-black",outlined:"border-gray-100 border text-black"},primary:{default:"bg-primary text-white",outlined:"border-primary border text-primary"},secondary:{default:"bg-secondary text-white",outlined:"border-secondary border text-secondary"},accent:{default:"bg-accent text-white",outlined:"border-accent border text-accent"},warning:{default:"bg-warning text-white",outlined:"border-warning border text-warning"},success:{default:"bg-success text-white",outlined:"border-success border text-success"},error:{default:"bg-error text-white",outlined:"border-error border text-error"},info:{default:"bg-info text-white",outlined:"border-info border text-info"},question:{default:"bg-question text-white",outlined:"border-question border text-question"},tip:{default:"bg-tip text-white",outlined:"border-tip border text-tip"}},E1=r=>(o.pushScopeId("data-v-ab122c9c"),r=r(),o.popScopeId(),r),A1={class:"text-lg"},T1=[E1(()=>o.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 6v12m6-6H6"},null,-1))],B1={class:"py-4"},M1=o.defineComponent({__name:"EpAccordeon",props:{title:{default:"En savoir plus"},type:{default:"base"},icon:{},open:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1}},setup(r){const e=r,t=o.ref(e.open),n=o.ref(),a=o.computed(()=>e.outlined?"outlined":"default"),s=o.computed(()=>{var f;return`flex justify-between items-center px-4 py-2 cursor-pointer ${(f=S1[e.type])==null?void 0:f[a.value]}`}),l=o.computed(()=>`px-4 ${Oe("bg",e.type+"light")}`);o.onMounted(()=>{var f=n.value;e.open&&(f.style.maxHeight=f.scrollHeight+"px")});function i(){t.value=!t.value;var f=n.value;f.style.maxHeight?f.style.maxHeight=null:f.style.maxHeight=f.scrollHeight+"px",f.style.transition||(f.style.transition="max-height 0.2s ease-out")}const{title:c,icon:d}=o.toRefs(e);return(f,p)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("div",{class:o.normalizeClass(s.value),onClick:i},[o.createElementVNode("h3",A1,[o.unref(d)?(o.openBlock(),o.createBlock(re,{key:0,"icon-path":o.unref(d)},null,8,["icon-path"])):o.createCommentVNode("",!0),o.createTextVNode(" "+o.toDisplayString(o.unref(c)),1)]),(o.openBlock(),o.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:o.normalizeClass(`mx-4 my-3 h-6 w-6 transition-all duration-200 ${t.value?"rotate-45":""}`)},T1,2))],2),o.createElementVNode("div",{ref_key:"collapsible",ref:n,class:o.normalizeClass(`${l.value} content`)},[o.createElementVNode("div",B1,[o.renderSlot(f.$slots,"default",{},void 0,!0)])],2)]))}}),SX="",Et=(r,e)=>{const t=r.__vccOpts||r;for(const[n,a]of e)t[n]=a;return t},Vr=Et(M1,[["__scopeId","data-v-ab122c9c"]]),Rn=Object.freeze(Object.defineProperty({__proto__:null,default:Vr},Symbol.toStringTag,{value:"Module"})),Oa=o.defineComponent({__name:"EpText",props:{glossary:{},content:{},title:{},compact:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>e.title?e.title:"En savoir plus"),n=o.computed(()=>{if(!e.content)return"<div>no data</div>";if(!je(e.content))return Ye(e.content);const l=document.createElement("DIV");l.innerHTML=e.content.trim();let i=l.outerHTML;const c=l.querySelectorAll(".ep_glossary_item");return c.length>0&&c.forEach(d=>{const f=d.getAttribute("data-id"),p=d.innerHTML;let b=[];e.glossary&&(b=e.glossary);const g=b.find(k=>k.id===f);if(g){const k=d.outerHTML,C=b.filter(N=>N.relation.some(B=>B==f)),w=C.map(N=>N.id),S=C.map(N=>N.term),E=g.variation,T=g.src?g.src:"",V=` <EpTerm term="${g.term}" word="${p}" variations="${E}" graminfo="${g.graminfo}" src='${T}' domain="${g.domain}" relations="${S}" idrelation="${w}"> ${g.definition} </EpTerm> `;i=i.replace(k,V)}}),l.innerHTML=i,l.innerHTML}),a=()=>{const l={components:{epterm:o.defineAsyncComponent(()=>Promise.resolve().then(()=>on))},template:`<div>${n.value}</div>`};return o.h(l)},{compact:s}=o.toRefs(e);return(l,i)=>(o.openBlock(),o.createElementBlock("div",null,[o.unref(s)?(o.openBlock(),o.createBlock(Vr,{key:1,outlined:"",title:t.value},{default:o.withCtx(()=>[o.createVNode(a)]),_:1},8,["title"])):(o.openBlock(),o.createBlock(a,{key:0}))]))}}),Fn=Object.freeze(Object.defineProperty({__proto__:null,default:Oa},Symbol.toStringTag,{value:"Module"}));function V1(r){return o.getCurrentScope()?(o.onScopeDispose(r),!0):!1}function ot(r){return typeof r=="function"?r():o.unref(r)}const $a=typeof window<"u"&&typeof document<"u",D1=Object.prototype.toString,q1=r=>D1.call(r)==="[object Object]",er=()=>{},z1=N1();function N1(){var r;return $a&&((r=window==null?void 0:window.navigator)==null?void 0:r.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent)}function In(r,e=!1,t="Timeout"){return new Promise((n,a)=>{setTimeout(e?()=>a(t):n,r)})}function Pn(r,e=!1){function t(p,{flush:b="sync",deep:g=!1,timeout:k,throwOnTimeout:C}={}){let w=null;const E=[new Promise(T=>{w=o.watch(r,V=>{p(V)!==e&&(w==null||w(),T(V))},{flush:b,deep:g,immediate:!0})})];return k!=null&&E.push(In(k,C).then(()=>ot(r)).finally(()=>w==null?void 0:w())),Promise.race(E)}function n(p,b){if(!o.isRef(p))return t(V=>V===p,b);const{flush:g="sync",deep:k=!1,timeout:C,throwOnTimeout:w}=b??{};let S=null;const T=[new Promise(V=>{S=o.watch([r,p],([N,B])=>{e!==(N===B)&&(S==null||S(),V(N))},{flush:g,deep:k,immediate:!0})})];return C!=null&&T.push(In(C,w).then(()=>ot(r)).finally(()=>(S==null||S(),ot(r)))),Promise.race(T)}function a(p){return t(b=>!!b,p)}function s(p){return n(null,p)}function l(p){return n(void 0,p)}function i(p){return t(Number.isNaN,p)}function c(p,b){return t(g=>{const k=Array.from(g);return k.includes(p)||k.includes(ot(p))},b)}function d(p){return f(1,p)}function f(p=1,b){let g=-1;return t(()=>(g+=1,g>=p),b)}return Array.isArray(ot(r))?{toMatch:t,toContains:c,changed:d,changedTimes:f,get not(){return Pn(r,!e)}}:{toMatch:t,toBe:n,toBeTruthy:a,toBeNull:s,toBeNaN:i,toBeUndefined:l,changed:d,changedTimes:f,get not(){return Pn(r,!e)}}}function L1(r){return Pn(r)}function tr(r){var e;const t=ot(r);return(e=t==null?void 0:t.$el)!=null?e:t}const Ha=$a?window:void 0;function Dr(...r){let e,t,n,a;if(typeof r[0]=="string"||Array.isArray(r[0])?([t,n,a]=r,e=Ha):[e,t,n,a]=r,!e)return er;Array.isArray(t)||(t=[t]),Array.isArray(n)||(n=[n]);const s=[],l=()=>{s.forEach(f=>f()),s.length=0},i=(f,p,b,g)=>(f.addEventListener(p,b,g),()=>f.removeEventListener(p,b,g)),c=o.watch(()=>[tr(e),ot(a)],([f,p])=>{if(l(),!f)return;const b=q1(p)?{...p}:p;s.push(...t.flatMap(g=>n.map(k=>i(f,g,k,b))))},{immediate:!0,flush:"post"}),d=()=>{c(),l()};return V1(d),d}let ja=!1;function R1(r,e,t={}){const{window:n=Ha,ignore:a=[],capture:s=!0,detectIframe:l=!1}=t;if(!n)return;z1&&!ja&&(ja=!0,Array.from(n.document.body.children).forEach(b=>b.addEventListener("click",er)),n.document.documentElement.addEventListener("click",er));let i=!0;const c=b=>a.some(g=>{if(typeof g=="string")return Array.from(n.document.querySelectorAll(g)).some(k=>k===b.target||b.composedPath().includes(k));{const k=tr(g);return k&&(b.target===k||b.composedPath().includes(k))}}),f=[Dr(n,"click",b=>{const g=tr(r);if(!(!g||g===b.target||b.composedPath().includes(g))){if(b.detail===0&&(i=!c(b)),!i){i=!0;return}e(b)}},{passive:!0,capture:s}),Dr(n,"pointerdown",b=>{const g=tr(r);g&&(i=!b.composedPath().includes(g)&&!c(b))},{passive:!0}),l&&Dr(n,"blur",b=>{setTimeout(()=>{var g;const k=tr(r);((g=n.document.activeElement)==null?void 0:g.tagName)==="IFRAME"&&!(k!=null&&k.contains(n.document.activeElement))&&e(b)},0)})].filter(Boolean);return()=>f.forEach(b=>b())}function F1(r,e,t){const{immediate:n=!0,delay:a=0,onError:s=er,onSuccess:l=er,resetOnExecute:i=!0,shallow:c=!0,throwError:d}=t??{},f=c?o.shallowRef(e):o.ref(e),p=o.ref(!1),b=o.ref(!1),g=o.shallowRef(void 0);async function k(S=0,...E){i&&(f.value=e),g.value=void 0,p.value=!1,b.value=!0,S>0&&await In(S);const T=typeof r=="function"?r(...E):r;try{const V=await T;f.value=V,p.value=!0,l(V)}catch(V){if(g.value=V,s(V),d)throw V}finally{b.value=!1}return f.value}n&&k(a);const C={state:f,isReady:p,isLoading:b,error:g,execute:k};function w(){return new Promise((S,E)=>{L1(b).toBe(!1).then(()=>S(C)).catch(E)})}return{...C,then(S,E){return w().then(S,E)}}}async function I1(r){return new Promise((e,t)=>{const n=new Image,{src:a,srcset:s,sizes:l,class:i,loading:c,crossorigin:d,referrerPolicy:f}=r;n.src=a,s&&(n.srcset=s),l&&(n.sizes=l),i&&(n.className=i),c&&(n.loading=c),d&&(n.crossOrigin=d),f&&(n.referrerPolicy=f),n.onload=()=>e(n),n.onerror=t})}function P1(r,e={}){const t=F1(()=>I1(ot(r)),void 0,{resetOnExecute:!0,...e});return o.watch(()=>ot(r),()=>t.execute(e.delay),{deep:!0}),t}const O1={compact:"p-0",default:"p-4",comfortable:"p-8"},$1=["src"],H1={key:0,class:"mb-2 flex items-center justify-between"},j1={class:"text-2xl font-bold"},U1={key:0},rr=o.defineComponent({__name:"EpCard",props:{title:{default:null},subtitle:{default:null},outlined:{type:Boolean,default:!1},flat:{type:Boolean,default:!1},icon:{default:null},color:{default:null},src:{default:null},maxWidth:{default:"max-w-full"},density:{default:"default"}},setup(r){const e=r,t=o.computed(()=>e.flat?"":"shadow-lg"),n=o.computed(()=>e.outlined&&e.color?`border solid ${Oe("border",e.color)}`:e.outlined?"border solid border-grey-700":""),a=o.computed(()=>e.color&&!e.outlined?`${Oe("bg",e.color)}`:"bg-white text-black"),s=o.computed(()=>e.color&&!e.outlined?"text-white":"text-gray-600"),l=o.computed(()=>O1[e.density]),i=o.computed(()=>`${t.value} ${n.value} ${a.value} ${e.maxWidth} my-4 `),{title:c,subtitle:d,icon:f,src:p,density:b}=o.toRefs(e);return(g,k)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(`${i.value} rounded-md`)},[o.unref(p)?(o.openBlock(),o.createElementBlock("img",{key:0,src:o.unref(p),class:"w-full rounded-t-md",alt:"header card"},null,8,$1)):o.createCommentVNode("",!0),o.createElementVNode("div",{class:o.normalizeClass(l.value)},[o.unref(c)||o.unref(d)?(o.openBlock(),o.createElementBlock("div",H1,[o.createElementVNode("div",null,[o.createElementVNode("h3",j1,o.toDisplayString(o.unref(c)),1),o.createElementVNode("h4",{class:o.normalizeClass(`text-xs ${s.value}`)},o.toDisplayString(o.unref(d)),3)]),o.unref(f)?(o.openBlock(),o.createElementBlock("div",U1,[o.createVNode(re,{"icon-path":o.unref(f)},null,8,["icon-path"])])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.renderSlot(g.$slots,"card-header"),o.renderSlot(g.$slots,"default"),o.renderSlot(g.$slots,"card-actions")],2)],2))}}),On=Object.freeze(Object.defineProperty({__proto__:null,default:rr},Symbol.toStringTag,{value:"Module"})),G1=["onClick"],Z1={class:"mx-auto"},nr=o.defineComponent({__name:"EpModal",props:{modelValue:{type:Boolean,default:!1},title:{default:null},subtitle:{default:null},icon:{default:null},persistent:{type:Boolean,default:!1},size:{default:"default"}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,n={compact:"w-[45%]",default:"w-[75%]",comfortable:"w-[85%]"},a=()=>{t.persistent||e("update:modelValue",!1)},s=o.computed(()=>n[t.size]),{title:l,subtitle:i,icon:c}=o.toRefs(t);return(d,f)=>(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"modal"},{default:o.withCtx(()=>[d.modelValue?(o.openBlock(),o.createElementBlock("div",{key:0,class:"modal-mask",onClick:o.withModifiers(a,["self"])},[o.createElementVNode("div",{class:o.normalizeClass(`modal-container ${s.value} max-h-screen overflow-auto`)},[o.createElementVNode("div",Z1,[o.createVNode(rr,{title:o.unref(l),subtitle:o.unref(i),icon:o.unref(c)},{default:o.withCtx(()=>[o.renderSlot(d.$slots,"default")]),_:3},8,["title","subtitle","icon"])])],2)],8,G1)):o.createCommentVNode("",!0)]),_:3})]))}}),EX="",$n=Object.freeze(Object.defineProperty({__proto__:null,default:nr},Symbol.toStringTag,{value:"Module"}));var W1="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z",Y1="M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z",X1="M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z",K1="M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z",J1="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z",Q1="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z",Ua="M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z",Hn="M17.5 14.33C18.29 14.33 19.13 14.41 20 14.57V16.07C19.38 15.91 18.54 15.83 17.5 15.83C15.6 15.83 14.11 16.16 13 16.82V15.13C14.17 14.6 15.67 14.33 17.5 14.33M13 12.46C14.29 11.93 15.79 11.67 17.5 11.67C18.29 11.67 19.13 11.74 20 11.9V13.4C19.38 13.24 18.54 13.16 17.5 13.16C15.6 13.16 14.11 13.5 13 14.15M17.5 10.5C15.6 10.5 14.11 10.82 13 11.5V9.84C14.23 9.28 15.73 9 17.5 9C18.29 9 19.13 9.08 20 9.23V10.78C19.26 10.59 18.41 10.5 17.5 10.5M21 18.5V7C19.96 6.67 18.79 6.5 17.5 6.5C15.45 6.5 13.62 7 12 8V19.5C13.62 18.5 15.45 18 17.5 18C18.69 18 19.86 18.16 21 18.5M17.5 4.5C19.85 4.5 21.69 5 23 6V20.56C23 20.68 22.95 20.8 22.84 20.91C22.73 21 22.61 21.08 22.5 21.08C22.39 21.08 22.31 21.06 22.25 21.03C20.97 20.34 19.38 20 17.5 20C15.45 20 13.62 20.5 12 21.5C10.66 20.5 8.83 20 6.5 20C4.84 20 3.25 20.36 1.75 21.07C1.72 21.08 1.68 21.08 1.63 21.1C1.59 21.11 1.55 21.12 1.5 21.12C1.39 21.12 1.27 21.08 1.16 21C1.05 20.89 1 20.78 1 20.65V6C2.34 5 4.18 4.5 6.5 4.5C8.83 4.5 10.66 5 12 6C13.34 5 15.17 4.5 17.5 4.5Z",Ga="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M18 14L15.5 12.5L13 14V6H18V14Z",Za="M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1M15,20V7H5V20L10,17.82L15,20M15,5C16.11,5 17,5.9 17,7V23L10,20L3,23V7A2,2 0 0,1 5,5H15Z",ed="M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3Z",td="M22,5V7H17L13.53,12H16V14H14.46L18.17,22H15.97L15.04,20H6.38L5.35,22H3.1L7.23,14H7C6.55,14 6.17,13.7 6.04,13.3L2.87,3.84L3.82,3.5C4.34,3.34 4.91,3.63 5.08,4.15L7.72,12H12.1L15.57,7H12V5H22M9.5,14L7.42,18H14.11L12.26,14H9.5Z",rd="M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z",nd="M16,11.78L20.24,4.45L21.97,5.45L16.74,14.5L10.23,10.75L5.46,19H22V21H2V3H4V17.54L9.5,8L16,11.78Z",od="M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z",ad="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z",sd="M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",ld="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",id="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z",cd="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z",ud="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M8.6,16.6L13.2,12L8.6,7.4L10,6L16,12L10,18L8.6,16.6Z",dd="M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z",hd="M12.42,5.29C11.32,5.19 10.35,6 10.25,7.11L10,10H12.82V12H9.82L9.38,17.07C9.18,19.27 7.24,20.9 5.04,20.7C3.79,20.59 2.66,19.9 2,18.83L3.5,17.33C3.83,18.38 4.96,18.97 6,18.63C6.78,18.39 7.33,17.7 7.4,16.89L7.82,12H4.82V10H8L8.27,6.93C8.46,4.73 10.39,3.1 12.6,3.28C13.86,3.39 15,4.09 15.66,5.17L14.16,6.67C13.91,5.9 13.23,5.36 12.42,5.29M22,13.65L20.59,12.24L17.76,15.07L14.93,12.24L13.5,13.65L16.35,16.5L13.5,19.31L14.93,20.72L17.76,17.89L20.59,20.72L22,19.31L19.17,16.5L22,13.65Z",fd="M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H18A3,3 0 0,0 21,17V10C21,5 16.97,1 12,1Z",Wa="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z",Ya="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z",pd="M5 3C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H14.09C14.03 20.67 14 20.34 14 20C14 19.32 14.12 18.64 14.35 18H5L8.5 13.5L11 16.5L14.5 12L16.73 14.97C17.7 14.34 18.84 14 20 14C20.34 14 20.67 14.03 21 14.09V5C21 3.89 20.1 3 19 3H5M16.47 17.88L18.59 20L16.47 22.12L17.88 23.54L20 21.41L22.12 23.54L23.54 22.12L21.41 20L23.54 17.88L22.12 16.46L20 18.59L17.88 16.47L16.46 17.88Z",md="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",Xa="M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z",gd="M16.84,2.73C16.45,2.73 16.07,2.88 15.77,3.17L13.65,5.29L18.95,10.6L21.07,8.5C21.67,7.89 21.67,6.94 21.07,6.36L17.9,3.17C17.6,2.88 17.22,2.73 16.84,2.73M12.94,6L4.84,14.11L7.4,14.39L7.58,16.68L9.86,16.85L10.15,19.41L18.25,11.3M4.25,15.04L2.5,21.73L9.2,19.94L8.96,17.78L6.65,17.61L6.47,15.29",bd="M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63Z",yd="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z",Ka="M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z",Ja="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z",vd="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z",Qa="M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z";function xe(r){return je(r)?r:Ye(r)}const xd={key:0,class:"flex"},kd={key:0,class:"text-gray-200"},wd={key:1,class:"text-red-200"},_d=["src","alt"],Cd={key:3,class:"px-4 py-2"},Sd={class:"text-2xl font-bold"},Ed={class:"text-gray-500 text-sm mt-4"},Ad=["innerHTML"],Td={key:1,class:"relative group inline-block m-2"},Bd=["src","alt"],Md={class:"absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-white text-center"},Vd=["src","alt"],Dd={key:0,class:"px-4 py-2"},qd={class:"text-2xl font-bold"},zd={class:"text-gray-500 text-sm mt-4"},Nd=["innerHTML"],At=o.defineComponent({__name:"EpImg",props:{src:{},alt:{default:"Image snfas"},height:{},width:{},thumbnail:{type:Boolean,default:!1},caption:{},bib:{},title:{},noModal:{type:Boolean,default:!1},cols:{default:"basis-6/12"}},setup(r){const e=r,t=["basis-6/12","basis-1/12","basis-2/12","basis-3/12","basis-4/12","basis-5/12","basis-6/12","basis-7/12","basis-8/12","basis-9/12","basis-10/12","basis-11/12","basis-12/12"],n=o.computed(()=>t[+e.cols]),a=o.computed(()=>e.bib?xe(e.bib):""),s=o.ref(!1),l=()=>{e.noModal||(s.value=!s.value)},{isLoading:i,error:c}=P1({src:e.src}),{src:d,alt:f,title:p,caption:b,thumbnail:g,bib:k,noModal:C}=o.toRefs(e);return(w,S)=>(o.openBlock(),o.createElementBlock("div",null,[o.unref(g)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",xd,[o.createElementVNode("div",{class:o.normalizeClass(`mx-auto bg-white rounded-md overflow-hidden shadow-md ${n.value}`)},[o.unref(i)?(o.openBlock(),o.createElementBlock("span",kd,[o.createVNode(re,{"icon-path":o.unref(Ya),size:"250"},null,8,["icon-path"])])):o.unref(c)?(o.openBlock(),o.createElementBlock("span",wd,[o.createVNode(re,{"icon-path":o.unref(pd),size:"150"},null,8,["icon-path"])])):(o.openBlock(),o.createElementBlock("img",{key:2,class:"object-cover object-center w-full",src:o.unref(d),alt:o.unref(f),onClick:l},null,8,_d)),o.unref(p)||o.unref(b)||o.unref(k)?(o.openBlock(),o.createElementBlock("div",Cd,[o.createElementVNode("h2",Sd,o.toDisplayString(o.unref(p)),1),o.createElementVNode("p",Ed,o.toDisplayString(o.unref(b)),1),o.createElementVNode("div",{class:"text-gray-700 mt-4",innerHTML:a.value},null,8,Ad)])):o.createCommentVNode("",!0)],2)])),o.unref(g)?(o.openBlock(),o.createElementBlock("div",Td,[o.createElementVNode("img",{class:"w-36 h-36 object-cover object-center group-hover:opacity-30",src:o.unref(d),alt:o.unref(f)},null,8,Bd),o.createElementVNode("div",{class:"absolute top-0 left-0 w-36 h-36 bg-black opacity-0 transition-opacity duration-300 group-hover:opacity-30 cursor-pointer",onClick:l},[o.createElementVNode("div",Md,[o.createVNode(re,{"icon-path":o.unref(K1)},null,8,["icon-path"])])])])):o.createCommentVNode("",!0),o.createVNode(nr,{modelValue:s.value,"onUpdate:modelValue":S[0]||(S[0]=E=>s.value=E)},{default:o.withCtx(()=>[o.createElementVNode("img",{class:"object-cover object-center h-5/6 w-5/6 mx-auto",src:o.unref(d),alt:o.unref(f),onClick:l},null,8,Vd),o.unref(g)?(o.openBlock(),o.createElementBlock("div",Dd,[o.createElementVNode("h2",qd,o.toDisplayString(o.unref(p)),1),o.createElementVNode("p",zd,o.toDisplayString(o.unref(b)),1),o.createElementVNode("div",{class:"text-gray-700 mt-4",innerHTML:a.value},null,8,Nd)])):o.createCommentVNode("",!0)]),_:1},8,["modelValue"])]))}}),qr=Object.freeze(Object.defineProperty({__proto__:null,default:At},Symbol.toStringTag,{value:"Module"})),Ld={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Rd=[o.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)],zr=o.defineComponent({__name:"EpBadge",props:{color:{default:"primary"},outlined:{type:Boolean},square:{type:Boolean,default:!1},iconPath:{default:null}},setup(r){const e=r;return o.computed(()=>e.outlined?Oe("border",e.color):Oe("bg",e.color)),o.computed(()=>e.square?"":"rounded-full"),o.toRefs(e),(t,n)=>(o.openBlock(),o.createElementBlock("div",Ld,Rd))}}),jn=Object.freeze(Object.defineProperty({__proto__:null,default:zr},Symbol.toStringTag,{value:"Module"})),Fd={base:{default:"bg-gray-100 text-black hover:bg-gray-200",outlined:"bg-white ring-1 ring-grey-200 ring-inset text-black hover:bg-gray-200"},primary:{default:"bg-primary hover:bg-primary-light hover:text-primary-dark",outlined:"ring-1 ring-primary ring-inset text-primary hover:bg-primary-light hover:text-primary-dark"},secondary:{default:"bg-secondary hover:bg-secondary-light hover:text-secondary-dark",outlined:"ring-1 ring-secondary ring-inset text-secondary hover:bg-secondary-light hover:text-secondary-dark"},accent:{default:"bg-accent hover:bg-accent-light hover:text-accent-dark",outlined:"ring-1 ring-accent ring-inset text-accent hover:bg-accent-light hover:text-accent-dark"},info:{default:"bg-info hover:bg-info-light hover:text-info-dark",outlined:"ring-1 ring-info ring-inset text-info hover:bg-info-light hover:text-info-dark"},warning:{default:"bg-warning hover:bg-warning-light hover:text-warning-dark",outlined:"ring-1 ring-warning ring-inset text-warning hover:bg-warning-light hover:text-warning-dark"},success:{default:"bg-success hover:bg-success-light hover:text-success-dark",outlined:"ring-1 ring-success ring-inset text-success hover:bg-success-light hover:text-success-dark"},error:{default:"bg-error hover:bg-error-light hover:text-error-dark",outlined:"ring-1 ring-error ring-inset text-error hover:bg-error-light hover:text-error-dark"}},Id={small:"px-2 py-1 text-sm",medium:"px-4 py-2",large:"px-8 py-4 text-lg"},Pd=["disabled"],Od=["disabled","href"],Ce=o.defineComponent({__name:"EpBtn",props:{type:{default:"base"},disabled:{type:Boolean},block:{type:Boolean},rounded:{type:Boolean,default:!1},size:{default:"medium"},appendIcon:{default:null},prependIcon:{default:null},outlined:{type:Boolean},text:{type:Boolean,default:!1},color:{default:"text-black"},extraClass:{default:null},href:{}},setup(r){const e=r,t=o.computed(()=>e.outlined?"":e.color),n=o.computed(()=>e.outlined?"outlined":"default"),a=o.computed(()=>{var f;return e.text?`uppercase ${Oe("text",e.type)} hover:${Oe("bg",e.type+"light")}`:`${(f=Fd[e.type])==null?void 0:f[n.value]}`}),s=o.computed(()=>`
16
+ `),t=t.replace(oc,"�"),e.src=t},sc=function(e){var t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)},lc=function(e){var t=e.tokens,n,a,s;for(a=0,s=t.length;a<s;a++)n=t[a],n.type==="inline"&&e.md.inline.parse(n.content,e.md,e.env,n.children)},ic=te.arrayReplaceAt;function cc(r){return/^<a[>\s]/i.test(r)}function uc(r){return/^<\/a\s*>/i.test(r)}var dc=function(e){var t,n,a,s,l,i,c,d,f,p,b,g,k,S,_,C,E=e.tokens,T;if(e.md.options.linkify){for(n=0,a=E.length;n<a;n++)if(!(E[n].type!=="inline"||!e.md.linkify.pretest(E[n].content)))for(s=E[n].children,k=0,t=s.length-1;t>=0;t--){if(i=s[t],i.type==="link_close"){for(t--;s[t].level!==i.level&&s[t].type!=="link_open";)t--;continue}if(i.type==="html_inline"&&(cc(i.content)&&k>0&&k--,uc(i.content)&&k++),!(k>0)&&i.type==="text"&&e.md.linkify.test(i.content)){for(f=i.content,T=e.md.linkify.match(f),c=[],g=i.level,b=0,T.length>0&&T[0].index===0&&t>0&&s[t-1].type==="text_special"&&(T=T.slice(1)),d=0;d<T.length;d++)S=T[d].url,_=e.md.normalizeLink(S),e.md.validateLink(_)&&(C=T[d].text,T[d].schema?T[d].schema==="mailto:"&&!/^mailto:/i.test(C)?C=e.md.normalizeLinkText("mailto:"+C).replace(/^mailto:/,""):C=e.md.normalizeLinkText(C):C=e.md.normalizeLinkText("http://"+C).replace(/^http:\/\//,""),p=T[d].index,p>b&&(l=new e.Token("text","",0),l.content=f.slice(b,p),l.level=g,c.push(l)),l=new e.Token("link_open","a",1),l.attrs=[["href",_]],l.level=g++,l.markup="linkify",l.info="auto",c.push(l),l=new e.Token("text","",0),l.content=C,l.level=g,c.push(l),l=new e.Token("link_close","a",-1),l.level=--g,l.markup="linkify",l.info="auto",c.push(l),b=T[d].lastIndex);b<f.length&&(l=new e.Token("text","",0),l.content=f.slice(b),l.level=g,c.push(l)),E[n].children=s=ic(s,t,c)}}}},ea=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,hc=/\((c|tm|r)\)/i,fc=/\((c|tm|r)\)/ig,pc={c:"©",r:"®",tm:"™"};function mc(r,e){return pc[e.toLowerCase()]}function gc(r){var e,t,n=0;for(e=r.length-1;e>=0;e--)t=r[e],t.type==="text"&&!n&&(t.content=t.content.replace(fc,mc)),t.type==="link_open"&&t.info==="auto"&&n--,t.type==="link_close"&&t.info==="auto"&&n++}function bc(r){var e,t,n=0;for(e=r.length-1;e>=0;e--)t=r[e],t.type==="text"&&!n&&ea.test(t.content)&&(t.content=t.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),t.type==="link_open"&&t.info==="auto"&&n--,t.type==="link_close"&&t.info==="auto"&&n++}var yc=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(hc.test(e.tokens[t].content)&&gc(e.tokens[t].children),ea.test(e.tokens[t].content)&&bc(e.tokens[t].children))},ta=te.isWhiteSpace,ra=te.isPunctChar,na=te.isMdAsciiPunct,vc=/['"]/,oa=/['"]/g,aa="’";function kr(r,e,t){return r.slice(0,e)+t+r.slice(e+1)}function xc(r,e){var t,n,a,s,l,i,c,d,f,p,b,g,k,S,_,C,E,T,V,L,B;for(V=[],t=0;t<r.length;t++){for(n=r[t],c=r[t].level,E=V.length-1;E>=0&&!(V[E].level<=c);E--);if(V.length=E+1,n.type==="text"){a=n.content,l=0,i=a.length;e:for(;l<i&&(oa.lastIndex=l,s=oa.exec(a),!!s);){if(_=C=!0,l=s.index+1,T=s[0]==="'",f=32,s.index-1>=0)f=a.charCodeAt(s.index-1);else for(E=t-1;E>=0&&!(r[E].type==="softbreak"||r[E].type==="hardbreak");E--)if(r[E].content){f=r[E].content.charCodeAt(r[E].content.length-1);break}if(p=32,l<i)p=a.charCodeAt(l);else for(E=t+1;E<r.length&&!(r[E].type==="softbreak"||r[E].type==="hardbreak");E++)if(r[E].content){p=r[E].content.charCodeAt(0);break}if(b=na(f)||ra(String.fromCharCode(f)),g=na(p)||ra(String.fromCharCode(p)),k=ta(f),S=ta(p),S?_=!1:g&&(k||b||(_=!1)),k?C=!1:b&&(S||g||(C=!1)),p===34&&s[0]==='"'&&f>=48&&f<=57&&(C=_=!1),_&&C&&(_=b,C=g),!_&&!C){T&&(n.content=kr(n.content,s.index,aa));continue}if(C){for(E=V.length-1;E>=0&&(d=V[E],!(V[E].level<c));E--)if(d.single===T&&V[E].level===c){d=V[E],T?(L=e.md.options.quotes[2],B=e.md.options.quotes[3]):(L=e.md.options.quotes[0],B=e.md.options.quotes[1]),n.content=kr(n.content,s.index,B),r[d.token].content=kr(r[d.token].content,d.pos,L),l+=B.length-1,d.token===t&&(l+=L.length-1),a=n.content,i=a.length,V.length=E;continue e}}_?V.push({token:t,pos:s.index,single:T,level:c}):C&&T&&(n.content=kr(n.content,s.index,aa))}}}}var kc=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!vc.test(e.tokens[t].content)||xc(e.tokens[t].children,e)},wc=function(e){var t,n,a,s,l,i,c=e.tokens;for(t=0,n=c.length;t<n;t++)if(c[t].type==="inline"){for(a=c[t].children,l=a.length,s=0;s<l;s++)a[s].type==="text_special"&&(a[s].type="text");for(s=i=0;s<l;s++)a[s].type==="text"&&s+1<l&&a[s+1].type==="text"?a[s+1].content=a[s].content+a[s+1].content:(s!==i&&(a[i]=a[s]),i++);s!==i&&(a.length=i)}};function Ft(r,e,t){this.type=r,this.tag=e,this.attrs=null,this.map=null,this.nesting=t,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}Ft.prototype.attrIndex=function(e){var t,n,a;if(!this.attrs)return-1;for(t=this.attrs,n=0,a=t.length;n<a;n++)if(t[n][0]===e)return n;return-1},Ft.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},Ft.prototype.attrSet=function(e,t){var n=this.attrIndex(e),a=[e,t];n<0?this.attrPush(a):this.attrs[n]=a},Ft.prototype.attrGet=function(e){var t=this.attrIndex(e),n=null;return t>=0&&(n=this.attrs[t][1]),n},Ft.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};var gn=Ft,_c=gn;function sa(r,e,t){this.src=r,this.env=t,this.tokens=[],this.inlineMode=!1,this.md=e}sa.prototype.Token=_c;var Cc=sa,Sc=mn,bn=[["normalize",ac],["block",sc],["inline",lc],["linkify",dc],["replacements",yc],["smartquotes",kc],["text_join",wc]];function yn(){this.ruler=new Sc;for(var r=0;r<bn.length;r++)this.ruler.push(bn[r][0],bn[r][1])}yn.prototype.process=function(r){var e,t,n;for(n=this.ruler.getRules(""),e=0,t=n.length;e<t;e++)n[e](r)},yn.prototype.State=Cc;var Ec=yn,vn=te.isSpace;function xn(r,e){var t=r.bMarks[e]+r.tShift[e],n=r.eMarks[e];return r.src.slice(t,n)}function la(r){var e=[],t=0,n=r.length,a,s=!1,l=0,i="";for(a=r.charCodeAt(t);t<n;)a===124&&(s?(i+=r.substring(l,t-1),l=t):(e.push(i+r.substring(l,t)),i="",l=t+1)),s=a===92,t++,a=r.charCodeAt(t);return e.push(i+r.substring(l)),e}var Ac=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,S,_,C,E,T,V,L,B;if(t+2>n||(f=t+1,e.sCount[f]<e.blkIndent)||e.sCount[f]-e.blkIndent>=4||(i=e.bMarks[f]+e.tShift[f],i>=e.eMarks[f])||(L=e.src.charCodeAt(i++),L!==124&&L!==45&&L!==58)||i>=e.eMarks[f]||(B=e.src.charCodeAt(i++),B!==124&&B!==45&&B!==58&&!vn(B))||L===45&&vn(B))return!1;for(;i<e.eMarks[f];){if(s=e.src.charCodeAt(i),s!==124&&s!==45&&s!==58&&!vn(s))return!1;i++}for(l=xn(e,t+1),p=l.split("|"),k=[],c=0;c<p.length;c++){if(S=p[c].trim(),!S){if(c===0||c===p.length-1)continue;return!1}if(!/^:?-+:?$/.test(S))return!1;S.charCodeAt(S.length-1)===58?k.push(S.charCodeAt(0)===58?"center":"right"):S.charCodeAt(0)===58?k.push("left"):k.push("")}if(l=xn(e,t).trim(),l.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4||(p=la(l),p.length&&p[0]===""&&p.shift(),p.length&&p[p.length-1]===""&&p.pop(),b=p.length,b===0||b!==k.length))return!1;if(a)return!0;for(E=e.parentType,e.parentType="table",V=e.md.block.ruler.getRules("blockquote"),g=e.push("table_open","table",1),g.map=_=[t,0],g=e.push("thead_open","thead",1),g.map=[t,t+1],g=e.push("tr_open","tr",1),g.map=[t,t+1],c=0;c<p.length;c++)g=e.push("th_open","th",1),k[c]&&(g.attrs=[["style","text-align:"+k[c]]]),g=e.push("inline","",0),g.content=p[c].trim(),g.children=[],g=e.push("th_close","th",-1);for(g=e.push("tr_close","tr",-1),g=e.push("thead_close","thead",-1),f=t+2;f<n&&!(e.sCount[f]<e.blkIndent);f++){for(T=!1,c=0,d=V.length;c<d;c++)if(V[c](e,f,n,!0)){T=!0;break}if(T||(l=xn(e,f).trim(),!l)||e.sCount[f]-e.blkIndent>=4)break;for(p=la(l),p.length&&p[0]===""&&p.shift(),p.length&&p[p.length-1]===""&&p.pop(),f===t+2&&(g=e.push("tbody_open","tbody",1),g.map=C=[t+2,0]),g=e.push("tr_open","tr",1),g.map=[f,f+1],c=0;c<b;c++)g=e.push("td_open","td",1),k[c]&&(g.attrs=[["style","text-align:"+k[c]]]),g=e.push("inline","",0),g.content=p[c]?p[c].trim():"",g.children=[],g=e.push("td_close","td",-1);g=e.push("tr_close","tr",-1)}return C&&(g=e.push("tbody_close","tbody",-1),C[1]=f),g=e.push("table_close","table",-1),_[1]=f,e.parentType=E,e.line=f,!0},Tc=function(e,t,n){var a,s,l;if(e.sCount[t]-e.blkIndent<4)return!1;for(s=a=t+1;a<n;){if(e.isEmpty(a)){a++;continue}if(e.sCount[a]-e.blkIndent>=4){a++,s=a;continue}break}return e.line=s,l=e.push("code_block","code",0),l.content=e.getLines(t,s,4+e.blkIndent,!1)+`
17
+ `,l.map=[t,e.line],!0},Bc=function(e,t,n,a){var s,l,i,c,d,f,p,b=!1,g=e.bMarks[t]+e.tShift[t],k=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||g+3>k||(s=e.src.charCodeAt(g),s!==126&&s!==96)||(d=g,g=e.skipChars(g,s),l=g-d,l<3)||(p=e.src.slice(d,g),i=e.src.slice(g,k),s===96&&i.indexOf(String.fromCharCode(s))>=0))return!1;if(a)return!0;for(c=t;c++,!(c>=n||(g=d=e.bMarks[c]+e.tShift[c],k=e.eMarks[c],g<k&&e.sCount[c]<e.blkIndent));)if(e.src.charCodeAt(g)===s&&!(e.sCount[c]-e.blkIndent>=4)&&(g=e.skipChars(g,s),!(g-d<l)&&(g=e.skipSpaces(g),!(g<k)))){b=!0;break}return l=e.sCount[t],e.line=c+(b?1:0),f=e.push("fence","code",0),f.info=i,f.content=e.getLines(t+1,c,l,!0),f.markup=p,f.map=[t,e.line],!0},ia=te.isSpace,Mc=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,S,_,C,E,T,V,L,B,F,H,K=e.lineMax,Z=e.bMarks[t]+e.tShift[t],X=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(Z++)!==62)return!1;if(a)return!0;for(c=g=e.sCount[t]+1,e.src.charCodeAt(Z)===32?(Z++,c++,g++,s=!1,V=!0):e.src.charCodeAt(Z)===9?(V=!0,(e.bsCount[t]+g)%4===3?(Z++,c++,g++,s=!1):s=!0):V=!1,k=[e.bMarks[t]],e.bMarks[t]=Z;Z<X&&(l=e.src.charCodeAt(Z),ia(l));){l===9?g+=4-(g+e.bsCount[t]+(s?1:0))%4:g++;Z++}for(S=[e.bsCount[t]],e.bsCount[t]=e.sCount[t]+1+(V?1:0),f=Z>=X,E=[e.sCount[t]],e.sCount[t]=g-c,T=[e.tShift[t]],e.tShift[t]=Z-e.bMarks[t],B=e.md.block.ruler.getRules("blockquote"),C=e.parentType,e.parentType="blockquote",b=t+1;b<n&&(H=e.sCount[b]<e.blkIndent,Z=e.bMarks[b]+e.tShift[b],X=e.eMarks[b],!(Z>=X));b++){if(e.src.charCodeAt(Z++)===62&&!H){for(c=g=e.sCount[b]+1,e.src.charCodeAt(Z)===32?(Z++,c++,g++,s=!1,V=!0):e.src.charCodeAt(Z)===9?(V=!0,(e.bsCount[b]+g)%4===3?(Z++,c++,g++,s=!1):s=!0):V=!1,k.push(e.bMarks[b]),e.bMarks[b]=Z;Z<X&&(l=e.src.charCodeAt(Z),ia(l));){l===9?g+=4-(g+e.bsCount[b]+(s?1:0))%4:g++;Z++}f=Z>=X,S.push(e.bsCount[b]),e.bsCount[b]=e.sCount[b]+1+(V?1:0),E.push(e.sCount[b]),e.sCount[b]=g-c,T.push(e.tShift[b]),e.tShift[b]=Z-e.bMarks[b];continue}if(f)break;for(L=!1,i=0,d=B.length;i<d;i++)if(B[i](e,b,n,!0)){L=!0;break}if(L){e.lineMax=b,e.blkIndent!==0&&(k.push(e.bMarks[b]),S.push(e.bsCount[b]),T.push(e.tShift[b]),E.push(e.sCount[b]),e.sCount[b]-=e.blkIndent);break}k.push(e.bMarks[b]),S.push(e.bsCount[b]),T.push(e.tShift[b]),E.push(e.sCount[b]),e.sCount[b]=-1}for(_=e.blkIndent,e.blkIndent=0,F=e.push("blockquote_open","blockquote",1),F.markup=">",F.map=p=[t,0],e.md.block.tokenize(e,t,b),F=e.push("blockquote_close","blockquote",-1),F.markup=">",e.lineMax=K,e.parentType=C,p[1]=e.line,i=0;i<T.length;i++)e.bMarks[i+t]=k[i],e.tShift[i+t]=T[i],e.sCount[i+t]=E[i],e.bsCount[i+t]=S[i];return e.blkIndent=_,!0},Vc=te.isSpace,Dc=function(e,t,n,a){var s,l,i,c,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||(s=e.src.charCodeAt(d++),s!==42&&s!==45&&s!==95))return!1;for(l=1;d<f;){if(i=e.src.charCodeAt(d++),i!==s&&!Vc(i))return!1;i===s&&l++}return l<3?!1:(a||(e.line=t+1,c=e.push("hr","hr",0),c.map=[t,e.line],c.markup=Array(l+1).join(String.fromCharCode(s))),!0)},ca=te.isSpace;function ua(r,e){var t,n,a,s;return n=r.bMarks[e]+r.tShift[e],a=r.eMarks[e],t=r.src.charCodeAt(n++),t!==42&&t!==45&&t!==43||n<a&&(s=r.src.charCodeAt(n),!ca(s))?-1:n}function da(r,e){var t,n=r.bMarks[e]+r.tShift[e],a=n,s=r.eMarks[e];if(a+1>=s||(t=r.src.charCodeAt(a++),t<48||t>57))return-1;for(;;){if(a>=s)return-1;if(t=r.src.charCodeAt(a++),t>=48&&t<=57){if(a-n>=10)return-1;continue}if(t===41||t===46)break;return-1}return a<s&&(t=r.src.charCodeAt(a),!ca(t))?-1:a}function qc(r,e){var t,n,a=r.level+2;for(t=e+2,n=r.tokens.length-2;t<n;t++)r.tokens[t].level===a&&r.tokens[t].type==="paragraph_open"&&(r.tokens[t+2].hidden=!0,r.tokens[t].hidden=!0,t+=2)}var zc=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,S,_,C,E,T,V,L,B,F,H,K,Z,X,oe,he,q,J,W,ye=!1,Fe=!0;if(e.sCount[t]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t]<e.blkIndent)return!1;if(a&&e.parentType==="paragraph"&&e.sCount[t]>=e.blkIndent&&(ye=!0),(X=da(e,t))>=0){if(p=!0,he=e.bMarks[t]+e.tShift[t],C=Number(e.src.slice(he,X-1)),ye&&C!==1)return!1}else if((X=ua(e,t))>=0)p=!1;else return!1;if(ye&&e.skipSpaces(X)>=e.eMarks[t])return!1;if(_=e.src.charCodeAt(X-1),a)return!0;for(S=e.tokens.length,p?(W=e.push("ordered_list_open","ol",1),C!==1&&(W.attrs=[["start",C]])):W=e.push("bullet_list_open","ul",1),W.map=k=[t,0],W.markup=String.fromCharCode(_),T=t,oe=!1,J=e.md.block.ruler.getRules("list"),B=e.parentType,e.parentType="list";T<n;){for(Z=X,E=e.eMarks[T],f=V=e.sCount[T]+X-(e.bMarks[t]+e.tShift[t]);Z<E;){if(s=e.src.charCodeAt(Z),s===9)V+=4-(V+e.bsCount[T])%4;else if(s===32)V++;else break;Z++}if(l=Z,l>=E?d=1:d=V-f,d>4&&(d=1),c=f+d,W=e.push("list_item_open","li",1),W.markup=String.fromCharCode(_),W.map=b=[t,0],p&&(W.info=e.src.slice(he,X-1)),K=e.tight,H=e.tShift[t],F=e.sCount[t],L=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=c,e.tight=!0,e.tShift[t]=l-e.bMarks[t],e.sCount[t]=V,l>=E&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,t,n,!0),(!e.tight||oe)&&(Fe=!1),oe=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=L,e.tShift[t]=H,e.sCount[t]=F,e.tight=K,W=e.push("list_item_close","li",-1),W.markup=String.fromCharCode(_),T=t=e.line,b[1]=T,l=e.bMarks[t],T>=n||e.sCount[T]<e.blkIndent||e.sCount[t]-e.blkIndent>=4)break;for(q=!1,i=0,g=J.length;i<g;i++)if(J[i](e,T,n,!0)){q=!0;break}if(q)break;if(p){if(X=da(e,T),X<0)break;he=e.bMarks[T]+e.tShift[T]}else if(X=ua(e,T),X<0)break;if(_!==e.src.charCodeAt(X-1))break}return p?W=e.push("ordered_list_close","ol",-1):W=e.push("bullet_list_close","ul",-1),W.markup=String.fromCharCode(_),k[1]=T,e.line=T,e.parentType=B,Fe&&qc(e,S),!0},Nc=te.normalizeReference,wr=te.isSpace,Lc=function(e,t,n,a){var s,l,i,c,d,f,p,b,g,k,S,_,C,E,T,V,L=0,B=e.bMarks[t]+e.tShift[t],F=e.eMarks[t],H=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(B)!==91)return!1;for(;++B<F;)if(e.src.charCodeAt(B)===93&&e.src.charCodeAt(B-1)!==92){if(B+1===F||e.src.charCodeAt(B+1)!==58)return!1;break}for(c=e.lineMax,T=e.md.block.ruler.getRules("reference"),k=e.parentType,e.parentType="reference";H<c&&!e.isEmpty(H);H++)if(!(e.sCount[H]-e.blkIndent>3)&&!(e.sCount[H]<0)){for(E=!1,f=0,p=T.length;f<p;f++)if(T[f](e,H,c,!0)){E=!0;break}if(E)break}for(C=e.getLines(t,H,e.blkIndent,!1).trim(),F=C.length,B=1;B<F;B++){if(s=C.charCodeAt(B),s===91)return!1;if(s===93){g=B;break}else s===10?L++:s===92&&(B++,B<F&&C.charCodeAt(B)===10&&L++)}if(g<0||C.charCodeAt(g+1)!==58)return!1;for(B=g+2;B<F;B++)if(s=C.charCodeAt(B),s===10)L++;else if(!wr(s))break;if(S=e.md.helpers.parseLinkDestination(C,B,F),!S.ok||(d=e.md.normalizeLink(S.str),!e.md.validateLink(d)))return!1;for(B=S.pos,L+=S.lines,l=B,i=L,_=B;B<F;B++)if(s=C.charCodeAt(B),s===10)L++;else if(!wr(s))break;for(S=e.md.helpers.parseLinkTitle(C,B,F),B<F&&_!==B&&S.ok?(V=S.str,B=S.pos,L+=S.lines):(V="",B=l,L=i);B<F&&(s=C.charCodeAt(B),!!wr(s));)B++;if(B<F&&C.charCodeAt(B)!==10&&V)for(V="",B=l,L=i;B<F&&(s=C.charCodeAt(B),!!wr(s));)B++;return B<F&&C.charCodeAt(B)!==10||(b=Nc(C.slice(1,g)),!b)?!1:(a||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[b]>"u"&&(e.env.references[b]={title:V,href:d}),e.parentType=k,e.line=t+L+1),!0)},Rc=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],_r={},Fc="[a-zA-Z_:][a-zA-Z0-9:._-]*",Ic="[^\"'=<>`\\x00-\\x20]+",Pc="'[^']*'",Oc='"[^"]*"',$c="(?:"+Ic+"|"+Pc+"|"+Oc+")",Hc="(?:\\s+"+Fc+"(?:\\s*=\\s*"+$c+")?)",ha="<[A-Za-z][A-Za-z0-9\\-]*"+Hc+"*\\s*\\/?>",fa="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",jc="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",Uc="<[?][\\s\\S]*?[?]>",Gc="<![A-Z]+\\s+[^>]*>",Zc="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",Wc=new RegExp("^(?:"+ha+"|"+fa+"|"+jc+"|"+Uc+"|"+Gc+"|"+Zc+")"),Yc=new RegExp("^(?:"+ha+"|"+fa+")");_r.HTML_TAG_RE=Wc,_r.HTML_OPEN_CLOSE_TAG_RE=Yc;var Xc=Rc,Kc=_r.HTML_OPEN_CLOSE_TAG_RE,It=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+Xc.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Kc.source+"\\s*$"),/^$/,!1]],Jc=function(e,t,n,a){var s,l,i,c,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(d)!==60)return!1;for(c=e.src.slice(d,f),s=0;s<It.length&&!It[s][0].test(c);s++);if(s===It.length)return!1;if(a)return It[s][2];if(l=t+1,!It[s][1].test(c)){for(;l<n&&!(e.sCount[l]<e.blkIndent);l++)if(d=e.bMarks[l]+e.tShift[l],f=e.eMarks[l],c=e.src.slice(d,f),It[s][1].test(c)){c.length!==0&&l++;break}}return e.line=l,i=e.push("html_block","",0),i.map=[t,l],i.content=e.getLines(t,l,e.blkIndent,!0),!0},pa=te.isSpace,Qc=function(e,t,n,a){var s,l,i,c,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||(s=e.src.charCodeAt(d),s!==35||d>=f))return!1;for(l=1,s=e.src.charCodeAt(++d);s===35&&d<f&&l<=6;)l++,s=e.src.charCodeAt(++d);return l>6||d<f&&!pa(s)?!1:(a||(f=e.skipSpacesBack(f,d),i=e.skipCharsBack(f,35,d),i>d&&pa(e.src.charCodeAt(i-1))&&(f=i),e.line=t+1,c=e.push("heading_open","h"+String(l),1),c.markup="########".slice(0,l),c.map=[t,e.line],c=e.push("inline","",0),c.content=e.src.slice(d,f).trim(),c.map=[t,e.line],c.children=[],c=e.push("heading_close","h"+String(l),-1),c.markup="########".slice(0,l)),!0)},eu=function(e,t,n){var a,s,l,i,c,d,f,p,b,g=t+1,k,S=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;for(k=e.parentType,e.parentType="paragraph";g<n&&!e.isEmpty(g);g++)if(!(e.sCount[g]-e.blkIndent>3)){if(e.sCount[g]>=e.blkIndent&&(d=e.bMarks[g]+e.tShift[g],f=e.eMarks[g],d<f&&(b=e.src.charCodeAt(d),(b===45||b===61)&&(d=e.skipChars(d,b),d=e.skipSpaces(d),d>=f)))){p=b===61?1:2;break}if(!(e.sCount[g]<0)){for(s=!1,l=0,i=S.length;l<i;l++)if(S[l](e,g,n,!0)){s=!0;break}if(s)break}}return p?(a=e.getLines(t,g,e.blkIndent,!1).trim(),e.line=g+1,c=e.push("heading_open","h"+String(p),1),c.markup=String.fromCharCode(b),c.map=[t,e.line],c=e.push("inline","",0),c.content=a,c.map=[t,e.line-1],c.children=[],c=e.push("heading_close","h"+String(p),-1),c.markup=String.fromCharCode(b),e.parentType=k,!0):!1},tu=function(e,t){var n,a,s,l,i,c,d=t+1,f=e.md.block.ruler.getRules("paragraph"),p=e.lineMax;for(c=e.parentType,e.parentType="paragraph";d<p&&!e.isEmpty(d);d++)if(!(e.sCount[d]-e.blkIndent>3)&&!(e.sCount[d]<0)){for(a=!1,s=0,l=f.length;s<l;s++)if(f[s](e,d,p,!0)){a=!0;break}if(a)break}return n=e.getLines(t,d,e.blkIndent,!1).trim(),e.line=d,i=e.push("paragraph_open","p",1),i.map=[t,e.line],i=e.push("inline","",0),i.content=n,i.map=[t,e.line],i.children=[],i=e.push("paragraph_close","p",-1),e.parentType=c,!0},ma=gn,Cr=te.isSpace;function Ge(r,e,t,n){var a,s,l,i,c,d,f,p;for(this.src=r,this.md=e,this.env=t,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0,this.result="",s=this.src,p=!1,l=i=d=f=0,c=s.length;i<c;i++){if(a=s.charCodeAt(i),!p)if(Cr(a)){d++,a===9?f+=4-f%4:f++;continue}else p=!0;(a===10||i===c-1)&&(a!==10&&i++,this.bMarks.push(l),this.eMarks.push(i),this.tShift.push(d),this.sCount.push(f),this.bsCount.push(0),p=!1,d=0,f=0,l=i+1)}this.bMarks.push(s.length),this.eMarks.push(s.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}Ge.prototype.push=function(r,e,t){var n=new ma(r,e,t);return n.block=!0,t<0&&this.level--,n.level=this.level,t>0&&this.level++,this.tokens.push(n),n},Ge.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},Ge.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},Ge.prototype.skipSpaces=function(e){for(var t,n=this.src.length;e<n&&(t=this.src.charCodeAt(e),!!Cr(t));e++);return e},Ge.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;for(;e>t;)if(!Cr(this.src.charCodeAt(--e)))return e+1;return e},Ge.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},Ge.prototype.skipCharsBack=function(e,t,n){if(e<=n)return e;for(;e>n;)if(t!==this.src.charCodeAt(--e))return e+1;return e},Ge.prototype.getLines=function(e,t,n,a){var s,l,i,c,d,f,p,b=e;if(e>=t)return"";for(f=new Array(t-e),s=0;b<t;b++,s++){for(l=0,p=c=this.bMarks[b],b+1<t||a?d=this.eMarks[b]+1:d=this.eMarks[b];c<d&&l<n;){if(i=this.src.charCodeAt(c),Cr(i))i===9?l+=4-(l+this.bsCount[b])%4:l++;else if(c-p<this.tShift[b])l++;else break;c++}l>n?f[s]=new Array(l-n+1).join(" ")+this.src.slice(c,d):f[s]=this.src.slice(c,d)}return f.join("")},Ge.prototype.Token=ma;var ru=Ge,nu=mn,Sr=[["table",Ac,["paragraph","reference"]],["code",Tc],["fence",Bc,["paragraph","reference","blockquote","list"]],["blockquote",Mc,["paragraph","reference","blockquote","list"]],["hr",Dc,["paragraph","reference","blockquote","list"]],["list",zc,["paragraph","reference","blockquote"]],["reference",Lc],["html_block",Jc,["paragraph","reference","blockquote"]],["heading",Qc,["paragraph","reference","blockquote"]],["lheading",eu],["paragraph",tu]];function Er(){this.ruler=new nu;for(var r=0;r<Sr.length;r++)this.ruler.push(Sr[r][0],Sr[r][1],{alt:(Sr[r][2]||[]).slice()})}Er.prototype.tokenize=function(r,e,t){for(var n,a,s=this.ruler.getRules(""),l=s.length,i=e,c=!1,d=r.md.options.maxNesting;i<t&&(r.line=i=r.skipEmptyLines(i),!(i>=t||r.sCount[i]<r.blkIndent));){if(r.level>=d){r.line=t;break}for(a=0;a<l&&(n=s[a](r,i,t,!1),!n);a++);r.tight=!c,r.isEmpty(r.line-1)&&(c=!0),i=r.line,i<t&&r.isEmpty(i)&&(c=!0,i++,r.line=i)}},Er.prototype.parse=function(r,e,t,n){var a;r&&(a=new this.State(r,e,t,n),this.tokenize(a,a.line,a.lineMax))},Er.prototype.State=ru;var ou=Er;function au(r){switch(r){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}for(var su=function(e,t){for(var n=e.pos;n<e.posMax&&!au(e.src.charCodeAt(n));)n++;return n===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)},lu=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i,iu=function(e,t){var n,a,s,l,i,c,d,f;return!e.md.options.linkify||e.linkLevel>0||(n=e.pos,a=e.posMax,n+3>a)||e.src.charCodeAt(n)!==58||e.src.charCodeAt(n+1)!==47||e.src.charCodeAt(n+2)!==47||(s=e.pending.match(lu),!s)||(l=s[1],i=e.md.linkify.matchAtStart(e.src.slice(n-l.length)),!i)||(c=i.url,c=c.replace(/\*+$/,""),d=e.md.normalizeLink(c),!e.md.validateLink(d))?!1:(t||(e.pending=e.pending.slice(0,-l.length),f=e.push("link_open","a",1),f.attrs=[["href",d]],f.markup="linkify",f.info="auto",f=e.push("text","",0),f.content=e.md.normalizeLinkText(c),f=e.push("link_close","a",-1),f.markup="linkify",f.info="auto"),e.pos+=c.length-l.length,!0)},cu=te.isSpace,uu=function(e,t){var n,a,s,l=e.pos;if(e.src.charCodeAt(l)!==10)return!1;if(n=e.pending.length-1,a=e.posMax,!t)if(n>=0&&e.pending.charCodeAt(n)===32)if(n>=1&&e.pending.charCodeAt(n-1)===32){for(s=n-1;s>=1&&e.pending.charCodeAt(s-1)===32;)s--;e.pending=e.pending.slice(0,s),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(l++;l<a&&cu(e.src.charCodeAt(l));)l++;return e.pos=l,!0},du=te.isSpace,kn=[],ga=0;ga<256;ga++)kn.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(r){kn[r.charCodeAt(0)]=1});var hu=function(e,t){var n,a,s,l,i,c=e.pos,d=e.posMax;if(e.src.charCodeAt(c)!==92||(c++,c>=d))return!1;if(n=e.src.charCodeAt(c),n===10){for(t||e.push("hardbreak","br",0),c++;c<d&&(n=e.src.charCodeAt(c),!!du(n));)c++;return e.pos=c,!0}return l=e.src[c],n>=55296&&n<=56319&&c+1<d&&(a=e.src.charCodeAt(c+1),a>=56320&&a<=57343&&(l+=e.src[c+1],c++)),s="\\"+l,t||(i=e.push("text_special","",0),n<256&&kn[n]!==0?i.content=l:i.content=s,i.markup=s,i.info="escape"),e.pos=c+1,!0},fu=function(e,t){var n,a,s,l,i,c,d,f,p=e.pos,b=e.src.charCodeAt(p);if(b!==96)return!1;for(n=p,p++,a=e.posMax;p<a&&e.src.charCodeAt(p)===96;)p++;if(s=e.src.slice(n,p),d=s.length,e.backticksScanned&&(e.backticks[d]||0)<=n)return t||(e.pending+=s),e.pos+=d,!0;for(i=c=p;(i=e.src.indexOf("`",c))!==-1;){for(c=i+1;c<a&&e.src.charCodeAt(c)===96;)c++;if(f=c-i,f===d)return t||(l=e.push("code_inline","code",0),l.markup=s,l.content=e.src.slice(p,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")),e.pos=c,!0;e.backticks[f]=i}return e.backticksScanned=!0,t||(e.pending+=s),e.pos+=d,!0},Ar={};Ar.tokenize=function(e,t){var n,a,s,l,i,c=e.pos,d=e.src.charCodeAt(c);if(t||d!==126||(a=e.scanDelims(e.pos,!0),l=a.length,i=String.fromCharCode(d),l<2))return!1;for(l%2&&(s=e.push("text","",0),s.content=i,l--),n=0;n<l;n+=2)s=e.push("text","",0),s.content=i+i,e.delimiters.push({marker:d,length:0,token:e.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return e.pos+=a.length,!0};function ba(r,e){var t,n,a,s,l,i=[],c=e.length;for(t=0;t<c;t++)a=e[t],a.marker===126&&a.end!==-1&&(s=e[a.end],l=r.tokens[a.token],l.type="s_open",l.tag="s",l.nesting=1,l.markup="~~",l.content="",l=r.tokens[s.token],l.type="s_close",l.tag="s",l.nesting=-1,l.markup="~~",l.content="",r.tokens[s.token-1].type==="text"&&r.tokens[s.token-1].content==="~"&&i.push(s.token-1));for(;i.length;){for(t=i.pop(),n=t+1;n<r.tokens.length&&r.tokens[n].type==="s_close";)n++;n--,t!==n&&(l=r.tokens[n],r.tokens[n]=r.tokens[t],r.tokens[t]=l)}}Ar.postProcess=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(ba(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&ba(e,n[t].delimiters)};var Tr={};Tr.tokenize=function(e,t){var n,a,s,l=e.pos,i=e.src.charCodeAt(l);if(t||i!==95&&i!==42)return!1;for(a=e.scanDelims(e.pos,i===42),n=0;n<a.length;n++)s=e.push("text","",0),s.content=String.fromCharCode(i),e.delimiters.push({marker:i,length:a.length,token:e.tokens.length-1,end:-1,open:a.can_open,close:a.can_close});return e.pos+=a.length,!0};function ya(r,e){var t,n,a,s,l,i,c=e.length;for(t=c-1;t>=0;t--)n=e[t],!(n.marker!==95&&n.marker!==42)&&n.end!==-1&&(a=e[n.end],i=t>0&&e[t-1].end===n.end+1&&e[t-1].marker===n.marker&&e[t-1].token===n.token-1&&e[n.end+1].token===a.token+1,l=String.fromCharCode(n.marker),s=r.tokens[n.token],s.type=i?"strong_open":"em_open",s.tag=i?"strong":"em",s.nesting=1,s.markup=i?l+l:l,s.content="",s=r.tokens[a.token],s.type=i?"strong_close":"em_close",s.tag=i?"strong":"em",s.nesting=-1,s.markup=i?l+l:l,s.content="",i&&(r.tokens[e[t-1].token].content="",r.tokens[e[n.end+1].token].content="",t--))}Tr.postProcess=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(ya(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&ya(e,n[t].delimiters)};var pu=te.normalizeReference,wn=te.isSpace,mu=function(e,t){var n,a,s,l,i,c,d,f,p,b="",g="",k=e.pos,S=e.posMax,_=e.pos,C=!0;if(e.src.charCodeAt(e.pos)!==91||(i=e.pos+1,l=e.md.helpers.parseLinkLabel(e,e.pos,!0),l<0))return!1;if(c=l+1,c<S&&e.src.charCodeAt(c)===40){for(C=!1,c++;c<S&&(a=e.src.charCodeAt(c),!(!wn(a)&&a!==10));c++);if(c>=S)return!1;if(_=c,d=e.md.helpers.parseLinkDestination(e.src,c,e.posMax),d.ok){for(b=e.md.normalizeLink(d.str),e.md.validateLink(b)?c=d.pos:b="",_=c;c<S&&(a=e.src.charCodeAt(c),!(!wn(a)&&a!==10));c++);if(d=e.md.helpers.parseLinkTitle(e.src,c,e.posMax),c<S&&_!==c&&d.ok)for(g=d.str,c=d.pos;c<S&&(a=e.src.charCodeAt(c),!(!wn(a)&&a!==10));c++);}(c>=S||e.src.charCodeAt(c)!==41)&&(C=!0),c++}if(C){if(typeof e.env.references>"u")return!1;if(c<S&&e.src.charCodeAt(c)===91?(_=c+1,c=e.md.helpers.parseLinkLabel(e,c),c>=0?s=e.src.slice(_,c++):c=l+1):c=l+1,s||(s=e.src.slice(i,l)),f=e.env.references[pu(s)],!f)return e.pos=k,!1;b=f.href,g=f.title}return t||(e.pos=i,e.posMax=l,p=e.push("link_open","a",1),p.attrs=n=[["href",b]],g&&n.push(["title",g]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,p=e.push("link_close","a",-1)),e.pos=c,e.posMax=S,!0},gu=te.normalizeReference,_n=te.isSpace,bu=function(e,t){var n,a,s,l,i,c,d,f,p,b,g,k,S,_="",C=e.pos,E=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91||(c=e.pos+2,i=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),i<0))return!1;if(d=i+1,d<E&&e.src.charCodeAt(d)===40){for(d++;d<E&&(a=e.src.charCodeAt(d),!(!_n(a)&&a!==10));d++);if(d>=E)return!1;for(S=d,p=e.md.helpers.parseLinkDestination(e.src,d,e.posMax),p.ok&&(_=e.md.normalizeLink(p.str),e.md.validateLink(_)?d=p.pos:_=""),S=d;d<E&&(a=e.src.charCodeAt(d),!(!_n(a)&&a!==10));d++);if(p=e.md.helpers.parseLinkTitle(e.src,d,e.posMax),d<E&&S!==d&&p.ok)for(b=p.str,d=p.pos;d<E&&(a=e.src.charCodeAt(d),!(!_n(a)&&a!==10));d++);else b="";if(d>=E||e.src.charCodeAt(d)!==41)return e.pos=C,!1;d++}else{if(typeof e.env.references>"u")return!1;if(d<E&&e.src.charCodeAt(d)===91?(S=d+1,d=e.md.helpers.parseLinkLabel(e,d),d>=0?l=e.src.slice(S,d++):d=i+1):d=i+1,l||(l=e.src.slice(c,i)),f=e.env.references[gu(l)],!f)return e.pos=C,!1;_=f.href,b=f.title}return t||(s=e.src.slice(c,i),e.md.inline.parse(s,e.md,e.env,k=[]),g=e.push("image","img",0),g.attrs=n=[["src",_],["alt",""]],g.children=k,g.content=s,b&&n.push(["title",b])),e.pos=d,e.posMax=E,!0},yu=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,vu=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,xu=function(e,t){var n,a,s,l,i,c,d=e.pos;if(e.src.charCodeAt(d)!==60)return!1;for(i=e.pos,c=e.posMax;;){if(++d>=c||(l=e.src.charCodeAt(d),l===60))return!1;if(l===62)break}return n=e.src.slice(i+1,d),vu.test(n)?(a=e.md.normalizeLink(n),e.md.validateLink(a)?(t||(s=e.push("link_open","a",1),s.attrs=[["href",a]],s.markup="autolink",s.info="auto",s=e.push("text","",0),s.content=e.md.normalizeLinkText(n),s=e.push("link_close","a",-1),s.markup="autolink",s.info="auto"),e.pos+=n.length+2,!0):!1):yu.test(n)?(a=e.md.normalizeLink("mailto:"+n),e.md.validateLink(a)?(t||(s=e.push("link_open","a",1),s.attrs=[["href",a]],s.markup="autolink",s.info="auto",s=e.push("text","",0),s.content=e.md.normalizeLinkText(n),s=e.push("link_close","a",-1),s.markup="autolink",s.info="auto"),e.pos+=n.length+2,!0):!1):!1},ku=_r.HTML_TAG_RE;function wu(r){return/^<a[>\s]/i.test(r)}function _u(r){return/^<\/a\s*>/i.test(r)}function Cu(r){var e=r|32;return e>=97&&e<=122}var Su=function(e,t){var n,a,s,l,i=e.pos;return!e.md.options.html||(s=e.posMax,e.src.charCodeAt(i)!==60||i+2>=s)||(n=e.src.charCodeAt(i+1),n!==33&&n!==63&&n!==47&&!Cu(n))||(a=e.src.slice(i).match(ku),!a)?!1:(t||(l=e.push("html_inline","",0),l.content=e.src.slice(i,i+a[0].length),wu(l.content)&&e.linkLevel++,_u(l.content)&&e.linkLevel--),e.pos+=a[0].length,!0)},va=R0,Eu=te.has,Au=te.isValidEntityCode,xa=te.fromCodePoint,Tu=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Bu=/^&([a-z][a-z0-9]{1,31});/i,Mu=function(e,t){var n,a,s,l,i=e.pos,c=e.posMax;if(e.src.charCodeAt(i)!==38||i+1>=c)return!1;if(n=e.src.charCodeAt(i+1),n===35){if(s=e.src.slice(i).match(Tu),s)return t||(a=s[1][0].toLowerCase()==="x"?parseInt(s[1].slice(1),16):parseInt(s[1],10),l=e.push("text_special","",0),l.content=Au(a)?xa(a):xa(65533),l.markup=s[0],l.info="entity"),e.pos+=s[0].length,!0}else if(s=e.src.slice(i).match(Bu),s&&Eu(va,s[1]))return t||(l=e.push("text_special","",0),l.content=va[s[1]],l.markup=s[0],l.info="entity"),e.pos+=s[0].length,!0;return!1};function ka(r,e){var t,n,a,s,l,i,c,d,f={},p=e.length;if(p){var b=0,g=-2,k=[];for(t=0;t<p;t++)if(a=e[t],k.push(0),(e[b].marker!==a.marker||g!==a.token-1)&&(b=t),g=a.token,a.length=a.length||0,!!a.close){for(f.hasOwnProperty(a.marker)||(f[a.marker]=[-1,-1,-1,-1,-1,-1]),l=f[a.marker][(a.open?3:0)+a.length%3],n=b-k[b]-1,i=n;n>l;n-=k[n]+1)if(s=e[n],s.marker===a.marker&&s.open&&s.end<0&&(c=!1,(s.close||a.open)&&(s.length+a.length)%3===0&&(s.length%3!==0||a.length%3!==0)&&(c=!0),!c)){d=n>0&&!e[n-1].open?k[n-1]+1:0,k[t]=t-n+d,k[n]=d,a.open=!1,s.end=t,s.close=!1,i=-1,g=-2;break}i!==-1&&(f[a.marker][(a.open?3:0)+(a.length||0)%3]=i)}}}var Vu=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(ka(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&ka(e,n[t].delimiters)},Du=function(e){var t,n,a=0,s=e.tokens,l=e.tokens.length;for(t=n=0;t<l;t++)s[t].nesting<0&&a--,s[t].level=a,s[t].nesting>0&&a++,s[t].type==="text"&&t+1<l&&s[t+1].type==="text"?s[t+1].content=s[t].content+s[t+1].content:(t!==n&&(s[n]=s[t]),n++);t!==n&&(s.length=n)},Cn=gn,wa=te.isWhiteSpace,_a=te.isPunctChar,Ca=te.isMdAsciiPunct;function Xt(r,e,t,n){this.src=r,this.env=t,this.md=e,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Xt.prototype.pushPending=function(){var r=new Cn("text","",0);return r.content=this.pending,r.level=this.pendingLevel,this.tokens.push(r),this.pending="",r},Xt.prototype.push=function(r,e,t){this.pending&&this.pushPending();var n=new Cn(r,e,t),a=null;return t<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,t>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],a={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(a),n},Xt.prototype.scanDelims=function(r,e){var t=r,n,a,s,l,i,c,d,f,p,b=!0,g=!0,k=this.posMax,S=this.src.charCodeAt(r);for(n=r>0?this.src.charCodeAt(r-1):32;t<k&&this.src.charCodeAt(t)===S;)t++;return s=t-r,a=t<k?this.src.charCodeAt(t):32,d=Ca(n)||_a(String.fromCharCode(n)),p=Ca(a)||_a(String.fromCharCode(a)),c=wa(n),f=wa(a),f?b=!1:p&&(c||d||(b=!1)),c?g=!1:d&&(f||p||(g=!1)),e?(l=b,i=g):(l=b&&(!g||d),i=g&&(!b||p)),{can_open:l,can_close:i,length:s}},Xt.prototype.Token=Cn;var qu=Xt,Sa=mn,Sn=[["text",su],["linkify",iu],["newline",uu],["escape",hu],["backticks",fu],["strikethrough",Ar.tokenize],["emphasis",Tr.tokenize],["link",mu],["image",bu],["autolink",xu],["html_inline",Su],["entity",Mu]],En=[["balance_pairs",Vu],["strikethrough",Ar.postProcess],["emphasis",Tr.postProcess],["fragments_join",Du]];function Kt(){var r;for(this.ruler=new Sa,r=0;r<Sn.length;r++)this.ruler.push(Sn[r][0],Sn[r][1]);for(this.ruler2=new Sa,r=0;r<En.length;r++)this.ruler2.push(En[r][0],En[r][1])}Kt.prototype.skipToken=function(r){var e,t,n=r.pos,a=this.ruler.getRules(""),s=a.length,l=r.md.options.maxNesting,i=r.cache;if(typeof i[n]<"u"){r.pos=i[n];return}if(r.level<l)for(t=0;t<s&&(r.level++,e=a[t](r,!0),r.level--,!e);t++);else r.pos=r.posMax;e||r.pos++,i[n]=r.pos},Kt.prototype.tokenize=function(r){for(var e,t,n=this.ruler.getRules(""),a=n.length,s=r.posMax,l=r.md.options.maxNesting;r.pos<s;){if(r.level<l)for(t=0;t<a&&(e=n[t](r,!1),!e);t++);if(e){if(r.pos>=s)break;continue}r.pending+=r.src[r.pos++]}r.pending&&r.pushPending()},Kt.prototype.parse=function(r,e,t,n){var a,s,l,i=new this.State(r,e,t,n);for(this.tokenize(i),s=this.ruler2.getRules(""),l=s.length,a=0;a<l;a++)s[a](i)},Kt.prototype.State=qu;var zu=Kt,An,Ea;function Nu(){return Ea||(Ea=1,An=function(r){var e={};r=r||{},e.src_Any=G0().source,e.src_Cc=W0().source,e.src_Z=K0().source,e.src_P=un.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");var t="[><|]";return e.src_pseudo_letter="(?:(?!"+t+"|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|"+t+"|"+e.src_ZPCc+")(?!"+(r["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+t+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(r["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy="(^|"+t+'|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}),An}function Tn(r){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(t){t&&Object.keys(t).forEach(function(n){r[n]=t[n]})}),r}function Br(r){return Object.prototype.toString.call(r)}function Lu(r){return Br(r)==="[object String]"}function Ru(r){return Br(r)==="[object Object]"}function Fu(r){return Br(r)==="[object RegExp]"}function Aa(r){return Br(r)==="[object Function]"}function Iu(r){return r.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var Ta={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Pu(r){return Object.keys(r||{}).reduce(function(e,t){return e||Ta.hasOwnProperty(t)},!1)}var Ou={"http:":{validate:function(r,e,t){var n=r.slice(e);return t.re.http||(t.re.http=new RegExp("^\\/\\/"+t.re.src_auth+t.re.src_host_port_strict+t.re.src_path,"i")),t.re.http.test(n)?n.match(t.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(r,e,t){var n=r.slice(e);return t.re.no_http||(t.re.no_http=new RegExp("^"+t.re.src_auth+"(?:localhost|(?:(?:"+t.re.src_domain+")\\.)+"+t.re.src_domain_root+")"+t.re.src_port+t.re.src_host_terminator+t.re.src_path,"i")),t.re.no_http.test(n)?e>=3&&r[e-3]===":"||e>=3&&r[e-3]==="/"?0:n.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(r,e,t){var n=r.slice(e);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(n)?n.match(t.re.mailto)[0].length:0}}},$u="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",Hu="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function ju(r){r.__index__=-1,r.__text_cache__=""}function Uu(r){return function(e,t){var n=e.slice(t);return r.test(n)?n.match(r)[0].length:0}}function Ba(){return function(r,e){e.normalize(r)}}function Mr(r){var e=r.re=Nu()(r.__opts__),t=r.__tlds__.slice();r.onCompile(),r.__tlds_replaced__||t.push($u),t.push(e.src_xn),e.src_tlds=t.join("|");function n(i){return i.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(n(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(n(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(n(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(n(e.tpl_host_fuzzy_test),"i");var a=[];r.__compiled__={};function s(i,c){throw new Error('(LinkifyIt) Invalid schema "'+i+'": '+c)}Object.keys(r.__schemas__).forEach(function(i){var c=r.__schemas__[i];if(c!==null){var d={validate:null,link:null};if(r.__compiled__[i]=d,Ru(c)){Fu(c.validate)?d.validate=Uu(c.validate):Aa(c.validate)?d.validate=c.validate:s(i,c),Aa(c.normalize)?d.normalize=c.normalize:c.normalize?s(i,c):d.normalize=Ba();return}if(Lu(c)){a.push(i);return}s(i,c)}}),a.forEach(function(i){r.__compiled__[r.__schemas__[i]]&&(r.__compiled__[i].validate=r.__compiled__[r.__schemas__[i]].validate,r.__compiled__[i].normalize=r.__compiled__[r.__schemas__[i]].normalize)}),r.__compiled__[""]={validate:null,normalize:Ba()};var l=Object.keys(r.__compiled__).filter(function(i){return i.length>0&&r.__compiled__[i]}).map(Iu).join("|");r.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+l+")","i"),r.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+l+")","ig"),r.re.schema_at_start=RegExp("^"+r.re.schema_search.source,"i"),r.re.pretest=RegExp("("+r.re.schema_test.source+")|("+r.re.host_fuzzy_test.source+")|@","i"),ju(r)}function Gu(r,e){var t=r.__index__,n=r.__last_index__,a=r.__text_cache__.slice(t,n);this.schema=r.__schema__.toLowerCase(),this.index=t+e,this.lastIndex=n+e,this.raw=a,this.text=a,this.url=a}function Bn(r,e){var t=new Gu(r,e);return r.__compiled__[t.schema].normalize(t,r),t}function Me(r,e){if(!(this instanceof Me))return new Me(r,e);e||Pu(r)&&(e=r,r={}),this.__opts__=Tn({},Ta,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Tn({},Ou,r),this.__compiled__={},this.__tlds__=Hu,this.__tlds_replaced__=!1,this.re={},Mr(this)}Me.prototype.add=function(e,t){return this.__schemas__[e]=t,Mr(this),this},Me.prototype.set=function(e){return this.__opts__=Tn(this.__opts__,e),this},Me.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,a,s,l,i,c,d,f;if(this.re.schema_test.test(e)){for(c=this.re.schema_search,c.lastIndex=0;(t=c.exec(e))!==null;)if(s=this.testSchemaAt(e,t[2],c.lastIndex),s){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+s;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(d=e.search(this.re.host_fuzzy_test),d>=0&&(this.__index__<0||d<this.__index__)&&(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(l=n.index+n[1].length,(this.__index__<0||l<this.__index__)&&(this.__schema__="",this.__index__=l,this.__last_index__=n.index+n[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(f=e.indexOf("@"),f>=0&&(a=e.match(this.re.email_fuzzy))!==null&&(l=a.index+a[1].length,i=a.index+a[0].length,(this.__index__<0||l<this.__index__||l===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=l,this.__last_index__=i))),this.__index__>=0},Me.prototype.pretest=function(e){return this.re.pretest.test(e)},Me.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},Me.prototype.match=function(e){var t=0,n=[];this.__index__>=0&&this.__text_cache__===e&&(n.push(Bn(this,t)),t=this.__last_index__);for(var a=t?e.slice(t):e;this.test(a);)n.push(Bn(this,t)),a=a.slice(this.__last_index__),t+=this.__last_index__;return n.length?n:null},Me.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var t=this.re.schema_at_start.exec(e);if(!t)return null;var n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,Bn(this,0)):null},Me.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(n,a,s){return n!==s[a-1]}).reverse(),Mr(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Mr(this),this)},Me.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)},Me.prototype.onCompile=function(){};var Zu=Me;const Pt=2147483647,Ze=36,Mn=1,Jt=26,Wu=38,Yu=700,Ma=72,Va=128,Da="-",Xu=/^xn--/,Ku=/[^\0-\x7F]/,Ju=/[\x2E\u3002\uFF0E\uFF61]/g,Qu={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Vn=Ze-Mn,We=Math.floor,Dn=String.fromCharCode;function pt(r){throw new RangeError(Qu[r])}function e1(r,e){const t=[];let n=r.length;for(;n--;)t[n]=e(r[n]);return t}function qa(r,e){const t=r.split("@");let n="";t.length>1&&(n=t[0]+"@",r=t[1]),r=r.replace(Ju,".");const a=r.split("."),s=e1(a,e).join(".");return n+s}function qn(r){const e=[];let t=0;const n=r.length;for(;t<n;){const a=r.charCodeAt(t++);if(a>=55296&&a<=56319&&t<n){const s=r.charCodeAt(t++);(s&64512)==56320?e.push(((a&1023)<<10)+(s&1023)+65536):(e.push(a),t--)}else e.push(a)}return e}const za=r=>String.fromCodePoint(...r),t1=function(r){return r>=48&&r<58?26+(r-48):r>=65&&r<91?r-65:r>=97&&r<123?r-97:Ze},Na=function(r,e){return r+22+75*(r<26)-((e!=0)<<5)},La=function(r,e,t){let n=0;for(r=t?We(r/Yu):r>>1,r+=We(r/e);r>Vn*Jt>>1;n+=Ze)r=We(r/Vn);return We(n+(Vn+1)*r/(r+Wu))},zn=function(r){const e=[],t=r.length;let n=0,a=Va,s=Ma,l=r.lastIndexOf(Da);l<0&&(l=0);for(let i=0;i<l;++i)r.charCodeAt(i)>=128&&pt("not-basic"),e.push(r.charCodeAt(i));for(let i=l>0?l+1:0;i<t;){const c=n;for(let f=1,p=Ze;;p+=Ze){i>=t&&pt("invalid-input");const b=t1(r.charCodeAt(i++));b>=Ze&&pt("invalid-input"),b>We((Pt-n)/f)&&pt("overflow"),n+=b*f;const g=p<=s?Mn:p>=s+Jt?Jt:p-s;if(b<g)break;const k=Ze-g;f>We(Pt/k)&&pt("overflow"),f*=k}const d=e.length+1;s=La(n-c,d,c==0),We(n/d)>Pt-a&&pt("overflow"),a+=We(n/d),n%=d,e.splice(n++,0,a)}return String.fromCodePoint(...e)},Nn=function(r){const e=[];r=qn(r);const t=r.length;let n=Va,a=0,s=Ma;for(const c of r)c<128&&e.push(Dn(c));const l=e.length;let i=l;for(l&&e.push(Da);i<t;){let c=Pt;for(const f of r)f>=n&&f<c&&(c=f);const d=i+1;c-n>We((Pt-a)/d)&&pt("overflow"),a+=(c-n)*d,n=c;for(const f of r)if(f<n&&++a>Pt&&pt("overflow"),f===n){let p=a;for(let b=Ze;;b+=Ze){const g=b<=s?Mn:b>=s+Jt?Jt:b-s;if(p<g)break;const k=p-g,S=Ze-g;e.push(Dn(Na(g+k%S,0))),p=We(k/S)}e.push(Dn(Na(p,0))),s=La(a,d,i===l),a=0,++i}++a,++n}return e.join("")},Ra=function(r){return qa(r,function(e){return Xu.test(e)?zn(e.slice(4).toLowerCase()):e})},Fa=function(r){return qa(r,function(e){return Ku.test(e)?"xn--"+Nn(e):e})},r1=Di(Object.freeze(Object.defineProperty({__proto__:null,decode:zn,default:{version:"2.1.0",ucs2:{decode:qn,encode:za},decode:zn,encode:Nn,toASCII:Fa,toUnicode:Ra},encode:Nn,toASCII:Fa,toUnicode:Ra,ucs2decode:qn,ucs2encode:za},Symbol.toStringTag,{value:"Module"})));var n1={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},o1={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},a1={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Qt=te,s1=xr,l1=rc,i1=Ec,c1=ou,u1=zu,d1=Zu,St=Lt,Ia=r1,h1={default:n1,zero:o1,commonmark:a1},f1=/^(vbscript|javascript|file|data):/,p1=/^data:image\/(gif|png|jpeg|webp);/;function m1(r){var e=r.trim().toLowerCase();return f1.test(e)?!!p1.test(e):!0}var Pa=["http:","https:","mailto:"];function g1(r){var e=St.parse(r,!0);if(e.hostname&&(!e.protocol||Pa.indexOf(e.protocol)>=0))try{e.hostname=Ia.toASCII(e.hostname)}catch{}return St.encode(St.format(e))}function b1(r){var e=St.parse(r,!0);if(e.hostname&&(!e.protocol||Pa.indexOf(e.protocol)>=0))try{e.hostname=Ia.toUnicode(e.hostname)}catch{}return St.decode(St.format(e),St.decode.defaultChars+"%")}function qe(r,e){if(!(this instanceof qe))return new qe(r,e);e||Qt.isString(r)||(e=r||{},r="default"),this.inline=new u1,this.block=new c1,this.core=new i1,this.renderer=new l1,this.linkify=new d1,this.validateLink=m1,this.normalizeLink=g1,this.normalizeLinkText=b1,this.utils=Qt,this.helpers=Qt.assign({},s1),this.options={},this.configure(r),e&&this.set(e)}qe.prototype.set=function(r){return Qt.assign(this.options,r),this},qe.prototype.configure=function(r){var e=this,t;if(Qt.isString(r)&&(t=r,r=h1[t],!r))throw new Error('Wrong `markdown-it` preset "'+t+'", check name');if(!r)throw new Error("Wrong `markdown-it` preset, can't be empty");return r.options&&e.set(r.options),r.components&&Object.keys(r.components).forEach(function(n){r.components[n].rules&&e[n].ruler.enableOnly(r.components[n].rules),r.components[n].rules2&&e[n].ruler2.enableOnly(r.components[n].rules2)}),this},qe.prototype.enable=function(r,e){var t=[];Array.isArray(r)||(r=[r]),["core","block","inline"].forEach(function(a){t=t.concat(this[a].ruler.enable(r,!0))},this),t=t.concat(this.inline.ruler2.enable(r,!0));var n=r.filter(function(a){return t.indexOf(a)<0});if(n.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},qe.prototype.disable=function(r,e){var t=[];Array.isArray(r)||(r=[r]),["core","block","inline"].forEach(function(a){t=t.concat(this[a].ruler.disable(r,!0))},this),t=t.concat(this.inline.ruler2.disable(r,!0));var n=r.filter(function(a){return t.indexOf(a)<0});if(n.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},qe.prototype.use=function(r){var e=[this].concat(Array.prototype.slice.call(arguments,1));return r.apply(r,e),this},qe.prototype.parse=function(r,e){if(typeof r!="string")throw new Error("Input data should be a String");var t=new this.core.State(r,this,e);return this.core.process(t),t.tokens},qe.prototype.render=function(r,e){return e=e||{},this.renderer.render(this.parse(r,e),this.options,e)},qe.prototype.parseInline=function(r,e){var t=new this.core.State(r,this,e);return t.inlineMode=!0,this.core.process(t),t.tokens},qe.prototype.renderInline=function(r,e){return e=e||{},this.renderer.render(this.parseInline(r,e),this.options,e)};var y1=qe,v1=y1;const x1=Vi(v1);var k1=new x1({breaks:!0,linkify:!0,typographer:!0});function Ye(r){return k1.render(r)}const w1=["width","height","viewBox"],_1=["d"],re=o.defineComponent({__name:"EpIcon",props:{size:{default:32},viewBox:{default:"0 0 24 24"},iconPath:{},extraClass:{}},setup(r){const e=r,{size:t,viewBox:n,iconPath:a,extraClass:s}=o.toRefs(e);return(l,i)=>(o.openBlock(),o.createElementBlock("svg",{width:o.unref(t),height:o.unref(t),viewBox:o.unref(n),color:"currentColor",fill:"currentColor",class:o.normalizeClass(`inline ${o.unref(s)}`)},[o.createElementVNode("path",{d:o.unref(a)},null,8,_1)],10,w1))}}),Ln=Object.freeze(Object.defineProperty({__proto__:null,default:re},Symbol.toStringTag,{value:"Module"})),C1={bgprimary:"bg-primary",borderprimary:"border border-solid border-primary",fillprimary:"fill-primary",textprimary:"text-primary",bgprimarylight:"bg-primary-light",borderprimarylight:"border border-solid border-primary-light",fillprimarylight:"fill-primary-light",textprimarylight:"text-primary-light",bgprimarydark:"bg-primary-dark",borderprimarydark:"border border-solid border-primary-dark",fillprimarydark:"fill-primary-dark",textprimarydark:"text-primary-dark",bgsecondary:"bg-secondary",bordersecondary:"border border-solid border-secondary",fillsecondary:"fill-secondary",textsecondary:"text-secondary",bgsecondarylight:"bg-secondary-light",bordersecondarylight:"border border-solid border-secondary-light",fillsecondarylight:"fill-secondary-light",textsecondarylight:"text-secondary-light",bgsecondarydark:"bg-secondary-dark",bordersecondarydark:"border border-solid border-secondary-dark",fillsecondarydark:"fill-secondary-dark",textsecondarydark:"text-secondary-dark",bgaccent:"bg-accent",borderaccent:"border border-solid border-accent",fillaccent:"fill-accent",textaccent:"text-accent",bgaccentlight:"bg-accent-light",borderaccentlight:"border border-solid border-accent-light",fillaccentlight:"fill-accent-light",textaccentlight:"text-accent-light",bgaccentdark:"bg-accent-dark",borderaccentdark:"border border-solid border-accent-dark",fillaccentdark:"fill-accent-dark",textaccentdark:"text-accent-dark",bgerror:"bg-error",bordererror:"border border-solid border-error",fillerror:"fill-error",texterror:"text-error",bgerrorlight:"bg-error-light",bordererrorlight:"border border-solid border-error-light",fillerrorlight:"fill-error-light",texterrorlight:"text-error-light",bgerrordark:"bg-error-dark",bordererrordark:"border border-solid border-error-dark",fillerrordark:"fill-error-dark",texterrordark:"text-error-dark",bgwarning:"bg-warning",borderwarning:"border border-solid border-warning",fillwarning:"fill-warning",textwarning:"text-warning",bgwarninglight:"bg-warning-light",borderwarninglight:"border border-solid border-warning-light",fillwarninglight:"fill-warning-light",textwarninglight:"text-warning-light",bgwarningdark:"bg-warning-dark",borderwarningdark:"border border-solid border-warning-dark",fillwarningdark:"fill-warning-dark",textwarningdark:"text-warning-dark",bgsuccess:"bg-success",bordersuccess:"border border-solid border-success",fillsuccess:"fill-success",textsuccess:"text-success",bgsuccesslight:"bg-success-light",bordersuccesslight:"border border-solid border-success-light",fillsuccesslight:"fill-success-light",textsuccesslight:"text-success-light",bgsuccessdark:"bg-success-dark",bordersuccessdark:"border border-solid border-success-dark",fillsuccessdark:"fill-success-dark",textsuccessdark:"text-success-dark",bginfo:"bg-info",borderinfo:"border border-solid border-info",fillinfo:"fill-info",textinfo:"text-info",bginfolight:"bg-info-light",borderinfolight:"border border-solid border-info-light",fillinfolight:"fill-info-light",textinfolight:"text-info-light",bginfodark:"bg-info-dark",borderinfodark:"border border-solid border-info-dark",fillinfodark:"fill-info-dark",textinfodark:"text-info-dark",bgquestion:"bg-question",borderquestion:"border border-solid border-question",fillquestion:"fill-question",textquestion:"text-question",bgquestionlight:"bg-question-light",borderquestionlight:"border border-solid border-question-light",fillquestionlight:"fill-question-light",textquestionlight:"text-question-light",bgquestiondark:"bg-question-dark",borderquestiondark:"border border-solid border-question-dark",fillquestiondark:"fill-question-dark",textquestiondark:"text-question-dark",bgtip:"bg-tip",bordertip:"border border-solid border-tip",filltip:"fill-tip",texttip:"text-tip",bgtiplight:"bg-tip-light",bordertiplight:"border border-solid border-tip-light",filltiplight:"fill-tip-light",texttiplight:"text-tip-light",bgtipdark:"bg-tip-dark",bordertipdark:"border border-solid border-tip-dark",filltipdark:"fill-tip-dark",texttipdark:"text-tip-dark",bgwhite:"bg-white",fillwhite:"fill-white",textwhite:"text-white",borderwhite:"border border-solid border-white",bgblack:"bg-black",fillblack:"fill-black",borderblack:"border border-solid border-black",textblack:"text-black",bgbase:"bg-gray-500",bgbaselight:"bg-gray-200",fillbase:"fill-gray-500",borderbase:"border border-solid border-gray-500",textbase:"text-gray-500"};function Oe(r,e){const n=`${r}${e}`.replace(/-/g,"");return C1[n]}const S1={base:{default:"bg-gray-100 text-black",outlined:"border-gray-100 border text-black"},primary:{default:"bg-primary text-white",outlined:"border-primary border text-primary"},secondary:{default:"bg-secondary text-white",outlined:"border-secondary border text-secondary"},accent:{default:"bg-accent text-white",outlined:"border-accent border text-accent"},warning:{default:"bg-warning text-white",outlined:"border-warning border text-warning"},success:{default:"bg-success text-white",outlined:"border-success border text-success"},error:{default:"bg-error text-white",outlined:"border-error border text-error"},info:{default:"bg-info text-white",outlined:"border-info border text-info"},question:{default:"bg-question text-white",outlined:"border-question border text-question"},tip:{default:"bg-tip text-white",outlined:"border-tip border text-tip"}},E1=r=>(o.pushScopeId("data-v-ab122c9c"),r=r(),o.popScopeId(),r),A1={class:"text-lg"},T1=[E1(()=>o.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 6v12m6-6H6"},null,-1))],B1={class:"py-4"},M1=o.defineComponent({__name:"EpAccordeon",props:{title:{default:"En savoir plus"},type:{default:"base"},icon:{},open:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1}},setup(r){const e=r,t=o.ref(e.open),n=o.ref(),a=o.computed(()=>e.outlined?"outlined":"default"),s=o.computed(()=>{var f;return`flex justify-between items-center px-4 py-2 cursor-pointer ${(f=S1[e.type])==null?void 0:f[a.value]}`}),l=o.computed(()=>`px-4 ${Oe("bg",e.type+"light")}`);o.onMounted(()=>{var f=n.value;e.open&&(f.style.maxHeight=f.scrollHeight+"px")});function i(){t.value=!t.value;var f=n.value;f.style.maxHeight?f.style.maxHeight=null:f.style.maxHeight=f.scrollHeight+"px",f.style.transition||(f.style.transition="max-height 0.2s ease-out")}const{title:c,icon:d}=o.toRefs(e);return(f,p)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("div",{class:o.normalizeClass(s.value),onClick:i},[o.createElementVNode("h3",A1,[o.unref(d)?(o.openBlock(),o.createBlock(re,{key:0,"icon-path":o.unref(d)},null,8,["icon-path"])):o.createCommentVNode("",!0),o.createTextVNode(" "+o.toDisplayString(o.unref(c)),1)]),(o.openBlock(),o.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:o.normalizeClass(`mx-4 my-3 h-6 w-6 transition-all duration-200 ${t.value?"rotate-45":""}`)},T1,2))],2),o.createElementVNode("div",{ref_key:"collapsible",ref:n,class:o.normalizeClass(`${l.value} content`)},[o.createElementVNode("div",B1,[o.renderSlot(f.$slots,"default",{},void 0,!0)])],2)]))}}),CX="",Et=(r,e)=>{const t=r.__vccOpts||r;for(const[n,a]of e)t[n]=a;return t},Vr=Et(M1,[["__scopeId","data-v-ab122c9c"]]),Rn=Object.freeze(Object.defineProperty({__proto__:null,default:Vr},Symbol.toStringTag,{value:"Module"})),Oa=o.defineComponent({__name:"EpText",props:{glossary:{},content:{},title:{},compact:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>e.title?e.title:"En savoir plus"),n=o.computed(()=>{if(!e.content)return"<div>no data</div>";if(!je(e.content))return Ye(e.content);if(!e.glossary)return e.content;const l=document.createElement("DIV"),c=e.content.trim().replace(/<p>/g,'<div style="margin-bottom: 1em;">').replace(/<\/p>/g,"</div>");l.innerHTML=c;let d=l.outerHTML;const f=l.querySelectorAll(".ep_glossary_item");return f.length>0&&f.forEach(p=>{const b=p.getAttribute("data-id"),g=p.innerHTML;let k=[];e.glossary&&(k=e.glossary);const S=k.find(_=>_.id===b);if(S){const _=p.outerHTML,C=k.filter(F=>F.relation.some(H=>H==b)),E=C.map(F=>F.id),T=C.map(F=>F.term),V=S.variation,L=S.src?S.src:"",B=`<div style="display:inline"><EpTerm term="${S.term}" word="${g}" variations="${V}" graminfo="${S.graminfo}" src="${L}" domain="${S.domain}" relations="${T}" idrelation="${E}" > ${S.definition}</EpTerm> </div>`;d=d.replace(_,B)}}),l.innerHTML=d,l.innerHTML}),a=()=>{const l={components:{epterm:o.defineAsyncComponent(()=>Promise.resolve().then(()=>on))},template:`${n.value}`};return o.h(l)},{compact:s}=o.toRefs(e);return(l,i)=>(o.openBlock(),o.createElementBlock("div",null,[o.unref(s)?(o.openBlock(),o.createBlock(Vr,{key:1,outlined:"",title:t.value},{default:o.withCtx(()=>[o.createVNode(a)]),_:1},8,["title"])):(o.openBlock(),o.createBlock(a,{key:0}))]))}}),Fn=Object.freeze(Object.defineProperty({__proto__:null,default:Oa},Symbol.toStringTag,{value:"Module"}));function V1(r){return o.getCurrentScope()?(o.onScopeDispose(r),!0):!1}function ot(r){return typeof r=="function"?r():o.unref(r)}const $a=typeof window<"u"&&typeof document<"u",D1=Object.prototype.toString,q1=r=>D1.call(r)==="[object Object]",er=()=>{},z1=N1();function N1(){var r;return $a&&((r=window==null?void 0:window.navigator)==null?void 0:r.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent)}function In(r,e=!1,t="Timeout"){return new Promise((n,a)=>{setTimeout(e?()=>a(t):n,r)})}function Pn(r,e=!1){function t(p,{flush:b="sync",deep:g=!1,timeout:k,throwOnTimeout:S}={}){let _=null;const E=[new Promise(T=>{_=o.watch(r,V=>{p(V)!==e&&(_==null||_(),T(V))},{flush:b,deep:g,immediate:!0})})];return k!=null&&E.push(In(k,S).then(()=>ot(r)).finally(()=>_==null?void 0:_())),Promise.race(E)}function n(p,b){if(!o.isRef(p))return t(V=>V===p,b);const{flush:g="sync",deep:k=!1,timeout:S,throwOnTimeout:_}=b??{};let C=null;const T=[new Promise(V=>{C=o.watch([r,p],([L,B])=>{e!==(L===B)&&(C==null||C(),V(L))},{flush:g,deep:k,immediate:!0})})];return S!=null&&T.push(In(S,_).then(()=>ot(r)).finally(()=>(C==null||C(),ot(r)))),Promise.race(T)}function a(p){return t(b=>!!b,p)}function s(p){return n(null,p)}function l(p){return n(void 0,p)}function i(p){return t(Number.isNaN,p)}function c(p,b){return t(g=>{const k=Array.from(g);return k.includes(p)||k.includes(ot(p))},b)}function d(p){return f(1,p)}function f(p=1,b){let g=-1;return t(()=>(g+=1,g>=p),b)}return Array.isArray(ot(r))?{toMatch:t,toContains:c,changed:d,changedTimes:f,get not(){return Pn(r,!e)}}:{toMatch:t,toBe:n,toBeTruthy:a,toBeNull:s,toBeNaN:i,toBeUndefined:l,changed:d,changedTimes:f,get not(){return Pn(r,!e)}}}function L1(r){return Pn(r)}function tr(r){var e;const t=ot(r);return(e=t==null?void 0:t.$el)!=null?e:t}const Ha=$a?window:void 0;function Dr(...r){let e,t,n,a;if(typeof r[0]=="string"||Array.isArray(r[0])?([t,n,a]=r,e=Ha):[e,t,n,a]=r,!e)return er;Array.isArray(t)||(t=[t]),Array.isArray(n)||(n=[n]);const s=[],l=()=>{s.forEach(f=>f()),s.length=0},i=(f,p,b,g)=>(f.addEventListener(p,b,g),()=>f.removeEventListener(p,b,g)),c=o.watch(()=>[tr(e),ot(a)],([f,p])=>{if(l(),!f)return;const b=q1(p)?{...p}:p;s.push(...t.flatMap(g=>n.map(k=>i(f,g,k,b))))},{immediate:!0,flush:"post"}),d=()=>{c(),l()};return V1(d),d}let ja=!1;function R1(r,e,t={}){const{window:n=Ha,ignore:a=[],capture:s=!0,detectIframe:l=!1}=t;if(!n)return;z1&&!ja&&(ja=!0,Array.from(n.document.body.children).forEach(b=>b.addEventListener("click",er)),n.document.documentElement.addEventListener("click",er));let i=!0;const c=b=>a.some(g=>{if(typeof g=="string")return Array.from(n.document.querySelectorAll(g)).some(k=>k===b.target||b.composedPath().includes(k));{const k=tr(g);return k&&(b.target===k||b.composedPath().includes(k))}}),f=[Dr(n,"click",b=>{const g=tr(r);if(!(!g||g===b.target||b.composedPath().includes(g))){if(b.detail===0&&(i=!c(b)),!i){i=!0;return}e(b)}},{passive:!0,capture:s}),Dr(n,"pointerdown",b=>{const g=tr(r);g&&(i=!b.composedPath().includes(g)&&!c(b))},{passive:!0}),l&&Dr(n,"blur",b=>{setTimeout(()=>{var g;const k=tr(r);((g=n.document.activeElement)==null?void 0:g.tagName)==="IFRAME"&&!(k!=null&&k.contains(n.document.activeElement))&&e(b)},0)})].filter(Boolean);return()=>f.forEach(b=>b())}function F1(r,e,t){const{immediate:n=!0,delay:a=0,onError:s=er,onSuccess:l=er,resetOnExecute:i=!0,shallow:c=!0,throwError:d}=t??{},f=c?o.shallowRef(e):o.ref(e),p=o.ref(!1),b=o.ref(!1),g=o.shallowRef(void 0);async function k(C=0,...E){i&&(f.value=e),g.value=void 0,p.value=!1,b.value=!0,C>0&&await In(C);const T=typeof r=="function"?r(...E):r;try{const V=await T;f.value=V,p.value=!0,l(V)}catch(V){if(g.value=V,s(V),d)throw V}finally{b.value=!1}return f.value}n&&k(a);const S={state:f,isReady:p,isLoading:b,error:g,execute:k};function _(){return new Promise((C,E)=>{L1(b).toBe(!1).then(()=>C(S)).catch(E)})}return{...S,then(C,E){return _().then(C,E)}}}async function I1(r){return new Promise((e,t)=>{const n=new Image,{src:a,srcset:s,sizes:l,class:i,loading:c,crossorigin:d,referrerPolicy:f}=r;n.src=a,s&&(n.srcset=s),l&&(n.sizes=l),i&&(n.className=i),c&&(n.loading=c),d&&(n.crossOrigin=d),f&&(n.referrerPolicy=f),n.onload=()=>e(n),n.onerror=t})}function P1(r,e={}){const t=F1(()=>I1(ot(r)),void 0,{resetOnExecute:!0,...e});return o.watch(()=>ot(r),()=>t.execute(e.delay),{deep:!0}),t}const O1={compact:"p-0",default:"p-4",comfortable:"p-8"},$1=["src"],H1={key:0,class:"mb-2 flex items-center justify-between"},j1={class:"text-2xl font-bold"},U1={key:0},rr=o.defineComponent({__name:"EpCard",props:{title:{default:null},subtitle:{default:null},outlined:{type:Boolean,default:!1},flat:{type:Boolean,default:!1},icon:{default:null},color:{default:null},src:{default:null},maxWidth:{default:"max-w-full"},density:{default:"default"}},setup(r){const e=r,t=o.computed(()=>e.flat?"":"shadow-lg"),n=o.computed(()=>e.outlined&&e.color?`border solid ${Oe("border",e.color)}`:e.outlined?"border solid border-grey-700":""),a=o.computed(()=>e.color&&!e.outlined?`${Oe("bg",e.color)}`:"bg-white text-black"),s=o.computed(()=>e.color&&!e.outlined?"text-white":"text-gray-600"),l=o.computed(()=>O1[e.density]),i=o.computed(()=>`${t.value} ${n.value} ${a.value} ${e.maxWidth} my-4 `),{title:c,subtitle:d,icon:f,src:p,density:b}=o.toRefs(e);return(g,k)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(`${i.value} rounded-md`)},[o.unref(p)?(o.openBlock(),o.createElementBlock("img",{key:0,src:o.unref(p),class:"w-full rounded-t-md",alt:"header card"},null,8,$1)):o.createCommentVNode("",!0),o.createElementVNode("div",{class:o.normalizeClass(l.value)},[o.unref(c)||o.unref(d)?(o.openBlock(),o.createElementBlock("div",H1,[o.createElementVNode("div",null,[o.createElementVNode("h3",j1,o.toDisplayString(o.unref(c)),1),o.createElementVNode("h4",{class:o.normalizeClass(`text-xs ${s.value}`)},o.toDisplayString(o.unref(d)),3)]),o.unref(f)?(o.openBlock(),o.createElementBlock("div",U1,[o.createVNode(re,{"icon-path":o.unref(f)},null,8,["icon-path"])])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.renderSlot(g.$slots,"card-header"),o.renderSlot(g.$slots,"default"),o.renderSlot(g.$slots,"card-actions")],2)],2))}}),On=Object.freeze(Object.defineProperty({__proto__:null,default:rr},Symbol.toStringTag,{value:"Module"})),G1=["onClick"],Z1={class:"mx-auto"},nr=o.defineComponent({__name:"EpModal",props:{modelValue:{type:Boolean,default:!1},title:{default:null},subtitle:{default:null},icon:{default:null},persistent:{type:Boolean,default:!1},size:{default:"default"}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,n={compact:"w-[45%]",default:"w-[75%]",comfortable:"w-[85%]"},a=()=>{t.persistent||e("update:modelValue",!1)},s=o.computed(()=>n[t.size]),{title:l,subtitle:i,icon:c}=o.toRefs(t);return(d,f)=>(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"modal"},{default:o.withCtx(()=>[d.modelValue?(o.openBlock(),o.createElementBlock("div",{key:0,class:"modal-mask",onClick:o.withModifiers(a,["self"])},[o.createElementVNode("div",{class:o.normalizeClass(`modal-container ${s.value} max-h-screen overflow-auto`)},[o.createElementVNode("div",Z1,[o.createVNode(rr,{title:o.unref(l),subtitle:o.unref(i),icon:o.unref(c)},{default:o.withCtx(()=>[o.renderSlot(d.$slots,"default")]),_:3},8,["title","subtitle","icon"])])],2)],8,G1)):o.createCommentVNode("",!0)]),_:3})]))}}),SX="",$n=Object.freeze(Object.defineProperty({__proto__:null,default:nr},Symbol.toStringTag,{value:"Module"}));var W1="M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z",Y1="M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z",X1="M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z",K1="M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z",J1="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z",Q1="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z",Ua="M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z",Hn="M17.5 14.33C18.29 14.33 19.13 14.41 20 14.57V16.07C19.38 15.91 18.54 15.83 17.5 15.83C15.6 15.83 14.11 16.16 13 16.82V15.13C14.17 14.6 15.67 14.33 17.5 14.33M13 12.46C14.29 11.93 15.79 11.67 17.5 11.67C18.29 11.67 19.13 11.74 20 11.9V13.4C19.38 13.24 18.54 13.16 17.5 13.16C15.6 13.16 14.11 13.5 13 14.15M17.5 10.5C15.6 10.5 14.11 10.82 13 11.5V9.84C14.23 9.28 15.73 9 17.5 9C18.29 9 19.13 9.08 20 9.23V10.78C19.26 10.59 18.41 10.5 17.5 10.5M21 18.5V7C19.96 6.67 18.79 6.5 17.5 6.5C15.45 6.5 13.62 7 12 8V19.5C13.62 18.5 15.45 18 17.5 18C18.69 18 19.86 18.16 21 18.5M17.5 4.5C19.85 4.5 21.69 5 23 6V20.56C23 20.68 22.95 20.8 22.84 20.91C22.73 21 22.61 21.08 22.5 21.08C22.39 21.08 22.31 21.06 22.25 21.03C20.97 20.34 19.38 20 17.5 20C15.45 20 13.62 20.5 12 21.5C10.66 20.5 8.83 20 6.5 20C4.84 20 3.25 20.36 1.75 21.07C1.72 21.08 1.68 21.08 1.63 21.1C1.59 21.11 1.55 21.12 1.5 21.12C1.39 21.12 1.27 21.08 1.16 21C1.05 20.89 1 20.78 1 20.65V6C2.34 5 4.18 4.5 6.5 4.5C8.83 4.5 10.66 5 12 6C13.34 5 15.17 4.5 17.5 4.5Z",Ga="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M18 14L15.5 12.5L13 14V6H18V14Z",Za="M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1M15,20V7H5V20L10,17.82L15,20M15,5C16.11,5 17,5.9 17,7V23L10,20L3,23V7A2,2 0 0,1 5,5H15Z",ed="M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3Z",td="M22,5V7H17L13.53,12H16V14H14.46L18.17,22H15.97L15.04,20H6.38L5.35,22H3.1L7.23,14H7C6.55,14 6.17,13.7 6.04,13.3L2.87,3.84L3.82,3.5C4.34,3.34 4.91,3.63 5.08,4.15L7.72,12H12.1L15.57,7H12V5H22M9.5,14L7.42,18H14.11L12.26,14H9.5Z",rd="M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z",nd="M16,11.78L20.24,4.45L21.97,5.45L16.74,14.5L10.23,10.75L5.46,19H22V21H2V3H4V17.54L9.5,8L16,11.78Z",od="M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z",ad="M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z",sd="M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",ld="M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",id="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z",cd="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z",ud="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M8.6,16.6L13.2,12L8.6,7.4L10,6L16,12L10,18L8.6,16.6Z",dd="M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z",hd="M12.42,5.29C11.32,5.19 10.35,6 10.25,7.11L10,10H12.82V12H9.82L9.38,17.07C9.18,19.27 7.24,20.9 5.04,20.7C3.79,20.59 2.66,19.9 2,18.83L3.5,17.33C3.83,18.38 4.96,18.97 6,18.63C6.78,18.39 7.33,17.7 7.4,16.89L7.82,12H4.82V10H8L8.27,6.93C8.46,4.73 10.39,3.1 12.6,3.28C13.86,3.39 15,4.09 15.66,5.17L14.16,6.67C13.91,5.9 13.23,5.36 12.42,5.29M22,13.65L20.59,12.24L17.76,15.07L14.93,12.24L13.5,13.65L16.35,16.5L13.5,19.31L14.93,20.72L17.76,17.89L20.59,20.72L22,19.31L19.17,16.5L22,13.65Z",fd="M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H18A3,3 0 0,0 21,17V10C21,5 16.97,1 12,1Z",Wa="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z",Ya="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z",pd="M5 3C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H14.09C14.03 20.67 14 20.34 14 20C14 19.32 14.12 18.64 14.35 18H5L8.5 13.5L11 16.5L14.5 12L16.73 14.97C17.7 14.34 18.84 14 20 14C20.34 14 20.67 14.03 21 14.09V5C21 3.89 20.1 3 19 3H5M16.47 17.88L18.59 20L16.47 22.12L17.88 23.54L20 21.41L22.12 23.54L23.54 22.12L21.41 20L23.54 17.88L22.12 16.46L20 18.59L17.88 16.47L16.46 17.88Z",md="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z",Xa="M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z",gd="M16.84,2.73C16.45,2.73 16.07,2.88 15.77,3.17L13.65,5.29L18.95,10.6L21.07,8.5C21.67,7.89 21.67,6.94 21.07,6.36L17.9,3.17C17.6,2.88 17.22,2.73 16.84,2.73M12.94,6L4.84,14.11L7.4,14.39L7.58,16.68L9.86,16.85L10.15,19.41L18.25,11.3M4.25,15.04L2.5,21.73L9.2,19.94L8.96,17.78L6.65,17.61L6.47,15.29",bd="M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63Z",yd="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z",Ka="M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z",Ja="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z",vd="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z",Qa="M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z";function _e(r){return je(r)?r:Ye(r)}const xd={key:0,class:"flex"},kd={key:0,class:"text-gray-200"},wd={key:1,class:"text-red-200"},_d=["src","alt"],Cd={key:3,class:"px-4 py-2"},Sd={class:"text-2xl font-bold"},Ed={class:"text-gray-500 text-sm mt-4"},Ad=["innerHTML"],Td={key:1,class:"relative group inline-block m-2"},Bd=["src","alt"],Md={class:"absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-white text-center"},Vd=["src","alt"],Dd={key:0,class:"px-4 py-2"},qd={class:"text-2xl font-bold"},zd={class:"text-gray-500 text-sm mt-4"},Nd=["innerHTML"],At=o.defineComponent({__name:"EpImg",props:{src:{},alt:{default:"Image snfas"},height:{},width:{},thumbnail:{type:Boolean,default:!1},caption:{},bib:{},title:{},noModal:{type:Boolean,default:!1},cols:{default:"6"}},setup(r){const e=r,t=["basis-6/12","basis-1/12","basis-2/12","basis-3/12","basis-4/12","basis-5/12","basis-6/12","basis-7/12","basis-8/12","basis-9/12","basis-10/12","basis-11/12","basis-12/12"],n=o.computed(()=>t[+e.cols]),a=o.computed(()=>e.bib?_e(e.bib):""),s=o.ref(!1),l=()=>{e.noModal||(s.value=!s.value)},{isLoading:i,error:c}=P1({src:e.src}),{src:d,alt:f,title:p,caption:b,thumbnail:g,bib:k,noModal:S}=o.toRefs(e);return(_,C)=>(o.openBlock(),o.createElementBlock("div",null,[o.unref(g)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",xd,[o.createElementVNode("div",{class:o.normalizeClass(`mx-auto bg-white rounded-md overflow-hidden shadow-md ${n.value}`)},[o.unref(i)?(o.openBlock(),o.createElementBlock("span",kd,[o.createVNode(re,{"icon-path":o.unref(Ya),size:"250"},null,8,["icon-path"])])):o.unref(c)?(o.openBlock(),o.createElementBlock("span",wd,[o.createVNode(re,{"icon-path":o.unref(pd),size:"150"},null,8,["icon-path"])])):(o.openBlock(),o.createElementBlock("img",{key:2,class:"object-cover object-center w-full",src:o.unref(d),alt:o.unref(f),onClick:l},null,8,_d)),o.unref(p)||o.unref(b)||o.unref(k)?(o.openBlock(),o.createElementBlock("div",Cd,[o.createElementVNode("h2",Sd,o.toDisplayString(o.unref(p)),1),o.createElementVNode("p",Ed,o.toDisplayString(o.unref(b)),1),o.createElementVNode("div",{class:"text-gray-700 mt-4",innerHTML:a.value},null,8,Ad)])):o.createCommentVNode("",!0)],2)])),o.unref(g)?(o.openBlock(),o.createElementBlock("div",Td,[o.createElementVNode("img",{class:"w-36 h-36 object-cover object-center group-hover:opacity-30",src:o.unref(d),alt:o.unref(f)},null,8,Bd),o.createElementVNode("div",{class:"absolute top-0 left-0 w-36 h-36 bg-black opacity-0 transition-opacity duration-300 group-hover:opacity-30 cursor-pointer",onClick:l},[o.createElementVNode("div",Md,[o.createVNode(re,{"icon-path":o.unref(K1)},null,8,["icon-path"])])])])):o.createCommentVNode("",!0),o.createVNode(nr,{modelValue:s.value,"onUpdate:modelValue":C[0]||(C[0]=E=>s.value=E)},{default:o.withCtx(()=>[o.createElementVNode("img",{class:"object-cover object-center h-5/6 w-5/6 mx-auto",src:o.unref(d),alt:o.unref(f),onClick:l},null,8,Vd),o.unref(g)?(o.openBlock(),o.createElementBlock("div",Dd,[o.createElementVNode("h2",qd,o.toDisplayString(o.unref(p)),1),o.createElementVNode("p",zd,o.toDisplayString(o.unref(b)),1),o.createElementVNode("div",{class:"text-gray-700 mt-4",innerHTML:a.value},null,8,Nd)])):o.createCommentVNode("",!0)]),_:1},8,["modelValue"])]))}}),qr=Object.freeze(Object.defineProperty({__proto__:null,default:At},Symbol.toStringTag,{value:"Module"})),Ld={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Rd=[o.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)],zr=o.defineComponent({__name:"EpBadge",props:{color:{default:"primary"},outlined:{type:Boolean},square:{type:Boolean,default:!1},iconPath:{default:null}},setup(r){const e=r;return o.computed(()=>e.outlined?Oe("border",e.color):Oe("bg",e.color)),o.computed(()=>e.square?"":"rounded-full"),o.toRefs(e),(t,n)=>(o.openBlock(),o.createElementBlock("div",Ld,Rd))}}),jn=Object.freeze(Object.defineProperty({__proto__:null,default:zr},Symbol.toStringTag,{value:"Module"})),Fd={base:{default:"bg-gray-100 text-black hover:bg-gray-200",outlined:"bg-white ring-1 ring-grey-200 ring-inset text-black hover:bg-gray-200"},primary:{default:"bg-primary hover:bg-primary-light hover:text-primary-dark",outlined:"ring-1 ring-primary ring-inset text-primary hover:bg-primary-light hover:text-primary-dark"},secondary:{default:"bg-secondary hover:bg-secondary-light hover:text-secondary-dark",outlined:"ring-1 ring-secondary ring-inset text-secondary hover:bg-secondary-light hover:text-secondary-dark"},accent:{default:"bg-accent hover:bg-accent-light hover:text-accent-dark",outlined:"ring-1 ring-accent ring-inset text-accent hover:bg-accent-light hover:text-accent-dark"},info:{default:"bg-info hover:bg-info-light hover:text-info-dark",outlined:"ring-1 ring-info ring-inset text-info hover:bg-info-light hover:text-info-dark"},warning:{default:"bg-warning hover:bg-warning-light hover:text-warning-dark",outlined:"ring-1 ring-warning ring-inset text-warning hover:bg-warning-light hover:text-warning-dark"},success:{default:"bg-success hover:bg-success-light hover:text-success-dark",outlined:"ring-1 ring-success ring-inset text-success hover:bg-success-light hover:text-success-dark"},error:{default:"bg-error hover:bg-error-light hover:text-error-dark",outlined:"ring-1 ring-error ring-inset text-error hover:bg-error-light hover:text-error-dark"}},Id={small:"px-2 py-1 text-sm",medium:"px-4 py-2",large:"px-8 py-4 text-lg"},Pd=["disabled"],Od=["disabled","href"],Ce=o.defineComponent({__name:"EpBtn",props:{type:{default:"base"},disabled:{type:Boolean},block:{type:Boolean},rounded:{type:Boolean,default:!1},size:{default:"medium"},appendIcon:{default:null},prependIcon:{default:null},outlined:{type:Boolean},text:{type:Boolean,default:!1},color:{default:"text-black"},extraClass:{default:null},href:{}},setup(r){const e=r,t=o.computed(()=>e.outlined?"":e.color),n=o.computed(()=>e.outlined?"outlined":"default"),a=o.computed(()=>{var f;return e.text?`uppercase ${Oe("text",e.type)} hover:${Oe("bg",e.type+"light")}`:`${(f=Fd[e.type])==null?void 0:f[n.value]}`}),s=o.computed(()=>`
18
18
  transition
19
19
  ${a.value}
20
20
  ${Id[e.size]}
@@ -27,14 +27,14 @@
27
27
  ${Hd[e.size]}
28
28
  ${n.value}
29
29
  ${(c=$d[e.type])==null?void 0:c[t.value]}
30
- `}),l=o.computed(()=>{if(e.size==="large")return"30";if(e.size==="medium")return"20";if(e.size==="small")return"15"}),{appendIcon:i}=o.toRefs(e);return(c,d)=>(o.openBlock(),o.createElementBlock("span",{class:o.normalizeClass(`${s.value} mx-2 cursor-default`)},[c.prependIcon?(o.openBlock(),o.createBlock(re,{key:0,iconPath:c.prependIcon,size:l.value,extraClass:"mr-2"},null,8,["iconPath","size"])):o.createCommentVNode("",!0),o.renderSlot(c.$slots,"default"),o.unref(i)?(o.openBlock(),o.createBlock(re,{key:1,iconPath:o.unref(i),size:l.value,extraClass:"ml-2"},null,8,["iconPath","size"])):o.createCommentVNode("",!0)],2))}}),Gn=Object.freeze(Object.defineProperty({__proto__:null,default:Tt},Symbol.toStringTag,{value:"Module"})),Bt=o.defineComponent({__name:"EpDivider",props:{color:{default:null},size:{default:"border"},inset:{type:Boolean,default:!1},icon:{default:null},margin:{default:"my-2"}},setup(r){const e=r,t=o.computed(()=>e.color?`${e.size} ${Oe("border",e.color)}`:`${e.size} border-grey-700`),n=o.computed(()=>`${t.value} ${e.inset?"w-9/12 mx-auto":"w-full"} ${e.margin}`);return(a,s)=>(o.openBlock(),o.createElementBlock("hr",{class:o.normalizeClass(`h-px ${n.value}`)},null,2))}}),Zn=Object.freeze(Object.defineProperty({__proto__:null,default:Bt},Symbol.toStringTag,{value:"Module"})),jd={class:"EpSection"},Ud={class:"relative items-center w-full"},Gd={class:"w-full mx-auto text-left"},Zd={class:"relative flex-col items-center m-auto align-middle"},Wd={class:"gap-12 text-left lg:gap-24"},Yd={class:"order-first block w-full mt-12 lg:mt-0"},Xd=["src"],Kd={class:"flex flex-col space-y-20 lg:mt-0"},Jd={class:"border-b"},Qd={class:"text-2xl font-medium tracking-tight text-black sm:text-4xl"},eh={class:""},th={class:"lg:max-w-7xl"},es=o.defineComponent({__name:"EpSection",props:{title:{default:null},subtitle:{},prependIcon:{},iconSize:{},color:{default:null},taxonomyLevel:{},courseCode:{},courseTitle:{},height:{},src:{},synchrone:{type:Boolean}},setup(r){const e=r,{title:t,icon:n,color:a,src:s}=o.toRefs(e);return(l,i)=>(o.openBlock(),o.createElementBlock("section",jd,[o.createElementVNode("div",Ud,[o.createElementVNode("div",Gd,[o.createElementVNode("div",Zd,[o.createElementVNode("div",Wd,[o.createElementVNode("div",Yd,[o.unref(s)?(o.openBlock(),o.createElementBlock("img",{key:0,class:"object-cover object-center w-full mx-auto bg-gray-300 border lg:ml-auto",alt:"hero",src:o.unref(s)},null,8,Xd)):o.createCommentVNode("",!0)]),o.createElementVNode("div",Kd,[o.createElementVNode("div",Jd,[o.createElementVNode("div",null,[o.createElementVNode("p",Qd,o.toDisplayString(o.unref(t)),1),o.createElementVNode("p",eh,o.toDisplayString(l.subtitle),1)])]),o.createElementVNode("div",th,[o.renderSlot(l.$slots,"default")])])])])])])]))}}),Wn=Object.freeze(Object.defineProperty({__proto__:null,default:es},Symbol.toStringTag,{value:"Module"})),rh=["width","height"],nh=[o.createElementVNode("animateTransform",{attributeName:"transform",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;360 12 12"},null,-1)],oh=["width","height"],ah=o.createElementVNode("animateTransform",{attributeName:"transform",calcMode:"discrete",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12"},null,-1),ts=o.defineComponent({__name:"EpSpinner",props:{color:{default:"primary"},dots:{type:Boolean,default:!1},size:{default:46},inline:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>Oe("fill",e.color)),n=o.computed(()=>e.inline?"":"flex flex-row w-full h-screen items-center justify-center");return(a,s)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(n.value)},[a.dots?(o.openBlock(),o.createElementBlock("svg",{key:1,xmlns:"http://www.w3.org/2000/svg",width:a.size,height:a.size,class:"inline",viewBox:"0 0 32 32"},[o.createElementVNode("g",null,[o.createElementVNode("circle",{cx:"12",cy:"2.5",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".14"},null,2),o.createElementVNode("circle",{cx:"16.75",cy:"3.77",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".29"},null,2),o.createElementVNode("circle",{cx:"20.23",cy:"7.25",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".43"},null,2),o.createElementVNode("circle",{cx:"21.5",cy:"12",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".57"},null,2),o.createElementVNode("circle",{cx:"20.23",cy:"16.75",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".71"},null,2),o.createElementVNode("circle",{cx:"16.75",cy:"20.23",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".86"},null,2),o.createElementVNode("circle",{cx:"12",cy:"21.5",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor"},null,2),ah])],8,oh)):(o.openBlock(),o.createElementBlock("svg",{key:0,xmlns:"http://www.w3.org/2000/svg",width:a.size,height:a.size,class:"inline",viewBox:"0 0 32 32"},[o.createElementVNode("path",{class:o.normalizeClass(t.value),fill:"currentColor",d:"M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",opacity:".25"},null,2),o.createElementVNode("path",{class:o.normalizeClass(t.value),fill:"currentColor",d:"M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"},nh,2)],8,rh))],2))}}),Yn=Object.freeze(Object.defineProperty({__proto__:null,default:ts},Symbol.toStringTag,{value:"Module"})),sh={class:"grid grid-cols-2 gap-4"},rs=o.defineComponent({__name:"EpFlex",setup(r){return(e,t)=>(o.openBlock(),o.createElementBlock("div",sh,[o.renderSlot(e.$slots,"default")]))}}),Xn=Object.freeze(Object.defineProperty({__proto__:null,default:rs},Symbol.toStringTag,{value:"Module"})),lh={class:"min-w-full divide-y divide-gray-200 shadow"},ih={key:0,class:"bg-gray-50"},ch={class:"bg-white divide-y divide-gray-200"},uh="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider",ns=o.defineComponent({__name:"EpTable",props:{arrayContent:{},headers:{},title:{}},setup(r){const e=r,{headers:t,arrayContent:n,title:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(rr,{flat:"",title:o.unref(a)},{default:o.withCtx(()=>[o.createElementVNode("table",lh,[o.unref(t)?(o.openBlock(),o.createElementBlock("thead",ih,[o.createElementVNode("tr",null,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(t),(i,c)=>(o.openBlock(),o.createElementBlock("th",{key:`th-${c}`,scope:"col",class:o.normalizeClass(uh)},o.toDisplayString(i),1))),128))])])):o.createCommentVNode("",!0),o.createElementVNode("tbody",ch,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(n),(i,c)=>(o.openBlock(),o.createElementBlock("tr",{key:`tr-${c}`,class:"hover:bg-gray-50"},[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(i,(d,f)=>(o.openBlock(),o.createElementBlock("td",{key:`td-${c}-${f}`,class:"px-6 py-4 whitespace-nowrap"},o.toDisplayString(d),1))),128))]))),128))])])]),_:1},8,["title"]))}}),Kn=Object.freeze(Object.defineProperty({__proto__:null,default:ns},Symbol.toStringTag,{value:"Module"})),os={base:"bg-neutral-100 text-black",primary:"bg-primary text-white",secondary:"bg-secondary text-white",accent:"bg-accent text-white",info:"bg-info text-white",warning:"bg-warning text-white",success:"bg-success text-white",error:"bg-error text-white"},Jn=o.defineComponent({__name:"EpScope",props:{title:{default:"Essentiel"},type:{default:"base"}},setup(r){const e=r;let t=o.ref("base");const n=o.computed(()=>e.title.trim()==="Essentiel"?t.value="warning":e.title.trim()==="Enrichissement"?t.value="info":t.value),{title:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(Tt,{size:"small",type:n.value},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(a).trim()),1)]),_:1},8,["type"]))}}),Qn=Object.freeze(Object.defineProperty({__proto__:null,default:Jn},Symbol.toStringTag,{value:"Module"})),dh={class:"font-bold align-middle"},hh={class:"px-5"},fh={key:0,class:"py-2"},ph=o.createElementVNode("h4",{class:"font-semibold mb-2 text-sm uppercase tracking-wide text-gray-500"}," [Intentions] ",-1),mh={class:"py-2"},ve=o.defineComponent({__name:"EpEdu",props:{title:{default:null},subtitle:{},icon:{},mandateLevel:{},synchrone:{type:Boolean},type:{default:"base"},intentions:{},hideIcon:{type:Boolean,default:!1},flat:{type:Boolean,default:!1}},setup(r){const e=r,t=o.useSlots(),n=o.computed(()=>!!t.intentions),a=o.computed(()=>!!t.actions),s=o.computed(()=>e.icon?e.icon:gd),l=o.computed(()=>`${os[e.type]} text-left px-5 py-2 ${e.flat?"":"rounded-t-md"} flex justify-between items-center `),i=o.computed(()=>`${os[e.type]} text-right pr-5`),c=o.computed(()=>a.value||n.value||e.title?`rounded-lg overflow-hidden ${e.flat?"":"shadow-md"} flex flex-col justify-between h-full`:"flex flex-col justify-between"),d=o.computed(()=>{var b;return typeof e.mandateLevel=="object"?(b=e.mandateLevel)==null?void 0:b.title:e.mandateLevel}),{title:f,hideIcon:p}=o.toRefs(e);return(b,g)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(c.value)},[o.unref(f)||b.mandateLevel?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`${l.value}`)},[o.createElementVNode("h3",null,[o.unref(p)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(re,{key:0,iconPath:s.value,size:"24"},null,8,["iconPath"])),o.createTextVNode(),o.createElementVNode("span",dh,o.toDisplayString(o.unref(f)),1)]),b.mandateLevel?(o.openBlock(),o.createBlock(Jn,{key:0,title:d.value},null,8,["title"])):o.createCommentVNode("",!0)],2)):o.createCommentVNode("",!0),o.createElementVNode("div",hh,[n.value?(o.openBlock(),o.createElementBlock("div",fh,[ph,o.renderSlot(b.$slots,"intentions"),o.createVNode(Bt)])):o.createCommentVNode("",!0),o.createElementVNode("div",mh,[o.renderSlot(b.$slots,"content")])]),a.value?(o.openBlock(),o.createElementBlock("div",{key:1,class:o.normalizeClass(i.value)},[o.renderSlot(b.$slots,"actions")],2)):o.createCommentVNode("",!0)],2))}}),eo=Object.freeze(Object.defineProperty({__proto__:null,default:ve},Symbol.toStringTag,{value:"Module"})),gh=["innerHTML"],bh={key:1},yh=[o.createElementVNode("p",null,"Data no disponible",-1)],as=o.defineComponent({__name:"EpBarChart",props:{series:{},options:{},id:{},center:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean},type:{},mandateLevel:{},source:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),n=o.computed(()=>({...e.options,dataLabels:{enabled:!1}})),{center:a,series:s,source:l}=o.toRefs(e);return(i,c)=>{const d=o.resolveComponent("apexchart");return o.openBlock(),o.createBlock(ve,{title:i.title,type:i.type,hideIcon:i.hideIcon,icon:o.unref(rd),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[n.value&&o.unref(s)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`p-4 ${o.unref(a)?"flex justify-center":""}`)},[o.createVNode(d,{width:"500",type:"bar",options:n.value,series:o.unref(s)},null,8,["options","series"])],2)):(o.openBlock(),o.createElementBlock("div",bh,yh))]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,gh)]),key:"0"}:void 0,o.unref(l)?{name:"actions",fn:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(o.unref(l)),1)]),key:"1"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"])}}}),to=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"})),vh=["innerHTML"],xh={key:1},kh=[o.createElementVNode("p",null,"Data no disponible",-1)],ss=o.defineComponent({__name:"EpLineChart",props:{series:{},options:{},id:{},center:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean},type:{},mandateLevel:{},source:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),n=o.computed(()=>({...e.options,dataLabels:{enabled:!1},stroke:{curve:"straight"},chart:{width:550,type:"line",zoom:{enabled:!1}}})),{center:a,series:s,source:l}=o.toRefs(e);return(i,c)=>{const d=o.resolveComponent("apexchart");return o.openBlock(),o.createBlock(ve,{title:i.title,type:i.type,hideIcon:i.hideIcon,icon:o.unref(nd),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[n.value&&o.unref(s)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`p-4 ${o.unref(a)?"flex justify-center":""}`)},[o.createVNode(d,{width:"500",type:"line",options:n.value,series:o.unref(s)},null,8,["options","series"])],2)):(o.openBlock(),o.createElementBlock("div",xh,kh))]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,vh)]),key:"0"}:void 0,o.unref(l)?{name:"actions",fn:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(o.unref(l)),1)]),key:"1"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"])}}}),ro=Object.freeze(Object.defineProperty({__proto__:null,default:ss},Symbol.toStringTag,{value:"Module"})),wh=["innerHTML"],_h={key:1},Ch=[o.createElementVNode("p",null,"Data no disponible",-1)],ls=o.defineComponent({__name:"EpPieChart",props:{series:{},options:{},id:{},center:{type:Boolean,default:!1},intentions:{},hideIcon:{type:Boolean},type:{default:"base"},mandateLevel:{},source:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{center:n,series:a,source:s,options:l}=o.toRefs(e);return(i,c)=>{var f,p;const d=o.resolveComponent("apexchart");return o.openBlock(),o.createBlock(ve,{title:(p=(f=o.unref(l))==null?void 0:f.title)==null?void 0:p.text,type:i.type,hideIcon:i.hideIcon,icon:o.unref(od),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.unref(l)&&o.unref(a)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`p-4 ${o.unref(n)?"flex justify-center":""}`)},[o.createVNode(d,{width:"350",type:"pie",options:o.unref(l),series:o.unref(a)},null,8,["options","series"])],2)):(o.openBlock(),o.createElementBlock("div",_h,Ch))]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,wh)]),key:"0"}:void 0,o.unref(s)?{name:"actions",fn:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(o.unref(s)),1)]),key:"1"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"])}}}),no=Object.freeze(Object.defineProperty({__proto__:null,default:ls},Symbol.toStringTag,{value:"Module"})),is=o.defineComponent({__name:"DisplayBox",setup(r){const e=o.ref(),t=o.ref();R1(e,l=>{t.value=!1}),Dr("keydown",l=>{l.key==="Escape"&&t&&(t.value=!1)});function n(){return t.value=!0}function a(){return t.value=!1}const s=o.computed(()=>t.value?"w-[32rem]":"hidden");return(l,i)=>(o.openBlock(),o.createElementBlock("div",null,[o.renderSlot(l.$slots,"default",{open:n}),o.createElementVNode("div",{ref_key:"menu",ref:e,class:o.normalizeClass(`${s.value} custom_index`)},[o.renderSlot(l.$slots,"menu",{isOpen:t.value,close:a})],2)]))}}),DX="",oo=Object.freeze(Object.defineProperty({__proto__:null,default:is},Symbol.toStringTag,{value:"Module"})),Sh={key:0,class:"flex rounded-lg overflow-hidden bg-white md:flex-row"},Eh={key:0,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},Ah=["src","alt"],Th={key:1,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},Bh={class:"flex flex-col w-full"},Mh=["innerHTML"],Vh={class:"w-full"},Dh={class:"flex"},qh={key:0,class:"flex-1 py-2"},zh={class:"font-medium"},Nh={key:0,class:"text-sm italic pr-1"},Lh={key:1,class:"font-bold"},Rh={key:2},Fh={key:3},Ih={key:4},Ph={key:0},Oh=o.createElementVNode("span",{class:"text-sm italic pr-1"},"dans",-1),$h={class:""},Hh={class:"pl-2 align-middle"},jh=["innerHTML"],Uh={class:"flex flex-row justify-between"},Gh={class:"p-5"},Zh={class:"text-lg leading-6 font-semibold font-sans text-skin-inverted group-hover:text-skin-primary"},Wh={class:"flex"},Yh={class:"p-5"},Xh={class:"w-[32rem]"},Kh={class:"flex flex-col rounded-lg bg-white md:flex-row"},Jh=["src","alt"],Qh={key:1,class:"h-96 border-l border-t border-b w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},ef={class:"flex flex-col justify-between w-full"},tf={class:"bg-neutral-100 text-left px-5 py-2"},rf=o.createElementVNode("span",{class:"pl-2 align-middle"},"Lecture",-1),nf={class:"w-full px-5"},of={class:"flex"},af={key:0,class:"flex-1 py-2"},sf={class:"font-medium"},lf={key:0,class:"text-sm italic pr-1"},cf={key:1,class:"font-bold"},uf={key:2},df={key:3},hf={key:4},ff={key:0},pf=o.createElementVNode("span",{class:"text-sm italic pr-1"},"dans",-1),mf={class:""},gf={class:"pl-2 align-middle"},bf={class:"bg-neutral-100 text-right pr-5"},yf={class:"border-l p-5"},vf="https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg",xf="https://farm5.staticflickr.com/4868/45940268562_9452f09a61_o.png",cs=o.defineComponent({__name:"EpReading",props:{url:{},year:{},author:{},cover:{default:""},title:{default:null},container:{},editor:{},pages:{},mandateLevel:{},intentions:{default:""},compact:{type:Boolean,default:!1},more:{type:Boolean},version_link:{},hideCover:{type:Boolean,default:!1},labelcard:{default:"lecture"},labelBtb:{default:"lire"},labelIntentions:{default:"Intentions de lecture"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>!(e.cover===vf||e.cover.trim().length===0||e.cover===xf)),n=o.computed(()=>!!(e.author||e.editor||e.container||e.year)),{title:a,intentions:s,cover:l,hideCover:i,labelcard:c,year:d,author:f,container:p,editor:b,pages:g,type:k,mandateLevel:C,url:w}=o.toRefs(e);return(S,E)=>S.compact?(o.openBlock(),o.createBlock(ve,{key:1,title:o.unref(c),icon:o.unref(Hn),flat:"",type:o.unref(k),hideIcon:S.hideIcon},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",Uh,[o.createElementVNode("div",Gh,[o.createElementVNode("span",Zh,o.toDisplayString(o.unref(a)),1)]),o.createElementVNode("div",Wh,[o.createElementVNode("div",Yh,[o.createVNode(is,null,{default:o.withCtx(({open:T})=>[o.createVNode(Ce,{text:"",onClick:o.withModifiers(T,["stop"])},{default:o.withCtx(()=>[o.createTextVNode(" détails ")]),_:2},1032,["onClick"])]),menu:o.withCtx(({close:T})=>[o.createElementVNode("div",Xh,[o.createElementVNode("div",Kh,[o.unref(i)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[t.value?(o.openBlock(),o.createElementBlock("img",{key:0,class:"object-cover h-96 w-full rounded-t-lg object-cover md:h-auto md:w-56 md:rounded-none md:rounded-l-lg",src:o.unref(l),alt:`image de la lecture ${o.unref(a)}`},null,8,Jh)):(o.openBlock(),o.createElementBlock("div",Qh,[o.createVNode(re,{"icon-path":o.unref(Ua),size:"95"},null,8,["icon-path"])]))],64)),o.createElementVNode("div",ef,[o.createElementVNode("div",tf,[o.createVNode(re,{size:24,"icon-path":o.unref(Hn)},null,8,["icon-path"]),rf]),o.createElementVNode("div",nf,[o.createElementVNode("h4",{class:o.normalizeClass(`text-xl font-semibold py-4 ${n.value||o.unref(g)?"border-b":""}`)},o.toDisplayString(o.unref(a)),3),o.createElementVNode("div",of,[n.value?(o.openBlock(),o.createElementBlock("div",af,[o.createElementVNode("p",sf,[o.unref(f)?(o.openBlock(),o.createElementBlock("span",lf,"par")):o.createCommentVNode("",!0),o.unref(f)?(o.openBlock(),o.createElementBlock("span",cf,o.toDisplayString(o.unref(f)),1)):o.createCommentVNode("",!0),o.unref(d)?(o.openBlock(),o.createElementBlock("span",uf,"("+o.toDisplayString(o.unref(d))+")",1)):o.createCommentVNode("",!0),o.unref(d)&&o.unref(b)?(o.openBlock(),o.createElementBlock("span",df,", ")):o.createCommentVNode("",!0),o.unref(b)?(o.openBlock(),o.createElementBlock("span",hf,o.toDisplayString(o.unref(b)),1)):o.createCommentVNode("",!0)]),o.unref(p)?(o.openBlock(),o.createElementBlock("p",ff,[pf,o.createElementVNode("span",mf,o.toDisplayString(o.unref(p)),1)])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.unref(g)?(o.openBlock(),o.createElementBlock("div",{key:1,class:o.normalizeClass(`flex-1 pt-2 pb-2 ${n.value?"border-l pl-2":""}`)},[o.createVNode(re,{size:24,"icon-path":o.unref(Ga)},null,8,["icon-path"]),o.createElementVNode("span",gf,o.toDisplayString(o.unref(g)),1)],2)):o.createCommentVNode("",!0)])]),o.createElementVNode("div",bf,[o.createVNode(Ce,{text:"",onClick:o.withModifiers(T,["stop"])},{default:o.withCtx(()=>[o.createTextVNode(" Fermer ")]),_:2},1032,["onClick"])])])])])]),_:1})]),o.createElementVNode("div",yf,[o.unref(w)?(o.openBlock(),o.createBlock(Ce,{key:0,text:"",href:o.unref(w)},{default:o.withCtx(()=>[o.createVNode(re,{size:20,"icon-path":o.unref(Ja)},null,8,["icon-path"]),o.createTextVNode(" Lire ")]),_:1},8,["href"])):o.createCommentVNode("",!0)])])])]),_:2},[o.unref(xe)(o.unref(s))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(xe)(o.unref(s))},null,8,jh)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon"])):(o.openBlock(),o.createElementBlock("div",Sh,[o.unref(i)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[t.value?(o.openBlock(),o.createElementBlock("div",Eh,[o.createElementVNode("img",{src:o.unref(l),alt:`image de la lecture ${o.unref(a)}`},null,8,Ah)])):(o.openBlock(),o.createElementBlock("div",Th,[o.createVNode(re,{"icon-path":o.unref(Ua),size:"95"},null,8,["icon-path"])]))],64)),o.createElementVNode("div",Bh,[o.createVNode(ve,{title:o.unref(c),icon:o.unref(Hn),flat:"",type:o.unref(k),hideIcon:S.hideIcon,mandateLevel:o.unref(C)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",Vh,[o.createElementVNode("h4",{class:o.normalizeClass(`text-xl font-semibold ${n.value||o.unref(g)?"border-b":""}`)},o.toDisplayString(o.unref(a)),3),o.createElementVNode("div",Dh,[n.value?(o.openBlock(),o.createElementBlock("div",qh,[o.createElementVNode("p",zh,[o.unref(f)?(o.openBlock(),o.createElementBlock("span",Nh,"par")):o.createCommentVNode("",!0),o.unref(f)?(o.openBlock(),o.createElementBlock("span",Lh,o.toDisplayString(o.unref(f)),1)):o.createCommentVNode("",!0),o.unref(d)?(o.openBlock(),o.createElementBlock("span",Rh,"("+o.toDisplayString(o.unref(d))+")",1)):o.createCommentVNode("",!0),o.unref(d)&&o.unref(b)?(o.openBlock(),o.createElementBlock("span",Fh,", ")):o.createCommentVNode("",!0),o.unref(b)?(o.openBlock(),o.createElementBlock("span",Ih,o.toDisplayString(o.unref(b)),1)):o.createCommentVNode("",!0)]),o.unref(p)?(o.openBlock(),o.createElementBlock("p",Ph,[Oh,o.createElementVNode("span",$h,o.toDisplayString(o.unref(p)),1)])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.unref(g)?(o.openBlock(),o.createElementBlock("div",{key:1,class:o.normalizeClass(`flex-1 pt-2 pb-2 ${n.value?"border-l pl-2":""}`)},[o.createVNode(re,{size:24,"icon-path":o.unref(Ga)},null,8,["icon-path"]),o.createElementVNode("span",Hh,o.toDisplayString(o.unref(g)),1)],2)):o.createCommentVNode("",!0)])])]),actions:o.withCtx(()=>[o.unref(w)?(o.openBlock(),o.createBlock(Ce,{key:0,color:o.unref(k)=="base"?"text-gray-700":"text-white",type:o.unref(k),href:o.unref(w)},{default:o.withCtx(()=>[o.createTextVNode("LIRE")]),_:1},8,["color","type","href"])):o.createCommentVNode("",!0)]),_:2},[o.unref(xe)(o.unref(s))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(xe)(o.unref(s))},null,8,Mh)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"])])]))}}),Nr=Object.freeze(Object.defineProperty({__proto__:null,default:cs},Symbol.toStringTag,{value:"Module"})),ao=(r,e)=>{const t=r[e];return t?typeof t=="function"?t():Promise.resolve(t):new Promise((n,a)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(a.bind(null,new Error("Unknown variable dynamic import: "+e)))})};function so(r){let e=new Map;return e.set("ptsTextBlock",{name:"EpText",path:"basics"}),e.set("ptsImg",{name:"EpImg",path:"basics"}),e.set("ptsVideo",{name:"EpVideo",path:"medias"}),e.set("clip",{name:"EpVideo",path:"medias"}),e.set("ptsPanopto",{name:"EpVideoPanopto",path:"medias"}),e.set("ptsAudio",{name:"EpAudio",path:"medias"}),e.set("ptsTable",{name:"EpTable",path:"basics"}),e.set("ptsQuote",{name:"EpQuote",path:"signages"}),e.set("ptsReading",{name:"EpReading",path:"educationals"}),e.set("book",{name:"EpReading",path:"educationals"}),e.set("ptsIframe",{name:"EpIframe",path:"medias"}),e.set("ptsResource",{name:"EpResource",path:"educationals"}),e.set("ptsLinkVersion",{name:"EpLinkVersion",path:"medias"}),e.set("ptsQuestion",{name:"EpQuestion",path:"interactions"}),e.set("ptsTimeline",{name:"EpTimeLine",path:"medias"}),e.set("ptsCarrousel",{name:"EpCarousel",path:"medias"}),e.set("ptsContentSlider",{name:"EpContentSlider",path:"interactions"}),e.set("ptsBarChart",{name:"EpBarChart",path:"charts"}),e.set("ptsPieChart",{name:"EpPieChart",path:"charts"}),e.set("ptsLineChart",{name:"EpLineChart",path:"charts"}),e.set("ptsAlert",{name:"EpAlert",path:"signages"}),e.set("ptsLink",{name:"EpLink",path:"medias"}),e.set("website",{name:"EpLink",path:"medias"}),e.set("ptsKatex",{name:"EpKatex",path:"medias"}),e.set("ptsSvg",{name:"EpSvg",path:"medias"}),e.set("ptsSoftware",{name:"EpSoftware",path:"medias"}),e.set("software",{name:"EpSoftware",path:"medias"}),e.get(r)===void 0?{name:"EpNothing",path:"signages"}:e.get(r)}const us=o.defineComponent({__name:"EpResource",props:{pages:{},resource:{},mandateLevel:{},type:{default:"base"}},setup(r){const e=r,t=o.computed(()=>{if(!e.resource.hasOwnProperty("content"))return"EpNothing";const i=Object.keys(e.resource.content)[0],c=Object.assign({},e.resource.content[i]);return c.pages=e.pages,c.type=i,i==="clip"&&(c.src=c.url),i==="website"&&(c.href=c.url,c.label=c.title,c.title=null),i==="book"&&e.pages&&(c.intentions=e.pages,c.pages=null),c.version_link&&(c.url=c.version_link.url),c}),n=i=>{const c=so(i);return c.name==="EpNothing"?o.defineAsyncComponent(()=>Promise.resolve().then(()=>pr)):c.name==="EpReading"?o.defineAsyncComponent(()=>Promise.resolve().then(()=>Nr)):o.defineAsyncComponent(()=>ao(Object.assign({"../basics/EpBadge.vue":()=>Promise.resolve().then(()=>jn),"../basics/EpBtn.vue":()=>Promise.resolve().then(()=>Un),"../basics/EpCard.vue":()=>Promise.resolve().then(()=>On),"../basics/EpChip.vue":()=>Promise.resolve().then(()=>Gn),"../basics/EpDivider.vue":()=>Promise.resolve().then(()=>Zn),"../basics/EpFlex.vue":()=>Promise.resolve().then(()=>Xn),"../basics/EpIcon.vue":()=>Promise.resolve().then(()=>Ln),"../basics/EpImg.vue":()=>Promise.resolve().then(()=>qr),"../basics/EpSection.vue":()=>Promise.resolve().then(()=>Wn),"../basics/EpSpinner.vue":()=>Promise.resolve().then(()=>Yn),"../basics/EpTable.vue":()=>Promise.resolve().then(()=>Kn),"../basics/EpText.vue":()=>Promise.resolve().then(()=>Fn),"../charts/EpBarChart.vue":()=>Promise.resolve().then(()=>to),"../charts/EpLineChart.vue":()=>Promise.resolve().then(()=>ro),"../charts/EpPieChart.vue":()=>Promise.resolve().then(()=>no),"./EpEdu.vue":()=>Promise.resolve().then(()=>eo),"./EpReading.vue":()=>Promise.resolve().then(()=>Nr),"./EpResource.vue":()=>Promise.resolve().then(()=>lo),"./EpScope.vue":()=>Promise.resolve().then(()=>Qn),"../forms/EpCheckbox.vue":()=>Promise.resolve().then(()=>k0),"../forms/EpInput.vue":()=>Promise.resolve().then(()=>M0),"../forms/EpRadio.vue":()=>Promise.resolve().then(()=>co),"../forms/EpSelect.vue":()=>Promise.resolve().then(()=>V0),"../forms/EpSwitch.vue":()=>Promise.resolve().then(()=>D0),"../forms/EpTextarea.vue":()=>Promise.resolve().then(()=>q0),"../forms/EpToggle.vue":()=>Promise.resolve().then(()=>z0),"../interactions/EpAccordeon.vue":()=>Promise.resolve().then(()=>Rn),"../interactions/EpContentSlider.vue":()=>Promise.resolve().then(()=>io),"../interactions/EpModal.vue":()=>Promise.resolve().then(()=>$n),"../interactions/EpQuestion.vue":()=>Promise.resolve().then(()=>ho),"../interactions/EpTabs.vue":()=>Promise.resolve().then(()=>fo),"../medias/EpAudio.vue":()=>Promise.resolve().then(()=>mo),"../medias/EpCarousel.vue":()=>Promise.resolve().then(()=>go),"../medias/EpIframe.vue":()=>Promise.resolve().then(()=>yo),"../medias/EpKatex.vue":()=>Promise.resolve().then(()=>i0),"../medias/EpLink.vue":()=>Promise.resolve().then(()=>u0),"../medias/EpLinkVersion.vue":()=>Promise.resolve().then(()=>d0),"../medias/EpSoftware.vue":()=>Promise.resolve().then(()=>h0),"../medias/EpSvg.vue":()=>Promise.resolve().then(()=>f0),"../medias/EpTerm.vue":()=>Promise.resolve().then(()=>on),"../medias/EpTimeLine.vue":()=>Promise.resolve().then(()=>m0),"../medias/EpVideo.vue":()=>Promise.resolve().then(()=>g0),"../medias/EpVideoPanopto.vue":()=>Promise.resolve().then(()=>b0),"../signages/EpAlert.vue":()=>Promise.resolve().then(()=>uo),"../signages/EpHeader.vue":()=>Promise.resolve().then(()=>v0),"../signages/EpNothing.vue":()=>Promise.resolve().then(()=>pr),"../signages/EpQuote.vue":()=>Promise.resolve().then(()=>x0),"../tools/BgAudio.vue":()=>Promise.resolve().then(()=>po),"../tools/DisplayBox.vue":()=>Promise.resolve().then(()=>oo),"../tools/SvgFilter.vue":()=>Promise.resolve().then(()=>y0),"../tools/TimelineItem.vue":()=>Promise.resolve().then(()=>p0)}),`../${c.path}/${c.name}.vue`))},{mandateLevel:a,type:s,pages:l}=o.toRefs(e);return(i,c)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(n(t.value.type)),o.mergeProps({...t.value},{mandateLevel:o.unref(a),intentions:o.unref(l),type:o.unref(s)}),null,16,["mandateLevel","intentions","type"]))}}),lo=Object.freeze(Object.defineProperty({__proto__:null,default:us},Symbol.toStringTag,{value:"Module"})),kf={class:"bg-stone-100 p-5 w-full md:h-custom overflow-hidden"},wf={class:"flex justify-between border-b border-black w-auto"},_f={class:"text-lg border-b-4 border-black"},Cf={key:0,class:"md:flex items-end pb-1"},Sf=["onClick"],Ef={class:"ml-2 text-xs"},Af={class:""},Tf={key:0,class:"w-full mr-5 flex items-center"},Bf={class:"w-full"},Mf=["innerHTML"],ds=o.defineComponent({__name:"EpContentSlider",props:{slides:{}},setup(r){const e=r,t=o.ref(0),n=o.computed(()=>e.slides?e.slides.length===0?{title:"no data",img:"",uid:2,content:""}:e.slides[t.value]:{title:"no data",img:"",uid:2,content:""}),a=o.computed(()=>{var p;if(n.value.img)return o.defineAsyncComponent(()=>Promise.resolve().then(()=>qr));if(n.value.component){const b=so((p=n.value.component)==null?void 0:p.type);return o.defineAsyncComponent(()=>ao(Object.assign({"../basics/EpBadge.vue":()=>Promise.resolve().then(()=>jn),"../basics/EpBtn.vue":()=>Promise.resolve().then(()=>Un),"../basics/EpCard.vue":()=>Promise.resolve().then(()=>On),"../basics/EpChip.vue":()=>Promise.resolve().then(()=>Gn),"../basics/EpDivider.vue":()=>Promise.resolve().then(()=>Zn),"../basics/EpFlex.vue":()=>Promise.resolve().then(()=>Xn),"../basics/EpIcon.vue":()=>Promise.resolve().then(()=>Ln),"../basics/EpImg.vue":()=>Promise.resolve().then(()=>qr),"../basics/EpSection.vue":()=>Promise.resolve().then(()=>Wn),"../basics/EpSpinner.vue":()=>Promise.resolve().then(()=>Yn),"../basics/EpTable.vue":()=>Promise.resolve().then(()=>Kn),"../basics/EpText.vue":()=>Promise.resolve().then(()=>Fn),"../charts/EpBarChart.vue":()=>Promise.resolve().then(()=>to),"../charts/EpLineChart.vue":()=>Promise.resolve().then(()=>ro),"../charts/EpPieChart.vue":()=>Promise.resolve().then(()=>no),"../educationals/EpEdu.vue":()=>Promise.resolve().then(()=>eo),"../educationals/EpReading.vue":()=>Promise.resolve().then(()=>Nr),"../educationals/EpResource.vue":()=>Promise.resolve().then(()=>lo),"../educationals/EpScope.vue":()=>Promise.resolve().then(()=>Qn),"../forms/EpCheckbox.vue":()=>Promise.resolve().then(()=>k0),"../forms/EpInput.vue":()=>Promise.resolve().then(()=>M0),"../forms/EpRadio.vue":()=>Promise.resolve().then(()=>co),"../forms/EpSelect.vue":()=>Promise.resolve().then(()=>V0),"../forms/EpSwitch.vue":()=>Promise.resolve().then(()=>D0),"../forms/EpTextarea.vue":()=>Promise.resolve().then(()=>q0),"../forms/EpToggle.vue":()=>Promise.resolve().then(()=>z0),"./EpAccordeon.vue":()=>Promise.resolve().then(()=>Rn),"./EpContentSlider.vue":()=>Promise.resolve().then(()=>io),"./EpModal.vue":()=>Promise.resolve().then(()=>$n),"./EpQuestion.vue":()=>Promise.resolve().then(()=>ho),"./EpTabs.vue":()=>Promise.resolve().then(()=>fo),"../medias/EpAudio.vue":()=>Promise.resolve().then(()=>mo),"../medias/EpCarousel.vue":()=>Promise.resolve().then(()=>go),"../medias/EpIframe.vue":()=>Promise.resolve().then(()=>yo),"../medias/EpKatex.vue":()=>Promise.resolve().then(()=>i0),"../medias/EpLink.vue":()=>Promise.resolve().then(()=>u0),"../medias/EpLinkVersion.vue":()=>Promise.resolve().then(()=>d0),"../medias/EpSoftware.vue":()=>Promise.resolve().then(()=>h0),"../medias/EpSvg.vue":()=>Promise.resolve().then(()=>f0),"../medias/EpTerm.vue":()=>Promise.resolve().then(()=>on),"../medias/EpTimeLine.vue":()=>Promise.resolve().then(()=>m0),"../medias/EpVideo.vue":()=>Promise.resolve().then(()=>g0),"../medias/EpVideoPanopto.vue":()=>Promise.resolve().then(()=>b0),"../signages/EpAlert.vue":()=>Promise.resolve().then(()=>uo),"../signages/EpHeader.vue":()=>Promise.resolve().then(()=>v0),"../signages/EpNothing.vue":()=>Promise.resolve().then(()=>pr),"../signages/EpQuote.vue":()=>Promise.resolve().then(()=>x0),"../tools/BgAudio.vue":()=>Promise.resolve().then(()=>po),"../tools/DisplayBox.vue":()=>Promise.resolve().then(()=>oo),"../tools/SvgFilter.vue":()=>Promise.resolve().then(()=>y0),"../tools/TimelineItem.vue":()=>Promise.resolve().then(()=>p0)}),`../${b.path}/${b.name}.vue`))}return null}),s=o.computed(()=>t.value+1<e.slides.length),l=o.computed(()=>t.value+1>1),i=()=>{s.value&&(t.value+=1)},c=()=>{l.value&&(t.value-=1)},d=p=>{t.value=p},{slides:f}=o.toRefs(e);return(p,b)=>(o.openBlock(),o.createElementBlock("div",kf,[o.createElementVNode("div",wf,[o.createElementVNode("h5",_f,o.toDisplayString(n.value.title),1),o.unref(f)?(o.openBlock(),o.createElementBlock("div",Cf,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(f).length,(g,k)=>(o.openBlock(),o.createElementBlock("span",{key:`slide-index-${k}`,class:o.normalizeClass(`cursor-pointer h-4 w-4 ml-1 inline-block ${k===t.value?"bg-primary":"bg-gray-400"}`),onClick:C=>d(k)},null,10,Sf))),128)),o.createElementVNode("span",Ef,"("+o.toDisplayString(t.value+1)+"/"+o.toDisplayString(o.unref(f).length)+")",1),o.createElementVNode("button",{class:o.normalizeClass(`px-2 ${l.value?"":"opacity-5"}`),onClick:c},[o.createVNode(re,{"icon-path":o.unref(J1),size:"24"},null,8,["icon-path"])],2),o.createElementVNode("button",{class:o.normalizeClass(`mx-2 ${s.value?"":"opacity-5"}`),onClick:i},[o.createVNode(re,{"icon-path":o.unref(Q1),size:"24"},null,8,["icon-path"])],2)])):o.createCommentVNode("",!0)]),o.createElementVNode("div",Af,[o.createVNode(o.Transition,{name:"list",mode:"out-in"},{default:o.withCtx(()=>[(o.openBlock(),o.createElementBlock("div",{class:"md:flex p-8",key:n.value.uid},[a.value?(o.openBlock(),o.createElementBlock("div",Tf,[n.value.img?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(a.value),{key:0,src:n.value.img},null,8,["src"])):n.value.component?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(a.value),o.normalizeProps(o.mergeProps({key:1},{...n.value.component.data})),null,16)):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createElementVNode("div",Bf,[o.createElementVNode("div",{class:"overflow-y-auto h-96 p-custom",innerHTML:n.value.content},null,8,Mf)])]))]),_:1})])]))}}),qX="",io=Object.freeze(Object.defineProperty({__proto__:null,default:ds},Symbol.toStringTag,{value:"Module"})),Vf={base:"form-radio rounded-full border-neutral-300 text-gray-600 h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-gray-300",primary:"form-radio rounded-full border-primary text-primary h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-primary",secondary:"form-radio rounded-full border-secondary text-secondary h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-secondary",accent:"form-radio rounded-full border-accent text-accent h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-accent",info:"form-radio rounded-full border-info text-info h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-info",warning:"form-radio rounded-full border-warning text-warning h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-warning",success:"form-radio rounded-full border-success text-success h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-success",error:"form-radio rounded-full border-error text-error h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-error"},Df={class:"flex items-center"},qf=["id","name","disabled","readonly","value","checked"],zf=["for"],hs=o.defineComponent({__name:"EpRadio",props:{id:{default:"01"},label:{},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},type:{default:"base"},value:{default:void 0},modelValue:{default:""}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,n=o.computed(()=>`${Vf[t.type]} mx-2 `),a=o.computed(()=>t.modelValue===t.value),s=o.computed(()=>t.label?t.label.trim().replace(/\s/g,"_"):`label_${Math.round(Math.random()*100)}`),{label:l,disabled:i,readonly:c,value:d}=o.toRefs(t),f=p=>{const b=p.target;e("update:modelValue",b.value)};return(p,b)=>(o.openBlock(),o.createElementBlock("span",Df,[o.createElementVNode("input",{class:o.normalizeClass(["cursor-pointer",n.value]),type:"radio",id:s.value,name:s.value,disabled:o.unref(i),readonly:o.unref(c),value:o.unref(d),checked:a.value,onChange:f},null,42,qf),o.createElementVNode("label",{for:s.value,class:"disabled:opacity-40 cursor-pointer"},o.toDisplayString(o.unref(l)),9,zf)]))}}),co=Object.freeze(Object.defineProperty({__proto__:null,default:hs},Symbol.toStringTag,{value:"Module"})),Nf={base:{default:"bg-gray-100 text-black",outlined:"bg-white border-gray-100 border text-black"},warning:{default:"bg-warning text-white",outlined:"bg-white border-warning border text-warning"},success:{default:"bg-success text-white",outlined:"bg-white border-success border text-success"},error:{default:"bg-error text-white",outlined:"bg-white border-error border text-error"},info:{default:"bg-info text-white",outlined:"bg-white border-info border text-info"},question:{default:"bg-question text-white",outlined:"bg-white border-question border text-question"},tip:{default:"bg-tip text-white",outlined:"bg-white border-tip border text-tip"}},Lf={base:{icon:dd},warning:{icon:W1},success:{icon:ad},error:{icon:Y1},info:{icon:md},question:{icon:Wa},tip:{icon:bd}},Rf={key:0,class:"flex items-center justify-center w-1/12"},Ff={class:"container"},If={key:0,class:"text-left text-2xl font-bold"},or=o.defineComponent({__name:"EpAlert",props:{type:{default:"base"},title:{default:null},outlined:{type:Boolean,default:!0},noIcon:{type:Boolean,default:!1},compact:{type:Boolean}},setup(r){const e=r,t=o.computed(()=>e.outlined?"default":"outlined"),n=o.computed(()=>typeof e.type=="object"?e.type.type:e.type),a=o.computed(()=>{var d;return`${(d=Nf[n.value])==null?void 0:d[t.value]}`}),s=o.computed(()=>{let d=Lf[n.value].icon;return e.noIcon?null:d}),{title:l,compact:i,outlined:c}=o.toRefs(e);return(d,f)=>o.unref(i)?(o.openBlock(),o.createBlock(Vr,{key:1,type:n.value,outlined:o.unref(c),icon:s.value,title:o.unref(l)},{default:o.withCtx(()=>[o.renderSlot(d.$slots,"default")]),_:3},8,["type","outlined","icon","title"])):(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`flex p-4 rounded shadow-md m-2 ${a.value}`)},[s.value?(o.openBlock(),o.createElementBlock("div",Rf,[o.createVNode(re,{size:40,"icon-path":s.value},null,8,["icon-path"])])):o.createCommentVNode("",!0),o.createElementVNode("div",{class:o.normalizeClass(`${s.value?"w-11/12":"w-full"} flex items-center`)},[o.createElementVNode("div",Ff,[o.unref(l)?(o.openBlock(),o.createElementBlock("h3",If,o.toDisplayString(o.unref(l)),1)):o.createCommentVNode("",!0),o.unref(l)?(o.openBlock(),o.createBlock(Bt,{key:1,size:"border"})):o.createCommentVNode("",!0),o.renderSlot(d.$slots,"default")])],2)],2))}}),uo=Object.freeze(Object.defineProperty({__proto__:null,default:or},Symbol.toStringTag,{value:"Module"})),Pf=["innerHTML"],Of={class:"mt-5"},$f=["innerHTML"],Hf={class:"mb-6"},jf={key:2},Uf=["innerHTML"],Gf={key:0},fs=o.defineComponent({__name:"EpQuestion",props:{title:{},intentions:{},hideIcon:{type:Boolean,default:!1},type:{default:"base"},mandateLevel:{},question:{},answers:{},shuffle:{type:Boolean,default:!0},before:{type:Boolean,default:!1},numeration:{type:Boolean,default:!1},src:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?xe(e.intentions):null);o.computed(()=>{const S=e.answers;if(e.shuffle)for(let E=S.length-1;E>0;E--){const T=Math.floor(Math.random()*(E+1)),V=S[E];S[E]=S[T],S[T]=V}return S});const n=["A","B","C","D","E","F","G","H","I","J"],a=S=>e.numeration?n[S]:S+1,s=o.ref(""),l=o.ref(!1),i=o.ref(!0),c=o.ref({type:"warning",text:"no found",component:null,feedback:""}),d=()=>{if(s.value===""){i.value=!1;return}const S=e.answers.find(E=>E.uid===s.value);S&&(c.value=S,l.value=!0)},f=()=>{l.value=!1,s.value=""};o.watch(s,S=>{S!==""&&(i.value=!0)});const p=S=>{const E=so(S);return E.name==="EpNothing"?o.defineAsyncComponent(()=>Promise.resolve().then(()=>pr)):o.defineAsyncComponent(()=>ao(Object.assign({"../basics/EpBadge.vue":()=>Promise.resolve().then(()=>jn),"../basics/EpBtn.vue":()=>Promise.resolve().then(()=>Un),"../basics/EpCard.vue":()=>Promise.resolve().then(()=>On),"../basics/EpChip.vue":()=>Promise.resolve().then(()=>Gn),"../basics/EpDivider.vue":()=>Promise.resolve().then(()=>Zn),"../basics/EpFlex.vue":()=>Promise.resolve().then(()=>Xn),"../basics/EpIcon.vue":()=>Promise.resolve().then(()=>Ln),"../basics/EpImg.vue":()=>Promise.resolve().then(()=>qr),"../basics/EpSection.vue":()=>Promise.resolve().then(()=>Wn),"../basics/EpSpinner.vue":()=>Promise.resolve().then(()=>Yn),"../basics/EpTable.vue":()=>Promise.resolve().then(()=>Kn),"../basics/EpText.vue":()=>Promise.resolve().then(()=>Fn),"../charts/EpBarChart.vue":()=>Promise.resolve().then(()=>to),"../charts/EpLineChart.vue":()=>Promise.resolve().then(()=>ro),"../charts/EpPieChart.vue":()=>Promise.resolve().then(()=>no),"../educationals/EpEdu.vue":()=>Promise.resolve().then(()=>eo),"../educationals/EpReading.vue":()=>Promise.resolve().then(()=>Nr),"../educationals/EpResource.vue":()=>Promise.resolve().then(()=>lo),"../educationals/EpScope.vue":()=>Promise.resolve().then(()=>Qn),"../forms/EpCheckbox.vue":()=>Promise.resolve().then(()=>k0),"../forms/EpInput.vue":()=>Promise.resolve().then(()=>M0),"../forms/EpRadio.vue":()=>Promise.resolve().then(()=>co),"../forms/EpSelect.vue":()=>Promise.resolve().then(()=>V0),"../forms/EpSwitch.vue":()=>Promise.resolve().then(()=>D0),"../forms/EpTextarea.vue":()=>Promise.resolve().then(()=>q0),"../forms/EpToggle.vue":()=>Promise.resolve().then(()=>z0),"./EpAccordeon.vue":()=>Promise.resolve().then(()=>Rn),"./EpContentSlider.vue":()=>Promise.resolve().then(()=>io),"./EpModal.vue":()=>Promise.resolve().then(()=>$n),"./EpQuestion.vue":()=>Promise.resolve().then(()=>ho),"./EpTabs.vue":()=>Promise.resolve().then(()=>fo),"../medias/EpAudio.vue":()=>Promise.resolve().then(()=>mo),"../medias/EpCarousel.vue":()=>Promise.resolve().then(()=>go),"../medias/EpIframe.vue":()=>Promise.resolve().then(()=>yo),"../medias/EpKatex.vue":()=>Promise.resolve().then(()=>i0),"../medias/EpLink.vue":()=>Promise.resolve().then(()=>u0),"../medias/EpLinkVersion.vue":()=>Promise.resolve().then(()=>d0),"../medias/EpSoftware.vue":()=>Promise.resolve().then(()=>h0),"../medias/EpSvg.vue":()=>Promise.resolve().then(()=>f0),"../medias/EpTerm.vue":()=>Promise.resolve().then(()=>on),"../medias/EpTimeLine.vue":()=>Promise.resolve().then(()=>m0),"../medias/EpVideo.vue":()=>Promise.resolve().then(()=>g0),"../medias/EpVideoPanopto.vue":()=>Promise.resolve().then(()=>b0),"../signages/EpAlert.vue":()=>Promise.resolve().then(()=>uo),"../signages/EpHeader.vue":()=>Promise.resolve().then(()=>v0),"../signages/EpNothing.vue":()=>Promise.resolve().then(()=>pr),"../signages/EpQuote.vue":()=>Promise.resolve().then(()=>x0),"../tools/BgAudio.vue":()=>Promise.resolve().then(()=>po),"../tools/DisplayBox.vue":()=>Promise.resolve().then(()=>oo),"../tools/SvgFilter.vue":()=>Promise.resolve().then(()=>y0),"../tools/TimelineItem.vue":()=>Promise.resolve().then(()=>p0)}),`../${E.path}/${E.name}.vue`))},{title:b,intentions:g,hideIcon:k,question:C,src:w}=o.toRefs(e);return(S,E)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(b),type:S.type,hideIcon:o.unref(k),icon:o.unref(Wa),mandateLevel:S.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",Of,[o.unref(w)&&S.before?(o.openBlock(),o.createBlock(At,{key:0,src:o.unref(w),alt:"Image soutien à la question",cols:"5"},null,8,["src"])):o.createCommentVNode("",!0),o.createElementVNode("div",{innerHTML:o.unref(xe)(o.unref(C)),class:"my-6"},null,8,$f),o.unref(w)&&!S.before?(o.openBlock(),o.createBlock(At,{key:1,src:o.unref(w),alt:"Image soutien à la question",cols:"5"},null,8,["src"])):o.createCommentVNode("",!0),o.createElementVNode("div",Hf,[o.createElementVNode("ol",null,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(S.answers,(T,V)=>(o.openBlock(),o.createElementBlock("li",{key:T.uid},[o.createVNode(hs,{label:`${a(V)}. ${T.text}`,modelValue:s.value,"onUpdate:modelValue":E[0]||(E[0]=N=>s.value=N),value:T.uid,disabled:l.value},null,8,["label","modelValue","value","disabled"])]))),128))]),i.value?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(or,{key:0,type:"error",outlined:"",noIcon:""},{default:o.withCtx(()=>[o.createTextVNode(" Veuillez choisir une réponse ")]),_:1}))]),l.value?(o.openBlock(),o.createElementBlock("div",jf,[o.createVNode(or,{type:c.value.type,outlined:""},{default:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(xe)(c.value.feedback)},null,8,Uf)]),_:1},8,["type"]),c.value.component?(o.openBlock(),o.createElementBlock("div",Gf,[(o.openBlock(),o.createBlock(o.resolveDynamicComponent(p(c.value.component.type)),o.normalizeProps(o.guardReactiveProps({...c.value.component.data})),null,16))])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createVNode(Ce,{type:S.type,onClick:d,disabled:l.value,outlined:"",extraClass:"mr-2"},{default:o.withCtx(()=>[o.createTextVNode("Valider")]),_:1},8,["type","disabled"]),l.value?(o.openBlock(),o.createBlock(Ce,{key:3,type:S.type,onClick:f,outlined:""},{default:o.withCtx(()=>[o.createTextVNode("Réessayer")]),_:1},8,["type"])):o.createCommentVNode("",!0)])]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,Pf)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),ho=Object.freeze(Object.defineProperty({__proto__:null,default:fs},Symbol.toStringTag,{value:"Module"})),Zf={},Wf={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Yf=[o.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function Xf(r,e){return o.openBlock(),o.createElementBlock("div",Wf,Yf)}const ps=Et(Zf,[["render",Xf]]),fo=Object.freeze(Object.defineProperty({__proto__:null,default:ps},Symbol.toStringTag,{value:"Module"})),Kf={version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 640 360",style:{"enable-background":"new 0 0 640 360"},"xml:space":"preserve"},Jf=o.createStaticVNode(`<pattern y="-20" width="150" height="100" patternUnits="userSpaceOnUse" id="New_Pattern" viewBox="8 -107.8 150 100" style="overflow:visible;"><g><rect x="8" y="-107.8" style="fill:none;" width="150" height="100"></rect><g style="opacity:0.1;"><path d="M159.8-15.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-15.5 M162-7.8
30
+ `}),l=o.computed(()=>{if(e.size==="large")return"30";if(e.size==="medium")return"20";if(e.size==="small")return"15"}),{appendIcon:i}=o.toRefs(e);return(c,d)=>(o.openBlock(),o.createElementBlock("span",{class:o.normalizeClass(`${s.value} mx-2 cursor-default`)},[c.prependIcon?(o.openBlock(),o.createBlock(re,{key:0,iconPath:c.prependIcon,size:l.value,extraClass:"mr-2"},null,8,["iconPath","size"])):o.createCommentVNode("",!0),o.renderSlot(c.$slots,"default"),o.unref(i)?(o.openBlock(),o.createBlock(re,{key:1,iconPath:o.unref(i),size:l.value,extraClass:"ml-2"},null,8,["iconPath","size"])):o.createCommentVNode("",!0)],2))}}),Gn=Object.freeze(Object.defineProperty({__proto__:null,default:Tt},Symbol.toStringTag,{value:"Module"})),Bt=o.defineComponent({__name:"EpDivider",props:{color:{default:null},size:{default:"border"},inset:{type:Boolean,default:!1},icon:{default:null},margin:{default:"my-2"}},setup(r){const e=r,t=o.computed(()=>e.color?`${e.size} ${Oe("border",e.color)}`:`${e.size} border-grey-700`),n=o.computed(()=>`${t.value} ${e.inset?"w-9/12 mx-auto":"w-full"} ${e.margin}`);return(a,s)=>(o.openBlock(),o.createElementBlock("hr",{class:o.normalizeClass(`h-px ${n.value}`)},null,2))}}),Zn=Object.freeze(Object.defineProperty({__proto__:null,default:Bt},Symbol.toStringTag,{value:"Module"})),jd={class:"EpSection"},Ud={class:"relative items-center w-full"},Gd={class:"w-full mx-auto text-left"},Zd={class:"relative flex-col items-center m-auto align-middle"},Wd={class:"gap-12 text-left lg:gap-24"},Yd={class:"order-first block w-full mt-12 lg:mt-0"},Xd=["src"],Kd={class:"flex flex-col space-y-20 lg:mt-0"},Jd={class:"border-b"},Qd={class:"text-2xl font-medium tracking-tight text-black sm:text-4xl"},eh={class:""},th={class:"lg:max-w-7xl"},es=o.defineComponent({__name:"EpSection",props:{title:{default:null},subtitle:{},prependIcon:{},iconSize:{},color:{default:null},taxonomyLevel:{},courseCode:{},courseTitle:{},height:{},src:{},synchrone:{type:Boolean}},setup(r){const e=r,{title:t,icon:n,color:a,src:s}=o.toRefs(e);return(l,i)=>(o.openBlock(),o.createElementBlock("section",jd,[o.createElementVNode("div",Ud,[o.createElementVNode("div",Gd,[o.createElementVNode("div",Zd,[o.createElementVNode("div",Wd,[o.createElementVNode("div",Yd,[o.unref(s)?(o.openBlock(),o.createElementBlock("img",{key:0,class:"object-cover object-center w-full mx-auto bg-gray-300 border lg:ml-auto",alt:"hero",src:o.unref(s)},null,8,Xd)):o.createCommentVNode("",!0)]),o.createElementVNode("div",Kd,[o.createElementVNode("div",Jd,[o.createElementVNode("div",null,[o.createElementVNode("p",Qd,o.toDisplayString(o.unref(t)),1),o.createElementVNode("p",eh,o.toDisplayString(l.subtitle),1)])]),o.createElementVNode("div",th,[o.renderSlot(l.$slots,"default")])])])])])])]))}}),Wn=Object.freeze(Object.defineProperty({__proto__:null,default:es},Symbol.toStringTag,{value:"Module"})),rh=["width","height"],nh=[o.createElementVNode("animateTransform",{attributeName:"transform",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;360 12 12"},null,-1)],oh=["width","height"],ah=o.createElementVNode("animateTransform",{attributeName:"transform",calcMode:"discrete",dur:"0.75s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12"},null,-1),ts=o.defineComponent({__name:"EpSpinner",props:{color:{default:"primary"},dots:{type:Boolean,default:!1},size:{default:46},inline:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>Oe("fill",e.color)),n=o.computed(()=>e.inline?"":"flex flex-row w-full h-screen items-center justify-center");return(a,s)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(n.value)},[a.dots?(o.openBlock(),o.createElementBlock("svg",{key:1,xmlns:"http://www.w3.org/2000/svg",width:a.size,height:a.size,class:"inline",viewBox:"0 0 32 32"},[o.createElementVNode("g",null,[o.createElementVNode("circle",{cx:"12",cy:"2.5",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".14"},null,2),o.createElementVNode("circle",{cx:"16.75",cy:"3.77",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".29"},null,2),o.createElementVNode("circle",{cx:"20.23",cy:"7.25",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".43"},null,2),o.createElementVNode("circle",{cx:"21.5",cy:"12",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".57"},null,2),o.createElementVNode("circle",{cx:"20.23",cy:"16.75",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".71"},null,2),o.createElementVNode("circle",{cx:"16.75",cy:"20.23",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor",opacity:".86"},null,2),o.createElementVNode("circle",{cx:"12",cy:"21.5",r:"1.5",class:o.normalizeClass(t.value),fill:"currentColor"},null,2),ah])],8,oh)):(o.openBlock(),o.createElementBlock("svg",{key:0,xmlns:"http://www.w3.org/2000/svg",width:a.size,height:a.size,class:"inline",viewBox:"0 0 32 32"},[o.createElementVNode("path",{class:o.normalizeClass(t.value),fill:"currentColor",d:"M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",opacity:".25"},null,2),o.createElementVNode("path",{class:o.normalizeClass(t.value),fill:"currentColor",d:"M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z"},nh,2)],8,rh))],2))}}),Yn=Object.freeze(Object.defineProperty({__proto__:null,default:ts},Symbol.toStringTag,{value:"Module"})),sh={class:"grid grid-cols-2 gap-4"},rs=o.defineComponent({__name:"EpFlex",setup(r){return(e,t)=>(o.openBlock(),o.createElementBlock("div",sh,[o.renderSlot(e.$slots,"default")]))}}),Xn=Object.freeze(Object.defineProperty({__proto__:null,default:rs},Symbol.toStringTag,{value:"Module"})),lh={class:"min-w-full divide-y divide-gray-200 shadow"},ih={key:0,class:"bg-gray-50"},ch={class:"bg-white divide-y divide-gray-200"},uh="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider",ns=o.defineComponent({__name:"EpTable",props:{arrayContent:{},headers:{},title:{}},setup(r){const e=r,{headers:t,arrayContent:n,title:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(rr,{flat:"",title:o.unref(a)},{default:o.withCtx(()=>[o.createElementVNode("table",lh,[o.unref(t)?(o.openBlock(),o.createElementBlock("thead",ih,[o.createElementVNode("tr",null,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(t),(i,c)=>(o.openBlock(),o.createElementBlock("th",{key:`th-${c}`,scope:"col",class:o.normalizeClass(uh)},o.toDisplayString(i),1))),128))])])):o.createCommentVNode("",!0),o.createElementVNode("tbody",ch,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(n),(i,c)=>(o.openBlock(),o.createElementBlock("tr",{key:`tr-${c}`,class:"hover:bg-gray-50"},[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(i,(d,f)=>(o.openBlock(),o.createElementBlock("td",{key:`td-${c}-${f}`,class:"px-6 py-4 whitespace-nowrap"},o.toDisplayString(d),1))),128))]))),128))])])]),_:1},8,["title"]))}}),Kn=Object.freeze(Object.defineProperty({__proto__:null,default:ns},Symbol.toStringTag,{value:"Module"})),os={base:"bg-neutral-100 text-black",primary:"bg-primary text-white",secondary:"bg-secondary text-white",accent:"bg-accent text-white",info:"bg-info text-white",warning:"bg-warning text-white",success:"bg-success text-white",error:"bg-error text-white"},Jn=o.defineComponent({__name:"EpScope",props:{title:{default:"Essentiel"},type:{default:"base"}},setup(r){const e=r;let t=o.ref("base");const n=o.computed(()=>e.title.trim()==="Essentiel"?t.value="warning":e.title.trim()==="Enrichissement"?t.value="info":t.value),{title:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(Tt,{size:"small",type:n.value},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(a).trim()),1)]),_:1},8,["type"]))}}),Qn=Object.freeze(Object.defineProperty({__proto__:null,default:Jn},Symbol.toStringTag,{value:"Module"})),dh={class:"font-bold align-middle"},hh={class:"px-5"},fh={key:0,class:"py-2"},ph=o.createElementVNode("h4",{class:"font-semibold mb-2 text-sm uppercase tracking-wide text-gray-500"}," [Intentions] ",-1),mh={class:"py-2"},ve=o.defineComponent({__name:"EpEdu",props:{title:{default:null},subtitle:{},icon:{},mandateLevel:{},synchrone:{type:Boolean},type:{default:"base"},intentions:{},hideIcon:{type:Boolean,default:!1},flat:{type:Boolean,default:!1}},setup(r){const e=r,t=o.useSlots(),n=o.computed(()=>!!t.intentions),a=o.computed(()=>!!t.actions),s=o.computed(()=>e.icon?e.icon:gd),l=o.computed(()=>`${os[e.type]} text-left px-5 py-2 ${e.flat?"":"rounded-t-md"} flex justify-between items-center `),i=o.computed(()=>`${os[e.type]} text-right pr-5`),c=o.computed(()=>a.value||n.value||e.title?`rounded-lg overflow-hidden ${e.flat?"":"shadow-md"} flex flex-col justify-between h-full`:"flex flex-col justify-between"),d=o.computed(()=>{var b;return typeof e.mandateLevel=="object"?(b=e.mandateLevel)==null?void 0:b.title:e.mandateLevel}),{title:f,hideIcon:p}=o.toRefs(e);return(b,g)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(c.value)},[o.unref(f)||b.mandateLevel?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`${l.value}`)},[o.createElementVNode("h3",null,[o.unref(p)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(re,{key:0,iconPath:s.value,size:"24"},null,8,["iconPath"])),o.createTextVNode(),o.createElementVNode("span",dh,o.toDisplayString(o.unref(f)),1)]),b.mandateLevel?(o.openBlock(),o.createBlock(Jn,{key:0,title:d.value},null,8,["title"])):o.createCommentVNode("",!0)],2)):o.createCommentVNode("",!0),o.createElementVNode("div",hh,[n.value?(o.openBlock(),o.createElementBlock("div",fh,[ph,o.renderSlot(b.$slots,"intentions"),o.createVNode(Bt)])):o.createCommentVNode("",!0),o.createElementVNode("div",mh,[o.renderSlot(b.$slots,"content")])]),a.value?(o.openBlock(),o.createElementBlock("div",{key:1,class:o.normalizeClass(i.value)},[o.renderSlot(b.$slots,"actions")],2)):o.createCommentVNode("",!0)],2))}}),eo=Object.freeze(Object.defineProperty({__proto__:null,default:ve},Symbol.toStringTag,{value:"Module"})),gh=["innerHTML"],bh={key:1},yh=[o.createElementVNode("p",null,"Data no disponible",-1)],as=o.defineComponent({__name:"EpBarChart",props:{series:{},options:{},id:{},center:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean},type:{},mandateLevel:{},source:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),n=o.computed(()=>({...e.options,dataLabels:{enabled:!1}})),{center:a,series:s,source:l}=o.toRefs(e);return(i,c)=>{const d=o.resolveComponent("apexchart");return o.openBlock(),o.createBlock(ve,{title:i.title,type:i.type,hideIcon:i.hideIcon,icon:o.unref(rd),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[n.value&&o.unref(s)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`p-4 ${o.unref(a)?"flex justify-center":""}`)},[o.createVNode(d,{width:"500",type:"bar",options:n.value,series:o.unref(s)},null,8,["options","series"])],2)):(o.openBlock(),o.createElementBlock("div",bh,yh))]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,gh)]),key:"0"}:void 0,o.unref(l)?{name:"actions",fn:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(o.unref(l)),1)]),key:"1"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"])}}}),to=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"})),vh=["innerHTML"],xh={key:1},kh=[o.createElementVNode("p",null,"Data no disponible",-1)],ss=o.defineComponent({__name:"EpLineChart",props:{series:{},options:{},id:{},center:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean},type:{},mandateLevel:{},source:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),n=o.computed(()=>({...e.options,dataLabels:{enabled:!1},stroke:{curve:"straight"},chart:{width:550,type:"line",zoom:{enabled:!1}}})),{center:a,series:s,source:l}=o.toRefs(e);return(i,c)=>{const d=o.resolveComponent("apexchart");return o.openBlock(),o.createBlock(ve,{title:i.title,type:i.type,hideIcon:i.hideIcon,icon:o.unref(nd),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[n.value&&o.unref(s)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`p-4 ${o.unref(a)?"flex justify-center":""}`)},[o.createVNode(d,{width:"500",type:"line",options:n.value,series:o.unref(s)},null,8,["options","series"])],2)):(o.openBlock(),o.createElementBlock("div",xh,kh))]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,vh)]),key:"0"}:void 0,o.unref(l)?{name:"actions",fn:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(o.unref(l)),1)]),key:"1"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"])}}}),ro=Object.freeze(Object.defineProperty({__proto__:null,default:ss},Symbol.toStringTag,{value:"Module"})),wh=["innerHTML"],_h={key:1},Ch=[o.createElementVNode("p",null,"Data no disponible",-1)],ls=o.defineComponent({__name:"EpPieChart",props:{series:{},options:{},id:{},center:{type:Boolean,default:!1},intentions:{},hideIcon:{type:Boolean},type:{default:"base"},mandateLevel:{},source:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{center:n,series:a,source:s,options:l}=o.toRefs(e);return(i,c)=>{var f,p;const d=o.resolveComponent("apexchart");return o.openBlock(),o.createBlock(ve,{title:(p=(f=o.unref(l))==null?void 0:f.title)==null?void 0:p.text,type:i.type,hideIcon:i.hideIcon,icon:o.unref(od),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.unref(l)&&o.unref(a)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`p-4 ${o.unref(n)?"flex justify-center":""}`)},[o.createVNode(d,{width:"350",type:"pie",options:o.unref(l),series:o.unref(a)},null,8,["options","series"])],2)):(o.openBlock(),o.createElementBlock("div",_h,Ch))]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,wh)]),key:"0"}:void 0,o.unref(s)?{name:"actions",fn:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(o.unref(s)),1)]),key:"1"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"])}}}),no=Object.freeze(Object.defineProperty({__proto__:null,default:ls},Symbol.toStringTag,{value:"Module"})),is=o.defineComponent({__name:"DisplayBox",setup(r){const e=o.ref(),t=o.ref();R1(e,l=>{t.value=!1}),Dr("keydown",l=>{l.key==="Escape"&&t&&(t.value=!1)});function n(){return t.value=!0}function a(){return t.value=!1}const s=o.computed(()=>t.value?"w-[32rem]":"hidden");return(l,i)=>(o.openBlock(),o.createElementBlock("div",null,[o.renderSlot(l.$slots,"default",{open:n}),o.createElementVNode("div",{ref_key:"menu",ref:e,class:o.normalizeClass(`${s.value} custom_index`)},[o.renderSlot(l.$slots,"menu",{isOpen:t.value,close:a})],2)]))}}),VX="",oo=Object.freeze(Object.defineProperty({__proto__:null,default:is},Symbol.toStringTag,{value:"Module"})),Sh={key:0,class:"flex rounded-lg overflow-hidden bg-white md:flex-row"},Eh={key:0,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},Ah=["src","alt"],Th={key:1,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},Bh={class:"flex flex-col w-full"},Mh=["innerHTML"],Vh={class:"w-full"},Dh={class:"flex"},qh={key:0,class:"flex-1 py-2"},zh={class:"font-medium"},Nh={key:0,class:"text-sm italic pr-1"},Lh={key:1,class:"font-bold"},Rh={key:2},Fh={key:3},Ih={key:4},Ph={key:0},Oh=o.createElementVNode("span",{class:"text-sm italic pr-1"},"dans",-1),$h={class:""},Hh={class:"pl-2 align-middle"},jh=["innerHTML"],Uh={class:"flex flex-row justify-between"},Gh={class:"p-5"},Zh={class:"text-lg leading-6 font-semibold font-sans text-skin-inverted group-hover:text-skin-primary"},Wh={class:"flex"},Yh={class:"p-5"},Xh={class:"w-[32rem]"},Kh={class:"flex flex-col rounded-lg bg-white md:flex-row"},Jh=["src","alt"],Qh={key:1,class:"h-96 border-l border-t border-b w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},ef={class:"flex flex-col justify-between w-full"},tf={class:"bg-neutral-100 text-left px-5 py-2"},rf=o.createElementVNode("span",{class:"pl-2 align-middle"},"Lecture",-1),nf={class:"w-full px-5"},of={class:"flex"},af={key:0,class:"flex-1 py-2"},sf={class:"font-medium"},lf={key:0,class:"text-sm italic pr-1"},cf={key:1,class:"font-bold"},uf={key:2},df={key:3},hf={key:4},ff={key:0},pf=o.createElementVNode("span",{class:"text-sm italic pr-1"},"dans",-1),mf={class:""},gf={class:"pl-2 align-middle"},bf={class:"bg-neutral-100 text-right pr-5"},yf={class:"border-l p-5"},vf="https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg",xf="https://farm5.staticflickr.com/4868/45940268562_9452f09a61_o.png",cs=o.defineComponent({__name:"EpReading",props:{url:{},year:{},author:{},cover:{default:""},title:{default:null},container:{},editor:{},pages:{},mandateLevel:{},intentions:{default:""},compact:{type:Boolean,default:!1},more:{type:Boolean},version_link:{},hideCover:{type:Boolean,default:!1},labelcard:{default:"lecture"},labelBtb:{default:"lire"},labelIntentions:{default:"Intentions de lecture"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>!(e.cover===vf||e.cover.trim().length===0||e.cover===xf)),n=o.computed(()=>!!(e.author||e.editor||e.container||e.year)),{title:a,intentions:s,cover:l,hideCover:i,labelcard:c,year:d,author:f,container:p,editor:b,pages:g,type:k,mandateLevel:S,url:_}=o.toRefs(e);return(C,E)=>C.compact?(o.openBlock(),o.createBlock(ve,{key:1,title:o.unref(c),icon:o.unref(Hn),flat:"",type:o.unref(k),hideIcon:C.hideIcon},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",Uh,[o.createElementVNode("div",Gh,[o.createElementVNode("span",Zh,o.toDisplayString(o.unref(a)),1)]),o.createElementVNode("div",Wh,[o.createElementVNode("div",Yh,[o.createVNode(is,null,{default:o.withCtx(({open:T})=>[o.createVNode(Ce,{text:"",onClick:o.withModifiers(T,["stop"])},{default:o.withCtx(()=>[o.createTextVNode(" détails ")]),_:2},1032,["onClick"])]),menu:o.withCtx(({close:T})=>[o.createElementVNode("div",Xh,[o.createElementVNode("div",Kh,[o.unref(i)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[t.value?(o.openBlock(),o.createElementBlock("img",{key:0,class:"object-cover h-96 w-full rounded-t-lg object-cover md:h-auto md:w-56 md:rounded-none md:rounded-l-lg",src:o.unref(l),alt:`image de la lecture ${o.unref(a)}`},null,8,Jh)):(o.openBlock(),o.createElementBlock("div",Qh,[o.createVNode(re,{"icon-path":o.unref(Ua),size:"95"},null,8,["icon-path"])]))],64)),o.createElementVNode("div",ef,[o.createElementVNode("div",tf,[o.createVNode(re,{size:24,"icon-path":o.unref(Hn)},null,8,["icon-path"]),rf]),o.createElementVNode("div",nf,[o.createElementVNode("h4",{class:o.normalizeClass(`text-xl font-semibold py-4 ${n.value||o.unref(g)?"border-b":""}`)},o.toDisplayString(o.unref(a)),3),o.createElementVNode("div",of,[n.value?(o.openBlock(),o.createElementBlock("div",af,[o.createElementVNode("p",sf,[o.unref(f)?(o.openBlock(),o.createElementBlock("span",lf,"par")):o.createCommentVNode("",!0),o.unref(f)?(o.openBlock(),o.createElementBlock("span",cf,o.toDisplayString(o.unref(f)),1)):o.createCommentVNode("",!0),o.unref(d)?(o.openBlock(),o.createElementBlock("span",uf,"("+o.toDisplayString(o.unref(d))+")",1)):o.createCommentVNode("",!0),o.unref(d)&&o.unref(b)?(o.openBlock(),o.createElementBlock("span",df,", ")):o.createCommentVNode("",!0),o.unref(b)?(o.openBlock(),o.createElementBlock("span",hf,o.toDisplayString(o.unref(b)),1)):o.createCommentVNode("",!0)]),o.unref(p)?(o.openBlock(),o.createElementBlock("p",ff,[pf,o.createElementVNode("span",mf,o.toDisplayString(o.unref(p)),1)])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.unref(g)?(o.openBlock(),o.createElementBlock("div",{key:1,class:o.normalizeClass(`flex-1 pt-2 pb-2 ${n.value?"border-l pl-2":""}`)},[o.createVNode(re,{size:24,"icon-path":o.unref(Ga)},null,8,["icon-path"]),o.createElementVNode("span",gf,o.toDisplayString(o.unref(g)),1)],2)):o.createCommentVNode("",!0)])]),o.createElementVNode("div",bf,[o.createVNode(Ce,{text:"",onClick:o.withModifiers(T,["stop"])},{default:o.withCtx(()=>[o.createTextVNode(" Fermer ")]),_:2},1032,["onClick"])])])])])]),_:1})]),o.createElementVNode("div",yf,[o.unref(_)?(o.openBlock(),o.createBlock(Ce,{key:0,text:"",href:o.unref(_)},{default:o.withCtx(()=>[o.createVNode(re,{size:20,"icon-path":o.unref(Ja)},null,8,["icon-path"]),o.createTextVNode(" Lire ")]),_:1},8,["href"])):o.createCommentVNode("",!0)])])])]),_:2},[o.unref(_e)(o.unref(s))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(_e)(o.unref(s))},null,8,jh)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon"])):(o.openBlock(),o.createElementBlock("div",Sh,[o.unref(i)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[t.value?(o.openBlock(),o.createElementBlock("div",Eh,[o.createElementVNode("img",{src:o.unref(l),alt:`image de la lecture ${o.unref(a)}`},null,8,Ah)])):(o.openBlock(),o.createElementBlock("div",Th,[o.createVNode(re,{"icon-path":o.unref(Ua),size:"95"},null,8,["icon-path"])]))],64)),o.createElementVNode("div",Bh,[o.createVNode(ve,{title:o.unref(c),icon:o.unref(Hn),flat:"",type:o.unref(k),hideIcon:C.hideIcon,mandateLevel:o.unref(S)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",Vh,[o.createElementVNode("h4",{class:o.normalizeClass(`text-xl font-semibold ${n.value||o.unref(g)?"border-b":""}`)},o.toDisplayString(o.unref(a)),3),o.createElementVNode("div",Dh,[n.value?(o.openBlock(),o.createElementBlock("div",qh,[o.createElementVNode("p",zh,[o.unref(f)?(o.openBlock(),o.createElementBlock("span",Nh,"par")):o.createCommentVNode("",!0),o.unref(f)?(o.openBlock(),o.createElementBlock("span",Lh,o.toDisplayString(o.unref(f)),1)):o.createCommentVNode("",!0),o.unref(d)?(o.openBlock(),o.createElementBlock("span",Rh,"("+o.toDisplayString(o.unref(d))+")",1)):o.createCommentVNode("",!0),o.unref(d)&&o.unref(b)?(o.openBlock(),o.createElementBlock("span",Fh,", ")):o.createCommentVNode("",!0),o.unref(b)?(o.openBlock(),o.createElementBlock("span",Ih,o.toDisplayString(o.unref(b)),1)):o.createCommentVNode("",!0)]),o.unref(p)?(o.openBlock(),o.createElementBlock("p",Ph,[Oh,o.createElementVNode("span",$h,o.toDisplayString(o.unref(p)),1)])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.unref(g)?(o.openBlock(),o.createElementBlock("div",{key:1,class:o.normalizeClass(`flex-1 pt-2 pb-2 ${n.value?"border-l pl-2":""}`)},[o.createVNode(re,{size:24,"icon-path":o.unref(Ga)},null,8,["icon-path"]),o.createElementVNode("span",Hh,o.toDisplayString(o.unref(g)),1)],2)):o.createCommentVNode("",!0)])])]),actions:o.withCtx(()=>[o.unref(_)?(o.openBlock(),o.createBlock(Ce,{key:0,color:o.unref(k)=="base"?"text-gray-700":"text-white",type:o.unref(k),href:o.unref(_)},{default:o.withCtx(()=>[o.createTextVNode("LIRE")]),_:1},8,["color","type","href"])):o.createCommentVNode("",!0)]),_:2},[o.unref(_e)(o.unref(s))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(_e)(o.unref(s))},null,8,Mh)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"])])]))}}),Nr=Object.freeze(Object.defineProperty({__proto__:null,default:cs},Symbol.toStringTag,{value:"Module"})),ao=(r,e)=>{const t=r[e];return t?typeof t=="function"?t():Promise.resolve(t):new Promise((n,a)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(a.bind(null,new Error("Unknown variable dynamic import: "+e)))})};function so(r){let e=new Map;return e.set("ptsTextBlock",{name:"EpText",path:"basics"}),e.set("ptsImg",{name:"EpImg",path:"basics"}),e.set("ptsVideo",{name:"EpVideo",path:"medias"}),e.set("clip",{name:"EpVideo",path:"medias"}),e.set("ptsPanopto",{name:"EpVideoPanopto",path:"medias"}),e.set("ptsAudio",{name:"EpAudio",path:"medias"}),e.set("ptsTable",{name:"EpTable",path:"basics"}),e.set("ptsQuote",{name:"EpQuote",path:"signages"}),e.set("ptsReading",{name:"EpReading",path:"educationals"}),e.set("book",{name:"EpReading",path:"educationals"}),e.set("ptsIframe",{name:"EpIframe",path:"medias"}),e.set("ptsResource",{name:"EpResource",path:"educationals"}),e.set("ptsLinkVersion",{name:"EpLinkVersion",path:"medias"}),e.set("ptsQuestion",{name:"EpQuestion",path:"interactions"}),e.set("ptsTimeline",{name:"EpTimeLine",path:"medias"}),e.set("ptsCarrousel",{name:"EpCarousel",path:"medias"}),e.set("ptsContentSlider",{name:"EpContentSlider",path:"interactions"}),e.set("ptsBarChart",{name:"EpBarChart",path:"charts"}),e.set("ptsPieChart",{name:"EpPieChart",path:"charts"}),e.set("ptsLineChart",{name:"EpLineChart",path:"charts"}),e.set("ptsAlert",{name:"EpAlert",path:"signages"}),e.set("ptsLink",{name:"EpLink",path:"medias"}),e.set("website",{name:"EpLink",path:"medias"}),e.set("ptsKatex",{name:"EpKatex",path:"medias"}),e.set("ptsSvg",{name:"EpSvg",path:"medias"}),e.set("ptsSoftware",{name:"EpSoftware",path:"medias"}),e.set("software",{name:"EpSoftware",path:"medias"}),e.get(r)===void 0?{name:"EpNothing",path:"signages"}:e.get(r)}const us=o.defineComponent({__name:"EpResource",props:{pages:{},resource:{},mandateLevel:{},type:{default:"base"}},setup(r){const e=r,t=o.computed(()=>{if(!e.resource.hasOwnProperty("content"))return"EpNothing";const i=Object.keys(e.resource.content)[0],c=Object.assign({},e.resource.content[i]);return c.pages=e.pages,c.type=i,i==="clip"&&(c.src=c.url),i==="website"&&(c.href=c.url,c.label=c.title,c.title=null),i==="book"&&e.pages&&(c.intentions=e.pages,c.pages=null),c.version_link&&(c.url=c.version_link.url),c}),n=i=>{const c=so(i);return c.name==="EpNothing"?o.defineAsyncComponent(()=>Promise.resolve().then(()=>pr)):c.name==="EpReading"?o.defineAsyncComponent(()=>Promise.resolve().then(()=>Nr)):o.defineAsyncComponent(()=>ao(Object.assign({"../basics/EpBadge.vue":()=>Promise.resolve().then(()=>jn),"../basics/EpBtn.vue":()=>Promise.resolve().then(()=>Un),"../basics/EpCard.vue":()=>Promise.resolve().then(()=>On),"../basics/EpChip.vue":()=>Promise.resolve().then(()=>Gn),"../basics/EpDivider.vue":()=>Promise.resolve().then(()=>Zn),"../basics/EpFlex.vue":()=>Promise.resolve().then(()=>Xn),"../basics/EpIcon.vue":()=>Promise.resolve().then(()=>Ln),"../basics/EpImg.vue":()=>Promise.resolve().then(()=>qr),"../basics/EpSection.vue":()=>Promise.resolve().then(()=>Wn),"../basics/EpSpinner.vue":()=>Promise.resolve().then(()=>Yn),"../basics/EpTable.vue":()=>Promise.resolve().then(()=>Kn),"../basics/EpText.vue":()=>Promise.resolve().then(()=>Fn),"../charts/EpBarChart.vue":()=>Promise.resolve().then(()=>to),"../charts/EpLineChart.vue":()=>Promise.resolve().then(()=>ro),"../charts/EpPieChart.vue":()=>Promise.resolve().then(()=>no),"./EpEdu.vue":()=>Promise.resolve().then(()=>eo),"./EpReading.vue":()=>Promise.resolve().then(()=>Nr),"./EpResource.vue":()=>Promise.resolve().then(()=>lo),"./EpScope.vue":()=>Promise.resolve().then(()=>Qn),"../forms/EpCheckbox.vue":()=>Promise.resolve().then(()=>k0),"../forms/EpInput.vue":()=>Promise.resolve().then(()=>M0),"../forms/EpRadio.vue":()=>Promise.resolve().then(()=>co),"../forms/EpSelect.vue":()=>Promise.resolve().then(()=>V0),"../forms/EpSwitch.vue":()=>Promise.resolve().then(()=>D0),"../forms/EpTextarea.vue":()=>Promise.resolve().then(()=>q0),"../forms/EpToggle.vue":()=>Promise.resolve().then(()=>z0),"../interactions/EpAccordeon.vue":()=>Promise.resolve().then(()=>Rn),"../interactions/EpContentSlider.vue":()=>Promise.resolve().then(()=>io),"../interactions/EpModal.vue":()=>Promise.resolve().then(()=>$n),"../interactions/EpQuestion.vue":()=>Promise.resolve().then(()=>ho),"../interactions/EpTabs.vue":()=>Promise.resolve().then(()=>fo),"../medias/EpAudio.vue":()=>Promise.resolve().then(()=>mo),"../medias/EpCarousel.vue":()=>Promise.resolve().then(()=>go),"../medias/EpIframe.vue":()=>Promise.resolve().then(()=>yo),"../medias/EpKatex.vue":()=>Promise.resolve().then(()=>i0),"../medias/EpLink.vue":()=>Promise.resolve().then(()=>u0),"../medias/EpLinkVersion.vue":()=>Promise.resolve().then(()=>d0),"../medias/EpSoftware.vue":()=>Promise.resolve().then(()=>h0),"../medias/EpSvg.vue":()=>Promise.resolve().then(()=>f0),"../medias/EpTerm.vue":()=>Promise.resolve().then(()=>on),"../medias/EpTimeLine.vue":()=>Promise.resolve().then(()=>m0),"../medias/EpVideo.vue":()=>Promise.resolve().then(()=>g0),"../medias/EpVideoPanopto.vue":()=>Promise.resolve().then(()=>b0),"../signages/EpAlert.vue":()=>Promise.resolve().then(()=>uo),"../signages/EpHeader.vue":()=>Promise.resolve().then(()=>v0),"../signages/EpNothing.vue":()=>Promise.resolve().then(()=>pr),"../signages/EpQuote.vue":()=>Promise.resolve().then(()=>x0),"../tools/BgAudio.vue":()=>Promise.resolve().then(()=>po),"../tools/DisplayBox.vue":()=>Promise.resolve().then(()=>oo),"../tools/SvgFilter.vue":()=>Promise.resolve().then(()=>y0),"../tools/TimelineItem.vue":()=>Promise.resolve().then(()=>p0)}),`../${c.path}/${c.name}.vue`))},{mandateLevel:a,type:s,pages:l}=o.toRefs(e);return(i,c)=>(o.openBlock(),o.createBlock(o.resolveDynamicComponent(n(t.value.type)),o.mergeProps({...t.value},{mandateLevel:o.unref(a),intentions:o.unref(l),type:o.unref(s)}),null,16,["mandateLevel","intentions","type"]))}}),lo=Object.freeze(Object.defineProperty({__proto__:null,default:us},Symbol.toStringTag,{value:"Module"})),kf={class:"bg-stone-100 p-5 w-full md:h-custom overflow-hidden"},wf={class:"flex justify-between border-b border-black w-auto"},_f={class:"text-lg border-b-4 border-black"},Cf={key:0,class:"md:flex items-end pb-1"},Sf=["onClick"],Ef={class:"ml-2 text-xs"},Af={class:""},Tf={key:0,class:"w-full mr-5 flex items-center"},Bf={class:"w-full"},Mf=["innerHTML"],ds=o.defineComponent({__name:"EpContentSlider",props:{slides:{}},setup(r){const e=r,t=o.ref(0),n=o.computed(()=>e.slides?e.slides.length===0?{title:"no data",img:"",uid:2,content:""}:e.slides[t.value]:{title:"no data",img:"",uid:2,content:""}),a=o.computed(()=>{var p;if(n.value.img)return o.defineAsyncComponent(()=>Promise.resolve().then(()=>qr));if(n.value.component){const b=so((p=n.value.component)==null?void 0:p.type);return o.defineAsyncComponent(()=>ao(Object.assign({"../basics/EpBadge.vue":()=>Promise.resolve().then(()=>jn),"../basics/EpBtn.vue":()=>Promise.resolve().then(()=>Un),"../basics/EpCard.vue":()=>Promise.resolve().then(()=>On),"../basics/EpChip.vue":()=>Promise.resolve().then(()=>Gn),"../basics/EpDivider.vue":()=>Promise.resolve().then(()=>Zn),"../basics/EpFlex.vue":()=>Promise.resolve().then(()=>Xn),"../basics/EpIcon.vue":()=>Promise.resolve().then(()=>Ln),"../basics/EpImg.vue":()=>Promise.resolve().then(()=>qr),"../basics/EpSection.vue":()=>Promise.resolve().then(()=>Wn),"../basics/EpSpinner.vue":()=>Promise.resolve().then(()=>Yn),"../basics/EpTable.vue":()=>Promise.resolve().then(()=>Kn),"../basics/EpText.vue":()=>Promise.resolve().then(()=>Fn),"../charts/EpBarChart.vue":()=>Promise.resolve().then(()=>to),"../charts/EpLineChart.vue":()=>Promise.resolve().then(()=>ro),"../charts/EpPieChart.vue":()=>Promise.resolve().then(()=>no),"../educationals/EpEdu.vue":()=>Promise.resolve().then(()=>eo),"../educationals/EpReading.vue":()=>Promise.resolve().then(()=>Nr),"../educationals/EpResource.vue":()=>Promise.resolve().then(()=>lo),"../educationals/EpScope.vue":()=>Promise.resolve().then(()=>Qn),"../forms/EpCheckbox.vue":()=>Promise.resolve().then(()=>k0),"../forms/EpInput.vue":()=>Promise.resolve().then(()=>M0),"../forms/EpRadio.vue":()=>Promise.resolve().then(()=>co),"../forms/EpSelect.vue":()=>Promise.resolve().then(()=>V0),"../forms/EpSwitch.vue":()=>Promise.resolve().then(()=>D0),"../forms/EpTextarea.vue":()=>Promise.resolve().then(()=>q0),"../forms/EpToggle.vue":()=>Promise.resolve().then(()=>z0),"./EpAccordeon.vue":()=>Promise.resolve().then(()=>Rn),"./EpContentSlider.vue":()=>Promise.resolve().then(()=>io),"./EpModal.vue":()=>Promise.resolve().then(()=>$n),"./EpQuestion.vue":()=>Promise.resolve().then(()=>ho),"./EpTabs.vue":()=>Promise.resolve().then(()=>fo),"../medias/EpAudio.vue":()=>Promise.resolve().then(()=>mo),"../medias/EpCarousel.vue":()=>Promise.resolve().then(()=>go),"../medias/EpIframe.vue":()=>Promise.resolve().then(()=>yo),"../medias/EpKatex.vue":()=>Promise.resolve().then(()=>i0),"../medias/EpLink.vue":()=>Promise.resolve().then(()=>u0),"../medias/EpLinkVersion.vue":()=>Promise.resolve().then(()=>d0),"../medias/EpSoftware.vue":()=>Promise.resolve().then(()=>h0),"../medias/EpSvg.vue":()=>Promise.resolve().then(()=>f0),"../medias/EpTerm.vue":()=>Promise.resolve().then(()=>on),"../medias/EpTimeLine.vue":()=>Promise.resolve().then(()=>m0),"../medias/EpVideo.vue":()=>Promise.resolve().then(()=>g0),"../medias/EpVideoPanopto.vue":()=>Promise.resolve().then(()=>b0),"../signages/EpAlert.vue":()=>Promise.resolve().then(()=>uo),"../signages/EpHeader.vue":()=>Promise.resolve().then(()=>v0),"../signages/EpNothing.vue":()=>Promise.resolve().then(()=>pr),"../signages/EpQuote.vue":()=>Promise.resolve().then(()=>x0),"../tools/BgAudio.vue":()=>Promise.resolve().then(()=>po),"../tools/DisplayBox.vue":()=>Promise.resolve().then(()=>oo),"../tools/SvgFilter.vue":()=>Promise.resolve().then(()=>y0),"../tools/TimelineItem.vue":()=>Promise.resolve().then(()=>p0)}),`../${b.path}/${b.name}.vue`))}return null}),s=o.computed(()=>t.value+1<e.slides.length),l=o.computed(()=>t.value+1>1),i=()=>{s.value&&(t.value+=1)},c=()=>{l.value&&(t.value-=1)},d=p=>{t.value=p},{slides:f}=o.toRefs(e);return(p,b)=>(o.openBlock(),o.createElementBlock("div",kf,[o.createElementVNode("div",wf,[o.createElementVNode("h5",_f,o.toDisplayString(n.value.title),1),o.unref(f)?(o.openBlock(),o.createElementBlock("div",Cf,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(f).length,(g,k)=>(o.openBlock(),o.createElementBlock("span",{key:`slide-index-${k}`,class:o.normalizeClass(`cursor-pointer h-4 w-4 ml-1 inline-block ${k===t.value?"bg-primary":"bg-gray-400"}`),onClick:S=>d(k)},null,10,Sf))),128)),o.createElementVNode("span",Ef,"("+o.toDisplayString(t.value+1)+"/"+o.toDisplayString(o.unref(f).length)+")",1),o.createElementVNode("button",{class:o.normalizeClass(`px-2 ${l.value?"":"opacity-5"}`),onClick:c},[o.createVNode(re,{"icon-path":o.unref(J1),size:"24"},null,8,["icon-path"])],2),o.createElementVNode("button",{class:o.normalizeClass(`mx-2 ${s.value?"":"opacity-5"}`),onClick:i},[o.createVNode(re,{"icon-path":o.unref(Q1),size:"24"},null,8,["icon-path"])],2)])):o.createCommentVNode("",!0)]),o.createElementVNode("div",Af,[o.createVNode(o.Transition,{name:"list",mode:"out-in"},{default:o.withCtx(()=>[(o.openBlock(),o.createElementBlock("div",{class:"md:flex p-8",key:n.value.uid},[a.value?(o.openBlock(),o.createElementBlock("div",Tf,[n.value.img?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(a.value),{key:0,src:n.value.img},null,8,["src"])):n.value.component?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(a.value),o.normalizeProps(o.mergeProps({key:1},{...n.value.component.data})),null,16)):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createElementVNode("div",Bf,[o.createElementVNode("div",{class:"overflow-y-auto h-96 p-custom",innerHTML:n.value.content},null,8,Mf)])]))]),_:1})])]))}}),DX="",io=Object.freeze(Object.defineProperty({__proto__:null,default:ds},Symbol.toStringTag,{value:"Module"})),Vf={base:"form-radio rounded-full border-neutral-300 text-gray-600 h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-gray-300",primary:"form-radio rounded-full border-primary text-primary h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-primary",secondary:"form-radio rounded-full border-secondary text-secondary h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-secondary",accent:"form-radio rounded-full border-accent text-accent h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-accent",info:"form-radio rounded-full border-info text-info h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-info",warning:"form-radio rounded-full border-warning text-warning h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-warning",success:"form-radio rounded-full border-success text-success h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-success",error:"form-radio rounded-full border-error text-error h-[1.190rem] w-[1.190rem] disabled:opacity-40 focus:ring-error"},Df={class:"flex items-center"},qf=["id","name","disabled","readonly","value","checked"],zf=["for"],hs=o.defineComponent({__name:"EpRadio",props:{id:{default:"01"},label:{},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},type:{default:"base"},value:{default:void 0},modelValue:{default:""}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,n=o.computed(()=>`${Vf[t.type]} mx-2 `),a=o.computed(()=>t.modelValue===t.value),s=o.computed(()=>t.label?t.label.trim().replace(/\s/g,"_"):`label_${Math.round(Math.random()*100)}`),{label:l,disabled:i,readonly:c,value:d}=o.toRefs(t),f=p=>{const b=p.target;e("update:modelValue",b.value)};return(p,b)=>(o.openBlock(),o.createElementBlock("span",Df,[o.createElementVNode("input",{class:o.normalizeClass(["cursor-pointer",n.value]),type:"radio",id:s.value,name:s.value,disabled:o.unref(i),readonly:o.unref(c),value:o.unref(d),checked:a.value,onChange:f},null,42,qf),o.createElementVNode("label",{for:s.value,class:"disabled:opacity-40 cursor-pointer"},o.toDisplayString(o.unref(l)),9,zf)]))}}),co=Object.freeze(Object.defineProperty({__proto__:null,default:hs},Symbol.toStringTag,{value:"Module"})),Nf={base:{default:"bg-gray-100 text-black",outlined:"bg-white border-gray-100 border text-black"},warning:{default:"bg-warning text-white",outlined:"bg-white border-warning border text-warning"},success:{default:"bg-success text-white",outlined:"bg-white border-success border text-success"},error:{default:"bg-error text-white",outlined:"bg-white border-error border text-error"},info:{default:"bg-info text-white",outlined:"bg-white border-info border text-info"},question:{default:"bg-question text-white",outlined:"bg-white border-question border text-question"},tip:{default:"bg-tip text-white",outlined:"bg-white border-tip border text-tip"}},Lf={base:{icon:dd},warning:{icon:W1},success:{icon:ad},error:{icon:Y1},info:{icon:md},question:{icon:Wa},tip:{icon:bd}},Rf={key:0,class:"flex items-center justify-center w-1/12"},Ff={class:"container"},If={key:0,class:"text-left text-2xl font-bold"},or=o.defineComponent({__name:"EpAlert",props:{type:{default:"base"},title:{default:null},outlined:{type:Boolean,default:!0},noIcon:{type:Boolean,default:!1},compact:{type:Boolean}},setup(r){const e=r,t=o.computed(()=>e.outlined?"default":"outlined"),n=o.computed(()=>typeof e.type=="object"?e.type.type:e.type),a=o.computed(()=>{var d;return`${(d=Nf[n.value])==null?void 0:d[t.value]}`}),s=o.computed(()=>{let d=Lf[n.value].icon;return e.noIcon?null:d}),{title:l,compact:i,outlined:c}=o.toRefs(e);return(d,f)=>o.unref(i)?(o.openBlock(),o.createBlock(Vr,{key:1,type:n.value,outlined:o.unref(c),icon:s.value,title:o.unref(l)},{default:o.withCtx(()=>[o.renderSlot(d.$slots,"default")]),_:3},8,["type","outlined","icon","title"])):(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`flex p-4 rounded shadow-md m-2 ${a.value}`)},[s.value?(o.openBlock(),o.createElementBlock("div",Rf,[o.createVNode(re,{size:40,"icon-path":s.value},null,8,["icon-path"])])):o.createCommentVNode("",!0),o.createElementVNode("div",{class:o.normalizeClass(`${s.value?"w-11/12":"w-full"} flex items-center`)},[o.createElementVNode("div",Ff,[o.unref(l)?(o.openBlock(),o.createElementBlock("h3",If,o.toDisplayString(o.unref(l)),1)):o.createCommentVNode("",!0),o.unref(l)?(o.openBlock(),o.createBlock(Bt,{key:1,size:"border"})):o.createCommentVNode("",!0),o.renderSlot(d.$slots,"default")])],2)],2))}}),uo=Object.freeze(Object.defineProperty({__proto__:null,default:or},Symbol.toStringTag,{value:"Module"})),Pf=["innerHTML"],Of={class:"mt-5"},$f=["innerHTML"],Hf={class:"mb-6"},jf={key:2},Uf=["innerHTML"],Gf={key:0},fs=o.defineComponent({__name:"EpQuestion",props:{title:{},intentions:{},hideIcon:{type:Boolean,default:!1},type:{default:"base"},mandateLevel:{},question:{},answers:{},shuffle:{type:Boolean,default:!0},before:{type:Boolean,default:!1},numeration:{type:Boolean,default:!1},src:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?_e(e.intentions):null);o.computed(()=>{const C=e.answers;if(e.shuffle)for(let E=C.length-1;E>0;E--){const T=Math.floor(Math.random()*(E+1)),V=C[E];C[E]=C[T],C[T]=V}return C});const n=["A","B","C","D","E","F","G","H","I","J"],a=C=>e.numeration?n[C]:C+1,s=o.ref(""),l=o.ref(!1),i=o.ref(!0),c=o.ref({type:"warning",text:"no found",component:null,feedback:""}),d=()=>{if(s.value===""){i.value=!1;return}const C=e.answers.find(E=>E.uid===s.value);C&&(c.value=C,l.value=!0)},f=()=>{l.value=!1,s.value=""};o.watch(s,C=>{C!==""&&(i.value=!0)});const p=C=>{const E=so(C);return E.name==="EpNothing"?o.defineAsyncComponent(()=>Promise.resolve().then(()=>pr)):o.defineAsyncComponent(()=>ao(Object.assign({"../basics/EpBadge.vue":()=>Promise.resolve().then(()=>jn),"../basics/EpBtn.vue":()=>Promise.resolve().then(()=>Un),"../basics/EpCard.vue":()=>Promise.resolve().then(()=>On),"../basics/EpChip.vue":()=>Promise.resolve().then(()=>Gn),"../basics/EpDivider.vue":()=>Promise.resolve().then(()=>Zn),"../basics/EpFlex.vue":()=>Promise.resolve().then(()=>Xn),"../basics/EpIcon.vue":()=>Promise.resolve().then(()=>Ln),"../basics/EpImg.vue":()=>Promise.resolve().then(()=>qr),"../basics/EpSection.vue":()=>Promise.resolve().then(()=>Wn),"../basics/EpSpinner.vue":()=>Promise.resolve().then(()=>Yn),"../basics/EpTable.vue":()=>Promise.resolve().then(()=>Kn),"../basics/EpText.vue":()=>Promise.resolve().then(()=>Fn),"../charts/EpBarChart.vue":()=>Promise.resolve().then(()=>to),"../charts/EpLineChart.vue":()=>Promise.resolve().then(()=>ro),"../charts/EpPieChart.vue":()=>Promise.resolve().then(()=>no),"../educationals/EpEdu.vue":()=>Promise.resolve().then(()=>eo),"../educationals/EpReading.vue":()=>Promise.resolve().then(()=>Nr),"../educationals/EpResource.vue":()=>Promise.resolve().then(()=>lo),"../educationals/EpScope.vue":()=>Promise.resolve().then(()=>Qn),"../forms/EpCheckbox.vue":()=>Promise.resolve().then(()=>k0),"../forms/EpInput.vue":()=>Promise.resolve().then(()=>M0),"../forms/EpRadio.vue":()=>Promise.resolve().then(()=>co),"../forms/EpSelect.vue":()=>Promise.resolve().then(()=>V0),"../forms/EpSwitch.vue":()=>Promise.resolve().then(()=>D0),"../forms/EpTextarea.vue":()=>Promise.resolve().then(()=>q0),"../forms/EpToggle.vue":()=>Promise.resolve().then(()=>z0),"./EpAccordeon.vue":()=>Promise.resolve().then(()=>Rn),"./EpContentSlider.vue":()=>Promise.resolve().then(()=>io),"./EpModal.vue":()=>Promise.resolve().then(()=>$n),"./EpQuestion.vue":()=>Promise.resolve().then(()=>ho),"./EpTabs.vue":()=>Promise.resolve().then(()=>fo),"../medias/EpAudio.vue":()=>Promise.resolve().then(()=>mo),"../medias/EpCarousel.vue":()=>Promise.resolve().then(()=>go),"../medias/EpIframe.vue":()=>Promise.resolve().then(()=>yo),"../medias/EpKatex.vue":()=>Promise.resolve().then(()=>i0),"../medias/EpLink.vue":()=>Promise.resolve().then(()=>u0),"../medias/EpLinkVersion.vue":()=>Promise.resolve().then(()=>d0),"../medias/EpSoftware.vue":()=>Promise.resolve().then(()=>h0),"../medias/EpSvg.vue":()=>Promise.resolve().then(()=>f0),"../medias/EpTerm.vue":()=>Promise.resolve().then(()=>on),"../medias/EpTimeLine.vue":()=>Promise.resolve().then(()=>m0),"../medias/EpVideo.vue":()=>Promise.resolve().then(()=>g0),"../medias/EpVideoPanopto.vue":()=>Promise.resolve().then(()=>b0),"../signages/EpAlert.vue":()=>Promise.resolve().then(()=>uo),"../signages/EpHeader.vue":()=>Promise.resolve().then(()=>v0),"../signages/EpNothing.vue":()=>Promise.resolve().then(()=>pr),"../signages/EpQuote.vue":()=>Promise.resolve().then(()=>x0),"../tools/BgAudio.vue":()=>Promise.resolve().then(()=>po),"../tools/DisplayBox.vue":()=>Promise.resolve().then(()=>oo),"../tools/SvgFilter.vue":()=>Promise.resolve().then(()=>y0),"../tools/TimelineItem.vue":()=>Promise.resolve().then(()=>p0)}),`../${E.path}/${E.name}.vue`))},{title:b,intentions:g,hideIcon:k,question:S,src:_}=o.toRefs(e);return(C,E)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(b),type:C.type,hideIcon:o.unref(k),icon:o.unref(Wa),mandateLevel:C.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",Of,[o.unref(_)&&C.before?(o.openBlock(),o.createBlock(At,{key:0,src:o.unref(_),alt:"Image soutien à la question",cols:"5"},null,8,["src"])):o.createCommentVNode("",!0),o.createElementVNode("div",{innerHTML:o.unref(_e)(o.unref(S)),class:"my-6"},null,8,$f),o.unref(_)&&!C.before?(o.openBlock(),o.createBlock(At,{key:1,src:o.unref(_),alt:"Image soutien à la question",cols:"5"},null,8,["src"])):o.createCommentVNode("",!0),o.createElementVNode("div",Hf,[o.createElementVNode("ol",null,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(C.answers,(T,V)=>(o.openBlock(),o.createElementBlock("li",{key:T.uid},[o.createVNode(hs,{label:`${a(V)}. ${T.text}`,modelValue:s.value,"onUpdate:modelValue":E[0]||(E[0]=L=>s.value=L),value:T.uid,disabled:l.value},null,8,["label","modelValue","value","disabled"])]))),128))]),i.value?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(or,{key:0,type:"error",outlined:"",noIcon:""},{default:o.withCtx(()=>[o.createTextVNode(" Veuillez choisir une réponse ")]),_:1}))]),l.value?(o.openBlock(),o.createElementBlock("div",jf,[o.createVNode(or,{type:c.value.type,outlined:""},{default:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(_e)(c.value.feedback)},null,8,Uf)]),_:1},8,["type"]),c.value.component?(o.openBlock(),o.createElementBlock("div",Gf,[(o.openBlock(),o.createBlock(o.resolveDynamicComponent(p(c.value.component.type)),o.normalizeProps(o.guardReactiveProps({...c.value.component.data})),null,16))])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createVNode(Ce,{type:C.type,onClick:d,disabled:l.value,outlined:"",extraClass:"mr-2"},{default:o.withCtx(()=>[o.createTextVNode("Valider")]),_:1},8,["type","disabled"]),l.value?(o.openBlock(),o.createBlock(Ce,{key:3,type:C.type,onClick:f,outlined:""},{default:o.withCtx(()=>[o.createTextVNode("Réessayer")]),_:1},8,["type"])):o.createCommentVNode("",!0)])]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,Pf)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),ho=Object.freeze(Object.defineProperty({__proto__:null,default:fs},Symbol.toStringTag,{value:"Module"})),Zf={},Wf={class:"p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning"},Yf=[o.createElementVNode("p",{class:"text-center text-error font-bold uppercase"},"In progress",-1)];function Xf(r,e){return o.openBlock(),o.createElementBlock("div",Wf,Yf)}const ps=Et(Zf,[["render",Xf]]),fo=Object.freeze(Object.defineProperty({__proto__:null,default:ps},Symbol.toStringTag,{value:"Module"})),Kf={version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 640 360",style:{"enable-background":"new 0 0 640 360"},"xml:space":"preserve"},Jf=o.createStaticVNode(`<pattern y="-20" width="150" height="100" patternUnits="userSpaceOnUse" id="New_Pattern" viewBox="8 -107.8 150 100" style="overflow:visible;"><g><rect x="8" y="-107.8" style="fill:none;" width="150" height="100"></rect><g style="opacity:0.1;"><path d="M159.8-15.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-15.5 M162-7.8
31
31
  c0,1.6-0.9,2.9-2.2,3.5v-7.1C161.1-10.7,162-9.3,162-7.8 M153.5-10.4l4.4-4.4v14.2l-4.4-4.4H150v-5.3H153.5z"></path></g><g style="opacity:0.1;"><path d="M9.8-15.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-15.5 M12-7.8
32
32
  c0,1.6-0.9,2.9-2.2,3.5v-7.1C11.1-10.7,12-9.3,12-7.8 M3.5-10.4L8-14.8v14.2L3.5-5.1H0v-5.3H3.5z"></path></g><g style="opacity:0.1;"><path d="M159.8-115.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-115.5 M162-107.8
33
33
  c0,1.6-0.9,2.9-2.2,3.5v-7.1C161.1-110.7,162-109.3,162-107.8 M153.5-110.4l4.4-4.4v14.2l-4.4-4.4H150v-5.3H153.5z"></path></g><g style="opacity:0.1;"><path d="M84.8-65.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9c0-2.8-1.9-5.2-4.4-5.9V-65.5 M87-57.8
34
34
  c0,1.6-0.9,2.9-2.2,3.5v-7.1C86.1-60.7,87-59.3,87-57.8 M78.5-60.4l4.4-4.4v14.2l-4.4-4.4H75v-5.3H78.5z"></path></g><g style="opacity:0.1;"><path d="M9.8-115.5c3.5,0.8,6.2,4,6.2,7.8s-2.7,7-6.2,7.8v-1.8c2.6-0.8,4.4-3.1,4.4-5.9s-1.9-5.2-4.4-5.9V-115.5 M12-107.8
35
35
  c0,1.6-0.9,2.9-2.2,3.5v-7.1C11.1-110.7,12-109.3,12-107.8 M3.5-110.4l4.4-4.4v14.2l-4.4-4.4H0v-5.3H3.5z"></path></g></g></pattern>`,1),Qf=o.createElementVNode("path",{style:{fill:"url(#New_Pattern)"},d:"M639,1v358H1V1H639 M640,0H0v360h640V0L640,0z"},null,-1),ep=o.createElementVNode("g",null,[o.createElementVNode("rect",{x:"0.5",y:"0.5",style:{fill:"url(#New_Pattern)"},width:"639",height:"359"})],-1),tp=o.createElementVNode("g",null,[o.createElementVNode("path",{style:{fill:"white"},d:`M310.7,114.7c-31,4.4-53.2,32.4-53.2,63.7v46.8c0,11.5,9.3,20.8,20.8,20.8h20.8v-55.6h-27.8v-12
36
36
  c0-24.9,17.9-47.1,42.5-50.1c29.6-3.6,54.7,19.4,54.7,48.3v13.9h-27.8V246h20.8c11.5,0,20.8-9.3,20.8-20.8v-48.6
37
- C382.5,138.7,349.4,109.1,310.7,114.7z`})],-1),ms=o.defineComponent({__name:"BgAudio",props:{fill:{default:"fill-primary"}},setup(r){const e=r;return(t,n)=>(o.openBlock(),o.createElementBlock("svg",Kf,[Jf,o.createElementVNode("g",null,[o.createElementVNode("rect",{class:o.normalizeClass(e.fill),width:"640",height:"360"},null,2),Qf]),ep,tp]))}}),po=Object.freeze(Object.defineProperty({__proto__:null,default:ms},Symbol.toStringTag,{value:"Module"})),rp=["innerHTML"],np={class:"max-w-screen-sm mx-auto"},op=["src"],gs=o.defineComponent({__name:"EpAudio",props:{src:{},title:{},intentions:{},credits:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},messageError:{default:"Mauvais url"},hideIcon:{type:Boolean,default:!1},mandateLevel:{}},setup(r){const e=r,t=o.computed(()=>!!(e.src.endsWith(".mp3")||e.src.endsWith(".ogg")||e.src.endsWith(".wav"))),n=o.computed(()=>Oe("fill",e.type)),a=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{src:s,title:l,hideIcon:i,mandateLevel:c}=o.toRefs(e);return(d,f)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(l),type:d.type,hideIcon:o.unref(i),icon:o.unref(fd),mandateLevel:o.unref(c)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",np,[o.createVNode(ms,{fill:n.value},null,8,["fill"]),t.value?(o.openBlock(),o.createElementBlock("audio",{key:0,ref:"video",controls:"",src:o.unref(s),controlsList:"nodownload"},null,8,op)):(o.openBlock(),o.createBlock(or,{key:1,type:"error",outlined:""},{default:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(d.messageError),1)]),_:1}))])]),_:2},[a.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:a.value},null,8,rp)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),mo=Object.freeze(Object.defineProperty({__proto__:null,default:gs},Symbol.toStringTag,{value:"Module"})),ap={key:0},sp={class:"flex items-center justify-center mb-2"},lp={class:"bg-white shadow-xl p-4 max-w-[800px] mx-auto border-solid"},ip={class:"max-w-[800px] h-[550px] m-auto relative"},cp={key:0,class:"mt-2 text-sm text-gray-800"},up={key:1,class:"flex justify-end"},dp=["innerHTML"],hp={class:"flex justify-end"},fp={key:1,class:"flex"},pp=o.defineComponent({__name:"EpCarousel",props:{carrouselImg:{},gallery:{type:Boolean,default:!1},labelRef:{default:"Référence"},labelClose:{default:"Fermer"}},setup(r){const e=r,t=o.ref(0),n=o.ref(!1),a=()=>{const f=t.value===0?e.carrouselImg.length-1:t.value-1;t.value=f},s=()=>{const f=t.value===e.carrouselImg.length-1?0:t.value+1;t.value=f},{carrouselImg:l,labelClose:i,labelRef:c}=o.toRefs(e);return(d,f)=>{var p,b;return d.gallery?(o.openBlock(),o.createElementBlock("div",fp,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(l),g=>(o.openBlock(),o.createBlock(At,{key:`image-${g==null?void 0:g.uid}`,src:g.src,bib:g.bib,caption:g.caption,thumbnail:""},null,8,["src","bib","caption"]))),128))])):(o.openBlock(),o.createElementBlock("div",ap,[o.createElementVNode("div",sp,[o.createElementVNode("button",{onClick:a},[o.createVNode(re,{"icon-path":o.unref(cd)},null,8,["icon-path"])]),o.createTextVNode(" "+o.toDisplayString(t.value+1)+"/"+o.toDisplayString(o.unref(l).length)+" ",1),o.createElementVNode("button",{onClick:s},[o.createVNode(re,{"icon-path":o.unref(ud)},null,8,["icon-path"])])]),o.createElementVNode("div",lp,[o.createElementVNode("div",ip,[o.createElementVNode("div",{class:"w-full h-full bg-center bg-cover duration-500",style:o.normalizeStyle(`background-image:url('${o.unref(l)[t.value].src}')`)},null,4)]),(p=o.unref(l)[t.value])!=null&&p.caption?(o.openBlock(),o.createElementBlock("div",cp,o.toDisplayString(o.unref(l)[t.value].caption),1)):o.createCommentVNode("",!0),(b=o.unref(l)[t.value])!=null&&b.bib?(o.openBlock(),o.createElementBlock("div",up,[o.createVNode(Ce,{type:"primary",onClick:f[0]||(f[0]=g=>n.value=!0),dark:""},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(c)),1)]),_:1})])):o.createCommentVNode("",!0)]),o.createVNode(nr,{modelValue:n.value,"onUpdate:modelValue":f[2]||(f[2]=g=>n.value=g),title:"Référence"},{default:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(l)[t.value].bib},null,8,dp),o.createElementVNode("div",hp,[o.createVNode(Ce,{onClick:f[1]||(f[1]=g=>n.value=!1),type:"primary",dark:""},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(i)),1)]),_:1})])]),_:1},8,["modelValue"])]))}}}),NX="",bs=Et(pp,[["__scopeId","data-v-049ea2df"]]),go=Object.freeze(Object.defineProperty({__proto__:null,default:bs},Symbol.toStringTag,{value:"Module"})),mp=["innerHTML"],gp=["src","height"],bo=o.defineComponent({__name:"EpIframe",props:{src:{},big:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean,default:!1},type:{default:"base"},mandateLevel:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),n=o.computed(()=>e.big?"1000":"520"),a=o.computed(()=>{let i=e.src[e.src.length-1],c=/^\d+$/.test(i),d=e.src.includes("https://studium.umontreal.ca");return c&&d?e.src+"&embed=1":e.src}),{title:s,hideIcon:l}=o.toRefs(e);return(i,c)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(s),type:i.type,hideIcon:o.unref(l),icon:o.unref(X1),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("iframe",{src:a.value,class:"w-full",height:n.value},null,8,gp)]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,mp)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),yo=Object.freeze(Object.defineProperty({__proto__:null,default:bo},Symbol.toStringTag,{value:"Module"}));class Ve{constructor(e,t,n){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=n}static range(e,t){return t?!e||!e.loc||!t.loc||e.loc.lexer!==t.loc.lexer?null:new Ve(e.loc.lexer,e.loc.start,t.loc.end):e&&e.loc}}class Xe{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 Xe(t,Ve.range(this,e))}}class z{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var n="KaTeX parse error: "+e,a,s,l=t&&t.loc;if(l&&l.start<=l.end){var i=l.lexer.input;a=l.start,s=l.end,a===i.length?n+=" at end of input: ":n+=" at position "+(a+1)+": ";var c=i.slice(a,s).replace(/[^]/g,"$&̲"),d;a>15?d="…"+i.slice(a-15,a):d=i.slice(0,a);var f;s+15<i.length?f=i.slice(s,s+15)+"…":f=i.slice(s),n+=d+c+f}var p=new Error(n);return p.name="ParseError",p.__proto__=z.prototype,p.position=a,a!=null&&s!=null&&(p.length=s-a),p.rawMessage=e,p}}z.prototype.__proto__=Error.prototype;var bp=function(e,t){return e.indexOf(t)!==-1},yp=function(e,t){return e===void 0?t:e},vp=/([A-Z])/g,xp=function(e){return e.replace(vp,"-$1").toLowerCase()},kp={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},wp=/[&><"']/g;function _p(r){return String(r).replace(wp,e=>kp[e])}var ys=function r(e){return e.type==="ordgroup"||e.type==="color"?e.body.length===1?r(e.body[0]):e:e.type==="font"?r(e.body):e},Cp=function(e){var t=ys(e);return t.type==="mathord"||t.type==="textord"||t.type==="atom"},Sp=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e},Ep=function(e){var t=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(e);return t!=null?t[1]:"_relative"},H={contains:bp,deflt:yp,escape:_p,hyphenate:xp,getBaseElem:ys,isCharacterBox:Cp,protocolFromUrl:Ep},Lr={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:r=>"#"+r},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:(r,e)=>(e.push(r),e)},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:r=>Math.max(0,r),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:r=>Math.max(0,r),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:r=>Math.max(0,r),cli:"-e, --max-expand <n>",cliProcessor:r=>r==="Infinity"?1/0:parseInt(r)},globalGroup:{type:"boolean",cli:!1}};function Ap(r){if(r.default)return r.default;var e=r.type,t=Array.isArray(e)?e[0]:e;if(typeof t!="string")return t.enum[0];switch(t){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class vo{constructor(e){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||{};for(var t in Lr)if(Lr.hasOwnProperty(t)){var n=Lr[t];this[t]=e[t]!==void 0?n.processor?n.processor(e[t]):e[t]:Ap(n)}}reportNonstrict(e,t,n){var a=this.strict;if(typeof a=="function"&&(a=a(e,t,n)),!(!a||a==="ignore")){if(a===!0||a==="error")throw new z("LaTeX-incompatible input and strict mode is set to 'error': "+(t+" ["+e+"]"),n);a==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(t+" ["+e+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+a+"': "+t+" ["+e+"]"))}}useStrictBehavior(e,t,n){var a=this.strict;if(typeof a=="function")try{a=a(e,t,n)}catch{a="error"}return!a||a==="ignore"?!1:a===!0||a==="error"?!0:a==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(t+" ["+e+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+a+"': "+t+" ["+e+"]")),!1)}isTrusted(e){e.url&&!e.protocol&&(e.protocol=H.protocolFromUrl(e.url));var t=typeof this.trust=="function"?this.trust(e):this.trust;return!!t}}class mt{constructor(e,t,n){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=n}sup(){return Ke[Tp[this.id]]}sub(){return Ke[Bp[this.id]]}fracNum(){return Ke[Mp[this.id]]}fracDen(){return Ke[Vp[this.id]]}cramp(){return Ke[Dp[this.id]]}text(){return Ke[qp[this.id]]}isTight(){return this.size>=2}}var xo=0,Rr=1,Ot=2,at=3,ar=4,ze=5,$t=6,ke=7,Ke=[new mt(xo,0,!1),new mt(Rr,0,!0),new mt(Ot,1,!1),new mt(at,1,!0),new mt(ar,2,!1),new mt(ze,2,!0),new mt($t,3,!1),new mt(ke,3,!0)],Tp=[ar,ze,ar,ze,$t,ke,$t,ke],Bp=[ze,ze,ze,ze,ke,ke,ke,ke],Mp=[Ot,at,ar,ze,$t,ke,$t,ke],Vp=[at,at,ze,ze,ke,ke,ke,ke],Dp=[Rr,Rr,at,at,ze,ze,ke,ke],qp=[xo,Rr,Ot,at,Ot,at,Ot,at],O={DISPLAY:Ke[xo],TEXT:Ke[Ot],SCRIPT:Ke[ar],SCRIPTSCRIPT:Ke[$t]},ko=[{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]]}];function zp(r){for(var e=0;e<ko.length;e++)for(var t=ko[e],n=0;n<t.blocks.length;n++){var a=t.blocks[n];if(r>=a[0]&&r<=a[1])return t.name}return null}var Fr=[];ko.forEach(r=>r.blocks.forEach(e=>Fr.push(...e)));function vs(r){for(var e=0;e<Fr.length;e+=2)if(r>=Fr[e]&&r<=Fr[e+1])return!0;return!1}var Ht=80,Np=function(e,t){return"M95,"+(622+e+t)+`
37
+ C382.5,138.7,349.4,109.1,310.7,114.7z`})],-1),ms=o.defineComponent({__name:"BgAudio",props:{fill:{default:"fill-primary"}},setup(r){const e=r;return(t,n)=>(o.openBlock(),o.createElementBlock("svg",Kf,[Jf,o.createElementVNode("g",null,[o.createElementVNode("rect",{class:o.normalizeClass(e.fill),width:"640",height:"360"},null,2),Qf]),ep,tp]))}}),po=Object.freeze(Object.defineProperty({__proto__:null,default:ms},Symbol.toStringTag,{value:"Module"})),rp=["innerHTML"],np={class:"max-w-screen-sm mx-auto"},op=["src"],gs=o.defineComponent({__name:"EpAudio",props:{src:{},title:{},intentions:{},credits:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},messageError:{default:"Mauvais url"},hideIcon:{type:Boolean,default:!1},mandateLevel:{}},setup(r){const e=r,t=o.computed(()=>!!(e.src.endsWith(".mp3")||e.src.endsWith(".ogg")||e.src.endsWith(".wav"))),n=o.computed(()=>Oe("fill",e.type)),a=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{src:s,title:l,hideIcon:i,mandateLevel:c}=o.toRefs(e);return(d,f)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(l),type:d.type,hideIcon:o.unref(i),icon:o.unref(fd),mandateLevel:o.unref(c)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",np,[o.createVNode(ms,{fill:n.value},null,8,["fill"]),t.value?(o.openBlock(),o.createElementBlock("audio",{key:0,ref:"video",controls:"",src:o.unref(s),controlsList:"nodownload"},null,8,op)):(o.openBlock(),o.createBlock(or,{key:1,type:"error",outlined:""},{default:o.withCtx(()=>[o.createElementVNode("p",null,o.toDisplayString(d.messageError),1)]),_:1}))])]),_:2},[a.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:a.value},null,8,rp)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),mo=Object.freeze(Object.defineProperty({__proto__:null,default:gs},Symbol.toStringTag,{value:"Module"})),ap={key:0},sp={class:"flex items-center justify-center mb-2"},lp={class:"bg-white shadow-xl p-4 max-w-[800px] mx-auto border-solid"},ip={class:"max-w-[800px] h-[550px] m-auto relative"},cp={key:0,class:"mt-2 text-sm text-gray-800"},up={key:1,class:"flex justify-end"},dp=["innerHTML"],hp={class:"flex justify-end"},fp={key:1,class:"flex"},pp=o.defineComponent({__name:"EpCarousel",props:{carrouselImg:{},gallery:{type:Boolean,default:!1},labelRef:{default:"Référence"},labelClose:{default:"Fermer"}},setup(r){const e=r,t=o.ref(0),n=o.ref(!1),a=()=>{const f=t.value===0?e.carrouselImg.length-1:t.value-1;t.value=f},s=()=>{const f=t.value===e.carrouselImg.length-1?0:t.value+1;t.value=f},{carrouselImg:l,labelClose:i,labelRef:c}=o.toRefs(e);return(d,f)=>{var p,b;return d.gallery?(o.openBlock(),o.createElementBlock("div",fp,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(o.unref(l),g=>(o.openBlock(),o.createBlock(At,{key:`image-${g==null?void 0:g.uid}`,src:g.src,bib:g.bib,caption:g.caption,thumbnail:""},null,8,["src","bib","caption"]))),128))])):(o.openBlock(),o.createElementBlock("div",ap,[o.createElementVNode("div",sp,[o.createElementVNode("button",{onClick:a},[o.createVNode(re,{"icon-path":o.unref(cd)},null,8,["icon-path"])]),o.createTextVNode(" "+o.toDisplayString(t.value+1)+"/"+o.toDisplayString(o.unref(l).length)+" ",1),o.createElementVNode("button",{onClick:s},[o.createVNode(re,{"icon-path":o.unref(ud)},null,8,["icon-path"])])]),o.createElementVNode("div",lp,[o.createElementVNode("div",ip,[o.createElementVNode("div",{class:"w-full h-full bg-center bg-cover duration-500",style:o.normalizeStyle(`background-image:url('${o.unref(l)[t.value].src}')`)},null,4)]),(p=o.unref(l)[t.value])!=null&&p.caption?(o.openBlock(),o.createElementBlock("div",cp,o.toDisplayString(o.unref(l)[t.value].caption),1)):o.createCommentVNode("",!0),(b=o.unref(l)[t.value])!=null&&b.bib?(o.openBlock(),o.createElementBlock("div",up,[o.createVNode(Ce,{type:"primary",onClick:f[0]||(f[0]=g=>n.value=!0),dark:""},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(c)),1)]),_:1})])):o.createCommentVNode("",!0)]),o.createVNode(nr,{modelValue:n.value,"onUpdate:modelValue":f[2]||(f[2]=g=>n.value=g),title:"Référence"},{default:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(l)[t.value].bib},null,8,dp),o.createElementVNode("div",hp,[o.createVNode(Ce,{onClick:f[1]||(f[1]=g=>n.value=!1),type:"primary",dark:""},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(i)),1)]),_:1})])]),_:1},8,["modelValue"])]))}}}),zX="",bs=Et(pp,[["__scopeId","data-v-049ea2df"]]),go=Object.freeze(Object.defineProperty({__proto__:null,default:bs},Symbol.toStringTag,{value:"Module"})),mp=["innerHTML"],gp=["src","height"],bo=o.defineComponent({__name:"EpIframe",props:{src:{},big:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean,default:!1},type:{default:"base"},mandateLevel:{}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),n=o.computed(()=>e.big?"1000":"520"),a=o.computed(()=>{let i=e.src[e.src.length-1],c=/^\d+$/.test(i),d=e.src.includes("https://studium.umontreal.ca");return c&&d?e.src+"&embed=1":e.src}),{title:s,hideIcon:l}=o.toRefs(e);return(i,c)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(s),type:i.type,hideIcon:o.unref(l),icon:o.unref(X1),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("iframe",{src:a.value,class:"w-full",height:n.value},null,8,gp)]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,mp)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),yo=Object.freeze(Object.defineProperty({__proto__:null,default:bo},Symbol.toStringTag,{value:"Module"}));class Ve{constructor(e,t,n){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=n}static range(e,t){return t?!e||!e.loc||!t.loc||e.loc.lexer!==t.loc.lexer?null:new Ve(e.loc.lexer,e.loc.start,t.loc.end):e&&e.loc}}class Xe{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 Xe(t,Ve.range(this,e))}}class z{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var n="KaTeX parse error: "+e,a,s,l=t&&t.loc;if(l&&l.start<=l.end){var i=l.lexer.input;a=l.start,s=l.end,a===i.length?n+=" at end of input: ":n+=" at position "+(a+1)+": ";var c=i.slice(a,s).replace(/[^]/g,"$&̲"),d;a>15?d="…"+i.slice(a-15,a):d=i.slice(0,a);var f;s+15<i.length?f=i.slice(s,s+15)+"…":f=i.slice(s),n+=d+c+f}var p=new Error(n);return p.name="ParseError",p.__proto__=z.prototype,p.position=a,a!=null&&s!=null&&(p.length=s-a),p.rawMessage=e,p}}z.prototype.__proto__=Error.prototype;var bp=function(e,t){return e.indexOf(t)!==-1},yp=function(e,t){return e===void 0?t:e},vp=/([A-Z])/g,xp=function(e){return e.replace(vp,"-$1").toLowerCase()},kp={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},wp=/[&><"']/g;function _p(r){return String(r).replace(wp,e=>kp[e])}var ys=function r(e){return e.type==="ordgroup"||e.type==="color"?e.body.length===1?r(e.body[0]):e:e.type==="font"?r(e.body):e},Cp=function(e){var t=ys(e);return t.type==="mathord"||t.type==="textord"||t.type==="atom"},Sp=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e},Ep=function(e){var t=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(e);return t!=null?t[1]:"_relative"},j={contains:bp,deflt:yp,escape:_p,hyphenate:xp,getBaseElem:ys,isCharacterBox:Cp,protocolFromUrl:Ep},Lr={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:r=>"#"+r},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:(r,e)=>(e.push(r),e)},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:r=>Math.max(0,r),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:r=>Math.max(0,r),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:r=>Math.max(0,r),cli:"-e, --max-expand <n>",cliProcessor:r=>r==="Infinity"?1/0:parseInt(r)},globalGroup:{type:"boolean",cli:!1}};function Ap(r){if(r.default)return r.default;var e=r.type,t=Array.isArray(e)?e[0]:e;if(typeof t!="string")return t.enum[0];switch(t){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class vo{constructor(e){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||{};for(var t in Lr)if(Lr.hasOwnProperty(t)){var n=Lr[t];this[t]=e[t]!==void 0?n.processor?n.processor(e[t]):e[t]:Ap(n)}}reportNonstrict(e,t,n){var a=this.strict;if(typeof a=="function"&&(a=a(e,t,n)),!(!a||a==="ignore")){if(a===!0||a==="error")throw new z("LaTeX-incompatible input and strict mode is set to 'error': "+(t+" ["+e+"]"),n);a==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(t+" ["+e+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+a+"': "+t+" ["+e+"]"))}}useStrictBehavior(e,t,n){var a=this.strict;if(typeof a=="function")try{a=a(e,t,n)}catch{a="error"}return!a||a==="ignore"?!1:a===!0||a==="error"?!0:a==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(t+" ["+e+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+a+"': "+t+" ["+e+"]")),!1)}isTrusted(e){e.url&&!e.protocol&&(e.protocol=j.protocolFromUrl(e.url));var t=typeof this.trust=="function"?this.trust(e):this.trust;return!!t}}class mt{constructor(e,t,n){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=n}sup(){return Ke[Tp[this.id]]}sub(){return Ke[Bp[this.id]]}fracNum(){return Ke[Mp[this.id]]}fracDen(){return Ke[Vp[this.id]]}cramp(){return Ke[Dp[this.id]]}text(){return Ke[qp[this.id]]}isTight(){return this.size>=2}}var xo=0,Rr=1,Ot=2,at=3,ar=4,ze=5,$t=6,xe=7,Ke=[new mt(xo,0,!1),new mt(Rr,0,!0),new mt(Ot,1,!1),new mt(at,1,!0),new mt(ar,2,!1),new mt(ze,2,!0),new mt($t,3,!1),new mt(xe,3,!0)],Tp=[ar,ze,ar,ze,$t,xe,$t,xe],Bp=[ze,ze,ze,ze,xe,xe,xe,xe],Mp=[Ot,at,ar,ze,$t,xe,$t,xe],Vp=[at,at,ze,ze,xe,xe,xe,xe],Dp=[Rr,Rr,at,at,ze,ze,xe,xe],qp=[xo,Rr,Ot,at,Ot,at,Ot,at],O={DISPLAY:Ke[xo],TEXT:Ke[Ot],SCRIPT:Ke[ar],SCRIPTSCRIPT:Ke[$t]},ko=[{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]]}];function zp(r){for(var e=0;e<ko.length;e++)for(var t=ko[e],n=0;n<t.blocks.length;n++){var a=t.blocks[n];if(r>=a[0]&&r<=a[1])return t.name}return null}var Fr=[];ko.forEach(r=>r.blocks.forEach(e=>Fr.push(...e)));function vs(r){for(var e=0;e<Fr.length;e+=2)if(r>=Fr[e]&&r<=Fr[e+1])return!0;return!1}var Ht=80,Np=function(e,t){return"M95,"+(622+e+t)+`
38
38
  c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
39
39
  c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
40
40
  c44.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
@@ -288,13 +288,13 @@ c-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
288
288
  c0,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
289
289
  c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558
290
290
  l0,-`+(t+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
291
- -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.")}};class sr{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 H.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(){var e=t=>t.toText();return this.children.map(e).join("")}}var Je={"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]}},Ir={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]},ks={Å:"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 Up(r,e){Je[r]=e}function wo(r,e,t){if(!Je[e])throw new Error("Font metrics not found for font: "+e+".");var n=r.charCodeAt(0),a=Je[e][n];if(!a&&r[0]in ks&&(n=ks[r[0]].charCodeAt(0),a=Je[e][n]),!a&&t==="text"&&vs(n)&&(a=Je[e][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var _o={};function Gp(r){var e;if(r>=5?e=0:r>=3?e=1:e=2,!_o[e]){var t=_o[e]={cssEmPerMu:Ir.quad[e]/18};for(var n in Ir)Ir.hasOwnProperty(n)&&(t[n]=Ir[n][e])}return _o[e]}var Zp=[[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]],ws=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],_s=function(e,t){return t.size<2?e:Zp[e-1][t.size-1]};class st{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||st.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=ws[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 n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return new st(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:_s(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:ws[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=_s(st.BASESIZE,e);return this.size===t&&this.textSize===st.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!==st.BASESIZE?["sizing","reset-size"+this.size,"size"+st.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=Gp(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}st.BASESIZE=6;var Co={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},Wp={ex:!0,em:!0,mu:!0},Cs=function(e){return typeof e!="string"&&(e=e.unit),e in Co||e in Wp||e==="ex"},ce=function(e,t){var n;if(e.unit in Co)n=Co[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(e.unit==="mu")n=t.fontMetrics().cssEmPerMu;else{var a;if(t.style.isTight()?a=t.havingStyle(t.style.text()):a=t,e.unit==="ex")n=a.fontMetrics().xHeight;else if(e.unit==="em")n=a.fontMetrics().quad;else throw new z("Invalid unit: '"+e.unit+"'");a!==t&&(n*=a.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*n,t.maxSize)},L=function(e){return+e.toFixed(4)+"em"},gt=function(e){return e.filter(t=>t).join(" ")},Ss=function(e,t,n){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=n||{},t){t.style.isTight()&&this.classes.push("mtight");var a=t.getColor();a&&(this.style.color=a)}},Es=function(e){var t=document.createElement(e);t.className=gt(this.classes);for(var n in this.style)this.style.hasOwnProperty(n)&&(t.style[n]=this.style[n]);for(var a in this.attributes)this.attributes.hasOwnProperty(a)&&t.setAttribute(a,this.attributes[a]);for(var s=0;s<this.children.length;s++)t.appendChild(this.children[s].toNode());return t},As=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+H.escape(gt(this.classes))+'"');var n="";for(var a in this.style)this.style.hasOwnProperty(a)&&(n+=H.hyphenate(a)+":"+this.style[a]+";");n&&(t+=' style="'+H.escape(n)+'"');for(var s in this.attributes)this.attributes.hasOwnProperty(s)&&(t+=" "+s+'="'+H.escape(this.attributes[s])+'"');t+=">";for(var l=0;l<this.children.length;l++)t+=this.children[l].toMarkup();return t+="</"+e+">",t};class lr{constructor(e,t,n,a){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,Ss.call(this,e,n,a),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return H.contains(this.classes,e)}toNode(){return Es.call(this,"span")}toMarkup(){return As.call(this,"span")}}class So{constructor(e,t,n,a){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,Ss.call(this,t,a),this.children=n||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return H.contains(this.classes,e)}toNode(){return Es.call(this,"a")}toMarkup(){return As.call(this,"a")}}class Yp{constructor(e,t,n){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=n}hasClass(e){return H.contains(this.classes,e)}toNode(){var e=document.createElement("img");e.src=this.src,e.alt=this.alt,e.className="mord";for(var t in 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 n in this.style)this.style.hasOwnProperty(n)&&(t+=H.hyphenate(n)+":"+this.style[n]+";");return t&&(e+=' style="'+H.escape(t)+'"'),e+="'/>",e}}var Xp={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"};class Ne{constructor(e,t,n,a,s,l,i,c){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=n||0,this.italic=a||0,this.skew=s||0,this.width=l||0,this.classes=i||[],this.style=c||{},this.maxFontSize=0;var d=zp(this.text.charCodeAt(0));d&&this.classes.push(d+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Xp[this.text])}hasClass(e){return H.contains(this.classes,e)}toNode(){var e=document.createTextNode(this.text),t=null;this.italic>0&&(t=document.createElement("span"),t.style.marginRight=L(this.italic)),this.classes.length>0&&(t=t||document.createElement("span"),t.className=gt(this.classes));for(var n in this.style)this.style.hasOwnProperty(n)&&(t=t||document.createElement("span"),t.style[n]=this.style[n]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=H.escape(gt(this.classes)),t+='"');var n="";this.italic>0&&(n+="margin-right:"+this.italic+"em;");for(var a in this.style)this.style.hasOwnProperty(a)&&(n+=H.hyphenate(a)+":"+this.style[a]+";");n&&(e=!0,t+=' style="'+H.escape(n)+'"');var s=H.escape(this.text);return e?(t+=">",t+=s,t+="</span>",t):s}}class lt{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"svg");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&t.setAttribute(n,this.attributes[n]);for(var a=0;a<this.children.length;a++)t.appendChild(this.children[a].toNode());return t}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 n=0;n<this.children.length;n++)e+=this.children[n].toMarkup();return e+="</svg>",e}}class bt{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"path");return this.alternate?t.setAttribute("d",this.alternate):t.setAttribute("d",xs[this.pathName]),t}toMarkup(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+xs[this.pathName]+"'/>"}}class Eo{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"line");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&t.setAttribute(n,this.attributes[n]);return t}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");return e+="/>",e}}function Ts(r){if(r instanceof Ne)return r;throw new Error("Expected symbolNode but got "+String(r)+".")}function Kp(r){if(r instanceof lr)return r;throw new Error("Expected span<HtmlDomNode> but got "+String(r)+".")}var Jp={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Qp={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},se={math:{},text:{}};function u(r,e,t,n,a,s){se[r][a]={font:e,group:t,replace:n},s&&n&&(se[r][n]=se[r][a])}var h="math",M="text",m="main",v="ams",le="accent-token",F="bin",we="close",jt="inner",$="mathord",fe="op-token",De="open",Pr="punct",x="rel",it="spacing",_="textord";u(h,m,x,"≡","\\equiv",!0),u(h,m,x,"≺","\\prec",!0),u(h,m,x,"≻","\\succ",!0),u(h,m,x,"∼","\\sim",!0),u(h,m,x,"⊥","\\perp"),u(h,m,x,"⪯","\\preceq",!0),u(h,m,x,"⪰","\\succeq",!0),u(h,m,x,"≃","\\simeq",!0),u(h,m,x,"∣","\\mid",!0),u(h,m,x,"≪","\\ll",!0),u(h,m,x,"≫","\\gg",!0),u(h,m,x,"≍","\\asymp",!0),u(h,m,x,"∥","\\parallel"),u(h,m,x,"⋈","\\bowtie",!0),u(h,m,x,"⌣","\\smile",!0),u(h,m,x,"⊑","\\sqsubseteq",!0),u(h,m,x,"⊒","\\sqsupseteq",!0),u(h,m,x,"≐","\\doteq",!0),u(h,m,x,"⌢","\\frown",!0),u(h,m,x,"∋","\\ni",!0),u(h,m,x,"∝","\\propto",!0),u(h,m,x,"⊢","\\vdash",!0),u(h,m,x,"⊣","\\dashv",!0),u(h,m,x,"∋","\\owns"),u(h,m,Pr,".","\\ldotp"),u(h,m,Pr,"⋅","\\cdotp"),u(h,m,_,"#","\\#"),u(M,m,_,"#","\\#"),u(h,m,_,"&","\\&"),u(M,m,_,"&","\\&"),u(h,m,_,"ℵ","\\aleph",!0),u(h,m,_,"∀","\\forall",!0),u(h,m,_,"ℏ","\\hbar",!0),u(h,m,_,"∃","\\exists",!0),u(h,m,_,"∇","\\nabla",!0),u(h,m,_,"♭","\\flat",!0),u(h,m,_,"ℓ","\\ell",!0),u(h,m,_,"♮","\\natural",!0),u(h,m,_,"♣","\\clubsuit",!0),u(h,m,_,"℘","\\wp",!0),u(h,m,_,"♯","\\sharp",!0),u(h,m,_,"♢","\\diamondsuit",!0),u(h,m,_,"ℜ","\\Re",!0),u(h,m,_,"♡","\\heartsuit",!0),u(h,m,_,"ℑ","\\Im",!0),u(h,m,_,"♠","\\spadesuit",!0),u(h,m,_,"§","\\S",!0),u(M,m,_,"§","\\S"),u(h,m,_,"¶","\\P",!0),u(M,m,_,"¶","\\P"),u(h,m,_,"†","\\dag"),u(M,m,_,"†","\\dag"),u(M,m,_,"†","\\textdagger"),u(h,m,_,"‡","\\ddag"),u(M,m,_,"‡","\\ddag"),u(M,m,_,"‡","\\textdaggerdbl"),u(h,m,we,"⎱","\\rmoustache",!0),u(h,m,De,"⎰","\\lmoustache",!0),u(h,m,we,"⟯","\\rgroup",!0),u(h,m,De,"⟮","\\lgroup",!0),u(h,m,F,"∓","\\mp",!0),u(h,m,F,"⊖","\\ominus",!0),u(h,m,F,"⊎","\\uplus",!0),u(h,m,F,"⊓","\\sqcap",!0),u(h,m,F,"∗","\\ast"),u(h,m,F,"⊔","\\sqcup",!0),u(h,m,F,"◯","\\bigcirc",!0),u(h,m,F,"∙","\\bullet",!0),u(h,m,F,"‡","\\ddagger"),u(h,m,F,"≀","\\wr",!0),u(h,m,F,"⨿","\\amalg"),u(h,m,F,"&","\\And"),u(h,m,x,"⟵","\\longleftarrow",!0),u(h,m,x,"⇐","\\Leftarrow",!0),u(h,m,x,"⟸","\\Longleftarrow",!0),u(h,m,x,"⟶","\\longrightarrow",!0),u(h,m,x,"⇒","\\Rightarrow",!0),u(h,m,x,"⟹","\\Longrightarrow",!0),u(h,m,x,"↔","\\leftrightarrow",!0),u(h,m,x,"⟷","\\longleftrightarrow",!0),u(h,m,x,"⇔","\\Leftrightarrow",!0),u(h,m,x,"⟺","\\Longleftrightarrow",!0),u(h,m,x,"↦","\\mapsto",!0),u(h,m,x,"⟼","\\longmapsto",!0),u(h,m,x,"↗","\\nearrow",!0),u(h,m,x,"↩","\\hookleftarrow",!0),u(h,m,x,"↪","\\hookrightarrow",!0),u(h,m,x,"↘","\\searrow",!0),u(h,m,x,"↼","\\leftharpoonup",!0),u(h,m,x,"⇀","\\rightharpoonup",!0),u(h,m,x,"↙","\\swarrow",!0),u(h,m,x,"↽","\\leftharpoondown",!0),u(h,m,x,"⇁","\\rightharpoondown",!0),u(h,m,x,"↖","\\nwarrow",!0),u(h,m,x,"⇌","\\rightleftharpoons",!0),u(h,v,x,"≮","\\nless",!0),u(h,v,x,"","\\@nleqslant"),u(h,v,x,"","\\@nleqq"),u(h,v,x,"⪇","\\lneq",!0),u(h,v,x,"≨","\\lneqq",!0),u(h,v,x,"","\\@lvertneqq"),u(h,v,x,"⋦","\\lnsim",!0),u(h,v,x,"⪉","\\lnapprox",!0),u(h,v,x,"⊀","\\nprec",!0),u(h,v,x,"⋠","\\npreceq",!0),u(h,v,x,"⋨","\\precnsim",!0),u(h,v,x,"⪹","\\precnapprox",!0),u(h,v,x,"≁","\\nsim",!0),u(h,v,x,"","\\@nshortmid"),u(h,v,x,"∤","\\nmid",!0),u(h,v,x,"⊬","\\nvdash",!0),u(h,v,x,"⊭","\\nvDash",!0),u(h,v,x,"⋪","\\ntriangleleft"),u(h,v,x,"⋬","\\ntrianglelefteq",!0),u(h,v,x,"⊊","\\subsetneq",!0),u(h,v,x,"","\\@varsubsetneq"),u(h,v,x,"⫋","\\subsetneqq",!0),u(h,v,x,"","\\@varsubsetneqq"),u(h,v,x,"≯","\\ngtr",!0),u(h,v,x,"","\\@ngeqslant"),u(h,v,x,"","\\@ngeqq"),u(h,v,x,"⪈","\\gneq",!0),u(h,v,x,"≩","\\gneqq",!0),u(h,v,x,"","\\@gvertneqq"),u(h,v,x,"⋧","\\gnsim",!0),u(h,v,x,"⪊","\\gnapprox",!0),u(h,v,x,"⊁","\\nsucc",!0),u(h,v,x,"⋡","\\nsucceq",!0),u(h,v,x,"⋩","\\succnsim",!0),u(h,v,x,"⪺","\\succnapprox",!0),u(h,v,x,"≆","\\ncong",!0),u(h,v,x,"","\\@nshortparallel"),u(h,v,x,"∦","\\nparallel",!0),u(h,v,x,"⊯","\\nVDash",!0),u(h,v,x,"⋫","\\ntriangleright"),u(h,v,x,"⋭","\\ntrianglerighteq",!0),u(h,v,x,"","\\@nsupseteqq"),u(h,v,x,"⊋","\\supsetneq",!0),u(h,v,x,"","\\@varsupsetneq"),u(h,v,x,"⫌","\\supsetneqq",!0),u(h,v,x,"","\\@varsupsetneqq"),u(h,v,x,"⊮","\\nVdash",!0),u(h,v,x,"⪵","\\precneqq",!0),u(h,v,x,"⪶","\\succneqq",!0),u(h,v,x,"","\\@nsubseteqq"),u(h,v,F,"⊴","\\unlhd"),u(h,v,F,"⊵","\\unrhd"),u(h,v,x,"↚","\\nleftarrow",!0),u(h,v,x,"↛","\\nrightarrow",!0),u(h,v,x,"⇍","\\nLeftarrow",!0),u(h,v,x,"⇏","\\nRightarrow",!0),u(h,v,x,"↮","\\nleftrightarrow",!0),u(h,v,x,"⇎","\\nLeftrightarrow",!0),u(h,v,x,"△","\\vartriangle"),u(h,v,_,"ℏ","\\hslash"),u(h,v,_,"▽","\\triangledown"),u(h,v,_,"◊","\\lozenge"),u(h,v,_,"Ⓢ","\\circledS"),u(h,v,_,"®","\\circledR"),u(M,v,_,"®","\\circledR"),u(h,v,_,"∡","\\measuredangle",!0),u(h,v,_,"∄","\\nexists"),u(h,v,_,"℧","\\mho"),u(h,v,_,"Ⅎ","\\Finv",!0),u(h,v,_,"⅁","\\Game",!0),u(h,v,_,"‵","\\backprime"),u(h,v,_,"▲","\\blacktriangle"),u(h,v,_,"▼","\\blacktriangledown"),u(h,v,_,"■","\\blacksquare"),u(h,v,_,"⧫","\\blacklozenge"),u(h,v,_,"★","\\bigstar"),u(h,v,_,"∢","\\sphericalangle",!0),u(h,v,_,"∁","\\complement",!0),u(h,v,_,"ð","\\eth",!0),u(M,m,_,"ð","ð"),u(h,v,_,"╱","\\diagup"),u(h,v,_,"╲","\\diagdown"),u(h,v,_,"□","\\square"),u(h,v,_,"□","\\Box"),u(h,v,_,"◊","\\Diamond"),u(h,v,_,"¥","\\yen",!0),u(M,v,_,"¥","\\yen",!0),u(h,v,_,"✓","\\checkmark",!0),u(M,v,_,"✓","\\checkmark"),u(h,v,_,"ℶ","\\beth",!0),u(h,v,_,"ℸ","\\daleth",!0),u(h,v,_,"ℷ","\\gimel",!0),u(h,v,_,"ϝ","\\digamma",!0),u(h,v,_,"ϰ","\\varkappa"),u(h,v,De,"┌","\\@ulcorner",!0),u(h,v,we,"┐","\\@urcorner",!0),u(h,v,De,"└","\\@llcorner",!0),u(h,v,we,"┘","\\@lrcorner",!0),u(h,v,x,"≦","\\leqq",!0),u(h,v,x,"⩽","\\leqslant",!0),u(h,v,x,"⪕","\\eqslantless",!0),u(h,v,x,"≲","\\lesssim",!0),u(h,v,x,"⪅","\\lessapprox",!0),u(h,v,x,"≊","\\approxeq",!0),u(h,v,F,"⋖","\\lessdot"),u(h,v,x,"⋘","\\lll",!0),u(h,v,x,"≶","\\lessgtr",!0),u(h,v,x,"⋚","\\lesseqgtr",!0),u(h,v,x,"⪋","\\lesseqqgtr",!0),u(h,v,x,"≑","\\doteqdot"),u(h,v,x,"≓","\\risingdotseq",!0),u(h,v,x,"≒","\\fallingdotseq",!0),u(h,v,x,"∽","\\backsim",!0),u(h,v,x,"⋍","\\backsimeq",!0),u(h,v,x,"⫅","\\subseteqq",!0),u(h,v,x,"⋐","\\Subset",!0),u(h,v,x,"⊏","\\sqsubset",!0),u(h,v,x,"≼","\\preccurlyeq",!0),u(h,v,x,"⋞","\\curlyeqprec",!0),u(h,v,x,"≾","\\precsim",!0),u(h,v,x,"⪷","\\precapprox",!0),u(h,v,x,"⊲","\\vartriangleleft"),u(h,v,x,"⊴","\\trianglelefteq"),u(h,v,x,"⊨","\\vDash",!0),u(h,v,x,"⊪","\\Vvdash",!0),u(h,v,x,"⌣","\\smallsmile"),u(h,v,x,"⌢","\\smallfrown"),u(h,v,x,"≏","\\bumpeq",!0),u(h,v,x,"≎","\\Bumpeq",!0),u(h,v,x,"≧","\\geqq",!0),u(h,v,x,"⩾","\\geqslant",!0),u(h,v,x,"⪖","\\eqslantgtr",!0),u(h,v,x,"≳","\\gtrsim",!0),u(h,v,x,"⪆","\\gtrapprox",!0),u(h,v,F,"⋗","\\gtrdot"),u(h,v,x,"⋙","\\ggg",!0),u(h,v,x,"≷","\\gtrless",!0),u(h,v,x,"⋛","\\gtreqless",!0),u(h,v,x,"⪌","\\gtreqqless",!0),u(h,v,x,"≖","\\eqcirc",!0),u(h,v,x,"≗","\\circeq",!0),u(h,v,x,"≜","\\triangleq",!0),u(h,v,x,"∼","\\thicksim"),u(h,v,x,"≈","\\thickapprox"),u(h,v,x,"⫆","\\supseteqq",!0),u(h,v,x,"⋑","\\Supset",!0),u(h,v,x,"⊐","\\sqsupset",!0),u(h,v,x,"≽","\\succcurlyeq",!0),u(h,v,x,"⋟","\\curlyeqsucc",!0),u(h,v,x,"≿","\\succsim",!0),u(h,v,x,"⪸","\\succapprox",!0),u(h,v,x,"⊳","\\vartriangleright"),u(h,v,x,"⊵","\\trianglerighteq"),u(h,v,x,"⊩","\\Vdash",!0),u(h,v,x,"∣","\\shortmid"),u(h,v,x,"∥","\\shortparallel"),u(h,v,x,"≬","\\between",!0),u(h,v,x,"⋔","\\pitchfork",!0),u(h,v,x,"∝","\\varpropto"),u(h,v,x,"◀","\\blacktriangleleft"),u(h,v,x,"∴","\\therefore",!0),u(h,v,x,"∍","\\backepsilon"),u(h,v,x,"▶","\\blacktriangleright"),u(h,v,x,"∵","\\because",!0),u(h,v,x,"⋘","\\llless"),u(h,v,x,"⋙","\\gggtr"),u(h,v,F,"⊲","\\lhd"),u(h,v,F,"⊳","\\rhd"),u(h,v,x,"≂","\\eqsim",!0),u(h,m,x,"⋈","\\Join"),u(h,v,x,"≑","\\Doteq",!0),u(h,v,F,"∔","\\dotplus",!0),u(h,v,F,"∖","\\smallsetminus"),u(h,v,F,"⋒","\\Cap",!0),u(h,v,F,"⋓","\\Cup",!0),u(h,v,F,"⩞","\\doublebarwedge",!0),u(h,v,F,"⊟","\\boxminus",!0),u(h,v,F,"⊞","\\boxplus",!0),u(h,v,F,"⋇","\\divideontimes",!0),u(h,v,F,"⋉","\\ltimes",!0),u(h,v,F,"⋊","\\rtimes",!0),u(h,v,F,"⋋","\\leftthreetimes",!0),u(h,v,F,"⋌","\\rightthreetimes",!0),u(h,v,F,"⋏","\\curlywedge",!0),u(h,v,F,"⋎","\\curlyvee",!0),u(h,v,F,"⊝","\\circleddash",!0),u(h,v,F,"⊛","\\circledast",!0),u(h,v,F,"⋅","\\centerdot"),u(h,v,F,"⊺","\\intercal",!0),u(h,v,F,"⋒","\\doublecap"),u(h,v,F,"⋓","\\doublecup"),u(h,v,F,"⊠","\\boxtimes",!0),u(h,v,x,"⇢","\\dashrightarrow",!0),u(h,v,x,"⇠","\\dashleftarrow",!0),u(h,v,x,"⇇","\\leftleftarrows",!0),u(h,v,x,"⇆","\\leftrightarrows",!0),u(h,v,x,"⇚","\\Lleftarrow",!0),u(h,v,x,"↞","\\twoheadleftarrow",!0),u(h,v,x,"↢","\\leftarrowtail",!0),u(h,v,x,"↫","\\looparrowleft",!0),u(h,v,x,"⇋","\\leftrightharpoons",!0),u(h,v,x,"↶","\\curvearrowleft",!0),u(h,v,x,"↺","\\circlearrowleft",!0),u(h,v,x,"↰","\\Lsh",!0),u(h,v,x,"⇈","\\upuparrows",!0),u(h,v,x,"↿","\\upharpoonleft",!0),u(h,v,x,"⇃","\\downharpoonleft",!0),u(h,m,x,"⊶","\\origof",!0),u(h,m,x,"⊷","\\imageof",!0),u(h,v,x,"⊸","\\multimap",!0),u(h,v,x,"↭","\\leftrightsquigarrow",!0),u(h,v,x,"⇉","\\rightrightarrows",!0),u(h,v,x,"⇄","\\rightleftarrows",!0),u(h,v,x,"↠","\\twoheadrightarrow",!0),u(h,v,x,"↣","\\rightarrowtail",!0),u(h,v,x,"↬","\\looparrowright",!0),u(h,v,x,"↷","\\curvearrowright",!0),u(h,v,x,"↻","\\circlearrowright",!0),u(h,v,x,"↱","\\Rsh",!0),u(h,v,x,"⇊","\\downdownarrows",!0),u(h,v,x,"↾","\\upharpoonright",!0),u(h,v,x,"⇂","\\downharpoonright",!0),u(h,v,x,"⇝","\\rightsquigarrow",!0),u(h,v,x,"⇝","\\leadsto"),u(h,v,x,"⇛","\\Rrightarrow",!0),u(h,v,x,"↾","\\restriction"),u(h,m,_,"‘","`"),u(h,m,_,"$","\\$"),u(M,m,_,"$","\\$"),u(M,m,_,"$","\\textdollar"),u(h,m,_,"%","\\%"),u(M,m,_,"%","\\%"),u(h,m,_,"_","\\_"),u(M,m,_,"_","\\_"),u(M,m,_,"_","\\textunderscore"),u(h,m,_,"∠","\\angle",!0),u(h,m,_,"∞","\\infty",!0),u(h,m,_,"′","\\prime"),u(h,m,_,"△","\\triangle"),u(h,m,_,"Γ","\\Gamma",!0),u(h,m,_,"Δ","\\Delta",!0),u(h,m,_,"Θ","\\Theta",!0),u(h,m,_,"Λ","\\Lambda",!0),u(h,m,_,"Ξ","\\Xi",!0),u(h,m,_,"Π","\\Pi",!0),u(h,m,_,"Σ","\\Sigma",!0),u(h,m,_,"Υ","\\Upsilon",!0),u(h,m,_,"Φ","\\Phi",!0),u(h,m,_,"Ψ","\\Psi",!0),u(h,m,_,"Ω","\\Omega",!0),u(h,m,_,"A","Α"),u(h,m,_,"B","Β"),u(h,m,_,"E","Ε"),u(h,m,_,"Z","Ζ"),u(h,m,_,"H","Η"),u(h,m,_,"I","Ι"),u(h,m,_,"K","Κ"),u(h,m,_,"M","Μ"),u(h,m,_,"N","Ν"),u(h,m,_,"O","Ο"),u(h,m,_,"P","Ρ"),u(h,m,_,"T","Τ"),u(h,m,_,"X","Χ"),u(h,m,_,"¬","\\neg",!0),u(h,m,_,"¬","\\lnot"),u(h,m,_,"⊤","\\top"),u(h,m,_,"⊥","\\bot"),u(h,m,_,"∅","\\emptyset"),u(h,v,_,"∅","\\varnothing"),u(h,m,$,"α","\\alpha",!0),u(h,m,$,"β","\\beta",!0),u(h,m,$,"γ","\\gamma",!0),u(h,m,$,"δ","\\delta",!0),u(h,m,$,"ϵ","\\epsilon",!0),u(h,m,$,"ζ","\\zeta",!0),u(h,m,$,"η","\\eta",!0),u(h,m,$,"θ","\\theta",!0),u(h,m,$,"ι","\\iota",!0),u(h,m,$,"κ","\\kappa",!0),u(h,m,$,"λ","\\lambda",!0),u(h,m,$,"μ","\\mu",!0),u(h,m,$,"ν","\\nu",!0),u(h,m,$,"ξ","\\xi",!0),u(h,m,$,"ο","\\omicron",!0),u(h,m,$,"π","\\pi",!0),u(h,m,$,"ρ","\\rho",!0),u(h,m,$,"σ","\\sigma",!0),u(h,m,$,"τ","\\tau",!0),u(h,m,$,"υ","\\upsilon",!0),u(h,m,$,"ϕ","\\phi",!0),u(h,m,$,"χ","\\chi",!0),u(h,m,$,"ψ","\\psi",!0),u(h,m,$,"ω","\\omega",!0),u(h,m,$,"ε","\\varepsilon",!0),u(h,m,$,"ϑ","\\vartheta",!0),u(h,m,$,"ϖ","\\varpi",!0),u(h,m,$,"ϱ","\\varrho",!0),u(h,m,$,"ς","\\varsigma",!0),u(h,m,$,"φ","\\varphi",!0),u(h,m,F,"∗","*",!0),u(h,m,F,"+","+"),u(h,m,F,"−","-",!0),u(h,m,F,"⋅","\\cdot",!0),u(h,m,F,"∘","\\circ",!0),u(h,m,F,"÷","\\div",!0),u(h,m,F,"±","\\pm",!0),u(h,m,F,"×","\\times",!0),u(h,m,F,"∩","\\cap",!0),u(h,m,F,"∪","\\cup",!0),u(h,m,F,"∖","\\setminus",!0),u(h,m,F,"∧","\\land"),u(h,m,F,"∨","\\lor"),u(h,m,F,"∧","\\wedge",!0),u(h,m,F,"∨","\\vee",!0),u(h,m,_,"√","\\surd"),u(h,m,De,"⟨","\\langle",!0),u(h,m,De,"∣","\\lvert"),u(h,m,De,"∥","\\lVert"),u(h,m,we,"?","?"),u(h,m,we,"!","!"),u(h,m,we,"⟩","\\rangle",!0),u(h,m,we,"∣","\\rvert"),u(h,m,we,"∥","\\rVert"),u(h,m,x,"=","="),u(h,m,x,":",":"),u(h,m,x,"≈","\\approx",!0),u(h,m,x,"≅","\\cong",!0),u(h,m,x,"≥","\\ge"),u(h,m,x,"≥","\\geq",!0),u(h,m,x,"←","\\gets"),u(h,m,x,">","\\gt",!0),u(h,m,x,"∈","\\in",!0),u(h,m,x,"","\\@not"),u(h,m,x,"⊂","\\subset",!0),u(h,m,x,"⊃","\\supset",!0),u(h,m,x,"⊆","\\subseteq",!0),u(h,m,x,"⊇","\\supseteq",!0),u(h,v,x,"⊈","\\nsubseteq",!0),u(h,v,x,"⊉","\\nsupseteq",!0),u(h,m,x,"⊨","\\models"),u(h,m,x,"←","\\leftarrow",!0),u(h,m,x,"≤","\\le"),u(h,m,x,"≤","\\leq",!0),u(h,m,x,"<","\\lt",!0),u(h,m,x,"→","\\rightarrow",!0),u(h,m,x,"→","\\to"),u(h,v,x,"≱","\\ngeq",!0),u(h,v,x,"≰","\\nleq",!0),u(h,m,it," ","\\ "),u(h,m,it," ","\\space"),u(h,m,it," ","\\nobreakspace"),u(M,m,it," ","\\ "),u(M,m,it," "," "),u(M,m,it," ","\\space"),u(M,m,it," ","\\nobreakspace"),u(h,m,it,null,"\\nobreak"),u(h,m,it,null,"\\allowbreak"),u(h,m,Pr,",",","),u(h,m,Pr,";",";"),u(h,v,F,"⊼","\\barwedge",!0),u(h,v,F,"⊻","\\veebar",!0),u(h,m,F,"⊙","\\odot",!0),u(h,m,F,"⊕","\\oplus",!0),u(h,m,F,"⊗","\\otimes",!0),u(h,m,_,"∂","\\partial",!0),u(h,m,F,"⊘","\\oslash",!0),u(h,v,F,"⊚","\\circledcirc",!0),u(h,v,F,"⊡","\\boxdot",!0),u(h,m,F,"△","\\bigtriangleup"),u(h,m,F,"▽","\\bigtriangledown"),u(h,m,F,"†","\\dagger"),u(h,m,F,"⋄","\\diamond"),u(h,m,F,"⋆","\\star"),u(h,m,F,"◃","\\triangleleft"),u(h,m,F,"▹","\\triangleright"),u(h,m,De,"{","\\{"),u(M,m,_,"{","\\{"),u(M,m,_,"{","\\textbraceleft"),u(h,m,we,"}","\\}"),u(M,m,_,"}","\\}"),u(M,m,_,"}","\\textbraceright"),u(h,m,De,"{","\\lbrace"),u(h,m,we,"}","\\rbrace"),u(h,m,De,"[","\\lbrack",!0),u(M,m,_,"[","\\lbrack",!0),u(h,m,we,"]","\\rbrack",!0),u(M,m,_,"]","\\rbrack",!0),u(h,m,De,"(","\\lparen",!0),u(h,m,we,")","\\rparen",!0),u(M,m,_,"<","\\textless",!0),u(M,m,_,">","\\textgreater",!0),u(h,m,De,"⌊","\\lfloor",!0),u(h,m,we,"⌋","\\rfloor",!0),u(h,m,De,"⌈","\\lceil",!0),u(h,m,we,"⌉","\\rceil",!0),u(h,m,_,"\\","\\backslash"),u(h,m,_,"∣","|"),u(h,m,_,"∣","\\vert"),u(M,m,_,"|","\\textbar",!0),u(h,m,_,"∥","\\|"),u(h,m,_,"∥","\\Vert"),u(M,m,_,"∥","\\textbardbl"),u(M,m,_,"~","\\textasciitilde"),u(M,m,_,"\\","\\textbackslash"),u(M,m,_,"^","\\textasciicircum"),u(h,m,x,"↑","\\uparrow",!0),u(h,m,x,"⇑","\\Uparrow",!0),u(h,m,x,"↓","\\downarrow",!0),u(h,m,x,"⇓","\\Downarrow",!0),u(h,m,x,"↕","\\updownarrow",!0),u(h,m,x,"⇕","\\Updownarrow",!0),u(h,m,fe,"∐","\\coprod"),u(h,m,fe,"⋁","\\bigvee"),u(h,m,fe,"⋀","\\bigwedge"),u(h,m,fe,"⨄","\\biguplus"),u(h,m,fe,"⋂","\\bigcap"),u(h,m,fe,"⋃","\\bigcup"),u(h,m,fe,"∫","\\int"),u(h,m,fe,"∫","\\intop"),u(h,m,fe,"∬","\\iint"),u(h,m,fe,"∭","\\iiint"),u(h,m,fe,"∏","\\prod"),u(h,m,fe,"∑","\\sum"),u(h,m,fe,"⨂","\\bigotimes"),u(h,m,fe,"⨁","\\bigoplus"),u(h,m,fe,"⨀","\\bigodot"),u(h,m,fe,"∮","\\oint"),u(h,m,fe,"∯","\\oiint"),u(h,m,fe,"∰","\\oiiint"),u(h,m,fe,"⨆","\\bigsqcup"),u(h,m,fe,"∫","\\smallint"),u(M,m,jt,"…","\\textellipsis"),u(h,m,jt,"…","\\mathellipsis"),u(M,m,jt,"…","\\ldots",!0),u(h,m,jt,"…","\\ldots",!0),u(h,m,jt,"⋯","\\@cdots",!0),u(h,m,jt,"⋱","\\ddots",!0),u(h,m,_,"⋮","\\varvdots"),u(h,m,le,"ˊ","\\acute"),u(h,m,le,"ˋ","\\grave"),u(h,m,le,"¨","\\ddot"),u(h,m,le,"~","\\tilde"),u(h,m,le,"ˉ","\\bar"),u(h,m,le,"˘","\\breve"),u(h,m,le,"ˇ","\\check"),u(h,m,le,"^","\\hat"),u(h,m,le,"⃗","\\vec"),u(h,m,le,"˙","\\dot"),u(h,m,le,"˚","\\mathring"),u(h,m,$,"","\\@imath"),u(h,m,$,"","\\@jmath"),u(h,m,_,"ı","ı"),u(h,m,_,"ȷ","ȷ"),u(M,m,_,"ı","\\i",!0),u(M,m,_,"ȷ","\\j",!0),u(M,m,_,"ß","\\ss",!0),u(M,m,_,"æ","\\ae",!0),u(M,m,_,"œ","\\oe",!0),u(M,m,_,"ø","\\o",!0),u(M,m,_,"Æ","\\AE",!0),u(M,m,_,"Œ","\\OE",!0),u(M,m,_,"Ø","\\O",!0),u(M,m,le,"ˊ","\\'"),u(M,m,le,"ˋ","\\`"),u(M,m,le,"ˆ","\\^"),u(M,m,le,"˜","\\~"),u(M,m,le,"ˉ","\\="),u(M,m,le,"˘","\\u"),u(M,m,le,"˙","\\."),u(M,m,le,"¸","\\c"),u(M,m,le,"˚","\\r"),u(M,m,le,"ˇ","\\v"),u(M,m,le,"¨",'\\"'),u(M,m,le,"˝","\\H"),u(M,m,le,"◯","\\textcircled");var Bs={"--":!0,"---":!0,"``":!0,"''":!0};u(M,m,_,"–","--",!0),u(M,m,_,"–","\\textendash"),u(M,m,_,"—","---",!0),u(M,m,_,"—","\\textemdash"),u(M,m,_,"‘","`",!0),u(M,m,_,"‘","\\textquoteleft"),u(M,m,_,"’","'",!0),u(M,m,_,"’","\\textquoteright"),u(M,m,_,"“","``",!0),u(M,m,_,"“","\\textquotedblleft"),u(M,m,_,"”","''",!0),u(M,m,_,"”","\\textquotedblright"),u(h,m,_,"°","\\degree",!0),u(M,m,_,"°","\\degree"),u(M,m,_,"°","\\textdegree",!0),u(h,m,_,"£","\\pounds"),u(h,m,_,"£","\\mathsterling",!0),u(M,m,_,"£","\\pounds"),u(M,m,_,"£","\\textsterling",!0),u(h,v,_,"✠","\\maltese"),u(M,v,_,"✠","\\maltese");for(var Ms='0123456789/@."',Ao=0;Ao<Ms.length;Ao++){var Vs=Ms.charAt(Ao);u(h,m,_,Vs,Vs)}for(var Ds='0123456789!@*()-=+";:?/.,',To=0;To<Ds.length;To++){var qs=Ds.charAt(To);u(M,m,_,qs,qs)}for(var Or="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Bo=0;Bo<Or.length;Bo++){var $r=Or.charAt(Bo);u(h,m,$,$r,$r),u(M,m,_,$r,$r)}u(h,v,_,"C","ℂ"),u(M,v,_,"C","ℂ"),u(h,v,_,"H","ℍ"),u(M,v,_,"H","ℍ"),u(h,v,_,"N","ℕ"),u(M,v,_,"N","ℕ"),u(h,v,_,"P","ℙ"),u(M,v,_,"P","ℙ"),u(h,v,_,"Q","ℚ"),u(M,v,_,"Q","ℚ"),u(h,v,_,"R","ℝ"),u(M,v,_,"R","ℝ"),u(h,v,_,"Z","ℤ"),u(M,v,_,"Z","ℤ"),u(h,m,$,"h","ℎ"),u(M,m,$,"h","ℎ");for(var G="",Se=0;Se<Or.length;Se++){var pe=Or.charAt(Se);G=String.fromCharCode(55349,56320+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56372+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56424+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56580+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56736+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56788+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56840+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56944+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),Se<26&&(G=String.fromCharCode(55349,56632+Se),u(h,m,$,pe,G),u(M,m,_,pe,G),G=String.fromCharCode(55349,56476+Se),u(h,m,$,pe,G),u(M,m,_,pe,G))}G=String.fromCharCode(55349,56668),u(h,m,$,"k",G),u(M,m,_,"k",G);for(var Mt=0;Mt<10;Mt++){var yt=Mt.toString();G=String.fromCharCode(55349,57294+Mt),u(h,m,$,yt,G),u(M,m,_,yt,G),G=String.fromCharCode(55349,57314+Mt),u(h,m,$,yt,G),u(M,m,_,yt,G),G=String.fromCharCode(55349,57324+Mt),u(h,m,$,yt,G),u(M,m,_,yt,G),G=String.fromCharCode(55349,57334+Mt),u(h,m,$,yt,G),u(M,m,_,yt,G)}for(var Mo="ÐÞþ",Vo=0;Vo<Mo.length;Vo++){var Hr=Mo.charAt(Vo);u(h,m,$,Hr,Hr),u(M,m,_,Hr,Hr)}var jr=[["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"],["","",""],["","",""],["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"]],zs=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],em=function(e,t){var n=e.charCodeAt(0),a=e.charCodeAt(1),s=(n-55296)*1024+(a-56320)+65536,l=t==="math"?0:1;if(119808<=s&&s<120484){var i=Math.floor((s-119808)/26);return[jr[i][2],jr[i][l]]}else if(120782<=s&&s<=120831){var c=Math.floor((s-120782)/10);return[zs[c][2],zs[c][l]]}else{if(s===120485||s===120486)return[jr[0][2],jr[0][l]];if(120486<s&&s<120782)return["",""];throw new z("Unsupported character: "+e)}},Ur=function(e,t,n){return se[n][e]&&se[n][e].replace&&(e=se[n][e].replace),{value:e,metrics:wo(e,t,n)}},$e=function(e,t,n,a,s){var l=Ur(e,t,n),i=l.metrics;e=l.value;var c;if(i){var d=i.italic;(n==="text"||a&&a.font==="mathit")&&(d=0),c=new Ne(e,i.height,i.depth,d,i.skew,i.width,s)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+e+"' in style '"+t+"' and mode '"+n+"'")),c=new Ne(e,0,0,0,0,0,s);if(a){c.maxFontSize=a.sizeMultiplier,a.style.isTight()&&c.classes.push("mtight");var f=a.getColor();f&&(c.style.color=f)}return c},tm=function(e,t,n,a){return a===void 0&&(a=[]),n.font==="boldsymbol"&&Ur(e,"Main-Bold",t).metrics?$e(e,"Main-Bold",t,n,a.concat(["mathbf"])):e==="\\"||se[t][e].font==="main"?$e(e,"Main-Regular",t,n,a):$e(e,"AMS-Regular",t,n,a.concat(["amsrm"]))},rm=function(e,t,n,a,s){return s!=="textord"&&Ur(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},nm=function(e,t,n){var a=e.mode,s=e.text,l=["mord"],i=a==="math"||a==="text"&&t.font,c=i?t.font:t.fontFamily;if(s.charCodeAt(0)===55349){var[d,f]=em(s,a);return $e(s,d,a,t,l.concat(f))}else if(c){var p,b;if(c==="boldsymbol"){var g=rm(s,a,t,l,n);p=g.fontName,b=[g.fontClass]}else i?(p=Rs[c].fontName,b=[c]):(p=Gr(c,t.fontWeight,t.fontShape),b=[c,t.fontWeight,t.fontShape]);if(Ur(s,p,a).metrics)return $e(s,p,a,t,l.concat(b));if(Bs.hasOwnProperty(s)&&p.slice(0,10)==="Typewriter"){for(var k=[],C=0;C<s.length;C++)k.push($e(s[C],p,a,t,l.concat(b)));return Ls(k)}}if(n==="mathord")return $e(s,"Math-Italic",a,t,l.concat(["mathnormal"]));if(n==="textord"){var w=se[a][s]&&se[a][s].font;if(w==="ams"){var S=Gr("amsrm",t.fontWeight,t.fontShape);return $e(s,S,a,t,l.concat("amsrm",t.fontWeight,t.fontShape))}else if(w==="main"||!w){var E=Gr("textrm",t.fontWeight,t.fontShape);return $e(s,E,a,t,l.concat(t.fontWeight,t.fontShape))}else{var T=Gr(w,t.fontWeight,t.fontShape);return $e(s,T,a,t,l.concat(T,t.fontWeight,t.fontShape))}}else throw new Error("unexpected type: "+n+" in makeOrd")},om=(r,e)=>{if(gt(r.classes)!==gt(e.classes)||r.skew!==e.skew||r.maxFontSize!==e.maxFontSize)return!1;if(r.classes.length===1){var t=r.classes[0];if(t==="mbin"||t==="mord")return!1}for(var n in r.style)if(r.style.hasOwnProperty(n)&&r.style[n]!==e.style[n])return!1;for(var a in e.style)if(e.style.hasOwnProperty(a)&&r.style[a]!==e.style[a])return!1;return!0},am=r=>{for(var e=0;e<r.length-1;e++){var t=r[e],n=r[e+1];t instanceof Ne&&n instanceof Ne&&om(t,n)&&(t.text+=n.text,t.height=Math.max(t.height,n.height),t.depth=Math.max(t.depth,n.depth),t.italic=n.italic,r.splice(e+1,1),e--)}return r},Do=function(e){for(var t=0,n=0,a=0,s=0;s<e.children.length;s++){var l=e.children[s];l.height>t&&(t=l.height),l.depth>n&&(n=l.depth),l.maxFontSize>a&&(a=l.maxFontSize)}e.height=t,e.depth=n,e.maxFontSize=a},Ee=function(e,t,n,a){var s=new lr(e,t,n,a);return Do(s),s},Ns=(r,e,t,n)=>new lr(r,e,t,n),sm=function(e,t,n){var a=Ee([e],[],t);return a.height=Math.max(n||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),a.style.borderBottomWidth=L(a.height),a.maxFontSize=1,a},lm=function(e,t,n,a){var s=new So(e,t,n,a);return Do(s),s},Ls=function(e){var t=new sr(e);return Do(t),t},im=function(e,t){return e instanceof sr?Ee([],[e],t):e},cm=function(e){if(e.positionType==="individualShift"){for(var t=e.children,n=[t[0]],a=-t[0].shift-t[0].elem.depth,s=a,l=1;l<t.length;l++){var i=-t[l].shift-s-t[l].elem.depth,c=i-(t[l-1].elem.height+t[l-1].elem.depth);s=s+i,n.push({type:"kern",size:c}),n.push(t[l])}return{children:n,depth:a}}var d;if(e.positionType==="top"){for(var f=e.positionData,p=0;p<e.children.length;p++){var b=e.children[p];f-=b.type==="kern"?b.size:b.elem.height+b.elem.depth}d=f}else if(e.positionType==="bottom")d=-e.positionData;else{var g=e.children[0];if(g.type!=="elem")throw new Error('First child must have type "elem".');if(e.positionType==="shift")d=-g.elem.depth-e.positionData;else if(e.positionType==="firstBaseline")d=-g.elem.depth;else throw new Error("Invalid positionType "+e.positionType+".")}return{children:e.children,depth:d}},um=function(e,t){for(var{children:n,depth:a}=cm(e),s=0,l=0;l<n.length;l++){var i=n[l];if(i.type==="elem"){var c=i.elem;s=Math.max(s,c.maxFontSize,c.height)}}s+=2;var d=Ee(["pstrut"],[]);d.style.height=L(s);for(var f=[],p=a,b=a,g=a,k=0;k<n.length;k++){var C=n[k];if(C.type==="kern")g+=C.size;else{var w=C.elem,S=C.wrapperClasses||[],E=C.wrapperStyle||{},T=Ee(S,[d,w],void 0,E);T.style.top=L(-s-g-w.depth),C.marginLeft&&(T.style.marginLeft=C.marginLeft),C.marginRight&&(T.style.marginRight=C.marginRight),f.push(T),g+=w.height+w.depth}p=Math.min(p,g),b=Math.max(b,g)}var V=Ee(["vlist"],f);V.style.height=L(b);var N;if(p<0){var B=Ee([],[]),I=Ee(["vlist"],[B]);I.style.height=L(-p);var j=Ee(["vlist-s"],[new Ne("​")]);N=[Ee(["vlist-r"],[V,j]),Ee(["vlist-r"],[I])]}else N=[Ee(["vlist-r"],[V])];var K=Ee(["vlist-t"],N);return N.length===2&&K.classes.push("vlist-t2"),K.height=b,K.depth=-p,K},dm=(r,e)=>{var t=Ee(["mspace"],[],e),n=ce(r,e);return t.style.marginRight=L(n),t},Gr=function(e,t,n){var a="";switch(e){case"amsrm":a="AMS";break;case"textrm":a="Main";break;case"textsf":a="SansSerif";break;case"texttt":a="Typewriter";break;default:a=e}var s;return t==="textbf"&&n==="textit"?s="BoldItalic":t==="textbf"?s="Bold":t==="textit"?s="Italic":s="Regular",a+"-"+s},Rs={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"}},Fs={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},hm=function(e,t){var[n,a,s]=Fs[e],l=new bt(n),i=new lt([l],{width:L(a),height:L(s),style:"width:"+L(a),viewBox:"0 0 "+1e3*a+" "+1e3*s,preserveAspectRatio:"xMinYMin"}),c=Ns(["overlay"],[i],t);return c.height=s,c.style.height=L(s),c.style.width=L(a),c},A={fontMap:Rs,makeSymbol:$e,mathsym:tm,makeSpan:Ee,makeSvgSpan:Ns,makeLineSpan:sm,makeAnchor:lm,makeFragment:Ls,wrapFragment:im,makeVList:um,makeOrd:nm,makeGlue:dm,staticSvg:hm,svgData:Fs,tryCombineChars:am},ue={number:3,unit:"mu"},Vt={number:4,unit:"mu"},ct={number:5,unit:"mu"},fm={mord:{mop:ue,mbin:Vt,mrel:ct,minner:ue},mop:{mord:ue,mop:ue,mrel:ct,minner:ue},mbin:{mord:Vt,mop:Vt,mopen:Vt,minner:Vt},mrel:{mord:ct,mop:ct,mopen:ct,minner:ct},mopen:{},mclose:{mop:ue,mbin:Vt,mrel:ct,minner:ue},mpunct:{mord:ue,mop:ue,mrel:ct,mopen:ue,mclose:ue,mpunct:ue,minner:ue},minner:{mord:ue,mop:ue,mbin:Vt,mrel:ct,mopen:ue,mpunct:ue,minner:ue}},pm={mord:{mop:ue},mop:{mord:ue,mop:ue},mbin:{},mrel:{},mopen:{},mclose:{mop:ue},mpunct:{},minner:{mop:ue}},Is={},Zr={},Wr={};function R(r){for(var{type:e,names:t,props:n,handler:a,htmlBuilder:s,mathmlBuilder:l}=r,i={type:e,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:n.allowedInMath===void 0?!0:n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:a},c=0;c<t.length;++c)Is[t[c]]=i;e&&(s&&(Zr[e]=s),l&&(Wr[e]=l))}function Dt(r){var{type:e,htmlBuilder:t,mathmlBuilder:n}=r;R({type:e,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:t,mathmlBuilder:n})}var Yr=function(e){return e.type==="ordgroup"&&e.body.length===1?e.body[0]:e},de=function(e){return e.type==="ordgroup"?e.body:[e]},ut=A.makeSpan,mm=["leftmost","mbin","mopen","mrel","mop","mpunct"],gm=["rightmost","mrel","mclose","mpunct"],bm={display:O.DISPLAY,text:O.TEXT,script:O.SCRIPT,scriptscript:O.SCRIPTSCRIPT},ym={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},ge=function(e,t,n,a){a===void 0&&(a=[null,null]);for(var s=[],l=0;l<e.length;l++){var i=ee(e[l],t);if(i instanceof sr){var c=i.children;s.push(...c)}else s.push(i)}if(A.tryCombineChars(s),!n)return s;var d=t;if(e.length===1){var f=e[0];f.type==="sizing"?d=t.havingSize(f.size):f.type==="styling"&&(d=t.havingStyle(bm[f.style]))}var p=ut([a[0]||"leftmost"],[],t),b=ut([a[1]||"rightmost"],[],t),g=n==="root";return Ps(s,(k,C)=>{var w=C.classes[0],S=k.classes[0];w==="mbin"&&H.contains(gm,S)?C.classes[0]="mord":S==="mbin"&&H.contains(mm,w)&&(k.classes[0]="mord")},{node:p},b,g),Ps(s,(k,C)=>{var w=qo(C),S=qo(k),E=w&&S?k.hasClass("mtight")?pm[w][S]:fm[w][S]:null;if(E)return A.makeGlue(E,d)},{node:p},b,g),s},Ps=function r(e,t,n,a,s){a&&e.push(a);for(var l=0;l<e.length;l++){var i=e[l],c=Os(i);if(c){r(c.children,t,n,null,s);continue}var d=!i.hasClass("mspace");if(d){var f=t(i,n.node);f&&(n.insertAfter?n.insertAfter(f):(e.unshift(f),l++))}d?n.node=i:s&&i.hasClass("newline")&&(n.node=ut(["leftmost"])),n.insertAfter=(p=>b=>{e.splice(p+1,0,b),l++})(l)}a&&e.pop()},Os=function(e){return e instanceof sr||e instanceof So||e instanceof lr&&e.hasClass("enclosing")?e:null},vm=function r(e,t){var n=Os(e);if(n){var a=n.children;if(a.length){if(t==="right")return r(a[a.length-1],"right");if(t==="left")return r(a[0],"left")}}return e},qo=function(e,t){return e?(t&&(e=vm(e,t)),ym[e.classes[0]]||null):null},ir=function(e,t){var n=["nulldelimiter"].concat(e.baseSizingClasses());return ut(t.concat(n))},ee=function(e,t,n){if(!e)return ut();if(Zr[e.type]){var a=Zr[e.type](e,t);if(n&&t.size!==n.size){a=ut(t.sizingClasses(n),[a],t);var s=t.sizeMultiplier/n.sizeMultiplier;a.height*=s,a.depth*=s}return a}else throw new z("Got group of unknown type: '"+e.type+"'")};function Xr(r,e){var t=ut(["base"],r,e),n=ut(["strut"]);return n.style.height=L(t.height+t.depth),t.depth&&(n.style.verticalAlign=L(-t.depth)),t.children.unshift(n),t}function zo(r,e){var t=null;r.length===1&&r[0].type==="tag"&&(t=r[0].tag,r=r[0].body);var n=ge(r,e,"root"),a;n.length===2&&n[1].hasClass("tag")&&(a=n.pop());for(var s=[],l=[],i=0;i<n.length;i++)if(l.push(n[i]),n[i].hasClass("mbin")||n[i].hasClass("mrel")||n[i].hasClass("allowbreak")){for(var c=!1;i<n.length-1&&n[i+1].hasClass("mspace")&&!n[i+1].hasClass("newline");)i++,l.push(n[i]),n[i].hasClass("nobreak")&&(c=!0);c||(s.push(Xr(l,e)),l=[])}else n[i].hasClass("newline")&&(l.pop(),l.length>0&&(s.push(Xr(l,e)),l=[]),s.push(n[i]));l.length>0&&s.push(Xr(l,e));var d;t?(d=Xr(ge(t,e,!0)),d.classes=["tag"],s.push(d)):a&&s.push(a);var f=ut(["katex-html"],s);if(f.setAttribute("aria-hidden","true"),d){var p=d.children[0];p.style.height=L(f.height+f.depth),f.depth&&(p.style.verticalAlign=L(-f.depth))}return f}function $s(r){return new sr(r)}class Le{constructor(e,t,n){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=n||[]}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=gt(this.classes));for(var n=0;n<this.children.length;n++)e.appendChild(this.children[n].toNode());return e}toMarkup(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=H.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+H.escape(gt(this.classes))+'"'),e+=">";for(var n=0;n<this.children.length;n++)e+=this.children[n].toMarkup();return e+="</"+this.type+">",e}toText(){return this.children.map(e=>e.toText()).join("")}}class cr{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return H.escape(this.toText())}toText(){return this.text}}class xm{constructor(e){this.width=void 0,this.character=void 0,this.width=e,e>=.05555&&e<=.05556?this.character=" ":e>=.1666&&e<=.1667?this.character=" ":e>=.2222&&e<=.2223?this.character=" ":e>=.2777&&e<=.2778?this.character="  ":e>=-.05556&&e<=-.05555?this.character=" ⁣":e>=-.1667&&e<=-.1666?this.character=" ⁣":e>=-.2223&&e<=-.2222?this.character=" ⁣":e>=-.2778&&e<=-.2777?this.character=" ⁣":this.character=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",L(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+L(this.width)+'"/>'}toText(){return this.character?this.character:" "}}var D={MathNode:Le,TextNode:cr,SpaceNode:xm,newDocumentFragment:$s},Re=function(e,t,n){return se[t][e]&&se[t][e].replace&&e.charCodeAt(0)!==55349&&!(Bs.hasOwnProperty(e)&&n&&(n.fontFamily&&n.fontFamily.slice(4,6)==="tt"||n.font&&n.font.slice(4,6)==="tt"))&&(e=se[t][e].replace),new D.TextNode(e)},No=function(e){return e.length===1?e[0]:new D.MathNode("mrow",e)},Lo=function(e,t){if(t.fontFamily==="texttt")return"monospace";if(t.fontFamily==="textsf")return t.fontShape==="textit"&&t.fontWeight==="textbf"?"sans-serif-bold-italic":t.fontShape==="textit"?"sans-serif-italic":t.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(t.fontShape==="textit"&&t.fontWeight==="textbf")return"bold-italic";if(t.fontShape==="textit")return"italic";if(t.fontWeight==="textbf")return"bold";var n=t.font;if(!n||n==="mathnormal")return null;var a=e.mode;if(n==="mathit")return"italic";if(n==="boldsymbol")return e.type==="textord"?"bold":"bold-italic";if(n==="mathbf")return"bold";if(n==="mathbb")return"double-struck";if(n==="mathfrak")return"fraktur";if(n==="mathscr"||n==="mathcal")return"script";if(n==="mathsf")return"sans-serif";if(n==="mathtt")return"monospace";var s=e.text;if(H.contains(["\\imath","\\jmath"],s))return null;se[a][s]&&se[a][s].replace&&(s=se[a][s].replace);var l=A.fontMap[n].fontName;return wo(s,l,a)?A.fontMap[n].variant:null},Ae=function(e,t,n){if(e.length===1){var a=ae(e[0],t);return n&&a instanceof Le&&a.type==="mo"&&(a.setAttribute("lspace","0em"),a.setAttribute("rspace","0em")),[a]}for(var s=[],l,i=0;i<e.length;i++){var c=ae(e[i],t);if(c instanceof Le&&l instanceof Le){if(c.type==="mtext"&&l.type==="mtext"&&c.getAttribute("mathvariant")===l.getAttribute("mathvariant")){l.children.push(...c.children);continue}else if(c.type==="mn"&&l.type==="mn"){l.children.push(...c.children);continue}else if(c.type==="mi"&&c.children.length===1&&l.type==="mn"){var d=c.children[0];if(d instanceof cr&&d.text==="."){l.children.push(...c.children);continue}}else if(l.type==="mi"&&l.children.length===1){var f=l.children[0];if(f instanceof cr&&f.text==="̸"&&(c.type==="mo"||c.type==="mi"||c.type==="mn")){var p=c.children[0];p instanceof cr&&p.text.length>0&&(p.text=p.text.slice(0,1)+"̸"+p.text.slice(1),s.pop())}}}s.push(c),l=c}return s},vt=function(e,t,n){return No(Ae(e,t,n))},ae=function(e,t){if(!e)return new D.MathNode("mrow");if(Wr[e.type]){var n=Wr[e.type](e,t);return n}else throw new z("Got group of unknown type: '"+e.type+"'")};function Hs(r,e,t,n,a){var s=Ae(r,t),l;s.length===1&&s[0]instanceof Le&&H.contains(["mrow","mtable"],s[0].type)?l=s[0]:l=new D.MathNode("mrow",s);var i=new D.MathNode("annotation",[new D.TextNode(e)]);i.setAttribute("encoding","application/x-tex");var c=new D.MathNode("semantics",[l,i]),d=new D.MathNode("math",[c]);d.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&d.setAttribute("display","block");var f=a?"katex":"katex-mathml";return A.makeSpan([f],[d])}var js=function(e){return new st({style:e.displayMode?O.DISPLAY:O.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Us=function(e,t){if(t.displayMode){var n=["katex-display"];t.leqno&&n.push("leqno"),t.fleqn&&n.push("fleqn"),e=A.makeSpan(n,[e])}return e},km=function(e,t,n){var a=js(n),s;if(n.output==="mathml")return Hs(e,t,a,n.displayMode,!0);if(n.output==="html"){var l=zo(e,a);s=A.makeSpan(["katex"],[l])}else{var i=Hs(e,t,a,n.displayMode,!1),c=zo(e,a);s=A.makeSpan(["katex"],[i,c])}return Us(s,n)},wm=function(e,t,n){var a=js(n),s=zo(e,a),l=A.makeSpan(["katex"],[s]);return Us(l,n)},_m={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":"="},Cm=function(e){var t=new D.MathNode("mo",[new D.TextNode(_m[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},Sm={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]},Em=function(e){return e.type==="ordgroup"?e.body.length:1},Am=function(e,t){function n(){var i=4e5,c=e.label.slice(1);if(H.contains(["widehat","widecheck","widetilde","utilde"],c)){var d=e,f=Em(d.base),p,b,g;if(f>5)c==="widehat"||c==="widecheck"?(p=420,i=2364,g=.42,b=c+"4"):(p=312,i=2340,g=.34,b="tilde4");else{var k=[1,1,2,2,3,3][f];c==="widehat"||c==="widecheck"?(i=[0,1062,2364,2364,2364][k],p=[0,239,300,360,420][k],g=[0,.24,.3,.3,.36,.42][k],b=c+k):(i=[0,600,1033,2339,2340][k],p=[0,260,286,306,312][k],g=[0,.26,.286,.3,.306,.34][k],b="tilde"+k)}var C=new bt(b),w=new lt([C],{width:"100%",height:L(g),viewBox:"0 0 "+i+" "+p,preserveAspectRatio:"none"});return{span:A.makeSvgSpan([],[w],t),minWidth:0,height:g}}else{var S=[],E=Sm[c],[T,V,N]=E,B=N/1e3,I=T.length,j,K;if(I===1){var Z=E[3];j=["hide-tail"],K=[Z]}else if(I===2)j=["halfarrow-left","halfarrow-right"],K=["xMinYMin","xMaxYMin"];else if(I===3)j=["brace-left","brace-center","brace-right"],K=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
292
- `+I+" children.");for(var X=0;X<I;X++){var oe=new bt(T[X]),he=new lt([oe],{width:"400em",height:L(B),viewBox:"0 0 "+i+" "+N,preserveAspectRatio:K[X]+" slice"}),q=A.makeSvgSpan([j[X]],[he],t);if(I===1)return{span:q,minWidth:V,height:B};q.style.height=L(B),S.push(q)}return{span:A.makeSpan(["stretchy"],S,t),minWidth:V,height:B}}}var{span:a,minWidth:s,height:l}=n();return a.height=l,a.style.height=L(l),s>0&&(a.style.minWidth=L(s)),a},Tm=function(e,t,n,a,s){var l,i=e.height+e.depth+n+a;if(/fbox|color|angl/.test(t)){if(l=A.makeSpan(["stretchy",t],[],s),t==="fbox"){var c=s.color&&s.getColor();c&&(l.style.borderColor=c)}}else{var d=[];/^[bx]cancel$/.test(t)&&d.push(new Eo({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&d.push(new Eo({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var f=new lt(d,{width:"100%",height:L(i)});l=A.makeSvgSpan([],[f],s)}return l.height=i,l.style.height=L(i),l},dt={encloseSpan:Tm,mathMLnode:Cm,svgSpan:Am};function Y(r,e){if(!r||r.type!==e)throw new Error("Expected node of type "+e+", but got "+(r?"node of type "+r.type:String(r)));return r}function Ro(r){var e=Kr(r);if(!e)throw new Error("Expected node of symbol group type, but got "+(r?"node of type "+r.type:String(r)));return e}function Kr(r){return r&&(r.type==="atom"||Qp.hasOwnProperty(r.type))?r:null}var Fo=(r,e)=>{var t,n,a;r&&r.type==="supsub"?(n=Y(r.base,"accent"),t=n.base,r.base=t,a=Kp(ee(r,e)),r.base=n):(n=Y(r,"accent"),t=n.base);var s=ee(t,e.havingCrampedStyle()),l=n.isShifty&&H.isCharacterBox(t),i=0;if(l){var c=H.getBaseElem(t),d=ee(c,e.havingCrampedStyle());i=Ts(d).skew}var f=n.label==="\\c",p=f?s.height+s.depth:Math.min(s.height,e.fontMetrics().xHeight),b;if(n.isStretchy)b=dt.svgSpan(n,e),b=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"elem",elem:b,wrapperClasses:["svg-align"],wrapperStyle:i>0?{width:"calc(100% - "+L(2*i)+")",marginLeft:L(2*i)}:void 0}]},e);else{var g,k;n.label==="\\vec"?(g=A.staticSvg("vec",e),k=A.svgData.vec[1]):(g=A.makeOrd({mode:n.mode,text:n.label},e,"textord"),g=Ts(g),g.italic=0,k=g.width,f&&(p+=g.depth)),b=A.makeSpan(["accent-body"],[g]);var C=n.label==="\\textcircled";C&&(b.classes.push("accent-full"),p=s.height);var w=i;C||(w-=k/2),b.style.left=L(w),n.label==="\\textcircled"&&(b.style.top=".2em"),b=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:-p},{type:"elem",elem:b}]},e)}var S=A.makeSpan(["mord","accent"],[b],e);return a?(a.children[0]=S,a.height=Math.max(S.height,a.height),a.classes[0]="mord",a):S},Gs=(r,e)=>{var t=r.isStretchy?dt.mathMLnode(r.label):new D.MathNode("mo",[Re(r.label,r.mode)]),n=new D.MathNode("mover",[ae(r.base,e),t]);return n.setAttribute("accent","true"),n},Bm=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(r=>"\\"+r).join("|"));R({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:(r,e)=>{var t=Yr(e[0]),n=!Bm.test(r.funcName),a=!n||r.funcName==="\\widehat"||r.funcName==="\\widetilde"||r.funcName==="\\widecheck";return{type:"accent",mode:r.parser.mode,label:r.funcName,isStretchy:n,isShifty:a,base:t}},htmlBuilder:Fo,mathmlBuilder:Gs}),R({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(r,e)=>{var t=e[0],n=r.parser.mode;return n==="math"&&(r.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+r.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:r.funcName,isStretchy:!1,isShifty:!0,base:t}},htmlBuilder:Fo,mathmlBuilder:Gs}),R({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0];return{type:"accentUnder",mode:t.mode,label:n,base:a}},htmlBuilder:(r,e)=>{var t=ee(r.base,e),n=dt.svgSpan(r,e),a=r.label==="\\utilde"?.12:0,s=A.makeVList({positionType:"top",positionData:t.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:a},{type:"elem",elem:t}]},e);return A.makeSpan(["mord","accentunder"],[s],e)},mathmlBuilder:(r,e)=>{var t=dt.mathMLnode(r.label),n=new D.MathNode("munder",[ae(r.base,e),t]);return n.setAttribute("accentunder","true"),n}});var Jr=r=>{var e=new D.MathNode("mpadded",r?[r]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};R({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(r,e,t){var{parser:n,funcName:a}=r;return{type:"xArrow",mode:n.mode,label:a,body:e[0],below:t[0]}},htmlBuilder(r,e){var t=e.style,n=e.havingStyle(t.sup()),a=A.wrapFragment(ee(r.body,n,e),e),s=r.label.slice(0,2)==="\\x"?"x":"cd";a.classes.push(s+"-arrow-pad");var l;r.below&&(n=e.havingStyle(t.sub()),l=A.wrapFragment(ee(r.below,n,e),e),l.classes.push(s+"-arrow-pad"));var i=dt.svgSpan(r,e),c=-e.fontMetrics().axisHeight+.5*i.height,d=-e.fontMetrics().axisHeight-.5*i.height-.111;(a.depth>.25||r.label==="\\xleftequilibrium")&&(d-=a.depth);var f;if(l){var p=-e.fontMetrics().axisHeight+l.height+.5*i.height+.111;f=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:d},{type:"elem",elem:i,shift:c},{type:"elem",elem:l,shift:p}]},e)}else f=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:d},{type:"elem",elem:i,shift:c}]},e);return f.children[0].children[0].children[1].classes.push("svg-align"),A.makeSpan(["mrel","x-arrow"],[f],e)},mathmlBuilder(r,e){var t=dt.mathMLnode(r.label);t.setAttribute("minsize",r.label.charAt(0)==="x"?"1.75em":"3.0em");var n;if(r.body){var a=Jr(ae(r.body,e));if(r.below){var s=Jr(ae(r.below,e));n=new D.MathNode("munderover",[t,s,a])}else n=new D.MathNode("mover",[t,a])}else if(r.below){var l=Jr(ae(r.below,e));n=new D.MathNode("munder",[t,l])}else n=Jr(),n=new D.MathNode("mover",[t,n]);return n}});var Mm=A.makeSpan;function Zs(r,e){var t=ge(r.body,e,!0);return Mm([r.mclass],t,e)}function Ws(r,e){var t,n=Ae(r.body,e);return r.mclass==="minner"?t=new D.MathNode("mpadded",n):r.mclass==="mord"?r.isCharacterBox?(t=n[0],t.type="mi"):t=new D.MathNode("mi",n):(r.isCharacterBox?(t=n[0],t.type="mo"):t=new D.MathNode("mo",n),r.mclass==="mbin"?(t.attributes.lspace="0.22em",t.attributes.rspace="0.22em"):r.mclass==="mpunct"?(t.attributes.lspace="0em",t.attributes.rspace="0.17em"):r.mclass==="mopen"||r.mclass==="mclose"?(t.attributes.lspace="0em",t.attributes.rspace="0em"):r.mclass==="minner"&&(t.attributes.lspace="0.0556em",t.attributes.width="+0.1111em")),t}R({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];return{type:"mclass",mode:t.mode,mclass:"m"+n.slice(5),body:de(a),isCharacterBox:H.isCharacterBox(a)}},htmlBuilder:Zs,mathmlBuilder:Ws});var Qr=r=>{var e=r.type==="ordgroup"&&r.body.length?r.body[0]:r;return e.type==="atom"&&(e.family==="bin"||e.family==="rel")?"m"+e.family:"mord"};R({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(r,e){var{parser:t}=r;return{type:"mclass",mode:t.mode,mclass:Qr(e[0]),body:de(e[1]),isCharacterBox:H.isCharacterBox(e[1])}}}),R({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(r,e){var{parser:t,funcName:n}=r,a=e[1],s=e[0],l;n!=="\\stackrel"?l=Qr(a):l="mrel";var i={type:"op",mode:a.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:n!=="\\stackrel",body:de(a)},c={type:"supsub",mode:s.mode,base:i,sup:n==="\\underset"?null:s,sub:n==="\\underset"?s:null};return{type:"mclass",mode:t.mode,mclass:l,body:[c],isCharacterBox:H.isCharacterBox(c)}},htmlBuilder:Zs,mathmlBuilder:Ws}),R({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"pmb",mode:t.mode,mclass:Qr(e[0]),body:de(e[0])}},htmlBuilder(r,e){var t=ge(r.body,e,!0),n=A.makeSpan([r.mclass],t,e);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(r,e){var t=Ae(r.body,e),n=new D.MathNode("mstyle",t);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var Vm={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Ys=()=>({type:"styling",body:[],mode:"math",style:"display"}),Xs=r=>r.type==="textord"&&r.text==="@",Dm=(r,e)=>(r.type==="mathord"||r.type==="atom")&&r.text===e;function qm(r,e,t){var n=Vm[r];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return t.callFunction(n,[e[0]],[e[1]]);case"\\uparrow":case"\\downarrow":{var a=t.callFunction("\\\\cdleft",[e[0]],[]),s={type:"atom",text:n,mode:"math",family:"rel"},l=t.callFunction("\\Big",[s],[]),i=t.callFunction("\\\\cdright",[e[1]],[]),c={type:"ordgroup",mode:"math",body:[a,l,i]};return t.callFunction("\\\\cdparent",[c],[])}case"\\\\cdlongequal":return t.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var d={type:"textord",text:"\\Vert",mode:"math"};return t.callFunction("\\Big",[d],[])}default:return{type:"textord",text:" ",mode:"math"}}}function zm(r){var e=[];for(r.gullet.beginGroup(),r.gullet.macros.set("\\cr","\\\\\\relax"),r.gullet.beginGroup();;){e.push(r.parseExpression(!1,"\\\\")),r.gullet.endGroup(),r.gullet.beginGroup();var t=r.fetch().text;if(t==="&"||t==="\\\\")r.consume();else if(t==="\\end"){e[e.length-1].length===0&&e.pop();break}else throw new z("Expected \\\\ or \\cr or \\end",r.nextToken)}for(var n=[],a=[n],s=0;s<e.length;s++){for(var l=e[s],i=Ys(),c=0;c<l.length;c++)if(!Xs(l[c]))i.body.push(l[c]);else{n.push(i),c+=1;var d=Ro(l[c]).text,f=new Array(2);if(f[0]={type:"ordgroup",mode:"math",body:[]},f[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(d)>-1))if("<>AV".indexOf(d)>-1)for(var p=0;p<2;p++){for(var b=!0,g=c+1;g<l.length;g++){if(Dm(l[g],d)){b=!1,c=g;break}if(Xs(l[g]))throw new z("Missing a "+d+" character to complete a CD arrow.",l[g]);f[p].body.push(l[g])}if(b)throw new z("Missing a "+d+" character to complete a CD arrow.",l[c])}else throw new z('Expected one of "<>AV=|." after @',l[c]);var k=qm(d,f,r),C={type:"styling",body:[k],mode:"math",style:"display"};n.push(C),i=Ys()}s%2===0?n.push(i):n.shift(),n=[],a.push(n)}r.gullet.endGroup(),r.gullet.endGroup();var w=new Array(a[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:a,arraystretch:1,addJot:!0,rowGaps:[null],cols:w,colSeparationType:"CD",hLinesBeforeRow:new Array(a.length+1).fill([])}}R({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:n}=r;return{type:"cdlabel",mode:t.mode,side:n.slice(4),label:e[0]}},htmlBuilder(r,e){var t=e.havingStyle(e.style.sup()),n=A.wrapFragment(ee(r.label,t,e),e);return n.classes.push("cd-label-"+r.side),n.style.bottom=L(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(r,e){var t=new D.MathNode("mrow",[ae(r.label,e)]);return t=new D.MathNode("mpadded",[t]),t.setAttribute("width","0"),r.side==="left"&&t.setAttribute("lspace","-1width"),t.setAttribute("voffset","0.7em"),t=new D.MathNode("mstyle",[t]),t.setAttribute("displaystyle","false"),t.setAttribute("scriptlevel","1"),t}}),R({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(r,e){var{parser:t}=r;return{type:"cdlabelparent",mode:t.mode,fragment:e[0]}},htmlBuilder(r,e){var t=A.wrapFragment(ee(r.fragment,e),e);return t.classes.push("cd-vert-arrow"),t},mathmlBuilder(r,e){return new D.MathNode("mrow",[ae(r.fragment,e)])}}),R({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(r,e){for(var{parser:t}=r,n=Y(e[0],"ordgroup"),a=n.body,s="",l=0;l<a.length;l++){var i=Y(a[l],"textord");s+=i.text}var c=parseInt(s),d;if(isNaN(c))throw new z("\\@char has non-numeric argument "+s);if(c<0||c>=1114111)throw new z("\\@char with invalid code point "+s);return c<=65535?d=String.fromCharCode(c):(c-=65536,d=String.fromCharCode((c>>10)+55296,(c&1023)+56320)),{type:"textord",mode:t.mode,text:d}}});var Ks=(r,e)=>{var t=ge(r.body,e.withColor(r.color),!1);return A.makeFragment(t)},Js=(r,e)=>{var t=Ae(r.body,e.withColor(r.color)),n=new D.MathNode("mstyle",t);return n.setAttribute("mathcolor",r.color),n};R({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(r,e){var{parser:t}=r,n=Y(e[0],"color-token").color,a=e[1];return{type:"color",mode:t.mode,color:n,body:de(a)}},htmlBuilder:Ks,mathmlBuilder:Js}),R({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(r,e){var{parser:t,breakOnTokenText:n}=r,a=Y(e[0],"color-token").color;t.gullet.macros.set("\\current@color",a);var s=t.parseExpression(!0,n);return{type:"color",mode:t.mode,color:a,body:s}},htmlBuilder:Ks,mathmlBuilder:Js}),R({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(r,e,t){var{parser:n}=r,a=n.gullet.future().text==="["?n.parseSizeGroup(!0):null,s=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:s,size:a&&Y(a,"size").value}},htmlBuilder(r,e){var t=A.makeSpan(["mspace"],[],e);return r.newLine&&(t.classes.push("newline"),r.size&&(t.style.marginTop=L(ce(r.size,e)))),t},mathmlBuilder(r,e){var t=new D.MathNode("mspace");return r.newLine&&(t.setAttribute("linebreak","newline"),r.size&&t.setAttribute("height",L(ce(r.size,e)))),t}});var Io={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Qs=r=>{var e=r.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(e))throw new z("Expected a control sequence",r);return e},Nm=r=>{var e=r.gullet.popToken();return e.text==="="&&(e=r.gullet.popToken(),e.text===" "&&(e=r.gullet.popToken())),e},el=(r,e,t,n)=>{var a=r.gullet.macros.get(t.text);a==null&&(t.noexpand=!0,a={tokens:[t],numArgs:0,unexpandable:!r.gullet.isExpandable(t.text)}),r.gullet.macros.set(e,a,n)};R({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(r){var{parser:e,funcName:t}=r;e.consumeSpaces();var n=e.fetch();if(Io[n.text])return(t==="\\global"||t==="\\\\globallong")&&(n.text=Io[n.text]),Y(e.parseFunction(),"internal");throw new z("Invalid token after macro prefix",n)}}),R({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,n=e.gullet.popToken(),a=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(a))throw new z("Expected a control sequence",n);for(var s=0,l,i=[[]];e.gullet.future().text!=="{";)if(n=e.gullet.popToken(),n.text==="#"){if(e.gullet.future().text==="{"){l=e.gullet.future(),i[s].push("{");break}if(n=e.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new z('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==s+1)throw new z('Argument number "'+n.text+'" out of order');s++,i.push([])}else{if(n.text==="EOF")throw new z("Expected a macro definition");i[s].push(n.text)}var{tokens:c}=e.gullet.consumeArg();return l&&c.unshift(l),(t==="\\edef"||t==="\\xdef")&&(c=e.gullet.expandTokens(c),c.reverse()),e.gullet.macros.set(a,{tokens:c,numArgs:s,delimiters:i},t===Io[t]),{type:"internal",mode:e.mode}}}),R({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,n=Qs(e.gullet.popToken());e.gullet.consumeSpaces();var a=Nm(e);return el(e,n,a,t==="\\\\globallet"),{type:"internal",mode:e.mode}}}),R({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,n=Qs(e.gullet.popToken()),a=e.gullet.popToken(),s=e.gullet.popToken();return el(e,n,s,t==="\\\\globalfuture"),e.gullet.pushToken(s),e.gullet.pushToken(a),{type:"internal",mode:e.mode}}});var ur=function(e,t,n){var a=se.math[e]&&se.math[e].replace,s=wo(a||e,t,n);if(!s)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return s},Po=function(e,t,n,a){var s=n.havingBaseStyle(t),l=A.makeSpan(a.concat(s.sizingClasses(n)),[e],n),i=s.sizeMultiplier/n.sizeMultiplier;return l.height*=i,l.depth*=i,l.maxFontSize=s.sizeMultiplier,l},tl=function(e,t,n){var a=t.havingBaseStyle(n),s=(1-t.sizeMultiplier/a.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=L(s),e.height-=s,e.depth+=s},Lm=function(e,t,n,a,s,l){var i=A.makeSymbol(e,"Main-Regular",s,a),c=Po(i,t,a,l);return n&&tl(c,a,t),c},Rm=function(e,t,n,a){return A.makeSymbol(e,"Size"+t+"-Regular",n,a)},rl=function(e,t,n,a,s,l){var i=Rm(e,t,s,a),c=Po(A.makeSpan(["delimsizing","size"+t],[i],a),O.TEXT,a,l);return n&&tl(c,a,O.TEXT),c},Oo=function(e,t,n){var a;t==="Size1-Regular"?a="delim-size1":a="delim-size4";var s=A.makeSpan(["delimsizinginner",a],[A.makeSpan([],[A.makeSymbol(e,t,n)])]);return{type:"elem",elem:s}},$o=function(e,t,n){var a=Je["Size4-Regular"][e.charCodeAt(0)]?Je["Size4-Regular"][e.charCodeAt(0)][4]:Je["Size1-Regular"][e.charCodeAt(0)][4],s=new bt("inner",Hp(e,Math.round(1e3*t))),l=new lt([s],{width:L(a),height:L(t),style:"width:"+L(a),viewBox:"0 0 "+1e3*a+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),i=A.makeSvgSpan([],[l],n);return i.height=t,i.style.height=L(t),i.style.width=L(a),{type:"elem",elem:i}},Ho=.008,en={type:"kern",size:-1*Ho},Fm=["|","\\lvert","\\rvert","\\vert"],Im=["\\|","\\lVert","\\rVert","\\Vert"],nl=function(e,t,n,a,s,l){var i,c,d,f,p="",b=0;i=d=f=e,c=null;var g="Size1-Regular";e==="\\uparrow"?d=f="⏐":e==="\\Uparrow"?d=f="‖":e==="\\downarrow"?i=d="⏐":e==="\\Downarrow"?i=d="‖":e==="\\updownarrow"?(i="\\uparrow",d="⏐",f="\\downarrow"):e==="\\Updownarrow"?(i="\\Uparrow",d="‖",f="\\Downarrow"):H.contains(Fm,e)?(d="∣",p="vert",b=333):H.contains(Im,e)?(d="∥",p="doublevert",b=556):e==="["||e==="\\lbrack"?(i="⎡",d="⎢",f="⎣",g="Size4-Regular",p="lbrack",b=667):e==="]"||e==="\\rbrack"?(i="⎤",d="⎥",f="⎦",g="Size4-Regular",p="rbrack",b=667):e==="\\lfloor"||e==="⌊"?(d=i="⎢",f="⎣",g="Size4-Regular",p="lfloor",b=667):e==="\\lceil"||e==="⌈"?(i="⎡",d=f="⎢",g="Size4-Regular",p="lceil",b=667):e==="\\rfloor"||e==="⌋"?(d=i="⎥",f="⎦",g="Size4-Regular",p="rfloor",b=667):e==="\\rceil"||e==="⌉"?(i="⎤",d=f="⎥",g="Size4-Regular",p="rceil",b=667):e==="("||e==="\\lparen"?(i="⎛",d="⎜",f="⎝",g="Size4-Regular",p="lparen",b=875):e===")"||e==="\\rparen"?(i="⎞",d="⎟",f="⎠",g="Size4-Regular",p="rparen",b=875):e==="\\{"||e==="\\lbrace"?(i="⎧",c="⎨",f="⎩",d="⎪",g="Size4-Regular"):e==="\\}"||e==="\\rbrace"?(i="⎫",c="⎬",f="⎭",d="⎪",g="Size4-Regular"):e==="\\lgroup"||e==="⟮"?(i="⎧",f="⎩",d="⎪",g="Size4-Regular"):e==="\\rgroup"||e==="⟯"?(i="⎫",f="⎭",d="⎪",g="Size4-Regular"):e==="\\lmoustache"||e==="⎰"?(i="⎧",f="⎭",d="⎪",g="Size4-Regular"):(e==="\\rmoustache"||e==="⎱")&&(i="⎫",f="⎩",d="⎪",g="Size4-Regular");var k=ur(i,g,s),C=k.height+k.depth,w=ur(d,g,s),S=w.height+w.depth,E=ur(f,g,s),T=E.height+E.depth,V=0,N=1;if(c!==null){var B=ur(c,g,s);V=B.height+B.depth,N=2}var I=C+T+V,j=Math.max(0,Math.ceil((t-I)/(N*S))),K=I+j*N*S,Z=a.fontMetrics().axisHeight;n&&(Z*=a.sizeMultiplier);var X=K/2-Z,oe=[];if(p.length>0){var he=K-C-T,q=Math.round(K*1e3),J=jp(p,Math.round(he*1e3)),W=new bt(p,J),ye=(b/1e3).toFixed(3)+"em",Fe=(q/1e3).toFixed(3)+"em",Yt=new lt([W],{width:ye,height:Fe,viewBox:"0 0 "+b+" "+q}),Ie=A.makeSvgSpan([],[Yt],a);Ie.height=q/1e3,Ie.style.width=ye,Ie.style.height=Fe,oe.push({type:"elem",elem:Ie})}else{if(oe.push(Oo(f,g,s)),oe.push(en),c===null){var rt=K-C-T+2*Ho;oe.push($o(d,rt,a))}else{var _e=(K-C-T-V)/2+2*Ho;oe.push($o(d,_e,a)),oe.push(en),oe.push(Oo(c,g,s)),oe.push(en),oe.push($o(d,_e,a))}oe.push(en),oe.push(Oo(i,g,s))}var be=a.havingBaseStyle(O.TEXT),gr=A.makeVList({positionType:"bottom",positionData:X,children:oe},be);return Po(A.makeSpan(["delimsizing","mult"],[gr],be),O.TEXT,a,l)},jo=80,Uo=.08,Go=function(e,t,n,a,s){var l=$p(e,a,n),i=new bt(e,l),c=new lt([i],{width:"400em",height:L(t),viewBox:"0 0 400000 "+n,preserveAspectRatio:"xMinYMin slice"});return A.makeSvgSpan(["hide-tail"],[c],s)},Pm=function(e,t){var n=t.havingBaseSizing(),a=ll("\\surd",e*n.sizeMultiplier,sl,n),s=n.sizeMultiplier,l=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),i,c=0,d=0,f=0,p;return a.type==="small"?(f=1e3+1e3*l+jo,e<1?s=1:e<1.4&&(s=.7),c=(1+l+Uo)/s,d=(1+l)/s,i=Go("sqrtMain",c,f,l,t),i.style.minWidth="0.853em",p=.833/s):a.type==="large"?(f=(1e3+jo)*dr[a.size],d=(dr[a.size]+l)/s,c=(dr[a.size]+l+Uo)/s,i=Go("sqrtSize"+a.size,c,f,l,t),i.style.minWidth="1.02em",p=1/s):(c=e+l+Uo,d=e+l,f=Math.floor(1e3*e+l)+jo,i=Go("sqrtTall",c,f,l,t),i.style.minWidth="0.742em",p=1.056),i.height=d,i.style.height=L(c),{span:i,advanceWidth:p,ruleWidth:(t.fontMetrics().sqrtRuleThickness+l)*s}},ol=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],Om=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],al=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],dr=[0,1.2,1.8,2.4,3],$m=function(e,t,n,a,s){if(e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle"),H.contains(ol,e)||H.contains(al,e))return rl(e,t,!1,n,a,s);if(H.contains(Om,e))return nl(e,dr[t],!1,n,a,s);throw new z("Illegal delimiter: '"+e+"'")},Hm=[{type:"small",style:O.SCRIPTSCRIPT},{type:"small",style:O.SCRIPT},{type:"small",style:O.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],jm=[{type:"small",style:O.SCRIPTSCRIPT},{type:"small",style:O.SCRIPT},{type:"small",style:O.TEXT},{type:"stack"}],sl=[{type:"small",style:O.SCRIPTSCRIPT},{type:"small",style:O.SCRIPT},{type:"small",style:O.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],Um=function(e){if(e.type==="small")return"Main-Regular";if(e.type==="large")return"Size"+e.size+"-Regular";if(e.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},ll=function(e,t,n,a){for(var s=Math.min(2,3-a.style.size),l=s;l<n.length&&n[l].type!=="stack";l++){var i=ur(e,Um(n[l]),"math"),c=i.height+i.depth;if(n[l].type==="small"){var d=a.havingBaseStyle(n[l].style);c*=d.sizeMultiplier}if(c>t)return n[l]}return n[n.length-1]},il=function(e,t,n,a,s,l){e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle");var i;H.contains(al,e)?i=Hm:H.contains(ol,e)?i=sl:i=jm;var c=ll(e,t,i,a);return c.type==="small"?Lm(e,c.style,n,a,s,l):c.type==="large"?rl(e,c.size,n,a,s,l):nl(e,t,n,a,s,l)},Gm=function(e,t,n,a,s,l){var i=a.fontMetrics().axisHeight*a.sizeMultiplier,c=901,d=5/a.fontMetrics().ptPerEm,f=Math.max(t-i,n+i),p=Math.max(f/500*c,2*f-d);return il(e,p,!0,a,s,l)},ht={sqrtImage:Pm,sizedDelim:$m,sizeToMaxHeight:dr,customSizedDelim:il,leftRightDelim:Gm},cl={"\\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}},Zm=["(","\\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 tn(r,e){var t=Kr(r);if(t&&H.contains(Zm,t.text))return t;throw t?new z("Invalid delimiter '"+t.text+"' after '"+e.funcName+"'",r):new z("Invalid delimiter type '"+r.type+"'",r)}R({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:(r,e)=>{var t=tn(e[0],r);return{type:"delimsizing",mode:r.parser.mode,size:cl[r.funcName].size,mclass:cl[r.funcName].mclass,delim:t.text}},htmlBuilder:(r,e)=>r.delim==="."?A.makeSpan([r.mclass]):ht.sizedDelim(r.delim,r.size,e,r.mode,[r.mclass]),mathmlBuilder:r=>{var e=[];r.delim!=="."&&e.push(Re(r.delim,r.mode));var t=new D.MathNode("mo",e);r.mclass==="mopen"||r.mclass==="mclose"?t.setAttribute("fence","true"):t.setAttribute("fence","false"),t.setAttribute("stretchy","true");var n=L(ht.sizeToMaxHeight[r.size]);return t.setAttribute("minsize",n),t.setAttribute("maxsize",n),t}});function ul(r){if(!r.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}R({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=r.parser.gullet.macros.get("\\current@color");if(t&&typeof t!="string")throw new z("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:r.parser.mode,delim:tn(e[0],r).text,color:t}}}),R({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=tn(e[0],r),n=r.parser;++n.leftrightDepth;var a=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var s=Y(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:a,left:t.text,right:s.delim,rightColor:s.color}},htmlBuilder:(r,e)=>{ul(r);for(var t=ge(r.body,e,!0,["mopen","mclose"]),n=0,a=0,s=!1,l=0;l<t.length;l++)t[l].isMiddle?s=!0:(n=Math.max(t[l].height,n),a=Math.max(t[l].depth,a));n*=e.sizeMultiplier,a*=e.sizeMultiplier;var i;if(r.left==="."?i=ir(e,["mopen"]):i=ht.leftRightDelim(r.left,n,a,e,r.mode,["mopen"]),t.unshift(i),s)for(var c=1;c<t.length;c++){var d=t[c],f=d.isMiddle;f&&(t[c]=ht.leftRightDelim(f.delim,n,a,f.options,r.mode,[]))}var p;if(r.right===".")p=ir(e,["mclose"]);else{var b=r.rightColor?e.withColor(r.rightColor):e;p=ht.leftRightDelim(r.right,n,a,b,r.mode,["mclose"])}return t.push(p),A.makeSpan(["minner"],t,e)},mathmlBuilder:(r,e)=>{ul(r);var t=Ae(r.body,e);if(r.left!=="."){var n=new D.MathNode("mo",[Re(r.left,r.mode)]);n.setAttribute("fence","true"),t.unshift(n)}if(r.right!=="."){var a=new D.MathNode("mo",[Re(r.right,r.mode)]);a.setAttribute("fence","true"),r.rightColor&&a.setAttribute("mathcolor",r.rightColor),t.push(a)}return No(t)}}),R({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=tn(e[0],r);if(!r.parser.leftrightDepth)throw new z("\\middle without preceding \\left",t);return{type:"middle",mode:r.parser.mode,delim:t.text}},htmlBuilder:(r,e)=>{var t;if(r.delim===".")t=ir(e,[]);else{t=ht.sizedDelim(r.delim,1,e,r.mode,[]);var n={delim:r.delim,options:e};t.isMiddle=n}return t},mathmlBuilder:(r,e)=>{var t=r.delim==="\\vert"||r.delim==="|"?Re("|","text"):Re(r.delim,r.mode),n=new D.MathNode("mo",[t]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var Zo=(r,e)=>{var t=A.wrapFragment(ee(r.body,e),e),n=r.label.slice(1),a=e.sizeMultiplier,s,l=0,i=H.isCharacterBox(r.body);if(n==="sout")s=A.makeSpan(["stretchy","sout"]),s.height=e.fontMetrics().defaultRuleThickness/a,l=-.5*e.fontMetrics().xHeight;else if(n==="phase"){var c=ce({number:.6,unit:"pt"},e),d=ce({number:.35,unit:"ex"},e),f=e.havingBaseSizing();a=a/f.sizeMultiplier;var p=t.height+t.depth+c+d;t.style.paddingLeft=L(p/2+c);var b=Math.floor(1e3*p*a),g=Pp(b),k=new lt([new bt("phase",g)],{width:"400em",height:L(b/1e3),viewBox:"0 0 400000 "+b,preserveAspectRatio:"xMinYMin slice"});s=A.makeSvgSpan(["hide-tail"],[k],e),s.style.height=L(p),l=t.depth+c+d}else{/cancel/.test(n)?i||t.classes.push("cancel-pad"):n==="angl"?t.classes.push("anglpad"):t.classes.push("boxpad");var C=0,w=0,S=0;/box/.test(n)?(S=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness),C=e.fontMetrics().fboxsep+(n==="colorbox"?0:S),w=C):n==="angl"?(S=Math.max(e.fontMetrics().defaultRuleThickness,e.minRuleThickness),C=4*S,w=Math.max(0,.25-t.depth)):(C=i?.2:0,w=C),s=dt.encloseSpan(t,n,C,w,e),/fbox|boxed|fcolorbox/.test(n)?(s.style.borderStyle="solid",s.style.borderWidth=L(S)):n==="angl"&&S!==.049&&(s.style.borderTopWidth=L(S),s.style.borderRightWidth=L(S)),l=t.depth+w,r.backgroundColor&&(s.style.backgroundColor=r.backgroundColor,r.borderColor&&(s.style.borderColor=r.borderColor))}var E;if(r.backgroundColor)E=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:l},{type:"elem",elem:t,shift:0}]},e);else{var T=/cancel|phase/.test(n)?["svg-align"]:[];E=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:t,shift:0},{type:"elem",elem:s,shift:l,wrapperClasses:T}]},e)}return/cancel/.test(n)&&(E.height=t.height,E.depth=t.depth),/cancel/.test(n)&&!i?A.makeSpan(["mord","cancel-lap"],[E],e):A.makeSpan(["mord"],[E],e)},Wo=(r,e)=>{var t=0,n=new D.MathNode(r.label.indexOf("colorbox")>-1?"mpadded":"menclose",[ae(r.body,e)]);switch(r.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(t=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*t+"pt"),n.setAttribute("height","+"+2*t+"pt"),n.setAttribute("lspace",t+"pt"),n.setAttribute("voffset",t+"pt"),r.label==="\\fcolorbox"){var a=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);n.setAttribute("style","border: "+a+"em solid "+String(r.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return r.backgroundColor&&n.setAttribute("mathbackground",r.backgroundColor),n};R({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(r,e,t){var{parser:n,funcName:a}=r,s=Y(e[0],"color-token").color,l=e[1];return{type:"enclose",mode:n.mode,label:a,backgroundColor:s,body:l}},htmlBuilder:Zo,mathmlBuilder:Wo}),R({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(r,e,t){var{parser:n,funcName:a}=r,s=Y(e[0],"color-token").color,l=Y(e[1],"color-token").color,i=e[2];return{type:"enclose",mode:n.mode,label:a,backgroundColor:l,borderColor:s,body:i}},htmlBuilder:Zo,mathmlBuilder:Wo}),R({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"enclose",mode:t.mode,label:"\\fbox",body:e[0]}}}),R({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];return{type:"enclose",mode:t.mode,label:n,body:a}},htmlBuilder:Zo,mathmlBuilder:Wo}),R({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(r,e){var{parser:t}=r;return{type:"enclose",mode:t.mode,label:"\\angl",body:e[0]}}});var dl={};function Qe(r){for(var{type:e,names:t,props:n,handler:a,htmlBuilder:s,mathmlBuilder:l}=r,i={type:e,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},c=0;c<t.length;++c)dl[t[c]]=i;s&&(Zr[e]=s),l&&(Wr[e]=l)}var hl={};function y(r,e){hl[r]=e}function fl(r){var e=[];r.consumeSpaces();var t=r.fetch().text;for(t==="\\relax"&&(r.consume(),r.consumeSpaces(),t=r.fetch().text);t==="\\hline"||t==="\\hdashline";)r.consume(),e.push(t==="\\hdashline"),r.consumeSpaces(),t=r.fetch().text;return e}var rn=r=>{var e=r.parser.settings;if(!e.displayMode)throw new z("{"+r.envName+"} can be used only in display mode.")};function Yo(r){if(r.indexOf("ed")===-1)return r.indexOf("*")===-1}function xt(r,e,t){var{hskipBeforeAndAfter:n,addJot:a,cols:s,arraystretch:l,colSeparationType:i,autoTag:c,singleRow:d,emptySingleRow:f,maxNumCols:p,leqno:b}=e;if(r.gullet.beginGroup(),d||r.gullet.macros.set("\\cr","\\\\\\relax"),!l){var g=r.gullet.expandMacroAsText("\\arraystretch");if(g==null)l=1;else if(l=parseFloat(g),!l||l<0)throw new z("Invalid \\arraystretch: "+g)}r.gullet.beginGroup();var k=[],C=[k],w=[],S=[],E=c!=null?[]:void 0;function T(){c&&r.gullet.macros.set("\\@eqnsw","1",!0)}function V(){E&&(r.gullet.macros.get("\\df@tag")?(E.push(r.subparse([new Xe("\\df@tag")])),r.gullet.macros.set("\\df@tag",void 0,!0)):E.push(!!c&&r.gullet.macros.get("\\@eqnsw")==="1"))}for(T(),S.push(fl(r));;){var N=r.parseExpression(!1,d?"\\end":"\\\\");r.gullet.endGroup(),r.gullet.beginGroup(),N={type:"ordgroup",mode:r.mode,body:N},t&&(N={type:"styling",mode:r.mode,style:t,body:[N]}),k.push(N);var B=r.fetch().text;if(B==="&"){if(p&&k.length===p){if(d||i)throw new z("Too many tab characters: &",r.nextToken);r.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}r.consume()}else if(B==="\\end"){V(),k.length===1&&N.type==="styling"&&N.body[0].body.length===0&&(C.length>1||!f)&&C.pop(),S.length<C.length+1&&S.push([]);break}else if(B==="\\\\"){r.consume();var I=void 0;r.gullet.future().text!==" "&&(I=r.parseSizeGroup(!0)),w.push(I?I.value:null),V(),S.push(fl(r)),k=[],C.push(k),T()}else throw new z("Expected & or \\\\ or \\cr or \\end",r.nextToken)}return r.gullet.endGroup(),r.gullet.endGroup(),{type:"array",mode:r.mode,addJot:a,arraystretch:l,body:C,cols:s,rowGaps:w,hskipBeforeAndAfter:n,hLinesBeforeRow:S,colSeparationType:i,tags:E,leqno:b}}function Xo(r){return r.slice(0,1)==="d"?"display":"text"}var et=function(e,t){var n,a,s=e.body.length,l=e.hLinesBeforeRow,i=0,c=new Array(s),d=[],f=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),p=1/t.fontMetrics().ptPerEm,b=5*p;if(e.colSeparationType&&e.colSeparationType==="small"){var g=t.havingStyle(O.SCRIPT).sizeMultiplier;b=.2778*(g/t.sizeMultiplier)}var k=e.colSeparationType==="CD"?ce({number:3,unit:"ex"},t):12*p,C=3*p,w=e.arraystretch*k,S=.7*w,E=.3*w,T=0;function V(ln){for(var cn=0;cn<ln.length;++cn)cn>0&&(T+=.25),d.push({pos:T,isDashed:ln[cn]})}for(V(l[0]),n=0;n<e.body.length;++n){var N=e.body[n],B=S,I=E;i<N.length&&(i=N.length);var j=new Array(N.length);for(a=0;a<N.length;++a){var K=ee(N[a],t);I<K.depth&&(I=K.depth),B<K.height&&(B=K.height),j[a]=K}var Z=e.rowGaps[n],X=0;Z&&(X=ce(Z,t),X>0&&(X+=E,I<X&&(I=X),X=0)),e.addJot&&(I+=C),j.height=B,j.depth=I,T+=B,j.pos=T,T+=I+X,c[n]=j,V(l[n+1])}var oe=T/2+t.fontMetrics().axisHeight,he=e.cols||[],q=[],J,W,ye=[];if(e.tags&&e.tags.some(ln=>ln))for(n=0;n<s;++n){var Fe=c[n],Yt=Fe.pos-oe,Ie=e.tags[n],rt=void 0;Ie===!0?rt=A.makeSpan(["eqn-num"],[],t):Ie===!1?rt=A.makeSpan([],[],t):rt=A.makeSpan([],ge(Ie,t,!0),t),rt.depth=Fe.depth,rt.height=Fe.height,ye.push({type:"elem",elem:rt,shift:Yt})}for(a=0,W=0;a<i||W<he.length;++a,++W){for(var _e=he[W]||{},be=!0;_e.type==="separator";){if(be||(J=A.makeSpan(["arraycolsep"],[]),J.style.width=L(t.fontMetrics().doubleRuleSep),q.push(J)),_e.separator==="|"||_e.separator===":"){var gr=_e.separator==="|"?"solid":"dashed",P=A.makeSpan(["vertical-separator"],[],t);P.style.height=L(T),P.style.borderRightWidth=L(f),P.style.borderRightStyle=gr,P.style.margin="0 "+L(-f/2);var Q=T-oe;Q&&(P.style.verticalAlign=L(-Q)),q.push(P)}else throw new z("Invalid separator type: "+_e.separator);W++,_e=he[W]||{},be=!1}if(!(a>=i)){var ie=void 0;(a>0||e.hskipBeforeAndAfter)&&(ie=H.deflt(_e.pregap,b),ie!==0&&(J=A.makeSpan(["arraycolsep"],[]),J.style.width=L(ie),q.push(J)));var ne=[];for(n=0;n<s;++n){var nt=c[n],He=nt[a];if(He){var ft=nt.pos-oe;He.depth=nt.depth,He.height=nt.height,ne.push({type:"elem",elem:He,shift:ft})}}ne=A.makeVList({positionType:"individualShift",children:ne},t),ne=A.makeSpan(["col-align-"+(_e.align||"c")],[ne]),q.push(ne),(a<i-1||e.hskipBeforeAndAfter)&&(ie=H.deflt(_e.postgap,b),ie!==0&&(J=A.makeSpan(["arraycolsep"],[]),J.style.width=L(ie),q.push(J)))}}if(c=A.makeSpan(["mtable"],q),d.length>0){for(var r3=A.makeLineSpan("hline",t,f),n3=A.makeLineSpan("hdashline",t,f),N0=[{type:"elem",elem:c,shift:0}];d.length>0;){var Bi=d.pop(),Mi=Bi.pos-oe;Bi.isDashed?N0.push({type:"elem",elem:n3,shift:Mi}):N0.push({type:"elem",elem:r3,shift:Mi})}c=A.makeVList({positionType:"individualShift",children:N0},t)}if(ye.length===0)return A.makeSpan(["mord"],[c],t);var L0=A.makeVList({positionType:"individualShift",children:ye},t);return L0=A.makeSpan(["tag"],[L0],t),A.makeFragment([c,L0])},Wm={c:"center ",l:"left ",r:"right "},tt=function(e,t){for(var n=[],a=new D.MathNode("mtd",[],["mtr-glue"]),s=new D.MathNode("mtd",[],["mml-eqn-num"]),l=0;l<e.body.length;l++){for(var i=e.body[l],c=[],d=0;d<i.length;d++)c.push(new D.MathNode("mtd",[ae(i[d],t)]));e.tags&&e.tags[l]&&(c.unshift(a),c.push(a),e.leqno?c.unshift(s):c.push(s)),n.push(new D.MathNode("mtr",c))}var f=new D.MathNode("mtable",n),p=e.arraystretch===.5?.1:.16+e.arraystretch-1+(e.addJot?.09:0);f.setAttribute("rowspacing",L(p));var b="",g="";if(e.cols&&e.cols.length>0){var k=e.cols,C="",w=!1,S=0,E=k.length;k[0].type==="separator"&&(b+="top ",S=1),k[k.length-1].type==="separator"&&(b+="bottom ",E-=1);for(var T=S;T<E;T++)k[T].type==="align"?(g+=Wm[k[T].align],w&&(C+="none "),w=!0):k[T].type==="separator"&&w&&(C+=k[T].separator==="|"?"solid ":"dashed ",w=!1);f.setAttribute("columnalign",g.trim()),/[sd]/.test(C)&&f.setAttribute("columnlines",C.trim())}if(e.colSeparationType==="align"){for(var V=e.cols||[],N="",B=1;B<V.length;B++)N+=B%2?"0em ":"1em ";f.setAttribute("columnspacing",N.trim())}else e.colSeparationType==="alignat"||e.colSeparationType==="gather"?f.setAttribute("columnspacing","0em"):e.colSeparationType==="small"?f.setAttribute("columnspacing","0.2778em"):e.colSeparationType==="CD"?f.setAttribute("columnspacing","0.5em"):f.setAttribute("columnspacing","1em");var I="",j=e.hLinesBeforeRow;b+=j[0].length>0?"left ":"",b+=j[j.length-1].length>0?"right ":"";for(var K=1;K<j.length-1;K++)I+=j[K].length===0?"none ":j[K][0]?"dashed ":"solid ";return/[sd]/.test(I)&&f.setAttribute("rowlines",I.trim()),b!==""&&(f=new D.MathNode("menclose",[f]),f.setAttribute("notation",b.trim())),e.arraystretch&&e.arraystretch<1&&(f=new D.MathNode("mstyle",[f]),f.setAttribute("scriptlevel","1")),f},pl=function(e,t){e.envName.indexOf("ed")===-1&&rn(e);var n=[],a=e.envName.indexOf("at")>-1?"alignat":"align",s=e.envName==="split",l=xt(e.parser,{cols:n,addJot:!0,autoTag:s?void 0:Yo(e.envName),emptySingleRow:!0,colSeparationType:a,maxNumCols:s?2:void 0,leqno:e.parser.settings.leqno},"display"),i,c=0,d={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&t[0].type==="ordgroup"){for(var f="",p=0;p<t[0].body.length;p++){var b=Y(t[0].body[p],"textord");f+=b.text}i=Number(f),c=i*2}var g=!c;l.body.forEach(function(S){for(var E=1;E<S.length;E+=2){var T=Y(S[E],"styling"),V=Y(T.body[0],"ordgroup");V.body.unshift(d)}if(g)c<S.length&&(c=S.length);else{var N=S.length/2;if(i<N)throw new z("Too many math in a row: "+("expected "+i+", but got "+N),S[0])}});for(var k=0;k<c;++k){var C="r",w=0;k%2===1?C="l":k>0&&g&&(w=1),n[k]={type:"align",align:C,pregap:w,postgap:0}}return l.colSeparationType=g?"align":"alignat",l};Qe({type:"array",names:["array","darray"],props:{numArgs:1},handler(r,e){var t=Kr(e[0]),n=t?[e[0]]:Y(e[0],"ordgroup").body,a=n.map(function(l){var i=Ro(l),c=i.text;if("lcr".indexOf(c)!==-1)return{type:"align",align:c};if(c==="|")return{type:"separator",separator:"|"};if(c===":")return{type:"separator",separator:":"};throw new z("Unknown column alignment: "+c,l)}),s={cols:a,hskipBeforeAndAfter:!0,maxNumCols:a.length};return xt(r.parser,s,Xo(r.envName))},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(r){var e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[r.envName.replace("*","")],t="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:t}]};if(r.envName.charAt(r.envName.length-1)==="*"){var a=r.parser;if(a.consumeSpaces(),a.fetch().text==="["){if(a.consume(),a.consumeSpaces(),t=a.fetch().text,"lcr".indexOf(t)===-1)throw new z("Expected l or c or r",a.nextToken);a.consume(),a.consumeSpaces(),a.expect("]"),a.consume(),n.cols=[{type:"align",align:t}]}}var s=xt(r.parser,n,Xo(r.envName)),l=Math.max(0,...s.body.map(i=>i.length));return s.cols=new Array(l).fill({type:"align",align:t}),e?{type:"leftright",mode:r.mode,body:[s],left:e[0],right:e[1],rightColor:void 0}:s},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(r){var e={arraystretch:.5},t=xt(r.parser,e,"script");return t.colSeparationType="small",t},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["subarray"],props:{numArgs:1},handler(r,e){var t=Kr(e[0]),n=t?[e[0]]:Y(e[0],"ordgroup").body,a=n.map(function(l){var i=Ro(l),c=i.text;if("lc".indexOf(c)!==-1)return{type:"align",align:c};throw new z("Unknown column alignment: "+c,l)});if(a.length>1)throw new z("{subarray} can contain only one column");var s={cols:a,hskipBeforeAndAfter:!1,arraystretch:.5};if(s=xt(r.parser,s,"script"),s.body.length>0&&s.body[0].length>1)throw new z("{subarray} can contain only one column");return s},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(r){var e={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},t=xt(r.parser,e,Xo(r.envName));return{type:"leftright",mode:r.mode,body:[t],left:r.envName.indexOf("r")>-1?".":"\\{",right:r.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:pl,htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(r){H.contains(["gather","gather*"],r.envName)&&rn(r);var e={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Yo(r.envName),emptySingleRow:!0,leqno:r.parser.settings.leqno};return xt(r.parser,e,"display")},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:pl,htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(r){rn(r);var e={autoTag:Yo(r.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:r.parser.settings.leqno};return xt(r.parser,e,"display")},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["CD"],props:{numArgs:0},handler(r){return rn(r),zm(r.parser)},htmlBuilder:et,mathmlBuilder:tt}),y("\\nonumber","\\gdef\\@eqnsw{0}"),y("\\notag","\\nonumber"),R({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(r,e){throw new z(r.funcName+" valid only within array environment")}});var ml=dl;R({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];if(a.type!=="ordgroup")throw new z("Invalid environment name",a);for(var s="",l=0;l<a.body.length;++l)s+=Y(a.body[l],"textord").text;if(n==="\\begin"){if(!ml.hasOwnProperty(s))throw new z("No such environment: "+s,a);var i=ml[s],{args:c,optArgs:d}=t.parseArguments("\\begin{"+s+"}",i),f={mode:t.mode,envName:s,parser:t},p=i.handler(f,c,d);t.expect("\\end",!1);var b=t.nextToken,g=Y(t.parseFunction(),"environment");if(g.name!==s)throw new z("Mismatch: \\begin{"+s+"} matched by \\end{"+g.name+"}",b);return p}return{type:"environment",mode:t.mode,name:s,nameGroup:a}}});var gl=(r,e)=>{var t=r.font,n=e.withFont(t);return ee(r.body,n)},bl=(r,e)=>{var t=r.font,n=e.withFont(t);return ae(r.body,n)},yl={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};R({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=Yr(e[0]),s=n;return s in yl&&(s=yl[s]),{type:"font",mode:t.mode,font:s.slice(1),body:a}},htmlBuilder:gl,mathmlBuilder:bl}),R({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(r,e)=>{var{parser:t}=r,n=e[0],a=H.isCharacterBox(n);return{type:"mclass",mode:t.mode,mclass:Qr(n),body:[{type:"font",mode:t.mode,font:"boldsymbol",body:n}],isCharacterBox:a}}}),R({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:n,breakOnTokenText:a}=r,{mode:s}=t,l=t.parseExpression(!0,a),i="math"+n.slice(1);return{type:"font",mode:s,font:i,body:{type:"ordgroup",mode:t.mode,body:l}}},htmlBuilder:gl,mathmlBuilder:bl});var vl=(r,e)=>{var t=e;return r==="display"?t=t.id>=O.SCRIPT.id?t.text():O.DISPLAY:r==="text"&&t.size===O.DISPLAY.size?t=O.TEXT:r==="script"?t=O.SCRIPT:r==="scriptscript"&&(t=O.SCRIPTSCRIPT),t},Ko=(r,e)=>{var t=vl(r.size,e.style),n=t.fracNum(),a=t.fracDen(),s;s=e.havingStyle(n);var l=ee(r.numer,s,e);if(r.continued){var i=8.5/e.fontMetrics().ptPerEm,c=3.5/e.fontMetrics().ptPerEm;l.height=l.height<i?i:l.height,l.depth=l.depth<c?c:l.depth}s=e.havingStyle(a);var d=ee(r.denom,s,e),f,p,b;r.hasBarLine?(r.barSize?(p=ce(r.barSize,e),f=A.makeLineSpan("frac-line",e,p)):f=A.makeLineSpan("frac-line",e),p=f.height,b=f.height):(f=null,p=0,b=e.fontMetrics().defaultRuleThickness);var g,k,C;t.size===O.DISPLAY.size||r.size==="display"?(g=e.fontMetrics().num1,p>0?k=3*b:k=7*b,C=e.fontMetrics().denom1):(p>0?(g=e.fontMetrics().num2,k=b):(g=e.fontMetrics().num3,k=3*b),C=e.fontMetrics().denom2);var w;if(f){var E=e.fontMetrics().axisHeight;g-l.depth-(E+.5*p)<k&&(g+=k-(g-l.depth-(E+.5*p))),E-.5*p-(d.height-C)<k&&(C+=k-(E-.5*p-(d.height-C)));var T=-(E-.5*p);w=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:d,shift:C},{type:"elem",elem:f,shift:T},{type:"elem",elem:l,shift:-g}]},e)}else{var S=g-l.depth-(d.height-C);S<k&&(g+=.5*(k-S),C+=.5*(k-S)),w=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:d,shift:C},{type:"elem",elem:l,shift:-g}]},e)}s=e.havingStyle(t),w.height*=s.sizeMultiplier/e.sizeMultiplier,w.depth*=s.sizeMultiplier/e.sizeMultiplier;var V;t.size===O.DISPLAY.size?V=e.fontMetrics().delim1:t.size===O.SCRIPTSCRIPT.size?V=e.havingStyle(O.SCRIPT).fontMetrics().delim2:V=e.fontMetrics().delim2;var N,B;return r.leftDelim==null?N=ir(e,["mopen"]):N=ht.customSizedDelim(r.leftDelim,V,!0,e.havingStyle(t),r.mode,["mopen"]),r.continued?B=A.makeSpan([]):r.rightDelim==null?B=ir(e,["mclose"]):B=ht.customSizedDelim(r.rightDelim,V,!0,e.havingStyle(t),r.mode,["mclose"]),A.makeSpan(["mord"].concat(s.sizingClasses(e)),[N,A.makeSpan(["mfrac"],[w]),B],e)},Jo=(r,e)=>{var t=new D.MathNode("mfrac",[ae(r.numer,e),ae(r.denom,e)]);if(!r.hasBarLine)t.setAttribute("linethickness","0px");else if(r.barSize){var n=ce(r.barSize,e);t.setAttribute("linethickness",L(n))}var a=vl(r.size,e.style);if(a.size!==e.style.size){t=new D.MathNode("mstyle",[t]);var s=a.size===O.DISPLAY.size?"true":"false";t.setAttribute("displaystyle",s),t.setAttribute("scriptlevel","0")}if(r.leftDelim!=null||r.rightDelim!=null){var l=[];if(r.leftDelim!=null){var i=new D.MathNode("mo",[new D.TextNode(r.leftDelim.replace("\\",""))]);i.setAttribute("fence","true"),l.push(i)}if(l.push(t),r.rightDelim!=null){var c=new D.MathNode("mo",[new D.TextNode(r.rightDelim.replace("\\",""))]);c.setAttribute("fence","true"),l.push(c)}return No(l)}return t};R({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0],s=e[1],l,i=null,c=null,d="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":l=!0;break;case"\\\\atopfrac":l=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":l=!1,i="(",c=")";break;case"\\\\bracefrac":l=!1,i="\\{",c="\\}";break;case"\\\\brackfrac":l=!1,i="[",c="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":d="display";break;case"\\tfrac":case"\\tbinom":d="text";break}return{type:"genfrac",mode:t.mode,continued:!1,numer:a,denom:s,hasBarLine:l,leftDelim:i,rightDelim:c,size:d,barSize:null}},htmlBuilder:Ko,mathmlBuilder:Jo}),R({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0],s=e[1];return{type:"genfrac",mode:t.mode,continued:!0,numer:a,denom:s,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),R({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(r){var{parser:e,funcName:t,token:n}=r,a;switch(t){case"\\over":a="\\frac";break;case"\\choose":a="\\binom";break;case"\\atop":a="\\\\atopfrac";break;case"\\brace":a="\\\\bracefrac";break;case"\\brack":a="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:e.mode,replaceWith:a,token:n}}});var xl=["display","text","script","scriptscript"],kl=function(e){var t=null;return e.length>0&&(t=e,t=t==="."?null:t),t};R({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(r,e){var{parser:t}=r,n=e[4],a=e[5],s=Yr(e[0]),l=s.type==="atom"&&s.family==="open"?kl(s.text):null,i=Yr(e[1]),c=i.type==="atom"&&i.family==="close"?kl(i.text):null,d=Y(e[2],"size"),f,p=null;d.isBlank?f=!0:(p=d.value,f=p.number>0);var b="auto",g=e[3];if(g.type==="ordgroup"){if(g.body.length>0){var k=Y(g.body[0],"textord");b=xl[Number(k.text)]}}else g=Y(g,"textord"),b=xl[Number(g.text)];return{type:"genfrac",mode:t.mode,numer:n,denom:a,continued:!1,hasBarLine:f,barSize:p,leftDelim:l,rightDelim:c,size:b}},htmlBuilder:Ko,mathmlBuilder:Jo}),R({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(r,e){var{parser:t,funcName:n,token:a}=r;return{type:"infix",mode:t.mode,replaceWith:"\\\\abovefrac",size:Y(e[0],"size").value,token:a}}}),R({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0],s=Sp(Y(e[1],"infix").size),l=e[2],i=s.number>0;return{type:"genfrac",mode:t.mode,numer:a,denom:l,continued:!1,hasBarLine:i,barSize:s,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Ko,mathmlBuilder:Jo});var wl=(r,e)=>{var t=e.style,n,a;r.type==="supsub"?(n=r.sup?ee(r.sup,e.havingStyle(t.sup()),e):ee(r.sub,e.havingStyle(t.sub()),e),a=Y(r.base,"horizBrace")):a=Y(r,"horizBrace");var s=ee(a.base,e.havingBaseStyle(O.DISPLAY)),l=dt.svgSpan(a,e),i;if(a.isOver?(i=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:l}]},e),i.children[0].children[0].children[1].classes.push("svg-align")):(i=A.makeVList({positionType:"bottom",positionData:s.depth+.1+l.height,children:[{type:"elem",elem:l},{type:"kern",size:.1},{type:"elem",elem:s}]},e),i.children[0].children[0].children[0].classes.push("svg-align")),n){var c=A.makeSpan(["mord",a.isOver?"mover":"munder"],[i],e);a.isOver?i=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:c},{type:"kern",size:.2},{type:"elem",elem:n}]},e):i=A.makeVList({positionType:"bottom",positionData:c.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:c}]},e)}return A.makeSpan(["mord",a.isOver?"mover":"munder"],[i],e)},Ym=(r,e)=>{var t=dt.mathMLnode(r.label);return new D.MathNode(r.isOver?"mover":"munder",[ae(r.base,e),t])};R({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:n}=r;return{type:"horizBrace",mode:t.mode,label:n,isOver:/^\\over/.test(n),base:e[0]}},htmlBuilder:wl,mathmlBuilder:Ym}),R({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[1],a=Y(e[0],"url").url;return t.settings.isTrusted({command:"\\href",url:a})?{type:"href",mode:t.mode,href:a,body:de(n)}:t.formatUnsupportedCmd("\\href")},htmlBuilder:(r,e)=>{var t=ge(r.body,e,!1);return A.makeAnchor(r.href,[],t,e)},mathmlBuilder:(r,e)=>{var t=vt(r.body,e);return t instanceof Le||(t=new Le("mrow",[t])),t.setAttribute("href",r.href),t}}),R({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=Y(e[0],"url").url;if(!t.settings.isTrusted({command:"\\url",url:n}))return t.formatUnsupportedCmd("\\url");for(var a=[],s=0;s<n.length;s++){var l=n[s];l==="~"&&(l="\\textasciitilde"),a.push({type:"textord",mode:"text",text:l})}var i={type:"text",mode:t.mode,font:"\\texttt",body:a};return{type:"href",mode:t.mode,href:n,body:de(i)}}}),R({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(r,e){var{parser:t}=r;return{type:"hbox",mode:t.mode,body:de(e[0])}},htmlBuilder(r,e){var t=ge(r.body,e,!1);return A.makeFragment(t)},mathmlBuilder(r,e){return new D.MathNode("mrow",Ae(r.body,e))}}),R({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:n,token:a}=r,s=Y(e[0],"raw").string,l=e[1];t.settings.strict&&t.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var i,c={};switch(n){case"\\htmlClass":c.class=s,i={command:"\\htmlClass",class:s};break;case"\\htmlId":c.id=s,i={command:"\\htmlId",id:s};break;case"\\htmlStyle":c.style=s,i={command:"\\htmlStyle",style:s};break;case"\\htmlData":{for(var d=s.split(","),f=0;f<d.length;f++){var p=d[f].split("=");if(p.length!==2)throw new z("Error parsing key-value for \\htmlData");c["data-"+p[0].trim()]=p[1].trim()}i={command:"\\htmlData",attributes:c};break}default:throw new Error("Unrecognized html command")}return t.settings.isTrusted(i)?{type:"html",mode:t.mode,attributes:c,body:de(l)}:t.formatUnsupportedCmd(n)},htmlBuilder:(r,e)=>{var t=ge(r.body,e,!1),n=["enclosing"];r.attributes.class&&n.push(...r.attributes.class.trim().split(/\s+/));var a=A.makeSpan(n,t,e);for(var s in r.attributes)s!=="class"&&r.attributes.hasOwnProperty(s)&&a.setAttribute(s,r.attributes[s]);return a},mathmlBuilder:(r,e)=>vt(r.body,e)}),R({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r;return{type:"htmlmathml",mode:t.mode,html:de(e[0]),mathml:de(e[1])}},htmlBuilder:(r,e)=>{var t=ge(r.html,e,!1);return A.makeFragment(t)},mathmlBuilder:(r,e)=>vt(r.mathml,e)});var Qo=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 z("Invalid size: '"+e+"' in \\includegraphics");var n={number:+(t[1]+t[2]),unit:t[3]};if(!Cs(n))throw new z("Invalid unit: '"+n.unit+"' in \\includegraphics.");return n};R({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(r,e,t)=>{var{parser:n}=r,a={number:0,unit:"em"},s={number:.9,unit:"em"},l={number:0,unit:"em"},i="";if(t[0])for(var c=Y(t[0],"raw").string,d=c.split(","),f=0;f<d.length;f++){var p=d[f].split("=");if(p.length===2){var b=p[1].trim();switch(p[0].trim()){case"alt":i=b;break;case"width":a=Qo(b);break;case"height":s=Qo(b);break;case"totalheight":l=Qo(b);break;default:throw new z("Invalid key: '"+p[0]+"' in \\includegraphics.")}}}var g=Y(e[0],"url").url;return i===""&&(i=g,i=i.replace(/^.*[\\/]/,""),i=i.substring(0,i.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:g})?{type:"includegraphics",mode:n.mode,alt:i,width:a,height:s,totalheight:l,src:g}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(r,e)=>{var t=ce(r.height,e),n=0;r.totalheight.number>0&&(n=ce(r.totalheight,e)-t);var a=0;r.width.number>0&&(a=ce(r.width,e));var s={height:L(t+n)};a>0&&(s.width=L(a)),n>0&&(s.verticalAlign=L(-n));var l=new Yp(r.src,r.alt,s);return l.height=t,l.depth=n,l},mathmlBuilder:(r,e)=>{var t=new D.MathNode("mglyph",[]);t.setAttribute("alt",r.alt);var n=ce(r.height,e),a=0;if(r.totalheight.number>0&&(a=ce(r.totalheight,e)-n,t.setAttribute("valign",L(-a))),t.setAttribute("height",L(n+a)),r.width.number>0){var s=ce(r.width,e);t.setAttribute("width",L(s))}return t.setAttribute("src",r.src),t}}),R({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(r,e){var{parser:t,funcName:n}=r,a=Y(e[0],"size");if(t.settings.strict){var s=n[1]==="m",l=a.value.unit==="mu";s?(l||t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, "+("not "+a.value.unit+" units")),t.mode!=="math"&&t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):l&&t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:t.mode,dimension:a.value}},htmlBuilder(r,e){return A.makeGlue(r.dimension,e)},mathmlBuilder(r,e){var t=ce(r.dimension,e);return new D.SpaceNode(t)}}),R({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0];return{type:"lap",mode:t.mode,alignment:n.slice(5),body:a}},htmlBuilder:(r,e)=>{var t;r.alignment==="clap"?(t=A.makeSpan([],[ee(r.body,e)]),t=A.makeSpan(["inner"],[t],e)):t=A.makeSpan(["inner"],[ee(r.body,e)]);var n=A.makeSpan(["fix"],[]),a=A.makeSpan([r.alignment],[t,n],e),s=A.makeSpan(["strut"]);return s.style.height=L(a.height+a.depth),a.depth&&(s.style.verticalAlign=L(-a.depth)),a.children.unshift(s),a=A.makeSpan(["thinbox"],[a],e),A.makeSpan(["mord","vbox"],[a],e)},mathmlBuilder:(r,e)=>{var t=new D.MathNode("mpadded",[ae(r.body,e)]);if(r.alignment!=="rlap"){var n=r.alignment==="llap"?"-1":"-0.5";t.setAttribute("lspace",n+"width")}return t.setAttribute("width","0px"),t}}),R({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(r,e){var{funcName:t,parser:n}=r,a=n.mode;n.switchMode("math");var s=t==="\\("?"\\)":"$",l=n.parseExpression(!1,s);return n.expect(s),n.switchMode(a),{type:"styling",mode:n.mode,style:"text",body:l}}}),R({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(r,e){throw new z("Mismatched "+r.funcName)}});var _l=(r,e)=>{switch(e.style.size){case O.DISPLAY.size:return r.display;case O.TEXT.size:return r.text;case O.SCRIPT.size:return r.script;case O.SCRIPTSCRIPT.size:return r.scriptscript;default:return r.text}};R({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(r,e)=>{var{parser:t}=r;return{type:"mathchoice",mode:t.mode,display:de(e[0]),text:de(e[1]),script:de(e[2]),scriptscript:de(e[3])}},htmlBuilder:(r,e)=>{var t=_l(r,e),n=ge(t,e,!1);return A.makeFragment(n)},mathmlBuilder:(r,e)=>{var t=_l(r,e);return vt(t,e)}});var Cl=(r,e,t,n,a,s,l)=>{r=A.makeSpan([],[r]);var i=t&&H.isCharacterBox(t),c,d;if(e){var f=ee(e,n.havingStyle(a.sup()),n);d={elem:f,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-f.depth)}}if(t){var p=ee(t,n.havingStyle(a.sub()),n);c={elem:p,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-p.height)}}var b;if(d&&c){var g=n.fontMetrics().bigOpSpacing5+c.elem.height+c.elem.depth+c.kern+r.depth+l;b=A.makeVList({positionType:"bottom",positionData:g,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:L(-s)},{type:"kern",size:c.kern},{type:"elem",elem:r},{type:"kern",size:d.kern},{type:"elem",elem:d.elem,marginLeft:L(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(c){var k=r.height-l;b=A.makeVList({positionType:"top",positionData:k,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:L(-s)},{type:"kern",size:c.kern},{type:"elem",elem:r}]},n)}else if(d){var C=r.depth+l;b=A.makeVList({positionType:"bottom",positionData:C,children:[{type:"elem",elem:r},{type:"kern",size:d.kern},{type:"elem",elem:d.elem,marginLeft:L(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else return r;var w=[b];if(c&&s!==0&&!i){var S=A.makeSpan(["mspace"],[],n);S.style.marginRight=L(s),w.unshift(S)}return A.makeSpan(["mop","op-limits"],w,n)},Sl=["\\smallint"],Ut=(r,e)=>{var t,n,a=!1,s;r.type==="supsub"?(t=r.sup,n=r.sub,s=Y(r.base,"op"),a=!0):s=Y(r,"op");var l=e.style,i=!1;l.size===O.DISPLAY.size&&s.symbol&&!H.contains(Sl,s.name)&&(i=!0);var c;if(s.symbol){var d=i?"Size2-Regular":"Size1-Regular",f="";if((s.name==="\\oiint"||s.name==="\\oiiint")&&(f=s.name.slice(1),s.name=f==="oiint"?"\\iint":"\\iiint"),c=A.makeSymbol(s.name,d,"math",e,["mop","op-symbol",i?"large-op":"small-op"]),f.length>0){var p=c.italic,b=A.staticSvg(f+"Size"+(i?"2":"1"),e);c=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:c,shift:0},{type:"elem",elem:b,shift:i?.08:0}]},e),s.name="\\"+f,c.classes.unshift("mop"),c.italic=p}}else if(s.body){var g=ge(s.body,e,!0);g.length===1&&g[0]instanceof Ne?(c=g[0],c.classes[0]="mop"):c=A.makeSpan(["mop"],g,e)}else{for(var k=[],C=1;C<s.name.length;C++)k.push(A.mathsym(s.name[C],s.mode,e));c=A.makeSpan(["mop"],k,e)}var w=0,S=0;return(c instanceof Ne||s.name==="\\oiint"||s.name==="\\oiiint")&&!s.suppressBaseShift&&(w=(c.height-c.depth)/2-e.fontMetrics().axisHeight,S=c.italic),a?Cl(c,t,n,e,l,S,w):(w&&(c.style.position="relative",c.style.top=L(w)),c)},hr=(r,e)=>{var t;if(r.symbol)t=new Le("mo",[Re(r.name,r.mode)]),H.contains(Sl,r.name)&&t.setAttribute("largeop","false");else if(r.body)t=new Le("mo",Ae(r.body,e));else{t=new Le("mi",[new cr(r.name.slice(1))]);var n=new Le("mo",[Re("⁡","text")]);r.parentIsSupSub?t=new Le("mrow",[t,n]):t=$s([t,n])}return t},Xm={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};R({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=n;return a.length===1&&(a=Xm[a]),{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:Ut,mathmlBuilder:hr}),R({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:de(n)}},htmlBuilder:Ut,mathmlBuilder:hr});var Km={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};R({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(r){var{parser:e,funcName:t}=r;return{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:Ut,mathmlBuilder:hr}),R({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(r){var{parser:e,funcName:t}=r;return{type:"op",mode:e.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:Ut,mathmlBuilder:hr}),R({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(r){var{parser:e,funcName:t}=r,n=t;return n.length===1&&(n=Km[n]),{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:Ut,mathmlBuilder:hr});var El=(r,e)=>{var t,n,a=!1,s;r.type==="supsub"?(t=r.sup,n=r.sub,s=Y(r.base,"operatorname"),a=!0):s=Y(r,"operatorname");var l;if(s.body.length>0){for(var i=s.body.map(p=>{var b=p.text;return typeof b=="string"?{type:"textord",mode:p.mode,text:b}:p}),c=ge(i,e.withFont("mathrm"),!0),d=0;d<c.length;d++){var f=c[d];f instanceof Ne&&(f.text=f.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}l=A.makeSpan(["mop"],c,e)}else l=A.makeSpan(["mop"],[],e);return a?Cl(l,t,n,e,e.style,0,0):l},Jm=(r,e)=>{for(var t=Ae(r.body,e.withFont("mathrm")),n=!0,a=0;a<t.length;a++){var s=t[a];if(!(s instanceof D.SpaceNode))if(s instanceof D.MathNode)switch(s.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var l=s.children[0];s.children.length===1&&l instanceof D.TextNode?l.text=l.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break}default:n=!1}else n=!1}if(n){var i=t.map(f=>f.toText()).join("");t=[new D.TextNode(i)]}var c=new D.MathNode("mi",t);c.setAttribute("mathvariant","normal");var d=new D.MathNode("mo",[Re("⁡","text")]);return r.parentIsSupSub?new D.MathNode("mrow",[c,d]):D.newDocumentFragment([c,d])};R({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0];return{type:"operatorname",mode:t.mode,body:de(a),alwaysHandleSupSub:n==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:El,mathmlBuilder:Jm}),y("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),Dt({type:"ordgroup",htmlBuilder(r,e){return r.semisimple?A.makeFragment(ge(r.body,e,!1)):A.makeSpan(["mord"],ge(r.body,e,!0),e)},mathmlBuilder(r,e){return vt(r.body,e,!0)}}),R({type:"overline",names:["\\overline"],props:{numArgs:1},handler(r,e){var{parser:t}=r,n=e[0];return{type:"overline",mode:t.mode,body:n}},htmlBuilder(r,e){var t=ee(r.body,e.havingCrampedStyle()),n=A.makeLineSpan("overline-line",e),a=e.fontMetrics().defaultRuleThickness,s=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t},{type:"kern",size:3*a},{type:"elem",elem:n},{type:"kern",size:a}]},e);return A.makeSpan(["mord","overline"],[s],e)},mathmlBuilder(r,e){var t=new D.MathNode("mo",[new D.TextNode("‾")]);t.setAttribute("stretchy","true");var n=new D.MathNode("mover",[ae(r.body,e),t]);return n.setAttribute("accent","true"),n}}),R({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"phantom",mode:t.mode,body:de(n)}},htmlBuilder:(r,e)=>{var t=ge(r.body,e.withPhantom(),!1);return A.makeFragment(t)},mathmlBuilder:(r,e)=>{var t=Ae(r.body,e);return new D.MathNode("mphantom",t)}}),R({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"hphantom",mode:t.mode,body:n}},htmlBuilder:(r,e)=>{var t=A.makeSpan([],[ee(r.body,e.withPhantom())]);if(t.height=0,t.depth=0,t.children)for(var n=0;n<t.children.length;n++)t.children[n].height=0,t.children[n].depth=0;return t=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t}]},e),A.makeSpan(["mord"],[t],e)},mathmlBuilder:(r,e)=>{var t=Ae(de(r.body),e),n=new D.MathNode("mphantom",t),a=new D.MathNode("mpadded",[n]);return a.setAttribute("height","0px"),a.setAttribute("depth","0px"),a}}),R({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"vphantom",mode:t.mode,body:n}},htmlBuilder:(r,e)=>{var t=A.makeSpan(["inner"],[ee(r.body,e.withPhantom())]),n=A.makeSpan(["fix"],[]);return A.makeSpan(["mord","rlap"],[t,n],e)},mathmlBuilder:(r,e)=>{var t=Ae(de(r.body),e),n=new D.MathNode("mphantom",t),a=new D.MathNode("mpadded",[n]);return a.setAttribute("width","0px"),a}}),R({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(r,e){var{parser:t}=r,n=Y(e[0],"size").value,a=e[1];return{type:"raisebox",mode:t.mode,dy:n,body:a}},htmlBuilder(r,e){var t=ee(r.body,e),n=ce(r.dy,e);return A.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:t}]},e)},mathmlBuilder(r,e){var t=new D.MathNode("mpadded",[ae(r.body,e)]),n=r.dy.number+r.dy.unit;return t.setAttribute("voffset",n),t}}),R({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(r){var{parser:e}=r;return{type:"internal",mode:e.mode}}}),R({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(r,e,t){var{parser:n}=r,a=t[0],s=Y(e[0],"size"),l=Y(e[1],"size");return{type:"rule",mode:n.mode,shift:a&&Y(a,"size").value,width:s.value,height:l.value}},htmlBuilder(r,e){var t=A.makeSpan(["mord","rule"],[],e),n=ce(r.width,e),a=ce(r.height,e),s=r.shift?ce(r.shift,e):0;return t.style.borderRightWidth=L(n),t.style.borderTopWidth=L(a),t.style.bottom=L(s),t.width=n,t.height=a+s,t.depth=-s,t.maxFontSize=a*1.125*e.sizeMultiplier,t},mathmlBuilder(r,e){var t=ce(r.width,e),n=ce(r.height,e),a=r.shift?ce(r.shift,e):0,s=e.color&&e.getColor()||"black",l=new D.MathNode("mspace");l.setAttribute("mathbackground",s),l.setAttribute("width",L(t)),l.setAttribute("height",L(n));var i=new D.MathNode("mpadded",[l]);return a>=0?i.setAttribute("height",L(a)):(i.setAttribute("height",L(a)),i.setAttribute("depth",L(-a))),i.setAttribute("voffset",L(a)),i}});function Al(r,e,t){for(var n=ge(r,e,!1),a=e.sizeMultiplier/t.sizeMultiplier,s=0;s<n.length;s++){var l=n[s].classes.indexOf("sizing");l<0?Array.prototype.push.apply(n[s].classes,e.sizingClasses(t)):n[s].classes[l+1]==="reset-size"+e.size&&(n[s].classes[l+1]="reset-size"+t.size),n[s].height*=a,n[s].depth*=a}return A.makeFragment(n)}var Tl=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],Qm=(r,e)=>{var t=e.havingSize(r.size);return Al(r.body,t,e)};R({type:"sizing",names:Tl,props:{numArgs:0,allowedInText:!0},handler:(r,e)=>{var{breakOnTokenText:t,funcName:n,parser:a}=r,s=a.parseExpression(!1,t);return{type:"sizing",mode:a.mode,size:Tl.indexOf(n)+1,body:s}},htmlBuilder:Qm,mathmlBuilder:(r,e)=>{var t=e.havingSize(r.size),n=Ae(r.body,t),a=new D.MathNode("mstyle",n);return a.setAttribute("mathsize",L(t.sizeMultiplier)),a}}),R({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(r,e,t)=>{var{parser:n}=r,a=!1,s=!1,l=t[0]&&Y(t[0],"ordgroup");if(l)for(var i="",c=0;c<l.body.length;++c){var d=l.body[c];if(i=d.text,i==="t")a=!0;else if(i==="b")s=!0;else{a=!1,s=!1;break}}else a=!0,s=!0;var f=e[0];return{type:"smash",mode:n.mode,body:f,smashHeight:a,smashDepth:s}},htmlBuilder:(r,e)=>{var t=A.makeSpan([],[ee(r.body,e)]);if(!r.smashHeight&&!r.smashDepth)return t;if(r.smashHeight&&(t.height=0,t.children))for(var n=0;n<t.children.length;n++)t.children[n].height=0;if(r.smashDepth&&(t.depth=0,t.children))for(var a=0;a<t.children.length;a++)t.children[a].depth=0;var s=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t}]},e);return A.makeSpan(["mord"],[s],e)},mathmlBuilder:(r,e)=>{var t=new D.MathNode("mpadded",[ae(r.body,e)]);return r.smashHeight&&t.setAttribute("height","0px"),r.smashDepth&&t.setAttribute("depth","0px"),t}}),R({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(r,e,t){var{parser:n}=r,a=t[0],s=e[0];return{type:"sqrt",mode:n.mode,body:s,index:a}},htmlBuilder(r,e){var t=ee(r.body,e.havingCrampedStyle());t.height===0&&(t.height=e.fontMetrics().xHeight),t=A.wrapFragment(t,e);var n=e.fontMetrics(),a=n.defaultRuleThickness,s=a;e.style.id<O.TEXT.id&&(s=e.fontMetrics().xHeight);var l=a+s/4,i=t.height+t.depth+l+a,{span:c,ruleWidth:d,advanceWidth:f}=ht.sqrtImage(i,e),p=c.height-d;p>t.height+t.depth+l&&(l=(l+p-t.height-t.depth)/2);var b=c.height-t.height-l-d;t.style.paddingLeft=L(f);var g=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t,wrapperClasses:["svg-align"]},{type:"kern",size:-(t.height+b)},{type:"elem",elem:c},{type:"kern",size:d}]},e);if(r.index){var k=e.havingStyle(O.SCRIPTSCRIPT),C=ee(r.index,k,e),w=.6*(g.height-g.depth),S=A.makeVList({positionType:"shift",positionData:-w,children:[{type:"elem",elem:C}]},e),E=A.makeSpan(["root"],[S]);return A.makeSpan(["mord","sqrt"],[E,g],e)}else return A.makeSpan(["mord","sqrt"],[g],e)},mathmlBuilder(r,e){var{body:t,index:n}=r;return n?new D.MathNode("mroot",[ae(t,e),ae(n,e)]):new D.MathNode("msqrt",[ae(t,e)])}});var Bl={display:O.DISPLAY,text:O.TEXT,script:O.SCRIPT,scriptscript:O.SCRIPTSCRIPT};R({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r,e){var{breakOnTokenText:t,funcName:n,parser:a}=r,s=a.parseExpression(!0,t),l=n.slice(1,n.length-5);return{type:"styling",mode:a.mode,style:l,body:s}},htmlBuilder(r,e){var t=Bl[r.style],n=e.havingStyle(t).withFont("");return Al(r.body,n,e)},mathmlBuilder(r,e){var t=Bl[r.style],n=e.havingStyle(t),a=Ae(r.body,n),s=new D.MathNode("mstyle",a),l={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},i=l[r.style];return s.setAttribute("scriptlevel",i[0]),s.setAttribute("displaystyle",i[1]),s}});var e4=function(e,t){var n=e.base;if(n)if(n.type==="op"){var a=n.limits&&(t.style.size===O.DISPLAY.size||n.alwaysHandleSupSub);return a?Ut:null}else if(n.type==="operatorname"){var s=n.alwaysHandleSupSub&&(t.style.size===O.DISPLAY.size||n.limits);return s?El:null}else{if(n.type==="accent")return H.isCharacterBox(n.base)?Fo:null;if(n.type==="horizBrace"){var l=!e.sub;return l===n.isOver?wl:null}else return null}else return null};Dt({type:"supsub",htmlBuilder(r,e){var t=e4(r,e);if(t)return t(r,e);var{base:n,sup:a,sub:s}=r,l=ee(n,e),i,c,d=e.fontMetrics(),f=0,p=0,b=n&&H.isCharacterBox(n);if(a){var g=e.havingStyle(e.style.sup());i=ee(a,g,e),b||(f=l.height-g.fontMetrics().supDrop*g.sizeMultiplier/e.sizeMultiplier)}if(s){var k=e.havingStyle(e.style.sub());c=ee(s,k,e),b||(p=l.depth+k.fontMetrics().subDrop*k.sizeMultiplier/e.sizeMultiplier)}var C;e.style===O.DISPLAY?C=d.sup1:e.style.cramped?C=d.sup3:C=d.sup2;var w=e.sizeMultiplier,S=L(.5/d.ptPerEm/w),E=null;if(c){var T=r.base&&r.base.type==="op"&&r.base.name&&(r.base.name==="\\oiint"||r.base.name==="\\oiiint");(l instanceof Ne||T)&&(E=L(-l.italic))}var V;if(i&&c){f=Math.max(f,C,i.depth+.25*d.xHeight),p=Math.max(p,d.sub2);var N=d.defaultRuleThickness,B=4*N;if(f-i.depth-(c.height-p)<B){p=B-(f-i.depth)+c.height;var I=.8*d.xHeight-(f-i.depth);I>0&&(f+=I,p-=I)}var j=[{type:"elem",elem:c,shift:p,marginRight:S,marginLeft:E},{type:"elem",elem:i,shift:-f,marginRight:S}];V=A.makeVList({positionType:"individualShift",children:j},e)}else if(c){p=Math.max(p,d.sub1,c.height-.8*d.xHeight);var K=[{type:"elem",elem:c,marginLeft:E,marginRight:S}];V=A.makeVList({positionType:"shift",positionData:p,children:K},e)}else if(i)f=Math.max(f,C,i.depth+.25*d.xHeight),V=A.makeVList({positionType:"shift",positionData:-f,children:[{type:"elem",elem:i,marginRight:S}]},e);else throw new Error("supsub must have either sup or sub.");var Z=qo(l,"right")||"mord";return A.makeSpan([Z],[l,A.makeSpan(["msupsub"],[V])],e)},mathmlBuilder(r,e){var t=!1,n,a;r.base&&r.base.type==="horizBrace"&&(a=!!r.sup,a===r.base.isOver&&(t=!0,n=r.base.isOver)),r.base&&(r.base.type==="op"||r.base.type==="operatorname")&&(r.base.parentIsSupSub=!0);var s=[ae(r.base,e)];r.sub&&s.push(ae(r.sub,e)),r.sup&&s.push(ae(r.sup,e));var l;if(t)l=n?"mover":"munder";else if(r.sub)if(r.sup){var d=r.base;d&&d.type==="op"&&d.limits&&e.style===O.DISPLAY||d&&d.type==="operatorname"&&d.alwaysHandleSupSub&&(e.style===O.DISPLAY||d.limits)?l="munderover":l="msubsup"}else{var c=r.base;c&&c.type==="op"&&c.limits&&(e.style===O.DISPLAY||c.alwaysHandleSupSub)||c&&c.type==="operatorname"&&c.alwaysHandleSupSub&&(c.limits||e.style===O.DISPLAY)?l="munder":l="msub"}else{var i=r.base;i&&i.type==="op"&&i.limits&&(e.style===O.DISPLAY||i.alwaysHandleSupSub)||i&&i.type==="operatorname"&&i.alwaysHandleSupSub&&(i.limits||e.style===O.DISPLAY)?l="mover":l="msup"}return new D.MathNode(l,s)}}),Dt({type:"atom",htmlBuilder(r,e){return A.mathsym(r.text,r.mode,e,["m"+r.family])},mathmlBuilder(r,e){var t=new D.MathNode("mo",[Re(r.text,r.mode)]);if(r.family==="bin"){var n=Lo(r,e);n==="bold-italic"&&t.setAttribute("mathvariant",n)}else r.family==="punct"?t.setAttribute("separator","true"):(r.family==="open"||r.family==="close")&&t.setAttribute("stretchy","false");return t}});var Ml={mi:"italic",mn:"normal",mtext:"normal"};Dt({type:"mathord",htmlBuilder(r,e){return A.makeOrd(r,e,"mathord")},mathmlBuilder(r,e){var t=new D.MathNode("mi",[Re(r.text,r.mode,e)]),n=Lo(r,e)||"italic";return n!==Ml[t.type]&&t.setAttribute("mathvariant",n),t}}),Dt({type:"textord",htmlBuilder(r,e){return A.makeOrd(r,e,"textord")},mathmlBuilder(r,e){var t=Re(r.text,r.mode,e),n=Lo(r,e)||"normal",a;return r.mode==="text"?a=new D.MathNode("mtext",[t]):/[0-9]/.test(r.text)?a=new D.MathNode("mn",[t]):r.text==="\\prime"?a=new D.MathNode("mo",[t]):a=new D.MathNode("mi",[t]),n!==Ml[a.type]&&a.setAttribute("mathvariant",n),a}});var e0={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},t0={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Dt({type:"spacing",htmlBuilder(r,e){if(t0.hasOwnProperty(r.text)){var t=t0[r.text].className||"";if(r.mode==="text"){var n=A.makeOrd(r,e,"textord");return n.classes.push(t),n}else return A.makeSpan(["mspace",t],[A.mathsym(r.text,r.mode,e)],e)}else{if(e0.hasOwnProperty(r.text))return A.makeSpan(["mspace",e0[r.text]],[],e);throw new z('Unknown type of space "'+r.text+'"')}},mathmlBuilder(r,e){var t;if(t0.hasOwnProperty(r.text))t=new D.MathNode("mtext",[new D.TextNode(" ")]);else{if(e0.hasOwnProperty(r.text))return new D.MathNode("mspace");throw new z('Unknown type of space "'+r.text+'"')}return t}});var Vl=()=>{var r=new D.MathNode("mtd",[]);return r.setAttribute("width","50%"),r};Dt({type:"tag",mathmlBuilder(r,e){var t=new D.MathNode("mtable",[new D.MathNode("mtr",[Vl(),new D.MathNode("mtd",[vt(r.body,e)]),Vl(),new D.MathNode("mtd",[vt(r.tag,e)])])]);return t.setAttribute("width","100%"),t}});var Dl={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},ql={"\\textbf":"textbf","\\textmd":"textmd"},t4={"\\textit":"textit","\\textup":"textup"},zl=(r,e)=>{var t=r.font;return t?Dl[t]?e.withTextFontFamily(Dl[t]):ql[t]?e.withTextFontWeight(ql[t]):e.withTextFontShape(t4[t]):e};R({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];return{type:"text",mode:t.mode,body:de(a),font:n}},htmlBuilder(r,e){var t=zl(r,e),n=ge(r.body,t,!0);return A.makeSpan(["mord","text"],n,t)},mathmlBuilder(r,e){var t=zl(r,e);return vt(r.body,t)}}),R({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"underline",mode:t.mode,body:e[0]}},htmlBuilder(r,e){var t=ee(r.body,e),n=A.makeLineSpan("underline-line",e),a=e.fontMetrics().defaultRuleThickness,s=A.makeVList({positionType:"top",positionData:t.height,children:[{type:"kern",size:a},{type:"elem",elem:n},{type:"kern",size:3*a},{type:"elem",elem:t}]},e);return A.makeSpan(["mord","underline"],[s],e)},mathmlBuilder(r,e){var t=new D.MathNode("mo",[new D.TextNode("‾")]);t.setAttribute("stretchy","true");var n=new D.MathNode("munder",[ae(r.body,e),t]);return n.setAttribute("accentunder","true"),n}}),R({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(r,e){var{parser:t}=r;return{type:"vcenter",mode:t.mode,body:e[0]}},htmlBuilder(r,e){var t=ee(r.body,e),n=e.fontMetrics().axisHeight,a=.5*(t.height-n-(t.depth+n));return A.makeVList({positionType:"shift",positionData:a,children:[{type:"elem",elem:t}]},e)},mathmlBuilder(r,e){return new D.MathNode("mpadded",[ae(r.body,e)],["vcenter"])}}),R({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(r,e,t){throw new z("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(r,e){for(var t=Nl(r),n=[],a=e.havingStyle(e.style.text()),s=0;s<t.length;s++){var l=t[s];l==="~"&&(l="\\textasciitilde"),n.push(A.makeSymbol(l,"Typewriter-Regular",r.mode,a,["mord","texttt"]))}return A.makeSpan(["mord","text"].concat(a.sizingClasses(e)),A.tryCombineChars(n),a)},mathmlBuilder(r,e){var t=new D.TextNode(Nl(r)),n=new D.MathNode("mtext",[t]);return n.setAttribute("mathvariant","monospace"),n}});var Nl=r=>r.body.replace(/ /g,r.star?"␣":" "),kt=Is,Ll=`[ \r
291
+ -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.")}};class sr{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(){var e=t=>t.toText();return this.children.map(e).join("")}}var Je={"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]}},Ir={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]},ks={Å:"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 Up(r,e){Je[r]=e}function wo(r,e,t){if(!Je[e])throw new Error("Font metrics not found for font: "+e+".");var n=r.charCodeAt(0),a=Je[e][n];if(!a&&r[0]in ks&&(n=ks[r[0]].charCodeAt(0),a=Je[e][n]),!a&&t==="text"&&vs(n)&&(a=Je[e][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var _o={};function Gp(r){var e;if(r>=5?e=0:r>=3?e=1:e=2,!_o[e]){var t=_o[e]={cssEmPerMu:Ir.quad[e]/18};for(var n in Ir)Ir.hasOwnProperty(n)&&(t[n]=Ir[n][e])}return _o[e]}var Zp=[[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]],ws=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],_s=function(e,t){return t.size<2?e:Zp[e-1][t.size-1]};class st{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||st.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=ws[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 n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return new st(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:_s(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:ws[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=_s(st.BASESIZE,e);return this.size===t&&this.textSize===st.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!==st.BASESIZE?["sizing","reset-size"+this.size,"size"+st.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=Gp(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}st.BASESIZE=6;var Co={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},Wp={ex:!0,em:!0,mu:!0},Cs=function(e){return typeof e!="string"&&(e=e.unit),e in Co||e in Wp||e==="ex"},ce=function(e,t){var n;if(e.unit in Co)n=Co[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(e.unit==="mu")n=t.fontMetrics().cssEmPerMu;else{var a;if(t.style.isTight()?a=t.havingStyle(t.style.text()):a=t,e.unit==="ex")n=a.fontMetrics().xHeight;else if(e.unit==="em")n=a.fontMetrics().quad;else throw new z("Invalid unit: '"+e.unit+"'");a!==t&&(n*=a.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*n,t.maxSize)},N=function(e){return+e.toFixed(4)+"em"},gt=function(e){return e.filter(t=>t).join(" ")},Ss=function(e,t,n){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=n||{},t){t.style.isTight()&&this.classes.push("mtight");var a=t.getColor();a&&(this.style.color=a)}},Es=function(e){var t=document.createElement(e);t.className=gt(this.classes);for(var n in this.style)this.style.hasOwnProperty(n)&&(t.style[n]=this.style[n]);for(var a in this.attributes)this.attributes.hasOwnProperty(a)&&t.setAttribute(a,this.attributes[a]);for(var s=0;s<this.children.length;s++)t.appendChild(this.children[s].toNode());return t},As=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+j.escape(gt(this.classes))+'"');var n="";for(var a in this.style)this.style.hasOwnProperty(a)&&(n+=j.hyphenate(a)+":"+this.style[a]+";");n&&(t+=' style="'+j.escape(n)+'"');for(var s in this.attributes)this.attributes.hasOwnProperty(s)&&(t+=" "+s+'="'+j.escape(this.attributes[s])+'"');t+=">";for(var l=0;l<this.children.length;l++)t+=this.children[l].toMarkup();return t+="</"+e+">",t};class lr{constructor(e,t,n,a){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,Ss.call(this,e,n,a),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return j.contains(this.classes,e)}toNode(){return Es.call(this,"span")}toMarkup(){return As.call(this,"span")}}class So{constructor(e,t,n,a){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,Ss.call(this,t,a),this.children=n||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return j.contains(this.classes,e)}toNode(){return Es.call(this,"a")}toMarkup(){return As.call(this,"a")}}class Yp{constructor(e,t,n){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=n}hasClass(e){return j.contains(this.classes,e)}toNode(){var e=document.createElement("img");e.src=this.src,e.alt=this.alt,e.className="mord";for(var t in 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 n in this.style)this.style.hasOwnProperty(n)&&(t+=j.hyphenate(n)+":"+this.style[n]+";");return t&&(e+=' style="'+j.escape(t)+'"'),e+="'/>",e}}var Xp={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"};class Ne{constructor(e,t,n,a,s,l,i,c){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=n||0,this.italic=a||0,this.skew=s||0,this.width=l||0,this.classes=i||[],this.style=c||{},this.maxFontSize=0;var d=zp(this.text.charCodeAt(0));d&&this.classes.push(d+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=Xp[this.text])}hasClass(e){return j.contains(this.classes,e)}toNode(){var e=document.createTextNode(this.text),t=null;this.italic>0&&(t=document.createElement("span"),t.style.marginRight=N(this.italic)),this.classes.length>0&&(t=t||document.createElement("span"),t.className=gt(this.classes));for(var n in this.style)this.style.hasOwnProperty(n)&&(t=t||document.createElement("span"),t.style[n]=this.style[n]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=j.escape(gt(this.classes)),t+='"');var n="";this.italic>0&&(n+="margin-right:"+this.italic+"em;");for(var a in this.style)this.style.hasOwnProperty(a)&&(n+=j.hyphenate(a)+":"+this.style[a]+";");n&&(e=!0,t+=' style="'+j.escape(n)+'"');var s=j.escape(this.text);return e?(t+=">",t+=s,t+="</span>",t):s}}class lt{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"svg");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&t.setAttribute(n,this.attributes[n]);for(var a=0;a<this.children.length;a++)t.appendChild(this.children[a].toNode());return t}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 n=0;n<this.children.length;n++)e+=this.children[n].toMarkup();return e+="</svg>",e}}class bt{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"path");return this.alternate?t.setAttribute("d",this.alternate):t.setAttribute("d",xs[this.pathName]),t}toMarkup(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+xs[this.pathName]+"'/>"}}class Eo{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"line");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&t.setAttribute(n,this.attributes[n]);return t}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");return e+="/>",e}}function Ts(r){if(r instanceof Ne)return r;throw new Error("Expected symbolNode but got "+String(r)+".")}function Kp(r){if(r instanceof lr)return r;throw new Error("Expected span<HtmlDomNode> but got "+String(r)+".")}var Jp={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Qp={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},se={math:{},text:{}};function u(r,e,t,n,a,s){se[r][a]={font:e,group:t,replace:n},s&&n&&(se[r][n]=se[r][a])}var h="math",M="text",m="main",v="ams",le="accent-token",I="bin",ke="close",jt="inner",$="mathord",fe="op-token",De="open",Pr="punct",x="rel",it="spacing",w="textord";u(h,m,x,"≡","\\equiv",!0),u(h,m,x,"≺","\\prec",!0),u(h,m,x,"≻","\\succ",!0),u(h,m,x,"∼","\\sim",!0),u(h,m,x,"⊥","\\perp"),u(h,m,x,"⪯","\\preceq",!0),u(h,m,x,"⪰","\\succeq",!0),u(h,m,x,"≃","\\simeq",!0),u(h,m,x,"∣","\\mid",!0),u(h,m,x,"≪","\\ll",!0),u(h,m,x,"≫","\\gg",!0),u(h,m,x,"≍","\\asymp",!0),u(h,m,x,"∥","\\parallel"),u(h,m,x,"⋈","\\bowtie",!0),u(h,m,x,"⌣","\\smile",!0),u(h,m,x,"⊑","\\sqsubseteq",!0),u(h,m,x,"⊒","\\sqsupseteq",!0),u(h,m,x,"≐","\\doteq",!0),u(h,m,x,"⌢","\\frown",!0),u(h,m,x,"∋","\\ni",!0),u(h,m,x,"∝","\\propto",!0),u(h,m,x,"⊢","\\vdash",!0),u(h,m,x,"⊣","\\dashv",!0),u(h,m,x,"∋","\\owns"),u(h,m,Pr,".","\\ldotp"),u(h,m,Pr,"⋅","\\cdotp"),u(h,m,w,"#","\\#"),u(M,m,w,"#","\\#"),u(h,m,w,"&","\\&"),u(M,m,w,"&","\\&"),u(h,m,w,"ℵ","\\aleph",!0),u(h,m,w,"∀","\\forall",!0),u(h,m,w,"ℏ","\\hbar",!0),u(h,m,w,"∃","\\exists",!0),u(h,m,w,"∇","\\nabla",!0),u(h,m,w,"♭","\\flat",!0),u(h,m,w,"ℓ","\\ell",!0),u(h,m,w,"♮","\\natural",!0),u(h,m,w,"♣","\\clubsuit",!0),u(h,m,w,"℘","\\wp",!0),u(h,m,w,"♯","\\sharp",!0),u(h,m,w,"♢","\\diamondsuit",!0),u(h,m,w,"ℜ","\\Re",!0),u(h,m,w,"♡","\\heartsuit",!0),u(h,m,w,"ℑ","\\Im",!0),u(h,m,w,"♠","\\spadesuit",!0),u(h,m,w,"§","\\S",!0),u(M,m,w,"§","\\S"),u(h,m,w,"¶","\\P",!0),u(M,m,w,"¶","\\P"),u(h,m,w,"†","\\dag"),u(M,m,w,"†","\\dag"),u(M,m,w,"†","\\textdagger"),u(h,m,w,"‡","\\ddag"),u(M,m,w,"‡","\\ddag"),u(M,m,w,"‡","\\textdaggerdbl"),u(h,m,ke,"⎱","\\rmoustache",!0),u(h,m,De,"⎰","\\lmoustache",!0),u(h,m,ke,"⟯","\\rgroup",!0),u(h,m,De,"⟮","\\lgroup",!0),u(h,m,I,"∓","\\mp",!0),u(h,m,I,"⊖","\\ominus",!0),u(h,m,I,"⊎","\\uplus",!0),u(h,m,I,"⊓","\\sqcap",!0),u(h,m,I,"∗","\\ast"),u(h,m,I,"⊔","\\sqcup",!0),u(h,m,I,"◯","\\bigcirc",!0),u(h,m,I,"∙","\\bullet",!0),u(h,m,I,"‡","\\ddagger"),u(h,m,I,"≀","\\wr",!0),u(h,m,I,"⨿","\\amalg"),u(h,m,I,"&","\\And"),u(h,m,x,"⟵","\\longleftarrow",!0),u(h,m,x,"⇐","\\Leftarrow",!0),u(h,m,x,"⟸","\\Longleftarrow",!0),u(h,m,x,"⟶","\\longrightarrow",!0),u(h,m,x,"⇒","\\Rightarrow",!0),u(h,m,x,"⟹","\\Longrightarrow",!0),u(h,m,x,"↔","\\leftrightarrow",!0),u(h,m,x,"⟷","\\longleftrightarrow",!0),u(h,m,x,"⇔","\\Leftrightarrow",!0),u(h,m,x,"⟺","\\Longleftrightarrow",!0),u(h,m,x,"↦","\\mapsto",!0),u(h,m,x,"⟼","\\longmapsto",!0),u(h,m,x,"↗","\\nearrow",!0),u(h,m,x,"↩","\\hookleftarrow",!0),u(h,m,x,"↪","\\hookrightarrow",!0),u(h,m,x,"↘","\\searrow",!0),u(h,m,x,"↼","\\leftharpoonup",!0),u(h,m,x,"⇀","\\rightharpoonup",!0),u(h,m,x,"↙","\\swarrow",!0),u(h,m,x,"↽","\\leftharpoondown",!0),u(h,m,x,"⇁","\\rightharpoondown",!0),u(h,m,x,"↖","\\nwarrow",!0),u(h,m,x,"⇌","\\rightleftharpoons",!0),u(h,v,x,"≮","\\nless",!0),u(h,v,x,"","\\@nleqslant"),u(h,v,x,"","\\@nleqq"),u(h,v,x,"⪇","\\lneq",!0),u(h,v,x,"≨","\\lneqq",!0),u(h,v,x,"","\\@lvertneqq"),u(h,v,x,"⋦","\\lnsim",!0),u(h,v,x,"⪉","\\lnapprox",!0),u(h,v,x,"⊀","\\nprec",!0),u(h,v,x,"⋠","\\npreceq",!0),u(h,v,x,"⋨","\\precnsim",!0),u(h,v,x,"⪹","\\precnapprox",!0),u(h,v,x,"≁","\\nsim",!0),u(h,v,x,"","\\@nshortmid"),u(h,v,x,"∤","\\nmid",!0),u(h,v,x,"⊬","\\nvdash",!0),u(h,v,x,"⊭","\\nvDash",!0),u(h,v,x,"⋪","\\ntriangleleft"),u(h,v,x,"⋬","\\ntrianglelefteq",!0),u(h,v,x,"⊊","\\subsetneq",!0),u(h,v,x,"","\\@varsubsetneq"),u(h,v,x,"⫋","\\subsetneqq",!0),u(h,v,x,"","\\@varsubsetneqq"),u(h,v,x,"≯","\\ngtr",!0),u(h,v,x,"","\\@ngeqslant"),u(h,v,x,"","\\@ngeqq"),u(h,v,x,"⪈","\\gneq",!0),u(h,v,x,"≩","\\gneqq",!0),u(h,v,x,"","\\@gvertneqq"),u(h,v,x,"⋧","\\gnsim",!0),u(h,v,x,"⪊","\\gnapprox",!0),u(h,v,x,"⊁","\\nsucc",!0),u(h,v,x,"⋡","\\nsucceq",!0),u(h,v,x,"⋩","\\succnsim",!0),u(h,v,x,"⪺","\\succnapprox",!0),u(h,v,x,"≆","\\ncong",!0),u(h,v,x,"","\\@nshortparallel"),u(h,v,x,"∦","\\nparallel",!0),u(h,v,x,"⊯","\\nVDash",!0),u(h,v,x,"⋫","\\ntriangleright"),u(h,v,x,"⋭","\\ntrianglerighteq",!0),u(h,v,x,"","\\@nsupseteqq"),u(h,v,x,"⊋","\\supsetneq",!0),u(h,v,x,"","\\@varsupsetneq"),u(h,v,x,"⫌","\\supsetneqq",!0),u(h,v,x,"","\\@varsupsetneqq"),u(h,v,x,"⊮","\\nVdash",!0),u(h,v,x,"⪵","\\precneqq",!0),u(h,v,x,"⪶","\\succneqq",!0),u(h,v,x,"","\\@nsubseteqq"),u(h,v,I,"⊴","\\unlhd"),u(h,v,I,"⊵","\\unrhd"),u(h,v,x,"↚","\\nleftarrow",!0),u(h,v,x,"↛","\\nrightarrow",!0),u(h,v,x,"⇍","\\nLeftarrow",!0),u(h,v,x,"⇏","\\nRightarrow",!0),u(h,v,x,"↮","\\nleftrightarrow",!0),u(h,v,x,"⇎","\\nLeftrightarrow",!0),u(h,v,x,"△","\\vartriangle"),u(h,v,w,"ℏ","\\hslash"),u(h,v,w,"▽","\\triangledown"),u(h,v,w,"◊","\\lozenge"),u(h,v,w,"Ⓢ","\\circledS"),u(h,v,w,"®","\\circledR"),u(M,v,w,"®","\\circledR"),u(h,v,w,"∡","\\measuredangle",!0),u(h,v,w,"∄","\\nexists"),u(h,v,w,"℧","\\mho"),u(h,v,w,"Ⅎ","\\Finv",!0),u(h,v,w,"⅁","\\Game",!0),u(h,v,w,"‵","\\backprime"),u(h,v,w,"▲","\\blacktriangle"),u(h,v,w,"▼","\\blacktriangledown"),u(h,v,w,"■","\\blacksquare"),u(h,v,w,"⧫","\\blacklozenge"),u(h,v,w,"★","\\bigstar"),u(h,v,w,"∢","\\sphericalangle",!0),u(h,v,w,"∁","\\complement",!0),u(h,v,w,"ð","\\eth",!0),u(M,m,w,"ð","ð"),u(h,v,w,"╱","\\diagup"),u(h,v,w,"╲","\\diagdown"),u(h,v,w,"□","\\square"),u(h,v,w,"□","\\Box"),u(h,v,w,"◊","\\Diamond"),u(h,v,w,"¥","\\yen",!0),u(M,v,w,"¥","\\yen",!0),u(h,v,w,"✓","\\checkmark",!0),u(M,v,w,"✓","\\checkmark"),u(h,v,w,"ℶ","\\beth",!0),u(h,v,w,"ℸ","\\daleth",!0),u(h,v,w,"ℷ","\\gimel",!0),u(h,v,w,"ϝ","\\digamma",!0),u(h,v,w,"ϰ","\\varkappa"),u(h,v,De,"┌","\\@ulcorner",!0),u(h,v,ke,"┐","\\@urcorner",!0),u(h,v,De,"└","\\@llcorner",!0),u(h,v,ke,"┘","\\@lrcorner",!0),u(h,v,x,"≦","\\leqq",!0),u(h,v,x,"⩽","\\leqslant",!0),u(h,v,x,"⪕","\\eqslantless",!0),u(h,v,x,"≲","\\lesssim",!0),u(h,v,x,"⪅","\\lessapprox",!0),u(h,v,x,"≊","\\approxeq",!0),u(h,v,I,"⋖","\\lessdot"),u(h,v,x,"⋘","\\lll",!0),u(h,v,x,"≶","\\lessgtr",!0),u(h,v,x,"⋚","\\lesseqgtr",!0),u(h,v,x,"⪋","\\lesseqqgtr",!0),u(h,v,x,"≑","\\doteqdot"),u(h,v,x,"≓","\\risingdotseq",!0),u(h,v,x,"≒","\\fallingdotseq",!0),u(h,v,x,"∽","\\backsim",!0),u(h,v,x,"⋍","\\backsimeq",!0),u(h,v,x,"⫅","\\subseteqq",!0),u(h,v,x,"⋐","\\Subset",!0),u(h,v,x,"⊏","\\sqsubset",!0),u(h,v,x,"≼","\\preccurlyeq",!0),u(h,v,x,"⋞","\\curlyeqprec",!0),u(h,v,x,"≾","\\precsim",!0),u(h,v,x,"⪷","\\precapprox",!0),u(h,v,x,"⊲","\\vartriangleleft"),u(h,v,x,"⊴","\\trianglelefteq"),u(h,v,x,"⊨","\\vDash",!0),u(h,v,x,"⊪","\\Vvdash",!0),u(h,v,x,"⌣","\\smallsmile"),u(h,v,x,"⌢","\\smallfrown"),u(h,v,x,"≏","\\bumpeq",!0),u(h,v,x,"≎","\\Bumpeq",!0),u(h,v,x,"≧","\\geqq",!0),u(h,v,x,"⩾","\\geqslant",!0),u(h,v,x,"⪖","\\eqslantgtr",!0),u(h,v,x,"≳","\\gtrsim",!0),u(h,v,x,"⪆","\\gtrapprox",!0),u(h,v,I,"⋗","\\gtrdot"),u(h,v,x,"⋙","\\ggg",!0),u(h,v,x,"≷","\\gtrless",!0),u(h,v,x,"⋛","\\gtreqless",!0),u(h,v,x,"⪌","\\gtreqqless",!0),u(h,v,x,"≖","\\eqcirc",!0),u(h,v,x,"≗","\\circeq",!0),u(h,v,x,"≜","\\triangleq",!0),u(h,v,x,"∼","\\thicksim"),u(h,v,x,"≈","\\thickapprox"),u(h,v,x,"⫆","\\supseteqq",!0),u(h,v,x,"⋑","\\Supset",!0),u(h,v,x,"⊐","\\sqsupset",!0),u(h,v,x,"≽","\\succcurlyeq",!0),u(h,v,x,"⋟","\\curlyeqsucc",!0),u(h,v,x,"≿","\\succsim",!0),u(h,v,x,"⪸","\\succapprox",!0),u(h,v,x,"⊳","\\vartriangleright"),u(h,v,x,"⊵","\\trianglerighteq"),u(h,v,x,"⊩","\\Vdash",!0),u(h,v,x,"∣","\\shortmid"),u(h,v,x,"∥","\\shortparallel"),u(h,v,x,"≬","\\between",!0),u(h,v,x,"⋔","\\pitchfork",!0),u(h,v,x,"∝","\\varpropto"),u(h,v,x,"◀","\\blacktriangleleft"),u(h,v,x,"∴","\\therefore",!0),u(h,v,x,"∍","\\backepsilon"),u(h,v,x,"▶","\\blacktriangleright"),u(h,v,x,"∵","\\because",!0),u(h,v,x,"⋘","\\llless"),u(h,v,x,"⋙","\\gggtr"),u(h,v,I,"⊲","\\lhd"),u(h,v,I,"⊳","\\rhd"),u(h,v,x,"≂","\\eqsim",!0),u(h,m,x,"⋈","\\Join"),u(h,v,x,"≑","\\Doteq",!0),u(h,v,I,"∔","\\dotplus",!0),u(h,v,I,"∖","\\smallsetminus"),u(h,v,I,"⋒","\\Cap",!0),u(h,v,I,"⋓","\\Cup",!0),u(h,v,I,"⩞","\\doublebarwedge",!0),u(h,v,I,"⊟","\\boxminus",!0),u(h,v,I,"⊞","\\boxplus",!0),u(h,v,I,"⋇","\\divideontimes",!0),u(h,v,I,"⋉","\\ltimes",!0),u(h,v,I,"⋊","\\rtimes",!0),u(h,v,I,"⋋","\\leftthreetimes",!0),u(h,v,I,"⋌","\\rightthreetimes",!0),u(h,v,I,"⋏","\\curlywedge",!0),u(h,v,I,"⋎","\\curlyvee",!0),u(h,v,I,"⊝","\\circleddash",!0),u(h,v,I,"⊛","\\circledast",!0),u(h,v,I,"⋅","\\centerdot"),u(h,v,I,"⊺","\\intercal",!0),u(h,v,I,"⋒","\\doublecap"),u(h,v,I,"⋓","\\doublecup"),u(h,v,I,"⊠","\\boxtimes",!0),u(h,v,x,"⇢","\\dashrightarrow",!0),u(h,v,x,"⇠","\\dashleftarrow",!0),u(h,v,x,"⇇","\\leftleftarrows",!0),u(h,v,x,"⇆","\\leftrightarrows",!0),u(h,v,x,"⇚","\\Lleftarrow",!0),u(h,v,x,"↞","\\twoheadleftarrow",!0),u(h,v,x,"↢","\\leftarrowtail",!0),u(h,v,x,"↫","\\looparrowleft",!0),u(h,v,x,"⇋","\\leftrightharpoons",!0),u(h,v,x,"↶","\\curvearrowleft",!0),u(h,v,x,"↺","\\circlearrowleft",!0),u(h,v,x,"↰","\\Lsh",!0),u(h,v,x,"⇈","\\upuparrows",!0),u(h,v,x,"↿","\\upharpoonleft",!0),u(h,v,x,"⇃","\\downharpoonleft",!0),u(h,m,x,"⊶","\\origof",!0),u(h,m,x,"⊷","\\imageof",!0),u(h,v,x,"⊸","\\multimap",!0),u(h,v,x,"↭","\\leftrightsquigarrow",!0),u(h,v,x,"⇉","\\rightrightarrows",!0),u(h,v,x,"⇄","\\rightleftarrows",!0),u(h,v,x,"↠","\\twoheadrightarrow",!0),u(h,v,x,"↣","\\rightarrowtail",!0),u(h,v,x,"↬","\\looparrowright",!0),u(h,v,x,"↷","\\curvearrowright",!0),u(h,v,x,"↻","\\circlearrowright",!0),u(h,v,x,"↱","\\Rsh",!0),u(h,v,x,"⇊","\\downdownarrows",!0),u(h,v,x,"↾","\\upharpoonright",!0),u(h,v,x,"⇂","\\downharpoonright",!0),u(h,v,x,"⇝","\\rightsquigarrow",!0),u(h,v,x,"⇝","\\leadsto"),u(h,v,x,"⇛","\\Rrightarrow",!0),u(h,v,x,"↾","\\restriction"),u(h,m,w,"‘","`"),u(h,m,w,"$","\\$"),u(M,m,w,"$","\\$"),u(M,m,w,"$","\\textdollar"),u(h,m,w,"%","\\%"),u(M,m,w,"%","\\%"),u(h,m,w,"_","\\_"),u(M,m,w,"_","\\_"),u(M,m,w,"_","\\textunderscore"),u(h,m,w,"∠","\\angle",!0),u(h,m,w,"∞","\\infty",!0),u(h,m,w,"′","\\prime"),u(h,m,w,"△","\\triangle"),u(h,m,w,"Γ","\\Gamma",!0),u(h,m,w,"Δ","\\Delta",!0),u(h,m,w,"Θ","\\Theta",!0),u(h,m,w,"Λ","\\Lambda",!0),u(h,m,w,"Ξ","\\Xi",!0),u(h,m,w,"Π","\\Pi",!0),u(h,m,w,"Σ","\\Sigma",!0),u(h,m,w,"Υ","\\Upsilon",!0),u(h,m,w,"Φ","\\Phi",!0),u(h,m,w,"Ψ","\\Psi",!0),u(h,m,w,"Ω","\\Omega",!0),u(h,m,w,"A","Α"),u(h,m,w,"B","Β"),u(h,m,w,"E","Ε"),u(h,m,w,"Z","Ζ"),u(h,m,w,"H","Η"),u(h,m,w,"I","Ι"),u(h,m,w,"K","Κ"),u(h,m,w,"M","Μ"),u(h,m,w,"N","Ν"),u(h,m,w,"O","Ο"),u(h,m,w,"P","Ρ"),u(h,m,w,"T","Τ"),u(h,m,w,"X","Χ"),u(h,m,w,"¬","\\neg",!0),u(h,m,w,"¬","\\lnot"),u(h,m,w,"⊤","\\top"),u(h,m,w,"⊥","\\bot"),u(h,m,w,"∅","\\emptyset"),u(h,v,w,"∅","\\varnothing"),u(h,m,$,"α","\\alpha",!0),u(h,m,$,"β","\\beta",!0),u(h,m,$,"γ","\\gamma",!0),u(h,m,$,"δ","\\delta",!0),u(h,m,$,"ϵ","\\epsilon",!0),u(h,m,$,"ζ","\\zeta",!0),u(h,m,$,"η","\\eta",!0),u(h,m,$,"θ","\\theta",!0),u(h,m,$,"ι","\\iota",!0),u(h,m,$,"κ","\\kappa",!0),u(h,m,$,"λ","\\lambda",!0),u(h,m,$,"μ","\\mu",!0),u(h,m,$,"ν","\\nu",!0),u(h,m,$,"ξ","\\xi",!0),u(h,m,$,"ο","\\omicron",!0),u(h,m,$,"π","\\pi",!0),u(h,m,$,"ρ","\\rho",!0),u(h,m,$,"σ","\\sigma",!0),u(h,m,$,"τ","\\tau",!0),u(h,m,$,"υ","\\upsilon",!0),u(h,m,$,"ϕ","\\phi",!0),u(h,m,$,"χ","\\chi",!0),u(h,m,$,"ψ","\\psi",!0),u(h,m,$,"ω","\\omega",!0),u(h,m,$,"ε","\\varepsilon",!0),u(h,m,$,"ϑ","\\vartheta",!0),u(h,m,$,"ϖ","\\varpi",!0),u(h,m,$,"ϱ","\\varrho",!0),u(h,m,$,"ς","\\varsigma",!0),u(h,m,$,"φ","\\varphi",!0),u(h,m,I,"∗","*",!0),u(h,m,I,"+","+"),u(h,m,I,"−","-",!0),u(h,m,I,"⋅","\\cdot",!0),u(h,m,I,"∘","\\circ",!0),u(h,m,I,"÷","\\div",!0),u(h,m,I,"±","\\pm",!0),u(h,m,I,"×","\\times",!0),u(h,m,I,"∩","\\cap",!0),u(h,m,I,"∪","\\cup",!0),u(h,m,I,"∖","\\setminus",!0),u(h,m,I,"∧","\\land"),u(h,m,I,"∨","\\lor"),u(h,m,I,"∧","\\wedge",!0),u(h,m,I,"∨","\\vee",!0),u(h,m,w,"√","\\surd"),u(h,m,De,"⟨","\\langle",!0),u(h,m,De,"∣","\\lvert"),u(h,m,De,"∥","\\lVert"),u(h,m,ke,"?","?"),u(h,m,ke,"!","!"),u(h,m,ke,"⟩","\\rangle",!0),u(h,m,ke,"∣","\\rvert"),u(h,m,ke,"∥","\\rVert"),u(h,m,x,"=","="),u(h,m,x,":",":"),u(h,m,x,"≈","\\approx",!0),u(h,m,x,"≅","\\cong",!0),u(h,m,x,"≥","\\ge"),u(h,m,x,"≥","\\geq",!0),u(h,m,x,"←","\\gets"),u(h,m,x,">","\\gt",!0),u(h,m,x,"∈","\\in",!0),u(h,m,x,"","\\@not"),u(h,m,x,"⊂","\\subset",!0),u(h,m,x,"⊃","\\supset",!0),u(h,m,x,"⊆","\\subseteq",!0),u(h,m,x,"⊇","\\supseteq",!0),u(h,v,x,"⊈","\\nsubseteq",!0),u(h,v,x,"⊉","\\nsupseteq",!0),u(h,m,x,"⊨","\\models"),u(h,m,x,"←","\\leftarrow",!0),u(h,m,x,"≤","\\le"),u(h,m,x,"≤","\\leq",!0),u(h,m,x,"<","\\lt",!0),u(h,m,x,"→","\\rightarrow",!0),u(h,m,x,"→","\\to"),u(h,v,x,"≱","\\ngeq",!0),u(h,v,x,"≰","\\nleq",!0),u(h,m,it," ","\\ "),u(h,m,it," ","\\space"),u(h,m,it," ","\\nobreakspace"),u(M,m,it," ","\\ "),u(M,m,it," "," "),u(M,m,it," ","\\space"),u(M,m,it," ","\\nobreakspace"),u(h,m,it,null,"\\nobreak"),u(h,m,it,null,"\\allowbreak"),u(h,m,Pr,",",","),u(h,m,Pr,";",";"),u(h,v,I,"⊼","\\barwedge",!0),u(h,v,I,"⊻","\\veebar",!0),u(h,m,I,"⊙","\\odot",!0),u(h,m,I,"⊕","\\oplus",!0),u(h,m,I,"⊗","\\otimes",!0),u(h,m,w,"∂","\\partial",!0),u(h,m,I,"⊘","\\oslash",!0),u(h,v,I,"⊚","\\circledcirc",!0),u(h,v,I,"⊡","\\boxdot",!0),u(h,m,I,"△","\\bigtriangleup"),u(h,m,I,"▽","\\bigtriangledown"),u(h,m,I,"†","\\dagger"),u(h,m,I,"⋄","\\diamond"),u(h,m,I,"⋆","\\star"),u(h,m,I,"◃","\\triangleleft"),u(h,m,I,"▹","\\triangleright"),u(h,m,De,"{","\\{"),u(M,m,w,"{","\\{"),u(M,m,w,"{","\\textbraceleft"),u(h,m,ke,"}","\\}"),u(M,m,w,"}","\\}"),u(M,m,w,"}","\\textbraceright"),u(h,m,De,"{","\\lbrace"),u(h,m,ke,"}","\\rbrace"),u(h,m,De,"[","\\lbrack",!0),u(M,m,w,"[","\\lbrack",!0),u(h,m,ke,"]","\\rbrack",!0),u(M,m,w,"]","\\rbrack",!0),u(h,m,De,"(","\\lparen",!0),u(h,m,ke,")","\\rparen",!0),u(M,m,w,"<","\\textless",!0),u(M,m,w,">","\\textgreater",!0),u(h,m,De,"⌊","\\lfloor",!0),u(h,m,ke,"⌋","\\rfloor",!0),u(h,m,De,"⌈","\\lceil",!0),u(h,m,ke,"⌉","\\rceil",!0),u(h,m,w,"\\","\\backslash"),u(h,m,w,"∣","|"),u(h,m,w,"∣","\\vert"),u(M,m,w,"|","\\textbar",!0),u(h,m,w,"∥","\\|"),u(h,m,w,"∥","\\Vert"),u(M,m,w,"∥","\\textbardbl"),u(M,m,w,"~","\\textasciitilde"),u(M,m,w,"\\","\\textbackslash"),u(M,m,w,"^","\\textasciicircum"),u(h,m,x,"↑","\\uparrow",!0),u(h,m,x,"⇑","\\Uparrow",!0),u(h,m,x,"↓","\\downarrow",!0),u(h,m,x,"⇓","\\Downarrow",!0),u(h,m,x,"↕","\\updownarrow",!0),u(h,m,x,"⇕","\\Updownarrow",!0),u(h,m,fe,"∐","\\coprod"),u(h,m,fe,"⋁","\\bigvee"),u(h,m,fe,"⋀","\\bigwedge"),u(h,m,fe,"⨄","\\biguplus"),u(h,m,fe,"⋂","\\bigcap"),u(h,m,fe,"⋃","\\bigcup"),u(h,m,fe,"∫","\\int"),u(h,m,fe,"∫","\\intop"),u(h,m,fe,"∬","\\iint"),u(h,m,fe,"∭","\\iiint"),u(h,m,fe,"∏","\\prod"),u(h,m,fe,"∑","\\sum"),u(h,m,fe,"⨂","\\bigotimes"),u(h,m,fe,"⨁","\\bigoplus"),u(h,m,fe,"⨀","\\bigodot"),u(h,m,fe,"∮","\\oint"),u(h,m,fe,"∯","\\oiint"),u(h,m,fe,"∰","\\oiiint"),u(h,m,fe,"⨆","\\bigsqcup"),u(h,m,fe,"∫","\\smallint"),u(M,m,jt,"…","\\textellipsis"),u(h,m,jt,"…","\\mathellipsis"),u(M,m,jt,"…","\\ldots",!0),u(h,m,jt,"…","\\ldots",!0),u(h,m,jt,"⋯","\\@cdots",!0),u(h,m,jt,"⋱","\\ddots",!0),u(h,m,w,"⋮","\\varvdots"),u(h,m,le,"ˊ","\\acute"),u(h,m,le,"ˋ","\\grave"),u(h,m,le,"¨","\\ddot"),u(h,m,le,"~","\\tilde"),u(h,m,le,"ˉ","\\bar"),u(h,m,le,"˘","\\breve"),u(h,m,le,"ˇ","\\check"),u(h,m,le,"^","\\hat"),u(h,m,le,"⃗","\\vec"),u(h,m,le,"˙","\\dot"),u(h,m,le,"˚","\\mathring"),u(h,m,$,"","\\@imath"),u(h,m,$,"","\\@jmath"),u(h,m,w,"ı","ı"),u(h,m,w,"ȷ","ȷ"),u(M,m,w,"ı","\\i",!0),u(M,m,w,"ȷ","\\j",!0),u(M,m,w,"ß","\\ss",!0),u(M,m,w,"æ","\\ae",!0),u(M,m,w,"œ","\\oe",!0),u(M,m,w,"ø","\\o",!0),u(M,m,w,"Æ","\\AE",!0),u(M,m,w,"Œ","\\OE",!0),u(M,m,w,"Ø","\\O",!0),u(M,m,le,"ˊ","\\'"),u(M,m,le,"ˋ","\\`"),u(M,m,le,"ˆ","\\^"),u(M,m,le,"˜","\\~"),u(M,m,le,"ˉ","\\="),u(M,m,le,"˘","\\u"),u(M,m,le,"˙","\\."),u(M,m,le,"¸","\\c"),u(M,m,le,"˚","\\r"),u(M,m,le,"ˇ","\\v"),u(M,m,le,"¨",'\\"'),u(M,m,le,"˝","\\H"),u(M,m,le,"◯","\\textcircled");var Bs={"--":!0,"---":!0,"``":!0,"''":!0};u(M,m,w,"–","--",!0),u(M,m,w,"–","\\textendash"),u(M,m,w,"—","---",!0),u(M,m,w,"—","\\textemdash"),u(M,m,w,"‘","`",!0),u(M,m,w,"‘","\\textquoteleft"),u(M,m,w,"’","'",!0),u(M,m,w,"’","\\textquoteright"),u(M,m,w,"“","``",!0),u(M,m,w,"“","\\textquotedblleft"),u(M,m,w,"”","''",!0),u(M,m,w,"”","\\textquotedblright"),u(h,m,w,"°","\\degree",!0),u(M,m,w,"°","\\degree"),u(M,m,w,"°","\\textdegree",!0),u(h,m,w,"£","\\pounds"),u(h,m,w,"£","\\mathsterling",!0),u(M,m,w,"£","\\pounds"),u(M,m,w,"£","\\textsterling",!0),u(h,v,w,"✠","\\maltese"),u(M,v,w,"✠","\\maltese");for(var Ms='0123456789/@."',Ao=0;Ao<Ms.length;Ao++){var Vs=Ms.charAt(Ao);u(h,m,w,Vs,Vs)}for(var Ds='0123456789!@*()-=+";:?/.,',To=0;To<Ds.length;To++){var qs=Ds.charAt(To);u(M,m,w,qs,qs)}for(var Or="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Bo=0;Bo<Or.length;Bo++){var $r=Or.charAt(Bo);u(h,m,$,$r,$r),u(M,m,w,$r,$r)}u(h,v,w,"C","ℂ"),u(M,v,w,"C","ℂ"),u(h,v,w,"H","ℍ"),u(M,v,w,"H","ℍ"),u(h,v,w,"N","ℕ"),u(M,v,w,"N","ℕ"),u(h,v,w,"P","ℙ"),u(M,v,w,"P","ℙ"),u(h,v,w,"Q","ℚ"),u(M,v,w,"Q","ℚ"),u(h,v,w,"R","ℝ"),u(M,v,w,"R","ℝ"),u(h,v,w,"Z","ℤ"),u(M,v,w,"Z","ℤ"),u(h,m,$,"h","ℎ"),u(M,m,$,"h","ℎ");for(var G="",Se=0;Se<Or.length;Se++){var pe=Or.charAt(Se);G=String.fromCharCode(55349,56320+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56372+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56424+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56580+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56736+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56788+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56840+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56944+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),Se<26&&(G=String.fromCharCode(55349,56632+Se),u(h,m,$,pe,G),u(M,m,w,pe,G),G=String.fromCharCode(55349,56476+Se),u(h,m,$,pe,G),u(M,m,w,pe,G))}G=String.fromCharCode(55349,56668),u(h,m,$,"k",G),u(M,m,w,"k",G);for(var Mt=0;Mt<10;Mt++){var yt=Mt.toString();G=String.fromCharCode(55349,57294+Mt),u(h,m,$,yt,G),u(M,m,w,yt,G),G=String.fromCharCode(55349,57314+Mt),u(h,m,$,yt,G),u(M,m,w,yt,G),G=String.fromCharCode(55349,57324+Mt),u(h,m,$,yt,G),u(M,m,w,yt,G),G=String.fromCharCode(55349,57334+Mt),u(h,m,$,yt,G),u(M,m,w,yt,G)}for(var Mo="ÐÞþ",Vo=0;Vo<Mo.length;Vo++){var Hr=Mo.charAt(Vo);u(h,m,$,Hr,Hr),u(M,m,w,Hr,Hr)}var jr=[["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"],["","",""],["","",""],["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"]],zs=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],em=function(e,t){var n=e.charCodeAt(0),a=e.charCodeAt(1),s=(n-55296)*1024+(a-56320)+65536,l=t==="math"?0:1;if(119808<=s&&s<120484){var i=Math.floor((s-119808)/26);return[jr[i][2],jr[i][l]]}else if(120782<=s&&s<=120831){var c=Math.floor((s-120782)/10);return[zs[c][2],zs[c][l]]}else{if(s===120485||s===120486)return[jr[0][2],jr[0][l]];if(120486<s&&s<120782)return["",""];throw new z("Unsupported character: "+e)}},Ur=function(e,t,n){return se[n][e]&&se[n][e].replace&&(e=se[n][e].replace),{value:e,metrics:wo(e,t,n)}},$e=function(e,t,n,a,s){var l=Ur(e,t,n),i=l.metrics;e=l.value;var c;if(i){var d=i.italic;(n==="text"||a&&a.font==="mathit")&&(d=0),c=new Ne(e,i.height,i.depth,d,i.skew,i.width,s)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+e+"' in style '"+t+"' and mode '"+n+"'")),c=new Ne(e,0,0,0,0,0,s);if(a){c.maxFontSize=a.sizeMultiplier,a.style.isTight()&&c.classes.push("mtight");var f=a.getColor();f&&(c.style.color=f)}return c},tm=function(e,t,n,a){return a===void 0&&(a=[]),n.font==="boldsymbol"&&Ur(e,"Main-Bold",t).metrics?$e(e,"Main-Bold",t,n,a.concat(["mathbf"])):e==="\\"||se[t][e].font==="main"?$e(e,"Main-Regular",t,n,a):$e(e,"AMS-Regular",t,n,a.concat(["amsrm"]))},rm=function(e,t,n,a,s){return s!=="textord"&&Ur(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},nm=function(e,t,n){var a=e.mode,s=e.text,l=["mord"],i=a==="math"||a==="text"&&t.font,c=i?t.font:t.fontFamily;if(s.charCodeAt(0)===55349){var[d,f]=em(s,a);return $e(s,d,a,t,l.concat(f))}else if(c){var p,b;if(c==="boldsymbol"){var g=rm(s,a,t,l,n);p=g.fontName,b=[g.fontClass]}else i?(p=Rs[c].fontName,b=[c]):(p=Gr(c,t.fontWeight,t.fontShape),b=[c,t.fontWeight,t.fontShape]);if(Ur(s,p,a).metrics)return $e(s,p,a,t,l.concat(b));if(Bs.hasOwnProperty(s)&&p.slice(0,10)==="Typewriter"){for(var k=[],S=0;S<s.length;S++)k.push($e(s[S],p,a,t,l.concat(b)));return Ls(k)}}if(n==="mathord")return $e(s,"Math-Italic",a,t,l.concat(["mathnormal"]));if(n==="textord"){var _=se[a][s]&&se[a][s].font;if(_==="ams"){var C=Gr("amsrm",t.fontWeight,t.fontShape);return $e(s,C,a,t,l.concat("amsrm",t.fontWeight,t.fontShape))}else if(_==="main"||!_){var E=Gr("textrm",t.fontWeight,t.fontShape);return $e(s,E,a,t,l.concat(t.fontWeight,t.fontShape))}else{var T=Gr(_,t.fontWeight,t.fontShape);return $e(s,T,a,t,l.concat(T,t.fontWeight,t.fontShape))}}else throw new Error("unexpected type: "+n+" in makeOrd")},om=(r,e)=>{if(gt(r.classes)!==gt(e.classes)||r.skew!==e.skew||r.maxFontSize!==e.maxFontSize)return!1;if(r.classes.length===1){var t=r.classes[0];if(t==="mbin"||t==="mord")return!1}for(var n in r.style)if(r.style.hasOwnProperty(n)&&r.style[n]!==e.style[n])return!1;for(var a in e.style)if(e.style.hasOwnProperty(a)&&r.style[a]!==e.style[a])return!1;return!0},am=r=>{for(var e=0;e<r.length-1;e++){var t=r[e],n=r[e+1];t instanceof Ne&&n instanceof Ne&&om(t,n)&&(t.text+=n.text,t.height=Math.max(t.height,n.height),t.depth=Math.max(t.depth,n.depth),t.italic=n.italic,r.splice(e+1,1),e--)}return r},Do=function(e){for(var t=0,n=0,a=0,s=0;s<e.children.length;s++){var l=e.children[s];l.height>t&&(t=l.height),l.depth>n&&(n=l.depth),l.maxFontSize>a&&(a=l.maxFontSize)}e.height=t,e.depth=n,e.maxFontSize=a},Ee=function(e,t,n,a){var s=new lr(e,t,n,a);return Do(s),s},Ns=(r,e,t,n)=>new lr(r,e,t,n),sm=function(e,t,n){var a=Ee([e],[],t);return a.height=Math.max(n||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),a.style.borderBottomWidth=N(a.height),a.maxFontSize=1,a},lm=function(e,t,n,a){var s=new So(e,t,n,a);return Do(s),s},Ls=function(e){var t=new sr(e);return Do(t),t},im=function(e,t){return e instanceof sr?Ee([],[e],t):e},cm=function(e){if(e.positionType==="individualShift"){for(var t=e.children,n=[t[0]],a=-t[0].shift-t[0].elem.depth,s=a,l=1;l<t.length;l++){var i=-t[l].shift-s-t[l].elem.depth,c=i-(t[l-1].elem.height+t[l-1].elem.depth);s=s+i,n.push({type:"kern",size:c}),n.push(t[l])}return{children:n,depth:a}}var d;if(e.positionType==="top"){for(var f=e.positionData,p=0;p<e.children.length;p++){var b=e.children[p];f-=b.type==="kern"?b.size:b.elem.height+b.elem.depth}d=f}else if(e.positionType==="bottom")d=-e.positionData;else{var g=e.children[0];if(g.type!=="elem")throw new Error('First child must have type "elem".');if(e.positionType==="shift")d=-g.elem.depth-e.positionData;else if(e.positionType==="firstBaseline")d=-g.elem.depth;else throw new Error("Invalid positionType "+e.positionType+".")}return{children:e.children,depth:d}},um=function(e,t){for(var{children:n,depth:a}=cm(e),s=0,l=0;l<n.length;l++){var i=n[l];if(i.type==="elem"){var c=i.elem;s=Math.max(s,c.maxFontSize,c.height)}}s+=2;var d=Ee(["pstrut"],[]);d.style.height=N(s);for(var f=[],p=a,b=a,g=a,k=0;k<n.length;k++){var S=n[k];if(S.type==="kern")g+=S.size;else{var _=S.elem,C=S.wrapperClasses||[],E=S.wrapperStyle||{},T=Ee(C,[d,_],void 0,E);T.style.top=N(-s-g-_.depth),S.marginLeft&&(T.style.marginLeft=S.marginLeft),S.marginRight&&(T.style.marginRight=S.marginRight),f.push(T),g+=_.height+_.depth}p=Math.min(p,g),b=Math.max(b,g)}var V=Ee(["vlist"],f);V.style.height=N(b);var L;if(p<0){var B=Ee([],[]),F=Ee(["vlist"],[B]);F.style.height=N(-p);var H=Ee(["vlist-s"],[new Ne("​")]);L=[Ee(["vlist-r"],[V,H]),Ee(["vlist-r"],[F])]}else L=[Ee(["vlist-r"],[V])];var K=Ee(["vlist-t"],L);return L.length===2&&K.classes.push("vlist-t2"),K.height=b,K.depth=-p,K},dm=(r,e)=>{var t=Ee(["mspace"],[],e),n=ce(r,e);return t.style.marginRight=N(n),t},Gr=function(e,t,n){var a="";switch(e){case"amsrm":a="AMS";break;case"textrm":a="Main";break;case"textsf":a="SansSerif";break;case"texttt":a="Typewriter";break;default:a=e}var s;return t==="textbf"&&n==="textit"?s="BoldItalic":t==="textbf"?s="Bold":t==="textit"?s="Italic":s="Regular",a+"-"+s},Rs={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"}},Fs={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},hm=function(e,t){var[n,a,s]=Fs[e],l=new bt(n),i=new lt([l],{width:N(a),height:N(s),style:"width:"+N(a),viewBox:"0 0 "+1e3*a+" "+1e3*s,preserveAspectRatio:"xMinYMin"}),c=Ns(["overlay"],[i],t);return c.height=s,c.style.height=N(s),c.style.width=N(a),c},A={fontMap:Rs,makeSymbol:$e,mathsym:tm,makeSpan:Ee,makeSvgSpan:Ns,makeLineSpan:sm,makeAnchor:lm,makeFragment:Ls,wrapFragment:im,makeVList:um,makeOrd:nm,makeGlue:dm,staticSvg:hm,svgData:Fs,tryCombineChars:am},ue={number:3,unit:"mu"},Vt={number:4,unit:"mu"},ct={number:5,unit:"mu"},fm={mord:{mop:ue,mbin:Vt,mrel:ct,minner:ue},mop:{mord:ue,mop:ue,mrel:ct,minner:ue},mbin:{mord:Vt,mop:Vt,mopen:Vt,minner:Vt},mrel:{mord:ct,mop:ct,mopen:ct,minner:ct},mopen:{},mclose:{mop:ue,mbin:Vt,mrel:ct,minner:ue},mpunct:{mord:ue,mop:ue,mrel:ct,mopen:ue,mclose:ue,mpunct:ue,minner:ue},minner:{mord:ue,mop:ue,mbin:Vt,mrel:ct,mopen:ue,mpunct:ue,minner:ue}},pm={mord:{mop:ue},mop:{mord:ue,mop:ue},mbin:{},mrel:{},mopen:{},mclose:{mop:ue},mpunct:{},minner:{mop:ue}},Is={},Zr={},Wr={};function R(r){for(var{type:e,names:t,props:n,handler:a,htmlBuilder:s,mathmlBuilder:l}=r,i={type:e,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:n.allowedInMath===void 0?!0:n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:a},c=0;c<t.length;++c)Is[t[c]]=i;e&&(s&&(Zr[e]=s),l&&(Wr[e]=l))}function Dt(r){var{type:e,htmlBuilder:t,mathmlBuilder:n}=r;R({type:e,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:t,mathmlBuilder:n})}var Yr=function(e){return e.type==="ordgroup"&&e.body.length===1?e.body[0]:e},de=function(e){return e.type==="ordgroup"?e.body:[e]},ut=A.makeSpan,mm=["leftmost","mbin","mopen","mrel","mop","mpunct"],gm=["rightmost","mrel","mclose","mpunct"],bm={display:O.DISPLAY,text:O.TEXT,script:O.SCRIPT,scriptscript:O.SCRIPTSCRIPT},ym={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},ge=function(e,t,n,a){a===void 0&&(a=[null,null]);for(var s=[],l=0;l<e.length;l++){var i=ee(e[l],t);if(i instanceof sr){var c=i.children;s.push(...c)}else s.push(i)}if(A.tryCombineChars(s),!n)return s;var d=t;if(e.length===1){var f=e[0];f.type==="sizing"?d=t.havingSize(f.size):f.type==="styling"&&(d=t.havingStyle(bm[f.style]))}var p=ut([a[0]||"leftmost"],[],t),b=ut([a[1]||"rightmost"],[],t),g=n==="root";return Ps(s,(k,S)=>{var _=S.classes[0],C=k.classes[0];_==="mbin"&&j.contains(gm,C)?S.classes[0]="mord":C==="mbin"&&j.contains(mm,_)&&(k.classes[0]="mord")},{node:p},b,g),Ps(s,(k,S)=>{var _=qo(S),C=qo(k),E=_&&C?k.hasClass("mtight")?pm[_][C]:fm[_][C]:null;if(E)return A.makeGlue(E,d)},{node:p},b,g),s},Ps=function r(e,t,n,a,s){a&&e.push(a);for(var l=0;l<e.length;l++){var i=e[l],c=Os(i);if(c){r(c.children,t,n,null,s);continue}var d=!i.hasClass("mspace");if(d){var f=t(i,n.node);f&&(n.insertAfter?n.insertAfter(f):(e.unshift(f),l++))}d?n.node=i:s&&i.hasClass("newline")&&(n.node=ut(["leftmost"])),n.insertAfter=(p=>b=>{e.splice(p+1,0,b),l++})(l)}a&&e.pop()},Os=function(e){return e instanceof sr||e instanceof So||e instanceof lr&&e.hasClass("enclosing")?e:null},vm=function r(e,t){var n=Os(e);if(n){var a=n.children;if(a.length){if(t==="right")return r(a[a.length-1],"right");if(t==="left")return r(a[0],"left")}}return e},qo=function(e,t){return e?(t&&(e=vm(e,t)),ym[e.classes[0]]||null):null},ir=function(e,t){var n=["nulldelimiter"].concat(e.baseSizingClasses());return ut(t.concat(n))},ee=function(e,t,n){if(!e)return ut();if(Zr[e.type]){var a=Zr[e.type](e,t);if(n&&t.size!==n.size){a=ut(t.sizingClasses(n),[a],t);var s=t.sizeMultiplier/n.sizeMultiplier;a.height*=s,a.depth*=s}return a}else throw new z("Got group of unknown type: '"+e.type+"'")};function Xr(r,e){var t=ut(["base"],r,e),n=ut(["strut"]);return n.style.height=N(t.height+t.depth),t.depth&&(n.style.verticalAlign=N(-t.depth)),t.children.unshift(n),t}function zo(r,e){var t=null;r.length===1&&r[0].type==="tag"&&(t=r[0].tag,r=r[0].body);var n=ge(r,e,"root"),a;n.length===2&&n[1].hasClass("tag")&&(a=n.pop());for(var s=[],l=[],i=0;i<n.length;i++)if(l.push(n[i]),n[i].hasClass("mbin")||n[i].hasClass("mrel")||n[i].hasClass("allowbreak")){for(var c=!1;i<n.length-1&&n[i+1].hasClass("mspace")&&!n[i+1].hasClass("newline");)i++,l.push(n[i]),n[i].hasClass("nobreak")&&(c=!0);c||(s.push(Xr(l,e)),l=[])}else n[i].hasClass("newline")&&(l.pop(),l.length>0&&(s.push(Xr(l,e)),l=[]),s.push(n[i]));l.length>0&&s.push(Xr(l,e));var d;t?(d=Xr(ge(t,e,!0)),d.classes=["tag"],s.push(d)):a&&s.push(a);var f=ut(["katex-html"],s);if(f.setAttribute("aria-hidden","true"),d){var p=d.children[0];p.style.height=N(f.height+f.depth),f.depth&&(p.style.verticalAlign=N(-f.depth))}return f}function $s(r){return new sr(r)}class Le{constructor(e,t,n){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=n||[]}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=gt(this.classes));for(var n=0;n<this.children.length;n++)e.appendChild(this.children[n].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(gt(this.classes))+'"'),e+=">";for(var n=0;n<this.children.length;n++)e+=this.children[n].toMarkup();return e+="</"+this.type+">",e}toText(){return this.children.map(e=>e.toText()).join("")}}class cr{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}}class xm{constructor(e){this.width=void 0,this.character=void 0,this.width=e,e>=.05555&&e<=.05556?this.character=" ":e>=.1666&&e<=.1667?this.character=" ":e>=.2222&&e<=.2223?this.character=" ":e>=.2777&&e<=.2778?this.character="  ":e>=-.05556&&e<=-.05555?this.character=" ⁣":e>=-.1667&&e<=-.1666?this.character=" ⁣":e>=-.2223&&e<=-.2222?this.character=" ⁣":e>=-.2778&&e<=-.2777?this.character=" ⁣":this.character=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",N(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+N(this.width)+'"/>'}toText(){return this.character?this.character:" "}}var D={MathNode:Le,TextNode:cr,SpaceNode:xm,newDocumentFragment:$s},Re=function(e,t,n){return se[t][e]&&se[t][e].replace&&e.charCodeAt(0)!==55349&&!(Bs.hasOwnProperty(e)&&n&&(n.fontFamily&&n.fontFamily.slice(4,6)==="tt"||n.font&&n.font.slice(4,6)==="tt"))&&(e=se[t][e].replace),new D.TextNode(e)},No=function(e){return e.length===1?e[0]:new D.MathNode("mrow",e)},Lo=function(e,t){if(t.fontFamily==="texttt")return"monospace";if(t.fontFamily==="textsf")return t.fontShape==="textit"&&t.fontWeight==="textbf"?"sans-serif-bold-italic":t.fontShape==="textit"?"sans-serif-italic":t.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(t.fontShape==="textit"&&t.fontWeight==="textbf")return"bold-italic";if(t.fontShape==="textit")return"italic";if(t.fontWeight==="textbf")return"bold";var n=t.font;if(!n||n==="mathnormal")return null;var a=e.mode;if(n==="mathit")return"italic";if(n==="boldsymbol")return e.type==="textord"?"bold":"bold-italic";if(n==="mathbf")return"bold";if(n==="mathbb")return"double-struck";if(n==="mathfrak")return"fraktur";if(n==="mathscr"||n==="mathcal")return"script";if(n==="mathsf")return"sans-serif";if(n==="mathtt")return"monospace";var s=e.text;if(j.contains(["\\imath","\\jmath"],s))return null;se[a][s]&&se[a][s].replace&&(s=se[a][s].replace);var l=A.fontMap[n].fontName;return wo(s,l,a)?A.fontMap[n].variant:null},Ae=function(e,t,n){if(e.length===1){var a=ae(e[0],t);return n&&a instanceof Le&&a.type==="mo"&&(a.setAttribute("lspace","0em"),a.setAttribute("rspace","0em")),[a]}for(var s=[],l,i=0;i<e.length;i++){var c=ae(e[i],t);if(c instanceof Le&&l instanceof Le){if(c.type==="mtext"&&l.type==="mtext"&&c.getAttribute("mathvariant")===l.getAttribute("mathvariant")){l.children.push(...c.children);continue}else if(c.type==="mn"&&l.type==="mn"){l.children.push(...c.children);continue}else if(c.type==="mi"&&c.children.length===1&&l.type==="mn"){var d=c.children[0];if(d instanceof cr&&d.text==="."){l.children.push(...c.children);continue}}else if(l.type==="mi"&&l.children.length===1){var f=l.children[0];if(f instanceof cr&&f.text==="̸"&&(c.type==="mo"||c.type==="mi"||c.type==="mn")){var p=c.children[0];p instanceof cr&&p.text.length>0&&(p.text=p.text.slice(0,1)+"̸"+p.text.slice(1),s.pop())}}}s.push(c),l=c}return s},vt=function(e,t,n){return No(Ae(e,t,n))},ae=function(e,t){if(!e)return new D.MathNode("mrow");if(Wr[e.type]){var n=Wr[e.type](e,t);return n}else throw new z("Got group of unknown type: '"+e.type+"'")};function Hs(r,e,t,n,a){var s=Ae(r,t),l;s.length===1&&s[0]instanceof Le&&j.contains(["mrow","mtable"],s[0].type)?l=s[0]:l=new D.MathNode("mrow",s);var i=new D.MathNode("annotation",[new D.TextNode(e)]);i.setAttribute("encoding","application/x-tex");var c=new D.MathNode("semantics",[l,i]),d=new D.MathNode("math",[c]);d.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&d.setAttribute("display","block");var f=a?"katex":"katex-mathml";return A.makeSpan([f],[d])}var js=function(e){return new st({style:e.displayMode?O.DISPLAY:O.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Us=function(e,t){if(t.displayMode){var n=["katex-display"];t.leqno&&n.push("leqno"),t.fleqn&&n.push("fleqn"),e=A.makeSpan(n,[e])}return e},km=function(e,t,n){var a=js(n),s;if(n.output==="mathml")return Hs(e,t,a,n.displayMode,!0);if(n.output==="html"){var l=zo(e,a);s=A.makeSpan(["katex"],[l])}else{var i=Hs(e,t,a,n.displayMode,!1),c=zo(e,a);s=A.makeSpan(["katex"],[i,c])}return Us(s,n)},wm=function(e,t,n){var a=js(n),s=zo(e,a),l=A.makeSpan(["katex"],[s]);return Us(l,n)},_m={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":"="},Cm=function(e){var t=new D.MathNode("mo",[new D.TextNode(_m[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},Sm={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]},Em=function(e){return e.type==="ordgroup"?e.body.length:1},Am=function(e,t){function n(){var i=4e5,c=e.label.slice(1);if(j.contains(["widehat","widecheck","widetilde","utilde"],c)){var d=e,f=Em(d.base),p,b,g;if(f>5)c==="widehat"||c==="widecheck"?(p=420,i=2364,g=.42,b=c+"4"):(p=312,i=2340,g=.34,b="tilde4");else{var k=[1,1,2,2,3,3][f];c==="widehat"||c==="widecheck"?(i=[0,1062,2364,2364,2364][k],p=[0,239,300,360,420][k],g=[0,.24,.3,.3,.36,.42][k],b=c+k):(i=[0,600,1033,2339,2340][k],p=[0,260,286,306,312][k],g=[0,.26,.286,.3,.306,.34][k],b="tilde"+k)}var S=new bt(b),_=new lt([S],{width:"100%",height:N(g),viewBox:"0 0 "+i+" "+p,preserveAspectRatio:"none"});return{span:A.makeSvgSpan([],[_],t),minWidth:0,height:g}}else{var C=[],E=Sm[c],[T,V,L]=E,B=L/1e3,F=T.length,H,K;if(F===1){var Z=E[3];H=["hide-tail"],K=[Z]}else if(F===2)H=["halfarrow-left","halfarrow-right"],K=["xMinYMin","xMaxYMin"];else if(F===3)H=["brace-left","brace-center","brace-right"],K=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
292
+ `+F+" children.");for(var X=0;X<F;X++){var oe=new bt(T[X]),he=new lt([oe],{width:"400em",height:N(B),viewBox:"0 0 "+i+" "+L,preserveAspectRatio:K[X]+" slice"}),q=A.makeSvgSpan([H[X]],[he],t);if(F===1)return{span:q,minWidth:V,height:B};q.style.height=N(B),C.push(q)}return{span:A.makeSpan(["stretchy"],C,t),minWidth:V,height:B}}}var{span:a,minWidth:s,height:l}=n();return a.height=l,a.style.height=N(l),s>0&&(a.style.minWidth=N(s)),a},Tm=function(e,t,n,a,s){var l,i=e.height+e.depth+n+a;if(/fbox|color|angl/.test(t)){if(l=A.makeSpan(["stretchy",t],[],s),t==="fbox"){var c=s.color&&s.getColor();c&&(l.style.borderColor=c)}}else{var d=[];/^[bx]cancel$/.test(t)&&d.push(new Eo({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&d.push(new Eo({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var f=new lt(d,{width:"100%",height:N(i)});l=A.makeSvgSpan([],[f],s)}return l.height=i,l.style.height=N(i),l},dt={encloseSpan:Tm,mathMLnode:Cm,svgSpan:Am};function Y(r,e){if(!r||r.type!==e)throw new Error("Expected node of type "+e+", but got "+(r?"node of type "+r.type:String(r)));return r}function Ro(r){var e=Kr(r);if(!e)throw new Error("Expected node of symbol group type, but got "+(r?"node of type "+r.type:String(r)));return e}function Kr(r){return r&&(r.type==="atom"||Qp.hasOwnProperty(r.type))?r:null}var Fo=(r,e)=>{var t,n,a;r&&r.type==="supsub"?(n=Y(r.base,"accent"),t=n.base,r.base=t,a=Kp(ee(r,e)),r.base=n):(n=Y(r,"accent"),t=n.base);var s=ee(t,e.havingCrampedStyle()),l=n.isShifty&&j.isCharacterBox(t),i=0;if(l){var c=j.getBaseElem(t),d=ee(c,e.havingCrampedStyle());i=Ts(d).skew}var f=n.label==="\\c",p=f?s.height+s.depth:Math.min(s.height,e.fontMetrics().xHeight),b;if(n.isStretchy)b=dt.svgSpan(n,e),b=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"elem",elem:b,wrapperClasses:["svg-align"],wrapperStyle:i>0?{width:"calc(100% - "+N(2*i)+")",marginLeft:N(2*i)}:void 0}]},e);else{var g,k;n.label==="\\vec"?(g=A.staticSvg("vec",e),k=A.svgData.vec[1]):(g=A.makeOrd({mode:n.mode,text:n.label},e,"textord"),g=Ts(g),g.italic=0,k=g.width,f&&(p+=g.depth)),b=A.makeSpan(["accent-body"],[g]);var S=n.label==="\\textcircled";S&&(b.classes.push("accent-full"),p=s.height);var _=i;S||(_-=k/2),b.style.left=N(_),n.label==="\\textcircled"&&(b.style.top=".2em"),b=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:-p},{type:"elem",elem:b}]},e)}var C=A.makeSpan(["mord","accent"],[b],e);return a?(a.children[0]=C,a.height=Math.max(C.height,a.height),a.classes[0]="mord",a):C},Gs=(r,e)=>{var t=r.isStretchy?dt.mathMLnode(r.label):new D.MathNode("mo",[Re(r.label,r.mode)]),n=new D.MathNode("mover",[ae(r.base,e),t]);return n.setAttribute("accent","true"),n},Bm=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(r=>"\\"+r).join("|"));R({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:(r,e)=>{var t=Yr(e[0]),n=!Bm.test(r.funcName),a=!n||r.funcName==="\\widehat"||r.funcName==="\\widetilde"||r.funcName==="\\widecheck";return{type:"accent",mode:r.parser.mode,label:r.funcName,isStretchy:n,isShifty:a,base:t}},htmlBuilder:Fo,mathmlBuilder:Gs}),R({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(r,e)=>{var t=e[0],n=r.parser.mode;return n==="math"&&(r.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+r.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:r.funcName,isStretchy:!1,isShifty:!0,base:t}},htmlBuilder:Fo,mathmlBuilder:Gs}),R({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0];return{type:"accentUnder",mode:t.mode,label:n,base:a}},htmlBuilder:(r,e)=>{var t=ee(r.base,e),n=dt.svgSpan(r,e),a=r.label==="\\utilde"?.12:0,s=A.makeVList({positionType:"top",positionData:t.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:a},{type:"elem",elem:t}]},e);return A.makeSpan(["mord","accentunder"],[s],e)},mathmlBuilder:(r,e)=>{var t=dt.mathMLnode(r.label),n=new D.MathNode("munder",[ae(r.base,e),t]);return n.setAttribute("accentunder","true"),n}});var Jr=r=>{var e=new D.MathNode("mpadded",r?[r]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};R({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(r,e,t){var{parser:n,funcName:a}=r;return{type:"xArrow",mode:n.mode,label:a,body:e[0],below:t[0]}},htmlBuilder(r,e){var t=e.style,n=e.havingStyle(t.sup()),a=A.wrapFragment(ee(r.body,n,e),e),s=r.label.slice(0,2)==="\\x"?"x":"cd";a.classes.push(s+"-arrow-pad");var l;r.below&&(n=e.havingStyle(t.sub()),l=A.wrapFragment(ee(r.below,n,e),e),l.classes.push(s+"-arrow-pad"));var i=dt.svgSpan(r,e),c=-e.fontMetrics().axisHeight+.5*i.height,d=-e.fontMetrics().axisHeight-.5*i.height-.111;(a.depth>.25||r.label==="\\xleftequilibrium")&&(d-=a.depth);var f;if(l){var p=-e.fontMetrics().axisHeight+l.height+.5*i.height+.111;f=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:d},{type:"elem",elem:i,shift:c},{type:"elem",elem:l,shift:p}]},e)}else f=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:d},{type:"elem",elem:i,shift:c}]},e);return f.children[0].children[0].children[1].classes.push("svg-align"),A.makeSpan(["mrel","x-arrow"],[f],e)},mathmlBuilder(r,e){var t=dt.mathMLnode(r.label);t.setAttribute("minsize",r.label.charAt(0)==="x"?"1.75em":"3.0em");var n;if(r.body){var a=Jr(ae(r.body,e));if(r.below){var s=Jr(ae(r.below,e));n=new D.MathNode("munderover",[t,s,a])}else n=new D.MathNode("mover",[t,a])}else if(r.below){var l=Jr(ae(r.below,e));n=new D.MathNode("munder",[t,l])}else n=Jr(),n=new D.MathNode("mover",[t,n]);return n}});var Mm=A.makeSpan;function Zs(r,e){var t=ge(r.body,e,!0);return Mm([r.mclass],t,e)}function Ws(r,e){var t,n=Ae(r.body,e);return r.mclass==="minner"?t=new D.MathNode("mpadded",n):r.mclass==="mord"?r.isCharacterBox?(t=n[0],t.type="mi"):t=new D.MathNode("mi",n):(r.isCharacterBox?(t=n[0],t.type="mo"):t=new D.MathNode("mo",n),r.mclass==="mbin"?(t.attributes.lspace="0.22em",t.attributes.rspace="0.22em"):r.mclass==="mpunct"?(t.attributes.lspace="0em",t.attributes.rspace="0.17em"):r.mclass==="mopen"||r.mclass==="mclose"?(t.attributes.lspace="0em",t.attributes.rspace="0em"):r.mclass==="minner"&&(t.attributes.lspace="0.0556em",t.attributes.width="+0.1111em")),t}R({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];return{type:"mclass",mode:t.mode,mclass:"m"+n.slice(5),body:de(a),isCharacterBox:j.isCharacterBox(a)}},htmlBuilder:Zs,mathmlBuilder:Ws});var Qr=r=>{var e=r.type==="ordgroup"&&r.body.length?r.body[0]:r;return e.type==="atom"&&(e.family==="bin"||e.family==="rel")?"m"+e.family:"mord"};R({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(r,e){var{parser:t}=r;return{type:"mclass",mode:t.mode,mclass:Qr(e[0]),body:de(e[1]),isCharacterBox:j.isCharacterBox(e[1])}}}),R({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(r,e){var{parser:t,funcName:n}=r,a=e[1],s=e[0],l;n!=="\\stackrel"?l=Qr(a):l="mrel";var i={type:"op",mode:a.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:n!=="\\stackrel",body:de(a)},c={type:"supsub",mode:s.mode,base:i,sup:n==="\\underset"?null:s,sub:n==="\\underset"?s:null};return{type:"mclass",mode:t.mode,mclass:l,body:[c],isCharacterBox:j.isCharacterBox(c)}},htmlBuilder:Zs,mathmlBuilder:Ws}),R({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"pmb",mode:t.mode,mclass:Qr(e[0]),body:de(e[0])}},htmlBuilder(r,e){var t=ge(r.body,e,!0),n=A.makeSpan([r.mclass],t,e);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(r,e){var t=Ae(r.body,e),n=new D.MathNode("mstyle",t);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var Vm={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Ys=()=>({type:"styling",body:[],mode:"math",style:"display"}),Xs=r=>r.type==="textord"&&r.text==="@",Dm=(r,e)=>(r.type==="mathord"||r.type==="atom")&&r.text===e;function qm(r,e,t){var n=Vm[r];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return t.callFunction(n,[e[0]],[e[1]]);case"\\uparrow":case"\\downarrow":{var a=t.callFunction("\\\\cdleft",[e[0]],[]),s={type:"atom",text:n,mode:"math",family:"rel"},l=t.callFunction("\\Big",[s],[]),i=t.callFunction("\\\\cdright",[e[1]],[]),c={type:"ordgroup",mode:"math",body:[a,l,i]};return t.callFunction("\\\\cdparent",[c],[])}case"\\\\cdlongequal":return t.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var d={type:"textord",text:"\\Vert",mode:"math"};return t.callFunction("\\Big",[d],[])}default:return{type:"textord",text:" ",mode:"math"}}}function zm(r){var e=[];for(r.gullet.beginGroup(),r.gullet.macros.set("\\cr","\\\\\\relax"),r.gullet.beginGroup();;){e.push(r.parseExpression(!1,"\\\\")),r.gullet.endGroup(),r.gullet.beginGroup();var t=r.fetch().text;if(t==="&"||t==="\\\\")r.consume();else if(t==="\\end"){e[e.length-1].length===0&&e.pop();break}else throw new z("Expected \\\\ or \\cr or \\end",r.nextToken)}for(var n=[],a=[n],s=0;s<e.length;s++){for(var l=e[s],i=Ys(),c=0;c<l.length;c++)if(!Xs(l[c]))i.body.push(l[c]);else{n.push(i),c+=1;var d=Ro(l[c]).text,f=new Array(2);if(f[0]={type:"ordgroup",mode:"math",body:[]},f[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(d)>-1))if("<>AV".indexOf(d)>-1)for(var p=0;p<2;p++){for(var b=!0,g=c+1;g<l.length;g++){if(Dm(l[g],d)){b=!1,c=g;break}if(Xs(l[g]))throw new z("Missing a "+d+" character to complete a CD arrow.",l[g]);f[p].body.push(l[g])}if(b)throw new z("Missing a "+d+" character to complete a CD arrow.",l[c])}else throw new z('Expected one of "<>AV=|." after @',l[c]);var k=qm(d,f,r),S={type:"styling",body:[k],mode:"math",style:"display"};n.push(S),i=Ys()}s%2===0?n.push(i):n.shift(),n=[],a.push(n)}r.gullet.endGroup(),r.gullet.endGroup();var _=new Array(a[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:a,arraystretch:1,addJot:!0,rowGaps:[null],cols:_,colSeparationType:"CD",hLinesBeforeRow:new Array(a.length+1).fill([])}}R({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:n}=r;return{type:"cdlabel",mode:t.mode,side:n.slice(4),label:e[0]}},htmlBuilder(r,e){var t=e.havingStyle(e.style.sup()),n=A.wrapFragment(ee(r.label,t,e),e);return n.classes.push("cd-label-"+r.side),n.style.bottom=N(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(r,e){var t=new D.MathNode("mrow",[ae(r.label,e)]);return t=new D.MathNode("mpadded",[t]),t.setAttribute("width","0"),r.side==="left"&&t.setAttribute("lspace","-1width"),t.setAttribute("voffset","0.7em"),t=new D.MathNode("mstyle",[t]),t.setAttribute("displaystyle","false"),t.setAttribute("scriptlevel","1"),t}}),R({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(r,e){var{parser:t}=r;return{type:"cdlabelparent",mode:t.mode,fragment:e[0]}},htmlBuilder(r,e){var t=A.wrapFragment(ee(r.fragment,e),e);return t.classes.push("cd-vert-arrow"),t},mathmlBuilder(r,e){return new D.MathNode("mrow",[ae(r.fragment,e)])}}),R({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(r,e){for(var{parser:t}=r,n=Y(e[0],"ordgroup"),a=n.body,s="",l=0;l<a.length;l++){var i=Y(a[l],"textord");s+=i.text}var c=parseInt(s),d;if(isNaN(c))throw new z("\\@char has non-numeric argument "+s);if(c<0||c>=1114111)throw new z("\\@char with invalid code point "+s);return c<=65535?d=String.fromCharCode(c):(c-=65536,d=String.fromCharCode((c>>10)+55296,(c&1023)+56320)),{type:"textord",mode:t.mode,text:d}}});var Ks=(r,e)=>{var t=ge(r.body,e.withColor(r.color),!1);return A.makeFragment(t)},Js=(r,e)=>{var t=Ae(r.body,e.withColor(r.color)),n=new D.MathNode("mstyle",t);return n.setAttribute("mathcolor",r.color),n};R({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(r,e){var{parser:t}=r,n=Y(e[0],"color-token").color,a=e[1];return{type:"color",mode:t.mode,color:n,body:de(a)}},htmlBuilder:Ks,mathmlBuilder:Js}),R({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(r,e){var{parser:t,breakOnTokenText:n}=r,a=Y(e[0],"color-token").color;t.gullet.macros.set("\\current@color",a);var s=t.parseExpression(!0,n);return{type:"color",mode:t.mode,color:a,body:s}},htmlBuilder:Ks,mathmlBuilder:Js}),R({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(r,e,t){var{parser:n}=r,a=n.gullet.future().text==="["?n.parseSizeGroup(!0):null,s=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:s,size:a&&Y(a,"size").value}},htmlBuilder(r,e){var t=A.makeSpan(["mspace"],[],e);return r.newLine&&(t.classes.push("newline"),r.size&&(t.style.marginTop=N(ce(r.size,e)))),t},mathmlBuilder(r,e){var t=new D.MathNode("mspace");return r.newLine&&(t.setAttribute("linebreak","newline"),r.size&&t.setAttribute("height",N(ce(r.size,e)))),t}});var Io={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Qs=r=>{var e=r.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(e))throw new z("Expected a control sequence",r);return e},Nm=r=>{var e=r.gullet.popToken();return e.text==="="&&(e=r.gullet.popToken(),e.text===" "&&(e=r.gullet.popToken())),e},el=(r,e,t,n)=>{var a=r.gullet.macros.get(t.text);a==null&&(t.noexpand=!0,a={tokens:[t],numArgs:0,unexpandable:!r.gullet.isExpandable(t.text)}),r.gullet.macros.set(e,a,n)};R({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(r){var{parser:e,funcName:t}=r;e.consumeSpaces();var n=e.fetch();if(Io[n.text])return(t==="\\global"||t==="\\\\globallong")&&(n.text=Io[n.text]),Y(e.parseFunction(),"internal");throw new z("Invalid token after macro prefix",n)}}),R({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,n=e.gullet.popToken(),a=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(a))throw new z("Expected a control sequence",n);for(var s=0,l,i=[[]];e.gullet.future().text!=="{";)if(n=e.gullet.popToken(),n.text==="#"){if(e.gullet.future().text==="{"){l=e.gullet.future(),i[s].push("{");break}if(n=e.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new z('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==s+1)throw new z('Argument number "'+n.text+'" out of order');s++,i.push([])}else{if(n.text==="EOF")throw new z("Expected a macro definition");i[s].push(n.text)}var{tokens:c}=e.gullet.consumeArg();return l&&c.unshift(l),(t==="\\edef"||t==="\\xdef")&&(c=e.gullet.expandTokens(c),c.reverse()),e.gullet.macros.set(a,{tokens:c,numArgs:s,delimiters:i},t===Io[t]),{type:"internal",mode:e.mode}}}),R({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,n=Qs(e.gullet.popToken());e.gullet.consumeSpaces();var a=Nm(e);return el(e,n,a,t==="\\\\globallet"),{type:"internal",mode:e.mode}}}),R({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,n=Qs(e.gullet.popToken()),a=e.gullet.popToken(),s=e.gullet.popToken();return el(e,n,s,t==="\\\\globalfuture"),e.gullet.pushToken(s),e.gullet.pushToken(a),{type:"internal",mode:e.mode}}});var ur=function(e,t,n){var a=se.math[e]&&se.math[e].replace,s=wo(a||e,t,n);if(!s)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return s},Po=function(e,t,n,a){var s=n.havingBaseStyle(t),l=A.makeSpan(a.concat(s.sizingClasses(n)),[e],n),i=s.sizeMultiplier/n.sizeMultiplier;return l.height*=i,l.depth*=i,l.maxFontSize=s.sizeMultiplier,l},tl=function(e,t,n){var a=t.havingBaseStyle(n),s=(1-t.sizeMultiplier/a.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=N(s),e.height-=s,e.depth+=s},Lm=function(e,t,n,a,s,l){var i=A.makeSymbol(e,"Main-Regular",s,a),c=Po(i,t,a,l);return n&&tl(c,a,t),c},Rm=function(e,t,n,a){return A.makeSymbol(e,"Size"+t+"-Regular",n,a)},rl=function(e,t,n,a,s,l){var i=Rm(e,t,s,a),c=Po(A.makeSpan(["delimsizing","size"+t],[i],a),O.TEXT,a,l);return n&&tl(c,a,O.TEXT),c},Oo=function(e,t,n){var a;t==="Size1-Regular"?a="delim-size1":a="delim-size4";var s=A.makeSpan(["delimsizinginner",a],[A.makeSpan([],[A.makeSymbol(e,t,n)])]);return{type:"elem",elem:s}},$o=function(e,t,n){var a=Je["Size4-Regular"][e.charCodeAt(0)]?Je["Size4-Regular"][e.charCodeAt(0)][4]:Je["Size1-Regular"][e.charCodeAt(0)][4],s=new bt("inner",Hp(e,Math.round(1e3*t))),l=new lt([s],{width:N(a),height:N(t),style:"width:"+N(a),viewBox:"0 0 "+1e3*a+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),i=A.makeSvgSpan([],[l],n);return i.height=t,i.style.height=N(t),i.style.width=N(a),{type:"elem",elem:i}},Ho=.008,en={type:"kern",size:-1*Ho},Fm=["|","\\lvert","\\rvert","\\vert"],Im=["\\|","\\lVert","\\rVert","\\Vert"],nl=function(e,t,n,a,s,l){var i,c,d,f,p="",b=0;i=d=f=e,c=null;var g="Size1-Regular";e==="\\uparrow"?d=f="⏐":e==="\\Uparrow"?d=f="‖":e==="\\downarrow"?i=d="⏐":e==="\\Downarrow"?i=d="‖":e==="\\updownarrow"?(i="\\uparrow",d="⏐",f="\\downarrow"):e==="\\Updownarrow"?(i="\\Uparrow",d="‖",f="\\Downarrow"):j.contains(Fm,e)?(d="∣",p="vert",b=333):j.contains(Im,e)?(d="∥",p="doublevert",b=556):e==="["||e==="\\lbrack"?(i="⎡",d="⎢",f="⎣",g="Size4-Regular",p="lbrack",b=667):e==="]"||e==="\\rbrack"?(i="⎤",d="⎥",f="⎦",g="Size4-Regular",p="rbrack",b=667):e==="\\lfloor"||e==="⌊"?(d=i="⎢",f="⎣",g="Size4-Regular",p="lfloor",b=667):e==="\\lceil"||e==="⌈"?(i="⎡",d=f="⎢",g="Size4-Regular",p="lceil",b=667):e==="\\rfloor"||e==="⌋"?(d=i="⎥",f="⎦",g="Size4-Regular",p="rfloor",b=667):e==="\\rceil"||e==="⌉"?(i="⎤",d=f="⎥",g="Size4-Regular",p="rceil",b=667):e==="("||e==="\\lparen"?(i="⎛",d="⎜",f="⎝",g="Size4-Regular",p="lparen",b=875):e===")"||e==="\\rparen"?(i="⎞",d="⎟",f="⎠",g="Size4-Regular",p="rparen",b=875):e==="\\{"||e==="\\lbrace"?(i="⎧",c="⎨",f="⎩",d="⎪",g="Size4-Regular"):e==="\\}"||e==="\\rbrace"?(i="⎫",c="⎬",f="⎭",d="⎪",g="Size4-Regular"):e==="\\lgroup"||e==="⟮"?(i="⎧",f="⎩",d="⎪",g="Size4-Regular"):e==="\\rgroup"||e==="⟯"?(i="⎫",f="⎭",d="⎪",g="Size4-Regular"):e==="\\lmoustache"||e==="⎰"?(i="⎧",f="⎭",d="⎪",g="Size4-Regular"):(e==="\\rmoustache"||e==="⎱")&&(i="⎫",f="⎩",d="⎪",g="Size4-Regular");var k=ur(i,g,s),S=k.height+k.depth,_=ur(d,g,s),C=_.height+_.depth,E=ur(f,g,s),T=E.height+E.depth,V=0,L=1;if(c!==null){var B=ur(c,g,s);V=B.height+B.depth,L=2}var F=S+T+V,H=Math.max(0,Math.ceil((t-F)/(L*C))),K=F+H*L*C,Z=a.fontMetrics().axisHeight;n&&(Z*=a.sizeMultiplier);var X=K/2-Z,oe=[];if(p.length>0){var he=K-S-T,q=Math.round(K*1e3),J=jp(p,Math.round(he*1e3)),W=new bt(p,J),ye=(b/1e3).toFixed(3)+"em",Fe=(q/1e3).toFixed(3)+"em",Yt=new lt([W],{width:ye,height:Fe,viewBox:"0 0 "+b+" "+q}),Ie=A.makeSvgSpan([],[Yt],a);Ie.height=q/1e3,Ie.style.width=ye,Ie.style.height=Fe,oe.push({type:"elem",elem:Ie})}else{if(oe.push(Oo(f,g,s)),oe.push(en),c===null){var rt=K-S-T+2*Ho;oe.push($o(d,rt,a))}else{var we=(K-S-T-V)/2+2*Ho;oe.push($o(d,we,a)),oe.push(en),oe.push(Oo(c,g,s)),oe.push(en),oe.push($o(d,we,a))}oe.push(en),oe.push(Oo(i,g,s))}var be=a.havingBaseStyle(O.TEXT),gr=A.makeVList({positionType:"bottom",positionData:X,children:oe},be);return Po(A.makeSpan(["delimsizing","mult"],[gr],be),O.TEXT,a,l)},jo=80,Uo=.08,Go=function(e,t,n,a,s){var l=$p(e,a,n),i=new bt(e,l),c=new lt([i],{width:"400em",height:N(t),viewBox:"0 0 400000 "+n,preserveAspectRatio:"xMinYMin slice"});return A.makeSvgSpan(["hide-tail"],[c],s)},Pm=function(e,t){var n=t.havingBaseSizing(),a=ll("\\surd",e*n.sizeMultiplier,sl,n),s=n.sizeMultiplier,l=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),i,c=0,d=0,f=0,p;return a.type==="small"?(f=1e3+1e3*l+jo,e<1?s=1:e<1.4&&(s=.7),c=(1+l+Uo)/s,d=(1+l)/s,i=Go("sqrtMain",c,f,l,t),i.style.minWidth="0.853em",p=.833/s):a.type==="large"?(f=(1e3+jo)*dr[a.size],d=(dr[a.size]+l)/s,c=(dr[a.size]+l+Uo)/s,i=Go("sqrtSize"+a.size,c,f,l,t),i.style.minWidth="1.02em",p=1/s):(c=e+l+Uo,d=e+l,f=Math.floor(1e3*e+l)+jo,i=Go("sqrtTall",c,f,l,t),i.style.minWidth="0.742em",p=1.056),i.height=d,i.style.height=N(c),{span:i,advanceWidth:p,ruleWidth:(t.fontMetrics().sqrtRuleThickness+l)*s}},ol=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],Om=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],al=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],dr=[0,1.2,1.8,2.4,3],$m=function(e,t,n,a,s){if(e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle"),j.contains(ol,e)||j.contains(al,e))return rl(e,t,!1,n,a,s);if(j.contains(Om,e))return nl(e,dr[t],!1,n,a,s);throw new z("Illegal delimiter: '"+e+"'")},Hm=[{type:"small",style:O.SCRIPTSCRIPT},{type:"small",style:O.SCRIPT},{type:"small",style:O.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],jm=[{type:"small",style:O.SCRIPTSCRIPT},{type:"small",style:O.SCRIPT},{type:"small",style:O.TEXT},{type:"stack"}],sl=[{type:"small",style:O.SCRIPTSCRIPT},{type:"small",style:O.SCRIPT},{type:"small",style:O.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],Um=function(e){if(e.type==="small")return"Main-Regular";if(e.type==="large")return"Size"+e.size+"-Regular";if(e.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},ll=function(e,t,n,a){for(var s=Math.min(2,3-a.style.size),l=s;l<n.length&&n[l].type!=="stack";l++){var i=ur(e,Um(n[l]),"math"),c=i.height+i.depth;if(n[l].type==="small"){var d=a.havingBaseStyle(n[l].style);c*=d.sizeMultiplier}if(c>t)return n[l]}return n[n.length-1]},il=function(e,t,n,a,s,l){e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle");var i;j.contains(al,e)?i=Hm:j.contains(ol,e)?i=sl:i=jm;var c=ll(e,t,i,a);return c.type==="small"?Lm(e,c.style,n,a,s,l):c.type==="large"?rl(e,c.size,n,a,s,l):nl(e,t,n,a,s,l)},Gm=function(e,t,n,a,s,l){var i=a.fontMetrics().axisHeight*a.sizeMultiplier,c=901,d=5/a.fontMetrics().ptPerEm,f=Math.max(t-i,n+i),p=Math.max(f/500*c,2*f-d);return il(e,p,!0,a,s,l)},ht={sqrtImage:Pm,sizedDelim:$m,sizeToMaxHeight:dr,customSizedDelim:il,leftRightDelim:Gm},cl={"\\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}},Zm=["(","\\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 tn(r,e){var t=Kr(r);if(t&&j.contains(Zm,t.text))return t;throw t?new z("Invalid delimiter '"+t.text+"' after '"+e.funcName+"'",r):new z("Invalid delimiter type '"+r.type+"'",r)}R({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:(r,e)=>{var t=tn(e[0],r);return{type:"delimsizing",mode:r.parser.mode,size:cl[r.funcName].size,mclass:cl[r.funcName].mclass,delim:t.text}},htmlBuilder:(r,e)=>r.delim==="."?A.makeSpan([r.mclass]):ht.sizedDelim(r.delim,r.size,e,r.mode,[r.mclass]),mathmlBuilder:r=>{var e=[];r.delim!=="."&&e.push(Re(r.delim,r.mode));var t=new D.MathNode("mo",e);r.mclass==="mopen"||r.mclass==="mclose"?t.setAttribute("fence","true"):t.setAttribute("fence","false"),t.setAttribute("stretchy","true");var n=N(ht.sizeToMaxHeight[r.size]);return t.setAttribute("minsize",n),t.setAttribute("maxsize",n),t}});function ul(r){if(!r.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}R({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=r.parser.gullet.macros.get("\\current@color");if(t&&typeof t!="string")throw new z("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:r.parser.mode,delim:tn(e[0],r).text,color:t}}}),R({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=tn(e[0],r),n=r.parser;++n.leftrightDepth;var a=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var s=Y(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:a,left:t.text,right:s.delim,rightColor:s.color}},htmlBuilder:(r,e)=>{ul(r);for(var t=ge(r.body,e,!0,["mopen","mclose"]),n=0,a=0,s=!1,l=0;l<t.length;l++)t[l].isMiddle?s=!0:(n=Math.max(t[l].height,n),a=Math.max(t[l].depth,a));n*=e.sizeMultiplier,a*=e.sizeMultiplier;var i;if(r.left==="."?i=ir(e,["mopen"]):i=ht.leftRightDelim(r.left,n,a,e,r.mode,["mopen"]),t.unshift(i),s)for(var c=1;c<t.length;c++){var d=t[c],f=d.isMiddle;f&&(t[c]=ht.leftRightDelim(f.delim,n,a,f.options,r.mode,[]))}var p;if(r.right===".")p=ir(e,["mclose"]);else{var b=r.rightColor?e.withColor(r.rightColor):e;p=ht.leftRightDelim(r.right,n,a,b,r.mode,["mclose"])}return t.push(p),A.makeSpan(["minner"],t,e)},mathmlBuilder:(r,e)=>{ul(r);var t=Ae(r.body,e);if(r.left!=="."){var n=new D.MathNode("mo",[Re(r.left,r.mode)]);n.setAttribute("fence","true"),t.unshift(n)}if(r.right!=="."){var a=new D.MathNode("mo",[Re(r.right,r.mode)]);a.setAttribute("fence","true"),r.rightColor&&a.setAttribute("mathcolor",r.rightColor),t.push(a)}return No(t)}}),R({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=tn(e[0],r);if(!r.parser.leftrightDepth)throw new z("\\middle without preceding \\left",t);return{type:"middle",mode:r.parser.mode,delim:t.text}},htmlBuilder:(r,e)=>{var t;if(r.delim===".")t=ir(e,[]);else{t=ht.sizedDelim(r.delim,1,e,r.mode,[]);var n={delim:r.delim,options:e};t.isMiddle=n}return t},mathmlBuilder:(r,e)=>{var t=r.delim==="\\vert"||r.delim==="|"?Re("|","text"):Re(r.delim,r.mode),n=new D.MathNode("mo",[t]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var Zo=(r,e)=>{var t=A.wrapFragment(ee(r.body,e),e),n=r.label.slice(1),a=e.sizeMultiplier,s,l=0,i=j.isCharacterBox(r.body);if(n==="sout")s=A.makeSpan(["stretchy","sout"]),s.height=e.fontMetrics().defaultRuleThickness/a,l=-.5*e.fontMetrics().xHeight;else if(n==="phase"){var c=ce({number:.6,unit:"pt"},e),d=ce({number:.35,unit:"ex"},e),f=e.havingBaseSizing();a=a/f.sizeMultiplier;var p=t.height+t.depth+c+d;t.style.paddingLeft=N(p/2+c);var b=Math.floor(1e3*p*a),g=Pp(b),k=new lt([new bt("phase",g)],{width:"400em",height:N(b/1e3),viewBox:"0 0 400000 "+b,preserveAspectRatio:"xMinYMin slice"});s=A.makeSvgSpan(["hide-tail"],[k],e),s.style.height=N(p),l=t.depth+c+d}else{/cancel/.test(n)?i||t.classes.push("cancel-pad"):n==="angl"?t.classes.push("anglpad"):t.classes.push("boxpad");var S=0,_=0,C=0;/box/.test(n)?(C=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness),S=e.fontMetrics().fboxsep+(n==="colorbox"?0:C),_=S):n==="angl"?(C=Math.max(e.fontMetrics().defaultRuleThickness,e.minRuleThickness),S=4*C,_=Math.max(0,.25-t.depth)):(S=i?.2:0,_=S),s=dt.encloseSpan(t,n,S,_,e),/fbox|boxed|fcolorbox/.test(n)?(s.style.borderStyle="solid",s.style.borderWidth=N(C)):n==="angl"&&C!==.049&&(s.style.borderTopWidth=N(C),s.style.borderRightWidth=N(C)),l=t.depth+_,r.backgroundColor&&(s.style.backgroundColor=r.backgroundColor,r.borderColor&&(s.style.borderColor=r.borderColor))}var E;if(r.backgroundColor)E=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:s,shift:l},{type:"elem",elem:t,shift:0}]},e);else{var T=/cancel|phase/.test(n)?["svg-align"]:[];E=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:t,shift:0},{type:"elem",elem:s,shift:l,wrapperClasses:T}]},e)}return/cancel/.test(n)&&(E.height=t.height,E.depth=t.depth),/cancel/.test(n)&&!i?A.makeSpan(["mord","cancel-lap"],[E],e):A.makeSpan(["mord"],[E],e)},Wo=(r,e)=>{var t=0,n=new D.MathNode(r.label.indexOf("colorbox")>-1?"mpadded":"menclose",[ae(r.body,e)]);switch(r.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(t=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*t+"pt"),n.setAttribute("height","+"+2*t+"pt"),n.setAttribute("lspace",t+"pt"),n.setAttribute("voffset",t+"pt"),r.label==="\\fcolorbox"){var a=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);n.setAttribute("style","border: "+a+"em solid "+String(r.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return r.backgroundColor&&n.setAttribute("mathbackground",r.backgroundColor),n};R({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(r,e,t){var{parser:n,funcName:a}=r,s=Y(e[0],"color-token").color,l=e[1];return{type:"enclose",mode:n.mode,label:a,backgroundColor:s,body:l}},htmlBuilder:Zo,mathmlBuilder:Wo}),R({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(r,e,t){var{parser:n,funcName:a}=r,s=Y(e[0],"color-token").color,l=Y(e[1],"color-token").color,i=e[2];return{type:"enclose",mode:n.mode,label:a,backgroundColor:l,borderColor:s,body:i}},htmlBuilder:Zo,mathmlBuilder:Wo}),R({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"enclose",mode:t.mode,label:"\\fbox",body:e[0]}}}),R({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];return{type:"enclose",mode:t.mode,label:n,body:a}},htmlBuilder:Zo,mathmlBuilder:Wo}),R({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(r,e){var{parser:t}=r;return{type:"enclose",mode:t.mode,label:"\\angl",body:e[0]}}});var dl={};function Qe(r){for(var{type:e,names:t,props:n,handler:a,htmlBuilder:s,mathmlBuilder:l}=r,i={type:e,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},c=0;c<t.length;++c)dl[t[c]]=i;s&&(Zr[e]=s),l&&(Wr[e]=l)}var hl={};function y(r,e){hl[r]=e}function fl(r){var e=[];r.consumeSpaces();var t=r.fetch().text;for(t==="\\relax"&&(r.consume(),r.consumeSpaces(),t=r.fetch().text);t==="\\hline"||t==="\\hdashline";)r.consume(),e.push(t==="\\hdashline"),r.consumeSpaces(),t=r.fetch().text;return e}var rn=r=>{var e=r.parser.settings;if(!e.displayMode)throw new z("{"+r.envName+"} can be used only in display mode.")};function Yo(r){if(r.indexOf("ed")===-1)return r.indexOf("*")===-1}function xt(r,e,t){var{hskipBeforeAndAfter:n,addJot:a,cols:s,arraystretch:l,colSeparationType:i,autoTag:c,singleRow:d,emptySingleRow:f,maxNumCols:p,leqno:b}=e;if(r.gullet.beginGroup(),d||r.gullet.macros.set("\\cr","\\\\\\relax"),!l){var g=r.gullet.expandMacroAsText("\\arraystretch");if(g==null)l=1;else if(l=parseFloat(g),!l||l<0)throw new z("Invalid \\arraystretch: "+g)}r.gullet.beginGroup();var k=[],S=[k],_=[],C=[],E=c!=null?[]:void 0;function T(){c&&r.gullet.macros.set("\\@eqnsw","1",!0)}function V(){E&&(r.gullet.macros.get("\\df@tag")?(E.push(r.subparse([new Xe("\\df@tag")])),r.gullet.macros.set("\\df@tag",void 0,!0)):E.push(!!c&&r.gullet.macros.get("\\@eqnsw")==="1"))}for(T(),C.push(fl(r));;){var L=r.parseExpression(!1,d?"\\end":"\\\\");r.gullet.endGroup(),r.gullet.beginGroup(),L={type:"ordgroup",mode:r.mode,body:L},t&&(L={type:"styling",mode:r.mode,style:t,body:[L]}),k.push(L);var B=r.fetch().text;if(B==="&"){if(p&&k.length===p){if(d||i)throw new z("Too many tab characters: &",r.nextToken);r.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}r.consume()}else if(B==="\\end"){V(),k.length===1&&L.type==="styling"&&L.body[0].body.length===0&&(S.length>1||!f)&&S.pop(),C.length<S.length+1&&C.push([]);break}else if(B==="\\\\"){r.consume();var F=void 0;r.gullet.future().text!==" "&&(F=r.parseSizeGroup(!0)),_.push(F?F.value:null),V(),C.push(fl(r)),k=[],S.push(k),T()}else throw new z("Expected & or \\\\ or \\cr or \\end",r.nextToken)}return r.gullet.endGroup(),r.gullet.endGroup(),{type:"array",mode:r.mode,addJot:a,arraystretch:l,body:S,cols:s,rowGaps:_,hskipBeforeAndAfter:n,hLinesBeforeRow:C,colSeparationType:i,tags:E,leqno:b}}function Xo(r){return r.slice(0,1)==="d"?"display":"text"}var et=function(e,t){var n,a,s=e.body.length,l=e.hLinesBeforeRow,i=0,c=new Array(s),d=[],f=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),p=1/t.fontMetrics().ptPerEm,b=5*p;if(e.colSeparationType&&e.colSeparationType==="small"){var g=t.havingStyle(O.SCRIPT).sizeMultiplier;b=.2778*(g/t.sizeMultiplier)}var k=e.colSeparationType==="CD"?ce({number:3,unit:"ex"},t):12*p,S=3*p,_=e.arraystretch*k,C=.7*_,E=.3*_,T=0;function V(ln){for(var cn=0;cn<ln.length;++cn)cn>0&&(T+=.25),d.push({pos:T,isDashed:ln[cn]})}for(V(l[0]),n=0;n<e.body.length;++n){var L=e.body[n],B=C,F=E;i<L.length&&(i=L.length);var H=new Array(L.length);for(a=0;a<L.length;++a){var K=ee(L[a],t);F<K.depth&&(F=K.depth),B<K.height&&(B=K.height),H[a]=K}var Z=e.rowGaps[n],X=0;Z&&(X=ce(Z,t),X>0&&(X+=E,F<X&&(F=X),X=0)),e.addJot&&(F+=S),H.height=B,H.depth=F,T+=B,H.pos=T,T+=F+X,c[n]=H,V(l[n+1])}var oe=T/2+t.fontMetrics().axisHeight,he=e.cols||[],q=[],J,W,ye=[];if(e.tags&&e.tags.some(ln=>ln))for(n=0;n<s;++n){var Fe=c[n],Yt=Fe.pos-oe,Ie=e.tags[n],rt=void 0;Ie===!0?rt=A.makeSpan(["eqn-num"],[],t):Ie===!1?rt=A.makeSpan([],[],t):rt=A.makeSpan([],ge(Ie,t,!0),t),rt.depth=Fe.depth,rt.height=Fe.height,ye.push({type:"elem",elem:rt,shift:Yt})}for(a=0,W=0;a<i||W<he.length;++a,++W){for(var we=he[W]||{},be=!0;we.type==="separator";){if(be||(J=A.makeSpan(["arraycolsep"],[]),J.style.width=N(t.fontMetrics().doubleRuleSep),q.push(J)),we.separator==="|"||we.separator===":"){var gr=we.separator==="|"?"solid":"dashed",P=A.makeSpan(["vertical-separator"],[],t);P.style.height=N(T),P.style.borderRightWidth=N(f),P.style.borderRightStyle=gr,P.style.margin="0 "+N(-f/2);var Q=T-oe;Q&&(P.style.verticalAlign=N(-Q)),q.push(P)}else throw new z("Invalid separator type: "+we.separator);W++,we=he[W]||{},be=!1}if(!(a>=i)){var ie=void 0;(a>0||e.hskipBeforeAndAfter)&&(ie=j.deflt(we.pregap,b),ie!==0&&(J=A.makeSpan(["arraycolsep"],[]),J.style.width=N(ie),q.push(J)));var ne=[];for(n=0;n<s;++n){var nt=c[n],He=nt[a];if(He){var ft=nt.pos-oe;He.depth=nt.depth,He.height=nt.height,ne.push({type:"elem",elem:He,shift:ft})}}ne=A.makeVList({positionType:"individualShift",children:ne},t),ne=A.makeSpan(["col-align-"+(we.align||"c")],[ne]),q.push(ne),(a<i-1||e.hskipBeforeAndAfter)&&(ie=j.deflt(we.postgap,b),ie!==0&&(J=A.makeSpan(["arraycolsep"],[]),J.style.width=N(ie),q.push(J)))}}if(c=A.makeSpan(["mtable"],q),d.length>0){for(var t3=A.makeLineSpan("hline",t,f),r3=A.makeLineSpan("hdashline",t,f),N0=[{type:"elem",elem:c,shift:0}];d.length>0;){var Bi=d.pop(),Mi=Bi.pos-oe;Bi.isDashed?N0.push({type:"elem",elem:r3,shift:Mi}):N0.push({type:"elem",elem:t3,shift:Mi})}c=A.makeVList({positionType:"individualShift",children:N0},t)}if(ye.length===0)return A.makeSpan(["mord"],[c],t);var L0=A.makeVList({positionType:"individualShift",children:ye},t);return L0=A.makeSpan(["tag"],[L0],t),A.makeFragment([c,L0])},Wm={c:"center ",l:"left ",r:"right "},tt=function(e,t){for(var n=[],a=new D.MathNode("mtd",[],["mtr-glue"]),s=new D.MathNode("mtd",[],["mml-eqn-num"]),l=0;l<e.body.length;l++){for(var i=e.body[l],c=[],d=0;d<i.length;d++)c.push(new D.MathNode("mtd",[ae(i[d],t)]));e.tags&&e.tags[l]&&(c.unshift(a),c.push(a),e.leqno?c.unshift(s):c.push(s)),n.push(new D.MathNode("mtr",c))}var f=new D.MathNode("mtable",n),p=e.arraystretch===.5?.1:.16+e.arraystretch-1+(e.addJot?.09:0);f.setAttribute("rowspacing",N(p));var b="",g="";if(e.cols&&e.cols.length>0){var k=e.cols,S="",_=!1,C=0,E=k.length;k[0].type==="separator"&&(b+="top ",C=1),k[k.length-1].type==="separator"&&(b+="bottom ",E-=1);for(var T=C;T<E;T++)k[T].type==="align"?(g+=Wm[k[T].align],_&&(S+="none "),_=!0):k[T].type==="separator"&&_&&(S+=k[T].separator==="|"?"solid ":"dashed ",_=!1);f.setAttribute("columnalign",g.trim()),/[sd]/.test(S)&&f.setAttribute("columnlines",S.trim())}if(e.colSeparationType==="align"){for(var V=e.cols||[],L="",B=1;B<V.length;B++)L+=B%2?"0em ":"1em ";f.setAttribute("columnspacing",L.trim())}else e.colSeparationType==="alignat"||e.colSeparationType==="gather"?f.setAttribute("columnspacing","0em"):e.colSeparationType==="small"?f.setAttribute("columnspacing","0.2778em"):e.colSeparationType==="CD"?f.setAttribute("columnspacing","0.5em"):f.setAttribute("columnspacing","1em");var F="",H=e.hLinesBeforeRow;b+=H[0].length>0?"left ":"",b+=H[H.length-1].length>0?"right ":"";for(var K=1;K<H.length-1;K++)F+=H[K].length===0?"none ":H[K][0]?"dashed ":"solid ";return/[sd]/.test(F)&&f.setAttribute("rowlines",F.trim()),b!==""&&(f=new D.MathNode("menclose",[f]),f.setAttribute("notation",b.trim())),e.arraystretch&&e.arraystretch<1&&(f=new D.MathNode("mstyle",[f]),f.setAttribute("scriptlevel","1")),f},pl=function(e,t){e.envName.indexOf("ed")===-1&&rn(e);var n=[],a=e.envName.indexOf("at")>-1?"alignat":"align",s=e.envName==="split",l=xt(e.parser,{cols:n,addJot:!0,autoTag:s?void 0:Yo(e.envName),emptySingleRow:!0,colSeparationType:a,maxNumCols:s?2:void 0,leqno:e.parser.settings.leqno},"display"),i,c=0,d={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&t[0].type==="ordgroup"){for(var f="",p=0;p<t[0].body.length;p++){var b=Y(t[0].body[p],"textord");f+=b.text}i=Number(f),c=i*2}var g=!c;l.body.forEach(function(C){for(var E=1;E<C.length;E+=2){var T=Y(C[E],"styling"),V=Y(T.body[0],"ordgroup");V.body.unshift(d)}if(g)c<C.length&&(c=C.length);else{var L=C.length/2;if(i<L)throw new z("Too many math in a row: "+("expected "+i+", but got "+L),C[0])}});for(var k=0;k<c;++k){var S="r",_=0;k%2===1?S="l":k>0&&g&&(_=1),n[k]={type:"align",align:S,pregap:_,postgap:0}}return l.colSeparationType=g?"align":"alignat",l};Qe({type:"array",names:["array","darray"],props:{numArgs:1},handler(r,e){var t=Kr(e[0]),n=t?[e[0]]:Y(e[0],"ordgroup").body,a=n.map(function(l){var i=Ro(l),c=i.text;if("lcr".indexOf(c)!==-1)return{type:"align",align:c};if(c==="|")return{type:"separator",separator:"|"};if(c===":")return{type:"separator",separator:":"};throw new z("Unknown column alignment: "+c,l)}),s={cols:a,hskipBeforeAndAfter:!0,maxNumCols:a.length};return xt(r.parser,s,Xo(r.envName))},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(r){var e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[r.envName.replace("*","")],t="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:t}]};if(r.envName.charAt(r.envName.length-1)==="*"){var a=r.parser;if(a.consumeSpaces(),a.fetch().text==="["){if(a.consume(),a.consumeSpaces(),t=a.fetch().text,"lcr".indexOf(t)===-1)throw new z("Expected l or c or r",a.nextToken);a.consume(),a.consumeSpaces(),a.expect("]"),a.consume(),n.cols=[{type:"align",align:t}]}}var s=xt(r.parser,n,Xo(r.envName)),l=Math.max(0,...s.body.map(i=>i.length));return s.cols=new Array(l).fill({type:"align",align:t}),e?{type:"leftright",mode:r.mode,body:[s],left:e[0],right:e[1],rightColor:void 0}:s},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(r){var e={arraystretch:.5},t=xt(r.parser,e,"script");return t.colSeparationType="small",t},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["subarray"],props:{numArgs:1},handler(r,e){var t=Kr(e[0]),n=t?[e[0]]:Y(e[0],"ordgroup").body,a=n.map(function(l){var i=Ro(l),c=i.text;if("lc".indexOf(c)!==-1)return{type:"align",align:c};throw new z("Unknown column alignment: "+c,l)});if(a.length>1)throw new z("{subarray} can contain only one column");var s={cols:a,hskipBeforeAndAfter:!1,arraystretch:.5};if(s=xt(r.parser,s,"script"),s.body.length>0&&s.body[0].length>1)throw new z("{subarray} can contain only one column");return s},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(r){var e={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},t=xt(r.parser,e,Xo(r.envName));return{type:"leftright",mode:r.mode,body:[t],left:r.envName.indexOf("r")>-1?".":"\\{",right:r.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:pl,htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(r){j.contains(["gather","gather*"],r.envName)&&rn(r);var e={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Yo(r.envName),emptySingleRow:!0,leqno:r.parser.settings.leqno};return xt(r.parser,e,"display")},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:pl,htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(r){rn(r);var e={autoTag:Yo(r.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:r.parser.settings.leqno};return xt(r.parser,e,"display")},htmlBuilder:et,mathmlBuilder:tt}),Qe({type:"array",names:["CD"],props:{numArgs:0},handler(r){return rn(r),zm(r.parser)},htmlBuilder:et,mathmlBuilder:tt}),y("\\nonumber","\\gdef\\@eqnsw{0}"),y("\\notag","\\nonumber"),R({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(r,e){throw new z(r.funcName+" valid only within array environment")}});var ml=dl;R({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];if(a.type!=="ordgroup")throw new z("Invalid environment name",a);for(var s="",l=0;l<a.body.length;++l)s+=Y(a.body[l],"textord").text;if(n==="\\begin"){if(!ml.hasOwnProperty(s))throw new z("No such environment: "+s,a);var i=ml[s],{args:c,optArgs:d}=t.parseArguments("\\begin{"+s+"}",i),f={mode:t.mode,envName:s,parser:t},p=i.handler(f,c,d);t.expect("\\end",!1);var b=t.nextToken,g=Y(t.parseFunction(),"environment");if(g.name!==s)throw new z("Mismatch: \\begin{"+s+"} matched by \\end{"+g.name+"}",b);return p}return{type:"environment",mode:t.mode,name:s,nameGroup:a}}});var gl=(r,e)=>{var t=r.font,n=e.withFont(t);return ee(r.body,n)},bl=(r,e)=>{var t=r.font,n=e.withFont(t);return ae(r.body,n)},yl={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};R({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=Yr(e[0]),s=n;return s in yl&&(s=yl[s]),{type:"font",mode:t.mode,font:s.slice(1),body:a}},htmlBuilder:gl,mathmlBuilder:bl}),R({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(r,e)=>{var{parser:t}=r,n=e[0],a=j.isCharacterBox(n);return{type:"mclass",mode:t.mode,mclass:Qr(n),body:[{type:"font",mode:t.mode,font:"boldsymbol",body:n}],isCharacterBox:a}}}),R({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:n,breakOnTokenText:a}=r,{mode:s}=t,l=t.parseExpression(!0,a),i="math"+n.slice(1);return{type:"font",mode:s,font:i,body:{type:"ordgroup",mode:t.mode,body:l}}},htmlBuilder:gl,mathmlBuilder:bl});var vl=(r,e)=>{var t=e;return r==="display"?t=t.id>=O.SCRIPT.id?t.text():O.DISPLAY:r==="text"&&t.size===O.DISPLAY.size?t=O.TEXT:r==="script"?t=O.SCRIPT:r==="scriptscript"&&(t=O.SCRIPTSCRIPT),t},Ko=(r,e)=>{var t=vl(r.size,e.style),n=t.fracNum(),a=t.fracDen(),s;s=e.havingStyle(n);var l=ee(r.numer,s,e);if(r.continued){var i=8.5/e.fontMetrics().ptPerEm,c=3.5/e.fontMetrics().ptPerEm;l.height=l.height<i?i:l.height,l.depth=l.depth<c?c:l.depth}s=e.havingStyle(a);var d=ee(r.denom,s,e),f,p,b;r.hasBarLine?(r.barSize?(p=ce(r.barSize,e),f=A.makeLineSpan("frac-line",e,p)):f=A.makeLineSpan("frac-line",e),p=f.height,b=f.height):(f=null,p=0,b=e.fontMetrics().defaultRuleThickness);var g,k,S;t.size===O.DISPLAY.size||r.size==="display"?(g=e.fontMetrics().num1,p>0?k=3*b:k=7*b,S=e.fontMetrics().denom1):(p>0?(g=e.fontMetrics().num2,k=b):(g=e.fontMetrics().num3,k=3*b),S=e.fontMetrics().denom2);var _;if(f){var E=e.fontMetrics().axisHeight;g-l.depth-(E+.5*p)<k&&(g+=k-(g-l.depth-(E+.5*p))),E-.5*p-(d.height-S)<k&&(S+=k-(E-.5*p-(d.height-S)));var T=-(E-.5*p);_=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:d,shift:S},{type:"elem",elem:f,shift:T},{type:"elem",elem:l,shift:-g}]},e)}else{var C=g-l.depth-(d.height-S);C<k&&(g+=.5*(k-C),S+=.5*(k-C)),_=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:d,shift:S},{type:"elem",elem:l,shift:-g}]},e)}s=e.havingStyle(t),_.height*=s.sizeMultiplier/e.sizeMultiplier,_.depth*=s.sizeMultiplier/e.sizeMultiplier;var V;t.size===O.DISPLAY.size?V=e.fontMetrics().delim1:t.size===O.SCRIPTSCRIPT.size?V=e.havingStyle(O.SCRIPT).fontMetrics().delim2:V=e.fontMetrics().delim2;var L,B;return r.leftDelim==null?L=ir(e,["mopen"]):L=ht.customSizedDelim(r.leftDelim,V,!0,e.havingStyle(t),r.mode,["mopen"]),r.continued?B=A.makeSpan([]):r.rightDelim==null?B=ir(e,["mclose"]):B=ht.customSizedDelim(r.rightDelim,V,!0,e.havingStyle(t),r.mode,["mclose"]),A.makeSpan(["mord"].concat(s.sizingClasses(e)),[L,A.makeSpan(["mfrac"],[_]),B],e)},Jo=(r,e)=>{var t=new D.MathNode("mfrac",[ae(r.numer,e),ae(r.denom,e)]);if(!r.hasBarLine)t.setAttribute("linethickness","0px");else if(r.barSize){var n=ce(r.barSize,e);t.setAttribute("linethickness",N(n))}var a=vl(r.size,e.style);if(a.size!==e.style.size){t=new D.MathNode("mstyle",[t]);var s=a.size===O.DISPLAY.size?"true":"false";t.setAttribute("displaystyle",s),t.setAttribute("scriptlevel","0")}if(r.leftDelim!=null||r.rightDelim!=null){var l=[];if(r.leftDelim!=null){var i=new D.MathNode("mo",[new D.TextNode(r.leftDelim.replace("\\",""))]);i.setAttribute("fence","true"),l.push(i)}if(l.push(t),r.rightDelim!=null){var c=new D.MathNode("mo",[new D.TextNode(r.rightDelim.replace("\\",""))]);c.setAttribute("fence","true"),l.push(c)}return No(l)}return t};R({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0],s=e[1],l,i=null,c=null,d="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":l=!0;break;case"\\\\atopfrac":l=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":l=!1,i="(",c=")";break;case"\\\\bracefrac":l=!1,i="\\{",c="\\}";break;case"\\\\brackfrac":l=!1,i="[",c="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":d="display";break;case"\\tfrac":case"\\tbinom":d="text";break}return{type:"genfrac",mode:t.mode,continued:!1,numer:a,denom:s,hasBarLine:l,leftDelim:i,rightDelim:c,size:d,barSize:null}},htmlBuilder:Ko,mathmlBuilder:Jo}),R({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0],s=e[1];return{type:"genfrac",mode:t.mode,continued:!0,numer:a,denom:s,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),R({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(r){var{parser:e,funcName:t,token:n}=r,a;switch(t){case"\\over":a="\\frac";break;case"\\choose":a="\\binom";break;case"\\atop":a="\\\\atopfrac";break;case"\\brace":a="\\\\bracefrac";break;case"\\brack":a="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:e.mode,replaceWith:a,token:n}}});var xl=["display","text","script","scriptscript"],kl=function(e){var t=null;return e.length>0&&(t=e,t=t==="."?null:t),t};R({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(r,e){var{parser:t}=r,n=e[4],a=e[5],s=Yr(e[0]),l=s.type==="atom"&&s.family==="open"?kl(s.text):null,i=Yr(e[1]),c=i.type==="atom"&&i.family==="close"?kl(i.text):null,d=Y(e[2],"size"),f,p=null;d.isBlank?f=!0:(p=d.value,f=p.number>0);var b="auto",g=e[3];if(g.type==="ordgroup"){if(g.body.length>0){var k=Y(g.body[0],"textord");b=xl[Number(k.text)]}}else g=Y(g,"textord"),b=xl[Number(g.text)];return{type:"genfrac",mode:t.mode,numer:n,denom:a,continued:!1,hasBarLine:f,barSize:p,leftDelim:l,rightDelim:c,size:b}},htmlBuilder:Ko,mathmlBuilder:Jo}),R({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(r,e){var{parser:t,funcName:n,token:a}=r;return{type:"infix",mode:t.mode,replaceWith:"\\\\abovefrac",size:Y(e[0],"size").value,token:a}}}),R({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0],s=Sp(Y(e[1],"infix").size),l=e[2],i=s.number>0;return{type:"genfrac",mode:t.mode,numer:a,denom:l,continued:!1,hasBarLine:i,barSize:s,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Ko,mathmlBuilder:Jo});var wl=(r,e)=>{var t=e.style,n,a;r.type==="supsub"?(n=r.sup?ee(r.sup,e.havingStyle(t.sup()),e):ee(r.sub,e.havingStyle(t.sub()),e),a=Y(r.base,"horizBrace")):a=Y(r,"horizBrace");var s=ee(a.base,e.havingBaseStyle(O.DISPLAY)),l=dt.svgSpan(a,e),i;if(a.isOver?(i=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:l}]},e),i.children[0].children[0].children[1].classes.push("svg-align")):(i=A.makeVList({positionType:"bottom",positionData:s.depth+.1+l.height,children:[{type:"elem",elem:l},{type:"kern",size:.1},{type:"elem",elem:s}]},e),i.children[0].children[0].children[0].classes.push("svg-align")),n){var c=A.makeSpan(["mord",a.isOver?"mover":"munder"],[i],e);a.isOver?i=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:c},{type:"kern",size:.2},{type:"elem",elem:n}]},e):i=A.makeVList({positionType:"bottom",positionData:c.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:c}]},e)}return A.makeSpan(["mord",a.isOver?"mover":"munder"],[i],e)},Ym=(r,e)=>{var t=dt.mathMLnode(r.label);return new D.MathNode(r.isOver?"mover":"munder",[ae(r.base,e),t])};R({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:n}=r;return{type:"horizBrace",mode:t.mode,label:n,isOver:/^\\over/.test(n),base:e[0]}},htmlBuilder:wl,mathmlBuilder:Ym}),R({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[1],a=Y(e[0],"url").url;return t.settings.isTrusted({command:"\\href",url:a})?{type:"href",mode:t.mode,href:a,body:de(n)}:t.formatUnsupportedCmd("\\href")},htmlBuilder:(r,e)=>{var t=ge(r.body,e,!1);return A.makeAnchor(r.href,[],t,e)},mathmlBuilder:(r,e)=>{var t=vt(r.body,e);return t instanceof Le||(t=new Le("mrow",[t])),t.setAttribute("href",r.href),t}}),R({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=Y(e[0],"url").url;if(!t.settings.isTrusted({command:"\\url",url:n}))return t.formatUnsupportedCmd("\\url");for(var a=[],s=0;s<n.length;s++){var l=n[s];l==="~"&&(l="\\textasciitilde"),a.push({type:"textord",mode:"text",text:l})}var i={type:"text",mode:t.mode,font:"\\texttt",body:a};return{type:"href",mode:t.mode,href:n,body:de(i)}}}),R({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(r,e){var{parser:t}=r;return{type:"hbox",mode:t.mode,body:de(e[0])}},htmlBuilder(r,e){var t=ge(r.body,e,!1);return A.makeFragment(t)},mathmlBuilder(r,e){return new D.MathNode("mrow",Ae(r.body,e))}}),R({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:n,token:a}=r,s=Y(e[0],"raw").string,l=e[1];t.settings.strict&&t.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var i,c={};switch(n){case"\\htmlClass":c.class=s,i={command:"\\htmlClass",class:s};break;case"\\htmlId":c.id=s,i={command:"\\htmlId",id:s};break;case"\\htmlStyle":c.style=s,i={command:"\\htmlStyle",style:s};break;case"\\htmlData":{for(var d=s.split(","),f=0;f<d.length;f++){var p=d[f].split("=");if(p.length!==2)throw new z("Error parsing key-value for \\htmlData");c["data-"+p[0].trim()]=p[1].trim()}i={command:"\\htmlData",attributes:c};break}default:throw new Error("Unrecognized html command")}return t.settings.isTrusted(i)?{type:"html",mode:t.mode,attributes:c,body:de(l)}:t.formatUnsupportedCmd(n)},htmlBuilder:(r,e)=>{var t=ge(r.body,e,!1),n=["enclosing"];r.attributes.class&&n.push(...r.attributes.class.trim().split(/\s+/));var a=A.makeSpan(n,t,e);for(var s in r.attributes)s!=="class"&&r.attributes.hasOwnProperty(s)&&a.setAttribute(s,r.attributes[s]);return a},mathmlBuilder:(r,e)=>vt(r.body,e)}),R({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r;return{type:"htmlmathml",mode:t.mode,html:de(e[0]),mathml:de(e[1])}},htmlBuilder:(r,e)=>{var t=ge(r.html,e,!1);return A.makeFragment(t)},mathmlBuilder:(r,e)=>vt(r.mathml,e)});var Qo=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 z("Invalid size: '"+e+"' in \\includegraphics");var n={number:+(t[1]+t[2]),unit:t[3]};if(!Cs(n))throw new z("Invalid unit: '"+n.unit+"' in \\includegraphics.");return n};R({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(r,e,t)=>{var{parser:n}=r,a={number:0,unit:"em"},s={number:.9,unit:"em"},l={number:0,unit:"em"},i="";if(t[0])for(var c=Y(t[0],"raw").string,d=c.split(","),f=0;f<d.length;f++){var p=d[f].split("=");if(p.length===2){var b=p[1].trim();switch(p[0].trim()){case"alt":i=b;break;case"width":a=Qo(b);break;case"height":s=Qo(b);break;case"totalheight":l=Qo(b);break;default:throw new z("Invalid key: '"+p[0]+"' in \\includegraphics.")}}}var g=Y(e[0],"url").url;return i===""&&(i=g,i=i.replace(/^.*[\\/]/,""),i=i.substring(0,i.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:g})?{type:"includegraphics",mode:n.mode,alt:i,width:a,height:s,totalheight:l,src:g}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(r,e)=>{var t=ce(r.height,e),n=0;r.totalheight.number>0&&(n=ce(r.totalheight,e)-t);var a=0;r.width.number>0&&(a=ce(r.width,e));var s={height:N(t+n)};a>0&&(s.width=N(a)),n>0&&(s.verticalAlign=N(-n));var l=new Yp(r.src,r.alt,s);return l.height=t,l.depth=n,l},mathmlBuilder:(r,e)=>{var t=new D.MathNode("mglyph",[]);t.setAttribute("alt",r.alt);var n=ce(r.height,e),a=0;if(r.totalheight.number>0&&(a=ce(r.totalheight,e)-n,t.setAttribute("valign",N(-a))),t.setAttribute("height",N(n+a)),r.width.number>0){var s=ce(r.width,e);t.setAttribute("width",N(s))}return t.setAttribute("src",r.src),t}}),R({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(r,e){var{parser:t,funcName:n}=r,a=Y(e[0],"size");if(t.settings.strict){var s=n[1]==="m",l=a.value.unit==="mu";s?(l||t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, "+("not "+a.value.unit+" units")),t.mode!=="math"&&t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):l&&t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:t.mode,dimension:a.value}},htmlBuilder(r,e){return A.makeGlue(r.dimension,e)},mathmlBuilder(r,e){var t=ce(r.dimension,e);return new D.SpaceNode(t)}}),R({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0];return{type:"lap",mode:t.mode,alignment:n.slice(5),body:a}},htmlBuilder:(r,e)=>{var t;r.alignment==="clap"?(t=A.makeSpan([],[ee(r.body,e)]),t=A.makeSpan(["inner"],[t],e)):t=A.makeSpan(["inner"],[ee(r.body,e)]);var n=A.makeSpan(["fix"],[]),a=A.makeSpan([r.alignment],[t,n],e),s=A.makeSpan(["strut"]);return s.style.height=N(a.height+a.depth),a.depth&&(s.style.verticalAlign=N(-a.depth)),a.children.unshift(s),a=A.makeSpan(["thinbox"],[a],e),A.makeSpan(["mord","vbox"],[a],e)},mathmlBuilder:(r,e)=>{var t=new D.MathNode("mpadded",[ae(r.body,e)]);if(r.alignment!=="rlap"){var n=r.alignment==="llap"?"-1":"-0.5";t.setAttribute("lspace",n+"width")}return t.setAttribute("width","0px"),t}}),R({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(r,e){var{funcName:t,parser:n}=r,a=n.mode;n.switchMode("math");var s=t==="\\("?"\\)":"$",l=n.parseExpression(!1,s);return n.expect(s),n.switchMode(a),{type:"styling",mode:n.mode,style:"text",body:l}}}),R({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(r,e){throw new z("Mismatched "+r.funcName)}});var _l=(r,e)=>{switch(e.style.size){case O.DISPLAY.size:return r.display;case O.TEXT.size:return r.text;case O.SCRIPT.size:return r.script;case O.SCRIPTSCRIPT.size:return r.scriptscript;default:return r.text}};R({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(r,e)=>{var{parser:t}=r;return{type:"mathchoice",mode:t.mode,display:de(e[0]),text:de(e[1]),script:de(e[2]),scriptscript:de(e[3])}},htmlBuilder:(r,e)=>{var t=_l(r,e),n=ge(t,e,!1);return A.makeFragment(n)},mathmlBuilder:(r,e)=>{var t=_l(r,e);return vt(t,e)}});var Cl=(r,e,t,n,a,s,l)=>{r=A.makeSpan([],[r]);var i=t&&j.isCharacterBox(t),c,d;if(e){var f=ee(e,n.havingStyle(a.sup()),n);d={elem:f,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-f.depth)}}if(t){var p=ee(t,n.havingStyle(a.sub()),n);c={elem:p,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-p.height)}}var b;if(d&&c){var g=n.fontMetrics().bigOpSpacing5+c.elem.height+c.elem.depth+c.kern+r.depth+l;b=A.makeVList({positionType:"bottom",positionData:g,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:N(-s)},{type:"kern",size:c.kern},{type:"elem",elem:r},{type:"kern",size:d.kern},{type:"elem",elem:d.elem,marginLeft:N(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(c){var k=r.height-l;b=A.makeVList({positionType:"top",positionData:k,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:N(-s)},{type:"kern",size:c.kern},{type:"elem",elem:r}]},n)}else if(d){var S=r.depth+l;b=A.makeVList({positionType:"bottom",positionData:S,children:[{type:"elem",elem:r},{type:"kern",size:d.kern},{type:"elem",elem:d.elem,marginLeft:N(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else return r;var _=[b];if(c&&s!==0&&!i){var C=A.makeSpan(["mspace"],[],n);C.style.marginRight=N(s),_.unshift(C)}return A.makeSpan(["mop","op-limits"],_,n)},Sl=["\\smallint"],Ut=(r,e)=>{var t,n,a=!1,s;r.type==="supsub"?(t=r.sup,n=r.sub,s=Y(r.base,"op"),a=!0):s=Y(r,"op");var l=e.style,i=!1;l.size===O.DISPLAY.size&&s.symbol&&!j.contains(Sl,s.name)&&(i=!0);var c;if(s.symbol){var d=i?"Size2-Regular":"Size1-Regular",f="";if((s.name==="\\oiint"||s.name==="\\oiiint")&&(f=s.name.slice(1),s.name=f==="oiint"?"\\iint":"\\iiint"),c=A.makeSymbol(s.name,d,"math",e,["mop","op-symbol",i?"large-op":"small-op"]),f.length>0){var p=c.italic,b=A.staticSvg(f+"Size"+(i?"2":"1"),e);c=A.makeVList({positionType:"individualShift",children:[{type:"elem",elem:c,shift:0},{type:"elem",elem:b,shift:i?.08:0}]},e),s.name="\\"+f,c.classes.unshift("mop"),c.italic=p}}else if(s.body){var g=ge(s.body,e,!0);g.length===1&&g[0]instanceof Ne?(c=g[0],c.classes[0]="mop"):c=A.makeSpan(["mop"],g,e)}else{for(var k=[],S=1;S<s.name.length;S++)k.push(A.mathsym(s.name[S],s.mode,e));c=A.makeSpan(["mop"],k,e)}var _=0,C=0;return(c instanceof Ne||s.name==="\\oiint"||s.name==="\\oiiint")&&!s.suppressBaseShift&&(_=(c.height-c.depth)/2-e.fontMetrics().axisHeight,C=c.italic),a?Cl(c,t,n,e,l,C,_):(_&&(c.style.position="relative",c.style.top=N(_)),c)},hr=(r,e)=>{var t;if(r.symbol)t=new Le("mo",[Re(r.name,r.mode)]),j.contains(Sl,r.name)&&t.setAttribute("largeop","false");else if(r.body)t=new Le("mo",Ae(r.body,e));else{t=new Le("mi",[new cr(r.name.slice(1))]);var n=new Le("mo",[Re("⁡","text")]);r.parentIsSupSub?t=new Le("mrow",[t,n]):t=$s([t,n])}return t},Xm={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};R({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=n;return a.length===1&&(a=Xm[a]),{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:Ut,mathmlBuilder:hr}),R({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:de(n)}},htmlBuilder:Ut,mathmlBuilder:hr});var Km={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};R({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(r){var{parser:e,funcName:t}=r;return{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:Ut,mathmlBuilder:hr}),R({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(r){var{parser:e,funcName:t}=r;return{type:"op",mode:e.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:Ut,mathmlBuilder:hr}),R({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(r){var{parser:e,funcName:t}=r,n=t;return n.length===1&&(n=Km[n]),{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:Ut,mathmlBuilder:hr});var El=(r,e)=>{var t,n,a=!1,s;r.type==="supsub"?(t=r.sup,n=r.sub,s=Y(r.base,"operatorname"),a=!0):s=Y(r,"operatorname");var l;if(s.body.length>0){for(var i=s.body.map(p=>{var b=p.text;return typeof b=="string"?{type:"textord",mode:p.mode,text:b}:p}),c=ge(i,e.withFont("mathrm"),!0),d=0;d<c.length;d++){var f=c[d];f instanceof Ne&&(f.text=f.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}l=A.makeSpan(["mop"],c,e)}else l=A.makeSpan(["mop"],[],e);return a?Cl(l,t,n,e,e.style,0,0):l},Jm=(r,e)=>{for(var t=Ae(r.body,e.withFont("mathrm")),n=!0,a=0;a<t.length;a++){var s=t[a];if(!(s instanceof D.SpaceNode))if(s instanceof D.MathNode)switch(s.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var l=s.children[0];s.children.length===1&&l instanceof D.TextNode?l.text=l.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break}default:n=!1}else n=!1}if(n){var i=t.map(f=>f.toText()).join("");t=[new D.TextNode(i)]}var c=new D.MathNode("mi",t);c.setAttribute("mathvariant","normal");var d=new D.MathNode("mo",[Re("⁡","text")]);return r.parentIsSupSub?new D.MathNode("mrow",[c,d]):D.newDocumentFragment([c,d])};R({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(r,e)=>{var{parser:t,funcName:n}=r,a=e[0];return{type:"operatorname",mode:t.mode,body:de(a),alwaysHandleSupSub:n==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:El,mathmlBuilder:Jm}),y("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),Dt({type:"ordgroup",htmlBuilder(r,e){return r.semisimple?A.makeFragment(ge(r.body,e,!1)):A.makeSpan(["mord"],ge(r.body,e,!0),e)},mathmlBuilder(r,e){return vt(r.body,e,!0)}}),R({type:"overline",names:["\\overline"],props:{numArgs:1},handler(r,e){var{parser:t}=r,n=e[0];return{type:"overline",mode:t.mode,body:n}},htmlBuilder(r,e){var t=ee(r.body,e.havingCrampedStyle()),n=A.makeLineSpan("overline-line",e),a=e.fontMetrics().defaultRuleThickness,s=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t},{type:"kern",size:3*a},{type:"elem",elem:n},{type:"kern",size:a}]},e);return A.makeSpan(["mord","overline"],[s],e)},mathmlBuilder(r,e){var t=new D.MathNode("mo",[new D.TextNode("‾")]);t.setAttribute("stretchy","true");var n=new D.MathNode("mover",[ae(r.body,e),t]);return n.setAttribute("accent","true"),n}}),R({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"phantom",mode:t.mode,body:de(n)}},htmlBuilder:(r,e)=>{var t=ge(r.body,e.withPhantom(),!1);return A.makeFragment(t)},mathmlBuilder:(r,e)=>{var t=Ae(r.body,e);return new D.MathNode("mphantom",t)}}),R({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"hphantom",mode:t.mode,body:n}},htmlBuilder:(r,e)=>{var t=A.makeSpan([],[ee(r.body,e.withPhantom())]);if(t.height=0,t.depth=0,t.children)for(var n=0;n<t.children.length;n++)t.children[n].height=0,t.children[n].depth=0;return t=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t}]},e),A.makeSpan(["mord"],[t],e)},mathmlBuilder:(r,e)=>{var t=Ae(de(r.body),e),n=new D.MathNode("mphantom",t),a=new D.MathNode("mpadded",[n]);return a.setAttribute("height","0px"),a.setAttribute("depth","0px"),a}}),R({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,n=e[0];return{type:"vphantom",mode:t.mode,body:n}},htmlBuilder:(r,e)=>{var t=A.makeSpan(["inner"],[ee(r.body,e.withPhantom())]),n=A.makeSpan(["fix"],[]);return A.makeSpan(["mord","rlap"],[t,n],e)},mathmlBuilder:(r,e)=>{var t=Ae(de(r.body),e),n=new D.MathNode("mphantom",t),a=new D.MathNode("mpadded",[n]);return a.setAttribute("width","0px"),a}}),R({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(r,e){var{parser:t}=r,n=Y(e[0],"size").value,a=e[1];return{type:"raisebox",mode:t.mode,dy:n,body:a}},htmlBuilder(r,e){var t=ee(r.body,e),n=ce(r.dy,e);return A.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:t}]},e)},mathmlBuilder(r,e){var t=new D.MathNode("mpadded",[ae(r.body,e)]),n=r.dy.number+r.dy.unit;return t.setAttribute("voffset",n),t}}),R({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(r){var{parser:e}=r;return{type:"internal",mode:e.mode}}}),R({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(r,e,t){var{parser:n}=r,a=t[0],s=Y(e[0],"size"),l=Y(e[1],"size");return{type:"rule",mode:n.mode,shift:a&&Y(a,"size").value,width:s.value,height:l.value}},htmlBuilder(r,e){var t=A.makeSpan(["mord","rule"],[],e),n=ce(r.width,e),a=ce(r.height,e),s=r.shift?ce(r.shift,e):0;return t.style.borderRightWidth=N(n),t.style.borderTopWidth=N(a),t.style.bottom=N(s),t.width=n,t.height=a+s,t.depth=-s,t.maxFontSize=a*1.125*e.sizeMultiplier,t},mathmlBuilder(r,e){var t=ce(r.width,e),n=ce(r.height,e),a=r.shift?ce(r.shift,e):0,s=e.color&&e.getColor()||"black",l=new D.MathNode("mspace");l.setAttribute("mathbackground",s),l.setAttribute("width",N(t)),l.setAttribute("height",N(n));var i=new D.MathNode("mpadded",[l]);return a>=0?i.setAttribute("height",N(a)):(i.setAttribute("height",N(a)),i.setAttribute("depth",N(-a))),i.setAttribute("voffset",N(a)),i}});function Al(r,e,t){for(var n=ge(r,e,!1),a=e.sizeMultiplier/t.sizeMultiplier,s=0;s<n.length;s++){var l=n[s].classes.indexOf("sizing");l<0?Array.prototype.push.apply(n[s].classes,e.sizingClasses(t)):n[s].classes[l+1]==="reset-size"+e.size&&(n[s].classes[l+1]="reset-size"+t.size),n[s].height*=a,n[s].depth*=a}return A.makeFragment(n)}var Tl=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],Qm=(r,e)=>{var t=e.havingSize(r.size);return Al(r.body,t,e)};R({type:"sizing",names:Tl,props:{numArgs:0,allowedInText:!0},handler:(r,e)=>{var{breakOnTokenText:t,funcName:n,parser:a}=r,s=a.parseExpression(!1,t);return{type:"sizing",mode:a.mode,size:Tl.indexOf(n)+1,body:s}},htmlBuilder:Qm,mathmlBuilder:(r,e)=>{var t=e.havingSize(r.size),n=Ae(r.body,t),a=new D.MathNode("mstyle",n);return a.setAttribute("mathsize",N(t.sizeMultiplier)),a}}),R({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(r,e,t)=>{var{parser:n}=r,a=!1,s=!1,l=t[0]&&Y(t[0],"ordgroup");if(l)for(var i="",c=0;c<l.body.length;++c){var d=l.body[c];if(i=d.text,i==="t")a=!0;else if(i==="b")s=!0;else{a=!1,s=!1;break}}else a=!0,s=!0;var f=e[0];return{type:"smash",mode:n.mode,body:f,smashHeight:a,smashDepth:s}},htmlBuilder:(r,e)=>{var t=A.makeSpan([],[ee(r.body,e)]);if(!r.smashHeight&&!r.smashDepth)return t;if(r.smashHeight&&(t.height=0,t.children))for(var n=0;n<t.children.length;n++)t.children[n].height=0;if(r.smashDepth&&(t.depth=0,t.children))for(var a=0;a<t.children.length;a++)t.children[a].depth=0;var s=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t}]},e);return A.makeSpan(["mord"],[s],e)},mathmlBuilder:(r,e)=>{var t=new D.MathNode("mpadded",[ae(r.body,e)]);return r.smashHeight&&t.setAttribute("height","0px"),r.smashDepth&&t.setAttribute("depth","0px"),t}}),R({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(r,e,t){var{parser:n}=r,a=t[0],s=e[0];return{type:"sqrt",mode:n.mode,body:s,index:a}},htmlBuilder(r,e){var t=ee(r.body,e.havingCrampedStyle());t.height===0&&(t.height=e.fontMetrics().xHeight),t=A.wrapFragment(t,e);var n=e.fontMetrics(),a=n.defaultRuleThickness,s=a;e.style.id<O.TEXT.id&&(s=e.fontMetrics().xHeight);var l=a+s/4,i=t.height+t.depth+l+a,{span:c,ruleWidth:d,advanceWidth:f}=ht.sqrtImage(i,e),p=c.height-d;p>t.height+t.depth+l&&(l=(l+p-t.height-t.depth)/2);var b=c.height-t.height-l-d;t.style.paddingLeft=N(f);var g=A.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:t,wrapperClasses:["svg-align"]},{type:"kern",size:-(t.height+b)},{type:"elem",elem:c},{type:"kern",size:d}]},e);if(r.index){var k=e.havingStyle(O.SCRIPTSCRIPT),S=ee(r.index,k,e),_=.6*(g.height-g.depth),C=A.makeVList({positionType:"shift",positionData:-_,children:[{type:"elem",elem:S}]},e),E=A.makeSpan(["root"],[C]);return A.makeSpan(["mord","sqrt"],[E,g],e)}else return A.makeSpan(["mord","sqrt"],[g],e)},mathmlBuilder(r,e){var{body:t,index:n}=r;return n?new D.MathNode("mroot",[ae(t,e),ae(n,e)]):new D.MathNode("msqrt",[ae(t,e)])}});var Bl={display:O.DISPLAY,text:O.TEXT,script:O.SCRIPT,scriptscript:O.SCRIPTSCRIPT};R({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r,e){var{breakOnTokenText:t,funcName:n,parser:a}=r,s=a.parseExpression(!0,t),l=n.slice(1,n.length-5);return{type:"styling",mode:a.mode,style:l,body:s}},htmlBuilder(r,e){var t=Bl[r.style],n=e.havingStyle(t).withFont("");return Al(r.body,n,e)},mathmlBuilder(r,e){var t=Bl[r.style],n=e.havingStyle(t),a=Ae(r.body,n),s=new D.MathNode("mstyle",a),l={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},i=l[r.style];return s.setAttribute("scriptlevel",i[0]),s.setAttribute("displaystyle",i[1]),s}});var e4=function(e,t){var n=e.base;if(n)if(n.type==="op"){var a=n.limits&&(t.style.size===O.DISPLAY.size||n.alwaysHandleSupSub);return a?Ut:null}else if(n.type==="operatorname"){var s=n.alwaysHandleSupSub&&(t.style.size===O.DISPLAY.size||n.limits);return s?El:null}else{if(n.type==="accent")return j.isCharacterBox(n.base)?Fo:null;if(n.type==="horizBrace"){var l=!e.sub;return l===n.isOver?wl:null}else return null}else return null};Dt({type:"supsub",htmlBuilder(r,e){var t=e4(r,e);if(t)return t(r,e);var{base:n,sup:a,sub:s}=r,l=ee(n,e),i,c,d=e.fontMetrics(),f=0,p=0,b=n&&j.isCharacterBox(n);if(a){var g=e.havingStyle(e.style.sup());i=ee(a,g,e),b||(f=l.height-g.fontMetrics().supDrop*g.sizeMultiplier/e.sizeMultiplier)}if(s){var k=e.havingStyle(e.style.sub());c=ee(s,k,e),b||(p=l.depth+k.fontMetrics().subDrop*k.sizeMultiplier/e.sizeMultiplier)}var S;e.style===O.DISPLAY?S=d.sup1:e.style.cramped?S=d.sup3:S=d.sup2;var _=e.sizeMultiplier,C=N(.5/d.ptPerEm/_),E=null;if(c){var T=r.base&&r.base.type==="op"&&r.base.name&&(r.base.name==="\\oiint"||r.base.name==="\\oiiint");(l instanceof Ne||T)&&(E=N(-l.italic))}var V;if(i&&c){f=Math.max(f,S,i.depth+.25*d.xHeight),p=Math.max(p,d.sub2);var L=d.defaultRuleThickness,B=4*L;if(f-i.depth-(c.height-p)<B){p=B-(f-i.depth)+c.height;var F=.8*d.xHeight-(f-i.depth);F>0&&(f+=F,p-=F)}var H=[{type:"elem",elem:c,shift:p,marginRight:C,marginLeft:E},{type:"elem",elem:i,shift:-f,marginRight:C}];V=A.makeVList({positionType:"individualShift",children:H},e)}else if(c){p=Math.max(p,d.sub1,c.height-.8*d.xHeight);var K=[{type:"elem",elem:c,marginLeft:E,marginRight:C}];V=A.makeVList({positionType:"shift",positionData:p,children:K},e)}else if(i)f=Math.max(f,S,i.depth+.25*d.xHeight),V=A.makeVList({positionType:"shift",positionData:-f,children:[{type:"elem",elem:i,marginRight:C}]},e);else throw new Error("supsub must have either sup or sub.");var Z=qo(l,"right")||"mord";return A.makeSpan([Z],[l,A.makeSpan(["msupsub"],[V])],e)},mathmlBuilder(r,e){var t=!1,n,a;r.base&&r.base.type==="horizBrace"&&(a=!!r.sup,a===r.base.isOver&&(t=!0,n=r.base.isOver)),r.base&&(r.base.type==="op"||r.base.type==="operatorname")&&(r.base.parentIsSupSub=!0);var s=[ae(r.base,e)];r.sub&&s.push(ae(r.sub,e)),r.sup&&s.push(ae(r.sup,e));var l;if(t)l=n?"mover":"munder";else if(r.sub)if(r.sup){var d=r.base;d&&d.type==="op"&&d.limits&&e.style===O.DISPLAY||d&&d.type==="operatorname"&&d.alwaysHandleSupSub&&(e.style===O.DISPLAY||d.limits)?l="munderover":l="msubsup"}else{var c=r.base;c&&c.type==="op"&&c.limits&&(e.style===O.DISPLAY||c.alwaysHandleSupSub)||c&&c.type==="operatorname"&&c.alwaysHandleSupSub&&(c.limits||e.style===O.DISPLAY)?l="munder":l="msub"}else{var i=r.base;i&&i.type==="op"&&i.limits&&(e.style===O.DISPLAY||i.alwaysHandleSupSub)||i&&i.type==="operatorname"&&i.alwaysHandleSupSub&&(i.limits||e.style===O.DISPLAY)?l="mover":l="msup"}return new D.MathNode(l,s)}}),Dt({type:"atom",htmlBuilder(r,e){return A.mathsym(r.text,r.mode,e,["m"+r.family])},mathmlBuilder(r,e){var t=new D.MathNode("mo",[Re(r.text,r.mode)]);if(r.family==="bin"){var n=Lo(r,e);n==="bold-italic"&&t.setAttribute("mathvariant",n)}else r.family==="punct"?t.setAttribute("separator","true"):(r.family==="open"||r.family==="close")&&t.setAttribute("stretchy","false");return t}});var Ml={mi:"italic",mn:"normal",mtext:"normal"};Dt({type:"mathord",htmlBuilder(r,e){return A.makeOrd(r,e,"mathord")},mathmlBuilder(r,e){var t=new D.MathNode("mi",[Re(r.text,r.mode,e)]),n=Lo(r,e)||"italic";return n!==Ml[t.type]&&t.setAttribute("mathvariant",n),t}}),Dt({type:"textord",htmlBuilder(r,e){return A.makeOrd(r,e,"textord")},mathmlBuilder(r,e){var t=Re(r.text,r.mode,e),n=Lo(r,e)||"normal",a;return r.mode==="text"?a=new D.MathNode("mtext",[t]):/[0-9]/.test(r.text)?a=new D.MathNode("mn",[t]):r.text==="\\prime"?a=new D.MathNode("mo",[t]):a=new D.MathNode("mi",[t]),n!==Ml[a.type]&&a.setAttribute("mathvariant",n),a}});var e0={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},t0={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Dt({type:"spacing",htmlBuilder(r,e){if(t0.hasOwnProperty(r.text)){var t=t0[r.text].className||"";if(r.mode==="text"){var n=A.makeOrd(r,e,"textord");return n.classes.push(t),n}else return A.makeSpan(["mspace",t],[A.mathsym(r.text,r.mode,e)],e)}else{if(e0.hasOwnProperty(r.text))return A.makeSpan(["mspace",e0[r.text]],[],e);throw new z('Unknown type of space "'+r.text+'"')}},mathmlBuilder(r,e){var t;if(t0.hasOwnProperty(r.text))t=new D.MathNode("mtext",[new D.TextNode(" ")]);else{if(e0.hasOwnProperty(r.text))return new D.MathNode("mspace");throw new z('Unknown type of space "'+r.text+'"')}return t}});var Vl=()=>{var r=new D.MathNode("mtd",[]);return r.setAttribute("width","50%"),r};Dt({type:"tag",mathmlBuilder(r,e){var t=new D.MathNode("mtable",[new D.MathNode("mtr",[Vl(),new D.MathNode("mtd",[vt(r.body,e)]),Vl(),new D.MathNode("mtd",[vt(r.tag,e)])])]);return t.setAttribute("width","100%"),t}});var Dl={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},ql={"\\textbf":"textbf","\\textmd":"textmd"},t4={"\\textit":"textit","\\textup":"textup"},zl=(r,e)=>{var t=r.font;return t?Dl[t]?e.withTextFontFamily(Dl[t]):ql[t]?e.withTextFontWeight(ql[t]):e.withTextFontShape(t4[t]):e};R({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(r,e){var{parser:t,funcName:n}=r,a=e[0];return{type:"text",mode:t.mode,body:de(a),font:n}},htmlBuilder(r,e){var t=zl(r,e),n=ge(r.body,t,!0);return A.makeSpan(["mord","text"],n,t)},mathmlBuilder(r,e){var t=zl(r,e);return vt(r.body,t)}}),R({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"underline",mode:t.mode,body:e[0]}},htmlBuilder(r,e){var t=ee(r.body,e),n=A.makeLineSpan("underline-line",e),a=e.fontMetrics().defaultRuleThickness,s=A.makeVList({positionType:"top",positionData:t.height,children:[{type:"kern",size:a},{type:"elem",elem:n},{type:"kern",size:3*a},{type:"elem",elem:t}]},e);return A.makeSpan(["mord","underline"],[s],e)},mathmlBuilder(r,e){var t=new D.MathNode("mo",[new D.TextNode("‾")]);t.setAttribute("stretchy","true");var n=new D.MathNode("munder",[ae(r.body,e),t]);return n.setAttribute("accentunder","true"),n}}),R({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(r,e){var{parser:t}=r;return{type:"vcenter",mode:t.mode,body:e[0]}},htmlBuilder(r,e){var t=ee(r.body,e),n=e.fontMetrics().axisHeight,a=.5*(t.height-n-(t.depth+n));return A.makeVList({positionType:"shift",positionData:a,children:[{type:"elem",elem:t}]},e)},mathmlBuilder(r,e){return new D.MathNode("mpadded",[ae(r.body,e)],["vcenter"])}}),R({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(r,e,t){throw new z("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(r,e){for(var t=Nl(r),n=[],a=e.havingStyle(e.style.text()),s=0;s<t.length;s++){var l=t[s];l==="~"&&(l="\\textasciitilde"),n.push(A.makeSymbol(l,"Typewriter-Regular",r.mode,a,["mord","texttt"]))}return A.makeSpan(["mord","text"].concat(a.sizingClasses(e)),A.tryCombineChars(n),a)},mathmlBuilder(r,e){var t=new D.TextNode(Nl(r)),n=new D.MathNode("mtext",[t]);return n.setAttribute("mathvariant","monospace"),n}});var Nl=r=>r.body.replace(/ /g,r.star?"␣":" "),kt=Is,Ll=`[ \r
293
293
  ]`,r4="\\\\[a-zA-Z@]+",n4="\\\\[^\uD800-\uDFFF]",o4="("+r4+")"+Ll+"*",a4=`\\\\(
294
294
  |[ \r ]+
295
295
  ?)[ \r ]*`,r0="[̀-ͯ]",s4=new RegExp(r0+"+$"),l4="("+Ll+"+)|"+(a4+"|")+"([!-\\[\\]-‧‪-퟿豈-￿]"+(r0+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(r0+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+o4)+("|"+n4+")");class Rl{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(l4,"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 Xe("EOF",new Ve(this,t,t));var n=this.tokenRegex.exec(e);if(n===null||n.index!==t)throw new z("Unexpected character: '"+e[t]+"'",new Xe(e[t],new Ve(this,t,t+1)));var a=n[6]||n[3]||(n[2]?"\\ ":" ");if(this.catcodes[a]===14){var s=e.indexOf(`
296
- `,this.tokenRegex.lastIndex);return s===-1?(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=s+1,this.lex()}return new Xe(a,new Ve(this,t,this.tokenRegex.lastIndex))}}class i4{constructor(e,t){e===void 0&&(e={}),t===void 0&&(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(this.undefStack.length===0)throw new z("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)&&(e[t]==null?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,n){if(n===void 0&&(n=!1),n){for(var a=0;a<this.undefStack.length;a++)delete this.undefStack[a][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var s=this.undefStack[this.undefStack.length-1];s&&!s.hasOwnProperty(e)&&(s[e]=this.current[e])}t==null?delete this.current[e]:this.current[e]=t}}var c4=hl;y("\\noexpand",function(r){var e=r.popToken();return r.isExpandable(e.text)&&(e.noexpand=!0,e.treatAsRelax=!0),{tokens:[e],numArgs:0}}),y("\\expandafter",function(r){var e=r.popToken();return r.expandOnce(!0),{tokens:[e],numArgs:0}}),y("\\@firstoftwo",function(r){var e=r.consumeArgs(2);return{tokens:e[0],numArgs:0}}),y("\\@secondoftwo",function(r){var e=r.consumeArgs(2);return{tokens:e[1],numArgs:0}}),y("\\@ifnextchar",function(r){var e=r.consumeArgs(3);r.consumeSpaces();var t=r.future();return e[0].length===1&&e[0][0].text===t.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}}),y("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),y("\\TextOrMath",function(r){var e=r.consumeArgs(2);return r.mode==="text"?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});var Fl={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};y("\\char",function(r){var e=r.popToken(),t,n="";if(e.text==="'")t=8,e=r.popToken();else if(e.text==='"')t=16,e=r.popToken();else if(e.text==="`")if(e=r.popToken(),e.text[0]==="\\")n=e.text.charCodeAt(1);else{if(e.text==="EOF")throw new z("\\char` missing argument");n=e.text.charCodeAt(0)}else t=10;if(t){if(n=Fl[e.text],n==null||n>=t)throw new z("Invalid base-"+t+" digit "+e.text);for(var a;(a=Fl[r.future().text])!=null&&a<t;)n*=t,n+=a,r.popToken()}return"\\@char{"+n+"}"});var n0=(r,e,t)=>{var n=r.consumeArg().tokens;if(n.length!==1)throw new z("\\newcommand's first argument must be a macro name");var a=n[0].text,s=r.isDefined(a);if(s&&!e)throw new z("\\newcommand{"+a+"} attempting to redefine "+(a+"; use \\renewcommand"));if(!s&&!t)throw new z("\\renewcommand{"+a+"} when command "+a+" does not yet exist; use \\newcommand");var l=0;if(n=r.consumeArg().tokens,n.length===1&&n[0].text==="["){for(var i="",c=r.expandNextToken();c.text!=="]"&&c.text!=="EOF";)i+=c.text,c=r.expandNextToken();if(!i.match(/^\s*[0-9]+\s*$/))throw new z("Invalid number of arguments: "+i);l=parseInt(i),n=r.consumeArg().tokens}return r.macros.set(a,{tokens:n,numArgs:l}),""};y("\\newcommand",r=>n0(r,!1,!0)),y("\\renewcommand",r=>n0(r,!0,!1)),y("\\providecommand",r=>n0(r,!0,!0)),y("\\message",r=>{var e=r.consumeArgs(1)[0];return console.log(e.reverse().map(t=>t.text).join("")),""}),y("\\errmessage",r=>{var e=r.consumeArgs(1)[0];return console.error(e.reverse().map(t=>t.text).join("")),""}),y("\\show",r=>{var e=r.popToken(),t=e.text;return console.log(e,r.macros.get(t),kt[t],se.math[t],se.text[t]),""}),y("\\bgroup","{"),y("\\egroup","}"),y("~","\\nobreakspace"),y("\\lq","`"),y("\\rq","'"),y("\\aa","\\r a"),y("\\AA","\\r A"),y("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),y("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),y("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),y("ℬ","\\mathscr{B}"),y("ℰ","\\mathscr{E}"),y("ℱ","\\mathscr{F}"),y("ℋ","\\mathscr{H}"),y("ℐ","\\mathscr{I}"),y("ℒ","\\mathscr{L}"),y("ℳ","\\mathscr{M}"),y("ℛ","\\mathscr{R}"),y("ℭ","\\mathfrak{C}"),y("ℌ","\\mathfrak{H}"),y("ℨ","\\mathfrak{Z}"),y("\\Bbbk","\\Bbb{k}"),y("·","\\cdotp"),y("\\llap","\\mathllap{\\textrm{#1}}"),y("\\rlap","\\mathrlap{\\textrm{#1}}"),y("\\clap","\\mathclap{\\textrm{#1}}"),y("\\mathstrut","\\vphantom{(}"),y("\\underbar","\\underline{\\text{#1}}"),y("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),y("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),y("\\ne","\\neq"),y("≠","\\neq"),y("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),y("∉","\\notin"),y("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),y("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),y("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),y("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),y("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),y("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),y("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),y("⟂","\\perp"),y("‼","\\mathclose{!\\mkern-0.8mu!}"),y("∌","\\notni"),y("⌜","\\ulcorner"),y("⌝","\\urcorner"),y("⌞","\\llcorner"),y("⌟","\\lrcorner"),y("©","\\copyright"),y("®","\\textregistered"),y("️","\\textregistered"),y("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),y("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),y("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),y("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),y("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),y("⋮","\\vdots"),y("\\varGamma","\\mathit{\\Gamma}"),y("\\varDelta","\\mathit{\\Delta}"),y("\\varTheta","\\mathit{\\Theta}"),y("\\varLambda","\\mathit{\\Lambda}"),y("\\varXi","\\mathit{\\Xi}"),y("\\varPi","\\mathit{\\Pi}"),y("\\varSigma","\\mathit{\\Sigma}"),y("\\varUpsilon","\\mathit{\\Upsilon}"),y("\\varPhi","\\mathit{\\Phi}"),y("\\varPsi","\\mathit{\\Psi}"),y("\\varOmega","\\mathit{\\Omega}"),y("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),y("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),y("\\boxed","\\fbox{$\\displaystyle{#1}$}"),y("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),y("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),y("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var Il={",":"\\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"};y("\\dots",function(r){var e="\\dotso",t=r.expandAfterFuture().text;return t in Il?e=Il[t]:(t.slice(0,4)==="\\not"||t in se.math&&H.contains(["bin","rel"],se.math[t].group))&&(e="\\dotsb"),e});var o0={")":!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};y("\\dotso",function(r){var e=r.future().text;return e in o0?"\\ldots\\,":"\\ldots"}),y("\\dotsc",function(r){var e=r.future().text;return e in o0&&e!==","?"\\ldots\\,":"\\ldots"}),y("\\cdots",function(r){var e=r.future().text;return e in o0?"\\@cdots\\,":"\\@cdots"}),y("\\dotsb","\\cdots"),y("\\dotsm","\\cdots"),y("\\dotsi","\\!\\cdots"),y("\\dotsx","\\ldots\\,"),y("\\DOTSI","\\relax"),y("\\DOTSB","\\relax"),y("\\DOTSX","\\relax"),y("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),y("\\,","\\tmspace+{3mu}{.1667em}"),y("\\thinspace","\\,"),y("\\>","\\mskip{4mu}"),y("\\:","\\tmspace+{4mu}{.2222em}"),y("\\medspace","\\:"),y("\\;","\\tmspace+{5mu}{.2777em}"),y("\\thickspace","\\;"),y("\\!","\\tmspace-{3mu}{.1667em}"),y("\\negthinspace","\\!"),y("\\negmedspace","\\tmspace-{4mu}{.2222em}"),y("\\negthickspace","\\tmspace-{5mu}{.277em}"),y("\\enspace","\\kern.5em "),y("\\enskip","\\hskip.5em\\relax"),y("\\quad","\\hskip1em\\relax"),y("\\qquad","\\hskip2em\\relax"),y("\\tag","\\@ifstar\\tag@literal\\tag@paren"),y("\\tag@paren","\\tag@literal{({#1})}"),y("\\tag@literal",r=>{if(r.macros.get("\\df@tag"))throw new z("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),y("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),y("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),y("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),y("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),y("\\newline","\\\\\\relax"),y("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var Pl=L(Je["Main-Regular"]["T".charCodeAt(0)][1]-.7*Je["Main-Regular"]["A".charCodeAt(0)][1]);y("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+Pl+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),y("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+Pl+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),y("\\hspace","\\@ifstar\\@hspacer\\@hspace"),y("\\@hspace","\\hskip #1\\relax"),y("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),y("\\ordinarycolon",":"),y("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),y("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),y("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),y("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),y("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),y("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),y("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),y("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),y("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),y("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),y("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),y("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),y("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),y("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),y("∷","\\dblcolon"),y("∹","\\eqcolon"),y("≔","\\coloneqq"),y("≕","\\eqqcolon"),y("⩴","\\Coloneqq"),y("\\ratio","\\vcentcolon"),y("\\coloncolon","\\dblcolon"),y("\\colonequals","\\coloneqq"),y("\\coloncolonequals","\\Coloneqq"),y("\\equalscolon","\\eqqcolon"),y("\\equalscoloncolon","\\Eqqcolon"),y("\\colonminus","\\coloneq"),y("\\coloncolonminus","\\Coloneq"),y("\\minuscolon","\\eqcolon"),y("\\minuscoloncolon","\\Eqcolon"),y("\\coloncolonapprox","\\Colonapprox"),y("\\coloncolonsim","\\Colonsim"),y("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),y("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),y("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),y("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),y("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),y("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),y("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),y("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),y("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),y("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),y("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),y("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),y("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),y("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),y("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),y("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),y("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),y("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),y("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),y("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),y("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),y("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),y("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),y("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),y("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),y("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),y("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),y("\\imath","\\html@mathml{\\@imath}{ı}"),y("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),y("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),y("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),y("⟦","\\llbracket"),y("⟧","\\rrbracket"),y("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),y("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),y("⦃","\\lBrace"),y("⦄","\\rBrace"),y("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),y("⦵","\\minuso"),y("\\darr","\\downarrow"),y("\\dArr","\\Downarrow"),y("\\Darr","\\Downarrow"),y("\\lang","\\langle"),y("\\rang","\\rangle"),y("\\uarr","\\uparrow"),y("\\uArr","\\Uparrow"),y("\\Uarr","\\Uparrow"),y("\\N","\\mathbb{N}"),y("\\R","\\mathbb{R}"),y("\\Z","\\mathbb{Z}"),y("\\alef","\\aleph"),y("\\alefsym","\\aleph"),y("\\Alpha","\\mathrm{A}"),y("\\Beta","\\mathrm{B}"),y("\\bull","\\bullet"),y("\\Chi","\\mathrm{X}"),y("\\clubs","\\clubsuit"),y("\\cnums","\\mathbb{C}"),y("\\Complex","\\mathbb{C}"),y("\\Dagger","\\ddagger"),y("\\diamonds","\\diamondsuit"),y("\\empty","\\emptyset"),y("\\Epsilon","\\mathrm{E}"),y("\\Eta","\\mathrm{H}"),y("\\exist","\\exists"),y("\\harr","\\leftrightarrow"),y("\\hArr","\\Leftrightarrow"),y("\\Harr","\\Leftrightarrow"),y("\\hearts","\\heartsuit"),y("\\image","\\Im"),y("\\infin","\\infty"),y("\\Iota","\\mathrm{I}"),y("\\isin","\\in"),y("\\Kappa","\\mathrm{K}"),y("\\larr","\\leftarrow"),y("\\lArr","\\Leftarrow"),y("\\Larr","\\Leftarrow"),y("\\lrarr","\\leftrightarrow"),y("\\lrArr","\\Leftrightarrow"),y("\\Lrarr","\\Leftrightarrow"),y("\\Mu","\\mathrm{M}"),y("\\natnums","\\mathbb{N}"),y("\\Nu","\\mathrm{N}"),y("\\Omicron","\\mathrm{O}"),y("\\plusmn","\\pm"),y("\\rarr","\\rightarrow"),y("\\rArr","\\Rightarrow"),y("\\Rarr","\\Rightarrow"),y("\\real","\\Re"),y("\\reals","\\mathbb{R}"),y("\\Reals","\\mathbb{R}"),y("\\Rho","\\mathrm{P}"),y("\\sdot","\\cdot"),y("\\sect","\\S"),y("\\spades","\\spadesuit"),y("\\sub","\\subset"),y("\\sube","\\subseteq"),y("\\supe","\\supseteq"),y("\\Tau","\\mathrm{T}"),y("\\thetasym","\\vartheta"),y("\\weierp","\\wp"),y("\\Zeta","\\mathrm{Z}"),y("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),y("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),y("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),y("\\bra","\\mathinner{\\langle{#1}|}"),y("\\ket","\\mathinner{|{#1}\\rangle}"),y("\\braket","\\mathinner{\\langle{#1}\\rangle}"),y("\\Bra","\\left\\langle#1\\right|"),y("\\Ket","\\left|#1\\right\\rangle");var Ol=r=>e=>{var t=e.consumeArg().tokens,n=e.consumeArg().tokens,a=e.consumeArg().tokens,s=e.consumeArg().tokens,l=e.macros.get("|"),i=e.macros.get("\\|");e.macros.beginGroup();var c=p=>b=>{r&&(b.macros.set("|",l),a.length&&b.macros.set("\\|",i));var g=p;if(!p&&a.length){var k=b.future();k.text==="|"&&(b.popToken(),g=!0)}return{tokens:g?a:n,numArgs:0}};e.macros.set("|",c(!1)),a.length&&e.macros.set("\\|",c(!0));var d=e.consumeArg().tokens,f=e.expandTokens([...s,...d,...t]);return e.macros.endGroup(),{tokens:f.reverse(),numArgs:0}};y("\\bra@ket",Ol(!1)),y("\\bra@set",Ol(!0)),y("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),y("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),y("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),y("\\angln","{\\angl n}"),y("\\blue","\\textcolor{##6495ed}{#1}"),y("\\orange","\\textcolor{##ffa500}{#1}"),y("\\pink","\\textcolor{##ff00af}{#1}"),y("\\red","\\textcolor{##df0030}{#1}"),y("\\green","\\textcolor{##28ae7b}{#1}"),y("\\gray","\\textcolor{gray}{#1}"),y("\\purple","\\textcolor{##9d38bd}{#1}"),y("\\blueA","\\textcolor{##ccfaff}{#1}"),y("\\blueB","\\textcolor{##80f6ff}{#1}"),y("\\blueC","\\textcolor{##63d9ea}{#1}"),y("\\blueD","\\textcolor{##11accd}{#1}"),y("\\blueE","\\textcolor{##0c7f99}{#1}"),y("\\tealA","\\textcolor{##94fff5}{#1}"),y("\\tealB","\\textcolor{##26edd5}{#1}"),y("\\tealC","\\textcolor{##01d1c1}{#1}"),y("\\tealD","\\textcolor{##01a995}{#1}"),y("\\tealE","\\textcolor{##208170}{#1}"),y("\\greenA","\\textcolor{##b6ffb0}{#1}"),y("\\greenB","\\textcolor{##8af281}{#1}"),y("\\greenC","\\textcolor{##74cf70}{#1}"),y("\\greenD","\\textcolor{##1fab54}{#1}"),y("\\greenE","\\textcolor{##0d923f}{#1}"),y("\\goldA","\\textcolor{##ffd0a9}{#1}"),y("\\goldB","\\textcolor{##ffbb71}{#1}"),y("\\goldC","\\textcolor{##ff9c39}{#1}"),y("\\goldD","\\textcolor{##e07d10}{#1}"),y("\\goldE","\\textcolor{##a75a05}{#1}"),y("\\redA","\\textcolor{##fca9a9}{#1}"),y("\\redB","\\textcolor{##ff8482}{#1}"),y("\\redC","\\textcolor{##f9685d}{#1}"),y("\\redD","\\textcolor{##e84d39}{#1}"),y("\\redE","\\textcolor{##bc2612}{#1}"),y("\\maroonA","\\textcolor{##ffbde0}{#1}"),y("\\maroonB","\\textcolor{##ff92c6}{#1}"),y("\\maroonC","\\textcolor{##ed5fa6}{#1}"),y("\\maroonD","\\textcolor{##ca337c}{#1}"),y("\\maroonE","\\textcolor{##9e034e}{#1}"),y("\\purpleA","\\textcolor{##ddd7ff}{#1}"),y("\\purpleB","\\textcolor{##c6b9fc}{#1}"),y("\\purpleC","\\textcolor{##aa87ff}{#1}"),y("\\purpleD","\\textcolor{##7854ab}{#1}"),y("\\purpleE","\\textcolor{##543b78}{#1}"),y("\\mintA","\\textcolor{##f5f9e8}{#1}"),y("\\mintB","\\textcolor{##edf2df}{#1}"),y("\\mintC","\\textcolor{##e0e5cc}{#1}"),y("\\grayA","\\textcolor{##f6f7f7}{#1}"),y("\\grayB","\\textcolor{##f0f1f2}{#1}"),y("\\grayC","\\textcolor{##e3e5e6}{#1}"),y("\\grayD","\\textcolor{##d6d8da}{#1}"),y("\\grayE","\\textcolor{##babec2}{#1}"),y("\\grayF","\\textcolor{##888d93}{#1}"),y("\\grayG","\\textcolor{##626569}{#1}"),y("\\grayH","\\textcolor{##3b3e40}{#1}"),y("\\grayI","\\textcolor{##21242c}{#1}"),y("\\kaBlue","\\textcolor{##314453}{#1}"),y("\\kaGreen","\\textcolor{##71B307}{#1}");var $l={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class u4{constructor(e,t,n){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 i4(c4,t.macros),this.mode=n,this.stack=[]}feed(e){this.lexer=new Rl(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&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,n,a;if(e){if(this.consumeSpaces(),this.future().text!=="[")return null;t=this.popToken(),{tokens:a,end:n}=this.consumeArg(["]"])}else({tokens:a,start:t,end:n}=this.consumeArg());return this.pushToken(new Xe("EOF",n.loc)),this.pushTokens(a),t.range(n,"")}consumeSpaces(){for(;;){var e=this.future();if(e.text===" ")this.stack.pop();else break}}consumeArg(e){var t=[],n=e&&e.length>0;n||this.consumeSpaces();var a=this.future(),s,l=0,i=0;do{if(s=this.popToken(),t.push(s),s.text==="{")++l;else if(s.text==="}"){if(--l,l===-1)throw new z("Extra }",s)}else if(s.text==="EOF")throw new z("Unexpected end of input in a macro argument, expected '"+(e&&n?e[i]:"}")+"'",s);if(e&&n)if((l===0||l===1&&e[i]==="{")&&s.text===e[i]){if(++i,i===e.length){t.splice(-i,i);break}}else i=0}while(l!==0||n);return a.text==="{"&&t[t.length-1].text==="}"&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:a,end:s}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new z("The length of delimiters doesn't match the number of args!");for(var n=t[0],a=0;a<n.length;a++){var s=this.popToken();if(n[a]!==s.text)throw new z("Use of the macro doesn't match its definition",s)}}for(var l=[],i=0;i<e;i++)l.push(this.consumeArg(t&&t[i+1]).tokens);return l}expandOnce(e){var t=this.popToken(),n=t.text,a=t.noexpand?null:this._getExpansion(n);if(a==null||e&&a.unexpandable){if(e&&a==null&&n[0]==="\\"&&!this.isDefined(n))throw new z("Undefined control sequence: "+n);return this.pushToken(t),!1}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new z("Too many expansions: infinite loop or need to increase maxExpand setting");var s=a.tokens,l=this.consumeArgs(a.numArgs,a.delimiters);if(a.numArgs){s=s.slice();for(var i=s.length-1;i>=0;--i){var c=s[i];if(c.text==="#"){if(i===0)throw new z("Incomplete placeholder at end of macro body",c);if(c=s[--i],c.text==="#")s.splice(i+1,1);else if(/^[1-9]$/.test(c.text))s.splice(i,2,...l[+c.text-1]);else throw new z("Not a valid argument number",c)}}}return this.pushTokens(s),s.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){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 Xe(e)]):void 0}expandTokens(e){var t=[],n=this.stack.length;for(this.pushTokens(e);this.stack.length>n;)if(this.expandOnce(!0)===!1){var a=this.stack.pop();a.treatAsRelax&&(a.noexpand=!1,a.treatAsRelax=!1),t.push(a)}return t}expandMacroAsText(e){var t=this.expandMacro(e);return t&&t.map(n=>n.text).join("")}_getExpansion(e){var t=this.macros.get(e);if(t==null)return t;if(e.length===1){var n=this.lexer.catcodes[e];if(n!=null&&n!==13)return}var a=typeof t=="function"?t(this):t;if(typeof a=="string"){var s=0;if(a.indexOf("#")!==-1)for(var l=a.replace(/##/g,"");l.indexOf("#"+(s+1))!==-1;)++s;for(var i=new Rl(a,this.settings),c=[],d=i.lex();d.text!=="EOF";)c.push(d),d=i.lex();c.reverse();var f={tokens:c,numArgs:s};return f}return a}isDefined(e){return this.macros.has(e)||kt.hasOwnProperty(e)||se.math.hasOwnProperty(e)||se.text.hasOwnProperty(e)||$l.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return t!=null?typeof t=="string"||typeof t=="function"||!t.unexpandable:kt.hasOwnProperty(e)&&!kt[e].primitive}}var Hl=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,nn=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","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),a0={"́":{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"}},jl={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};class fr{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 u4(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(t===void 0&&(t=!0),this.fetch().text!==e)throw new z("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(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 Xe("}")),this.gullet.pushTokens(e);var n=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,n}parseExpression(e,t){for(var n=[];;){this.mode==="math"&&this.consumeSpaces();var a=this.fetch();if(fr.endOfExpression.indexOf(a.text)!==-1||t&&a.text===t||e&&kt[a.text]&&kt[a.text].infix)break;var s=this.parseAtom(t);if(s){if(s.type==="internal")continue}else break;n.push(s)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(e){for(var t=-1,n,a=0;a<e.length;a++)if(e[a].type==="infix"){if(t!==-1)throw new z("only one infix operator per group",e[a].token);t=a,n=e[a].replaceWith}if(t!==-1&&n){var s,l,i=e.slice(0,t),c=e.slice(t+1);i.length===1&&i[0].type==="ordgroup"?s=i[0]:s={type:"ordgroup",mode:this.mode,body:i},c.length===1&&c[0].type==="ordgroup"?l=c[0]:l={type:"ordgroup",mode:this.mode,body:c};var d;return n==="\\\\abovefrac"?d=this.callFunction(n,[s,e[t],l],[]):d=this.callFunction(n,[s,l],[]),[d]}else return e}handleSupSubscript(e){var t=this.fetch(),n=t.text;this.consume(),this.consumeSpaces();var a=this.parseGroup(e);if(!a)throw new z("Expected group after '"+n+"'",t);return a}formatUnsupportedCmd(e){for(var t=[],n=0;n<e.length;n++)t.push({type:"textord",mode:"text",text:e[n]});var a={type:"text",mode:this.mode,body:t},s={type:"color",mode:this.mode,color:this.settings.errorColor,body:[a]};return s}parseAtom(e){var t=this.parseGroup("atom",e);if(this.mode==="text")return t;for(var n,a;;){this.consumeSpaces();var s=this.fetch();if(s.text==="\\limits"||s.text==="\\nolimits"){if(t&&t.type==="op"){var l=s.text==="\\limits";t.limits=l,t.alwaysHandleSupSub=!0}else if(t&&t.type==="operatorname")t.alwaysHandleSupSub&&(t.limits=s.text==="\\limits");else throw new z("Limit controls must follow a math operator",s);this.consume()}else if(s.text==="^"){if(n)throw new z("Double superscript",s);n=this.handleSupSubscript("superscript")}else if(s.text==="_"){if(a)throw new z("Double subscript",s);a=this.handleSupSubscript("subscript")}else if(s.text==="'"){if(n)throw new z("Double superscript",s);var i={type:"textord",mode:this.mode,text:"\\prime"},c=[i];for(this.consume();this.fetch().text==="'";)c.push(i),this.consume();this.fetch().text==="^"&&c.push(this.handleSupSubscript("superscript")),n={type:"ordgroup",mode:this.mode,body:c}}else if(nn[s.text]){var d=nn[s.text],f=Hl.test(s.text);for(this.consume();;){var p=this.fetch().text;if(!nn[p]||Hl.test(p)!==f)break;this.consume(),d+=nn[p]}var b=new fr(d,this.settings).parse();f?a={type:"ordgroup",mode:"math",body:b}:n={type:"ordgroup",mode:"math",body:b}}else break}return n||a?{type:"supsub",mode:this.mode,base:t,sup:n,sub:a}:t}parseFunction(e,t){var n=this.fetch(),a=n.text,s=kt[a];if(!s)return null;if(this.consume(),t&&t!=="atom"&&!s.allowedInArgument)throw new z("Got function '"+a+"' with no arguments"+(t?" as "+t:""),n);if(this.mode==="text"&&!s.allowedInText)throw new z("Can't use function '"+a+"' in text mode",n);if(this.mode==="math"&&s.allowedInMath===!1)throw new z("Can't use function '"+a+"' in math mode",n);var{args:l,optArgs:i}=this.parseArguments(a,s);return this.callFunction(a,l,i,n,e)}callFunction(e,t,n,a,s){var l={funcName:e,parser:this,token:a,breakOnTokenText:s},i=kt[e];if(i&&i.handler)return i.handler(l,t,n);throw new z("No function handler for "+e)}parseArguments(e,t){var n=t.numArgs+t.numOptionalArgs;if(n===0)return{args:[],optArgs:[]};for(var a=[],s=[],l=0;l<n;l++){var i=t.argTypes&&t.argTypes[l],c=l<t.numOptionalArgs;(t.primitive&&i==null||t.type==="sqrt"&&l===1&&s[0]==null)&&(i="primitive");var d=this.parseGroupOfType("argument to '"+e+"'",i,c);if(c)s.push(d);else if(d!=null)a.push(d);else throw new z("Null argument, please report this as a bug")}return{args:a,optArgs:s}}parseGroupOfType(e,t,n){switch(t){case"color":return this.parseColorGroup(n);case"size":return this.parseSizeGroup(n);case"url":return this.parseUrlGroup(n);case"math":case"text":return this.parseArgumentGroup(n,t);case"hbox":{var a=this.parseArgumentGroup(n,"text");return a!=null?{type:"styling",mode:a.mode,body:[a],style:"text"}:null}case"raw":{var s=this.parseStringGroup("raw",n);return s!=null?{type:"raw",mode:"text",string:s.text}:null}case"primitive":{if(n)throw new z("A primitive argument cannot be optional");var l=this.parseGroup(e);if(l==null)throw new z("Expected group as "+e,this.fetch());return l}case"original":case null:case void 0:return this.parseArgumentGroup(n);default:throw new z("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(e,t){var n=this.gullet.scanArgument(t);if(n==null)return null;for(var a="",s;(s=this.fetch()).text!=="EOF";)a+=s.text,this.consume();return this.consume(),n.text=a,n}parseRegexGroup(e,t){for(var n=this.fetch(),a=n,s="",l;(l=this.fetch()).text!=="EOF"&&e.test(s+l.text);)a=l,s+=a.text,this.consume();if(s==="")throw new z("Invalid "+t+": '"+n.text+"'",n);return n.range(a,s)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(t==null)return null;var n=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!n)throw new z("Invalid color: '"+t.text+"'",t);var a=n[0];return/^[0-9a-f]{6}$/i.test(a)&&(a="#"+a),{type:"color-token",mode:this.mode,color:a}}parseSizeGroup(e){var t,n=!1;if(this.gullet.consumeSpaces(),!e&&this.gullet.future().text!=="{"?t=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):t=this.parseStringGroup("size",e),!t)return null;!e&&t.text.length===0&&(t.text="0pt",n=!0);var a=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!a)throw new z("Invalid size: '"+t.text+"'",t);var s={number:+(a[1]+a[2]),unit:a[3]};if(!Cs(s))throw new z("Invalid unit: '"+s.unit+"'",t);return{type:"size",mode:this.mode,value:s,isBlank:n}}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),t==null)return null;var n=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}}parseArgumentGroup(e,t){var n=this.gullet.scanArgument(e);if(n==null)return null;var a=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var s=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var l={type:"ordgroup",mode:this.mode,loc:n.loc,body:s};return t&&this.switchMode(a),l}parseGroup(e,t){var n=this.fetch(),a=n.text,s;if(a==="{"||a==="\\begingroup"){this.consume();var l=a==="{"?"}":"\\endgroup";this.gullet.beginGroup();var i=this.parseExpression(!1,l),c=this.fetch();this.expect(l),this.gullet.endGroup(),s={type:"ordgroup",mode:this.mode,loc:Ve.range(n,c),body:i,semisimple:a==="\\begingroup"||void 0}}else if(s=this.parseFunction(t,e)||this.parseSymbol(),s==null&&a[0]==="\\"&&!$l.hasOwnProperty(a)){if(this.settings.throwOnError)throw new z("Undefined control sequence: "+a,n);s=this.formatUnsupportedCmd(a),this.consume()}return s}formLigatures(e){for(var t=e.length-1,n=0;n<t;++n){var a=e[n],s=a.text;s==="-"&&e[n+1].text==="-"&&(n+1<t&&e[n+2].text==="-"?(e.splice(n,3,{type:"textord",mode:"text",loc:Ve.range(a,e[n+2]),text:"---"}),t-=2):(e.splice(n,2,{type:"textord",mode:"text",loc:Ve.range(a,e[n+1]),text:"--"}),t-=1)),(s==="'"||s==="`")&&e[n+1].text===s&&(e.splice(n,2,{type:"textord",mode:"text",loc:Ve.range(a,e[n+1]),text:s+s}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var n=t.slice(5),a=n.charAt(0)==="*";if(a&&(n=n.slice(1)),n.length<2||n.charAt(0)!==n.slice(-1))throw new z(`\\verb assertion failed --
297
- please report what input caused this bug`);return n=n.slice(1,-1),{type:"verb",mode:"text",body:n,star:a}}jl.hasOwnProperty(t[0])&&!se[this.mode][t[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=jl[t[0]]+t.slice(1));var s=s4.exec(t);s&&(t=t.substring(0,s.index),t==="i"?t="ı":t==="j"&&(t="ȷ"));var l;if(se[this.mode][t]){this.settings.strict&&this.mode==="math"&&Mo.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var i=se[this.mode][t].group,c=Ve.range(e),d;if(Jp.hasOwnProperty(i)){var f=i;d={type:"atom",mode:this.mode,family:f,loc:c,text:t}}else d={type:i,mode:this.mode,loc:c,text:t};l=d}else if(t.charCodeAt(0)>=128)this.settings.strict&&(vs(t.charCodeAt(0))?this.mode==="math"&&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)),l={type:"textord",mode:"text",loc:Ve.range(e),text:t};else return null;if(this.consume(),s)for(var p=0;p<s[0].length;p++){var b=s[0][p];if(!a0[b])throw new z("Unknown accent ' "+b+"'",e);var g=a0[b][this.mode]||a0[b].text;if(!g)throw new z("Accent "+b+" unsupported in "+this.mode+" mode",e);l={type:"accent",mode:this.mode,loc:Ve.range(e),label:g,isStretchy:!1,isShifty:!0,base:l}}return l}}fr.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var s0=function(e,t){if(!(typeof e=="string"||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var n=new fr(e,t);delete n.gullet.macros.current["\\df@tag"];var a=n.parse();if(delete n.gullet.macros.current["\\current@color"],delete n.gullet.macros.current["\\color"],n.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new z("\\tag works only in display equations");a=[{type:"tag",mode:"text",body:a,tag:n.subparse([new Xe("\\df@tag")])}]}return a},Ul=function(e,t,n){t.textContent="";var a=l0(e,n).toNode();t.appendChild(a)};typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),Ul=function(){throw new z("KaTeX doesn't work in quirks mode.")});var d4=function(e,t){var n=l0(e,t).toMarkup();return n},h4=function(e,t){var n=new vo(t);return s0(e,n)},Gl=function(e,t,n){if(n.throwOnError||!(e instanceof z))throw e;var a=A.makeSpan(["katex-error"],[new Ne(t)]);return a.setAttribute("title",e.toString()),a.setAttribute("style","color:"+n.errorColor),a},l0=function(e,t){var n=new vo(t);try{var a=s0(e,n);return km(a,e,n)}catch(s){return Gl(s,e,n)}},f4=function(e,t){var n=new vo(t);try{var a=s0(e,n);return wm(a,e,n)}catch(s){return Gl(s,e,n)}},p4={version:"0.16.8",render:Ul,renderToString:d4,ParseError:z,SETTINGS_SCHEMA:Lr,__parse:h4,__renderToDomTree:l0,__renderToHTMLTree:f4,__setFontMetrics:Up,__defineSymbol:u,__defineFunction:R,__defineMacro:y,__domTree:{Span:lr,Anchor:So,SymbolNode:Ne,SvgNode:lt,PathNode:bt,LineNode:Eo}};const m4=["innerHTML"],g4=o.defineComponent({__name:"EpKatex",props:{content:{},center:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean},type:{},mandateLevel:{}},setup(r){const e=r,t=o.ref();o.onMounted(()=>{t.value&&p4.render(String.raw`${e.content}`,t.value,{throwOnError:!1,output:"html"})});const n=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{center:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(ve,{title:s.title,type:s.type,hideIcon:s.hideIcon,icon:o.unref(hd),mandateLevel:s.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",{class:o.normalizeClass(`p-4 ${o.unref(a)?"flex justify-center":""}`)},[o.createElementVNode("div",{ref_key:"renderKatex",ref:t},null,512)],2)]),_:2},[n.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:n.value},null,8,m4)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),LX="",Zl=Et(g4,[["__scopeId","data-v-24ff8b28"]]),i0=Object.freeze(Object.defineProperty({__proto__:null,default:Zl},Symbol.toStringTag,{value:"Module"})),b4=["innerHTML"],y4={class:"flex justify-center"},v4={class:"w-4/5"},x4={class:"font-medium tracking-wider"},c0=o.defineComponent({__name:"EpLink",props:{url:{},title:{},intentions:{default:""},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"primary"},hideIcon:{type:Boolean,default:!1},labelCard:{},icon:{}},setup(r){const e=r,t=o.computed(()=>e.icon?e.icon:yd),n=o.computed(()=>`absolute ${Oe("bg",e.type+"light")} bottom-0 w-0 left-1/2 h-full -translate-x-1/2 transition-all ease-in-out duration-300 group-hover:w-[105%] -z-[1] group-focus:w-[105%]`),{url:a,title:s,intentions:l,mandateLevel:i,hideIcon:c}=o.toRefs(e);return(d,f)=>(o.openBlock(),o.createBlock(ve,{title:d.labelCard,icon:t.value,flat:"",type:d.type,hideIcon:o.unref(c),mandateLevel:o.unref(i)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",y4,[o.createElementVNode("div",v4,[o.createVNode(Ce,{block:"",color:d.type==="base"?"text-black":"text-white",rounded:"",type:d.type,prependIcon:t.value,href:o.unref(a),extraClass:"group font-medium tracking-wide relative inline-flex justify-center overflow-hidden z-10 transition-all duration-300 ease-in-out "},{default:o.withCtx(()=>[o.createElementVNode("span",x4,o.toDisplayString(o.unref(s)),1),o.createElementVNode("span",{class:o.normalizeClass(n.value)},null,2)]),_:1},8,["color","type","prependIcon","href"])])])]),_:2},[o.unref(xe)(o.unref(l))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(xe)(o.unref(l))},null,8,b4)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"]))}}),u0=Object.freeze(Object.defineProperty({__proto__:null,default:c0},Symbol.toStringTag,{value:"Module"})),k4={key:0},w4={key:1},_4={key:2},Wl=o.defineComponent({__name:"EpLinkVersion",props:{type:{},link:{},big:{type:Boolean,default:!1}},setup(r){const e=r,{type:t,link:n,big:a}=o.toRefs(e);return(s,l)=>o.unref(t)==="button"?(o.openBlock(),o.createElementBlock("div",k4,[o.createVNode(c0,{title:o.unref(n).title,url:o.unref(n).url},null,8,["title","url"])])):o.unref(t)==="iframe"?(o.openBlock(),o.createElementBlock("div",w4,[o.createVNode(bo,{title:o.unref(n).title,src:o.unref(n).url,big:o.unref(a)},null,8,["title","src","big"])])):(o.openBlock(),o.createElementBlock("div",_4," no data "))}}),d0=Object.freeze(Object.defineProperty({__proto__:null,default:Wl},Symbol.toStringTag,{value:"Module"})),C4=["innerHTML"],S4={class:"flex flex-col items-center border rounded-lg bg-neutral-100 md:flex-row mt-2"},E4=["src","alt"],A4={key:1,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},T4={class:"w-full"},B4={class:"w-full px-5"},M4={class:"flex justify-between items-center rounded-t-md p-2"},V4="https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg",Yl=o.defineComponent({__name:"EpSoftware",props:{url:{},cover:{default:""},title:{},mandateLevel:{},intentions:{default:""},version_link:{},hideCover:{type:Boolean,default:!1},version:{},type:{default:"base"},hideIcon:{type:Boolean,default:!1},labelCard:{}},setup(r){const e=r,t=o.computed(()=>!(e.cover===V4||e.cover.trim().length===0)),{title:n,intentions:a,cover:s,hideCover:l,version:i,labelCard:c,hideIcon:d,mandateLevel:f,url:p}=o.toRefs(e);return(b,g)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(c),icon:o.unref(Xa),flat:"",type:b.type,hideIcon:o.unref(d),mandateLevel:o.unref(f)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",S4,[o.unref(l)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[t.value?(o.openBlock(),o.createElementBlock("img",{key:0,class:"object-cover h-24 w-full rounded-t-lg object-cover md:h-auto md:w-24 md:rounded-none md:rounded-l-lg",src:o.unref(s),alt:`image de la lecture ${o.unref(n)}`},null,8,E4)):(o.openBlock(),o.createElementBlock("div",A4,[o.createVNode(re,{"icon-path":o.unref(Xa),size:"95"},null,8,["icon-path"])]))],64)),o.createElementVNode("div",T4,[o.createElementVNode("div",B4,[o.createElementVNode("div",M4,[o.createElementVNode("h4",null,[o.createTextVNode(o.toDisplayString(o.unref(n))+" ",1),o.unref(i)?(o.openBlock(),o.createBlock(Tt,{key:0,size:"small",type:"base"},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(i)),1)]),_:1})):o.createCommentVNode("",!0)]),o.unref(p)?(o.openBlock(),o.createBlock(Ce,{key:0,rounded:"",type:"base",prependIcon:o.unref(Ja),href:o.unref(p)},{default:o.withCtx(()=>[o.createTextVNode("[Accéder au logiciel]")]),_:1},8,["prependIcon","href"])):o.createCommentVNode("",!0)])])])])]),actions:o.withCtx(()=>[]),_:2},[o.unref(xe)(o.unref(a))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(xe)(o.unref(a))},null,8,C4)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"]))}}),h0=Object.freeze(Object.defineProperty({__proto__:null,default:Yl},Symbol.toStringTag,{value:"Module"})),D4=["innerHTML"],q4={class:"flex justify-center"},z4={key:0,class:"w-4/5"},N4=["innerHTML"],Xl=o.defineComponent({__name:"EpSvg",props:{desc:{},title:{},content:{},mandateLevel:{},type:{}},setup(r){const e=r,t=o.computed(()=>e.desc?xe(e.desc):null),{title:n,content:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(n),icon:o.unref(Ya),flat:"",type:s.type,mandateLevel:s.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",q4,[o.unref(a)?(o.openBlock(),o.createElementBlock("div",z4,[o.createElementVNode("div",{innerHTML:o.unref(a),class:"md:w-96 w-56 mx-auto"},null,8,N4)])):o.createCommentVNode("",!0)])]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,D4)]),key:"0"}:void 0]),1032,["title","icon","type","mandateLevel"]))}}),f0=Object.freeze(Object.defineProperty({__proto__:null,default:Xl},Symbol.toStringTag,{value:"Module"})),L4=o.createElementVNode("span",{class:"absolute top-0 left-0 flex w-full h-0 mb-0 transition-all duration-300 ease-out transform translate-y-0 bg-primary group-hover:h-full opacity-90"},null,-1),R4={class:"relative group-hover:text-primary-light"},F4={class:"mb-2 flex items-center justify-between"},I4={class:"font-bold text-2xl"},P4={class:"text-sm font-light text-error italic"},O4={key:0,class:"text-xs"},$4={class:"mb-4 flex items-center justify-between"},H4=o.createElementVNode("h3",{class:"text-primary font-bold"},"Définition",-1),j4={key:0,class:"text-xs"},U4={class:"font-bold"},G4={key:2,class:"text-sm mt-2"},Z4=o.createElementVNode("span",{class:"mr-2 font-bold"},"Variations :",-1),W4={key:3,class:"text-sm mt-2"},Y4=o.createElementVNode("span",{class:"mr-2 font-bold"},"Relations :",-1),X4={class:"flex justify-end"},Kl=o.defineComponent({__name:"EpTerm",props:{term:{default:"test"},word:{},definition:{},variations:{default:""},domain:{},graminfo:{},relations:{default:""},idrelation:{default:""},labelClose:{default:"Fermer"},src:{}},setup(r){const e=r,t=o.ref(!1),n=o.computed(()=>e.term!==e.word?`(${e.word})`:null),a=o.computed(()=>{var C;let g=null,k=(C=e.variations)==null?void 0:C.trim();return(k==null?void 0:k.length)>0&&(g=k.split(",")),g}),s=o.computed(()=>{var C;let g=null,k=(C=e.relations)==null?void 0:C.trim();return(k==null?void 0:k.length)>0&&(g=k.split(",")),g});o.computed(()=>{var C;let g=null,k=(C=e.idrelation)==null?void 0:C.trim();return(k==null?void 0:k.length)>0&&(g=k.split(",")),g});const l=o.computed(()=>e.domain==="null"?null:e.domain),i=()=>{t.value=!t.value},c=g=>{const k=g.innerHTML,C=xe(k);g.innerHTML=C},{term:d,graminfo:f,labelClose:p,src:b}=o.toRefs(e);return(g,k)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[o.createElementVNode("span",{onClick:i,class:"cursor-pointer border-primary border text-primary px-2 py-1 rounded group overflow-hidden relative"},[L4,o.createElementVNode("span",R4,[o.createTextVNode(o.toDisplayString(g.word)+" ",1),o.createVNode(re,{"icon-path":o.unref(Za),size:"18"},null,8,["icon-path"])])]),o.createVNode(nr,{modelValue:t.value,"onUpdate:modelValue":k[1]||(k[1]=C=>t.value=C),size:"compact"},{default:o.withCtx(()=>[o.createElementVNode("div",F4,[o.createElementVNode("div",null,[o.createElementVNode("h3",I4,[o.createTextVNode(o.toDisplayString(o.unref(d))+" ",1),o.createElementVNode("span",P4,o.toDisplayString(o.unref(f)),1)]),n.value?(o.openBlock(),o.createElementBlock("h4",O4,o.toDisplayString(n.value),1)):o.createCommentVNode("",!0)]),o.createElementVNode("div",null,[o.createVNode(re,{"icon-path":o.unref(Za)},null,8,["icon-path"])])]),o.createVNode(Bt,{color:"primary",margin:"mb-2"}),o.createElementVNode("div",$4,[H4,l.value?(o.openBlock(),o.createElementBlock("span",j4,[o.createTextVNode("Domaine : "),o.createElementVNode("span",U4,o.toDisplayString(l.value),1)])):o.createCommentVNode("",!0)]),o.createElementVNode("div",{ref:c},[o.renderSlot(g.$slots,"default")]),o.unref(b)?(o.openBlock(),o.createBlock(At,{key:0,src:o.unref(b)},null,8,["src"])):o.createCommentVNode("",!0),a.value||s.value?(o.openBlock(),o.createBlock(Bt,{key:1})):o.createCommentVNode("",!0),a.value?(o.openBlock(),o.createElementBlock("div",G4,[Z4,(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(a.value,(C,w)=>(o.openBlock(),o.createElementBlock("span",{key:`variation-${w}`},o.toDisplayString(C)+o.toDisplayString(a.value.length>w+1?", ":"."),1))),128))])):o.createCommentVNode("",!0),s.value?(o.openBlock(),o.createElementBlock("div",W4,[Y4,(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(s.value,(C,w)=>(o.openBlock(),o.createBlock(Ce,{key:`relation-${w}`,size:"small",rounded:"","extra-class":"mr-2"},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(C),1)]),_:2},1024))),128))])):o.createCommentVNode("",!0),o.createElementVNode("div",X4,[o.createVNode(Ce,{type:"error",outlined:"",onClick:k[0]||(k[0]=C=>t.value=!1),rounded:""},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(p)),1)]),_:1})])]),_:3},8,["modelValue"])],64))}}),on=Object.freeze(Object.defineProperty({__proto__:null,default:Kl},Symbol.toStringTag,{value:"Module"})),an={noTag:{bg:"bg-white",text:"text-black",border:"border-grey-900"},"blue-grey":{bg:"bg-blue-grey",text:"text-blue-grey",border:"border-blue-grey"},red:{bg:"bg-red-600",text:"text-red-600",border:"border-red-600"},pink:{bg:"bg-pink-600",text:"text-pink-600",border:"border-pink-600"},purple:{bg:"bg-purple-600",text:"text-purple-600",border:"border-purple-600"},"deep-purple":{bg:"bg-deep-purple",text:"text-deep-purple",border:"border-deep-purple"},indigo:{bg:"bg-indigo-600",text:"text-indigo-600",border:"border-indigo-600"},blue:{bg:"bg-blue-600",text:"text-blue-600",border:"border-blue-600"},cyan:{bg:"bg-cyan-600",text:"text-cyan-600",border:"border-cyan-600"},teal:{bg:"bg-teal-600",text:"text-teal-600",border:"border-teal-600"},green:{bg:"bg-green-600",text:"text-green-600",border:"border-green-600"},"light-green":{bg:"bg-light-green",text:"text-light-green",border:"border-light-green"},lime:{bg:"bg-lime-600",text:"text-lime-600",border:"border-lime-600"},"light-blue":{bg:"bg-light-blue",text:"text-light-blue",border:"border-light-blue"},"deep-orange":{bg:"bg-deep-orange",text:"text-deep-orange",border:"border-deep-orange"},orange:{bg:"bg-orange-600",text:"text-orange-600",border:"border-orange-600"},brown:{bg:"bg-brown",text:"text-brown",border:"border-brown"}},K4={key:0,class:"font-bold"},J4={key:1,class:"text-xs ml-1"},Q4={key:2,class:"mx-4"},e2={key:3,class:"font-bold"},t2={key:4,class:"text-xs ml-1"},r2={key:0,class:"flex-1"},n2=["innerHTML"],o2=o.defineComponent({__name:"TimelineItem",props:{title:{default:"En savoir plus"},date:{},event:{}},setup(r){const e=r,t=o.ref(!0),n=o.ref();o.onMounted(()=>{var p=n.value;t.value&&(p.style.maxHeight=p.scrollHeight+"px")});function a(){t.value=!t.value;var p=n.value;p.style.maxHeight?p.style.maxHeight=null:p.style.maxHeight=p.scrollHeight+"px",p.style.transition||(p.style.transition="max-height 0.2s ease-out")}const s=o.computed(()=>e.event.start_date?d(e.event.start_date):null),l=o.computed(()=>e.event.end_date?d(e.event.end_date):null),i=o.computed(()=>e.event.media.url.trim()!==""?e.event.media.url:null),c=o.computed(()=>e.event.tag?an[e.event.tag.color]:an.noTag),d=p=>{const b=p.day?`${p.day}/`:"",g=p.month?`${p.month}/`:"",k=p.year,C=p.hour,w=p.minute?`:${p.minute}`:"";return{date:b+g+k,hour:C+w}},{event:f}=o.toRefs(e);return(p,b)=>{var g,k,C,w,S,E,T;return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(`cursor-pointer ml-10 relative flex items-center p-2 ${c.value.border} border border-2 rounded-r-lg mb-8 flex-col md:flex-row space-y-4 md:space-y-0`),onClick:a},[o.createElementVNode("div",{class:o.normalizeClass(`w-5 h-5 bg-white border-2 ${c.value.border} absolute -left-12 transform -translate-x-2/4 rounded-full z-10 mt-2 md:mt-0`)},null,2),o.createElementVNode("div",{class:o.normalizeClass(`w-10 border ${c.value.border} absolute -left-10 z-0`)},null,2),o.createElementVNode("div",null,[o.createElementVNode("div",{class:o.normalizeClass(`${c.value.text} text-sm`)},[(g=s.value)!=null&&g.date.trim()?(o.openBlock(),o.createElementBlock("span",K4,o.toDisplayString(s.value.date),1)):o.createCommentVNode("",!0),(k=s.value)!=null&&k.hour.trim()?(o.openBlock(),o.createElementBlock("span",J4,o.toDisplayString(s.value.hour),1)):o.createCommentVNode("",!0),(C=l.value)!=null&&C.date.trim()?(o.openBlock(),o.createElementBlock("span",Q4,"-")):o.createCommentVNode("",!0),(w=l.value)!=null&&w.date.trim()?(o.openBlock(),o.createElementBlock("span",e2,o.toDisplayString(l.value.date),1)):o.createCommentVNode("",!0),(S=l.value)!=null&&S.hour.trim()?(o.openBlock(),o.createElementBlock("span",t2,o.toDisplayString(l.value.hour),1)):o.createCommentVNode("",!0)],2),o.createElementVNode("h1",{class:o.normalizeClass(`text-2xl ${c.value.text}`)},o.toDisplayString((E=o.unref(f).text)==null?void 0:E.headline),3),o.createElementVNode("div",{ref_key:"collapsible",ref:n,class:"content"},[o.createElementVNode("div",{class:o.normalizeClass(`${i.value?"flex":""} py-4`)},[i.value?(o.openBlock(),o.createElementBlock("div",r2,[o.createVNode(At,{noModal:"",cols:"8",src:i.value,alt:(T=o.unref(f).text)==null?void 0:T.headline},null,8,["src","alt"])])):o.createCommentVNode("",!0),o.createElementVNode("div",{class:"flex-1",innerHTML:o.unref(xe)(o.unref(f).text.text)},null,8,n2)],2)],512)])],2)}}}),RX="",Jl=Et(o2,[["__scopeId","data-v-523dedc7"]]),p0=Object.freeze(Object.defineProperty({__proto__:null,default:Jl},Symbol.toStringTag,{value:"Module"})),a2={class:"w-10/12 md:w-7/12 lg:6/12 mx-auto relative"},s2={class:"text-2xl mb-2"},l2={class:"my-4"},i2=["onClick"],c2={class:"border-l-4 pl-1 transition-all"},Ql=o.defineComponent({__name:"EpTimeLine",props:{tags:{},events:{},title:{}},setup(r){const e=r,t=o.ref();o.onMounted(()=>{e.tags&&(t.value=e.tags.map(c=>({...c,active:!1})))});const n=c=>{const d=an[c];return d||an.noTag},a=o.computed(()=>{var c;return((c=t.value)==null?void 0:c.filter(d=>d.active))||[]}),s=o.computed(()=>a.value.length===0?e.events:e.events.filter(d=>{if(d.tag)return a.value.some(f=>{var p;return f.id===((p=d.tag)==null?void 0:p.id)})})),l=c=>{c.active=!c.active},{title:i}=o.toRefs(e);return(c,d)=>{var f,p,b,g,k,C;return o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("div",a2,[o.createElementVNode("h3",s2,o.toDisplayString((b=(p=(f=o.unref(i))==null?void 0:f.title)==null?void 0:p.text)==null?void 0:b.headline),1),o.createElementVNode("p",null,o.toDisplayString((C=(k=(g=o.unref(i))==null?void 0:g.title)==null?void 0:k.text)==null?void 0:C.text),1),o.createElementVNode("div",l2,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(t.value,w=>(o.openBlock(),o.createElementBlock("span",{key:w.id,onClick:S=>l(w),class:o.normalizeClass(`mr-2 cursor-pointer text-sm px-2 py-1 rounded border ${n(w.color).border} ${w.active?"text-white":n(w.color).text} ${w.active?n(w.color).bg:""}`)},[o.createTextVNode(o.toDisplayString(w.title)+" ",1),o.createVNode(re,{"icon-path":w.active?o.unref(ld):o.unref(sd),size:"14"},null,8,["icon-path"])],10,i2))),128))]),o.createElementVNode("div",c2,[o.createVNode(o.TransitionGroup,{name:"list",tag:"ul"},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(s.value,(w,S)=>(o.openBlock(),o.createBlock(Jl,{key:`${S}-card-${w.id}`,event:w},null,8,["event"]))),128))]),_:1})])])])}}}),FX="",m0=Object.freeze(Object.defineProperty({__proto__:null,default:Ql},Symbol.toStringTag,{value:"Module"})),u2=["innerHTML"],d2={class:"max-w-screen-sm mx-auto"},h2=["src"],f2=["src"],ei=o.defineComponent({__name:"EpVideo",props:{src:{},title:{},intentions:{},credits:{},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(r){const e=r,t=o.ref(),n=o.computed(()=>!!(e.src.endsWith(".mp4")||e.src.endsWith(".ogg")||e.src.endsWith(".webm"))),a=o.computed(()=>{const f=e.src;return!n.value&&f.includes("https://vimeo.com/")?f.replace("https://vimeo.com/","https://player.vimeo.com/video/"):!n.value&&f.includes("https://www.youtube.com/watch?")?f.replace("https://www.youtube.com/watch?v=","https://www.youtube.com/embed/"):f}),s=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{src:l,title:i,hideIcon:c,type:d}=o.toRefs(e);return(f,p)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(i),type:o.unref(d),hideIcon:o.unref(c),icon:o.unref(Qa),mandateLevel:f.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",d2,[n.value?(o.openBlock(),o.createElementBlock("video",{key:0,ref_key:"video",ref:t,controls:"",src:o.unref(l),width:"640",controlsList:"nodownload"},null,8,h2)):(o.openBlock(),o.createElementBlock("iframe",{key:1,src:a.value,width:"100%",height:"360",frameborder:"0",allowfullscreen:""},null,8,f2))])]),_:2},[s.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:s.value},null,8,u2)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),g0=Object.freeze(Object.defineProperty({__proto__:null,default:ei},Symbol.toStringTag,{value:"Module"})),p2=["innerHTML"],m2={class:"max-w-screen-sm mx-auto"},g2=["src"],ti=o.defineComponent({__name:"EpVideoPanopto",props:{src:{},title:{},intentions:{},credits:{},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{src:n,title:a,hideIcon:s,type:l}=o.toRefs(e);return(i,c)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(a),type:o.unref(l),hideIcon:o.unref(s),icon:o.unref(Qa),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",m2,[o.createElementVNode("iframe",{src:o.unref(n),width:"100%",height:"360",frameborder:"0",allowfullscreen:""},null,8,g2)])]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,p2)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),b0=Object.freeze(Object.defineProperty({__proto__:null,default:ti},Symbol.toStringTag,{value:"Module"})),b2={},y2={class:"duotone-filters h-0",xmlns:"http://www.w3.org/2000/svg"},v2=[o.createStaticVNode(`<filter id="duotone-bluered"><feColorMatrix type="matrix" result="grayscale" values="1 0 0 0 0
296
+ `,this.tokenRegex.lastIndex);return s===-1?(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=s+1,this.lex()}return new Xe(a,new Ve(this,t,this.tokenRegex.lastIndex))}}class i4{constructor(e,t){e===void 0&&(e={}),t===void 0&&(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(this.undefStack.length===0)throw new z("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)&&(e[t]==null?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,n){if(n===void 0&&(n=!1),n){for(var a=0;a<this.undefStack.length;a++)delete this.undefStack[a][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var s=this.undefStack[this.undefStack.length-1];s&&!s.hasOwnProperty(e)&&(s[e]=this.current[e])}t==null?delete this.current[e]:this.current[e]=t}}var c4=hl;y("\\noexpand",function(r){var e=r.popToken();return r.isExpandable(e.text)&&(e.noexpand=!0,e.treatAsRelax=!0),{tokens:[e],numArgs:0}}),y("\\expandafter",function(r){var e=r.popToken();return r.expandOnce(!0),{tokens:[e],numArgs:0}}),y("\\@firstoftwo",function(r){var e=r.consumeArgs(2);return{tokens:e[0],numArgs:0}}),y("\\@secondoftwo",function(r){var e=r.consumeArgs(2);return{tokens:e[1],numArgs:0}}),y("\\@ifnextchar",function(r){var e=r.consumeArgs(3);r.consumeSpaces();var t=r.future();return e[0].length===1&&e[0][0].text===t.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}}),y("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),y("\\TextOrMath",function(r){var e=r.consumeArgs(2);return r.mode==="text"?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});var Fl={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};y("\\char",function(r){var e=r.popToken(),t,n="";if(e.text==="'")t=8,e=r.popToken();else if(e.text==='"')t=16,e=r.popToken();else if(e.text==="`")if(e=r.popToken(),e.text[0]==="\\")n=e.text.charCodeAt(1);else{if(e.text==="EOF")throw new z("\\char` missing argument");n=e.text.charCodeAt(0)}else t=10;if(t){if(n=Fl[e.text],n==null||n>=t)throw new z("Invalid base-"+t+" digit "+e.text);for(var a;(a=Fl[r.future().text])!=null&&a<t;)n*=t,n+=a,r.popToken()}return"\\@char{"+n+"}"});var n0=(r,e,t)=>{var n=r.consumeArg().tokens;if(n.length!==1)throw new z("\\newcommand's first argument must be a macro name");var a=n[0].text,s=r.isDefined(a);if(s&&!e)throw new z("\\newcommand{"+a+"} attempting to redefine "+(a+"; use \\renewcommand"));if(!s&&!t)throw new z("\\renewcommand{"+a+"} when command "+a+" does not yet exist; use \\newcommand");var l=0;if(n=r.consumeArg().tokens,n.length===1&&n[0].text==="["){for(var i="",c=r.expandNextToken();c.text!=="]"&&c.text!=="EOF";)i+=c.text,c=r.expandNextToken();if(!i.match(/^\s*[0-9]+\s*$/))throw new z("Invalid number of arguments: "+i);l=parseInt(i),n=r.consumeArg().tokens}return r.macros.set(a,{tokens:n,numArgs:l}),""};y("\\newcommand",r=>n0(r,!1,!0)),y("\\renewcommand",r=>n0(r,!0,!1)),y("\\providecommand",r=>n0(r,!0,!0)),y("\\message",r=>{var e=r.consumeArgs(1)[0];return console.log(e.reverse().map(t=>t.text).join("")),""}),y("\\errmessage",r=>{var e=r.consumeArgs(1)[0];return console.error(e.reverse().map(t=>t.text).join("")),""}),y("\\show",r=>{var e=r.popToken(),t=e.text;return console.log(e,r.macros.get(t),kt[t],se.math[t],se.text[t]),""}),y("\\bgroup","{"),y("\\egroup","}"),y("~","\\nobreakspace"),y("\\lq","`"),y("\\rq","'"),y("\\aa","\\r a"),y("\\AA","\\r A"),y("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),y("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),y("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),y("ℬ","\\mathscr{B}"),y("ℰ","\\mathscr{E}"),y("ℱ","\\mathscr{F}"),y("ℋ","\\mathscr{H}"),y("ℐ","\\mathscr{I}"),y("ℒ","\\mathscr{L}"),y("ℳ","\\mathscr{M}"),y("ℛ","\\mathscr{R}"),y("ℭ","\\mathfrak{C}"),y("ℌ","\\mathfrak{H}"),y("ℨ","\\mathfrak{Z}"),y("\\Bbbk","\\Bbb{k}"),y("·","\\cdotp"),y("\\llap","\\mathllap{\\textrm{#1}}"),y("\\rlap","\\mathrlap{\\textrm{#1}}"),y("\\clap","\\mathclap{\\textrm{#1}}"),y("\\mathstrut","\\vphantom{(}"),y("\\underbar","\\underline{\\text{#1}}"),y("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),y("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),y("\\ne","\\neq"),y("≠","\\neq"),y("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),y("∉","\\notin"),y("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),y("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),y("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),y("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),y("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),y("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),y("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),y("⟂","\\perp"),y("‼","\\mathclose{!\\mkern-0.8mu!}"),y("∌","\\notni"),y("⌜","\\ulcorner"),y("⌝","\\urcorner"),y("⌞","\\llcorner"),y("⌟","\\lrcorner"),y("©","\\copyright"),y("®","\\textregistered"),y("️","\\textregistered"),y("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),y("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),y("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),y("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),y("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),y("⋮","\\vdots"),y("\\varGamma","\\mathit{\\Gamma}"),y("\\varDelta","\\mathit{\\Delta}"),y("\\varTheta","\\mathit{\\Theta}"),y("\\varLambda","\\mathit{\\Lambda}"),y("\\varXi","\\mathit{\\Xi}"),y("\\varPi","\\mathit{\\Pi}"),y("\\varSigma","\\mathit{\\Sigma}"),y("\\varUpsilon","\\mathit{\\Upsilon}"),y("\\varPhi","\\mathit{\\Phi}"),y("\\varPsi","\\mathit{\\Psi}"),y("\\varOmega","\\mathit{\\Omega}"),y("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),y("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),y("\\boxed","\\fbox{$\\displaystyle{#1}$}"),y("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),y("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),y("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var Il={",":"\\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"};y("\\dots",function(r){var e="\\dotso",t=r.expandAfterFuture().text;return t in Il?e=Il[t]:(t.slice(0,4)==="\\not"||t in se.math&&j.contains(["bin","rel"],se.math[t].group))&&(e="\\dotsb"),e});var o0={")":!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};y("\\dotso",function(r){var e=r.future().text;return e in o0?"\\ldots\\,":"\\ldots"}),y("\\dotsc",function(r){var e=r.future().text;return e in o0&&e!==","?"\\ldots\\,":"\\ldots"}),y("\\cdots",function(r){var e=r.future().text;return e in o0?"\\@cdots\\,":"\\@cdots"}),y("\\dotsb","\\cdots"),y("\\dotsm","\\cdots"),y("\\dotsi","\\!\\cdots"),y("\\dotsx","\\ldots\\,"),y("\\DOTSI","\\relax"),y("\\DOTSB","\\relax"),y("\\DOTSX","\\relax"),y("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),y("\\,","\\tmspace+{3mu}{.1667em}"),y("\\thinspace","\\,"),y("\\>","\\mskip{4mu}"),y("\\:","\\tmspace+{4mu}{.2222em}"),y("\\medspace","\\:"),y("\\;","\\tmspace+{5mu}{.2777em}"),y("\\thickspace","\\;"),y("\\!","\\tmspace-{3mu}{.1667em}"),y("\\negthinspace","\\!"),y("\\negmedspace","\\tmspace-{4mu}{.2222em}"),y("\\negthickspace","\\tmspace-{5mu}{.277em}"),y("\\enspace","\\kern.5em "),y("\\enskip","\\hskip.5em\\relax"),y("\\quad","\\hskip1em\\relax"),y("\\qquad","\\hskip2em\\relax"),y("\\tag","\\@ifstar\\tag@literal\\tag@paren"),y("\\tag@paren","\\tag@literal{({#1})}"),y("\\tag@literal",r=>{if(r.macros.get("\\df@tag"))throw new z("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),y("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),y("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),y("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),y("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),y("\\newline","\\\\\\relax"),y("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var Pl=N(Je["Main-Regular"]["T".charCodeAt(0)][1]-.7*Je["Main-Regular"]["A".charCodeAt(0)][1]);y("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+Pl+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),y("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+Pl+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),y("\\hspace","\\@ifstar\\@hspacer\\@hspace"),y("\\@hspace","\\hskip #1\\relax"),y("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),y("\\ordinarycolon",":"),y("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),y("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),y("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),y("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),y("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),y("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),y("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),y("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),y("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),y("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),y("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),y("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),y("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),y("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),y("∷","\\dblcolon"),y("∹","\\eqcolon"),y("≔","\\coloneqq"),y("≕","\\eqqcolon"),y("⩴","\\Coloneqq"),y("\\ratio","\\vcentcolon"),y("\\coloncolon","\\dblcolon"),y("\\colonequals","\\coloneqq"),y("\\coloncolonequals","\\Coloneqq"),y("\\equalscolon","\\eqqcolon"),y("\\equalscoloncolon","\\Eqqcolon"),y("\\colonminus","\\coloneq"),y("\\coloncolonminus","\\Coloneq"),y("\\minuscolon","\\eqcolon"),y("\\minuscoloncolon","\\Eqcolon"),y("\\coloncolonapprox","\\Colonapprox"),y("\\coloncolonsim","\\Colonsim"),y("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),y("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),y("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),y("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),y("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),y("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),y("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),y("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),y("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),y("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),y("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),y("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),y("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),y("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),y("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),y("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),y("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),y("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),y("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),y("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),y("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),y("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),y("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),y("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),y("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),y("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),y("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),y("\\imath","\\html@mathml{\\@imath}{ı}"),y("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),y("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),y("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),y("⟦","\\llbracket"),y("⟧","\\rrbracket"),y("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),y("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),y("⦃","\\lBrace"),y("⦄","\\rBrace"),y("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),y("⦵","\\minuso"),y("\\darr","\\downarrow"),y("\\dArr","\\Downarrow"),y("\\Darr","\\Downarrow"),y("\\lang","\\langle"),y("\\rang","\\rangle"),y("\\uarr","\\uparrow"),y("\\uArr","\\Uparrow"),y("\\Uarr","\\Uparrow"),y("\\N","\\mathbb{N}"),y("\\R","\\mathbb{R}"),y("\\Z","\\mathbb{Z}"),y("\\alef","\\aleph"),y("\\alefsym","\\aleph"),y("\\Alpha","\\mathrm{A}"),y("\\Beta","\\mathrm{B}"),y("\\bull","\\bullet"),y("\\Chi","\\mathrm{X}"),y("\\clubs","\\clubsuit"),y("\\cnums","\\mathbb{C}"),y("\\Complex","\\mathbb{C}"),y("\\Dagger","\\ddagger"),y("\\diamonds","\\diamondsuit"),y("\\empty","\\emptyset"),y("\\Epsilon","\\mathrm{E}"),y("\\Eta","\\mathrm{H}"),y("\\exist","\\exists"),y("\\harr","\\leftrightarrow"),y("\\hArr","\\Leftrightarrow"),y("\\Harr","\\Leftrightarrow"),y("\\hearts","\\heartsuit"),y("\\image","\\Im"),y("\\infin","\\infty"),y("\\Iota","\\mathrm{I}"),y("\\isin","\\in"),y("\\Kappa","\\mathrm{K}"),y("\\larr","\\leftarrow"),y("\\lArr","\\Leftarrow"),y("\\Larr","\\Leftarrow"),y("\\lrarr","\\leftrightarrow"),y("\\lrArr","\\Leftrightarrow"),y("\\Lrarr","\\Leftrightarrow"),y("\\Mu","\\mathrm{M}"),y("\\natnums","\\mathbb{N}"),y("\\Nu","\\mathrm{N}"),y("\\Omicron","\\mathrm{O}"),y("\\plusmn","\\pm"),y("\\rarr","\\rightarrow"),y("\\rArr","\\Rightarrow"),y("\\Rarr","\\Rightarrow"),y("\\real","\\Re"),y("\\reals","\\mathbb{R}"),y("\\Reals","\\mathbb{R}"),y("\\Rho","\\mathrm{P}"),y("\\sdot","\\cdot"),y("\\sect","\\S"),y("\\spades","\\spadesuit"),y("\\sub","\\subset"),y("\\sube","\\subseteq"),y("\\supe","\\supseteq"),y("\\Tau","\\mathrm{T}"),y("\\thetasym","\\vartheta"),y("\\weierp","\\wp"),y("\\Zeta","\\mathrm{Z}"),y("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),y("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),y("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),y("\\bra","\\mathinner{\\langle{#1}|}"),y("\\ket","\\mathinner{|{#1}\\rangle}"),y("\\braket","\\mathinner{\\langle{#1}\\rangle}"),y("\\Bra","\\left\\langle#1\\right|"),y("\\Ket","\\left|#1\\right\\rangle");var Ol=r=>e=>{var t=e.consumeArg().tokens,n=e.consumeArg().tokens,a=e.consumeArg().tokens,s=e.consumeArg().tokens,l=e.macros.get("|"),i=e.macros.get("\\|");e.macros.beginGroup();var c=p=>b=>{r&&(b.macros.set("|",l),a.length&&b.macros.set("\\|",i));var g=p;if(!p&&a.length){var k=b.future();k.text==="|"&&(b.popToken(),g=!0)}return{tokens:g?a:n,numArgs:0}};e.macros.set("|",c(!1)),a.length&&e.macros.set("\\|",c(!0));var d=e.consumeArg().tokens,f=e.expandTokens([...s,...d,...t]);return e.macros.endGroup(),{tokens:f.reverse(),numArgs:0}};y("\\bra@ket",Ol(!1)),y("\\bra@set",Ol(!0)),y("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),y("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),y("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),y("\\angln","{\\angl n}"),y("\\blue","\\textcolor{##6495ed}{#1}"),y("\\orange","\\textcolor{##ffa500}{#1}"),y("\\pink","\\textcolor{##ff00af}{#1}"),y("\\red","\\textcolor{##df0030}{#1}"),y("\\green","\\textcolor{##28ae7b}{#1}"),y("\\gray","\\textcolor{gray}{#1}"),y("\\purple","\\textcolor{##9d38bd}{#1}"),y("\\blueA","\\textcolor{##ccfaff}{#1}"),y("\\blueB","\\textcolor{##80f6ff}{#1}"),y("\\blueC","\\textcolor{##63d9ea}{#1}"),y("\\blueD","\\textcolor{##11accd}{#1}"),y("\\blueE","\\textcolor{##0c7f99}{#1}"),y("\\tealA","\\textcolor{##94fff5}{#1}"),y("\\tealB","\\textcolor{##26edd5}{#1}"),y("\\tealC","\\textcolor{##01d1c1}{#1}"),y("\\tealD","\\textcolor{##01a995}{#1}"),y("\\tealE","\\textcolor{##208170}{#1}"),y("\\greenA","\\textcolor{##b6ffb0}{#1}"),y("\\greenB","\\textcolor{##8af281}{#1}"),y("\\greenC","\\textcolor{##74cf70}{#1}"),y("\\greenD","\\textcolor{##1fab54}{#1}"),y("\\greenE","\\textcolor{##0d923f}{#1}"),y("\\goldA","\\textcolor{##ffd0a9}{#1}"),y("\\goldB","\\textcolor{##ffbb71}{#1}"),y("\\goldC","\\textcolor{##ff9c39}{#1}"),y("\\goldD","\\textcolor{##e07d10}{#1}"),y("\\goldE","\\textcolor{##a75a05}{#1}"),y("\\redA","\\textcolor{##fca9a9}{#1}"),y("\\redB","\\textcolor{##ff8482}{#1}"),y("\\redC","\\textcolor{##f9685d}{#1}"),y("\\redD","\\textcolor{##e84d39}{#1}"),y("\\redE","\\textcolor{##bc2612}{#1}"),y("\\maroonA","\\textcolor{##ffbde0}{#1}"),y("\\maroonB","\\textcolor{##ff92c6}{#1}"),y("\\maroonC","\\textcolor{##ed5fa6}{#1}"),y("\\maroonD","\\textcolor{##ca337c}{#1}"),y("\\maroonE","\\textcolor{##9e034e}{#1}"),y("\\purpleA","\\textcolor{##ddd7ff}{#1}"),y("\\purpleB","\\textcolor{##c6b9fc}{#1}"),y("\\purpleC","\\textcolor{##aa87ff}{#1}"),y("\\purpleD","\\textcolor{##7854ab}{#1}"),y("\\purpleE","\\textcolor{##543b78}{#1}"),y("\\mintA","\\textcolor{##f5f9e8}{#1}"),y("\\mintB","\\textcolor{##edf2df}{#1}"),y("\\mintC","\\textcolor{##e0e5cc}{#1}"),y("\\grayA","\\textcolor{##f6f7f7}{#1}"),y("\\grayB","\\textcolor{##f0f1f2}{#1}"),y("\\grayC","\\textcolor{##e3e5e6}{#1}"),y("\\grayD","\\textcolor{##d6d8da}{#1}"),y("\\grayE","\\textcolor{##babec2}{#1}"),y("\\grayF","\\textcolor{##888d93}{#1}"),y("\\grayG","\\textcolor{##626569}{#1}"),y("\\grayH","\\textcolor{##3b3e40}{#1}"),y("\\grayI","\\textcolor{##21242c}{#1}"),y("\\kaBlue","\\textcolor{##314453}{#1}"),y("\\kaGreen","\\textcolor{##71B307}{#1}");var $l={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class u4{constructor(e,t,n){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 i4(c4,t.macros),this.mode=n,this.stack=[]}feed(e){this.lexer=new Rl(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&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,n,a;if(e){if(this.consumeSpaces(),this.future().text!=="[")return null;t=this.popToken(),{tokens:a,end:n}=this.consumeArg(["]"])}else({tokens:a,start:t,end:n}=this.consumeArg());return this.pushToken(new Xe("EOF",n.loc)),this.pushTokens(a),t.range(n,"")}consumeSpaces(){for(;;){var e=this.future();if(e.text===" ")this.stack.pop();else break}}consumeArg(e){var t=[],n=e&&e.length>0;n||this.consumeSpaces();var a=this.future(),s,l=0,i=0;do{if(s=this.popToken(),t.push(s),s.text==="{")++l;else if(s.text==="}"){if(--l,l===-1)throw new z("Extra }",s)}else if(s.text==="EOF")throw new z("Unexpected end of input in a macro argument, expected '"+(e&&n?e[i]:"}")+"'",s);if(e&&n)if((l===0||l===1&&e[i]==="{")&&s.text===e[i]){if(++i,i===e.length){t.splice(-i,i);break}}else i=0}while(l!==0||n);return a.text==="{"&&t[t.length-1].text==="}"&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:a,end:s}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new z("The length of delimiters doesn't match the number of args!");for(var n=t[0],a=0;a<n.length;a++){var s=this.popToken();if(n[a]!==s.text)throw new z("Use of the macro doesn't match its definition",s)}}for(var l=[],i=0;i<e;i++)l.push(this.consumeArg(t&&t[i+1]).tokens);return l}expandOnce(e){var t=this.popToken(),n=t.text,a=t.noexpand?null:this._getExpansion(n);if(a==null||e&&a.unexpandable){if(e&&a==null&&n[0]==="\\"&&!this.isDefined(n))throw new z("Undefined control sequence: "+n);return this.pushToken(t),!1}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new z("Too many expansions: infinite loop or need to increase maxExpand setting");var s=a.tokens,l=this.consumeArgs(a.numArgs,a.delimiters);if(a.numArgs){s=s.slice();for(var i=s.length-1;i>=0;--i){var c=s[i];if(c.text==="#"){if(i===0)throw new z("Incomplete placeholder at end of macro body",c);if(c=s[--i],c.text==="#")s.splice(i+1,1);else if(/^[1-9]$/.test(c.text))s.splice(i,2,...l[+c.text-1]);else throw new z("Not a valid argument number",c)}}}return this.pushTokens(s),s.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){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 Xe(e)]):void 0}expandTokens(e){var t=[],n=this.stack.length;for(this.pushTokens(e);this.stack.length>n;)if(this.expandOnce(!0)===!1){var a=this.stack.pop();a.treatAsRelax&&(a.noexpand=!1,a.treatAsRelax=!1),t.push(a)}return t}expandMacroAsText(e){var t=this.expandMacro(e);return t&&t.map(n=>n.text).join("")}_getExpansion(e){var t=this.macros.get(e);if(t==null)return t;if(e.length===1){var n=this.lexer.catcodes[e];if(n!=null&&n!==13)return}var a=typeof t=="function"?t(this):t;if(typeof a=="string"){var s=0;if(a.indexOf("#")!==-1)for(var l=a.replace(/##/g,"");l.indexOf("#"+(s+1))!==-1;)++s;for(var i=new Rl(a,this.settings),c=[],d=i.lex();d.text!=="EOF";)c.push(d),d=i.lex();c.reverse();var f={tokens:c,numArgs:s};return f}return a}isDefined(e){return this.macros.has(e)||kt.hasOwnProperty(e)||se.math.hasOwnProperty(e)||se.text.hasOwnProperty(e)||$l.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return t!=null?typeof t=="string"||typeof t=="function"||!t.unexpandable:kt.hasOwnProperty(e)&&!kt[e].primitive}}var Hl=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,nn=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","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),a0={"́":{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"}},jl={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};class fr{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 u4(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(t===void 0&&(t=!0),this.fetch().text!==e)throw new z("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(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 Xe("}")),this.gullet.pushTokens(e);var n=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,n}parseExpression(e,t){for(var n=[];;){this.mode==="math"&&this.consumeSpaces();var a=this.fetch();if(fr.endOfExpression.indexOf(a.text)!==-1||t&&a.text===t||e&&kt[a.text]&&kt[a.text].infix)break;var s=this.parseAtom(t);if(s){if(s.type==="internal")continue}else break;n.push(s)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(e){for(var t=-1,n,a=0;a<e.length;a++)if(e[a].type==="infix"){if(t!==-1)throw new z("only one infix operator per group",e[a].token);t=a,n=e[a].replaceWith}if(t!==-1&&n){var s,l,i=e.slice(0,t),c=e.slice(t+1);i.length===1&&i[0].type==="ordgroup"?s=i[0]:s={type:"ordgroup",mode:this.mode,body:i},c.length===1&&c[0].type==="ordgroup"?l=c[0]:l={type:"ordgroup",mode:this.mode,body:c};var d;return n==="\\\\abovefrac"?d=this.callFunction(n,[s,e[t],l],[]):d=this.callFunction(n,[s,l],[]),[d]}else return e}handleSupSubscript(e){var t=this.fetch(),n=t.text;this.consume(),this.consumeSpaces();var a=this.parseGroup(e);if(!a)throw new z("Expected group after '"+n+"'",t);return a}formatUnsupportedCmd(e){for(var t=[],n=0;n<e.length;n++)t.push({type:"textord",mode:"text",text:e[n]});var a={type:"text",mode:this.mode,body:t},s={type:"color",mode:this.mode,color:this.settings.errorColor,body:[a]};return s}parseAtom(e){var t=this.parseGroup("atom",e);if(this.mode==="text")return t;for(var n,a;;){this.consumeSpaces();var s=this.fetch();if(s.text==="\\limits"||s.text==="\\nolimits"){if(t&&t.type==="op"){var l=s.text==="\\limits";t.limits=l,t.alwaysHandleSupSub=!0}else if(t&&t.type==="operatorname")t.alwaysHandleSupSub&&(t.limits=s.text==="\\limits");else throw new z("Limit controls must follow a math operator",s);this.consume()}else if(s.text==="^"){if(n)throw new z("Double superscript",s);n=this.handleSupSubscript("superscript")}else if(s.text==="_"){if(a)throw new z("Double subscript",s);a=this.handleSupSubscript("subscript")}else if(s.text==="'"){if(n)throw new z("Double superscript",s);var i={type:"textord",mode:this.mode,text:"\\prime"},c=[i];for(this.consume();this.fetch().text==="'";)c.push(i),this.consume();this.fetch().text==="^"&&c.push(this.handleSupSubscript("superscript")),n={type:"ordgroup",mode:this.mode,body:c}}else if(nn[s.text]){var d=nn[s.text],f=Hl.test(s.text);for(this.consume();;){var p=this.fetch().text;if(!nn[p]||Hl.test(p)!==f)break;this.consume(),d+=nn[p]}var b=new fr(d,this.settings).parse();f?a={type:"ordgroup",mode:"math",body:b}:n={type:"ordgroup",mode:"math",body:b}}else break}return n||a?{type:"supsub",mode:this.mode,base:t,sup:n,sub:a}:t}parseFunction(e,t){var n=this.fetch(),a=n.text,s=kt[a];if(!s)return null;if(this.consume(),t&&t!=="atom"&&!s.allowedInArgument)throw new z("Got function '"+a+"' with no arguments"+(t?" as "+t:""),n);if(this.mode==="text"&&!s.allowedInText)throw new z("Can't use function '"+a+"' in text mode",n);if(this.mode==="math"&&s.allowedInMath===!1)throw new z("Can't use function '"+a+"' in math mode",n);var{args:l,optArgs:i}=this.parseArguments(a,s);return this.callFunction(a,l,i,n,e)}callFunction(e,t,n,a,s){var l={funcName:e,parser:this,token:a,breakOnTokenText:s},i=kt[e];if(i&&i.handler)return i.handler(l,t,n);throw new z("No function handler for "+e)}parseArguments(e,t){var n=t.numArgs+t.numOptionalArgs;if(n===0)return{args:[],optArgs:[]};for(var a=[],s=[],l=0;l<n;l++){var i=t.argTypes&&t.argTypes[l],c=l<t.numOptionalArgs;(t.primitive&&i==null||t.type==="sqrt"&&l===1&&s[0]==null)&&(i="primitive");var d=this.parseGroupOfType("argument to '"+e+"'",i,c);if(c)s.push(d);else if(d!=null)a.push(d);else throw new z("Null argument, please report this as a bug")}return{args:a,optArgs:s}}parseGroupOfType(e,t,n){switch(t){case"color":return this.parseColorGroup(n);case"size":return this.parseSizeGroup(n);case"url":return this.parseUrlGroup(n);case"math":case"text":return this.parseArgumentGroup(n,t);case"hbox":{var a=this.parseArgumentGroup(n,"text");return a!=null?{type:"styling",mode:a.mode,body:[a],style:"text"}:null}case"raw":{var s=this.parseStringGroup("raw",n);return s!=null?{type:"raw",mode:"text",string:s.text}:null}case"primitive":{if(n)throw new z("A primitive argument cannot be optional");var l=this.parseGroup(e);if(l==null)throw new z("Expected group as "+e,this.fetch());return l}case"original":case null:case void 0:return this.parseArgumentGroup(n);default:throw new z("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(e,t){var n=this.gullet.scanArgument(t);if(n==null)return null;for(var a="",s;(s=this.fetch()).text!=="EOF";)a+=s.text,this.consume();return this.consume(),n.text=a,n}parseRegexGroup(e,t){for(var n=this.fetch(),a=n,s="",l;(l=this.fetch()).text!=="EOF"&&e.test(s+l.text);)a=l,s+=a.text,this.consume();if(s==="")throw new z("Invalid "+t+": '"+n.text+"'",n);return n.range(a,s)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(t==null)return null;var n=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!n)throw new z("Invalid color: '"+t.text+"'",t);var a=n[0];return/^[0-9a-f]{6}$/i.test(a)&&(a="#"+a),{type:"color-token",mode:this.mode,color:a}}parseSizeGroup(e){var t,n=!1;if(this.gullet.consumeSpaces(),!e&&this.gullet.future().text!=="{"?t=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):t=this.parseStringGroup("size",e),!t)return null;!e&&t.text.length===0&&(t.text="0pt",n=!0);var a=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!a)throw new z("Invalid size: '"+t.text+"'",t);var s={number:+(a[1]+a[2]),unit:a[3]};if(!Cs(s))throw new z("Invalid unit: '"+s.unit+"'",t);return{type:"size",mode:this.mode,value:s,isBlank:n}}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),t==null)return null;var n=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}}parseArgumentGroup(e,t){var n=this.gullet.scanArgument(e);if(n==null)return null;var a=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var s=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var l={type:"ordgroup",mode:this.mode,loc:n.loc,body:s};return t&&this.switchMode(a),l}parseGroup(e,t){var n=this.fetch(),a=n.text,s;if(a==="{"||a==="\\begingroup"){this.consume();var l=a==="{"?"}":"\\endgroup";this.gullet.beginGroup();var i=this.parseExpression(!1,l),c=this.fetch();this.expect(l),this.gullet.endGroup(),s={type:"ordgroup",mode:this.mode,loc:Ve.range(n,c),body:i,semisimple:a==="\\begingroup"||void 0}}else if(s=this.parseFunction(t,e)||this.parseSymbol(),s==null&&a[0]==="\\"&&!$l.hasOwnProperty(a)){if(this.settings.throwOnError)throw new z("Undefined control sequence: "+a,n);s=this.formatUnsupportedCmd(a),this.consume()}return s}formLigatures(e){for(var t=e.length-1,n=0;n<t;++n){var a=e[n],s=a.text;s==="-"&&e[n+1].text==="-"&&(n+1<t&&e[n+2].text==="-"?(e.splice(n,3,{type:"textord",mode:"text",loc:Ve.range(a,e[n+2]),text:"---"}),t-=2):(e.splice(n,2,{type:"textord",mode:"text",loc:Ve.range(a,e[n+1]),text:"--"}),t-=1)),(s==="'"||s==="`")&&e[n+1].text===s&&(e.splice(n,2,{type:"textord",mode:"text",loc:Ve.range(a,e[n+1]),text:s+s}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var n=t.slice(5),a=n.charAt(0)==="*";if(a&&(n=n.slice(1)),n.length<2||n.charAt(0)!==n.slice(-1))throw new z(`\\verb assertion failed --
297
+ please report what input caused this bug`);return n=n.slice(1,-1),{type:"verb",mode:"text",body:n,star:a}}jl.hasOwnProperty(t[0])&&!se[this.mode][t[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=jl[t[0]]+t.slice(1));var s=s4.exec(t);s&&(t=t.substring(0,s.index),t==="i"?t="ı":t==="j"&&(t="ȷ"));var l;if(se[this.mode][t]){this.settings.strict&&this.mode==="math"&&Mo.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var i=se[this.mode][t].group,c=Ve.range(e),d;if(Jp.hasOwnProperty(i)){var f=i;d={type:"atom",mode:this.mode,family:f,loc:c,text:t}}else d={type:i,mode:this.mode,loc:c,text:t};l=d}else if(t.charCodeAt(0)>=128)this.settings.strict&&(vs(t.charCodeAt(0))?this.mode==="math"&&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)),l={type:"textord",mode:"text",loc:Ve.range(e),text:t};else return null;if(this.consume(),s)for(var p=0;p<s[0].length;p++){var b=s[0][p];if(!a0[b])throw new z("Unknown accent ' "+b+"'",e);var g=a0[b][this.mode]||a0[b].text;if(!g)throw new z("Accent "+b+" unsupported in "+this.mode+" mode",e);l={type:"accent",mode:this.mode,loc:Ve.range(e),label:g,isStretchy:!1,isShifty:!0,base:l}}return l}}fr.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var s0=function(e,t){if(!(typeof e=="string"||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var n=new fr(e,t);delete n.gullet.macros.current["\\df@tag"];var a=n.parse();if(delete n.gullet.macros.current["\\current@color"],delete n.gullet.macros.current["\\color"],n.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new z("\\tag works only in display equations");a=[{type:"tag",mode:"text",body:a,tag:n.subparse([new Xe("\\df@tag")])}]}return a},Ul=function(e,t,n){t.textContent="";var a=l0(e,n).toNode();t.appendChild(a)};typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),Ul=function(){throw new z("KaTeX doesn't work in quirks mode.")});var d4=function(e,t){var n=l0(e,t).toMarkup();return n},h4=function(e,t){var n=new vo(t);return s0(e,n)},Gl=function(e,t,n){if(n.throwOnError||!(e instanceof z))throw e;var a=A.makeSpan(["katex-error"],[new Ne(t)]);return a.setAttribute("title",e.toString()),a.setAttribute("style","color:"+n.errorColor),a},l0=function(e,t){var n=new vo(t);try{var a=s0(e,n);return km(a,e,n)}catch(s){return Gl(s,e,n)}},f4=function(e,t){var n=new vo(t);try{var a=s0(e,n);return wm(a,e,n)}catch(s){return Gl(s,e,n)}},p4={version:"0.16.8",render:Ul,renderToString:d4,ParseError:z,SETTINGS_SCHEMA:Lr,__parse:h4,__renderToDomTree:l0,__renderToHTMLTree:f4,__setFontMetrics:Up,__defineSymbol:u,__defineFunction:R,__defineMacro:y,__domTree:{Span:lr,Anchor:So,SymbolNode:Ne,SvgNode:lt,PathNode:bt,LineNode:Eo}};const m4=["innerHTML"],g4=o.defineComponent({__name:"EpKatex",props:{content:{},center:{type:Boolean,default:!1},title:{},intentions:{},hideIcon:{type:Boolean},type:{},mandateLevel:{}},setup(r){const e=r,t=o.ref();o.onMounted(()=>{t.value&&p4.render(String.raw`${e.content}`,t.value,{throwOnError:!1,output:"html"})});const n=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{center:a}=o.toRefs(e);return(s,l)=>(o.openBlock(),o.createBlock(ve,{title:s.title,type:s.type,hideIcon:s.hideIcon,icon:o.unref(hd),mandateLevel:s.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",{class:o.normalizeClass(`p-4 ${o.unref(a)?"flex justify-center":""}`)},[o.createElementVNode("div",{ref_key:"renderKatex",ref:t},null,512)],2)]),_:2},[n.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:n.value},null,8,m4)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),NX="",Zl=Et(g4,[["__scopeId","data-v-24ff8b28"]]),i0=Object.freeze(Object.defineProperty({__proto__:null,default:Zl},Symbol.toStringTag,{value:"Module"})),b4=["innerHTML"],y4={class:"flex justify-center"},v4={class:"w-4/5"},x4={class:"font-medium tracking-wider"},c0=o.defineComponent({__name:"EpLink",props:{url:{},title:{},intentions:{default:""},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"primary"},hideIcon:{type:Boolean,default:!1},labelCard:{},icon:{}},setup(r){const e=r,t=o.computed(()=>e.icon?e.icon:yd),n=o.computed(()=>`absolute ${Oe("bg",e.type+"light")} bottom-0 w-0 left-1/2 h-full -translate-x-1/2 transition-all ease-in-out duration-300 group-hover:w-[105%] -z-[1] group-focus:w-[105%]`),{url:a,title:s,intentions:l,mandateLevel:i,hideIcon:c}=o.toRefs(e);return(d,f)=>(o.openBlock(),o.createBlock(ve,{title:d.labelCard,icon:t.value,flat:"",type:d.type,hideIcon:o.unref(c),mandateLevel:o.unref(i)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",y4,[o.createElementVNode("div",v4,[o.createVNode(Ce,{block:"",color:d.type==="base"?"text-black":"text-white",rounded:"",type:d.type,prependIcon:t.value,href:o.unref(a),extraClass:"group font-medium tracking-wide relative inline-flex justify-center overflow-hidden z-10 transition-all duration-300 ease-in-out "},{default:o.withCtx(()=>[o.createElementVNode("span",x4,o.toDisplayString(o.unref(s)),1),o.createElementVNode("span",{class:o.normalizeClass(n.value)},null,2)]),_:1},8,["color","type","prependIcon","href"])])])]),_:2},[o.unref(_e)(o.unref(l))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(_e)(o.unref(l))},null,8,b4)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"]))}}),u0=Object.freeze(Object.defineProperty({__proto__:null,default:c0},Symbol.toStringTag,{value:"Module"})),k4={key:0},w4={key:1},_4={key:2},Wl=o.defineComponent({__name:"EpLinkVersion",props:{type:{},link:{},big:{type:Boolean,default:!1}},setup(r){const e=r,{type:t,link:n,big:a}=o.toRefs(e);return(s,l)=>o.unref(t)==="button"?(o.openBlock(),o.createElementBlock("div",k4,[o.createVNode(c0,{title:o.unref(n).title,url:o.unref(n).url},null,8,["title","url"])])):o.unref(t)==="iframe"?(o.openBlock(),o.createElementBlock("div",w4,[o.createVNode(bo,{title:o.unref(n).title,src:o.unref(n).url,big:o.unref(a)},null,8,["title","src","big"])])):(o.openBlock(),o.createElementBlock("div",_4," no data "))}}),d0=Object.freeze(Object.defineProperty({__proto__:null,default:Wl},Symbol.toStringTag,{value:"Module"})),C4=["innerHTML"],S4={class:"flex flex-col items-center border rounded-lg bg-neutral-100 md:flex-row mt-2"},E4=["src","alt"],A4={key:1,class:"h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"},T4={class:"w-full"},B4={class:"w-full px-5"},M4={class:"flex justify-between items-center rounded-t-md p-2"},V4="https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg",Yl=o.defineComponent({__name:"EpSoftware",props:{url:{},cover:{default:""},title:{},mandateLevel:{},intentions:{default:""},version_link:{},hideCover:{type:Boolean,default:!1},version:{},type:{default:"base"},hideIcon:{type:Boolean,default:!1},labelCard:{}},setup(r){const e=r,t=o.computed(()=>!(e.cover===V4||e.cover.trim().length===0)),{title:n,intentions:a,cover:s,hideCover:l,version:i,labelCard:c,hideIcon:d,mandateLevel:f,url:p}=o.toRefs(e);return(b,g)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(c),icon:o.unref(Xa),flat:"",type:b.type,hideIcon:o.unref(d),mandateLevel:o.unref(f)},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",S4,[o.unref(l)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[t.value?(o.openBlock(),o.createElementBlock("img",{key:0,class:"object-cover h-24 w-full rounded-t-lg object-cover md:h-auto md:w-24 md:rounded-none md:rounded-l-lg",src:o.unref(s),alt:`image de la lecture ${o.unref(n)}`},null,8,E4)):(o.openBlock(),o.createElementBlock("div",A4,[o.createVNode(re,{"icon-path":o.unref(Xa),size:"95"},null,8,["icon-path"])]))],64)),o.createElementVNode("div",T4,[o.createElementVNode("div",B4,[o.createElementVNode("div",M4,[o.createElementVNode("h4",null,[o.createTextVNode(o.toDisplayString(o.unref(n))+" ",1),o.unref(i)?(o.openBlock(),o.createBlock(Tt,{key:0,size:"small",type:"base"},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(i)),1)]),_:1})):o.createCommentVNode("",!0)]),o.unref(p)?(o.openBlock(),o.createBlock(Ce,{key:0,rounded:"",type:"base",prependIcon:o.unref(Ja),href:o.unref(p)},{default:o.withCtx(()=>[o.createTextVNode("[Accéder au logiciel]")]),_:1},8,["prependIcon","href"])):o.createCommentVNode("",!0)])])])])]),actions:o.withCtx(()=>[]),_:2},[o.unref(_e)(o.unref(a))?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:o.unref(_e)(o.unref(a))},null,8,C4)]),key:"0"}:void 0]),1032,["title","icon","type","hideIcon","mandateLevel"]))}}),h0=Object.freeze(Object.defineProperty({__proto__:null,default:Yl},Symbol.toStringTag,{value:"Module"})),D4=["innerHTML"],q4={class:"flex"},z4=["innerHTML"],Xl=o.defineComponent({__name:"EpSvg",props:{desc:{},title:{},content:{},mandateLevel:{},type:{},cols:{default:"6"}},setup(r){const e=r,t=["basis-6/12","basis-1/12","basis-2/12","basis-3/12","basis-4/12","basis-5/12","basis-6/12","basis-7/12","basis-8/12","basis-9/12","basis-10/12","basis-11/12","basis-12/12"],n=o.computed(()=>t[+e.cols]),a=o.computed(()=>e.desc?_e(e.desc):null),{title:s,content:l,cols:i}=o.toRefs(e);return(c,d)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(s),icon:o.unref(Ya),flat:"",type:c.type,mandateLevel:c.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",q4,[o.unref(l)?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(`mx-auto ${n.value} bg-primary`)},[o.createElementVNode("div",{innerHTML:o.unref(l),class:"w-full"},null,8,z4)],2)):o.createCommentVNode("",!0)])]),_:2},[a.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:a.value},null,8,D4)]),key:"0"}:void 0]),1032,["title","icon","type","mandateLevel"]))}}),f0=Object.freeze(Object.defineProperty({__proto__:null,default:Xl},Symbol.toStringTag,{value:"Module"})),N4=o.createElementVNode("span",{class:"absolute top-0 left-0 flex w-full h-0 mb-0 transition-all duration-300 ease-out transform translate-y-0 bg-primary group-hover:h-full opacity-90"},null,-1),L4={class:"relative group-hover:text-primary-light"},R4={class:"mb-2 flex items-center justify-between"},F4={class:"font-bold text-2xl"},I4={class:"text-sm font-light text-error italic"},P4={key:0,class:"text-xs"},O4={class:"mb-4 flex items-center justify-between"},$4=o.createElementVNode("h3",{class:"text-primary font-bold"},"Définition",-1),H4={key:0,class:"text-xs"},j4={class:"font-bold"},U4={key:2,class:"text-sm mt-2"},G4=o.createElementVNode("span",{class:"mr-2 font-bold"},"Variations :",-1),Z4={key:3,class:"text-sm mt-2"},W4=o.createElementVNode("span",{class:"mr-2 font-bold"},"Relations :",-1),Y4={class:"flex justify-end"},Kl=o.defineComponent({__name:"EpTerm",props:{term:{default:"test"},word:{},definition:{},variations:{default:""},domain:{},graminfo:{},relations:{default:""},idrelation:{default:""},labelClose:{default:"Fermer"},src:{}},setup(r){const e=r,t=o.ref(!1),n=o.computed(()=>e.term!==e.word?`(${e.word})`:null),a=o.computed(()=>{var k;let b=null,g=(k=e.variations)==null?void 0:k.trim();return(g==null?void 0:g.length)>0&&(b=g.split(",")),b}),s=o.computed(()=>{var k;let b=null,g=(k=e.relations)==null?void 0:k.trim();return(g==null?void 0:g.length)>0&&(b=g.split(",")),b});o.computed(()=>{var k;let b=null,g=(k=e.idrelation)==null?void 0:k.trim();return(g==null?void 0:g.length)>0&&(b=g.split(",")),b});const l=o.computed(()=>e.domain==="null"?null:e.domain),i=()=>{t.value=!t.value},{term:c,graminfo:d,labelClose:f,src:p}=o.toRefs(e);return(b,g)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[o.createElementVNode("span",{onClick:i,class:"cursor-pointer border-primary border text-primary px-2 py-1 rounded group overflow-hidden relative"},[N4,o.createElementVNode("span",L4,[o.createTextVNode(o.toDisplayString(b.word)+" ",1),o.createVNode(re,{"icon-path":o.unref(Za),size:"18"},null,8,["icon-path"])])]),o.createVNode(nr,{modelValue:t.value,"onUpdate:modelValue":g[1]||(g[1]=k=>t.value=k),size:"compact"},{default:o.withCtx(()=>[o.createElementVNode("div",R4,[o.createElementVNode("div",null,[o.createElementVNode("h3",F4,[o.createTextVNode(o.toDisplayString(o.unref(c))+" ",1),o.createElementVNode("span",I4,o.toDisplayString(o.unref(d)),1)]),n.value?(o.openBlock(),o.createElementBlock("h4",P4,o.toDisplayString(n.value),1)):o.createCommentVNode("",!0)]),o.createElementVNode("div",null,[o.createVNode(re,{"icon-path":o.unref(Za)},null,8,["icon-path"])])]),o.createVNode(Bt,{color:"primary",margin:"mb-2"}),o.createElementVNode("div",O4,[$4,l.value?(o.openBlock(),o.createElementBlock("span",H4,[o.createTextVNode("Domaine : "),o.createElementVNode("span",j4,o.toDisplayString(l.value),1)])):o.createCommentVNode("",!0)]),o.createElementVNode("div",null,[o.renderSlot(b.$slots,"default")]),o.unref(p)?(o.openBlock(),o.createBlock(At,{key:0,src:o.unref(p)},null,8,["src"])):o.createCommentVNode("",!0),a.value||s.value?(o.openBlock(),o.createBlock(Bt,{key:1})):o.createCommentVNode("",!0),a.value?(o.openBlock(),o.createElementBlock("div",U4,[G4,(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(a.value,(k,S)=>(o.openBlock(),o.createElementBlock("span",{key:`variation-${S}`},o.toDisplayString(k)+o.toDisplayString(a.value.length>S+1?", ":"."),1))),128))])):o.createCommentVNode("",!0),s.value?(o.openBlock(),o.createElementBlock("div",Z4,[W4,(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(s.value,(k,S)=>(o.openBlock(),o.createBlock(Ce,{key:`relation-${S}`,size:"small",rounded:"","extra-class":"mr-2"},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(k),1)]),_:2},1024))),128))])):o.createCommentVNode("",!0),o.createElementVNode("div",Y4,[o.createVNode(Ce,{type:"error",outlined:"",onClick:g[0]||(g[0]=k=>t.value=!1),rounded:""},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(o.unref(f)),1)]),_:1})])]),_:3},8,["modelValue"])],64))}}),on=Object.freeze(Object.defineProperty({__proto__:null,default:Kl},Symbol.toStringTag,{value:"Module"})),an={noTag:{bg:"bg-white",text:"text-black",border:"border-grey-900"},"blue-grey":{bg:"bg-blue-grey",text:"text-blue-grey",border:"border-blue-grey"},red:{bg:"bg-red-600",text:"text-red-600",border:"border-red-600"},pink:{bg:"bg-pink-600",text:"text-pink-600",border:"border-pink-600"},purple:{bg:"bg-purple-600",text:"text-purple-600",border:"border-purple-600"},"deep-purple":{bg:"bg-deep-purple",text:"text-deep-purple",border:"border-deep-purple"},indigo:{bg:"bg-indigo-600",text:"text-indigo-600",border:"border-indigo-600"},blue:{bg:"bg-blue-600",text:"text-blue-600",border:"border-blue-600"},cyan:{bg:"bg-cyan-600",text:"text-cyan-600",border:"border-cyan-600"},teal:{bg:"bg-teal-600",text:"text-teal-600",border:"border-teal-600"},green:{bg:"bg-green-600",text:"text-green-600",border:"border-green-600"},"light-green":{bg:"bg-light-green",text:"text-light-green",border:"border-light-green"},lime:{bg:"bg-lime-600",text:"text-lime-600",border:"border-lime-600"},"light-blue":{bg:"bg-light-blue",text:"text-light-blue",border:"border-light-blue"},"deep-orange":{bg:"bg-deep-orange",text:"text-deep-orange",border:"border-deep-orange"},orange:{bg:"bg-orange-600",text:"text-orange-600",border:"border-orange-600"},brown:{bg:"bg-brown",text:"text-brown",border:"border-brown"}},X4={key:0,class:"font-bold"},K4={key:1,class:"text-xs ml-1"},J4={key:2,class:"mx-4"},Q4={key:3,class:"font-bold"},e2={key:4,class:"text-xs ml-1"},t2={key:0,class:"flex-1"},r2=["innerHTML"],n2=o.defineComponent({__name:"TimelineItem",props:{title:{default:"En savoir plus"},date:{},event:{},collapse:{type:Boolean,default:!1}},setup(r){const e=r,t=o.ref(!0),n=o.ref();o.onMounted(()=>{var p=n.value;t.value&&(p.style.maxHeight=p.scrollHeight+"px")});function a(){t.value=!t.value;var p=n.value;p.style.maxHeight?p.style.maxHeight=null:p.style.maxHeight=p.scrollHeight+"px",p.style.transition||(p.style.transition="max-height 0.2s ease-out")}const s=o.computed(()=>e.event.start_date?d(e.event.start_date):null),l=o.computed(()=>e.event.end_date?d(e.event.end_date):null),i=o.computed(()=>e.event.media.url.trim()!==""?e.event.media.url:null),c=o.computed(()=>e.event.tag?an[e.event.tag.color]:an.noTag),d=p=>{const b=p.day?`${p.day}/`:"",g=p.month?`${p.month}/`:"",k=p.year,S=p.hour,_=p.minute?`:${p.minute}`:"";return{date:b+g+k,hour:S+_}},{event:f}=o.toRefs(e);return(p,b)=>{var g,k,S,_,C,E,T;return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(`cursor-pointer ml-10 relative flex items-center p-2 ${c.value.border} border border-2 rounded-r-lg mb-8 flex-col md:flex-row space-y-4 md:space-y-0`),onClick:a},[o.createElementVNode("div",{class:o.normalizeClass(`w-5 h-5 bg-white border-2 ${c.value.border} absolute -left-12 transform -translate-x-2/4 rounded-full z-10 mt-2 md:mt-0`)},null,2),o.createElementVNode("div",{class:o.normalizeClass(`w-10 border ${c.value.border} absolute -left-10 z-0`)},null,2),o.createElementVNode("div",null,[o.createElementVNode("div",{class:o.normalizeClass(`${c.value.text} text-sm`)},[(g=s.value)!=null&&g.date.trim()?(o.openBlock(),o.createElementBlock("span",X4,o.toDisplayString(s.value.date),1)):o.createCommentVNode("",!0),(k=s.value)!=null&&k.hour.trim()?(o.openBlock(),o.createElementBlock("span",K4,o.toDisplayString(s.value.hour),1)):o.createCommentVNode("",!0),(S=l.value)!=null&&S.date.trim()?(o.openBlock(),o.createElementBlock("span",J4,"-")):o.createCommentVNode("",!0),(_=l.value)!=null&&_.date.trim()?(o.openBlock(),o.createElementBlock("span",Q4,o.toDisplayString(l.value.date),1)):o.createCommentVNode("",!0),(C=l.value)!=null&&C.hour.trim()?(o.openBlock(),o.createElementBlock("span",e2,o.toDisplayString(l.value.hour),1)):o.createCommentVNode("",!0)],2),o.createElementVNode("h1",{class:o.normalizeClass(`text-2xl ${c.value.text}`)},o.toDisplayString((E=o.unref(f).text)==null?void 0:E.headline),3),o.createElementVNode("div",{ref_key:"collapsible",ref:n,class:"content"},[o.createElementVNode("div",{class:o.normalizeClass(`${i.value?"flex":""} py-4`)},[i.value?(o.openBlock(),o.createElementBlock("div",t2,[o.createVNode(At,{noModal:"",cols:"8",src:i.value,alt:(T=o.unref(f).text)==null?void 0:T.headline},null,8,["src","alt"])])):o.createCommentVNode("",!0),o.createElementVNode("div",{class:"flex-1",innerHTML:o.unref(_e)(o.unref(f).text.text)},null,8,r2)],2)],512)])],2)}}}),LX="",Jl=Et(n2,[["__scopeId","data-v-4cca257a"]]),p0=Object.freeze(Object.defineProperty({__proto__:null,default:Jl},Symbol.toStringTag,{value:"Module"})),o2={class:"w-10/12 md:w-7/12 lg:6/12 mx-auto relative"},a2={class:"text-2xl mb-2"},s2={class:"my-4 px-2"},l2=["onClick"],i2={class:"border-l-4 pl-1 transition-all"},Ql=o.defineComponent({__name:"EpTimeLine",props:{tags:{},events:{},title:{}},setup(r){const e=r,t=o.ref();o.onMounted(()=>{e.tags&&(t.value=e.tags.map(c=>({...c,active:!1})))});const n=c=>{const d=an[c];return d||an.noTag},a=o.computed(()=>{var c;return((c=t.value)==null?void 0:c.filter(d=>d.active))||[]}),s=o.computed(()=>a.value.length===0?e.events:e.events.filter(d=>{if(d.tag)return a.value.some(f=>{var p;return f.id===((p=d.tag)==null?void 0:p.id)})})),l=c=>{c.active=!c.active},{title:i}=o.toRefs(e);return(c,d)=>{var f,p,b,g,k,S;return o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("div",o2,[o.createElementVNode("h3",a2,o.toDisplayString((b=(p=(f=o.unref(i))==null?void 0:f.title)==null?void 0:p.text)==null?void 0:b.headline),1),o.createElementVNode("p",null,o.toDisplayString((S=(k=(g=o.unref(i))==null?void 0:g.title)==null?void 0:k.text)==null?void 0:S.text),1),o.createElementVNode("div",s2,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(t.value,_=>(o.openBlock(),o.createElementBlock("span",{key:_.id,onClick:C=>l(_),class:o.normalizeClass(`mr-2 mb-2 inline-block cursor-pointer text-sm px-2 py-1 rounded border ${n(_.color).border} ${_.active?"text-white":n(_.color).text} ${_.active?n(_.color).bg:""}`)},[o.createTextVNode(o.toDisplayString(_.title)+" ",1),o.createVNode(re,{"icon-path":_.active?o.unref(ld):o.unref(sd),size:"14"},null,8,["icon-path"])],10,l2))),128))]),o.createElementVNode("div",i2,[o.createVNode(o.TransitionGroup,{name:"list",tag:"div"},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(s.value,(_,C)=>(o.openBlock(),o.createBlock(Jl,{key:`${C}-card-${_.id}`,event:_},null,8,["event"]))),128))]),_:1})])])])}}}),RX="",m0=Object.freeze(Object.defineProperty({__proto__:null,default:Ql},Symbol.toStringTag,{value:"Module"})),c2=["innerHTML"],u2={class:"max-w-screen-sm mx-auto"},d2=["src"],h2=["src"],ei=o.defineComponent({__name:"EpVideo",props:{src:{},title:{},intentions:{},credits:{},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(r){const e=r,t=o.ref(),n=o.computed(()=>!!(e.src.endsWith(".mp4")||e.src.endsWith(".ogg")||e.src.endsWith(".webm"))),a=o.computed(()=>{const f=e.src;return!n.value&&f.includes("https://vimeo.com/")?f.replace("https://vimeo.com/","https://player.vimeo.com/video/"):!n.value&&f.includes("https://www.youtube.com/watch?")?f.replace("https://www.youtube.com/watch?v=","https://www.youtube.com/embed/"):f}),s=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{src:l,title:i,hideIcon:c,type:d}=o.toRefs(e);return(f,p)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(i),type:o.unref(d),hideIcon:o.unref(c),icon:o.unref(Qa),mandateLevel:f.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",u2,[n.value?(o.openBlock(),o.createElementBlock("video",{key:0,ref_key:"video",ref:t,controls:"",src:o.unref(l),width:"640",controlsList:"nodownload"},null,8,d2)):(o.openBlock(),o.createElementBlock("iframe",{key:1,src:a.value,width:"100%",height:"360",frameborder:"0",allowfullscreen:""},null,8,h2))])]),_:2},[s.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:s.value},null,8,c2)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),g0=Object.freeze(Object.defineProperty({__proto__:null,default:ei},Symbol.toStringTag,{value:"Module"})),f2=["innerHTML"],p2={class:"max-w-screen-sm mx-auto"},m2=["src"],ti=o.defineComponent({__name:"EpVideoPanopto",props:{src:{},title:{},intentions:{},credits:{},mandateLevel:{},labelIntentions:{default:"Intentions d'écoute"},type:{default:"base"},hideIcon:{type:Boolean,default:!1}},setup(r){const e=r,t=o.computed(()=>e.intentions?je(e.intentions)?e.intentions:Ye(e.intentions):null),{src:n,title:a,hideIcon:s,type:l}=o.toRefs(e);return(i,c)=>(o.openBlock(),o.createBlock(ve,{title:o.unref(a),type:o.unref(l),hideIcon:o.unref(s),icon:o.unref(Qa),mandateLevel:i.mandateLevel},o.createSlots({content:o.withCtx(()=>[o.createElementVNode("div",p2,[o.createElementVNode("iframe",{src:o.unref(n),width:"100%",height:"360",frameborder:"0",allowfullscreen:""},null,8,m2)])]),_:2},[t.value?{name:"intentions",fn:o.withCtx(()=>[o.createElementVNode("div",{innerHTML:t.value},null,8,f2)]),key:"0"}:void 0]),1032,["title","type","hideIcon","icon","mandateLevel"]))}}),b0=Object.freeze(Object.defineProperty({__proto__:null,default:ti},Symbol.toStringTag,{value:"Module"})),g2={},b2={class:"duotone-filters h-0",xmlns:"http://www.w3.org/2000/svg"},y2=[o.createStaticVNode(`<filter id="duotone-bluered"><feColorMatrix type="matrix" result="grayscale" values="1 0 0 0 0
298
298
  1 0 0 0 0
299
299
  1 0 0 0 0
300
300
  0 0 0 1 0"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" result="duotone"><feFuncR type="table" tableValues="0.0 0.9608"></feFuncR><feFuncG type="table" tableValues="0.2784 0.2627"></feFuncG><feFuncB type="table" tableValues="0.5255 0.2118"></feFuncB><feFuncA type="table" tableValues="0 1"></feFuncA></feComponentTransfer></filter><filter id="duotone-dark-blue"><feColorMatrix type="matrix" result="gray" values="0.2126 0.7152 0.0722 0 0
@@ -333,7 +333,7 @@ l0,-`+(t+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
333
333
  0 0 0 1 0"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" result="duotone"><feFuncR type="table" tableValues="0.1059 0.9843 "></feFuncR><feFuncG type="table" tableValues="0.3686 0.7529 "></feFuncG><feFuncB type="table" tableValues="0.1255 0.1804"></feFuncB><feFuncA type="table" tableValues="0 1"></feFuncA></feComponentTransfer></filter><filter id="duotone-yellow-red"><feColorMatrix type="matrix" result="grayscale" values="1 0 0 0 0
334
334
  1 0 0 0 0
335
335
  1 0 0 0 0
336
- 0 0 0 1 0"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" result="duotone"><feFuncR type="table" tableValues="0.7765 0.9765"></feFuncR><feFuncG type="table" tableValues="0.1569 0.6588"></feFuncG><feFuncB type="table" tableValues="0.1569 0.1451"></feFuncB><feFuncA type="table" tableValues="0 1"></feFuncA></feComponentTransfer></filter>`,13)];function x2(r,e){return o.openBlock(),o.createElementBlock("svg",y2,v2)}const ri=Et(b2,[["render",x2]]),y0=Object.freeze(Object.defineProperty({__proto__:null,default:ri},Symbol.toStringTag,{value:"Module"})),k2={class:"flex md:justify-end justify-center pt-5"},w2={class:"md:px-64 flex w-full py-24 grow flex h-full items-center"},_2={class:"container flex flex-col px-8 max-w-7xl md:flex-row lg:px-16"},C2={key:0,class:"p-4 md:items-center backdrop-blur-md backdrop-brightness-50 backdrop-opacity-75 rounded"},S2={class:"text-center md:text-left"},E2={key:0,class:"text-xl font-medium tracking-tight text-white sm:text-3xl"},A2={key:1,class:"max-w-xl mt-4 text-xl tracking-tight text-white contrast-50"},T2={key:0,class:"animate-bounce absolute bottom-10 left-1/2"},ni=o.defineComponent({__name:"EpHeader",props:{title:{default:null},subtitle:{},icon:{default:null},color:{default:null},courseCode:{},courseTitle:{},big:{type:[Boolean,null],default:!1},src:{default:null},synchrone:{type:Boolean,default:!1},duration:{default:null},assessment:{default:null},headerImgColor:{}},emits:["clicked"],setup(r,{emit:e}){const t=r;o.computed(()=>t.color);const n=o.computed(()=>`
336
+ 0 0 0 1 0"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" result="duotone"><feFuncR type="table" tableValues="0.7765 0.9765"></feFuncR><feFuncG type="table" tableValues="0.1569 0.6588"></feFuncG><feFuncB type="table" tableValues="0.1569 0.1451"></feFuncB><feFuncA type="table" tableValues="0 1"></feFuncA></feComponentTransfer></filter>`,13)];function v2(r,e){return o.openBlock(),o.createElementBlock("svg",b2,y2)}const ri=Et(g2,[["render",v2]]),y0=Object.freeze(Object.defineProperty({__proto__:null,default:ri},Symbol.toStringTag,{value:"Module"})),x2={class:"flex md:justify-end justify-center pt-5"},k2={class:"md:px-64 flex w-full py-24 grow flex h-full items-center"},w2={class:"container flex flex-col px-8 max-w-7xl md:flex-row lg:px-16"},_2={key:0,class:"p-4 md:items-center backdrop-blur-md backdrop-brightness-50 backdrop-opacity-75 rounded"},C2={class:"text-center md:text-left"},S2={key:0,class:"text-xl font-medium tracking-tight text-white sm:text-3xl"},E2={key:1,class:"max-w-xl mt-4 text-xl tracking-tight text-white contrast-50"},A2={key:0,class:"animate-bounce absolute bottom-10 left-1/2"},ni=o.defineComponent({__name:"EpHeader",props:{title:{default:null},subtitle:{},icon:{default:null},color:{default:null},courseCode:{},courseTitle:{},big:{type:[Boolean,null],default:!1},src:{default:null},synchrone:{type:Boolean,default:!1},duration:{default:null},assessment:{default:null},headerImgColor:{}},emits:["clicked"],setup(r,{emit:e}){const t=r;o.computed(()=>t.color);const n=o.computed(()=>`
337
337
  flex
338
338
  flex-col
339
339
  overflow-hidden
@@ -341,8 +341,8 @@ l0,-`+(t+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
341
341
  absolute
342
342
  ${t.big?"min-h-screen":"h-96"}
343
343
  bg-cover
344
- bg-center`),a=o.computed(()=>t.src?t.src:"https://live.staticflickr.com/1757/42677241511_a350206ac2_b.jpg"),s=()=>{e("clicked")},{title:l,headerImgColor:i,big:c}=o.toRefs(t);return(d,f)=>(o.openBlock(),o.createElementBlock("section",{class:o.normalizeClass(`${o.unref(c)?"h-screen ":""}items-center overflow-hidden relative `),ref:"el"},[o.createElementVNode("div",{class:o.normalizeClass(n.value),style:o.normalizeStyle(`background-image:url('${a.value}'); filter:url(#${o.unref(i)});`)},null,6),o.createElementVNode("div",{class:o.normalizeClass(`relative ${o.unref(c)?"mb-36":""} h-full items-end`)},[o.createElementVNode("div",k2,[d.synchrone?(o.openBlock(),o.createBlock(Tt,{key:0,prependIcon:o.unref(ed)},{default:o.withCtx(()=>[o.createTextVNode("Synchrone")]),_:1},8,["prependIcon"])):o.createCommentVNode("",!0),d.duration?(o.openBlock(),o.createBlock(Tt,{key:1,prependIcon:o.unref(vd)},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(d.duration),1)]),_:1},8,["prependIcon"])):o.createCommentVNode("",!0),d.assessment?(o.openBlock(),o.createBlock(Tt,{key:2,prependIcon:o.unref(td)},{default:o.withCtx(()=>[o.createTextVNode("Formatif")]),_:1},8,["prependIcon"])):o.createCommentVNode("",!0)]),o.createElementVNode("div",w2,[o.createElementVNode("div",_2,[o.unref(l)||d.subtitle?(o.openBlock(),o.createElementBlock("div",C2,[o.createElementVNode("div",S2,[o.unref(l)?(o.openBlock(),o.createElementBlock("h1",E2,o.toDisplayString(o.unref(l)),1)):o.createCommentVNode("",!0),d.subtitle?(o.openBlock(),o.createElementBlock("h2",A2,o.toDisplayString(d.subtitle),1)):o.createCommentVNode("",!0)])])):o.createCommentVNode("",!0)])])],2),t.big?(o.openBlock(),o.createElementBlock("div",T2,[o.createElementVNode("div",{class:"mx-auto w-12 bg-white rounded-full p-2",onClick:s},[o.createVNode(re,{iconPath:o.unref(id),size:"32"},null,8,["iconPath"])])])):o.createCommentVNode("",!0),o.createVNode(ri)],2))}}),v0=Object.freeze(Object.defineProperty({__proto__:null,default:ni},Symbol.toStringTag,{value:"Module"})),B2={class:"flex flex-wrap rounded-md bg-white"},M2=["src"],V2={class:"p-6 flex-1"},D2={class:"text-xs italic text-neutral-500"},oi=o.defineComponent({__name:"EpQuote",props:{author:{default:null},img:{default:null},card:{type:Boolean,default:!1}},setup(r){const e=r,{author:t,img:n}=o.toRefs(e),a=o.computed(()=>e.card?"primary":"");return(s,l)=>(o.openBlock(),o.createBlock(rr,{density:"compact",color:a.value,outlined:""},{default:o.withCtx(()=>[o.createElementVNode("div",B2,[o.unref(n)?(o.openBlock(),o.createElementBlock("img",{key:0,class:"h-96 w-full rounded-t-md object-cover lg:h-auto lg:w-48 lg:rounded-none lg:rounded-l-md",src:o.unref(n),alt:"Image of quote"},null,8,M2)):o.createCommentVNode("",!0),o.createElementVNode("div",V2,[o.renderSlot(s.$slots,"default"),o.unref(t)?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[o.createVNode(Bt,{size:"border"}),o.createElementVNode("p",D2,o.toDisplayString(o.unref(t)),1)],64)):o.createCommentVNode("",!0)])])]),_:3},8,["color"]))}}),x0=Object.freeze(Object.defineProperty({__proto__:null,default:oi},Symbol.toStringTag,{value:"Module"})),q2={};function z2(r,e){return o.openBlock(),o.createElementBlock("div",null," no data ")}const pr=Object.freeze(Object.defineProperty({__proto__:null,default:Et(q2,[["render",z2]])},Symbol.toStringTag,{value:"Module"})),N2=["id","type","value","disabled","readonly","checked"],L2=["for","disabled"],k0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpCheckbox",props:{id:{default:"0"},label:{default:"check"},modelValue:{default:""},type:{default:"checkbox"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,disabled:i,readonly:c,checked:d}=o.toRefs(t);return(f,p)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),value:o.unref(l),class:"form-checkbox rounded border-neutral-300 text-blue-600 h-[1.125rem] w-[1.125rem] mr-2 disabled:opacity-40 disabled:cursor-not-allowed",disabled:o.unref(i),readonly:o.unref(c),checked:o.unref(d)},null,8,N2),o.createElementVNode("label",{for:o.unref(n),class:"disabled:opacity-40 hover:pointer-events-none",disabled:o.unref(i)},o.toDisplayString(o.unref(a)),9,L2)]))}})},Symbol.toStringTag,{value:"Module"}));function R2(){return ai().__VUE_DEVTOOLS_GLOBAL_HOOK__}function ai(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const F2=typeof Proxy=="function",I2="devtools-plugin:setup",P2="plugin:settings:set";let Gt,w0;function O2(){var r;return Gt!==void 0||(typeof window<"u"&&window.performance?(Gt=!0,w0=window.performance):typeof global<"u"&&(!((r=global.perf_hooks)===null||r===void 0)&&r.performance)?(Gt=!0,w0=global.perf_hooks.performance):Gt=!1),Gt}function $2(){return O2()?w0.now():Date.now()}class H2{constructor(e,t){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=t;const n={};if(e.settings)for(const l in e.settings){const i=e.settings[l];n[l]=i.defaultValue}const a=`__vue-devtools-plugin-settings__${e.id}`;let s=Object.assign({},n);try{const l=localStorage.getItem(a),i=JSON.parse(l);Object.assign(s,i)}catch{}this.fallbacks={getSettings(){return s},setSettings(l){try{localStorage.setItem(a,JSON.stringify(l))}catch{}s=l},now(){return $2()}},t&&t.on(P2,(l,i)=>{l===this.plugin.id&&this.fallbacks.setSettings(i)}),this.proxiedOn=new Proxy({},{get:(l,i)=>this.target?this.target.on[i]:(...c)=>{this.onQueue.push({method:i,args:c})}}),this.proxiedTarget=new Proxy({},{get:(l,i)=>this.target?this.target[i]:i==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(i)?(...c)=>(this.targetQueue.push({method:i,args:c,resolve:()=>{}}),this.fallbacks[i](...c)):(...c)=>new Promise(d=>{this.targetQueue.push({method:i,args:c,resolve:d})})})}async setRealTarget(e){this.target=e;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function j2(r,e){const t=r,n=ai(),a=R2(),s=F2&&t.enableEarlyProxy;if(a&&(n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!s))a.emit(I2,r,e);else{const l=s?new H2(t,a):null;(n.__VUE_DEVTOOLS_PLUGINS__=n.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:t,setupFn:e,proxy:l}),l&&e(l.proxiedTarget)}}/**
344
+ bg-center`),a=o.computed(()=>t.src?t.src:"https://live.staticflickr.com/1757/42677241511_a350206ac2_b.jpg"),s=()=>{e("clicked")},{title:l,headerImgColor:i,big:c}=o.toRefs(t);return(d,f)=>(o.openBlock(),o.createElementBlock("section",{class:o.normalizeClass(`${o.unref(c)?"h-screen ":""}items-center overflow-hidden relative `),ref:"el"},[o.createElementVNode("div",{class:o.normalizeClass(n.value),style:o.normalizeStyle(`background-image:url('${a.value}'); filter:url(#${o.unref(i)});`)},null,6),o.createElementVNode("div",{class:o.normalizeClass(`relative ${o.unref(c)?"mb-36":""} h-full items-end`)},[o.createElementVNode("div",x2,[d.synchrone?(o.openBlock(),o.createBlock(Tt,{key:0,prependIcon:o.unref(ed)},{default:o.withCtx(()=>[o.createTextVNode("Synchrone")]),_:1},8,["prependIcon"])):o.createCommentVNode("",!0),d.duration?(o.openBlock(),o.createBlock(Tt,{key:1,prependIcon:o.unref(vd)},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(d.duration),1)]),_:1},8,["prependIcon"])):o.createCommentVNode("",!0),d.assessment?(o.openBlock(),o.createBlock(Tt,{key:2,prependIcon:o.unref(td)},{default:o.withCtx(()=>[o.createTextVNode("Formatif")]),_:1},8,["prependIcon"])):o.createCommentVNode("",!0)]),o.createElementVNode("div",k2,[o.createElementVNode("div",w2,[o.unref(l)||d.subtitle?(o.openBlock(),o.createElementBlock("div",_2,[o.createElementVNode("div",C2,[o.unref(l)?(o.openBlock(),o.createElementBlock("h1",S2,o.toDisplayString(o.unref(l)),1)):o.createCommentVNode("",!0),d.subtitle?(o.openBlock(),o.createElementBlock("h2",E2,o.toDisplayString(d.subtitle),1)):o.createCommentVNode("",!0)])])):o.createCommentVNode("",!0)])])],2),t.big?(o.openBlock(),o.createElementBlock("div",A2,[o.createElementVNode("div",{class:"mx-auto w-12 bg-white rounded-full p-2",onClick:s},[o.createVNode(re,{iconPath:o.unref(id),size:"32"},null,8,["iconPath"])])])):o.createCommentVNode("",!0),o.createVNode(ri)],2))}}),v0=Object.freeze(Object.defineProperty({__proto__:null,default:ni},Symbol.toStringTag,{value:"Module"})),T2={class:"flex flex-wrap rounded-md bg-white"},B2=["src"],M2={class:"p-6 flex-1"},V2={class:"text-xs italic text-neutral-500"},oi=o.defineComponent({__name:"EpQuote",props:{author:{default:null},img:{default:null},card:{type:Boolean,default:!1}},setup(r){const e=r,{author:t,img:n}=o.toRefs(e),a=o.computed(()=>e.card?"primary":"");return(s,l)=>(o.openBlock(),o.createBlock(rr,{density:"compact",color:a.value,outlined:""},{default:o.withCtx(()=>[o.createElementVNode("div",T2,[o.unref(n)?(o.openBlock(),o.createElementBlock("img",{key:0,class:"h-96 w-full rounded-t-md object-cover lg:h-auto lg:w-48 lg:rounded-none lg:rounded-l-md",src:o.unref(n),alt:"Image of quote"},null,8,B2)):o.createCommentVNode("",!0),o.createElementVNode("div",M2,[o.renderSlot(s.$slots,"default"),o.unref(t)?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[o.createVNode(Bt,{size:"border"}),o.createElementVNode("p",V2,o.toDisplayString(o.unref(t)),1)],64)):o.createCommentVNode("",!0)])])]),_:3},8,["color"]))}}),x0=Object.freeze(Object.defineProperty({__proto__:null,default:oi},Symbol.toStringTag,{value:"Module"})),D2={};function q2(r,e){return o.openBlock(),o.createElementBlock("div",null," no data ")}const pr=Object.freeze(Object.defineProperty({__proto__:null,default:Et(D2,[["render",q2]])},Symbol.toStringTag,{value:"Module"})),z2=["id","type","value","disabled","readonly","checked"],N2=["for","disabled"],k0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpCheckbox",props:{id:{default:"0"},label:{default:"check"},modelValue:{default:""},type:{default:"checkbox"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,disabled:i,readonly:c,checked:d}=o.toRefs(t);return(f,p)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),value:o.unref(l),class:"form-checkbox rounded border-neutral-300 text-blue-600 h-[1.125rem] w-[1.125rem] mr-2 disabled:opacity-40 disabled:cursor-not-allowed",disabled:o.unref(i),readonly:o.unref(c),checked:o.unref(d)},null,8,z2),o.createElementVNode("label",{for:o.unref(n),class:"disabled:opacity-40 hover:pointer-events-none",disabled:o.unref(i)},o.toDisplayString(o.unref(a)),9,N2)]))}})},Symbol.toStringTag,{value:"Module"}));function L2(){return ai().__VUE_DEVTOOLS_GLOBAL_HOOK__}function ai(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const R2=typeof Proxy=="function",F2="devtools-plugin:setup",I2="plugin:settings:set";let Gt,w0;function P2(){var r;return Gt!==void 0||(typeof window<"u"&&window.performance?(Gt=!0,w0=window.performance):typeof global<"u"&&(!((r=global.perf_hooks)===null||r===void 0)&&r.performance)?(Gt=!0,w0=global.perf_hooks.performance):Gt=!1),Gt}function O2(){return P2()?w0.now():Date.now()}class $2{constructor(e,t){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=t;const n={};if(e.settings)for(const l in e.settings){const i=e.settings[l];n[l]=i.defaultValue}const a=`__vue-devtools-plugin-settings__${e.id}`;let s=Object.assign({},n);try{const l=localStorage.getItem(a),i=JSON.parse(l);Object.assign(s,i)}catch{}this.fallbacks={getSettings(){return s},setSettings(l){try{localStorage.setItem(a,JSON.stringify(l))}catch{}s=l},now(){return O2()}},t&&t.on(I2,(l,i)=>{l===this.plugin.id&&this.fallbacks.setSettings(i)}),this.proxiedOn=new Proxy({},{get:(l,i)=>this.target?this.target.on[i]:(...c)=>{this.onQueue.push({method:i,args:c})}}),this.proxiedTarget=new Proxy({},{get:(l,i)=>this.target?this.target[i]:i==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(i)?(...c)=>(this.targetQueue.push({method:i,args:c,resolve:()=>{}}),this.fallbacks[i](...c)):(...c)=>new Promise(d=>{this.targetQueue.push({method:i,args:c,resolve:d})})})}async setRealTarget(e){this.target=e;for(const t of this.onQueue)this.target.on[t.method](...t.args);for(const t of this.targetQueue)t.resolve(await this.target[t.method](...t.args))}}function H2(r,e){const t=r,n=ai(),a=L2(),s=R2&&t.enableEarlyProxy;if(a&&(n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!s))a.emit(F2,r,e);else{const l=s?new $2(t,a):null;(n.__VUE_DEVTOOLS_PLUGINS__=n.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:t,setupFn:e,proxy:l}),l&&e(l.proxiedTarget)}}/**
345
345
  * vee-validate v4.11.3
346
346
  * (c) 2023 Abdelrahman Awad
347
347
  * @license MIT
348
- */function qt(r){return typeof r=="function"}function U2(r){return r==null}const zt=r=>r!==null&&!!r&&typeof r=="object"&&!Array.isArray(r);function si(r){return Number(r)>=0}function G2(r){const e=parseFloat(r);return isNaN(e)?r:e}function Z2(r){const e=r.split(".");if(!e.length)return"";let t=String(e[0]);for(let n=1;n<e.length;n++){if(si(e[n])){t+=`[${e[n]}]`;continue}t+=`.${e[n]}`}return t}const W2={};function Y2(r){return W2[r]}const li=Symbol("vee-validate-form"),X2=Symbol("vee-validate-field-instance"),ii=Symbol("Default empty value"),K2=typeof window<"u";function _0(r){return qt(r)&&!!r.__locatorRef}function sn(r){return!!r&&qt(r.parse)&&r.__type==="VVTypedSchema"}function C0(r){return!!r&&qt(r.validate)}function ci(r){return r==="checkbox"||r==="radio"}function J2(r){return zt(r)||Array.isArray(r)}function S0(r){return/^\[.+\]$/i.test(r)}function Q2(r){return ui(r)&&r.multiple}function ui(r){return r.tagName==="SELECT"}function e5(r){return r?!!(typeof Event<"u"&&qt(Event)&&r instanceof Event||r&&r.srcElement):!1}function Te(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;var t,n,a;if(Array.isArray(r)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(!Te(r[n],e[n]))return!1;return!0}if(r instanceof Map&&e instanceof Map){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;for(n of r.entries())if(!Te(n[1],e.get(n[0])))return!1;return!0}if(di(r)&&di(e))return!(r.size!==e.size||r.name!==e.name||r.lastModified!==e.lastModified||r.type!==e.type);if(r instanceof Set&&e instanceof Set){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;return!0}if(ArrayBuffer.isView(r)&&ArrayBuffer.isView(e)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(r[n]!==e[n])return!1;return!0}if(r.constructor===RegExp)return r.source===e.source&&r.flags===e.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===e.valueOf();if(r.toString!==Object.prototype.toString)return r.toString()===e.toString();for(a=Object.keys(r),t=a.length,n=t;n--!==0;){var s=a[n];if(!Te(r[s],e[s]))return!1}return!0}return r!==r&&e!==e}function di(r){return K2?r instanceof File:!1}function hi(r,e,t){typeof t.value=="object"&&(t.value=Nt(t.value)),!t.enumerable||t.get||t.set||!t.configurable||!t.writable||e==="__proto__"?Object.defineProperty(r,e,t):r[e]=t.value}function Nt(r){if(typeof r!="object")return r;var e=0,t,n,a,s=Object.prototype.toString.call(r);if(s==="[object Object]"?a=Object.create(r.__proto__||null):s==="[object Array]"?a=Array(r.length):s==="[object Set]"?(a=new Set,r.forEach(function(l){a.add(Nt(l))})):s==="[object Map]"?(a=new Map,r.forEach(function(l,i){a.set(Nt(i),Nt(l))})):s==="[object Date]"?a=new Date(+r):s==="[object RegExp]"?a=new RegExp(r.source,r.flags):s==="[object DataView]"?a=new r.constructor(Nt(r.buffer)):s==="[object ArrayBuffer]"?a=r.slice(0):s.slice(-6)==="Array]"&&(a=new r.constructor(r)),a){for(n=Object.getOwnPropertySymbols(r);e<n.length;e++)hi(a,n[e],Object.getOwnPropertyDescriptor(r,n[e]));for(e=0,n=Object.getOwnPropertyNames(r);e<n.length;e++)Object.hasOwnProperty.call(a,t=n[e])&&a[t]===r[t]||hi(a,t,Object.getOwnPropertyDescriptor(r,t))}return a||r}function fi(r){return S0(r)?r.replace(/\[|\]/gi,""):r}function Zt(r,e,t){return r?S0(e)?r[fi(e)]:(e||"").split(/\.|\[(\d+)\]/).filter(Boolean).reduce((a,s)=>J2(a)&&s in a?a[s]:t,r):t}function t5(r,e,t){if(S0(e)){r[fi(e)]=t;return}const n=e.split(/\.|\[(\d+)\]/).filter(Boolean);let a=r;for(let s=0;s<n.length;s++){if(s===n.length-1){a[n[s]]=t;return}(!(n[s]in a)||U2(a[n[s]]))&&(a[n[s]]=si(n[s+1])?[]:{}),a=a[n[s]]}}function pi(r){return Object.keys(r)}function mi(r,e=void 0){const t=o.getCurrentInstance();return(t==null?void 0:t.provides[r])||o.inject(r,e)}function gi(r,e,t){if(Array.isArray(r)){const n=[...r],a=n.findIndex(s=>Te(s,e));return a>=0?n.splice(a,1):n.push(e),n}return Te(r,e)?t:e}function r5(r,e){let t,n;return function(...a){const s=this;return t||(t=!0,setTimeout(()=>t=!1,e),n=r.apply(s,a)),n}}function n5(r,e){return zt(e)&&e.number?G2(r):r}function bi(r,e){let t;return async function(...a){const s=r(...a);t=s;const l=await s;return s!==t||(t=void 0,e(l,a)),l}}function o5(r){return Array.isArray(r)?r:r?[r]:[]}function E0(r){if(yi(r))return r._value}function yi(r){return"_value"in r}function a5(r){return r.type==="number"||r.type==="range"?Number.isNaN(r.valueAsNumber)?r.value:r.valueAsNumber:r.value}function vi(r){if(!e5(r))return r;const e=r.target;if(ci(e.type)&&yi(e))return E0(e);if(e.type==="file"&&e.files){const t=Array.from(e.files);return e.multiple?t:t[0]}if(Q2(e))return Array.from(e.options).filter(t=>t.selected&&!t.disabled).map(E0);if(ui(e)){const t=Array.from(e.options).find(n=>n.selected);return t?E0(t):e.value}return a5(e)}function xi(r){const e={};return Object.defineProperty(e,"_$$isNormalized",{value:!0,writable:!1,enumerable:!1,configurable:!1}),r?zt(r)&&r._$$isNormalized?r:zt(r)?Object.keys(r).reduce((t,n)=>{const a=s5(r[n]);return r[n]!==!1&&(t[n]=ki(a)),t},e):typeof r!="string"?e:r.split("|").reduce((t,n)=>{const a=l5(n);return a.name&&(t[a.name]=ki(a.params)),t},e):e}function s5(r){return r===!0?[]:Array.isArray(r)||zt(r)?r:[r]}function ki(r){const e=t=>typeof t=="string"&&t[0]==="@"?i5(t.slice(1)):t;return Array.isArray(r)?r.map(e):r instanceof RegExp?[r]:Object.keys(r).reduce((t,n)=>(t[n]=e(r[n]),t),{})}const l5=r=>{let e=[];const t=r.split(":")[0];return r.includes(":")&&(e=r.split(":").slice(1).join(":").split(",")),{name:t,params:e}};function i5(r){const e=t=>Zt(t,r)||t[r];return e.__locatorRef=r,e}function c5(r){return Array.isArray(r)?r.filter(_0):pi(r).filter(e=>_0(r[e])).map(e=>r[e])}let u5=Object.assign({},{generateMessage:({field:r})=>`${r} is not valid.`,bails:!0,validateOnBlur:!0,validateOnChange:!0,validateOnInput:!1,validateOnModelUpdate:!0});const d5=()=>u5;async function h5(r,e,t={}){const n=t==null?void 0:t.bails,a={name:(t==null?void 0:t.name)||"{field}",rules:e,label:t==null?void 0:t.label,bails:n??!0,formData:(t==null?void 0:t.values)||{}},l=(await f5(a,r)).errors;return{errors:l,valid:!l.length}}async function f5(r,e){if(sn(r.rules)||C0(r.rules))return g5(e,r.rules);if(qt(r.rules)||Array.isArray(r.rules)){const l={field:r.label||r.name,name:r.name,label:r.label,form:r.formData,value:e},i=Array.isArray(r.rules)?r.rules:[r.rules],c=i.length,d=[];for(let f=0;f<c;f++){const p=i[f],b=await p(e,l);if(!(typeof b!="string"&&!Array.isArray(b)&&b)){if(Array.isArray(b))d.push(...b);else{const k=typeof b=="string"?b:wi(l);d.push(k)}if(r.bails)return{errors:d}}}return{errors:d}}const t=Object.assign(Object.assign({},r),{rules:xi(r.rules)}),n=[],a=Object.keys(t.rules),s=a.length;for(let l=0;l<s;l++){const i=a[l],c=await b5(t,e,{name:i,params:t.rules[i]});if(c.error&&(n.push(c.error),r.bails))return{errors:n}}return{errors:n}}function p5(r){return!!r&&r.name==="ValidationError"}function m5(r){return{__type:"VVTypedSchema",async parse(t){var n;try{return{output:await r.validate(t,{abortEarly:!1}),errors:[]}}catch(a){if(!p5(a))throw a;if(!(!((n=a.inner)===null||n===void 0)&&n.length)&&a.errors.length)return{errors:[{path:a.path,errors:a.errors}]};const s=a.inner.reduce((l,i)=>{const c=i.path||"";return l[c]||(l[c]={errors:[],path:c}),l[c].errors.push(...i.errors),l},{});return{errors:Object.values(s)}}}}}async function g5(r,e){const n=await(sn(e)?e:m5(e)).parse(r),a=[];for(const s of n.errors)s.errors.length&&a.push(...s.errors);return{errors:a}}async function b5(r,e,t){const n=Y2(t.name);if(!n)throw new Error(`No such validator '${t.name}' exists.`);const a=y5(t.params,r.formData),s={field:r.label||r.name,name:r.name,label:r.label,value:e,form:r.formData,rule:Object.assign(Object.assign({},t),{params:a})},l=await n(e,a,s);return typeof l=="string"?{error:l}:{error:l?void 0:wi(s)}}function wi(r){const e=d5().generateMessage;return e?e(r):"Field is invalid"}function y5(r,e){const t=n=>_0(n)?n(e):n;return Array.isArray(r)?r.map(t):Object.keys(r).reduce((n,a)=>(n[a]=t(r[a]),n),{})}let _i=0;function v5(r,e){const{value:t,initialValue:n,setInitialValue:a}=x5(r,e.modelValue,e.form);if(!e.form){let b=function(g){var k;"value"in g&&(t.value=g.value),"errors"in g&&d(g.errors),"touched"in g&&(p.touched=(k=g.touched)!==null&&k!==void 0?k:p.touched),"initialValue"in g&&a(g.initialValue)};const{errors:c,setErrors:d}=_5(),f=_i>=Number.MAX_SAFE_INTEGER?0:++_i,p=w5(t,n,c);return{id:f,path:r,value:t,initialValue:n,meta:p,flags:{pendingUnmount:{[f]:!1}},errors:c,setState:b}}const s=e.form.createPathState(r,{bails:e.bails,label:e.label,type:e.type,validate:e.validate}),l=o.computed(()=>s.errors);function i(c){var d,f,p;"value"in c&&(t.value=c.value),"errors"in c&&((d=e.form)===null||d===void 0||d.setFieldError(o.unref(r),c.errors)),"touched"in c&&((f=e.form)===null||f===void 0||f.setFieldTouched(o.unref(r),(p=c.touched)!==null&&p!==void 0?p:!1)),"initialValue"in c&&a(c.initialValue)}return{id:Array.isArray(s.id)?s.id[s.id.length-1]:s.id,path:r,value:t,errors:l,meta:s,initialValue:n,flags:s.__flags,setState:i}}function x5(r,e,t){const n=o.ref(o.unref(e));function a(){return t?Zt(t.initialValues.value,o.unref(r),o.unref(n)):o.unref(n)}function s(d){if(!t){n.value=d;return}t.stageInitialValue(o.unref(r),d,!0)}const l=o.computed(a);if(!t)return{value:o.ref(a()),initialValue:l,setInitialValue:s};const i=k5(e,t,l,r);return t.stageInitialValue(o.unref(r),i,!0),{value:o.computed({get(){return Zt(t.values,o.unref(r))},set(d){t.setFieldValue(o.unref(r),d,!1)}}),initialValue:l,setInitialValue:s}}function k5(r,e,t,n){return o.isRef(r)?o.unref(r):r!==void 0?r:Zt(e.values,o.unref(n),o.unref(t))}function w5(r,e,t){const n=o.reactive({touched:!1,pending:!1,valid:!0,validated:!!o.unref(t).length,initialValue:o.computed(()=>o.unref(e)),dirty:o.computed(()=>!Te(o.unref(r),o.unref(e)))});return o.watch(t,a=>{n.valid=!a.length},{immediate:!0,flush:"sync"}),n}function _5(){const r=o.ref([]);return{errors:r,setErrors:e=>{r.value=o5(e)}}}function C5(r){process.env.NODE_ENV!=="production"&&j2({id:"vee-validate-devtools-plugin",label:"VeeValidate Plugin",packageName:"vee-validate",homepage:"https://vee-validate.logaretm.com/v4",app:r,logo:"https://vee-validate.logaretm.com/v4/logo.png"},E5)}const Ci={},mr={};let wt;const A0=r5(()=>{setTimeout(async()=>{await o.nextTick(),wt==null||wt.sendInspectorState(Wt),wt==null||wt.sendInspectorTree(Wt)},100)},100);function S5(r){const e=o.getCurrentInstance();if(!wt){const t=e==null?void 0:e.appContext.app;if(!t)return;C5(t)}mr[r.id]=Object.assign({},r),mr[r.id]._vm=e,o.onUnmounted(()=>{delete mr[r.id],A0()}),A0()}const Wt="vee-validate-inspector",Be={error:12405579,success:448379,unknown:5522283,white:16777215,black:0,blue:218007,purple:12157168,orange:16099682,gray:12304330};let me=null;function E5(r){wt=r,r.addInspector({id:Wt,icon:"rule",label:"vee-validate",noSelectionText:"Select a vee-validate node to inspect",actions:[{icon:"done_outline",tooltip:"Validate selected item",action:async()=>{if(!me){console.error("There is not a valid selected vee-validate node or component");return}if(me.type==="field"){await me.field.validate();return}if(me.type==="form"){await me.form.validate();return}me.type==="pathState"&&await me.form.validateField(me.state.path)}},{icon:"delete_sweep",tooltip:"Clear validation state of the selected item",action:()=>{if(!me){console.error("There is not a valid selected vee-validate node or component");return}if(me.type==="field"){me.field.resetField();return}me.type==="form"&&me.form.resetForm(),me.type==="pathState"&&me.form.resetField(me.state.path)}}]}),r.on.getInspectorTree(e=>{if(e.inspectorId!==Wt)return;const t=Object.values(Ci),n=Object.values(mr);e.rootNodes=[...t.map(A5),...n.map(a=>B5(a))]}),r.on.getInspectorState((e,t)=>{if(e.inspectorId!==Wt||t.currentTab!==`custom-inspector:${Wt}`)return;const{form:n,field:a,state:s,type:l}=M5(e.nodeId);if(n&&l==="form"){e.state=V5(n),me={type:"form",form:n};return}if(s&&l==="pathState"&&n){e.state=Ei(s),me={type:"pathState",state:s,form:n};return}if(a&&l==="field"){e.state=Ei({errors:a.errors.value,dirty:a.meta.dirty,valid:a.meta.valid,touched:a.meta.touched,value:a.value.value,initialValue:a.meta.initialValue}),me={field:a,type:"field"};return}me=null})}function A5(r){const{textColor:e,bgColor:t}=Ai(r.meta.value.valid),n={};Object.values(r.getAllPathStates()).forEach(l=>{t5(n,o.unref(l.path),T5(l,r))});function a(l,i=[]){const c=[...i].pop();return"id"in l?Object.assign(Object.assign({},l),{label:c||l.label}):zt(l)?{id:`${i.join(".")}`,label:c||"",children:Object.keys(l).map(d=>a(l[d],[...i,d]))}:Array.isArray(l)?{id:`${i.join(".")}`,label:`${c}[]`,children:l.map((d,f)=>a(d,[...i,String(f)]))}:{id:"",label:"",children:[]}}const{children:s}=a(n);return{id:T0(r),label:"Form",children:s,tags:[{label:"Form",textColor:e,backgroundColor:t},{label:`${r.getAllPathStates().length} fields`,textColor:Be.white,backgroundColor:Be.unknown}]}}function T5(r,e){return{id:T0(e,r),label:o.unref(r.path),tags:Si(r.multiple,r.fieldsCount,r.type,r.valid,e)}}function B5(r,e){return{id:T0(e,r),label:o.unref(r.name),tags:Si(!1,1,r.type,r.meta.valid,e)}}function Si(r,e,t,n,a){const{textColor:s,bgColor:l}=Ai(n);return[r?void 0:{label:"Field",textColor:s,backgroundColor:l},a?void 0:{label:"Standalone",textColor:Be.black,backgroundColor:Be.gray},t==="checkbox"?{label:"Checkbox",textColor:Be.white,backgroundColor:Be.blue}:void 0,t==="radio"?{label:"Radio",textColor:Be.white,backgroundColor:Be.purple}:void 0,r?{label:"Multiple",textColor:Be.black,backgroundColor:Be.orange}:void 0].filter(Boolean)}function T0(r,e){const t=e?"path"in e?"pathState":"field":"form",n=e?"path"in e?e==null?void 0:e.path:o.unref(e==null?void 0:e.name):"",a={f:r==null?void 0:r.formId,ff:n,type:t};return btoa(encodeURIComponent(JSON.stringify(a)))}function M5(r){try{const e=JSON.parse(decodeURIComponent(atob(r))),t=Ci[e.f];if(!t&&e.ff){const a=mr[e.ff];return a?{type:e.type,field:a}:{}}if(!t)return{};const n=t.getPathState(e.ff);return{type:e.type,form:t,state:n}}catch{}return{}}function Ei(r){return{"Field state":[{key:"errors",value:r.errors},{key:"initialValue",value:r.initialValue},{key:"currentValue",value:r.value},{key:"touched",value:r.touched},{key:"dirty",value:r.dirty},{key:"valid",value:r.valid}]}}function V5(r){const{errorBag:e,meta:t,values:n,isSubmitting:a,isValidating:s,submitCount:l}=r;return{"Form state":[{key:"submitCount",value:l.value},{key:"isSubmitting",value:a.value},{key:"isValidating",value:s.value},{key:"touched",value:t.value.touched},{key:"dirty",value:t.value.dirty},{key:"valid",value:t.value.valid},{key:"initialValues",value:t.value.initialValues},{key:"currentValues",value:n},{key:"errors",value:pi(e.value).reduce((i,c)=>{var d;const f=(d=e.value[c])===null||d===void 0?void 0:d[0];return f&&(i[c]=f),i},{})}]}}function Ai(r){return{bgColor:r?Be.success:Be.error,textColor:r?Be.black:Be.white}}function D5(r,e,t){return ci(t==null?void 0:t.type)?z5(r,e,t):Ti(r,e,t)}function Ti(r,e,t){const{initialValue:n,validateOnMount:a,bails:s,type:l,checkedValue:i,label:c,validateOnValueUpdate:d,uncheckedValue:f,controlled:p,keepValueOnUnmount:b,syncVModel:g,form:k}=q5(t),C=p?mi(li):void 0,w=k||C,S=o.computed(()=>Z2(o.toValue(r))),E=o.computed(()=>{if(o.toValue(w==null?void 0:w.schema))return;const Q=o.unref(e);return C0(Q)||sn(Q)||qt(Q)||Array.isArray(Q)?Q:xi(Q)}),{id:T,value:V,initialValue:N,meta:B,setState:I,errors:j,flags:K}=v5(S,{modelValue:n,form:w,bails:s,label:c,type:l,validate:E.value?J:void 0}),Z=o.computed(()=>j.value[0]);g&&N5({value:V,prop:g,handleChange:W});const X=(P,Q=!1)=>{B.touched=!0,Q&&he()};async function oe(P){var Q,ie;return w!=null&&w.validateSchema?(Q=(await w.validateSchema(P)).results[o.toValue(S)])!==null&&Q!==void 0?Q:{valid:!0,errors:[]}:E.value?h5(V.value,E.value,{name:o.toValue(S),label:o.toValue(c),values:(ie=w==null?void 0:w.values)!==null&&ie!==void 0?ie:{},bails:s}):{valid:!0,errors:[]}}const he=bi(async()=>(B.pending=!0,B.validated=!0,oe("validated-only")),P=>{if(!K.pendingUnmount[be.id])return I({errors:P.errors}),B.pending=!1,B.valid=P.valid,P}),q=bi(async()=>oe("silent"),P=>(B.valid=P.valid,P));function J(P){return(P==null?void 0:P.mode)==="silent"?q():he()}function W(P,Q=!0){const ie=vi(P);Ie(ie,Q)}o.onMounted(()=>{if(a)return he();(!w||!w.validateSchema)&&q()});function ye(P){B.touched=P}function Fe(P){var Q;const ie=P&&"value"in P?P.value:N.value;I({value:Nt(ie),initialValue:Nt(ie),touched:(Q=P==null?void 0:P.touched)!==null&&Q!==void 0?Q:!1,errors:(P==null?void 0:P.errors)||[]}),B.pending=!1,B.validated=!1,q()}const Yt=o.getCurrentInstance();function Ie(P,Q=!0){V.value=Yt&&g?n5(P,Yt.props.modelModifiers):P,(Q?he:q)()}function rt(P){I({errors:Array.isArray(P)?P:[P]})}const _e=o.computed({get(){return V.value},set(P){Ie(P,d)}});process.env.NODE_ENV!=="production"&&o.watch(_e,(P,Q)=>{zt(P)&&P===Q&&Te(P,Q)&&o.warn("Detected a possible deep change on field `value` ref, for nested changes please either set the entire ref value or use `setValue` or `handleChange`.")},{deep:!0});const be={id:T,name:S,label:c,value:_e,meta:B,errors:j,errorMessage:Z,type:l,checkedValue:i,uncheckedValue:f,bails:s,keepValueOnUnmount:b,resetField:Fe,handleReset:()=>Fe(),validate:J,handleChange:W,handleBlur:X,setState:I,setTouched:ye,setErrors:rt,setValue:Ie};if(o.provide(X2,be),o.isRef(e)&&typeof o.unref(e)!="function"&&o.watch(e,(P,Q)=>{Te(P,Q)||(B.validated?he():q())},{deep:!0}),process.env.NODE_ENV!=="production"&&(be._vm=o.getCurrentInstance(),o.watch(()=>Object.assign(Object.assign({errors:j.value},B),{value:V.value}),A0,{deep:!0}),w||S5(be)),!w)return be;const gr=o.computed(()=>{const P=E.value;return!P||qt(P)||C0(P)||sn(P)||Array.isArray(P)?{}:Object.keys(P).reduce((Q,ie)=>{const ne=c5(P[ie]).map(nt=>nt.__locatorRef).reduce((nt,He)=>{const ft=Zt(w.values,He)||w.values[He];return ft!==void 0&&(nt[He]=ft),nt},{});return Object.assign(Q,ne),Q},{})});return o.watch(gr,(P,Q)=>{if(!Object.keys(P).length)return;!Te(P,Q)&&(B.validated?he():q())}),o.onBeforeUnmount(()=>{var P;const Q=(P=o.toValue(be.keepValueOnUnmount))!==null&&P!==void 0?P:o.toValue(w.keepValuesOnUnmount),ie=o.toValue(S);if(Q||!w||K.pendingUnmount[be.id]){w==null||w.removePathState(ie,T);return}K.pendingUnmount[be.id]=!0;const ne=w.getPathState(ie);if(Array.isArray(ne==null?void 0:ne.id)&&(ne!=null&&ne.multiple)?ne!=null&&ne.id.includes(be.id):(ne==null?void 0:ne.id)===be.id){if(ne!=null&&ne.multiple&&Array.isArray(ne.value)){const He=ne.value.findIndex(ft=>Te(ft,o.toValue(be.checkedValue)));if(He>-1){const ft=[...ne.value];ft.splice(He,1),w.setFieldValue(ie,ft)}Array.isArray(ne.id)&&ne.id.splice(ne.id.indexOf(be.id),1)}else w.unsetPathValue(o.toValue(S));w.removePathState(ie,T)}}),be}function q5(r){const e=()=>({initialValue:void 0,validateOnMount:!1,bails:!0,label:void 0,validateOnValueUpdate:!0,keepValueOnUnmount:void 0,syncVModel:!1,controlled:!0}),t=!!(r!=null&&r.syncVModel),n=typeof(r==null?void 0:r.syncVModel)=="string"?r.syncVModel:(r==null?void 0:r.modelPropName)||"modelValue",a=t&&!("initialValue"in(r||{}))?B0(o.getCurrentInstance(),n):r==null?void 0:r.initialValue;if(!r)return Object.assign(Object.assign({},e()),{initialValue:a});const s="valueProp"in r?r.valueProp:r.checkedValue,l="standalone"in r?!r.standalone:r.controlled,i=(r==null?void 0:r.modelPropName)||(r==null?void 0:r.syncVModel)||!1;return Object.assign(Object.assign(Object.assign({},e()),r||{}),{initialValue:a,controlled:l??!0,checkedValue:s,syncVModel:i})}function z5(r,e,t){const n=t!=null&&t.standalone?void 0:mi(li),a=t==null?void 0:t.checkedValue,s=t==null?void 0:t.uncheckedValue;function l(i){const c=i.handleChange,d=o.computed(()=>{const p=o.toValue(i.value),b=o.toValue(a);return Array.isArray(p)?p.findIndex(g=>Te(g,b))>=0:Te(b,p)});function f(p,b=!0){var g,k;if(d.value===((g=p==null?void 0:p.target)===null||g===void 0?void 0:g.checked)){b&&i.validate();return}const C=o.toValue(r),w=n==null?void 0:n.getPathState(C),S=vi(p);let E=(k=o.toValue(a))!==null&&k!==void 0?k:S;n&&(w!=null&&w.multiple)&&w.type==="checkbox"?E=gi(Zt(n.values,C)||[],E,void 0):(t==null?void 0:t.type)==="checkbox"&&(E=gi(o.toValue(i.value),E,o.toValue(s))),c(E,b)}return Object.assign(Object.assign({},i),{checked:d,checkedValue:a,uncheckedValue:s,handleChange:f})}return l(Ti(r,e,t))}function N5({prop:r,value:e,handleChange:t}){const n=o.getCurrentInstance();if(!n||!r){process.env.NODE_ENV!=="production"&&console.warn("Failed to setup model events because `useField` was not called in setup.");return}const a=typeof r=="string"?r:"modelValue",s=`update:${a}`;a in n.props&&(o.watch(e,l=>{Te(l,B0(n,a))||n.emit(s,l)}),o.watch(()=>B0(n,a),l=>{if(l===ii&&e.value===void 0)return;const i=l===ii?void 0:l;Te(i,e.value)||t(i)}))}function B0(r,e){if(r)return r.props[e]}const L5={class:"w-72"},R5={class:"relative h-10 w-full min-w-[200px]"},F5=o.createElementVNode("div",{class:"absolute top-2/4 right-3 grid h-5 w-5 -translate-y-2/4 place-items-center text-neutral-400"},null,-1),I5=["id","type","disabled"],P5=["for"],O5={class:"my-3"},$5=["name","id"],H5={key:0},M0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpInput",props:{name:{},id:{default:"0"},label:{default:"label"},modelValue:{default:""},type:{default:"text"},placeholder:{default:""},iconPath:{default:""},iconSize:{default:"32"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,iconPath:c,disabled:d,readonly:f}=o.toRefs(t),p=o.toRef(t,"name");function b(w){return w?w.length<8?"this field must contain at least 8 characters":!0:"this field is required"}const{value:g,errorMessage:k,meta:C}=D5(p,b);return(w,S)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[o.createTextVNode(o.toDisplayString(o.unref(C))+" ",1),o.createElementVNode("div",L5,[o.createElementVNode("div",R5,[F5,o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),class:"peer h-full w-full rounded-[7px] border border-blue-200 border-t-transparent bg-transparent px-3 py-2.5 !pr-9 font-sans text-sm font-normal text-neutral-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-neutral-200 placeholder-shown:border-t-neutral-200 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-0 disabled:border-0 disabled:bg-neutral-100 disabled:cursor-not-allowed",placeholder:" ",disabled:o.unref(d)},null,8,I5),o.createElementVNode("label",{for:o.unref(n),class:"before:content[' '] after:content[' '] pointer-events-none absolute left-0 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-neutral-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-neutral-700 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-neutral-500"},o.toDisplayString(o.unref(a)),9,P5),o.createVNode(zr,{iconPath:o.unref(Ka)},null,8,["iconPath"])])]),o.createElementVNode("div",O5,[o.createTextVNode(o.toDisplayString(p.value)+" ",1),o.withDirectives(o.createElementVNode("input",{type:"text","onUpdate:modelValue":S[0]||(S[0]=E=>o.isRef(g)?g.value=E:null),name:p.value,id:p.value},null,8,$5),[[o.vModelText,o.unref(g)]]),o.unref(k)?(o.openBlock(),o.createElementBlock("div",H5,o.toDisplayString(o.unref(k)),1)):o.createCommentVNode("",!0)])],64))}})},Symbol.toStringTag,{value:"Module"})),j5={class:"relative h-10 w-72 min-w-[200px]"},U5=["disabled"],G5=[o.createStaticVNode('<option value="option">Choisissez une option</option><option value="vanderpoel">Van Der Poel</option><option value="vanaert">Van Aert</option><option value="pogacar">Pogacar</option><option value="evenepoel">Evenepoel</option>',5)],Z5=o.createElementVNode("label",{class:"before:content[' '] after:content[' '] pointer-events-none absolute left-0 border-red-500 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-gray-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-gray-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-gray-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-gray-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500"}," Quel est le meilleur cycliste ",-1),V0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpSelect",props:{id:{default:"0"},label:{default:"label"},modelValue:{default:""},type:{default:"text"},placeholder:{default:""},iconPath:{default:""},iconSize:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean}},setup(r){return(e,t)=>(o.openBlock(),o.createElementBlock("div",j5,[o.createElementVNode("select",{disabled:e.disabled,class:"peer h-full w-full rounded-[7px] border border-neutral-300 border-t-transparent bg-transparent px-3 py-2.5 font-sans text-sm font-normal text-blue-gray-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-blue-gray-200 placeholder-shown:border-t-blue-gray-200 empty:!bg-red-500 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-4 placeholder-shown:outline-0 disabled:border-0 disabled:cursor-not-allowed disabled:bg-neutral-200 focus:ring-0"},G5,8,U5),Z5,o.createVNode(zr,{iconPath:o.unref(Ka)},null,8,["iconPath"])]))}})},Symbol.toStringTag,{value:"Module"})),W5=["id","type","checked","disabled"],Y5=["for"],D0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpSwitch",props:{id:{default:"toggle"},label:{default:"label"},modelValue:{default:""},type:{default:"checkbox"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,disabled:c,readonly:d,checked:f}=o.toRefs(t);return(p,b)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),checked:o.unref(f),class:"form-checkbox mr-2 mt-[0rem] h-4 w-8 appearance-none rounded-full bg-neutral-200 border-neutral-300 before:pointer-events-none before:absolute before:h-3.5 before:w-3.5 before:rounded-full before:bg-transparent before:content-[''] after:absolute after:z-[2] after:-mt-[0rem] after:h-3.5 after:w-3.5 after:rounded-full after:border-none after:bg-neutral-50 after:shadow-[0_0px_3px_0_rgb(0_0_0_/_7%),_0_2px_2px_0_rgb(0_0_0_/_4%)] after:transition-[background-color_0.2s,transform_0.2s] after:content-[''] checked:bg-none checked:bg-blue-600 checked:after:absolute checked:after:z-[2] checked:after:-mt-[0px] checked:after:ml-[1.0625rem] checked:after:h-3.5 checked:after:w-3.5 checked:after:rounded-full checked:after:border-none checked:after:bg-neutral-100 checked:after:shadow-[0_3px_1px_-2px_rgba(0,0,0,0.2),_0_2px_2px_0_rgba(0,0,0,0.14),_0_1px_5px_0_rgba(0,0,0,0.12)] checked:after:transition-[background-color_0.2s,transform_0.2s] checked:after:content-[''] hover:cursor-pointer focus:outline-none focus:ring-0 focus:before:scale-75 focus:before:opacity-[0.12] focus:before:mt-[0.1rem] focus:before:shadow-[3px_-1px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-3.5 focus:after:w-3.5 focus:after:-mt-[0rem] focus:after:rounded-full focus:after:content-[''] checked:focus:border-neutral-200 checked:focus:bg-blue-600 checked:focus:before:ml-[1rem] checked:focus:before:mt-[0.1rem] checked:focus:before:scale-75 checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] dark:bg-neutral-600 dark:after:bg-neutral-400 dark:checked:bg-blue-600 dark:checked:after:bg-blue-600 dark:focus:before:shadow-[3px_-1px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] disabled:opacity-40 disabled:cursor-not-allowed",role:"switch",disabled:o.unref(c)},null,8,W5),o.createElementVNode("label",{class:"inline-block pl-[0.15rem] hover:cursor-pointer",for:o.unref(n)},"Default switch checkbox input",8,Y5)]))}})},Symbol.toStringTag,{value:"Module"})),X5={class:"w-96"},K5={class:"relative w-full min-w-[200px]"},J5=["disabled"],Q5=o.createElementVNode("label",{class:"before:content[' '] after:content[' '] pointer-events-none absolute left-0 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-neutral-300 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-neutral-300 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-500"}," Message ",-1),q0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpTextarea",props:{id:{default:"0"},label:{default:"label"},modelValue:{default:""},type:{default:"text"},placeholder:{default:""},iconPath:{default:""},iconSize:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,iconPath:c,disabled:d,readonly:f}=o.toRefs(t);return(p,b)=>(o.openBlock(),o.createElementBlock("div",X5,[o.createElementVNode("div",K5,[o.createElementVNode("textarea",{disabled:o.unref(d),class:"peer h-full min-h-[100px] w-full resize-none rounded-[7px] border border-neutral-300 bg-transparent px-3 py-2.5 font-sans text-sm font-normal text-neutral-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-neutral-300 placeholder-shown:border-t-neutral-200 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-0 disabled:resize-none disabled:border-0 disabled:bg-neutral-100 disabled:cursor-not-allowed disabled:bg-neutral-200 focus:ring-0",placeholder:" "},null,8,J5),Q5])]))}})},Symbol.toStringTag,{value:"Module"})),e3=["id","type","checked","disabled"],t3=["for"],z0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpToggle",props:{id:{default:"toggle"},label:{default:"label"},modelValue:{default:""},type:{default:"checkbox"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,disabled:c,readonly:d,checked:f}=o.toRefs(t);return(p,b)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),checked:o.unref(f),class:"form-checkbox mr-2 mt-[0rem] h-4 w-8 appearance-none rounded-full bg-neutral-200 border-neutral-300 before:pointer-events-none before:absolute before:h-3.5 before:w-3.5 before:rounded-full before:bg-transparent before:content-[''] after:absolute after:z-[2] after:-mt-[0rem] after:h-3.5 after:w-3.5 after:rounded-full after:border-none after:bg-neutral-50 after:shadow-[0_0px_3px_0_rgb(0_0_0_/_7%),_0_2px_2px_0_rgb(0_0_0_/_4%)] after:transition-[background-color_0.2s,transform_0.2s] after:content-[''] checked:bg-none checked:bg-blue-600 checked:after:absolute checked:after:z-[2] checked:after:-mt-[0px] checked:after:ml-[1.0625rem] checked:after:h-3.5 checked:after:w-3.5 checked:after:rounded-full checked:after:border-none checked:after:bg-neutral-100 checked:after:shadow-[0_3px_1px_-2px_rgba(0,0,0,0.2),_0_2px_2px_0_rgba(0,0,0,0.14),_0_1px_5px_0_rgba(0,0,0,0.12)] checked:after:transition-[background-color_0.2s,transform_0.2s] checked:after:content-[''] hover:cursor-pointer focus:outline-none focus:ring-0 focus:before:scale-75 focus:before:opacity-[0.12] focus:before:mt-[0.1rem] focus:before:shadow-[3px_-1px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-3.5 focus:after:w-3.5 focus:after:-mt-[0rem] focus:after:rounded-full focus:after:content-[''] checked:focus:border-neutral-200 checked:focus:bg-blue-600 checked:focus:before:ml-[1rem] checked:focus:before:mt-[0.1rem] checked:focus:before:scale-75 checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] dark:bg-neutral-600 dark:after:bg-neutral-400 dark:checked:bg-blue-600 dark:checked:after:bg-blue-600 dark:focus:before:shadow-[3px_-1px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] disabled:opacity-40 disabled:cursor-not-allowed",role:"switch",disabled:o.unref(c)},null,8,e3),o.createElementVNode("label",{class:"inline-block pl-[0.15rem] hover:cursor-pointer",for:o.unref(n)},"Default switch checkbox input",8,t3)]))}})},Symbol.toStringTag,{value:"Module"}));U.EpAccordeon=Vr,U.EpAlert=or,U.EpAudio=gs,U.EpBadge=zr,U.EpBarChart=as,U.EpBtn=Ce,U.EpCard=rr,U.EpCarousel=bs,U.EpChip=Tt,U.EpContentSlider=ds,U.EpDivider=Bt,U.EpEdu=ve,U.EpFlex=rs,U.EpHeader=ni,U.EpIcon=re,U.EpIframe=bo,U.EpImg=At,U.EpKatex=Zl,U.EpLineChart=ss,U.EpLink=c0,U.EpLinkVersion=Wl,U.EpModal=nr,U.EpPieChart=ls,U.EpQuestion=fs,U.EpQuote=oi,U.EpReading=cs,U.EpResource=us,U.EpScope=Jn,U.EpSection=es,U.EpSoftware=Yl,U.EpSpinner=ts,U.EpSvg=Xl,U.EpTable=ns,U.EpTabs=ps,U.EpTerm=Kl,U.EpText=Oa,U.EpTimeLine=Ql,U.EpVideo=ei,U.EpVideoPanopto=ti,Object.defineProperty(U,Symbol.toStringTag,{value:"Module"})});
348
+ */function qt(r){return typeof r=="function"}function j2(r){return r==null}const zt=r=>r!==null&&!!r&&typeof r=="object"&&!Array.isArray(r);function si(r){return Number(r)>=0}function U2(r){const e=parseFloat(r);return isNaN(e)?r:e}function G2(r){const e=r.split(".");if(!e.length)return"";let t=String(e[0]);for(let n=1;n<e.length;n++){if(si(e[n])){t+=`[${e[n]}]`;continue}t+=`.${e[n]}`}return t}const Z2={};function W2(r){return Z2[r]}const li=Symbol("vee-validate-form"),Y2=Symbol("vee-validate-field-instance"),ii=Symbol("Default empty value"),X2=typeof window<"u";function _0(r){return qt(r)&&!!r.__locatorRef}function sn(r){return!!r&&qt(r.parse)&&r.__type==="VVTypedSchema"}function C0(r){return!!r&&qt(r.validate)}function ci(r){return r==="checkbox"||r==="radio"}function K2(r){return zt(r)||Array.isArray(r)}function S0(r){return/^\[.+\]$/i.test(r)}function J2(r){return ui(r)&&r.multiple}function ui(r){return r.tagName==="SELECT"}function Q2(r){return r?!!(typeof Event<"u"&&qt(Event)&&r instanceof Event||r&&r.srcElement):!1}function Te(r,e){if(r===e)return!0;if(r&&e&&typeof r=="object"&&typeof e=="object"){if(r.constructor!==e.constructor)return!1;var t,n,a;if(Array.isArray(r)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(!Te(r[n],e[n]))return!1;return!0}if(r instanceof Map&&e instanceof Map){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;for(n of r.entries())if(!Te(n[1],e.get(n[0])))return!1;return!0}if(di(r)&&di(e))return!(r.size!==e.size||r.name!==e.name||r.lastModified!==e.lastModified||r.type!==e.type);if(r instanceof Set&&e instanceof Set){if(r.size!==e.size)return!1;for(n of r.entries())if(!e.has(n[0]))return!1;return!0}if(ArrayBuffer.isView(r)&&ArrayBuffer.isView(e)){if(t=r.length,t!=e.length)return!1;for(n=t;n--!==0;)if(r[n]!==e[n])return!1;return!0}if(r.constructor===RegExp)return r.source===e.source&&r.flags===e.flags;if(r.valueOf!==Object.prototype.valueOf)return r.valueOf()===e.valueOf();if(r.toString!==Object.prototype.toString)return r.toString()===e.toString();for(a=Object.keys(r),t=a.length,n=t;n--!==0;){var s=a[n];if(!Te(r[s],e[s]))return!1}return!0}return r!==r&&e!==e}function di(r){return X2?r instanceof File:!1}function hi(r,e,t){typeof t.value=="object"&&(t.value=Nt(t.value)),!t.enumerable||t.get||t.set||!t.configurable||!t.writable||e==="__proto__"?Object.defineProperty(r,e,t):r[e]=t.value}function Nt(r){if(typeof r!="object")return r;var e=0,t,n,a,s=Object.prototype.toString.call(r);if(s==="[object Object]"?a=Object.create(r.__proto__||null):s==="[object Array]"?a=Array(r.length):s==="[object Set]"?(a=new Set,r.forEach(function(l){a.add(Nt(l))})):s==="[object Map]"?(a=new Map,r.forEach(function(l,i){a.set(Nt(i),Nt(l))})):s==="[object Date]"?a=new Date(+r):s==="[object RegExp]"?a=new RegExp(r.source,r.flags):s==="[object DataView]"?a=new r.constructor(Nt(r.buffer)):s==="[object ArrayBuffer]"?a=r.slice(0):s.slice(-6)==="Array]"&&(a=new r.constructor(r)),a){for(n=Object.getOwnPropertySymbols(r);e<n.length;e++)hi(a,n[e],Object.getOwnPropertyDescriptor(r,n[e]));for(e=0,n=Object.getOwnPropertyNames(r);e<n.length;e++)Object.hasOwnProperty.call(a,t=n[e])&&a[t]===r[t]||hi(a,t,Object.getOwnPropertyDescriptor(r,t))}return a||r}function fi(r){return S0(r)?r.replace(/\[|\]/gi,""):r}function Zt(r,e,t){return r?S0(e)?r[fi(e)]:(e||"").split(/\.|\[(\d+)\]/).filter(Boolean).reduce((a,s)=>K2(a)&&s in a?a[s]:t,r):t}function e5(r,e,t){if(S0(e)){r[fi(e)]=t;return}const n=e.split(/\.|\[(\d+)\]/).filter(Boolean);let a=r;for(let s=0;s<n.length;s++){if(s===n.length-1){a[n[s]]=t;return}(!(n[s]in a)||j2(a[n[s]]))&&(a[n[s]]=si(n[s+1])?[]:{}),a=a[n[s]]}}function pi(r){return Object.keys(r)}function mi(r,e=void 0){const t=o.getCurrentInstance();return(t==null?void 0:t.provides[r])||o.inject(r,e)}function gi(r,e,t){if(Array.isArray(r)){const n=[...r],a=n.findIndex(s=>Te(s,e));return a>=0?n.splice(a,1):n.push(e),n}return Te(r,e)?t:e}function t5(r,e){let t,n;return function(...a){const s=this;return t||(t=!0,setTimeout(()=>t=!1,e),n=r.apply(s,a)),n}}function r5(r,e){return zt(e)&&e.number?U2(r):r}function bi(r,e){let t;return async function(...a){const s=r(...a);t=s;const l=await s;return s!==t||(t=void 0,e(l,a)),l}}function n5(r){return Array.isArray(r)?r:r?[r]:[]}function E0(r){if(yi(r))return r._value}function yi(r){return"_value"in r}function o5(r){return r.type==="number"||r.type==="range"?Number.isNaN(r.valueAsNumber)?r.value:r.valueAsNumber:r.value}function vi(r){if(!Q2(r))return r;const e=r.target;if(ci(e.type)&&yi(e))return E0(e);if(e.type==="file"&&e.files){const t=Array.from(e.files);return e.multiple?t:t[0]}if(J2(e))return Array.from(e.options).filter(t=>t.selected&&!t.disabled).map(E0);if(ui(e)){const t=Array.from(e.options).find(n=>n.selected);return t?E0(t):e.value}return o5(e)}function xi(r){const e={};return Object.defineProperty(e,"_$$isNormalized",{value:!0,writable:!1,enumerable:!1,configurable:!1}),r?zt(r)&&r._$$isNormalized?r:zt(r)?Object.keys(r).reduce((t,n)=>{const a=a5(r[n]);return r[n]!==!1&&(t[n]=ki(a)),t},e):typeof r!="string"?e:r.split("|").reduce((t,n)=>{const a=s5(n);return a.name&&(t[a.name]=ki(a.params)),t},e):e}function a5(r){return r===!0?[]:Array.isArray(r)||zt(r)?r:[r]}function ki(r){const e=t=>typeof t=="string"&&t[0]==="@"?l5(t.slice(1)):t;return Array.isArray(r)?r.map(e):r instanceof RegExp?[r]:Object.keys(r).reduce((t,n)=>(t[n]=e(r[n]),t),{})}const s5=r=>{let e=[];const t=r.split(":")[0];return r.includes(":")&&(e=r.split(":").slice(1).join(":").split(",")),{name:t,params:e}};function l5(r){const e=t=>Zt(t,r)||t[r];return e.__locatorRef=r,e}function i5(r){return Array.isArray(r)?r.filter(_0):pi(r).filter(e=>_0(r[e])).map(e=>r[e])}let c5=Object.assign({},{generateMessage:({field:r})=>`${r} is not valid.`,bails:!0,validateOnBlur:!0,validateOnChange:!0,validateOnInput:!1,validateOnModelUpdate:!0});const u5=()=>c5;async function d5(r,e,t={}){const n=t==null?void 0:t.bails,a={name:(t==null?void 0:t.name)||"{field}",rules:e,label:t==null?void 0:t.label,bails:n??!0,formData:(t==null?void 0:t.values)||{}},l=(await h5(a,r)).errors;return{errors:l,valid:!l.length}}async function h5(r,e){if(sn(r.rules)||C0(r.rules))return m5(e,r.rules);if(qt(r.rules)||Array.isArray(r.rules)){const l={field:r.label||r.name,name:r.name,label:r.label,form:r.formData,value:e},i=Array.isArray(r.rules)?r.rules:[r.rules],c=i.length,d=[];for(let f=0;f<c;f++){const p=i[f],b=await p(e,l);if(!(typeof b!="string"&&!Array.isArray(b)&&b)){if(Array.isArray(b))d.push(...b);else{const k=typeof b=="string"?b:wi(l);d.push(k)}if(r.bails)return{errors:d}}}return{errors:d}}const t=Object.assign(Object.assign({},r),{rules:xi(r.rules)}),n=[],a=Object.keys(t.rules),s=a.length;for(let l=0;l<s;l++){const i=a[l],c=await g5(t,e,{name:i,params:t.rules[i]});if(c.error&&(n.push(c.error),r.bails))return{errors:n}}return{errors:n}}function f5(r){return!!r&&r.name==="ValidationError"}function p5(r){return{__type:"VVTypedSchema",async parse(t){var n;try{return{output:await r.validate(t,{abortEarly:!1}),errors:[]}}catch(a){if(!f5(a))throw a;if(!(!((n=a.inner)===null||n===void 0)&&n.length)&&a.errors.length)return{errors:[{path:a.path,errors:a.errors}]};const s=a.inner.reduce((l,i)=>{const c=i.path||"";return l[c]||(l[c]={errors:[],path:c}),l[c].errors.push(...i.errors),l},{});return{errors:Object.values(s)}}}}}async function m5(r,e){const n=await(sn(e)?e:p5(e)).parse(r),a=[];for(const s of n.errors)s.errors.length&&a.push(...s.errors);return{errors:a}}async function g5(r,e,t){const n=W2(t.name);if(!n)throw new Error(`No such validator '${t.name}' exists.`);const a=b5(t.params,r.formData),s={field:r.label||r.name,name:r.name,label:r.label,value:e,form:r.formData,rule:Object.assign(Object.assign({},t),{params:a})},l=await n(e,a,s);return typeof l=="string"?{error:l}:{error:l?void 0:wi(s)}}function wi(r){const e=u5().generateMessage;return e?e(r):"Field is invalid"}function b5(r,e){const t=n=>_0(n)?n(e):n;return Array.isArray(r)?r.map(t):Object.keys(r).reduce((n,a)=>(n[a]=t(r[a]),n),{})}let _i=0;function y5(r,e){const{value:t,initialValue:n,setInitialValue:a}=v5(r,e.modelValue,e.form);if(!e.form){let b=function(g){var k;"value"in g&&(t.value=g.value),"errors"in g&&d(g.errors),"touched"in g&&(p.touched=(k=g.touched)!==null&&k!==void 0?k:p.touched),"initialValue"in g&&a(g.initialValue)};const{errors:c,setErrors:d}=w5(),f=_i>=Number.MAX_SAFE_INTEGER?0:++_i,p=k5(t,n,c);return{id:f,path:r,value:t,initialValue:n,meta:p,flags:{pendingUnmount:{[f]:!1}},errors:c,setState:b}}const s=e.form.createPathState(r,{bails:e.bails,label:e.label,type:e.type,validate:e.validate}),l=o.computed(()=>s.errors);function i(c){var d,f,p;"value"in c&&(t.value=c.value),"errors"in c&&((d=e.form)===null||d===void 0||d.setFieldError(o.unref(r),c.errors)),"touched"in c&&((f=e.form)===null||f===void 0||f.setFieldTouched(o.unref(r),(p=c.touched)!==null&&p!==void 0?p:!1)),"initialValue"in c&&a(c.initialValue)}return{id:Array.isArray(s.id)?s.id[s.id.length-1]:s.id,path:r,value:t,errors:l,meta:s,initialValue:n,flags:s.__flags,setState:i}}function v5(r,e,t){const n=o.ref(o.unref(e));function a(){return t?Zt(t.initialValues.value,o.unref(r),o.unref(n)):o.unref(n)}function s(d){if(!t){n.value=d;return}t.stageInitialValue(o.unref(r),d,!0)}const l=o.computed(a);if(!t)return{value:o.ref(a()),initialValue:l,setInitialValue:s};const i=x5(e,t,l,r);return t.stageInitialValue(o.unref(r),i,!0),{value:o.computed({get(){return Zt(t.values,o.unref(r))},set(d){t.setFieldValue(o.unref(r),d,!1)}}),initialValue:l,setInitialValue:s}}function x5(r,e,t,n){return o.isRef(r)?o.unref(r):r!==void 0?r:Zt(e.values,o.unref(n),o.unref(t))}function k5(r,e,t){const n=o.reactive({touched:!1,pending:!1,valid:!0,validated:!!o.unref(t).length,initialValue:o.computed(()=>o.unref(e)),dirty:o.computed(()=>!Te(o.unref(r),o.unref(e)))});return o.watch(t,a=>{n.valid=!a.length},{immediate:!0,flush:"sync"}),n}function w5(){const r=o.ref([]);return{errors:r,setErrors:e=>{r.value=n5(e)}}}function _5(r){process.env.NODE_ENV!=="production"&&H2({id:"vee-validate-devtools-plugin",label:"VeeValidate Plugin",packageName:"vee-validate",homepage:"https://vee-validate.logaretm.com/v4",app:r,logo:"https://vee-validate.logaretm.com/v4/logo.png"},S5)}const Ci={},mr={};let wt;const A0=t5(()=>{setTimeout(async()=>{await o.nextTick(),wt==null||wt.sendInspectorState(Wt),wt==null||wt.sendInspectorTree(Wt)},100)},100);function C5(r){const e=o.getCurrentInstance();if(!wt){const t=e==null?void 0:e.appContext.app;if(!t)return;_5(t)}mr[r.id]=Object.assign({},r),mr[r.id]._vm=e,o.onUnmounted(()=>{delete mr[r.id],A0()}),A0()}const Wt="vee-validate-inspector",Be={error:12405579,success:448379,unknown:5522283,white:16777215,black:0,blue:218007,purple:12157168,orange:16099682,gray:12304330};let me=null;function S5(r){wt=r,r.addInspector({id:Wt,icon:"rule",label:"vee-validate",noSelectionText:"Select a vee-validate node to inspect",actions:[{icon:"done_outline",tooltip:"Validate selected item",action:async()=>{if(!me){console.error("There is not a valid selected vee-validate node or component");return}if(me.type==="field"){await me.field.validate();return}if(me.type==="form"){await me.form.validate();return}me.type==="pathState"&&await me.form.validateField(me.state.path)}},{icon:"delete_sweep",tooltip:"Clear validation state of the selected item",action:()=>{if(!me){console.error("There is not a valid selected vee-validate node or component");return}if(me.type==="field"){me.field.resetField();return}me.type==="form"&&me.form.resetForm(),me.type==="pathState"&&me.form.resetField(me.state.path)}}]}),r.on.getInspectorTree(e=>{if(e.inspectorId!==Wt)return;const t=Object.values(Ci),n=Object.values(mr);e.rootNodes=[...t.map(E5),...n.map(a=>T5(a))]}),r.on.getInspectorState((e,t)=>{if(e.inspectorId!==Wt||t.currentTab!==`custom-inspector:${Wt}`)return;const{form:n,field:a,state:s,type:l}=B5(e.nodeId);if(n&&l==="form"){e.state=M5(n),me={type:"form",form:n};return}if(s&&l==="pathState"&&n){e.state=Ei(s),me={type:"pathState",state:s,form:n};return}if(a&&l==="field"){e.state=Ei({errors:a.errors.value,dirty:a.meta.dirty,valid:a.meta.valid,touched:a.meta.touched,value:a.value.value,initialValue:a.meta.initialValue}),me={field:a,type:"field"};return}me=null})}function E5(r){const{textColor:e,bgColor:t}=Ai(r.meta.value.valid),n={};Object.values(r.getAllPathStates()).forEach(l=>{e5(n,o.unref(l.path),A5(l,r))});function a(l,i=[]){const c=[...i].pop();return"id"in l?Object.assign(Object.assign({},l),{label:c||l.label}):zt(l)?{id:`${i.join(".")}`,label:c||"",children:Object.keys(l).map(d=>a(l[d],[...i,d]))}:Array.isArray(l)?{id:`${i.join(".")}`,label:`${c}[]`,children:l.map((d,f)=>a(d,[...i,String(f)]))}:{id:"",label:"",children:[]}}const{children:s}=a(n);return{id:T0(r),label:"Form",children:s,tags:[{label:"Form",textColor:e,backgroundColor:t},{label:`${r.getAllPathStates().length} fields`,textColor:Be.white,backgroundColor:Be.unknown}]}}function A5(r,e){return{id:T0(e,r),label:o.unref(r.path),tags:Si(r.multiple,r.fieldsCount,r.type,r.valid,e)}}function T5(r,e){return{id:T0(e,r),label:o.unref(r.name),tags:Si(!1,1,r.type,r.meta.valid,e)}}function Si(r,e,t,n,a){const{textColor:s,bgColor:l}=Ai(n);return[r?void 0:{label:"Field",textColor:s,backgroundColor:l},a?void 0:{label:"Standalone",textColor:Be.black,backgroundColor:Be.gray},t==="checkbox"?{label:"Checkbox",textColor:Be.white,backgroundColor:Be.blue}:void 0,t==="radio"?{label:"Radio",textColor:Be.white,backgroundColor:Be.purple}:void 0,r?{label:"Multiple",textColor:Be.black,backgroundColor:Be.orange}:void 0].filter(Boolean)}function T0(r,e){const t=e?"path"in e?"pathState":"field":"form",n=e?"path"in e?e==null?void 0:e.path:o.unref(e==null?void 0:e.name):"",a={f:r==null?void 0:r.formId,ff:n,type:t};return btoa(encodeURIComponent(JSON.stringify(a)))}function B5(r){try{const e=JSON.parse(decodeURIComponent(atob(r))),t=Ci[e.f];if(!t&&e.ff){const a=mr[e.ff];return a?{type:e.type,field:a}:{}}if(!t)return{};const n=t.getPathState(e.ff);return{type:e.type,form:t,state:n}}catch{}return{}}function Ei(r){return{"Field state":[{key:"errors",value:r.errors},{key:"initialValue",value:r.initialValue},{key:"currentValue",value:r.value},{key:"touched",value:r.touched},{key:"dirty",value:r.dirty},{key:"valid",value:r.valid}]}}function M5(r){const{errorBag:e,meta:t,values:n,isSubmitting:a,isValidating:s,submitCount:l}=r;return{"Form state":[{key:"submitCount",value:l.value},{key:"isSubmitting",value:a.value},{key:"isValidating",value:s.value},{key:"touched",value:t.value.touched},{key:"dirty",value:t.value.dirty},{key:"valid",value:t.value.valid},{key:"initialValues",value:t.value.initialValues},{key:"currentValues",value:n},{key:"errors",value:pi(e.value).reduce((i,c)=>{var d;const f=(d=e.value[c])===null||d===void 0?void 0:d[0];return f&&(i[c]=f),i},{})}]}}function Ai(r){return{bgColor:r?Be.success:Be.error,textColor:r?Be.black:Be.white}}function V5(r,e,t){return ci(t==null?void 0:t.type)?q5(r,e,t):Ti(r,e,t)}function Ti(r,e,t){const{initialValue:n,validateOnMount:a,bails:s,type:l,checkedValue:i,label:c,validateOnValueUpdate:d,uncheckedValue:f,controlled:p,keepValueOnUnmount:b,syncVModel:g,form:k}=D5(t),S=p?mi(li):void 0,_=k||S,C=o.computed(()=>G2(o.toValue(r))),E=o.computed(()=>{if(o.toValue(_==null?void 0:_.schema))return;const Q=o.unref(e);return C0(Q)||sn(Q)||qt(Q)||Array.isArray(Q)?Q:xi(Q)}),{id:T,value:V,initialValue:L,meta:B,setState:F,errors:H,flags:K}=y5(C,{modelValue:n,form:_,bails:s,label:c,type:l,validate:E.value?J:void 0}),Z=o.computed(()=>H.value[0]);g&&z5({value:V,prop:g,handleChange:W});const X=(P,Q=!1)=>{B.touched=!0,Q&&he()};async function oe(P){var Q,ie;return _!=null&&_.validateSchema?(Q=(await _.validateSchema(P)).results[o.toValue(C)])!==null&&Q!==void 0?Q:{valid:!0,errors:[]}:E.value?d5(V.value,E.value,{name:o.toValue(C),label:o.toValue(c),values:(ie=_==null?void 0:_.values)!==null&&ie!==void 0?ie:{},bails:s}):{valid:!0,errors:[]}}const he=bi(async()=>(B.pending=!0,B.validated=!0,oe("validated-only")),P=>{if(!K.pendingUnmount[be.id])return F({errors:P.errors}),B.pending=!1,B.valid=P.valid,P}),q=bi(async()=>oe("silent"),P=>(B.valid=P.valid,P));function J(P){return(P==null?void 0:P.mode)==="silent"?q():he()}function W(P,Q=!0){const ie=vi(P);Ie(ie,Q)}o.onMounted(()=>{if(a)return he();(!_||!_.validateSchema)&&q()});function ye(P){B.touched=P}function Fe(P){var Q;const ie=P&&"value"in P?P.value:L.value;F({value:Nt(ie),initialValue:Nt(ie),touched:(Q=P==null?void 0:P.touched)!==null&&Q!==void 0?Q:!1,errors:(P==null?void 0:P.errors)||[]}),B.pending=!1,B.validated=!1,q()}const Yt=o.getCurrentInstance();function Ie(P,Q=!0){V.value=Yt&&g?r5(P,Yt.props.modelModifiers):P,(Q?he:q)()}function rt(P){F({errors:Array.isArray(P)?P:[P]})}const we=o.computed({get(){return V.value},set(P){Ie(P,d)}});process.env.NODE_ENV!=="production"&&o.watch(we,(P,Q)=>{zt(P)&&P===Q&&Te(P,Q)&&o.warn("Detected a possible deep change on field `value` ref, for nested changes please either set the entire ref value or use `setValue` or `handleChange`.")},{deep:!0});const be={id:T,name:C,label:c,value:we,meta:B,errors:H,errorMessage:Z,type:l,checkedValue:i,uncheckedValue:f,bails:s,keepValueOnUnmount:b,resetField:Fe,handleReset:()=>Fe(),validate:J,handleChange:W,handleBlur:X,setState:F,setTouched:ye,setErrors:rt,setValue:Ie};if(o.provide(Y2,be),o.isRef(e)&&typeof o.unref(e)!="function"&&o.watch(e,(P,Q)=>{Te(P,Q)||(B.validated?he():q())},{deep:!0}),process.env.NODE_ENV!=="production"&&(be._vm=o.getCurrentInstance(),o.watch(()=>Object.assign(Object.assign({errors:H.value},B),{value:V.value}),A0,{deep:!0}),_||C5(be)),!_)return be;const gr=o.computed(()=>{const P=E.value;return!P||qt(P)||C0(P)||sn(P)||Array.isArray(P)?{}:Object.keys(P).reduce((Q,ie)=>{const ne=i5(P[ie]).map(nt=>nt.__locatorRef).reduce((nt,He)=>{const ft=Zt(_.values,He)||_.values[He];return ft!==void 0&&(nt[He]=ft),nt},{});return Object.assign(Q,ne),Q},{})});return o.watch(gr,(P,Q)=>{if(!Object.keys(P).length)return;!Te(P,Q)&&(B.validated?he():q())}),o.onBeforeUnmount(()=>{var P;const Q=(P=o.toValue(be.keepValueOnUnmount))!==null&&P!==void 0?P:o.toValue(_.keepValuesOnUnmount),ie=o.toValue(C);if(Q||!_||K.pendingUnmount[be.id]){_==null||_.removePathState(ie,T);return}K.pendingUnmount[be.id]=!0;const ne=_.getPathState(ie);if(Array.isArray(ne==null?void 0:ne.id)&&(ne!=null&&ne.multiple)?ne!=null&&ne.id.includes(be.id):(ne==null?void 0:ne.id)===be.id){if(ne!=null&&ne.multiple&&Array.isArray(ne.value)){const He=ne.value.findIndex(ft=>Te(ft,o.toValue(be.checkedValue)));if(He>-1){const ft=[...ne.value];ft.splice(He,1),_.setFieldValue(ie,ft)}Array.isArray(ne.id)&&ne.id.splice(ne.id.indexOf(be.id),1)}else _.unsetPathValue(o.toValue(C));_.removePathState(ie,T)}}),be}function D5(r){const e=()=>({initialValue:void 0,validateOnMount:!1,bails:!0,label:void 0,validateOnValueUpdate:!0,keepValueOnUnmount:void 0,syncVModel:!1,controlled:!0}),t=!!(r!=null&&r.syncVModel),n=typeof(r==null?void 0:r.syncVModel)=="string"?r.syncVModel:(r==null?void 0:r.modelPropName)||"modelValue",a=t&&!("initialValue"in(r||{}))?B0(o.getCurrentInstance(),n):r==null?void 0:r.initialValue;if(!r)return Object.assign(Object.assign({},e()),{initialValue:a});const s="valueProp"in r?r.valueProp:r.checkedValue,l="standalone"in r?!r.standalone:r.controlled,i=(r==null?void 0:r.modelPropName)||(r==null?void 0:r.syncVModel)||!1;return Object.assign(Object.assign(Object.assign({},e()),r||{}),{initialValue:a,controlled:l??!0,checkedValue:s,syncVModel:i})}function q5(r,e,t){const n=t!=null&&t.standalone?void 0:mi(li),a=t==null?void 0:t.checkedValue,s=t==null?void 0:t.uncheckedValue;function l(i){const c=i.handleChange,d=o.computed(()=>{const p=o.toValue(i.value),b=o.toValue(a);return Array.isArray(p)?p.findIndex(g=>Te(g,b))>=0:Te(b,p)});function f(p,b=!0){var g,k;if(d.value===((g=p==null?void 0:p.target)===null||g===void 0?void 0:g.checked)){b&&i.validate();return}const S=o.toValue(r),_=n==null?void 0:n.getPathState(S),C=vi(p);let E=(k=o.toValue(a))!==null&&k!==void 0?k:C;n&&(_!=null&&_.multiple)&&_.type==="checkbox"?E=gi(Zt(n.values,S)||[],E,void 0):(t==null?void 0:t.type)==="checkbox"&&(E=gi(o.toValue(i.value),E,o.toValue(s))),c(E,b)}return Object.assign(Object.assign({},i),{checked:d,checkedValue:a,uncheckedValue:s,handleChange:f})}return l(Ti(r,e,t))}function z5({prop:r,value:e,handleChange:t}){const n=o.getCurrentInstance();if(!n||!r){process.env.NODE_ENV!=="production"&&console.warn("Failed to setup model events because `useField` was not called in setup.");return}const a=typeof r=="string"?r:"modelValue",s=`update:${a}`;a in n.props&&(o.watch(e,l=>{Te(l,B0(n,a))||n.emit(s,l)}),o.watch(()=>B0(n,a),l=>{if(l===ii&&e.value===void 0)return;const i=l===ii?void 0:l;Te(i,e.value)||t(i)}))}function B0(r,e){if(r)return r.props[e]}const N5={class:"w-72"},L5={class:"relative h-10 w-full min-w-[200px]"},R5=o.createElementVNode("div",{class:"absolute top-2/4 right-3 grid h-5 w-5 -translate-y-2/4 place-items-center text-neutral-400"},null,-1),F5=["id","type","disabled"],I5=["for"],P5={class:"my-3"},O5=["name","id"],$5={key:0},M0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpInput",props:{name:{},id:{default:"0"},label:{default:"label"},modelValue:{default:""},type:{default:"text"},placeholder:{default:""},iconPath:{default:""},iconSize:{default:"32"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,iconPath:c,disabled:d,readonly:f}=o.toRefs(t),p=o.toRef(t,"name");function b(_){return _?_.length<8?"this field must contain at least 8 characters":!0:"this field is required"}const{value:g,errorMessage:k,meta:S}=V5(p,b);return(_,C)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[o.createTextVNode(o.toDisplayString(o.unref(S))+" ",1),o.createElementVNode("div",N5,[o.createElementVNode("div",L5,[R5,o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),class:"peer h-full w-full rounded-[7px] border border-blue-200 border-t-transparent bg-transparent px-3 py-2.5 !pr-9 font-sans text-sm font-normal text-neutral-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-neutral-200 placeholder-shown:border-t-neutral-200 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-0 disabled:border-0 disabled:bg-neutral-100 disabled:cursor-not-allowed",placeholder:" ",disabled:o.unref(d)},null,8,F5),o.createElementVNode("label",{for:o.unref(n),class:"before:content[' '] after:content[' '] pointer-events-none absolute left-0 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-neutral-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-neutral-700 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-neutral-500"},o.toDisplayString(o.unref(a)),9,I5),o.createVNode(zr,{iconPath:o.unref(Ka)},null,8,["iconPath"])])]),o.createElementVNode("div",P5,[o.createTextVNode(o.toDisplayString(p.value)+" ",1),o.withDirectives(o.createElementVNode("input",{type:"text","onUpdate:modelValue":C[0]||(C[0]=E=>o.isRef(g)?g.value=E:null),name:p.value,id:p.value},null,8,O5),[[o.vModelText,o.unref(g)]]),o.unref(k)?(o.openBlock(),o.createElementBlock("div",$5,o.toDisplayString(o.unref(k)),1)):o.createCommentVNode("",!0)])],64))}})},Symbol.toStringTag,{value:"Module"})),H5={class:"relative h-10 w-72 min-w-[200px]"},j5=["disabled"],U5=[o.createStaticVNode('<option value="option">Choisissez une option</option><option value="vanderpoel">Van Der Poel</option><option value="vanaert">Van Aert</option><option value="pogacar">Pogacar</option><option value="evenepoel">Evenepoel</option>',5)],G5=o.createElementVNode("label",{class:"before:content[' '] after:content[' '] pointer-events-none absolute left-0 border-red-500 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-gray-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-gray-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-gray-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-gray-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500"}," Quel est le meilleur cycliste ",-1),V0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpSelect",props:{id:{default:"0"},label:{default:"label"},modelValue:{default:""},type:{default:"text"},placeholder:{default:""},iconPath:{default:""},iconSize:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean}},setup(r){return(e,t)=>(o.openBlock(),o.createElementBlock("div",H5,[o.createElementVNode("select",{disabled:e.disabled,class:"peer h-full w-full rounded-[7px] border border-neutral-300 border-t-transparent bg-transparent px-3 py-2.5 font-sans text-sm font-normal text-blue-gray-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-blue-gray-200 placeholder-shown:border-t-blue-gray-200 empty:!bg-red-500 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-4 placeholder-shown:outline-0 disabled:border-0 disabled:cursor-not-allowed disabled:bg-neutral-200 focus:ring-0"},U5,8,j5),G5,o.createVNode(zr,{iconPath:o.unref(Ka)},null,8,["iconPath"])]))}})},Symbol.toStringTag,{value:"Module"})),Z5=["id","type","checked","disabled"],W5=["for"],D0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpSwitch",props:{id:{default:"toggle"},label:{default:"label"},modelValue:{default:""},type:{default:"checkbox"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,disabled:c,readonly:d,checked:f}=o.toRefs(t);return(p,b)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),checked:o.unref(f),class:"form-checkbox mr-2 mt-[0rem] h-4 w-8 appearance-none rounded-full bg-neutral-200 border-neutral-300 before:pointer-events-none before:absolute before:h-3.5 before:w-3.5 before:rounded-full before:bg-transparent before:content-[''] after:absolute after:z-[2] after:-mt-[0rem] after:h-3.5 after:w-3.5 after:rounded-full after:border-none after:bg-neutral-50 after:shadow-[0_0px_3px_0_rgb(0_0_0_/_7%),_0_2px_2px_0_rgb(0_0_0_/_4%)] after:transition-[background-color_0.2s,transform_0.2s] after:content-[''] checked:bg-none checked:bg-blue-600 checked:after:absolute checked:after:z-[2] checked:after:-mt-[0px] checked:after:ml-[1.0625rem] checked:after:h-3.5 checked:after:w-3.5 checked:after:rounded-full checked:after:border-none checked:after:bg-neutral-100 checked:after:shadow-[0_3px_1px_-2px_rgba(0,0,0,0.2),_0_2px_2px_0_rgba(0,0,0,0.14),_0_1px_5px_0_rgba(0,0,0,0.12)] checked:after:transition-[background-color_0.2s,transform_0.2s] checked:after:content-[''] hover:cursor-pointer focus:outline-none focus:ring-0 focus:before:scale-75 focus:before:opacity-[0.12] focus:before:mt-[0.1rem] focus:before:shadow-[3px_-1px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-3.5 focus:after:w-3.5 focus:after:-mt-[0rem] focus:after:rounded-full focus:after:content-[''] checked:focus:border-neutral-200 checked:focus:bg-blue-600 checked:focus:before:ml-[1rem] checked:focus:before:mt-[0.1rem] checked:focus:before:scale-75 checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] dark:bg-neutral-600 dark:after:bg-neutral-400 dark:checked:bg-blue-600 dark:checked:after:bg-blue-600 dark:focus:before:shadow-[3px_-1px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] disabled:opacity-40 disabled:cursor-not-allowed",role:"switch",disabled:o.unref(c)},null,8,Z5),o.createElementVNode("label",{class:"inline-block pl-[0.15rem] hover:cursor-pointer",for:o.unref(n)},"Default switch checkbox input",8,W5)]))}})},Symbol.toStringTag,{value:"Module"})),Y5={class:"w-96"},X5={class:"relative w-full min-w-[200px]"},K5=["disabled"],J5=o.createElementVNode("label",{class:"before:content[' '] after:content[' '] pointer-events-none absolute left-0 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-neutral-300 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-neutral-300 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-500"}," Message ",-1),q0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpTextarea",props:{id:{default:"0"},label:{default:"label"},modelValue:{default:""},type:{default:"text"},placeholder:{default:""},iconPath:{default:""},iconSize:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,iconPath:c,disabled:d,readonly:f}=o.toRefs(t);return(p,b)=>(o.openBlock(),o.createElementBlock("div",Y5,[o.createElementVNode("div",X5,[o.createElementVNode("textarea",{disabled:o.unref(d),class:"peer h-full min-h-[100px] w-full resize-none rounded-[7px] border border-neutral-300 bg-transparent px-3 py-2.5 font-sans text-sm font-normal text-neutral-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-neutral-300 placeholder-shown:border-t-neutral-200 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-0 disabled:resize-none disabled:border-0 disabled:bg-neutral-100 disabled:cursor-not-allowed disabled:bg-neutral-200 focus:ring-0",placeholder:" "},null,8,K5),J5])]))}})},Symbol.toStringTag,{value:"Module"})),Q5=["id","type","checked","disabled"],e3=["for"],z0=Object.freeze(Object.defineProperty({__proto__:null,default:o.defineComponent({__name:"EpToggle",props:{id:{default:"toggle"},label:{default:"label"},modelValue:{default:""},type:{default:"checkbox"},placeholder:{default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},checked:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const t=r,{id:n,label:a,type:s,modelValue:l,placeholder:i,disabled:c,readonly:d,checked:f}=o.toRefs(t);return(p,b)=>(o.openBlock(),o.createElementBlock("div",null,[o.createElementVNode("input",{id:o.unref(n),type:o.unref(s),checked:o.unref(f),class:"form-checkbox mr-2 mt-[0rem] h-4 w-8 appearance-none rounded-full bg-neutral-200 border-neutral-300 before:pointer-events-none before:absolute before:h-3.5 before:w-3.5 before:rounded-full before:bg-transparent before:content-[''] after:absolute after:z-[2] after:-mt-[0rem] after:h-3.5 after:w-3.5 after:rounded-full after:border-none after:bg-neutral-50 after:shadow-[0_0px_3px_0_rgb(0_0_0_/_7%),_0_2px_2px_0_rgb(0_0_0_/_4%)] after:transition-[background-color_0.2s,transform_0.2s] after:content-[''] checked:bg-none checked:bg-blue-600 checked:after:absolute checked:after:z-[2] checked:after:-mt-[0px] checked:after:ml-[1.0625rem] checked:after:h-3.5 checked:after:w-3.5 checked:after:rounded-full checked:after:border-none checked:after:bg-neutral-100 checked:after:shadow-[0_3px_1px_-2px_rgba(0,0,0,0.2),_0_2px_2px_0_rgba(0,0,0,0.14),_0_1px_5px_0_rgba(0,0,0,0.12)] checked:after:transition-[background-color_0.2s,transform_0.2s] checked:after:content-[''] hover:cursor-pointer focus:outline-none focus:ring-0 focus:before:scale-75 focus:before:opacity-[0.12] focus:before:mt-[0.1rem] focus:before:shadow-[3px_-1px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-3.5 focus:after:w-3.5 focus:after:-mt-[0rem] focus:after:rounded-full focus:after:content-[''] checked:focus:border-neutral-200 checked:focus:bg-blue-600 checked:focus:before:ml-[1rem] checked:focus:before:mt-[0.1rem] checked:focus:before:scale-75 checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] dark:bg-neutral-600 dark:after:bg-neutral-400 dark:checked:bg-blue-600 dark:checked:after:bg-blue-600 dark:focus:before:shadow-[3px_-1px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] disabled:opacity-40 disabled:cursor-not-allowed",role:"switch",disabled:o.unref(c)},null,8,Q5),o.createElementVNode("label",{class:"inline-block pl-[0.15rem] hover:cursor-pointer",for:o.unref(n)},"Default switch checkbox input",8,e3)]))}})},Symbol.toStringTag,{value:"Module"}));U.EpAccordeon=Vr,U.EpAlert=or,U.EpAudio=gs,U.EpBadge=zr,U.EpBarChart=as,U.EpBtn=Ce,U.EpCard=rr,U.EpCarousel=bs,U.EpChip=Tt,U.EpContentSlider=ds,U.EpDivider=Bt,U.EpEdu=ve,U.EpFlex=rs,U.EpHeader=ni,U.EpIcon=re,U.EpIframe=bo,U.EpImg=At,U.EpKatex=Zl,U.EpLineChart=ss,U.EpLink=c0,U.EpLinkVersion=Wl,U.EpModal=nr,U.EpPieChart=ls,U.EpQuestion=fs,U.EpQuote=oi,U.EpReading=cs,U.EpResource=us,U.EpScope=Jn,U.EpSection=es,U.EpSoftware=Yl,U.EpSpinner=ts,U.EpSvg=Xl,U.EpTable=ns,U.EpTabs=ps,U.EpTerm=Kl,U.EpText=Oa,U.EpTimeLine=Ql,U.EpVideo=ei,U.EpVideoPanopto=ti,Object.defineProperty(U,Symbol.toStringTag,{value:"Module"})});