]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Update Xolonium webfonts 4/head
authorSeverin Meyer <sev.ch@web.de>
Wed, 12 Oct 2016 16:06:05 +0000 (18:06 +0200)
committerSeverin Meyer <sev.ch@web.de>
Wed, 12 Oct 2016 16:06:05 +0000 (18:06 +0200)
16 files changed:
xonstat/static/css/app.css
xonstat/static/css/app.min.css
xonstat/static/css/fonts/xolonium-regular.eot [new file with mode: 0644]
xonstat/static/css/fonts/xolonium-regular.ttf [new file with mode: 0644]
xonstat/static/css/fonts/xolonium-regular.woff [new file with mode: 0644]
xonstat/static/css/fonts/xolonium-regular.woff2 [new file with mode: 0644]
xonstat/static/css/fonts/xolonium-webfont.eot [deleted file]
xonstat/static/css/fonts/xolonium-webfont.svg [deleted file]
xonstat/static/css/fonts/xolonium-webfont.ttf [deleted file]
xonstat/static/css/fonts/xolonium-webfont.woff [deleted file]
xonstat/static/css/fonts/xolonium.eot [deleted file]
xonstat/static/css/fonts/xolonium.otf [deleted file]
xonstat/static/css/fonts/xolonium.svg [deleted file]
xonstat/static/css/fonts/xolonium.ttf [deleted file]
xonstat/static/css/fonts/xolonium.woff [deleted file]
xonstat/static/css/xonstat.css

index 1e388fbf8ce223fced441c36fa356a94bf708bf2..142be53c071e2ffc6f56a8fbffb9710474f7aed7 100644 (file)
@@ -1,25 +1,25 @@
 /* Fonts */
 @font-face {
-    font-family: 'Xolonium';
-    src: url('fonts/xolonium.eot');
-    src: url('fonts/xolonium.eot?#iefix') format('embedded-opentype'),
-         url('fonts/xolonium.ttf') format('truetype'),
-         url('fonts/xolonium.woff') format('woff'),
-         url('fonts/xolonium.svg#xoloniumregular') format('svg');
-    font-weight: normal;
-    font-style: normal;
+  font-family: 'Xolonium';
+  src: url('fonts/xolonium-regular.eot');
+  src: url('fonts/xolonium-regular.eot?#iefix') format('embedded-opentype'),
+       url('fonts/xolonium-regular.woff2') format('woff2'),
+       url('fonts/xolonium-regular.woff') format('woff'),
+       url('fonts/xolonium-regular.ttf') format('truetype');
+  font-weight: normal;
+  font-style: normal;
 }
 
 body {
   background-color: #0F0F0F;
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%, url("img/bg.jpg") no-repeat fixed center center / cover black;
   color: #9B9B9B;
-  font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: Xolonium, sans-serif;
 }
 
 h1, h2, h3, h4, h5 {
-  color: #C3C3C3;;
-  font-family: "Xolonium", Helvetica, Arial, sans-serif;
+  color: #C3C3C3;
+  font-family: Xolonium, sans-serif;
 }
 
 p {
@@ -101,7 +101,7 @@ table thead tr th, table thead tr td, table tr th, table tr td {
 
 .top-bar-section ul li > a {
   color: rgb(200, 200, 200);
-  font-family: 'Xolonium';
+  font-family: Xolonium, sans-serif;
   font-size: 1rem;
   text-shadow: 0px 1px 1px rgba(200, 200, 200, 0.4);
 }
@@ -153,7 +153,7 @@ table thead tr th, table thead tr td, table tr th, table tr td {
 .accordion .accordion-navigation > a, .accordion dd > a {
   background: none;
   color: #C3C3C3;
-  font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: Xolonium, sans-serif;
   font-size: 0.8rem;
 }
 
index 9ee8b13c8874e792ffca05b1be2025eba58394a1..014a5a0c407b5d8bc2c908b1bb39d4d8c6d095bc 100644 (file)
@@ -1 +1 @@
-@font-face{font-family:'Xolonium';src:url('fonts/xolonium.eot');src:url('fonts/xolonium.eot?#iefix') format('embedded-opentype'),url('fonts/xolonium.ttf') format('truetype'),url('fonts/xolonium.woff') format('woff'),url('fonts/xolonium.svg#xoloniumregular') format('svg');font-weight:normal;font-style:normal}body{background-color:#0f0f0f;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) repeat scroll 0 0,url("img/bg.jpg") no-repeat fixed center center / cover black;color:#9b9b9b;font-family:"Xolonium","Helvetica Neue",Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5{color:#c3c3c3;font-family:"Xolonium",Helvetica,Arial,sans-serif}p{color:#c3c3c3;font-size:1.2rem}hr{border-color:#1b1b1b}ul,ol,dl{font-size:1.1rem}fieldset{border:0}table{background:none repeat scroll 0 0 rgba(0,0,0,0.70);border:1px solid #436688;border-collapse:collapse;border-spacing:0}table tr td{font-size:10px}table thead,table th{background-color:#001021}table td,table th{border:1px solid #436688}table tr.even,table tr.alt,table tr:nth-of-type(2n){background:0}table thead tr th,table thead tr td,table tr th,table tr td{color:#d0d0d0}.table-condensed{table-layout:fixed;width:100%}.table-hover tr:hover{background-color:#222}.table-condensed th,.table-condensed td{padding:4px 5px}.no-stretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar{height:50px}.top-bar .name h1 a{color:#c8c8c8;font-size:1.1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section ul li{background:0}.top-bar-section ul li>a{color:#c8c8c8;font-family:'Xolonium';font-size:1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section li:not(.has-form) a:not(.button){line-height:50px}.top-bar,.contain-to-grid{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);margin-bottom:15px}.top-bar.expanded .title-area{background:0}.top-bar-section li:not(.has-form) a:not(.button){background:0}.top-bar-section li:not(.has-form) a:not(.button):hover{background:#333}.panel{background-color:#151515;border-color:#282828}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#777}.th{box-shadow:0 0 6px 1px rgba(0,140,186,0.4)}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0,140,186,0.7)}.accordion .accordion-navigation,.accordion dd{border:1px solid #222;margin-bottom:5px}.accordion .accordion-navigation>a,.accordion dd>a{background:0;color:#c3c3c3;font-family:"Xolonium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.8rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:0}.accordion .accordion-navigation.active>a,.accordion .accordion-navigation>a:hover{background:#242424}ul.accordion{margin-left:0}#footer{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);font-family:sans-serif;font-style:italic;margin:15px 0 0 0;padding-top:5px;width:100%}#footer p{color:white;margin-bottom:.5rem;text-align:center}#footer ul{font-size:1rem;list-style:none;margin-left:0}#title{color:#08C;font-size:1.8rem;margin-bottom:10px;position:relative;text-align:center;text-shadow:2px 2px 3px #333}.statline{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.9rem;position:relative;top:-10px}.nostretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.button.tiny{margin:0;padding:.5rem 1rem .5rem}.tabs dd>a,.tabs .tab-title>a{background:0;color:#aaa;padding:1rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#1d1d1d}.tabs dd.active a,.tabs .tab-title.active a{background-color:#111;color:#aaa}.eloup{color:#008000}.elodown{color:#be0000}.eloneutral{color:gray}.game{margin-bottom:1rem}.game a{color:#CCC}.game a:hover{color:#d95f00;text-decoration:none}.game tr{background-color:#000}.game tr.red{background-color:#4d0000}.game tr.blue{background-color:#00004d}.game tr.yellow{background-color:#4d4d00}.game tr.pink{background-color:#4d004d}.teamscore{text-shadow:-1px -1px 0 #222;font-weight:bold}.teamscore .red{color:#ad0000}.teamscore .blue{color:#0000ad}.teamscore .yellow{color:#adad00}.teamscore .pink{color:#ad00ad}.player-score{color:#feff3a}.tabs-content{margin-bottom:0}
\ No newline at end of file
+@font-face{font-family:'Xolonium';src:url('fonts/xolonium-regular.eot');src:url('fonts/xolonium-regular.eot?#iefix') format('embedded-opentype'),url('fonts/xolonium-regular.woff2') format('woff2'),url('fonts/xolonium-regular.woff') format('woff'),url('fonts/xolonium-regular.ttf') format('truetype');font-weight:normal;font-style:normal}body{background-color:#0f0f0f;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) repeat scroll 0 0,url("img/bg.jpg") no-repeat fixed center center / cover black;color:#9b9b9b;font-family:Xolonium,sans-serif}h1,h2,h3,h4,h5{color:#c3c3c3;font-family:Xolonium,sans-serif}p{color:#c3c3c3;font-size:1.2rem}hr{border-color:#1b1b1b}ul,ol,dl{font-size:1.1rem}fieldset{border:0}table{background:none repeat scroll 0 0 rgba(0,0,0,0.70);border:1px solid #436688;border-collapse:collapse;border-spacing:0}table tr td{font-size:10px}table thead,table th{background-color:#001021}table td,table th{border:1px solid #436688}table tr.even,table tr.alt,table tr:nth-of-type(2n){background:0}table thead tr th,table thead tr td,table tr th,table tr td{color:#d0d0d0}.table-condensed{table-layout:fixed;width:100%}.table-hover tr:hover{background-color:#222}.table-condensed th,.table-condensed td{padding:4px 5px}.no-stretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar{height:50px}.top-bar .name h1 a{color:#c8c8c8;font-size:1.1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section ul li{background:0}.top-bar-section ul li>a{color:#c8c8c8;font-family:Xolonium,sans-serif;font-size:1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section li:not(.has-form) a:not(.button){line-height:50px}.top-bar,.contain-to-grid{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);margin-bottom:15px}.top-bar.expanded .title-area{background:0}.top-bar-section li:not(.has-form) a:not(.button){background:0}.top-bar-section li:not(.has-form) a:not(.button):hover{background:#333}.panel{background-color:#151515;border-color:#282828}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#777}.th{box-shadow:0 0 6px 1px rgba(0,140,186,0.4)}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0,140,186,0.7)}.accordion .accordion-navigation,.accordion dd{border:1px solid #222;margin-bottom:5px}.accordion .accordion-navigation>a,.accordion dd>a{background:0;color:#c3c3c3;font-family:Xolonium,sans-serif;font-size:.8rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:0}.accordion .accordion-navigation.active>a,.accordion .accordion-navigation>a:hover{background:#242424}ul.accordion{margin-left:0}#footer{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);font-family:sans-serif;font-style:italic;margin:15px 0 0 0;padding-top:5px;width:100%}#footer p{color:white;margin-bottom:.5rem;text-align:center}#footer ul{font-size:1rem;list-style:none;margin-left:0}#title{color:#08C;font-size:1.8rem;margin-bottom:10px;position:relative;text-align:center;text-shadow:2px 2px 3px #333}.statline{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.9rem;position:relative;top:-10px}.nostretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.button.tiny{margin:0;padding:.5rem 1rem .5rem}.tabs dd>a,.tabs .tab-title>a{background:0;color:#aaa;padding:1rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#1d1d1d}.tabs dd.active a,.tabs .tab-title.active a{background-color:#111;color:#aaa}.eloup{color:#008000}.elodown{color:#be0000}.eloneutral{color:gray}.game{margin-bottom:1rem}.game a{color:#CCC}.game a:hover{color:#d95f00;text-decoration:none}.game tr{background-color:#000}.game tr.red{background-color:#4d0000}.game tr.blue{background-color:#00004d}.game tr.yellow{background-color:#4d4d00}.game tr.pink{background-color:#4d004d}.teamscore{text-shadow:-1px -1px 0 #222;font-weight:bold}.teamscore .red{color:#ad0000}.teamscore .blue{color:#0000ad}.teamscore .yellow{color:#adad00}.teamscore .pink{color:#ad00ad}.player-score{color:#feff3a}.tabs-content{margin-bottom:0}
diff --git a/xonstat/static/css/fonts/xolonium-regular.eot b/xonstat/static/css/fonts/xolonium-regular.eot
new file mode 100644 (file)
index 0000000..7aeda86
Binary files /dev/null and b/xonstat/static/css/fonts/xolonium-regular.eot differ
diff --git a/xonstat/static/css/fonts/xolonium-regular.ttf b/xonstat/static/css/fonts/xolonium-regular.ttf
new file mode 100644 (file)
index 0000000..0785ae4
Binary files /dev/null and b/xonstat/static/css/fonts/xolonium-regular.ttf differ
diff --git a/xonstat/static/css/fonts/xolonium-regular.woff b/xonstat/static/css/fonts/xolonium-regular.woff
new file mode 100644 (file)
index 0000000..8b9bda1
Binary files /dev/null and b/xonstat/static/css/fonts/xolonium-regular.woff differ
diff --git a/xonstat/static/css/fonts/xolonium-regular.woff2 b/xonstat/static/css/fonts/xolonium-regular.woff2
new file mode 100644 (file)
index 0000000..b3a0ad1
Binary files /dev/null and b/xonstat/static/css/fonts/xolonium-regular.woff2 differ
diff --git a/xonstat/static/css/fonts/xolonium-webfont.eot b/xonstat/static/css/fonts/xolonium-webfont.eot
deleted file mode 100644 (file)
index 08db089..0000000
Binary files a/xonstat/static/css/fonts/xolonium-webfont.eot and /dev/null differ
diff --git a/xonstat/static/css/fonts/xolonium-webfont.svg b/xonstat/static/css/fonts/xolonium-webfont.svg
deleted file mode 100644 (file)
index 4b356e0..0000000
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright C 2011 Severin Meyer Created with FontForge and Inkscape
-</metadata>
-<defs>
-<font id="XoloniumNormal" horiz-adv-x="1433" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode=" "  horiz-adv-x="1024" />
-<glyph unicode="&#x09;" horiz-adv-x="1024" />
-<glyph unicode="&#xa0;" horiz-adv-x="1024" />
-<glyph unicode="!" horiz-adv-x="614" d="M154 0v246h307v-246h-307zM154 461v891h307v-891h-307z" />
-<glyph unicode="&#x22;" horiz-adv-x="1044" d="M154 829v523h245v-523h-245zM645 829v523h246v-523h-246z" />
-<glyph unicode="#" horiz-adv-x="1781" d="M123 307v185h205l123 368h-246v184h307l102 308h267l-103 -308h471l103 308h266l-102 -308h143v-184h-205l-123 -368h246v-185h-307l-103 -307h-266l103 307h-472l-102 -307h-266l102 307h-143zM594 492h471l123 368h-471z" />
-<glyph unicode="$" horiz-adv-x="1781" d="M123 0v174h645v492h-154q-82 0 -123.5 1t-110.5 7t-105.5 22.5t-76.5 42t-57.5 69.5t-17.5 103v195q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h154v174h246v-174h542v-174h-542v-338h153q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70 t17.5 -103v-348q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-153v-174h-246v174h-645zM430 901q0 -29 20.5 -43t41 -16t61.5 -2h215v338h-215q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-215zM1014 174h215q41 0 61.5 2t41 16.5t20.5 43.5v368 q0 29 -20.5 43.5t-41 16.5t-61.5 2h-215v-492z" />
-<glyph unicode="%" horiz-adv-x="2232" d="M123 819v369q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h204q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-369q0 -39 -11 -68.5t-38 -47t-51.5 -27.5t-70.5 -14.5t-73.5 -5.5t-83.5 -1h-204q-55 0 -83 1t-74 5.5t-70.5 14.5t-51.5 27.5 t-38 47t-11 68.5zM369 819q0 -18 13 -28.5t27.5 -11.5t41.5 -1h204q27 0 41.5 1t27.5 11.5t13 28.5v369q0 18 -13 28.5t-27.5 11.5t-41.5 1h-204q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-369zM655 0l676 1352h246l-676 -1352h-246zM1249 164v368q0 39 11.5 69t38 47.5 t51 27.5t70.5 14t74 5t83 1h205q55 0 82.5 -1t74 -5t71 -14t51 -27.5t37.5 -47.5t11 -69v-368q0 -39 -11 -68.5t-37.5 -47t-51 -28t-71 -14.5t-74 -5t-82.5 -1h-205q-55 0 -83 1t-74 5t-70.5 14.5t-51 28t-38 47t-11.5 68.5zM1495 164q0 -18 13.5 -28.5t27.5 -11.5t41 -1 h205q27 0 41 1t27.5 11t13.5 29v368q0 18 -13.5 28.5t-28 11.5t-40.5 1h-205q-27 0 -41 -1t-27.5 -11t-13.5 -29v-368z" />
-<glyph unicode="&#x26;" horiz-adv-x="1781" d="M123 246v338q0 246 317 245l-71 72q-27 27 -41.5 43.5t-27.5 49t-13 71.5v41q0 59 17.5 103t57 70t76.5 42t105.5 22.5t110.5 7.5t124 1h164q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-123h-308v133q0 29 -20.5 43.5t-41 16.5t-60.5 2h-287 q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-51q0 -41 41 -82l717 -717v348h307v-368q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -123.5 1t-110.5 7t-105.5 22.5t-76.5 42t-57.5 70t-17.5 103.5zM430 236q0 -29 20.5 -43.5t41 -16.5 t61.5 -2h543l-482 481h-61q-41 0 -61.5 -2t-41 -16t-20.5 -43v-358z" />
-<glyph unicode="'" horiz-adv-x="552" d="M154 829v523h245v-523h-245z" />
-<glyph unicode="(" horiz-adv-x="808" d="M154 460.5q0 155.5 33.5 304t81.5 250t96.5 181.5t80.5 119l35 37h205q-12 -14 -31.5 -40t-68.5 -114t-87 -184t-69 -247t-31 -306q0 -446 226 -828l61 -94h-205q-14 14 -35.5 43t-78 122t-99.5 193.5t-78.5 254t-35.5 309z" />
-<glyph unicode=")" horiz-adv-x="808" d="M123 -461q12 14 31.5 43t68.5 122t87 193.5t69 254t31 309.5q0 444 -224 801l-63 90h205q14 -14 35.5 -40t78 -114t99.5 -184t78.5 -247t35.5 -306.5t-33.5 -307t-81.5 -258t-96.5 -190.5t-83.5 -125l-32 -41h-205z" />
-<glyph unicode="*" horiz-adv-x="1441" d="M123 915l76 195l399 -109v351h246v-351l399 109l76 -195l-399 -108l247 -285l-198 -121l-248 285l-248 -285l-199 121l248 285z" />
-<glyph unicode="+" d="M123 389v205h440v389h307v-389h441v-205h-441v-389h-307v389h-440z" />
-<glyph unicode="," horiz-adv-x="737" d="M123 -307l123 553h286l-245 -553h-164z" />
-<glyph unicode="-" horiz-adv-x="1064" d="M123 389v205h819v-205h-819z" />
-<glyph unicode="." horiz-adv-x="716" d="M205 0v246h307v-246h-307z" />
-<glyph unicode="/" horiz-adv-x="1269" d="M123 -205l778 1557h246l-778 -1557h-246z" />
-<glyph unicode="0" horiz-adv-x="1781" d="M123 246v860q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-860q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -123.5 1t-110.5 7t-105.5 22.5 t-76.5 42t-57.5 70t-17.5 103.5zM430 236q0 -29 20.5 -43.5t41 -16.5t61.5 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-880z" />
-<glyph unicode="1" horiz-adv-x="1781" d="M573 1044v205l410 103h307v-1352h-307v1147z" />
-<glyph unicode="2" horiz-adv-x="1781" d="M123 0v594q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h615q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5t-41 16.5t-61.5 2h-1004v174h942q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-195q0 -59 -17.5 -103t-57.5 -69.5 t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-614q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-430h1229v-174h-1536z" />
-<glyph unicode="3" horiz-adv-x="1781" d="M205 0v174h1024q41 0 61.5 2t41 16.5t20.5 43.5v368q0 29 -20.5 43.5t-41 16.5t-61.5 2h-819v174h819q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5t-41 16.5t-61.5 2h-1024v174h962q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-143 q0 -154 -127 -197l-27 -8q6 -2 16.5 -5t37 -19.5t47 -37t37 -59.5t16.5 -84v-307q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-962z" />
-<glyph unicode="4" horiz-adv-x="1781" d="M123 440v174l737 738h389l-737 -738h840v738h307v-1352h-307v440h-1229z" />
-<glyph unicode="5" horiz-adv-x="1781" d="M123 0v174h1106q41 0 61.5 2t41 16.5t20.5 43.5v368q0 29 -20.5 43.5t-41 16.5t-61.5 2h-1106v686h1433v-174h-1126v-338h737q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-348q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1 h-1044z" />
-<glyph unicode="6" horiz-adv-x="1781" d="M123 246v860q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h942v-174h-1003q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-276h737q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-348q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5 t-110.5 -7t-124 -1h-553q-82 0 -123.5 1t-110.5 7t-105.5 22.5t-76.5 42t-57.5 70t-17.5 103.5zM430 236q0 -29 20.5 -43.5t41 -16.5t61.5 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v368q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-368z " />
-<glyph unicode="7" horiz-adv-x="1781" d="M123 1178v174h1536v-174l-778 -1178h-349l779 1178h-1188z" />
-<glyph unicode="8" horiz-adv-x="1781" d="M123 246v307q0 139 129 197l24 8q-6 0 -16 3t-36.5 16.5t-47 33.5t-37 60t-16.5 92v143q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-143q0 -154 -127 -197l-27 -8q6 -2 16.5 -5 t37 -19.5t47 -37t37 -59.5t16.5 -84v-307q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -123.5 1t-110.5 7t-105.5 22.5t-76.5 42t-57.5 70t-17.5 103.5zM430 236q0 -29 20.5 -43.5t41 -16.5t61.5 -2h676q41 0 61.5 2t41 16.5 t20.5 43.5v368q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-368zM430 901q0 -29 20.5 -43t41 -16t61.5 -2h676q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-215z" />
-<glyph unicode="9" horiz-adv-x="1781" d="M123 911v195q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-860q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-962v174h1024q41 0 61.5 2t41 16.5 t20.5 43.5v430h-738q-82 0 -123.5 1t-110.5 7t-105.5 22.5t-76.5 42t-57.5 69.5t-17.5 103zM430 901q0 -29 20.5 -43t41 -16t61.5 -2h676q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-215z" />
-<glyph unicode=":" horiz-adv-x="716" d="M205 0v246h307v-246h-307zM205 737v246h307v-246h-307z" />
-<glyph unicode=";" horiz-adv-x="757" d="M123 -307l123 553h286l-245 -553h-164zM246 737v246h307v-246h-307z" />
-<glyph unicode="&#x3c;" horiz-adv-x="1536" d="M123 389v205l1290 430v-205l-983 -327l983 -328v-205z" />
-<glyph unicode="=" d="M123 154v204h1188v-204h-1188zM123 625v204h1188v-204h-1188z" />
-<glyph unicode="&#x3e;" horiz-adv-x="1536" d="M123 -41v205l983 328l-983 327v205l1290 -430v-205z" />
-<glyph unicode="?" horiz-adv-x="1740" d="M154 1178v174h942q82 0 124 -1t110.5 -7.5t105.5 -22.5t76.5 -42t57 -70t17.5 -103v-195q0 -59 -17.5 -103t-57 -69.5t-76.5 -42t-105.5 -22.5t-110.5 -7t-124 -1h-123q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-143h-307v133q0 59 17.5 103t57 70t76.5 42t105.5 22.5 t110.5 7.5t124 1h123q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5t-41 16.5t-61.5 2h-1003zM543 0v246h307v-246h-307z" />
-<glyph unicode="@" horiz-adv-x="2621" d="M123 -154v1301q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h1557q68 0 102.5 -1t93 -6.5t88 -18.5t63.5 -34.5t48.5 -58.5t14.5 -86v-1147h-1373q-68 0 -102.5 1t-93 6t-88 18.5t-63.5 35t-48 58.5t-14 86v573q0 49 14 86t48 58.5t63.5 35t88 18.5t93.5 6 t102 1h779v-829h307v993q0 35 -25.5 43t-77.5 8h-1597q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-1301q0 -35 25.5 -43t76.5 -8h1864v-153h-1844q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58t-14.5 85.5zM1004 205q0 -35 25.5 -43t76.5 -8h512v675h-512q-35 0 -51.5 -2 t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="A" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM676 614h471l-236 471z" />
-<glyph unicode="B" horiz-adv-x="1822" d="M143 0v1352h1024q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-143q0 -141 -115 -197l-18 -8q6 -2 16 -5t37 -19.5t47.5 -37t36.5 -59.5t16 -84v-307q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-1045zM451 174h798 q41 0 61.5 2t41 16.5t20.5 43.5v368q0 29 -20.5 43.5t-41 16.5t-61.5 2h-798v-492zM451 840h778q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5t-41 16.5t-61.5 2h-778v-338z" />
-<glyph unicode="C" horiz-adv-x="1720" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h942v-174h-1004q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880q0 -29 20.5 -43.5t40.5 -16.5t61 -2h1004v-174h-942q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5z" />
-<glyph unicode="D" horiz-adv-x="1822" d="M143 0v1352h820q162 0 285.5 -30t224 -96.5t153.5 -189.5t53 -299v-409q0 -80 -23.5 -138.5t-72.5 -93.5t-95 -55.5t-126 -28.5t-126 -10t-130 -2h-963zM451 174h716q205 0 205 143v451q0 86 -16.5 151.5t-39 108.5t-67.5 72.5t-78.5 45t-98 23t-101.5 8.5t-111 1h-409 v-1004z" />
-<glyph unicode="E" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434z" />
-<glyph unicode="F" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-666h-308z" />
-<glyph unicode="G" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h942v-174h-1004q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v430h-307v174h614v-594q0 -59 -17 -103.5t-57 -70t-77 -42 t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5z" />
-<glyph unicode="H" horiz-adv-x="1822" d="M143 0v1352h308v-512h921v512h307v-1352h-307v666h-921v-666h-308z" />
-<glyph unicode="I" horiz-adv-x="593" d="M143 0v1352h308v-1352h-308z" />
-<glyph unicode="J" horiz-adv-x="1822" d="M143 246v215h308v-225q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v1116h307v-1106q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5z" />
-<glyph unicode="K" horiz-adv-x="1658" d="M143 0v1352h308v-717l716 717h369l-635 -635l717 -717h-369l-532 532l-266 -266v-266h-308z" />
-<glyph unicode="L" horiz-adv-x="1720" d="M143 0v1352h308v-1178h1126v-174h-1434z" />
-<glyph unicode="M" horiz-adv-x="2150" d="M143 0v1352h410l522 -1045l522 1045h410v-1352h-307v1004l-502 -1004h-246l-501 1004v-1004h-308z" />
-<glyph unicode="N" horiz-adv-x="1822" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308z" />
-<glyph unicode="O" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42 t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880z" />
-<glyph unicode="P" horiz-adv-x="1822" d="M143 0v1352h1045q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-266q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-737v-594h-308zM451 768h798q41 0 61.5 2t41 16.5t20.5 42.5v287q0 29 -20.5 43.5t-41 16.5t-61.5 2h-798v-410z " />
-<glyph unicode="Q" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -18.5 -103.5t-57 -70t-73.5 -42t-91.5 -22.5t-87 -7t-81.5 -1l205 -205h-390l-204 205h-246q-82 0 -124 1t-110.5 7 t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880z" />
-<glyph unicode="R" horiz-adv-x="1802" d="M123 0v1352h1044q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-195q0 -59 -17.5 -103t-57.5 -69.5t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-92l666 -666h-389l-666 666h-256v-666h-307zM430 840h799q41 0 61.5 2t41 16t20.5 43v215q0 29 -20.5 43.5 t-41 16.5t-61.5 2h-799v-338z" />
-<glyph unicode="S" horiz-adv-x="1822" d="M143 0v174h1106q41 0 61.5 2t41 16.5t20.5 43.5v368q0 29 -20.5 43.5t-41 16.5t-61.5 2h-614q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 69.5t-17.5 103v195q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h942v-174h-1004q-41 0 -61 -2t-40.5 -16.5 t-20.5 -43.5v-215q0 -29 20.5 -43t40.5 -16t61 -2h615q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-348q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-1045z" />
-<glyph unicode="T" horiz-adv-x="1822" d="M41 1178v174h1741v-174h-717v-1178h-307v1178h-717z" />
-<glyph unicode="U" horiz-adv-x="1822" d="M143 246v1106h308v-1116q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v1116h307v-1106q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5z" />
-<glyph unicode="V" horiz-adv-x="1822" d="M41 1352h328l542 -1086l543 1086h328l-676 -1352h-389z" />
-<glyph unicode="W" horiz-adv-x="2457" d="M41 1352h307l359 -1076l337 1014h369l338 -1014l358 1076h308l-451 -1352h-389l-348 1044l-348 -1044h-389z" />
-<glyph unicode="X" horiz-adv-x="1822" d="M41 0l676 676l-676 676h389l481 -482l482 482h389l-676 -676l676 -676h-389l-482 481l-481 -481h-389z" />
-<glyph unicode="Y" horiz-adv-x="1822" d="M41 1352h389l481 -482l482 482h389l-717 -717v-635h-307v635z" />
-<glyph unicode="Z" horiz-adv-x="1822" d="M143 0v174l1086 1004h-1045v174h1454v-174l-1085 -1004h1126v-174h-1536z" />
-<glyph unicode="[" horiz-adv-x="931" d="M154 -461v1813h655v-154h-410v-1505h410v-154h-655z" />
-<glyph unicode="\" horiz-adv-x="1269" d="M123 1352h246l778 -1557h-246z" />
-<glyph unicode="]" horiz-adv-x="931" d="M123 -307h409v1505h-409v154h655v-1813h-655v154z" />
-<glyph unicode="^" horiz-adv-x="1228" d="M123 614l369 738h245l369 -738h-246l-246 492l-245 -492h-246z" />
-<glyph unicode="_" horiz-adv-x="1310" d="M41 -307h1229v-154h-1229v154z" />
-<glyph unicode="`" horiz-adv-x="860" d="M154 1352h307l246 -369h-185z" />
-<glyph unicode="a" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205 q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205z" />
-<glyph unicode="b" d="M123 0v1352h287v-369h491q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-778zM410 154h512q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-512v-675z" />
-<glyph unicode="c" horiz-adv-x="1351" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h697v-154h-717q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573q0 -35 25.5 -43t76.5 -8h717v-154h-697q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86z" />
-<glyph unicode="d" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h492v369h287v-1352h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h512v675h-512q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="e" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-738q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 614h614v164 q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-164z" />
-<glyph unicode="f" horiz-adv-x="942" d="M123 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287z" />
-<glyph unicode="g" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h779v-1239q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-737v154h758q35 0 51 2t33.5 13t17.5 36v256h-492q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205 q0 -35 25.5 -43t76.5 -8h512v675h-512q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="h" d="M123 0v1352h287v-369h491q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-287v778q0 35 -25.5 43t-76.5 8h-512v-829h-287z" />
-<glyph unicode="i" horiz-adv-x="532" d="M123 0v983h287v-983h-287zM123 1147v205h287v-205h-287z" />
-<glyph unicode="j" horiz-adv-x="532" d="M-102 -307q8 0 23.5 2t54 18.5t68.5 45t54.5 92t24.5 149.5v983h287v-983q0 -213 -161 -337t-351 -124v154zM123 1147v205h287v-205h-287z" />
-<glyph unicode="k" horiz-adv-x="1331" d="M123 0v1352h287v-860l491 491h328l-461 -461l522 -522h-327l-359 358l-194 -194v-164h-287z" />
-<glyph unicode="l" horiz-adv-x="532" d="M123 184v1168h287v-1372q-287 -1 -287 204z" />
-<glyph unicode="m" horiz-adv-x="1925" d="M123 0v983h1270q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48 -58.5t14 -86v-778h-286v778q0 35 -26 43t-77 8h-307v-829h-287v778q0 35 -25.5 43t-76.5 8h-307v-829h-287z" />
-<glyph unicode="n" d="M123 0v983h778q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-287v778q0 35 -25.5 43t-76.5 8h-512v-829h-287z" />
-<glyph unicode="o" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5 t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="p" d="M123 -461v1444h778q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-491v-461h-287zM410 154h512q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-512v-675z" />
-<glyph unicode="q" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h779v-1444h-287v461h-492q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h512v675h-512q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="r" horiz-adv-x="942" d="M123 0v778q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13t-17 -36v-778h-287z" />
-<glyph unicode="s" d="M123 0v154h799q35 0 51 2t33.5 13t17.5 36v205q0 35 -25.5 43t-76.5 8h-390q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58t-14.5 86.5v112q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h697v-154h-717q-35 0 -51.5 -2t-33.5 -13t-17 -36v-112q0 -35 25.5 -43.5 t76.5 -8.5h389q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58t14.5 -85.5v-205q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-778z" />
-<glyph unicode="t" horiz-adv-x="942" d="M123 205v1147h287v-369h409v-154h-409v-624q0 -35 25.5 -43t76.5 -8h307v-154h-287q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86z" />
-<glyph unicode="u" d="M123 205v778h287v-778q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v778h287v-778q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86z" />
-<glyph unicode="v" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-492 -983h-328z" />
-<glyph unicode="w" horiz-adv-x="1802" d="M41 983h266l236 -707l215 646h286l216 -646l235 707h266l-327 -983h-308l-225 676l-225 -676h-307z" />
-<glyph unicode="x" horiz-adv-x="1392" d="M41 0l491 492l-491 491h328l327 -328l328 328h328l-492 -491l492 -492h-328l-328 328l-327 -328h-328z" />
-<glyph unicode="y" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-39 -76 -65.5 -113.5t-88 -69.5t-153.5 -32h-266v154h164q66 0 86 15.5t47 66.5l51 102q31 61 31 82t-31 82z" />
-<glyph unicode="z" d="M123 0v154l778 675h-737v154h1106v-154l-778 -675h819v-154h-1188z" />
-<glyph unicode="{" horiz-adv-x="1280" d="M154 358v205l348 174v410q0 49 14 86t48 58.5t63.5 34.5t88 18.5t93.5 6.5t102 1h246v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-512l-349 -174l349 -174v-543q0 -35 25.5 -43t76.5 -8h307v-154h-246q-68 0 -102.5 1t-93 6t-88 18.5t-63.5 35t-48 58.5t-14 86 v440z" />
-<glyph unicode="|" horiz-adv-x="655" d="M205 -461v1813h246v-1813h-246z" />
-<glyph unicode="}" horiz-adv-x="1280" d="M123 -307h307q35 0 51.5 2t33.5 13t17 36v543l349 174l-349 174v512q0 35 -25.5 43t-76.5 8h-307v154h246q68 0 102.5 -1t93 -6.5t88 -18.5t63.5 -34.5t48 -58.5t14 -86v-410l348 -174v-205l-348 -174v-440q0 -49 -14 -86t-48 -58.5t-63.5 -35t-88 -18.5t-93.5 -6 t-102 -1h-246v154z" />
-<glyph unicode="~" horiz-adv-x="1454" d="M123 471q106 215 168.5 292t169.5 77q51 0 133 -41l307 -154q12 -6 31 -6q16 0 30.5 12.5t34 42t31.5 53t37 72.5h266q-106 -215 -168.5 -291.5t-169.5 -76.5q-51 0 -133 41l-307 153q-12 6 -31 6q-16 0 -30.5 -12t-34 -42t-31.5 -53.5t-37 -72.5h-266z" />
-<glyph unicode="&#xa1;" horiz-adv-x="614" d="M154 430h307v-891h-307v891zM154 645v246h307v-246h-307z" />
-<glyph unicode="&#xa2;" horiz-adv-x="1351" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h123v154h205v-154h369v-154h-369v-675h369v-154h-369v-154h-205v154h-123q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h143v675h-143q-35 0 -51.5 -2 t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1781" d="M123 0v174h205v492h-205v153h205v287q0 59 17 103t57 70t77 42t105.5 22.5t110.5 7.5t124 1h348q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-123h-307v133q0 29 -20.5 43.5t-41 16.5t-61.5 2h-471q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-297h512 v-153h-512v-492h1024v-174h-1536z" />
-<glyph unicode="&#xa4;" horiz-adv-x="1597" d="M123 287l205 205v368l-205 205l164 164l205 -205h614l205 205l164 -164l-205 -205v-368l205 -205l-164 -164l-205 205h-614l-205 -205zM573 492q0 -18 13.5 -28.5t28 -11.5t40.5 -1h287q27 0 41 1t27.5 11t13.5 29v368q0 18 -13.5 28.5t-27.5 11.5t-41 1h-287 q-27 0 -41 -1t-27.5 -11t-13.5 -29v-368z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1822" d="M41 1352h389l481 -482l482 482h389l-686 -686h379v-154h-410v-123h410v-153h-410v-236h-307v236h-410v153h410v123h-410v154h379z" />
-<glyph unicode="&#xa6;" horiz-adv-x="655" d="M205 287h246v-748h-246v748zM205 614v738h246v-738h-246z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1679" d="M123 543q0 125 196 276l29 21q-123 61 -123 184v82q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h246q82 0 123.5 -1t110.5 -7.5t105.5 -22.5t76.5 -42t57.5 -70t17.5 -103v-123h-307v133q0 29 -20.5 43.5t-41 16.5t-61.5 2h-369q-41 0 -61.5 -2t-41 -16.5 t-20.5 -43.5v-72q0 -25 1.5 -36t10.5 -23t29 -22l820 -410q90 -45 126.5 -93t36.5 -112q0 -125 -196 -276l-29 -21q123 -61 123 -184v-82q0 -59 -17.5 -103t-57.5 -70t-76.5 -42t-105.5 -22.5t-111 -7.5t-123 -1h-246q-82 0 -124 1t-110.5 7.5t-105.5 22.5t-77 42t-57.5 70 t-17.5 103v123h307v-133q0 -29 20.5 -43.5t41 -16.5t61.5 -2h369q41 0 61.5 2t41 16.5t20.5 43.5v71q0 25 -1 36.5t-10.5 23.5t-29.5 22l-819 410q-90 45 -127 93.5t-37 111.5zM410 553q0 -29 25.5 -47.5t96.5 -54.5l615 -308q14 10 34.5 28.5t54.5 70t34 96.5 q0 29 -25.5 48.5t-97.5 53.5l-615 308q-14 -10 -34.5 -29t-54 -70t-33.5 -96z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1044" d="M154 1147v205h245v-205h-245zM645 1147v205h246v-205h-246z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1925" d="M123 164v1024q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h1024q55 0 82.5 -1t73.5 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-1024q0 -39 -11 -68.5t-38 -47t-51.5 -28t-70.5 -14.5t-73.5 -5t-82.5 -1h-1024q-55 0 -83 1t-74 5t-70.5 14.5t-51.5 28 t-38 47t-11 68.5zM369 164q0 -18 13 -28.5t27.5 -11.5t41.5 -1h1024q27 0 41 1t27 11t13 29v1024q0 18 -13 28.5t-27.5 11.5t-40.5 1h-1024q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-1024zM532 492v368q0 39 11.5 68.5t38 47t51 28t71 14.5t74 5t82.5 1h492v-123h-492 q-27 0 -41 -1t-27.5 -11t-13.5 -29v-368q0 -18 13.5 -28.5t28 -11.5t40.5 -1h492v-123h-492q-55 0 -82.5 1t-74 5t-71 14t-51 27.5t-38 47.5t-11.5 69z" />
-<glyph unicode="&#xaa;" horiz-adv-x="1105" d="M123 410v122h860v-122h-860zM123 819v113q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h286v92q0 18 -13 28.5t-27.5 11.5t-41.5 1h-450v123h450q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-533h-532q-55 0 -83 1t-74 5.5t-70.5 14.5 t-51.5 27.5t-38 47t-11 68.5zM369 819q0 -18 13 -28.5t27.5 -11.5t41.5 -1h286v195h-286q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-113z" />
-<glyph unicode="&#xab;" horiz-adv-x="1351" d="M123 492l409 409h246l-368 -409l368 -410h-246zM573 492l410 409h246l-369 -409l369 -410h-246z" />
-<glyph unicode="&#xac;" horiz-adv-x="1310" d="M123 594v205h1065v-615h-246v410h-819z" />
-<glyph unicode="&#xad;" horiz-adv-x="1064" d="M123 389v205h819v-205h-819z" />
-<glyph unicode="&#xae;" horiz-adv-x="1925" d="M123 164v1024q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h1024q55 0 82.5 -1t73.5 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-1024q0 -39 -11 -68.5t-38 -47t-51.5 -28t-70.5 -14.5t-73.5 -5t-82.5 -1h-1024q-55 0 -83 1t-74 5t-70.5 14.5t-51.5 28 t-38 47t-11 68.5zM369 164q0 -18 13 -28.5t27.5 -11.5t41.5 -1h1024q27 0 41 1t27 11t13 29v1024q0 18 -13 28.5t-27.5 11.5t-40.5 1h-1024q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-1024zM532 328v696h533q55 0 83 -1t74 -5t70.5 -14.5t51 -28t38 -47t11.5 -68.5v-51 q0 -68 -42 -105.5t-96.5 -48t-138.5 -10.5l318 -317h-287l-318 317h-51v-317h-246zM778 768h287q27 0 41 1t27.5 11.5t13.5 28.5v51q0 18 -13.5 28.5t-27.5 11.5t-41 1h-287v-133z" />
-<glyph unicode="&#xaf;" horiz-adv-x="1044" d="M154 1198v154h737v-154h-737z" />
-<glyph unicode="&#xb0;" horiz-adv-x="1105" d="M123 963v225q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h204q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-225q0 -39 -11 -69t-38 -47.5t-51.5 -27.5t-70.5 -14t-73.5 -5t-83.5 -1h-204q-55 0 -83 1t-74 5t-70.5 14t-51.5 27.5t-38 47.5 t-11 69zM369 963q0 -18 13 -28.5t27.5 -11.5t41.5 -1h204q27 0 41.5 1t27.5 11t13 29v225q0 18 -13 28.5t-27.5 11.5t-41.5 1h-204q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-225z" />
-<glyph unicode="&#xb1;" d="M123 0v205h1188v-205h-1188zM123 614v205h440v307h307v-307h441v-205h-441v-307h-307v307h-440z" />
-<glyph unicode="&#xb2;" horiz-adv-x="1105" d="M123 655v277q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h204q27 0 41.5 1t27.5 11t13 29v51q0 18 -13 28.5t-27.5 11.5t-41.5 1h-491v123h491q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-51q0 -39 -11 -69t-38 -47t-51.5 -27.5 t-70.5 -14.5t-73.5 -5t-83.5 -1h-204q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-154h614v-123h-860z" />
-<glyph unicode="&#xb3;" horiz-adv-x="1105" d="M123 655v123h532q27 0 41.5 1t27.5 11.5t13 28.5v113q0 18 -13 28.5t-27.5 11.5t-41.5 1h-409v123h409q27 0 41.5 1t27.5 11t13 29v51q0 18 -13 28.5t-27.5 11.5t-41.5 1h-532v123h532q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-21q0 -96 -106 -129 l-17 -4q14 -2 34.5 -8t54.5 -41t34 -84v-82q0 -39 -11 -68.5t-38 -47t-51.5 -27.5t-70.5 -14.5t-73.5 -5.5t-83.5 -1h-532z" />
-<glyph unicode="&#xb4;" horiz-adv-x="860" d="M154 983l245 369h308l-369 -369h-184z" />
-<glyph unicode="&#xb5;" d="M123 -461v1444h287v-778q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v778h287v-778q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-491v-461h-287z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1392" d="M123 911v195q0 59 17.5 103t57.5 70t76.5 42t105.5 22.5t110.5 7.5t123.5 1h656v-1813h-246v1639h-164v-1639h-246v1127q-82 0 -123.5 1t-110.5 7t-105.5 22.5t-76.5 42t-57.5 69.5t-17.5 103z" />
-<glyph unicode="&#xb7;" horiz-adv-x="716" d="M205 369v245h307v-245h-307z" />
-<glyph unicode="&#xb8;" horiz-adv-x="921" d="M154 -205h327q27 0 41.5 1t27.5 11.5t13 28.5v164h205v-143q0 -39 -11.5 -69t-38 -47t-51 -27.5t-70.5 -14.5t-73.5 -5t-83.5 -1h-286v102z" />
-<glyph unicode="&#xb9;" horiz-adv-x="655" d="M123 1167v144l164 41h245v-697h-245v553z" />
-<glyph unicode="&#xba;" horiz-adv-x="1105" d="M123 410v122h860v-122h-860zM123 819v369q0 39 11 68.5t38 47t51.5 27.5t70.5 14.5t73.5 5.5t83.5 1h204q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-369q0 -39 -11 -68.5t-38 -47t-51.5 -27.5t-70.5 -14.5t-73.5 -5.5t-83.5 -1h-204q-55 0 -83 1 t-74 5.5t-70.5 14.5t-51.5 27.5t-38 47t-11 68.5zM369 819q0 -18 13 -28.5t27.5 -11.5t41.5 -1h204q27 0 41.5 1t27.5 11.5t13 28.5v369q0 18 -13 28.5t-27.5 11.5t-41.5 1h-204q-27 0 -41.5 -1t-27.5 -11.5t-13 -28.5v-369z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1351" d="M123 82l369 410l-369 409h246l409 -409l-409 -410h-246zM573 82l369 410l-369 409h246l410 -409l-410 -410h-246z" />
-<glyph unicode="&#xbc;" horiz-adv-x="2027" d="M123 1167v144l164 41h245v-697h-245v553zM451 0l675 1352h246l-676 -1352h-245zM1044 205v123l369 368h492v-696h-246v205h-615zM1311 328h348v348z" />
-<glyph unicode="&#xbd;" horiz-adv-x="2027" d="M123 1167v144l164 41h245v-697h-245v553zM451 0l675 1352h246l-676 -1352h-245zM1044 0v276q0 39 11.5 69t38 47.5t51 27.5t71 14t74 5t82.5 1h205q27 0 41 1t27.5 11.5t13.5 28.5v51q0 18 -13.5 28.5t-27.5 11.5t-41 1h-492v123h492q55 0 83 -1t74 -5t70.5 -14t51 -27.5 t38 -47.5t11.5 -69v-51q0 -39 -11.5 -68.5t-38 -47t-51 -27.5t-70.5 -14.5t-74 -5.5t-83 -1h-205q-27 0 -41 -1t-27.5 -11t-13.5 -29v-153h615v-123h-861z" />
-<glyph unicode="&#xbe;" horiz-adv-x="2232" d="M123 655v123h532q27 0 41.5 1t27.5 11.5t13 28.5v113q0 18 -13 28.5t-27.5 11.5t-41.5 1h-409v123h409q27 0 41.5 1t27.5 11t13 29v51q0 18 -13 28.5t-27.5 11.5t-41.5 1h-532v123h532q55 0 83 -1t74 -5.5t70.5 -14.5t51.5 -27.5t38 -47t11 -68.5v-21q0 -96 -106 -129 l-17 -4q14 -2 34.5 -8t54.5 -41t34 -84v-82q0 -39 -11 -68.5t-38 -47t-51.5 -27.5t-70.5 -14.5t-73.5 -5.5t-83.5 -1h-532zM655 0l676 1352h246l-676 -1352h-246zM1249 205v123l369 368h491v-696h-245v205h-615zM1516 328h348v348z" />
-<glyph unicode="&#xbf;" horiz-adv-x="1740" d="M154 -20q0 59 17 103t57 69.5t77 42t105.5 22.5t110.5 7t124 1h123q41 0 61.5 2t41 16.5t20.5 43.5v143h307v-133q0 -59 -17.5 -103t-57.5 -70t-76.5 -42t-105.5 -22.5t-111 -7.5t-123 -1h-123q-41 0 -61.5 -2t-41 -16.5t-20.5 -42.5v-215q0 -29 20.5 -43.5t41 -16.5 t61.5 -2h1003v-174h-942q-82 0 -124 1t-110.5 7.5t-105.5 22.5t-77 42t-57 70t-17 103v195zM891 645v246h307v-246h-307z" />
-<glyph unicode="&#xc0;" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM451 1864h307l246 -369h-185zM676 614h471l-236 471z" />
-<glyph unicode="&#xc1;" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM676 614h471l-236 471zM819 1495l246 369h307l-368 -369h-185z" />
-<glyph unicode="&#xc2;" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM502 1495l307 307h205l307 -307h-205l-205 174l-204 -174h-205zM676 614h471l-236 471z" />
-<glyph unicode="&#xc3;" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM430 1516q66 197 113 262t143 65q45 0 113 -41l205 -123q68 -41 92 -41q14 0 27.5 11.5t29.5 45.5t24.5 53t30.5 75h185q-66 -197 -113 -262.5t-143 -65.5q-45 0 -113 41l-205 123q-68 41 -92 41 q-14 0 -27.5 -11.5t-30 -45t-24.5 -53t-31 -74.5h-184zM676 614h471l-236 471z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM543 1495v205h245v-205h-245zM676 614h471l-236 471zM1034 1495v205h246v-205h-246z" />
-<glyph unicode="&#xc5;" horiz-adv-x="1822" d="M41 0l676 1352h389l676 -1352h-328l-215 430h-655l-215 -430h-328zM553 1563v82q0 41 11 69.5t38 46t51.5 27.5t70.5 14t73.5 5t83.5 1h61q55 0 83 -1t74 -5t70.5 -14t51 -27.5t38 -46t11.5 -69.5v-82q0 -39 -11.5 -69t-38 -46t-51 -27.5t-70.5 -15.5t-74 -5t-83 -1h-61 q-55 0 -83 1t-74 5t-70.5 15.5t-51.5 27.5t-38 46t-11 69zM676 614h471l-236 471zM758 1542q0 -18 13 -27.5t27.5 -11.5t41.5 -2h143q27 0 41 2t27.5 11.5t13.5 27.5v123q0 20 -13.5 29.5t-27.5 10.5t-41 1h-143q-27 0 -41.5 -1t-27.5 -10t-13 -30v-123z" />
-<glyph unicode="&#xc6;" horiz-adv-x="2641" d="M41 0l676 1352h1782v-174h-1024v-338h921v-174h-921v-492h1024v-174h-1332v430h-583l-215 -430h-328zM676 614h491v562h-211z" />
-<glyph unicode="&#xc7;" horiz-adv-x="1720" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h942v-174h-1004q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880q0 -29 20.5 -43.5t40.5 -16.5t61 -2h1004v-174h-942q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM532 -205h328 q27 0 41 1t27.5 11.5t13.5 28.5v164h205v-143q0 -39 -11.5 -69t-38 -47t-51 -27.5t-70.5 -14.5t-74 -5t-83 -1h-287v102z" />
-<glyph unicode="&#xc8;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM399 1864h308l245 -369h-184z" />
-<glyph unicode="&#xc9;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM768 1495l246 369h307l-369 -369h-184z" />
-<glyph unicode="&#xca;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM451 1495l307 307h205l307 -307h-205l-205 174l-205 -174h-204z" />
-<glyph unicode="&#xcb;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM492 1495v205h245v-205h-245zM983 1495v205h246v-205h-246z" />
-<glyph unicode="&#xcc;" horiz-adv-x="593" d="M-61 1864h307l246 -369h-185zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#xcd;" horiz-adv-x="593" d="M102 1495l246 369h307l-368 -369h-185zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#xce;" horiz-adv-x="593" d="M-113 1495l308 307h204l308 -307h-205l-205 174l-205 -174h-205zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#xcf;" horiz-adv-x="593" d="M-72 1495v205h246v-205h-246zM143 0v1352h308v-1352h-308zM420 1495v205h246v-205h-246z" />
-<glyph unicode="&#xd0;" horiz-adv-x="1884" d="M41 676v153h164v523h819q162 0 286 -30t224 -96.5t153.5 -189.5t53.5 -299v-409q0 -80 -23.5 -138.5t-73 -93.5t-95.5 -55.5t-126 -28.5t-126 -10t-130 -2h-962v676h-164zM512 174h717q205 0 205 143v451q0 86 -16.5 151.5t-39 108.5t-67.5 72.5t-79 45t-98.5 23 t-101.5 8.5t-110 1h-410v-349h461v-153h-461v-502z" />
-<glyph unicode="&#xd1;" horiz-adv-x="1822" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308zM430 1516q66 197 113 262t143 65q45 0 113 -41l205 -123q68 -41 92 -41q14 0 27.5 11.5t29.5 45.5t24.5 53t30.5 75h185q-66 -197 -113 -262.5t-143 -65.5q-45 0 -113 41l-205 123q-68 41 -92 41 q-14 0 -27.5 -11.5t-30 -45t-24.5 -53t-31 -74.5h-184z" />
-<glyph unicode="&#xd2;" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42 t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880zM451 1864h307l246 -369h-185z" />
-<glyph unicode="&#xd3;" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42 t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880zM819 1495l246 369h307l-368 -369h-185z" />
-<glyph unicode="&#xd4;" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42 t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880zM502 1495l307 307h205l307 -307h-205l-205 174l-204 -174h-205z" />
-<glyph unicode="&#xd5;" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42 t-57.5 70t-17.5 103.5zM430 1516q66 197 113 262t143 65q45 0 113 -41l205 -123q68 -41 92 -41q14 0 27.5 11.5t29.5 45.5t24.5 53t30.5 75h185q-66 -197 -113 -262.5t-143 -65.5q-45 0 -113 41l-205 123q-68 41 -92 41q-14 0 -27.5 -11.5t-30 -45t-24.5 -53t-31 -74.5h-184 zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1822" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57 -70t17 -103v-860q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42 t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880zM543 1495v205h245v-205h-245zM1034 1495v205h246v-205h-246z" />
-<glyph unicode="&#xd7;" horiz-adv-x="1228" d="M123 164l328 328l-328 327l164 164l327 -328l328 328l164 -164l-328 -327l328 -328l-164 -164l-328 328l-327 -328z" />
-<glyph unicode="&#xd8;" horiz-adv-x="2027" d="M41 195v184l205 82v645q0 59 17.5 103t57 70t76.5 42t105.5 22.5t110.5 7.5t124 1h553q82 0 124 -1t110.5 -7.5t105.5 -22.5t77 -42t57.5 -70t17.5 -103v-31l205 82v-184l-205 -82v-645q0 -59 -17.5 -103.5t-57.5 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553 q-82 0 -124 1t-110.5 7t-105.5 22.5t-76.5 42t-57 69.5t-17.5 104v30zM553 236q0 -29 20.5 -43.5t41 -16.5t61.5 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v532l-922 -369v-163zM553 584l922 368v164q0 29 -20.5 43.5t-41 16.5t-61.5 2h-676q-41 0 -61.5 -2t-41 -16.5 t-20.5 -43.5v-532z" />
-<glyph unicode="&#xd9;" horiz-adv-x="1822" d="M143 246v1106h308v-1116q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v1116h307v-1106q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM451 1864h307 l246 -369h-185z" />
-<glyph unicode="&#xda;" horiz-adv-x="1822" d="M143 246v1106h308v-1116q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v1116h307v-1106q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM819 1495 l246 369h307l-368 -369h-185z" />
-<glyph unicode="&#xdb;" horiz-adv-x="1822" d="M143 246v1106h308v-1116q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v1116h307v-1106q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM502 1495 l307 307h205l307 -307h-205l-205 174l-204 -174h-205z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1822" d="M143 246v1106h308v-1116q0 -29 20.5 -43.5t40.5 -16.5t61 -2h676q41 0 61.5 2t41 16.5t20.5 43.5v1116h307v-1106q0 -59 -17 -103.5t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7t-124 -1h-553q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM543 1495v205 h245v-205h-245zM1034 1495v205h246v-205h-246z" />
-<glyph unicode="&#xdd;" horiz-adv-x="1822" d="M41 1352h389l481 -482l482 482h389l-717 -717v-635h-307v635zM819 1495l246 369h307l-368 -369h-185z" />
-<glyph unicode="&#xde;" horiz-adv-x="1822" d="M143 0v1352h308v-287h737q82 0 124 -1t110.5 -7t105.5 -22.5t77 -42t57 -69.5t17 -104v-266q0 -59 -17 -103t-57 -70t-77 -42t-105.5 -22.5t-110.5 -7.5t-124 -1h-737v-307h-308zM451 481h798q41 0 61.5 2t41 16.5t20.5 43.5v286q0 29 -20.5 43.5t-41 16.5t-61.5 2h-798 v-410z" />
-<glyph unicode="&#xdf;" d="M123 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h287q68 0 102.5 -1t93 -6.5t88.5 -18.5t63.5 -34.5t48 -58.5t14.5 -86v-256q0 -102 -119 -137l-25 -6q8 0 23.5 -3.5t54.5 -15.5t69 -31.5t54.5 -57.5t24.5 -87v-348q0 -49 -14.5 -86t-48.5 -58.5 t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-246v154h267q35 0 51 2t33.5 13t17.5 36v409q0 35 -25.5 43.5t-76.5 8.5h-267v153h185q35 0 51 2t33.5 13.5t17.5 35.5v277q0 35 -25.5 43t-76.5 8h-328q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-1147h-287z" />
-<glyph unicode="&#xe0;" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM256 1495h307 l246 -369h-184zM410 205q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205z" />
-<glyph unicode="&#xe1;" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205 q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205zM625 1126l245 369h308l-369 -369h-184z" />
-<glyph unicode="&#xe2;" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM307 1126l307 308 h205l307 -308h-204l-205 174l-205 -174h-205zM410 205q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205z" />
-<glyph unicode="&#xe3;" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM236 1147 q66 197 113.5 262.5t142.5 65.5q45 0 112 -41l205 -123q68 -41 92 -41q14 0 27.5 11t30 45t24.5 53.5t31 74.5h184q-66 -197 -114 -262.5t-142 -65.5q-45 0 -113 41l-204 123q-68 41 -93 41q-14 0 -27 -11t-29.5 -45t-25 -53.5t-30.5 -74.5h-184zM410 205q0 -35 25.5 -43 t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205z" />
-<glyph unicode="&#xe4;" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM348 1126v205h246 v-205h-246zM410 205q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205zM840 1126v205h245v-205h-245z" />
-<glyph unicode="&#xe5;" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h696q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-779q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM358 1290v82 q0 39 11.5 68.5t38 47t51 28t70.5 14.5t74 5t83 1h62q55 0 82.5 -1t73.5 -5t70.5 -14.5t51.5 -28t38 -47t11 -68.5v-82q0 -39 -11 -68.5t-38 -47t-51.5 -27.5t-70.5 -14.5t-73.5 -5.5t-82.5 -1h-62q-55 0 -83 1t-74 5.5t-70.5 14.5t-51 27.5t-38 47t-11.5 68.5zM410 205 q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205zM563 1270q0 -18 13.5 -28.5t27.5 -11.5t41 -1h143q27 0 41.5 1t27.5 11t13 29v123q0 18 -13 28.5t-27.5 11.5t-41.5 1h-143q-27 0 -41 -1t-27.5 -11.5t-13.5 -28.5v-123z" />
-<glyph unicode="&#xe6;" horiz-adv-x="2334" d="M123 205v205q0 49 14.5 85.5t48 58t63.5 35t88 18.5t93 6t102 1h492v164q0 35 -25.5 43t-76.5 8h-717v154h1597q68 0 102.5 -1t93 -6t88.5 -18.5t63.5 -35t48 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-1639q-68 0 -102.5 1t-92.5 6t-88 18.5 t-63.5 35t-48 58.5t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h512v307h-512q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-205zM1311 614h614v164q0 35 -25.5 43t-76.5 8h-410q-35 0 -51 -2t-33.5 -13t-17.5 -36v-164z" />
-<glyph unicode="&#xe7;" horiz-adv-x="1351" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h697v-154h-717q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573q0 -35 25.5 -43t76.5 -8h717v-154h-697q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM328 -205h327q27 0 41.5 1t27.5 11.5 t13 28.5v164h205v-143q0 -39 -11 -69t-38 -47t-51.5 -27.5t-70.5 -14.5t-73.5 -5t-83.5 -1h-286v102z" />
-<glyph unicode="&#xe8;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-738q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM256 1495h307 l246 -369h-184zM410 614h614v164q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-164z" />
-<glyph unicode="&#xe9;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-738q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 614h614v164 q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-164zM625 1126l245 369h308l-369 -369h-184z" />
-<glyph unicode="&#xea;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-738q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM307 1126l307 308 h205l307 -308h-204l-205 174l-205 -174h-205zM410 614h614v164q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-164z" />
-<glyph unicode="&#xeb;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-738q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM348 1126v205h246 v-205h-246zM410 614h614v164q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-164zM840 1126v205h245v-205h-245z" />
-<glyph unicode="&#xec;" horiz-adv-x="593" d="M20 1495h308l245 -369h-184zM154 0v983h286v-983h-286z" />
-<glyph unicode="&#xed;" horiz-adv-x="593" d="M20 1126l246 369h307l-368 -369h-185zM154 0v983h286v-983h-286z" />
-<glyph unicode="&#xee;" horiz-adv-x="593" d="M-113 1126l308 308h204l308 -308h-205l-205 174l-205 -174h-205zM154 0v983h286v-983h-286z" />
-<glyph unicode="&#xef;" horiz-adv-x="593" d="M-72 1126v205h246v-205h-246zM154 0v983h286v-983h-286zM420 1126v205h246v-205h-246z" />
-<glyph unicode="&#xf0;" d="M123 205v358q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q61 0 71.5 20.5t-9.5 61.5l-62 123l-225 -113l-62 123l226 113l-123 245h307l61 -122l164 81l62 -122l-164 -82l82 -164q39 -76 57.5 -166t21.5 -148.5t3 -166.5v-246q0 -49 -14.5 -86t-48.5 -58.5 t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v358q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-358z" />
-<glyph unicode="&#xf1;" d="M123 0v983h778q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-778h-287v778q0 35 -25.5 43t-76.5 8h-512v-829h-287zM236 1147q66 197 113.5 262.5t142.5 65.5q45 0 112 -41l205 -123q68 -41 92 -41q14 0 27.5 11t30 45t24.5 53.5t31 74.5h184 q-66 -197 -114 -262.5t-142 -65.5q-45 0 -113 41l-204 123q-68 41 -93 41q-14 0 -27 -11t-29.5 -45t-25 -53.5t-30.5 -74.5h-184z" />
-<glyph unicode="&#xf2;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5 t-14.5 86zM256 1495h307l246 -369h-184zM410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="&#xf3;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5 t-14.5 86zM410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573zM625 1126l245 369h308l-369 -369h-184z" />
-<glyph unicode="&#xf4;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5 t-14.5 86zM307 1126l307 308h205l307 -308h-204l-205 174l-205 -174h-205zM410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="&#xf5;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5 t-14.5 86zM236 1147q66 197 113.5 262.5t142.5 65.5q45 0 112 -41l205 -123q68 -41 92 -41q14 0 27.5 11t30 45t24.5 53.5t31 74.5h184q-66 -197 -114 -262.5t-142 -65.5q-45 0 -113 41l-204 123q-68 41 -93 41q-14 0 -27 -11t-29.5 -45t-25 -53.5t-30.5 -74.5h-184z M410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573z" />
-<glyph unicode="&#xf6;" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5 t-14.5 86zM348 1126v205h246v-205h-246zM410 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573zM840 1126v205h245v-205h-245z" />
-<glyph unicode="&#xf7;" d="M123 389v205h1188v-205h-1188zM563 0v246h307v-246h-307zM563 737v246h307v-246h-307z" />
-<glyph unicode="&#xf8;" horiz-adv-x="1597" d="M41 186v156l164 49v387q0 49 14 86t48 58.5t63.5 35t88 18.5t93.5 6t102 1h369q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-30l163 49v-156l-163 -49v-387q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1 t-93 6t-88 18.5t-63.5 35t-48 58.5t-14 86v31zM492 205q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v301l-614 -184v-117zM492 477l614 185v116q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-301z" />
-<glyph unicode="&#xf9;" d="M123 205v778h287v-778q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v778h287v-778q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM256 1495h307l246 -369h-184z" />
-<glyph unicode="&#xfa;" d="M123 205v778h287v-778q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v778h287v-778q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM625 1126l245 369h308l-369 -369 h-184z" />
-<glyph unicode="&#xfb;" d="M123 205v778h287v-778q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v778h287v-778q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM307 1126l307 308h205l307 -308 h-204l-205 174l-205 -174h-205z" />
-<glyph unicode="&#xfc;" d="M123 205v778h287v-778q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v778h287v-778q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-369q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM348 1126v205h246v-205h-246z M840 1126v205h245v-205h-245z" />
-<glyph unicode="&#xfd;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-39 -76 -65.5 -113.5t-88 -69.5t-153.5 -32h-266v154h164q66 0 86 15.5t47 66.5l51 102q31 61 31 82t-31 82zM625 1126l245 369h308l-369 -369h-184z" />
-<glyph unicode="&#xfe;" d="M123 -461v1813h287v-369h491q68 0 102.5 -1t93 -6t88 -18.5t63.5 -35t48.5 -58.5t14.5 -86v-573q0 -49 -14.5 -86t-48.5 -58.5t-63.5 -35t-88 -18.5t-93 -6t-102.5 -1h-491v-461h-287zM410 154h512q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-512v-675z" />
-<glyph unicode="&#xff;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-39 -76 -65.5 -113.5t-88 -69.5t-153.5 -32h-266v154h164q66 0 86 15.5t47 66.5l51 102q31 61 31 82t-31 82zM328 1126v205h245v-205h-245zM819 1126v205h246v-205h-246z" />
-<glyph unicode="&#x152;" horiz-adv-x="2744" d="M143 246v860q0 59 17.5 103t57.5 70t77 42t105.5 22.5t110.5 7.5t124 1h1966v-174h-1024v-338h922v-174h-922v-492h1024v-174h-1966q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57.5 70t-17.5 103.5zM451 236q0 -29 20.5 -43.5t40.5 -16.5t61 -2h574q41 0 61.5 2 t41 16.5t20.5 43.5v880q0 29 -20.5 43.5t-41 16.5t-61.5 2h-574q-41 0 -61 -2t-40.5 -16.5t-20.5 -43.5v-880z" />
-<glyph unicode="&#x153;" horiz-adv-x="2334" d="M123 205v573q0 49 14.5 86t48 58.5t63.5 35t88 18.5t93 6t102 1h1270q68 0 102.5 -1t93 -6t88.5 -18.5t63.5 -35t48 -58.5t14.5 -86v-317h-901v-256q0 -35 25.5 -43t76.5 -8h758v-154h-1639q-68 0 -102.5 1t-92.5 6t-88 18.5t-63.5 35t-48 58.5t-14.5 86zM410 205 q0 -35 25.5 -43t76.5 -8h410q35 0 51 2t33.5 13t17.5 36v573q0 35 -25.5 43t-76.5 8h-410q-35 0 -51.5 -2t-33.5 -13t-17 -36v-573zM1311 614h614v164q0 35 -25.5 43t-76.5 8h-410q-35 0 -51 -2t-33.5 -13t-17.5 -36v-164z" />
-<glyph unicode="&#x178;" horiz-adv-x="1822" d="M41 1352h389l481 -482l482 482h389l-717 -717v-635h-307v635zM543 1495v205h245v-205h-245zM1034 1495v205h246v-205h-246z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1126" d="M154 1044l307 308h205l307 -308h-205l-205 175l-205 -175h-204z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1269" d="M154 1004q66 197 113.5 262t142.5 65q45 0 112 -41l205 -123q68 -41 92 -41q14 0 27.5 11.5t30 45.5t24.5 53t31 75h184q-66 -197 -114 -262.5t-142 -65.5q-45 0 -112 41l-205 123q-68 41 -92 41q-14 0 -27.5 -11.5t-30 -45t-25 -53t-30.5 -74.5h-184z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M41 389v205h942v-205h-942z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M41 389v205h1966v-205h-1966z" />
-<glyph unicode="&#x2018;" horiz-adv-x="675" d="M154 840l204 512h164l-102 -512h-266z" />
-<glyph unicode="&#x2019;" horiz-adv-x="675" d="M154 840l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201a;" horiz-adv-x="675" d="M154 -266l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201c;" horiz-adv-x="1146" d="M154 840l204 512h164l-102 -512h-266zM625 840l204 512h164l-102 -512h-266z" />
-<glyph unicode="&#x201d;" horiz-adv-x="1146" d="M154 840l102 512h266l-205 -512h-163zM625 840l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201e;" horiz-adv-x="1146" d="M154 -266l102 512h266l-205 -512h-163zM625 -266l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x2022;" horiz-adv-x="819" d="M205 491.5q0 83.5 60.5 144t144.5 60.5t144 -60.5t60 -144t-60 -144t-144 -60.5t-144.5 60.5t-60.5 144z" />
-<glyph unicode="&#x2026;" horiz-adv-x="2150" d="M205 0v246h307v-246h-307zM922 0v246h307v-246h-307zM1638 0v246h308v-246h-308z" />
-<glyph unicode="&#x2039;" horiz-adv-x="901" d="M123 492l409 409h246l-368 -409l368 -410h-246z" />
-<glyph unicode="&#x203a;" horiz-adv-x="901" d="M123 82l369 410l-369 409h246l409 -409l-409 -410h-246z" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1884" d="M123 492v153h205v123h-205v154h205v184q0 59 17 103t57 70t77 42t105.5 22.5t110.5 7.5t124 1h942v-174h-1003q-41 0 -61.5 -2t-41 -16.5t-20.5 -43.5v-194h768l-51 -154h-717v-123h676l-51 -153h-625v-256q0 -29 20.5 -43.5t41 -16.5t61.5 -2h1003v-174h-942 q-82 0 -124 1t-110.5 7t-105.5 22.5t-77 42t-57 69.5t-17 104v246h-205z" />
-<glyph unicode="&#x2122;" horiz-adv-x="2293" d="M123 1229v123h819v-123h-287v-574h-245v574h-287zM1065 655v697h307l246 -492l246 492h307v-697h-246v430l-205 -409h-204l-205 409v-430h-246z" />
-<glyph unicode="&#xe000;" horiz-adv-x="985" d="M0 985h985v-985h-985v985z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1474" d="M1065 0v983h287v-983h-287zM1065 1147v205h287v-205h-287zM123 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1474" d="M1065 184v1168h287v-1372q-287 -1 -287 204zM123 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="2416" d="M2007 0v983h287v-983h-287zM2007 1147v205h287v-205h-287zM1065 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287zM123 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5 t93 6.5t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="2416" d="M2007 184v1168h287v-1372q-287 -1 -287 204zM1065 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287zM123 0v1147q0 49 14.5 86t48 58.5t63.5 34.5t88 18.5t93 6.5t102 1 h287v-154h-307q-35 0 -51.5 -2t-33.5 -13.5t-17 -35.5v-164h409v-154h-409v-829h-287z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/xonstat/static/css/fonts/xolonium-webfont.ttf b/xonstat/static/css/fonts/xolonium-webfont.ttf
deleted file mode 100644 (file)
index 98e7dd7..0000000
Binary files a/xonstat/static/css/fonts/xolonium-webfont.ttf and /dev/null differ
diff --git a/xonstat/static/css/fonts/xolonium-webfont.woff b/xonstat/static/css/fonts/xolonium-webfont.woff
deleted file mode 100644 (file)
index 368cdbd..0000000
Binary files a/xonstat/static/css/fonts/xolonium-webfont.woff and /dev/null differ
diff --git a/xonstat/static/css/fonts/xolonium.eot b/xonstat/static/css/fonts/xolonium.eot
deleted file mode 100644 (file)
index 2c1e331..0000000
Binary files a/xonstat/static/css/fonts/xolonium.eot and /dev/null differ
diff --git a/xonstat/static/css/fonts/xolonium.otf b/xonstat/static/css/fonts/xolonium.otf
deleted file mode 100644 (file)
index c2a8d80..0000000
Binary files a/xonstat/static/css/fonts/xolonium.otf and /dev/null differ
diff --git a/xonstat/static/css/fonts/xolonium.svg b/xonstat/static/css/fonts/xolonium.svg
deleted file mode 100644 (file)
index 722173e..0000000
+++ /dev/null
@@ -1,1630 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata></metadata>
-<defs>
-<font id="xoloniumregular" horiz-adv-x="1822" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="819" />
-<glyph unicode=" "  horiz-adv-x="819" />
-<glyph unicode="&#x09;" horiz-adv-x="819" />
-<glyph unicode="&#xa0;" horiz-adv-x="819" />
-<glyph unicode="!" horiz-adv-x="614" d="M154 0v246h307v-246h-307zM154 461v891h307v-891h-307z" />
-<glyph unicode="&#x22;" horiz-adv-x="1044" d="M154 840v512h245v-512h-245zM645 840v512h246v-512h-246z" />
-<glyph unicode="#" horiz-adv-x="1781" d="M123 307v185h205l123 368h-246v184h307l102 308h267l-103 -308h471l103 308h266l-102 -308h143v-184h-205l-123 -368h246v-185h-307l-103 -307h-266l103 307h-472l-102 -307h-266l102 307h-143zM594 492h471l123 368h-471z" />
-<glyph unicode="$" d="M143 0v174h645v492h-153q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h153v174h246v-174h543v-174h-543v-338h154q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5 t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-154v-174h-246v174h-645zM451 911q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h215v338h-215q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195zM1034 174h215 q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-215v-492z" />
-<glyph unicode="%" horiz-adv-x="2437" d="M123 840v327q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-327q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5 t-51.5 -4.5t-52 -2t-55 -0.5h-204q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v349q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5 t-27.5 -13.5t-13.5 -36v-349zM758 0l676 1352h245l-675 -1352h-246zM1454 184v328q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5v-328q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205 q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM1700 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 40.5 1.5t27 13.5t13.5 36v348q0 24 -13.5 36t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-348z" />
-<glyph unicode="&#x26;" d="M143 276v318q0 66 29 115.5t76 77t98.5 40.5t104.5 13q-93 93 -118.5 131.5t-25.5 103.5q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h164q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-31h-307v62q0 21 -7.5 35t-17.5 21.5 t-29.5 11t-32 4t-36.5 0.5h-287q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-41q0 -19 7 -35.5t14 -25t20 -21.5l717 -717v348h307v-338q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5 t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h543l-491 492h-52q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-348z" />
-<glyph unicode="'" horiz-adv-x="552" d="M154 840v512h245v-512h-245z" />
-<glyph unicode="(" horiz-adv-x="808" d="M154 451q0 244 86 479.5t241 421.5h205q-138 -184 -212.5 -419t-74.5 -482q0 -248 75 -488.5t212 -423.5h-205q-154 185 -240.5 425.5t-86.5 486.5z" />
-<glyph unicode=")" horiz-adv-x="808" d="M123 -461q137 183 212 423.5t75 488.5q0 247 -74.5 482t-212.5 419h205q155 -186 241 -421.5t86 -479.5q0 -246 -86.5 -486.5t-240.5 -425.5h-205z" />
-<glyph unicode="*" horiz-adv-x="1329" d="M123 918l70 215l358 -117v336h225v-336l361 117l69 -215l-360 -117l198 -273l-182 -131l-198 271l-197 -271l-182 131l196 273z" />
-<glyph unicode="+" horiz-adv-x="1433" d="M123 389v205h440v389h307v-389h441v-205h-441v-389h-307v389h-440z" />
-<glyph unicode="," horiz-adv-x="655" d="M92 -307l123 553h287l-246 -553h-164z" />
-<glyph unicode="-" horiz-adv-x="1064" d="M123 389v205h819v-205h-819z" />
-<glyph unicode="." horiz-adv-x="614" d="M154 0v246h307v-246h-307z" />
-<glyph unicode="/" horiz-adv-x="1269" d="M123 -205l778 1557h246l-778 -1557h-246z" />
-<glyph unicode="0" horiz-adv-x="1781" d="M123 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-110.5 8.5 t-105 24.5t-77 47t-57.5 78.5t-17 116zM430 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5 t-7.5 -35v-860z" />
-<glyph unicode="1" horiz-adv-x="1781" d="M573 1178v174h758v-1352h-307v1178h-451z" />
-<glyph unicode="2" horiz-adv-x="1781" d="M123 0v563q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h615q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1004v174h942q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-133 q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-614q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-420h1229v-174h-1536z" />
-<glyph unicode="3" horiz-adv-x="1781" d="M184 0v174h1045q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-860v174h860q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1045v174h983q69 0 106 -1t98 -6 t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q70 -17 117 -68.5t47 -136.5v-277q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-983z" />
-<glyph unicode="4" horiz-adv-x="1781" d="M123 317v175l1106 860h430v-1352h-307v317h-1229zM522 492h830v645z" />
-<glyph unicode="5" horiz-adv-x="1781" d="M123 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1106v686h1433v-174h-1126v-338h737q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5 t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-1044z" />
-<glyph unicode="6" horiz-adv-x="1781" d="M123 276v748q0 68 18.5 121t43.5 87.5t75 58t88.5 35.5t110 18t113.5 7t124 1h860v-174h-839q-41 0 -62 -0.5t-57 -3.5t-55 -9t-44 -18t-38 -29t-22 -43.5t-9 -60.5v-174h737q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116 t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM430 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-348z" />
-<glyph unicode="7" horiz-adv-x="1781" d="M123 1178v174h1536v-174l-778 -1178h-349l779 1178h-1188z" />
-<glyph unicode="8" horiz-adv-x="1781" d="M123 276v277q0 85 47 136.5t117 68.5q-70 17 -117 68.5t-47 136.5v112q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q70 -17 117 -68.5 t47 -136.5v-277q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM430 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5 t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-348zM430 911q0 -21 8 -35t17 -21t29 -10.5t32 -4t37 -0.5h676q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11 t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-195z" />
-<glyph unicode="9" horiz-adv-x="1781" d="M123 942v133q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-747q0 -68 -18.5 -121t-43.5 -87.5t-75 -58t-88.5 -35.5t-110.5 -18t-114 -7t-124 -1h-880v174h860q41 0 62 0.5 t57 3.5t55 9t44 18t38 29t22 43.5t9 60.5v328h-738q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM430 911q0 -21 8 -35t17 -21t29 -10.5t32 -4t37 -0.5h676q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5 h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-195z" />
-<glyph unicode=":" horiz-adv-x="614" d="M154 0v246h307v-246h-307zM154 737v246h307v-246h-307z" />
-<glyph unicode=";" horiz-adv-x="675" d="M92 -307l123 553h287l-246 -553h-164zM215 737v246h307v-246h-307z" />
-<glyph unicode="&#x3c;" horiz-adv-x="1536" d="M123 389v205l1290 430v-205l-983 -327l983 -328v-205z" />
-<glyph unicode="=" horiz-adv-x="1433" d="M123 154v204h1188v-204h-1188zM123 625v204h1188v-204h-1188z" />
-<glyph unicode="&#x3e;" horiz-adv-x="1536" d="M123 -41v205l983 328l-983 327v205l1290 -430v-205z" />
-<glyph unicode="?" horiz-adv-x="1740" d="M154 1178v174h942q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-133q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-123q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-133h-307v102q0 58 15.5 102.5 t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h123q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1003zM543 0v246h307v-246h-307z" />
-<glyph unicode="@" horiz-adv-x="2478" d="M154 -102v1187q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h1352q59 0 88.5 -0.5t81 -5t79 -13t63 -25.5t53.5 -42t31 -63t13 -87v-1085h-1269q-46 0 -69 0.5t-64.5 2.5t-64.5 6t-57 12t-52.5 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5v512q0 39 8 70.5 t19.5 54.5t34 41t41 29.5t53 19.5t56.5 11.5t64.5 5.5t65 2.5t68.5 0.5h778v-829h246v931q0 24 -6.5 42t-15.5 30t-27 20t-32 12t-39.5 6t-40.5 2.5t-44 0.5h-1270q-29 0 -44 -0.5t-40.5 -2.5t-39.5 -6t-32 -12t-27 -20t-15.5 -30t-6.5 -42v-1187q0 -24 6.5 -42t15.5 -30 t27 -20t32 -12t39.5 -6t40.5 -2.5t44 -0.5h1639v-123h-1680q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM932 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="A" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM645 594h533l-267 532z" />
-<glyph unicode="B" d="M143 0v1352h1024q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q36 -9 64 -21t57.5 -34.5t46 -60.5t16.5 -89v-277q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-1045zM451 174h798 q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-492zM451 840h778q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-778v-338z" />
-<glyph unicode="C" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116z" />
-<glyph unicode="D" d="M143 0v1352h799q118 0 219 -16t199 -59t166.5 -110.5t110.5 -177t42 -252.5v-123q0 -143 -42 -252.5t-110.5 -176.5t-166.5 -110t-199 -59t-219 -16h-799zM451 174h430q79 0 146 11t132.5 39.5t111 73.5t73.5 118t28 168v184q0 95 -28 168t-73.5 118t-111 73.5 t-132.5 39.5t-146 11h-430v-1004z" />
-<glyph unicode="E" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434z" />
-<glyph unicode="F" horiz-adv-x="1679" d="M143 0v1352h1434v-174h-1126v-338h1003v-174h-1003v-666h-308z" />
-<glyph unicode="G" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-307v174 h614v-564q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116z" />
-<glyph unicode="H" d="M143 0v1352h308v-512h921v512h307v-1352h-307v666h-921v-666h-308z" />
-<glyph unicode="I" horiz-adv-x="593" d="M143 0v1352h308v-1352h-308z" />
-<glyph unicode="J" d="M143 276v246h308v-276q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116z" />
-<glyph unicode="K" horiz-adv-x="1658" d="M143 0v1352h308v-717l716 717h369l-635 -635l717 -717h-369l-532 532l-266 -266v-266h-308z" />
-<glyph unicode="L" horiz-adv-x="1638" d="M143 0v1352h308v-1178h1126v-174h-1434z" />
-<glyph unicode="M" horiz-adv-x="2150" d="M143 0v1352h410l522 -1045l522 1045h410v-1352h-307v1004l-502 -1004h-246l-501 1004v-1004h-308z" />
-<glyph unicode="N" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308z" />
-<glyph unicode="O" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860z" />
-<glyph unicode="P" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-246q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-737v-553h-308zM451 727h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v307q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-451z" />
-<glyph unicode="Q" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5l307 -307h-369l-307 307h-184 q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4 t-29 -11t-17 -21.5t-7.5 -35v-860z" />
-<glyph unicode="R" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-205q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-21l594 -594h-368l-594 594h-348v-594h-308zM451 768h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5 t7.5 35v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-410z" />
-<glyph unicode="S" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045z" />
-<glyph unicode="T" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697z" />
-<glyph unicode="U" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116z" />
-<glyph unicode="V" d="M41 1352h317l553 -1106l553 1106h318l-676 -1352h-389z" />
-<glyph unicode="W" horiz-adv-x="2457" d="M41 1352h307l359 -1076l337 1014h369l338 -1014l358 1076h308l-451 -1352h-389l-348 1044l-348 -1044h-389z" />
-<glyph unicode="X" horiz-adv-x="1802" d="M41 0l676 676l-676 676h369l491 -492l492 492h368l-676 -676l676 -676h-368l-492 492l-491 -492h-369z" />
-<glyph unicode="Y" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635z" />
-<glyph unicode="Z" horiz-adv-x="1740" d="M102 0v174l1096 1004h-1055v174h1454v-174l-1095 -1004h1136v-174h-1536z" />
-<glyph unicode="[" horiz-adv-x="931" d="M154 -461v1813h655v-154h-410v-1505h410v-154h-655z" />
-<glyph unicode="\" horiz-adv-x="1269" d="M123 1352h246l778 -1557h-246z" />
-<glyph unicode="]" horiz-adv-x="931" d="M123 -307h409v1505h-409v154h655v-1813h-655v154z" />
-<glyph unicode="^" horiz-adv-x="1228" d="M123 614l369 738h245l369 -738h-246l-246 492l-245 -492h-246z" />
-<glyph unicode="_" horiz-adv-x="1310" d="M41 -307h1229v-154h-1229v154z" />
-<glyph unicode="`" horiz-adv-x="1024" d="M184 1454h308l204 -328h-184z" />
-<glyph unicode="a" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="b" horiz-adv-x="1433" d="M123 0v1352h287v-369h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM410 154h512q20 0 30.5 0.5 t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675z" />
-<glyph unicode="c" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="d" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v369h287v-1352h-779q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="e" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="f" horiz-adv-x="942" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287z" />
-<glyph unicode="g" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-1239q0 -33 -8 -60.5t-19.5 -48t-34 -36t-41 -25.5t-52.5 -17t-57 -10.5t-64.5 -5.5t-64.5 -2h-69h-737v154h758q26 0 39 1t30.5 5.5t25 15.5t7.5 29v256h-492q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="h" horiz-adv-x="1433" d="M123 0v1352h287v-369h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287z" />
-<glyph unicode="i" horiz-adv-x="532" d="M123 0v983h287v-983h-287zM123 1147v205h287v-205h-287z" />
-<glyph unicode="j" horiz-adv-x="532" d="M-102 -307q123 31 174 100t51 207v983h287v-983q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154zM123 1147v205h287v-205h-287z" />
-<glyph unicode="k" horiz-adv-x="1310" d="M123 0v1352h287v-860l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287z" />
-<glyph unicode="l" horiz-adv-x="532" d="M123 0v1352h287v-1352h-287z" />
-<glyph unicode="m" horiz-adv-x="1843" d="M123 0v983h1188q173 0 243 -17q136 -34 160 -155q6 -29 6 -63v-748h-286v768q0 22 -8 35t-25.5 18.5t-30.5 6.5t-39 1h-266v-829h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-266v-829h-287z" />
-<glyph unicode="n" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287z" />
-<glyph unicode="o" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="p" horiz-adv-x="1433" d="M123 -461v1444h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287zM410 154h512q20 0 30.5 0.5 t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675z" />
-<glyph unicode="q" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-1444h-287v461h-492q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="r" horiz-adv-x="942" d="M123 0v748q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-768h-287z" />
-<glyph unicode="s" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778z" />
-<glyph unicode="t" horiz-adv-x="942" d="M123 236v1116h287v-369h409v-154h-409v-614q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-287q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="u" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="v" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-492 -983h-328z" />
-<glyph unicode="w" horiz-adv-x="1802" d="M41 983h266l236 -707l215 646h286l216 -646l235 707h266l-327 -983h-308l-225 676l-225 -676h-307z" />
-<glyph unicode="x" horiz-adv-x="1392" d="M41 0l491 492l-491 491h328l327 -328l328 328h328l-492 -491l492 -492h-328l-328 328l-327 -328h-328z" />
-<glyph unicode="y" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184z" />
-<glyph unicode="z" horiz-adv-x="1392" d="M102 0v154l789 675h-748v154h1106v-154l-788 -675h829v-154h-1188z" />
-<glyph unicode="{" horiz-adv-x="1280" d="M154 358v205l348 174v379q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h246v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-482l-390 -194l390 -195v-512q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-246 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87v409z" />
-<glyph unicode="|" horiz-adv-x="655" d="M205 -461v1813h246v-1813h-246z" />
-<glyph unicode="}" horiz-adv-x="1280" d="M123 -307h307q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v512l390 195l-390 194v482q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-307v154h246q59 0 88.5 -0.5t81 -5t79 -13t63 -25.5t53.5 -42t31 -63t13 -87v-379l348 -174v-205l-348 -174v-409q0 -49 -13 -87 t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-246v154z" />
-<glyph unicode="~" horiz-adv-x="1474" d="M123 451q34 69 50.5 100.5t45 83t45.5 74.5t43.5 54t49.5 44t52 23t62 10q36 0 59.5 -8t73.5 -33l307 -154q12 -6 31 -6q15 0 32 15t38 50t34 59.5t39 76.5h267q-34 -69 -50.5 -100.5t-45 -83t-45.5 -74.5t-43.5 -54t-49.5 -44t-52 -23t-62 -10q-36 0 -60 8t-74 33 l-307 153q-12 6 -31 6q-15 0 -32 -15t-37.5 -49t-34.5 -59.5t-39 -76.5h-266z" />
-<glyph unicode="&#xa1;" horiz-adv-x="614" d="M154 430h307v-891h-307v891zM154 645v246h307v-246h-307z" />
-<glyph unicode="&#xa2;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h123v154h205v-154h369v-154h-369v-675h369v-154h-369v-154h-205v154h-123q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5 t30.5 -0.5h143v675h-143q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#xa3;" d="M143 0v174h205v492h-205v153h205v256q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h348q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-71h-307v102q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-471q-24 0 -36.5 -0.5 t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-287h512v-153h-512v-492h1024v-174h-1536z" />
-<glyph unicode="&#xa4;" horiz-adv-x="1597" d="M123 287l205 205v368l-205 205l164 164l205 -205h614l205 205l164 -164l-205 -205v-368l205 -205l-164 -164l-205 205h-614l-205 -205zM573 532q0 -24 13.5 -36t27.5 -13.5t41 -1.5h287q27 0 41 1.5t27.5 13.5t13.5 36v287q0 24 -13.5 36t-27.5 13.5t-41 1.5h-287 q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-287z" />
-<glyph unicode="&#xa5;" d="M41 1352h369l501 -502l502 502h369l-686 -686h379v-154h-410v-123h410v-153h-410v-236h-307v236h-410v153h410v123h-410v154h379z" />
-<glyph unicode="&#xa6;" horiz-adv-x="655" d="M205 287h246v-748h-246v748zM205 614v738h246v-738h-246z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1720" d="M143 -51h308v-62q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h574q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-512q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v123q0 85 47 136.5 t117 68.5q-70 17 -117 68.5t-47 136.5v112q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h450q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-31h-307v62q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-574q-24 0 -36.5 -0.5 t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h512q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q70 -17 117 -68.5t47 -136.5v-123q0 -67 -17.5 -116t-57.5 -78.5 t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-450q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v31zM451 399q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h574q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11 t-32 4t-36.5 0.5h-574q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1024" d="M154 1188v205h245v-205h-245zM625 1188v205h245v-205h-245z" />
-<glyph unicode="&#xa9;" horiz-adv-x="2048" d="M123 236v880q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h984q59 0 88.5 -0.5t81 -5t79 -13t63 -25.5t53.5 -42t31 -63t13 -87v-880q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-984q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM369 236q0 -33 12.5 -55t28.5 -33.5t48.5 -17t53 -6.5t61.5 -1h902q41 0 61.5 1t53 6.5t48.5 17t28.5 33.5t12.5 55v880q0 33 -12.5 55t-28.5 33.5t-48.5 17t-53 6.5t-61.5 1h-902q-41 0 -61.5 -1t-53 -6.5t-48.5 -17t-28.5 -33.5t-12.5 -55v-880z M614 512v328q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h492v-123h-492q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-348q0 -24 13.5 -36t27.5 -13.5t41 -1.5h492v-123h-492q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68z" />
-<glyph unicode="&#xaa;" horiz-adv-x="1105" d="M123 369v123h860v-123h-860zM123 840v71q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h286v82q0 24 -13.5 36t-27.5 13.5t-41 1.5h-450v123h450q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5 v-512h-532q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h286v195h-286q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-93z" />
-<glyph unicode="&#xab;" horiz-adv-x="1495" d="M123 492l409 409h246l-368 -409l368 -410h-246zM717 492l409 409h246l-368 -409l368 -410h-246z" />
-<glyph unicode="&#xac;" horiz-adv-x="1310" d="M123 594v205h1065v-615h-246v410h-819z" />
-<glyph unicode="&#xad;" horiz-adv-x="1064" d="M123 389v205h819v-205h-819z" />
-<glyph unicode="&#xae;" horiz-adv-x="2088" d="M123 236v880q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h1024q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-880q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5 t-69 -0.5h-1024q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM369 236q0 -33 12.5 -55t28.5 -33.5t48.5 -17t53 -6.5t61.5 -1h943q41 0 61.5 1t53 6.5t48.5 17t28.5 33.5t12.5 55v880q0 33 -12.5 55t-28.5 33.5t-48.5 17t-53 6.5t-61.5 1h-943 q-41 0 -61.5 -1t-53 -6.5t-48.5 -17t-28.5 -33.5t-12.5 -55v-880zM614 328v696h533q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-31q0 -48 -15.5 -82t-40 -53.5t-63 -31t-74 -14.5t-84.5 -3l297 -297h-246l-297 297h-92v-297h-246zM860 748h287 q27 0 41 1.5t27.5 13.5t13.5 36v51q0 24 -13.5 36t-27.5 13.5t-41 1.5h-287v-153z" />
-<glyph unicode="&#xaf;" horiz-adv-x="1024" d="M143 1198v154h738v-154h-738z" />
-<glyph unicode="&#xb0;" horiz-adv-x="1105" d="M123 983v184q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-184q0 -38 -10.5 -68t-25 -49t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-204 q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM369 973q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v205q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-205z" />
-<glyph unicode="&#xb1;" horiz-adv-x="1433" d="M123 0v205h1188v-205h-1188zM123 614v205h440v307h307v-307h441v-205h-441v-307h-307v307h-440z" />
-<glyph unicode="&#xb2;" horiz-adv-x="1105" d="M123 655v256q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q27 0 41 1.5t27.5 13.5t13.5 36v31q0 24 -13.5 36t-27.5 13.5t-41 1.5h-491v123h491q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43 t6.5 -54.5q0 -32 -6.5 -58t-15.5 -45t-27.5 -34t-33 -24.5t-42 -16t-45 -9.5t-51.5 -5t-52 -2h-55h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-144h614v-123h-860z" />
-<glyph unicode="&#xb3;" horiz-adv-x="1105" d="M123 655v123h532q27 0 41 1.5t27.5 13.5t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-409v123h409q27 0 41 1.5t27.5 13.5t13.5 36v31q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v123h532q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43 t6.5 -54.5q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-61q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-532z" />
-<glyph unicode="&#xb4;" horiz-adv-x="1024" d="M328 1126l204 328h308l-328 -328h-184z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1433" d="M123 -461v1444h287v-778q0 -18 7.5 -29t25 -15.5t31 -5.5t38.5 -1h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1454" d="M123 881v123q0 78 24.5 138.5t66.5 99.5t103 64t128.5 35.5t148.5 10.5h737v-1813h-246v1659h-245v-1659h-246v993q-471 0 -471 349z" />
-<glyph unicode="&#xb7;" horiz-adv-x="614" d="M154 369v245h307v-245h-307z" />
-<glyph unicode="&#xb8;" horiz-adv-x="1024" d="M328 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100.5t-148 165.5h204q108 -108 146.5 -165t38.5 -111q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#xb9;" horiz-adv-x="696" d="M123 1229v123h450v-697h-245v574h-205z" />
-<glyph unicode="&#xba;" horiz-adv-x="1105" d="M123 369v123h860v-123h-860zM123 840v327q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-327q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5 t-33.5 -23t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-204q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v349q0 24 -13.5 36t-27.5 13.5 t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-349z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1495" d="M123 82l369 410l-369 409h246l409 -409l-409 -410h-246zM717 82l368 410l-368 409h246l409 -409l-409 -410h-246z" />
-<glyph unicode="&#xbc;" horiz-adv-x="2027" d="M123 1229v123h450v-697h-245v574h-205zM430 0l676 1352h246l-676 -1352h-246zM1044 143v123l553 430h308v-696h-246v143h-615zM1309 266h350v273z" />
-<glyph unicode="&#xbd;" horiz-adv-x="2109" d="M123 1229v123h450v-697h-245v574h-205zM430 0l676 1352h246l-676 -1352h-246zM1126 0v256q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q20 0 31 1t24.5 5.5t20 16t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-492v123h492q47 0 71 -0.5t65 -4t63 -10 t50.5 -20t43 -32.5t25 -49t10.5 -68q0 -41 -10.5 -72.5t-25 -51.5t-43 -34.5t-50.5 -21.5t-63 -10.5t-65 -4t-71 -0.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-143h615v-123h-861z" />
-<glyph unicode="&#xbe;" horiz-adv-x="2355" d="M123 655v123h532q27 0 41 1.5t27.5 13.5t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-409v123h409q27 0 41 1.5t27.5 13.5t13.5 36v31q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v123h532q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43 t6.5 -54.5q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-61q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-532zM758 0l676 1352h245l-675 -1352h-246zM1372 143v123 l553 430h307v-696h-245v143h-615zM1636 266h351v273z" />
-<glyph unicode="&#xbf;" horiz-adv-x="1740" d="M154 -51q0 67 17 116t57.5 78.5t77 47t105 24.5t110.5 8.5t124 1.5h123q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v133h307v-102q0 -58 -15.5 -102.5t-37.5 -73.5t-64.5 -49t-75.5 -30t-94 -15t-98 -6t-106 -1h-123q-25 0 -37 -0.5t-32 -4t-29 -10.5t-17 -21t-8 -35 v-195q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h1003v-174h-942q-69 0 -106 1t-98 6t-94 15t-75.5 30t-64.5 49t-37.5 73.5t-15.5 102.5v133zM891 645v246h307v-246h-307z" />
-<glyph unicode="&#xc0;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM584 1823h307l205 -328h-185zM645 594h533l-267 532z" />
-<glyph unicode="&#xc1;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM645 594h533l-267 532zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#xc2;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205zM645 594h533l-267 532z" />
-<glyph unicode="&#xc3;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM502 1516q37 156 83.5 221t110.5 65q37 0 70.5 -13t144.5 -69q122 -61 144 -61q25 0 42.5 28t39.5 115h184q-37 -156 -84 -221t-111 -65q-38 0 -72 13t-143 68q-124 62 -143 62q-25 0 -42.5 -28 t-39.5 -115h-184zM645 594h533l-267 532z" />
-<glyph unicode="&#xc4;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM553 1556v205h246v-205h-246zM645 594h533l-267 532zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#xc5;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM553 1526v123q0 174 246 174h225q246 0 246 -174v-123q0 -174 -246 -174h-225q-246 0 -246 174zM645 594h533l-267 532zM758 1495q0 -41 61 -41h185q61 0 61 41v184q0 41 -61 41h-185q-61 0 -61 -41 v-184z" />
-<glyph unicode="&#xc6;" horiz-adv-x="2641" d="M41 0l676 1352h1782v-174h-1024v-338h921v-174h-921v-492h1024v-174h-1332v430h-604l-215 -430h-307zM645 594h522v584h-231z" />
-<glyph unicode="&#xc7;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM758 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100.5t-148 165.5h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#xc8;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM532 1823h308l204 -328h-184z" />
-<glyph unicode="&#xc9;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM676 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#xca;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM451 1495l327 328h164l328 -328h-205l-205 184l-205 -184h-204z" />
-<glyph unicode="&#xcb;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM502 1556v205h246v-205h-246zM973 1556v205h246v-205h-246z" />
-<glyph unicode="&#xcc;" horiz-adv-x="593" d="M-20 1823h307l205 -328h-185zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#xcd;" horiz-adv-x="593" d="M102 1495l205 328h307l-327 -328h-185zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#xce;" horiz-adv-x="655" d="M-82 1495l328 328h164l327 -328h-205l-204 184l-205 -184h-205zM174 0v1352h307v-1352h-307z" />
-<glyph unicode="&#xcf;" horiz-adv-x="655" d="M-31 1556v205h246v-205h-246zM174 0v1352h307v-1352h-307zM440 1556v205h246v-205h-246z" />
-<glyph unicode="&#xd0;" horiz-adv-x="1884" d="M41 676v153h164v523h799q118 0 219 -16t199 -59t166.5 -110.5t110.5 -177t42 -252.5v-123q0 -143 -42 -252.5t-110.5 -176.5t-166.5 -110t-199 -59t-219 -16h-799v676h-164zM512 174h430q79 0 146.5 11t132.5 39.5t111 73.5t74 118t28 168v184q0 95 -28 168t-74 118 t-111 73.5t-132.5 39.5t-146.5 11h-430v-349h461v-153h-461v-502z" />
-<glyph unicode="&#xd1;" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308zM502 1516q37 156 83.5 221t110.5 65q37 0 70.5 -13t144.5 -69q122 -61 144 -61q25 0 42.5 28t39.5 115h184q-37 -156 -84 -221t-111 -65q-38 0 -72 13t-143 68q-124 62 -143 62q-25 0 -42.5 -28 t-39.5 -115h-184z" />
-<glyph unicode="&#xd2;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM584 1823h307l205 -328h-185z" />
-<glyph unicode="&#xd3;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#xd4;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205z" />
-<glyph unicode="&#xd5;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM502 1516q37 156 83.5 221t110.5 65q37 0 70.5 -13t144.5 -69q122 -61 144 -61q25 0 42.5 28t39.5 115h184q-37 -156 -84 -221t-111 -65q-38 0 -72 13t-143 68q-124 62 -143 62q-25 0 -42.5 -28t-39.5 -115h-184z" />
-<glyph unicode="&#xd6;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#xd7;" horiz-adv-x="1228" d="M123 164l328 328l-328 327l164 164l327 -328l328 328l164 -164l-328 -327l328 -328l-164 -164l-328 328l-327 -328z" />
-<glyph unicode="&#xd8;" horiz-adv-x="2027" d="M41 195v184l205 82v614q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5l205 82v-184l-205 -82v-615q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5 h-553q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM553 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v522l-922 -369v-153zM553 584l922 368v154q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4 t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-522z" />
-<glyph unicode="&#xd9;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM584 1823h307l205 -328h-185z" />
-<glyph unicode="&#xda;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#xdb;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205z" />
-<glyph unicode="&#xdc;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#xdd;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#xde;" d="M143 0v1352h308v-256h737q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-737v-256h-308zM451 430h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-492z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1433" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-184q0 -93 -38 -134.5t-106 -49.5q33 -4 56 -8.5t58 -19t57 -35.5t38.5 -60.5t16.5 -92.5v-296 q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-246v154h267q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v389q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-267v153h185q25 0 38.5 1.5t30.5 6.5t25 18.5t8 35.5v256 q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-328q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-1137h-287z" />
-<glyph unicode="&#xe0;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h307l205 -328h-184zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#xe1;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184zM532 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#xe2;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#xe3;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1147q37 156 84 221.5t111 65.5q37 0 70.5 -13t144.5 -69q124 -62 143 -62q25 0 42.5 28.5t39.5 115.5h184q-37 -156 -83.5 -221.5t-110.5 -65.5q-37 0 -70.5 13t-144.5 69q-122 61 -144 61 q-25 0 -42 -27.5t-39 -115.5h-185zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#xe5;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1300v123q0 174 246 174h225q246 0 246 -174v-123q0 -174 -246 -174h-225q-246 0 -246 174zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5 t-25 -18.5t-8 -35.5v-184zM563 1270q0 -41 62 -41h184q61 0 61 41v184q0 41 -61 41h-184q-62 0 -62 -41v-184z" />
-<glyph unicode="&#xe6;" horiz-adv-x="2334" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h1597q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246 q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-1639q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z M1311 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#xe7;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM573 -358h62q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100t-149 166h205q108 -108 146.5 -165t38.5 -111q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-103v103z" />
-<glyph unicode="&#xe8;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h307l205 -328h-184zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#xe9;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154zM532 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#xea;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z " />
-<glyph unicode="&#xeb;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#xec;" horiz-adv-x="593" d="M-20 1454h307l205 -328h-185zM154 0v983h286v-983h-286z" />
-<glyph unicode="&#xed;" horiz-adv-x="593" d="M102 1126l205 328h307l-327 -328h-185zM154 0v983h286v-983h-286z" />
-<glyph unicode="&#xee;" horiz-adv-x="655" d="M-82 1126l328 328h164l327 -328h-205l-204 185l-205 -185h-205zM184 0v983h287v-983h-287z" />
-<glyph unicode="&#xef;" horiz-adv-x="655" d="M-31 1188v205h246v-205h-246zM184 0v983h287v-983h-287zM440 1188v205h246v-205h-246z" />
-<glyph unicode="&#xf0;" horiz-adv-x="1433" d="M123 236v296q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h369q27 0 39.5 1t24.5 8t12 22q0 19 -25 71l-51 103l-225 -113l-62 123l226 113l-133 256h307l71 -133l164 81l62 -122l-164 -82l82 -164q29 -59 47 -117.5t25 -126.5t8.5 -112t1.5 -125v-215 q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9 t14.5 18t6.5 30v338q0 61 -102 61h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-338z" />
-<glyph unicode="&#xf1;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287zM307 1147q37 156 84 221.5t111 65.5q37 0 70.5 -13t144.5 -69 q124 -62 143 -62q25 0 42.5 28.5t39.5 115.5h184q-37 -156 -83.5 -221.5t-110.5 -65.5q-37 0 -70.5 13t-144.5 69q-122 61 -144 61q-25 0 -42 -27.5t-39 -115.5h-185z" />
-<glyph unicode="&#xf2;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h307l205 -328h-184zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#xf3;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM532 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#xf4;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30 v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#xf5;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1147q37 156 84 221.5t111 65.5q37 0 70.5 -13t144.5 -69q124 -62 143 -62q25 0 42.5 28.5t39.5 115.5h184q-37 -156 -83.5 -221.5t-110.5 -65.5q-37 0 -70.5 13t-144.5 69 q-122 61 -144 61q-25 0 -42 -27.5t-39 -115.5h-185zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9 t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#xf7;" horiz-adv-x="1433" d="M123 389v205h1188v-205h-1188zM563 0v246h307v-246h-307zM563 737v246h307v-246h-307z" />
-<glyph unicode="&#xf8;" horiz-adv-x="1597" d="M41 186v156l164 49v357q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5l163 49v-156l-163 -49v-356q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5 t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM492 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v291l-614 -184v-107zM492 477 l614 185v106q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-291z" />
-<glyph unicode="&#xf9;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h307l205 -328h-184z" />
-<glyph unicode="&#xfa;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM532 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#xfb;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#xfd;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM512 1126l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#xfe;" horiz-adv-x="1433" d="M123 -461v1813h287v-369h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287zM410 154h512 q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675z" />
-<glyph unicode="&#xff;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM338 1188v205h246v-205h-246zM809 1188v205h246v-205h-246z" />
-<glyph unicode="&#x100;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM543 1567v153h737v-153h-737zM645 594h533l-267 532z" />
-<glyph unicode="&#x101;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM348 1198v154h737v-154h-737zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#x102;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM584 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231 96.5t-96 231.5zM645 594h533l-267 532z" />
-<glyph unicode="&#x103;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512 q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#x104;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM645 594h533l-267 532zM1290 -276q0 54 38.5 111t146.5 165h204q-112 -112 -148 -165.5t-36 -100.5q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h20v-103h-61q-46 0 -82 2.5t-75.5 9t-68.5 19.5t-53 33 t-36.5 50.5t-12.5 70.5z" />
-<glyph unicode="&#x105;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184zM840 -276q0 54 38.5 111.5t145.5 164.5h205q-113 -113 -149 -166 t-36 -100q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h21v-103h-62q-46 0 -82 2.5t-75.5 9t-68 19.5t-52.5 33t-36.5 50.5t-12.5 70.5z" />
-<glyph unicode="&#x106;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM676 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x107;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM492 1126l204 328h308l-328 -328h-184z" />
-<glyph unicode="&#x108;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM451 1495l327 328h164l328 -328h-205l-205 184l-205 -184h-204z" />
-<glyph unicode="&#x109;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM266 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205z" />
-<glyph unicode="&#x10a;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM737 1556v205h246v-205h-246z" />
-<glyph unicode="&#x10b;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM553 1188v205h246v-205h-246z" />
-<glyph unicode="&#x10c;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM451 1823h204l205 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x10d;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM266 1454h205l205 -184l205 184h204l-327 -328h-164z" />
-<glyph unicode="&#x10e;" d="M143 0v1352h799q118 0 219 -16t199 -59t166.5 -110.5t110.5 -177t42 -252.5v-123q0 -143 -42 -252.5t-110.5 -176.5t-166.5 -110t-199 -59t-219 -16h-799zM451 174h430q79 0 146 11t132.5 39.5t111 73.5t73.5 118t28 168v184q0 95 -28 168t-73.5 118t-111 73.5 t-132.5 39.5t-146 11h-430v-1004zM502 1823h205l204 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x10f;" horiz-adv-x="1843" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v369h287v-1352h-779q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM1454 942l102 410h246l-164 -410h-184z" />
-<glyph unicode="&#x110;" horiz-adv-x="1884" d="M41 676v153h164v523h799q118 0 219 -16t199 -59t166.5 -110.5t110.5 -177t42 -252.5v-123q0 -143 -42 -252.5t-110.5 -176.5t-166.5 -110t-199 -59t-219 -16h-799v676h-164zM512 174h430q79 0 146.5 11t132.5 39.5t111 73.5t74 118t28 168v184q0 95 -28 168t-74 118 t-111 73.5t-132.5 39.5t-146.5 11h-430v-349h461v-153h-461v-502z" />
-<glyph unicode="&#x111;" horiz-adv-x="1474" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v123h-307v133h307v113h287v-113h123v-133h-123v-1106h-779q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5 h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x112;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM492 1567v153h737v-153h-737z" />
-<glyph unicode="&#x113;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM348 1198v154h737v-154h-737zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x114;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM532 1823h154q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231.5 96.5t-96.5 231.5z" />
-<glyph unicode="&#x115;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x116;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM737 1556v205h246v-205h-246z" />
-<glyph unicode="&#x117;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154zM594 1188v205h246v-205h-246z" />
-<glyph unicode="&#x118;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM1188 -276q0 54 38.5 111.5t145.5 164.5h205q-112 -112 -148 -165.5t-36 -100.5q0 -29 13 -48.5t38.5 -28.5t50.5 -12t61 -3h21v-103h-61q-46 0 -82 2.5t-75.5 9t-68.5 19.5t-53 33t-36.5 50.5 t-12.5 70.5z" />
-<glyph unicode="&#x119;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154zM881 -276q0 54 38.5 111.5t145.5 164.5h205q-113 -113 -149 -166 t-36 -100q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h21v-103h-62q-46 0 -82 2.5t-75.5 9t-68 19.5t-52.5 33t-36.5 50.5t-12.5 70.5z" />
-<glyph unicode="&#x11a;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM451 1823h204l205 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x11b;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1454h205l205 -184l205 184h204l-327 -328h-164zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x11c;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-307v174 h614v-564q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205z" />
-<glyph unicode="&#x11d;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-1239q0 -33 -8 -60.5t-19.5 -48t-34 -36t-41 -25.5t-52.5 -17t-57 -10.5t-64.5 -5.5t-64.5 -2h-69h-737v154h758q26 0 39 1t30.5 5.5t25 15.5t7.5 29v256h-492q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x11e;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-307v174 h614v-564q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM584 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231 96.5 t-96 231.5z" />
-<glyph unicode="&#x11f;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-1239q0 -33 -8 -60.5t-19.5 -48t-34 -36t-41 -25.5t-52.5 -17t-57 -10.5t-64.5 -5.5t-64.5 -2h-69h-737v154h758q26 0 39 1t30.5 5.5t25 15.5t7.5 29v256h-492q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9 t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x120;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-307v174 h614v-564q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM788 1556v205h246v-205h-246z" />
-<glyph unicode="&#x121;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-1239q0 -33 -8 -60.5t-19.5 -48t-34 -36t-41 -25.5t-52.5 -17t-57 -10.5t-64.5 -5.5t-64.5 -2h-69h-737v154h758q26 0 39 1t30.5 5.5t25 15.5t7.5 29v256h-492q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM594 1188v205h246v-205h-246z" />
-<glyph unicode="&#x122;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-307v174 h614v-564q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM748 -461l61 318h266l-123 -318h-204z" />
-<glyph unicode="&#x123;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-1239q0 -33 -8 -60.5t-19.5 -48t-34 -36t-41 -25.5t-52.5 -17t-57 -10.5t-64.5 -5.5t-64.5 -2h-69h-737v154h758q26 0 39 1t30.5 5.5t25 15.5t7.5 29v256h-492q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM573 1126l205 512h164l-102 -512h-267z" />
-<glyph unicode="&#x124;" d="M143 0v1352h308v-512h921v512h307v-1352h-307v666h-921v-666h-308zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205z" />
-<glyph unicode="&#x125;" horiz-adv-x="1433" d="M123 0v1352h287v-369h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287zM307 1495l328 328h164l327 -328h-204l-205 184l-205 -184h-205z " />
-<glyph unicode="&#x126;" horiz-adv-x="1945" d="M41 1044v154h164v154h307v-154h922v154h307v-154h164v-154h-164v-1044h-307v666h-922v-666h-307v1044h-164zM512 840h922v204h-922v-204z" />
-<glyph unicode="&#x127;" horiz-adv-x="1474" d="M41 1106v133h123v113h287v-113h307v-133h-307v-123h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287v1106h-123z" />
-<glyph unicode="&#x128;" horiz-adv-x="655" d="M-82 1516q37 156 84 221t111 65q37 0 70.5 -13t144.5 -69q122 -61 143 -61q25 0 42.5 28t39.5 115h184q-37 -156 -83.5 -221t-110.5 -65q-38 0 -72 13t-143 68q-124 62 -144 62q-25 0 -42.5 -28t-39.5 -115h-184zM174 0v1352h307v-1352h-307z" />
-<glyph unicode="&#x129;" horiz-adv-x="655" d="M-82 1147q37 156 84 221.5t111 65.5q37 0 70.5 -13t144.5 -69q124 -62 143 -62q25 0 42.5 28.5t39.5 115.5h184q-37 -156 -83.5 -221.5t-110.5 -65.5q-37 0 -70.5 13t-144.5 69q-122 61 -144 61q-25 0 -42.5 -28t-39.5 -115h-184zM184 0v983h287v-983h-287z" />
-<glyph unicode="&#x12a;" horiz-adv-x="655" d="M-41 1567v153h737v-153h-737zM174 0v1352h307v-1352h-307z" />
-<glyph unicode="&#x12b;" horiz-adv-x="655" d="M-41 1198v154h737v-154h-737zM184 0v983h287v-983h-287z" />
-<glyph unicode="&#x12c;" horiz-adv-x="593" d="M-31 1823h154q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231.5 96.5t-96.5 231.5zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#x12d;" horiz-adv-x="573" d="M-41 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM143 0v983h287v-983h-287z" />
-<glyph unicode="&#x12e;" horiz-adv-x="593" d="M61 -276q0 54 38.5 111t146.5 165h205q-113 -113 -149 -166t-36 -100q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h21v-103h-62q-46 0 -82 2.5t-75.5 9t-68.5 19.5t-53 33t-36.5 50.5t-12.5 70.5zM143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#x12f;" horiz-adv-x="532" d="M20 -276q0 54 38.5 111t146.5 165h205q-113 -113 -149 -166t-36 -100q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h21v-103h-62q-46 0 -82 2.5t-75.5 9t-68.5 19.5t-53 33t-36.5 50.5t-12.5 70.5zM123 0v983h287v-983h-287zM123 1147v205h287v-205h-287z" />
-<glyph unicode="&#x130;" horiz-adv-x="593" d="M143 0v1352h308v-1352h-308zM174 1556v205h246v-205h-246z" />
-<glyph unicode="&#x131;" horiz-adv-x="532" d="M123 0v983h287v-983h-287z" />
-<glyph unicode="&#x132;" horiz-adv-x="2355" d="M143 0v1352h308v-1352h-308zM676 276v246h307v-276q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-553 q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116z" />
-<glyph unicode="&#x133;" horiz-adv-x="1024" d="M123 0v983h287v-983h-287zM123 1147v205h287v-205h-287zM389 -307q123 31 174 100t51 207v983h287v-983q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154zM614 1147v205h287v-205h-287z" />
-<glyph unicode="&#x134;" d="M143 276v246h308v-276q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM1116 1495l328 328h164l327 -328h-204l-205 184l-205 -184h-205z" />
-<glyph unicode="&#x135;" horiz-adv-x="655" d="M-82 1126l328 328h164l327 -328h-205l-204 185l-205 -185h-205zM-41 -307q123 31 174 100t51 207v983h287v-983q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154z" />
-<glyph unicode="&#x136;" horiz-adv-x="1658" d="M143 0v1352h308v-717l716 717h369l-635 -635l717 -717h-369l-532 532l-266 -266v-266h-308zM666 -461l61 318h266l-123 -318h-204z" />
-<glyph unicode="&#x137;" horiz-adv-x="1310" d="M123 0v1352h287v-860l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287zM502 -461l61 318h266l-122 -318h-205z" />
-<glyph unicode="&#x138;" horiz-adv-x="1310" d="M123 0v983h287v-491l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287z" />
-<glyph unicode="&#x139;" horiz-adv-x="1638" d="M143 0v1352h308v-1178h1126v-174h-1434zM635 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x13a;" horiz-adv-x="532" d="M20 1495l205 328h307l-327 -328h-185zM123 0v1352h287v-1352h-287z" />
-<glyph unicode="&#x13b;" horiz-adv-x="1638" d="M143 0v1352h308v-1178h1126v-174h-1434zM696 -461l62 318h266l-123 -318h-205z" />
-<glyph unicode="&#x13c;" horiz-adv-x="532" d="M72 -461l61 318h266l-123 -318h-204zM123 0v1352h287v-1352h-287z" />
-<glyph unicode="&#x13d;" horiz-adv-x="1638" d="M143 0v1352h308v-1178h1126v-174h-1434zM942 942l102 410h246l-164 -410h-184z" />
-<glyph unicode="&#x13e;" horiz-adv-x="942" d="M123 0v1352h287v-1352h-287zM553 942l102 410h246l-164 -410h-184z" />
-<glyph unicode="&#x13f;" horiz-adv-x="1638" d="M143 0v1352h308v-1178h1126v-174h-1434zM840 625v245h307v-245h-307z" />
-<glyph unicode="&#x140;" horiz-adv-x="1044" d="M123 0v1352h287v-1352h-287zM614 625v245h308v-245h-308z" />
-<glyph unicode="&#x141;" horiz-adv-x="1740" d="M41 461v194l205 103v594h307v-441l410 205v-194l-410 -205v-543h1126v-174h-1433v563z" />
-<glyph unicode="&#x142;" horiz-adv-x="696" d="M41 492v184l164 82v594h287v-451l163 82v-184l-163 -82v-717h-287v573z" />
-<glyph unicode="&#x143;" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x144;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287zM532 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#x145;" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308zM748 -461l61 318h266l-123 -318h-204z" />
-<glyph unicode="&#x146;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287zM553 -461l61 318h267l-123 -318h-205z" />
-<glyph unicode="&#x147;" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308zM502 1823h205l204 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x148;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287zM307 1454h205l205 -184l205 184h204l-327 -328h-164z" />
-<glyph unicode="&#x149;" horiz-adv-x="1699" d="M41 942l102 410h246l-164 -410h-184zM389 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287z" />
-<glyph unicode="&#x14a;" d="M143 0v1352h328l901 -1004v1004h307v-1352q0 -112 -44.5 -198t-128 -140.5t-193 -84.5t-248.5 -38v174q29 4 61.5 13t74.5 31t74 52t54.5 80t22.5 111l-901 1004v-1004h-308z" />
-<glyph unicode="&#x14b;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154q123 31 174 100t51 207v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5 t-30.5 0.5h-512v-829h-287z" />
-<glyph unicode="&#x14c;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM543 1567v153h737v-153h-737z" />
-<glyph unicode="&#x14d;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM348 1198v154h737v-154h-737zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x14e;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM584 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231 96.5t-96 231.5z" />
-<glyph unicode="&#x14f;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5 h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x150;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM543 1495l164 328h245l-245 -328h-164zM993 1495l164 328h246l-246 -328h-164z" />
-<glyph unicode="&#x151;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM348 1126l164 328h246l-246 -328h-164zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18 t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM799 1126l164 328h245l-245 -328h-164z" />
-<glyph unicode="&#x152;" horiz-adv-x="2744" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h1966v-174h-1024v-338h922v-174h-922v-492h1024v-174h-1966q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5 h574q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-574q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860z" />
-<glyph unicode="&#x153;" horiz-adv-x="2334" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h1270q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-1639 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5 t-24 -9t-14.5 -18t-6.5 -30v-553zM1311 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x154;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-205q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-21l594 -594h-368l-594 594h-348v-594h-308zM451 768h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5 t7.5 35v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-410zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x155;" horiz-adv-x="942" d="M123 0v748q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-768h-287zM266 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#x156;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-205q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-21l594 -594h-368l-594 594h-348v-594h-308zM451 768h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5 t7.5 35v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-410zM748 -461l61 318h266l-123 -318h-204z" />
-<glyph unicode="&#x157;" horiz-adv-x="942" d="M72 -461l61 318h266l-123 -318h-204zM123 0v748q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-768h-287z" />
-<glyph unicode="&#x158;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-205q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-21l594 -594h-368l-594 594h-348v-594h-308zM451 768h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5 t7.5 35v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-410zM502 1823h205l204 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x159;" horiz-adv-x="942" d="M61 1454h205l205 -184l205 184h205l-328 -328h-164zM123 0v748q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-768h-287z" />
-<glyph unicode="&#x15a;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045zM727 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x15b;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM532 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#x15c;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205z" />
-<glyph unicode="&#x15d;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM307 1126l328 328h164l327 -328h-204l-205 185l-205 -185h-205z" />
-<glyph unicode="&#x15e;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045zM758 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100.5t-148 165.5h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#x15f;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM553 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100.5t-148 165.5h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#x160;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045zM502 1823h205l204 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x161;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM307 1454h205l205 -184l205 184h204l-327 -328h-164z" />
-<glyph unicode="&#x162;" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697zM717 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100.5t-148 165.5h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#x163;" horiz-adv-x="942" d="M123 236v1116h287v-369h409v-154h-409v-614q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-287q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 -358h62q36 0 61 3t50.5 12t38.5 28.5t13 48.5q0 47 -36 100.5t-148 165.5h205 q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-52.5 -33t-68 -19.5t-75.5 -9t-82 -2.5h-103v103z" />
-<glyph unicode="&#x164;" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697zM502 1823h205l204 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x165;" horiz-adv-x="1351" d="M123 236v1116h287v-369h409v-154h-409v-614q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-287q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM963 942l102 410h246l-164 -410h-184z" />
-<glyph unicode="&#x166;" d="M61 1178v174h1700v-174h-696v-349h410v-153h-410v-676h-307v676h-410v153h410v349h-697z" />
-<glyph unicode="&#x167;" horiz-adv-x="983" d="M41 481v133h123v738h287v-369h409v-154h-409v-215h307v-133h-307v-266q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-287q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87v245h-123z" />
-<glyph unicode="&#x168;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM502 1516q37 156 83.5 221t110.5 65q37 0 70.5 -13t144.5 -69q122 -61 144 -61q25 0 42.5 28t39.5 115h184q-37 -156 -84 -221t-111 -65q-38 0 -72 13t-143 68q-124 62 -143 62q-25 0 -42.5 -28t-39.5 -115h-184z" />
-<glyph unicode="&#x169;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM307 1147q37 156 84 221.5t111 65.5q37 0 70.5 -13t144.5 -69q124 -62 143 -62q25 0 42.5 28.5t39.5 115.5h184q-37 -156 -83.5 -221.5t-110.5 -65.5q-37 0 -70.5 13t-144.5 69q-122 61 -144 61q-25 0 -42 -27.5t-39 -115.5h-185z " />
-<glyph unicode="&#x16a;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM543 1567v153h737v-153h-737z" />
-<glyph unicode="&#x16b;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM348 1198v154h737v-154h-737z" />
-<glyph unicode="&#x16c;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM584 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231 96.5t-96 231.5z" />
-<glyph unicode="&#x16d;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5z" />
-<glyph unicode="&#x16e;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM553 1526v123q0 174 246 174h225q246 0 246 -174v-123q0 -174 -246 -174h-225q-246 0 -246 174zM758 1495q0 -41 61 -41h185q61 0 61 41v184q0 41 -61 41h-185q-61 0 -61 -41v-184z" />
-<glyph unicode="&#x16f;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1300v123q0 174 246 174h225q246 0 246 -174v-123q0 -174 -246 -174h-225q-246 0 -246 174zM563 1270q0 -41 62 -41h184q61 0 61 41v184q0 41 -61 41h-184q-62 0 -62 -41v-184z" />
-<glyph unicode="&#x170;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM543 1495l164 328h245l-245 -328h-164zM993 1495l164 328h246l-246 -328h-164z" />
-<glyph unicode="&#x171;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM348 1126l164 328h246l-246 -328h-164zM799 1126l164 328h245l-245 -328h-164z" />
-<glyph unicode="&#x172;" d="M143 276v1076h308v-1106q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM799 -276q0 54 38.5 111.5t145.5 164.5h205q-112 -112 -148 -165.5t-36 -100.5q0 -29 13 -48.5t38.5 -28.5t50.5 -12t61 -3h21v-103h-62q-46 0 -82 2.5t-75.5 9t-68 19.5t-52.5 33t-36.5 50.5t-12.5 70.5z" />
-<glyph unicode="&#x173;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5 t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM512 -276q0 54 38.5 111.5t145.5 164.5h205q-112 -112 -148 -165.5t-36 -100.5q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h20v-103h-61q-46 0 -82 2.5t-75.5 9t-68.5 19.5t-53 33t-36.5 50.5t-12.5 70.5z" />
-<glyph unicode="&#x174;" horiz-adv-x="2457" d="M41 1352h307l359 -1076l337 1014h369l338 -1014l358 1076h308l-451 -1352h-389l-348 1044l-348 -1044h-389zM819 1495l328 328h164l327 -328h-204l-205 184l-205 -184h-205z" />
-<glyph unicode="&#x175;" horiz-adv-x="1802" d="M41 983h266l236 -707l215 646h286l216 -646l235 707h266l-327 -983h-308l-225 676l-225 -676h-307zM492 1126l327 328h164l328 -328h-205l-205 185l-205 -185h-204z" />
-<glyph unicode="&#x176;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635zM502 1495l327 328h164l328 -328h-205l-205 184l-204 -184h-205z" />
-<glyph unicode="&#x177;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM287 1126l327 328h164l328 -328h-205l-205 185l-204 -185h-205z" />
-<glyph unicode="&#x178;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x179;" horiz-adv-x="1740" d="M102 0v174l1096 1004h-1055v174h1454v-174l-1095 -1004h1136v-174h-1536zM686 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x17a;" horiz-adv-x="1392" d="M102 0v154l789 675h-748v154h1106v-154l-788 -675h829v-154h-1188zM512 1126l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x17b;" horiz-adv-x="1740" d="M102 0v174l1096 1004h-1055v174h1454v-174l-1095 -1004h1136v-174h-1536zM748 1556v205h245v-205h-245z" />
-<glyph unicode="&#x17c;" horiz-adv-x="1392" d="M102 0v154l789 675h-748v154h1106v-154l-788 -675h829v-154h-1188zM573 1188v205h246v-205h-246z" />
-<glyph unicode="&#x17d;" horiz-adv-x="1740" d="M102 0v174l1096 1004h-1055v174h1454v-174l-1095 -1004h1136v-174h-1536zM461 1823h205l204 -185l205 185h205l-328 -328h-164z" />
-<glyph unicode="&#x17e;" horiz-adv-x="1392" d="M102 0v154l789 675h-748v154h1106v-154l-788 -675h829v-154h-1188zM287 1454h205l204 -184l205 184h205l-328 -328h-164z" />
-<glyph unicode="&#x17f;" horiz-adv-x="1146" d="M123 829v154h205v133q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-26 0 -39 -1t-30.5 -6.5t-25.5 -18.5t-8 -35v-1137h-286v829h-205z" />
-<glyph unicode="&#x192;" horiz-adv-x="1146" d="M41 -307h184q26 0 39 1t30.5 6.5t25.5 18.5t8 35v1075h-205v154h205v133q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-26 0 -39 -1t-30.5 -6.5t-25.5 -18.5t-8 -35v-154h410v-154h-410v-1054q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5 t-79 -13t-81 -5t-88.5 -0.5h-164v154z" />
-<glyph unicode="&#x1fa;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM553 1526v123q0 174 246 174h225q246 0 246 -174v-123q0 -174 -246 -174h-225q-246 0 -246 174zM645 594h533l-267 532zM758 1495q0 -41 61 -41h185q61 0 61 41v184q0 41 -61 41h-185q-61 0 -61 -41 v-184zM1311 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x1fb;" horiz-adv-x="1556" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1300v123q0 174 246 174h225q246 0 246 -174v-123q0 -174 -246 -174h-225q-246 0 -246 174zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5 t-25 -18.5t-8 -35.5v-184zM563 1270q0 -41 62 -41h184q61 0 61 41v184q0 41 -61 41h-184q-62 0 -62 -41v-184zM1116 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x1fc;" horiz-adv-x="2641" d="M41 0l676 1352h1782v-174h-1024v-338h921v-174h-921v-492h1024v-174h-1332v430h-604l-215 -430h-307zM645 594h522v584h-231zM1137 1495l204 328h308l-328 -328h-184z" />
-<glyph unicode="&#x1fd;" horiz-adv-x="2334" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h1597q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246 q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-1639q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z M983 1126l205 328h307l-328 -328h-184zM1311 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x1fe;" horiz-adv-x="2027" d="M41 195v184l205 82v614q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5l205 82v-184l-205 -82v-615q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5 h-553q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM553 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v522l-922 -369v-153zM553 584l922 368v154q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4 t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-522zM829 1495l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#x1ff;" horiz-adv-x="1597" d="M41 186v156l164 49v357q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5l163 49v-156l-163 -49v-356q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5 t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM492 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v291l-614 -184v-107zM492 477 l614 185v106q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-291zM614 1126l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#x218;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045zM748 -461l61 318h266l-123 -318h-204z" />
-<glyph unicode="&#x219;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM553 -461l61 318h267l-123 -318h-205z" />
-<glyph unicode="&#x21a;" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697zM717 -461l61 318h266l-122 -318h-205z" />
-<glyph unicode="&#x21b;" horiz-adv-x="942" d="M123 236v1116h287v-369h409v-154h-409v-614q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-287q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM287 -461l61 318h266l-122 -318h-205z" />
-<glyph unicode="&#x237;" horiz-adv-x="532" d="M-102 -307q123 31 174 100t51 207v983h287v-983q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154z" />
-<glyph unicode="&#x2bc;" horiz-adv-x="655" d="M154 942l102 410h246l-164 -410h-184z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1024" d="M102 1126l328 328h164l328 -328h-205l-205 185l-205 -185h-205z" />
-<glyph unicode="&#x2c7;" horiz-adv-x="1024" d="M102 1454h205l205 -184l205 184h205l-328 -328h-164z" />
-<glyph unicode="&#x2c9;" horiz-adv-x="1024" d="M143 1198v154h738v-154h-738z" />
-<glyph unicode="&#x2d8;" horiz-adv-x="1024" d="M184 1454h154q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231.5 96.5t-96.5 231.5z" />
-<glyph unicode="&#x2d9;" horiz-adv-x="1024" d="M389 1188v205h246v-205h-246z" />
-<glyph unicode="&#x2da;" horiz-adv-x="1024" d="M154 1300v123q0 174 245 174h226q245 0 245 -174v-123q0 -174 -245 -174h-226q-245 0 -245 174zM358 1270q0 -41 62 -41h184q62 0 62 41v184q0 41 -62 41h-184q-62 0 -62 -41v-184z" />
-<glyph unicode="&#x2db;" horiz-adv-x="1024" d="M266 -276q0 54 38.5 111t146.5 165h204q-112 -112 -148 -165.5t-36 -100.5q0 -29 13.5 -48.5t39 -28.5t50.5 -12t61 -3h20v-103h-61q-46 0 -82 2.5t-75.5 9t-68.5 19.5t-53 33t-36.5 50.5t-12.5 70.5z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1024" d="M102 1147q37 156 84 221.5t111 65.5q37 0 70.5 -13t144.5 -69q124 -62 143 -62q25 0 42.5 28.5t39.5 115.5h185q-37 -156 -84 -221.5t-111 -65.5q-37 0 -70.5 13t-144.5 69q-122 61 -143 61q-25 0 -42.5 -28t-39.5 -115h-185z" />
-<glyph unicode="&#x2dd;" horiz-adv-x="1024" d="M143 1126l164 328h246l-246 -328h-164zM594 1126l164 328h246l-246 -328h-164z" />
-<glyph unicode="&#x312;" horiz-adv-x="0" d="M-860 1126l205 512h163l-102 -512h-266z" />
-<glyph unicode="&#x326;" horiz-adv-x="0" d="M-881 -461l62 318h266l-123 -318h-205z" />
-<glyph unicode="&#x37a;" horiz-adv-x="1024" d="M348 -102h205v-205q0 -24 13.5 -36t27.5 -13.5t41 -1.5h41v-103q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5v174z" />
-<glyph unicode="&#x37e;" horiz-adv-x="675" d="M92 -307l123 553h287l-246 -553h-164zM215 737v246h307v-246h-307z" />
-<glyph unicode="&#x384;" horiz-adv-x="1024" d="M348 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x385;" horiz-adv-x="1024" d="M154 1188v205h245v-205h-245zM348 1495l123 328h266l-205 -328h-184zM625 1188v205h245v-205h-245z" />
-<glyph unicode="&#x386;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM102 1024l123 328h267l-205 -328h-185zM645 594h533l-267 532z" />
-<glyph unicode="&#x387;" horiz-adv-x="614" d="M154 369v245h307v-245h-307z" />
-<glyph unicode="&#x388;" horiz-adv-x="2109" d="M41 1024l123 328h266l-205 -328h-184zM532 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434z" />
-<glyph unicode="&#x389;" horiz-adv-x="2211" d="M41 1024l123 328h266l-205 -328h-184zM532 0v1352h308v-512h921v512h307v-1352h-307v666h-921v-666h-308z" />
-<glyph unicode="&#x38a;" horiz-adv-x="983" d="M41 1024l123 328h266l-205 -328h-184zM532 0v1352h308v-1352h-308z" />
-<glyph unicode="&#x38c;" horiz-adv-x="2170" d="M41 1024l123 328h266l-205 -328h-184zM492 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5 t-124 -1.5h-553q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM799 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h675q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-675 q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-860z" />
-<glyph unicode="&#x38e;" horiz-adv-x="2252" d="M41 1024l123 328h266l-205 -328h-184zM471 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635z" />
-<glyph unicode="&#x38f;" horiz-adv-x="2048" d="M41 1024l123 328h266l-205 -328h-184zM328 0v174h194q-153 153 -153 440v123q0 141 35.5 248.5t97.5 176t154.5 112t196 61t232.5 17.5h103q129 0 232.5 -17.5t196 -61t154.5 -112t98 -176t36 -248.5v-123q0 -286 -154 -440h195v-174h-707v174q71 0 124 11t98.5 39 t74.5 74t45 117.5t16 168.5v184q0 97 -16 168.5t-45 117.5t-74.5 74t-98.5 39t-124 11h-205q-71 0 -124 -11t-98.5 -39t-74.5 -74t-45 -117.5t-16 -168.5v-184q0 -97 16 -168.5t45 -117.5t74.5 -74t98.5 -39t124 -11v-174h-706z" />
-<glyph unicode="&#x390;" horiz-adv-x="716" d="M-82 1188v205h246v-205h-246zM113 1495l123 328h266l-205 -328h-184zM133 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h62v-154h-41q-46 0 -69 0.5t-64.5 2.5t-64.5 6t-57 12t-52.5 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5zM389 1188v205h246 v-205h-246z" />
-<glyph unicode="&#x391;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM645 594h533l-267 532z" />
-<glyph unicode="&#x392;" d="M143 0v1352h1024q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q36 -9 64 -21t57.5 -34.5t46 -60.5t16.5 -89v-277q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-1045zM451 174h798 q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-492zM451 840h778q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-778v-338z" />
-<glyph unicode="&#x393;" horiz-adv-x="1638" d="M143 0v1352h1434v-174h-1126v-1178h-308z" />
-<glyph unicode="&#x394;" d="M41 0l676 1352h389l676 -1352h-1741zM436 176h950l-475 950z" />
-<glyph unicode="&#x395;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434z" />
-<glyph unicode="&#x396;" horiz-adv-x="1740" d="M102 0v174l1096 1004h-1055v174h1454v-174l-1095 -1004h1136v-174h-1536z" />
-<glyph unicode="&#x397;" d="M143 0v1352h308v-512h921v512h307v-1352h-307v666h-921v-666h-308z" />
-<glyph unicode="&#x398;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM655 666v174h512v-174h-512z" />
-<glyph unicode="&#x399;" horiz-adv-x="593" d="M143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#x39a;" horiz-adv-x="1658" d="M143 0v1352h308v-717l716 717h369l-635 -635l717 -717h-369l-532 532l-266 -266v-266h-308z" />
-<glyph unicode="&#x39b;" d="M41 0l676 1352h389l676 -1352h-307l-564 1126l-563 -1126h-307z" />
-<glyph unicode="&#x39c;" horiz-adv-x="2150" d="M143 0v1352h410l522 -1045l522 1045h410v-1352h-307v1004l-502 -1004h-246l-501 1004v-1004h-308z" />
-<glyph unicode="&#x39d;" d="M143 0v1352h328l901 -1004v1004h307v-1352h-327l-901 1004v-1004h-308z" />
-<glyph unicode="&#x39e;" d="M143 0v348h308v-174h921v174h307v-348h-1536zM143 1075v277h1536v-277h-307v103h-921v-103h-308zM451 666v174h921v-174h-921z" />
-<glyph unicode="&#x39f;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860z" />
-<glyph unicode="&#x3a0;" d="M143 0v1352h1536v-1352h-307v1178h-921v-1178h-308z" />
-<glyph unicode="&#x3a1;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-246q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-737v-553h-308zM451 727h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v307q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-451z" />
-<glyph unicode="&#x3a3;" horiz-adv-x="1720" d="M143 0v174l502 502l-502 502v174h1434v-174h-1065l502 -502l-502 -502h1065v-174h-1434z" />
-<glyph unicode="&#x3a4;" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697z" />
-<glyph unicode="&#x3a5;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635z" />
-<glyph unicode="&#x3a6;" horiz-adv-x="2027" d="M143 430v492q0 67 17.5 116t57.5 78.5t76.5 47t105.5 24.5t111 8.5t124 1.5h225v154h307v-154h226q82 0 124 -1.5t110.5 -8.5t105 -24.5t77 -47t57.5 -78.5t17 -116v-492q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-226v-154h-307v154h-225 q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 399q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h287v696h-287q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-553zM1167 328h287q25 0 37 0.5t32 4t29 10.5t17 21t8 35v553 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-287v-696z" />
-<glyph unicode="&#x3a7;" horiz-adv-x="1802" d="M41 0l676 676l-676 676h369l491 -492l492 492h368l-676 -676l676 -676h-368l-492 492l-491 -492h-369z" />
-<glyph unicode="&#x3a8;" horiz-adv-x="2027" d="M143 676v676h308v-707q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h287v779h307v-779h287q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v707h307v-676q0 -58 -15.5 -102.5t-37.5 -73.5t-64.5 -49t-75.5 -30t-94 -15t-98 -6t-106 -1h-226v-399h-307v399h-225 q-69 0 -106 1t-98 6t-94.5 15t-76 30t-64.5 49t-37.5 73.5t-15.5 102.5z" />
-<glyph unicode="&#x3a9;" d="M102 0v174h195q-154 154 -154 440v123q0 141 36 248.5t98 176t154.5 112t196 61t232.5 17.5h103q129 0 232.5 -17.5t196 -61t154.5 -112t97.5 -176t35.5 -248.5v-123q0 -287 -153 -440h194v-174h-706v174q71 0 124 11t98.5 39t74.5 74t45 117.5t16 168.5v184 q0 97 -16 168.5t-45 117.5t-74.5 74t-98.5 39t-124 11h-205q-71 0 -124 -11t-98.5 -39t-74.5 -74t-45 -117.5t-16 -168.5v-184q0 -97 16 -168.5t45 -117.5t74.5 -74t98.5 -39t124 -11v-174h-707z" />
-<glyph unicode="&#x3aa;" horiz-adv-x="593" d="M-61 1556v205h245v-205h-245zM143 0v1352h308v-1352h-308zM410 1556v205h245v-205h-245z" />
-<glyph unicode="&#x3ab;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x3ac;" horiz-adv-x="1536" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h154q257 0 436 -209l66 209h266l-154 -491l154 -492h-266l-66 209q-179 -209 -436 -209h-154q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18 t24 -9t26.5 -3.5t30.5 -0.5h174q108 0 189 89t147 249q-66 160 -146.5 248.5t-189.5 88.5h-174q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM604 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x3ad;" horiz-adv-x="1351" d="M123 236v122q0 46 16 82t38 54.5t44.5 30.5t38.5 15l16 3q-6 1 -16.5 3t-37 14.5t-46.5 30.5t-36.5 54t-16.5 82v21q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92 q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h553v-153h-553q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM512 1126l123 328 h266l-205 -328h-184z" />
-<glyph unicode="&#x3ae;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-1209h-287v1229q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287zM553 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x3af;" horiz-adv-x="696" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h61v-154h-41q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM164 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x3b0;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h225h48t45 1.5t45.5 4.5t39.5 8.5t37 13.5t29 20t24 28t13.5 38t5.5 49v666h287v-635q0 -57 -12 -103.5t-29 -80.5t-51 -60.5t-62 -44t-79 -29t-85 -17.5t-96.5 -9t-97.5 -3.5t-103 -0.5h-164 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM553 1495l123 328h266l-205 -328h-184zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x3b1;" horiz-adv-x="1536" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h154q257 0 436 -209l66 209h266l-154 -491l154 -492h-266l-66 209q-179 -209 -436 -209h-154q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18 t24 -9t26.5 -3.5t30.5 -0.5h174q108 0 189 89t147 249q-66 160 -146.5 248.5t-189.5 88.5h-174q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x3b2;" horiz-adv-x="1433" d="M123 -461v1577q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-184q0 -93 -38 -134.5t-106 -49.5q33 -4 56 -8.5t58 -19t57 -35.5t38.5 -60.5t16.5 -92.5v-296 q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287zM410 154h512q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v389q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-349v153h267q25 0 38.5 1.5t30.5 6.5 t25 18.5t8 35.5v256q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-328q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-983z" />
-<glyph unicode="&#x3b3;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-512 -1024v-420h-287v420z" />
-<glyph unicode="&#x3b4;" horiz-adv-x="1433" d="M123 236v389q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h308l-635 318v174h1024v-154h-635l491 -246q74 -37 121.5 -77t69 -84t28.5 -80.5t7 -85.5v-389q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5 t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v430q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-410q-25 0 -38.5 -1.5 t-30.5 -6.5t-25 -18.5t-8 -35.5v-430z" />
-<glyph unicode="&#x3b5;" horiz-adv-x="1351" d="M123 236v122q0 46 16 82t38 54.5t44.5 30.5t38.5 15l16 3q-6 1 -16.5 3t-37 14.5t-46.5 30.5t-36.5 54t-16.5 82v21q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92 q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h553v-153h-553q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3b6;" horiz-adv-x="1351" d="M123 236v327q0 48 0.5 68.5t6.5 51.5t16 46t31.5 40t51.5 47t78 54l492 328h-594v154h942v-174l-615 -410q-37 -25 -52.5 -35t-33.5 -27.5t-22 -24t-9 -29t-5 -37v-52.5v-348q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307q46 0 69 -0.5t64.5 -2.5t64.5 -6 t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5q0 -82 -35.5 -149.5t-98 -113.5t-142.5 -75t-175 -41v154q103 30 154 92t51 143q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-328q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3b7;" horiz-adv-x="1433" d="M123 0v983h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-1209h-287v1229q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-829h-287z" />
-<glyph unicode="&#x3b8;" horiz-adv-x="1433" d="M123 236v880q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h369q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-880q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5 t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v451h-614v-451zM410 819h614v318q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5 t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-318z" />
-<glyph unicode="&#x3b9;" horiz-adv-x="696" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h61v-154h-41q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3ba;" horiz-adv-x="1310" d="M123 0v983h287v-491l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287z" />
-<glyph unicode="&#x3bb;" horiz-adv-x="1290" d="M41 0l461 922l-103 204q-23 46 -47.5 59t-85.5 13h-123v154h236q54 0 96 -10.5t70 -25.5t53.5 -44.5t41 -55.5t36.5 -69l573 -1147h-286l-318 635l-317 -635h-287z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1433" d="M123 -461v1444h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v768h287v-747q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287z" />
-<glyph unicode="&#x3bd;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-492 -983h-328z" />
-<glyph unicode="&#x3be;" horiz-adv-x="1351" d="M123 236v327q0 148 153 185q-153 37 -153 184v184q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-267q0 -18 10.5 -29.5t32.5 -15.5t37 -5t42 -1h533v-153h-553q-25 0 -38.5 -1 t-30.5 -5.5t-25 -16t-8 -29.5v-399q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5q0 -82 -35.5 -149.5t-98 -113.5t-142.5 -75t-175 -41v154q103 30 154 92t51 143 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-328q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3bf;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x3c0;" horiz-adv-x="1679" d="M123 829v154h1433v-154h-286v-829h-287v829h-287v-829h-286v829h-287z" />
-<glyph unicode="&#x3c1;" horiz-adv-x="1433" d="M123 -461v1209q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-491v-461h-287zM410 154h512q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-614z" />
-<glyph unicode="&#x3c2;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5 t41 -29.5t34 -41t19.5 -54.5t8 -70.5q0 -82 -35.5 -149.5t-98 -113.5t-142.5 -75t-175 -41v154q103 30 154 92t51 143q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-328q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3c3;" horiz-adv-x="1720" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h1065v-154h-286v-593q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z M410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x3c4;" horiz-adv-x="1433" d="M123 829v154h1188v-154h-451v-614q0 -22 8 -35t25.5 -18.5t30.5 -6.5t39 -1h61v-154h-41q-46 0 -69 0.5t-64.5 2.5t-64.5 6t-57 12t-52.5 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5v593h-450z" />
-<glyph unicode="&#x3c5;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h225h48t45 1.5t45.5 4.5t39.5 8.5t37 13.5t29 20t24 28t13.5 38t5.5 49v666h287v-635q0 -57 -12 -103.5t-29 -80.5t-51 -60.5t-62 -44t-79 -29t-85 -17.5t-96.5 -9t-97.5 -3.5t-103 -0.5h-164 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3c6;" horiz-adv-x="1843" d="M123 236v706h287v-727q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h266v594q0 39 8 70.5t19.5 54.5t34 41t41 29.5t53 19.5t56.5 11.5t64.5 5.5t65 2.5t68.5 0.5h123q173 0 243 -17q136 -34 160 -155q6 -29 6 -63v-512q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5 t-79 -13t-81 -5t-88.5 -0.5h-246v-461h-287v461h-246q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM1065 154h266q26 0 39 1t30.5 6.5t25.5 18.5t8 35v553q0 22 -8 35t-25.5 18.5t-30.5 6.5t-39 1h-164q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18 t-6.5 -30v-614z" />
-<glyph unicode="&#x3c7;" horiz-adv-x="1351" d="M41 -461l481 723l-481 721h307l328 -491l328 491h307l-482 -721l482 -723h-307l-328 492l-328 -492h-307z" />
-<glyph unicode="&#x3c8;" horiz-adv-x="1843" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h266v829h287v-829h266q26 0 39 1t30.5 6.5t25.5 18.5t8 35v768h286v-747q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-246v-461h-287v461h-246q-59 0 -88.5 0.5 t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3c9;" horiz-adv-x="1925" d="M123 236v286q0 85 19 153.5t45.5 113.5t74 80t85 53.5t99 32t95.5 18t94 10.5v-154q-123 -31 -174 -100t-51 -207v-307q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h205q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v399h287v-399q0 -18 6.5 -30t14.5 -18t24 -9 t26.5 -3.5t30.5 -0.5h205q26 0 39 1t30.5 6.5t25.5 18.5t8 35v307q0 138 -51.5 207t-174.5 100v154q60 -6 94 -10.5t95.5 -18t99 -32t85 -53.5t74 -80t45.5 -113.5t19 -153.5v-286q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-861 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x3ca;" horiz-adv-x="716" d="M-72 1188v205h246v-205h-246zM143 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h62v-154h-41q-46 0 -69 0.5t-64.5 2.5t-64.5 6t-57 12t-52.5 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5zM399 1188v205h246v-205h-246z" />
-<glyph unicode="&#x3cb;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h225h48t45 1.5t45.5 4.5t39.5 8.5t37 13.5t29 20t24 28t13.5 38t5.5 49v666h287v-635q0 -57 -12 -103.5t-29 -80.5t-51 -60.5t-62 -44t-79 -29t-85 -17.5t-96.5 -9t-97.5 -3.5t-103 -0.5h-164 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x3cc;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM553 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x3cd;" horiz-adv-x="1433" d="M123 236v747h287v-768q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h225h48t45 1.5t45.5 4.5t39.5 8.5t37 13.5t29 20t24 28t13.5 38t5.5 49v666h287v-635q0 -57 -12 -103.5t-29 -80.5t-51 -60.5t-62 -44t-79 -29t-85 -17.5t-96.5 -9t-97.5 -3.5t-103 -0.5h-164 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM553 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x3ce;" horiz-adv-x="1925" d="M123 236v286q0 85 19 153.5t45.5 113.5t74 80t85 53.5t99 32t95.5 18t94 10.5v-154q-123 -31 -174 -100t-51 -207v-307q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h205q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v399h287v-399q0 -18 6.5 -30t14.5 -18t24 -9 t26.5 -3.5t30.5 -0.5h205q26 0 39 1t30.5 6.5t25.5 18.5t8 35v307q0 138 -51.5 207t-174.5 100v154q60 -6 94 -10.5t95.5 -18t99 -32t85 -53.5t74 -80t45.5 -113.5t19 -153.5v-286q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-861 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM799 1126l123 328h266l-205 -328h-184z" />
-<glyph unicode="&#x400;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM532 1823h308l204 -328h-184z" />
-<glyph unicode="&#x401;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM502 1556v205h246v-205h-246zM973 1556v205h246v-205h-246z" />
-<glyph unicode="&#x402;" horiz-adv-x="2334" d="M61 1178v174h1700v-174h-696v-338h635q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-461q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5t30 93 t12.5 124v492q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-666h-307v1178h-697z" />
-<glyph unicode="&#x403;" horiz-adv-x="1638" d="M143 0v1352h1434v-174h-1126v-1178h-308zM625 1495l204 328h308l-328 -328h-184z" />
-<glyph unicode="&#x404;" d="M143 348v656q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5t57.5 -61.5t41.5 -86.5t12.5 -115h-307q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9t-48.5 4.5 t-49 1.5h-51.5h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5v-164h768v-174h-768v-318q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22 t25.5 30.5t14.5 40.5t6 51.5h307q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307q-68 0 -103 0.5t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5z" />
-<glyph unicode="&#x405;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045z" />
-<glyph unicode="&#x406;" horiz-adv-x="593" d="M143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#x407;" horiz-adv-x="655" d="M-31 1556v205h246v-205h-246zM174 0v1352h307v-1352h-307zM440 1556v205h246v-205h-246z" />
-<glyph unicode="&#x408;" d="M143 276v246h308v-276q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v1106h307v-1076q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116z" />
-<glyph unicode="&#x409;" horiz-adv-x="2682" d="M82 0v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5t30 93t12.5 124v789h1024v-512h635q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942v1178h-410v-615 q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11zM1413 174h696q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-492z" />
-<glyph unicode="&#x40a;" horiz-adv-x="2846" d="M143 0v1352h308v-512h819v512h307v-512h635q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-942v666h-819v-666h-308zM1577 174h696q24 0 36.5 0.5t32 4t29.5 11 t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-492z" />
-<glyph unicode="&#x40b;" horiz-adv-x="2334" d="M61 1178v174h1700v-174h-696v-338h635q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-563h-307v594q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-666h-307v1178h-697z" />
-<glyph unicode="&#x40c;" horiz-adv-x="1658" d="M143 0v1352h308v-717l716 717h369l-635 -635l717 -717h-369l-532 532l-266 -266v-266h-308zM645 1495l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x40d;" d="M143 0v1352h308v-1004l901 1004h327v-1352h-307v1004l-901 -1004h-328zM584 1823h307l205 -328h-185z" />
-<glyph unicode="&#x40e;" horiz-adv-x="1638" d="M41 1352h328l450 -676l451 676h327l-778 -1168q-22 -34 -33.5 -49.5t-31 -40t-33.5 -35t-36.5 -25t-46 -20t-55.5 -10t-71 -4.5h-266v174h123q59 0 86.5 7.5t45.5 25.5t52 69l102 154zM492 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5 t-231.5 -96.5t-231 96.5t-96 231.5z" />
-<glyph unicode="&#x40f;" d="M143 0v1352h308v-1178h921v1178h307v-1352h-635v-307h-266v307h-635z" />
-<glyph unicode="&#x410;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM645 594h533l-267 532z" />
-<glyph unicode="&#x411;" d="M143 0v1352h1434v-174h-1126v-338h737q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-1045zM451 174h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-492z" />
-<glyph unicode="&#x412;" d="M143 0v1352h1024q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q36 -9 64 -21t57.5 -34.5t46 -60.5t16.5 -89v-277q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-1045zM451 174h798 q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-492zM451 840h778q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-778v-338z" />
-<glyph unicode="&#x413;" horiz-adv-x="1638" d="M143 0v1352h1434v-174h-1126v-1178h-308z" />
-<glyph unicode="&#x414;" horiz-adv-x="2007" d="M82 174q219 0 314.5 99.5t95.5 310.5v768h1228v-1178h205v-481h-266v307h-1311v-307h-266v481zM655 174h758v1004h-614v-594q0 -143 -37.5 -237.5t-106.5 -172.5z" />
-<glyph unicode="&#x415;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434z" />
-<glyph unicode="&#x416;" horiz-adv-x="2355" d="M41 0l717 717l-635 635h369l532 -533v533h307v-533l533 533h368l-635 -635l717 -717h-368l-533 532l-82 -81v-451h-307v451l-82 81l-532 -532h-369z" />
-<glyph unicode="&#x417;" horiz-adv-x="1720" d="M143 0v174h1004q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-819v174h819q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1004v174h942q69 0 106 -1t98 -6 t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q70 -17 117 -68.5t47 -136.5v-277q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942z" />
-<glyph unicode="&#x418;" d="M143 0v1352h308v-1004l901 1004h327v-1352h-307v1004l-901 -1004h-328z" />
-<glyph unicode="&#x419;" d="M143 0v1352h308v-1004l901 1004h327v-1352h-307v1004l-901 -1004h-328zM584 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231 96.5t-96 231.5z" />
-<glyph unicode="&#x41a;" horiz-adv-x="1658" d="M143 0v1352h308v-717l716 717h369l-635 -635l717 -717h-369l-532 532l-266 -266v-266h-308z" />
-<glyph unicode="&#x41b;" horiz-adv-x="1863" d="M82 0v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5t30 93t12.5 124v789h1331v-1352h-307v1178h-717v-615q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11z" />
-<glyph unicode="&#x41c;" horiz-adv-x="2150" d="M143 0v1352h410l522 -1045l522 1045h410v-1352h-307v1004l-502 -1004h-246l-501 1004v-1004h-308z" />
-<glyph unicode="&#x41d;" d="M143 0v1352h308v-512h921v512h307v-1352h-307v666h-921v-666h-308z" />
-<glyph unicode="&#x41e;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860z" />
-<glyph unicode="&#x41f;" d="M143 0v1352h1536v-1352h-307v1178h-921v-1178h-308z" />
-<glyph unicode="&#x420;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-246q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-737v-553h-308zM451 727h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v307q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-451z" />
-<glyph unicode="&#x421;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116z" />
-<glyph unicode="&#x422;" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697z" />
-<glyph unicode="&#x423;" horiz-adv-x="1638" d="M41 1352h328l450 -676l451 676h327l-778 -1168q-22 -34 -33.5 -49.5t-31 -40t-33.5 -35t-36.5 -25t-46 -20t-55.5 -10t-71 -4.5h-266v174h123q59 0 86.5 7.5t45.5 25.5t52 69l102 154z" />
-<glyph unicode="&#x424;" horiz-adv-x="2027" d="M143 430v492q0 67 17.5 116t57.5 78.5t76.5 47t105.5 24.5t111 8.5t124 1.5h225v154h307v-154h226q82 0 124 -1.5t110.5 -8.5t105 -24.5t77 -47t57.5 -78.5t17 -116v-492q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-226v-154h-307v154h-225 q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 399q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h287v696h-287q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-553zM1167 328h287q25 0 37 0.5t32 4t29 10.5t17 21t8 35v553 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-287v-696z" />
-<glyph unicode="&#x425;" horiz-adv-x="1802" d="M41 0l676 676l-676 676h369l491 -492l492 492h368l-676 -676l676 -676h-368l-492 492l-491 -492h-369z" />
-<glyph unicode="&#x426;" horiz-adv-x="1966" d="M143 0v1352h308v-1178h921v1178h307v-1178h205v-481h-266v307h-1475z" />
-<glyph unicode="&#x427;" d="M143 829v523h308v-553q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h799v625h307v-1352h-307v553h-737q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116z" />
-<glyph unicode="&#x428;" horiz-adv-x="2232" d="M143 0v1352h308v-1178h512v1178h307v-1178h512v1178h307v-1352h-1946z" />
-<glyph unicode="&#x429;" horiz-adv-x="2375" d="M143 0v1352h308v-1178h512v1178h307v-1178h512v1178h307v-1178h205v-481h-266v307h-1885z" />
-<glyph unicode="&#x42a;" horiz-adv-x="2129" d="M61 1178v174h799v-512h635q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942v1178h-492zM860 174h696q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-492z" />
-<glyph unicode="&#x42b;" horiz-adv-x="2232" d="M143 0v1352h308v-512h634q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942zM451 174h696q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-492zM1782 0v1352h307v-1352h-307z" />
-<glyph unicode="&#x42c;" horiz-adv-x="1720" d="M143 0v1352h308v-512h634q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942zM451 174h696q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-492z" />
-<glyph unicode="&#x42d;" d="M143 348h308q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5v318h-768v174h768v164q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9 t-48.5 4.5t-49 1.5h-51.5h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5h-308q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5 t57.5 -61.5t41.5 -86.5t12.5 -115v-656q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307q-68 0 -103 0.5t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5z" />
-<glyph unicode="&#x42e;" horiz-adv-x="2437" d="M143 0v1352h308v-584h307v307q0 58 15.5 102.5t37.5 73.5t64.5 49t75.5 30t94 15t98 6t106 1h553q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-553 q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116v318h-307v-594h-308zM1065 246q0 -21 7.5 -35t17.5 -21.5t29.5 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676 q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-860z" />
-<glyph unicode="&#x42f;" d="M61 0l594 594h-20q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v205q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h1044v-1352h-307v594h-348l-594 -594h-369zM451 840q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h799v410 h-799q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-266z" />
-<glyph unicode="&#x430;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#x431;" horiz-adv-x="1433" d="M123 236v634q0 176 109 280.5t349 153t648 48.5v-123q-155 0 -297 -14.5t-261 -43t-190 -77t-71 -111.5h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5 t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5 t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x432;" horiz-adv-x="1433" d="M123 0v983h758h69t64.5 -2t64 -5.5t56.5 -10.5t52.5 -17t41 -25.5t34 -36t19.5 -48t8 -60.5v-51q0 -152 -133 -184q154 -38 154 -185v-153q0 -33 -8 -60.5t-19.5 -48t-34 -36t-41 -25.5t-52.5 -17t-57 -10.5t-64.5 -5.5t-64.5 -2h-69h-778zM410 154h512q26 0 39 1 t30.5 5.5t25 15.5t7.5 29v205q0 18 -7.5 29t-25 15.5t-30.5 5.5t-39 1h-512v-307zM410 614h491q25 0 38.5 1t31 5.5t25.5 16t8 29.5v112q0 18 -8 29t-25.5 15.5t-30.5 5.5t-39 1h-491v-215z" />
-<glyph unicode="&#x433;" horiz-adv-x="1351" d="M123 0v983h1106v-154h-819v-829h-287z" />
-<glyph unicode="&#x434;" horiz-adv-x="1658" d="M61 154q108 0 178 13.5t119.5 48.5t71 94t21.5 151v522h983v-829h163v-410h-245v256h-1045v-256h-246v410zM631 154h516v675h-410v-368q0 -201 -106 -307z" />
-<glyph unicode="&#x435;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x436;" horiz-adv-x="1884" d="M41 0l512 512l-471 471h328l389 -389v389h286v-389l390 389h327l-471 -471l512 -512h-327l-349 348l-82 -82v-266h-286v266l-82 82l-348 -348h-328z" />
-<glyph unicode="&#x437;" horiz-adv-x="1351" d="M123 0v154h717q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-553v153h553q25 0 38.5 1.5t30.5 6.5t25 18.5t8 35.5v92q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5 t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-21q0 -146 -154 -184q154 -38 154 -185v-122q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696z" />
-<glyph unicode="&#x438;" horiz-adv-x="1433" d="M123 0v983h287v-676l594 676h307v-983h-287v676l-594 -676h-307z" />
-<glyph unicode="&#x439;" horiz-adv-x="1433" d="M123 0v983h287v-676l594 676h307v-983h-287v676l-594 -676h-307zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5z" />
-<glyph unicode="&#x43a;" horiz-adv-x="1310" d="M123 0v983h287v-491l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287z" />
-<glyph unicode="&#x43b;" horiz-adv-x="1392" d="M61 0v154q123 31 174.5 100t51.5 207v522h983v-983h-287v829h-410v-368q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5z" />
-<glyph unicode="&#x43c;" horiz-adv-x="1740" d="M123 0v983h399l348 -696l349 696h399v-983h-287v696l-348 -696h-225l-348 696v-696h-287z" />
-<glyph unicode="&#x43d;" horiz-adv-x="1433" d="M123 0v983h287v-369h614v369h287v-983h-287v461h-614v-461h-287z" />
-<glyph unicode="&#x43e;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x43f;" horiz-adv-x="1433" d="M123 0v983h1188v-983h-287v829h-614v-829h-287z" />
-<glyph unicode="&#x440;" horiz-adv-x="1433" d="M123 -461v1444h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287zM410 154h512q20 0 30.5 0.5 t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675z" />
-<glyph unicode="&#x441;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x442;" horiz-adv-x="1433" d="M123 829v154h1188v-154h-451v-829h-287v829h-450z" />
-<glyph unicode="&#x443;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184z" />
-<glyph unicode="&#x444;" horiz-adv-x="1925" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h287v369h287v-369h287q173 0 243 -17q136 -34 160 -155q6 -29 6 -63v-512q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-287v-461h-287v461h-287q-59 0 -88.5 0.5 t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v675h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM1106 154h307q26 0 39 1t30.5 6.5t25.5 18.5t8 35v553q0 22 -8 35t-25.5 18.5 t-30.5 6.5t-39 1h-307v-675z" />
-<glyph unicode="&#x445;" horiz-adv-x="1392" d="M41 0l491 492l-491 491h328l327 -328l328 328h328l-492 -491l492 -492h-328l-328 328l-327 -328h-328z" />
-<glyph unicode="&#x446;" horiz-adv-x="1536" d="M123 0v983h287v-829h614v829h287v-829h164v-410h-246v256h-1106z" />
-<glyph unicode="&#x447;" horiz-adv-x="1433" d="M123 635v348h287v-369q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v430h287v-983h-287v399h-492q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x448;" horiz-adv-x="1843" d="M123 0v983h287v-829h368v829h287v-829h369v829h286v-983h-1597z" />
-<glyph unicode="&#x449;" horiz-adv-x="1945" d="M123 0v983h287v-829h368v829h287v-829h369v829h286v-829h164v-410h-246v256h-1515z" />
-<glyph unicode="&#x44a;" horiz-adv-x="1679" d="M123 829v154h614v-369h410q173 0 243 -17q136 -34 160 -155q6 -29 6 -63v-143q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-696v829h-328zM737 154h430q26 0 39 1t30.5 6.5t25.5 18.5t8 35v184q0 18 -6.5 30t-14.5 18t-24 9.5t-27 4t-31 0.5 h-430v-307z" />
-<glyph unicode="&#x44b;" horiz-adv-x="1843" d="M123 0v983h287v-369h409q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696zM410 154h430q20 0 30.5 0.5t26.5 3.5 t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-430v-307zM1434 0v983h286v-983h-286z" />
-<glyph unicode="&#x44c;" horiz-adv-x="1351" d="M123 0v983h287v-369h409q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696zM410 154h430q20 0 30.5 0.5t26.5 3.5 t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-430v-307z" />
-<glyph unicode="&#x44d;" horiz-adv-x="1433" d="M123 266h287q0 -30 13 -51t33 -32.5t51.5 -18t60 -8.5t67.5 -2h164q28 0 42.5 0.5t40 1.5t39 5t33 10t30 15.5t21 23.5t15 33.5t4.5 43.5v174h-512v153h512v82q0 36 -13 61t-32.5 39t-52 21.5t-60 9.5t-67.5 2h-164q-39 0 -67.5 -2t-60 -8.5t-51.5 -18t-33 -32.5t-13 -51 h-287q0 47 11 85t35 65t51.5 47t69.5 32t79 20t91.5 11.5t94.5 4.5t100 1h123q76 0 115 -1t105.5 -6.5t102.5 -16t82.5 -32t70 -52.5t40.5 -79t17 -110v-389q0 -62 -17 -110t-40.5 -79t-70 -52.5t-82.5 -32t-102.5 -16t-105.5 -6.5t-115 -1h-123q-60 0 -100 1t-94.5 4.5 t-91.5 11.5t-79 20t-69.5 32t-51.5 47t-35 65t-11 85z" />
-<glyph unicode="&#x44e;" horiz-adv-x="2007" d="M123 0v983h287v-410h286v175q0 39 8 70.5t19.5 54.5t34 41t41 29.5t53 19.5t56.5 11.5t64.5 5.5t65 2.5t68.5 0.5h369q173 0 243 -17q136 -34 160 -155q6 -29 6 -63v-512q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-369q-46 0 -69 0.5 t-64.5 2.5t-64.5 6t-57 12t-52.5 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5v184h-286v-420h-287zM983 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553z" />
-<glyph unicode="&#x44f;" horiz-adv-x="1433" d="M82 0l399 399q-52 0 -91 2.5t-83 10.5t-74.5 24.5t-57 41.5t-39.5 65t-13 92v113q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h779v-983h-287v399h-215l-399 -399h-328zM410 614q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v276h-512 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x450;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h307l205 -328h-184zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x451;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x452;" horiz-adv-x="1515" d="M41 1044v134h164v174h287v-174h450v-134h-450v-215h491q181 0 253 -17q137 -32 154 -149q3 -18 3 -38v-625q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154q123 31 174 100t51 207v625q0 18 -7.5 29t-25 15.5t-30.5 5.5t-39 1h-512 v-676h-287v1044h-164z" />
-<glyph unicode="&#x453;" horiz-adv-x="1351" d="M123 0v983h1106v-154h-819v-829h-287zM492 1126l204 328h308l-328 -328h-184z" />
-<glyph unicode="&#x454;" horiz-adv-x="1433" d="M123 297v389q0 62 17 110t40.5 79t70 52.5t82 32t102 16t105.5 6.5t115 1h123q53 0 89 -0.5t85 -3.5t83 -8t74.5 -14.5t67.5 -23t54.5 -33.5t43.5 -46t26 -60.5t10 -76.5h-287q0 30 -13 51t-33 32.5t-51.5 18t-60 8.5t-67.5 2h-164q-28 0 -42.5 -0.5t-40 -1.5t-39 -5 t-33 -10t-30 -15.5t-21 -23.5t-15 -33.5t-4.5 -43.5v-82h512v-153h-512v-174q0 -24 4.5 -43.5t15 -33.5t21 -23.5t30 -15.5t33 -10t39 -5t40 -1.5t42.5 -0.5h164q39 0 67.5 2t60 8.5t51.5 18t33 32.5t13 51h287q0 -42 -10 -76.5t-26 -60.5t-43.5 -46t-54.5 -33.5t-67.5 -23 t-74.5 -14.5t-83 -8t-85 -3.5t-89 -0.5h-123q-76 0 -115 1t-105.5 6.5t-102 16t-82 32t-70 52.5t-40.5 79t-17 110z" />
-<glyph unicode="&#x455;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778z" />
-<glyph unicode="&#x456;" horiz-adv-x="532" d="M123 0v983h287v-983h-287zM123 1147v205h287v-205h-287z" />
-<glyph unicode="&#x457;" horiz-adv-x="655" d="M-31 1188v205h246v-205h-246zM184 0v983h287v-983h-287zM440 1188v205h246v-205h-246z" />
-<glyph unicode="&#x458;" horiz-adv-x="532" d="M-102 -307q123 31 174 100t51 207v983h287v-983q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154zM123 1147v205h287v-205h-287z" />
-<glyph unicode="&#x459;" horiz-adv-x="2088" d="M61 0v154q123 31 174.5 100t51.5 207v522h860v-369h409q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696v829 h-287v-368q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5zM1147 154h430q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-430v-307z" />
-<glyph unicode="&#x45a;" horiz-adv-x="2170" d="M123 0v983h287v-369h532v369h287v-369h409q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696v461h-532v-461h-287 zM1229 154h430q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-430v-307z" />
-<glyph unicode="&#x45b;" horiz-adv-x="1515" d="M41 1044v134h164v174h287v-174h450v-134h-450v-215h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-594h-287v614q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-512v-676h-287v1044h-164z" />
-<glyph unicode="&#x45c;" horiz-adv-x="1310" d="M123 0v983h287v-491l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287zM471 1126l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x45d;" horiz-adv-x="1433" d="M123 0v983h287v-676l594 676h307v-983h-287v676l-594 -676h-307zM389 1454h307l205 -328h-184z" />
-<glyph unicode="&#x45e;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM369 1454h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5 t-231 96.5t-96 231.5z" />
-<glyph unicode="&#x45f;" horiz-adv-x="1433" d="M123 0v983h287v-829h614v829h287v-983h-471v-256h-246v256h-471z" />
-<glyph unicode="&#x462;" horiz-adv-x="1884" d="M41 1044v154h164v154h307v-154h461v-154h-461v-204h737q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-1044v1044h-164zM512 174h799q24 0 36.5 0.5t32 4t29.5 11 t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-799v-492z" />
-<glyph unicode="&#x463;" horiz-adv-x="1474" d="M41 737v133h123v113h287v-113h307v-133h-307v-123h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-778v737 h-123zM451 154h512q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-512v-307z" />
-<glyph unicode="&#x472;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-921v-420zM451 840h921v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4 t-29 -11t-17 -21.5t-7.5 -35v-266z" />
-<glyph unicode="&#x473;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v246h-614v-246zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x474;" horiz-adv-x="2027" d="M41 1352h317l553 -1106l430 860q17 34 27 53t29.5 49t36 47t43.5 38t56.5 32t69.5 19t87 8h276v-174h-164q-50 0 -79.5 -12.5t-45.5 -33t-39 -67.5l-532 -1065h-389z" />
-<glyph unicode="&#x475;" horiz-adv-x="1597" d="M41 983h287l368 -737l262 524q22 45 37 70.5t41 56.5t55 47t73.5 27.5t101.5 11.5h209v-154h-107q-65 0 -86.5 -14.5t-46.5 -64.5l-375 -750h-328z" />
-<glyph unicode="&#x48c;" horiz-adv-x="1884" d="M41 1044v154h164v154h307v-154h461v-154h-461v-204h737q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-1044v1044h-164zM512 174h799q24 0 36.5 0.5t32 4t29.5 11 t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-799v-492z" />
-<glyph unicode="&#x48d;" horiz-adv-x="1474" d="M41 737v133h123v113h287v-113h307v-133h-307v-123h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-778v737 h-123zM451 154h512q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-512v-307z" />
-<glyph unicode="&#x48e;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-246q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5l102 -102l-123 -123l-225 225h-491v-553h-308zM451 727h317l-102 102l122 123l226 -225h235 q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v307q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-451z" />
-<glyph unicode="&#x48f;" horiz-adv-x="1433" d="M123 -461v1444h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -125 -71.5 -176.5t-225.5 -59.5l102 -102l-123 -123l-225 225h-358v-461h-287zM410 154h204l-102 102l123 123l225 -225h62q20 0 30.5 0.5 t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675z" />
-<glyph unicode="&#x490;" horiz-adv-x="1638" d="M143 0v1352h1168v307h266v-481h-1126v-1178h-308z" />
-<glyph unicode="&#x491;" horiz-adv-x="1351" d="M123 0v983h860v256h246v-410h-819v-829h-287z" />
-<glyph unicode="&#x492;" horiz-adv-x="1699" d="M41 676v153h164v523h1433v-174h-1126v-349h461v-153h-461v-676h-307v676h-164z" />
-<glyph unicode="&#x493;" horiz-adv-x="1392" d="M41 471v133h123v379h1106v-154h-819v-225h307v-133h-307v-471h-287v471h-123z" />
-<glyph unicode="&#x494;" d="M143 0v1352h1434v-174h-1126v-338h737q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-461q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5t30 93 t12.5 124v492q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-666h-308z" />
-<glyph unicode="&#x495;" horiz-adv-x="1433" d="M123 0v983h1106v-154h-819v-215h491q181 0 253 -17q137 -32 154 -149q3 -18 3 -38v-410q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154q123 31 174 100t51 207v410q0 18 -7.5 29t-25 15.5t-30.5 5.5t-39 1h-512v-461h-287z" />
-<glyph unicode="&#x496;" horiz-adv-x="2396" d="M41 0l717 717l-635 635h369l532 -533v533h307v-533l533 533h368l-635 -635l543 -543h174v-481h-266v307h-102l-533 532l-82 -81v-451h-307v451l-82 81l-532 -532h-369z" />
-<glyph unicode="&#x497;" horiz-adv-x="1904" d="M41 0l512 512l-471 471h328l389 -389v389h286v-389l390 389h327l-471 -471l359 -358h153v-410h-246v256h-81l-349 348l-82 -82v-266h-286v266l-82 82l-348 -348h-328z" />
-<glyph unicode="&#x498;" horiz-adv-x="1720" d="M143 0v174h1004q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-819v174h819q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1004v174h942q69 0 106 -1t98 -6 t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q70 -17 117 -68.5t47 -136.5v-277q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942zM696 -358h62q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100 t-149 166h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-52.5 -33t-68 -19.5t-75.5 -9t-82 -2.5h-103v103z" />
-<glyph unicode="&#x499;" horiz-adv-x="1351" d="M123 0v154h717q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-553v153h553q25 0 38.5 1.5t30.5 6.5t25 18.5t8 35.5v92q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5 t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-21q0 -146 -154 -184q154 -38 154 -185v-122q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696zM471 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5 q0 47 -36 100.5t-148 165.5h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#x49a;" horiz-adv-x="1699" d="M143 0v1352h308v-717l716 717h369l-635 -635l543 -543h174v-481h-266v307h-103l-532 532l-266 -266v-266h-308z" />
-<glyph unicode="&#x49b;" horiz-adv-x="1331" d="M123 0v983h287v-491l491 491h328l-471 -471l358 -358h154v-410h-246v256h-82l-348 348l-184 -184v-164h-287z" />
-<glyph unicode="&#x49c;" horiz-adv-x="1658" d="M143 0v1352h308v-717l133 133v410h153v-256l430 430h369l-635 -635l717 -717h-369l-512 512v-338h-153v225l-133 -133v-266h-308z" />
-<glyph unicode="&#x49d;" horiz-adv-x="1310" d="M123 0v983h287v-491l102 102v287h133v-154l256 256h328l-471 -471l512 -512h-328l-297 297v-195h-133v164l-102 -102v-164h-287z" />
-<glyph unicode="&#x49e;" horiz-adv-x="1720" d="M41 1024v154h164v174h307v-174h164v-154h-164v-389l717 717h368l-634 -635l716 -717h-368l-533 532l-266 -266v-266h-307v1024h-164z" />
-<glyph unicode="&#x49f;" horiz-adv-x="1351" d="M41 696v133h123v154h287v-154h122v-133h-122v-204l491 491h328l-471 -471l512 -512h-328l-348 348l-184 -184v-164h-287v696h-123z" />
-<glyph unicode="&#x4a0;" horiz-adv-x="2068" d="M61 1178v174h799v-717l717 717h369l-635 -635l717 -717h-369l-533 532l-266 -266v-266h-307v1178h-492z" />
-<glyph unicode="&#x4a1;" horiz-adv-x="1638" d="M123 829v154h614v-491l492 491h327l-471 -471l512 -512h-327l-348 348l-185 -184v-164h-286v829h-328z" />
-<glyph unicode="&#x4a2;" horiz-adv-x="1966" d="M143 0v1352h308v-512h921v512h307v-1178h205v-481h-266v307h-246v666h-921v-666h-308z" />
-<glyph unicode="&#x4a3;" horiz-adv-x="1536" d="M123 0v983h287v-369h614v369h287v-829h164v-410h-246v256h-205v461h-614v-461h-287z" />
-<glyph unicode="&#x4a4;" horiz-adv-x="2560" d="M143 0v1352h308v-512h921v512h1127v-174h-820v-1178h-307v666h-921v-666h-308z" />
-<glyph unicode="&#x4a5;" horiz-adv-x="1966" d="M123 0v983h287v-369h614v369h819v-154h-532v-829h-287v461h-614v-461h-287z" />
-<glyph unicode="&#x4a6;" horiz-adv-x="2846" d="M143 0v1352h1434v-512h635q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-461q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5t30 93t12.5 124v492 q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-666h-307v1178h-819v-1178h-308z" />
-<glyph unicode="&#x4a7;" horiz-adv-x="2170" d="M123 0v983h1106v-369h409q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-379q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154q123 31 174 100t51 207v399q0 22 -8 35.5t-25 18.5 t-30.5 6.5t-38.5 1.5h-430v-461h-287v829h-532v-829h-287z" />
-<glyph unicode="&#x4a8;" horiz-adv-x="2293" d="M143 348v656q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307v-174h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5v-656q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9 t48.5 -4.5t49 -1.5h51.5h41q-41 64 -41 174v287q0 64 12.5 115t41.5 86.5t57.5 61.5t81.5 41.5t90.5 25t106.5 13t108 4.5t116 1q68 0 103 -0.5t97.5 -3.5t96.5 -9t85 -17.5t79 -29t62 -44t51 -60.5t29 -80.5t12 -103.5v-287q0 -110 -41 -174h204v-174h-1392q-68 0 -103 0.5 t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5zM1065 348q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5v287q0 28 -6 51.5 t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9t-48.5 4.5t-49 1.5h-51.5h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5v-287z" />
-<glyph unicode="&#x4a9;" horiz-adv-x="1966" d="M123 297v389q0 62 17 110t40.5 79t70 52.5t82 32t102 16t105.5 6.5t115 1h328v-154h-348q-28 0 -42.5 -0.5t-40 -1.5t-39 -5t-33 -10t-30 -15.5t-21 -23.5t-15 -33.5t-4.5 -43.5v-409q0 -24 4.5 -43.5t15 -33.5t21 -23.5t30 -15.5t33 -10t39 -5t40 -1.5t42.5 -0.5h92 q-31 64 -31 143v82q0 62 17 110t40 79t68.5 52.5t80.5 32t98.5 16t100 6.5t107.5 1t107.5 -1t100 -6.5t98.5 -16t80.5 -32t68.5 -52.5t40 -79t17 -110v-82q0 -81 -30 -143h153v-154h-1188q-76 0 -115 1t-105.5 6.5t-102 16t-82 32t-70 52.5t-40.5 79t-17 110zM983 287 q0 -24 4.5 -43.5t15 -33.5t21 -23.5t30 -15.5t33 -10t39 -5t40 -1.5t42.5 -0.5q38 0 57 0.5t51 4t48.5 12t35 22.5t26.5 38t8 56v102q0 32 -8 56t-26.5 38t-35 22.5t-48.5 12t-51 4t-57 0.5q-28 0 -42.5 -0.5t-40 -1.5t-39 -5t-33 -10t-30 -15.5t-21 -23.5t-15 -33.5 t-4.5 -43.5v-102z" />
-<glyph unicode="&#x4aa;" horiz-adv-x="1720" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-860q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h1004v-174h-942q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47 t-57.5 78.5t-17.5 116zM758 -358h61q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100.5t-148 165.5h205q107 -107 145.5 -164.5t38.5 -111.5q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-102v103z" />
-<glyph unicode="&#x4ab;" horiz-adv-x="1351" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h717v-154h-697q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5 t-53.5 42t-31 63t-13 87zM573 -358h62q36 0 61 3t50.5 12t39 28.5t13.5 48.5q0 47 -36 100t-149 166h205q108 -108 146.5 -165t38.5 -111q0 -40 -12.5 -70.5t-36.5 -50.5t-53 -33t-68.5 -19.5t-75.5 -9t-82 -2.5h-103v103z" />
-<glyph unicode="&#x4ac;" d="M61 1178v174h1700v-174h-696v-1004h205v-481h-266v307h-246v1178h-697z" />
-<glyph unicode="&#x4ad;" horiz-adv-x="1433" d="M123 829v154h1188v-154h-451v-675h164v-410h-246v256h-205v829h-450z" />
-<glyph unicode="&#x4ae;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635z" />
-<glyph unicode="&#x4af;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-512 -1024v-420h-287v420z" />
-<glyph unicode="&#x4b0;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-205h358v-154h-358v-276h-307v276h-359v154h359v205z" />
-<glyph unicode="&#x4b1;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-512 -1024v-123h256v-133h-256v-164h-287v164h-256v133h256v123z" />
-<glyph unicode="&#x4b2;" horiz-adv-x="1843" d="M41 0l676 676l-676 676h369l491 -492l492 492h368l-676 -676l502 -502h174v-481h-266v307h-102l-492 492l-491 -492h-369z" />
-<glyph unicode="&#x4b3;" horiz-adv-x="1413" d="M41 0l491 492l-491 491h328l327 -328l328 328h328l-492 -491l338 -338h154v-410h-246v256h-82l-328 328l-327 -328h-328z" />
-<glyph unicode="&#x4b4;" horiz-adv-x="2580" d="M61 1178v174h1700v-174h-696v-1004h922v1178h307v-1178h205v-481h-267v307h-1474v1178h-697z" />
-<glyph unicode="&#x4b5;" horiz-adv-x="1986" d="M123 829v154h1188v-154h-451v-675h615v829h286v-829h164v-410h-246v256h-1106v829h-450z" />
-<glyph unicode="&#x4b6;" horiz-adv-x="1966" d="M143 829v523h308v-553q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h799v625h307v-1178h205v-481h-266v307h-246v553h-737q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116z" />
-<glyph unicode="&#x4b7;" horiz-adv-x="1536" d="M123 635v348h287v-369q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v430h287v-829h164v-410h-246v256h-205v399h-492q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x4b8;" d="M143 829v523h308v-553q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h256v277h154v-277h389v625h307v-1352h-307v553h-389v-277h-154v277h-194q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116z" />
-<glyph unicode="&#x4b9;" horiz-adv-x="1433" d="M123 635v348h287v-369q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h133v205h133v-205h246v430h287v-983h-287v399h-246v-204h-133v204h-113q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x4ba;" d="M143 0v1352h308v-512h737q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-563h-307v594q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-666h-308z" />
-<glyph unicode="&#x4bb;" horiz-adv-x="1433" d="M123 0v983h287v-369h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-379h-287v399q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-512v-461h-287z" />
-<glyph unicode="&#x4bc;" horiz-adv-x="2252" d="M82 942v102h307v-133q0 -21 8 -35t17 -21t29 -10.5t32 -4t37 -0.5h61v164q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5t57.5 -61.5t41.5 -86.5t12.5 -115v-338h-1228v-318 q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5h307q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307 q-68 0 -103 0.5t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5v318q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM881 840h921v164q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9t-48.5 4.5t-49 1.5h-51.5h-307 h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5v-164z" />
-<glyph unicode="&#x4bd;" horiz-adv-x="1843" d="M82 696v103h287v-123q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h61v72q0 62 17 110t40.5 79t70 52.5t82.5 32t102.5 16t105.5 6.5t115 1h123q60 0 100 -1t94.5 -4.5t91.5 -11.5t79 -20t69.5 -32t51.5 -47t35 -65t11 -85v-256h-901v-174q0 -24 4.5 -43.5t15 -33.5 t21 -23.5t30 -15.5t33 -10t39 -5t40 -1.5t42.5 -0.5h164q39 0 67.5 2t60.5 8.5t51.5 18t33 32.5t13.5 51h286q0 -47 -11 -85t-35 -65t-51.5 -47t-69.5 -32t-79 -20t-91.5 -11.5t-94.5 -4.5t-100 -1h-123q-76 0 -115 1t-105.5 6.5t-102.5 16t-82.5 32t-70 52.5t-40.5 79 t-17 110v164h-40q-46 0 -68.5 0.5t-65 2.5t-64.5 5.5t-56.5 11.5t-53 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5zM819 614h615v103q0 27 -8 47.5t-26.5 32t-35 18.5t-49 10t-50.5 3.5t-57 0.5h-164q-28 0 -42.5 -0.5t-40 -1.5t-39 -5t-33 -10t-30 -15.5t-21 -23.5t-15 -33.5 t-4.5 -43.5v-82z" />
-<glyph unicode="&#x4be;" horiz-adv-x="2252" d="M82 942v102h307v-133q0 -21 8 -35t17 -21t29 -10.5t32 -4t37 -0.5h61v164q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5t57.5 -61.5t41.5 -86.5t12.5 -115v-338h-1228v-318 q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5h307q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-20 v-307h-267v307h-20q-68 0 -103 0.5t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5v318q-82 0 -124 1.5t-110.5 8.5t-105 24.5t-77 47t-57.5 78.5t-17 116zM881 840h921v164q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9t-48.5 4.5 t-49 1.5h-51.5h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5v-164z" />
-<glyph unicode="&#x4bf;" horiz-adv-x="1843" d="M82 696v103h287v-123q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h61v72q0 62 17 110t40.5 79t70 52.5t82.5 32t102.5 16t105.5 6.5t115 1h123q60 0 100 -1t94.5 -4.5t91.5 -11.5t79 -20t69.5 -32t51.5 -47t35 -65t11 -85v-256h-901v-174q0 -24 4.5 -43.5t15 -33.5 t21 -23.5t30 -15.5t33 -10t39 -5t40 -1.5t42.5 -0.5h164q39 0 67.5 2t60.5 8.5t51.5 18t33 32.5t13.5 51h286q0 -59 -19 -104.5t-56 -74t-78.5 -46.5t-100.5 -26.5t-106.5 -11.5t-110.5 -3v-256h-245v256q-57 0 -95 1.5t-92 7.5t-90 17.5t-76 33.5t-64 52.5t-39.5 77.5 t-15.5 107v164h-40q-46 0 -68.5 0.5t-65 2.5t-64.5 5.5t-56.5 11.5t-53 19.5t-41 29.5t-34 41t-19.5 54.5t-8 70.5zM819 614h615v103q0 27 -8 47.5t-26.5 32t-35 18.5t-49 10t-50.5 3.5t-57 0.5h-164q-28 0 -42.5 -0.5t-40 -1.5t-39 -5t-33 -10t-30 -15.5t-21 -23.5 t-15 -33.5t-4.5 -43.5v-82z" />
-<glyph unicode="&#x4c0;" horiz-adv-x="593" d="M143 0v1352h308v-1352h-308z" />
-<glyph unicode="&#x4c1;" horiz-adv-x="2355" d="M41 0l717 717l-635 635h369l532 -533v533h307v-533l533 533h368l-635 -635l717 -717h-368l-533 532l-82 -81v-451h-307v451l-82 81l-532 -532h-369zM850 1823h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5z" />
-<glyph unicode="&#x4c2;" horiz-adv-x="1884" d="M41 0l512 512l-471 471h328l389 -389v389h286v-389l390 389h327l-471 -471l512 -512h-327l-349 348l-82 -82v-266h-286v266l-82 82l-348 -348h-328zM614 1454h154q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231.5 96.5t-96.5 231.5z " />
-<glyph unicode="&#x4c3;" horiz-adv-x="1597" d="M143 0v1352h308v-512h204l512 512h369l-512 -512q54 0 95 -1.5t88 -7.5t81 -16.5t67 -29t53.5 -44t33 -63t12.5 -84.5v-492q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5 t30 93t12.5 124v502q0 18 -7.5 30t-17.5 18t-29 9.5t-32 4t-37 0.5h-573v-666h-308z" />
-<glyph unicode="&#x4c4;" horiz-adv-x="1310" d="M123 0v983h287v-369h122l369 369h328l-369 -369q58 0 101.5 -4.5t88.5 -19.5t73.5 -40t46.5 -68t18 -103v-379q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154q123 31 174 100t51 207v399q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5 h-389v-461h-287z" />
-<glyph unicode="&#x4c7;" d="M143 0v1352h308v-512h921v512h307v-1250q0 -104 -24.5 -188t-59.5 -139.5t-94.5 -98.5t-106.5 -65.5t-119 -39t-110 -21.5t-100 -11v174q31 6 50 10.5t55 18t59.5 29.5t53 46.5t47 67.5t30 93t12.5 124v564h-921v-666h-308z" />
-<glyph unicode="&#x4c8;" horiz-adv-x="1433" d="M123 0v983h287v-369h614v369h287v-983q0 -85 -19 -153.5t-45.5 -113.5t-74 -80t-85 -53.5t-99 -32t-95.5 -18t-94 -10.5v154q123 31 174 100t51 207v461h-614v-461h-287z" />
-<glyph unicode="&#x4cb;" d="M143 829v523h308v-553q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h799v625h307v-1352h-245v-307h-267v481h205v379h-737q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116z" />
-<glyph unicode="&#x4cc;" horiz-adv-x="1433" d="M123 635v348h287v-369q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v430h287v-983h-205v-256h-246v410h164v245h-492q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87z" />
-<glyph unicode="&#x4d0;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM584 1823h153q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231 96.5t-96 231.5zM645 594h533l-267 532z" />
-<glyph unicode="&#x4d1;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512 q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z" />
-<glyph unicode="&#x4d2;" d="M41 0l676 1352h389l676 -1352h-307l-215 430h-697l-215 -430h-307zM553 1556v205h246v-205h-246zM645 594h533l-267 532zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4d3;" horiz-adv-x="1433" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-748h-779 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4d4;" horiz-adv-x="2641" d="M41 0l676 1352h1782v-174h-1024v-338h921v-174h-921v-492h1024v-174h-1332v430h-604l-215 -430h-307zM645 594h522v584h-231z" />
-<glyph unicode="&#x4d5;" horiz-adv-x="2334" d="M123 236v143q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h1597q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246 q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-1639q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v307h-512q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-184z M1311 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x4d6;" horiz-adv-x="1720" d="M143 0v1352h1434v-174h-1126v-338h1024v-174h-1024v-492h1126v-174h-1434zM532 1823h154q0 -72 51 -123t123 -51t123 51t51 123h154q0 -135 -96.5 -231.5t-231.5 -96.5t-231.5 96.5t-96.5 231.5z" />
-<glyph unicode="&#x4d7;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-287h-901v-246q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h758v-154h-738 q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM389 1454h154q0 -72 51 -123t123 -51t123 51t51 123h153q0 -135 -96 -231.5t-231 -96.5t-231.5 96.5t-96.5 231.5zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410 q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x4d8;" d="M143 348v338h1229v318q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9t-48.5 4.5t-49 1.5h-51.5h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5h-308q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5 t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5t57.5 -61.5t41.5 -86.5t12.5 -115v-656q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307q-68 0 -103 0.5t-97.5 3.5t-96.5 9 t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5zM451 348q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5v164h-921v-164z" />
-<glyph unicode="&#x4d9;" horiz-adv-x="1433" d="M123 266v256h901v174q0 24 -4.5 43.5t-15 33.5t-21 23.5t-30 15.5t-33 10t-39 5t-40 1.5t-42.5 0.5h-164q-39 0 -67.5 -2t-60 -8.5t-51.5 -18t-33 -32.5t-13 -51h-287q0 47 11 85t35 65t51.5 47t69.5 32t79 20t91.5 11.5t94.5 4.5t100 1h123q76 0 115 -1t105.5 -6.5 t102.5 -16t82.5 -32t70 -52.5t40.5 -79t17 -110v-389q0 -62 -17 -110t-40.5 -79t-70 -52.5t-82.5 -32t-102.5 -16t-105.5 -6.5t-115 -1h-123q-60 0 -100 1t-94.5 4.5t-91.5 11.5t-79 20t-69.5 32t-51.5 47t-35 65t-11 85zM410 266q0 -24 7.5 -42t17 -29.5t29.5 -20 t34.5 -12.5t43.5 -6t44.5 -2h48.5h164q28 0 42.5 0.5t40 1.5t39 5t33 10t30 15.5t21 23.5t15 33.5t4.5 43.5v82h-614v-103z" />
-<glyph unicode="&#x4da;" d="M143 348v338h1229v318q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9t-48.5 4.5t-49 1.5h-51.5h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5h-308q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5 t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5t57.5 -61.5t41.5 -86.5t12.5 -115v-656q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307q-68 0 -103 0.5t-97.5 3.5t-96.5 9 t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5zM451 348q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5v164h-921v-164zM553 1556v205h246v-205h-246 zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4db;" horiz-adv-x="1433" d="M123 266v256h901v174q0 24 -4.5 43.5t-15 33.5t-21 23.5t-30 15.5t-33 10t-39 5t-40 1.5t-42.5 0.5h-164q-39 0 -67.5 -2t-60 -8.5t-51.5 -18t-33 -32.5t-13 -51h-287q0 47 11 85t35 65t51.5 47t69.5 32t79 20t91.5 11.5t94.5 4.5t100 1h123q76 0 115 -1t105.5 -6.5 t102.5 -16t82.5 -32t70 -52.5t40.5 -79t17 -110v-389q0 -62 -17 -110t-40.5 -79t-70 -52.5t-82.5 -32t-102.5 -16t-105.5 -6.5t-115 -1h-123q-60 0 -100 1t-94.5 4.5t-91.5 11.5t-79 20t-69.5 32t-51.5 47t-35 65t-11 85zM358 1188v205h246v-205h-246zM410 266 q0 -24 7.5 -42t17 -29.5t29.5 -20t34.5 -12.5t43.5 -6t44.5 -2h48.5h164q28 0 42.5 0.5t40 1.5t39 5t33 10t30 15.5t21 23.5t15 33.5t4.5 43.5v82h-614v-103zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4dc;" horiz-adv-x="2355" d="M41 0l717 717l-635 635h369l532 -533v533h307v-533l533 533h368l-635 -635l717 -717h-368l-533 532l-82 -81v-451h-307v451l-82 81l-532 -532h-369zM819 1556v205h246v-205h-246zM1290 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4dd;" horiz-adv-x="1884" d="M41 0l512 512l-471 471h328l389 -389v389h286v-389l390 389h327l-471 -471l512 -512h-327l-349 348l-82 -82v-266h-286v266l-82 82l-348 -348h-328zM584 1188v205h245v-205h-245zM1055 1188v205h245v-205h-245z" />
-<glyph unicode="&#x4de;" horiz-adv-x="1720" d="M143 0v174h1004q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-819v174h819q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-1004v174h942q69 0 106 -1t98 -6 t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q70 -17 117 -68.5t47 -136.5v-277q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942zM502 1556v205h246v-205h-246zM973 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4df;" horiz-adv-x="1351" d="M123 0v154h717q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-553v153h553q25 0 38.5 1.5t30.5 6.5t25 18.5t8 35.5v92q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-717v154h696q46 0 68.5 -0.5t65 -2.5t64.5 -5.5 t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-21q0 -146 -154 -184q154 -38 154 -185v-122q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696zM317 1188v205h246v-205h-246zM788 1188v205h246v-205h-246z " />
-<glyph unicode="&#x4e0;" horiz-adv-x="1720" d="M143 0v174h1004q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-379v174l420 338h-1045v174h1434v-174l-420 -338q76 0 131 -5t113 -22t94 -46t59 -80.5t23 -123.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47 t-105.5 -24.5t-111 -8.5t-124 -1.5h-942z" />
-<glyph unicode="&#x4e1;" horiz-adv-x="1351" d="M123 0v154h717q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-215v153l276 215h-778v154h1106v-154l-277 -215q126 0 201.5 -56t75.5 -179v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-696z" />
-<glyph unicode="&#x4e2;" d="M143 0v1352h308v-1004l901 1004h327v-1352h-307v1004l-901 -1004h-328zM543 1567v153h737v-153h-737z" />
-<glyph unicode="&#x4e3;" horiz-adv-x="1433" d="M123 0v983h287v-676l594 676h307v-983h-287v676l-594 -676h-307zM348 1198v154h737v-154h-737z" />
-<glyph unicode="&#x4e4;" d="M143 0v1352h308v-1004l901 1004h327v-1352h-307v1004l-901 -1004h-328zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4e5;" horiz-adv-x="1433" d="M123 0v983h287v-676l594 676h307v-983h-287v676l-594 -676h-307zM358 1188v205h246v-205h-246zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4e6;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v860q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35 v-860zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4e7;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4e8;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-921v-420zM451 840h921v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4 t-29 -11t-17 -21.5t-7.5 -35v-266z" />
-<glyph unicode="&#x4e9;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v246h-614v-246zM410 614h614v154q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154z" />
-<glyph unicode="&#x4ea;" d="M143 276v799q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h553q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-799q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-553q-82 0 -124 1.5t-111 8.5 t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM451 246q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h676q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v420h-921v-420zM451 840h921v266q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-676q-24 0 -36.5 -0.5t-32 -4 t-29 -11t-17 -21.5t-7.5 -35v-266zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4eb;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h369q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6 t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v246h-614v-246zM410 614h614v154 q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4ec;" d="M143 348h308q0 -28 6 -51.5t14.5 -40.5t25.5 -30.5t31 -22t39 -14.5t42 -9t48.5 -4.5t49 -1.5h51.5h307h51.5t49 1.5t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5v318h-768v174h768v164q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22t-39 14.5t-42 9 t-48.5 4.5t-49 1.5h-51.5h-307h-51.5t-49 -1.5t-48.5 -4.5t-42 -9t-39 -14.5t-31 -22t-25.5 -30.5t-14.5 -40.5t-6 -51.5h-308q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5 t57.5 -61.5t41.5 -86.5t12.5 -115v-656q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307q-68 0 -103 0.5t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5zM553 1556v205h246v-205h-246z M1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4ed;" horiz-adv-x="1433" d="M123 266h287q0 -30 13 -51t33 -32.5t51.5 -18t60 -8.5t67.5 -2h164q28 0 42.5 0.5t40 1.5t39 5t33 10t30 15.5t21 23.5t15 33.5t4.5 43.5v174h-512v153h512v82q0 36 -13 61t-32.5 39t-52 21.5t-60 9.5t-67.5 2h-164q-39 0 -67.5 -2t-60 -8.5t-51.5 -18t-33 -32.5t-13 -51 h-287q0 47 11 85t35 65t51.5 47t69.5 32t79 20t91.5 11.5t94.5 4.5t100 1h123q76 0 115 -1t105.5 -6.5t102.5 -16t82.5 -32t70 -52.5t40.5 -79t17 -110v-389q0 -62 -17 -110t-40.5 -79t-70 -52.5t-82.5 -32t-102.5 -16t-105.5 -6.5t-115 -1h-123q-60 0 -100 1t-94.5 4.5 t-91.5 11.5t-79 20t-69.5 32t-51.5 47t-35 65t-11 85zM358 1188v205h246v-205h-246zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4ee;" horiz-adv-x="1638" d="M41 1352h328l450 -676l451 676h327l-778 -1168q-22 -34 -33.5 -49.5t-31 -40t-33.5 -35t-36.5 -25t-46 -20t-55.5 -10t-71 -4.5h-266v174h123q59 0 86.5 7.5t45.5 25.5t52 69l102 154zM451 1567v153h737v-153h-737z" />
-<glyph unicode="&#x4ef;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM328 1198v154h737v-154h-737z" />
-<glyph unicode="&#x4f0;" horiz-adv-x="1638" d="M41 1352h328l450 -676l451 676h327l-778 -1168q-22 -34 -33.5 -49.5t-31 -40t-33.5 -35t-36.5 -25t-46 -20t-55.5 -10t-71 -4.5h-266v174h123q59 0 86.5 7.5t45.5 25.5t52 69l102 154zM461 1556v205h246v-205h-246zM932 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4f1;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM338 1188v205h246v-205h-246zM809 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4f2;" horiz-adv-x="1638" d="M41 1352h328l450 -676l451 676h327l-778 -1168q-22 -34 -33.5 -49.5t-31 -40t-33.5 -35t-36.5 -25t-46 -20t-55.5 -10t-71 -4.5h-266v174h123q59 0 86.5 7.5t45.5 25.5t52 69l102 154zM451 1495l163 328h246l-246 -328h-163zM901 1495l164 328h246l-246 -328h-164z" />
-<glyph unicode="&#x4f3;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM328 1126l164 328h245l-245 -328h-164zM778 1126l164 328h246l-246 -328h-164z" />
-<glyph unicode="&#x4f4;" d="M143 829v523h308v-553q0 -21 7.5 -35t17 -21.5t29 -11t32 -4t36.5 -0.5h799v625h307v-1352h-307v553h-737q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116zM553 1556v205h246v-205h-246zM1024 1556v205h246v-205h-246z" />
-<glyph unicode="&#x4f5;" horiz-adv-x="1433" d="M123 635v348h287v-369q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v430h287v-983h-287v399h-492q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM358 1188v205h246v-205h-246zM829 1188v205h246v-205h-246z" />
-<glyph unicode="&#x4f8;" horiz-adv-x="2232" d="M143 0v1352h308v-512h634q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17.5 -116t-57.5 -78.5t-76.5 -47t-105.5 -24.5t-111 -8.5t-124 -1.5h-942zM451 174h696q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-696v-492zM758 1556v205h246v-205h-246zM1229 1556v205h246v-205h-246zM1782 0v1352h307v-1352h-307z" />
-<glyph unicode="&#x4f9;" horiz-adv-x="1843" d="M123 0v983h287v-369h409q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-696zM410 154h430q20 0 30.5 0.5t26.5 3.5 t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-430v-307zM543 1188v205h245v-205h-245zM1014 1188v205h246v-205h-246zM1434 0v983h286v-983h-286z" />
-<glyph unicode="&#x1e02;" d="M143 0v1352h1024q69 0 106 -1t98 -6t94.5 -15t76 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-112q0 -85 -47 -136.5t-117 -68.5q36 -9 64 -21t57.5 -34.5t46 -60.5t16.5 -89v-277q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-1045zM451 174h798 q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-492zM451 840h778q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-778v-338zM788 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e03;" horiz-adv-x="1433" d="M123 0v1352h287v-369h491q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM143 1556v205h246v-205h-246z M410 154h512q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675z" />
-<glyph unicode="&#x1e0a;" d="M143 0v1352h799q118 0 219 -16t199 -59t166.5 -110.5t110.5 -177t42 -252.5v-123q0 -143 -42 -252.5t-110.5 -176.5t-166.5 -110t-199 -59t-219 -16h-799zM451 174h430q79 0 146 11t132.5 39.5t111 73.5t73.5 118t28 168v184q0 95 -28 168t-73.5 118t-111 73.5 t-132.5 39.5t-146 11h-430v-1004zM788 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e0b;" horiz-adv-x="1433" d="M123 236v512q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h492v369h287v-1352h-779q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h512v675h-512q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-553zM1044 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e1e;" horiz-adv-x="1679" d="M143 0v1352h1434v-174h-1126v-338h1003v-174h-1003v-666h-308zM717 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e1f;" horiz-adv-x="942" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM348 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e40;" horiz-adv-x="2150" d="M143 0v1352h410l522 -1045l522 1045h410v-1352h-307v1004l-502 -1004h-246l-501 1004v-1004h-308zM952 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e41;" horiz-adv-x="1843" d="M123 0v983h1188q173 0 243 -17q136 -34 160 -155q6 -29 6 -63v-748h-286v768q0 22 -8 35t-25.5 18.5t-30.5 6.5t-39 1h-266v-829h-287v768q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-266v-829h-287zM799 1188v205h245v-205h-245z" />
-<glyph unicode="&#x1e56;" d="M143 0v1352h1045q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-246q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-737v-553h-308zM451 727h798q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v307q0 21 -7.5 35 t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-798v-451zM788 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e57;" horiz-adv-x="1433" d="M123 -461v1444h778q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-491v-461h-287zM410 154h512q20 0 30.5 0.5 t26.5 3.5t24 9t14.5 18t6.5 30v553q0 18 -6.5 30t-14.5 18t-24 9t-26.5 3.5t-30.5 0.5h-512v-675zM594 1188v205h246v-205h-246z" />
-<glyph unicode="&#x1e60;" d="M143 0v174h1106q24 0 36.5 0.5t32 4t29.5 11t17.5 21.5t7.5 35v348q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-614q-82 0 -124 1.5t-111 8.5t-105.5 24.5t-76.5 47t-57.5 78.5t-17.5 116v133q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h942 v-174h-1004q-24 0 -36.5 -0.5t-32 -4t-29 -11t-17 -21.5t-7.5 -35v-195q0 -21 7.5 -35t17 -21t29 -10.5t31.5 -4t37 -0.5h615q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-287q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5 t-124 -1.5h-1045zM788 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e61;" horiz-adv-x="1433" d="M123 0v154h799q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v184q0 22 -8 35.5t-25 18.5t-30.5 6.5t-38.5 1.5h-390q-173 0 -243 17q-136 34 -160 155q-6 29 -6 63v52q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h697v-154h-717q-20 0 -30.5 -0.5 t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-92q0 -22 8 -35.5t25 -18.5t30.5 -6.5t38.5 -1.5h389q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-143q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12 t-64.5 -6t-64.5 -2.5t-69 -0.5h-778zM594 1188v205h246v-205h-246z" />
-<glyph unicode="&#x1e6a;" d="M61 1178v174h1700v-174h-696v-1178h-307v1178h-697zM788 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e6b;" horiz-adv-x="942" d="M123 236v1116h287v-369h409v-154h-409v-614q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h307v-154h-287q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM143 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e80;" horiz-adv-x="2457" d="M41 1352h307l359 -1076l337 1014h369l338 -1014l358 1076h308l-451 -1352h-389l-348 1044l-348 -1044h-389zM901 1823h307l205 -328h-184z" />
-<glyph unicode="&#x1e81;" horiz-adv-x="1802" d="M41 983h266l236 -707l215 646h286l216 -646l235 707h266l-327 -983h-308l-225 676l-225 -676h-307zM573 1454h308l204 -328h-184z" />
-<glyph unicode="&#x1e82;" horiz-adv-x="2457" d="M41 1352h307l359 -1076l337 1014h369l338 -1014l358 1076h308l-451 -1352h-389l-348 1044l-348 -1044h-389zM1044 1495l205 328h307l-327 -328h-185z" />
-<glyph unicode="&#x1e83;" horiz-adv-x="1802" d="M41 983h266l236 -707l215 646h286l216 -646l235 707h266l-327 -983h-308l-225 676l-225 -676h-307zM717 1126l205 328h307l-328 -328h-184z" />
-<glyph unicode="&#x1e84;" horiz-adv-x="2457" d="M41 1352h307l359 -1076l337 1014h369l338 -1014l358 1076h308l-451 -1352h-389l-348 1044l-348 -1044h-389zM870 1556v205h246v-205h-246zM1341 1556v205h246v-205h-246z" />
-<glyph unicode="&#x1e85;" horiz-adv-x="1802" d="M41 983h266l236 -707l215 646h286l216 -646l235 707h266l-327 -983h-308l-225 676l-225 -676h-307zM543 1188v205h245v-205h-245zM1014 1188v205h246v-205h-246z" />
-<glyph unicode="&#x1ef2;" d="M41 1352h369l501 -502l502 502h369l-717 -717v-635h-307v635zM584 1823h307l205 -328h-185z" />
-<glyph unicode="&#x1ef3;" horiz-adv-x="1392" d="M41 983h287l368 -737l369 737h287l-615 -1229q-23 -46 -37.5 -71t-40.5 -57t-54.5 -48t-73 -27.5t-101.5 -11.5h-266v154h164q34 0 54.5 3.5t35.5 15.5t22 23.5t21 39.5l92 184zM369 1454h307l205 -328h-185z" />
-<glyph unicode="&#x2012;" horiz-adv-x="1781" d="M430 389v205h922v-205h-922z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M41 389v205h942v-205h-942z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M41 389v205h1966v-205h-1966z" />
-<glyph unicode="&#x2015;" horiz-adv-x="2048" d="M41 389v205h1966v-205h-1966z" />
-<glyph unicode="&#x2018;" horiz-adv-x="675" d="M154 840l204 512h164l-102 -512h-266z" />
-<glyph unicode="&#x2019;" horiz-adv-x="675" d="M154 840l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201a;" horiz-adv-x="675" d="M154 -266l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201b;" horiz-adv-x="675" d="M154 1352h266l102 -512h-164z" />
-<glyph unicode="&#x201c;" horiz-adv-x="1146" d="M154 840l204 512h164l-102 -512h-266zM625 840l204 512h164l-102 -512h-266z" />
-<glyph unicode="&#x201d;" horiz-adv-x="1146" d="M154 840l102 512h266l-205 -512h-163zM625 840l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201e;" horiz-adv-x="1146" d="M154 -266l102 512h266l-205 -512h-163zM625 -266l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x201f;" horiz-adv-x="1146" d="M154 1352h266l102 -512h-164zM625 1352h266l102 -512h-164z" />
-<glyph unicode="&#x2020;" horiz-adv-x="1351" d="M123 829v154h409v369h287v-369h410v-154h-410v-1044h-287v1044h-409z" />
-<glyph unicode="&#x2021;" horiz-adv-x="1351" d="M123 154v153h409v522h-409v154h409v369h287v-369h410v-154h-410v-522h410v-153h-410v-369h-287v369h-409z" />
-<glyph unicode="&#x2022;" horiz-adv-x="860" d="M205 451v450h450v-450h-450z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1843" d="M154 0v246h307v-246h-307zM768 0v246h307v-246h-307zM1382 0v246h308v-246h-308z" />
-<glyph unicode="&#x2030;" horiz-adv-x="3420" d="M123 840v327q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-327q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5 t-51.5 -4.5t-52 -2t-55 -0.5h-204q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v349q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5 t-27.5 -13.5t-13.5 -36v-349zM758 0l676 1352h245l-675 -1352h-246zM1454 184v328q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5v-328q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205 q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM1700 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 40.5 1.5t27 13.5t13.5 36v348q0 24 -13.5 36t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-348zM2437 184v328q0 38 10.5 68 t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5v-328q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM2683 174q0 -24 13.5 -36 t27.5 -13.5t41 -1.5h205q27 0 41 1.5t27.5 13.5t13.5 36v348q0 24 -13.5 36t-27.5 13.5t-41 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-348z" />
-<glyph unicode="&#x2032;" horiz-adv-x="675" d="M154 840l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x2033;" horiz-adv-x="1146" d="M154 840l102 512h266l-205 -512h-163zM625 840l102 512h266l-205 -512h-163z" />
-<glyph unicode="&#x2039;" horiz-adv-x="901" d="M123 492l409 409h246l-368 -409l368 -410h-246z" />
-<glyph unicode="&#x203a;" horiz-adv-x="901" d="M123 82l369 410l-369 409h246l409 -409l-409 -410h-246z" />
-<glyph unicode="&#x203d;" horiz-adv-x="1740" d="M154 1178v174h942q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-133q0 -67 -17 -116t-57.5 -78.5t-77 -47t-105 -24.5t-110.5 -8.5t-124 -1.5h-123q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-133h-307v717h-389zM543 0v246h307 v-246h-307zM850 840h307q25 0 37 0.5t32 4t29 10.5t17 21t8 35v195q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-307v-338z" />
-<glyph unicode="&#x203e;" horiz-adv-x="1310" d="M41 1485v153h1229v-153h-1229z" />
-<glyph unicode="&#x2044;" horiz-adv-x="184" d="M-369 0l676 1352h246l-676 -1352h-246z" />
-<glyph unicode="&#x2070;" horiz-adv-x="1105" d="M123 840v327q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-327q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5 t-51.5 -4.5t-52 -2t-55 -0.5h-204q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v349q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5 t-27.5 -13.5t-13.5 -36v-349z" />
-<glyph unicode="&#x2074;" horiz-adv-x="1105" d="M123 799v123l553 430h307v-697h-246v144h-614zM387 922h350v272z" />
-<glyph unicode="&#x2075;" horiz-adv-x="1105" d="M123 655v123h532q27 0 41 1.5t27.5 13.5t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v379h819v-123h-573v-133h286q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-71q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23 t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-532z" />
-<glyph unicode="&#x2076;" horiz-adv-x="1105" d="M123 840v307q0 33 7 60.5t17.5 48t31 36t37.5 25.5t47.5 17t50.5 10.5t57.5 5.5t58.5 2h62h450v-123h-471q-25 0 -38.5 -1.5t-30.5 -6.5t-25 -18.5t-8 -35.5v-71h286q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-71 q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-204q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5 t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-93z" />
-<glyph unicode="&#x2077;" horiz-adv-x="1105" d="M123 1229v123h860v-123l-369 -574h-266l369 574h-594z" />
-<glyph unicode="&#x2078;" horiz-adv-x="1105" d="M123 840v61q0 32 13 57.5t34 40.5t39 22.5t37 12.5q-19 5 -37 12.5t-39 22.5t-34 40.5t-13 57.5q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5 q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-61q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-204q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23 t-27 32.5t-15.5 43t-6.5 54.5zM369 829q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-93zM369 1147q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5 t27.5 13.5t13.5 36v31q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-31z" />
-<glyph unicode="&#x2079;" horiz-adv-x="1105" d="M123 1157v10q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h204q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-307q0 -33 -7 -60.5t-17.5 -48t-31 -36t-37.5 -25.5t-47.5 -17t-50.5 -10.5 t-57.5 -5.5t-58.5 -2h-62h-450v123h471q25 0 38.5 1.5t30.5 6.5t25 18.5t8 35.5v133h-286q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM369 1147q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v31q0 24 -13.5 36t-27.5 13.5 t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-31z" />
-<glyph unicode="&#x207a;" horiz-adv-x="942" d="M123 840v143h246v184h204v-184h246v-143h-246v-185h-204v185h-246z" />
-<glyph unicode="&#x207b;" horiz-adv-x="860" d="M123 840v143h614v-143h-614z" />
-<glyph unicode="&#x207c;" horiz-adv-x="942" d="M123 696v144h696v-144h-696zM123 983v143h696v-143h-696z" />
-<glyph unicode="&#x207d;" horiz-adv-x="604" d="M123 881q0 266 174 471h184q-153 -214 -153 -471t153 -471h-184q-174 205 -174 471z" />
-<glyph unicode="&#x207e;" horiz-adv-x="604" d="M123 410q153 214 153 471t-153 471h184q174 -205 174 -471t-174 -471h-184z" />
-<glyph unicode="&#x207f;" horiz-adv-x="1105" d="M123 655v697h532q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-512h-246v523q0 24 -13.5 36t-27.5 13.5t-41 1.5h-286v-574h-246z" />
-<glyph unicode="&#x2080;" horiz-adv-x="1105" d="M123 184v328q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h204q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-328q0 -38 -10.5 -68t-25 -49t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-204q-47 0 -71 0.5t-65 4t-63 10t-50.5 20 t-43 32.5t-25 49t-10.5 68zM369 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v348q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-348z" />
-<glyph unicode="&#x2081;" horiz-adv-x="696" d="M123 573v123h450v-696h-245v573h-205z" />
-<glyph unicode="&#x2082;" horiz-adv-x="1105" d="M123 0v256q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h204q20 0 31 1t24.5 5.5t20 16t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-491v123h491q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68q0 -41 -10.5 -72.5t-25 -51.5t-43 -34.5 t-50.5 -21.5t-63 -10.5t-65 -4t-71 -0.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-143h614v-123h-860z" />
-<glyph unicode="&#x2083;" horiz-adv-x="1105" d="M123 0v123h532q27 0 41 1.5t27.5 13.5t13.5 36v92q0 24 -13.5 36t-27.5 13.5t-41 1.5h-409v123h409q20 0 31 1t24.5 5.5t20 16t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v123h532q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68 q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-62q0 -38 -10.5 -68t-25 -49t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-532z" />
-<glyph unicode="&#x2084;" horiz-adv-x="1105" d="M123 143v123l553 430h307v-696h-246v143h-614zM387 266h350v273z" />
-<glyph unicode="&#x2085;" horiz-adv-x="1105" d="M123 0v123h532q27 0 41 1.5t27.5 13.5t13.5 36v92q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v379h819v-123h-573v-133h286q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-72q0 -38 -10.5 -68t-25 -49t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-532z " />
-<glyph unicode="&#x2086;" horiz-adv-x="1105" d="M123 184v308q0 33 7 60.5t17.5 47.5t30.5 35.5t37 25.5t47 17t50.5 10.5t57.5 5.5t58 2h61h3h450v-123h-471q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-72h286q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-72q0 -38 -10.5 -68t-25 -49 t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-204q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM369 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5t27.5 13.5t13.5 36v92q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5 t-27.5 -13.5t-13.5 -36v-92z" />
-<glyph unicode="&#x2087;" horiz-adv-x="1105" d="M123 573v123h860v-123l-369 -573h-266l369 573h-594z" />
-<glyph unicode="&#x2088;" horiz-adv-x="1105" d="M123 184v62q0 32 13 57.5t34 40.5t39 22.5t37 12.5q-19 5 -37 12.5t-39 22.5t-34 40.5t-13 57.5q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h204q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68q0 -32 -13 -57.5t-34 -40.5t-39 -22.5 t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-62q0 -38 -10.5 -68t-25 -49t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-204q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM369 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h204q27 0 41 1.5 t27.5 13.5t13.5 36v92q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-92zM369 492q0 -18 6.5 -29.5t20 -16t24.5 -5.5t31 -1h204q20 0 31 1t24.5 5.5t20 16t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204q-27 0 -41 -1.5t-27.5 -13.5 t-13.5 -36v-30z" />
-<glyph unicode="&#x2089;" horiz-adv-x="1105" d="M123 502v10q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h204q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-307q0 -33 -7 -60.5t-17.5 -48t-31 -36t-37.5 -25.5t-47.5 -17t-50.5 -10.5t-57.5 -5.5t-58.5 -2h-62h-450v123h471q20 0 30.5 0.5 t26.5 3.5t24 9t14.5 18t6.5 30v133h-286q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23t-27 32.5t-15.5 43t-6.5 54.5zM369 492q0 -18 6.5 -29.5t20 -16t24.5 -5.5t31 -1h204q20 0 31 1t24.5 5.5t20 16t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-204 q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-30z" />
-<glyph unicode="&#x208a;" horiz-adv-x="942" d="M123 184v144h246v184h204v-184h246v-144h-246v-184h-204v184h-246z" />
-<glyph unicode="&#x208b;" horiz-adv-x="860" d="M123 184v144h614v-144h-614z" />
-<glyph unicode="&#x208c;" horiz-adv-x="942" d="M123 41v143h696v-143h-696zM123 328v143h696v-143h-696z" />
-<glyph unicode="&#x208d;" horiz-adv-x="604" d="M123 225q0 266 174 471h184q-153 -214 -153 -471q0 -256 153 -471h-184q-174 205 -174 471z" />
-<glyph unicode="&#x208e;" horiz-adv-x="604" d="M123 -246q153 215 153 471q0 257 -153 471h184q174 -205 174 -471t-174 -471h-184z" />
-<glyph unicode="&#x20a4;" d="M143 0v174h205v287h-205v153h205v123h-205v154h205v184q0 58 15.5 102.5t37.5 73.5t64.5 49t76 30t94.5 15t98 6t106 1h348q69 0 106 -1t98 -6t94 -15t75.5 -30t64.5 -49t37.5 -73.5t15.5 -102.5v-71h-307v102q0 21 -7.5 35t-17.5 21.5t-29.5 11t-32 4t-36.5 0.5h-471 q-24 0 -36.5 -0.5t-32 -4t-29.5 -11t-17.5 -21.5t-7.5 -35v-215h512v-154h-512v-123h512v-153h-512v-287h1024v-174h-1536z" />
-<glyph unicode="&#x20ac;" horiz-adv-x="2027" d="M143 461v153h205v123h-205v154h205v113q0 57 12 103.5t29 80.5t51 60.5t62 44t79 29t85 17.5t96.5 9t97.5 3.5t103 0.5h307q77 0 116 -1t108 -4.5t106.5 -13t90.5 -25t81.5 -41.5t57.5 -61.5t41.5 -86.5t12.5 -115h-307q0 28 -6 51.5t-14.5 40.5t-25.5 30.5t-31 22 t-39 14.5t-42 9t-48.5 4.5t-49 1.5h-51.5h-307q-44 0 -66.5 -0.5t-61 -3.5t-59 -9.5t-47.5 -19t-40.5 -31t-23.5 -46.5t-10 -64v-113h768l-51 -154h-717v-123h676l-51 -153h-625v-113q0 -36 10 -64t23.5 -46.5t40.5 -31t47.5 -19t59 -9.5t61 -3.5t66.5 -0.5h307h51.5t49 1.5 t48.5 4.5t42 9t39 14.5t31 22t25.5 30.5t14.5 40.5t6 51.5h307q0 -64 -12.5 -115t-41.5 -86.5t-57.5 -61.5t-81.5 -41.5t-90.5 -25t-106.5 -13t-108 -4.5t-116 -1h-307q-68 0 -103 0.5t-97.5 3.5t-96.5 9t-85 17.5t-79 29t-62 44t-51 60.5t-29 80.5t-12 103.5v113h-205z" />
-<glyph unicode="&#x20af;" horiz-adv-x="2641" d="M143 0v1352h492q118 0 219 -16t199 -59t166.5 -110.5t110.5 -177t42 -252.5v-123q0 -143 -42 -252.5t-110.5 -176.5t-166.5 -110t-199 -59t-219 -16h-492zM451 174h122q79 0 146.5 11t132.5 39.5t111 73.5t74 118t28 168v184q0 95 -28 168t-74 118t-111 73.5t-132.5 39.5 t-146.5 11h-122v-1004zM1516 -461v1209q0 57 14 99t47.5 66.5t63.5 39.5t87 21t91.5 7.5t102.5 1.5h3h164q46 0 68.5 -0.5t65 -2.5t64.5 -5.5t56.5 -11.5t53 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-512q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5 t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-287v-461h-286zM1802 154h307q26 0 39 1t30.5 6.5t25.5 18.5t8 35v553q0 22 -8 35t-25.5 18.5t-30.5 6.5t-39 1h-204q-26 0 -39 -1t-30.5 -6.5t-25.5 -18.5t-8 -35v-614z" />
-<glyph unicode="&#x2105;" horiz-adv-x="2437" d="M123 840v327q0 30 6.5 54.5t15.5 43t27 32.5t33.5 23t42 15.5t45 9.5t51.5 4.5t52 2t55 0.5h491v-123h-491q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-349q0 -24 13.5 -36t27.5 -13.5t41 -1.5h491v-123h-491q-36 0 -55 0.5t-52 2t-51.5 4.5t-45 9.5t-42 15.5t-33.5 23 t-27 32.5t-15.5 43t-6.5 54.5zM758 0l676 1352h245l-675 -1352h-246zM1454 184v328q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5v-328q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205 q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM1700 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 40.5 1.5t27 13.5t13.5 36v348q0 24 -13.5 36t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-348z" />
-<glyph unicode="&#x2113;" horiz-adv-x="1300" d="M123 461v153h205v502q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h41q36 0 55 -0.5t52 -2.5t51.5 -6t45.5 -12t42 -19.5t33 -29.5t27 -41t15.5 -54.5t6.5 -70.5v-420q0 -68 -20 -114.5t-45.5 -70t-77 -35.5t-85 -13.5t-98.5 -1.5h-2h-164v-246q0 -22 8 -35 t25.5 -18.5t30.5 -6.5t39 -1h174q85 0 150 46t65 107h72q0 -59 -12.5 -109t-42 -97t-89 -74t-143.5 -27h-154q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87v225h-205zM614 614h185q25 0 38.5 1.5t30.5 6.5t25 18.5t8 35.5v461q0 18 -6.5 30t-14.5 18 t-24 9t-26.5 3.5t-30.5 0.5h-82q-26 0 -39 -1t-30.5 -6.5t-25.5 -18.5t-8 -35v-523z" />
-<glyph unicode="&#x2116;" horiz-adv-x="2641" d="M143 0v1352h328l696 -983v983h308v-1352h-328l-696 983v-983h-308zM1638 0v123h861v-123h-861zM1638 471v328q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-328q0 -38 -10.5 -68t-25 -49 t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-205q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM1884 461q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 41 1.5t27.5 13.5t13.5 36v348q0 24 -13.5 36t-27.5 13.5t-41 1.5h-205q-27 0 -41 -1.5 t-27.5 -13.5t-13.5 -36v-348z" />
-<glyph unicode="&#x2117;" horiz-adv-x="2088" d="M123 236v880q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h1024q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-880q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5 t-69 -0.5h-1024q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM369 236q0 -33 12.5 -55t28.5 -33.5t48.5 -17t53 -6.5t61.5 -1h943q41 0 61.5 1t53 6.5t48.5 17t28.5 33.5t12.5 55v880q0 33 -12.5 55t-28.5 33.5t-48.5 17t-53 6.5t-61.5 1h-943 q-41 0 -61.5 -1t-53 -6.5t-48.5 -17t-28.5 -33.5t-12.5 -55v-880zM614 328v696h533q47 0 71 -0.5t65 -4t63 -10t50.5 -20t43 -32.5t25 -49t10.5 -68v-52q0 -48 -15.5 -82t-40 -53.5t-63 -31t-74 -14.5t-84.5 -3h-338v-276h-246zM860 727h287q27 0 41 1.5t27.5 13.5t13.5 36 v72q0 24 -13.5 36t-27.5 13.5t-41 1.5h-287v-174z" />
-<glyph unicode="&#x2122;" horiz-adv-x="2293" d="M123 1229v123h819v-123h-287v-574h-245v574h-287zM1065 655v697h307l246 -492l246 492h307v-697h-246v430l-215 -430h-184l-215 430v-430h-246z" />
-<glyph unicode="&#x2126;" d="M102 0v174h195q-154 154 -154 440v123q0 141 36 248.5t98 176t154.5 112t196 61t232.5 17.5h103q129 0 232.5 -17.5t196 -61t154.5 -112t97.5 -176t35.5 -248.5v-123q0 -287 -153 -440h194v-174h-706v174q71 0 124 11t98.5 39t74.5 74t45 117.5t16 168.5v184 q0 97 -16 168.5t-45 117.5t-74.5 74t-98.5 39t-124 11h-205q-71 0 -124 -11t-98.5 -39t-74.5 -74t-45 -117.5t-16 -168.5v-184q0 -97 16 -168.5t45 -117.5t74.5 -74t98.5 -39t124 -11v-174h-707z" />
-<glyph unicode="&#x212e;" horiz-adv-x="1433" d="M123 492q0 134 79.5 247t216.5 178.5t298 65.5t298 -66t216.5 -179t79.5 -246v-31h-901v-273q136 -86 307 -86q204 0 346 113h145q-81 -99 -210.5 -157t-280.5 -58q-161 0 -298 66t-216.5 179.5t-79.5 246.5zM410 563h614v232q-136 86 -307 86t-307 -86v-232z" />
-<glyph unicode="&#x215b;" horiz-adv-x="2109" d="M123 1229v123h450v-697h-245v574h-205zM430 0l676 1352h246l-676 -1352h-246zM1126 184v62q0 32 13 57.5t34 40.5t39 22.5t37 12.5q-19 5 -37 12.5t-39 22.5t-34 40.5t-13 57.5q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q47 0 71 -0.5t65 -4t63 -10 t50.5 -20t43 -32.5t25 -49t10.5 -68q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-62q0 -38 -10.5 -68t-25 -49t-43 -32.5t-50.5 -20t-63 -10t-65 -4t-71 -0.5h-205q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49 t-10.5 68zM1372 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 41 1.5t27.5 13.5t13.5 36v92q0 24 -13.5 36t-27.5 13.5t-41 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-92zM1372 492q0 -18 6.5 -29.5t20 -16t24.5 -5.5t31 -1h205q20 0 31 1t24.5 5.5t20 16 t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-30z" />
-<glyph unicode="&#x215c;" horiz-adv-x="2437" d="M123 655v123h532q27 0 41 1.5t27.5 13.5t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-409v123h409q27 0 41 1.5t27.5 13.5t13.5 36v31q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v123h532q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43 t6.5 -54.5q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-61q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-532zM758 0l676 1352h245l-675 -1352h-246zM1454 184v62 q0 32 13 57.5t34 40.5t39 22.5t37 12.5q-19 5 -37 12.5t-39 22.5t-34 40.5t-13 57.5q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5 t39 -22.5t34 -40.5t13 -57.5v-62q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68zM1700 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 40.5 1.5t27 13.5t13.5 36v92q0 24 -13.5 36 t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-92zM1700 492q0 -18 6.5 -29.5t20 -16t24.5 -5.5t31 -1h205q27 0 41 2t27 14t13 36v30q0 24 -13.5 36t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-30z" />
-<glyph unicode="&#x215d;" horiz-adv-x="2437" d="M123 655v123h532q27 0 41 1.5t27.5 13.5t13.5 36v93q0 24 -13.5 36t-27.5 13.5t-41 1.5h-532v379h819v-123h-573v-133h286q36 0 55 -0.5t52 -2t51.5 -4.5t45 -9.5t42 -15.5t33.5 -23t27 -32.5t15.5 -43t6.5 -54.5v-71q0 -30 -6.5 -54.5t-15.5 -43t-27 -32.5t-33.5 -23 t-42 -15.5t-45 -9.5t-51.5 -4.5t-52 -2t-55 -0.5h-532zM758 0l676 1352h245l-675 -1352h-246zM1454 184v62q0 32 13 57.5t34 40.5t39 22.5t37 12.5q-19 5 -37 12.5t-39 22.5t-34 40.5t-13 57.5q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5 t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5q0 -32 -13 -57.5t-34 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t34 -40.5t13 -57.5v-62q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49t-10.5 68z M1700 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 40.5 1.5t27 13.5t13.5 36v92q0 24 -13.5 36t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-92zM1700 492q0 -18 6.5 -29.5t20 -16t24.5 -5.5t31 -1h205q27 0 41 2t27 14t13 36v30q0 24 -13.5 36 t-27 13.5t-40.5 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-30z" />
-<glyph unicode="&#x215e;" horiz-adv-x="2273" d="M123 1229v123h860v-123l-369 -574h-266l369 574h-594zM594 0l676 1352h246l-676 -1352h-246zM1290 184v62q0 32 13 57.5t34 40.5t39 22.5t37 12.5q-19 5 -37 12.5t-39 22.5t-34 40.5t-13 57.5q0 38 10.5 68t25 49t43 32.5t50.5 20t63 10t65 4t71 0.5h205q66 0 99 -1.5 t85 -10.5t77.5 -27.5t45.5 -55t20 -89.5q0 -32 -12.5 -57.5t-33.5 -40.5t-39 -22.5t-37 -12.5q19 -5 37 -12.5t39 -22.5t33.5 -40.5t12.5 -57.5v-62q0 -53 -20 -89.5t-45.5 -55t-77.5 -27.5t-85 -10.5t-99 -1.5h-205q-47 0 -71 0.5t-65 4t-63 10t-50.5 20t-43 32.5t-25 49 t-10.5 68zM1536 174q0 -24 13.5 -36t27.5 -13.5t41 -1.5h205q27 0 41 1.5t27.5 13.5t13.5 36v92q0 24 -13.5 36t-27.5 13.5t-41 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-92zM1536 492q0 -18 6.5 -29.5t20 -16t24.5 -5.5t31 -1h205q20 0 31 1t24.5 5.5t20 16 t6.5 29.5v30q0 24 -13.5 36t-27.5 13.5t-41 1.5h-205q-27 0 -41 -1.5t-27.5 -13.5t-13.5 -36v-30z" />
-<glyph unicode="&#x2190;" horiz-adv-x="1597" d="M123 492l491 491h287l-328 -369h902v-245h-902l328 -369h-287z" />
-<glyph unicode="&#x2191;" horiz-adv-x="1228" d="M123 573v287l491 492l492 -492v-287l-369 328v-901h-245v901z" />
-<glyph unicode="&#x2192;" horiz-adv-x="1597" d="M123 369v245h901l-328 369h287l492 -491l-492 -492h-287l328 369h-901z" />
-<glyph unicode="&#x2193;" horiz-adv-x="1228" d="M123 492v286l369 -327v901h245v-901l369 327v-286l-492 -492z" />
-<glyph unicode="&#x2202;" horiz-adv-x="1433" d="M123 236v419q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h492q0 56 -23.5 101t-63 76.5t-99.5 55t-125.5 37.5t-150 22.5t-163.5 11.5t-174 3v154q303 0 507.5 -27.5t334.5 -90.5t187 -158t57 -236v-604q0 -39 -8 -70.5t-19.5 -54.5t-34 -41t-41 -29.5 t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-369q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM410 215q0 -18 6.5 -30t14.5 -18t24 -9t26.5 -3.5t30.5 -0.5h410q20 0 30.5 0.5t26.5 3.5t24 9t14.5 18t6.5 30v461q0 18 -6.5 30t-14.5 18t-24 9 t-26.5 3.5t-30.5 0.5h-410q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-461z" />
-<glyph unicode="&#x2206;" d="M41 0l676 1352h389l676 -1352h-1741zM436 176h950l-475 950z" />
-<glyph unicode="&#x220f;" d="M143 0v1352h1536v-1352h-307v1178h-921v-1178h-308z" />
-<glyph unicode="&#x2211;" d="M143 -287l727 738l-727 727v174h1536v-174h-1167l727 -727l-727 -738h1167v-174h-1536v174z" />
-<glyph unicode="&#x2212;" horiz-adv-x="1433" d="M123 389v205h1188v-205h-1188z" />
-<glyph unicode="&#x2215;" horiz-adv-x="184" d="M-369 0l676 1352h246l-676 -1352h-246z" />
-<glyph unicode="&#x2219;" horiz-adv-x="614" d="M154 451v245h307v-245h-307z" />
-<glyph unicode="&#x221a;" horiz-adv-x="1433" d="M123 635v153h430l184 -552l430 1290h226l-523 -1567h-286l-226 676h-235z" />
-<glyph unicode="&#x221e;" horiz-adv-x="1904" d="M123 420v225q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h134q78 0 119 -2.5t89.5 -16.5t77.5 -43q29 29 78 43t90 16.5t119 2.5h133q46 0 69 -0.5t64.5 -2.5t64.5 -6t57 -12t52.5 -19.5t41 -29.5t34 -41t19.5 -54.5t8 -70.5v-225q0 -39 -8 -70.5t-19.5 -54.5 t-34 -41t-41 -29.5t-52.5 -19.5t-57 -12t-64.5 -6t-64.5 -2.5t-69 -0.5h-133q-78 0 -119 2.5t-90 16.5t-78 43q-29 -29 -77.5 -43t-89.5 -16.5t-119 -2.5h-134q-59 0 -88.5 0.5t-81 5t-79 13t-63 25.5t-53.5 42t-31 63t-13 87zM369 420q0 -33 12.5 -55t28.5 -33.5t48.5 -17 t53 -6.5t61.5 -1h41q29 0 44 0.5t40.5 2.5t39.5 6t32 12t27 20t15.5 30t6.5 42v225q0 24 -6.5 42t-15.5 30t-27 20t-32 12t-39.5 6t-40.5 2.5t-44 0.5h-41q-41 0 -61.5 -1t-53 -6.5t-48.5 -17t-28.5 -33.5t-12.5 -55v-225zM1085 420q0 -24 6.5 -42t15.5 -30t27 -20t32 -12 t39.5 -6t40.5 -2.5t44 -0.5h41q29 0 44 0.5t40.5 2.5t39.5 6t32 12t27 20t15.5 30t6.5 42v225q0 24 -6.5 42t-15.5 30t-27 20t-32 12t-39.5 6t-40.5 2.5t-44 0.5h-41q-29 0 -44 -0.5t-40.5 -2.5t-39.5 -6t-32 -12t-27 -20t-15.5 -30t-6.5 -42v-225z" />
-<glyph unicode="&#x221f;" horiz-adv-x="1597" d="M123 0v1352h205v-1147h1147v-205h-1352z" />
-<glyph unicode="&#x222b;" horiz-adv-x="860" d="M0 -307h184q26 0 39 1t30.5 6.5t25.5 18.5t8 35v1362q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h164v-154h-184q-26 0 -39 -1t-30.5 -6.5t-25.5 -18.5t-8 -35v-1362q0 -49 -13 -87t-31 -63t-53.5 -42t-63 -25.5t-79 -13t-81 -5t-88.5 -0.5h-164v154z" />
-<glyph unicode="&#x2248;" horiz-adv-x="1433" d="M123 174v174q84 42 127.5 61.5t114 40.5t127.5 21q122 0 266 -102q53 -37 85.5 -57t80 -38t90.5 -18q133 0 297 82v-174q-84 -42 -127.5 -61.5t-114 -40.5t-127.5 -21q-122 0 -266 102q-53 37 -85.5 57t-80 38t-90.5 18q-133 0 -297 -82zM123 645v174q84 42 127.5 61.5 t114 40.5t127.5 21q122 0 266 -102q53 -37 85.5 -57t80 -38t90.5 -18q133 0 297 82v-174q-84 -42 -127.5 -61.5t-114 -40.5t-127.5 -21q-122 0 -266 102q-53 37 -85.5 57t-80 38t-90.5 18q-133 0 -297 -82z" />
-<glyph unicode="&#x2260;" horiz-adv-x="1433" d="M123 154v204h420l133 267h-553v204h655l123 246l164 -82l-82 -164h328v-204h-430l-133 -267h563v-204h-666l-123 -246l-164 82l82 164h-317z" />
-<glyph unicode="&#x2264;" horiz-adv-x="1536" d="M123 0v205h1290v-205h-1290zM123 594v205l1290 348v-205l-983 -246l983 -245v-205z" />
-<glyph unicode="&#x2265;" horiz-adv-x="1536" d="M123 0v205h1290v-205h-1290zM123 246v205l983 245l-983 246v205l1290 -348v-205z" />
-<glyph unicode="&#x2316;" horiz-adv-x="1638" d="M143 553h164q0 -192 98.5 -290.5t290.5 -98.5v-164q-261 0 -407 146t-146 407zM143 799q0 261 146 407t407 146v-164q-192 0 -290.5 -98.5t-98.5 -290.5h-164zM655 676q0 68 48.5 116t115.5 48t115.5 -48t48.5 -116t-48.5 -116t-115.5 -48t-115.5 48t-48.5 116zM942 0 v164q192 0 290.5 98.5t98.5 290.5h164q0 -261 -146 -407t-407 -146zM942 1188v164q261 0 407 -146t146 -407h-164q0 192 -98.5 290.5t-290.5 98.5z" />
-<glyph unicode="&#x25a0;" horiz-adv-x="1638" d="M143 0v1352h1352v-1352h-1352z" />
-<glyph unicode="&#x25ac;" horiz-adv-x="1638" d="M143 338v676h1352v-676h-1352z" />
-<glyph unicode="&#x25ae;" horiz-adv-x="962" d="M143 0v1352h676v-1352h-676z" />
-<glyph unicode="&#x25b0;" horiz-adv-x="1802" d="M0 0l901 1352h901l-901 -1352h-901z" />
-<glyph unicode="&#x25b2;" horiz-adv-x="1720" d="M123 0l737 1270l737 -1270h-1474z" />
-<glyph unicode="&#x25b6;" horiz-adv-x="1536" d="M143 -61v1474l1270 -737z" />
-<glyph unicode="&#x25bc;" horiz-adv-x="1720" d="M123 1352h1474l-737 -1270z" />
-<glyph unicode="&#x25c0;" horiz-adv-x="1536" d="M123 676l1270 737v-1474z" />
-<glyph unicode="&#x25c6;" horiz-adv-x="1720" d="M123 676l737 737l737 -737l-737 -737z" />
-<glyph unicode="&#x25ca;" horiz-adv-x="1433" d="M123 676l594 799l594 -799l-594 -799zM379 676l338 -451l338 451l-338 450z" />
-<glyph unicode="&#x25cf;" horiz-adv-x="1638" d="M143 676q0 137 53.5 262.5t144 216t216 144t262.5 53.5t262.5 -53.5t216 -144t144 -216t53.5 -262.5t-53.5 -262.5t-144 -216t-216 -144t-262.5 -53.5t-262.5 53.5t-216 144t-144 216t-53.5 262.5z" />
-<glyph unicode="&#x25e2;" horiz-adv-x="1249" d="M123 0l983 983v-983h-983z" />
-<glyph unicode="&#x25e3;" horiz-adv-x="1249" d="M143 0v983l983 -983h-983z" />
-<glyph unicode="&#x25e4;" horiz-adv-x="1249" d="M143 369v983h983z" />
-<glyph unicode="&#x25e5;" horiz-adv-x="1249" d="M123 1352h983v-983z" />
-<glyph unicode="&#x25fc;" horiz-adv-x="983" d="M0 0v983h983v-983h-983z" />
-<glyph unicode="&#x2604;" horiz-adv-x="1781" d="M143 973q154 -109 257 -176.5t158.5 -94t78 -32.5t47.5 -6q0 32 -9 66t-47.5 126.5t-139.5 278.5t-263 462q473 -381 683 -545.5t257.5 -195.5t71.5 -31q0 26 -7 50t-53.5 113.5t-142.5 250.5q154 -104 273.5 -219.5t189.5 -221t105.5 -198.5t35.5 -170q0 -37 -8.5 -87.5 t-29.5 -111.5t-51 -111.5t-80.5 -85t-110.5 -34.5q-113 0 -211.5 25t-211.5 89t-230 174t-257.5 279.5t-304.5 405.5zM834 412l157 -189q100 -121 379 -121q44 0 83 56t61 135t22 153q0 28 -59.5 116t-122.5 136l-215 -125l-219 84z" />
-<glyph unicode="&#x2605;" horiz-adv-x="1802" d="M123 911h594l184 564l184 -564h594l-481 -348l184 -563l-481 348l-481 -348l184 563z" />
-<glyph unicode="&#x2620;" horiz-adv-x="2048" d="M143 451q0 32 9 53.5t20 30t20 25t9 40.5q0 44 -22.5 73t-22.5 64q0 28 40 49t95 21q17 -94 42.5 -133.5t86.5 -69.5l164 -225q-130 51 -202 61.5t-239 10.5zM324 59q0 37 22.5 61.5t54.5 24.5q63 0 151 24t165 67l28 -103l58 -43q-55 -22 -96 -52.5t-62.5 -57.5 t-39.5 -51t-37.5 -38t-45.5 -14q-22 0 -34 15t-20 38t-20.5 47.5t-43.5 47.5t-80 34zM471 635l68 98q-13 60 -19 131.5t-7 120t-1 141.5q0 66 51 131.5t128 112.5t167 76t166 29t166 -29t167 -76t128 -112.5t51 -131.5q0 -93 -1 -141.5t-7 -120t-19 -131.5l68 -98l-178 -246 q-87 0 -108 -17.5t-21 -90.5q-41 -31 -58.5 -42.5t-37 -24t-41 -14.5t-41.5 -3.5t-68 -1.5q-100 0 -130.5 10.5t-115.5 75.5q0 73 -21 90.5t-108 17.5zM635 698q0 -178 76 -178q95 0 169 44t74 122q0 41 -87 77t-124 36q-56 0 -82 -24.5t-26 -76.5zM778 244l62 -45v-60 l-41 31zM860 119v67l62 -20v-70zM932 395l41 -30l51 30l51 -30l41 30l-92 164zM942 92v72h72v-72h-72zM1034 92v72h72v-72h-72zM1094 686q0 -78 74 -122t169 -44q76 0 76 178q0 52 -26 76.5t-82 24.5q-37 0 -124 -36t-87 -77zM1126 96v70l62 20v-67zM1208 139v60l62 45 l-21 -74zM1245 90l58 43l28 103q77 -43 165 -67t151 -24q32 0 54.5 -24.5t22.5 -61.5q-49 -11 -80 -34t-43.5 -47.5t-20.5 -47.5t-20 -38t-34 -15q-26 0 -45.5 14t-37.5 38t-39.5 51t-62.5 57.5t-96 52.5zM1464 379l164 225q61 30 86.5 69.5t42.5 133.5q55 0 95 -21t40 -49 q0 -35 -22.5 -64t-22.5 -73q0 -24 9 -40.5t20 -25t20 -30t9 -53.5q-167 0 -239 -10.5t-202 -61.5z" />
-<glyph unicode="&#x2622;" horiz-adv-x="1884" d="M143 676q0 218 108.5 403t291.5 289l276 -479q-56 -33 -89.5 -89.5t-33.5 -123.5h-553zM543 -16l276 479q61 -33 123 -33t123 33l276 -479q-184 -107 -399 -107t-399 107zM778 676q0 68 48 116t116 48t116 -48t48 -116t-48 -116t-116 -48t-116 48t-48 116zM1065 889 l276 479q183 -104 291.5 -289t108.5 -403h-553q0 67 -33.5 123.5t-89.5 89.5z" />
-<glyph unicode="&#x2623;" horiz-adv-x="1904" d="M143 502q0 132 76.5 250t214.5 190q0 235 118.5 374t307.5 159q-112 -40 -179 -130.5t-67 -207.5q0 -139 99 -238.5t239 -99.5t239 99.5t99 238.5q0 117 -67 207.5t-179 130.5q189 -20 307.5 -159t118.5 -374q138 -72 214.5 -190t76.5 -250q0 -107 -43 -191q6 27 6 74 q0 147 -101.5 249.5t-244.5 102.5q-140 0 -239 -99.5t-99 -238.5t100.5 -238.5t241.5 -99.5q137 0 242 91q-64 -91 -159.5 -142t-215.5 -51q-80 0 -165 29.5t-132 62.5q-47 -33 -132 -62.5t-165 -29.5q-120 0 -215 51t-159 142q105 -91 241 -91q141 0 241.5 99.5 t100.5 238.5t-99 238.5t-239 99.5q-143 0 -244.5 -102.5t-101.5 -249.5q0 -47 6 -74q-43 84 -43 191zM469 670h123q0 -123 54.5 -211.5t146.5 -134.5l-60 -107q-130 69 -197 184.5t-67 268.5zM690 1049q119 77 262 77t262 -77l-63 -105q-89 60 -199 60q-109 0 -198 -60z M850 645q0 -43 29.5 -72.5t72.5 -29.5t73 29.5t30 72.5t-30 73t-73 30t-72.5 -30t-29.5 -73zM1112 324q92 46 146.5 134.5t54.5 211.5h123q0 -153 -67.5 -268.5t-197.5 -184.5z" />
-<glyph unicode="&#x2699;" horiz-adv-x="1884" d="M143 584v184l228 68l53 131l-113 209l131 131l209 -113l131 53l68 228h184l68 -228l131 -53l209 113l131 -131l-113 -209l53 -131l228 -68v-184l-228 -68l-53 -131l113 -209l-131 -131l-209 113l-131 -54l-68 -227h-184l-68 227l-131 54l-209 -113l-131 131l113 209 l-53 131zM512 676q0 -178 126 -304t304 -126t304 126t126 304t-126 304t-304 126t-304 -126t-126 -304zM778 676q0 68 48 116t116 48t116 -48t48 -116t-48 -116t-116 -48t-116 48t-48 116z" />
-<glyph unicode="&#x269b;" horiz-adv-x="1638" d="M143 256q0 197 157.5 437.5t387.5 420.5q-135 66 -237 66q-90 0 -137.5 -48.5t-47.5 -134.5q0 -88 41 -184l-53 -78q-111 198 -111 361q0 120 67.5 188t188.5 68q188 0 420 -146q232 146 420 146q120 0 188 -67.5t68 -188.5q0 -190 -145 -420q145 -230 145 -420 q0 -50 -13.5 -93.5t-42 -81t-80 -59.5t-120.5 -22q-162 0 -360 111l77 53q100 -41 185 -41q88 0 135 49t47 135q0 103 -66 238q-179 -230 -419 -387.5t-439 -157.5q-50 0 -93.5 13.5t-81 42t-59.5 80t-22 120.5zM266 354q0 -88 49.5 -135t135.5 -47q112 0 249.5 71.5 t262.5 186t217 246.5q-83 118 -194 223.5t-228 175.5q-201 -144 -346.5 -350t-145.5 -371zM635 696q0 68 48.5 116t115.5 48t115.5 -48t48.5 -116t-48.5 -116t-115.5 -48t-115.5 48t-48.5 116zM891 1157q215 -153 366 -350q66 135 66 237q0 90 -48 137.5t-134 47.5 q-109 0 -250 -72z" />
-<glyph unicode="&#x26a0;" horiz-adv-x="1986" d="M143 72l809 1403h82l809 -1403l-41 -72h-1618zM383 164h1221l-611 1055zM911 256v133h164v-133h-164zM911 481v441h164v-441h-164z" />
-<glyph unicode="&#x26a1;" horiz-adv-x="1669" d="M143 358l553 994h441l-471 -625l860 184l-830 -1034l287 666z" />
-<glyph unicode="&#x2747;" horiz-adv-x="1986" d="M143 946q0 68 105 68q51 0 103 -34.5t52 -68.5q0 -23 -29.5 -37t-84.5 -14q-67 0 -106.5 24t-39.5 62zM297 465q0 29 27 44.5t67.5 19t88 10t88 16.5t67.5 39.5t27 77.5q0 29 -24 55t-53 41.5t-53 36.5t-24 41q0 21 30 29.5t72.5 10.5t85.5 6.5t73 24.5t30 58 q0 24 -14.5 44t-35.5 36t-42 33.5t-35.5 43.5t-14.5 58q0 23 13 39t35 16q37 0 59.5 -28t35 -68t28.5 -80t52 -68t93 -28t88 39t31 106q0 50 -20.5 123.5t-20.5 134.5q0 39 23.5 69t64.5 30q40 0 66 -32t26 -73q0 -70 -31 -137t-31 -127q0 -131 56 -180t178 -49 q29 0 58 25.5t50 56t51 56t60 25.5q50 0 75 -26.5t25 -65.5q0 -26 -22.5 -43t-56.5 -25.5t-73.5 -24t-73.5 -35t-56.5 -62t-22.5 -103.5q0 -62 23.5 -104t61 -61t83 -29.5t91 -17t83 -16.5t61 -33.5t23.5 -63.5q0 -35 -18 -57.5t-53 -22.5q-40 0 -72.5 16.5t-60 39.5t-62 46 t-97.5 39.5t-149 16.5q-133 0 -133 -185q0 -38 12 -69t27 -47t27 -36t12 -40q0 -36 -25 -56t-63 -20q-31 0 -47 29.5t-18.5 73t-11 95t-21.5 95t-52 73t-100 29.5q-54 0 -93.5 -26t-62 -68t-40 -92.5t-34 -100.5t-37 -92t-56.5 -68t-85 -26q-39 0 -62.5 22.5t-23.5 63.5 q0 49 21.5 88.5t54 65t70 53.5t70 54t54 67t21.5 92q0 55 -35 79.5t-82 24.5q-56 0 -137 -34.5t-110 -34.5q-74 0 -74 47zM1413 -31q0 38 27 65t65 27t65 -27t27 -65t-27 -65t-65 -27t-65 27t-27 65z" />
-<glyph unicode="&#x2748;" horiz-adv-x="2048" d="M143 643q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM143 1022q0 58 43 102.5t107 44.5q36 0 62.5 -11t43 -28.5t31.5 -38.5t35.5 -42t48.5 -38.5t76 -28.5t112 -11q41 0 72 12.5t46.5 27.5t43.5 27.5t64 12.5 q42 0 81 -15.5t66.5 -31t42.5 -15.5q28 0 47.5 36t28 90t21.5 117t28 117t47 90t78 36q71 0 107 -46.5t36 -109.5q0 -27 -21.5 -51t-53.5 -41.5t-69 -44t-69 -56.5t-53.5 -82t-21.5 -118q0 -36 19 -65t46 -47t54 -33.5t46 -33.5t19 -38q0 -21 -13 -35.5t-29 -24t-29 -33.5 t-13 -61q0 -52 24.5 -91.5t63.5 -63.5t86.5 -43.5t95 -36.5t86.5 -36t63.5 -49.5t24.5 -70.5q0 -55 -43 -90t-108 -35q-35 0 -67 25t-58 65t-53 88t-57.5 96.5t-65 88.5t-83 65t-104.5 25q-64 0 -196 -45.5t-180 -45.5q-111 0 -111 162q0 34 18.5 98.5t18.5 104.5 q0 58 -29.5 94.5t-76.5 51t-104.5 19.5t-114.5 6t-104 6t-76.5 24t-29.5 55zM354 20q0 55 55 137.5t117.5 140.5t87.5 58q35 0 35 -120q0 -55 -10.5 -114.5t-31.5 -115.5t-57 -92.5t-81 -36.5q-44 0 -79.5 39.5t-35.5 103.5zM645 1268q0 46 33.5 79t79.5 33t79 -33t33 -79 t-33 -79.5t-79 -33.5t-79.5 33.5t-33.5 79.5zM809 133q0 55 38.5 94t94.5 39t94.5 -39t38.5 -94t-38.5 -94t-94.5 -39t-94.5 39t-38.5 94zM1430 991q0 34 23.5 58t57.5 24t58 -24t24 -58t-24 -58t-58 -24t-57.5 24t-23.5 58zM1491 707q0 35 77.5 54t160.5 19q89 0 132.5 -36 t43.5 -97q0 -49 -35.5 -87t-91.5 -38q-45 0 -114.5 35.5t-121 80t-51.5 69.5z" />
-<glyph unicode="&#x274c;" horiz-adv-x="1638" d="M143 297l379 379l-379 379l297 297l379 -379l379 379l297 -297l-379 -379l379 -379l-297 -297l-379 379l-379 -379z" />
-<glyph unicode="&#x2764;" horiz-adv-x="1843" d="M143 963q0 161 114 275t275 114t275.5 -114t114.5 -275q0 161 114 275t275 114t275 -114t114 -275q0 -54 -10.5 -100.5t-24 -78.5t-42 -70t-48 -59t-59.5 -61l-594 -594l-594 594q-40 40 -59.5 61t-48.5 59t-42.5 70t-24 79t-10.5 100z" />
-<glyph unicode="&#x2770;" horiz-adv-x="1320" d="M154 451l675 901h369l-450 -901l450 -912h-369z" />
-<glyph unicode="&#x2771;" horiz-adv-x="1320" d="M123 -461l450 912l-450 901h369l675 -901l-675 -912h-369z" />
-<glyph unicode="&#x2772;" horiz-adv-x="931" d="M154 -164v1219l594 297l61 -123l-410 -297v-973l410 -297l-61 -123z" />
-<glyph unicode="&#x2773;" horiz-adv-x="931" d="M123 -338l409 297v973l-409 297l61 123l594 -297v-1219l-594 -297z" />
-<glyph unicode="&#xfb00;" horiz-adv-x="1843" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1024 0v1116q0 39 8 70.5t19.5 54.5t34 41t41 29.5t52.5 19.5t57 12t64.5 6t64.5 2.5t69 0.5 h286v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1433" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1024 0v983h287v-983h-287zM1024 1147v205h287v-205h-287z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1433" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1024 0v1352h287v-1352h-287z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="2334" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1024 0v1116q0 39 8 70.5t19.5 54.5t34 41t41 29.5t52.5 19.5t57 12t64.5 6t64.5 2.5t69 0.5 h286v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1925 0v983h287v-983h-287zM1925 1147v205h287v-205h-287z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="2334" d="M123 0v1116q0 49 13 87t31 63t53.5 42t63 25.5t79 13t81 5t88.5 0.5h287v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1024 0v1116q0 39 8 70.5t19.5 54.5t34 41t41 29.5t52.5 19.5t57 12t64.5 6t64.5 2.5t69 0.5 h286v-154h-307q-20 0 -30.5 -0.5t-26.5 -3.5t-24 -9t-14.5 -18t-6.5 -30v-154h409v-154h-409v-829h-287zM1925 0v1352h287v-1352h-287z" />
-<glyph unicode="&#x1f30c;" horiz-adv-x="2007" d="M143 563q0 150 58 293t157.5 252.5t242 176.5t300.5 67q127 0 243 -48.5t199.5 -129.5t133 -190t49.5 -226q0 -80 -30.5 -160t-83.5 -145t-133.5 -105.5t-172.5 -40.5q-163 0 -255.5 91t-92.5 227q-27 0 -44.5 -37.5t-17.5 -85.5q0 -64 33 -129.5t89.5 -119t140.5 -87 t178 -33.5q124 0 242.5 54.5t209.5 149t147 232t56 291.5q0 334 -256 615q45 -38 85.5 -81t86.5 -109t79 -136.5t55 -165.5t22 -195q0 -150 -58 -293t-157.5 -252.5t-242 -176t-300.5 -66.5q-127 0 -243 48.5t-199.5 129.5t-133 190t-49.5 226q0 80 30.5 160t83.5 144.5 t133.5 105t172.5 40.5q163 0 255.5 -90.5t92.5 -226.5q27 0 44.5 37.5t17.5 85.5q0 64 -33 129.5t-89.5 119t-140.5 87t-178 33.5q-124 0 -242.5 -54.5t-209.5 -149t-147 -232t-56 -291.5q0 -334 256 -615q-45 38 -85.5 81t-87 108.5t-79 136.5t-54.5 165.5t-22 194.5z" />
-<glyph unicode="&#x1f30d;" horiz-adv-x="1884" d="M143 676q0 162 63.5 310t170.5 255t255 170.5t310 63.5t310 -63.5t255 -170.5t170.5 -255t63.5 -310t-63.5 -310t-170.5 -255t-255 -170.5t-310 -63.5t-310 63.5t-255 170.5t-170.5 255t-63.5 310zM184 676q0 -207 107 -385l10 184q-65 92 -86 151t-22 165 q-9 -55 -9 -115zM362 1163l103 35q59 76 152 134.5t188 58.5q-52 -16 -131.5 -61.5t-87.5 -76.5q66 43 162 43l124 70l-41 59q-139 -20 -259.5 -88t-209.5 -174zM463 674q0 -39 30.5 -89t67.5 -50h131l17 -27q28 0 34.5 -15.5t6.5 -50.5q0 -20 15 -37.5t30.5 -41t15.5 -56.5 q0 -8 -12.5 -25.5t-12.5 -35.5q0 -28 45.5 -102t77.5 -74q57 0 114.5 39t57.5 67q0 26 11 42.5t24 22.5t24 17.5t11 28.5q0 67 10.5 106.5t27 57t34 32.5t35.5 49t28 91l-84 -33q-62 52 -102.5 122t-40.5 105q20 0 67 -69t70 -127q137 57 160 153l-37 17l-12 24l-29 -37 q-11 0 -37 26t-35 58q47 -30 82 -36.5t129 -6.5q23 0 45.5 -38.5t45.5 -84.5t44 -57q0 138 37 219q24 0 55 -37t54 -102q-13 250 -173.5 441.5t-400.5 250.5l47 -39h-51q0 -39 -7 -59t-17.5 -27t-34.5 -24.5t-47 -42.5q0 17 2.5 24t13.5 14q-43 25 -80 25q-26 0 -73.5 -34.5 t-65.5 -71.5l43 4l16 -37q14 9 23.5 34t21 43.5t35.5 18.5q0 -6 -11 -20.5t-11 -30.5l51 2q-36 -40 -62 -53t-73 -13l-10 33q-13 -33 -47.5 -53t-71.5 -23q0 -33 -17 -61l-53 10l-35 -78l68 -14q45 72 119 86l65 -72q0 -14 -41 -14l25 -16l37 45q-45 25 -45 63 q34 -10 50 -36t23 -48t21 -24q0 30 10 41.5t21.5 10.5t21.5 14t10 52q38 0 80.5 -18t42.5 -41q-92 0 -120.5 -7t-28.5 -34q0 -5 15.5 -7.5t34.5 -6t34.5 -21.5t15.5 -51q-71 0 -102 4t-62 21l-14 -41q-100 29 -100 98l-119 -18l-33 20q-24 -30 -61 -59t-59 -46.5t-39 -57.5 t-17 -101zM680 1118l31 6l14 29q-20 0 -31.5 -10.5t-13.5 -24.5zM698 1096l66 10l-10 80q-16 -8 -17 -22.5t-7 -32.5t-32 -35zM702 1243q50 0 50 23l-39 8zM1149 1042q37 0 65.5 -34.5t28.5 -61.5l-49 4q0 50 -45 92zM1169 160q37 0 68 48t31 109l-78 -65z" />
-<glyph unicode="&#x1f30e;" horiz-adv-x="1884" d="M143 676q0 162 63.5 310t170.5 255t255 170.5t310 63.5t310 -63.5t255 -170.5t170.5 -255t63.5 -310t-63.5 -310t-170.5 -255t-255 -170.5t-310 -63.5t-310 63.5t-255 170.5t-170.5 255t-63.5 310zM485 1245q45 0 67 4.5t56 18.5q0 -80 -11.5 -131.5t-25 -70t-25 -50.5 t-11.5 -78q17 -7 20.5 -36t10.5 -68t32 -64q-20 68 -20 125q13 -51 37 -92t24 -68q0 -28 35.5 -52t78 -37.5t78 -32.5t35.5 -38q13 -19 56.5 -21.5t58.5 -31.5q-6 -22 -28.5 -59.5t-22.5 -79.5q0 -29 32.5 -66t65.5 -67t33 -43q0 -27 -21 -87.5t-42 -107.5l-21 -47l49 -12 q21 32 59.5 63.5t80 55.5t90 59.5t90 74t78.5 100t57 136.5q-50 0 -87 11.5t-57.5 28t-49 36.5t-58 36.5t-87 28t-134.5 11.5l-21 -51q-15 23 -48 24t-46 21l8 57l-65 8l26 74l-45 -6q-3 -35 -43 -35q-43 0 -43 74q0 44 26 62t111 18q25 0 34 -10t9 -33l31 -35q0 36 -7 55 t-7 25q30 21 44.5 42.5t19 39t12.5 35.5t36 38.5t80 42.5q-26 0 -34.5 7.5t-8.5 25.5q-30 0 -53 -26q16 35 57 42t54 23q-29 37 -83 66.5t-91 29.5l-15 -121q-27 53 -110 84l98 89q-114 0 -173 23.5t-59 59.5q-49 -8 -81 -22.5t-44.5 -28.5t-35.5 -27.5t-56 -19.5zM582 1343 l57 -4q56 50 154 80q-105 -20 -211 -76zM774 1311l19 -31l65 -12l-53 59zM819 1335l10 -16h31l6 27zM829 1042l52 29q10 -21 18 -29t13 -6.5t14 -1.5t20 -14l-26 -25l-11 31q-32 0 -32 -43h-11q0 44 -4.5 51.5t-32.5 7.5zM854 1305l27 -35l20 37zM870 1319l72 -10l31 55 q-67 0 -103 -45zM887 743l84 -43l49 5q-53 38 -133 38zM903 1284q42 -7 59 -17.5t17 -37.5l55 -29v45q-18 22 -52.5 39.5t-68.5 18.5zM963 1327q35 0 61.5 -19t41 -41.5t39.5 -41.5t58 -19l-4 103l-115 67q-34 0 -51 -10t-30 -39zM1024 705l25 -31l38 14q88 0 99 -59 q0 76 -162 76zM1120 1063l60 -10q-6 22 -17 33.5t-33 17.5zM1167 1401q13 -25 52.5 -48t79.5 -39.5t80 -51.5t55 -82l47 -39l-25 -21q22 -32 40.5 -45.5t41.5 -13.5l-57 149q-137 137 -314 191zM1196 1282l45 -20q0 34 -27 34zM1325 1268q5 -27 33.5 -54.5t52.5 -27.5v33z M1546 1133q0 -85 6.5 -158.5t22.5 -144.5t48 -112.5t77 -41.5q0 253 -154 457z" />
-<glyph unicode="&#x1f30f;" horiz-adv-x="1884" d="M143 676q0 162 63.5 310t170.5 255t255 170.5t310 63.5t310 -63.5t255 -170.5t170.5 -255t63.5 -310t-63.5 -310t-170.5 -255t-255 -170.5t-310 -63.5t-310 63.5t-255 170.5t-170.5 255t-63.5 310zM190 770q62 5 93 24.5t55 53.5l-37 43q0 53 16 92q7 -7 7.5 -25.5 t1.5 -35.5t20.5 -36t59.5 -30q0 -170 32 -258q11 35 22 58.5t30.5 48t50 40t71.5 21.5l17 -96l30 12q0 -92 17.5 -143t62.5 -76l-10 53l-51 55l16 60l62 -66q51 20 51 56q0 25 -19.5 43t-19.5 30q0 19 19.5 26.5t47 9.5t55.5 7.5t47.5 28.5t20.5 65q0 70 -47 132 q66 0 82.5 -14.5t16.5 -59.5l32 10q0 25 -5 38t-21 26q61 31 78.5 59.5t17.5 99.5l-55 6q14 38 33.5 52.5t35.5 13t35 9.5t31 42q0 -57 6 -78t33 -51l-4 72l-19 10q0 16 4.5 24t10 11.5t10 20.5t4.5 49q-93 0 -170 -7.5t-127 -7.5l-33 43q-39 0 -75 -11t-58 -11 q-55 0 -77 17t-25 58q-194 -74 -325 -239t-157 -375zM371 1036q2 28 29 68t63 41l-74 -109h-18zM451 569l32 6l-20 54zM616 551q27 -53 46 -84t44 -58.5t48.5 -40.5t62.5 -23t83 -12.5t112 -2.5q-60 3 -100.5 8.5t-79.5 16t-58.5 29.5t-19.5 46zM795 1419l63 -6l86 10 q86 0 169 -18.5t83 -42.5t26.5 -42t58.5 -28t58.5 -29t26.5 -44q0 -24 -15 -39.5t-55 -22.5q78 8 78 68q0 20 -27 52.5t-28 55.5q-178 101 -377 101q-74 0 -147 -15zM797 700l14 -22l25 29zM799 459q0 -34 19 -50t73 -16l43 117l-29 22zM858 186l49 -120q72 34 148 34 q71 0 96 -43q64 0 107.5 35.5t58.5 100.5q-54 47 -61 77.5t-29 57.5l-31 -82l-57 24l16 37q-43 0 -81 -15t-63 -34.5t-66 -40.5t-87 -31zM932 369l55 14l-47 61zM938 743l20 -16l7 51zM942 684q0 -43 13 -76t26.5 -54t13.5 -36l33 19q0 37 -14 59t-27.5 39.5t-13.5 42.5z M1022 399l57 -4l-32 17l-5 53zM1044 881l15 -29l100 63q0 39 11 69.5t24 45.5t24 36t11 44q-2 -31 -24 -54.5t-58 -23.5l4 45l-37 58l29 -129q0 -47 -12.5 -62t-86.5 -63zM1083 438q8 -22 24.5 -31.5t32 -10t31 -10t21.5 -32.5l43 -8l25 25l59 -33q-8 29 -26.5 49 t-37.5 29.5t-53.5 15t-56 6t-62.5 0.5zM1180 43l2 -20l43 30zM1321 401q30 0 55 -6.5t78 -29.5l-115 57z" />
-<glyph unicode="&#x1f47d;" horiz-adv-x="1597" d="M143 819q0 194 78 342t227 231t351 83t351 -83t226.5 -231t77.5 -342q0 -210 -53.5 -337.5t-212.5 -317.5q-49 -59 -86 -99t-91 -88.5t-107.5 -74t-104.5 -25.5t-104.5 25.5t-107.5 74t-91 88.5t-86 99q-109 131 -162.5 219t-79 190t-25.5 246zM307 553q0 -78 57 -156 t138.5 -125t152.5 -47q42 0 62 13t20 49q0 60 -57.5 156t-136.5 169.5t-133 73.5q-51 0 -77 -37.5t-26 -95.5zM666 82q30 -62 133 -62t133 62h-266zM860 287q0 -36 20 -49t62 -13q71 0 152.5 47t138.5 125t57 156q0 58 -25.5 95.5t-76.5 37.5q-54 0 -133 -73.5t-137 -169.5 t-58 -156z" />
-<glyph unicode="&#x1f4a5;" horiz-adv-x="2211" d="M123 614l418 -165l-238 645l449 -408l-29 324l170 -158l59 745l291 -755l143 225l52 -301l426 551l-222 -801l447 57l-573 -573l122 356l-256 -116l-55 317l-156 -258l-299 416v-518l-233 139l98 -336z" />
-<glyph unicode="&#x1f52b;" horiz-adv-x="2539" d="M143 737l62 379l348 21l31 112q589 0 1002 -47.5t757 -175.5l-21 -82l74 -12l-20 -184l-105 -9l-18 -73h-430l-133 -123h-383l-365 -543h-317q-72 0 -132.5 7.5t-116.5 24.5t-88 50.5t-32 81.5q0 37 27.5 85.5t66.5 94.5t78 90.5t66.5 86t27.5 67.5q0 35 -21.5 57.5 t-60.5 30.5zM645 154q0 -20 14 -36t48 -16h194l297 461q0 19 -5.5 34t-18.5 25.5t-26.5 18t-38.5 12t-44 7.5t-53.5 4t-57 1.5t-63.5 0.5l51 -246l-194 -31q-103 -206 -103 -235z" />
-<glyph unicode="&#x1f601;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM317 655q0 -72 27.5 -154t84 -164t133.5 -148t187 -107t234 -41t234 41t187 107t133.5 148t84 164t27.5 154q0 109 -21 185h-1290q-21 -76 -21 -185zM338 604q126 -84 256 -112l20 327l21 -338q138 -30 328 -30l20 368l21 -368q189 0 327 30l21 338 l20 -327q130 28 256 112q-117 -103 -256 -133l-20 -297l-21 287q-189 -41 -327 -41l-21 -359l-20 359q-139 0 -328 41l-21 -287l-20 297q-139 30 -256 133zM451 1004q62 70 109.5 96t115.5 26t115.5 -26t109.5 -96q-49 225 -225 225t-225 -225zM1065 1004q62 70 109.5 96 t115.5 26t116 -26t110 -96q-49 225 -226 225q-176 0 -225 -225z" />
-<glyph unicode="&#x1f603;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM287 666q113 -242 286.5 -377t409.5 -135t409.5 135t286.5 377q-132 -165 -308 -262t-388 -97t-388 97t-308 262zM553 983q0 -102 41.5 -174t101.5 -72t102 72t42 174t-42 174t-102 72t-101.5 -72t-41.5 -174zM1126 983q0 -102 42 -174t102 -72t101.5 72 t41.5 174t-41.5 174t-101.5 72t-102 -72t-42 -174z" />
-<glyph unicode="&#x1f604;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM317 655q0 -72 27.5 -154t84 -164t133.5 -148t187 -107t234 -41t234 41t187 107t133.5 148t84 164t27.5 154q0 109 -21 185h-1290q-21 -76 -21 -185zM451 1004q62 70 109.5 96t115.5 26t115.5 -26t109.5 -96q-49 225 -225 225t-225 -225zM1065 1004 q62 70 109.5 96t115.5 26t116 -26t110 -96q-49 225 -226 225q-176 0 -225 -225z" />
-<glyph unicode="&#x1f606;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM307 696q0 -82 26.5 -170.5t82.5 -175t133.5 -155.5t190.5 -111.5t243 -42.5t243 42.5t190.5 111.5t133.5 155.5t82.5 175t26.5 170.5h-1352zM461 840l10 -21l369 185q41 20 41 61t-41 61l-369 185l-10 -21l256 -225zM1085 1065q0 -41 41 -61l369 -185 l10 21l-256 225l256 225l-10 21l-369 -185q-41 -20 -41 -61z" />
-<glyph unicode="&#x1f607;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM246 1669q0 63 216 108.5t521 45.5t521 -45.5t216 -108.5t-216 -108t-521 -45t-521 45t-216 108zM287 666q113 -242 286.5 -377t409.5 -135t409.5 135t286.5 377q-132 -165 -308 -262t-388 -97t-388 97t-308 262zM451 1004q49 -226 225 -226t225 226 q-63 -70 -110 -96.5t-115 -26.5t-115 26.5t-110 96.5zM492 1649q0 -38 143.5 -65.5t347.5 -27.5t348 27.5t144 65.5t-144 65t-348 27t-347.5 -27t-143.5 -65zM1065 1004q49 -226 225 -226q177 0 226 226q-62 -70 -110 -96.5t-116 -26.5t-115 26.5t-110 96.5z" />
-<glyph unicode="&#x1f608;" horiz-adv-x="2232" d="M143 1475q0 99 34 194.5t99 153.5q0 -296 218 -387q59 19 157.5 27.5t186 10t278.5 1.5t279 -1.5t186.5 -10t157.5 -27.5q217 90 217 387q65 -58 99 -153.5t34 -194.5q0 -197 -147 -332q14 -113 14 -467q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89 q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232q-14 118 -14 466q0 346 15 467q-148 136 -148 332zM430 532q0 -44 49.5 -105.5t134.5 -120.5t219.5 -100.5t282.5 -41.5t282.5 41.5t219.5 100.5t134.5 120.5t49.5 105.5q0 33 -11 47.5t-40 14.5 q-12 0 -53 -11t-97.5 -25t-186 -25t-298.5 -11t-298.5 11t-186 25t-97.5 25t-53 11q-29 0 -40 -14.5t-11 -47.5zM686 983q0 -102 41.5 -174t101.5 -72q54 0 94 59.5t48 147.5l-232 232q-53 -72 -53 -193zM1260 944q8 -88 47.5 -147.5t93.5 -59.5q60 0 101.5 72t41.5 174 q0 121 -53 193z" />
-<glyph unicode="&#x1f609;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM307 829q61 -306 258 -490.5t459 -184.5q82 0 151.5 14t144 49t149 101t149.5 163q-117 -100 -229 -152.5t-242 -52.5q-178 0 -340 60t-296.5 187t-203.5 306zM451 881q63 70 110 96.5t115 26.5t115 -26.5t110 -96.5q-49 225 -225 225t-225 -225zM1126 983 q0 -102 42 -174t102 -72t101.5 72t41.5 174t-41.5 174t-101.5 72t-102 -72t-42 -174z" />
-<glyph unicode="&#x1f60a;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM297 707q0 -35 30 -82t91 -97t141 -92.5t192 -70t232 -27.5t232 27.5t192 70t141 92.5t91 97t30 82q0 32 -11 46.5t-40 14.5q-12 0 -53 -11t-97.5 -25t-186 -25t-298.5 -11t-298.5 11t-186 25t-97.5 25t-53 11q-29 0 -40 -14.5t-11 -46.5zM451 1004 q62 70 109.5 96t115.5 26t115.5 -26t109.5 -96q-49 225 -225 225t-225 -225zM1065 1004q62 70 109.5 96t115.5 26t116 -26t110 -96q-49 225 -226 225q-176 0 -225 -225z" />
-<glyph unicode="&#x1f60e;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM287 1126q0 -80 17 -148t52 -123t96 -86.5t142 -31.5q67 0 117 17t79 44t49.5 59.5t34 65.5t27 60t33.5 44t49 17t49 -17t33.5 -44t27 -60t34 -65.5t49.5 -59.5t79 -44t117 -17q81 0 142 31.5t96 86.5t52 123t17 148h-1392zM573 307q62 -78 168 -121 t242 -43q96 0 200 38t192.5 100t162.5 138t121 154q-203 -157 -395 -232t-404 -75q-162 0 -287 41z" />
-<glyph unicode="&#x1f610;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM532 328h902v82h-902v-82zM553 983q0 -85 41.5 -145t101.5 -60t102 60t42 145t-42 145t-102 60t-101.5 -60t-41.5 -145zM1126 983q0 -85 42 -145t102 -60t101.5 60t41.5 145t-41.5 145t-101.5 60t-102 -60t-42 -145z" />
-<glyph unicode="&#x1f612;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM430 1044l184 -20q0 -102 42 -174t102 -72t101.5 72t41.5 174q0 43 -10 82h-461v-62zM532 328h902v82h-902v-82zM1004 1044l184 -20q0 -102 41.5 -174t101.5 -72t102 72t42 174q0 39 -11 82h-460v-62z" />
-<glyph unicode="&#x1f615;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM532 143q452 287 799 287q89 0 128.5 -0.5t84.5 -5t74 -14.5q-115 143 -410 143q-119 0 -255 -60t-247.5 -153.5t-173.5 -196.5zM553 983q0 -102 41.5 -174t101.5 -72t102 72t42 174t-42 174t-102 72t-101.5 -72t-41.5 -174zM1126 983q0 -85 42 -145 t102 -60t101.5 60t41.5 145t-41.5 145t-101.5 60t-102 -60t-42 -145z" />
-<glyph unicode="&#x1f618;" horiz-adv-x="2805" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM451 881q63 70 110 96.5t115 26.5t115 -26.5t110 -96.5q-49 225 -225 225t-225 -225zM707 317q25 -29 54 -69.5t46.5 -66.5t45.5 -55t57 -46t73.5 -28t101.5 -11q68 0 112 14t71 43t43.5 59t43.5 77t58 83q-40 30 -75.5 80t-56 89t-50 68.5t-64.5 29.5 q-19 0 -35.5 -13.5t-25 -27.5t-21.5 -41q-16 33 -44.5 57.5t-57.5 24.5q-35 0 -71 -29.5t-62.5 -68.5t-66.5 -89.5t-76 -79.5zM737 307q51 -10 121 -10q103 0 176 29.5t82 72.5q14 -44 67 -74t120 -30q39 0 79 12q-55 -24 -104 -24q-33 0 -69.5 12t-41.5 12q-14 0 -28 -22 t-23 -49q0 23 -18 47t-33 24q-1 0 -47 -11t-100 -11q-76 0 -181 22zM1126 983q0 -102 42 -174t102 -72t101.5 72t41.5 174t-41.5 174t-101.5 72t-102 -72t-42 -174zM1864 1393q0 85 59.5 144.5t144.5 59.5q73 0 126 -42.5t69 -100.5q16 58 69 100.5t126 42.5 q85 0 144.5 -59.5t59.5 -144.5q0 -90 -33 -154.5t-114.5 -134.5t-251.5 -182q-170 112 -251.5 182t-114.5 134.5t-33 154.5z" />
-<glyph unicode="&#x1f61b;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM399 625q92 -100 194.5 -160.5t256.5 -106.5q51 -63 51 -163q0 -31 9.5 -61.5t31 -62t64 -51.5t100.5 -20q84 0 139 47.5t55 147.5q0 93 -81 174q115 36 185 92.5t112 132.5q-134 -53 -236 -77.5t-236 -24.5q-305 0 -645 133zM553 1024q0 -102 41.5 -174 t101.5 -72t102 72t42 174t-42 174t-102 72t-101.5 -72t-41.5 -174zM1004 399h61q29 -26 47 -57t25 -72t8.5 -68.5t1.5 -78.5q-16 163 -143 276zM1126 1024q0 -102 42 -174t102 -72t101.5 72t41.5 174t-41.5 174t-101.5 72t-102 -72t-42 -174z" />
-<glyph unicode="&#x1f61d;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM410 297q288 123 450 123q82 -55 82 -225q0 -31 9.5 -61.5t31 -62t64 -51.5t100.5 -20q84 0 139 47.5t55 147.5q0 60 -35.5 116.5t-97.5 98.5q73 0 167.5 -22.5t160.5 -59.5q-41 91 -175.5 163t-295.5 72q-369 0 -655 -266zM461 758l10 -21l369 185 q41 20 41 61t-41 61l-369 185l-10 -21l256 -225zM1024 440h61q93 -82 93 -297q-8 79 -47.5 158t-106.5 139zM1085 983q0 -41 41 -61l369 -185l10 21l-256 225l256 225l-10 21l-369 -185q-41 -20 -41 -61z" />
-<glyph unicode="&#x1f61e;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM471 164q126 126 228.5 170.5t283.5 44.5t283.5 -44.5t228.5 -170.5q-54 109 -123 187.5t-170 129.5t-219 51t-219 -51t-170 -129.5t-123 -187.5zM553 983q0 -102 41.5 -174t101.5 -72t102 72t42 174t-42 174t-102 72t-101.5 -72t-41.5 -174zM1126 983 q0 -102 42 -174t102 -72t101.5 72t41.5 174t-41.5 174t-101.5 72t-102 -72t-42 -174z" />
-<glyph unicode="&#x1f61f;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM471 123q126 126 228.5 170.5t283.5 44.5t283.5 -44.5t228.5 -170.5q-84 168 -211.5 268.5t-300.5 100.5t-300.5 -100.5t-211.5 -268.5zM555 985q8 -88 47.5 -147.5t93.5 -59.5q60 0 102 72t42 174q0 119 -54 193zM1126 1024q0 -102 42 -174t102 -72 q54 0 93.5 59.5t47.5 147.5l-231 232q-54 -74 -54 -193z" />
-<glyph unicode="&#x1f620;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM471 164q126 126 228.5 170.5t283.5 44.5t283.5 -44.5t228.5 -170.5q-54 109 -123 187.5t-170 129.5t-219 51t-219 -51t-170 -129.5t-123 -187.5zM553 983q0 -102 41.5 -174t101.5 -72q54 0 94 59.5t48 147.5l-232 232q-53 -72 -53 -193zM1126 944 q8 -88 48 -147.5t94 -59.5q60 0 101.5 72t41.5 174q0 121 -53 193z" />
-<glyph unicode="&#x1f623;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM461 758l10 -21l369 185q41 20 41 61t-41 61l-369 185l-10 -21l256 -225zM471 164q126 126 228.5 170.5t283.5 44.5t283.5 -44.5t228.5 -170.5q-54 109 -123 187.5t-170 129.5t-219 51t-219 -51t-170 -129.5t-123 -187.5zM1085 983q0 -41 41 -61l369 -185 l10 21l-256 225l256 225l-10 21l-369 -185q-41 -20 -41 -61z" />
-<glyph unicode="&#x1f62d;" horiz-adv-x="3420" d="M143 901q0 51 51.5 92t129 64.5t156.5 36t145 12.5q-76 -42 -129 -92.5t-76.5 -90t-43.5 -74t-45 -53t-65 -18.5q-51 0 -87 36t-36 87zM184 1434q0 67 48 115t116 48q124 0 277.5 -56t275.5 -148q-122 0 -211 -12.5t-134 -30.5t-76.5 -36.5t-62.5 -31t-69 -12.5 q-68 0 -116 48t-48 116zM870 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88 q-71 68 -90 232q-14 118 -14 466zM1055 532q0 -166 78.5 -277.5t187.5 -111.5q33 0 67 19t65 46.5t66 54.5t84.5 46t106.5 19t106.5 -19t84.5 -46t66 -54.5t65 -46.5t67 -19q109 0 187.5 111.5t78.5 277.5t-78.5 278t-187.5 112q-45 0 -83 -15t-67 -36t-60 -42t-76.5 -36 t-102.5 -15t-102.5 15t-76.5 36t-60 42t-67 36t-83 15q-109 0 -187.5 -112t-78.5 -278zM1178 1065q63 70 110 96.5t115 26.5t115 -26.5t110 -96.5q-49 225 -225 225t-225 -225zM1792 1065q63 70 110 96.5t115 26.5t116 -26.5t110 -96.5q-49 225 -226 225q-176 0 -225 -225z M2519 1393q122 92 275.5 148t277.5 56q68 0 116 -48t48 -115q0 -68 -48 -116t-116 -48q-38 0 -69 12.5t-62.5 31t-76.5 36.5t-134 30.5t-211 12.5zM2796 1106q66 0 145 -12.5t156 -36t128.5 -64.5t51.5 -92t-36 -87t-87 -36q-40 0 -65 18.5t-44.5 53t-43.5 74t-76.5 90 t-128.5 92.5z" />
-<glyph unicode="&#x1f62e;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM553 1065q0 -102 41.5 -174t101.5 -72t102 72t42 174t-42 174t-102 72t-101.5 -72t-41.5 -174zM584 287q0 -101 117 -173.5t282 -72.5t282 72.5t117 173.5t-116.5 173t-282.5 72t-282.5 -72t-116.5 -173zM1126 1065q0 -102 42 -174t102 -72t101.5 72 t41.5 174t-41.5 174t-101.5 72t-102 -72t-42 -174z" />
-<glyph unicode="&#x1f632;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM397 123h1172q-37 211 -202.5 351t-383.5 140t-383.5 -140t-202.5 -351zM410 983q0 -101 72 -173.5t173 -72.5t173.5 72.5t72.5 173.5t-72.5 173.5t-173.5 72.5t-173 -72.5t-72 -173.5zM573 983q0 34 24 58t58 24t58 -24t24 -58t-24 -58t-58 -24t-58 24 t-24 58zM1065 983q0 -101 72.5 -173.5t173.5 -72.5t173 72.5t72 173.5t-72 173.5t-173 72.5t-173.5 -72.5t-72.5 -173.5zM1229 983q0 34 24 58t58 24t58 -24t24 -58t-24 -58t-58 -24t-58 24t-24 58z" />
-<glyph unicode="&#x1f634;" horiz-adv-x="3051" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM451 1004q49 -226 225 -226t225 226q-63 -70 -110 -96.5t-115 -26.5t-115 26.5t-110 96.5zM737 205q0 -67 72.5 -115.5t173.5 -48.5t173.5 48.5t72.5 115.5t-72.5 115.5t-173.5 48.5t-173.5 -48.5t-72.5 -115.5zM1065 1004q49 -226 225 -226q177 0 226 226 q-62 -70 -110 -96.5t-116 -26.5t-115 26.5t-110 96.5zM1894 1147v63l254 213h-241v62h377v-64l-254 -213h264v-61h-400zM2376 1147v86l336 283h-320v81h504v-86l-336 -282h348v-82h-532z" />
-<glyph unicode="&#x1f635;" horiz-adv-x="1966" d="M143 676q0 350 13 462q20 166 89 235q71 69 243 89q125 13 495 13q372 0 491 -13q174 -19 245 -88q71 -68 90 -232q14 -118 14 -466q0 -350 -13 -462q-20 -166 -89 -235q-71 -69 -243 -89q-125 -13 -495 -13q-372 0 -491 13q-174 19 -245 88q-71 68 -90 232 q-14 118 -14 466zM410 328q117 65 276 82q-62 -42 -97.5 -98.5t-35.5 -116.5q0 -100 55 -147.5t140 -47.5q47 0 84 13.5t59 34t36.5 48t19.5 51.5t5 48q0 170 82 225q191 0 502 -123q-286 266 -655 266q-161 0 -295.5 -72t-175.5 -163zM430 788l31 -30l194 153l195 -153 l31 30l-154 195l154 195l-31 30l-195 -153l-194 153l-31 -30l154 -195zM717 143q0 97 18.5 173t73.5 124h61q-67 -59 -106 -138t-47 -159zM1085 788l31 -30l195 153l194 -153l31 30l-154 195l154 195l-31 30l-194 -153l-195 153l-31 -30l154 -195z" />
-<glyph unicode="&#x1f680;" horiz-adv-x="1884" d="M143 -246l318 492l174 -174zM297 584l92 153l483 72l326 348q21 23 110 69t202.5 86t179.5 40q31 0 41 -10.5t10 -41.5q0 -96 -78 -275t-117 -216l-348 -326l-72 -483l-153 -92l-72 297l-153 -72l-226 225l72 154z" />
-<hkern u1="&#x104;" u2="&#x237;" k="-41" />
-<hkern u1="&#x104;" u2="&#x135;" k="-41" />
-<hkern u1="&#x104;" u2="j" k="-41" />
-<hkern u1="&#x118;" u2="&#x237;" k="-41" />
-<hkern u1="&#x118;" u2="&#x135;" k="-41" />
-<hkern u1="&#x118;" u2="j" k="-41" />
-<hkern u1="&#x119;" u2="&#x237;" k="-20" />
-<hkern u1="&#x119;" u2="&#x135;" k="-20" />
-<hkern u1="&#x119;" u2="j" k="-20" />
-<hkern u1="&#x12e;" u2="&#x237;" k="-41" />
-<hkern u1="&#x12e;" u2="&#x135;" k="-41" />
-<hkern u1="&#x12e;" u2="j" k="-41" />
-<hkern u1="&#x12f;" u2="&#x237;" k="-61" />
-<hkern u1="&#x12f;" u2="&#x135;" k="-61" />
-<hkern u1="&#x12f;" u2="j" k="-61" />
-<hkern u1="&#x163;" u2="&#x237;" k="-61" />
-<hkern u1="&#x163;" u2="&#x135;" k="-61" />
-<hkern u1="&#x163;" u2="j" k="-61" />
-<hkern u1="&#x414;" u2="&#x458;" k="-102" />
-<hkern u1="&#x426;" u2="&#x458;" k="-102" />
-<hkern u1="&#x429;" u2="&#x458;" k="-102" />
-<hkern u1="&#x434;" u2="&#x458;" k="-102" />
-<hkern u1="&#x446;" u2="&#x458;" k="-102" />
-<hkern u1="&#x449;" u2="&#x458;" k="-102" />
-<hkern u1="&#x496;" u2="&#x458;" k="-102" />
-<hkern u1="&#x497;" u2="&#x458;" k="-102" />
-<hkern u1="&#x49a;" u2="&#x458;" k="-102" />
-<hkern u1="&#x49b;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4a2;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4a3;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4b2;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4b3;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4b4;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4b5;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4b6;" u2="&#x458;" k="-102" />
-<hkern u1="&#x4b7;" u2="&#x458;" k="-102" />
-<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="287" />
-<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       g2="V"  k="287" />
-<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="184" />
-<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="307" />
-<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="164" />
-<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="102" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="82" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="AE,AEacute"         k="82" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="82" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="V"  k="82" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="41" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="X"  k="61" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="82" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="41" />
-<hkern g1="D,Eth,Thorn,Dcaron,Dcroat,uni1E0A"  g2="z,zacute,zdotaccent,zcaron"         k="41" />
-<hkern g1="F,uni1E1E"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="205" />
-<hkern g1="F,uni1E1E"  g2="AE,AEacute"         k="205" />
-<hkern g1="F,uni1E1E"  g2="J,Jcircumflex"      k="123" />
-<hkern g1="F,uni1E1E"  g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="-41" />
-<hkern g1="F,uni1E1E"  g2="Z,Zacute,Zdotaccent,Zcaron"         k="41" />
-<hkern g1="F,uni1E1E"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="61" />
-<hkern g1="F,uni1E1E"  g2="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    k="41" />
-<hkern g1="F,uni1E1E"  g2="d,eth,dcroat,uni1E0B"       k="41" />
-<hkern g1="F,uni1E1E"  g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-41" />
-<hkern g1="F,uni1E1E"  g2="r,rcommaaccent"     k="41" />
-<hkern g1="F,uni1E1E"  g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  k="41" />
-<hkern g1="F,uni1E1E"  g2="z,zacute,zdotaccent,zcaron"         k="41" />
-<hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent"       g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="61" />
-<hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent"       g2="V"  k="61" />
-<hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent"       g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="61" />
-<hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent"       g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="82" />
-<hkern g1="Icircumflex,Idieresis,Itilde,Imacron,Ibreve"        g2="Icircumflex,Idieresis,Itilde,Imacron,Ibreve"        k="-164" />
-<hkern g1="K,Kcommaaccent"     g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="61" />
-<hkern g1="K,Kcommaaccent"     g2="V"  k="41" />
-<hkern g1="K,Kcommaaccent"     g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="61" />
-<hkern g1="K,Kcommaaccent"     g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="102" />
-<hkern g1="K,Kcommaaccent"     g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="61" />
-<hkern g1="L,Lacute,Lcommaaccent,Lcaron,Ldot,Lslash"   g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="266" />
-<hkern g1="L,Lacute,Lcommaaccent,Lcaron,Ldot,Lslash"   g2="V"  k="184" />
-<hkern g1="L,Lacute,Lcommaaccent,Lcaron,Ldot,Lslash"   g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="123" />
-<hkern g1="L,Lacute,Lcommaaccent,Lcaron,Ldot,Lslash"   g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="266" />
-<hkern g1="L,Lacute,Lcommaaccent,Lcaron,Ldot,Lslash"   g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="61" />
-<hkern g1="L,Lacute,Lcommaaccent,Lcaron,Ldot,Lslash"   g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="41" />
-<hkern g1="P,uni1E56"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="184" />
-<hkern g1="P,uni1E56"  g2="AE,AEacute"         k="184" />
-<hkern g1="P,uni1E56"  g2="J,Jcircumflex"      k="102" />
-<hkern g1="P,uni1E56"  g2="Z,Zacute,Zdotaccent,Zcaron"         k="41" />
-<hkern g1="P,uni1E56"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="61" />
-<hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent,uni1E60"  g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="61" />
-<hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent,uni1E60"  g2="V"  k="61" />
-<hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent,uni1E60"  g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="61" />
-<hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent,uni1E60"  g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="82" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="287" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="AE,AEacute"         k="287" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="J,Jcircumflex"      k="266" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="-82" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="143" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="d,eth,dcroat,uni1E0B"       k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-82" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="r,rcommaaccent"     k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="x"  k="102" />
-<hkern g1="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         g2="z,zacute,zdotaccent,zcaron"         k="102" />
-<hkern g1="V"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="287" />
-<hkern g1="V"  g2="AE,AEacute"         k="287" />
-<hkern g1="V"  g2="J,Jcircumflex"      k="184" />
-<hkern g1="V"  g2="Z,Zacute,Zdotaccent,Zcaron"         k="41" />
-<hkern g1="V"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="184" />
-<hkern g1="V"  g2="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    k="143" />
-<hkern g1="V"  g2="d,eth,dcroat,uni1E0B"       k="143" />
-<hkern g1="V"  g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-82" />
-<hkern g1="V"  g2="r,rcommaaccent"     k="143" />
-<hkern g1="V"  g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  k="143" />
-<hkern g1="V"  g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="61" />
-<hkern g1="V"  g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="61" />
-<hkern g1="V"  g2="x"  k="61" />
-<hkern g1="V"  g2="z,zacute,zdotaccent,zcaron"         k="143" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="184" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="AE,AEacute"         k="184" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="J,Jcircumflex"      k="143" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="Z,Zacute,Zdotaccent,Zcaron"         k="41" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="123" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    k="82" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="d,eth,dcroat,uni1E0B"       k="82" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-82" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="r,rcommaaccent"     k="82" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  k="82" />
-<hkern g1="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      g2="z,zacute,zdotaccent,zcaron"         k="82" />
-<hkern g1="X"  g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-82" />
-<hkern g1="X"  g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="61" />
-<hkern g1="X"  g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="41" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="307" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="AE,AEacute"         k="307" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="J,Jcircumflex"      k="266" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="Z,Zacute,Zdotaccent,Zcaron"         k="41" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="205" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    k="164" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="d,eth,dcroat,uni1E0B"       k="164" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-82" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="r,rcommaaccent"     k="164" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  k="164" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="102" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="w,wcircumflex,wgrave,wacute,wdieresis"      k="102" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="x"  k="102" />
-<hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      g2="z,zacute,zdotaccent,zcaron"         k="143" />
-<hkern g1="Z,Zacute,Zdotaccent,Zcaron"         g2="V"  k="41" />
-<hkern g1="Z,Zacute,Zdotaccent,Zcaron"         g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="41" />
-<hkern g1="Z,Zacute,Zdotaccent,Zcaron"         g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="41" />
-<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       g2="V"  k="82" />
-<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="41" />
-<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="164" />
-<hkern g1="f,lcaron,racute,rcaron,longs,florin,aringacute,uni1E1F,uniFB00"     g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="82" />
-<hkern g1="f,lcaron,racute,rcaron,longs,florin,aringacute,uni1E1F,uniFB00"     g2="AE,AEacute"         k="82" />
-<hkern g1="f,lcaron,racute,rcaron,longs,florin,aringacute,uni1E1F,uniFB00"     g2="J,Jcircumflex"      k="123" />
-<hkern g1="f,lcaron,racute,rcaron,longs,florin,aringacute,uni1E1F,uniFB00"     g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="61" />
-<hkern g1="b,h,k,thorn,hcircumflex,hbar,kcommaaccent,napostrophe,uni1E03"      g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="b,h,k,thorn,hcircumflex,hbar,kcommaaccent,napostrophe,uni1E03"      g2="V"  k="82" />
-<hkern g1="b,h,k,thorn,hcircumflex,hbar,kcommaaccent,napostrophe,uni1E03"      g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="41" />
-<hkern g1="b,h,k,thorn,hcircumflex,hbar,kcommaaccent,napostrophe,uni1E03"      g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="164" />
-<hkern g1="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    g2="V"  k="82" />
-<hkern g1="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="41" />
-<hkern g1="c,e,g,m,n,o,p,q,u,ccedilla,egrave,eacute,ecircumflex,edieresis,ntilde,ograve,oacute,ocircumflex,otilde,odieresis,oslash,ugrave,uacute,ucircumflex,udieresis,cacute,ccircumflex,cdotaccent,ccaron,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,dotlessi,kgreenlandic,nacute,ncommaaccent,ncaron,eng,omacron,obreve,ohungarumlaut,oe,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,oslashacute,uni0237,uni1E41,uni1E57"    g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="164" />
-<hkern g1="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="-82" />
-<hkern g1="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    g2="V"  k="-82" />
-<hkern g1="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="-82" />
-<hkern g1="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    g2="X"  k="-82" />
-<hkern g1="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="-82" />
-<hkern g1="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    g2="icircumflex,idieresis,itilde,imacron,ibreve,jcircumflex"    k="-164" />
-<hkern g1="r,rcommaaccent"     g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="82" />
-<hkern g1="r,rcommaaccent"     g2="AE,AEacute"         k="82" />
-<hkern g1="r,rcommaaccent"     g2="J,Jcircumflex"      k="123" />
-<hkern g1="r,rcommaaccent"     g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="82" />
-<hkern g1="r,rcommaaccent"     g2="V"  k="61" />
-<hkern g1="r,rcommaaccent"     g2="X"  k="61" />
-<hkern g1="r,rcommaaccent"     g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="143" />
-<hkern g1="r,rcommaaccent"     g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="61" />
-<hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="143" />
-<hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  g2="V"  k="102" />
-<hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="82" />
-<hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="205" />
-<hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent,uni1E61"  g2="v,y,yacute,ydieresis,ycircumflex,ygrave"    k="41" />
-<hkern g1="t,tcommaaccent,tbar,uni021B,uni1E6B"        g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="82" />
-<hkern g1="t,tcommaaccent,tbar,uni021B,uni1E6B"        g2="V"  k="61" />
-<hkern g1="t,tcommaaccent,tbar,uni021B,uni1E6B"        g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="82" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="164" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="AE,AEacute"         k="164" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="J,Jcircumflex"      k="82" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="V"  k="61" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="X"  k="61" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="102" />
-<hkern g1="v,y,yacute,ydieresis,ycircumflex,ygrave"    g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek,aeacute"       k="41" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Aringacute"       k="102" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="AE,AEacute"         k="102" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="J,Jcircumflex"      k="41" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="V"  k="61" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="X"  k="41" />
-<hkern g1="w,wcircumflex,wgrave,wacute,wdieresis"      g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="102" />
-<hkern g1="x"  g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="x"  g2="V"  k="61" />
-<hkern g1="x"  g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="102" />
-<hkern g1="z,zacute,zdotaccent,zcaron"         g2="T,Tcommaaccent,Tcaron,Tbar,uni021A,uni1E6A"         k="102" />
-<hkern g1="z,zacute,zdotaccent,zcaron"         g2="V"  k="82" />
-<hkern g1="z,zacute,zdotaccent,zcaron"         g2="W,Wcircumflex,Wgrave,Wacute,Wdieresis"      k="82" />
-<hkern g1="z,zacute,zdotaccent,zcaron"         g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave"      k="123" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Epsilontonos,Etatonos,Iotatonos,Omicrontonos"       k="164" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Omegatonos"         k="164" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Phi"        k="41" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Psi"        k="102" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Tau"        k="287" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Upsilon,Upsilondieresis"    k="307" />
-<hkern g1="Alpha,Delta,Lambda"         g2="Upsilontonos"       k="164" />
-<hkern g1="Alpha,Delta,Lambda"         g2="chi"        k="102" />
-<hkern g1="Alpha,Delta,Lambda"         g2="gamma,nu"   k="164" />
-<hkern g1="Alpha,Delta,Lambda"         g2="pi,tau"     k="123" />
-<hkern g1="Alphatonos"         g2="Epsilontonos,Etatonos,Iotatonos,Omicrontonos"       k="164" />
-<hkern g1="Alphatonos"         g2="Omegatonos"         k="164" />
-<hkern g1="Alphatonos"         g2="Phi"        k="41" />
-<hkern g1="Alphatonos"         g2="Psi"        k="102" />
-<hkern g1="Alphatonos"         g2="Tau"        k="287" />
-<hkern g1="Alphatonos"         g2="Upsilon,Upsilondieresis"    k="307" />
-<hkern g1="Alphatonos"         g2="Upsilontonos"       k="164" />
-<hkern g1="Alphatonos"         g2="chi"        k="102" />
-<hkern g1="Alphatonos"         g2="gamma,nu"   k="164" />
-<hkern g1="Alphatonos"         g2="pi,tau"     k="123" />
-<hkern g1="Chi"        g2="Phi"        k="41" />
-<hkern g1="Chi"        g2="chi"        k="61" />
-<hkern g1="Chi"        g2="gamma,nu"   k="61" />
-<hkern g1="Chi"        g2="iotadieresistonos,iotadieresis"     k="-123" />
-<hkern g1="Chi"        g2="pi,tau"     k="123" />
-<hkern g1="Gamma"      g2="Alpha,Delta,Lambda"         k="287" />
-<hkern g1="Gamma"      g2="Omega"      k="41" />
-<hkern g1="Gamma"      g2="Phi"        k="41" />
-<hkern g1="Gamma"      g2="Tau"        k="-82" />
-<hkern g1="Gamma"      g2="alphatonos,epsilontonos,etatonos,upsilondieresistonos,alpha,epsilon,eta,kappa,mu,omicron,rho,sigma1,upsilon,phi,psi,upsilondieresis,omicrontonos,upsilontonos"      k="102" />
-<hkern g1="Gamma"      g2="chi"        k="102" />
-<hkern g1="Gamma"      g2="delta,zeta"         k="61" />
-<hkern g1="Gamma"      g2="gamma,nu"   k="102" />
-<hkern g1="Gamma"      g2="iota"       k="102" />
-<hkern g1="Gamma"      g2="iotadieresistonos,iotadieresis"     k="-123" />
-<hkern g1="Gamma"      g2="omega,omegatonos"   k="123" />
-<hkern g1="Gamma"      g2="pi,tau"     k="102" />
-<hkern g1="Gamma"      g2="sigma"      k="102" />
-<hkern g1="Iotadieresis"       g2="Iotadieresis"       k="-225" />
-<hkern g1="Kappa"      g2="Phi"        k="41" />
-<hkern g1="Kappa"      g2="Psi"        k="41" />
-<hkern g1="Kappa"      g2="Tau"        k="61" />
-<hkern g1="Kappa"      g2="Upsilon,Upsilondieresis"    k="61" />
-<hkern g1="Kappa"      g2="gamma,nu"   k="102" />
-<hkern g1="Kappa"      g2="pi,tau"     k="123" />
-<hkern g1="Omega"      g2="Tau"        k="41" />
-<hkern g1="Omega"      g2="Upsilon,Upsilondieresis"    k="61" />
-<hkern g1="Omegatonos"         g2="Tau"        k="41" />
-<hkern g1="Omegatonos"         g2="Upsilon,Upsilondieresis"    k="61" />
-<hkern g1="Phi"        g2="Alpha,Delta,Lambda"         k="41" />
-<hkern g1="Phi"        g2="Chi"        k="41" />
-<hkern g1="Phi"        g2="Tau"        k="41" />
-<hkern g1="Phi"        g2="Upsilon,Upsilondieresis"    k="61" />
-<hkern g1="Psi"        g2="Alpha,Delta,Lambda"         k="102" />
-<hkern g1="Rho"        g2="Alpha,Delta,Lambda"         k="184" />
-<hkern g1="Rho"        g2="omega,omegatonos"   k="41" />
-<hkern g1="Tau"        g2="Alpha,Delta,Lambda"         k="287" />
-<hkern g1="Tau"        g2="Omega"      k="41" />
-<hkern g1="Tau"        g2="Phi"        k="41" />
-<hkern g1="Tau"        g2="Tau"        k="-82" />
-<hkern g1="Tau"        g2="alphatonos,epsilontonos,etatonos,upsilondieresistonos,alpha,epsilon,eta,kappa,mu,omicron,rho,sigma1,upsilon,phi,psi,upsilondieresis,omicrontonos,upsilontonos"      k="102" />
-<hkern g1="Tau"        g2="chi"        k="102" />
-<hkern g1="Tau"        g2="delta,zeta"         k="61" />
-<hkern g1="Tau"        g2="gamma,nu"   k="102" />
-<hkern g1="Tau"        g2="iota"       k="102" />
-<hkern g1="Tau"        g2="iotadieresistonos,iotadieresis"     k="-123" />
-<hkern g1="Tau"        g2="omega,omegatonos"   k="123" />
-<hkern g1="Tau"        g2="pi,tau"     k="102" />
-<hkern g1="Tau"        g2="sigma"      k="102" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="Alpha,Delta,Lambda"         k="307" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="Omega"      k="61" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="Phi"        k="61" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="Zeta"       k="41" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="alphatonos,epsilontonos,etatonos,upsilondieresistonos,alpha,epsilon,eta,kappa,mu,omicron,rho,sigma1,upsilon,phi,psi,upsilondieresis,omicrontonos,upsilontonos"      k="164" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="chi"        k="102" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="delta,zeta"         k="61" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="gamma,nu"   k="102" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="iota"       k="102" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="iotadieresistonos,iotadieresis"     k="-123" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="omega,omegatonos"   k="184" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="pi,tau"     k="164" />
-<hkern g1="Upsilon,Upsilondieresis"    g2="sigma"      k="164" />
-<hkern g1="Upsilontonos"       g2="Alpha,Delta,Lambda"         k="307" />
-<hkern g1="Upsilontonos"       g2="Omega"      k="61" />
-<hkern g1="Upsilontonos"       g2="Phi"        k="61" />
-<hkern g1="Upsilontonos"       g2="Zeta"       k="41" />
-<hkern g1="Upsilontonos"       g2="alphatonos,epsilontonos,etatonos,upsilondieresistonos,alpha,epsilon,eta,kappa,mu,omicron,rho,sigma1,upsilon,phi,psi,upsilondieresis,omicrontonos,upsilontonos"      k="164" />
-<hkern g1="Upsilontonos"       g2="chi"        k="102" />
-<hkern g1="Upsilontonos"       g2="delta,zeta"         k="61" />
-<hkern g1="Upsilontonos"       g2="gamma,nu"   k="102" />
-<hkern g1="Upsilontonos"       g2="iota"       k="102" />
-<hkern g1="Upsilontonos"       g2="iotadieresistonos,iotadieresis"     k="-123" />
-<hkern g1="Upsilontonos"       g2="omega,omegatonos"   k="184" />
-<hkern g1="Upsilontonos"       g2="pi,tau"     k="164" />
-<hkern g1="Upsilontonos"       g2="sigma"      k="164" />
-<hkern g1="Zeta"       g2="Upsilon,Upsilondieresis"    k="41" />
-<hkern g1="alphatonos,epsilontonos,etatonos,upsilondieresistonos,alpha,epsilon,eta,kappa,mu,omicron,rho,sigma1,upsilon,phi,psi,upsilondieresis,omicrontonos,upsilontonos"      g2="Tau"        k="102" />
-<hkern g1="alphatonos,epsilontonos,etatonos,upsilondieresistonos,alpha,epsilon,eta,kappa,mu,omicron,rho,sigma1,upsilon,phi,psi,upsilondieresis,omicrontonos,upsilontonos"      g2="Upsilon,Upsilondieresis"    k="164" />
-<hkern g1="chi"        g2="Alpha,Delta,Lambda"         k="102" />
-<hkern g1="chi"        g2="Chi"        k="61" />
-<hkern g1="chi"        g2="Tau"        k="102" />
-<hkern g1="chi"        g2="Upsilon,Upsilondieresis"    k="102" />
-<hkern g1="chi"        g2="omega,omegatonos"   k="41" />
-<hkern g1="gamma,nu"   g2="Alpha,Delta,Lambda"         k="164" />
-<hkern g1="gamma,nu"   g2="Chi"        k="61" />
-<hkern g1="gamma,nu"   g2="Tau"        k="102" />
-<hkern g1="gamma,nu"   g2="Upsilon,Upsilondieresis"    k="102" />
-<hkern g1="gamma,nu"   g2="lambda"     k="41" />
-<hkern g1="gamma,nu"   g2="omega,omegatonos"   k="41" />
-<hkern g1="iota"       g2="Phi"        k="61" />
-<hkern g1="iota"       g2="Psi"        k="61" />
-<hkern g1="iota"       g2="Tau"        k="102" />
-<hkern g1="iota"       g2="Upsilon,Upsilondieresis"    k="102" />
-<hkern g1="iota"       g2="gamma,nu"   k="61" />
-<hkern g1="iota"       g2="pi,tau"     k="61" />
-<hkern g1="iotadieresistonos,iotadieresis"     g2="Chi"        k="-82" />
-<hkern g1="iotadieresistonos,iotadieresis"     g2="Tau"        k="-82" />
-<hkern g1="iotadieresistonos,iotadieresis"     g2="Upsilon,Upsilondieresis"    k="-82" />
-<hkern g1="iotadieresistonos,iotadieresis"     g2="iotadieresistonos,iotadieresis"     k="-143" />
-<hkern g1="lambda"     g2="Phi"        k="61" />
-<hkern g1="lambda"     g2="Psi"        k="123" />
-<hkern g1="lambda"     g2="Tau"        k="246" />
-<hkern g1="lambda"     g2="Upsilon,Upsilondieresis"    k="266" />
-<hkern g1="lambda"     g2="chi"        k="82" />
-<hkern g1="lambda"     g2="gamma,nu"   k="164" />
-<hkern g1="lambda"     g2="pi,tau"     k="164" />
-<hkern g1="omega,omegatonos"   g2="Tau"        k="123" />
-<hkern g1="omega,omegatonos"   g2="Upsilon,Upsilondieresis"    k="184" />
-<hkern g1="omega,omegatonos"   g2="chi"        k="41" />
-<hkern g1="omega,omegatonos"   g2="gamma,nu"   k="41" />
-<hkern g1="omega,omegatonos"   g2="pi,tau"     k="41" />
-<hkern g1="pi,tau"     g2="Alpha,Delta,Lambda"         k="82" />
-<hkern g1="pi,tau"     g2="Tau"        k="82" />
-<hkern g1="pi,tau"     g2="Upsilon,Upsilondieresis"    k="143" />
-<hkern g1="pi,tau"     g2="lambda"     k="41" />
-<hkern g1="pi,tau"     g2="omega,omegatonos"   k="41" />
-<hkern g1="sigma"      g2="Alpha,Delta,Lambda"         k="82" />
-<hkern g1="sigma"      g2="Tau"        k="82" />
-<hkern g1="sigma"      g2="Upsilon,Upsilondieresis"    k="143" />
-<hkern g1="sigma"      g2="lambda"     k="41" />
-<hkern g1="sigma"      g2="omega,omegatonos"   k="41" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10036,uni04AC"  k="287" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="102" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10038"  k="41" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="184" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10051,afii10060,afii10044,uni04B4"      k="287" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10084,uni04AD"  k="123" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="164" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="123" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10092,uni04B5"  k="123" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10104"  k="61" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="afii10148"  k="287" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="uni04A0"    k="287" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="uni04A1"    k="123" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="uni04AE,uni04B0"    k="307" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="uni04BC,uni04BE"    k="184" />
-<hkern g1="afii10017,uni04D0,uni04D2"  g2="uni04BD,uni04BF"    k="123" />
-<hkern g1="afii10054,afii10018,uni0494"        g2="afii10036,uni04AC"  k="61" />
-<hkern g1="afii10054,afii10018,uni0494"        g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="61" />
-<hkern g1="afii10054,afii10018,uni0494"        g2="afii10051,afii10060,afii10044,uni04B4"      k="61" />
-<hkern g1="afii10054,afii10018,uni0494"        g2="afii10148"  k="61" />
-<hkern g1="afii10054,afii10018,uni0494"        g2="uni04A0"    k="61" />
-<hkern g1="afii10054,afii10018,uni0494"        g2="uni04AE,uni04B0"    k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10017,uni04D0,uni04D2"  k="287" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10021"  k="205" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10024,uni0496,uni04C1,uni04DC"  k="61" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10029"  k="164" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10036,uni04AC"  k="-82" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10051,afii10060,afii10044,uni04B4"      k="-82" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10057"  k="266" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10058"  k="164" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10065,uni04D1,uni04D3,uni04D5"  k="143" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10068,afii10100,uni0493,uni04A5"        k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10069"  k="307" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10077"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10087,uni04B3"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10088,afii10091,uni04A3"        k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10098"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10102,uni0495"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10104"  k="-82" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="afii10106"  k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="uni04A0"    k="-82" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="uni04A1"    k="102" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="uni04BD,uni04BF"    k="246" />
-<hkern g1="afii10052,afii10020,afii10050,uni0492,uni04A4"      g2="uni04D4"    k="287" />
-<hkern g1="afii10021"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10021"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="61" />
-<hkern g1="afii10021"  g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="102" />
-<hkern g1="afii10021"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10021"  g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10021"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="41" />
-<hkern g1="afii10021"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10021"  g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10021"  g2="afii10104"  k="61" />
-<hkern g1="afii10021"  g2="afii10148"  k="61" />
-<hkern g1="afii10021"  g2="uni04A0"    k="102" />
-<hkern g1="afii10021"  g2="uni04A1"    k="102" />
-<hkern g1="afii10021"  g2="uni04AE,uni04B0"    k="102" />
-<hkern g1="afii10021"  g2="uni04BC,uni04BE"    k="102" />
-<hkern g1="afii10021"  g2="uni04BD,uni04BF"    k="82" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10036,uni04AC"  k="61" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="61" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10038"  k="41" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="41" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10051,afii10060,afii10044,uni04B4"      k="61" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10084,uni04AD"  k="123" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10092,uni04B5"  k="123" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="afii10148"  k="41" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="uni04A0"    k="61" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="uni04A1"    k="123" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="uni04AE,uni04B0"    k="61" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="uni04BC,uni04BE"    k="123" />
-<hkern g1="afii10024,uni0496,uni04C1,uni04DC"  g2="uni04BD,uni04BF"    k="102" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10036,uni04AC"  k="61" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="61" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10038"  k="41" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="41" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10051,afii10060,afii10044,uni04B4"      k="61" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10084,uni04AD"  k="123" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10092,uni04B5"  k="123" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="afii10148"  k="41" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="uni04A0"    k="61" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="uni04A1"    k="123" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="uni04AE,uni04B0"    k="61" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="uni04BC,uni04BE"    k="123" />
-<hkern g1="afii10061,afii10028,uni049A,uni049C,uni049E"        g2="uni04BD,uni04BF"    k="102" />
-<hkern g1="afii10034,uni048E"  g2="afii10017,uni04D0,uni04D2"  k="184" />
-<hkern g1="afii10034,uni048E"  g2="afii10021"  k="205" />
-<hkern g1="afii10034,uni048E"  g2="afii10024,uni0496,uni04C1,uni04DC"  k="41" />
-<hkern g1="afii10034,uni048E"  g2="afii10029"  k="143" />
-<hkern g1="afii10034,uni048E"  g2="afii10057"  k="102" />
-<hkern g1="afii10034,uni048E"  g2="afii10058"  k="143" />
-<hkern g1="afii10034,uni048E"  g2="afii10065,uni04D1,uni04D3,uni04D5"  k="61" />
-<hkern g1="afii10034,uni048E"  g2="afii10069"  k="246" />
-<hkern g1="afii10034,uni048E"  g2="afii10077"  k="102" />
-<hkern g1="afii10034,uni048E"  g2="afii10106"  k="102" />
-<hkern g1="afii10034,uni048E"  g2="uni04D4"    k="184" />
-<hkern g1="afii10036,uni04AC"  g2="afii10017,uni04D0,uni04D2"  k="287" />
-<hkern g1="afii10036,uni04AC"  g2="afii10021"  k="205" />
-<hkern g1="afii10036,uni04AC"  g2="afii10024,uni0496,uni04C1,uni04DC"  k="61" />
-<hkern g1="afii10036,uni04AC"  g2="afii10029"  k="164" />
-<hkern g1="afii10036,uni04AC"  g2="afii10036,uni04AC"  k="-82" />
-<hkern g1="afii10036,uni04AC"  g2="afii10051,afii10060,afii10044,uni04B4"      k="-82" />
-<hkern g1="afii10036,uni04AC"  g2="afii10057"  k="266" />
-<hkern g1="afii10036,uni04AC"  g2="afii10058"  k="164" />
-<hkern g1="afii10036,uni04AC"  g2="afii10065,uni04D1,uni04D3,uni04D5"  k="143" />
-<hkern g1="afii10036,uni04AC"  g2="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10068,afii10100,uni0493,uni04A5"        k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10069"  k="307" />
-<hkern g1="afii10036,uni04AC"  g2="afii10077"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10087,uni04B3"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10088,afii10091,uni04A3"        k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10098"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10102,uni0495"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="afii10104"  k="-82" />
-<hkern g1="afii10036,uni04AC"  g2="afii10106"  k="102" />
-<hkern g1="afii10036,uni04AC"  g2="uni04A0"    k="-82" />
-<hkern g1="afii10036,uni04AC"  g2="uni04A1"    k="102" />
-<hkern g1="afii10036,uni04AC"  g2="uni04BD,uni04BF"    k="246" />
-<hkern g1="afii10036,uni04AC"  g2="uni04D4"    k="287" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10017,uni04D0,uni04D2"  k="307" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10021"  k="225" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10024,uni0496,uni04C1,uni04DC"  k="61" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10029"  k="184" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10038"  k="61" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10057"  k="266" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10058"  k="184" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10065,uni04D1,uni04D3,uni04D5"  k="184" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10066"  k="102" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10068,afii10100,uni0493,uni04A5"        k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10069"  k="246" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10077"  k="225" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10084,uni04AD"  k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10087,uni04B3"  k="102" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10088,afii10091,uni04A3"        k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10092,uni04B5"  k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10098"  k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10102,uni0495"  k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10104"  k="-82" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="afii10106"  k="225" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="uni04A1"    k="143" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="uni04BC,uni04BE"    k="61" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="uni04BD,uni04BF"    k="205" />
-<hkern g1="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        g2="uni04D4"    k="307" />
-<hkern g1="afii10038"  g2="afii10017,uni04D0,uni04D2"  k="41" />
-<hkern g1="afii10038"  g2="afii10024,uni0496,uni04C1,uni04DC"  k="41" />
-<hkern g1="afii10038"  g2="uni04AE,uni04B0"    k="61" />
-<hkern g1="afii10038"  g2="uni04D4"    k="41" />
-<hkern g1="afii10039,uni04B2"  g2="afii10084,uni04AD"  k="123" />
-<hkern g1="afii10039,uni04B2"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="61" />
-<hkern g1="afii10039,uni04B2"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10039,uni04B2"  g2="afii10092,uni04B5"  k="123" />
-<hkern g1="afii10039,uni04B2"  g2="afii10104"  k="-82" />
-<hkern g1="afii10039,uni04B2"  g2="uni04A1"    k="123" />
-<hkern g1="afii10039,uni04B2"  g2="uni04BC,uni04BE"    k="61" />
-<hkern g1="afii10039,uni04B2"  g2="uni04BD,uni04BF"    k="82" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="61" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="41" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10104"  k="61" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="afii10148"  k="61" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="uni04A0"    k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="uni04A1"    k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="uni04AE,uni04B0"    k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="uni04BC,uni04BE"    k="102" />
-<hkern g1="afii10040,afii10043,uni04A2"        g2="uni04BD,uni04BF"    k="82" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="afii10036,uni04AC"  k="123" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="102" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="afii10051,afii10060,afii10044,uni04B4"      k="123" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="afii10104"  k="61" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="afii10148"  k="143" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="uni04A0"    k="123" />
-<hkern g1="afii10051,afii10060,afii10044,uni04B4"      g2="uni04AE,uni04B0"    k="184" />
-<hkern g1="afii10059,afii10046,afii10146,uni048C,uni04A6,uni04A8,uni04BA"      g2="afii10036,uni04AC"  k="123" />
-<hkern g1="afii10059,afii10046,afii10146,uni048C,uni04A6,uni04A8,uni04BA"      g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="102" />
-<hkern g1="afii10059,afii10046,afii10146,uni048C,uni04A6,uni04A8,uni04BA"      g2="afii10051,afii10060,afii10044,uni04B4"      k="123" />
-<hkern g1="afii10059,afii10046,afii10146,uni048C,uni04A6,uni04A8,uni04BA"      g2="afii10148"  k="143" />
-<hkern g1="afii10059,afii10046,afii10146,uni048C,uni04A6,uni04A8,uni04BA"      g2="uni04A0"    k="123" />
-<hkern g1="afii10059,afii10046,afii10146,uni048C,uni04A6,uni04A8,uni04BA"      g2="uni04AE,uni04B0"    k="184" />
-<hkern g1="afii10056"  g2="afii10056"  k="-225" />
-<hkern g1="afii10058"  g2="afii10036,uni04AC"  k="123" />
-<hkern g1="afii10058"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="102" />
-<hkern g1="afii10058"  g2="afii10051,afii10060,afii10044,uni04B4"      k="123" />
-<hkern g1="afii10058"  g2="afii10148"  k="143" />
-<hkern g1="afii10058"  g2="uni04A0"    k="123" />
-<hkern g1="afii10058"  g2="uni04AE,uni04B0"    k="184" />
-<hkern g1="afii10065,uni04D1,uni04D3,uni04D5"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10065,uni04D1,uni04D3,uni04D5"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10065,uni04D1,uni04D3,uni04D5"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10065,uni04D1,uni04D3,uni04D5"  g2="afii10148"  k="82" />
-<hkern g1="afii10065,uni04D1,uni04D3,uni04D5"  g2="uni04A0"    k="102" />
-<hkern g1="afii10065,uni04D1,uni04D3,uni04D5"  g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10066"  g2="afii10036,uni04AC"  k="61" />
-<hkern g1="afii10066"  g2="afii10051,afii10060,afii10044,uni04B4"      k="61" />
-<hkern g1="afii10066"  g2="afii10148"  k="41" />
-<hkern g1="afii10066"  g2="uni04A0"    k="61" />
-<hkern g1="afii10066"  g2="uni04AE,uni04B0"    k="41" />
-<hkern g1="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  g2="afii10148"  k="82" />
-<hkern g1="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  g2="uni04A0"    k="102" />
-<hkern g1="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10017,uni04D0,uni04D2"  k="123" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10021"  k="82" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10024,uni0496,uni04C1,uni04DC"  k="123" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10029"  k="82" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="82" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10039,uni04B2"  k="102" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10057"  k="123" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10058"  k="82" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10065,uni04D1,uni04D3,uni04D5"  k="82" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10069"  k="266" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10077"  k="102" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10106"  k="102" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="afii10148"  k="61" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="uni04A0"    k="102" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10068,afii10100,uni0493,uni04A5"        g2="uni04D4"    k="123" />
-<hkern g1="afii10069"  g2="afii10036,uni04AC"  k="164" />
-<hkern g1="afii10069"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="82" />
-<hkern g1="afii10069"  g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="61" />
-<hkern g1="afii10069"  g2="afii10051,afii10060,afii10044,uni04B4"      k="164" />
-<hkern g1="afii10069"  g2="afii10084,uni04AD"  k="82" />
-<hkern g1="afii10069"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="82" />
-<hkern g1="afii10069"  g2="afii10092,uni04B5"  k="82" />
-<hkern g1="afii10069"  g2="afii10148"  k="82" />
-<hkern g1="afii10069"  g2="uni04A0"    k="164" />
-<hkern g1="afii10069"  g2="uni04A1"    k="82" />
-<hkern g1="afii10069"  g2="uni04AE,uni04B0"    k="225" />
-<hkern g1="afii10069"  g2="uni04BD,uni04BF"    k="82" />
-<hkern g1="afii10077"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10077"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10077"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10077"  g2="afii10148"  k="82" />
-<hkern g1="afii10077"  g2="uni04A0"    k="102" />
-<hkern g1="afii10077"  g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10084,uni04AD"  g2="afii10017,uni04D0,uni04D2"  k="123" />
-<hkern g1="afii10084,uni04AD"  g2="afii10021"  k="82" />
-<hkern g1="afii10084,uni04AD"  g2="afii10024,uni0496,uni04C1,uni04DC"  k="123" />
-<hkern g1="afii10084,uni04AD"  g2="afii10029"  k="82" />
-<hkern g1="afii10084,uni04AD"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10084,uni04AD"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="82" />
-<hkern g1="afii10084,uni04AD"  g2="afii10039,uni04B2"  k="102" />
-<hkern g1="afii10084,uni04AD"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10084,uni04AD"  g2="afii10057"  k="123" />
-<hkern g1="afii10084,uni04AD"  g2="afii10058"  k="82" />
-<hkern g1="afii10084,uni04AD"  g2="afii10065,uni04D1,uni04D3,uni04D5"  k="82" />
-<hkern g1="afii10084,uni04AD"  g2="afii10069"  k="266" />
-<hkern g1="afii10084,uni04AD"  g2="afii10077"  k="102" />
-<hkern g1="afii10084,uni04AD"  g2="afii10106"  k="102" />
-<hkern g1="afii10084,uni04AD"  g2="afii10148"  k="61" />
-<hkern g1="afii10084,uni04AD"  g2="uni04A0"    k="102" />
-<hkern g1="afii10084,uni04AD"  g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10084,uni04AD"  g2="uni04D4"    k="123" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10017,uni04D0,uni04D2"  k="164" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10021"  k="184" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10024,uni0496,uni04C1,uni04DC"  k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10029"  k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10039,uni04B2"  k="61" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10057"  k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10058"  k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10065,uni04D1,uni04D3,uni04D5"  k="41" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10069"  k="184" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10077"  k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10106"  k="82" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="afii10148"  k="61" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="uni04A0"    k="102" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="uni04AE,uni04B0"    k="102" />
-<hkern g1="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      g2="uni04D4"    k="164" />
-<hkern g1="afii10087,uni04B3"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10087,uni04B3"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10087,uni04B3"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10087,uni04B3"  g2="afii10148"  k="61" />
-<hkern g1="afii10087,uni04B3"  g2="uni04A0"    k="102" />
-<hkern g1="afii10087,uni04B3"  g2="uni04AE,uni04B0"    k="102" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10036,uni04AC"  k="164" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="82" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="61" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10051,afii10060,afii10044,uni04B4"      k="164" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10084,uni04AD"  k="82" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="82" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10092,uni04B5"  k="82" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="afii10148"  k="82" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="uni04A0"    k="164" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="uni04A1"    k="82" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="uni04AE,uni04B0"    k="225" />
-<hkern g1="afii10088,afii10091,uni04A3"        g2="uni04BD,uni04BF"    k="82" />
-<hkern g1="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  g2="afii10148"  k="82" />
-<hkern g1="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  g2="uni04A0"    k="102" />
-<hkern g1="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10092,uni04B5"  g2="afii10036,uni04AC"  k="164" />
-<hkern g1="afii10092,uni04B5"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10092,uni04B5"  g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="61" />
-<hkern g1="afii10092,uni04B5"  g2="afii10051,afii10060,afii10044,uni04B4"      k="164" />
-<hkern g1="afii10092,uni04B5"  g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10092,uni04B5"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="61" />
-<hkern g1="afii10092,uni04B5"  g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10092,uni04B5"  g2="afii10148"  k="164" />
-<hkern g1="afii10092,uni04B5"  g2="uni04A0"    k="164" />
-<hkern g1="afii10092,uni04B5"  g2="uni04A1"    k="102" />
-<hkern g1="afii10092,uni04B5"  g2="uni04AE,uni04B0"    k="246" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10036,uni04AC"  k="164" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="61" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10051,afii10060,afii10044,uni04B4"      k="164" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="61" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="afii10148"  k="164" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="uni04A0"    k="164" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="uni04A1"    k="102" />
-<hkern g1="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      g2="uni04AE,uni04B0"    k="246" />
-<hkern g1="afii10098"  g2="afii10017,uni04D0,uni04D2"  k="123" />
-<hkern g1="afii10098"  g2="afii10021"  k="82" />
-<hkern g1="afii10098"  g2="afii10029"  k="82" />
-<hkern g1="afii10098"  g2="afii10057"  k="123" />
-<hkern g1="afii10098"  g2="afii10058"  k="82" />
-<hkern g1="afii10098"  g2="afii10065,uni04D1,uni04D3,uni04D5"  k="82" />
-<hkern g1="afii10098"  g2="afii10069"  k="266" />
-<hkern g1="afii10098"  g2="afii10077"  k="102" />
-<hkern g1="afii10098"  g2="afii10106"  k="102" />
-<hkern g1="afii10098"  g2="uni04D4"    k="123" />
-<hkern g1="afii10099,afii10108"        g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10099,afii10108"        g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10099,afii10108"        g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10099,afii10108"        g2="afii10148"  k="82" />
-<hkern g1="afii10099,afii10108"        g2="uni04A0"    k="102" />
-<hkern g1="afii10099,afii10108"        g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10102,uni0495"  g2="afii10036,uni04AC"  k="102" />
-<hkern g1="afii10102,uni0495"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10102,uni0495"  g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="afii10102,uni0495"  g2="afii10084,uni04AD"  k="82" />
-<hkern g1="afii10102,uni0495"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="41" />
-<hkern g1="afii10102,uni0495"  g2="afii10092,uni04B5"  k="82" />
-<hkern g1="afii10102,uni0495"  g2="afii10148"  k="82" />
-<hkern g1="afii10102,uni0495"  g2="uni04A0"    k="102" />
-<hkern g1="afii10102,uni0495"  g2="uni04A1"    k="82" />
-<hkern g1="afii10102,uni0495"  g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="afii10104"  g2="afii10036,uni04AC"  k="-82" />
-<hkern g1="afii10104"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="-82" />
-<hkern g1="afii10104"  g2="afii10039,uni04B2"  k="-82" />
-<hkern g1="afii10104"  g2="afii10051,afii10060,afii10044,uni04B4"      k="-82" />
-<hkern g1="afii10104"  g2="afii10104"  k="-164" />
-<hkern g1="afii10104"  g2="afii10148"  k="-82" />
-<hkern g1="afii10104"  g2="uni04A0"    k="-82" />
-<hkern g1="afii10104"  g2="uni04AE,uni04B0"    k="-82" />
-<hkern g1="afii10106"  g2="afii10036,uni04AC"  k="164" />
-<hkern g1="afii10106"  g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="afii10106"  g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="61" />
-<hkern g1="afii10106"  g2="afii10051,afii10060,afii10044,uni04B4"      k="164" />
-<hkern g1="afii10106"  g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10106"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="61" />
-<hkern g1="afii10106"  g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10106"  g2="afii10148"  k="164" />
-<hkern g1="afii10106"  g2="uni04A0"    k="164" />
-<hkern g1="afii10106"  g2="uni04A1"    k="102" />
-<hkern g1="afii10106"  g2="uni04AE,uni04B0"    k="246" />
-<hkern g1="afii10148"  g2="afii10017,uni04D0,uni04D2"  k="287" />
-<hkern g1="afii10148"  g2="afii10021"  k="205" />
-<hkern g1="afii10148"  g2="afii10024,uni0496,uni04C1,uni04DC"  k="61" />
-<hkern g1="afii10148"  g2="afii10029"  k="164" />
-<hkern g1="afii10148"  g2="afii10036,uni04AC"  k="-82" />
-<hkern g1="afii10148"  g2="afii10051,afii10060,afii10044,uni04B4"      k="-82" />
-<hkern g1="afii10148"  g2="afii10057"  k="266" />
-<hkern g1="afii10148"  g2="afii10058"  k="164" />
-<hkern g1="afii10148"  g2="afii10065,uni04D1,uni04D3,uni04D5"  k="143" />
-<hkern g1="afii10148"  g2="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  k="102" />
-<hkern g1="afii10148"  g2="afii10068,afii10100,uni0493,uni04A5"        k="102" />
-<hkern g1="afii10148"  g2="afii10069"  k="307" />
-<hkern g1="afii10148"  g2="afii10077"  k="102" />
-<hkern g1="afii10148"  g2="afii10084,uni04AD"  k="102" />
-<hkern g1="afii10148"  g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="afii10148"  g2="afii10087,uni04B3"  k="102" />
-<hkern g1="afii10148"  g2="afii10088,afii10091,uni04A3"        k="102" />
-<hkern g1="afii10148"  g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="afii10148"  g2="afii10092,uni04B5"  k="102" />
-<hkern g1="afii10148"  g2="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      k="102" />
-<hkern g1="afii10148"  g2="afii10098"  k="102" />
-<hkern g1="afii10148"  g2="afii10102,uni0495"  k="102" />
-<hkern g1="afii10148"  g2="afii10104"  k="-82" />
-<hkern g1="afii10148"  g2="afii10106"  k="102" />
-<hkern g1="afii10148"  g2="uni04A0"    k="-82" />
-<hkern g1="afii10148"  g2="uni04A1"    k="102" />
-<hkern g1="afii10148"  g2="uni04BC,uni04BE"    k="61" />
-<hkern g1="afii10148"  g2="uni04BD,uni04BF"    k="246" />
-<hkern g1="afii10148"  g2="uni04D4"    k="287" />
-<hkern g1="uni04A0"    g2="afii10036,uni04AC"  k="61" />
-<hkern g1="uni04A0"    g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="61" />
-<hkern g1="uni04A0"    g2="afii10038"  k="41" />
-<hkern g1="uni04A0"    g2="afii10041,uni04B6,uni04B8,uni04CB,uni04F4"  k="41" />
-<hkern g1="uni04A0"    g2="afii10051,afii10060,afii10044,uni04B4"      k="61" />
-<hkern g1="uni04A0"    g2="afii10084,uni04AD"  k="123" />
-<hkern g1="uni04A0"    g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="uni04A0"    g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="102" />
-<hkern g1="uni04A0"    g2="afii10092,uni04B5"  k="123" />
-<hkern g1="uni04A0"    g2="afii10148"  k="41" />
-<hkern g1="uni04A0"    g2="uni04A0"    k="61" />
-<hkern g1="uni04A0"    g2="uni04A1"    k="123" />
-<hkern g1="uni04A0"    g2="uni04AE,uni04B0"    k="61" />
-<hkern g1="uni04A0"    g2="uni04BC,uni04BE"    k="123" />
-<hkern g1="uni04A0"    g2="uni04BD,uni04BF"    k="102" />
-<hkern g1="uni04A1"    g2="afii10036,uni04AC"  k="102" />
-<hkern g1="uni04A1"    g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="uni04A1"    g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="uni04A1"    g2="afii10148"  k="82" />
-<hkern g1="uni04A1"    g2="uni04A0"    k="102" />
-<hkern g1="uni04A1"    g2="uni04AE,uni04B0"    k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10017,uni04D0,uni04D2"  k="307" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10021"  k="225" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10024,uni0496,uni04C1,uni04DC"  k="61" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10029"  k="184" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10038"  k="61" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10057"  k="266" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10058"  k="184" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10065,uni04D1,uni04D3,uni04D5"  k="205" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10066"  k="102" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10067,afii10070,afii10072,afii10073,afii10074,afii10075,afii10076,afii10078,afii10079,afii10080,afii10081,afii10082,afii10083,afii10086,afii10090,afii10093,afii10095,afii10096,afii10097,uni0450,afii10071,afii10101,afii10109,uni045D,afii10193,afii10195,uni048F,uni0497,uni0499,uni049B,uni049D,uni049F,uni04AB,uni04C2,uni04C4,uni04C8,uni04D7,afii10846,uni04DB,uni04DD,uni04DF,uni04E1,uni04E3,uni04E5,uni04E7,uni04E9,uni04EB,uni04ED,uni04F9"  k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10068,afii10100,uni0493,uni04A5"        k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10069"  k="287" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10077"  k="246" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10084,uni04AD"  k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10085,afii10110,afii10196,uni04AF,uni04B1,uni04EF,uni04F1,uni04F3"      k="102" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10087,uni04B3"  k="102" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10088,afii10091,uni04A3"        k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10089,uni04B7,uni04B9,uni04CC,uni04F5"  k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10092,uni04B5"  k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10094,afii10107,afii10194,uni048D,uni04A7,uni04A9,uni04BB"      k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10098"  k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10102,uni0495"  k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10104"  k="-82" />
-<hkern g1="uni04AE,uni04B0"    g2="afii10106"  k="246" />
-<hkern g1="uni04AE,uni04B0"    g2="uni04A1"    k="164" />
-<hkern g1="uni04AE,uni04B0"    g2="uni04BC,uni04BE"    k="82" />
-<hkern g1="uni04AE,uni04B0"    g2="uni04BD,uni04BF"    k="266" />
-<hkern g1="uni04AE,uni04B0"    g2="uni04D4"    k="307" />
-<hkern g1="uni04BD,uni04BF"    g2="afii10036,uni04AC"  k="102" />
-<hkern g1="uni04BD,uni04BF"    g2="afii10062,afii10037,uni04EE,uni04F0,uni04F2"        k="41" />
-<hkern g1="uni04BD,uni04BF"    g2="afii10051,afii10060,afii10044,uni04B4"      k="102" />
-<hkern g1="uni04BD,uni04BF"    g2="afii10148"  k="82" />
-<hkern g1="uni04BD,uni04BF"    g2="uni04A0"    k="102" />
-<hkern g1="uni04BD,uni04BF"    g2="uni04AE,uni04B0"    k="164" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/xonstat/static/css/fonts/xolonium.ttf b/xonstat/static/css/fonts/xolonium.ttf
deleted file mode 100644 (file)
index ba58404..0000000
Binary files a/xonstat/static/css/fonts/xolonium.ttf and /dev/null differ
diff --git a/xonstat/static/css/fonts/xolonium.woff b/xonstat/static/css/fonts/xolonium.woff
deleted file mode 100644 (file)
index 69ba0d5..0000000
Binary files a/xonstat/static/css/fonts/xolonium.woff and /dev/null differ
index af9716487137e2f6f4d212a4d6e3c62244f478d2..10004fcfd3e0c782b5a5503a0f5b14a885382d5f 100644 (file)
@@ -1,4 +1,4 @@
 meta.foundation-version{font-family:"/5.5.1/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.063em) and (max-width:64em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.063em) and (max-width:90em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.063em) and (max-width:120em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#d0d0d0;padding:0;margin:0;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none!important}.left{float:left!important}.right{float:right!important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:72.5em}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-0.9375em;margin-right:-0.9375em;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375em;padding-right:.9375em;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.33333%;right:auto}.small-pull-1{position:relative;right:8.33333%;left:auto}.small-push-2{position:relative;left:16.66667%;right:auto}.small-pull-2{position:relative;right:16.66667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.33333%;right:auto}.small-pull-4{position:relative;right:33.33333%;left:auto}.small-push-5{position:relative;left:41.66667%;right:auto}.small-pull-5{position:relative;right:41.66667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.33333%;right:auto}.small-pull-7{position:relative;right:58.33333%;left:auto}.small-push-8{position:relative;left:66.66667%;right:auto}.small-pull-8{position:relative;right:66.66667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.33333%;right:auto}.small-pull-10{position:relative;right:83.33333%;left:auto}.small-push-11{position:relative;left:91.66667%;right:auto}.small-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}.small-offset-0{margin-left:0!important}.small-offset-1{margin-left:8.33333%!important}.small-offset-2{margin-left:16.66667%!important}.small-offset-3{margin-left:25%!important}.small-offset-4{margin-left:33.33333%!important}.small-offset-5{margin-left:41.66667%!important}.small-offset-6{margin-left:50%!important}.small-offset-7{margin-left:58.33333%!important}.small-offset-8{margin-left:66.66667%!important}.small-offset-9{margin-left:75%!important}.small-offset-10{margin-left:83.33333%!important}.small-offset-11{margin-left:91.66667%!important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:.9375em;padding-right:.9375em;float:left}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.33333%;right:auto}.medium-pull-1{position:relative;right:8.33333%;left:auto}.medium-push-2{position:relative;left:16.66667%;right:auto}.medium-pull-2{position:relative;right:16.66667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.33333%;right:auto}.medium-pull-4{position:relative;right:33.33333%;left:auto}.medium-push-5{position:relative;left:41.66667%;right:auto}.medium-pull-5{position:relative;right:41.66667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.33333%;right:auto}.medium-pull-7{position:relative;right:58.33333%;left:auto}.medium-push-8{position:relative;left:66.66667%;right:auto}.medium-pull-8{position:relative;right:66.66667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.33333%;right:auto}.medium-pull-10{position:relative;right:83.33333%;left:auto}.medium-push-11{position:relative;left:91.66667%;right:auto}.medium-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}.medium-offset-0{margin-left:0!important}.medium-offset-1{margin-left:8.33333%!important}.medium-offset-2{margin-left:16.66667%!important}.medium-offset-3{margin-left:25%!important}.medium-offset-4{margin-left:33.33333%!important}.medium-offset-5{margin-left:41.66667%!important}.medium-offset-6{margin-left:50%!important}.medium-offset-7{margin-left:58.33333%!important}.medium-offset-8{margin-left:66.66667%!important}.medium-offset-9{margin-left:75%!important}.medium-offset-10{margin-left:83.33333%!important}.medium-offset-11{margin-left:91.66667%!important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:.9375em;padding-right:.9375em;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.33333%;right:auto}.large-pull-1{position:relative;right:8.33333%;left:auto}.large-push-2{position:relative;left:16.66667%;right:auto}.large-pull-2{position:relative;right:16.66667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.33333%;right:auto}.large-pull-4{position:relative;right:33.33333%;left:auto}.large-push-5{position:relative;left:41.66667%;right:auto}.large-pull-5{position:relative;right:41.66667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.33333%;right:auto}.large-pull-7{position:relative;right:58.33333%;left:auto}.large-push-8{position:relative;left:66.66667%;right:auto}.large-pull-8{position:relative;right:66.66667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.33333%;right:auto}.large-pull-10{position:relative;right:83.33333%;left:auto}.large-push-11{position:relative;left:91.66667%;right:auto}.large-pull-11{position:relative;right:91.66667%;left:auto}.column,.columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}.large-offset-0{margin-left:0!important}.large-offset-1{margin-left:8.33333%!important}.large-offset-2{margin-left:16.66667%!important}.large-offset-3{margin-left:25%!important}.large-offset-4{margin-left:33.33333%!important}.large-offset-5{margin-left:41.66667%!important}.large-offset-6{margin-left:50%!important}.large-offset-7{margin-left:58.33333%!important}.large-offset-8{margin-left:66.66667%!important}.large-offset-9{margin-left:75%!important}.large-offset-10{margin-left:83.33333%!important}.large-offset-11{margin-left:91.66667%!important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:.9375em;padding-right:.9375em;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}}button,.button{border-style:solid;border-width:0;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-moz-appearance:none;border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#357ebd;border-color:#2a6597;color:#fff;transition:background-color 300ms ease-out}button:hover,button:focus,.button:hover,.button:focus{background-color:#2a6597}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e9e9e9;border-color:#bababa;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#bababa}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#5da423;border-color:#4a831c;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#4a831c}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#c60f13;border-color:#9e0c0f;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#9e0c0f}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{background-color:#cf6e0e}button.warning:hover,button.warning:focus,.button.warning:hover,.button.warning:focus{color:#fff}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#333}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{background-color:#61b6d9}button.info:hover,button.info:focus,.button.info:hover,.button.info:focus{color:#fff}button.large,.button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.small,.button.small{padding-top:.875rem;padding-right:1.75rem;padding-bottom:.9375rem;padding-left:1.75rem;font-size:.8125rem}button.tiny,.button.tiny{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.6875rem;padding-left:1.25rem;font-size:.6875rem}button.expand,.button.expand{padding-right:0;padding-left:0;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:.75rem}button.right-align,.button.right-align{text-align:right;padding-right:.75rem}button.radius,.button.radius{border-radius:3px}button.round,.button.round{border-radius:1000px}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#357ebd;border-color:#2a6597;color:#fff;cursor:default;opacity:.7;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2a6597}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#357ebd}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e9e9e9;border-color:#bababa;color:#333;cursor:default;opacity:.7;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#bababa}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e9e9e9}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#5da423;border-color:#4a831c;color:#fff;cursor:default;opacity:.7;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#4a831c}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#5da423}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#c60f13;border-color:#9e0c0f;color:#fff;cursor:default;opacity:.7;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#9e0c0f}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#c60f13}button.disabled.warning,button[disabled].warning,.button.disabled.warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;cursor:default;opacity:.7;box-shadow:none}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#cf6e0e}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#fff}button.disabled.warning:hover,button.disabled.warning:focus,button[disabled].warning:hover,button[disabled].warning:focus,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#f08a24}button.disabled.info,button[disabled].info,.button.disabled.info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#333;cursor:default;opacity:.7;box-shadow:none}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#61b6d9}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{color:#fff}button.disabled.info:hover,button.disabled.info:focus,button[disabled].info:hover,button[disabled].info:focus,.button.disabled.info:hover,.button.disabled.info:focus,.button[disabled].info:hover,.button[disabled].info:focus{background-color:#a0d3e8}button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:40.063em){button,.button{display:inline-block}}form{margin:0 0 1rem}form .row .row{margin:0 -0.5rem}form .row .row .column,form .row .row .columns{padding:0 .5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.5rem}label{font-size:.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none!important;text-align:right}label.inline{margin:0 0 1rem 0;padding:.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:visible;font-size:.875rem;height:2.3125rem;line-height:2.3125rem}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;border:0}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;border:0}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-right:0;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#333;border-color:#ccc}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea{-webkit-appearance:none;border-radius:0;background-color:#fff;font-family:inherit;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-size:.875rem;margin:0 0 1rem 0;padding:.5rem;height:2.3125rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all .15s linear}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:0}input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,input[type="color"]:disabled,textarea:disabled{background-color:#ddd;cursor:default}input[type="text"][disabled],input[type="text"][readonly],fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd;cursor:default}input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius{border-radius:3px}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select,form .row .prefix-round.row.collapse button{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select,form .row .postfix-round.row.collapse button{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type="submit"]{-webkit-appearance:none;border-radius:0}textarea[rows]{height:auto}textarea{max-width:100%}select{-webkit-appearance:none!important;border-radius:0;background-color:#fafafa;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#ccc;padding:.5rem;font-size:.875rem;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;color:rgba(0,0,0,0.75);line-height:normal;border-radius:0;height:2.3125rem}select::-ms-expand{display:none}select.radius{border-radius:3px}select:hover{background-color:#f3f3f3;border-color:#999}select:disabled{background-color:#ddd;cursor:default}select[multiple]{height:auto}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1rem 0}input[type="checkbox"]+label,input[type="radio"]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type="file"]{width:100%}fieldset{border:1px solid #ddd;padding:1.25rem;margin:1.125rem 0}fieldset legend{font-weight:bold;background:#fff;padding:0 .1875rem;margin:0;margin-left:-0.1875rem}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#c60f13;color:#fff}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#c60f13;color:#fff}.error input,.error textarea,.error select{margin-bottom:0}.error input[type="checkbox"],.error input[type="radio"]{margin-bottom:1rem}.error label,.error label.error{color:#c60f13}.error small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#c60f13;color:#fff}.error>label>small{color:#676767;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#c60f13}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:40.063em)/";width:58.75em}.contain-to-grid{width:100%;background:#333}.contain-to-grid .top-bar{margin-bottom:0}.fixed{width:100%;left:0;position:fixed;top:0;z-index:99}.fixed.expanded:not(.top-bar){overflow-y:auto;height:auto;width:100%;max-height:100%}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99}.fixed.expanded:not(.top-bar) .top-bar-section{z-index:98;margin-top:2.8125rem}.top-bar{overflow:hidden;height:2.8125rem;line-height:2.8125rem;position:relative;background:#333;margin-bottom:0}.top-bar ul{margin-bottom:0;list-style:none}.top-bar .row{max-width:none}.top-bar form,.top-bar input{margin-bottom:0}.top-bar input{height:1.75rem;padding-top:.35rem;padding-bottom:.35rem;font-size:.75rem}.top-bar .button,.top-bar button{padding-top:.4125rem;padding-bottom:.4125rem;margin-bottom:0;font-size:.75rem}@media only screen and (max-width:40em){.top-bar .button,.top-bar button{position:relative;top:-1px}}.top-bar .title-area{position:relative;margin:0}.top-bar .name{height:2.8125rem;margin:0;font-size:16px}.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span{line-height:2.8125rem;font-size:1.0625rem;margin:0}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a{font-weight:normal;color:#fff;width:75%;display:block;padding:0 .9375rem}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;text-transform:uppercase;font-size:.8125rem;font-weight:bold;position:relative;display:block;padding:0 .9375rem;height:2.8125rem;line-height:2.8125rem}.top-bar .toggle-topbar.menu-icon{top:50%;margin-top:-16px}.top-bar .toggle-topbar.menu-icon a{height:34px;line-height:33px;padding:0 2.5rem 0 .9375rem;color:#fff;position:relative}.top-bar .toggle-topbar.menu-icon a span::after{content:"";position:absolute;display:block;height:0;top:50%;margin-top:-8px;right:.9375rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:16px}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px ""}.top-bar.expanded{height:auto;background:transparent}.top-bar.expanded .title-area{background:#333}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span::after{box-shadow:0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888}.top-bar-section{left:0;position:relative;width:auto;transition:left 300ms ease-out}.top-bar-section ul{padding:0;width:100%;height:auto;display:block;font-size:16px;margin:0}.top-bar-section .divider,.top-bar-section [role="separator"]{border-top:solid 1px #1a1a1a;clear:both;height:1px;width:100%}.top-bar-section ul li{background:#333}.top-bar-section ul li>a{display:block;width:100%;color:#fff;padding:12px 0 12px 0;padding-left:.9375rem;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:.8125rem;font-weight:normal;text-transform:none}.top-bar-section ul li>a.button{font-size:.8125rem;padding-right:.9375rem;padding-left:.9375rem;background-color:#357ebd;border-color:#2a6597;color:#fff}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{background-color:#2a6597}.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus{color:#fff}.top-bar-section ul li>a.button.secondary{background-color:#e9e9e9;border-color:#bababa;color:#333}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{background-color:#bababa}.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus{color:#333}.top-bar-section ul li>a.button.success{background-color:#5da423;border-color:#4a831c;color:#fff}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{background-color:#4a831c}.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus{color:#fff}.top-bar-section ul li>a.button.alert{background-color:#c60f13;border-color:#9e0c0f;color:#fff}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{background-color:#9e0c0f}.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus{color:#fff}.top-bar-section ul li>a.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{background-color:#cf6e0e}.top-bar-section ul li>a.button.warning:hover,.top-bar-section ul li>a.button.warning:focus{color:#fff}.top-bar-section ul li>button{font-size:.8125rem;padding-right:.9375rem;padding-left:.9375rem;background-color:#357ebd;border-color:#2a6597;color:#fff}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{background-color:#2a6597}.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus{color:#fff}.top-bar-section ul li>button.secondary{background-color:#e9e9e9;border-color:#bababa;color:#333}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{background-color:#bababa}.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus{color:#333}.top-bar-section ul li>button.success{background-color:#5da423;border-color:#4a831c;color:#fff}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{background-color:#4a831c}.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus{color:#fff}.top-bar-section ul li>button.alert{background-color:#c60f13;border-color:#9e0c0f;color:#fff}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{background-color:#9e0c0f}.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus{color:#fff}.top-bar-section ul li>button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{background-color:#cf6e0e}.top-bar-section ul li>button.warning:hover,.top-bar-section ul li>button.warning:focus{color:#fff}.top-bar-section ul li:hover:not(.has-form)>a{background-color:#555;background:#333;color:#fff}.top-bar-section ul li.active>a{background:#357ebd;color:#fff}.top-bar-section ul li.active>a:hover{background:#2e6ca3;color:#fff}.top-bar-section .has-form{padding:.9375rem}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:transparent transparent transparent rgba(255,255,255,0.4);border-left-style:solid;margin-right:.9375rem;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{display:block;position:static!important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute!important;width:100%}.top-bar-section .has-dropdown.moved>a:after{display:none}.top-bar-section .dropdown{padding:0;position:absolute;left:100%;top:0;z-index:99;display:block;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.top-bar-section .dropdown li{width:100%;height:auto}.top-bar-section .dropdown li a{font-weight:normal;padding:8px .9375rem}.top-bar-section .dropdown li a.parent-link{font-weight:normal}.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link{margin-bottom:0;margin-top:0;font-size:1.125rem}.top-bar-section .dropdown li.title h5 a,.top-bar-section .dropdown li.parent-link a{color:#fff;display:block}.top-bar-section .dropdown li.title h5 a:hover,.top-bar-section .dropdown li.parent-link a:hover{background:0}.top-bar-section .dropdown li.has-form{padding:8px .9375rem}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto}.top-bar-section .dropdown label{padding:8px .9375rem 2px;margin-bottom:0;text-transform:uppercase;color:#777;font-weight:bold;font-size:.625rem}.js-generated{display:block}@media only screen and (min-width:40.063em){.top-bar{background:#333;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a{width:auto}.top-bar input,.top-bar .button,.top-bar button{font-size:.875rem;position:relative;height:1.75rem;top:.53125rem}.top-bar.expanded{background:#333}.contain-to-grid .top-bar{max-width:72.5em;margin:0 auto;margin-bottom:0}.top-bar-section{transition:none 0 0;left:0!important}.top-bar-section ul{width:auto;height:auto!important;display:inline}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li.hover>a:not(.button){background-color:#555;background:#333;color:#fff}.top-bar-section li:not(.has-form) a:not(.button){padding:0 .9375rem;line-height:2.8125rem;background:#333}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#555;background:#333}.top-bar-section li.active:not(.has-form) a:not(.button){padding:0 .9375rem;line-height:2.8125rem;color:#fff;background:#357ebd}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:#2e6ca3;color:#fff}.top-bar-section .has-dropdown>a{padding-right:2.1875rem!important}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:rgba(255,255,255,0.4) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:1.40625rem}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{display:block;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{display:block;position:static!important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute!important}.top-bar-section .has-dropdown>a:focus+.dropdown{display:block;position:static!important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute!important}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:0;content:"\00bb";top:1rem;margin-top:-1px;right:5px;line-height:1.2}.top-bar-section .dropdown{left:0;top:auto;background:transparent;min-width:100%}.top-bar-section .dropdown li a{color:#fff;line-height:2.8125rem;white-space:nowrap;padding:12px .9375rem;background:#333}.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){color:#fff;background:#333}.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button){color:#fff;background-color:#555;background:#333}.top-bar-section .dropdown li label{white-space:nowrap;background:#333}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-bottom:0;border-top:0;border-right:solid 1px #4e4e4e;clear:none;height:2.8125rem;width:0}.top-bar-section .has-form{background:#333;padding:0 .9375rem;height:2.8125rem}.top-bar-section .right li .dropdown{left:auto;right:0}.top-bar-section .right li .dropdown li .dropdown{right:100%}.top-bar-section .left li .dropdown{right:auto;left:0}.top-bar-section .left li .dropdown li .dropdown{left:100%}.no-js .top-bar-section ul li:hover>a{background-color:#555;background:#333;color:#fff}.no-js .top-bar-section ul li:active>a{background:#357ebd;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{display:block;position:static!important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute!important}.no-js .top-bar-section .has-dropdown>a:focus+.dropdown{display:block;position:static!important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute!important}}.inline-list{margin:0 auto 1.0625rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375rem;display:block}.inline-list>li>*{display:block}.button-group{list-style:none;margin:0;left:0}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group.even-2 li{margin:0 -2px;display:inline-block;width:50%}.button-group.even-2 li>button,.button-group.even-2 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-2 li:first-child button,.button-group.even-2 li:first-child .button{border-left:0}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{margin:0 -2px;display:inline-block;width:33.33333%}.button-group.even-3 li>button,.button-group.even-3 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-3 li:first-child button,.button-group.even-3 li:first-child .button{border-left:0}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{margin:0 -2px;display:inline-block;width:25%}.button-group.even-4 li>button,.button-group.even-4 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-4 li:first-child button,.button-group.even-4 li:first-child .button{border-left:0}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{margin:0 -2px;display:inline-block;width:20%}.button-group.even-5 li>button,.button-group.even-5 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-5 li:first-child button,.button-group.even-5 li:first-child .button{border-left:0}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{margin:0 -2px;display:inline-block;width:16.66667%}.button-group.even-6 li>button,.button-group.even-6 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-6 li:first-child button,.button-group.even-6 li:first-child .button{border-left:0}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{margin:0 -2px;display:inline-block;width:14.28571%}.button-group.even-7 li>button,.button-group.even-7 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-7 li:first-child button,.button-group.even-7 li:first-child .button{border-left:0}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{margin:0 -2px;display:inline-block;width:12.5%}.button-group.even-8 li>button,.button-group.even-8 li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.even-8 li:first-child button,.button-group.even-8 li:first-child .button{border-left:0}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-group>li{margin:0 -2px;display:inline-block}.button-group>li>button,.button-group>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group>li:first-child button,.button-group>li:first-child .button{border-left:0}.button-group.stack>li{margin:0 -2px;display:inline-block;display:block;margin:0;float:none}.button-group.stack>li>button,.button-group.stack>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-left:0}.button-group.stack>li>button,.button-group.stack>li .button{border-top:1px solid;border-color:rgba(255,255,255,0.5);border-left-width:0;margin:0;display:block}.button-group.stack>li>button{width:100%}.button-group.stack>li:first-child button,.button-group.stack>li:first-child .button{border-top:0}.button-group.stack-for-small>li{margin:0 -2px;display:inline-block}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}@media only screen and (max-width:40em){.button-group.stack-for-small>li{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-left:0}.button-group.stack-for-small>li>button,.button-group.stack-for-small>li .button{border-top:1px solid;border-color:rgba(255,255,255,0.5);border-left-width:0;margin:0;display:block}.button-group.stack-for-small>li>button{width:100%}.button-group.stack-for-small>li:first-child button,.button-group.stack-for-small>li:first-child .button{border-top:0}}.button-group.radius>*{margin:0 -2px;display:inline-block}.button-group.radius>*>button,.button-group.radius>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius>*:first-child button,.button-group.radius>*:first-child .button{border-left:0}.button-group.radius>*,.button-group.radius>*>a,.button-group.radius>*>button,.button-group.radius>*>.button{border-radius:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-left:0}.button-group.radius.stack>*>button,.button-group.radius.stack>* .button{border-top:1px solid;border-color:rgba(255,255,255,0.5);border-left-width:0;margin:0;display:block}.button-group.radius.stack>*>button{width:100%}.button-group.radius.stack>*:first-child button,.button-group.radius.stack>*:first-child .button{border-top:0}.button-group.radius.stack>*,.button-group.radius.stack>*>a,.button-group.radius.stack>*>button,.button-group.radius.stack>*>.button{border-radius:0}.button-group.radius.stack>*:first-child,.button-group.radius.stack>*:first-child>a,.button-group.radius.stack>*:first-child>button,.button-group.radius.stack>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack>*:last-child,.button-group.radius.stack>*:last-child>a,.button-group.radius.stack>*:last-child>button,.button-group.radius.stack>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media only screen and (min-width:40.063em){.button-group.radius.stack-for-small>*{margin:0 -2px;display:inline-block}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}}@media only screen and (max-width:40em){.button-group.radius.stack-for-small>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-left:0}.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>* .button{border-top:1px solid;border-color:rgba(255,255,255,0.5);border-left-width:0;margin:0;display:block}.button-group.radius.stack-for-small>*>button{width:100%}.button-group.radius.stack-for-small>*:first-child button,.button-group.radius.stack-for-small>*:first-child .button{border-top:0}.button-group.radius.stack-for-small>*,.button-group.radius.stack-for-small>*>a,.button-group.radius.stack-for-small>*>button,.button-group.radius.stack-for-small>*>.button{border-radius:0}.button-group.radius.stack-for-small>*:first-child,.button-group.radius.stack-for-small>*:first-child>a,.button-group.radius.stack-for-small>*:first-child>button,.button-group.radius.stack-for-small>*:first-child>.button{-webkit-top-left-radius:3px;-webkit-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}.button-group.radius.stack-for-small>*:last-child,.button-group.radius.stack-for-small>*:last-child>a,.button-group.radius.stack-for-small>*:last-child>button,.button-group.radius.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:3px;-webkit-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}}.button-group.round>*{margin:0 -2px;display:inline-block}.button-group.round>*>button,.button-group.round>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round>*:first-child button,.button-group.round>*:first-child .button{border-left:0}.button-group.round>*,.button-group.round>*>a,.button-group.round>*>button,.button-group.round>*>.button{border-radius:0}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}.button-group.round.stack>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-left:0}.button-group.round.stack>*>button,.button-group.round.stack>* .button{border-top:1px solid;border-color:rgba(255,255,255,0.5);border-left-width:0;margin:0;display:block}.button-group.round.stack>*>button{width:100%}.button-group.round.stack>*:first-child button,.button-group.round.stack>*:first-child .button{border-top:0}.button-group.round.stack>*,.button-group.round.stack>*>a,.button-group.round.stack>*>button,.button-group.round.stack>*>.button{border-radius:0}.button-group.round.stack>*:first-child,.button-group.round.stack>*:first-child>a,.button-group.round.stack>*:first-child>button,.button-group.round.stack>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack>*:last-child,.button-group.round.stack>*:last-child>a,.button-group.round.stack>*:last-child>button,.button-group.round.stack>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media only screen and (min-width:40.063em){.button-group.round.stack-for-small>*{margin:0 -2px;display:inline-block}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}}@media only screen and (max-width:40em){.button-group.round.stack-for-small>*{margin:0 -2px;display:inline-block;display:block;margin:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-left:1px solid;border-color:rgba(255,255,255,0.5)}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-left:0}.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>* .button{border-top:1px solid;border-color:rgba(255,255,255,0.5);border-left-width:0;margin:0;display:block}.button-group.round.stack-for-small>*>button{width:100%}.button-group.round.stack-for-small>*:first-child button,.button-group.round.stack-for-small>*:first-child .button{border-top:0}.button-group.round.stack-for-small>*,.button-group.round.stack-for-small>*>a,.button-group.round.stack-for-small>*>button,.button-group.round.stack-for-small>*>.button{border-radius:0}.button-group.round.stack-for-small>*:first-child,.button-group.round.stack-for-small>*:first-child>a,.button-group.round.stack-for-small>*:first-child>button,.button-group.round.stack-for-small>*:first-child>.button{-webkit-top-left-radius:1rem;-webkit-top-right-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.button-group.round.stack-for-small>*:last-child,.button-group.round.stack-for-small>*:last-child>a,.button-group.round.stack-for-small>*:last-child>button,.button-group.round.stack-for-small>*:last-child>.button{-webkit-bottom-left-radius:1rem;-webkit-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:.625rem}.button-bar .button-group div{overflow:hidden}.panel{border-style:solid;border-width:1px;border-color:#d8d8d8;margin-bottom:1.25rem;padding:1.25rem;background:#f2f2f2;color:#333}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:.625rem}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#c8ddf0;margin-bottom:1.25rem;padding:1.25rem;background:#f2f7fb;color:#333}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p,.panel.callout li,.panel.callout dl{color:#333}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:.625rem}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.callout a:not(.button){color:#357ebd}.panel.callout a:not(.button):hover,.panel.callout a:not(.button):focus{color:#2e6ca3}.panel.radius{border-radius:3px}.th{line-height:0;display:inline-block;border:solid 4px #fff;max-width:100%;box-shadow:0 0 0 1px rgba(0,0,0,0.2);transition:all 200ms ease-out}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(53,126,189,0.5)}.th.radius{border-radius:3px}.tabs{margin-bottom:0!important;margin-left:0}.tabs:before,.tabs:after{content:" ";display:table}.tabs:after{clear:both}.tabs dd,.tabs .tab-title{position:relative;margin-bottom:0!important;list-style:none;float:left}.tabs dd>a,.tabs .tab-title>a{display:block;background-color:#efefef;color:#222;padding:1rem 2rem;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#e1e1e1}.tabs dd>a:focus,.tabs .tab-title>a:focus{outline:0}.tabs dd.active a,.tabs .tab-title.active a{background-color:#fff;color:#222}.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a{-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a{-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px}.tabs.vertical dd,.tabs.vertical .tab-title{position:inherit;float:none;display:block;top:auto}.tabs-content{margin-bottom:1.5rem;width:100%}.tabs-content:before,.tabs-content:after{content:" ";display:table}.tabs-content:after{clear:both}.tabs-content>.content{display:none;float:left;padding:.9375em 0;width:100%}.tabs-content>.content.active{display:block;float:none}.tabs-content>.content.contained{padding:.9375em}.tabs-content.vertical{display:block}.tabs-content.vertical>.content{padding:0 .9375em}@media only screen and (min-width:40.063em){.tabs.vertical{width:20%;max-width:20%;float:left;margin:0 0 1.25rem}.tabs-content.vertical{width:80%;max-width:80%;float:left;margin-left:-1px;padding-left:1rem}}.no-js .tabs-content>.content{display:block;float:none}ul.pagination{display:block;min-height:1.5rem;margin-left:-0.3125rem}ul.pagination li{height:1.5rem;color:#222;font-size:.875rem;margin-left:.3125rem}ul.pagination li a,ul.pagination li button{display:block;padding:.0625rem .625rem .0625rem;color:#999;background:0;border-radius:3px;font-weight:normal;font-size:1em;line-height:inherit;transition:background-color 300ms ease-out}ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:#e6e6e6}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:transparent}ul.pagination li.current a,ul.pagination li.current button{background:#357ebd;color:#fff;font-weight:bold;cursor:default}ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{background:#357ebd}ul.pagination li{float:left;display:block}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{float:none;display:inline-block}.side-nav{display:block;margin:0;padding:.875rem 0;list-style-type:none;list-style-position:outside;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}.side-nav li{margin:0 0 .4375rem 0;font-size:.875rem;font-weight:normal}.side-nav li a:not(.button){display:block;color:#357ebd;margin:0;padding:.4375rem .875rem}.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus{background:rgba(0,0,0,0.025);color:#6ca5d6}.side-nav li.active>a:first-child:not(.button){color:#6ca5d6;font-weight:normal;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}.side-nav li.divider{border-top:1px solid;height:0;padding:0;list-style:none;border-top-color:#fff}.side-nav li.heading{color:#357ebd;font-size:.875rem;font-weight:bold;text-transform:uppercase}.accordion{margin-bottom:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0!important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8}.accordion .accordion-navigation>a,.accordion dd>a{background:#efefef;color:#222;padding:1rem;display:block;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:.9375em}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{display:block;background:#fff}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}@media only screen and (max-width:40em){.small-only-text-left{text-align:left!important}.small-only-text-right{text-align:right!important}.small-only-text-center{text-align:center!important}.small-only-text-justify{text-align:justify!important}}@media only screen{.small-text-left{text-align:left!important}.small-text-right{text-align:right!important}.small-text-center{text-align:center!important}.small-text-justify{text-align:justify!important}}@media only screen and (min-width:40.063em) and (max-width:64em){.medium-only-text-left{text-align:left!important}.medium-only-text-right{text-align:right!important}.medium-only-text-center{text-align:center!important}.medium-only-text-justify{text-align:justify!important}}@media only screen and (min-width:40.063em){.medium-text-left{text-align:left!important}.medium-text-right{text-align:right!important}.medium-text-center{text-align:center!important}.medium-text-justify{text-align:justify!important}}@media only screen and (min-width:64.063em) and (max-width:90em){.large-only-text-left{text-align:left!important}.large-only-text-right{text-align:right!important}.large-only-text-center{text-align:center!important}.large-only-text-justify{text-align:justify!important}}@media only screen and (min-width:64.063em){.large-text-left{text-align:left!important}.large-text-right{text-align:right!important}.large-text-center{text-align:center!important}.large-text-justify{text-align:justify!important}}@media only screen and (min-width:90.063em) and (max-width:120em){.xlarge-only-text-left{text-align:left!important}.xlarge-only-text-right{text-align:right!important}.xlarge-only-text-center{text-align:center!important}.xlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:90.063em){.xlarge-text-left{text-align:left!important}.xlarge-text-right{text-align:right!important}.xlarge-text-center{text-align:center!important}.xlarge-text-justify{text-align:justify!important}}@media only screen and (min-width:120.063em) and (max-width:99999999em){.xxlarge-only-text-left{text-align:left!important}.xxlarge-only-text-right{text-align:right!important}.xxlarge-only-text-center{text-align:center!important}.xxlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:120.063em){.xxlarge-text-left{text-align:left!important}.xxlarge-text-right{text-align:right!important}.xxlarge-text-center{text-align:center!important}.xxlarge-text-justify{text-align:justify!important}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#357ebd;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#2e6ca3}a img{border:0}p{font-family:inherit;font-weight:normal;font-size:1rem;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.21875rem;line-height:1.6}p aside{font-size:.875rem;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;font-style:normal;color:#e7e7e7;text-rendering:optimizeLegibility;margin-top:.2rem;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#efefef;line-height:0}h1{font-size:2.125rem}h2{font-size:1.6875rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1.125rem}h6{font-size:1rem}.subheader{line-height:1.4;color:#efefef;font-weight:normal;margin-top:.2rem;margin-bottom:.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333;background-color:#f8f8f8;border-width:1px;border-style:solid;border-color:#e0e0e0;padding:.125rem .3125rem .0625rem}ul,ol,dl{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:bold}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#d0d0d0;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:.8125rem;color:#ededed}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#ededed}blockquote,blockquote p{line-height:1.6;color:#efefef}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:0;padding:0 .0625rem}@media only screen and (min-width:40.063em){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75rem}h2{font-size:2.3125rem}h3{font-size:1.6875rem}h4{font-size:1.4375rem}h5{font-size:1.125rem}h6{font-size:1rem}}.has-tip{border-bottom:dotted 1px #ccc;cursor:help;font-weight:bold;color:#333}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #183955;color:#357ebd}.has-tip.tip-left,.has-tip.tip-right{float:none!important}.tooltip{display:none;position:absolute;z-index:1006;font-weight:normal;font-size:.875rem;line-height:1.3;padding:.75rem;max-width:300px;left:50%;width:100%;color:#fff;background:#333}.tooltip>.nub{display:block;left:5px;position:absolute;width:0;height:0;border:solid 5px;border-color:transparent transparent #333 transparent;top:-10px;pointer-events:none}.tooltip>.nub.rtl{left:auto;right:5px}.tooltip.radius{border-radius:3px}.tooltip.round{border-radius:1000px}.tooltip.round>.nub{left:2rem}.tooltip.opened{color:#357ebd!important;border-bottom:dotted 1px #183955!important}.tap-to-close{display:block;font-size:.625rem;color:#777;font-weight:normal}@media only screen and (min-width:40.063em){.tooltip>.nub{border-color:transparent transparent #333 transparent;top:-10px}.tooltip.tip-top>.nub{border-color:#333 transparent transparent transparent;top:auto;bottom:-10px}.tooltip.tip-left,.tooltip.tip-right{float:none!important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #333;right:-10px;left:auto;top:50%;margin-top:-5px}.tooltip.tip-right>.nub{border-color:transparent #333 transparent transparent;right:auto;left:-10px;top:50%;margin-top:-5px}}.sub-nav{display:block;width:auto;overflow:hidden;margin-bottom:-0.25rem 0 1.125rem;padding-top:.25rem}.sub-nav dt{text-transform:uppercase}.sub-nav dt,.sub-nav dd,.sub-nav li{float:left;margin-left:1rem;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;font-size:.875rem;color:#999}.sub-nav dt a,.sub-nav dd a,.sub-nav li a{text-decoration:none;color:#999;padding:.1875rem 1rem}.sub-nav dt a:hover,.sub-nav dd a:hover,.sub-nav li a:hover{color:#737373}.sub-nav dt.active a,.sub-nav dd.active a,.sub-nav li.active a{border-radius:3px;font-weight:normal;background:#357ebd;padding:.1875rem 1rem;cursor:default;color:#fff}.sub-nav dt.active a:hover,.sub-nav dd.active a:hover,.sub-nav li.active a:hover{background:#2e6ca3}.label{font-weight:normal;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;margin-bottom:auto;padding:.25rem .5rem .25rem;font-size:.6875rem;background-color:#357ebd;color:#fff}.label.radius{border-radius:3px}.label.round{border-radius:1000px}.label.alert{background-color:#c60f13;color:#fff}.label.warning{background-color:#f08a24;color:#fff}.label.success{background-color:#5da423;color:#fff}.label.secondary{background-color:#e9e9e9;color:#333}.label.info{background-color:#a0d3e8;color:#333}.off-canvas-wrap{-webkit-backface-visibility:hidden;position:relative;width:100%;overflow:hidden}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left{min-height:100%;-webkit-overflow-scrolling:touch}.inner-wrap{position:relative;width:100%;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.inner-wrap:before,.inner-wrap:after{content:" ";display:table}.inner-wrap:after{clear:both}.tab-bar{-webkit-backface-visibility:hidden;background:#333;color:#fff;height:2.8125rem;line-height:2.8125rem;position:relative}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6{color:#fff;font-weight:bold;line-height:2.8125rem;margin:0}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4{font-size:1.125rem}.left-small{width:2.8125rem;height:2.8125rem;position:absolute;top:0;border-right:solid 1px #1a1a1a;left:0}.right-small{width:2.8125rem;height:2.8125rem;position:absolute;top:0;border-left:solid 1px #1a1a1a;right:0}.tab-bar-section{padding:0 .625rem;position:absolute;text-align:center;height:2.8125rem;top:0}@media only screen and (min-width:40.063em){.tab-bar-section.left{text-align:left}.tab-bar-section.right{text-align:right}}.tab-bar-section.left{left:0;right:2.8125rem}.tab-bar-section.right{left:2.8125rem;right:0}.tab-bar-section.middle{left:2.8125rem;right:2.8125rem}.tab-bar .menu-icon{text-indent:2.1875rem;width:2.8125rem;height:2.8125rem;display:block;padding:0;color:#fff;position:relative;transform:translate3d(0,0,0)}.tab-bar .menu-icon span::after{content:"";position:absolute;display:block;height:0;top:50%;margin-top:-0.5rem;left:.90625rem;box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;width:1rem}.tab-bar .menu-icon span:hover:after{box-shadow:0 0 0 1px #b3b3b3,0 7px 0 1px #b3b3b3,0 14px 0 1px #b3b3b3}.left-off-canvas-menu{-webkit-backface-visibility:hidden;width:15.625rem;top:0;bottom:0;position:absolute;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1001;box-sizing:content-box;transition:transform 500ms ease 0s;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.left-off-canvas-menu *{-webkit-backface-visibility:hidden}.right-off-canvas-menu{-webkit-backface-visibility:hidden;width:15.625rem;top:0;bottom:0;position:absolute;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1001;box-sizing:content-box;transition:transform 500ms ease 0s;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);right:0}.right-off-canvas-menu *{-webkit-backface-visibility:hidden}ul.off-canvas-list{list-style-type:none;padding:0;margin:0}ul.off-canvas-list li label{display:block;padding:.3rem .9375rem;color:#999;text-transform:uppercase;font-size:.75rem;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:0;margin:0}ul.off-canvas-list li a{display:block;padding:.66667rem;color:rgba(255,255,255,0.7);border-bottom:1px solid #262626;transition:background 300ms ease}ul.off-canvas-list li a:hover{background:#242424}.move-right>.inner-wrap{-ms-transform:translate(15.625rem,0);-webkit-transform:translate3d(15.625rem,0,0);-moz-transform:translate3d(15.625rem,0,0);-ms-transform:translate3d(15.625rem,0,0);-o-transform:translate3d(15.625rem,0,0);transform:translate3d(15.625rem,0,0)}.move-right .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.move-right .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.move-left>.inner-wrap{-ms-transform:translate(-15.625rem,0);-webkit-transform:translate3d(-15.625rem,0,0);-moz-transform:translate3d(-15.625rem,0,0);-ms-transform:translate3d(-15.625rem,0,0);-o-transform:translate3d(-15.625rem,0,0);transform:translate3d(-15.625rem,0,0)}.move-left .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.move-left .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.offcanvas-overlap .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-left .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-left .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.offcanvas-overlap-left .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.offcanvas-overlap-right .left-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003}.offcanvas-overlap-right .exit-off-canvas{-webkit-backface-visibility:hidden;transition:background 300ms ease;cursor:pointer;box-shadow:-4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);display:block;position:absolute;background:rgba(255,255,255,0.2);top:0;bottom:0;left:0;right:0;z-index:1002;-webkit-tap-highlight-color:transparent}@media only screen and (min-width:40.063em){.offcanvas-overlap-right .exit-off-canvas:hover{background:rgba(255,255,255,0.05)}}.no-csstransforms .left-off-canvas-menu{left:-15.625rem}.no-csstransforms .right-off-canvas-menu{right:-15.625rem}.no-csstransforms .move-left>.inner-wrap{right:15.625rem}.no-csstransforms .move-right>.inner-wrap{left:15.625rem}.left-submenu{-webkit-backface-visibility:hidden;width:15.625rem;top:0;bottom:0;position:absolute;margin:0;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1002;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.left-submenu *{-webkit-backface-visibility:hidden}.left-submenu .back>a{padding:.3rem .9375rem;color:#999;text-transform:uppercase;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:0;margin:0}.left-submenu .back>a:hover{background:#303030;border-top:1px solid #5e5e5e;border-bottom:0}.left-submenu .back>a:before{content:"\AB";margin-right:.5rem;display:inline}.left-submenu.move-right,.left-submenu.offcanvas-overlap-right,.left-submenu.offcanvas-overlap{-ms-transform:translate(0%,0);-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.right-submenu{-webkit-backface-visibility:hidden;width:15.625rem;top:0;bottom:0;position:absolute;margin:0;overflow-x:hidden;overflow-y:auto;background:#333;z-index:1002;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);right:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease}.right-submenu *{-webkit-backface-visibility:hidden}.right-submenu .back>a{padding:.3rem .9375rem;color:#999;text-transform:uppercase;font-weight:bold;background:#444;border-top:1px solid #5e5e5e;border-bottom:0;margin:0}.right-submenu .back>a:hover{background:#303030;border-top:1px solid #5e5e5e;border-bottom:0}.right-submenu .back>a:after{content:"\BB";margin-left:.5rem;display:inline}.right-submenu.move-left,.right-submenu.offcanvas-overlap-left,.right-submenu.offcanvas-overlap{-ms-transform:translate(0%,0);-webkit-transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after{content:"\BB";margin-left:.5rem;display:inline}.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before{content:"\AB";margin-right:.5rem;display:inline}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent #fff transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent transparent #fff;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:-2px;margin-left:0;max-width:200px}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:#fff transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-12px;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:#ccc transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-14px;left:9px;right:auto;z-index:88}.f-dropdown li{font-size:.875rem;cursor:pointer;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li.radius{border-radius:3px}.f-dropdown li a{display:block;padding:.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:0;padding:1.25rem;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:.875rem;z-index:89;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100%!important;max-width:100%!important}.f-dropdown.mega.open{left:0!important}table{background:#fff;margin-bottom:1.25rem;border:solid 1px #ddd;table-layout:auto}table caption{background:transparent;color:#222;font-size:1rem;font-weight:bold}table thead{background:#f5f5f5}table thead tr th,table thead tr td{padding:.5rem .625rem .625rem;font-size:.875rem;font-weight:bold;color:#222}table tfoot{background:#f5f5f5}table tfoot tr th,table tfoot tr td{padding:.5rem .625rem .625rem;font-size:.875rem;font-weight:bold;color:#222}table tr th,table tr td{padding:.5625rem .625rem;font-size:.875rem;color:#222;text-align:left}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f9f9f9}table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{display:table-cell;line-height:1.125rem}[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625rem}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:block;height:auto;float:left;padding:0 .625rem 1.25rem}@media only screen{.small-block-grid-1>li{width:100%;list-style:none}.small-block-grid-1>li:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{width:50%;list-style:none}.small-block-grid-2>li:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{width:33.33333%;list-style:none}.small-block-grid-3>li:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{width:25%;list-style:none}.small-block-grid-4>li:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{width:20%;list-style:none}.small-block-grid-5>li:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{width:16.66667%;list-style:none}.small-block-grid-6>li:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{width:14.28571%;list-style:none}.small-block-grid-7>li:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{width:12.5%;list-style:none}.small-block-grid-8>li:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{width:11.11111%;list-style:none}.small-block-grid-9>li:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{width:10%;list-style:none}.small-block-grid-10>li:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{width:9.09091%;list-style:none}.small-block-grid-11>li:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{width:8.33333%;list-style:none}.small-block-grid-12>li:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:40.063em){.medium-block-grid-1>li{width:100%;list-style:none}.medium-block-grid-1>li:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li{width:50%;list-style:none}.medium-block-grid-2>li:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li{width:33.33333%;list-style:none}.medium-block-grid-3>li:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li{width:25%;list-style:none}.medium-block-grid-4>li:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li{width:20%;list-style:none}.medium-block-grid-5>li:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li{width:16.66667%;list-style:none}.medium-block-grid-6>li:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li{width:14.28571%;list-style:none}.medium-block-grid-7>li:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li{width:12.5%;list-style:none}.medium-block-grid-8>li:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li{width:11.11111%;list-style:none}.medium-block-grid-9>li:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li{width:10%;list-style:none}.medium-block-grid-10>li:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li{width:9.09091%;list-style:none}.medium-block-grid-11>li:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li{width:8.33333%;list-style:none}.medium-block-grid-12>li:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:64.063em){.large-block-grid-1>li{width:100%;list-style:none}.large-block-grid-1>li:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{width:50%;list-style:none}.large-block-grid-2>li:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{width:33.33333%;list-style:none}.large-block-grid-3>li:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{width:25%;list-style:none}.large-block-grid-4>li:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{width:20%;list-style:none}.large-block-grid-5>li:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{width:16.66667%;list-style:none}.large-block-grid-6>li:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{width:14.28571%;list-style:none}.large-block-grid-7>li:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{width:12.5%;list-style:none}.large-block-grid-8>li:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{width:11.11111%;list-style:none}.large-block-grid-9>li:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{width:10%;list-style:none}.large-block-grid-10>li:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{width:9.09091%;list-style:none}.large-block-grid-11>li:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{width:8.33333%;list-style:none}.large-block-grid-12>li:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}.flex-video{position:relative;padding-top:1.5625rem;padding-bottom:67.5%;height:0;margin-bottom:1rem;overflow:hidden}.flex-video.widescreen{padding-bottom:56.34%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.keystroke,kbd{background-color:#ededed;border-color:#ddd;color:#222;border-style:solid;border-width:1px;margin:0;font-family:"Consolas","Menlo","Courier",monospace;font-size:inherit;padding:.125rem .25rem 0;border-radius:3px}.switch{padding:0;border:0;position:relative;outline:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch label{display:block;margin-bottom:1rem;position:relative;color:transparent;background:#ddd;text-indent:100%;width:4rem;height:2rem;cursor:pointer;transition:left .15s ease-out}.switch input{opacity:0;position:absolute;top:9px;left:10px;padding:0}.switch input+label{margin-left:0;margin-right:0}.switch label:after{content:"";display:block;background:#fff;position:absolute;top:.25rem;left:.25rem;width:1.5rem;height:1.5rem;-webkit-transition:left .15s ease-out;-moz-transition:left .15s ease-out;-o-transition:translate3d(0,0,0);transition:left .15s ease-out;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.switch input:checked+label{background:#357ebd}.switch input:checked+label:after{left:2.25rem}.switch label{width:4rem;height:2rem}.switch label:after{width:1.5rem;height:1.5rem}.switch input:checked+label:after{left:2.25rem}.switch label{color:transparent;background:#ddd}.switch label:after{background:#fff}.switch input:checked+label{background:#357ebd}.switch.large label{width:5rem;height:2.5rem}.switch.large label:after{width:2rem;height:2rem}.switch.large input:checked+label:after{left:2.75rem}.switch.small label{width:3.5rem;height:1.75rem}.switch.small label:after{width:1.25rem;height:1.25rem}.switch.small input:checked+label:after{left:2rem}.switch.tiny label{width:3rem;height:1.5rem}.switch.tiny label:after{width:1rem;height:1rem}.switch.tiny input:checked+label:after{left:1.75rem}.switch.radius label{border-radius:4px}.switch.radius label:after{border-radius:3px}.switch.round{border-radius:1000px}.switch.round label{border-radius:2rem}.switch.round label:after{border-radius:2rem}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:40.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:64.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:90.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:120.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}.show-for-landscape,.hide-for-portrait{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.hide-for-landscape,table.show-for-portrait{display:table!important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}@media only screen and (orientation:landscape){.show-for-landscape,.hide-for-portrait{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.show-for-landscape,table.hide-for-portrait{display:table!important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group!important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group!important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row!important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell!important}}@media only screen and (orientation:portrait){.show-for-portrait,.hide-for-landscape{display:inherit!important}.hide-for-portrait,.show-for-landscape{display:none!important}table.show-for-portrait,table.hide-for-landscape{display:table!important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group!important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group!important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row!important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell!important}}.show-for-touch{display:none!important}.hide-for-touch{display:inherit!important}.touch .show-for-touch{display:inherit!important}.touch .hide-for-touch{display:none!important}table.hide-for-touch{display:table!important}.touch table.show-for-touch{display:table!important}thead.hide-for-touch{display:table-header-group!important}.touch thead.show-for-touch{display:table-header-group!important}tbody.hide-for-touch{display:table-row-group!important}.touch tbody.show-for-touch{display:table-row-group!important}tr.hide-for-touch{display:table-row!important}.touch tr.show-for-touch{display:table-row!important}td.hide-for-touch{display:table-cell!important}.touch td.show-for-touch{display:table-cell!important}th.hide-for-touch{display:table-cell!important}.touch th.show-for-touch{display:table-cell!important}.print-only{display:none!important}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none!important}.print-only{display:block!important}.hide-for-print{display:none!important}.show-for-print{display:inherit!important}}@media print{.show-for-print{display:block}.hide-for-print{display:none}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}}/*!
  *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.2.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}@font-face{font-family:'Xolonium';src:url('fonts/xolonium.eot');src:url('fonts/xolonium.eot?#iefix') format('embedded-opentype'),url('fonts/xolonium.ttf') format('truetype'),url('fonts/xolonium.woff') format('woff'),url('fonts/xolonium.svg#xoloniumregular') format('svg');font-weight:normal;font-style:normal}body{background-color:#0f0f0f;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) repeat scroll 0 0,url("img/bg.jpg") no-repeat fixed center center / cover black;color:#9b9b9b;font-family:"Xolonium","Helvetica Neue",Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5{color:#c3c3c3;font-family:"Xolonium",Helvetica,Arial,sans-serif}p{color:#c3c3c3;font-size:1.2rem}hr{border-color:#1b1b1b}ul,ol,dl{font-size:1.1rem}fieldset{border:0}table{background:none repeat scroll 0 0 rgba(0,0,0,0.70);border:1px solid #436688;border-collapse:collapse;border-spacing:0}table tr td{font-size:10px}table thead,table th{background-color:#001021}table td,table th{border:1px solid #436688}table tr.even,table tr.alt,table tr:nth-of-type(2n){background:0}table thead tr th,table thead tr td,table tr th,table tr td{color:#d0d0d0}.table-condensed{table-layout:fixed;width:100%}.table-hover tr:hover{background-color:#222}.table-condensed th,.table-condensed td{padding:4px 5px}.no-stretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar{height:50px}.top-bar .name h1 a{color:#c8c8c8;font-size:1.1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section ul li{background:0}.top-bar-section ul li>a{color:#c8c8c8;font-family:'Xolonium';font-size:1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section li:not(.has-form) a:not(.button){line-height:50px}.top-bar,.contain-to-grid{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);margin-bottom:15px}.top-bar.expanded .title-area{background:0}.top-bar-section li:not(.has-form) a:not(.button){background:0}.top-bar-section li:not(.has-form) a:not(.button):hover{background:#333}.panel{background-color:#151515;border-color:#282828}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#777}.th{box-shadow:0 0 6px 1px rgba(0,140,186,0.4)}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0,140,186,0.7)}.accordion .accordion-navigation,.accordion dd{border:1px solid #222;margin-bottom:5px}.accordion .accordion-navigation>a,.accordion dd>a{background:0;color:#c3c3c3;font-family:"Xolonium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.8rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:0}.accordion .accordion-navigation.active>a,.accordion .accordion-navigation>a:hover{background:#242424}ul.accordion{margin-left:0}#footer{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);font-family:sans-serif;font-style:italic;margin:15px 0 0 0;padding-top:5px;width:100%}#footer p{color:white;margin-bottom:.5rem;text-align:center}#footer ul{font-size:1rem;list-style:none;margin-left:0}#title{color:#08C;font-size:1.8rem;margin-bottom:10px;position:relative;text-align:center;text-shadow:2px 2px 3px #333}.statline{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.9rem;position:relative;top:-10px}.nostretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.button.tiny{margin:0;padding:.5rem 1rem .5rem}.tabs dd>a,.tabs .tab-title>a{background:0;color:#aaa;padding:1rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#1d1d1d}.tabs dd.active a,.tabs .tab-title.active a{background-color:#111;color:#aaa}.eloup{color:#008000}.elodown{color:#be0000}.eloneutral{color:gray}.game{margin-bottom:1rem}.game a{color:#CCC}.game a:hover{color:#d95f00;text-decoration:none}.game tr{background-color:#000}.game tr.red{background-color:#4d0000}.game tr.blue{background-color:#00004d}.game tr.yellow{background-color:#4d4d00}.game tr.pink{background-color:#4d004d}.teamscore{text-shadow:-1px -1px 0 #222;font-weight:bold}.teamscore .red{color:#ad0000}.teamscore .blue{color:#0000ad}.teamscore .yellow{color:#adad00}.teamscore .pink{color:#ad00ad}.player-score{color:#feff3a}.tabs-content{margin-bottom:0}@font-face{font-family:'Luma';src:url('fonts/Luma.eot?hm7zuv');src:url('fonts/Luma.eot?#iefixhm7zuv') format('embedded-opentype'),url('fonts/Luma.woff?hm7zuv') format('woff'),url('fonts/Luma.ttf?hm7zuv') format('truetype'),url('fonts/Luma.svg?hm7zuv#Luma') format('svg');font-weight:normal;font-style:normal}[class^="sprite-"],[class*=" sprite-"]{font-family:'Luma';speak:none;font-size:2rem;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sprite-overall:before{content:"\e600"}.sprite-arc:before{color:#b8e9ff;content:"\e601"}.sprite-arc-circle:before{color:#b8e9ff;content:"\e602"}.sprite-as:before{content:"\e603"}.sprite-ca:before{content:"\e604"}.sprite-campingrifle:before{content:"\e605"}.sprite-campingrifle-circle:before{content:"\e606"}.sprite-crylink:before{content:"\e607"}.sprite-crylink-circle:before{content:"\e608"}.sprite-ctf:before{content:"\e609"}.sprite-cts:before{content:"\e60a"}.sprite-dm:before{content:"\e60b"}.sprite-dom:before{content:"\e60c"}.sprite-duel:before{content:"\e60d"}.sprite-electro:before{color:#597fff;content:"\e60e"}.sprite-electro-circle:before{color:#597fff;content:"\e60f"}.sprite-fireball:before{color:#3f3;content:"\e610"}.sprite-fireball-circle:before{color:#3f3;content:"\e611"}.sprite-ft:before{content:"\e612"}.sprite-gl:before,.sprite-mortar:before{color:#ff2600;content:"\e613"}.sprite-gl-circle:before,.sprite-mortar-circle:before{color:#ff2600;content:"\e614"}.sprite-hagar:before{color:#d98059;content:"\e615"}.sprite-hagar-circle:before{color:#d98059;content:"\e616"}.sprite-hlac:before{color:#ffa533;content:"\e617"}.sprite-hlac-circle:before{color:#ffa533;content:"\e618"}.sprite-hookgun:before{color:#a5ffd8;content:"\e619"}.sprite-hookgun-circle:before{color:#a5ffd8;content:"\e61a"}.sprite-inf:before{content:"\e61b"}.sprite-jb:before{content:"\e61c"}.sprite-ka:before{content:"\e61d"}.sprite-kh:before{content:"\e61e"}.sprite-laser:before,.sprite-blaster:before{color:#ff5933;content:"\e61f"}.sprite-laser-circle:before,.sprite-blaster-circle:before{color:#ff5933;content:"\e620"}.sprite-lms:before{content:"\e621"}.sprite-minelayer:before{color:#bfbf00;content:"\e622"}.sprite-minelayer-circle:before{color:#bfbf00;content:"\e623"}.sprite-minstanex:before,.sprite-vaporizer:before{color:#d62728;content:"\e624"}.sprite-minstanex-circle:before,.sprite-vaporizer-circle:before{color:#d62728;content:"\e625"}.sprite-nb:before{content:"\e626"}.sprite-nex:before,.sprite-vortex:before{color:#00e6ff;content:"\e627"}.sprite-nex-circle:before,.sprite-vortex-circle:before{color:#00e6ff;content:"\e628"}.sprite-ons:before{content:"\e629"}.sprite-porto:before{color:#7fff7f;content:"\e62a"}.sprite-porto-circle:before{color:#7fff7f;content:"\e62b"}.sprite-rc:before{content:"\e62c"}.sprite-rl:before,.sprite-devastator:before{color:#ffbf33;content:"\e62d"}.sprite-rl-circle:before,.sprite-devastator-circle:before{color:#ffbf33;content:"\e62e"}.sprite-seeker:before{color:#ff5959;content:"\e62f"}.sprite-seeker-circle:before{color:#ff5959;content:"\e630"}.sprite-shockwave:before{content:"\e631"}.sprite-shockwave-circle:before{content:"\e632"}.sprite-shotgun:before{color:#1f77b4;content:"\e633"}.sprite-shotgun-circle:before{color:#1f77b4;content:"\e634"}.sprite-tdm:before{content:"\e635"}.sprite-tuba:before{color:#d87f3f;content:"\e636"}.sprite-tuba-circle:before{color:#d87f3f;content:"\e637"}.sprite-uzi:before,.sprite-machinegun:before{color:#b9e659;content:"\e638"}.sprite-uzi-circle:before,.sprite-machinegun-circle:before{color:#b9e659;content:"\e639"}.sprite-vip:before{content:"\e63a"}
\ No newline at end of file
+ */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.2.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}@font-face{font-family:'Xolonium';src:url('fonts/xolonium-regular.eot');src:url('fonts/xolonium-regular.eot?#iefix') format('embedded-opentype'),url('fonts/xolonium-regular.woff2') format('woff2'),url('fonts/xolonium-regular.woff') format('woff'),url('fonts/xolonium-regular.ttf') format('truetype');font-weight:normal;font-style:normal}body{background-color:#0f0f0f;background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) repeat scroll 0 0,url("img/bg.jpg") no-repeat fixed center center / cover black;color:#9b9b9b;font-family:Xolonium,sans-serif}h1,h2,h3,h4,h5{color:#c3c3c3;font-family:Xolonium,sans-serif}p{color:#c3c3c3;font-size:1.2rem}hr{border-color:#1b1b1b}ul,ol,dl{font-size:1.1rem}fieldset{border:0}table{background:none repeat scroll 0 0 rgba(0,0,0,0.70);border:1px solid #436688;border-collapse:collapse;border-spacing:0}table tr td{font-size:10px}table thead,table th{background-color:#001021}table td,table th{border:1px solid #436688}table tr.even,table tr.alt,table tr:nth-of-type(2n){background:0}table thead tr th,table thead tr td,table tr th,table tr td{color:#d0d0d0}.table-condensed{table-layout:fixed;width:100%}.table-hover tr:hover{background-color:#222}.table-condensed th,.table-condensed td{padding:4px 5px}.no-stretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar{height:50px}.top-bar .name h1 a{color:#c8c8c8;font-size:1.1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section ul li{background:0}.top-bar-section ul li>a{color:#c8c8c8;font-family:Xolonium,sans-serif;font-size:1rem;text-shadow:0 1px 1px rgba(200,200,200,0.4)}.top-bar-section li:not(.has-form) a:not(.button){line-height:50px}.top-bar,.contain-to-grid{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);margin-bottom:15px}.top-bar.expanded .title-area{background:0}.top-bar-section li:not(.has-form) a:not(.button){background:0}.top-bar-section li:not(.has-form) a:not(.button):hover{background:#333}.panel{background-color:#151515;border-color:#282828}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl{color:#777}.th{box-shadow:0 0 6px 1px rgba(0,140,186,0.4)}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0,140,186,0.7)}.accordion .accordion-navigation,.accordion dd{border:1px solid #222;margin-bottom:5px}.accordion .accordion-navigation>a,.accordion dd>a{background:0;color:#c3c3c3;font-family:Xolonium,sans-serif;font-size:.8rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{background:0}.accordion .accordion-navigation.active>a,.accordion .accordion-navigation>a:hover{background:#242424}ul.accordion{margin-left:0}#footer{background:linear-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 95%);font-family:sans-serif;font-style:italic;margin:15px 0 0 0;padding-top:5px;width:100%}#footer p{color:white;margin-bottom:.5rem;text-align:center}#footer ul{font-size:1rem;list-style:none;margin-left:0}#title{color:#08C;font-size:1.8rem;margin-bottom:10px;position:relative;text-align:center;text-shadow:2px 2px 3px #333}.statline{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.9rem;position:relative;top:-10px}.nostretch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.button.tiny{margin:0;padding:.5rem 1rem .5rem}.tabs dd>a,.tabs .tab-title>a{background:0;color:#aaa;padding:1rem}.tabs dd>a:hover,.tabs .tab-title>a:hover{background-color:#1d1d1d}.tabs dd.active a,.tabs .tab-title.active a{background-color:#111;color:#aaa}.eloup{color:#008000}.elodown{color:#be0000}.eloneutral{color:gray}.game{margin-bottom:1rem}.game a{color:#CCC}.game a:hover{color:#d95f00;text-decoration:none}.game tr{background-color:#000}.game tr.red{background-color:#4d0000}.game tr.blue{background-color:#00004d}.game tr.yellow{background-color:#4d4d00}.game tr.pink{background-color:#4d004d}.teamscore{text-shadow:-1px -1px 0 #222;font-weight:bold}.teamscore .red{color:#ad0000}.teamscore .blue{color:#0000ad}.teamscore .yellow{color:#adad00}.teamscore .pink{color:#ad00ad}.player-score{color:#feff3a}.tabs-content{margin-bottom:0}@font-face{font-family:'Luma';src:url('fonts/Luma.eot?hm7zuv');src:url('fonts/Luma.eot?#iefixhm7zuv') format('embedded-opentype'),url('fonts/Luma.woff?hm7zuv') format('woff'),url('fonts/Luma.ttf?hm7zuv') format('truetype'),url('fonts/Luma.svg?hm7zuv#Luma') format('svg');font-weight:normal;font-style:normal}[class^="sprite-"],[class*=" sprite-"]{font-family:'Luma';speak:none;font-size:2rem;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sprite-overall:before{content:"\e600"}.sprite-arc:before{color:#b8e9ff;content:"\e601"}.sprite-arc-circle:before{color:#b8e9ff;content:"\e602"}.sprite-as:before{content:"\e603"}.sprite-ca:before{content:"\e604"}.sprite-campingrifle:before{content:"\e605"}.sprite-campingrifle-circle:before{content:"\e606"}.sprite-crylink:before{content:"\e607"}.sprite-crylink-circle:before{content:"\e608"}.sprite-ctf:before{content:"\e609"}.sprite-cts:before{content:"\e60a"}.sprite-dm:before{content:"\e60b"}.sprite-dom:before{content:"\e60c"}.sprite-duel:before{content:"\e60d"}.sprite-electro:before{color:#597fff;content:"\e60e"}.sprite-electro-circle:before{color:#597fff;content:"\e60f"}.sprite-fireball:before{color:#3f3;content:"\e610"}.sprite-fireball-circle:before{color:#3f3;content:"\e611"}.sprite-ft:before{content:"\e612"}.sprite-gl:before,.sprite-mortar:before{color:#ff2600;content:"\e613"}.sprite-gl-circle:before,.sprite-mortar-circle:before{color:#ff2600;content:"\e614"}.sprite-hagar:before{color:#d98059;content:"\e615"}.sprite-hagar-circle:before{color:#d98059;content:"\e616"}.sprite-hlac:before{color:#ffa533;content:"\e617"}.sprite-hlac-circle:before{color:#ffa533;content:"\e618"}.sprite-hookgun:before{color:#a5ffd8;content:"\e619"}.sprite-hookgun-circle:before{color:#a5ffd8;content:"\e61a"}.sprite-inf:before{content:"\e61b"}.sprite-jb:before{content:"\e61c"}.sprite-ka:before{content:"\e61d"}.sprite-kh:before{content:"\e61e"}.sprite-laser:before,.sprite-blaster:before{color:#ff5933;content:"\e61f"}.sprite-laser-circle:before,.sprite-blaster-circle:before{color:#ff5933;content:"\e620"}.sprite-lms:before{content:"\e621"}.sprite-minelayer:before{color:#bfbf00;content:"\e622"}.sprite-minelayer-circle:before{color:#bfbf00;content:"\e623"}.sprite-minstanex:before,.sprite-vaporizer:before{color:#d62728;content:"\e624"}.sprite-minstanex-circle:before,.sprite-vaporizer-circle:before{color:#d62728;content:"\e625"}.sprite-nb:before{content:"\e626"}.sprite-nex:before,.sprite-vortex:before{color:#00e6ff;content:"\e627"}.sprite-nex-circle:before,.sprite-vortex-circle:before{color:#00e6ff;content:"\e628"}.sprite-ons:before{content:"\e629"}.sprite-porto:before{color:#7fff7f;content:"\e62a"}.sprite-porto-circle:before{color:#7fff7f;content:"\e62b"}.sprite-rc:before{content:"\e62c"}.sprite-rl:before,.sprite-devastator:before{color:#ffbf33;content:"\e62d"}.sprite-rl-circle:before,.sprite-devastator-circle:before{color:#ffbf33;content:"\e62e"}.sprite-seeker:before{color:#ff5959;content:"\e62f"}.sprite-seeker-circle:before{color:#ff5959;content:"\e630"}.sprite-shockwave:before{content:"\e631"}.sprite-shockwave-circle:before{content:"\e632"}.sprite-shotgun:before{color:#1f77b4;content:"\e633"}.sprite-shotgun-circle:before{color:#1f77b4;content:"\e634"}.sprite-tdm:before{content:"\e635"}.sprite-tuba:before{color:#d87f3f;content:"\e636"}.sprite-tuba-circle:before{color:#d87f3f;content:"\e637"}.sprite-uzi:before,.sprite-machinegun:before{color:#b9e659;content:"\e638"}.sprite-uzi-circle:before,.sprite-machinegun-circle:before{color:#b9e659;content:"\e639"}.sprite-vip:before{content:"\e63a"}