{"version":3,"file":"static/css/4271.5674f699.chunk.css","mappings":"AAMA,+CAA+C,CAG/C,KACE,cAAe,CACf,aACF,CACA,uCAEE,aAAc,CACd,iBACF,CAGA,MAGE,wBAAyB,CAFzB,8BAAgC,CAChC,mBAGF,CACA,QACE,uBACF,CACA,UACE,8BAAgC,CAChC,kBACF,CACA,4CACE,wBACF,CAGA,mHAIE,cAAgB,CAChB,kBACF,CACA,mHAIE,cAAgB,CAChB,oBACF,CACA,kBACE,WACF,CAGA,wBAGE,6BAA+B,CAC/B,qBACF,CACA,8CAEE,cAAgB,CAChB,OACF,CACA,6CAEE,cAAgB,CAChB,QACF,CACA,OACE,uBACF,CACA,MACE,0BACF,CAMA,uBAJE,qBAUF,CANA,YAKE,qBAAsB,CAHtB,6BAA+B,CAC/B,gBAGF,CACA,4DAIE,eAAgB,CADhB,iBAEF,CACA,oBAGE,cAAgB,CADhB,kBAAoB,CADpB,kBAAoB,CAGpB,QACF,CAGA,SAEE,uBAAyB,CACzB,qBAAuB,CAFvB,8BAGF,CACA,sDAEE,qBACF,CACA,uDAEE,wBACF,CACA,oFAGE,uBACF,CACA,yBACE,sBACF,CACA,kFAGE,iBACF,CACA,+BACE,iBACF,CACA,2BACE,iBACF,CACA,2BACE,4BACF,CACA,uDAEE,qBAAsB,CACtB,gBACF,CACA,mCAEE,eAAgB,CADhB,iBAEF,CACA,gCACE,wBAAyB,CACzB,gBACF,CAEA,uCAIE,eAAgB,CAHhB,iBAAmB,CACnB,iBAAkB,CAClB,SAEF,CAGA,OACE,8BAAgC,CAEhC,iBAAkB,CADlB,qBAEF,CACA,eAEE,2BACF,CACA,2BACE,YACF,CACA,IACE,4BAA8B,CAC9B,cACF,CAEA,oBACE,kBACF,CACA,qBACE,mBACF,CACA,mBACE,iBACF,CAGA,OACE,WACF,CACA,GACE,iBACF,CACA,GAEE,gBAAkB,CADlB,iBAEF,CACA,mBAEE,eACF,CACA,kBACE,oBACF,CACA,iBACE,oBACF,CAGA,gHAKE,iBAAkB,CADlB,0CAEF,CACA,wBACE,qBAAsB,CACtB,iBACF,CACA,4HAIE,sBAAuB,CACvB,iBACF,CACA,oHAIE,iBACF,CACA,qBACE,iBACF,CAGA,SACE,iBACF,CAGA,OACE,sBACF,CACA,cACE,iBACF,CAGA,uBACE,cACF,CACA,0BAGE,sBAAwB,CADxB,qBAEF,CACA,mCAEE,sBACF,CACA,qCACE,wBACF,CAGA,MACE,iBACF","sources":["document/mathml-polyfill/mathml.css"],"sourcesContent":["/* This Source Code Form is subject to the terms of the Mozilla Public\n * License, v. 2.0. If a copy of the MPL was not distributed with this\n * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n\n/* See https://github.com/fred-wang/mathml.css */\n\n@namespace \"http://www.w3.org/1998/Math/MathML\";\n\n/* math */\nmath {\n  display: inline;\n  text-indent: 0;\n}\nmath[display=\"block\"],\nmath[mode=\"display\"] {\n  display: block;\n  text-align: center;\n}\n\n/* fraction */\nmfrac {\n  display: inline-block !important;\n  vertical-align: -50%;\n  border-collapse: collapse;\n  text-align: center;\n}\nmfrac > * {\n  display: block !important;\n}\nmfrac > * + * {\n  display: inline-block !important;\n  vertical-align: top;\n}\nmfrac:not([linethickness=\"0\"]) > *:first-child {\n  border-bottom: solid thin;\n}\n\n/* sub/sup scripts */\nmsub > *:nth-child(2),\nmsubsup > *:nth-child(2),\nmmultiscripts > *:nth-child(2n + 2),\nmmultiscripts > mprescripts ~ *:nth-child(2n + 3) {\n  font-size: 0.8em;\n  vertical-align: sub;\n}\nmsup > *:nth-child(2),\nmsubsup > *:nth-child(3),\nmmultiscripts > *:nth-child(2n + 3),\nmmultiscripts > mprescripts ~ *:nth-child(2n + 2) {\n  font-size: 0.8em;\n  vertical-align: super;\n}\nmprescripts:after {\n  content: \";\";\n}\n\n/* under/over scripts */\nmunder,\nmover,\nmunderover {\n  display: inline-flex !important;\n  flex-direction: column;\n}\nmunder > *:nth-child(2),\nmunderover > *:nth-child(2) {\n  font-size: 0.8em;\n  order: +1;\n}\nmover > *:nth-child(2),\nmunderover > *:nth-child(3) {\n  font-size: 0.8em;\n  order: -1;\n}\nmunder {\n  vertical-align: text-top;\n}\nmover {\n  vertical-align: text-bottom;\n}\nmunderover {\n  vertical-align: middle;\n}\n\n/* roots */\nmsqrt,\nmroot {\n  display: inline-flex !important;\n  margin-left: 0.5em;\n  vertical-align: middle;\n  border-top: solid thin;\n}\nmsqrt:before,\nmroot:before,\nmenclose[notation=\"radical\"]:before {\n  margin-left: -0.5em;\n  content: \"\\221A\";\n}\nmroot > *:nth-child(2) {\n  margin-right: 0.25em;\n  margin-left: -0.75em;\n  font-size: 0.8em;\n  order: -1;\n}\n\n/* menclose */\nmenclose {\n  display: inline-table !important;\n  border-collapse: separate;\n  border-spacing: 0.4ex 0;\n}\nmenclose[notation*=\"top\"],\nmenclose[notation*=\"actuarial\"] {\n  border-top: solid thin;\n}\nmenclose[notation*=\"bottom\"],\nmenclose[notation*=\"madruwb\"] {\n  border-bottom: solid thin;\n}\nmenclose[notation*=\"right\"],\nmenclose[notation*=\"actuarial\"],\nmenclose[notation*=\"madruwb\"] {\n  border-right: solid thin;\n}\nmenclose[notation*=\"left\"] {\n  border-left: solid thin;\n}\nmenclose[notation*=\"box\"],\nmenclose[notation*=\"roundedbox\"],\nmenclose[notation*=\"circle\"] {\n  border: solid thin;\n}\nmenclose[notation*=\"roundedbox\"] {\n  border-radius: 15%;\n}\nmenclose[notation*=\"circle\"] {\n  border-radius: 50%;\n}\nmenclose[notation*=\"strike\"] {\n  text-decoration: line-through;\n}\nmenclose[notation=\"radical\"],\nmenclose[notation*=\"longdiv\"] {\n  border-top: solid thin;\n  margin-left: 0.5em;\n}\nmenclose[notation*=\"longdiv\"]::before {\n  margin-left: -0.6em;\n  content: \"\\27CC\"; /* in unicode fonts only */\n}\nmenclose[notation*=\"phasorangle\"] {\n  border-bottom: solid thin;\n  margin-left: 0.2em;\n}\n\nmenclose[notation*=\"phasorangle\"]::before {\n  margin-left: -0.5em;\n  position: relative;\n  top: 0.45em;\n  content: \"\\2220\"; /* in unicode fonts only */\n}\n\n/* table */\nmtable {\n  display: inline-table !important;\n  vertical-align: middle;\n  text-align: center;\n}\nmtr,\nmlabeledtr {\n  display: table-row !important;\n}\nmlabeledtr > mtd:first-child {\n  display: none;\n} /* fallback since won't display this as label correctly */\nmtd {\n  display: table-cell !important;\n  padding: 0 0.5ex;\n}\n\nmtable[frame=\"solid\"] {\n  border-style: solid;\n}\nmtable[frame=\"dashed\"] {\n  border-style: dashed;\n}\nmtable[frame=\"none\"] {\n  border-style: none;\n}\n\n/* token elements */\nmspace {\n  margin: 0.2em;\n}\nmi {\n  font-style: italic;\n}\nmo {\n  margin-right: 0.2em;\n  margin-left: 0.2em;\n}\nms:before,\nms:after {\n  content: \"\\0022\";\n}\nms[lquote]:before {\n  content: attr(lquote);\n}\nms[rquote]:after {\n  content: attr(rquote);\n}\n\n/* mathvariants */\n[mathvariant=\"bold\"],\n[mathvariant=\"bold-italic\"],\n[mathvariant=\"bold-sans-serif\"],\n[mathvariant=\"sans-serif-bold-italic\"] {\n  font-weight: var(--font-body-strong-weight);\n  font-style: normal;\n}\n[mathvariant=\"monospace\"] {\n  font-family: monospace;\n  font-style: normal;\n}\n[mathvariant=\"sans-serif\"],\n[mathvariant=\"bold-sans-serif\"],\n[mathvariant=\"sans-serif-italic\"],\n[mathvariant=\"sans-serif-bold-italic\"] {\n  font-family: sans-serif;\n  font-style: normal;\n}\n[mathvariant=\"italic\"],\n[mathvariant=\"bold-italic\"],\n[mathvariant=\"sans-serif-italic\"],\n[mathvariant=\"sans-serif-bold-italic\"] {\n  font-style: italic;\n}\n[mathvariant=\"normal\"] {\n  font-style: normal;\n}\n\n/* mphantom */\nmphantom {\n  visibility: hidden;\n}\n\n/* merror */\nmerror {\n  outline: solid thin red;\n}\nmerror:before {\n  content: \"Error: \";\n}\n\n/* annotations */\nsemantics > *:first-child {\n  display: inline;\n}\nannotation,\nannotation-xml {\n  font-family: monospace;\n  display: none !important;\n}\nmath:active > semantics > *:first-child,\nmath:active > semantics > *:first-child {\n  display: none !important;\n}\nmath:active annotation:first-of-type {\n  display: inline !important;\n}\n\n/* fix */\nmfrac {\n  text-align: center; /* was done previously (above) */\n}\n"],"names":[],"sourceRoot":""}