Browse Source

Updated docs to Diffrenzy's new docs - very nice!

Mark Sibly 7 years ago
parent
commit
8ca77d2340
42 changed files with 18668 additions and 2008 deletions
  1. 135 366
      docs/jstree/dist/jstree.js
  2. 0 1
      docs/jstree/dist/jstree.min.js
  3. 459 0
      docs/jstree/dist/libs/bootstrap/css/bootstrap-theme.css
  4. 8 0
      docs/jstree/dist/libs/bootstrap/css/bootstrap-theme.min.css
  5. 7098 0
      docs/jstree/dist/libs/bootstrap/css/bootstrap.css
  6. 8 0
      docs/jstree/dist/libs/bootstrap/css/bootstrap.min.css
  7. BIN
      docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.eot
  8. 229 0
      docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.svg
  9. BIN
      docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf
  10. BIN
      docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.woff
  11. 2002 0
      docs/jstree/dist/libs/bootstrap/js/bootstrap.js
  12. 8 0
      docs/jstree/dist/libs/bootstrap/js/bootstrap.min.js
  13. 0 2
      docs/jstree/dist/libs/jquery-1.9.1.min.js
  14. 1 0
      docs/jstree/dist/libs/jquery.js
  15. BIN
      docs/jstree/dist/themes/default-dark/32px.png
  16. BIN
      docs/jstree/dist/themes/default-dark/40px.png
  17. 0 1112
      docs/jstree/dist/themes/default-dark/style.css
  18. 0 0
      docs/jstree/dist/themes/default-dark/style.min.css
  19. BIN
      docs/jstree/dist/themes/default/30px.png
  20. 23 41
      docs/jstree/dist/themes/default/style.css
  21. 0 0
      docs/jstree/dist/themes/default/style.min.css
  22. BIN
      docs/jstree/dist/themes/proton/30px.png
  23. BIN
      docs/jstree/dist/themes/proton/32px.png
  24. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.eot
  25. 2377 0
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.svg
  26. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.ttf
  27. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.woff
  28. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.eot
  29. 2410 0
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.svg
  30. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.ttf
  31. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.woff
  32. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.eot
  33. 2725 0
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.svg
  34. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.ttf
  35. BIN
      docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.woff
  36. 1122 0
      docs/jstree/dist/themes/proton/style.css
  37. 0 0
      docs/jstree/dist/themes/proton/style.min.css
  38. BIN
      docs/jstree/dist/themes/proton/throbber.gif
  39. 3 0
      docs/new_docs_page_template.html
  40. 12 8
      docs/new_docs_template.html
  41. 48 478
      docs/style.css
  42. 0 0
      docs/theme.css

File diff suppressed because it is too large
+ 135 - 366
docs/jstree/dist/jstree.js


File diff suppressed because it is too large
+ 0 - 1
docs/jstree/dist/jstree.min.js


+ 459 - 0
docs/jstree/dist/libs/bootstrap/css/bootstrap-theme.css

@@ -0,0 +1,459 @@
+/*!
+ * Bootstrap v3.0.2 by @fat and @mdo
+ * Copyright 2013 Twitter, Inc.
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.
+ */
+
+.btn-default,
+.btn-primary,
+.btn-success,
+.btn-info,
+.btn-warning,
+.btn-danger {
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.btn-default:active,
+.btn-primary:active,
+.btn-success:active,
+.btn-info:active,
+.btn-warning:active,
+.btn-danger:active,
+.btn-default.active,
+.btn-primary.active,
+.btn-success.active,
+.btn-info.active,
+.btn-warning.active,
+.btn-danger.active {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn:active,
+.btn.active {
+  background-image: none;
+}
+
+.btn-default {
+  text-shadow: 0 1px 0 #fff;
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
+  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
+  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
+  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
+  background-repeat: repeat-x;
+  border-color: #dbdbdb;
+  border-color: #ccc;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.btn-default:hover,
+.btn-default:focus {
+  background-color: #e0e0e0;
+  background-position: 0 -15px;
+}
+
+.btn-default:active,
+.btn-default.active {
+  background-color: #e0e0e0;
+  border-color: #dbdbdb;
+}
+
+.btn-primary {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
+  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
+  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
+  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
+  background-repeat: repeat-x;
+  border-color: #2b669a;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.btn-primary:hover,
+.btn-primary:focus {
+  background-color: #2d6ca2;
+  background-position: 0 -15px;
+}
+
+.btn-primary:active,
+.btn-primary.active {
+  background-color: #2d6ca2;
+  border-color: #2b669a;
+}
+
+.btn-success {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
+  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
+  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
+  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
+  background-repeat: repeat-x;
+  border-color: #3e8f3e;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.btn-success:hover,
+.btn-success:focus {
+  background-color: #419641;
+  background-position: 0 -15px;
+}
+
+.btn-success:active,
+.btn-success.active {
+  background-color: #419641;
+  border-color: #3e8f3e;
+}
+
+.btn-warning {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
+  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
+  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
+  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
+  background-repeat: repeat-x;
+  border-color: #e38d13;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.btn-warning:hover,
+.btn-warning:focus {
+  background-color: #eb9316;
+  background-position: 0 -15px;
+}
+
+.btn-warning:active,
+.btn-warning.active {
+  background-color: #eb9316;
+  border-color: #e38d13;
+}
+
+.btn-danger {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
+  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
+  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
+  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
+  background-repeat: repeat-x;
+  border-color: #b92c28;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.btn-danger:hover,
+.btn-danger:focus {
+  background-color: #c12e2a;
+  background-position: 0 -15px;
+}
+
+.btn-danger:active,
+.btn-danger.active {
+  background-color: #c12e2a;
+  border-color: #b92c28;
+}
+
+.btn-info {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
+  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
+  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
+  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
+  background-repeat: repeat-x;
+  border-color: #28a4c9;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.btn-info:hover,
+.btn-info:focus {
+  background-color: #2aabd2;
+  background-position: 0 -15px;
+}
+
+.btn-info:active,
+.btn-info.active {
+  background-color: #2aabd2;
+  border-color: #28a4c9;
+}
+
+.thumbnail,
+.img-thumbnail {
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
+}
+
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  background-color: #e8e8e8;
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
+  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
+}
+
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  background-color: #357ebd;
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
+  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
+  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
+  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
+}
+
+.navbar-default {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
+  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
+  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
+  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
+  background-repeat: repeat-x;
+  border-radius: 4px;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
+}
+
+.navbar-default .navbar-nav > .active > a {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
+  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
+  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
+  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
+  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
+}
+
+.navbar-brand,
+.navbar-nav > li > a {
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
+}
+
+.navbar-inverse {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
+  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
+  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
+  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.navbar-inverse .navbar-nav > .active > a {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
+  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
+  background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
+  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
+  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
+          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
+}
+
+.navbar-inverse .navbar-brand,
+.navbar-inverse .navbar-nav > li > a {
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+
+.navbar-static-top,
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  border-radius: 0;
+}
+
+.alert {
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.alert-success {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
+  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
+  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
+  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
+  background-repeat: repeat-x;
+  border-color: #b2dba1;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
+}
+
+.alert-info {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
+  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
+  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
+  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
+  background-repeat: repeat-x;
+  border-color: #9acfea;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
+}
+
+.alert-warning {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
+  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
+  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
+  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
+  background-repeat: repeat-x;
+  border-color: #f5e79e;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
+}
+
+.alert-danger {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
+  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
+  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
+  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
+  background-repeat: repeat-x;
+  border-color: #dca7a7;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
+}
+
+.progress {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
+  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
+  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
+  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
+}
+
+.progress-bar {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
+  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
+  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
+  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
+}
+
+.progress-bar-success {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
+  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
+  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
+  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
+}
+
+.progress-bar-info {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
+  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
+  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
+  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
+}
+
+.progress-bar-warning {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
+  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
+  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
+  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
+}
+
+.progress-bar-danger {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
+  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
+  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
+  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
+}
+
+.list-group {
+  border-radius: 4px;
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
+}
+
+.list-group-item.active,
+.list-group-item.active:hover,
+.list-group-item.active:focus {
+  text-shadow: 0 -1px 0 #3071a9;
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
+  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
+  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
+  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
+  background-repeat: repeat-x;
+  border-color: #3278b3;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
+}
+
+.panel {
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.panel-default > .panel-heading {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
+  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
+  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
+}
+
+.panel-primary > .panel-heading {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
+  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
+  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
+  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
+}
+
+.panel-success > .panel-heading {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
+  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
+  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
+  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
+}
+
+.panel-info > .panel-heading {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
+  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
+  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
+  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
+}
+
+.panel-warning > .panel-heading {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
+  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
+  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
+  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
+}
+
+.panel-danger > .panel-heading {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
+  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
+  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
+  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
+}
+
+.well {
+  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
+  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
+  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
+  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
+  background-repeat: repeat-x;
+  border-color: #dcdcdc;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
+  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
+          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
+}

File diff suppressed because it is too large
+ 8 - 0
docs/jstree/dist/libs/bootstrap/css/bootstrap-theme.min.css


+ 7098 - 0
docs/jstree/dist/libs/bootstrap/css/bootstrap.css

@@ -0,0 +1,7098 @@
+/*!
+ * Bootstrap v3.0.2 by @fat and @mdo
+ * Copyright 2013 Twitter, Inc.
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.
+ */
+
+/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+nav,
+section,
+summary {
+  display: block;
+}
+
+audio,
+canvas,
+video {
+  display: inline-block;
+}
+
+audio:not([controls]) {
+  display: none;
+  height: 0;
+}
+
+[hidden],
+template {
+  display: none;
+}
+
+html {
+  font-family: sans-serif;
+  -webkit-text-size-adjust: 100%;
+      -ms-text-size-adjust: 100%;
+}
+
+body {
+  margin: 0;
+}
+
+a {
+  background: transparent;
+}
+
+a:focus {
+  outline: thin dotted;
+}
+
+a:active,
+a:hover {
+  outline: 0;
+}
+
+h1 {
+  margin: 0.67em 0;
+  font-size: 2em;
+}
+
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+
+b,
+strong {
+  font-weight: bold;
+}
+
+dfn {
+  font-style: italic;
+}
+
+hr {
+  height: 0;
+  -moz-box-sizing: content-box;
+       box-sizing: content-box;
+}
+
+mark {
+  color: #000;
+  background: #ff0;
+}
+
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, serif;
+  font-size: 1em;
+}
+
+pre {
+  white-space: pre-wrap;
+}
+
+q {
+  quotes: "\201C" "\201D" "\2018" "\2019";
+}
+
+small {
+  font-size: 80%;
+}
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+
+sup {
+  top: -0.5em;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+img {
+  border: 0;
+}
+
+svg:not(:root) {
+  overflow: hidden;
+}
+
+figure {
+  margin: 0;
+}
+
+fieldset {
+  padding: 0.35em 0.625em 0.75em;
+  margin: 0 2px;
+  border: 1px solid #c0c0c0;
+}
+
+legend {
+  padding: 0;
+  border: 0;
+}
+
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-family: inherit;
+  font-size: 100%;
+}
+
+button,
+input {
+  line-height: normal;
+}
+
+button,
+select {
+  text-transform: none;
+}
+
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  cursor: pointer;
+  -webkit-appearance: button;
+}
+
+button[disabled],
+html input[disabled] {
+  cursor: default;
+}
+
+input[type="checkbox"],
+input[type="radio"] {
+  padding: 0;
+  box-sizing: border-box;
+}
+
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+     -moz-box-sizing: content-box;
+          box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+@media print {
+  * {
+    color: #000 !important;
+    text-shadow: none !important;
+    background: transparent !important;
+    box-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  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: 2cm .5cm;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+  select {
+    background: #fff !important;
+  }
+  .navbar {
+    display: none;
+  }
+  .table td,
+  .table th {
+    background-color: #fff !important;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+    border-top-color: #000 !important;
+  }
+  .label {
+    border: 1px solid #000;
+  }
+  .table {
+    border-collapse: collapse !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #ddd !important;
+  }
+}
+
+*,
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
+html {
+  font-size: 62.5%;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 1.428571429;
+  color: #333333;
+  background-color: #ffffff;
+}
+
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+
+a {
+  color: #428bca;
+  text-decoration: none;
+}
+
+a:hover,
+a:focus {
+  color: #2a6496;
+  text-decoration: underline;
+}
+
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+img {
+  vertical-align: middle;
+}
+
+.img-responsive {
+  display: block;
+  height: auto;
+  max-width: 100%;
+}
+
+.img-rounded {
+  border-radius: 6px;
+}
+
+.img-thumbnail {
+  display: inline-block;
+  height: auto;
+  max-width: 100%;
+  padding: 4px;
+  line-height: 1.428571429;
+  background-color: #ffffff;
+  border: 1px solid #dddddd;
+  border-radius: 4px;
+  -webkit-transition: all 0.2s ease-in-out;
+          transition: all 0.2s ease-in-out;
+}
+
+.img-circle {
+  border-radius: 50%;
+}
+
+hr {
+  margin-top: 20px;
+  margin-bottom: 20px;
+  border: 0;
+  border-top: 1px solid #eeeeee;
+}
+
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  padding: 0;
+  margin: -1px;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
+}
+
+p {
+  margin: 0 0 10px;
+}
+
+.lead {
+  margin-bottom: 20px;
+  font-size: 16px;
+  font-weight: 200;
+  line-height: 1.4;
+}
+
+@media (min-width: 768px) {
+  .lead {
+    font-size: 21px;
+  }
+}
+
+small,
+.small {
+  font-size: 85%;
+}
+
+cite {
+  font-style: normal;
+}
+
+.text-muted {
+  color: #999999;
+}
+
+.text-primary {
+  color: #428bca;
+}
+
+.text-primary:hover {
+  color: #3071a9;
+}
+
+.text-warning {
+  color: #c09853;
+}
+
+.text-warning:hover {
+  color: #a47e3c;
+}
+
+.text-danger {
+  color: #b94a48;
+}
+
+.text-danger:hover {
+  color: #953b39;
+}
+
+.text-success {
+  color: #468847;
+}
+
+.text-success:hover {
+  color: #356635;
+}
+
+.text-info {
+  color: #3a87ad;
+}
+
+.text-info:hover {
+  color: #2d6987;
+}
+
+.text-left {
+  text-align: left;
+}
+
+.text-right {
+  text-align: right;
+}
+
+.text-center {
+  text-align: center;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-weight: 500;
+  line-height: 1.1;
+  color: inherit;
+}
+
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small,
+.h1 small,
+.h2 small,
+.h3 small,
+.h4 small,
+.h5 small,
+.h6 small,
+h1 .small,
+h2 .small,
+h3 .small,
+h4 .small,
+h5 .small,
+h6 .small,
+.h1 .small,
+.h2 .small,
+.h3 .small,
+.h4 .small,
+.h5 .small,
+.h6 .small {
+  font-weight: normal;
+  line-height: 1;
+  color: #999999;
+}
+
+h1,
+h2,
+h3 {
+  margin-top: 20px;
+  margin-bottom: 10px;
+}
+
+h1 small,
+h2 small,
+h3 small,
+h1 .small,
+h2 .small,
+h3 .small {
+  font-size: 65%;
+}
+
+h4,
+h5,
+h6 {
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+
+h4 small,
+h5 small,
+h6 small,
+h4 .small,
+h5 .small,
+h6 .small {
+  font-size: 75%;
+}
+
+h1,
+.h1 {
+  font-size: 36px;
+}
+
+h2,
+.h2 {
+  font-size: 30px;
+}
+
+h3,
+.h3 {
+  font-size: 24px;
+}
+
+h4,
+.h4 {
+  font-size: 18px;
+}
+
+h5,
+.h5 {
+  font-size: 14px;
+}
+
+h6,
+.h6 {
+  font-size: 12px;
+}
+
+.page-header {
+  padding-bottom: 9px;
+  margin: 40px 0 20px;
+  border-bottom: 1px solid #eeeeee;
+}
+
+ul,
+ol {
+  margin-top: 0;
+  margin-bottom: 10px;
+}
+
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+  margin-bottom: 0;
+}
+
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
+}
+
+.list-inline {
+  padding-left: 0;
+  list-style: none;
+}
+
+.list-inline > li {
+  display: inline-block;
+  padding-right: 5px;
+  padding-left: 5px;
+}
+
+.list-inline > li:first-child {
+  padding-left: 0;
+}
+
+dl {
+  margin-bottom: 20px;
+}
+
+dt,
+dd {
+  line-height: 1.428571429;
+}
+
+dt {
+  font-weight: bold;
+}
+
+dd {
+  margin-left: 0;
+}
+
+@media (min-width: 768px) {
+  .dl-horizontal dt {
+    float: left;
+    width: 160px;
+    overflow: hidden;
+    clear: left;
+    text-align: right;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+  }
+  .dl-horizontal dd {
+    margin-left: 180px;
+  }
+  .dl-horizontal dd:before,
+  .dl-horizontal dd:after {
+    display: table;
+    content: " ";
+  }
+  .dl-horizontal dd:after {
+    clear: both;
+  }
+  .dl-horizontal dd:before,
+  .dl-horizontal dd:after {
+    display: table;
+    content: " ";
+  }
+  .dl-horizontal dd:after {
+    clear: both;
+  }
+}
+
+abbr[title],
+abbr[data-original-title] {
+  cursor: help;
+  border-bottom: 1px dotted #999999;
+}
+
+abbr.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
+
+blockquote {
+  padding: 10px 20px;
+  margin: 0 0 20px;
+  border-left: 5px solid #eeeeee;
+}
+
+blockquote p {
+  font-size: 17.5px;
+  font-weight: 300;
+  line-height: 1.25;
+}
+
+blockquote p:last-child {
+  margin-bottom: 0;
+}
+
+blockquote small {
+  display: block;
+  line-height: 1.428571429;
+  color: #999999;
+}
+
+blockquote small:before {
+  content: '\2014 \00A0';
+}
+
+blockquote.pull-right {
+  padding-right: 15px;
+  padding-left: 0;
+  border-right: 5px solid #eeeeee;
+  border-left: 0;
+}
+
+blockquote.pull-right p,
+blockquote.pull-right small,
+blockquote.pull-right .small {
+  text-align: right;
+}
+
+blockquote.pull-right small:before,
+blockquote.pull-right .small:before {
+  content: '';
+}
+
+blockquote.pull-right small:after,
+blockquote.pull-right .small:after {
+  content: '\00A0 \2014';
+}
+
+blockquote:before,
+blockquote:after {
+  content: "";
+}
+
+address {
+  margin-bottom: 20px;
+  font-style: normal;
+  line-height: 1.428571429;
+}
+
+code,
+kbd,
+pre,
+samp {
+  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+}
+
+code {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #c7254e;
+  white-space: nowrap;
+  background-color: #f9f2f4;
+  border-radius: 4px;
+}
+
+pre {
+  display: block;
+  padding: 9.5px;
+  margin: 0 0 10px;
+  font-size: 13px;
+  line-height: 1.428571429;
+  color: #333333;
+  word-break: break-all;
+  word-wrap: break-word;
+  background-color: #f5f5f5;
+  border: 1px solid #cccccc;
+  border-radius: 4px;
+}
+
+pre code {
+  padding: 0;
+  font-size: inherit;
+  color: inherit;
+  white-space: pre-wrap;
+  background-color: transparent;
+  border-radius: 0;
+}
+
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
+}
+
+.container {
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.container:before,
+.container:after {
+  display: table;
+  content: " ";
+}
+
+.container:after {
+  clear: both;
+}
+
+.container:before,
+.container:after {
+  display: table;
+  content: " ";
+}
+
+.container:after {
+  clear: both;
+}
+
+.row {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
+.row:before,
+.row:after {
+  display: table;
+  content: " ";
+}
+
+.row:after {
+  clear: both;
+}
+
+.row:before,
+.row:after {
+  display: table;
+  content: " ";
+}
+
+.row:after {
+  clear: both;
+}
+
+.col-xs-1,
+.col-sm-1,
+.col-md-1,
+.col-lg-1,
+.col-xs-2,
+.col-sm-2,
+.col-md-2,
+.col-lg-2,
+.col-xs-3,
+.col-sm-3,
+.col-md-3,
+.col-lg-3,
+.col-xs-4,
+.col-sm-4,
+.col-md-4,
+.col-lg-4,
+.col-xs-5,
+.col-sm-5,
+.col-md-5,
+.col-lg-5,
+.col-xs-6,
+.col-sm-6,
+.col-md-6,
+.col-lg-6,
+.col-xs-7,
+.col-sm-7,
+.col-md-7,
+.col-lg-7,
+.col-xs-8,
+.col-sm-8,
+.col-md-8,
+.col-lg-8,
+.col-xs-9,
+.col-sm-9,
+.col-md-9,
+.col-lg-9,
+.col-xs-10,
+.col-sm-10,
+.col-md-10,
+.col-lg-10,
+.col-xs-11,
+.col-sm-11,
+.col-md-11,
+.col-lg-11,
+.col-xs-12,
+.col-sm-12,
+.col-md-12,
+.col-lg-12 {
+  position: relative;
+  min-height: 1px;
+  padding-right: 15px;
+  padding-left: 15px;
+}
+
+.col-xs-1,
+.col-xs-2,
+.col-xs-3,
+.col-xs-4,
+.col-xs-5,
+.col-xs-6,
+.col-xs-7,
+.col-xs-8,
+.col-xs-9,
+.col-xs-10,
+.col-xs-11 {
+  float: left;
+}
+
+.col-xs-12 {
+  width: 100%;
+}
+
+.col-xs-11 {
+  width: 91.66666666666666%;
+}
+
+.col-xs-10 {
+  width: 83.33333333333334%;
+}
+
+.col-xs-9 {
+  width: 75%;
+}
+
+.col-xs-8 {
+  width: 66.66666666666666%;
+}
+
+.col-xs-7 {
+  width: 58.333333333333336%;
+}
+
+.col-xs-6 {
+  width: 50%;
+}
+
+.col-xs-5 {
+  width: 41.66666666666667%;
+}
+
+.col-xs-4 {
+  width: 33.33333333333333%;
+}
+
+.col-xs-3 {
+  width: 25%;
+}
+
+.col-xs-2 {
+  width: 16.666666666666664%;
+}
+
+.col-xs-1 {
+  width: 8.333333333333332%;
+}
+
+.col-xs-pull-12 {
+  right: 100%;
+}
+
+.col-xs-pull-11 {
+  right: 91.66666666666666%;
+}
+
+.col-xs-pull-10 {
+  right: 83.33333333333334%;
+}
+
+.col-xs-pull-9 {
+  right: 75%;
+}
+
+.col-xs-pull-8 {
+  right: 66.66666666666666%;
+}
+
+.col-xs-pull-7 {
+  right: 58.333333333333336%;
+}
+
+.col-xs-pull-6 {
+  right: 50%;
+}
+
+.col-xs-pull-5 {
+  right: 41.66666666666667%;
+}
+
+.col-xs-pull-4 {
+  right: 33.33333333333333%;
+}
+
+.col-xs-pull-3 {
+  right: 25%;
+}
+
+.col-xs-pull-2 {
+  right: 16.666666666666664%;
+}
+
+.col-xs-pull-1 {
+  right: 8.333333333333332%;
+}
+
+.col-xs-pull-0 {
+  right: 0;
+}
+
+.col-xs-push-12 {
+  left: 100%;
+}
+
+.col-xs-push-11 {
+  left: 91.66666666666666%;
+}
+
+.col-xs-push-10 {
+  left: 83.33333333333334%;
+}
+
+.col-xs-push-9 {
+  left: 75%;
+}
+
+.col-xs-push-8 {
+  left: 66.66666666666666%;
+}
+
+.col-xs-push-7 {
+  left: 58.333333333333336%;
+}
+
+.col-xs-push-6 {
+  left: 50%;
+}
+
+.col-xs-push-5 {
+  left: 41.66666666666667%;
+}
+
+.col-xs-push-4 {
+  left: 33.33333333333333%;
+}
+
+.col-xs-push-3 {
+  left: 25%;
+}
+
+.col-xs-push-2 {
+  left: 16.666666666666664%;
+}
+
+.col-xs-push-1 {
+  left: 8.333333333333332%;
+}
+
+.col-xs-push-0 {
+  left: 0;
+}
+
+.col-xs-offset-12 {
+  margin-left: 100%;
+}
+
+.col-xs-offset-11 {
+  margin-left: 91.66666666666666%;
+}
+
+.col-xs-offset-10 {
+  margin-left: 83.33333333333334%;
+}
+
+.col-xs-offset-9 {
+  margin-left: 75%;
+}
+
+.col-xs-offset-8 {
+  margin-left: 66.66666666666666%;
+}
+
+.col-xs-offset-7 {
+  margin-left: 58.333333333333336%;
+}
+
+.col-xs-offset-6 {
+  margin-left: 50%;
+}
+
+.col-xs-offset-5 {
+  margin-left: 41.66666666666667%;
+}
+
+.col-xs-offset-4 {
+  margin-left: 33.33333333333333%;
+}
+
+.col-xs-offset-3 {
+  margin-left: 25%;
+}
+
+.col-xs-offset-2 {
+  margin-left: 16.666666666666664%;
+}
+
+.col-xs-offset-1 {
+  margin-left: 8.333333333333332%;
+}
+
+.col-xs-offset-0 {
+  margin-left: 0;
+}
+
+@media (min-width: 768px) {
+  .container {
+    width: 750px;
+  }
+  .col-sm-1,
+  .col-sm-2,
+  .col-sm-3,
+  .col-sm-4,
+  .col-sm-5,
+  .col-sm-6,
+  .col-sm-7,
+  .col-sm-8,
+  .col-sm-9,
+  .col-sm-10,
+  .col-sm-11 {
+    float: left;
+  }
+  .col-sm-12 {
+    width: 100%;
+  }
+  .col-sm-11 {
+    width: 91.66666666666666%;
+  }
+  .col-sm-10 {
+    width: 83.33333333333334%;
+  }
+  .col-sm-9 {
+    width: 75%;
+  }
+  .col-sm-8 {
+    width: 66.66666666666666%;
+  }
+  .col-sm-7 {
+    width: 58.333333333333336%;
+  }
+  .col-sm-6 {
+    width: 50%;
+  }
+  .col-sm-5 {
+    width: 41.66666666666667%;
+  }
+  .col-sm-4 {
+    width: 33.33333333333333%;
+  }
+  .col-sm-3 {
+    width: 25%;
+  }
+  .col-sm-2 {
+    width: 16.666666666666664%;
+  }
+  .col-sm-1 {
+    width: 8.333333333333332%;
+  }
+  .col-sm-pull-12 {
+    right: 100%;
+  }
+  .col-sm-pull-11 {
+    right: 91.66666666666666%;
+  }
+  .col-sm-pull-10 {
+    right: 83.33333333333334%;
+  }
+  .col-sm-pull-9 {
+    right: 75%;
+  }
+  .col-sm-pull-8 {
+    right: 66.66666666666666%;
+  }
+  .col-sm-pull-7 {
+    right: 58.333333333333336%;
+  }
+  .col-sm-pull-6 {
+    right: 50%;
+  }
+  .col-sm-pull-5 {
+    right: 41.66666666666667%;
+  }
+  .col-sm-pull-4 {
+    right: 33.33333333333333%;
+  }
+  .col-sm-pull-3 {
+    right: 25%;
+  }
+  .col-sm-pull-2 {
+    right: 16.666666666666664%;
+  }
+  .col-sm-pull-1 {
+    right: 8.333333333333332%;
+  }
+  .col-sm-pull-0 {
+    right: 0;
+  }
+  .col-sm-push-12 {
+    left: 100%;
+  }
+  .col-sm-push-11 {
+    left: 91.66666666666666%;
+  }
+  .col-sm-push-10 {
+    left: 83.33333333333334%;
+  }
+  .col-sm-push-9 {
+    left: 75%;
+  }
+  .col-sm-push-8 {
+    left: 66.66666666666666%;
+  }
+  .col-sm-push-7 {
+    left: 58.333333333333336%;
+  }
+  .col-sm-push-6 {
+    left: 50%;
+  }
+  .col-sm-push-5 {
+    left: 41.66666666666667%;
+  }
+  .col-sm-push-4 {
+    left: 33.33333333333333%;
+  }
+  .col-sm-push-3 {
+    left: 25%;
+  }
+  .col-sm-push-2 {
+    left: 16.666666666666664%;
+  }
+  .col-sm-push-1 {
+    left: 8.333333333333332%;
+  }
+  .col-sm-push-0 {
+    left: 0;
+  }
+  .col-sm-offset-12 {
+    margin-left: 100%;
+  }
+  .col-sm-offset-11 {
+    margin-left: 91.66666666666666%;
+  }
+  .col-sm-offset-10 {
+    margin-left: 83.33333333333334%;
+  }
+  .col-sm-offset-9 {
+    margin-left: 75%;
+  }
+  .col-sm-offset-8 {
+    margin-left: 66.66666666666666%;
+  }
+  .col-sm-offset-7 {
+    margin-left: 58.333333333333336%;
+  }
+  .col-sm-offset-6 {
+    margin-left: 50%;
+  }
+  .col-sm-offset-5 {
+    margin-left: 41.66666666666667%;
+  }
+  .col-sm-offset-4 {
+    margin-left: 33.33333333333333%;
+  }
+  .col-sm-offset-3 {
+    margin-left: 25%;
+  }
+  .col-sm-offset-2 {
+    margin-left: 16.666666666666664%;
+  }
+  .col-sm-offset-1 {
+    margin-left: 8.333333333333332%;
+  }
+  .col-sm-offset-0 {
+    margin-left: 0;
+  }
+}
+
+@media (min-width: 992px) {
+  .container {
+    width: 970px;
+  }
+  .col-md-1,
+  .col-md-2,
+  .col-md-3,
+  .col-md-4,
+  .col-md-5,
+  .col-md-6,
+  .col-md-7,
+  .col-md-8,
+  .col-md-9,
+  .col-md-10,
+  .col-md-11 {
+    float: left;
+  }
+  .col-md-12 {
+    width: 100%;
+  }
+  .col-md-11 {
+    width: 91.66666666666666%;
+  }
+  .col-md-10 {
+    width: 83.33333333333334%;
+  }
+  .col-md-9 {
+    width: 75%;
+  }
+  .col-md-8 {
+    width: 66.66666666666666%;
+  }
+  .col-md-7 {
+    width: 58.333333333333336%;
+  }
+  .col-md-6 {
+    width: 50%;
+  }
+  .col-md-5 {
+    width: 41.66666666666667%;
+  }
+  .col-md-4 {
+    width: 33.33333333333333%;
+  }
+  .col-md-3 {
+    width: 25%;
+  }
+  .col-md-2 {
+    width: 16.666666666666664%;
+  }
+  .col-md-1 {
+    width: 8.333333333333332%;
+  }
+  .col-md-pull-12 {
+    right: 100%;
+  }
+  .col-md-pull-11 {
+    right: 91.66666666666666%;
+  }
+  .col-md-pull-10 {
+    right: 83.33333333333334%;
+  }
+  .col-md-pull-9 {
+    right: 75%;
+  }
+  .col-md-pull-8 {
+    right: 66.66666666666666%;
+  }
+  .col-md-pull-7 {
+    right: 58.333333333333336%;
+  }
+  .col-md-pull-6 {
+    right: 50%;
+  }
+  .col-md-pull-5 {
+    right: 41.66666666666667%;
+  }
+  .col-md-pull-4 {
+    right: 33.33333333333333%;
+  }
+  .col-md-pull-3 {
+    right: 25%;
+  }
+  .col-md-pull-2 {
+    right: 16.666666666666664%;
+  }
+  .col-md-pull-1 {
+    right: 8.333333333333332%;
+  }
+  .col-md-pull-0 {
+    right: 0;
+  }
+  .col-md-push-12 {
+    left: 100%;
+  }
+  .col-md-push-11 {
+    left: 91.66666666666666%;
+  }
+  .col-md-push-10 {
+    left: 83.33333333333334%;
+  }
+  .col-md-push-9 {
+    left: 75%;
+  }
+  .col-md-push-8 {
+    left: 66.66666666666666%;
+  }
+  .col-md-push-7 {
+    left: 58.333333333333336%;
+  }
+  .col-md-push-6 {
+    left: 50%;
+  }
+  .col-md-push-5 {
+    left: 41.66666666666667%;
+  }
+  .col-md-push-4 {
+    left: 33.33333333333333%;
+  }
+  .col-md-push-3 {
+    left: 25%;
+  }
+  .col-md-push-2 {
+    left: 16.666666666666664%;
+  }
+  .col-md-push-1 {
+    left: 8.333333333333332%;
+  }
+  .col-md-push-0 {
+    left: 0;
+  }
+  .col-md-offset-12 {
+    margin-left: 100%;
+  }
+  .col-md-offset-11 {
+    margin-left: 91.66666666666666%;
+  }
+  .col-md-offset-10 {
+    margin-left: 83.33333333333334%;
+  }
+  .col-md-offset-9 {
+    margin-left: 75%;
+  }
+  .col-md-offset-8 {
+    margin-left: 66.66666666666666%;
+  }
+  .col-md-offset-7 {
+    margin-left: 58.333333333333336%;
+  }
+  .col-md-offset-6 {
+    margin-left: 50%;
+  }
+  .col-md-offset-5 {
+    margin-left: 41.66666666666667%;
+  }
+  .col-md-offset-4 {
+    margin-left: 33.33333333333333%;
+  }
+  .col-md-offset-3 {
+    margin-left: 25%;
+  }
+  .col-md-offset-2 {
+    margin-left: 16.666666666666664%;
+  }
+  .col-md-offset-1 {
+    margin-left: 8.333333333333332%;
+  }
+  .col-md-offset-0 {
+    margin-left: 0;
+  }
+}
+
+@media (min-width: 1200px) {
+  .container {
+    width: 1170px;
+  }
+  .col-lg-1,
+  .col-lg-2,
+  .col-lg-3,
+  .col-lg-4,
+  .col-lg-5,
+  .col-lg-6,
+  .col-lg-7,
+  .col-lg-8,
+  .col-lg-9,
+  .col-lg-10,
+  .col-lg-11 {
+    float: left;
+  }
+  .col-lg-12 {
+    width: 100%;
+  }
+  .col-lg-11 {
+    width: 91.66666666666666%;
+  }
+  .col-lg-10 {
+    width: 83.33333333333334%;
+  }
+  .col-lg-9 {
+    width: 75%;
+  }
+  .col-lg-8 {
+    width: 66.66666666666666%;
+  }
+  .col-lg-7 {
+    width: 58.333333333333336%;
+  }
+  .col-lg-6 {
+    width: 50%;
+  }
+  .col-lg-5 {
+    width: 41.66666666666667%;
+  }
+  .col-lg-4 {
+    width: 33.33333333333333%;
+  }
+  .col-lg-3 {
+    width: 25%;
+  }
+  .col-lg-2 {
+    width: 16.666666666666664%;
+  }
+  .col-lg-1 {
+    width: 8.333333333333332%;
+  }
+  .col-lg-pull-12 {
+    right: 100%;
+  }
+  .col-lg-pull-11 {
+    right: 91.66666666666666%;
+  }
+  .col-lg-pull-10 {
+    right: 83.33333333333334%;
+  }
+  .col-lg-pull-9 {
+    right: 75%;
+  }
+  .col-lg-pull-8 {
+    right: 66.66666666666666%;
+  }
+  .col-lg-pull-7 {
+    right: 58.333333333333336%;
+  }
+  .col-lg-pull-6 {
+    right: 50%;
+  }
+  .col-lg-pull-5 {
+    right: 41.66666666666667%;
+  }
+  .col-lg-pull-4 {
+    right: 33.33333333333333%;
+  }
+  .col-lg-pull-3 {
+    right: 25%;
+  }
+  .col-lg-pull-2 {
+    right: 16.666666666666664%;
+  }
+  .col-lg-pull-1 {
+    right: 8.333333333333332%;
+  }
+  .col-lg-pull-0 {
+    right: 0;
+  }
+  .col-lg-push-12 {
+    left: 100%;
+  }
+  .col-lg-push-11 {
+    left: 91.66666666666666%;
+  }
+  .col-lg-push-10 {
+    left: 83.33333333333334%;
+  }
+  .col-lg-push-9 {
+    left: 75%;
+  }
+  .col-lg-push-8 {
+    left: 66.66666666666666%;
+  }
+  .col-lg-push-7 {
+    left: 58.333333333333336%;
+  }
+  .col-lg-push-6 {
+    left: 50%;
+  }
+  .col-lg-push-5 {
+    left: 41.66666666666667%;
+  }
+  .col-lg-push-4 {
+    left: 33.33333333333333%;
+  }
+  .col-lg-push-3 {
+    left: 25%;
+  }
+  .col-lg-push-2 {
+    left: 16.666666666666664%;
+  }
+  .col-lg-push-1 {
+    left: 8.333333333333332%;
+  }
+  .col-lg-push-0 {
+    left: 0;
+  }
+  .col-lg-offset-12 {
+    margin-left: 100%;
+  }
+  .col-lg-offset-11 {
+    margin-left: 91.66666666666666%;
+  }
+  .col-lg-offset-10 {
+    margin-left: 83.33333333333334%;
+  }
+  .col-lg-offset-9 {
+    margin-left: 75%;
+  }
+  .col-lg-offset-8 {
+    margin-left: 66.66666666666666%;
+  }
+  .col-lg-offset-7 {
+    margin-left: 58.333333333333336%;
+  }
+  .col-lg-offset-6 {
+    margin-left: 50%;
+  }
+  .col-lg-offset-5 {
+    margin-left: 41.66666666666667%;
+  }
+  .col-lg-offset-4 {
+    margin-left: 33.33333333333333%;
+  }
+  .col-lg-offset-3 {
+    margin-left: 25%;
+  }
+  .col-lg-offset-2 {
+    margin-left: 16.666666666666664%;
+  }
+  .col-lg-offset-1 {
+    margin-left: 8.333333333333332%;
+  }
+  .col-lg-offset-0 {
+    margin-left: 0;
+  }
+}
+
+table {
+  max-width: 100%;
+  background-color: transparent;
+}
+
+th {
+  text-align: left;
+}
+
+.table {
+  width: 100%;
+  margin-bottom: 20px;
+}
+
+.table > thead > tr > th,
+.table > tbody > tr > th,
+.table > tfoot > tr > th,
+.table > thead > tr > td,
+.table > tbody > tr > td,
+.table > tfoot > tr > td {
+  padding: 8px;
+  line-height: 1.428571429;
+  vertical-align: top;
+  border-top: 1px solid #dddddd;
+}
+
+.table > thead > tr > th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #dddddd;
+}
+
+.table > caption + thead > tr:first-child > th,
+.table > colgroup + thead > tr:first-child > th,
+.table > thead:first-child > tr:first-child > th,
+.table > caption + thead > tr:first-child > td,
+.table > colgroup + thead > tr:first-child > td,
+.table > thead:first-child > tr:first-child > td {
+  border-top: 0;
+}
+
+.table > tbody + tbody {
+  border-top: 2px solid #dddddd;
+}
+
+.table .table {
+  background-color: #ffffff;
+}
+
+.table-condensed > thead > tr > th,
+.table-condensed > tbody > tr > th,
+.table-condensed > tfoot > tr > th,
+.table-condensed > thead > tr > td,
+.table-condensed > tbody > tr > td,
+.table-condensed > tfoot > tr > td {
+  padding: 5px;
+}
+
+.table-bordered {
+  border: 1px solid #dddddd;
+}
+
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+  border: 1px solid #dddddd;
+}
+
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
+}
+
+.table-striped > tbody > tr:nth-child(odd) > td,
+.table-striped > tbody > tr:nth-child(odd) > th {
+  background-color: #f9f9f9;
+}
+
+.table-hover > tbody > tr:hover > td,
+.table-hover > tbody > tr:hover > th {
+  background-color: #f5f5f5;
+}
+
+table col[class*="col-"] {
+  display: table-column;
+  float: none;
+}
+
+table td[class*="col-"],
+table th[class*="col-"] {
+  display: table-cell;
+  float: none;
+}
+
+.table > thead > tr > td.active,
+.table > tbody > tr > td.active,
+.table > tfoot > tr > td.active,
+.table > thead > tr > th.active,
+.table > tbody > tr > th.active,
+.table > tfoot > tr > th.active,
+.table > thead > tr.active > td,
+.table > tbody > tr.active > td,
+.table > tfoot > tr.active > td,
+.table > thead > tr.active > th,
+.table > tbody > tr.active > th,
+.table > tfoot > tr.active > th {
+  background-color: #f5f5f5;
+}
+
+.table > thead > tr > td.success,
+.table > tbody > tr > td.success,
+.table > tfoot > tr > td.success,
+.table > thead > tr > th.success,
+.table > tbody > tr > th.success,
+.table > tfoot > tr > th.success,
+.table > thead > tr.success > td,
+.table > tbody > tr.success > td,
+.table > tfoot > tr.success > td,
+.table > thead > tr.success > th,
+.table > tbody > tr.success > th,
+.table > tfoot > tr.success > th {
+  background-color: #dff0d8;
+}
+
+.table-hover > tbody > tr > td.success:hover,
+.table-hover > tbody > tr > th.success:hover,
+.table-hover > tbody > tr.success:hover > td,
+.table-hover > tbody > tr.success:hover > th {
+  background-color: #d0e9c6;
+}
+
+.table > thead > tr > td.danger,
+.table > tbody > tr > td.danger,
+.table > tfoot > tr > td.danger,
+.table > thead > tr > th.danger,
+.table > tbody > tr > th.danger,
+.table > tfoot > tr > th.danger,
+.table > thead > tr.danger > td,
+.table > tbody > tr.danger > td,
+.table > tfoot > tr.danger > td,
+.table > thead > tr.danger > th,
+.table > tbody > tr.danger > th,
+.table > tfoot > tr.danger > th {
+  background-color: #f2dede;
+}
+
+.table-hover > tbody > tr > td.danger:hover,
+.table-hover > tbody > tr > th.danger:hover,
+.table-hover > tbody > tr.danger:hover > td,
+.table-hover > tbody > tr.danger:hover > th {
+  background-color: #ebcccc;
+}
+
+.table > thead > tr > td.warning,
+.table > tbody > tr > td.warning,
+.table > tfoot > tr > td.warning,
+.table > thead > tr > th.warning,
+.table > tbody > tr > th.warning,
+.table > tfoot > tr > th.warning,
+.table > thead > tr.warning > td,
+.table > tbody > tr.warning > td,
+.table > tfoot > tr.warning > td,
+.table > thead > tr.warning > th,
+.table > tbody > tr.warning > th,
+.table > tfoot > tr.warning > th {
+  background-color: #fcf8e3;
+}
+
+.table-hover > tbody > tr > td.warning:hover,
+.table-hover > tbody > tr > th.warning:hover,
+.table-hover > tbody > tr.warning:hover > td,
+.table-hover > tbody > tr.warning:hover > th {
+  background-color: #faf2cc;
+}
+
+@media (max-width: 767px) {
+  .table-responsive {
+    width: 100%;
+    margin-bottom: 15px;
+    overflow-x: scroll;
+    overflow-y: hidden;
+    border: 1px solid #dddddd;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    -webkit-overflow-scrolling: touch;
+  }
+  .table-responsive > .table {
+    margin-bottom: 0;
+  }
+  .table-responsive > .table > thead > tr > th,
+  .table-responsive > .table > tbody > tr > th,
+  .table-responsive > .table > tfoot > tr > th,
+  .table-responsive > .table > thead > tr > td,
+  .table-responsive > .table > tbody > tr > td,
+  .table-responsive > .table > tfoot > tr > td {
+    white-space: nowrap;
+  }
+  .table-responsive > .table-bordered {
+    border: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:first-child,
+  .table-responsive > .table-bordered > tbody > tr > th:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+  .table-responsive > .table-bordered > thead > tr > td:first-child,
+  .table-responsive > .table-bordered > tbody > tr > td:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+    border-left: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:last-child,
+  .table-responsive > .table-bordered > tbody > tr > th:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+  .table-responsive > .table-bordered > thead > tr > td:last-child,
+  .table-responsive > .table-bordered > tbody > tr > td:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+    border-right: 0;
+  }
+  .table-responsive > .table-bordered > tbody > tr:last-child > th,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+  .table-responsive > .table-bordered > tbody > tr:last-child > td,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+    border-bottom: 0;
+  }
+}
+
+fieldset {
+  padding: 0;
+  margin: 0;
+  border: 0;
+}
+
+legend {
+  display: block;
+  width: 100%;
+  padding: 0;
+  margin-bottom: 20px;
+  font-size: 21px;
+  line-height: inherit;
+  color: #333333;
+  border: 0;
+  border-bottom: 1px solid #e5e5e5;
+}
+
+label {
+  display: inline-block;
+  margin-bottom: 5px;
+  font-weight: bold;
+}
+
+input[type="search"] {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
+input[type="radio"],
+input[type="checkbox"] {
+  margin: 4px 0 0;
+  margin-top: 1px \9;
+  /* IE8-9 */
+
+  line-height: normal;
+}
+
+input[type="file"] {
+  display: block;
+}
+
+select[multiple],
+select[size] {
+  height: auto;
+}
+
+select optgroup {
+  font-family: inherit;
+  font-size: inherit;
+  font-style: inherit;
+}
+
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+input[type="number"]::-webkit-outer-spin-button,
+input[type="number"]::-webkit-inner-spin-button {
+  height: auto;
+}
+
+output {
+  display: block;
+  padding-top: 7px;
+  font-size: 14px;
+  line-height: 1.428571429;
+  color: #555555;
+  vertical-align: middle;
+}
+
+.form-control {
+  display: block;
+  width: 100%;
+  height: 34px;
+  padding: 6px 12px;
+  font-size: 14px;
+  line-height: 1.428571429;
+  color: #555555;
+  vertical-align: middle;
+  background-color: #ffffff;
+  background-image: none;
+  border: 1px solid #cccccc;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
+          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
+}
+
+.form-control:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
+}
+
+.form-control:-moz-placeholder {
+  color: #999999;
+}
+
+.form-control::-moz-placeholder {
+  color: #999999;
+}
+
+.form-control:-ms-input-placeholder {
+  color: #999999;
+}
+
+.form-control::-webkit-input-placeholder {
+  color: #999999;
+}
+
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+  cursor: not-allowed;
+  background-color: #eeeeee;
+}
+
+textarea.form-control {
+  height: auto;
+}
+
+.form-group {
+  margin-bottom: 15px;
+}
+
+.radio,
+.checkbox {
+  display: block;
+  min-height: 20px;
+  padding-left: 20px;
+  margin-top: 10px;
+  margin-bottom: 10px;
+  vertical-align: middle;
+}
+
+.radio label,
+.checkbox label {
+  display: inline;
+  margin-bottom: 0;
+  font-weight: normal;
+  cursor: pointer;
+}
+
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+  float: left;
+  margin-left: -20px;
+}
+
+.radio + .radio,
+.checkbox + .checkbox {
+  margin-top: -5px;
+}
+
+.radio-inline,
+.checkbox-inline {
+  display: inline-block;
+  padding-left: 20px;
+  margin-bottom: 0;
+  font-weight: normal;
+  vertical-align: middle;
+  cursor: pointer;
+}
+
+.radio-inline + .radio-inline,
+.checkbox-inline + .checkbox-inline {
+  margin-top: 0;
+  margin-left: 10px;
+}
+
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+.radio[disabled],
+.radio-inline[disabled],
+.checkbox[disabled],
+.checkbox-inline[disabled],
+fieldset[disabled] input[type="radio"],
+fieldset[disabled] input[type="checkbox"],
+fieldset[disabled] .radio,
+fieldset[disabled] .radio-inline,
+fieldset[disabled] .checkbox,
+fieldset[disabled] .checkbox-inline {
+  cursor: not-allowed;
+}
+
+.input-sm {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+select.input-sm {
+  height: 30px;
+  line-height: 30px;
+}
+
+textarea.input-sm {
+  height: auto;
+}
+
+.input-lg {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 6px;
+}
+
+select.input-lg {
+  height: 45px;
+  line-height: 45px;
+}
+
+textarea.input-lg {
+  height: auto;
+}
+
+.has-warning .help-block,
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline {
+  color: #c09853;
+}
+
+.has-warning .form-control {
+  border-color: #c09853;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.has-warning .form-control:focus {
+  border-color: #a47e3c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
+}
+
+.has-warning .input-group-addon {
+  color: #c09853;
+  background-color: #fcf8e3;
+  border-color: #c09853;
+}
+
+.has-error .help-block,
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline {
+  color: #b94a48;
+}
+
+.has-error .form-control {
+  border-color: #b94a48;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.has-error .form-control:focus {
+  border-color: #953b39;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
+}
+
+.has-error .input-group-addon {
+  color: #b94a48;
+  background-color: #f2dede;
+  border-color: #b94a48;
+}
+
+.has-success .help-block,
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline {
+  color: #468847;
+}
+
+.has-success .form-control {
+  border-color: #468847;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+.has-success .form-control:focus {
+  border-color: #356635;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
+}
+
+.has-success .input-group-addon {
+  color: #468847;
+  background-color: #dff0d8;
+  border-color: #468847;
+}
+
+.form-control-static {
+  margin-bottom: 0;
+}
+
+.help-block {
+  display: block;
+  margin-top: 5px;
+  margin-bottom: 10px;
+  color: #737373;
+}
+
+@media (min-width: 768px) {
+  .form-inline .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .form-control {
+    display: inline-block;
+  }
+  .form-inline .radio,
+  .form-inline .checkbox {
+    display: inline-block;
+    padding-left: 0;
+    margin-top: 0;
+    margin-bottom: 0;
+  }
+  .form-inline .radio input[type="radio"],
+  .form-inline .checkbox input[type="checkbox"] {
+    float: none;
+    margin-left: 0;
+  }
+}
+
+.form-horizontal .control-label,
+.form-horizontal .radio,
+.form-horizontal .checkbox,
+.form-horizontal .radio-inline,
+.form-horizontal .checkbox-inline {
+  padding-top: 7px;
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+.form-horizontal .form-group {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after {
+  display: table;
+  content: " ";
+}
+
+.form-horizontal .form-group:after {
+  clear: both;
+}
+
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after {
+  display: table;
+  content: " ";
+}
+
+.form-horizontal .form-group:after {
+  clear: both;
+}
+
+.form-horizontal .form-control-static {
+  padding-top: 7px;
+}
+
+@media (min-width: 768px) {
+  .form-horizontal .control-label {
+    text-align: right;
+  }
+}
+
+.btn {
+  display: inline-block;
+  padding: 6px 12px;
+  margin-bottom: 0;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 1.428571429;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: middle;
+  cursor: pointer;
+  background-image: none;
+  border: 1px solid transparent;
+  border-radius: 4px;
+  -webkit-user-select: none;
+     -moz-user-select: none;
+      -ms-user-select: none;
+       -o-user-select: none;
+          user-select: none;
+}
+
+.btn:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+.btn:hover,
+.btn:focus {
+  color: #333333;
+  text-decoration: none;
+}
+
+.btn:active,
+.btn.active {
+  background-image: none;
+  outline: 0;
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn.disabled,
+.btn[disabled],
+fieldset[disabled] .btn {
+  pointer-events: none;
+  cursor: not-allowed;
+  opacity: 0.65;
+  filter: alpha(opacity=65);
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+
+.btn-default {
+  color: #333333;
+  background-color: #ffffff;
+  border-color: #cccccc;
+}
+
+.btn-default:hover,
+.btn-default:focus,
+.btn-default:active,
+.btn-default.active,
+.open .dropdown-toggle.btn-default {
+  color: #333333;
+  background-color: #ebebeb;
+  border-color: #adadad;
+}
+
+.btn-default:active,
+.btn-default.active,
+.open .dropdown-toggle.btn-default {
+  background-image: none;
+}
+
+.btn-default.disabled,
+.btn-default[disabled],
+fieldset[disabled] .btn-default,
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled:active,
+.btn-default[disabled]:active,
+fieldset[disabled] .btn-default:active,
+.btn-default.disabled.active,
+.btn-default[disabled].active,
+fieldset[disabled] .btn-default.active {
+  background-color: #ffffff;
+  border-color: #cccccc;
+}
+
+.btn-primary {
+  color: #ffffff;
+  background-color: #428bca;
+  border-color: #357ebd;
+}
+
+.btn-primary:hover,
+.btn-primary:focus,
+.btn-primary:active,
+.btn-primary.active,
+.open .dropdown-toggle.btn-primary {
+  color: #ffffff;
+  background-color: #3276b1;
+  border-color: #285e8e;
+}
+
+.btn-primary:active,
+.btn-primary.active,
+.open .dropdown-toggle.btn-primary {
+  background-image: none;
+}
+
+.btn-primary.disabled,
+.btn-primary[disabled],
+fieldset[disabled] .btn-primary,
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled:active,
+.btn-primary[disabled]:active,
+fieldset[disabled] .btn-primary:active,
+.btn-primary.disabled.active,
+.btn-primary[disabled].active,
+fieldset[disabled] .btn-primary.active {
+  background-color: #428bca;
+  border-color: #357ebd;
+}
+
+.btn-warning {
+  color: #ffffff;
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+
+.btn-warning:hover,
+.btn-warning:focus,
+.btn-warning:active,
+.btn-warning.active,
+.open .dropdown-toggle.btn-warning {
+  color: #ffffff;
+  background-color: #ed9c28;
+  border-color: #d58512;
+}
+
+.btn-warning:active,
+.btn-warning.active,
+.open .dropdown-toggle.btn-warning {
+  background-image: none;
+}
+
+.btn-warning.disabled,
+.btn-warning[disabled],
+fieldset[disabled] .btn-warning,
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled:active,
+.btn-warning[disabled]:active,
+fieldset[disabled] .btn-warning:active,
+.btn-warning.disabled.active,
+.btn-warning[disabled].active,
+fieldset[disabled] .btn-warning.active {
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+
+.btn-danger {
+  color: #ffffff;
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+
+.btn-danger:hover,
+.btn-danger:focus,
+.btn-danger:active,
+.btn-danger.active,
+.open .dropdown-toggle.btn-danger {
+  color: #ffffff;
+  background-color: #d2322d;
+  border-color: #ac2925;
+}
+
+.btn-danger:active,
+.btn-danger.active,
+.open .dropdown-toggle.btn-danger {
+  background-image: none;
+}
+
+.btn-danger.disabled,
+.btn-danger[disabled],
+fieldset[disabled] .btn-danger,
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled:active,
+.btn-danger[disabled]:active,
+fieldset[disabled] .btn-danger:active,
+.btn-danger.disabled.active,
+.btn-danger[disabled].active,
+fieldset[disabled] .btn-danger.active {
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+
+.btn-success {
+  color: #ffffff;
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+
+.btn-success:hover,
+.btn-success:focus,
+.btn-success:active,
+.btn-success.active,
+.open .dropdown-toggle.btn-success {
+  color: #ffffff;
+  background-color: #47a447;
+  border-color: #398439;
+}
+
+.btn-success:active,
+.btn-success.active,
+.open .dropdown-toggle.btn-success {
+  background-image: none;
+}
+
+.btn-success.disabled,
+.btn-success[disabled],
+fieldset[disabled] .btn-success,
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled:active,
+.btn-success[disabled]:active,
+fieldset[disabled] .btn-success:active,
+.btn-success.disabled.active,
+.btn-success[disabled].active,
+fieldset[disabled] .btn-success.active {
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+
+.btn-info {
+  color: #ffffff;
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+
+.btn-info:hover,
+.btn-info:focus,
+.btn-info:active,
+.btn-info.active,
+.open .dropdown-toggle.btn-info {
+  color: #ffffff;
+  background-color: #39b3d7;
+  border-color: #269abc;
+}
+
+.btn-info:active,
+.btn-info.active,
+.open .dropdown-toggle.btn-info {
+  background-image: none;
+}
+
+.btn-info.disabled,
+.btn-info[disabled],
+fieldset[disabled] .btn-info,
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled:active,
+.btn-info[disabled]:active,
+fieldset[disabled] .btn-info:active,
+.btn-info.disabled.active,
+.btn-info[disabled].active,
+fieldset[disabled] .btn-info.active {
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+
+.btn-link {
+  font-weight: normal;
+  color: #428bca;
+  cursor: pointer;
+  border-radius: 0;
+}
+
+.btn-link,
+.btn-link:active,
+.btn-link[disabled],
+fieldset[disabled] .btn-link {
+  background-color: transparent;
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+
+.btn-link,
+.btn-link:hover,
+.btn-link:focus,
+.btn-link:active {
+  border-color: transparent;
+}
+
+.btn-link:hover,
+.btn-link:focus {
+  color: #2a6496;
+  text-decoration: underline;
+  background-color: transparent;
+}
+
+.btn-link[disabled]:hover,
+fieldset[disabled] .btn-link:hover,
+.btn-link[disabled]:focus,
+fieldset[disabled] .btn-link:focus {
+  color: #999999;
+  text-decoration: none;
+}
+
+.btn-lg {
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 6px;
+}
+
+.btn-sm,
+.btn-xs {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+.btn-xs {
+  padding: 1px 5px;
+}
+
+.btn-block {
+  display: block;
+  width: 100%;
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.btn-block + .btn-block {
+  margin-top: 5px;
+}
+
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
+
+.fade {
+  opacity: 0;
+  -webkit-transition: opacity 0.15s linear;
+          transition: opacity 0.15s linear;
+}
+
+.fade.in {
+  opacity: 1;
+}
+
+.collapse {
+  display: none;
+}
+
+.collapse.in {
+  display: block;
+}
+
+.collapsing {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  -webkit-transition: height 0.35s ease;
+          transition: height 0.35s ease;
+}
+
+@font-face {
+  font-family: 'Glyphicons Halflings';
+  src: url('../fonts/glyphicons-halflings-regular.eot');
+  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
+}
+
+.glyphicon {
+  position: relative;
+  top: 1px;
+  display: inline-block;
+  font-family: 'Glyphicons Halflings';
+  -webkit-font-smoothing: antialiased;
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.glyphicon:empty {
+  width: 1em;
+}
+
+.glyphicon-asterisk:before {
+  content: "\2a";
+}
+
+.glyphicon-plus:before {
+  content: "\2b";
+}
+
+.glyphicon-euro:before {
+  content: "\20ac";
+}
+
+.glyphicon-minus:before {
+  content: "\2212";
+}
+
+.glyphicon-cloud:before {
+  content: "\2601";
+}
+
+.glyphicon-envelope:before {
+  content: "\2709";
+}
+
+.glyphicon-pencil:before {
+  content: "\270f";
+}
+
+.glyphicon-glass:before {
+  content: "\e001";
+}
+
+.glyphicon-music:before {
+  content: "\e002";
+}
+
+.glyphicon-search:before {
+  content: "\e003";
+}
+
+.glyphicon-heart:before {
+  content: "\e005";
+}
+
+.glyphicon-star:before {
+  content: "\e006";
+}
+
+.glyphicon-star-empty:before {
+  content: "\e007";
+}
+
+.glyphicon-user:before {
+  content: "\e008";
+}
+
+.glyphicon-film:before {
+  content: "\e009";
+}
+
+.glyphicon-th-large:before {
+  content: "\e010";
+}
+
+.glyphicon-th:before {
+  content: "\e011";
+}
+
+.glyphicon-th-list:before {
+  content: "\e012";
+}
+
+.glyphicon-ok:before {
+  content: "\e013";
+}
+
+.glyphicon-remove:before {
+  content: "\e014";
+}
+
+.glyphicon-zoom-in:before {
+  content: "\e015";
+}
+
+.glyphicon-zoom-out:before {
+  content: "\e016";
+}
+
+.glyphicon-off:before {
+  content: "\e017";
+}
+
+.glyphicon-signal:before {
+  content: "\e018";
+}
+
+.glyphicon-cog:before {
+  content: "\e019";
+}
+
+.glyphicon-trash:before {
+  content: "\e020";
+}
+
+.glyphicon-home:before {
+  content: "\e021";
+}
+
+.glyphicon-file:before {
+  content: "\e022";
+}
+
+.glyphicon-time:before {
+  content: "\e023";
+}
+
+.glyphicon-road:before {
+  content: "\e024";
+}
+
+.glyphicon-download-alt:before {
+  content: "\e025";
+}
+
+.glyphicon-download:before {
+  content: "\e026";
+}
+
+.glyphicon-upload:before {
+  content: "\e027";
+}
+
+.glyphicon-inbox:before {
+  content: "\e028";
+}
+
+.glyphicon-play-circle:before {
+  content: "\e029";
+}
+
+.glyphicon-repeat:before {
+  content: "\e030";
+}
+
+.glyphicon-refresh:before {
+  content: "\e031";
+}
+
+.glyphicon-list-alt:before {
+  content: "\e032";
+}
+
+.glyphicon-lock:before {
+  content: "\e033";
+}
+
+.glyphicon-flag:before {
+  content: "\e034";
+}
+
+.glyphicon-headphones:before {
+  content: "\e035";
+}
+
+.glyphicon-volume-off:before {
+  content: "\e036";
+}
+
+.glyphicon-volume-down:before {
+  content: "\e037";
+}
+
+.glyphicon-volume-up:before {
+  content: "\e038";
+}
+
+.glyphicon-qrcode:before {
+  content: "\e039";
+}
+
+.glyphicon-barcode:before {
+  content: "\e040";
+}
+
+.glyphicon-tag:before {
+  content: "\e041";
+}
+
+.glyphicon-tags:before {
+  content: "\e042";
+}
+
+.glyphicon-book:before {
+  content: "\e043";
+}
+
+.glyphicon-bookmark:before {
+  content: "\e044";
+}
+
+.glyphicon-print:before {
+  content: "\e045";
+}
+
+.glyphicon-camera:before {
+  content: "\e046";
+}
+
+.glyphicon-font:before {
+  content: "\e047";
+}
+
+.glyphicon-bold:before {
+  content: "\e048";
+}
+
+.glyphicon-italic:before {
+  content: "\e049";
+}
+
+.glyphicon-text-height:before {
+  content: "\e050";
+}
+
+.glyphicon-text-width:before {
+  content: "\e051";
+}
+
+.glyphicon-align-left:before {
+  content: "\e052";
+}
+
+.glyphicon-align-center:before {
+  content: "\e053";
+}
+
+.glyphicon-align-right:before {
+  content: "\e054";
+}
+
+.glyphicon-align-justify:before {
+  content: "\e055";
+}
+
+.glyphicon-list:before {
+  content: "\e056";
+}
+
+.glyphicon-indent-left:before {
+  content: "\e057";
+}
+
+.glyphicon-indent-right:before {
+  content: "\e058";
+}
+
+.glyphicon-facetime-video:before {
+  content: "\e059";
+}
+
+.glyphicon-picture:before {
+  content: "\e060";
+}
+
+.glyphicon-map-marker:before {
+  content: "\e062";
+}
+
+.glyphicon-adjust:before {
+  content: "\e063";
+}
+
+.glyphicon-tint:before {
+  content: "\e064";
+}
+
+.glyphicon-edit:before {
+  content: "\e065";
+}
+
+.glyphicon-share:before {
+  content: "\e066";
+}
+
+.glyphicon-check:before {
+  content: "\e067";
+}
+
+.glyphicon-move:before {
+  content: "\e068";
+}
+
+.glyphicon-step-backward:before {
+  content: "\e069";
+}
+
+.glyphicon-fast-backward:before {
+  content: "\e070";
+}
+
+.glyphicon-backward:before {
+  content: "\e071";
+}
+
+.glyphicon-play:before {
+  content: "\e072";
+}
+
+.glyphicon-pause:before {
+  content: "\e073";
+}
+
+.glyphicon-stop:before {
+  content: "\e074";
+}
+
+.glyphicon-forward:before {
+  content: "\e075";
+}
+
+.glyphicon-fast-forward:before {
+  content: "\e076";
+}
+
+.glyphicon-step-forward:before {
+  content: "\e077";
+}
+
+.glyphicon-eject:before {
+  content: "\e078";
+}
+
+.glyphicon-chevron-left:before {
+  content: "\e079";
+}
+
+.glyphicon-chevron-right:before {
+  content: "\e080";
+}
+
+.glyphicon-plus-sign:before {
+  content: "\e081";
+}
+
+.glyphicon-minus-sign:before {
+  content: "\e082";
+}
+
+.glyphicon-remove-sign:before {
+  content: "\e083";
+}
+
+.glyphicon-ok-sign:before {
+  content: "\e084";
+}
+
+.glyphicon-question-sign:before {
+  content: "\e085";
+}
+
+.glyphicon-info-sign:before {
+  content: "\e086";
+}
+
+.glyphicon-screenshot:before {
+  content: "\e087";
+}
+
+.glyphicon-remove-circle:before {
+  content: "\e088";
+}
+
+.glyphicon-ok-circle:before {
+  content: "\e089";
+}
+
+.glyphicon-ban-circle:before {
+  content: "\e090";
+}
+
+.glyphicon-arrow-left:before {
+  content: "\e091";
+}
+
+.glyphicon-arrow-right:before {
+  content: "\e092";
+}
+
+.glyphicon-arrow-up:before {
+  content: "\e093";
+}
+
+.glyphicon-arrow-down:before {
+  content: "\e094";
+}
+
+.glyphicon-share-alt:before {
+  content: "\e095";
+}
+
+.glyphicon-resize-full:before {
+  content: "\e096";
+}
+
+.glyphicon-resize-small:before {
+  content: "\e097";
+}
+
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
+}
+
+.glyphicon-gift:before {
+  content: "\e102";
+}
+
+.glyphicon-leaf:before {
+  content: "\e103";
+}
+
+.glyphicon-fire:before {
+  content: "\e104";
+}
+
+.glyphicon-eye-open:before {
+  content: "\e105";
+}
+
+.glyphicon-eye-close:before {
+  content: "\e106";
+}
+
+.glyphicon-warning-sign:before {
+  content: "\e107";
+}
+
+.glyphicon-plane:before {
+  content: "\e108";
+}
+
+.glyphicon-calendar:before {
+  content: "\e109";
+}
+
+.glyphicon-random:before {
+  content: "\e110";
+}
+
+.glyphicon-comment:before {
+  content: "\e111";
+}
+
+.glyphicon-magnet:before {
+  content: "\e112";
+}
+
+.glyphicon-chevron-up:before {
+  content: "\e113";
+}
+
+.glyphicon-chevron-down:before {
+  content: "\e114";
+}
+
+.glyphicon-retweet:before {
+  content: "\e115";
+}
+
+.glyphicon-shopping-cart:before {
+  content: "\e116";
+}
+
+.glyphicon-folder-close:before {
+  content: "\e117";
+}
+
+.glyphicon-folder-open:before {
+  content: "\e118";
+}
+
+.glyphicon-resize-vertical:before {
+  content: "\e119";
+}
+
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
+}
+
+.glyphicon-hdd:before {
+  content: "\e121";
+}
+
+.glyphicon-bullhorn:before {
+  content: "\e122";
+}
+
+.glyphicon-bell:before {
+  content: "\e123";
+}
+
+.glyphicon-certificate:before {
+  content: "\e124";
+}
+
+.glyphicon-thumbs-up:before {
+  content: "\e125";
+}
+
+.glyphicon-thumbs-down:before {
+  content: "\e126";
+}
+
+.glyphicon-hand-right:before {
+  content: "\e127";
+}
+
+.glyphicon-hand-left:before {
+  content: "\e128";
+}
+
+.glyphicon-hand-up:before {
+  content: "\e129";
+}
+
+.glyphicon-hand-down:before {
+  content: "\e130";
+}
+
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
+}
+
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
+}
+
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
+}
+
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
+}
+
+.glyphicon-globe:before {
+  content: "\e135";
+}
+
+.glyphicon-wrench:before {
+  content: "\e136";
+}
+
+.glyphicon-tasks:before {
+  content: "\e137";
+}
+
+.glyphicon-filter:before {
+  content: "\e138";
+}
+
+.glyphicon-briefcase:before {
+  content: "\e139";
+}
+
+.glyphicon-fullscreen:before {
+  content: "\e140";
+}
+
+.glyphicon-dashboard:before {
+  content: "\e141";
+}
+
+.glyphicon-paperclip:before {
+  content: "\e142";
+}
+
+.glyphicon-heart-empty:before {
+  content: "\e143";
+}
+
+.glyphicon-link:before {
+  content: "\e144";
+}
+
+.glyphicon-phone:before {
+  content: "\e145";
+}
+
+.glyphicon-pushpin:before {
+  content: "\e146";
+}
+
+.glyphicon-usd:before {
+  content: "\e148";
+}
+
+.glyphicon-gbp:before {
+  content: "\e149";
+}
+
+.glyphicon-sort:before {
+  content: "\e150";
+}
+
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
+}
+
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
+}
+
+.glyphicon-sort-by-order:before {
+  content: "\e153";
+}
+
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
+}
+
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
+}
+
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
+}
+
+.glyphicon-unchecked:before {
+  content: "\e157";
+}
+
+.glyphicon-expand:before {
+  content: "\e158";
+}
+
+.glyphicon-collapse-down:before {
+  content: "\e159";
+}
+
+.glyphicon-collapse-up:before {
+  content: "\e160";
+}
+
+.glyphicon-log-in:before {
+  content: "\e161";
+}
+
+.glyphicon-flash:before {
+  content: "\e162";
+}
+
+.glyphicon-log-out:before {
+  content: "\e163";
+}
+
+.glyphicon-new-window:before {
+  content: "\e164";
+}
+
+.glyphicon-record:before {
+  content: "\e165";
+}
+
+.glyphicon-save:before {
+  content: "\e166";
+}
+
+.glyphicon-open:before {
+  content: "\e167";
+}
+
+.glyphicon-saved:before {
+  content: "\e168";
+}
+
+.glyphicon-import:before {
+  content: "\e169";
+}
+
+.glyphicon-export:before {
+  content: "\e170";
+}
+
+.glyphicon-send:before {
+  content: "\e171";
+}
+
+.glyphicon-floppy-disk:before {
+  content: "\e172";
+}
+
+.glyphicon-floppy-saved:before {
+  content: "\e173";
+}
+
+.glyphicon-floppy-remove:before {
+  content: "\e174";
+}
+
+.glyphicon-floppy-save:before {
+  content: "\e175";
+}
+
+.glyphicon-floppy-open:before {
+  content: "\e176";
+}
+
+.glyphicon-credit-card:before {
+  content: "\e177";
+}
+
+.glyphicon-transfer:before {
+  content: "\e178";
+}
+
+.glyphicon-cutlery:before {
+  content: "\e179";
+}
+
+.glyphicon-header:before {
+  content: "\e180";
+}
+
+.glyphicon-compressed:before {
+  content: "\e181";
+}
+
+.glyphicon-earphone:before {
+  content: "\e182";
+}
+
+.glyphicon-phone-alt:before {
+  content: "\e183";
+}
+
+.glyphicon-tower:before {
+  content: "\e184";
+}
+
+.glyphicon-stats:before {
+  content: "\e185";
+}
+
+.glyphicon-sd-video:before {
+  content: "\e186";
+}
+
+.glyphicon-hd-video:before {
+  content: "\e187";
+}
+
+.glyphicon-subtitles:before {
+  content: "\e188";
+}
+
+.glyphicon-sound-stereo:before {
+  content: "\e189";
+}
+
+.glyphicon-sound-dolby:before {
+  content: "\e190";
+}
+
+.glyphicon-sound-5-1:before {
+  content: "\e191";
+}
+
+.glyphicon-sound-6-1:before {
+  content: "\e192";
+}
+
+.glyphicon-sound-7-1:before {
+  content: "\e193";
+}
+
+.glyphicon-copyright-mark:before {
+  content: "\e194";
+}
+
+.glyphicon-registration-mark:before {
+  content: "\e195";
+}
+
+.glyphicon-cloud-download:before {
+  content: "\e197";
+}
+
+.glyphicon-cloud-upload:before {
+  content: "\e198";
+}
+
+.glyphicon-tree-conifer:before {
+  content: "\e199";
+}
+
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
+}
+
+.caret {
+  display: inline-block;
+  width: 0;
+  height: 0;
+  margin-left: 2px;
+  vertical-align: middle;
+  border-top: 4px solid #000000;
+  border-right: 4px solid transparent;
+  border-bottom: 0 dotted;
+  border-left: 4px solid transparent;
+}
+
+.dropdown {
+  position: relative;
+}
+
+.dropdown-toggle:focus {
+  outline: 0;
+}
+
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 160px;
+  padding: 5px 0;
+  margin: 2px 0 0;
+  font-size: 14px;
+  list-style: none;
+  background-color: #ffffff;
+  border: 1px solid #cccccc;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  border-radius: 4px;
+  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+  background-clip: padding-box;
+}
+
+.dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+
+.dropdown-menu .divider {
+  height: 1px;
+  margin: 9px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+
+.dropdown-menu > li > a {
+  display: block;
+  padding: 3px 20px;
+  clear: both;
+  font-weight: normal;
+  line-height: 1.428571429;
+  color: #333333;
+  white-space: nowrap;
+}
+
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  color: #262626;
+  text-decoration: none;
+  background-color: #f5f5f5;
+}
+
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  color: #ffffff;
+  text-decoration: none;
+  background-color: #428bca;
+  outline: 0;
+}
+
+.dropdown-menu > .disabled > a,
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  color: #999999;
+}
+
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  text-decoration: none;
+  cursor: not-allowed;
+  background-color: transparent;
+  background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.open > .dropdown-menu {
+  display: block;
+}
+
+.open > a {
+  outline: 0;
+}
+
+.dropdown-header {
+  display: block;
+  padding: 3px 20px;
+  font-size: 12px;
+  line-height: 1.428571429;
+  color: #999999;
+}
+
+.dropdown-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 990;
+}
+
+.pull-right > .dropdown-menu {
+  right: 0;
+  left: auto;
+}
+
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+  border-top: 0 dotted;
+  border-bottom: 4px solid #000000;
+  content: "";
+}
+
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-bottom: 1px;
+}
+
+@media (min-width: 768px) {
+  .navbar-right .dropdown-menu {
+    right: 0;
+    left: auto;
+  }
+}
+
+.btn-default .caret {
+  border-top-color: #333333;
+}
+
+.btn-primary .caret,
+.btn-success .caret,
+.btn-warning .caret,
+.btn-danger .caret,
+.btn-info .caret {
+  border-top-color: #fff;
+}
+
+.dropup .btn-default .caret {
+  border-bottom-color: #333333;
+}
+
+.dropup .btn-primary .caret,
+.dropup .btn-success .caret,
+.dropup .btn-warning .caret,
+.dropup .btn-danger .caret,
+.dropup .btn-info .caret {
+  border-bottom-color: #fff;
+}
+
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+}
+
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+  position: relative;
+  float: left;
+}
+
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus,
+.btn-group > .btn:active,
+.btn-group-vertical > .btn:active,
+.btn-group > .btn.active,
+.btn-group-vertical > .btn.active {
+  z-index: 2;
+}
+
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus {
+  outline: none;
+}
+
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+  margin-left: -1px;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar .btn-group {
+  float: left;
+}
+
+.btn-toolbar > .btn + .btn,
+.btn-toolbar > .btn-group + .btn,
+.btn-toolbar > .btn + .btn-group,
+.btn-toolbar > .btn-group + .btn-group {
+  margin-left: 5px;
+}
+
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+  border-radius: 0;
+}
+
+.btn-group > .btn:first-child {
+  margin-left: 0;
+}
+
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.btn-group > .btn-group {
+  float: left;
+}
+
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+
+.btn-group > .btn-group:first-child > .btn:last-child,
+.btn-group > .btn-group:first-child > .dropdown-toggle {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn-group:last-child > .btn:first-child {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+  outline: 0;
+}
+
+.btn-group-xs > .btn {
+  padding: 5px 10px;
+  padding: 1px 5px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+.btn-group-sm > .btn {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+.btn-group-lg > .btn {
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 6px;
+}
+
+.btn-group > .btn + .dropdown-toggle {
+  padding-right: 8px;
+  padding-left: 8px;
+}
+
+.btn-group > .btn-lg + .dropdown-toggle {
+  padding-right: 12px;
+  padding-left: 12px;
+}
+
+.btn-group.open .dropdown-toggle {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn-group.open .dropdown-toggle.btn-link {
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+
+.btn .caret {
+  margin-left: 0;
+}
+
+.btn-lg .caret {
+  border-width: 5px 5px 0;
+  border-bottom-width: 0;
+}
+
+.dropup .btn-lg .caret {
+  border-width: 0 5px 5px;
+}
+
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group {
+  display: block;
+  float: none;
+  width: 100%;
+  max-width: 100%;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group > .btn {
+  float: none;
+}
+
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+  margin-top: -1px;
+  margin-left: 0;
+}
+
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+  border-top-right-radius: 0;
+  border-bottom-left-radius: 4px;
+  border-top-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:first-child > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:last-child > .btn:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.btn-group-justified {
+  display: table;
+  width: 100%;
+  border-collapse: separate;
+  table-layout: fixed;
+}
+
+.btn-group-justified .btn {
+  display: table-cell;
+  float: none;
+  width: 1%;
+}
+
+[data-toggle="buttons"] > .btn > input[type="radio"],
+[data-toggle="buttons"] > .btn > input[type="checkbox"] {
+  display: none;
+}
+
+.input-group {
+  position: relative;
+  display: table;
+  border-collapse: separate;
+}
+
+.input-group.col {
+  float: none;
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.input-group .form-control {
+  width: 100%;
+  margin-bottom: 0;
+}
+
+.input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 6px;
+}
+
+select.input-group-lg > .form-control,
+select.input-group-lg > .input-group-addon,
+select.input-group-lg > .input-group-btn > .btn {
+  height: 45px;
+  line-height: 45px;
+}
+
+textarea.input-group-lg > .form-control,
+textarea.input-group-lg > .input-group-addon,
+textarea.input-group-lg > .input-group-btn > .btn {
+  height: auto;
+}
+
+.input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+select.input-group-sm > .form-control,
+select.input-group-sm > .input-group-addon,
+select.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  line-height: 30px;
+}
+
+textarea.input-group-sm > .form-control,
+textarea.input-group-sm > .input-group-addon,
+textarea.input-group-sm > .input-group-btn > .btn {
+  height: auto;
+}
+
+.input-group-addon,
+.input-group-btn,
+.input-group .form-control {
+  display: table-cell;
+}
+
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+
+.input-group-addon,
+.input-group-btn {
+  width: 1%;
+  white-space: nowrap;
+  vertical-align: middle;
+}
+
+.input-group-addon {
+  padding: 6px 12px;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 1;
+  color: #555555;
+  text-align: center;
+  background-color: #eeeeee;
+  border: 1px solid #cccccc;
+  border-radius: 4px;
+}
+
+.input-group-addon.input-sm {
+  padding: 5px 10px;
+  font-size: 12px;
+  border-radius: 3px;
+}
+
+.input-group-addon.input-lg {
+  padding: 10px 16px;
+  font-size: 18px;
+  border-radius: 6px;
+}
+
+.input-group-addon input[type="radio"],
+.input-group-addon input[type="checkbox"] {
+  margin-top: 0;
+}
+
+.input-group .form-control:first-child,
+.input-group-addon:first-child,
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .dropdown-toggle,
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.input-group-addon:first-child {
+  border-right: 0;
+}
+
+.input-group .form-control:last-child,
+.input-group-addon:last-child,
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .dropdown-toggle,
+.input-group-btn:first-child > .btn:not(:first-child) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.input-group-addon:last-child {
+  border-left: 0;
+}
+
+.input-group-btn {
+  position: relative;
+  white-space: nowrap;
+}
+
+.input-group-btn:first-child > .btn {
+  margin-right: -1px;
+}
+
+.input-group-btn:last-child > .btn {
+  margin-left: -1px;
+}
+
+.input-group-btn > .btn {
+  position: relative;
+}
+
+.input-group-btn > .btn + .btn {
+  margin-left: -4px;
+}
+
+.input-group-btn > .btn:hover,
+.input-group-btn > .btn:active {
+  z-index: 2;
+}
+
+.nav {
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav > li {
+  position: relative;
+  display: block;
+}
+
+.nav > li > a {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+}
+
+.nav > li > a:hover,
+.nav > li > a:focus {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+
+.nav > li.disabled > a {
+  color: #999999;
+}
+
+.nav > li.disabled > a:hover,
+.nav > li.disabled > a:focus {
+  color: #999999;
+  text-decoration: none;
+  cursor: not-allowed;
+  background-color: transparent;
+}
+
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+  background-color: #eeeeee;
+  border-color: #428bca;
+}
+
+.nav .open > a .caret,
+.nav .open > a:hover .caret,
+.nav .open > a:focus .caret {
+  border-top-color: #2a6496;
+  border-bottom-color: #2a6496;
+}
+
+.nav .nav-divider {
+  height: 1px;
+  margin: 9px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+
+.nav > li > a > img {
+  max-width: none;
+}
+
+.nav-tabs {
+  border-bottom: 1px solid #dddddd;
+}
+
+.nav-tabs > li {
+  float: left;
+  margin-bottom: -1px;
+}
+
+.nav-tabs > li > a {
+  margin-right: 2px;
+  line-height: 1.428571429;
+  border: 1px solid transparent;
+  border-radius: 4px 4px 0 0;
+}
+
+.nav-tabs > li > a:hover {
+  border-color: #eeeeee #eeeeee #dddddd;
+}
+
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:hover,
+.nav-tabs > li.active > a:focus {
+  color: #555555;
+  cursor: default;
+  background-color: #ffffff;
+  border: 1px solid #dddddd;
+  border-bottom-color: transparent;
+}
+
+.nav-tabs.nav-justified {
+  width: 100%;
+  border-bottom: 0;
+}
+
+.nav-tabs.nav-justified > li {
+  float: none;
+}
+
+.nav-tabs.nav-justified > li > a {
+  margin-bottom: 5px;
+  text-align: center;
+}
+
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-tabs.nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+
+.nav-tabs.nav-justified > li > a {
+  margin-right: 0;
+  border-radius: 4px;
+}
+
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+  border: 1px solid #dddddd;
+}
+
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li > a {
+    border-bottom: 1px solid #dddddd;
+    border-radius: 4px 4px 0 0;
+  }
+  .nav-tabs.nav-justified > .active > a,
+  .nav-tabs.nav-justified > .active > a:hover,
+  .nav-tabs.nav-justified > .active > a:focus {
+    border-bottom-color: #ffffff;
+  }
+}
+
+.nav-pills > li {
+  float: left;
+}
+
+.nav-pills > li > a {
+  border-radius: 4px;
+}
+
+.nav-pills > li + li {
+  margin-left: 2px;
+}
+
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover,
+.nav-pills > li.active > a:focus {
+  color: #ffffff;
+  background-color: #428bca;
+}
+
+.nav-pills > li.active > a .caret,
+.nav-pills > li.active > a:hover .caret,
+.nav-pills > li.active > a:focus .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
+
+.nav-stacked > li {
+  float: none;
+}
+
+.nav-stacked > li + li {
+  margin-top: 2px;
+  margin-left: 0;
+}
+
+.nav-justified {
+  width: 100%;
+}
+
+.nav-justified > li {
+  float: none;
+}
+
+.nav-justified > li > a {
+  margin-bottom: 5px;
+  text-align: center;
+}
+
+.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+
+@media (min-width: 768px) {
+  .nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+
+.nav-tabs-justified {
+  border-bottom: 0;
+}
+
+.nav-tabs-justified > li > a {
+  margin-right: 0;
+  border-radius: 4px;
+}
+
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+  border: 1px solid #dddddd;
+}
+
+@media (min-width: 768px) {
+  .nav-tabs-justified > li > a {
+    border-bottom: 1px solid #dddddd;
+    border-radius: 4px 4px 0 0;
+  }
+  .nav-tabs-justified > .active > a,
+  .nav-tabs-justified > .active > a:hover,
+  .nav-tabs-justified > .active > a:focus {
+    border-bottom-color: #ffffff;
+  }
+}
+
+.tab-content > .tab-pane {
+  display: none;
+}
+
+.tab-content > .active {
+  display: block;
+}
+
+.nav .caret {
+  border-top-color: #428bca;
+  border-bottom-color: #428bca;
+}
+
+.nav a:hover .caret {
+  border-top-color: #2a6496;
+  border-bottom-color: #2a6496;
+}
+
+.nav-tabs .dropdown-menu {
+  margin-top: -1px;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.navbar {
+  position: relative;
+  min-height: 50px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+@media (min-width: 768px) {
+  .navbar {
+    border-radius: 4px;
+  }
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+@media (min-width: 768px) {
+  .navbar-header {
+    float: left;
+  }
+}
+
+.navbar-collapse {
+  max-height: 340px;
+  padding-right: 15px;
+  padding-left: 15px;
+  overflow-x: visible;
+  border-top: 1px solid transparent;
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+  -webkit-overflow-scrolling: touch;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse.in {
+  overflow-y: auto;
+}
+
+@media (min-width: 768px) {
+  .navbar-collapse {
+    width: auto;
+    border-top: 0;
+    box-shadow: none;
+  }
+  .navbar-collapse.collapse {
+    display: block !important;
+    height: auto !important;
+    padding-bottom: 0;
+    overflow: visible !important;
+  }
+  .navbar-collapse.in {
+    overflow-y: auto;
+  }
+  .navbar-collapse .navbar-nav.navbar-left:first-child {
+    margin-left: -15px;
+  }
+  .navbar-collapse .navbar-nav.navbar-right:last-child {
+    margin-right: -15px;
+  }
+  .navbar-collapse .navbar-text:last-child {
+    margin-right: 0;
+  }
+}
+
+.container > .navbar-header,
+.container > .navbar-collapse {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
+@media (min-width: 768px) {
+  .container > .navbar-header,
+  .container > .navbar-collapse {
+    margin-right: 0;
+    margin-left: 0;
+  }
+}
+
+.navbar-static-top {
+  z-index: 1000;
+  border-width: 0 0 1px;
+}
+
+@media (min-width: 768px) {
+  .navbar-static-top {
+    border-radius: 0;
+  }
+}
+
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  position: fixed;
+  right: 0;
+  left: 0;
+  z-index: 1030;
+}
+
+@media (min-width: 768px) {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    border-radius: 0;
+  }
+}
+
+.navbar-fixed-top {
+  top: 0;
+  border-width: 0 0 1px;
+}
+
+.navbar-fixed-bottom {
+  bottom: 0;
+  margin-bottom: 0;
+  border-width: 1px 0 0;
+}
+
+.navbar-brand {
+  float: left;
+  padding: 15px 15px;
+  font-size: 18px;
+  line-height: 20px;
+}
+
+.navbar-brand:hover,
+.navbar-brand:focus {
+  text-decoration: none;
+}
+
+@media (min-width: 768px) {
+  .navbar > .container .navbar-brand {
+    margin-left: -15px;
+  }
+}
+
+.navbar-toggle {
+  position: relative;
+  float: right;
+  padding: 9px 10px;
+  margin-top: 8px;
+  margin-right: 15px;
+  margin-bottom: 8px;
+  background-color: transparent;
+  border: 1px solid transparent;
+  border-radius: 4px;
+}
+
+.navbar-toggle .icon-bar {
+  display: block;
+  width: 22px;
+  height: 2px;
+  border-radius: 1px;
+}
+
+.navbar-toggle .icon-bar + .icon-bar {
+  margin-top: 4px;
+}
+
+@media (min-width: 768px) {
+  .navbar-toggle {
+    display: none;
+  }
+}
+
+.navbar-nav {
+  margin: 7.5px -15px;
+}
+
+.navbar-nav > li > a {
+  padding-top: 10px;
+  padding-bottom: 10px;
+  line-height: 20px;
+}
+
+@media (max-width: 767px) {
+  .navbar-nav .open .dropdown-menu {
+    position: static;
+    float: none;
+    width: auto;
+    margin-top: 0;
+    background-color: transparent;
+    border: 0;
+    box-shadow: none;
+  }
+  .navbar-nav .open .dropdown-menu > li > a,
+  .navbar-nav .open .dropdown-menu .dropdown-header {
+    padding: 5px 15px 5px 25px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a {
+    line-height: 20px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-nav .open .dropdown-menu > li > a:focus {
+    background-image: none;
+  }
+}
+
+@media (min-width: 768px) {
+  .navbar-nav {
+    float: left;
+    margin: 0;
+  }
+  .navbar-nav > li {
+    float: left;
+  }
+  .navbar-nav > li > a {
+    padding-top: 15px;
+    padding-bottom: 15px;
+  }
+}
+
+@media (min-width: 768px) {
+  .navbar-left {
+    float: left !important;
+  }
+  .navbar-right {
+    float: right !important;
+  }
+}
+
+.navbar-form {
+  padding: 10px 15px;
+  margin-top: 8px;
+  margin-right: -15px;
+  margin-bottom: 8px;
+  margin-left: -15px;
+  border-top: 1px solid transparent;
+  border-bottom: 1px solid transparent;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+}
+
+@media (min-width: 768px) {
+  .navbar-form .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control {
+    display: inline-block;
+  }
+  .navbar-form .radio,
+  .navbar-form .checkbox {
+    display: inline-block;
+    padding-left: 0;
+    margin-top: 0;
+    margin-bottom: 0;
+  }
+  .navbar-form .radio input[type="radio"],
+  .navbar-form .checkbox input[type="checkbox"] {
+    float: none;
+    margin-left: 0;
+  }
+}
+
+@media (max-width: 767px) {
+  .navbar-form .form-group {
+    margin-bottom: 5px;
+  }
+}
+
+@media (min-width: 768px) {
+  .navbar-form {
+    width: auto;
+    padding-top: 0;
+    padding-bottom: 0;
+    margin-right: 0;
+    margin-left: 0;
+    border: 0;
+    -webkit-box-shadow: none;
+            box-shadow: none;
+  }
+}
+
+.navbar-nav > li > .dropdown-menu {
+  margin-top: 0;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.navbar-nav.pull-right > li > .dropdown-menu,
+.navbar-nav > li > .dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+
+.navbar-btn {
+  margin-top: 8px;
+  margin-bottom: 8px;
+}
+
+.navbar-text {
+  float: left;
+  margin-top: 15px;
+  margin-bottom: 15px;
+}
+
+@media (min-width: 768px) {
+  .navbar-text {
+    margin-right: 15px;
+    margin-left: 15px;
+  }
+}
+
+.navbar-default {
+  background-color: #f8f8f8;
+  border-color: #e7e7e7;
+}
+
+.navbar-default .navbar-brand {
+  color: #777777;
+}
+
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+  color: #5e5e5e;
+  background-color: transparent;
+}
+
+.navbar-default .navbar-text {
+  color: #777777;
+}
+
+.navbar-default .navbar-nav > li > a {
+  color: #777777;
+}
+
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+  color: #333333;
+  background-color: transparent;
+}
+
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+  color: #555555;
+  background-color: #e7e7e7;
+}
+
+.navbar-default .navbar-nav > .disabled > a,
+.navbar-default .navbar-nav > .disabled > a:hover,
+.navbar-default .navbar-nav > .disabled > a:focus {
+  color: #cccccc;
+  background-color: transparent;
+}
+
+.navbar-default .navbar-toggle {
+  border-color: #dddddd;
+}
+
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+  background-color: #dddddd;
+}
+
+.navbar-default .navbar-toggle .icon-bar {
+  background-color: #cccccc;
+}
+
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+  border-color: #e7e7e7;
+}
+
+.navbar-default .navbar-nav > .dropdown > a:hover .caret,
+.navbar-default .navbar-nav > .dropdown > a:focus .caret {
+  border-top-color: #333333;
+  border-bottom-color: #333333;
+}
+
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+  color: #555555;
+  background-color: #e7e7e7;
+}
+
+.navbar-default .navbar-nav > .open > a .caret,
+.navbar-default .navbar-nav > .open > a:hover .caret,
+.navbar-default .navbar-nav > .open > a:focus .caret {
+  border-top-color: #555555;
+  border-bottom-color: #555555;
+}
+
+.navbar-default .navbar-nav > .dropdown > a .caret {
+  border-top-color: #777777;
+  border-bottom-color: #777777;
+}
+
+@media (max-width: 767px) {
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+    color: #777777;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #333333;
+    background-color: transparent;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #555555;
+    background-color: #e7e7e7;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #cccccc;
+    background-color: transparent;
+  }
+}
+
+.navbar-default .navbar-link {
+  color: #777777;
+}
+
+.navbar-default .navbar-link:hover {
+  color: #333333;
+}
+
+.navbar-inverse {
+  background-color: #222222;
+  border-color: #080808;
+}
+
+.navbar-inverse .navbar-brand {
+  color: #999999;
+}
+
+.navbar-inverse .navbar-brand:hover,
+.navbar-inverse .navbar-brand:focus {
+  color: #ffffff;
+  background-color: transparent;
+}
+
+.navbar-inverse .navbar-text {
+  color: #999999;
+}
+
+.navbar-inverse .navbar-nav > li > a {
+  color: #999999;
+}
+
+.navbar-inverse .navbar-nav > li > a:hover,
+.navbar-inverse .navbar-nav > li > a:focus {
+  color: #ffffff;
+  background-color: transparent;
+}
+
+.navbar-inverse .navbar-nav > .active > a,
+.navbar-inverse .navbar-nav > .active > a:hover,
+.navbar-inverse .navbar-nav > .active > a:focus {
+  color: #ffffff;
+  background-color: #080808;
+}
+
+.navbar-inverse .navbar-nav > .disabled > a,
+.navbar-inverse .navbar-nav > .disabled > a:hover,
+.navbar-inverse .navbar-nav > .disabled > a:focus {
+  color: #444444;
+  background-color: transparent;
+}
+
+.navbar-inverse .navbar-toggle {
+  border-color: #333333;
+}
+
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+  background-color: #333333;
+}
+
+.navbar-inverse .navbar-toggle .icon-bar {
+  background-color: #ffffff;
+}
+
+.navbar-inverse .navbar-collapse,
+.navbar-inverse .navbar-form {
+  border-color: #101010;
+}
+
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+  color: #ffffff;
+  background-color: #080808;
+}
+
+.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
+
+.navbar-inverse .navbar-nav > .dropdown > a .caret {
+  border-top-color: #999999;
+  border-bottom-color: #999999;
+}
+
+.navbar-inverse .navbar-nav > .open > a .caret,
+.navbar-inverse .navbar-nav > .open > a:hover .caret,
+.navbar-inverse .navbar-nav > .open > a:focus .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
+
+@media (max-width: 767px) {
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
+    border-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
+    color: #999999;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #ffffff;
+    background-color: transparent;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #ffffff;
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #444444;
+    background-color: transparent;
+  }
+}
+
+.navbar-inverse .navbar-link {
+  color: #999999;
+}
+
+.navbar-inverse .navbar-link:hover {
+  color: #ffffff;
+}
+
+.breadcrumb {
+  padding: 8px 15px;
+  margin-bottom: 20px;
+  list-style: none;
+  background-color: #f5f5f5;
+  border-radius: 4px;
+}
+
+.breadcrumb > li {
+  display: inline-block;
+}
+
+.breadcrumb > li + li:before {
+  padding: 0 5px;
+  color: #cccccc;
+  content: "/\00a0";
+}
+
+.breadcrumb > .active {
+  color: #999999;
+}
+
+.pagination {
+  display: inline-block;
+  padding-left: 0;
+  margin: 20px 0;
+  border-radius: 4px;
+}
+
+.pagination > li {
+  display: inline;
+}
+
+.pagination > li > a,
+.pagination > li > span {
+  position: relative;
+  float: left;
+  padding: 6px 12px;
+  margin-left: -1px;
+  line-height: 1.428571429;
+  text-decoration: none;
+  background-color: #ffffff;
+  border: 1px solid #dddddd;
+}
+
+.pagination > li:first-child > a,
+.pagination > li:first-child > span {
+  margin-left: 0;
+  border-bottom-left-radius: 4px;
+  border-top-left-radius: 4px;
+}
+
+.pagination > li:last-child > a,
+.pagination > li:last-child > span {
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 4px;
+}
+
+.pagination > li > a:hover,
+.pagination > li > span:hover,
+.pagination > li > a:focus,
+.pagination > li > span:focus {
+  background-color: #eeeeee;
+}
+
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
+  z-index: 2;
+  color: #ffffff;
+  cursor: default;
+  background-color: #428bca;
+  border-color: #428bca;
+}
+
+.pagination > .disabled > span,
+.pagination > .disabled > span:hover,
+.pagination > .disabled > span:focus,
+.pagination > .disabled > a,
+.pagination > .disabled > a:hover,
+.pagination > .disabled > a:focus {
+  color: #999999;
+  cursor: not-allowed;
+  background-color: #ffffff;
+  border-color: #dddddd;
+}
+
+.pagination-lg > li > a,
+.pagination-lg > li > span {
+  padding: 10px 16px;
+  font-size: 18px;
+}
+
+.pagination-lg > li:first-child > a,
+.pagination-lg > li:first-child > span {
+  border-bottom-left-radius: 6px;
+  border-top-left-radius: 6px;
+}
+
+.pagination-lg > li:last-child > a,
+.pagination-lg > li:last-child > span {
+  border-top-right-radius: 6px;
+  border-bottom-right-radius: 6px;
+}
+
+.pagination-sm > li > a,
+.pagination-sm > li > span {
+  padding: 5px 10px;
+  font-size: 12px;
+}
+
+.pagination-sm > li:first-child > a,
+.pagination-sm > li:first-child > span {
+  border-bottom-left-radius: 3px;
+  border-top-left-radius: 3px;
+}
+
+.pagination-sm > li:last-child > a,
+.pagination-sm > li:last-child > span {
+  border-top-right-radius: 3px;
+  border-bottom-right-radius: 3px;
+}
+
+.pager {
+  padding-left: 0;
+  margin: 20px 0;
+  text-align: center;
+  list-style: none;
+}
+
+.pager:before,
+.pager:after {
+  display: table;
+  content: " ";
+}
+
+.pager:after {
+  clear: both;
+}
+
+.pager:before,
+.pager:after {
+  display: table;
+  content: " ";
+}
+
+.pager:after {
+  clear: both;
+}
+
+.pager li {
+  display: inline;
+}
+
+.pager li > a,
+.pager li > span {
+  display: inline-block;
+  padding: 5px 14px;
+  background-color: #ffffff;
+  border: 1px solid #dddddd;
+  border-radius: 15px;
+}
+
+.pager li > a:hover,
+.pager li > a:focus {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+
+.pager .next > a,
+.pager .next > span {
+  float: right;
+}
+
+.pager .previous > a,
+.pager .previous > span {
+  float: left;
+}
+
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > a:focus,
+.pager .disabled > span {
+  color: #999999;
+  cursor: not-allowed;
+  background-color: #ffffff;
+}
+
+.label {
+  display: inline;
+  padding: .2em .6em .3em;
+  font-size: 75%;
+  font-weight: bold;
+  line-height: 1;
+  color: #ffffff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: .25em;
+}
+
+.label[href]:hover,
+.label[href]:focus {
+  color: #ffffff;
+  text-decoration: none;
+  cursor: pointer;
+}
+
+.label:empty {
+  display: none;
+}
+
+.label-default {
+  background-color: #999999;
+}
+
+.label-default[href]:hover,
+.label-default[href]:focus {
+  background-color: #808080;
+}
+
+.label-primary {
+  background-color: #428bca;
+}
+
+.label-primary[href]:hover,
+.label-primary[href]:focus {
+  background-color: #3071a9;
+}
+
+.label-success {
+  background-color: #5cb85c;
+}
+
+.label-success[href]:hover,
+.label-success[href]:focus {
+  background-color: #449d44;
+}
+
+.label-info {
+  background-color: #5bc0de;
+}
+
+.label-info[href]:hover,
+.label-info[href]:focus {
+  background-color: #31b0d5;
+}
+
+.label-warning {
+  background-color: #f0ad4e;
+}
+
+.label-warning[href]:hover,
+.label-warning[href]:focus {
+  background-color: #ec971f;
+}
+
+.label-danger {
+  background-color: #d9534f;
+}
+
+.label-danger[href]:hover,
+.label-danger[href]:focus {
+  background-color: #c9302c;
+}
+
+.badge {
+  display: inline-block;
+  min-width: 10px;
+  padding: 3px 7px;
+  font-size: 12px;
+  font-weight: bold;
+  line-height: 1;
+  color: #ffffff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  background-color: #999999;
+  border-radius: 10px;
+}
+
+.badge:empty {
+  display: none;
+}
+
+a.badge:hover,
+a.badge:focus {
+  color: #ffffff;
+  text-decoration: none;
+  cursor: pointer;
+}
+
+.btn .badge {
+  position: relative;
+  top: -1px;
+}
+
+a.list-group-item.active > .badge,
+.nav-pills > .active > a > .badge {
+  color: #428bca;
+  background-color: #ffffff;
+}
+
+.nav-pills > li > a > .badge {
+  margin-left: 3px;
+}
+
+.jumbotron {
+  padding: 30px;
+  margin-bottom: 30px;
+  font-size: 21px;
+  font-weight: 200;
+  line-height: 2.1428571435;
+  color: inherit;
+  background-color: #eeeeee;
+}
+
+.jumbotron h1 {
+  line-height: 1;
+  color: inherit;
+}
+
+.jumbotron p {
+  line-height: 1.4;
+}
+
+.container .jumbotron {
+  border-radius: 6px;
+}
+
+@media screen and (min-width: 768px) {
+  .jumbotron {
+    padding-top: 48px;
+    padding-bottom: 48px;
+  }
+  .container .jumbotron {
+    padding-right: 60px;
+    padding-left: 60px;
+  }
+  .jumbotron h1 {
+    font-size: 63px;
+  }
+}
+
+.thumbnail {
+  display: inline-block;
+  display: block;
+  height: auto;
+  max-width: 100%;
+  padding: 4px;
+  margin-bottom: 20px;
+  line-height: 1.428571429;
+  background-color: #ffffff;
+  border: 1px solid #dddddd;
+  border-radius: 4px;
+  -webkit-transition: all 0.2s ease-in-out;
+          transition: all 0.2s ease-in-out;
+}
+
+.thumbnail > img {
+  display: block;
+  height: auto;
+  max-width: 100%;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+  border-color: #428bca;
+}
+
+.thumbnail .caption {
+  padding: 9px;
+  color: #333333;
+}
+
+.alert {
+  padding: 15px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+  border-radius: 4px;
+}
+
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
+}
+
+.alert .alert-link {
+  font-weight: bold;
+}
+
+.alert > p,
+.alert > ul {
+  margin-bottom: 0;
+}
+
+.alert > p + p {
+  margin-top: 5px;
+}
+
+.alert-dismissable {
+  padding-right: 35px;
+}
+
+.alert-dismissable .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  color: inherit;
+}
+
+.alert-success {
+  color: #468847;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+
+.alert-success hr {
+  border-top-color: #c9e2b3;
+}
+
+.alert-success .alert-link {
+  color: #356635;
+}
+
+.alert-info {
+  color: #3a87ad;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+
+.alert-info hr {
+  border-top-color: #a6e1ec;
+}
+
+.alert-info .alert-link {
+  color: #2d6987;
+}
+
+.alert-warning {
+  color: #c09853;
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+}
+
+.alert-warning hr {
+  border-top-color: #f7e1b5;
+}
+
+.alert-warning .alert-link {
+  color: #a47e3c;
+}
+
+.alert-danger {
+  color: #b94a48;
+  background-color: #f2dede;
+  border-color: #ebccd1;
+}
+
+.alert-danger hr {
+  border-top-color: #e4b9c0;
+}
+
+.alert-danger .alert-link {
+  color: #953b39;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+@-moz-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+@-o-keyframes progress-bar-stripes {
+  from {
+    background-position: 0 0;
+  }
+  to {
+    background-position: 40px 0;
+  }
+}
+
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+.progress {
+  height: 20px;
+  margin-bottom: 20px;
+  overflow: hidden;
+  background-color: #f5f5f5;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+
+.progress-bar {
+  float: left;
+  width: 0;
+  height: 100%;
+  font-size: 12px;
+  line-height: 20px;
+  color: #ffffff;
+  text-align: center;
+  background-color: #428bca;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  -webkit-transition: width 0.6s ease;
+          transition: width 0.6s ease;
+}
+
+.progress-striped .progress-bar {
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 40px 40px;
+}
+
+.progress.active .progress-bar {
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
+          animation: progress-bar-stripes 2s linear infinite;
+}
+
+.progress-bar-success {
+  background-color: #5cb85c;
+}
+
+.progress-striped .progress-bar-success {
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-bar-info {
+  background-color: #5bc0de;
+}
+
+.progress-striped .progress-bar-info {
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-bar-warning {
+  background-color: #f0ad4e;
+}
+
+.progress-striped .progress-bar-warning {
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-bar-danger {
+  background-color: #d9534f;
+}
+
+.progress-striped .progress-bar-danger {
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.media,
+.media-body {
+  overflow: hidden;
+  zoom: 1;
+}
+
+.media,
+.media .media {
+  margin-top: 15px;
+}
+
+.media:first-child {
+  margin-top: 0;
+}
+
+.media-object {
+  display: block;
+}
+
+.media-heading {
+  margin: 0 0 5px;
+}
+
+.media > .pull-left {
+  margin-right: 10px;
+}
+
+.media > .pull-right {
+  margin-left: 10px;
+}
+
+.media-list {
+  padding-left: 0;
+  list-style: none;
+}
+
+.list-group {
+  padding-left: 0;
+  margin-bottom: 20px;
+}
+
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+  margin-bottom: -1px;
+  background-color: #ffffff;
+  border: 1px solid #dddddd;
+}
+
+.list-group-item:first-child {
+  border-top-right-radius: 4px;
+  border-top-left-radius: 4px;
+}
+
+.list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px;
+}
+
+.list-group-item > .badge {
+  float: right;
+}
+
+.list-group-item > .badge + .badge {
+  margin-right: 5px;
+}
+
+a.list-group-item {
+  color: #555555;
+}
+
+a.list-group-item .list-group-item-heading {
+  color: #333333;
+}
+
+a.list-group-item:hover,
+a.list-group-item:focus {
+  text-decoration: none;
+  background-color: #f5f5f5;
+}
+
+a.list-group-item.active,
+a.list-group-item.active:hover,
+a.list-group-item.active:focus {
+  z-index: 2;
+  color: #ffffff;
+  background-color: #428bca;
+  border-color: #428bca;
+}
+
+a.list-group-item.active .list-group-item-heading,
+a.list-group-item.active:hover .list-group-item-heading,
+a.list-group-item.active:focus .list-group-item-heading {
+  color: inherit;
+}
+
+a.list-group-item.active .list-group-item-text,
+a.list-group-item.active:hover .list-group-item-text,
+a.list-group-item.active:focus .list-group-item-text {
+  color: #e1edf7;
+}
+
+.list-group-item-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+
+.list-group-item-text {
+  margin-bottom: 0;
+  line-height: 1.3;
+}
+
+.panel {
+  margin-bottom: 20px;
+  background-color: #ffffff;
+  border: 1px solid transparent;
+  border-radius: 4px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+.panel-body {
+  padding: 15px;
+}
+
+.panel-body:before,
+.panel-body:after {
+  display: table;
+  content: " ";
+}
+
+.panel-body:after {
+  clear: both;
+}
+
+.panel-body:before,
+.panel-body:after {
+  display: table;
+  content: " ";
+}
+
+.panel-body:after {
+  clear: both;
+}
+
+.panel > .list-group {
+  margin-bottom: 0;
+}
+
+.panel > .list-group .list-group-item {
+  border-width: 1px 0;
+}
+
+.panel > .list-group .list-group-item:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.panel > .list-group .list-group-item:last-child {
+  border-bottom: 0;
+}
+
+.panel-heading + .list-group .list-group-item:first-child {
+  border-top-width: 0;
+}
+
+.panel > .table,
+.panel > .table-responsive {
+  margin-bottom: 0;
+}
+
+.panel > .panel-body + .table,
+.panel > .panel-body + .table-responsive {
+  border-top: 1px solid #dddddd;
+}
+
+.panel > .table-bordered,
+.panel > .table-responsive > .table-bordered {
+  border: 0;
+}
+
+.panel > .table-bordered > thead > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.panel > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-bordered > thead > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.panel > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-bordered > tfoot > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+  border-left: 0;
+}
+
+.panel > .table-bordered > thead > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.panel > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-bordered > thead > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.panel > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-bordered > tfoot > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+  border-right: 0;
+}
+
+.panel > .table-bordered > thead > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
+.panel > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-bordered > thead > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
+.panel > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+  border-bottom: 0;
+}
+
+.panel-heading {
+  padding: 10px 15px;
+  border-bottom: 1px solid transparent;
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px;
+}
+
+.panel-heading > .dropdown .dropdown-toggle {
+  color: inherit;
+}
+
+.panel-title {
+  margin-top: 0;
+  margin-bottom: 0;
+  font-size: 16px;
+}
+
+.panel-title > a {
+  color: inherit;
+}
+
+.panel-footer {
+  padding: 10px 15px;
+  background-color: #f5f5f5;
+  border-top: 1px solid #dddddd;
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
+}
+
+.panel-group .panel {
+  margin-bottom: 0;
+  overflow: hidden;
+  border-radius: 4px;
+}
+
+.panel-group .panel + .panel {
+  margin-top: 5px;
+}
+
+.panel-group .panel-heading {
+  border-bottom: 0;
+}
+
+.panel-group .panel-heading + .panel-collapse .panel-body {
+  border-top: 1px solid #dddddd;
+}
+
+.panel-group .panel-footer {
+  border-top: 0;
+}
+
+.panel-group .panel-footer + .panel-collapse .panel-body {
+  border-bottom: 1px solid #dddddd;
+}
+
+.panel-default {
+  border-color: #dddddd;
+}
+
+.panel-default > .panel-heading {
+  color: #333333;
+  background-color: #f5f5f5;
+  border-color: #dddddd;
+}
+
+.panel-default > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: #dddddd;
+}
+
+.panel-default > .panel-heading > .dropdown .caret {
+  border-color: #333333 transparent;
+}
+
+.panel-default > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: #dddddd;
+}
+
+.panel-primary {
+  border-color: #428bca;
+}
+
+.panel-primary > .panel-heading {
+  color: #ffffff;
+  background-color: #428bca;
+  border-color: #428bca;
+}
+
+.panel-primary > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: #428bca;
+}
+
+.panel-primary > .panel-heading > .dropdown .caret {
+  border-color: #ffffff transparent;
+}
+
+.panel-primary > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: #428bca;
+}
+
+.panel-success {
+  border-color: #d6e9c6;
+}
+
+.panel-success > .panel-heading {
+  color: #468847;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+
+.panel-success > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: #d6e9c6;
+}
+
+.panel-success > .panel-heading > .dropdown .caret {
+  border-color: #468847 transparent;
+}
+
+.panel-success > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: #d6e9c6;
+}
+
+.panel-warning {
+  border-color: #faebcc;
+}
+
+.panel-warning > .panel-heading {
+  color: #c09853;
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+}
+
+.panel-warning > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: #faebcc;
+}
+
+.panel-warning > .panel-heading > .dropdown .caret {
+  border-color: #c09853 transparent;
+}
+
+.panel-warning > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: #faebcc;
+}
+
+.panel-danger {
+  border-color: #ebccd1;
+}
+
+.panel-danger > .panel-heading {
+  color: #b94a48;
+  background-color: #f2dede;
+  border-color: #ebccd1;
+}
+
+.panel-danger > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: #ebccd1;
+}
+
+.panel-danger > .panel-heading > .dropdown .caret {
+  border-color: #b94a48 transparent;
+}
+
+.panel-danger > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: #ebccd1;
+}
+
+.panel-info {
+  border-color: #bce8f1;
+}
+
+.panel-info > .panel-heading {
+  color: #3a87ad;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+
+.panel-info > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: #bce8f1;
+}
+
+.panel-info > .panel-heading > .dropdown .caret {
+  border-color: #3a87ad transparent;
+}
+
+.panel-info > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: #bce8f1;
+}
+
+.well {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #e3e3e3;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+
+.well-lg {
+  padding: 24px;
+  border-radius: 6px;
+}
+
+.well-sm {
+  padding: 9px;
+  border-radius: 3px;
+}
+
+.close {
+  float: right;
+  font-size: 21px;
+  font-weight: bold;
+  line-height: 1;
+  color: #000000;
+  text-shadow: 0 1px 0 #ffffff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
+}
+
+.close:hover,
+.close:focus {
+  color: #000000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
+}
+
+.modal-open {
+  overflow: hidden;
+}
+
+.modal {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1040;
+  display: none;
+  overflow: auto;
+  overflow-y: scroll;
+}
+
+.modal.fade .modal-dialog {
+  -webkit-transform: translate(0, -25%);
+      -ms-transform: translate(0, -25%);
+          transform: translate(0, -25%);
+  -webkit-transition: -webkit-transform 0.3s ease-out;
+     -moz-transition: -moz-transform 0.3s ease-out;
+       -o-transition: -o-transform 0.3s ease-out;
+          transition: transform 0.3s ease-out;
+}
+
+.modal.in .modal-dialog {
+  -webkit-transform: translate(0, 0);
+      -ms-transform: translate(0, 0);
+          transform: translate(0, 0);
+}
+
+.modal-dialog {
+  position: relative;
+  z-index: 1050;
+  width: auto;
+  padding: 10px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.modal-content {
+  position: relative;
+  background-color: #ffffff;
+  border: 1px solid #999999;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  outline: none;
+  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  background-clip: padding-box;
+}
+
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1030;
+  background-color: #000000;
+}
+
+.modal-backdrop.fade {
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+
+.modal-backdrop.in {
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+
+.modal-header {
+  min-height: 16.428571429px;
+  padding: 15px;
+  border-bottom: 1px solid #e5e5e5;
+}
+
+.modal-header .close {
+  margin-top: -2px;
+}
+
+.modal-title {
+  margin: 0;
+  line-height: 1.428571429;
+}
+
+.modal-body {
+  position: relative;
+  padding: 20px;
+}
+
+.modal-footer {
+  padding: 19px 20px 20px;
+  margin-top: 15px;
+  text-align: right;
+  border-top: 1px solid #e5e5e5;
+}
+
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
+}
+
+.modal-footer:after {
+  clear: both;
+}
+
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
+}
+
+.modal-footer:after {
+  clear: both;
+}
+
+.modal-footer .btn + .btn {
+  margin-bottom: 0;
+  margin-left: 5px;
+}
+
+.modal-footer .btn-group .btn + .btn {
+  margin-left: -1px;
+}
+
+.modal-footer .btn-block + .btn-block {
+  margin-left: 0;
+}
+
+@media screen and (min-width: 768px) {
+  .modal-dialog {
+    width: 600px;
+    padding-top: 30px;
+    padding-bottom: 30px;
+  }
+  .modal-content {
+    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+  }
+}
+
+.tooltip {
+  position: absolute;
+  z-index: 1030;
+  display: block;
+  font-size: 12px;
+  line-height: 1.4;
+  opacity: 0;
+  filter: alpha(opacity=0);
+  visibility: visible;
+}
+
+.tooltip.in {
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+
+.tooltip.top {
+  padding: 5px 0;
+  margin-top: -3px;
+}
+
+.tooltip.right {
+  padding: 0 5px;
+  margin-left: 3px;
+}
+
+.tooltip.bottom {
+  padding: 5px 0;
+  margin-top: 3px;
+}
+
+.tooltip.left {
+  padding: 0 5px;
+  margin-left: -3px;
+}
+
+.tooltip-inner {
+  max-width: 200px;
+  padding: 3px 8px;
+  color: #ffffff;
+  text-align: center;
+  text-decoration: none;
+  background-color: #000000;
+  border-radius: 4px;
+}
+
+.tooltip-arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+
+.tooltip.top .tooltip-arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-top-color: #000000;
+  border-width: 5px 5px 0;
+}
+
+.tooltip.top-left .tooltip-arrow {
+  bottom: 0;
+  left: 5px;
+  border-top-color: #000000;
+  border-width: 5px 5px 0;
+}
+
+.tooltip.top-right .tooltip-arrow {
+  right: 5px;
+  bottom: 0;
+  border-top-color: #000000;
+  border-width: 5px 5px 0;
+}
+
+.tooltip.right .tooltip-arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-right-color: #000000;
+  border-width: 5px 5px 5px 0;
+}
+
+.tooltip.left .tooltip-arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-left-color: #000000;
+  border-width: 5px 0 5px 5px;
+}
+
+.tooltip.bottom .tooltip-arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-bottom-color: #000000;
+  border-width: 0 5px 5px;
+}
+
+.tooltip.bottom-left .tooltip-arrow {
+  top: 0;
+  left: 5px;
+  border-bottom-color: #000000;
+  border-width: 0 5px 5px;
+}
+
+.tooltip.bottom-right .tooltip-arrow {
+  top: 0;
+  right: 5px;
+  border-bottom-color: #000000;
+  border-width: 0 5px 5px;
+}
+
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1010;
+  display: none;
+  max-width: 276px;
+  padding: 1px;
+  text-align: left;
+  white-space: normal;
+  background-color: #ffffff;
+  border: 1px solid #cccccc;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  background-clip: padding-box;
+}
+
+.popover.top {
+  margin-top: -10px;
+}
+
+.popover.right {
+  margin-left: 10px;
+}
+
+.popover.bottom {
+  margin-top: 10px;
+}
+
+.popover.left {
+  margin-left: -10px;
+}
+
+.popover-title {
+  padding: 8px 14px;
+  margin: 0;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 18px;
+  background-color: #f7f7f7;
+  border-bottom: 1px solid #ebebeb;
+  border-radius: 5px 5px 0 0;
+}
+
+.popover-content {
+  padding: 9px 14px;
+}
+
+.popover .arrow,
+.popover .arrow:after {
+  position: absolute;
+  display: block;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+
+.popover .arrow {
+  border-width: 11px;
+}
+
+.popover .arrow:after {
+  border-width: 10px;
+  content: "";
+}
+
+.popover.top .arrow {
+  bottom: -11px;
+  left: 50%;
+  margin-left: -11px;
+  border-top-color: #999999;
+  border-top-color: rgba(0, 0, 0, 0.25);
+  border-bottom-width: 0;
+}
+
+.popover.top .arrow:after {
+  bottom: 1px;
+  margin-left: -10px;
+  border-top-color: #ffffff;
+  border-bottom-width: 0;
+  content: " ";
+}
+
+.popover.right .arrow {
+  top: 50%;
+  left: -11px;
+  margin-top: -11px;
+  border-right-color: #999999;
+  border-right-color: rgba(0, 0, 0, 0.25);
+  border-left-width: 0;
+}
+
+.popover.right .arrow:after {
+  bottom: -10px;
+  left: 1px;
+  border-right-color: #ffffff;
+  border-left-width: 0;
+  content: " ";
+}
+
+.popover.bottom .arrow {
+  top: -11px;
+  left: 50%;
+  margin-left: -11px;
+  border-bottom-color: #999999;
+  border-bottom-color: rgba(0, 0, 0, 0.25);
+  border-top-width: 0;
+}
+
+.popover.bottom .arrow:after {
+  top: 1px;
+  margin-left: -10px;
+  border-bottom-color: #ffffff;
+  border-top-width: 0;
+  content: " ";
+}
+
+.popover.left .arrow {
+  top: 50%;
+  right: -11px;
+  margin-top: -11px;
+  border-left-color: #999999;
+  border-left-color: rgba(0, 0, 0, 0.25);
+  border-right-width: 0;
+}
+
+.popover.left .arrow:after {
+  right: 1px;
+  bottom: -10px;
+  border-left-color: #ffffff;
+  border-right-width: 0;
+  content: " ";
+}
+
+.carousel {
+  position: relative;
+}
+
+.carousel-inner {
+  position: relative;
+  width: 100%;
+  overflow: hidden;
+}
+
+.carousel-inner > .item {
+  position: relative;
+  display: none;
+  -webkit-transition: 0.6s ease-in-out left;
+          transition: 0.6s ease-in-out left;
+}
+
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  display: block;
+  height: auto;
+  max-width: 100%;
+  line-height: 1;
+}
+
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  display: block;
+}
+
+.carousel-inner > .active {
+  left: 0;
+}
+
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  position: absolute;
+  top: 0;
+  width: 100%;
+}
+
+.carousel-inner > .next {
+  left: 100%;
+}
+
+.carousel-inner > .prev {
+  left: -100%;
+}
+
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+  left: 0;
+}
+
+.carousel-inner > .active.left {
+  left: -100%;
+}
+
+.carousel-inner > .active.right {
+  left: 100%;
+}
+
+.carousel-control {
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  width: 15%;
+  font-size: 20px;
+  color: #ffffff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+
+.carousel-control.left {
+  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
+  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
+  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
+  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+}
+
+.carousel-control.right {
+  right: 0;
+  left: auto;
+  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
+  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
+  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
+  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+}
+
+.carousel-control:hover,
+.carousel-control:focus {
+  color: #ffffff;
+  text-decoration: none;
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+
+.carousel-control .icon-prev,
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-left,
+.carousel-control .glyphicon-chevron-right {
+  position: absolute;
+  top: 50%;
+  z-index: 5;
+  display: inline-block;
+}
+
+.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+  left: 50%;
+}
+
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+  right: 50%;
+}
+
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+  width: 20px;
+  height: 20px;
+  margin-top: -10px;
+  margin-left: -10px;
+  font-family: serif;
+}
+
+.carousel-control .icon-prev:before {
+  content: '\2039';
+}
+
+.carousel-control .icon-next:before {
+  content: '\203a';
+}
+
+.carousel-indicators {
+  position: absolute;
+  bottom: 10px;
+  left: 50%;
+  z-index: 15;
+  width: 60%;
+  padding-left: 0;
+  margin-left: -30%;
+  text-align: center;
+  list-style: none;
+}
+
+.carousel-indicators li {
+  display: inline-block;
+  width: 10px;
+  height: 10px;
+  margin: 1px;
+  text-indent: -999px;
+  cursor: pointer;
+  background-color: #000 \9;
+  background-color: rgba(0, 0, 0, 0);
+  border: 1px solid #ffffff;
+  border-radius: 10px;
+}
+
+.carousel-indicators .active {
+  width: 12px;
+  height: 12px;
+  margin: 0;
+  background-color: #ffffff;
+}
+
+.carousel-caption {
+  position: absolute;
+  right: 15%;
+  bottom: 20px;
+  left: 15%;
+  z-index: 10;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  color: #ffffff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+}
+
+.carousel-caption .btn {
+  text-shadow: none;
+}
+
+@media screen and (min-width: 768px) {
+  .carousel-control .glyphicons-chevron-left,
+  .carousel-control .glyphicons-chevron-right,
+  .carousel-control .icon-prev,
+  .carousel-control .icon-next {
+    width: 30px;
+    height: 30px;
+    margin-top: -15px;
+    margin-left: -15px;
+    font-size: 30px;
+  }
+  .carousel-caption {
+    right: 20%;
+    left: 20%;
+    padding-bottom: 30px;
+  }
+  .carousel-indicators {
+    bottom: 20px;
+  }
+}
+
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: " ";
+}
+
+.clearfix:after {
+  clear: both;
+}
+
+.center-block {
+  display: block;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.pull-right {
+  float: right !important;
+}
+
+.pull-left {
+  float: left !important;
+}
+
+.hide {
+  display: none !important;
+}
+
+.show {
+  display: block !important;
+}
+
+.invisible {
+  visibility: hidden;
+}
+
+.text-hide {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+
+.hidden {
+  display: none !important;
+  visibility: hidden !important;
+}
+
+.affix {
+  position: fixed;
+}
+
+@-ms-viewport {
+  width: device-width;
+}
+
+.visible-xs,
+tr.visible-xs,
+th.visible-xs,
+td.visible-xs {
+  display: none !important;
+}
+
+@media (max-width: 767px) {
+  .visible-xs {
+    display: block !important;
+  }
+  tr.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-xs,
+  td.visible-xs {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-xs.visible-sm {
+    display: block !important;
+  }
+  tr.visible-xs.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-xs.visible-sm,
+  td.visible-xs.visible-sm {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-xs.visible-md {
+    display: block !important;
+  }
+  tr.visible-xs.visible-md {
+    display: table-row !important;
+  }
+  th.visible-xs.visible-md,
+  td.visible-xs.visible-md {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .visible-xs.visible-lg {
+    display: block !important;
+  }
+  tr.visible-xs.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-xs.visible-lg,
+  td.visible-xs.visible-lg {
+    display: table-cell !important;
+  }
+}
+
+.visible-sm,
+tr.visible-sm,
+th.visible-sm,
+td.visible-sm {
+  display: none !important;
+}
+
+@media (max-width: 767px) {
+  .visible-sm.visible-xs {
+    display: block !important;
+  }
+  tr.visible-sm.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-sm.visible-xs,
+  td.visible-sm.visible-xs {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm {
+    display: block !important;
+  }
+  tr.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-sm,
+  td.visible-sm {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-sm.visible-md {
+    display: block !important;
+  }
+  tr.visible-sm.visible-md {
+    display: table-row !important;
+  }
+  th.visible-sm.visible-md,
+  td.visible-sm.visible-md {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .visible-sm.visible-lg {
+    display: block !important;
+  }
+  tr.visible-sm.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-sm.visible-lg,
+  td.visible-sm.visible-lg {
+    display: table-cell !important;
+  }
+}
+
+.visible-md,
+tr.visible-md,
+th.visible-md,
+td.visible-md {
+  display: none !important;
+}
+
+@media (max-width: 767px) {
+  .visible-md.visible-xs {
+    display: block !important;
+  }
+  tr.visible-md.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-md.visible-xs,
+  td.visible-md.visible-xs {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-md.visible-sm {
+    display: block !important;
+  }
+  tr.visible-md.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-md.visible-sm,
+  td.visible-md.visible-sm {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md {
+    display: block !important;
+  }
+  tr.visible-md {
+    display: table-row !important;
+  }
+  th.visible-md,
+  td.visible-md {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .visible-md.visible-lg {
+    display: block !important;
+  }
+  tr.visible-md.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-md.visible-lg,
+  td.visible-md.visible-lg {
+    display: table-cell !important;
+  }
+}
+
+.visible-lg,
+tr.visible-lg,
+th.visible-lg,
+td.visible-lg {
+  display: none !important;
+}
+
+@media (max-width: 767px) {
+  .visible-lg.visible-xs {
+    display: block !important;
+  }
+  tr.visible-lg.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-lg.visible-xs,
+  td.visible-lg.visible-xs {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-lg.visible-sm {
+    display: block !important;
+  }
+  tr.visible-lg.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-lg.visible-sm,
+  td.visible-lg.visible-sm {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-lg.visible-md {
+    display: block !important;
+  }
+  tr.visible-lg.visible-md {
+    display: table-row !important;
+  }
+  th.visible-lg.visible-md,
+  td.visible-lg.visible-md {
+    display: table-cell !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .visible-lg {
+    display: block !important;
+  }
+  tr.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-lg,
+  td.visible-lg {
+    display: table-cell !important;
+  }
+}
+
+.hidden-xs {
+  display: block !important;
+}
+
+tr.hidden-xs {
+  display: table-row !important;
+}
+
+th.hidden-xs,
+td.hidden-xs {
+  display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+  .hidden-xs,
+  tr.hidden-xs,
+  th.hidden-xs,
+  td.hidden-xs {
+    display: none !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-xs.hidden-sm,
+  tr.hidden-xs.hidden-sm,
+  th.hidden-xs.hidden-sm,
+  td.hidden-xs.hidden-sm {
+    display: none !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-xs.hidden-md,
+  tr.hidden-xs.hidden-md,
+  th.hidden-xs.hidden-md,
+  td.hidden-xs.hidden-md {
+    display: none !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .hidden-xs.hidden-lg,
+  tr.hidden-xs.hidden-lg,
+  th.hidden-xs.hidden-lg,
+  td.hidden-xs.hidden-lg {
+    display: none !important;
+  }
+}
+
+.hidden-sm {
+  display: block !important;
+}
+
+tr.hidden-sm {
+  display: table-row !important;
+}
+
+th.hidden-sm,
+td.hidden-sm {
+  display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+  .hidden-sm.hidden-xs,
+  tr.hidden-sm.hidden-xs,
+  th.hidden-sm.hidden-xs,
+  td.hidden-sm.hidden-xs {
+    display: none !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-sm,
+  tr.hidden-sm,
+  th.hidden-sm,
+  td.hidden-sm {
+    display: none !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-sm.hidden-md,
+  tr.hidden-sm.hidden-md,
+  th.hidden-sm.hidden-md,
+  td.hidden-sm.hidden-md {
+    display: none !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .hidden-sm.hidden-lg,
+  tr.hidden-sm.hidden-lg,
+  th.hidden-sm.hidden-lg,
+  td.hidden-sm.hidden-lg {
+    display: none !important;
+  }
+}
+
+.hidden-md {
+  display: block !important;
+}
+
+tr.hidden-md {
+  display: table-row !important;
+}
+
+th.hidden-md,
+td.hidden-md {
+  display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+  .hidden-md.hidden-xs,
+  tr.hidden-md.hidden-xs,
+  th.hidden-md.hidden-xs,
+  td.hidden-md.hidden-xs {
+    display: none !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-md.hidden-sm,
+  tr.hidden-md.hidden-sm,
+  th.hidden-md.hidden-sm,
+  td.hidden-md.hidden-sm {
+    display: none !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-md,
+  tr.hidden-md,
+  th.hidden-md,
+  td.hidden-md {
+    display: none !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .hidden-md.hidden-lg,
+  tr.hidden-md.hidden-lg,
+  th.hidden-md.hidden-lg,
+  td.hidden-md.hidden-lg {
+    display: none !important;
+  }
+}
+
+.hidden-lg {
+  display: block !important;
+}
+
+tr.hidden-lg {
+  display: table-row !important;
+}
+
+th.hidden-lg,
+td.hidden-lg {
+  display: table-cell !important;
+}
+
+@media (max-width: 767px) {
+  .hidden-lg.hidden-xs,
+  tr.hidden-lg.hidden-xs,
+  th.hidden-lg.hidden-xs,
+  td.hidden-lg.hidden-xs {
+    display: none !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-lg.hidden-sm,
+  tr.hidden-lg.hidden-sm,
+  th.hidden-lg.hidden-sm,
+  td.hidden-lg.hidden-sm {
+    display: none !important;
+  }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-lg.hidden-md,
+  tr.hidden-lg.hidden-md,
+  th.hidden-lg.hidden-md,
+  td.hidden-lg.hidden-md {
+    display: none !important;
+  }
+}
+
+@media (min-width: 1200px) {
+  .hidden-lg,
+  tr.hidden-lg,
+  th.hidden-lg,
+  td.hidden-lg {
+    display: none !important;
+  }
+}
+
+.visible-print,
+tr.visible-print,
+th.visible-print,
+td.visible-print {
+  display: none !important;
+}
+
+@media print {
+  .visible-print {
+    display: block !important;
+  }
+  tr.visible-print {
+    display: table-row !important;
+  }
+  th.visible-print,
+  td.visible-print {
+    display: table-cell !important;
+  }
+  .hidden-print,
+  tr.hidden-print,
+  th.hidden-print,
+  td.hidden-print {
+    display: none !important;
+  }
+}

File diff suppressed because it is too large
+ 8 - 0
docs/jstree/dist/libs/bootstrap/css/bootstrap.min.css


BIN
docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.eot


+ 229 - 0
docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.svg

@@ -0,0 +1,229 @@
+<?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="glyphicons_halflingsregular" horiz-adv-x="1200" >
+<font-face units-per-em="1200" ascent="960" descent="-240" />
+<missing-glyph horiz-adv-x="500" />
+<glyph />
+<glyph />
+<glyph unicode="&#xd;" />
+<glyph unicode=" " />
+<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
+<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#x2000;" horiz-adv-x="652" />
+<glyph unicode="&#x2001;" horiz-adv-x="1304" />
+<glyph unicode="&#x2002;" horiz-adv-x="652" />
+<glyph unicode="&#x2003;" horiz-adv-x="1304" />
+<glyph unicode="&#x2004;" horiz-adv-x="434" />
+<glyph unicode="&#x2005;" horiz-adv-x="326" />
+<glyph unicode="&#x2006;" horiz-adv-x="217" />
+<glyph unicode="&#x2007;" horiz-adv-x="217" />
+<glyph unicode="&#x2008;" horiz-adv-x="163" />
+<glyph unicode="&#x2009;" horiz-adv-x="260" />
+<glyph unicode="&#x200a;" horiz-adv-x="72" />
+<glyph unicode="&#x202f;" horiz-adv-x="260" />
+<glyph unicode="&#x205f;" horiz-adv-x="326" />
+<glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
+<glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
+<glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
+<glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
+<glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
+<glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
+<glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
+<glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
+<glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
+<glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
+<glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
+<glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
+<glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
+<glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
+<glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
+<glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
+<glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
+<glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
+<glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
+<glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
+<glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
+<glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
+<glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
+<glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
+<glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
+<glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
+<glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
+<glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
+<glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
+<glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
+<glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
+<glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
+<glyph unicode="&#xe028;" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
+<glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
+<glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
+<glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
+<glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
+<glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
+<glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
+<glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
+<glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
+<glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
+<glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
+<glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
+<glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
+<glyph unicode="&#xe041;" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
+<glyph unicode="&#xe042;" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
+<glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
+<glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
+<glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
+<glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
+<glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
+<glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
+<glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
+<glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
+<glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
+<glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
+<glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
+<glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
+<glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
+<glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
+<glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
+<glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
+<glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
+<glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
+<glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
+<glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
+<glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
+<glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
+<glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
+<glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
+<glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
+<glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
+<glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
+<glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
+<glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
+<glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
+<glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
+<glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
+<glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
+<glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
+<glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
+<glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
+<glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
+<glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
+<glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
+<glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
+<glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
+<glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
+<glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
+<glyph unicode="&#xe087;" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
+<glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
+<glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
+<glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
+<glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
+<glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
+<glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
+<glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
+<glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
+<glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
+<glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
+<glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
+<glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
+<glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
+<glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
+<glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
+<glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
+<glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
+<glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
+<glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
+<glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
+<glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
+<glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
+<glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
+<glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
+<glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
+<glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
+<glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
+<glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
+<glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
+<glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
+<glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
+<glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
+<glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
+<glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
+<glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
+<glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
+<glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
+<glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
+<glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
+<glyph unicode="&#xe130;" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
+<glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
+<glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
+<glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
+<glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
+<glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
+<glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
+<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
+<glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
+<glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
+<glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
+<glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
+<glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
+<glyph unicode="&#xe143;" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
+<glyph unicode="&#xe144;" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
+<glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
+<glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
+<glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
+<glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
+<glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
+<glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
+<glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
+<glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
+<glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
+<glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
+<glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
+<glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
+<glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
+<glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
+<glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
+<glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
+<glyph unicode="&#xe162;" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
+<glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
+<glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
+<glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
+<glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
+<glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
+<glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
+<glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
+<glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
+<glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
+<glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
+<glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
+<glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
+<glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
+<glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
+<glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
+<glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
+<glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
+<glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
+<glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
+<glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
+<glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
+<glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
+<glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
+<glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
+<glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
+<glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
+<glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
+<glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
+<glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
+<glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
+<glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
+<glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
+<glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
+<glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
+<glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
+<glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
+<glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
+</font>
+</defs></svg> 

BIN
docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf


BIN
docs/jstree/dist/libs/bootstrap/fonts/glyphicons-halflings-regular.woff


+ 2002 - 0
docs/jstree/dist/libs/bootstrap/js/bootstrap.js

@@ -0,0 +1,2002 @@
+/*!
+ * Bootstrap v3.0.2 by @fat and @mdo
+ * Copyright 2013 Twitter, Inc.
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.
+ */
+
+if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
+
+/* ========================================================================
+ * Bootstrap: transition.js v3.0.2
+ * http://getbootstrap.com/javascript/#transitions
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
+  // ============================================================
+
+  function transitionEnd() {
+    var el = document.createElement('bootstrap')
+
+    var transEndEventNames = {
+      'WebkitTransition' : 'webkitTransitionEnd'
+    , 'MozTransition'    : 'transitionend'
+    , 'OTransition'      : 'oTransitionEnd otransitionend'
+    , 'transition'       : 'transitionend'
+    }
+
+    for (var name in transEndEventNames) {
+      if (el.style[name] !== undefined) {
+        return { end: transEndEventNames[name] }
+      }
+    }
+  }
+
+  // http://blog.alexmaccaw.com/css-transitions
+  $.fn.emulateTransitionEnd = function (duration) {
+    var called = false, $el = this
+    $(this).one($.support.transition.end, function () { called = true })
+    var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
+    setTimeout(callback, duration)
+    return this
+  }
+
+  $(function () {
+    $.support.transition = transitionEnd()
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: alert.js v3.0.2
+ * http://getbootstrap.com/javascript/#alerts
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // ALERT CLASS DEFINITION
+  // ======================
+
+  var dismiss = '[data-dismiss="alert"]'
+  var Alert   = function (el) {
+    $(el).on('click', dismiss, this.close)
+  }
+
+  Alert.prototype.close = function (e) {
+    var $this    = $(this)
+    var selector = $this.attr('data-target')
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
+    }
+
+    var $parent = $(selector)
+
+    if (e) e.preventDefault()
+
+    if (!$parent.length) {
+      $parent = $this.hasClass('alert') ? $this : $this.parent()
+    }
+
+    $parent.trigger(e = $.Event('close.bs.alert'))
+
+    if (e.isDefaultPrevented()) return
+
+    $parent.removeClass('in')
+
+    function removeElement() {
+      $parent.trigger('closed.bs.alert').remove()
+    }
+
+    $.support.transition && $parent.hasClass('fade') ?
+      $parent
+        .one($.support.transition.end, removeElement)
+        .emulateTransitionEnd(150) :
+      removeElement()
+  }
+
+
+  // ALERT PLUGIN DEFINITION
+  // =======================
+
+  var old = $.fn.alert
+
+  $.fn.alert = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+      var data  = $this.data('bs.alert')
+
+      if (!data) $this.data('bs.alert', (data = new Alert(this)))
+      if (typeof option == 'string') data[option].call($this)
+    })
+  }
+
+  $.fn.alert.Constructor = Alert
+
+
+  // ALERT NO CONFLICT
+  // =================
+
+  $.fn.alert.noConflict = function () {
+    $.fn.alert = old
+    return this
+  }
+
+
+  // ALERT DATA-API
+  // ==============
+
+  $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: button.js v3.0.2
+ * http://getbootstrap.com/javascript/#buttons
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // BUTTON PUBLIC CLASS DEFINITION
+  // ==============================
+
+  var Button = function (element, options) {
+    this.$element = $(element)
+    this.options  = $.extend({}, Button.DEFAULTS, options)
+  }
+
+  Button.DEFAULTS = {
+    loadingText: 'loading...'
+  }
+
+  Button.prototype.setState = function (state) {
+    var d    = 'disabled'
+    var $el  = this.$element
+    var val  = $el.is('input') ? 'val' : 'html'
+    var data = $el.data()
+
+    state = state + 'Text'
+
+    if (!data.resetText) $el.data('resetText', $el[val]())
+
+    $el[val](data[state] || this.options[state])
+
+    // push to event loop to allow forms to submit
+    setTimeout(function () {
+      state == 'loadingText' ?
+        $el.addClass(d).attr(d, d) :
+        $el.removeClass(d).removeAttr(d);
+    }, 0)
+  }
+
+  Button.prototype.toggle = function () {
+    var $parent = this.$element.closest('[data-toggle="buttons"]')
+
+    if ($parent.length) {
+      var $input = this.$element.find('input')
+        .prop('checked', !this.$element.hasClass('active'))
+        .trigger('change')
+      if ($input.prop('type') === 'radio') $parent.find('.active').removeClass('active')
+    }
+
+    this.$element.toggleClass('active')
+  }
+
+
+  // BUTTON PLUGIN DEFINITION
+  // ========================
+
+  var old = $.fn.button
+
+  $.fn.button = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.button')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.button', (data = new Button(this, options)))
+
+      if (option == 'toggle') data.toggle()
+      else if (option) data.setState(option)
+    })
+  }
+
+  $.fn.button.Constructor = Button
+
+
+  // BUTTON NO CONFLICT
+  // ==================
+
+  $.fn.button.noConflict = function () {
+    $.fn.button = old
+    return this
+  }
+
+
+  // BUTTON DATA-API
+  // ===============
+
+  $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) {
+    var $btn = $(e.target)
+    if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
+    $btn.button('toggle')
+    e.preventDefault()
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: carousel.js v3.0.2
+ * http://getbootstrap.com/javascript/#carousel
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // CAROUSEL CLASS DEFINITION
+  // =========================
+
+  var Carousel = function (element, options) {
+    this.$element    = $(element)
+    this.$indicators = this.$element.find('.carousel-indicators')
+    this.options     = options
+    this.paused      =
+    this.sliding     =
+    this.interval    =
+    this.$active     =
+    this.$items      = null
+
+    this.options.pause == 'hover' && this.$element
+      .on('mouseenter', $.proxy(this.pause, this))
+      .on('mouseleave', $.proxy(this.cycle, this))
+  }
+
+  Carousel.DEFAULTS = {
+    interval: 5000
+  , pause: 'hover'
+  , wrap: true
+  }
+
+  Carousel.prototype.cycle =  function (e) {
+    e || (this.paused = false)
+
+    this.interval && clearInterval(this.interval)
+
+    this.options.interval
+      && !this.paused
+      && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
+
+    return this
+  }
+
+  Carousel.prototype.getActiveIndex = function () {
+    this.$active = this.$element.find('.item.active')
+    this.$items  = this.$active.parent().children()
+
+    return this.$items.index(this.$active)
+  }
+
+  Carousel.prototype.to = function (pos) {
+    var that        = this
+    var activeIndex = this.getActiveIndex()
+
+    if (pos > (this.$items.length - 1) || pos < 0) return
+
+    if (this.sliding)       return this.$element.one('slid', function () { that.to(pos) })
+    if (activeIndex == pos) return this.pause().cycle()
+
+    return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos]))
+  }
+
+  Carousel.prototype.pause = function (e) {
+    e || (this.paused = true)
+
+    if (this.$element.find('.next, .prev').length && $.support.transition.end) {
+      this.$element.trigger($.support.transition.end)
+      this.cycle(true)
+    }
+
+    this.interval = clearInterval(this.interval)
+
+    return this
+  }
+
+  Carousel.prototype.next = function () {
+    if (this.sliding) return
+    return this.slide('next')
+  }
+
+  Carousel.prototype.prev = function () {
+    if (this.sliding) return
+    return this.slide('prev')
+  }
+
+  Carousel.prototype.slide = function (type, next) {
+    var $active   = this.$element.find('.item.active')
+    var $next     = next || $active[type]()
+    var isCycling = this.interval
+    var direction = type == 'next' ? 'left' : 'right'
+    var fallback  = type == 'next' ? 'first' : 'last'
+    var that      = this
+
+    if (!$next.length) {
+      if (!this.options.wrap) return
+      $next = this.$element.find('.item')[fallback]()
+    }
+
+    this.sliding = true
+
+    isCycling && this.pause()
+
+    var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction })
+
+    if ($next.hasClass('active')) return
+
+    if (this.$indicators.length) {
+      this.$indicators.find('.active').removeClass('active')
+      this.$element.one('slid', function () {
+        var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
+        $nextIndicator && $nextIndicator.addClass('active')
+      })
+    }
+
+    if ($.support.transition && this.$element.hasClass('slide')) {
+      this.$element.trigger(e)
+      if (e.isDefaultPrevented()) return
+      $next.addClass(type)
+      $next[0].offsetWidth // force reflow
+      $active.addClass(direction)
+      $next.addClass(direction)
+      $active
+        .one($.support.transition.end, function () {
+          $next.removeClass([type, direction].join(' ')).addClass('active')
+          $active.removeClass(['active', direction].join(' '))
+          that.sliding = false
+          setTimeout(function () { that.$element.trigger('slid') }, 0)
+        })
+        .emulateTransitionEnd(600)
+    } else {
+      this.$element.trigger(e)
+      if (e.isDefaultPrevented()) return
+      $active.removeClass('active')
+      $next.addClass('active')
+      this.sliding = false
+      this.$element.trigger('slid')
+    }
+
+    isCycling && this.cycle()
+
+    return this
+  }
+
+
+  // CAROUSEL PLUGIN DEFINITION
+  // ==========================
+
+  var old = $.fn.carousel
+
+  $.fn.carousel = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.carousel')
+      var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option)
+      var action  = typeof option == 'string' ? option : options.slide
+
+      if (!data) $this.data('bs.carousel', (data = new Carousel(this, options)))
+      if (typeof option == 'number') data.to(option)
+      else if (action) data[action]()
+      else if (options.interval) data.pause().cycle()
+    })
+  }
+
+  $.fn.carousel.Constructor = Carousel
+
+
+  // CAROUSEL NO CONFLICT
+  // ====================
+
+  $.fn.carousel.noConflict = function () {
+    $.fn.carousel = old
+    return this
+  }
+
+
+  // CAROUSEL DATA-API
+  // =================
+
+  $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) {
+    var $this   = $(this), href
+    var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
+    var options = $.extend({}, $target.data(), $this.data())
+    var slideIndex = $this.attr('data-slide-to')
+    if (slideIndex) options.interval = false
+
+    $target.carousel(options)
+
+    if (slideIndex = $this.attr('data-slide-to')) {
+      $target.data('bs.carousel').to(slideIndex)
+    }
+
+    e.preventDefault()
+  })
+
+  $(window).on('load', function () {
+    $('[data-ride="carousel"]').each(function () {
+      var $carousel = $(this)
+      $carousel.carousel($carousel.data())
+    })
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: collapse.js v3.0.2
+ * http://getbootstrap.com/javascript/#collapse
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // COLLAPSE PUBLIC CLASS DEFINITION
+  // ================================
+
+  var Collapse = function (element, options) {
+    this.$element      = $(element)
+    this.options       = $.extend({}, Collapse.DEFAULTS, options)
+    this.transitioning = null
+
+    if (this.options.parent) this.$parent = $(this.options.parent)
+    if (this.options.toggle) this.toggle()
+  }
+
+  Collapse.DEFAULTS = {
+    toggle: true
+  }
+
+  Collapse.prototype.dimension = function () {
+    var hasWidth = this.$element.hasClass('width')
+    return hasWidth ? 'width' : 'height'
+  }
+
+  Collapse.prototype.show = function () {
+    if (this.transitioning || this.$element.hasClass('in')) return
+
+    var startEvent = $.Event('show.bs.collapse')
+    this.$element.trigger(startEvent)
+    if (startEvent.isDefaultPrevented()) return
+
+    var actives = this.$parent && this.$parent.find('> .panel > .in')
+
+    if (actives && actives.length) {
+      var hasData = actives.data('bs.collapse')
+      if (hasData && hasData.transitioning) return
+      actives.collapse('hide')
+      hasData || actives.data('bs.collapse', null)
+    }
+
+    var dimension = this.dimension()
+
+    this.$element
+      .removeClass('collapse')
+      .addClass('collapsing')
+      [dimension](0)
+
+    this.transitioning = 1
+
+    var complete = function () {
+      this.$element
+        .removeClass('collapsing')
+        .addClass('in')
+        [dimension]('auto')
+      this.transitioning = 0
+      this.$element.trigger('shown.bs.collapse')
+    }
+
+    if (!$.support.transition) return complete.call(this)
+
+    var scrollSize = $.camelCase(['scroll', dimension].join('-'))
+
+    this.$element
+      .one($.support.transition.end, $.proxy(complete, this))
+      .emulateTransitionEnd(350)
+      [dimension](this.$element[0][scrollSize])
+  }
+
+  Collapse.prototype.hide = function () {
+    if (this.transitioning || !this.$element.hasClass('in')) return
+
+    var startEvent = $.Event('hide.bs.collapse')
+    this.$element.trigger(startEvent)
+    if (startEvent.isDefaultPrevented()) return
+
+    var dimension = this.dimension()
+
+    this.$element
+      [dimension](this.$element[dimension]())
+      [0].offsetHeight
+
+    this.$element
+      .addClass('collapsing')
+      .removeClass('collapse')
+      .removeClass('in')
+
+    this.transitioning = 1
+
+    var complete = function () {
+      this.transitioning = 0
+      this.$element
+        .trigger('hidden.bs.collapse')
+        .removeClass('collapsing')
+        .addClass('collapse')
+    }
+
+    if (!$.support.transition) return complete.call(this)
+
+    this.$element
+      [dimension](0)
+      .one($.support.transition.end, $.proxy(complete, this))
+      .emulateTransitionEnd(350)
+  }
+
+  Collapse.prototype.toggle = function () {
+    this[this.$element.hasClass('in') ? 'hide' : 'show']()
+  }
+
+
+  // COLLAPSE PLUGIN DEFINITION
+  // ==========================
+
+  var old = $.fn.collapse
+
+  $.fn.collapse = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.collapse')
+      var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
+
+      if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.collapse.Constructor = Collapse
+
+
+  // COLLAPSE NO CONFLICT
+  // ====================
+
+  $.fn.collapse.noConflict = function () {
+    $.fn.collapse = old
+    return this
+  }
+
+
+  // COLLAPSE DATA-API
+  // =================
+
+  $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) {
+    var $this   = $(this), href
+    var target  = $this.attr('data-target')
+        || e.preventDefault()
+        || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
+    var $target = $(target)
+    var data    = $target.data('bs.collapse')
+    var option  = data ? 'toggle' : $this.data()
+    var parent  = $this.attr('data-parent')
+    var $parent = parent && $(parent)
+
+    if (!data || !data.transitioning) {
+      if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed')
+      $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
+    }
+
+    $target.collapse(option)
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: dropdown.js v3.0.2
+ * http://getbootstrap.com/javascript/#dropdowns
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // DROPDOWN CLASS DEFINITION
+  // =========================
+
+  var backdrop = '.dropdown-backdrop'
+  var toggle   = '[data-toggle=dropdown]'
+  var Dropdown = function (element) {
+    var $el = $(element).on('click.bs.dropdown', this.toggle)
+  }
+
+  Dropdown.prototype.toggle = function (e) {
+    var $this = $(this)
+
+    if ($this.is('.disabled, :disabled')) return
+
+    var $parent  = getParent($this)
+    var isActive = $parent.hasClass('open')
+
+    clearMenus()
+
+    if (!isActive) {
+      if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
+        // if mobile we we use a backdrop because click events don't delegate
+        $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
+      }
+
+      $parent.trigger(e = $.Event('show.bs.dropdown'))
+
+      if (e.isDefaultPrevented()) return
+
+      $parent
+        .toggleClass('open')
+        .trigger('shown.bs.dropdown')
+
+      $this.focus()
+    }
+
+    return false
+  }
+
+  Dropdown.prototype.keydown = function (e) {
+    if (!/(38|40|27)/.test(e.keyCode)) return
+
+    var $this = $(this)
+
+    e.preventDefault()
+    e.stopPropagation()
+
+    if ($this.is('.disabled, :disabled')) return
+
+    var $parent  = getParent($this)
+    var isActive = $parent.hasClass('open')
+
+    if (!isActive || (isActive && e.keyCode == 27)) {
+      if (e.which == 27) $parent.find(toggle).focus()
+      return $this.click()
+    }
+
+    var $items = $('[role=menu] li:not(.divider):visible a', $parent)
+
+    if (!$items.length) return
+
+    var index = $items.index($items.filter(':focus'))
+
+    if (e.keyCode == 38 && index > 0)                 index--                        // up
+    if (e.keyCode == 40 && index < $items.length - 1) index++                        // down
+    if (!~index)                                      index=0
+
+    $items.eq(index).focus()
+  }
+
+  function clearMenus() {
+    $(backdrop).remove()
+    $(toggle).each(function (e) {
+      var $parent = getParent($(this))
+      if (!$parent.hasClass('open')) return
+      $parent.trigger(e = $.Event('hide.bs.dropdown'))
+      if (e.isDefaultPrevented()) return
+      $parent.removeClass('open').trigger('hidden.bs.dropdown')
+    })
+  }
+
+  function getParent($this) {
+    var selector = $this.attr('data-target')
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
+    }
+
+    var $parent = selector && $(selector)
+
+    return $parent && $parent.length ? $parent : $this.parent()
+  }
+
+
+  // DROPDOWN PLUGIN DEFINITION
+  // ==========================
+
+  var old = $.fn.dropdown
+
+  $.fn.dropdown = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+      var data  = $this.data('dropdown')
+
+      if (!data) $this.data('dropdown', (data = new Dropdown(this)))
+      if (typeof option == 'string') data[option].call($this)
+    })
+  }
+
+  $.fn.dropdown.Constructor = Dropdown
+
+
+  // DROPDOWN NO CONFLICT
+  // ====================
+
+  $.fn.dropdown.noConflict = function () {
+    $.fn.dropdown = old
+    return this
+  }
+
+
+  // APPLY TO STANDARD DROPDOWN ELEMENTS
+  // ===================================
+
+  $(document)
+    .on('click.bs.dropdown.data-api', clearMenus)
+    .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
+    .on('click.bs.dropdown.data-api'  , toggle, Dropdown.prototype.toggle)
+    .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: modal.js v3.0.2
+ * http://getbootstrap.com/javascript/#modals
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // MODAL CLASS DEFINITION
+  // ======================
+
+  var Modal = function (element, options) {
+    this.options   = options
+    this.$element  = $(element)
+    this.$backdrop =
+    this.isShown   = null
+
+    if (this.options.remote) this.$element.load(this.options.remote)
+  }
+
+  Modal.DEFAULTS = {
+      backdrop: true
+    , keyboard: true
+    , show: true
+  }
+
+  Modal.prototype.toggle = function (_relatedTarget) {
+    return this[!this.isShown ? 'show' : 'hide'](_relatedTarget)
+  }
+
+  Modal.prototype.show = function (_relatedTarget) {
+    var that = this
+    var e    = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
+
+    this.$element.trigger(e)
+
+    if (this.isShown || e.isDefaultPrevented()) return
+
+    this.isShown = true
+
+    this.escape()
+
+    this.$element.on('click.dismiss.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
+
+    this.backdrop(function () {
+      var transition = $.support.transition && that.$element.hasClass('fade')
+
+      if (!that.$element.parent().length) {
+        that.$element.appendTo(document.body) // don't move modals dom position
+      }
+
+      that.$element.show()
+
+      if (transition) {
+        that.$element[0].offsetWidth // force reflow
+      }
+
+      that.$element
+        .addClass('in')
+        .attr('aria-hidden', false)
+
+      that.enforceFocus()
+
+      var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
+
+      transition ?
+        that.$element.find('.modal-dialog') // wait for modal to slide in
+          .one($.support.transition.end, function () {
+            that.$element.focus().trigger(e)
+          })
+          .emulateTransitionEnd(300) :
+        that.$element.focus().trigger(e)
+    })
+  }
+
+  Modal.prototype.hide = function (e) {
+    if (e) e.preventDefault()
+
+    e = $.Event('hide.bs.modal')
+
+    this.$element.trigger(e)
+
+    if (!this.isShown || e.isDefaultPrevented()) return
+
+    this.isShown = false
+
+    this.escape()
+
+    $(document).off('focusin.bs.modal')
+
+    this.$element
+      .removeClass('in')
+      .attr('aria-hidden', true)
+      .off('click.dismiss.modal')
+
+    $.support.transition && this.$element.hasClass('fade') ?
+      this.$element
+        .one($.support.transition.end, $.proxy(this.hideModal, this))
+        .emulateTransitionEnd(300) :
+      this.hideModal()
+  }
+
+  Modal.prototype.enforceFocus = function () {
+    $(document)
+      .off('focusin.bs.modal') // guard against infinite focus loop
+      .on('focusin.bs.modal', $.proxy(function (e) {
+        if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
+          this.$element.focus()
+        }
+      }, this))
+  }
+
+  Modal.prototype.escape = function () {
+    if (this.isShown && this.options.keyboard) {
+      this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) {
+        e.which == 27 && this.hide()
+      }, this))
+    } else if (!this.isShown) {
+      this.$element.off('keyup.dismiss.bs.modal')
+    }
+  }
+
+  Modal.prototype.hideModal = function () {
+    var that = this
+    this.$element.hide()
+    this.backdrop(function () {
+      that.removeBackdrop()
+      that.$element.trigger('hidden.bs.modal')
+    })
+  }
+
+  Modal.prototype.removeBackdrop = function () {
+    this.$backdrop && this.$backdrop.remove()
+    this.$backdrop = null
+  }
+
+  Modal.prototype.backdrop = function (callback) {
+    var that    = this
+    var animate = this.$element.hasClass('fade') ? 'fade' : ''
+
+    if (this.isShown && this.options.backdrop) {
+      var doAnimate = $.support.transition && animate
+
+      this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
+        .appendTo(document.body)
+
+      this.$element.on('click.dismiss.modal', $.proxy(function (e) {
+        if (e.target !== e.currentTarget) return
+        this.options.backdrop == 'static'
+          ? this.$element[0].focus.call(this.$element[0])
+          : this.hide.call(this)
+      }, this))
+
+      if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
+
+      this.$backdrop.addClass('in')
+
+      if (!callback) return
+
+      doAnimate ?
+        this.$backdrop
+          .one($.support.transition.end, callback)
+          .emulateTransitionEnd(150) :
+        callback()
+
+    } else if (!this.isShown && this.$backdrop) {
+      this.$backdrop.removeClass('in')
+
+      $.support.transition && this.$element.hasClass('fade')?
+        this.$backdrop
+          .one($.support.transition.end, callback)
+          .emulateTransitionEnd(150) :
+        callback()
+
+    } else if (callback) {
+      callback()
+    }
+  }
+
+
+  // MODAL PLUGIN DEFINITION
+  // =======================
+
+  var old = $.fn.modal
+
+  $.fn.modal = function (option, _relatedTarget) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.modal')
+      var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
+
+      if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
+      if (typeof option == 'string') data[option](_relatedTarget)
+      else if (options.show) data.show(_relatedTarget)
+    })
+  }
+
+  $.fn.modal.Constructor = Modal
+
+
+  // MODAL NO CONFLICT
+  // =================
+
+  $.fn.modal.noConflict = function () {
+    $.fn.modal = old
+    return this
+  }
+
+
+  // MODAL DATA-API
+  // ==============
+
+  $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
+    var $this   = $(this)
+    var href    = $this.attr('href')
+    var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7
+    var option  = $target.data('modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
+
+    e.preventDefault()
+
+    $target
+      .modal(option, this)
+      .one('hide', function () {
+        $this.is(':visible') && $this.focus()
+      })
+  })
+
+  $(document)
+    .on('show.bs.modal',  '.modal', function () { $(document.body).addClass('modal-open') })
+    .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: tooltip.js v3.0.2
+ * http://getbootstrap.com/javascript/#tooltip
+ * Inspired by the original jQuery.tipsy by Jason Frame
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // TOOLTIP PUBLIC CLASS DEFINITION
+  // ===============================
+
+  var Tooltip = function (element, options) {
+    this.type       =
+    this.options    =
+    this.enabled    =
+    this.timeout    =
+    this.hoverState =
+    this.$element   = null
+
+    this.init('tooltip', element, options)
+  }
+
+  Tooltip.DEFAULTS = {
+    animation: true
+  , placement: 'top'
+  , selector: false
+  , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
+  , trigger: 'hover focus'
+  , title: ''
+  , delay: 0
+  , html: false
+  , container: false
+  }
+
+  Tooltip.prototype.init = function (type, element, options) {
+    this.enabled  = true
+    this.type     = type
+    this.$element = $(element)
+    this.options  = this.getOptions(options)
+
+    var triggers = this.options.trigger.split(' ')
+
+    for (var i = triggers.length; i--;) {
+      var trigger = triggers[i]
+
+      if (trigger == 'click') {
+        this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
+      } else if (trigger != 'manual') {
+        var eventIn  = trigger == 'hover' ? 'mouseenter' : 'focus'
+        var eventOut = trigger == 'hover' ? 'mouseleave' : 'blur'
+
+        this.$element.on(eventIn  + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
+        this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
+      }
+    }
+
+    this.options.selector ?
+      (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
+      this.fixTitle()
+  }
+
+  Tooltip.prototype.getDefaults = function () {
+    return Tooltip.DEFAULTS
+  }
+
+  Tooltip.prototype.getOptions = function (options) {
+    options = $.extend({}, this.getDefaults(), this.$element.data(), options)
+
+    if (options.delay && typeof options.delay == 'number') {
+      options.delay = {
+        show: options.delay
+      , hide: options.delay
+      }
+    }
+
+    return options
+  }
+
+  Tooltip.prototype.getDelegateOptions = function () {
+    var options  = {}
+    var defaults = this.getDefaults()
+
+    this._options && $.each(this._options, function (key, value) {
+      if (defaults[key] != value) options[key] = value
+    })
+
+    return options
+  }
+
+  Tooltip.prototype.enter = function (obj) {
+    var self = obj instanceof this.constructor ?
+      obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
+
+    clearTimeout(self.timeout)
+
+    self.hoverState = 'in'
+
+    if (!self.options.delay || !self.options.delay.show) return self.show()
+
+    self.timeout = setTimeout(function () {
+      if (self.hoverState == 'in') self.show()
+    }, self.options.delay.show)
+  }
+
+  Tooltip.prototype.leave = function (obj) {
+    var self = obj instanceof this.constructor ?
+      obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
+
+    clearTimeout(self.timeout)
+
+    self.hoverState = 'out'
+
+    if (!self.options.delay || !self.options.delay.hide) return self.hide()
+
+    self.timeout = setTimeout(function () {
+      if (self.hoverState == 'out') self.hide()
+    }, self.options.delay.hide)
+  }
+
+  Tooltip.prototype.show = function () {
+    var e = $.Event('show.bs.'+ this.type)
+
+    if (this.hasContent() && this.enabled) {
+      this.$element.trigger(e)
+
+      if (e.isDefaultPrevented()) return
+
+      var $tip = this.tip()
+
+      this.setContent()
+
+      if (this.options.animation) $tip.addClass('fade')
+
+      var placement = typeof this.options.placement == 'function' ?
+        this.options.placement.call(this, $tip[0], this.$element[0]) :
+        this.options.placement
+
+      var autoToken = /\s?auto?\s?/i
+      var autoPlace = autoToken.test(placement)
+      if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
+
+      $tip
+        .detach()
+        .css({ top: 0, left: 0, display: 'block' })
+        .addClass(placement)
+
+      this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
+
+      var pos          = this.getPosition()
+      var actualWidth  = $tip[0].offsetWidth
+      var actualHeight = $tip[0].offsetHeight
+
+      if (autoPlace) {
+        var $parent = this.$element.parent()
+
+        var orgPlacement = placement
+        var docScroll    = document.documentElement.scrollTop || document.body.scrollTop
+        var parentWidth  = this.options.container == 'body' ? window.innerWidth  : $parent.outerWidth()
+        var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight()
+        var parentLeft   = this.options.container == 'body' ? 0 : $parent.offset().left
+
+        placement = placement == 'bottom' && pos.top   + pos.height  + actualHeight - docScroll > parentHeight  ? 'top'    :
+                    placement == 'top'    && pos.top   - docScroll   - actualHeight < 0                         ? 'bottom' :
+                    placement == 'right'  && pos.right + actualWidth > parentWidth                              ? 'left'   :
+                    placement == 'left'   && pos.left  - actualWidth < parentLeft                               ? 'right'  :
+                    placement
+
+        $tip
+          .removeClass(orgPlacement)
+          .addClass(placement)
+      }
+
+      var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
+
+      this.applyPlacement(calculatedOffset, placement)
+      this.$element.trigger('shown.bs.' + this.type)
+    }
+  }
+
+  Tooltip.prototype.applyPlacement = function(offset, placement) {
+    var replace
+    var $tip   = this.tip()
+    var width  = $tip[0].offsetWidth
+    var height = $tip[0].offsetHeight
+
+    // manually read margins because getBoundingClientRect includes difference
+    var marginTop = parseInt($tip.css('margin-top'), 10)
+    var marginLeft = parseInt($tip.css('margin-left'), 10)
+
+    // we must check for NaN for ie 8/9
+    if (isNaN(marginTop))  marginTop  = 0
+    if (isNaN(marginLeft)) marginLeft = 0
+
+    offset.top  = offset.top  + marginTop
+    offset.left = offset.left + marginLeft
+
+    $tip
+      .offset(offset)
+      .addClass('in')
+
+    // check to see if placing tip in new offset caused the tip to resize itself
+    var actualWidth  = $tip[0].offsetWidth
+    var actualHeight = $tip[0].offsetHeight
+
+    if (placement == 'top' && actualHeight != height) {
+      replace = true
+      offset.top = offset.top + height - actualHeight
+    }
+
+    if (/bottom|top/.test(placement)) {
+      var delta = 0
+
+      if (offset.left < 0) {
+        delta       = offset.left * -2
+        offset.left = 0
+
+        $tip.offset(offset)
+
+        actualWidth  = $tip[0].offsetWidth
+        actualHeight = $tip[0].offsetHeight
+      }
+
+      this.replaceArrow(delta - width + actualWidth, actualWidth, 'left')
+    } else {
+      this.replaceArrow(actualHeight - height, actualHeight, 'top')
+    }
+
+    if (replace) $tip.offset(offset)
+  }
+
+  Tooltip.prototype.replaceArrow = function(delta, dimension, position) {
+    this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + "%") : '')
+  }
+
+  Tooltip.prototype.setContent = function () {
+    var $tip  = this.tip()
+    var title = this.getTitle()
+
+    $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
+    $tip.removeClass('fade in top bottom left right')
+  }
+
+  Tooltip.prototype.hide = function () {
+    var that = this
+    var $tip = this.tip()
+    var e    = $.Event('hide.bs.' + this.type)
+
+    function complete() {
+      if (that.hoverState != 'in') $tip.detach()
+    }
+
+    this.$element.trigger(e)
+
+    if (e.isDefaultPrevented()) return
+
+    $tip.removeClass('in')
+
+    $.support.transition && this.$tip.hasClass('fade') ?
+      $tip
+        .one($.support.transition.end, complete)
+        .emulateTransitionEnd(150) :
+      complete()
+
+    this.$element.trigger('hidden.bs.' + this.type)
+
+    return this
+  }
+
+  Tooltip.prototype.fixTitle = function () {
+    var $e = this.$element
+    if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
+      $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
+    }
+  }
+
+  Tooltip.prototype.hasContent = function () {
+    return this.getTitle()
+  }
+
+  Tooltip.prototype.getPosition = function () {
+    var el = this.$element[0]
+    return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : {
+      width: el.offsetWidth
+    , height: el.offsetHeight
+    }, this.$element.offset())
+  }
+
+  Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
+    return placement == 'bottom' ? { top: pos.top + pos.height,   left: pos.left + pos.width / 2 - actualWidth / 2  } :
+           placement == 'top'    ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2  } :
+           placement == 'left'   ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
+        /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width   }
+  }
+
+  Tooltip.prototype.getTitle = function () {
+    var title
+    var $e = this.$element
+    var o  = this.options
+
+    title = $e.attr('data-original-title')
+      || (typeof o.title == 'function' ? o.title.call($e[0]) :  o.title)
+
+    return title
+  }
+
+  Tooltip.prototype.tip = function () {
+    return this.$tip = this.$tip || $(this.options.template)
+  }
+
+  Tooltip.prototype.arrow = function () {
+    return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
+  }
+
+  Tooltip.prototype.validate = function () {
+    if (!this.$element[0].parentNode) {
+      this.hide()
+      this.$element = null
+      this.options  = null
+    }
+  }
+
+  Tooltip.prototype.enable = function () {
+    this.enabled = true
+  }
+
+  Tooltip.prototype.disable = function () {
+    this.enabled = false
+  }
+
+  Tooltip.prototype.toggleEnabled = function () {
+    this.enabled = !this.enabled
+  }
+
+  Tooltip.prototype.toggle = function (e) {
+    var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this
+    self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
+  }
+
+  Tooltip.prototype.destroy = function () {
+    this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
+  }
+
+
+  // TOOLTIP PLUGIN DEFINITION
+  // =========================
+
+  var old = $.fn.tooltip
+
+  $.fn.tooltip = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.tooltip')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.tooltip.Constructor = Tooltip
+
+
+  // TOOLTIP NO CONFLICT
+  // ===================
+
+  $.fn.tooltip.noConflict = function () {
+    $.fn.tooltip = old
+    return this
+  }
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: popover.js v3.0.2
+ * http://getbootstrap.com/javascript/#popovers
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // POPOVER PUBLIC CLASS DEFINITION
+  // ===============================
+
+  var Popover = function (element, options) {
+    this.init('popover', element, options)
+  }
+
+  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
+
+  Popover.DEFAULTS = $.extend({} , $.fn.tooltip.Constructor.DEFAULTS, {
+    placement: 'right'
+  , trigger: 'click'
+  , content: ''
+  , template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
+  })
+
+
+  // NOTE: POPOVER EXTENDS tooltip.js
+  // ================================
+
+  Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
+
+  Popover.prototype.constructor = Popover
+
+  Popover.prototype.getDefaults = function () {
+    return Popover.DEFAULTS
+  }
+
+  Popover.prototype.setContent = function () {
+    var $tip    = this.tip()
+    var title   = this.getTitle()
+    var content = this.getContent()
+
+    $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
+    $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content)
+
+    $tip.removeClass('fade top bottom left right in')
+
+    // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
+    // this manually by checking the contents.
+    if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
+  }
+
+  Popover.prototype.hasContent = function () {
+    return this.getTitle() || this.getContent()
+  }
+
+  Popover.prototype.getContent = function () {
+    var $e = this.$element
+    var o  = this.options
+
+    return $e.attr('data-content')
+      || (typeof o.content == 'function' ?
+            o.content.call($e[0]) :
+            o.content)
+  }
+
+  Popover.prototype.arrow = function () {
+    return this.$arrow = this.$arrow || this.tip().find('.arrow')
+  }
+
+  Popover.prototype.tip = function () {
+    if (!this.$tip) this.$tip = $(this.options.template)
+    return this.$tip
+  }
+
+
+  // POPOVER PLUGIN DEFINITION
+  // =========================
+
+  var old = $.fn.popover
+
+  $.fn.popover = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.popover')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.popover.Constructor = Popover
+
+
+  // POPOVER NO CONFLICT
+  // ===================
+
+  $.fn.popover.noConflict = function () {
+    $.fn.popover = old
+    return this
+  }
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: scrollspy.js v3.0.2
+ * http://getbootstrap.com/javascript/#scrollspy
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // SCROLLSPY CLASS DEFINITION
+  // ==========================
+
+  function ScrollSpy(element, options) {
+    var href
+    var process  = $.proxy(this.process, this)
+
+    this.$element       = $(element).is('body') ? $(window) : $(element)
+    this.$body          = $('body')
+    this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process)
+    this.options        = $.extend({}, ScrollSpy.DEFAULTS, options)
+    this.selector       = (this.options.target
+      || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
+      || '') + ' .nav li > a'
+    this.offsets        = $([])
+    this.targets        = $([])
+    this.activeTarget   = null
+
+    this.refresh()
+    this.process()
+  }
+
+  ScrollSpy.DEFAULTS = {
+    offset: 10
+  }
+
+  ScrollSpy.prototype.refresh = function () {
+    var offsetMethod = this.$element[0] == window ? 'offset' : 'position'
+
+    this.offsets = $([])
+    this.targets = $([])
+
+    var self     = this
+    var $targets = this.$body
+      .find(this.selector)
+      .map(function () {
+        var $el   = $(this)
+        var href  = $el.data('target') || $el.attr('href')
+        var $href = /^#\w/.test(href) && $(href)
+
+        return ($href
+          && $href.length
+          && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null
+      })
+      .sort(function (a, b) { return a[0] - b[0] })
+      .each(function () {
+        self.offsets.push(this[0])
+        self.targets.push(this[1])
+      })
+  }
+
+  ScrollSpy.prototype.process = function () {
+    var scrollTop    = this.$scrollElement.scrollTop() + this.options.offset
+    var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
+    var maxScroll    = scrollHeight - this.$scrollElement.height()
+    var offsets      = this.offsets
+    var targets      = this.targets
+    var activeTarget = this.activeTarget
+    var i
+
+    if (scrollTop >= maxScroll) {
+      return activeTarget != (i = targets.last()[0]) && this.activate(i)
+    }
+
+    for (i = offsets.length; i--;) {
+      activeTarget != targets[i]
+        && scrollTop >= offsets[i]
+        && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
+        && this.activate( targets[i] )
+    }
+  }
+
+  ScrollSpy.prototype.activate = function (target) {
+    this.activeTarget = target
+
+    $(this.selector)
+      .parents('.active')
+      .removeClass('active')
+
+    var selector = this.selector
+      + '[data-target="' + target + '"],'
+      + this.selector + '[href="' + target + '"]'
+
+    var active = $(selector)
+      .parents('li')
+      .addClass('active')
+
+    if (active.parent('.dropdown-menu').length)  {
+      active = active
+        .closest('li.dropdown')
+        .addClass('active')
+    }
+
+    active.trigger('activate')
+  }
+
+
+  // SCROLLSPY PLUGIN DEFINITION
+  // ===========================
+
+  var old = $.fn.scrollspy
+
+  $.fn.scrollspy = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.scrollspy')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.scrollspy.Constructor = ScrollSpy
+
+
+  // SCROLLSPY NO CONFLICT
+  // =====================
+
+  $.fn.scrollspy.noConflict = function () {
+    $.fn.scrollspy = old
+    return this
+  }
+
+
+  // SCROLLSPY DATA-API
+  // ==================
+
+  $(window).on('load', function () {
+    $('[data-spy="scroll"]').each(function () {
+      var $spy = $(this)
+      $spy.scrollspy($spy.data())
+    })
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: tab.js v3.0.2
+ * http://getbootstrap.com/javascript/#tabs
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // TAB CLASS DEFINITION
+  // ====================
+
+  var Tab = function (element) {
+    this.element = $(element)
+  }
+
+  Tab.prototype.show = function () {
+    var $this    = this.element
+    var $ul      = $this.closest('ul:not(.dropdown-menu)')
+    var selector = $this.data('target')
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
+    }
+
+    if ($this.parent('li').hasClass('active')) return
+
+    var previous = $ul.find('.active:last a')[0]
+    var e        = $.Event('show.bs.tab', {
+      relatedTarget: previous
+    })
+
+    $this.trigger(e)
+
+    if (e.isDefaultPrevented()) return
+
+    var $target = $(selector)
+
+    this.activate($this.parent('li'), $ul)
+    this.activate($target, $target.parent(), function () {
+      $this.trigger({
+        type: 'shown.bs.tab'
+      , relatedTarget: previous
+      })
+    })
+  }
+
+  Tab.prototype.activate = function (element, container, callback) {
+    var $active    = container.find('> .active')
+    var transition = callback
+      && $.support.transition
+      && $active.hasClass('fade')
+
+    function next() {
+      $active
+        .removeClass('active')
+        .find('> .dropdown-menu > .active')
+        .removeClass('active')
+
+      element.addClass('active')
+
+      if (transition) {
+        element[0].offsetWidth // reflow for transition
+        element.addClass('in')
+      } else {
+        element.removeClass('fade')
+      }
+
+      if (element.parent('.dropdown-menu')) {
+        element.closest('li.dropdown').addClass('active')
+      }
+
+      callback && callback()
+    }
+
+    transition ?
+      $active
+        .one($.support.transition.end, next)
+        .emulateTransitionEnd(150) :
+      next()
+
+    $active.removeClass('in')
+  }
+
+
+  // TAB PLUGIN DEFINITION
+  // =====================
+
+  var old = $.fn.tab
+
+  $.fn.tab = function ( option ) {
+    return this.each(function () {
+      var $this = $(this)
+      var data  = $this.data('bs.tab')
+
+      if (!data) $this.data('bs.tab', (data = new Tab(this)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.tab.Constructor = Tab
+
+
+  // TAB NO CONFLICT
+  // ===============
+
+  $.fn.tab.noConflict = function () {
+    $.fn.tab = old
+    return this
+  }
+
+
+  // TAB DATA-API
+  // ============
+
+  $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
+    e.preventDefault()
+    $(this).tab('show')
+  })
+
+}(jQuery);
+
+/* ========================================================================
+ * Bootstrap: affix.js v3.0.2
+ * http://getbootstrap.com/javascript/#affix
+ * ========================================================================
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================================== */
+
+
++function ($) { "use strict";
+
+  // AFFIX CLASS DEFINITION
+  // ======================
+
+  var Affix = function (element, options) {
+    this.options = $.extend({}, Affix.DEFAULTS, options)
+    this.$window = $(window)
+      .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
+      .on('click.bs.affix.data-api',  $.proxy(this.checkPositionWithEventLoop, this))
+
+    this.$element = $(element)
+    this.affixed  =
+    this.unpin    = null
+
+    this.checkPosition()
+  }
+
+  Affix.RESET = 'affix affix-top affix-bottom'
+
+  Affix.DEFAULTS = {
+    offset: 0
+  }
+
+  Affix.prototype.checkPositionWithEventLoop = function () {
+    setTimeout($.proxy(this.checkPosition, this), 1)
+  }
+
+  Affix.prototype.checkPosition = function () {
+    if (!this.$element.is(':visible')) return
+
+    var scrollHeight = $(document).height()
+    var scrollTop    = this.$window.scrollTop()
+    var position     = this.$element.offset()
+    var offset       = this.options.offset
+    var offsetTop    = offset.top
+    var offsetBottom = offset.bottom
+
+    if (typeof offset != 'object')         offsetBottom = offsetTop = offset
+    if (typeof offsetTop == 'function')    offsetTop    = offset.top()
+    if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()
+
+    var affix = this.unpin   != null && (scrollTop + this.unpin <= position.top) ? false :
+                offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' :
+                offsetTop    != null && (scrollTop <= offsetTop) ? 'top' : false
+
+    if (this.affixed === affix) return
+    if (this.unpin) this.$element.css('top', '')
+
+    this.affixed = affix
+    this.unpin   = affix == 'bottom' ? position.top - scrollTop : null
+
+    this.$element.removeClass(Affix.RESET).addClass('affix' + (affix ? '-' + affix : ''))
+
+    if (affix == 'bottom') {
+      this.$element.offset({ top: document.body.offsetHeight - offsetBottom - this.$element.height() })
+    }
+  }
+
+
+  // AFFIX PLUGIN DEFINITION
+  // =======================
+
+  var old = $.fn.affix
+
+  $.fn.affix = function (option) {
+    return this.each(function () {
+      var $this   = $(this)
+      var data    = $this.data('bs.affix')
+      var options = typeof option == 'object' && option
+
+      if (!data) $this.data('bs.affix', (data = new Affix(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.affix.Constructor = Affix
+
+
+  // AFFIX NO CONFLICT
+  // =================
+
+  $.fn.affix.noConflict = function () {
+    $.fn.affix = old
+    return this
+  }
+
+
+  // AFFIX DATA-API
+  // ==============
+
+  $(window).on('load', function () {
+    $('[data-spy="affix"]').each(function () {
+      var $spy = $(this)
+      var data = $spy.data()
+
+      data.offset = data.offset || {}
+
+      if (data.offsetBottom) data.offset.bottom = data.offsetBottom
+      if (data.offsetTop)    data.offset.top    = data.offsetTop
+
+      $spy.affix(data)
+    })
+  })
+
+}(jQuery);

File diff suppressed because it is too large
+ 8 - 0
docs/jstree/dist/libs/bootstrap/js/bootstrap.min.js


File diff suppressed because it is too large
+ 0 - 2
docs/jstree/dist/libs/jquery-1.9.1.min.js


File diff suppressed because it is too large
+ 1 - 0
docs/jstree/dist/libs/jquery.js


BIN
docs/jstree/dist/themes/default-dark/32px.png


BIN
docs/jstree/dist/themes/default-dark/40px.png


+ 0 - 1112
docs/jstree/dist/themes/default-dark/style.css

@@ -1,1112 +0,0 @@
-/* jsTree default dark theme */
-.jstree-node,
-.jstree-children,
-.jstree-container-ul {
-  display: block;
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-  list-style-image: none;
-}
-.jstree-node {
-  white-space: nowrap;
-}
-.jstree-anchor {
-  display: inline-block;
-  color: black;
-  white-space: nowrap;
-  padding: 0 4px 0 1px;
-  margin: 0;
-  vertical-align: top;
-}
-.jstree-anchor:focus {
-  outline: 0;
-}
-.jstree-anchor,
-.jstree-anchor:link,
-.jstree-anchor:visited,
-.jstree-anchor:hover,
-.jstree-anchor:active {
-  text-decoration: none;
-  color: inherit;
-}
-.jstree-icon {
-  display: inline-block;
-  text-decoration: none;
-  margin: 0;
-  padding: 0;
-  vertical-align: top;
-  text-align: center;
-}
-.jstree-icon:empty {
-  display: inline-block;
-  text-decoration: none;
-  margin: 0;
-  padding: 0;
-  vertical-align: top;
-  text-align: center;
-}
-.jstree-ocl {
-  cursor: pointer;
-}
-.jstree-leaf > .jstree-ocl {
-  cursor: default;
-}
-.jstree .jstree-open > .jstree-children {
-  display: block;
-}
-.jstree .jstree-closed > .jstree-children,
-.jstree .jstree-leaf > .jstree-children {
-  display: none;
-}
-.jstree-anchor > .jstree-themeicon {
-  margin-right: 2px;
-}
-.jstree-no-icons .jstree-themeicon,
-.jstree-anchor > .jstree-themeicon-hidden {
-  display: none;
-}
-.jstree-hidden,
-.jstree-node.jstree-hidden {
-  display: none;
-}
-.jstree-rtl .jstree-anchor {
-  padding: 0 1px 0 4px;
-}
-.jstree-rtl .jstree-anchor > .jstree-themeicon {
-  margin-left: 2px;
-  margin-right: 0;
-}
-.jstree-rtl .jstree-node {
-  margin-left: 0;
-}
-.jstree-rtl .jstree-container-ul > .jstree-node {
-  margin-right: 0;
-}
-.jstree-wholerow-ul {
-  position: relative;
-  display: inline-block;
-  min-width: 100%;
-}
-.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
-  cursor: pointer;
-}
-.jstree-wholerow-ul .jstree-anchor,
-.jstree-wholerow-ul .jstree-icon {
-  position: relative;
-}
-.jstree-wholerow-ul .jstree-wholerow {
-  width: 100%;
-  cursor: pointer;
-  position: absolute;
-  left: 0;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  user-select: none;
-}
-.vakata-context {
-  display: none;
-}
-.vakata-context,
-.vakata-context ul {
-  margin: 0;
-  padding: 2px;
-  position: absolute;
-  background: #f5f5f5;
-  border: 1px solid #979797;
-  box-shadow: 2px 2px 2px #999999;
-}
-.vakata-context ul {
-  list-style: none;
-  left: 100%;
-  margin-top: -2.7em;
-  margin-left: -4px;
-}
-.vakata-context .vakata-context-right ul {
-  left: auto;
-  right: 100%;
-  margin-left: auto;
-  margin-right: -4px;
-}
-.vakata-context li {
-  list-style: none;
-}
-.vakata-context li > a {
-  display: block;
-  padding: 0 2em 0 2em;
-  text-decoration: none;
-  width: auto;
-  color: black;
-  white-space: nowrap;
-  line-height: 2.4em;
-  text-shadow: 1px 1px 0 white;
-  border-radius: 1px;
-}
-.vakata-context li > a:hover {
-  position: relative;
-  background-color: #e8eff7;
-  box-shadow: 0 0 2px #0a6aa1;
-}
-.vakata-context li > a.vakata-context-parent {
-  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
-  background-position: right center;
-  background-repeat: no-repeat;
-}
-.vakata-context li > a:focus {
-  outline: 0;
-}
-.vakata-context .vakata-context-hover > a {
-  position: relative;
-  background-color: #e8eff7;
-  box-shadow: 0 0 2px #0a6aa1;
-}
-.vakata-context .vakata-context-separator > a,
-.vakata-context .vakata-context-separator > a:hover {
-  background: white;
-  border: 0;
-  border-top: 1px solid #e2e3e3;
-  height: 1px;
-  min-height: 1px;
-  max-height: 1px;
-  padding: 0;
-  margin: 0 0 0 2.4em;
-  border-left: 1px solid #e0e0e0;
-  text-shadow: 0 0 0 transparent;
-  box-shadow: 0 0 0 transparent;
-  border-radius: 0;
-}
-.vakata-context .vakata-contextmenu-disabled a,
-.vakata-context .vakata-contextmenu-disabled a:hover {
-  color: silver;
-  background-color: transparent;
-  border: 0;
-  box-shadow: 0 0 0;
-}
-.vakata-context li > a > i {
-  text-decoration: none;
-  display: inline-block;
-  width: 2.4em;
-  height: 2.4em;
-  background: transparent;
-  margin: 0 0 0 -2em;
-  vertical-align: top;
-  text-align: center;
-  line-height: 2.4em;
-}
-.vakata-context li > a > i:empty {
-  width: 2.4em;
-  line-height: 2.4em;
-}
-.vakata-context li > a .vakata-contextmenu-sep {
-  display: inline-block;
-  width: 1px;
-  height: 2.4em;
-  background: white;
-  margin: 0 0.5em 0 0;
-  border-left: 1px solid #e2e3e3;
-}
-.vakata-context .vakata-contextmenu-shortcut {
-  font-size: 0.8em;
-  color: silver;
-  opacity: 0.5;
-  display: none;
-}
-.vakata-context-rtl ul {
-  left: auto;
-  right: 100%;
-  margin-left: auto;
-  margin-right: -4px;
-}
-.vakata-context-rtl li > a.vakata-context-parent {
-  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
-  background-position: left center;
-  background-repeat: no-repeat;
-}
-.vakata-context-rtl .vakata-context-separator > a {
-  margin: 0 2.4em 0 0;
-  border-left: 0;
-  border-right: 1px solid #e2e3e3;
-}
-.vakata-context-rtl .vakata-context-left ul {
-  right: auto;
-  left: 100%;
-  margin-left: -4px;
-  margin-right: auto;
-}
-.vakata-context-rtl li > a > i {
-  margin: 0 -2em 0 0;
-}
-.vakata-context-rtl li > a .vakata-contextmenu-sep {
-  margin: 0 0 0 0.5em;
-  border-left-color: white;
-  background: #e2e3e3;
-}
-#jstree-marker {
-  position: absolute;
-  top: 0;
-  left: 0;
-  margin: -5px 0 0 0;
-  padding: 0;
-  border-right: 0;
-  border-top: 5px solid transparent;
-  border-bottom: 5px solid transparent;
-  border-left: 5px solid;
-  width: 0;
-  height: 0;
-  font-size: 0;
-  line-height: 0;
-}
-#jstree-dnd {
-  line-height: 16px;
-  margin: 0;
-  padding: 4px;
-}
-#jstree-dnd .jstree-icon,
-#jstree-dnd .jstree-copy {
-  display: inline-block;
-  text-decoration: none;
-  margin: 0 2px 0 0;
-  padding: 0;
-  width: 16px;
-  height: 16px;
-}
-#jstree-dnd .jstree-ok {
-  background: green;
-}
-#jstree-dnd .jstree-er {
-  background: red;
-}
-#jstree-dnd .jstree-copy {
-  margin: 0 2px 0 2px;
-}
-.jstree-default-dark .jstree-node,
-.jstree-default-dark .jstree-icon {
-  background-repeat: no-repeat;
-  background-color: transparent;
-}
-.jstree-default-dark .jstree-anchor,
-.jstree-default-dark .jstree-wholerow {
-  transition: background-color 0.15s, box-shadow 0.15s;
-}
-.jstree-default-dark .jstree-hovered {
-  background: #555555;
-  border-radius: 2px;
-  box-shadow: inset 0 0 1px #555555;
-}
-.jstree-default-dark .jstree-context {
-  background: #555555;
-  border-radius: 2px;
-  box-shadow: inset 0 0 1px #555555;
-}
-.jstree-default-dark .jstree-clicked {
-  background: #5fa2db;
-  border-radius: 2px;
-  box-shadow: inset 0 0 1px #666666;
-}
-.jstree-default-dark .jstree-no-icons .jstree-anchor > .jstree-themeicon {
-  display: none;
-}
-.jstree-default-dark .jstree-disabled {
-  background: transparent;
-  color: #666666;
-}
-.jstree-default-dark .jstree-disabled.jstree-hovered {
-  background: transparent;
-  box-shadow: none;
-}
-.jstree-default-dark .jstree-disabled.jstree-clicked {
-  background: #333333;
-}
-.jstree-default-dark .jstree-disabled > .jstree-icon {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
-.jstree-default-dark .jstree-search {
-  font-style: italic;
-  color: #ffffff;
-  font-weight: bold;
-}
-.jstree-default-dark .jstree-no-checkboxes .jstree-checkbox {
-  display: none !important;
-}
-.jstree-default-dark.jstree-checkbox-no-clicked .jstree-clicked {
-  background: transparent;
-  box-shadow: none;
-}
-.jstree-default-dark.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
-  background: #555555;
-}
-.jstree-default-dark.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
-  background: transparent;
-}
-.jstree-default-dark.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
-  background: #555555;
-}
-.jstree-default-dark > .jstree-striped {
-  min-width: 100%;
-  display: inline-block;
-  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
-}
-.jstree-default-dark > .jstree-wholerow-ul .jstree-hovered,
-.jstree-default-dark > .jstree-wholerow-ul .jstree-clicked {
-  background: transparent;
-  box-shadow: none;
-  border-radius: 0;
-}
-.jstree-default-dark .jstree-wholerow {
-  -moz-box-sizing: border-box;
-  -webkit-box-sizing: border-box;
-  box-sizing: border-box;
-}
-.jstree-default-dark .jstree-wholerow-hovered {
-  background: #555555;
-}
-.jstree-default-dark .jstree-wholerow-clicked {
-  background: #5fa2db;
-  background: -webkit-linear-gradient(top, #5fa2db 0%, #5fa2db 100%);
-  background: linear-gradient(to bottom, #5fa2db 0%, #5fa2db 100%);
-}
-.jstree-default-dark .jstree-node {
-  min-height: 24px;
-  line-height: 24px;
-  margin-left: 24px;
-  min-width: 24px;
-}
-.jstree-default-dark .jstree-anchor {
-  line-height: 24px;
-  height: 24px;
-}
-.jstree-default-dark .jstree-icon {
-  width: 24px;
-  height: 24px;
-  line-height: 24px;
-}
-.jstree-default-dark .jstree-icon:empty {
-  width: 24px;
-  height: 24px;
-  line-height: 24px;
-}
-.jstree-default-dark.jstree-rtl .jstree-node {
-  margin-right: 24px;
-}
-.jstree-default-dark .jstree-wholerow {
-  height: 24px;
-}
-.jstree-default-dark .jstree-node,
-.jstree-default-dark .jstree-icon {
-  background-image: url("32px.png");
-}
-.jstree-default-dark .jstree-node {
-  background-position: -292px -4px;
-  background-repeat: repeat-y;
-}
-.jstree-default-dark .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark .jstree-open > .jstree-ocl {
-  background-position: -132px -4px;
-}
-.jstree-default-dark .jstree-closed > .jstree-ocl {
-  background-position: -100px -4px;
-}
-.jstree-default-dark .jstree-leaf > .jstree-ocl {
-  background-position: -68px -4px;
-}
-.jstree-default-dark .jstree-themeicon {
-  background-position: -260px -4px;
-}
-.jstree-default-dark > .jstree-no-dots .jstree-node,
-.jstree-default-dark > .jstree-no-dots .jstree-leaf > .jstree-ocl {
-  background: transparent;
-}
-.jstree-default-dark > .jstree-no-dots .jstree-open > .jstree-ocl {
-  background-position: -36px -4px;
-}
-.jstree-default-dark > .jstree-no-dots .jstree-closed > .jstree-ocl {
-  background-position: -4px -4px;
-}
-.jstree-default-dark .jstree-disabled {
-  background: transparent;
-}
-.jstree-default-dark .jstree-disabled.jstree-hovered {
-  background: transparent;
-}
-.jstree-default-dark .jstree-disabled.jstree-clicked {
-  background: #efefef;
-}
-.jstree-default-dark .jstree-checkbox {
-  background-position: -164px -4px;
-}
-.jstree-default-dark .jstree-checkbox:hover {
-  background-position: -164px -36px;
-}
-.jstree-default-dark.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
-.jstree-default-dark .jstree-checked > .jstree-checkbox {
-  background-position: -228px -4px;
-}
-.jstree-default-dark.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
-.jstree-default-dark .jstree-checked > .jstree-checkbox:hover {
-  background-position: -228px -36px;
-}
-.jstree-default-dark .jstree-anchor > .jstree-undetermined {
-  background-position: -196px -4px;
-}
-.jstree-default-dark .jstree-anchor > .jstree-undetermined:hover {
-  background-position: -196px -36px;
-}
-.jstree-default-dark .jstree-checkbox-disabled {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
-.jstree-default-dark > .jstree-striped {
-  background-size: auto 48px;
-}
-.jstree-default-dark.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
-  background-position: 100% 1px;
-  background-repeat: repeat-y;
-}
-.jstree-default-dark.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark.jstree-rtl .jstree-open > .jstree-ocl {
-  background-position: -132px -36px;
-}
-.jstree-default-dark.jstree-rtl .jstree-closed > .jstree-ocl {
-  background-position: -100px -36px;
-}
-.jstree-default-dark.jstree-rtl .jstree-leaf > .jstree-ocl {
-  background-position: -68px -36px;
-}
-.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-node,
-.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
-  background: transparent;
-}
-.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
-  background-position: -36px -36px;
-}
-.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
-  background-position: -4px -36px;
-}
-.jstree-default-dark .jstree-themeicon-custom {
-  background-color: transparent;
-  background-image: none;
-  background-position: 0 0;
-}
-.jstree-default-dark > .jstree-container-ul .jstree-loading > .jstree-ocl {
-  background: url("throbber.gif") center center no-repeat;
-}
-.jstree-default-dark .jstree-file {
-  background: url("32px.png") -100px -68px no-repeat;
-}
-.jstree-default-dark .jstree-folder {
-  background: url("32px.png") -260px -4px no-repeat;
-}
-.jstree-default-dark > .jstree-container-ul > .jstree-node {
-  margin-left: 0;
-  margin-right: 0;
-}
-#jstree-dnd.jstree-default-dark {
-  line-height: 24px;
-  padding: 0 4px;
-}
-#jstree-dnd.jstree-default-dark .jstree-ok,
-#jstree-dnd.jstree-default-dark .jstree-er {
-  background-image: url("32px.png");
-  background-repeat: no-repeat;
-  background-color: transparent;
-}
-#jstree-dnd.jstree-default-dark i {
-  background: transparent;
-  width: 24px;
-  height: 24px;
-  line-height: 24px;
-}
-#jstree-dnd.jstree-default-dark .jstree-ok {
-  background-position: -4px -68px;
-}
-#jstree-dnd.jstree-default-dark .jstree-er {
-  background-position: -36px -68px;
-}
-.jstree-default-dark.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
-}
-.jstree-default-dark.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-small .jstree-node {
-  min-height: 18px;
-  line-height: 18px;
-  margin-left: 18px;
-  min-width: 18px;
-}
-.jstree-default-dark-small .jstree-anchor {
-  line-height: 18px;
-  height: 18px;
-}
-.jstree-default-dark-small .jstree-icon {
-  width: 18px;
-  height: 18px;
-  line-height: 18px;
-}
-.jstree-default-dark-small .jstree-icon:empty {
-  width: 18px;
-  height: 18px;
-  line-height: 18px;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-node {
-  margin-right: 18px;
-}
-.jstree-default-dark-small .jstree-wholerow {
-  height: 18px;
-}
-.jstree-default-dark-small .jstree-node,
-.jstree-default-dark-small .jstree-icon {
-  background-image: url("32px.png");
-}
-.jstree-default-dark-small .jstree-node {
-  background-position: -295px -7px;
-  background-repeat: repeat-y;
-}
-.jstree-default-dark-small .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-small .jstree-open > .jstree-ocl {
-  background-position: -135px -7px;
-}
-.jstree-default-dark-small .jstree-closed > .jstree-ocl {
-  background-position: -103px -7px;
-}
-.jstree-default-dark-small .jstree-leaf > .jstree-ocl {
-  background-position: -71px -7px;
-}
-.jstree-default-dark-small .jstree-themeicon {
-  background-position: -263px -7px;
-}
-.jstree-default-dark-small > .jstree-no-dots .jstree-node,
-.jstree-default-dark-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
-  background: transparent;
-}
-.jstree-default-dark-small > .jstree-no-dots .jstree-open > .jstree-ocl {
-  background-position: -39px -7px;
-}
-.jstree-default-dark-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
-  background-position: -7px -7px;
-}
-.jstree-default-dark-small .jstree-disabled {
-  background: transparent;
-}
-.jstree-default-dark-small .jstree-disabled.jstree-hovered {
-  background: transparent;
-}
-.jstree-default-dark-small .jstree-disabled.jstree-clicked {
-  background: #efefef;
-}
-.jstree-default-dark-small .jstree-checkbox {
-  background-position: -167px -7px;
-}
-.jstree-default-dark-small .jstree-checkbox:hover {
-  background-position: -167px -39px;
-}
-.jstree-default-dark-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
-.jstree-default-dark-small .jstree-checked > .jstree-checkbox {
-  background-position: -231px -7px;
-}
-.jstree-default-dark-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
-.jstree-default-dark-small .jstree-checked > .jstree-checkbox:hover {
-  background-position: -231px -39px;
-}
-.jstree-default-dark-small .jstree-anchor > .jstree-undetermined {
-  background-position: -199px -7px;
-}
-.jstree-default-dark-small .jstree-anchor > .jstree-undetermined:hover {
-  background-position: -199px -39px;
-}
-.jstree-default-dark-small .jstree-checkbox-disabled {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
-.jstree-default-dark-small > .jstree-striped {
-  background-size: auto 36px;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
-  background-position: 100% 1px;
-  background-repeat: repeat-y;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-open > .jstree-ocl {
-  background-position: -135px -39px;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-closed > .jstree-ocl {
-  background-position: -103px -39px;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-leaf > .jstree-ocl {
-  background-position: -71px -39px;
-}
-.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-node,
-.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
-  background: transparent;
-}
-.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
-  background-position: -39px -39px;
-}
-.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
-  background-position: -7px -39px;
-}
-.jstree-default-dark-small .jstree-themeicon-custom {
-  background-color: transparent;
-  background-image: none;
-  background-position: 0 0;
-}
-.jstree-default-dark-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
-  background: url("throbber.gif") center center no-repeat;
-}
-.jstree-default-dark-small .jstree-file {
-  background: url("32px.png") -103px -71px no-repeat;
-}
-.jstree-default-dark-small .jstree-folder {
-  background: url("32px.png") -263px -7px no-repeat;
-}
-.jstree-default-dark-small > .jstree-container-ul > .jstree-node {
-  margin-left: 0;
-  margin-right: 0;
-}
-#jstree-dnd.jstree-default-dark-small {
-  line-height: 18px;
-  padding: 0 4px;
-}
-#jstree-dnd.jstree-default-dark-small .jstree-ok,
-#jstree-dnd.jstree-default-dark-small .jstree-er {
-  background-image: url("32px.png");
-  background-repeat: no-repeat;
-  background-color: transparent;
-}
-#jstree-dnd.jstree-default-dark-small i {
-  background: transparent;
-  width: 18px;
-  height: 18px;
-  line-height: 18px;
-}
-#jstree-dnd.jstree-default-dark-small .jstree-ok {
-  background-position: -7px -71px;
-}
-#jstree-dnd.jstree-default-dark-small .jstree-er {
-  background-position: -39px -71px;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
-}
-.jstree-default-dark-small.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-large .jstree-node {
-  min-height: 32px;
-  line-height: 32px;
-  margin-left: 32px;
-  min-width: 32px;
-}
-.jstree-default-dark-large .jstree-anchor {
-  line-height: 32px;
-  height: 32px;
-}
-.jstree-default-dark-large .jstree-icon {
-  width: 32px;
-  height: 32px;
-  line-height: 32px;
-}
-.jstree-default-dark-large .jstree-icon:empty {
-  width: 32px;
-  height: 32px;
-  line-height: 32px;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-node {
-  margin-right: 32px;
-}
-.jstree-default-dark-large .jstree-wholerow {
-  height: 32px;
-}
-.jstree-default-dark-large .jstree-node,
-.jstree-default-dark-large .jstree-icon {
-  background-image: url("32px.png");
-}
-.jstree-default-dark-large .jstree-node {
-  background-position: -288px 0px;
-  background-repeat: repeat-y;
-}
-.jstree-default-dark-large .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-large .jstree-open > .jstree-ocl {
-  background-position: -128px 0px;
-}
-.jstree-default-dark-large .jstree-closed > .jstree-ocl {
-  background-position: -96px 0px;
-}
-.jstree-default-dark-large .jstree-leaf > .jstree-ocl {
-  background-position: -64px 0px;
-}
-.jstree-default-dark-large .jstree-themeicon {
-  background-position: -256px 0px;
-}
-.jstree-default-dark-large > .jstree-no-dots .jstree-node,
-.jstree-default-dark-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
-  background: transparent;
-}
-.jstree-default-dark-large > .jstree-no-dots .jstree-open > .jstree-ocl {
-  background-position: -32px 0px;
-}
-.jstree-default-dark-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
-  background-position: 0px 0px;
-}
-.jstree-default-dark-large .jstree-disabled {
-  background: transparent;
-}
-.jstree-default-dark-large .jstree-disabled.jstree-hovered {
-  background: transparent;
-}
-.jstree-default-dark-large .jstree-disabled.jstree-clicked {
-  background: #efefef;
-}
-.jstree-default-dark-large .jstree-checkbox {
-  background-position: -160px 0px;
-}
-.jstree-default-dark-large .jstree-checkbox:hover {
-  background-position: -160px -32px;
-}
-.jstree-default-dark-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
-.jstree-default-dark-large .jstree-checked > .jstree-checkbox {
-  background-position: -224px 0px;
-}
-.jstree-default-dark-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
-.jstree-default-dark-large .jstree-checked > .jstree-checkbox:hover {
-  background-position: -224px -32px;
-}
-.jstree-default-dark-large .jstree-anchor > .jstree-undetermined {
-  background-position: -192px 0px;
-}
-.jstree-default-dark-large .jstree-anchor > .jstree-undetermined:hover {
-  background-position: -192px -32px;
-}
-.jstree-default-dark-large .jstree-checkbox-disabled {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
-.jstree-default-dark-large > .jstree-striped {
-  background-size: auto 64px;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
-  background-position: 100% 1px;
-  background-repeat: repeat-y;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-open > .jstree-ocl {
-  background-position: -128px -32px;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-closed > .jstree-ocl {
-  background-position: -96px -32px;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-leaf > .jstree-ocl {
-  background-position: -64px -32px;
-}
-.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-node,
-.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
-  background: transparent;
-}
-.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
-  background-position: -32px -32px;
-}
-.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
-  background-position: 0px -32px;
-}
-.jstree-default-dark-large .jstree-themeicon-custom {
-  background-color: transparent;
-  background-image: none;
-  background-position: 0 0;
-}
-.jstree-default-dark-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
-  background: url("throbber.gif") center center no-repeat;
-}
-.jstree-default-dark-large .jstree-file {
-  background: url("32px.png") -96px -64px no-repeat;
-}
-.jstree-default-dark-large .jstree-folder {
-  background: url("32px.png") -256px 0px no-repeat;
-}
-.jstree-default-dark-large > .jstree-container-ul > .jstree-node {
-  margin-left: 0;
-  margin-right: 0;
-}
-#jstree-dnd.jstree-default-dark-large {
-  line-height: 32px;
-  padding: 0 4px;
-}
-#jstree-dnd.jstree-default-dark-large .jstree-ok,
-#jstree-dnd.jstree-default-dark-large .jstree-er {
-  background-image: url("32px.png");
-  background-repeat: no-repeat;
-  background-color: transparent;
-}
-#jstree-dnd.jstree-default-dark-large i {
-  background: transparent;
-  width: 32px;
-  height: 32px;
-  line-height: 32px;
-}
-#jstree-dnd.jstree-default-dark-large .jstree-ok {
-  background-position: 0px -64px;
-}
-#jstree-dnd.jstree-default-dark-large .jstree-er {
-  background-position: -32px -64px;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
-}
-.jstree-default-dark-large.jstree-rtl .jstree-last {
-  background: transparent;
-}
-@media (max-width: 768px) {
-  #jstree-dnd.jstree-dnd-responsive {
-    line-height: 40px;
-    font-weight: bold;
-    font-size: 1.1em;
-    text-shadow: 1px 1px white;
-  }
-  #jstree-dnd.jstree-dnd-responsive > i {
-    background: transparent;
-    width: 40px;
-    height: 40px;
-  }
-  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
-    background-image: url("40px.png");
-    background-position: 0 -200px;
-    background-size: 120px 240px;
-  }
-  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
-    background-image: url("40px.png");
-    background-position: -40px -200px;
-    background-size: 120px 240px;
-  }
-  #jstree-marker.jstree-dnd-responsive {
-    border-left-width: 10px;
-    border-top-width: 10px;
-    border-bottom-width: 10px;
-    margin-top: -10px;
-  }
-}
-@media (max-width: 768px) {
-  .jstree-default-dark-responsive {
-    /*
-	.jstree-open > .jstree-ocl,
-	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
-	*/
-  }
-  .jstree-default-dark-responsive .jstree-icon {
-    background-image: url("40px.png");
-  }
-  .jstree-default-dark-responsive .jstree-node,
-  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl {
-    background: transparent;
-  }
-  .jstree-default-dark-responsive .jstree-node {
-    min-height: 40px;
-    line-height: 40px;
-    margin-left: 40px;
-    min-width: 40px;
-    white-space: nowrap;
-  }
-  .jstree-default-dark-responsive .jstree-anchor {
-    line-height: 40px;
-    height: 40px;
-  }
-  .jstree-default-dark-responsive .jstree-icon,
-  .jstree-default-dark-responsive .jstree-icon:empty {
-    width: 40px;
-    height: 40px;
-    line-height: 40px;
-  }
-  .jstree-default-dark-responsive > .jstree-container-ul > .jstree-node {
-    margin-left: 0;
-  }
-  .jstree-default-dark-responsive.jstree-rtl .jstree-node {
-    margin-left: 0;
-    margin-right: 40px;
-    background: transparent;
-  }
-  .jstree-default-dark-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
-    margin-right: 0;
-  }
-  .jstree-default-dark-responsive .jstree-ocl,
-  .jstree-default-dark-responsive .jstree-themeicon,
-  .jstree-default-dark-responsive .jstree-checkbox {
-    background-size: 120px 240px;
-  }
-  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl,
-  .jstree-default-dark-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
-    background: transparent;
-  }
-  .jstree-default-dark-responsive .jstree-open > .jstree-ocl {
-    background-position: 0 0px !important;
-  }
-  .jstree-default-dark-responsive .jstree-closed > .jstree-ocl {
-    background-position: 0 -40px !important;
-  }
-  .jstree-default-dark-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
-    background-position: -40px 0px !important;
-  }
-  .jstree-default-dark-responsive .jstree-themeicon {
-    background-position: -40px -40px;
-  }
-  .jstree-default-dark-responsive .jstree-checkbox,
-  .jstree-default-dark-responsive .jstree-checkbox:hover {
-    background-position: -40px -80px;
-  }
-  .jstree-default-dark-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
-  .jstree-default-dark-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
-  .jstree-default-dark-responsive .jstree-checked > .jstree-checkbox,
-  .jstree-default-dark-responsive .jstree-checked > .jstree-checkbox:hover {
-    background-position: 0 -80px;
-  }
-  .jstree-default-dark-responsive .jstree-anchor > .jstree-undetermined,
-  .jstree-default-dark-responsive .jstree-anchor > .jstree-undetermined:hover {
-    background-position: 0 -120px;
-  }
-  .jstree-default-dark-responsive .jstree-anchor {
-    font-weight: bold;
-    font-size: 1.1em;
-    text-shadow: 1px 1px white;
-  }
-  .jstree-default-dark-responsive > .jstree-striped {
-    background: transparent;
-  }
-  .jstree-default-dark-responsive .jstree-wholerow {
-    border-top: 1px solid #666666;
-    border-bottom: 1px solid #000000;
-    background: #333333;
-    height: 40px;
-  }
-  .jstree-default-dark-responsive .jstree-wholerow-hovered {
-    background: #555555;
-  }
-  .jstree-default-dark-responsive .jstree-wholerow-clicked {
-    background: #5fa2db;
-  }
-  .jstree-default-dark-responsive .jstree-children .jstree-last > .jstree-wholerow {
-    box-shadow: inset 0 -6px 3px -5px #111111;
-  }
-  .jstree-default-dark-responsive .jstree-children .jstree-open > .jstree-wholerow {
-    box-shadow: inset 0 6px 3px -5px #111111;
-    border-top: 0;
-  }
-  .jstree-default-dark-responsive .jstree-children .jstree-open + .jstree-open {
-    box-shadow: none;
-  }
-  .jstree-default-dark-responsive .jstree-node,
-  .jstree-default-dark-responsive .jstree-icon,
-  .jstree-default-dark-responsive .jstree-node > .jstree-ocl,
-  .jstree-default-dark-responsive .jstree-themeicon,
-  .jstree-default-dark-responsive .jstree-checkbox {
-    background-image: url("40px.png");
-    background-size: 120px 240px;
-  }
-  .jstree-default-dark-responsive .jstree-node {
-    background-position: -80px 0;
-    background-repeat: repeat-y;
-  }
-  .jstree-default-dark-responsive .jstree-last {
-    background: transparent;
-  }
-  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl {
-    background-position: -40px -120px;
-  }
-  .jstree-default-dark-responsive .jstree-last > .jstree-ocl {
-    background-position: -40px -160px;
-  }
-  .jstree-default-dark-responsive .jstree-themeicon-custom {
-    background-color: transparent;
-    background-image: none;
-    background-position: 0 0;
-  }
-  .jstree-default-dark-responsive .jstree-file {
-    background: url("40px.png") 0 -160px no-repeat;
-    background-size: 120px 240px;
-  }
-  .jstree-default-dark-responsive .jstree-folder {
-    background: url("40px.png") -40px -40px no-repeat;
-    background-size: 120px 240px;
-  }
-  .jstree-default-dark-responsive > .jstree-container-ul > .jstree-node {
-    margin-left: 0;
-    margin-right: 0;
-  }
-}
-.jstree-default-dark {
-  background: #333;
-}
-.jstree-default-dark .jstree-anchor {
-  color: #999;
-  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
-}
-.jstree-default-dark .jstree-clicked,
-.jstree-default-dark .jstree-checked {
-  color: white;
-}
-.jstree-default-dark .jstree-hovered {
-  color: white;
-}
-#jstree-marker.jstree-default-dark {
-  border-left-color: #999;
-  background: transparent;
-}
-.jstree-default-dark .jstree-anchor > .jstree-icon {
-  opacity: 0.75;
-}
-.jstree-default-dark .jstree-clicked > .jstree-icon,
-.jstree-default-dark .jstree-hovered > .jstree-icon,
-.jstree-default-dark .jstree-checked > .jstree-icon {
-  opacity: 1;
-}
-.jstree-default-dark.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
-}
-.jstree-default-dark.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-small.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
-}
-.jstree-default-dark-small.jstree-rtl .jstree-last {
-  background: transparent;
-}
-.jstree-default-dark-large.jstree-rtl .jstree-node {
-  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
-}
-.jstree-default-dark-large.jstree-rtl .jstree-last {
-  background: transparent;
-}

File diff suppressed because it is too large
+ 0 - 0
docs/jstree/dist/themes/default-dark/style.min.css


BIN
docs/jstree/dist/themes/default/30px.png


+ 23 - 41
docs/jstree/dist/themes/default/style.css

@@ -66,10 +66,6 @@
 .jstree-anchor > .jstree-themeicon-hidden {
   display: none;
 }
-.jstree-hidden,
-.jstree-node.jstree-hidden {
-  display: none;
-}
 .jstree-rtl .jstree-anchor {
   padding: 0 1px 0 4px;
 }
@@ -115,6 +111,8 @@
   position: absolute;
   background: #f5f5f5;
   border: 1px solid #979797;
+  -moz-box-shadow: 5px 5px 4px -4px #666666;
+  -webkit-box-shadow: 2px 2px 2px #999999;
   box-shadow: 2px 2px 2px #999999;
 }
 .vakata-context ul {
@@ -131,6 +129,7 @@
 }
 .vakata-context li {
   list-style: none;
+  display: inline;
 }
 .vakata-context li > a {
   display: block;
@@ -140,12 +139,18 @@
   color: black;
   white-space: nowrap;
   line-height: 2.4em;
+  -moz-text-shadow: 1px 1px 0 white;
+  -webkit-text-shadow: 1px 1px 0 white;
   text-shadow: 1px 1px 0 white;
+  -moz-border-radius: 1px;
+  -webkit-border-radius: 1px;
   border-radius: 1px;
 }
 .vakata-context li > a:hover {
   position: relative;
   background-color: #e8eff7;
+  -moz-box-shadow: 0 0 2px #0a6aa1;
+  -webkit-box-shadow: 0 0 2px #0a6aa1;
   box-shadow: 0 0 2px #0a6aa1;
 }
 .vakata-context li > a.vakata-context-parent {
@@ -159,6 +164,8 @@
 .vakata-context .vakata-context-hover > a {
   position: relative;
   background-color: #e8eff7;
+  -moz-box-shadow: 0 0 2px #0a6aa1;
+  -webkit-box-shadow: 0 0 2px #0a6aa1;
   box-shadow: 0 0 2px #0a6aa1;
 }
 .vakata-context .vakata-context-separator > a,
@@ -172,8 +179,14 @@
   padding: 0;
   margin: 0 0 0 2.4em;
   border-left: 1px solid #e0e0e0;
+  -moz-text-shadow: 0 0 0 transparent;
+  -webkit-text-shadow: 0 0 0 transparent;
   text-shadow: 0 0 0 transparent;
+  -moz-box-shadow: 0 0 0 transparent;
+  -webkit-box-shadow: 0 0 0 transparent;
   box-shadow: 0 0 0 transparent;
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
   border-radius: 0;
 }
 .vakata-context .vakata-contextmenu-disabled a,
@@ -294,11 +307,6 @@
   border-radius: 2px;
   box-shadow: inset 0 0 1px #cccccc;
 }
-.jstree-default .jstree-context {
-  background: #e7f4f9;
-  border-radius: 2px;
-  box-shadow: inset 0 0 1px #cccccc;
-}
 .jstree-default .jstree-clicked {
   background: #beebff;
   border-radius: 2px;
@@ -349,8 +357,6 @@
   background: #e7f4f9;
 }
 .jstree-default > .jstree-striped {
-  min-width: 100%;
-  display: inline-block;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
 }
 .jstree-default > .jstree-wholerow-ul .jstree-hovered,
@@ -369,8 +375,13 @@
 }
 .jstree-default .jstree-wholerow-clicked {
   background: #beebff;
+  background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
   background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
+  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
+  background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
   background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
+  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
 }
 .jstree-default .jstree-node {
   min-height: 24px;
@@ -460,15 +471,6 @@
 .jstree-default .jstree-anchor > .jstree-undetermined:hover {
   background-position: -196px -36px;
 }
-.jstree-default .jstree-checkbox-disabled {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
 .jstree-default > .jstree-striped {
   background-size: auto 48px;
 }
@@ -633,15 +635,6 @@
 .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
   background-position: -199px -39px;
 }
-.jstree-default-small .jstree-checkbox-disabled {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
 .jstree-default-small > .jstree-striped {
   background-size: auto 36px;
 }
@@ -806,15 +799,6 @@
 .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
   background-position: -192px -32px;
 }
-.jstree-default-large .jstree-checkbox-disabled {
-  opacity: 0.8;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
-  /* Firefox 10+ */
-  filter: gray;
-  /* IE6-9 */
-  -webkit-filter: grayscale(100%);
-  /* Chrome 19+ & Safari 6+ */
-}
 .jstree-default-large > .jstree-striped {
   background-size: auto 64px;
 }
@@ -957,7 +941,6 @@
   .jstree-default-responsive.jstree-rtl .jstree-node {
     margin-left: 0;
     margin-right: 40px;
-    background: transparent;
   }
   .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
     margin-right: 0;
@@ -967,8 +950,7 @@
   .jstree-default-responsive .jstree-checkbox {
     background-size: 120px 240px;
   }
-  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
-  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
+  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
     background: transparent;
   }
   .jstree-default-responsive .jstree-open > .jstree-ocl {

File diff suppressed because it is too large
+ 0 - 0
docs/jstree/dist/themes/default/style.min.css


BIN
docs/jstree/dist/themes/proton/30px.png


BIN
docs/jstree/dist/themes/proton/32px.png


BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.eot


+ 2377 - 0
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.svg

@@ -0,0 +1,2377 @@
+<?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="titillium_webbold" horiz-adv-x="1146" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="450" />
+<glyph horiz-adv-x="2048" />
+<glyph horiz-adv-x="2048" />
+<glyph unicode="&#xd;" horiz-adv-x="681" />
+<glyph unicode=" "  horiz-adv-x="450" />
+<glyph unicode="&#x09;" horiz-adv-x="450" />
+<glyph unicode="&#xa0;" horiz-adv-x="450" />
+<glyph unicode="!" horiz-adv-x="573" d="M139 0v330h295v-330h-295zM139 1393h297l-28 -881h-242z" />
+<glyph unicode="&#x22;" horiz-adv-x="841" d="M113 1393h264l-12 -492h-242zM467 1393h264l-14 -492h-242z" />
+<glyph unicode="#" d="M33 305v230h196v258h-196v229h196v330h238v-330h213v330h238v-330h196v-229h-196v-258h196v-230h-196v-305h-238v305h-213v-305h-238v305h-196zM467 535h213v258h-213v-258z" />
+<glyph unicode="$" d="M106 975q0 203 123 302t338 99h27l37 283h151l-37 -295q127 -12 234 -33l35 -8l-23 -217q-150 16 -276 24l-41 -329q213 -68 289.5 -148.5t76.5 -244.5q0 -213 -129 -323t-338 -110h-2l-30 -241q-152 6 -152 14l29 238q-152 18 -254 43l-41 8l27 213q162 -23 299 -31 l45 356q-211 63 -299.5 153.5t-88.5 246.5zM379 993q0 -49 30.5 -79.5t118.5 -63.5l35 285q-184 -9 -184 -142zM602 217q166 18 166 172q0 49 -27.5 81t-99.5 60z" />
+<glyph unicode="%" d="M29 1078q0 298 245.5 298t245.5 -298t-245.5 -298t-245.5 298zM229 1079.5q0 -73.5 9.5 -104.5t36 -31t35.5 31t9 104.5t-9 103t-35.5 29.5t-36 -29.5t-9.5 -103zM256 -16l481 1448l150 -54l-481 -1444zM627 273q0 298 245.5 298t245.5 -298t-245.5 -298t-245.5 298z M827 274.5q0 -73.5 9.5 -104.5t36 -31t36 31t9.5 104.5t-9.5 103.5t-36 30t-36 -30t-9.5 -103.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1435" d="M72 401q0 166 69.5 261.5t220.5 154.5q-84 102 -109.5 166t-25.5 166q0 143 115 226t310.5 83t304 -85t108.5 -232.5t-61.5 -231.5t-219.5 -194l201 -201q12 31 24.5 119t14.5 143l266 -6q-31 -238 -104 -416l229 -200l-155 -179l-218 179q-72 -78 -183 -128.5 t-236 -50.5q-299 0 -425 107.5t-126 318.5zM350 424q0 -203 238 -203q82 0 159.5 22.5t108.5 59.5l-354 354q-152 -74 -152 -233zM506 1087q0 -82 92 -180l35 -37q84 61 118.5 109.5t34.5 116.5q0 129 -140 128.5t-140 -137.5z" />
+<glyph unicode="'" horiz-adv-x="489" d="M115 1393h264l-14 -492h-242z" />
+<glyph unicode="(" horiz-adv-x="630" d="M78 616.5q0 137.5 24.5 282.5t59.5 254q74 229 129 336l24 47h260q-70 -178 -132 -458.5t-62 -461t49 -398.5t98 -345l47 -129h-260q-29 45 -75.5 151.5t-78.5 203t-57.5 238.5t-25.5 279.5z" />
+<glyph unicode=")" horiz-adv-x="630" d="M55 -256q70 158 132.5 425t62.5 447.5t-48 410.5t-98 370l-49 139h260q29 -51 76 -167t79 -218t57.5 -249.5t25.5 -285t-24.5 -277.5t-59.5 -243q-74 -215 -129 -309l-25 -43h-260z" />
+<glyph unicode="*" horiz-adv-x="870" d="M82 938l215 160l-209 149l94 129l207 -149l80 248l154 -52l-78 -249h252v-152h-252l78 -246l-150 -45l-84 248l-211 -162z" />
+<glyph unicode="+" d="M102 391v246h347v344h245v-344h350v-246h-350v-348h-245v348h-347z" />
+<glyph unicode="," horiz-adv-x="538" d="M41 -252l102 533h303l-184 -533h-221z" />
+<glyph unicode="-" horiz-adv-x="835" d="M115 420v250h606v-250h-606z" />
+<glyph unicode="." horiz-adv-x="524" d="M115 0v340h295v-340h-295z" />
+<glyph unicode="/" horiz-adv-x="954" d="M63 16l590 1454l242 -86l-590 -1454z" />
+<glyph unicode="0" d="M49 668.5q0 371.5 132 539.5t392.5 168t392.5 -168t132 -539.5t-131 -532.5t-393.5 -161t-393.5 161t-131 532.5zM340 674q0 -252 55.5 -352.5t180 -100.5t178 100.5t53.5 353.5t-53.5 354t-179 101t-180 -102t-54.5 -354z" />
+<glyph unicode="1" d="M152 1055l446 297h258v-1352h-283v1032l-292 -188z" />
+<glyph unicode="2" d="M133 0v240l289 292q154 158 214 242t60 179.5t-50 134t-142 38.5q-137 0 -299 -24l-49 -6l-15 219q201 61 416 61q430 0 430 -387q0 -152 -65.5 -262.5t-237.5 -267.5l-235 -213h561v-246h-877z" />
+<glyph unicode="3" d="M117 45l14 215q229 -39 385 -39q211 0 211 180q0 76 -54.5 121t-142.5 45h-272v234h272q68 0 120 57t52 127q0 145 -202 145q-141 0 -301 -28l-54 -8l-18 209q188 74 420.5 73.5t339 -89.5t106.5 -285.5t-157 -301.5q98 -53 140 -110.5t42 -181.5q0 -219 -109.5 -326 t-351.5 -107q-178 0 -375 54z" />
+<glyph unicode="4" d="M82 223v215l334 914h311l-362 -883h290v379h283v-379h129v-246h-129v-223h-283v223h-573z" />
+<glyph unicode="5" d="M102 51l31 209q248 -39 414 -39q100 0 153.5 53.5t53.5 152.5t-45 144t-127 45q-137 0 -242 -26l-31 -8l-168 39l37 731h826v-246h-605l-34 -293q127 49 241 49q438 0 438 -407q0 -229 -120.5 -354.5t-341.5 -125.5q-94 0 -214 18.5t-192 39.5z" />
+<glyph unicode="6" d="M72 690q0 352 145 519t418 167q160 0 342 -45l63 -14l-24 -217q-209 31 -363 30q-291 0 -291 -315l44 12q135 39 215 39q231 0 347.5 -106.5t116.5 -330.5t-131 -339t-379.5 -115t-375.5 181.5t-127 533.5zM360 575q0 -354 230 -354q98 0 151.5 54.5t53.5 152.5 q0 193 -199 193q-96 0 -201 -35z" />
+<glyph unicode="7" d="M141 1100v252h865v-320l-482 -1057l-262 74l461 985v66h-582z" />
+<glyph unicode="8" d="M57 344q0 131 40 204t130 148q-86 70 -116.5 136.5t-30.5 175.5q0 174 133 271t356.5 97t360.5 -98t137 -272q0 -119 -28.5 -178.5t-118.5 -131.5q90 -76 128.5 -143.5t38.5 -185.5q0 -201 -143 -296.5t-375 -95.5q-512 0 -512 369zM360 410q0 -180 212 -180.5t212 180.5 q0 106 -120 153h-181q-123 -47 -123 -153zM383 956q0 -84 100 -153h181q100 70 100 160q-1 159 -191 159q-92 0 -141 -41t-49 -125z" />
+<glyph unicode="9" d="M57 923q0 214 133.5 333.5t378 119.5t373.5 -181t129 -538.5t-143.5 -519.5t-419.5 -162q-160 0 -342 45l-64 15l25 217q209 -31 381 -31q272 0 272 332l-43 -14q-141 -47 -215 -47q-223 0 -344 108.5t-121 322.5zM348 924q0 -187 199 -187q94 0 203 37l32 10 q0 346 -229 346q-98 0 -151.5 -54t-53.5 -152z" />
+<glyph unicode=":" horiz-adv-x="524" d="M115 0v340h295v-340h-295zM115 592v340h295v-340h-295z" />
+<glyph unicode=";" horiz-adv-x="571" d="M55 -252l103 533h303l-185 -533h-221zM141 592v340h295v-340h-295z" />
+<glyph unicode="&#x3c;" d="M135 401v226l832 374v-278l-535 -203l535 -221v-279z" />
+<glyph unicode="=" d="M119 178v248h909v-248h-909zM119 604v248h909v-248h-909z" />
+<glyph unicode="&#x3e;" d="M180 20v279l535 221l-535 203v278l832 -374v-226z" />
+<glyph unicode="?" horiz-adv-x="894" d="M61 1346q176 72 373 71.5t296 -80.5t99 -239.5t-31.5 -232t-134 -149.5t-129 -118t-26.5 -90v-64h-219q-63 70 -64 187q0 74 130 178t160 144t30 98q0 121 -174 120q-123 0 -252 -24l-43 -8zM244 0v330h295v-330h-295z" />
+<glyph unicode="@" horiz-adv-x="1992" d="M78 535q0 473 256 715.5t700.5 242.5t671.5 -222t227 -646v-17q0 -315 -99 -461.5t-296 -146.5q-145 0 -238 74q-20 16 -34 41q-164 -115 -303 -115q-193 0 -288 120t-95 387t89 392t302 125q72 0 155 -37l31 -14v26h275v-366q0 -283 11 -324t24.5 -57t27.5 -19.5 t39 -3.5q66 0 95.5 80t29.5 299v19q0 328 -150.5 476t-479.5 148t-503 -188.5t-174 -547.5t156 -530t522 -171l293 18l10 -240q-184 -20 -303 -20q-236 0 -405.5 47t-296.5 156q-250 219 -250 760zM858 514q0 -272 127 -272q78 0 184 51q-12 74 -12 217v252q-86 20 -125 20 q-106 0 -140 -59t-34 -209z" />
+<glyph unicode="A" horiz-adv-x="1232" d="M35 0l313 1393h537l313 -1393h-283l-55 252h-487l-56 -252h-282zM426 498h381l-141 661h-99z" />
+<glyph unicode="B" horiz-adv-x="1247" d="M152 0v1393h546q217 0 326 -87t109 -282q0 -117 -35 -185.5t-119 -121.5q92 -39 136 -113t44 -205q0 -203 -118.5 -301t-333.5 -98h-555zM434 242h258q92 0 136 36.5t44 135.5q0 168 -180 168h-258v-340zM434 819h252q160 0 160 166t-162 166h-250v-332z" />
+<glyph unicode="C" horiz-adv-x="1112" d="M96 696q0 403 114 562t419 159q176 0 407 -55l-8 -225q-200 31 -333 31h-4q-134 0 -191.5 -36t-85 -136.5t-27.5 -342t56.5 -335t225.5 -93.5t359 29l6 -231q-217 -47 -391 -47q-2 0 -4 -1q-171 0 -275 43t-163.5 137.5t-82 221.5t-22.5 319z" />
+<glyph unicode="D" horiz-adv-x="1306" d="M152 0v1393h469q180 0 296.5 -38t181 -125t89 -205t24.5 -306.5t-22.5 -312t-85 -221t-181 -141.5t-302.5 -44h-469zM434 246h187q154 0 223 78q60 63 74 229q4 66 4 181.5t-8.5 185t-39 127t-91 79t-162.5 21.5h-187v-901z" />
+<glyph unicode="E" horiz-adv-x="1134" d="M152 0v1393h901v-246h-619v-326h496v-241h-496v-334h619v-246h-901z" />
+<glyph unicode="F" horiz-adv-x="1087" d="M152 0v1393h888v-246h-606v-410h496v-245h-496v-492h-282z" />
+<glyph unicode="G" horiz-adv-x="1251" d="M92 702.5q0 378.5 127 546.5t432 168q190 0 412 -43l74 -14l-9 -219q-242 27 -397 27h-5q-157 -1 -220.5 -37.5t-93 -136t-29.5 -340t59.5 -337t245.5 -96.5l170 8v271h-127v245h406v-722q-293 -47 -475 -48q-326 0 -448 174.5t-122 553z" />
+<glyph unicode="H" horiz-adv-x="1386" d="M152 0v1393h282v-570h518v570h283v-1393h-283v578h-518v-578h-282z" />
+<glyph unicode="I" horiz-adv-x="585" d="M152 0v1393h282v-1393h-282z" />
+<glyph unicode="J" horiz-adv-x="618" d="M39 102q82 0 119 31t37 115v1145h280l2 -1157q0 -223 -99 -301t-339 -78v245z" />
+<glyph unicode="K" horiz-adv-x="1214" d="M152 0v1393h282v-613l189 21l229 592h322l-304 -699l312 -694h-326l-233 555l-189 -20v-535h-282z" />
+<glyph unicode="L" horiz-adv-x="966" d="M152 0v1393h282v-1143h510v-250h-792z" />
+<glyph unicode="M" horiz-adv-x="1757" d="M152 0v1393h481l246 -1016l245 1016h482v-1393h-283v1077h-31l-272 -1016h-283l-272 1016h-31v-1077h-282z" />
+<glyph unicode="N" horiz-adv-x="1419" d="M152 0v1393h477l336 -1147h20v1147h283v-1393h-465l-348 1147h-21v-1147h-282z" />
+<glyph unicode="O" horiz-adv-x="1335" d="M90 690.5q0 368.5 130 547.5t447.5 179t447.5 -179t130 -547.5t-130 -542t-447.5 -173.5t-447.5 173.5t-130 542zM381 689q0 -253 60.5 -360.5t226.5 -107.5t226 107.5t60 360.5t-61.5 367.5t-225 114.5t-225 -114.5t-61.5 -367.5z" />
+<glyph unicode="P" horiz-adv-x="1206" d="M152 0v1393h512q495 0 495 -482q0 -246 -125.5 -375.5t-369.5 -129.5h-230v-406h-282zM434 647h228q210 0 210 260q0 131 -51 187.5t-159 56.5h-228v-504z" />
+<glyph unicode="Q" horiz-adv-x="1335" d="M90 689q0 370 130 549t447.5 179t447.5 -179t130 -550q0 -455 -215 -612l170 -275l-258 -120l-184 301q-20 -7 -90 -7q-319 0 -448.5 172t-129.5 542zM381 688q0 -254 60.5 -360.5t226.5 -106.5t226 106.5t60 360.5t-61.5 368.5t-225 114.5t-225 -114.5t-61.5 -368.5z " />
+<glyph unicode="R" horiz-adv-x="1269" d="M152 0v1393h540q492 0 492 -459q0 -272 -205 -402l199 -532h-310l-161 467h-273v-467h-282zM434 709h262q101 0 150 61t49 161.5t-52 160t-151 59.5h-258v-442z" />
+<glyph unicode="S" horiz-adv-x="1114" d="M76 1004q0 209 127 311t348 102q152 0 385 -41l74 -14l-23 -223q-288 32 -407 32q-223 0 -224 -147q0 -66 55.5 -100.5t259 -100t285.5 -148.5t82 -255q0 -219 -133 -332t-348 -113q-160 0 -391 50l-74 14l29 219q274 -37 420 -37q217 0 217 180q0 66 -50.5 103 t-199.5 80q-238 68 -335 161t-97 259z" />
+<glyph unicode="T" horiz-adv-x="1077" d="M27 1143v250h1024v-250h-369v-1143h-283v1143h-372z" />
+<glyph unicode="U" horiz-adv-x="1339" d="M139 471v922h283v-928q0 -244 248 -244t248 244v928h282v-922q0 -256 -132 -376t-398.5 -120t-398.5 120t-132 376z" />
+<glyph unicode="V" horiz-adv-x="1234" d="M33 1393h297l241 -1147h93l241 1147h297l-323 -1393h-523z" />
+<glyph unicode="W" horiz-adv-x="1904" d="M39 1393h297l172 -1151h31l249 1151h328l250 -1151h31l172 1151h297l-267 -1393h-428l-219 1059l-219 -1059h-428z" />
+<glyph unicode="X" horiz-adv-x="1165" d="M18 0l402 668l-402 725h314l258 -512l264 512h293l-402 -711l402 -682h-313l-259 481l-264 -481h-293z" />
+<glyph unicode="Y" horiz-adv-x="1140" d="M0 1393h313l256 -555l256 555h314l-426 -830v-563h-283v563z" />
+<glyph unicode="Z" horiz-adv-x="1089" d="M84 0v244l582 866v37h-582v246h922v-246l-582 -864v-37h582v-246h-922z" />
+<glyph unicode="[" horiz-adv-x="727" d="M139 -252v1786h516v-246h-235v-1294h235v-246h-516z" />
+<glyph unicode="\" horiz-adv-x="1019" d="M66 1360l233 106l655 -1439l-237 -101z" />
+<glyph unicode="]" horiz-adv-x="727" d="M72 -6h235v1294h-235v246h516v-1786h-516v246z" />
+<glyph unicode="^" d="M43 641l397 711h234l397 -711h-287l-223 444l-231 -444h-287z" />
+<glyph unicode="_" horiz-adv-x="1269" d="M197 -150h876v-233h-876v233z" />
+<glyph unicode="`" horiz-adv-x="548" d="M-35 1307l82 235l516 -209l-61 -178z" />
+<glyph unicode="a" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 417 59q1 0 2 1q196 0 282 -82q87 -82 87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM336 311.5 q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5z" />
+<glyph unicode="b" horiz-adv-x="1114" d="M127 4v1430h274v-441q132 56 222 56q215 0 314 -118t99 -421t-114.5 -419t-395.5 -116q-88 0 -321 21zM401 229q94 -8 125 -8q137 0 184.5 66.5t47.5 238.5q0 276 -172 277q-82 0 -156 -21l-29 -6v-547z" />
+<glyph unicode="c" horiz-adv-x="913" d="M78 514q0 283 102.5 409t329.5 126q106 0 272 -33l56 -12l-9 -218q-162 16 -239 17q-141 0 -187.5 -60.5t-46.5 -228.5t46.5 -230.5t189.5 -62.5l237 17l9 -220q-219 -43 -334 -43q-227 0 -326.5 128t-99.5 411z" />
+<glyph unicode="d" horiz-adv-x="1124" d="M78 513q0 280 105.5 408t318.5 128q66 0 182 -21l39 -8v414h274v-1434h-272v43q-143 -68 -248 -68q-223 0 -311 129t-88 409zM356 516q0 -160 37 -227.5t122 -67.5t179 25l29 6v539q-113 20 -201 20q-166 0 -166 -295z" />
+<glyph unicode="e" horiz-adv-x="1044" d="M76 498q0 551 452 551q446 0 447 -463l-21 -191h-602q2 -94 50.5 -136t138.5 -42q190 0 340 12l57 7l4 -203q-236 -57 -426 -58q-231 0 -335.5 123t-104.5 400zM350 604h355q0 123 -39 171t-136.5 48t-137.5 -50t-42 -169z" />
+<glyph unicode="f" horiz-adv-x="731" d="M66 791v233h110v45q0 221 65.5 305t233.5 84q74 0 191 -20l43 -6l-4 -224q-90 4 -151.5 4t-82 -32.5t-20.5 -112.5v-43h247v-233h-247v-791h-275v791h-110z" />
+<glyph unicode="g" horiz-adv-x="1093" d="M76 -186q0 129 147 243q-76 51 -76 156q0 41 62 135l18 29q-139 100 -139 295.5t118 283.5t312 88q88 0 174 -20l33 -6l330 10v-219l-154 12q45 -70 45 -139q0 -205 -104.5 -282.5t-327.5 -77.5q-47 0 -84 8q-20 -53 -20 -87t34.5 -46.5t163.5 -14.5q258 -2 352.5 -68.5 t94.5 -241.5t-135.5 -259t-365.5 -84t-354 61.5t-124 223.5zM346 -158q0 -88 216 -88t216 103q0 55 -36.5 70.5t-155.5 17.5l-185 14q-55 -56 -55 -117zM362 680.5q0 -150.5 157 -150.5t157 150.5t-157 150.5t-157 -150.5z" />
+<glyph unicode="h" horiz-adv-x="1132" d="M127 0v1434h274v-459q141 74 254 74q205 0 283 -121t78 -373v-555h-275v549q0 129 -30.5 191.5t-122.5 62.5q-80 0 -160 -25l-27 -8v-770h-274z" />
+<glyph unicode="i" horiz-adv-x="528" d="M127 0v1024h274v-1024h-274zM127 1155v279h274v-279h-274z" />
+<glyph unicode="j" horiz-adv-x="530" d="M-70 -268q92 61 129 96t53.5 83t16.5 138v975h274v-977q0 -209 -72.5 -308t-291.5 -210zM129 1155v279h274v-279h-274z" />
+<glyph unicode="k" horiz-adv-x="1054" d="M127 0v1434h274v-816l105 19l203 387h307l-266 -485l280 -539h-309l-207 399l-113 -18v-381h-274z" />
+<glyph unicode="l" horiz-adv-x="552" d="M139 0v1434h275v-1434h-275z" />
+<glyph unicode="m" horiz-adv-x="1718" d="M127 0v1024h272v-57q141 82 242 82q166 0 256 -97q188 96 344 97q203 0 282 -118t79 -376v-555h-275v547q0 131 -28.5 193.5t-114.5 62.5q-66 0 -160 -29l-31 -10q8 -154 8 -234v-530h-274v526q0 152 -26.5 214.5t-116.5 62.5q-80 0 -158 -29l-25 -8v-766h-274z" />
+<glyph unicode="n" horiz-adv-x="1132" d="M127 0v1024h272v-57q139 82 256 82q205 0 283 -121t78 -373v-555h-275v547q0 131 -30.5 193.5t-122.5 62.5q-84 0 -162 -29l-25 -8v-766h-274z" />
+<glyph unicode="o" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5t362.5 -140.5t108.5 -394.5q0 -539 -471 -539t-471 539zM352 514q0 -158 42 -231.5t150.5 -73.5t150.5 73.5t42 231.5t-42 229.5t-150.5 71.5t-150.5 -71.5t-42 -229.5z" />
+<glyph unicode="p" horiz-adv-x="1114" d="M127 -430v1454h272v-55q133 80 234 80q207 0 305 -124t98 -421t-108.5 -413t-356.5 -116q-68 0 -145 13l-25 4v-422h-274zM401 225q92 -12 150 -12q119 0 163 69.5t44 237.5q0 283 -178 283q-76 0 -154 -31l-25 -10v-537z" />
+<glyph unicode="q" horiz-adv-x="1112" d="M78 515q0 304 113.5 419t394.5 115q125 0 325 -21l74 -6v-1452h-274v461q-132 -56 -222 -56q-215 0 -313 118t-98 422zM352 498q0 -276 174 -277q82 0 158 21l27 6v555q-76 8 -125 8q-137 0 -185.5 -70.5t-48.5 -242.5z" />
+<glyph unicode="r" horiz-adv-x="761" d="M127 0v1024h272v-109q172 102 328 134v-277q-166 -35 -285 -72l-41 -14v-686h-274z" />
+<glyph unicode="s" horiz-adv-x="966" d="M74 718q0 163 110.5 246t284.5 83q121 0 330 -39l67 -13l-4 -227q-254 33 -355 33t-131 -18.5t-30 -58.5t40 -55.5t205 -45t234.5 -97t69.5 -219.5q0 -332 -412 -332q-135 0 -327 37l-66 13l8 229q254 -33 353.5 -33t135.5 19.5t36 58.5t-38 57.5t-197 45t-236.5 90 t-77.5 226.5z" />
+<glyph unicode="t" horiz-adv-x="745" d="M47 791v233h121v285h274v-285h252v-233h-252v-420q0 -61 3.5 -87t22.5 -44.5t60 -18.5l156 4l12 -219q-137 -31 -209 -31q-184 0 -251.5 83t-67.5 307v426h-121z" />
+<glyph unicode="u" horiz-adv-x="1132" d="M117 487v537h274v-541q0 -152 24.5 -207t119.5 -55q90 0 170 29l26 8v766h275v-1024h-273v57q-147 -82 -256 -82q-213 0 -286.5 118t-73.5 394z" />
+<glyph unicode="v" horiz-adv-x="1019" d="M31 1024h286l164 -791h58l172 791h278l-246 -1024h-467z" />
+<glyph unicode="w" horiz-adv-x="1581" d="M49 1024h270l125 -791h50l155 771h283l155 -771h50l125 791h270l-195 -1024h-430l-116 627l-117 -627h-430z" />
+<glyph unicode="x" horiz-adv-x="970" d="M29 0l280 514l-280 510h293l163 -317l166 317h293l-291 -502l291 -522h-293l-166 313l-163 -313h-293z" />
+<glyph unicode="y" horiz-adv-x="1024" d="M33 1024h270l186 -791h48l186 791h270l-360 -1454h-268l112 430h-192z" />
+<glyph unicode="z" horiz-adv-x="929" d="M84 0v246l430 532h-430v246h760v-246l-430 -532h430v-246h-760z" />
+<glyph unicode="{" horiz-adv-x="739" d="M33 535v213q229 53 229 192l-14 260q0 195 93 272.5t325 86.5v-234q-88 -8 -120 -42.5t-32 -102.5l14 -262q0 -129 -42 -184.5t-187 -90.5q143 -35 187 -97.5t44 -193.5l-14 -239q0 -70 29.5 -109t116.5 -45v-233q-227 8 -320.5 88t-93.5 264l14 248q0 150 -229 209z" />
+<glyph unicode="|" horiz-adv-x="548" d="M137 -430v1864h275v-1864h-275z" />
+<glyph unicode="}" horiz-adv-x="739" d="M74 1325v234q231 -8 324.5 -86t93.5 -273l-15 -260q0 -139 230 -192v-213q-229 -59 -230 -209l15 -248q0 -184 -93.5 -264t-320.5 -88v233q86 6 115.5 45t29.5 109l-14 239q0 131 44 193.5t187 97.5q-145 35 -187 90t-42 185l14 262q0 68 -31.5 102.5t-119.5 42.5z" />
+<glyph unicode="~" d="M125 578q129 106 252 106q57 0 212.5 -45t196.5 -45q76 0 181 57l34 21l17 -219q-39 -39 -107.5 -72t-126 -33t-219.5 45t-200.5 45t-95 -20.5t-89.5 -40.5l-35 -19z" />
+<glyph unicode="&#xa1;" horiz-adv-x="540" d="M121 -369l29 881h241l27 -881h-297zM123 694v330h295v-330h-295z" />
+<glyph unicode="&#xa2;" d="M180 509q0 423 373 454v206h225v-215l162 -26l-8 -205q-162 6 -265.5 6t-155.5 -50t-52 -167t53 -168t182 -51l238 8l8 -205q-80 -20 -162 -26v-224h-225v213q-373 27 -373 450z" />
+<glyph unicode="&#xa3;" d="M154 0v233h151v420h-131v234h131v121q0 213 82 289.5t258 76.5q137 0 268 -37l45 -12l-8 -213q-139 16 -268 16q-106 0 -107 -133v-108h314v-234h-314v-420h254l142 33l43 -229l-166 -37h-694z" />
+<glyph unicode="&#xa4;" d="M61 193l148 147q-39 84 -39 175t39 175l-148 150l189 188l147 -149q82 41 175.5 41t175.5 -41l149 149l188 -188l-149 -150q41 -82 41 -175t-41 -175l149 -147l-188 -189l-149 150q-82 -41 -174.5 -41t-174.5 41l-149 -150zM397 516q0 -72 52.5 -124t124 -52t124 52 t52.5 124t-52.5 124t-124 52t-124 -52t-52.5 -124z" />
+<glyph unicode="&#xa5;" d="M10 1352h314l251 -432l250 432h314l-293 -527h182v-229h-309v-92h309v-230h-309v-274h-283v274h-317v230h317v92h-317v229h188z" />
+<glyph unicode="&#xa6;" horiz-adv-x="557" d="M141 348h275v-778h-275v778zM141 672v762h275v-762h-275z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1058" d="M76 436q0 72 41 153t90 122q-90 66 -90 221q0 375 444 375q131 0 303 -37l58 -13l-13 -221q-231 33 -339.5 33t-147.5 -28.5t-39 -104.5q0 -45 55.5 -68.5t231.5 -66.5t239.5 -102.5t63.5 -202t-103 -287.5q41 -39 59.5 -84t18.5 -139q0 -199 -105.5 -287t-338.5 -88 q-115 0 -318 37l-63 10l27 221q221 -31 330.5 -31t157.5 28t48 86t-51 83t-235.5 71t-254 110.5t-69.5 209.5zM352 496.5q0 -68.5 23.5 -91t104.5 -45t177 -55.5q37 47 37 150q0 51 -32.5 76.5t-91 41t-109.5 27.5t-74 18q-35 -53 -35 -121.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="548" d="M-61 1221v270h262v-270h-262zM381 1221v270h262v-270h-262z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1316" d="M94 892q0 249 160 413.5t408.5 164.5t404.5 -168.5t156 -416.5t-156 -413t-403.5 -165t-408.5 168t-161 417zM221 888.5q0 -190.5 125 -324.5t312.5 -134t312.5 133t125 323.5t-126 326t-311.5 135.5t-311.5 -134.5t-126 -325zM414 889.5q0 191.5 62.5 263.5t207.5 72 q80 0 143 -25l21 -6l-14 -176q-72 12 -125.5 12t-68.5 -28.5t-15 -102.5q0 -154 71 -154l138 11l14 -168q-57 -37 -185 -37t-188.5 73.5t-60.5 265z" />
+<glyph unicode="&#xaa;" horiz-adv-x="851" d="M86 868q0 195 260 207l137 6v45q0 31 -90 31l-268 -14l-6 153q143 53 294.5 53.5t228.5 -50t77 -185.5v-289q16 -12 37 -16l-4 -168q-139 0 -187.5 15.5t-72.5 52.5q-86 -66 -188.5 -66t-160 60.5t-57.5 164.5zM322 877q0 -54 63 -54q37 0 98 33v82l-96 -6 q-66 -6 -65 -55z" />
+<glyph unicode="&#xab;" horiz-adv-x="1230" d="M82 397v197l457 336v-277l-224 -153l224 -176v-277zM662 397v197l456 336v-277l-223 -153l223 -176v-277z" />
+<glyph unicode="&#xac;" d="M117 487v246h893v-520h-246v274h-647z" />
+<glyph unicode="&#xad;" horiz-adv-x="835" d="M115 420v250h606v-250h-606z" />
+<glyph unicode="&#xae;" horiz-adv-x="1316" d="M94 891q0 250 160 414.5t407.5 164.5t404.5 -168.5t157 -416.5t-155 -413t-403.5 -165t-409.5 167t-161 417zM221 888.5q0 -188.5 127 -323.5t312.5 -135t310.5 134t125 323.5t-126 325t-311.5 135.5t-311.5 -135.5t-126 -324zM412 565v645h278q106 0 170 -52t64 -147.5 t-16.5 -139.5t-61.5 -80l84 -226h-205l-57 191h-60v-191h-196zM606 901h58q70 0 69.5 81t-71.5 81h-56v-162z" />
+<glyph unicode="&#xaf;" horiz-adv-x="548" d="M-10 1223v204h588v-204h-588z" />
+<glyph unicode="&#xb0;" d="M266 1110q0 137 85 222t222.5 85t222.5 -85t85 -222t-85 -221t-222.5 -84t-222.5 84t-85 221zM420 1110q0 -70 42 -113t111.5 -43t113.5 43t44 113t-44 114t-113.5 44t-111.5 -44t-42 -114z" />
+<glyph unicode="&#xb1;" d="M102 39v246h942v-246h-942zM102 553v246h347v221h245v-221h350v-246h-350v-205h-245v205h-347z" />
+<glyph unicode="&#xb2;" horiz-adv-x="573" d="M43 979v184l150 121q94 76 94 117q0 31 -76 31l-156 -13l-8 203q150 18 258.5 18t159.5 -47t51 -136t-26.5 -135t-88.5 -91l-77 -57h192v-195h-473z" />
+<glyph unicode="&#xb3;" horiz-adv-x="573" d="M41 973l12 190q125 -12 188.5 -12t63.5 33q0 29 -53 28h-135v174h131q41 0 41 30t-56 30l-172 -10l-12 186q139 18 221 18q248 0 248 -182q0 -109 -59 -143q72 -31 71 -144q0 -215 -241 -215z" />
+<glyph unicode="&#xb4;" horiz-adv-x="548" d="M10 1333l516 209l82 -235l-536 -152z" />
+<glyph unicode="&#xb5;" d="M129 -430v1454h274v-592q2 -119 29 -165t115 -46q90 0 170 29l26 8v766h275v-1024h-273v57q-147 -82 -256 -82q-47 0 -86 7v-412h-274z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1226" d="M57 987q0 178 106.5 292t278.5 114h678v-234h-73v-1159h-234v1159h-127v-1159h-233v586h-15q-172 0 -276.5 111.5t-104.5 289.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="524" d="M115 342v340h295v-340h-295z" />
+<glyph unicode="&#xb8;" horiz-adv-x="540" d="M61 -471l9 160q63 -2 98 -2q78 0 78 53q0 45 -78 45h-49v217h108v-78q131 -2 191.5 -39t60.5 -149.5t-59.5 -171t-167.5 -58.5q-90 0 -162 17z" />
+<glyph unicode="&#xb9;" horiz-adv-x="573" d="M20 1464l218 154h196v-639h-217v399l-96 -65z" />
+<glyph unicode="&#xba;" horiz-adv-x="860" d="M82 996.5q0 353.5 350 353.5q346 0 346 -353.5t-346 -353.5q-350 0 -350 353.5zM328 999.5q0 -73.5 22.5 -107.5t82 -34t78.5 33t19 108.5t-19 106.5t-78.5 31t-82 -32t-22.5 -105.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1234" d="M113 47v277l223 176l-223 153v277l456 -336v-197zM692 47v277l223 176l-223 153v277l457 -336v-197z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1122" d="M37 1464l217 154h197v-639h-218v399l-96 -65zM59 59l805 1295l109 -72l-805 -1296zM567 47l80 387h242l-107 -373h56l28 185h187v-185h22v-194h-22v-72h-215v72h-271v180z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1110" d="M37 1464l217 154h197v-639h-218v399l-96 -65zM59 59l805 1295l109 -72l-805 -1296zM575 -20l150 120q94 76 94 117q0 31 -76 31l-155 -12l-8 202q150 18 258 18.5t159.5 -47t51.5 -136.5t-27 -135t-88 -91l-78 -57h193v-195h-474v185z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1148" d="M74 973l12 190q125 -12 188.5 -12t63.5 33q0 29 -53 28h-135v174h131q41 0 41 30t-56 30l-172 -10l-12 186q139 18 221 18q248 0 248 -182q0 -109 -59 -143q72 -31 71 -144q0 -215 -241 -215zM88 59l805 1295l108 -72l-804 -1296zM596 47l80 387h242l-107 -373h55l29 185 h186v-185h23v-194h-23v-72h-215v72h-270v180z" />
+<glyph unicode="&#xbf;" horiz-adv-x="886" d="M59 -73.5q0 159.5 32 232t134.5 149.5t129 118t26.5 90v64h219q63 -70 64 -187q0 -74 -130.5 -178t-160 -144t-29.5 -98q0 -121 174 -120q123 0 252 24l43 8l14 -207q-176 -72 -372.5 -71.5t-296 80.5t-99.5 239.5zM350 694v330h295v-330h-295z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1232" d="M35 0l313 1393h537l313 -1393h-283l-55 252h-487l-56 -252h-282zM291 1690l84 245l516 -217l-68 -190zM426 498h381l-141 661h-99z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1232" d="M35 0l313 1393h537l313 -1393h-283l-55 252h-487l-56 -252h-282zM332 1718l516 217l84 -245l-533 -162zM426 498h381l-141 661h-99z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1232" d="M35 0l313 1393h537l313 -1393h-283l-55 252h-487l-56 -252h-282zM219 1567l275 305h239l275 -305h-291l-101 114l-106 -114h-291zM426 498h381l-141 661h-99z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1232" d="M35 0l313 1393h537l313 -1393h-283l-55 252h-487l-56 -252h-282zM207 1757q41 49 105.5 90t125 41t185.5 -47t147 -47q47 0 135 66l31 20l59 -199q-43 -49 -106.5 -89t-116.5 -40t-183 47.5t-157 47.5q-51 0 -137 -66l-29 -20zM426 498h381l-141 661h-99z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1232" d="M35 0l313 1393h537l313 -1393h-283l-55 252h-487l-56 -252h-282zM264 1565v270h262v-270h-262zM426 498h381l-141 661h-99zM702 1565v270h263v-270h-263z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1232" d="M35 0l305 1356q-31 53 -31 121q0 121 88 189.5t219.5 68.5t219.5 -68.5t88 -189.5q0 -63 -31 -121l305 -1356h-283l-55 252h-487l-56 -252h-282zM426 498h381l-141 661h-99zM496 1478q0 -38 28.5 -60.5t79.5 -24.5h12q55 0 88 22.5t33 61.5t-32.5 61.5t-88 22.5 t-88 -22.5t-32.5 -60.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1783" d="M25 0l376 1413h1299v-270h-619v-293h496v-268h-496v-312h619v-270h-897v238h-436l-60 -238h-282zM436 510h367l2 633h-205z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1112" d="M96 720q0 380 114 538.5t419 158.5q176 0 407 -55l-8 -225q-203 31 -337 30.5t-191.5 -36t-85 -136t-27.5 -342t56.5 -335t225.5 -93.5t359 29l6 -231q-193 -43 -389 -48v-51q131 -2 191.5 -39t60.5 -149.5t-59.5 -171t-167.5 -58.5q-88 0 -162 17l-29 6l8 160 q63 -2 99 -2q78 0 78 53q0 45 -78 45h-49v195q-254 25 -347.5 192.5t-93.5 547.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1134" d="M152 0v1393h901v-246h-619v-326h496v-241h-496v-334h619v-246h-901zM285 1690l84 245l516 -217l-68 -190z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1134" d="M152 0v1393h901v-246h-619v-326h496v-241h-496v-334h619v-246h-901zM315 1718l516 217l84 -245l-532 -162z" />
+<glyph unicode="&#xca;" horiz-adv-x="1134" d="M152 0v1393h901v-246h-619v-326h496v-241h-496v-334h619v-246h-901zM215 1567l274 305h240l275 -305h-291l-101 114l-106 -114h-291z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1134" d="M152 0v1393h901v-246h-619v-326h496v-241h-496v-334h619v-246h-901zM252 1565v270h262v-270h-262zM690 1565v270h262v-270h-262z" />
+<glyph unicode="&#xcc;" horiz-adv-x="585" d="M-49 1690l84 245l516 -217l-68 -190zM152 0v1393h282v-1393h-282z" />
+<glyph unicode="&#xcd;" horiz-adv-x="585" d="M14 1718l516 217l84 -245l-532 -162zM152 0v1393h282v-1393h-282z" />
+<glyph unicode="&#xce;" horiz-adv-x="585" d="M-102 1567l274 305h240l274 -305h-291l-100 114l-107 -114h-290zM152 0v1393h282v-1393h-282z" />
+<glyph unicode="&#xcf;" horiz-adv-x="585" d="M-57 1565v270h262v-270h-262zM152 0v1393h282v-1393h-282zM381 1565v270h262v-270h-262z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1314" d="M51 567v271h111v575h465q180 0 296.5 -39t181 -128t89.5 -208.5t25 -309t-22.5 -314.5t-85 -224.5t-181.5 -144.5t-303 -45h-465v567h-111zM440 268h187q154 0 225 78q76 84 76 379q0 88 -3 139t-13.5 102.5t-31 81t-53.5 54.5q-63 43 -200 43h-187v-307h267v-271h-267 v-299z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1419" d="M152 0v1393h477l336 -1147h20v1147h283v-1393h-465l-348 1147h-21v-1147h-282zM305 1757q41 49 105.5 90t125 41t185.5 -47t147 -47q47 0 136 66l30 20l60 -199q-43 -49 -106.5 -89t-117 -40t-183.5 47.5t-157 47.5q-51 0 -137 -66l-28 -20z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1335" d="M90 690.5q0 368.5 130 547.5t447.5 179t447.5 -179t130 -547.5t-130 -542t-447.5 -173.5t-447.5 173.5t-130 542zM334 1690l84 245l516 -217l-68 -190zM381 689q0 -253 60.5 -360.5t226.5 -107.5t226 107.5t60 360.5t-61.5 367.5t-225 114.5t-225 -114.5t-61.5 -367.5z " />
+<glyph unicode="&#xd3;" horiz-adv-x="1335" d="M90 690.5q0 368.5 130 547.5t447.5 179t447.5 -179t130 -547.5t-130 -542t-447.5 -173.5t-447.5 173.5t-130 542zM342 1718l516 217l84 -245l-532 -162zM381 689q0 -253 60.5 -360.5t226.5 -107.5t226 107.5t60 360.5t-61.5 367.5t-225 114.5t-225 -114.5t-61.5 -367.5z " />
+<glyph unicode="&#xd4;" horiz-adv-x="1335" d="M90 690.5q0 368.5 130 547.5t447.5 179t447.5 -179t130 -547.5t-130 -542t-447.5 -173.5t-447.5 173.5t-130 542zM276 1567l275 305h240l274 -305h-291l-100 114l-107 -114h-291zM381 689q0 -253 60.5 -360.5t226.5 -107.5t226 107.5t60 360.5t-61.5 367.5t-225 114.5 t-225 -114.5t-61.5 -367.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1335" d="M90 690.5q0 368.5 130 547.5t447.5 179t447.5 -179t130 -547.5t-130 -542t-447.5 -173.5t-447.5 173.5t-130 542zM272 1757q41 49 105.5 90t125 41t185.5 -47t148 -47q47 0 135 66l30 20l60 -199q-43 -49 -106.5 -89t-117 -40t-183.5 47.5t-156 47.5q-51 0 -138 -66 l-28 -20zM381 689q0 -253 60.5 -360.5t226.5 -107.5t226 107.5t60 360.5t-61.5 367.5t-225 114.5t-225 -114.5t-61.5 -367.5z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1335" d="M90 690.5q0 368.5 130 547.5t447.5 179t447.5 -179t130 -547.5t-130 -542t-447.5 -173.5t-447.5 173.5t-130 542zM317 1565v270h263v-270h-263zM381 689q0 -253 60.5 -360.5t226.5 -107.5t226 107.5t60 360.5t-61.5 367.5t-225 114.5t-225 -114.5t-61.5 -367.5zM756 1565 v270h262v-270h-262z" />
+<glyph unicode="&#xd7;" d="M115 227l291 285l-289 283l174 174l282 -289l287 293l172 -174l-293 -287l293 -285l-174 -174l-285 291l-284 -289z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1335" d="M90 688q0 371 130 550t448 179q119 0 206 -24l125 266l205 -88l-133 -287q174 -168 174 -596q0 -367 -130 -540t-447 -173q-100 0 -197 21l-119 -256l-200 100l118 254q-180 160 -180 594zM381 720q0 -222 31 -323l354 760q-49 14 -98 14q-164 0 -225.5 -114.5 t-61.5 -336.5zM580 229q35 -8 88 -8q166 0 226 107.5t60 324.5t-28 320z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1339" d="M139 471v922h283v-928q0 -244 248 -244t248 244v928h282v-922q0 -256 -132 -376t-398.5 -120t-398.5 120t-132 376zM358 1690l84 245l516 -217l-67 -190z" />
+<glyph unicode="&#xda;" horiz-adv-x="1339" d="M139 471v922h283v-928q0 -244 248 -244t248 244v928h282v-922q0 -256 -132 -376t-398.5 -120t-398.5 120t-132 376zM358 1718l516 217l84 -245l-532 -162z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1339" d="M139 471v922h283v-928q0 -244 248 -244t248 244v928h282v-922q0 -256 -132 -376t-398.5 -120t-398.5 120t-132 376zM276 1567l275 305h240l274 -305h-291l-100 114l-107 -114h-291z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1339" d="M139 471v922h283v-928q0 -244 248 -244t248 244v928h282v-922q0 -256 -132 -376t-398.5 -120t-398.5 120t-132 376zM319 1565v270h263v-270h-263zM758 1565v270h262v-270h-262z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1140" d="M0 1393h313l256 -555l256 555h314l-426 -830v-563h-283v563zM272 1718l516 217l84 -245l-532 -162z" />
+<glyph unicode="&#xde;" horiz-adv-x="1220" d="M152 0v1413h282v-201h230q500 0 499 -489q0 -248 -127.5 -384t-371.5 -136h-230v-203h-282zM434 477h228q104 0 159.5 64.5t55.5 181.5q0 219 -215 219h-228v-465z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1251" d="M127 0v1069q0 209 109.5 299t355.5 90t362.5 -75.5t116.5 -245.5q0 -111 -44 -162t-134 -91t-112.5 -58.5t-22.5 -47t32.5 -53.5t169 -87.5t190.5 -122.5t54 -179q0 -207 -93 -284t-320 -77q-111 0 -267 37l-49 11l8 219q199 -25 275 -25q164 0 164 78q0 47 -31 71.5 t-166 82t-192.5 126t-57.5 173t37 162t127 94t119.5 59t29.5 65.5t-40.5 66t-150.5 23t-153 -36t-43 -118v-1063h-274z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 416.5 59.5t284.5 -81.5t87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM211 1307l82 235l516 -209 l-61 -178zM336 311.5q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 416.5 59.5t284.5 -81.5t87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM197 1333l516 209l82 -235 l-537 -152zM336 311.5q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 416.5 59.5t284.5 -81.5t87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM170 1188l258 309h172 l262 -309h-252l-94 137l-94 -137h-252zM336 311.5q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 416.5 59.5t284.5 -81.5t87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM111 1362q41 47 103 85 t108.5 38t141.5 -37t120 -37q49 0 135 51l29 19l59 -156q-12 -14 -32.5 -35.5t-78 -56.5t-103.5 -35t-140.5 37t-120.5 37q-59 0 -135 -47l-27 -17zM336 311.5q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 416.5 59.5t284.5 -81.5t87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM133 1221v270h262v-270 h-262zM336 311.5q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5zM575 1221v270h263v-270h-263z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1046" d="M59 311q0 164 88.5 232.5t270.5 81.5l219 16v64q0 63 -28.5 86.5t-92.5 23.5l-385 -16l-8 190q219 59 416.5 59.5t284.5 -81.5t87 -262v-426q4 -49 16.5 -69t51.5 -28l-8 -207q-104 0 -167 14.5t-126 57.5q-147 -72 -301 -72q-317 0 -318 336zM303 1305.5 q0 101.5 68.5 171t170 69.5t171 -69.5t69.5 -171t-69.5 -170t-171 -68.5t-170 68.5t-68.5 170zM336 311.5q0 -112.5 100 -112.5q78 0 170 24l31 8v220l-186 -17q-115 -10 -115 -122.5zM451 1307q0 -41 26.5 -68t67.5 -27t66.5 27t25.5 68t-25.5 66.5t-66.5 25.5t-67.5 -25.5 t-26.5 -66.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1605" d="M59 314.5q0 160.5 89.5 231t267.5 81.5l221 14v51q0 41 -28.5 66.5t-84.5 25.5q-147 0 -321 -16l-66 -6l-8 239q272 45 435 45.5t251 -75.5q106 76 272 76q446 0 447 -461l-21 -193h-602q2 -88 49.5 -127t139.5 -39q139 0 340 15l57 4l4 -213q-236 -57 -435.5 -57.5 t-303.5 98.5l-47 -23q-172 -76 -336 -76t-242 89.5t-78 250zM336 319q0 -109 84 -108q82 0 182 22l35 9l-2 190l-184 -8q-115 -6 -115 -105zM911 604h353q0 109 -40 154t-137.5 45t-136.5 -47.5t-39 -151.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="913" d="M78 529.5q0 267.5 102.5 393.5t329.5 126q106 0 272 -33l56 -12l-9 -218q-162 16 -239 17q-141 0 -187.5 -60.5t-46.5 -228.5t46.5 -230.5t189.5 -62.5l237 17l9 -220q-199 -39 -316 -43v-51q131 -2 191.5 -39t60.5 -149.5t-59.5 -171t-167.5 -58.5q-88 0 -162 17l-29 6 l9 160q63 -2 98 -2q78 0 78 53q0 45 -78 45h-49v197q-178 23 -257 151.5t-79 396z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1044" d="M76 498q0 551 452 551q446 0 447 -463l-21 -191h-602q2 -94 50.5 -136t138.5 -42q190 0 340 12l57 7l4 -203q-236 -57 -426 -58q-231 0 -335.5 123t-104.5 400zM225 1307l82 235l516 -209l-61 -178zM350 604h355q0 123 -39 171t-136.5 48t-137.5 -50t-42 -169z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1044" d="M76 498q0 551 452 551q446 0 447 -463l-21 -191h-602q2 -94 50.5 -136t138.5 -42q190 0 340 12l57 7l4 -203q-236 -57 -426 -58q-231 0 -335.5 123t-104.5 400zM215 1333l516 209l82 -235l-537 -152zM350 604h355q0 123 -39 171t-136.5 48t-137.5 -50t-42 -169z" />
+<glyph unicode="&#xea;" horiz-adv-x="1044" d="M76 498q0 551 452 551q446 0 447 -463l-21 -191h-602q2 -94 50.5 -136t138.5 -42q190 0 340 12l57 7l4 -203q-236 -57 -426 -58q-231 0 -335.5 123t-104.5 400zM182 1188l258 309h172l262 -309h-251l-95 137l-94 -137h-252zM350 604h355q0 123 -39 171t-136.5 48 t-137.5 -50t-42 -169z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1044" d="M76 498q0 551 452 551q446 0 447 -463l-21 -191h-602q2 -94 50.5 -136t138.5 -42q190 0 340 12l57 7l4 -203q-236 -57 -426 -58q-231 0 -335.5 123t-104.5 400zM172 1221v270h262v-270h-262zM350 604h355q0 123 -39 171t-136.5 48t-137.5 -50t-42 -169zM614 1221v270h263 v-270h-263z" />
+<glyph unicode="&#xec;" horiz-adv-x="528" d="M-121 1307l82 235l516 -209l-61 -178zM127 0v1024h274v-1024h-274z" />
+<glyph unicode="&#xed;" horiz-adv-x="528" d="M63 1333l517 209l82 -235l-537 -152zM127 0v1024h274v-1024h-274z" />
+<glyph unicode="&#xee;" horiz-adv-x="528" d="M-92 1188l258 309h172l262 -309h-252l-94 137l-94 -137h-252zM127 0v1024h274v-1024h-274z" />
+<glyph unicode="&#xef;" horiz-adv-x="528" d="M-98 1221v270h262v-270h-262zM127 0v1024h274v-1024h-274zM344 1221v270h262v-270h-262z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1161" d="M78 442q0 213 111.5 334t334.5 121q127 0 232 -37l35 -12q-10 96 -51.5 164.5t-131.5 120.5l-264 -177l-111 156l156 105q-94 25 -221 49l37 192q248 -18 428 -80l196 131l111 -155l-111 -74q252 -180 252 -562t-122.5 -559t-399.5 -177q-481 0 -481 460zM369 442 q0 -215 190 -215q115 0 173.5 90.5t58.5 292.5q-103 45 -250 45q-84 0 -128 -62.5t-44 -150.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1132" d="M127 0v1024h272v-57l39 20q37 20 101.5 41t115.5 21q205 0 283 -121t78 -373v-555h-275v547q0 131 -30.5 193.5t-124.5 62.5t-185 -37v-766h-274zM227 1362q41 47 103.5 85t108.5 38t141.5 -37t119.5 -37q49 0 136 51l28 19l60 -156q-12 -14 -33 -35.5t-78 -56.5 t-103 -35t-140.5 37t-123.5 37q-57 0 -133 -47l-26 -17z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5t362.5 -140.5t108.5 -394.5q0 -539 -471 -539t-471 539zM252 1307l82 235l516 -209l-62 -178zM352 514q0 -158 42 -231.5t150.5 -73.5t150.5 73.5t42 231.5t-42 229.5t-150.5 71.5t-150.5 -71.5t-42 -229.5z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5t362.5 -140.5t108.5 -394.5q0 -539 -471 -539t-471 539zM238 1333l516 209l82 -235l-537 -152zM352 514q0 -158 42 -231.5t150.5 -73.5t150.5 73.5t42 231.5t-42 229.5t-150.5 71.5t-150.5 -71.5t-42 -229.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5t362.5 -140.5t108.5 -394.5q0 -539 -471 -539t-471 539zM186 1188l258 309h172l263 -309h-252l-95 137l-94 -137h-252zM352 514q0 -158 42 -231.5t150.5 -73.5t150.5 73.5t42 231.5t-42 229.5t-150.5 71.5t-150.5 -71.5t-42 -229.5 z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5t362.5 -140.5t108.5 -394.5q0 -539 -471 -539t-471 539zM186 1362q41 47 103.5 85t108.5 38t141.5 -37t119.5 -37q49 0 136 51l28 19l60 -156q-12 -14 -33 -35.5t-78 -56.5t-103 -35t-140.5 37t-122.5 37q-57 0 -134 -47l-26 -17z M352 514q0 -158 42 -231.5t150.5 -73.5t150.5 73.5t42 231.5t-42 229.5t-150.5 71.5t-150.5 -71.5t-42 -229.5z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5t362.5 -140.5t108.5 -394.5q0 -539 -471 -539t-471 539zM190 1221v270h263v-270h-263zM352 514q0 -158 42 -231.5t150.5 -73.5t150.5 73.5t42 231.5t-42 229.5t-150.5 71.5t-150.5 -71.5t-42 -229.5zM633 1221v270h262v-270h-262z " />
+<glyph unicode="&#xf7;" d="M102 391v246h942v-246h-942zM436 35v270h271v-270h-271zM436 721v270h271v-270h-271z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1089" d="M74 514q0 254 108.5 394.5t362.5 140.5q57 0 114 -11l82 205l166 -61l-84 -201q193 -121 193 -467q0 -539 -471 -539q-70 0 -129 13l-84 -209l-164 61l88 211q-182 123 -182 463zM352 528.5q0 -143.5 25 -209.5l194 494l-26 2q-109 0 -151 -71.5t-42 -215zM504 211 q12 -2 41 -2q109 0 150.5 73.5t41.5 219t-28 215.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1132" d="M117 487v537h274v-541q0 -152 24.5 -207t119.5 -55q90 0 170 29l26 8v766h275v-1024h-273v57q-147 -82 -256 -82q-213 0 -286.5 118t-73.5 394zM201 1307l82 235l516 -209l-62 -178z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1132" d="M117 487v537h274v-541q0 -152 24.5 -207t123 -55t192.5 37v766h275v-1024h-273v57l-41 -20q-39 -20 -102.5 -41t-112.5 -21q-213 0 -286.5 118t-73.5 394zM266 1333l516 209l82 -235l-536 -152z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1132" d="M117 487v537h274v-541q0 -152 24.5 -207t123 -55t192.5 37v766h275v-1024h-273v57l-41 -20q-39 -20 -102.5 -41t-112.5 -21q-213 0 -286.5 118t-73.5 394zM168 1188l258 309h172l262 -309h-252l-94 137l-94 -137h-252z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1132" d="M117 487v537h274v-541q0 -152 24.5 -207t123 -55t192.5 37v766h275v-1024h-273v57l-41 -20q-39 -20 -102.5 -41t-112.5 -21q-213 0 -286.5 118t-73.5 394zM217 1221v270h262v-270h-262zM659 1221v270h263v-270h-263z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1024" d="M33 1024h270l186 -791h48l186 791h270l-360 -1454h-268l112 430h-192zM250 1333l516 209l82 -235l-537 -152z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1114" d="M127 -430v1864h274v-441q132 56 222 56q215 0 314 -118t99 -421t-108.5 -419t-356.5 -116q-68 0 -145 13l-25 4v-422h-274zM401 225q93 -12 150 -12q119 0 163 69.5t44 239.5q0 281 -172 281q-82 0 -156 -21l-29 -6v-551z" />
+<glyph unicode="&#xff;" horiz-adv-x="1024" d="M33 1024h270l186 -791h48l186 791h270l-360 -1454h-268l112 430h-192zM162 1221v270h262v-270h-262zM604 1221v270h262v-270h-262z" />
+<glyph unicode="&#x152;" horiz-adv-x="1847" d="M94 712.5q0 395.5 120 560.5t413 165q88 0 239 -25h897v-270h-618v-293h495v-268h-495v-312h618v-270h-893q-156 -25 -243 -25q-309 0 -421 171t-112 566.5zM385 665.5q0 -227.5 56.5 -319.5t234.5 -92q51 0 190 12v881q-143 12 -227 12t-142.5 -36t-85 -133 t-26.5 -324.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1708" d="M74 512q0 254 108.5 394.5t362.5 140.5q119 0 198.5 -38t133.5 -128q53 92 129.5 129t183.5 37q446 0 446 -461l-20 -193h-602q2 -88 49 -127t139 -39q139 0 340 15l57 4l5 -213q-236 -57 -442 -57.5t-298 139.5q-98 -139 -335.5 -139.5t-346 141t-108.5 395.5zM352 512 q0 -150 42 -219.5t150.5 -69.5t150.5 69.5t42 219.5t-42 218.5t-150.5 68.5t-150.5 -68.5t-42 -218.5zM1012 604h354q0 109 -40 154t-136 45t-137 -48.5t-41 -150.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1140" d="M0 1393h313l256 -555l256 555h314l-426 -830v-563h-283v563zM215 1565v270h262v-270h-262zM653 1565v270h262v-270h-262z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="548" d="M-49 1188l258 309h172l262 -309h-252l-94 137l-94 -137h-252z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="548" d="M-45 1362q41 47 103.5 85t108.5 38t141 -37t120 -37q49 0 135 51l29 19l59 -156q-12 -14 -32.5 -35.5t-78 -56.5t-103.5 -35t-140 37t-121 37q-59 0 -135 -47l-27 -17z" />
+<glyph unicode="&#x2000;" horiz-adv-x="967" />
+<glyph unicode="&#x2001;" horiz-adv-x="1935" />
+<glyph unicode="&#x2002;" horiz-adv-x="967" />
+<glyph unicode="&#x2003;" horiz-adv-x="1935" />
+<glyph unicode="&#x2004;" horiz-adv-x="645" />
+<glyph unicode="&#x2005;" horiz-adv-x="483" />
+<glyph unicode="&#x2006;" horiz-adv-x="322" />
+<glyph unicode="&#x2007;" horiz-adv-x="322" />
+<glyph unicode="&#x2008;" horiz-adv-x="241" />
+<glyph unicode="&#x2009;" horiz-adv-x="387" />
+<glyph unicode="&#x200a;" horiz-adv-x="107" />
+<glyph unicode="&#x2010;" horiz-adv-x="835" d="M115 420v250h606v-250h-606z" />
+<glyph unicode="&#x2011;" horiz-adv-x="835" d="M115 420v250h606v-250h-606z" />
+<glyph unicode="&#x2012;" horiz-adv-x="835" d="M115 420v250h606v-250h-606z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1257" d="M117 428v234h1024v-234h-1024z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2281" d="M117 428v234h2048v-234h-2048z" />
+<glyph unicode="&#x2018;" horiz-adv-x="530" d="M72 885l174 506h211l-99 -506h-286z" />
+<glyph unicode="&#x2019;" horiz-adv-x="520" d="M84 887l96 506h289l-174 -506h-211z" />
+<glyph unicode="&#x201a;" horiz-adv-x="524" d="M47 -240l96 506h289l-174 -506h-211z" />
+<glyph unicode="&#x201c;" horiz-adv-x="907" d="M72 885l174 506h211l-99 -506h-286zM449 885l174 506h211l-99 -506h-286z" />
+<glyph unicode="&#x201d;" horiz-adv-x="899" d="M84 889l96 506h289l-176 -506h-209zM461 889l96 506h289l-174 -506h-211z" />
+<glyph unicode="&#x201e;" horiz-adv-x="862" d="M-14 -266l174 506h211l-99 -506h-286zM375 -266l174 506h211l-98 -506h-287z" />
+<glyph unicode="&#x2022;" horiz-adv-x="921" d="M205 205v573h512v-573h-512z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1568" d="M115 0v340h295v-340h-295zM637 0v340h295v-340h-295zM1159 0v340h295v-340h-295z" />
+<glyph unicode="&#x202f;" horiz-adv-x="387" />
+<glyph unicode="&#x2039;" horiz-adv-x="651" d="M82 397v197l457 336v-277l-224 -153l224 -176v-277z" />
+<glyph unicode="&#x203a;" horiz-adv-x="651" d="M111 68v276l223 176l-223 154v276l456 -336v-196z" />
+<glyph unicode="&#x205f;" horiz-adv-x="483" />
+<glyph unicode="&#x20ac;" d="M53 383v209h113v135h-113v209h127q31 240 144.5 340t357.5 100q158 0 395 -53l-8 -219q-180 29 -322.5 29t-200 -41t-81.5 -156h481v-209h-497v-135h497v-209h-473q25 -92 82 -128t184 -36t330 27l6 -223q-207 -47 -416.5 -47.5t-324.5 98t-150 309.5h-131z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1351" d="M164 1157v162h409v-162h-84v-477h-180v477h-145zM625 678v641h211l84 -324l92 324h209v-641h-168v356l-70 -313h-113l-77 313v-356h-168z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1024" d="M0 0v1024h1024v-1024h-1024z" />
+<hkern u1="&#x22;" u2="&#xf0;" k="18" />
+<hkern u1="&#x22;" u2="&#xef;" k="-37" />
+<hkern u1="&#x22;" u2="&#xee;" k="-25" />
+<hkern u1="&#x22;" u2="&#xec;" k="-55" />
+<hkern u1="&#x22;" u2="&#xc6;" k="78" />
+<hkern u1="&#x22;" u2="&#x40;" k="20" />
+<hkern u1="&#x22;" u2="&#x2f;" k="131" />
+<hkern u1="&#x22;" u2="&#x26;" k="43" />
+<hkern u1="&#x26;" u2="&#x201d;" k="70" />
+<hkern u1="&#x26;" u2="&#x2019;" k="70" />
+<hkern u1="&#x26;" u2="&#x178;" k="96" />
+<hkern u1="&#x26;" u2="&#xdd;" k="96" />
+<hkern u1="&#x26;" u2="Y" k="96" />
+<hkern u1="&#x26;" u2="W" k="27" />
+<hkern u1="&#x26;" u2="V" k="47" />
+<hkern u1="&#x26;" u2="T" k="68" />
+<hkern u1="&#x26;" u2="&#x27;" k="78" />
+<hkern u1="&#x26;" u2="&#x22;" k="78" />
+<hkern u1="&#x27;" u2="&#xf0;" k="18" />
+<hkern u1="&#x27;" u2="&#xef;" k="-37" />
+<hkern u1="&#x27;" u2="&#xee;" k="-25" />
+<hkern u1="&#x27;" u2="&#xec;" k="-55" />
+<hkern u1="&#x27;" u2="&#xc6;" k="78" />
+<hkern u1="&#x27;" u2="&#x40;" k="20" />
+<hkern u1="&#x27;" u2="&#x2f;" k="131" />
+<hkern u1="&#x27;" u2="&#x26;" k="43" />
+<hkern u1="&#x28;" u2="&#x153;" k="41" />
+<hkern u1="&#x28;" u2="&#x152;" k="31" />
+<hkern u1="&#x28;" u2="&#xff;" k="20" />
+<hkern u1="&#x28;" u2="&#xfd;" k="20" />
+<hkern u1="&#x28;" u2="&#xfc;" k="31" />
+<hkern u1="&#x28;" u2="&#xfb;" k="31" />
+<hkern u1="&#x28;" u2="&#xfa;" k="31" />
+<hkern u1="&#x28;" u2="&#xf9;" k="31" />
+<hkern u1="&#x28;" u2="&#xf8;" k="41" />
+<hkern u1="&#x28;" u2="&#xf6;" k="41" />
+<hkern u1="&#x28;" u2="&#xf5;" k="41" />
+<hkern u1="&#x28;" u2="&#xf4;" k="41" />
+<hkern u1="&#x28;" u2="&#xf3;" k="41" />
+<hkern u1="&#x28;" u2="&#xf2;" k="41" />
+<hkern u1="&#x28;" u2="&#xf1;" k="23" />
+<hkern u1="&#x28;" u2="&#xf0;" k="23" />
+<hkern u1="&#x28;" u2="&#xef;" k="-78" />
+<hkern u1="&#x28;" u2="&#xec;" k="-41" />
+<hkern u1="&#x28;" u2="&#xeb;" k="41" />
+<hkern u1="&#x28;" u2="&#xea;" k="41" />
+<hkern u1="&#x28;" u2="&#xe9;" k="41" />
+<hkern u1="&#x28;" u2="&#xe8;" k="41" />
+<hkern u1="&#x28;" u2="&#xe7;" k="41" />
+<hkern u1="&#x28;" u2="&#xe6;" k="25" />
+<hkern u1="&#x28;" u2="&#xe5;" k="25" />
+<hkern u1="&#x28;" u2="&#xe4;" k="25" />
+<hkern u1="&#x28;" u2="&#xe3;" k="25" />
+<hkern u1="&#x28;" u2="&#xe2;" k="25" />
+<hkern u1="&#x28;" u2="&#xe1;" k="25" />
+<hkern u1="&#x28;" u2="&#xe0;" k="25" />
+<hkern u1="&#x28;" u2="&#xd8;" k="31" />
+<hkern u1="&#x28;" u2="&#xd6;" k="31" />
+<hkern u1="&#x28;" u2="&#xd5;" k="31" />
+<hkern u1="&#x28;" u2="&#xd4;" k="31" />
+<hkern u1="&#x28;" u2="&#xd3;" k="31" />
+<hkern u1="&#x28;" u2="&#xd2;" k="31" />
+<hkern u1="&#x28;" u2="&#xc7;" k="29" />
+<hkern u1="&#x28;" u2="&#x7b;" k="27" />
+<hkern u1="&#x28;" u2="y" k="20" />
+<hkern u1="&#x28;" u2="w" k="29" />
+<hkern u1="&#x28;" u2="v" k="20" />
+<hkern u1="&#x28;" u2="u" k="31" />
+<hkern u1="&#x28;" u2="s" k="20" />
+<hkern u1="&#x28;" u2="r" k="23" />
+<hkern u1="&#x28;" u2="q" k="39" />
+<hkern u1="&#x28;" u2="p" k="23" />
+<hkern u1="&#x28;" u2="o" k="41" />
+<hkern u1="&#x28;" u2="n" k="23" />
+<hkern u1="&#x28;" u2="m" k="23" />
+<hkern u1="&#x28;" u2="j" k="-45" />
+<hkern u1="&#x28;" u2="f" k="20" />
+<hkern u1="&#x28;" u2="e" k="41" />
+<hkern u1="&#x28;" u2="d" k="39" />
+<hkern u1="&#x28;" u2="c" k="41" />
+<hkern u1="&#x28;" u2="a" k="25" />
+<hkern u1="&#x28;" u2="Q" k="31" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="G" k="31" />
+<hkern u1="&#x28;" u2="C" k="29" />
+<hkern u1="&#x2a;" u2="&#x153;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf8;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf6;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf5;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf4;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf3;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf2;" k="33" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="29" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-82" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-109" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-51" />
+<hkern u1="&#x2a;" u2="&#xeb;" k="33" />
+<hkern u1="&#x2a;" u2="&#xea;" k="33" />
+<hkern u1="&#x2a;" u2="&#xe9;" k="33" />
+<hkern u1="&#x2a;" u2="&#xe8;" k="33" />
+<hkern u1="&#x2a;" u2="&#xe7;" k="33" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="74" />
+<hkern u1="&#x2a;" u2="&#xc5;" k="59" />
+<hkern u1="&#x2a;" u2="&#xc4;" k="59" />
+<hkern u1="&#x2a;" u2="&#xc3;" k="59" />
+<hkern u1="&#x2a;" u2="&#xc2;" k="59" />
+<hkern u1="&#x2a;" u2="&#xc1;" k="59" />
+<hkern u1="&#x2a;" u2="&#xc0;" k="59" />
+<hkern u1="&#x2a;" u2="s" k="23" />
+<hkern u1="&#x2a;" u2="q" k="37" />
+<hkern u1="&#x2a;" u2="o" k="33" />
+<hkern u1="&#x2a;" u2="g" k="29" />
+<hkern u1="&#x2a;" u2="e" k="33" />
+<hkern u1="&#x2a;" u2="d" k="37" />
+<hkern u1="&#x2a;" u2="c" k="33" />
+<hkern u1="&#x2a;" u2="T" k="-20" />
+<hkern u1="&#x2a;" u2="J" k="20" />
+<hkern u1="&#x2a;" u2="A" k="59" />
+<hkern u1="&#x2c;" u2="v" k="47" />
+<hkern u1="&#x2c;" u2="f" k="23" />
+<hkern u1="&#x2c;" u2="V" k="82" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="18" />
+<hkern u1="&#x2d;" u2="x" k="47" />
+<hkern u1="&#x2d;" u2="v" k="18" />
+<hkern u1="&#x2d;" u2="f" k="23" />
+<hkern u1="&#x2d;" u2="X" k="66" />
+<hkern u1="&#x2d;" u2="V" k="49" />
+<hkern u1="&#x2e;" u2="v" k="47" />
+<hkern u1="&#x2e;" u2="f" k="23" />
+<hkern u1="&#x2e;" u2="V" k="82" />
+<hkern u1="&#x2f;" u2="&#x153;" k="74" />
+<hkern u1="&#x2f;" u2="&#x152;" k="31" />
+<hkern u1="&#x2f;" u2="&#xff;" k="29" />
+<hkern u1="&#x2f;" u2="&#xfd;" k="29" />
+<hkern u1="&#x2f;" u2="&#xfc;" k="41" />
+<hkern u1="&#x2f;" u2="&#xfb;" k="41" />
+<hkern u1="&#x2f;" u2="&#xfa;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf9;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf8;" k="74" />
+<hkern u1="&#x2f;" u2="&#xf6;" k="74" />
+<hkern u1="&#x2f;" u2="&#xf5;" k="74" />
+<hkern u1="&#x2f;" u2="&#xf4;" k="74" />
+<hkern u1="&#x2f;" u2="&#xf3;" k="74" />
+<hkern u1="&#x2f;" u2="&#xf2;" k="74" />
+<hkern u1="&#x2f;" u2="&#xf1;" k="45" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="20" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-92" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-88" />
+<hkern u1="&#x2f;" u2="&#xeb;" k="74" />
+<hkern u1="&#x2f;" u2="&#xea;" k="74" />
+<hkern u1="&#x2f;" u2="&#xe9;" k="74" />
+<hkern u1="&#x2f;" u2="&#xe8;" k="74" />
+<hkern u1="&#x2f;" u2="&#xe7;" k="74" />
+<hkern u1="&#x2f;" u2="&#xe6;" k="57" />
+<hkern u1="&#x2f;" u2="&#xe5;" k="57" />
+<hkern u1="&#x2f;" u2="&#xe4;" k="57" />
+<hkern u1="&#x2f;" u2="&#xe3;" k="57" />
+<hkern u1="&#x2f;" u2="&#xe2;" k="57" />
+<hkern u1="&#x2f;" u2="&#xe1;" k="57" />
+<hkern u1="&#x2f;" u2="&#xe0;" k="57" />
+<hkern u1="&#x2f;" u2="&#xd8;" k="31" />
+<hkern u1="&#x2f;" u2="&#xd6;" k="31" />
+<hkern u1="&#x2f;" u2="&#xd5;" k="31" />
+<hkern u1="&#x2f;" u2="&#xd4;" k="31" />
+<hkern u1="&#x2f;" u2="&#xd3;" k="31" />
+<hkern u1="&#x2f;" u2="&#xd2;" k="31" />
+<hkern u1="&#x2f;" u2="&#xc7;" k="25" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="90" />
+<hkern u1="&#x2f;" u2="&#xc5;" k="76" />
+<hkern u1="&#x2f;" u2="&#xc4;" k="76" />
+<hkern u1="&#x2f;" u2="&#xc3;" k="76" />
+<hkern u1="&#x2f;" u2="&#xc2;" k="76" />
+<hkern u1="&#x2f;" u2="&#xc1;" k="76" />
+<hkern u1="&#x2f;" u2="&#xc0;" k="76" />
+<hkern u1="&#x2f;" u2="z" k="35" />
+<hkern u1="&#x2f;" u2="y" k="29" />
+<hkern u1="&#x2f;" u2="w" k="25" />
+<hkern u1="&#x2f;" u2="v" k="27" />
+<hkern u1="&#x2f;" u2="u" k="41" />
+<hkern u1="&#x2f;" u2="s" k="61" />
+<hkern u1="&#x2f;" u2="r" k="45" />
+<hkern u1="&#x2f;" u2="q" k="74" />
+<hkern u1="&#x2f;" u2="p" k="45" />
+<hkern u1="&#x2f;" u2="o" k="74" />
+<hkern u1="&#x2f;" u2="n" k="45" />
+<hkern u1="&#x2f;" u2="m" k="45" />
+<hkern u1="&#x2f;" u2="g" k="70" />
+<hkern u1="&#x2f;" u2="e" k="74" />
+<hkern u1="&#x2f;" u2="d" k="74" />
+<hkern u1="&#x2f;" u2="c" k="74" />
+<hkern u1="&#x2f;" u2="a" k="57" />
+<hkern u1="&#x2f;" u2="Q" k="31" />
+<hkern u1="&#x2f;" u2="O" k="31" />
+<hkern u1="&#x2f;" u2="J" k="29" />
+<hkern u1="&#x2f;" u2="G" k="31" />
+<hkern u1="&#x2f;" u2="C" k="25" />
+<hkern u1="&#x2f;" u2="A" k="76" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="614" />
+<hkern u1="&#x3a;" u2="V" k="20" />
+<hkern u1="&#x3b;" u2="V" k="20" />
+<hkern u1="&#x40;" u2="&#x178;" k="51" />
+<hkern u1="&#x40;" u2="&#xdd;" k="51" />
+<hkern u1="&#x40;" u2="Y" k="51" />
+<hkern u1="A" u2="&#x2122;" k="61" />
+<hkern u1="A" u2="&#xf0;" k="10" />
+<hkern u1="A" u2="&#xae;" k="37" />
+<hkern u1="A" u2="v" k="29" />
+<hkern u1="A" u2="f" k="16" />
+<hkern u1="A" u2="\" k="86" />
+<hkern u1="A" u2="V" k="55" />
+<hkern u1="A" u2="&#x3f;" k="29" />
+<hkern u1="A" u2="&#x2a;" k="55" />
+<hkern u1="B" u2="&#x178;" k="45" />
+<hkern u1="B" u2="&#xdd;" k="45" />
+<hkern u1="B" u2="&#xc6;" k="23" />
+<hkern u1="B" u2="&#xc5;" k="16" />
+<hkern u1="B" u2="&#xc4;" k="16" />
+<hkern u1="B" u2="&#xc3;" k="16" />
+<hkern u1="B" u2="&#xc2;" k="16" />
+<hkern u1="B" u2="&#xc1;" k="16" />
+<hkern u1="B" u2="&#xc0;" k="16" />
+<hkern u1="B" u2="g" k="14" />
+<hkern u1="B" u2="]" k="29" />
+<hkern u1="B" u2="\" k="33" />
+<hkern u1="B" u2="Y" k="45" />
+<hkern u1="B" u2="X" k="23" />
+<hkern u1="B" u2="V" k="18" />
+<hkern u1="B" u2="A" k="16" />
+<hkern u1="C" u2="&#xf0;" k="12" />
+<hkern u1="C" u2="&#xef;" k="-72" />
+<hkern u1="C" u2="&#xee;" k="-59" />
+<hkern u1="C" u2="&#xec;" k="-90" />
+<hkern u1="C" u2="v" k="10" />
+<hkern u1="C" u2="f" k="10" />
+<hkern u1="D" u2="&#xc6;" k="27" />
+<hkern u1="D" u2="&#x7d;" k="25" />
+<hkern u1="D" u2="]" k="39" />
+<hkern u1="D" u2="\" k="37" />
+<hkern u1="D" u2="X" k="37" />
+<hkern u1="D" u2="V" k="20" />
+<hkern u1="D" u2="&#x2f;" k="31" />
+<hkern u1="D" u2="&#x29;" k="27" />
+<hkern u1="E" u2="&#xf0;" k="12" />
+<hkern u1="E" u2="&#xef;" k="-66" />
+<hkern u1="E" u2="&#xee;" k="-59" />
+<hkern u1="E" u2="&#xec;" k="-86" />
+<hkern u1="F" u2="&#x2026;" k="102" />
+<hkern u1="F" u2="&#x201e;" k="102" />
+<hkern u1="F" u2="&#x201a;" k="102" />
+<hkern u1="F" u2="&#x2014;" k="18" />
+<hkern u1="F" u2="&#x2013;" k="18" />
+<hkern u1="F" u2="&#x153;" k="35" />
+<hkern u1="F" u2="&#xff;" k="10" />
+<hkern u1="F" u2="&#xfd;" k="10" />
+<hkern u1="F" u2="&#xfc;" k="27" />
+<hkern u1="F" u2="&#xfb;" k="27" />
+<hkern u1="F" u2="&#xfa;" k="27" />
+<hkern u1="F" u2="&#xf9;" k="27" />
+<hkern u1="F" u2="&#xf8;" k="35" />
+<hkern u1="F" u2="&#xf6;" k="35" />
+<hkern u1="F" u2="&#xf5;" k="35" />
+<hkern u1="F" u2="&#xf4;" k="35" />
+<hkern u1="F" u2="&#xf3;" k="35" />
+<hkern u1="F" u2="&#xf2;" k="35" />
+<hkern u1="F" u2="&#xf1;" k="35" />
+<hkern u1="F" u2="&#xf0;" k="25" />
+<hkern u1="F" u2="&#xef;" k="-100" />
+<hkern u1="F" u2="&#xee;" k="-94" />
+<hkern u1="F" u2="&#xec;" k="-121" />
+<hkern u1="F" u2="&#xeb;" k="35" />
+<hkern u1="F" u2="&#xea;" k="35" />
+<hkern u1="F" u2="&#xe9;" k="35" />
+<hkern u1="F" u2="&#xe8;" k="35" />
+<hkern u1="F" u2="&#xe7;" k="35" />
+<hkern u1="F" u2="&#xe6;" k="35" />
+<hkern u1="F" u2="&#xe5;" k="35" />
+<hkern u1="F" u2="&#xe4;" k="35" />
+<hkern u1="F" u2="&#xe3;" k="35" />
+<hkern u1="F" u2="&#xe2;" k="35" />
+<hkern u1="F" u2="&#xe1;" k="35" />
+<hkern u1="F" u2="&#xe0;" k="35" />
+<hkern u1="F" u2="&#xc6;" k="59" />
+<hkern u1="F" u2="&#xc5;" k="43" />
+<hkern u1="F" u2="&#xc4;" k="43" />
+<hkern u1="F" u2="&#xc3;" k="43" />
+<hkern u1="F" u2="&#xc2;" k="43" />
+<hkern u1="F" u2="&#xc1;" k="43" />
+<hkern u1="F" u2="&#xc0;" k="43" />
+<hkern u1="F" u2="z" k="20" />
+<hkern u1="F" u2="y" k="10" />
+<hkern u1="F" u2="x" k="14" />
+<hkern u1="F" u2="w" k="12" />
+<hkern u1="F" u2="u" k="27" />
+<hkern u1="F" u2="s" k="33" />
+<hkern u1="F" u2="r" k="35" />
+<hkern u1="F" u2="q" k="37" />
+<hkern u1="F" u2="p" k="35" />
+<hkern u1="F" u2="o" k="35" />
+<hkern u1="F" u2="n" k="35" />
+<hkern u1="F" u2="m" k="35" />
+<hkern u1="F" u2="g" k="43" />
+<hkern u1="F" u2="f" k="10" />
+<hkern u1="F" u2="e" k="35" />
+<hkern u1="F" u2="d" k="37" />
+<hkern u1="F" u2="c" k="35" />
+<hkern u1="F" u2="a" k="35" />
+<hkern u1="F" u2="J" k="16" />
+<hkern u1="F" u2="A" k="43" />
+<hkern u1="F" u2="&#x2f;" k="78" />
+<hkern u1="F" u2="&#x2e;" k="102" />
+<hkern u1="F" u2="&#x2d;" k="18" />
+<hkern u1="F" u2="&#x2c;" k="102" />
+<hkern u1="G" u2="&#xef;" k="-31" />
+<hkern u1="G" u2="&#xee;" k="-18" />
+<hkern u1="G" u2="&#xec;" k="-51" />
+<hkern u1="G" u2="v" k="10" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="20" />
+<hkern u1="G" u2="V" k="16" />
+<hkern u1="H" u2="&#xf0;" k="16" />
+<hkern u1="H" u2="&#xec;" k="-16" />
+<hkern u1="H" u2="f" k="12" />
+<hkern u1="I" u2="&#xf0;" k="16" />
+<hkern u1="I" u2="&#xec;" k="-16" />
+<hkern u1="I" u2="f" k="12" />
+<hkern u1="J" u2="&#xf0;" k="14" />
+<hkern u1="J" u2="&#xec;" k="-23" />
+<hkern u1="J" u2="f" k="10" />
+<hkern u1="K" u2="&#xf0;" k="27" />
+<hkern u1="K" u2="&#xef;" k="-104" />
+<hkern u1="K" u2="&#xee;" k="-12" />
+<hkern u1="K" u2="&#xec;" k="-96" />
+<hkern u1="K" u2="v" k="35" />
+<hkern u1="K" u2="f" k="23" />
+<hkern u1="L" u2="&#x2122;" k="156" />
+<hkern u1="L" u2="&#xae;" k="127" />
+<hkern u1="L" u2="v" k="66" />
+<hkern u1="L" u2="f" k="16" />
+<hkern u1="L" u2="\" k="147" />
+<hkern u1="L" u2="V" k="113" />
+<hkern u1="L" u2="&#x2a;" k="154" />
+<hkern u1="M" u2="&#xf0;" k="16" />
+<hkern u1="M" u2="&#xec;" k="-16" />
+<hkern u1="M" u2="f" k="12" />
+<hkern u1="N" u2="&#xf0;" k="16" />
+<hkern u1="N" u2="&#xec;" k="-16" />
+<hkern u1="N" u2="f" k="12" />
+<hkern u1="O" u2="&#xc6;" k="27" />
+<hkern u1="O" u2="&#x7d;" k="25" />
+<hkern u1="O" u2="]" k="41" />
+<hkern u1="O" u2="\" k="39" />
+<hkern u1="O" u2="X" k="35" />
+<hkern u1="O" u2="V" k="20" />
+<hkern u1="O" u2="&#x2f;" k="29" />
+<hkern u1="O" u2="&#x29;" k="27" />
+<hkern u1="P" u2="&#x2026;" k="125" />
+<hkern u1="P" u2="&#x201e;" k="125" />
+<hkern u1="P" u2="&#x201a;" k="125" />
+<hkern u1="P" u2="&#x178;" k="41" />
+<hkern u1="P" u2="&#xf0;" k="25" />
+<hkern u1="P" u2="&#xef;" k="-16" />
+<hkern u1="P" u2="&#xee;" k="-33" />
+<hkern u1="P" u2="&#xec;" k="-23" />
+<hkern u1="P" u2="&#xe6;" k="10" />
+<hkern u1="P" u2="&#xe5;" k="10" />
+<hkern u1="P" u2="&#xe4;" k="10" />
+<hkern u1="P" u2="&#xe3;" k="10" />
+<hkern u1="P" u2="&#xe2;" k="10" />
+<hkern u1="P" u2="&#xe1;" k="10" />
+<hkern u1="P" u2="&#xe0;" k="10" />
+<hkern u1="P" u2="&#xdd;" k="41" />
+<hkern u1="P" u2="&#xc6;" k="51" />
+<hkern u1="P" u2="&#xc5;" k="39" />
+<hkern u1="P" u2="&#xc4;" k="39" />
+<hkern u1="P" u2="&#xc3;" k="39" />
+<hkern u1="P" u2="&#xc2;" k="39" />
+<hkern u1="P" u2="&#xc1;" k="39" />
+<hkern u1="P" u2="&#xc0;" k="39" />
+<hkern u1="P" u2="&#x7d;" k="20" />
+<hkern u1="P" u2="a" k="10" />
+<hkern u1="P" u2="]" k="27" />
+<hkern u1="P" u2="\" k="25" />
+<hkern u1="P" u2="Y" k="41" />
+<hkern u1="P" u2="X" k="35" />
+<hkern u1="P" u2="V" k="14" />
+<hkern u1="P" u2="J" k="18" />
+<hkern u1="P" u2="A" k="39" />
+<hkern u1="P" u2="&#x2f;" k="78" />
+<hkern u1="P" u2="&#x2e;" k="125" />
+<hkern u1="P" u2="&#x2c;" k="125" />
+<hkern u1="P" u2="&#x29;" k="20" />
+<hkern u1="Q" u2="&#xc6;" k="27" />
+<hkern u1="Q" u2="&#x7d;" k="25" />
+<hkern u1="Q" u2="]" k="41" />
+<hkern u1="Q" u2="\" k="39" />
+<hkern u1="Q" u2="X" k="35" />
+<hkern u1="Q" u2="V" k="20" />
+<hkern u1="Q" u2="&#x2f;" k="29" />
+<hkern u1="Q" u2="&#x29;" k="27" />
+<hkern u1="R" u2="&#xf0;" k="29" />
+<hkern u1="R" u2="&#xc6;" k="20" />
+<hkern u1="R" u2="\" k="31" />
+<hkern u1="R" u2="X" k="12" />
+<hkern u1="R" u2="V" k="18" />
+<hkern u1="S" u2="&#xef;" k="-41" />
+<hkern u1="S" u2="&#xee;" k="-16" />
+<hkern u1="S" u2="&#xec;" k="-57" />
+<hkern u1="S" u2="&#xc6;" k="20" />
+<hkern u1="S" u2="x" k="16" />
+<hkern u1="S" u2="v" k="12" />
+<hkern u1="S" u2="f" k="18" />
+<hkern u1="S" u2="X" k="10" />
+<hkern u1="S" u2="V" k="16" />
+<hkern u1="T" u2="&#xf0;" k="37" />
+<hkern u1="T" u2="&#xef;" k="-119" />
+<hkern u1="T" u2="&#xee;" k="-113" />
+<hkern u1="T" u2="&#xec;" k="-139" />
+<hkern u1="T" u2="&#xe4;" k="111" />
+<hkern u1="T" u2="&#xe3;" k="90" />
+<hkern u1="T" u2="&#xc6;" k="100" />
+<hkern u1="T" u2="x" k="100" />
+<hkern u1="T" u2="v" k="100" />
+<hkern u1="T" u2="f" k="31" />
+<hkern u1="T" u2="&#x40;" k="31" />
+<hkern u1="T" u2="&#x2f;" k="100" />
+<hkern u1="T" u2="&#x26;" k="20" />
+<hkern u1="U" u2="&#xf0;" k="16" />
+<hkern u1="U" u2="&#xec;" k="-29" />
+<hkern u1="U" u2="&#xc6;" k="14" />
+<hkern u1="U" u2="f" k="10" />
+<hkern u1="U" u2="&#x2f;" k="33" />
+<hkern u1="V" u2="&#x203a;" k="23" />
+<hkern u1="V" u2="&#x2039;" k="49" />
+<hkern u1="V" u2="&#x2026;" k="82" />
+<hkern u1="V" u2="&#x201e;" k="82" />
+<hkern u1="V" u2="&#x201a;" k="82" />
+<hkern u1="V" u2="&#x2014;" k="49" />
+<hkern u1="V" u2="&#x2013;" k="49" />
+<hkern u1="V" u2="&#x153;" k="59" />
+<hkern u1="V" u2="&#x152;" k="20" />
+<hkern u1="V" u2="&#xff;" k="12" />
+<hkern u1="V" u2="&#xfd;" k="12" />
+<hkern u1="V" u2="&#xfc;" k="35" />
+<hkern u1="V" u2="&#xfb;" k="35" />
+<hkern u1="V" u2="&#xfa;" k="35" />
+<hkern u1="V" u2="&#xf9;" k="35" />
+<hkern u1="V" u2="&#xf8;" k="59" />
+<hkern u1="V" u2="&#xf6;" k="59" />
+<hkern u1="V" u2="&#xf5;" k="59" />
+<hkern u1="V" u2="&#xf4;" k="59" />
+<hkern u1="V" u2="&#xf3;" k="59" />
+<hkern u1="V" u2="&#xf2;" k="59" />
+<hkern u1="V" u2="&#xf1;" k="43" />
+<hkern u1="V" u2="&#xf0;" k="39" />
+<hkern u1="V" u2="&#xef;" k="-115" />
+<hkern u1="V" u2="&#xee;" k="-61" />
+<hkern u1="V" u2="&#xec;" k="-117" />
+<hkern u1="V" u2="&#xeb;" k="59" />
+<hkern u1="V" u2="&#xea;" k="59" />
+<hkern u1="V" u2="&#xe9;" k="59" />
+<hkern u1="V" u2="&#xe8;" k="59" />
+<hkern u1="V" u2="&#xe7;" k="59" />
+<hkern u1="V" u2="&#xe6;" k="47" />
+<hkern u1="V" u2="&#xe5;" k="47" />
+<hkern u1="V" u2="&#xe4;" k="47" />
+<hkern u1="V" u2="&#xe3;" k="47" />
+<hkern u1="V" u2="&#xe2;" k="47" />
+<hkern u1="V" u2="&#xe1;" k="47" />
+<hkern u1="V" u2="&#xe0;" k="47" />
+<hkern u1="V" u2="&#xd8;" k="20" />
+<hkern u1="V" u2="&#xd6;" k="20" />
+<hkern u1="V" u2="&#xd5;" k="20" />
+<hkern u1="V" u2="&#xd4;" k="20" />
+<hkern u1="V" u2="&#xd3;" k="20" />
+<hkern u1="V" u2="&#xd2;" k="20" />
+<hkern u1="V" u2="&#xc7;" k="18" />
+<hkern u1="V" u2="&#xc6;" k="63" />
+<hkern u1="V" u2="&#xc5;" k="55" />
+<hkern u1="V" u2="&#xc4;" k="55" />
+<hkern u1="V" u2="&#xc3;" k="55" />
+<hkern u1="V" u2="&#xc2;" k="55" />
+<hkern u1="V" u2="&#xc1;" k="55" />
+<hkern u1="V" u2="&#xc0;" k="55" />
+<hkern u1="V" u2="&#xbb;" k="23" />
+<hkern u1="V" u2="&#xab;" k="49" />
+<hkern u1="V" u2="z" k="27" />
+<hkern u1="V" u2="y" k="12" />
+<hkern u1="V" u2="x" k="14" />
+<hkern u1="V" u2="w" k="18" />
+<hkern u1="V" u2="v" k="12" />
+<hkern u1="V" u2="u" k="35" />
+<hkern u1="V" u2="s" k="45" />
+<hkern u1="V" u2="r" k="43" />
+<hkern u1="V" u2="q" k="57" />
+<hkern u1="V" u2="p" k="43" />
+<hkern u1="V" u2="o" k="59" />
+<hkern u1="V" u2="n" k="43" />
+<hkern u1="V" u2="m" k="43" />
+<hkern u1="V" u2="g" k="61" />
+<hkern u1="V" u2="f" k="14" />
+<hkern u1="V" u2="e" k="59" />
+<hkern u1="V" u2="d" k="57" />
+<hkern u1="V" u2="c" k="59" />
+<hkern u1="V" u2="a" k="47" />
+<hkern u1="V" u2="S" k="16" />
+<hkern u1="V" u2="Q" k="20" />
+<hkern u1="V" u2="O" k="20" />
+<hkern u1="V" u2="J" k="23" />
+<hkern u1="V" u2="G" k="20" />
+<hkern u1="V" u2="C" k="18" />
+<hkern u1="V" u2="A" k="55" />
+<hkern u1="V" u2="&#x40;" k="25" />
+<hkern u1="V" u2="&#x3b;" k="20" />
+<hkern u1="V" u2="&#x3a;" k="20" />
+<hkern u1="V" u2="&#x2f;" k="82" />
+<hkern u1="V" u2="&#x2e;" k="82" />
+<hkern u1="V" u2="&#x2d;" k="49" />
+<hkern u1="V" u2="&#x2c;" k="82" />
+<hkern u1="V" u2="&#x26;" k="29" />
+<hkern u1="W" u2="&#xf0;" k="27" />
+<hkern u1="W" u2="&#xef;" k="-109" />
+<hkern u1="W" u2="&#xee;" k="-61" />
+<hkern u1="W" u2="&#xec;" k="-111" />
+<hkern u1="W" u2="&#xc6;" k="47" />
+<hkern u1="W" u2="&#x2f;" k="59" />
+<hkern u1="X" u2="&#x2039;" k="37" />
+<hkern u1="X" u2="&#x2014;" k="66" />
+<hkern u1="X" u2="&#x2013;" k="66" />
+<hkern u1="X" u2="&#x153;" k="53" />
+<hkern u1="X" u2="&#x152;" k="35" />
+<hkern u1="X" u2="&#xff;" k="47" />
+<hkern u1="X" u2="&#xfd;" k="47" />
+<hkern u1="X" u2="&#xfc;" k="39" />
+<hkern u1="X" u2="&#xfb;" k="39" />
+<hkern u1="X" u2="&#xfa;" k="39" />
+<hkern u1="X" u2="&#xf9;" k="39" />
+<hkern u1="X" u2="&#xf8;" k="53" />
+<hkern u1="X" u2="&#xf6;" k="53" />
+<hkern u1="X" u2="&#xf5;" k="53" />
+<hkern u1="X" u2="&#xf4;" k="53" />
+<hkern u1="X" u2="&#xf3;" k="53" />
+<hkern u1="X" u2="&#xf2;" k="53" />
+<hkern u1="X" u2="&#xf1;" k="10" />
+<hkern u1="X" u2="&#xf0;" k="35" />
+<hkern u1="X" u2="&#xef;" k="-127" />
+<hkern u1="X" u2="&#xee;" k="-27" />
+<hkern u1="X" u2="&#xec;" k="-113" />
+<hkern u1="X" u2="&#xeb;" k="53" />
+<hkern u1="X" u2="&#xea;" k="53" />
+<hkern u1="X" u2="&#xe9;" k="53" />
+<hkern u1="X" u2="&#xe8;" k="53" />
+<hkern u1="X" u2="&#xe7;" k="53" />
+<hkern u1="X" u2="&#xe6;" k="10" />
+<hkern u1="X" u2="&#xe5;" k="10" />
+<hkern u1="X" u2="&#xe4;" k="10" />
+<hkern u1="X" u2="&#xe3;" k="10" />
+<hkern u1="X" u2="&#xe2;" k="10" />
+<hkern u1="X" u2="&#xe1;" k="10" />
+<hkern u1="X" u2="&#xe0;" k="10" />
+<hkern u1="X" u2="&#xd8;" k="35" />
+<hkern u1="X" u2="&#xd6;" k="35" />
+<hkern u1="X" u2="&#xd5;" k="35" />
+<hkern u1="X" u2="&#xd4;" k="35" />
+<hkern u1="X" u2="&#xd3;" k="35" />
+<hkern u1="X" u2="&#xd2;" k="35" />
+<hkern u1="X" u2="&#xc7;" k="33" />
+<hkern u1="X" u2="&#xab;" k="37" />
+<hkern u1="X" u2="y" k="47" />
+<hkern u1="X" u2="w" k="49" />
+<hkern u1="X" u2="v" k="45" />
+<hkern u1="X" u2="u" k="39" />
+<hkern u1="X" u2="t" k="20" />
+<hkern u1="X" u2="r" k="10" />
+<hkern u1="X" u2="q" k="41" />
+<hkern u1="X" u2="p" k="10" />
+<hkern u1="X" u2="o" k="53" />
+<hkern u1="X" u2="n" k="10" />
+<hkern u1="X" u2="m" k="10" />
+<hkern u1="X" u2="g" k="41" />
+<hkern u1="X" u2="f" k="18" />
+<hkern u1="X" u2="e" k="53" />
+<hkern u1="X" u2="d" k="41" />
+<hkern u1="X" u2="c" k="53" />
+<hkern u1="X" u2="a" k="10" />
+<hkern u1="X" u2="Q" k="35" />
+<hkern u1="X" u2="O" k="35" />
+<hkern u1="X" u2="G" k="35" />
+<hkern u1="X" u2="C" k="33" />
+<hkern u1="X" u2="&#x2d;" k="66" />
+<hkern u1="Y" u2="&#xff;" k="49" />
+<hkern u1="Y" u2="&#xf0;" k="53" />
+<hkern u1="Y" u2="&#xef;" k="-143" />
+<hkern u1="Y" u2="&#xee;" k="-43" />
+<hkern u1="Y" u2="&#xec;" k="-127" />
+<hkern u1="Y" u2="&#xeb;" k="125" />
+<hkern u1="Y" u2="&#xe4;" k="88" />
+<hkern u1="Y" u2="&#xe3;" k="70" />
+<hkern u1="Y" u2="&#xdf;" k="29" />
+<hkern u1="Y" u2="&#xc6;" k="121" />
+<hkern u1="Y" u2="&#xae;" k="39" />
+<hkern u1="Y" u2="x" k="70" />
+<hkern u1="Y" u2="v" k="68" />
+<hkern u1="Y" u2="f" k="47" />
+<hkern u1="Y" u2="&#x40;" k="72" />
+<hkern u1="Y" u2="&#x2f;" k="133" />
+<hkern u1="Y" u2="&#x2a;" k="-10" />
+<hkern u1="Y" u2="&#x26;" k="57" />
+<hkern u1="Z" u2="&#xf0;" k="14" />
+<hkern u1="Z" u2="&#xef;" k="-61" />
+<hkern u1="Z" u2="&#xee;" k="-57" />
+<hkern u1="Z" u2="&#xec;" k="-84" />
+<hkern u1="Z" u2="v" k="14" />
+<hkern u1="Z" u2="f" k="14" />
+<hkern u1="[" u2="&#x153;" k="55" />
+<hkern u1="[" u2="&#x152;" k="41" />
+<hkern u1="[" u2="&#xff;" k="41" />
+<hkern u1="[" u2="&#xfd;" k="41" />
+<hkern u1="[" u2="&#xfc;" k="41" />
+<hkern u1="[" u2="&#xfb;" k="41" />
+<hkern u1="[" u2="&#xfa;" k="41" />
+<hkern u1="[" u2="&#xf9;" k="41" />
+<hkern u1="[" u2="&#xf8;" k="55" />
+<hkern u1="[" u2="&#xf6;" k="55" />
+<hkern u1="[" u2="&#xf5;" k="55" />
+<hkern u1="[" u2="&#xf4;" k="55" />
+<hkern u1="[" u2="&#xf3;" k="55" />
+<hkern u1="[" u2="&#xf2;" k="55" />
+<hkern u1="[" u2="&#xf0;" k="23" />
+<hkern u1="[" u2="&#xef;" k="-78" />
+<hkern u1="[" u2="&#xec;" k="-98" />
+<hkern u1="[" u2="&#xeb;" k="55" />
+<hkern u1="[" u2="&#xea;" k="55" />
+<hkern u1="[" u2="&#xe9;" k="55" />
+<hkern u1="[" u2="&#xe8;" k="55" />
+<hkern u1="[" u2="&#xe7;" k="55" />
+<hkern u1="[" u2="&#xe6;" k="35" />
+<hkern u1="[" u2="&#xe5;" k="35" />
+<hkern u1="[" u2="&#xe4;" k="35" />
+<hkern u1="[" u2="&#xe3;" k="35" />
+<hkern u1="[" u2="&#xe2;" k="35" />
+<hkern u1="[" u2="&#xe1;" k="35" />
+<hkern u1="[" u2="&#xe0;" k="35" />
+<hkern u1="[" u2="&#xd8;" k="41" />
+<hkern u1="[" u2="&#xd6;" k="41" />
+<hkern u1="[" u2="&#xd5;" k="41" />
+<hkern u1="[" u2="&#xd4;" k="41" />
+<hkern u1="[" u2="&#xd3;" k="41" />
+<hkern u1="[" u2="&#xd2;" k="41" />
+<hkern u1="[" u2="&#xc7;" k="33" />
+<hkern u1="[" u2="&#x7b;" k="37" />
+<hkern u1="[" u2="y" k="41" />
+<hkern u1="[" u2="w" k="43" />
+<hkern u1="[" u2="v" k="41" />
+<hkern u1="[" u2="u" k="41" />
+<hkern u1="[" u2="t" k="23" />
+<hkern u1="[" u2="q" k="53" />
+<hkern u1="[" u2="o" k="55" />
+<hkern u1="[" u2="j" k="-18" />
+<hkern u1="[" u2="f" k="20" />
+<hkern u1="[" u2="e" k="55" />
+<hkern u1="[" u2="d" k="53" />
+<hkern u1="[" u2="c" k="55" />
+<hkern u1="[" u2="a" k="35" />
+<hkern u1="[" u2="Q" k="41" />
+<hkern u1="[" u2="O" k="41" />
+<hkern u1="[" u2="G" k="41" />
+<hkern u1="[" u2="C" k="33" />
+<hkern u1="\" u2="&#x201d;" k="139" />
+<hkern u1="\" u2="&#x2019;" k="139" />
+<hkern u1="\" u2="&#x178;" k="145" />
+<hkern u1="\" u2="&#x153;" k="20" />
+<hkern u1="\" u2="&#x152;" k="41" />
+<hkern u1="\" u2="&#xff;" k="45" />
+<hkern u1="\" u2="&#xfd;" k="45" />
+<hkern u1="\" u2="&#xf8;" k="20" />
+<hkern u1="\" u2="&#xf6;" k="20" />
+<hkern u1="\" u2="&#xf5;" k="20" />
+<hkern u1="\" u2="&#xf4;" k="20" />
+<hkern u1="\" u2="&#xf3;" k="20" />
+<hkern u1="\" u2="&#xf2;" k="20" />
+<hkern u1="\" u2="&#xeb;" k="20" />
+<hkern u1="\" u2="&#xea;" k="20" />
+<hkern u1="\" u2="&#xe9;" k="20" />
+<hkern u1="\" u2="&#xe8;" k="20" />
+<hkern u1="\" u2="&#xe7;" k="20" />
+<hkern u1="\" u2="&#xdd;" k="145" />
+<hkern u1="\" u2="&#xdc;" k="45" />
+<hkern u1="\" u2="&#xdb;" k="45" />
+<hkern u1="\" u2="&#xda;" k="45" />
+<hkern u1="\" u2="&#xd9;" k="45" />
+<hkern u1="\" u2="&#xd8;" k="41" />
+<hkern u1="\" u2="&#xd6;" k="41" />
+<hkern u1="\" u2="&#xd5;" k="41" />
+<hkern u1="\" u2="&#xd4;" k="41" />
+<hkern u1="\" u2="&#xd3;" k="41" />
+<hkern u1="\" u2="&#xd2;" k="41" />
+<hkern u1="\" u2="&#xc7;" k="39" />
+<hkern u1="\" u2="y" k="45" />
+<hkern u1="\" u2="w" k="35" />
+<hkern u1="\" u2="v" k="43" />
+<hkern u1="\" u2="t" k="33" />
+<hkern u1="\" u2="o" k="20" />
+<hkern u1="\" u2="f" k="25" />
+<hkern u1="\" u2="e" k="20" />
+<hkern u1="\" u2="c" k="20" />
+<hkern u1="\" u2="Y" k="145" />
+<hkern u1="\" u2="W" k="70" />
+<hkern u1="\" u2="V" k="92" />
+<hkern u1="\" u2="U" k="45" />
+<hkern u1="\" u2="T" k="115" />
+<hkern u1="\" u2="S" k="20" />
+<hkern u1="\" u2="Q" k="41" />
+<hkern u1="\" u2="O" k="41" />
+<hkern u1="\" u2="G" k="41" />
+<hkern u1="\" u2="C" k="39" />
+<hkern u1="\" u2="&#x27;" k="150" />
+<hkern u1="\" u2="&#x22;" k="150" />
+<hkern u1="a" u2="&#x2122;" k="31" />
+<hkern u1="a" u2="v" k="12" />
+<hkern u1="a" u2="\" k="88" />
+<hkern u1="a" u2="V" k="57" />
+<hkern u1="a" u2="&#x3f;" k="27" />
+<hkern u1="a" u2="&#x2a;" k="16" />
+<hkern u1="b" u2="&#x2122;" k="31" />
+<hkern u1="b" u2="&#xc6;" k="12" />
+<hkern u1="b" u2="&#x7d;" k="37" />
+<hkern u1="b" u2="x" k="16" />
+<hkern u1="b" u2="v" k="12" />
+<hkern u1="b" u2="]" k="53" />
+<hkern u1="b" u2="\" k="82" />
+<hkern u1="b" u2="X" k="45" />
+<hkern u1="b" u2="V" k="55" />
+<hkern u1="b" u2="&#x3f;" k="33" />
+<hkern u1="b" u2="&#x2a;" k="16" />
+<hkern u1="b" u2="&#x29;" k="39" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="\" k="49" />
+<hkern u1="c" u2="V" k="25" />
+<hkern u1="d" u2="&#xef;" k="-16" />
+<hkern u1="d" u2="&#xec;" k="-37" />
+<hkern u1="e" u2="&#x2122;" k="25" />
+<hkern u1="e" u2="&#xc6;" k="10" />
+<hkern u1="e" u2="&#x7d;" k="20" />
+<hkern u1="e" u2="v" k="12" />
+<hkern u1="e" u2="\" k="78" />
+<hkern u1="e" u2="X" k="10" />
+<hkern u1="e" u2="V" k="51" />
+<hkern u1="e" u2="&#x3f;" k="23" />
+<hkern u1="e" u2="&#x29;" k="25" />
+<hkern u1="f" u2="&#x2039;" k="49" />
+<hkern u1="f" u2="&#x2026;" k="70" />
+<hkern u1="f" u2="&#x201e;" k="70" />
+<hkern u1="f" u2="&#x201a;" k="70" />
+<hkern u1="f" u2="&#x2014;" k="63" />
+<hkern u1="f" u2="&#x2013;" k="63" />
+<hkern u1="f" u2="&#x178;" k="-27" />
+<hkern u1="f" u2="&#x153;" k="8" />
+<hkern u1="f" u2="&#xf8;" k="8" />
+<hkern u1="f" u2="&#xf6;" k="8" />
+<hkern u1="f" u2="&#xf5;" k="8" />
+<hkern u1="f" u2="&#xf4;" k="8" />
+<hkern u1="f" u2="&#xf3;" k="8" />
+<hkern u1="f" u2="&#xf2;" k="8" />
+<hkern u1="f" u2="&#xf0;" k="39" />
+<hkern u1="f" u2="&#xef;" k="-121" />
+<hkern u1="f" u2="&#xee;" k="-90" />
+<hkern u1="f" u2="&#xec;" k="-139" />
+<hkern u1="f" u2="&#xeb;" k="8" />
+<hkern u1="f" u2="&#xea;" k="8" />
+<hkern u1="f" u2="&#xe9;" k="8" />
+<hkern u1="f" u2="&#xe8;" k="8" />
+<hkern u1="f" u2="&#xe7;" k="8" />
+<hkern u1="f" u2="&#xdd;" k="-27" />
+<hkern u1="f" u2="&#xc6;" k="49" />
+<hkern u1="f" u2="&#xc5;" k="37" />
+<hkern u1="f" u2="&#xc4;" k="37" />
+<hkern u1="f" u2="&#xc3;" k="37" />
+<hkern u1="f" u2="&#xc2;" k="37" />
+<hkern u1="f" u2="&#xc1;" k="37" />
+<hkern u1="f" u2="&#xc0;" k="37" />
+<hkern u1="f" u2="&#xab;" k="49" />
+<hkern u1="f" u2="o" k="8" />
+<hkern u1="f" u2="e" k="8" />
+<hkern u1="f" u2="c" k="8" />
+<hkern u1="f" u2="Y" k="-27" />
+<hkern u1="f" u2="J" k="14" />
+<hkern u1="f" u2="A" k="37" />
+<hkern u1="f" u2="&#x2f;" k="51" />
+<hkern u1="f" u2="&#x2e;" k="70" />
+<hkern u1="f" u2="&#x2d;" k="63" />
+<hkern u1="f" u2="&#x2c;" k="70" />
+<hkern u1="g" u2="&#xf0;" k="12" />
+<hkern u1="g" u2="j" k="-49" />
+<hkern u1="g" u2="\" k="31" />
+<hkern u1="g" u2="V" k="10" />
+<hkern u1="h" u2="&#x2122;" k="29" />
+<hkern u1="h" u2="v" k="8" />
+<hkern u1="h" u2="\" k="82" />
+<hkern u1="h" u2="V" k="55" />
+<hkern u1="h" u2="&#x3f;" k="29" />
+<hkern u1="h" u2="&#x2a;" k="16" />
+<hkern u1="h" u2="&#x29;" k="23" />
+<hkern u1="i" u2="&#xef;" k="-16" />
+<hkern u1="i" u2="&#xec;" k="-37" />
+<hkern u1="j" u2="&#xef;" k="-16" />
+<hkern u1="j" u2="&#xec;" k="-37" />
+<hkern u1="k" u2="&#xf0;" k="25" />
+<hkern u1="k" u2="\" k="35" />
+<hkern u1="k" u2="V" k="16" />
+<hkern u1="l" u2="&#xec;" k="-25" />
+<hkern u1="l" u2="&#xb7;" k="131" />
+<hkern u1="m" u2="&#x2122;" k="29" />
+<hkern u1="m" u2="v" k="8" />
+<hkern u1="m" u2="\" k="82" />
+<hkern u1="m" u2="V" k="55" />
+<hkern u1="m" u2="&#x3f;" k="29" />
+<hkern u1="m" u2="&#x2a;" k="16" />
+<hkern u1="m" u2="&#x29;" k="23" />
+<hkern u1="n" u2="&#x2122;" k="29" />
+<hkern u1="n" u2="v" k="8" />
+<hkern u1="n" u2="\" k="82" />
+<hkern u1="n" u2="V" k="55" />
+<hkern u1="n" u2="&#x3f;" k="29" />
+<hkern u1="n" u2="&#x2a;" k="16" />
+<hkern u1="n" u2="&#x29;" k="23" />
+<hkern u1="o" u2="&#x2122;" k="29" />
+<hkern u1="o" u2="&#xc6;" k="14" />
+<hkern u1="o" u2="&#x7d;" k="39" />
+<hkern u1="o" u2="x" k="20" />
+<hkern u1="o" u2="v" k="14" />
+<hkern u1="o" u2="]" k="55" />
+<hkern u1="o" u2="\" k="84" />
+<hkern u1="o" u2="X" k="53" />
+<hkern u1="o" u2="V" k="59" />
+<hkern u1="o" u2="&#x3f;" k="31" />
+<hkern u1="o" u2="&#x2a;" k="16" />
+<hkern u1="o" u2="&#x29;" k="41" />
+<hkern u1="p" u2="&#x2122;" k="31" />
+<hkern u1="p" u2="&#xc6;" k="12" />
+<hkern u1="p" u2="&#x7d;" k="37" />
+<hkern u1="p" u2="x" k="16" />
+<hkern u1="p" u2="v" k="12" />
+<hkern u1="p" u2="]" k="53" />
+<hkern u1="p" u2="\" k="82" />
+<hkern u1="p" u2="X" k="45" />
+<hkern u1="p" u2="V" k="55" />
+<hkern u1="p" u2="&#x3f;" k="33" />
+<hkern u1="p" u2="&#x2a;" k="16" />
+<hkern u1="p" u2="&#x29;" k="39" />
+<hkern u1="q" u2="&#x2122;" k="18" />
+<hkern u1="q" u2="\" k="57" />
+<hkern u1="q" u2="X" k="10" />
+<hkern u1="q" u2="V" k="43" />
+<hkern u1="q" u2="&#x29;" k="23" />
+<hkern u1="r" u2="&#xf0;" k="39" />
+<hkern u1="r" u2="&#xc6;" k="63" />
+<hkern u1="r" u2="&#x7d;" k="25" />
+<hkern u1="r" u2="]" k="39" />
+<hkern u1="r" u2="\" k="23" />
+<hkern u1="r" u2="X" k="59" />
+<hkern u1="r" u2="&#x2f;" k="68" />
+<hkern u1="r" u2="&#x29;" k="20" />
+<hkern u1="s" u2="&#x2122;" k="23" />
+<hkern u1="s" u2="&#xc6;" k="10" />
+<hkern u1="s" u2="&#x7d;" k="25" />
+<hkern u1="s" u2="v" k="10" />
+<hkern u1="s" u2="]" k="37" />
+<hkern u1="s" u2="\" k="59" />
+<hkern u1="s" u2="X" k="16" />
+<hkern u1="s" u2="V" k="37" />
+<hkern u1="s" u2="&#x29;" k="27" />
+<hkern u1="t" u2="\" k="35" />
+<hkern u1="t" u2="V" k="12" />
+<hkern u1="u" u2="&#x2122;" k="18" />
+<hkern u1="u" u2="\" k="57" />
+<hkern u1="u" u2="X" k="10" />
+<hkern u1="u" u2="V" k="43" />
+<hkern u1="u" u2="&#x29;" k="23" />
+<hkern u1="v" u2="&#x2039;" k="20" />
+<hkern u1="v" u2="&#x2026;" k="47" />
+<hkern u1="v" u2="&#x201e;" k="47" />
+<hkern u1="v" u2="&#x201a;" k="47" />
+<hkern u1="v" u2="&#x2014;" k="18" />
+<hkern u1="v" u2="&#x2013;" k="18" />
+<hkern u1="v" u2="&#x178;" k="68" />
+<hkern u1="v" u2="&#x153;" k="14" />
+<hkern u1="v" u2="&#xf8;" k="14" />
+<hkern u1="v" u2="&#xf6;" k="14" />
+<hkern u1="v" u2="&#xf5;" k="14" />
+<hkern u1="v" u2="&#xf4;" k="14" />
+<hkern u1="v" u2="&#xf3;" k="14" />
+<hkern u1="v" u2="&#xf2;" k="14" />
+<hkern u1="v" u2="&#xf0;" k="23" />
+<hkern u1="v" u2="&#xeb;" k="14" />
+<hkern u1="v" u2="&#xea;" k="14" />
+<hkern u1="v" u2="&#xe9;" k="14" />
+<hkern u1="v" u2="&#xe8;" k="14" />
+<hkern u1="v" u2="&#xe7;" k="14" />
+<hkern u1="v" u2="&#xe6;" k="12" />
+<hkern u1="v" u2="&#xe5;" k="12" />
+<hkern u1="v" u2="&#xe4;" k="12" />
+<hkern u1="v" u2="&#xe3;" k="12" />
+<hkern u1="v" u2="&#xe2;" k="12" />
+<hkern u1="v" u2="&#xe1;" k="12" />
+<hkern u1="v" u2="&#xe0;" k="12" />
+<hkern u1="v" u2="&#xdd;" k="68" />
+<hkern u1="v" u2="&#xc6;" k="35" />
+<hkern u1="v" u2="&#xc5;" k="29" />
+<hkern u1="v" u2="&#xc4;" k="29" />
+<hkern u1="v" u2="&#xc3;" k="29" />
+<hkern u1="v" u2="&#xc2;" k="29" />
+<hkern u1="v" u2="&#xc1;" k="29" />
+<hkern u1="v" u2="&#xc0;" k="29" />
+<hkern u1="v" u2="&#xab;" k="20" />
+<hkern u1="v" u2="&#x7d;" k="25" />
+<hkern u1="v" u2="s" k="10" />
+<hkern u1="v" u2="q" k="12" />
+<hkern u1="v" u2="o" k="14" />
+<hkern u1="v" u2="g" k="14" />
+<hkern u1="v" u2="e" k="14" />
+<hkern u1="v" u2="d" k="12" />
+<hkern u1="v" u2="c" k="14" />
+<hkern u1="v" u2="a" k="12" />
+<hkern u1="v" u2="]" k="41" />
+<hkern u1="v" u2="\" k="37" />
+<hkern u1="v" u2="Z" k="14" />
+<hkern u1="v" u2="Y" k="68" />
+<hkern u1="v" u2="X" k="45" />
+<hkern u1="v" u2="V" k="12" />
+<hkern u1="v" u2="T" k="102" />
+<hkern u1="v" u2="J" k="25" />
+<hkern u1="v" u2="A" k="29" />
+<hkern u1="v" u2="&#x2f;" k="37" />
+<hkern u1="v" u2="&#x2e;" k="47" />
+<hkern u1="v" u2="&#x2d;" k="18" />
+<hkern u1="v" u2="&#x2c;" k="47" />
+<hkern u1="v" u2="&#x29;" k="23" />
+<hkern u1="w" u2="&#xf0;" k="14" />
+<hkern u1="w" u2="&#xc6;" k="29" />
+<hkern u1="w" u2="&#x7d;" k="31" />
+<hkern u1="w" u2="]" k="43" />
+<hkern u1="w" u2="\" k="37" />
+<hkern u1="w" u2="X" k="47" />
+<hkern u1="w" u2="V" k="18" />
+<hkern u1="w" u2="&#x2f;" k="29" />
+<hkern u1="w" u2="&#x29;" k="29" />
+<hkern u1="x" u2="&#x2039;" k="43" />
+<hkern u1="x" u2="&#x2014;" k="49" />
+<hkern u1="x" u2="&#x2013;" k="49" />
+<hkern u1="x" u2="&#x178;" k="66" />
+<hkern u1="x" u2="&#x153;" k="20" />
+<hkern u1="x" u2="&#xf8;" k="20" />
+<hkern u1="x" u2="&#xf6;" k="20" />
+<hkern u1="x" u2="&#xf5;" k="20" />
+<hkern u1="x" u2="&#xf4;" k="20" />
+<hkern u1="x" u2="&#xf3;" k="20" />
+<hkern u1="x" u2="&#xf2;" k="20" />
+<hkern u1="x" u2="&#xf0;" k="33" />
+<hkern u1="x" u2="&#xeb;" k="20" />
+<hkern u1="x" u2="&#xea;" k="20" />
+<hkern u1="x" u2="&#xe9;" k="20" />
+<hkern u1="x" u2="&#xe8;" k="20" />
+<hkern u1="x" u2="&#xe7;" k="20" />
+<hkern u1="x" u2="&#xdd;" k="66" />
+<hkern u1="x" u2="&#xab;" k="43" />
+<hkern u1="x" u2="q" k="18" />
+<hkern u1="x" u2="o" k="20" />
+<hkern u1="x" u2="g" k="16" />
+<hkern u1="x" u2="e" k="20" />
+<hkern u1="x" u2="d" k="18" />
+<hkern u1="x" u2="c" k="20" />
+<hkern u1="x" u2="\" k="31" />
+<hkern u1="x" u2="Y" k="66" />
+<hkern u1="x" u2="V" k="12" />
+<hkern u1="x" u2="T" k="98" />
+<hkern u1="x" u2="&#x2d;" k="49" />
+<hkern u1="y" u2="&#xf0;" k="27" />
+<hkern u1="y" u2="&#xc6;" k="37" />
+<hkern u1="y" u2="&#x7d;" k="23" />
+<hkern u1="y" u2="]" k="39" />
+<hkern u1="y" u2="\" k="37" />
+<hkern u1="y" u2="X" k="45" />
+<hkern u1="y" u2="V" k="12" />
+<hkern u1="y" u2="&#x2f;" k="39" />
+<hkern u1="z" u2="&#xf0;" k="8" />
+<hkern u1="z" u2="\" k="51" />
+<hkern u1="z" u2="V" k="27" />
+<hkern u1="&#x7b;" u2="&#x153;" k="39" />
+<hkern u1="&#x7b;" u2="&#x152;" k="29" />
+<hkern u1="&#x7b;" u2="&#xff;" k="25" />
+<hkern u1="&#x7b;" u2="&#xfd;" k="25" />
+<hkern u1="&#x7b;" u2="&#xfc;" k="31" />
+<hkern u1="&#x7b;" u2="&#xfb;" k="31" />
+<hkern u1="&#x7b;" u2="&#xfa;" k="31" />
+<hkern u1="&#x7b;" u2="&#xf9;" k="31" />
+<hkern u1="&#x7b;" u2="&#xf8;" k="39" />
+<hkern u1="&#x7b;" u2="&#xf6;" k="39" />
+<hkern u1="&#x7b;" u2="&#xf5;" k="39" />
+<hkern u1="&#x7b;" u2="&#xf4;" k="39" />
+<hkern u1="&#x7b;" u2="&#xf3;" k="39" />
+<hkern u1="&#x7b;" u2="&#xf2;" k="39" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-76" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-92" />
+<hkern u1="&#x7b;" u2="&#xeb;" k="39" />
+<hkern u1="&#x7b;" u2="&#xea;" k="39" />
+<hkern u1="&#x7b;" u2="&#xe9;" k="39" />
+<hkern u1="&#x7b;" u2="&#xe8;" k="39" />
+<hkern u1="&#x7b;" u2="&#xe7;" k="39" />
+<hkern u1="&#x7b;" u2="&#xe6;" k="25" />
+<hkern u1="&#x7b;" u2="&#xe5;" k="25" />
+<hkern u1="&#x7b;" u2="&#xe4;" k="25" />
+<hkern u1="&#x7b;" u2="&#xe3;" k="25" />
+<hkern u1="&#x7b;" u2="&#xe2;" k="25" />
+<hkern u1="&#x7b;" u2="&#xe1;" k="25" />
+<hkern u1="&#x7b;" u2="&#xe0;" k="25" />
+<hkern u1="&#x7b;" u2="&#xd8;" k="29" />
+<hkern u1="&#x7b;" u2="&#xd6;" k="29" />
+<hkern u1="&#x7b;" u2="&#xd5;" k="29" />
+<hkern u1="&#x7b;" u2="&#xd4;" k="29" />
+<hkern u1="&#x7b;" u2="&#xd3;" k="29" />
+<hkern u1="&#x7b;" u2="&#xd2;" k="29" />
+<hkern u1="&#x7b;" u2="&#xc7;" k="25" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="25" />
+<hkern u1="&#x7b;" u2="y" k="25" />
+<hkern u1="&#x7b;" u2="w" k="31" />
+<hkern u1="&#x7b;" u2="v" k="25" />
+<hkern u1="&#x7b;" u2="u" k="31" />
+<hkern u1="&#x7b;" u2="q" k="37" />
+<hkern u1="&#x7b;" u2="o" k="39" />
+<hkern u1="&#x7b;" u2="j" k="-43" />
+<hkern u1="&#x7b;" u2="e" k="39" />
+<hkern u1="&#x7b;" u2="d" k="37" />
+<hkern u1="&#x7b;" u2="c" k="39" />
+<hkern u1="&#x7b;" u2="a" k="25" />
+<hkern u1="&#x7b;" u2="Q" k="29" />
+<hkern u1="&#x7b;" u2="O" k="29" />
+<hkern u1="&#x7b;" u2="G" k="29" />
+<hkern u1="&#x7b;" u2="C" k="25" />
+<hkern u1="&#x7c;" u2="&#xec;" k="-31" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="25" />
+<hkern u1="&#x7d;" u2="]" k="37" />
+<hkern u1="&#x7d;" u2="&#x29;" k="27" />
+<hkern u1="&#xa1;" u2="&#x178;" k="55" />
+<hkern u1="&#xa1;" u2="&#xdd;" k="55" />
+<hkern u1="&#xa1;" u2="Y" k="55" />
+<hkern u1="&#xa1;" u2="T" k="61" />
+<hkern u1="&#xab;" u2="V" k="23" />
+<hkern u1="&#xae;" u2="&#x178;" k="39" />
+<hkern u1="&#xae;" u2="&#xdd;" k="39" />
+<hkern u1="&#xae;" u2="&#xc6;" k="53" />
+<hkern u1="&#xae;" u2="&#xc5;" k="41" />
+<hkern u1="&#xae;" u2="&#xc4;" k="41" />
+<hkern u1="&#xae;" u2="&#xc3;" k="41" />
+<hkern u1="&#xae;" u2="&#xc2;" k="41" />
+<hkern u1="&#xae;" u2="&#xc1;" k="41" />
+<hkern u1="&#xae;" u2="&#xc0;" k="41" />
+<hkern u1="&#xae;" u2="Y" k="39" />
+<hkern u1="&#xae;" u2="J" k="27" />
+<hkern u1="&#xae;" u2="A" k="41" />
+<hkern u1="&#xb7;" u2="l" k="131" />
+<hkern u1="&#xbb;" u2="x" k="43" />
+<hkern u1="&#xbb;" u2="f" k="20" />
+<hkern u1="&#xbb;" u2="X" k="41" />
+<hkern u1="&#xbb;" u2="V" k="47" />
+<hkern u1="&#xbf;" u2="&#x178;" k="115" />
+<hkern u1="&#xbf;" u2="&#x153;" k="45" />
+<hkern u1="&#xbf;" u2="&#x152;" k="35" />
+<hkern u1="&#xbf;" u2="&#xff;" k="51" />
+<hkern u1="&#xbf;" u2="&#xfe;" k="37" />
+<hkern u1="&#xbf;" u2="&#xfd;" k="51" />
+<hkern u1="&#xbf;" u2="&#xfc;" k="41" />
+<hkern u1="&#xbf;" u2="&#xfb;" k="41" />
+<hkern u1="&#xbf;" u2="&#xfa;" k="41" />
+<hkern u1="&#xbf;" u2="&#xf9;" k="41" />
+<hkern u1="&#xbf;" u2="&#xf8;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf6;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf5;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf4;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf3;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf2;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf1;" k="37" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="49" />
+<hkern u1="&#xbf;" u2="&#xef;" k="37" />
+<hkern u1="&#xbf;" u2="&#xee;" k="37" />
+<hkern u1="&#xbf;" u2="&#xed;" k="37" />
+<hkern u1="&#xbf;" u2="&#xec;" k="37" />
+<hkern u1="&#xbf;" u2="&#xeb;" k="45" />
+<hkern u1="&#xbf;" u2="&#xea;" k="45" />
+<hkern u1="&#xbf;" u2="&#xe9;" k="45" />
+<hkern u1="&#xbf;" u2="&#xe8;" k="45" />
+<hkern u1="&#xbf;" u2="&#xe7;" k="45" />
+<hkern u1="&#xbf;" u2="&#xe6;" k="41" />
+<hkern u1="&#xbf;" u2="&#xe5;" k="41" />
+<hkern u1="&#xbf;" u2="&#xe4;" k="41" />
+<hkern u1="&#xbf;" u2="&#xe3;" k="41" />
+<hkern u1="&#xbf;" u2="&#xe2;" k="41" />
+<hkern u1="&#xbf;" u2="&#xe1;" k="41" />
+<hkern u1="&#xbf;" u2="&#xe0;" k="41" />
+<hkern u1="&#xbf;" u2="&#xdf;" k="37" />
+<hkern u1="&#xbf;" u2="&#xde;" k="29" />
+<hkern u1="&#xbf;" u2="&#xdd;" k="115" />
+<hkern u1="&#xbf;" u2="&#xdc;" k="37" />
+<hkern u1="&#xbf;" u2="&#xdb;" k="37" />
+<hkern u1="&#xbf;" u2="&#xda;" k="37" />
+<hkern u1="&#xbf;" u2="&#xd9;" k="37" />
+<hkern u1="&#xbf;" u2="&#xd8;" k="35" />
+<hkern u1="&#xbf;" u2="&#xd6;" k="35" />
+<hkern u1="&#xbf;" u2="&#xd5;" k="35" />
+<hkern u1="&#xbf;" u2="&#xd4;" k="35" />
+<hkern u1="&#xbf;" u2="&#xd3;" k="35" />
+<hkern u1="&#xbf;" u2="&#xd2;" k="35" />
+<hkern u1="&#xbf;" u2="&#xd1;" k="29" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="29" />
+<hkern u1="&#xbf;" u2="&#xcf;" k="29" />
+<hkern u1="&#xbf;" u2="&#xce;" k="29" />
+<hkern u1="&#xbf;" u2="&#xcd;" k="29" />
+<hkern u1="&#xbf;" u2="&#xcc;" k="29" />
+<hkern u1="&#xbf;" u2="&#xcb;" k="29" />
+<hkern u1="&#xbf;" u2="&#xca;" k="29" />
+<hkern u1="&#xbf;" u2="&#xc9;" k="29" />
+<hkern u1="&#xbf;" u2="&#xc8;" k="29" />
+<hkern u1="&#xbf;" u2="&#xc7;" k="33" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="35" />
+<hkern u1="&#xbf;" u2="&#xc5;" k="33" />
+<hkern u1="&#xbf;" u2="&#xc4;" k="33" />
+<hkern u1="&#xbf;" u2="&#xc3;" k="33" />
+<hkern u1="&#xbf;" u2="&#xc2;" k="33" />
+<hkern u1="&#xbf;" u2="&#xc1;" k="33" />
+<hkern u1="&#xbf;" u2="&#xc0;" k="33" />
+<hkern u1="&#xbf;" u2="z" k="37" />
+<hkern u1="&#xbf;" u2="y" k="51" />
+<hkern u1="&#xbf;" u2="x" k="35" />
+<hkern u1="&#xbf;" u2="w" k="45" />
+<hkern u1="&#xbf;" u2="v" k="49" />
+<hkern u1="&#xbf;" u2="u" k="41" />
+<hkern u1="&#xbf;" u2="t" k="41" />
+<hkern u1="&#xbf;" u2="s" k="41" />
+<hkern u1="&#xbf;" u2="r" k="37" />
+<hkern u1="&#xbf;" u2="q" k="45" />
+<hkern u1="&#xbf;" u2="p" k="37" />
+<hkern u1="&#xbf;" u2="o" k="45" />
+<hkern u1="&#xbf;" u2="n" k="37" />
+<hkern u1="&#xbf;" u2="m" k="37" />
+<hkern u1="&#xbf;" u2="l" k="37" />
+<hkern u1="&#xbf;" u2="k" k="37" />
+<hkern u1="&#xbf;" u2="j" k="37" />
+<hkern u1="&#xbf;" u2="i" k="37" />
+<hkern u1="&#xbf;" u2="h" k="37" />
+<hkern u1="&#xbf;" u2="f" k="41" />
+<hkern u1="&#xbf;" u2="e" k="45" />
+<hkern u1="&#xbf;" u2="d" k="45" />
+<hkern u1="&#xbf;" u2="c" k="45" />
+<hkern u1="&#xbf;" u2="b" k="37" />
+<hkern u1="&#xbf;" u2="a" k="41" />
+<hkern u1="&#xbf;" u2="Z" k="33" />
+<hkern u1="&#xbf;" u2="Y" k="115" />
+<hkern u1="&#xbf;" u2="X" k="37" />
+<hkern u1="&#xbf;" u2="W" k="53" />
+<hkern u1="&#xbf;" u2="V" k="68" />
+<hkern u1="&#xbf;" u2="U" k="37" />
+<hkern u1="&#xbf;" u2="T" k="121" />
+<hkern u1="&#xbf;" u2="S" k="25" />
+<hkern u1="&#xbf;" u2="R" k="29" />
+<hkern u1="&#xbf;" u2="Q" k="35" />
+<hkern u1="&#xbf;" u2="P" k="29" />
+<hkern u1="&#xbf;" u2="O" k="35" />
+<hkern u1="&#xbf;" u2="N" k="29" />
+<hkern u1="&#xbf;" u2="M" k="29" />
+<hkern u1="&#xbf;" u2="L" k="29" />
+<hkern u1="&#xbf;" u2="K" k="29" />
+<hkern u1="&#xbf;" u2="I" k="29" />
+<hkern u1="&#xbf;" u2="H" k="29" />
+<hkern u1="&#xbf;" u2="G" k="35" />
+<hkern u1="&#xbf;" u2="F" k="29" />
+<hkern u1="&#xbf;" u2="E" k="29" />
+<hkern u1="&#xbf;" u2="D" k="29" />
+<hkern u1="&#xbf;" u2="C" k="33" />
+<hkern u1="&#xbf;" u2="B" k="29" />
+<hkern u1="&#xbf;" u2="A" k="33" />
+<hkern u1="&#xc0;" u2="&#x2122;" k="61" />
+<hkern u1="&#xc0;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc0;" u2="&#xae;" k="37" />
+<hkern u1="&#xc0;" u2="v" k="29" />
+<hkern u1="&#xc0;" u2="f" k="16" />
+<hkern u1="&#xc0;" u2="\" k="86" />
+<hkern u1="&#xc0;" u2="V" k="55" />
+<hkern u1="&#xc0;" u2="&#x3f;" k="29" />
+<hkern u1="&#xc0;" u2="&#x2a;" k="55" />
+<hkern u1="&#xc1;" u2="&#x2122;" k="61" />
+<hkern u1="&#xc1;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc1;" u2="&#xae;" k="37" />
+<hkern u1="&#xc1;" u2="v" k="29" />
+<hkern u1="&#xc1;" u2="f" k="16" />
+<hkern u1="&#xc1;" u2="\" k="86" />
+<hkern u1="&#xc1;" u2="V" k="55" />
+<hkern u1="&#xc1;" u2="&#x3f;" k="29" />
+<hkern u1="&#xc1;" u2="&#x2a;" k="55" />
+<hkern u1="&#xc2;" u2="&#x2122;" k="61" />
+<hkern u1="&#xc2;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc2;" u2="&#xae;" k="37" />
+<hkern u1="&#xc2;" u2="v" k="29" />
+<hkern u1="&#xc2;" u2="f" k="16" />
+<hkern u1="&#xc2;" u2="\" k="86" />
+<hkern u1="&#xc2;" u2="V" k="55" />
+<hkern u1="&#xc2;" u2="&#x3f;" k="29" />
+<hkern u1="&#xc2;" u2="&#x2a;" k="55" />
+<hkern u1="&#xc3;" u2="&#x2122;" k="61" />
+<hkern u1="&#xc3;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc3;" u2="&#xae;" k="37" />
+<hkern u1="&#xc3;" u2="v" k="29" />
+<hkern u1="&#xc3;" u2="f" k="16" />
+<hkern u1="&#xc3;" u2="\" k="86" />
+<hkern u1="&#xc3;" u2="V" k="55" />
+<hkern u1="&#xc3;" u2="&#x3f;" k="29" />
+<hkern u1="&#xc3;" u2="&#x2a;" k="55" />
+<hkern u1="&#xc4;" u2="&#x2122;" k="61" />
+<hkern u1="&#xc4;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc4;" u2="&#xae;" k="37" />
+<hkern u1="&#xc4;" u2="v" k="29" />
+<hkern u1="&#xc4;" u2="f" k="16" />
+<hkern u1="&#xc4;" u2="\" k="86" />
+<hkern u1="&#xc4;" u2="V" k="55" />
+<hkern u1="&#xc4;" u2="&#x3f;" k="29" />
+<hkern u1="&#xc4;" u2="&#x2a;" k="55" />
+<hkern u1="&#xc5;" u2="&#x2122;" k="61" />
+<hkern u1="&#xc5;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc5;" u2="&#xae;" k="37" />
+<hkern u1="&#xc5;" u2="v" k="29" />
+<hkern u1="&#xc5;" u2="f" k="16" />
+<hkern u1="&#xc5;" u2="\" k="86" />
+<hkern u1="&#xc5;" u2="V" k="55" />
+<hkern u1="&#xc5;" u2="&#x3f;" k="29" />
+<hkern u1="&#xc5;" u2="&#x2a;" k="55" />
+<hkern u1="&#xc6;" u2="&#xf0;" k="12" />
+<hkern u1="&#xc6;" u2="&#xef;" k="-66" />
+<hkern u1="&#xc6;" u2="&#xee;" k="-59" />
+<hkern u1="&#xc6;" u2="&#xec;" k="-86" />
+<hkern u1="&#xc7;" u2="&#xf0;" k="12" />
+<hkern u1="&#xc7;" u2="&#xef;" k="-72" />
+<hkern u1="&#xc7;" u2="&#xee;" k="-59" />
+<hkern u1="&#xc7;" u2="&#xec;" k="-90" />
+<hkern u1="&#xc7;" u2="v" k="10" />
+<hkern u1="&#xc7;" u2="f" k="10" />
+<hkern u1="&#xc8;" u2="&#xf0;" k="12" />
+<hkern u1="&#xc8;" u2="&#xef;" k="-66" />
+<hkern u1="&#xc8;" u2="&#xee;" k="-59" />
+<hkern u1="&#xc8;" u2="&#xec;" k="-86" />
+<hkern u1="&#xc9;" u2="&#xf0;" k="12" />
+<hkern u1="&#xc9;" u2="&#xef;" k="-66" />
+<hkern u1="&#xc9;" u2="&#xee;" k="-59" />
+<hkern u1="&#xc9;" u2="&#xec;" k="-86" />
+<hkern u1="&#xca;" u2="&#xf0;" k="12" />
+<hkern u1="&#xca;" u2="&#xef;" k="-66" />
+<hkern u1="&#xca;" u2="&#xee;" k="-59" />
+<hkern u1="&#xca;" u2="&#xec;" k="-86" />
+<hkern u1="&#xcb;" u2="&#xf0;" k="12" />
+<hkern u1="&#xcb;" u2="&#xef;" k="-66" />
+<hkern u1="&#xcb;" u2="&#xee;" k="-59" />
+<hkern u1="&#xcb;" u2="&#xec;" k="-86" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="16" />
+<hkern u1="&#xcc;" u2="&#xec;" k="-16" />
+<hkern u1="&#xcc;" u2="f" k="12" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="16" />
+<hkern u1="&#xcd;" u2="&#xec;" k="-16" />
+<hkern u1="&#xcd;" u2="f" k="12" />
+<hkern u1="&#xce;" u2="&#xf0;" k="16" />
+<hkern u1="&#xce;" u2="&#xec;" k="-16" />
+<hkern u1="&#xce;" u2="f" k="12" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="16" />
+<hkern u1="&#xcf;" u2="&#xec;" k="-16" />
+<hkern u1="&#xcf;" u2="f" k="12" />
+<hkern u1="&#xd0;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd0;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd0;" u2="]" k="39" />
+<hkern u1="&#xd0;" u2="\" k="37" />
+<hkern u1="&#xd0;" u2="X" k="37" />
+<hkern u1="&#xd0;" u2="V" k="20" />
+<hkern u1="&#xd0;" u2="&#x2f;" k="31" />
+<hkern u1="&#xd0;" u2="&#x29;" k="27" />
+<hkern u1="&#xd1;" u2="&#xf0;" k="16" />
+<hkern u1="&#xd1;" u2="&#xec;" k="-16" />
+<hkern u1="&#xd1;" u2="f" k="12" />
+<hkern u1="&#xd2;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd2;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd2;" u2="]" k="41" />
+<hkern u1="&#xd2;" u2="\" k="39" />
+<hkern u1="&#xd2;" u2="X" k="35" />
+<hkern u1="&#xd2;" u2="V" k="20" />
+<hkern u1="&#xd2;" u2="&#x2f;" k="29" />
+<hkern u1="&#xd2;" u2="&#x29;" k="27" />
+<hkern u1="&#xd3;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd3;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd3;" u2="]" k="41" />
+<hkern u1="&#xd3;" u2="\" k="39" />
+<hkern u1="&#xd3;" u2="X" k="35" />
+<hkern u1="&#xd3;" u2="V" k="20" />
+<hkern u1="&#xd3;" u2="&#x2f;" k="29" />
+<hkern u1="&#xd3;" u2="&#x29;" k="27" />
+<hkern u1="&#xd4;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd4;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd4;" u2="]" k="41" />
+<hkern u1="&#xd4;" u2="\" k="39" />
+<hkern u1="&#xd4;" u2="X" k="35" />
+<hkern u1="&#xd4;" u2="V" k="20" />
+<hkern u1="&#xd4;" u2="&#x2f;" k="29" />
+<hkern u1="&#xd4;" u2="&#x29;" k="27" />
+<hkern u1="&#xd5;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd5;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd5;" u2="]" k="41" />
+<hkern u1="&#xd5;" u2="\" k="39" />
+<hkern u1="&#xd5;" u2="X" k="35" />
+<hkern u1="&#xd5;" u2="V" k="20" />
+<hkern u1="&#xd5;" u2="&#x2f;" k="29" />
+<hkern u1="&#xd5;" u2="&#x29;" k="27" />
+<hkern u1="&#xd6;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd6;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd6;" u2="]" k="41" />
+<hkern u1="&#xd6;" u2="\" k="39" />
+<hkern u1="&#xd6;" u2="X" k="35" />
+<hkern u1="&#xd6;" u2="V" k="20" />
+<hkern u1="&#xd6;" u2="&#x2f;" k="29" />
+<hkern u1="&#xd6;" u2="&#x29;" k="27" />
+<hkern u1="&#xd8;" u2="&#xc6;" k="27" />
+<hkern u1="&#xd8;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd8;" u2="]" k="41" />
+<hkern u1="&#xd8;" u2="\" k="39" />
+<hkern u1="&#xd8;" u2="X" k="35" />
+<hkern u1="&#xd8;" u2="V" k="20" />
+<hkern u1="&#xd8;" u2="&#x2f;" k="29" />
+<hkern u1="&#xd8;" u2="&#x29;" k="27" />
+<hkern u1="&#xd9;" u2="&#xf0;" k="16" />
+<hkern u1="&#xd9;" u2="&#xec;" k="-29" />
+<hkern u1="&#xd9;" u2="&#xc6;" k="14" />
+<hkern u1="&#xd9;" u2="f" k="10" />
+<hkern u1="&#xd9;" u2="&#x2f;" k="33" />
+<hkern u1="&#xda;" u2="&#xf0;" k="16" />
+<hkern u1="&#xda;" u2="&#xec;" k="-29" />
+<hkern u1="&#xda;" u2="&#xc6;" k="14" />
+<hkern u1="&#xda;" u2="f" k="10" />
+<hkern u1="&#xda;" u2="&#x2f;" k="33" />
+<hkern u1="&#xdb;" u2="&#xf0;" k="16" />
+<hkern u1="&#xdb;" u2="&#xec;" k="-29" />
+<hkern u1="&#xdb;" u2="&#xc6;" k="14" />
+<hkern u1="&#xdb;" u2="f" k="10" />
+<hkern u1="&#xdb;" u2="&#x2f;" k="33" />
+<hkern u1="&#xdc;" u2="&#xf0;" k="16" />
+<hkern u1="&#xdc;" u2="&#xec;" k="-29" />
+<hkern u1="&#xdc;" u2="&#xc6;" k="14" />
+<hkern u1="&#xdc;" u2="f" k="10" />
+<hkern u1="&#xdc;" u2="&#x2f;" k="33" />
+<hkern u1="&#xdd;" u2="&#xff;" k="49" />
+<hkern u1="&#xdd;" u2="&#xf0;" k="53" />
+<hkern u1="&#xdd;" u2="&#xef;" k="-143" />
+<hkern u1="&#xdd;" u2="&#xee;" k="-43" />
+<hkern u1="&#xdd;" u2="&#xec;" k="-127" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="125" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="88" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="70" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="29" />
+<hkern u1="&#xdd;" u2="&#xc6;" k="121" />
+<hkern u1="&#xdd;" u2="&#xae;" k="39" />
+<hkern u1="&#xdd;" u2="x" k="70" />
+<hkern u1="&#xdd;" u2="v" k="68" />
+<hkern u1="&#xdd;" u2="f" k="47" />
+<hkern u1="&#xdd;" u2="&#x40;" k="72" />
+<hkern u1="&#xdd;" u2="&#x2f;" k="133" />
+<hkern u1="&#xdd;" u2="&#x2a;" k="-10" />
+<hkern u1="&#xdd;" u2="&#x26;" k="57" />
+<hkern u1="&#xde;" u2="&#x2026;" k="39" />
+<hkern u1="&#xde;" u2="&#x201e;" k="39" />
+<hkern u1="&#xde;" u2="&#x201a;" k="39" />
+<hkern u1="&#xde;" u2="&#x178;" k="72" />
+<hkern u1="&#xde;" u2="&#xdd;" k="72" />
+<hkern u1="&#xde;" u2="&#xc6;" k="35" />
+<hkern u1="&#xde;" u2="&#xc5;" k="29" />
+<hkern u1="&#xde;" u2="&#xc4;" k="29" />
+<hkern u1="&#xde;" u2="&#xc3;" k="29" />
+<hkern u1="&#xde;" u2="&#xc2;" k="29" />
+<hkern u1="&#xde;" u2="&#xc1;" k="29" />
+<hkern u1="&#xde;" u2="&#xc0;" k="29" />
+<hkern u1="&#xde;" u2="&#x7d;" k="33" />
+<hkern u1="&#xde;" u2="]" k="59" />
+<hkern u1="&#xde;" u2="\" k="49" />
+<hkern u1="&#xde;" u2="Z" k="18" />
+<hkern u1="&#xde;" u2="Y" k="72" />
+<hkern u1="&#xde;" u2="X" k="68" />
+<hkern u1="&#xde;" u2="W" k="10" />
+<hkern u1="&#xde;" u2="V" k="27" />
+<hkern u1="&#xde;" u2="T" k="39" />
+<hkern u1="&#xde;" u2="J" k="14" />
+<hkern u1="&#xde;" u2="A" k="29" />
+<hkern u1="&#xde;" u2="&#x2f;" k="47" />
+<hkern u1="&#xde;" u2="&#x2e;" k="39" />
+<hkern u1="&#xde;" u2="&#x2c;" k="39" />
+<hkern u1="&#xde;" u2="&#x29;" k="35" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="18" />
+<hkern u1="&#xdf;" u2="&#x201d;" k="25" />
+<hkern u1="&#xdf;" u2="&#x201c;" k="29" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="25" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="29" />
+<hkern u1="&#xdf;" u2="&#x178;" k="74" />
+<hkern u1="&#xdf;" u2="&#xff;" k="27" />
+<hkern u1="&#xdf;" u2="&#xfd;" k="27" />
+<hkern u1="&#xdf;" u2="&#xdd;" k="74" />
+<hkern u1="&#xdf;" u2="&#xdc;" k="12" />
+<hkern u1="&#xdf;" u2="&#xdb;" k="12" />
+<hkern u1="&#xdf;" u2="&#xda;" k="12" />
+<hkern u1="&#xdf;" u2="&#xd9;" k="12" />
+<hkern u1="&#xdf;" u2="&#xae;" k="25" />
+<hkern u1="&#xdf;" u2="y" k="27" />
+<hkern u1="&#xdf;" u2="x" k="8" />
+<hkern u1="&#xdf;" u2="w" k="12" />
+<hkern u1="&#xdf;" u2="v" k="23" />
+<hkern u1="&#xdf;" u2="t" k="10" />
+<hkern u1="&#xdf;" u2="g" k="8" />
+<hkern u1="&#xdf;" u2="f" k="12" />
+<hkern u1="&#xdf;" u2="]" k="20" />
+<hkern u1="&#xdf;" u2="\" k="43" />
+<hkern u1="&#xdf;" u2="Y" k="74" />
+<hkern u1="&#xdf;" u2="X" k="10" />
+<hkern u1="&#xdf;" u2="W" k="29" />
+<hkern u1="&#xdf;" u2="V" k="43" />
+<hkern u1="&#xdf;" u2="U" k="12" />
+<hkern u1="&#xdf;" u2="T" k="37" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="25" />
+<hkern u1="&#xdf;" u2="&#x27;" k="23" />
+<hkern u1="&#xdf;" u2="&#x22;" k="23" />
+<hkern u1="&#xe0;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe0;" u2="v" k="12" />
+<hkern u1="&#xe0;" u2="\" k="88" />
+<hkern u1="&#xe0;" u2="V" k="57" />
+<hkern u1="&#xe0;" u2="&#x3f;" k="27" />
+<hkern u1="&#xe0;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe1;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe1;" u2="v" k="12" />
+<hkern u1="&#xe1;" u2="\" k="88" />
+<hkern u1="&#xe1;" u2="V" k="57" />
+<hkern u1="&#xe1;" u2="&#x3f;" k="27" />
+<hkern u1="&#xe1;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe2;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe2;" u2="v" k="12" />
+<hkern u1="&#xe2;" u2="\" k="88" />
+<hkern u1="&#xe2;" u2="V" k="57" />
+<hkern u1="&#xe2;" u2="&#x3f;" k="27" />
+<hkern u1="&#xe2;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe3;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe3;" u2="v" k="12" />
+<hkern u1="&#xe3;" u2="\" k="88" />
+<hkern u1="&#xe3;" u2="V" k="57" />
+<hkern u1="&#xe3;" u2="&#x3f;" k="27" />
+<hkern u1="&#xe3;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe4;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe4;" u2="v" k="12" />
+<hkern u1="&#xe4;" u2="\" k="88" />
+<hkern u1="&#xe4;" u2="V" k="57" />
+<hkern u1="&#xe4;" u2="&#x3f;" k="27" />
+<hkern u1="&#xe4;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe5;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe5;" u2="v" k="12" />
+<hkern u1="&#xe5;" u2="\" k="88" />
+<hkern u1="&#xe5;" u2="V" k="57" />
+<hkern u1="&#xe5;" u2="&#x3f;" k="27" />
+<hkern u1="&#xe5;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe6;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe6;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe6;" u2="&#x7d;" k="20" />
+<hkern u1="&#xe6;" u2="v" k="12" />
+<hkern u1="&#xe6;" u2="\" k="78" />
+<hkern u1="&#xe6;" u2="X" k="10" />
+<hkern u1="&#xe6;" u2="V" k="51" />
+<hkern u1="&#xe6;" u2="&#x3f;" k="23" />
+<hkern u1="&#xe6;" u2="&#x29;" k="25" />
+<hkern u1="&#xe7;" u2="&#xf0;" k="14" />
+<hkern u1="&#xe7;" u2="\" k="49" />
+<hkern u1="&#xe7;" u2="V" k="25" />
+<hkern u1="&#xe8;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe8;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe8;" u2="&#x7d;" k="20" />
+<hkern u1="&#xe8;" u2="v" k="12" />
+<hkern u1="&#xe8;" u2="\" k="78" />
+<hkern u1="&#xe8;" u2="X" k="10" />
+<hkern u1="&#xe8;" u2="V" k="51" />
+<hkern u1="&#xe8;" u2="&#x3f;" k="23" />
+<hkern u1="&#xe8;" u2="&#x29;" k="25" />
+<hkern u1="&#xe9;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe9;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe9;" u2="&#x7d;" k="20" />
+<hkern u1="&#xe9;" u2="v" k="12" />
+<hkern u1="&#xe9;" u2="\" k="78" />
+<hkern u1="&#xe9;" u2="X" k="10" />
+<hkern u1="&#xe9;" u2="V" k="51" />
+<hkern u1="&#xe9;" u2="&#x3f;" k="23" />
+<hkern u1="&#xe9;" u2="&#x29;" k="25" />
+<hkern u1="&#xea;" u2="&#x2122;" k="25" />
+<hkern u1="&#xea;" u2="&#xc6;" k="10" />
+<hkern u1="&#xea;" u2="&#x7d;" k="20" />
+<hkern u1="&#xea;" u2="v" k="12" />
+<hkern u1="&#xea;" u2="\" k="78" />
+<hkern u1="&#xea;" u2="X" k="10" />
+<hkern u1="&#xea;" u2="V" k="51" />
+<hkern u1="&#xea;" u2="&#x3f;" k="23" />
+<hkern u1="&#xea;" u2="&#x29;" k="25" />
+<hkern u1="&#xeb;" u2="&#x2122;" k="25" />
+<hkern u1="&#xeb;" u2="&#xc6;" k="10" />
+<hkern u1="&#xeb;" u2="&#x7d;" k="20" />
+<hkern u1="&#xeb;" u2="v" k="12" />
+<hkern u1="&#xeb;" u2="\" k="78" />
+<hkern u1="&#xeb;" u2="X" k="10" />
+<hkern u1="&#xeb;" u2="V" k="51" />
+<hkern u1="&#xeb;" u2="&#x3f;" k="23" />
+<hkern u1="&#xeb;" u2="&#x29;" k="25" />
+<hkern u1="&#xec;" u2="&#xef;" k="-16" />
+<hkern u1="&#xec;" u2="&#xec;" k="-37" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-74" />
+<hkern u1="&#xed;" u2="&#x201d;" k="-16" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-16" />
+<hkern u1="&#xed;" u2="&#xfe;" k="-51" />
+<hkern u1="&#xed;" u2="&#xef;" k="-16" />
+<hkern u1="&#xed;" u2="&#xee;" k="-49" />
+<hkern u1="&#xed;" u2="&#xed;" k="-49" />
+<hkern u1="&#xed;" u2="&#xec;" k="-37" />
+<hkern u1="&#xed;" u2="&#xdf;" k="-49" />
+<hkern u1="&#xed;" u2="&#x7d;" k="-104" />
+<hkern u1="&#xed;" u2="&#x7c;" k="-43" />
+<hkern u1="&#xed;" u2="l" k="-37" />
+<hkern u1="&#xed;" u2="k" k="-49" />
+<hkern u1="&#xed;" u2="j" k="-49" />
+<hkern u1="&#xed;" u2="i" k="-49" />
+<hkern u1="&#xed;" u2="h" k="-49" />
+<hkern u1="&#xed;" u2="b" k="-51" />
+<hkern u1="&#xed;" u2="]" k="-111" />
+<hkern u1="&#xed;" u2="\" k="-100" />
+<hkern u1="&#xed;" u2="&#x3f;" k="-121" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-100" />
+<hkern u1="&#xed;" u2="&#x29;" k="-55" />
+<hkern u1="&#xed;" u2="&#x27;" k="-63" />
+<hkern u1="&#xed;" u2="&#x22;" k="-63" />
+<hkern u1="&#xed;" u2="&#x21;" k="-41" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-14" />
+<hkern u1="&#xee;" u2="&#xef;" k="-16" />
+<hkern u1="&#xee;" u2="&#xec;" k="-37" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-53" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-68" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-20" />
+<hkern u1="&#xef;" u2="&#xef;" k="-16" />
+<hkern u1="&#xef;" u2="&#xec;" k="-37" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-55" />
+<hkern u1="&#xef;" u2="]" k="-57" />
+<hkern u1="&#xef;" u2="\" k="-63" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-70" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-92" />
+<hkern u1="&#xef;" u2="&#x29;" k="-57" />
+<hkern u1="&#xef;" u2="&#x27;" k="-12" />
+<hkern u1="&#xef;" u2="&#x22;" k="-12" />
+<hkern u1="&#xf0;" u2="&#x178;" k="68" />
+<hkern u1="&#xf0;" u2="&#xff;" k="10" />
+<hkern u1="&#xf0;" u2="&#xfd;" k="10" />
+<hkern u1="&#xf0;" u2="&#xde;" k="10" />
+<hkern u1="&#xf0;" u2="&#xdd;" k="68" />
+<hkern u1="&#xf0;" u2="&#xd1;" k="10" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcf;" k="10" />
+<hkern u1="&#xf0;" u2="&#xce;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcd;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcc;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcb;" k="10" />
+<hkern u1="&#xf0;" u2="&#xca;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc9;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc8;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="20" />
+<hkern u1="&#xf0;" u2="&#xc5;" k="16" />
+<hkern u1="&#xf0;" u2="&#xc4;" k="16" />
+<hkern u1="&#xf0;" u2="&#xc3;" k="16" />
+<hkern u1="&#xf0;" u2="&#xc2;" k="16" />
+<hkern u1="&#xf0;" u2="&#xc1;" k="16" />
+<hkern u1="&#xf0;" u2="&#xc0;" k="16" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="29" />
+<hkern u1="&#xf0;" u2="y" k="10" />
+<hkern u1="&#xf0;" u2="x" k="8" />
+<hkern u1="&#xf0;" u2="v" k="8" />
+<hkern u1="&#xf0;" u2="]" k="39" />
+<hkern u1="&#xf0;" u2="\" k="37" />
+<hkern u1="&#xf0;" u2="Z" k="23" />
+<hkern u1="&#xf0;" u2="Y" k="68" />
+<hkern u1="&#xf0;" u2="X" k="55" />
+<hkern u1="&#xf0;" u2="W" k="18" />
+<hkern u1="&#xf0;" u2="V" k="29" />
+<hkern u1="&#xf0;" u2="T" k="43" />
+<hkern u1="&#xf0;" u2="R" k="10" />
+<hkern u1="&#xf0;" u2="P" k="10" />
+<hkern u1="&#xf0;" u2="N" k="10" />
+<hkern u1="&#xf0;" u2="M" k="10" />
+<hkern u1="&#xf0;" u2="L" k="10" />
+<hkern u1="&#xf0;" u2="K" k="10" />
+<hkern u1="&#xf0;" u2="J" k="29" />
+<hkern u1="&#xf0;" u2="I" k="10" />
+<hkern u1="&#xf0;" u2="H" k="10" />
+<hkern u1="&#xf0;" u2="F" k="10" />
+<hkern u1="&#xf0;" u2="E" k="10" />
+<hkern u1="&#xf0;" u2="D" k="10" />
+<hkern u1="&#xf0;" u2="B" k="10" />
+<hkern u1="&#xf0;" u2="A" k="16" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="25" />
+<hkern u1="&#xf0;" u2="&#x29;" k="33" />
+<hkern u1="&#xf1;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf1;" u2="v" k="8" />
+<hkern u1="&#xf1;" u2="\" k="82" />
+<hkern u1="&#xf1;" u2="V" k="55" />
+<hkern u1="&#xf1;" u2="&#x3f;" k="29" />
+<hkern u1="&#xf1;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf1;" u2="&#x29;" k="23" />
+<hkern u1="&#xf2;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf2;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf2;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf2;" u2="x" k="20" />
+<hkern u1="&#xf2;" u2="v" k="14" />
+<hkern u1="&#xf2;" u2="]" k="55" />
+<hkern u1="&#xf2;" u2="\" k="84" />
+<hkern u1="&#xf2;" u2="X" k="53" />
+<hkern u1="&#xf2;" u2="V" k="59" />
+<hkern u1="&#xf2;" u2="&#x3f;" k="31" />
+<hkern u1="&#xf2;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf2;" u2="&#x29;" k="41" />
+<hkern u1="&#xf3;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf3;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf3;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf3;" u2="x" k="20" />
+<hkern u1="&#xf3;" u2="v" k="14" />
+<hkern u1="&#xf3;" u2="]" k="55" />
+<hkern u1="&#xf3;" u2="\" k="84" />
+<hkern u1="&#xf3;" u2="X" k="53" />
+<hkern u1="&#xf3;" u2="V" k="59" />
+<hkern u1="&#xf3;" u2="&#x3f;" k="31" />
+<hkern u1="&#xf3;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf3;" u2="&#x29;" k="41" />
+<hkern u1="&#xf4;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf4;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf4;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf4;" u2="x" k="20" />
+<hkern u1="&#xf4;" u2="v" k="14" />
+<hkern u1="&#xf4;" u2="]" k="55" />
+<hkern u1="&#xf4;" u2="\" k="84" />
+<hkern u1="&#xf4;" u2="X" k="53" />
+<hkern u1="&#xf4;" u2="V" k="59" />
+<hkern u1="&#xf4;" u2="&#x3f;" k="31" />
+<hkern u1="&#xf4;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf4;" u2="&#x29;" k="41" />
+<hkern u1="&#xf5;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf5;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf5;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf5;" u2="x" k="20" />
+<hkern u1="&#xf5;" u2="v" k="14" />
+<hkern u1="&#xf5;" u2="]" k="55" />
+<hkern u1="&#xf5;" u2="\" k="84" />
+<hkern u1="&#xf5;" u2="X" k="53" />
+<hkern u1="&#xf5;" u2="V" k="59" />
+<hkern u1="&#xf5;" u2="&#x3f;" k="31" />
+<hkern u1="&#xf5;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf5;" u2="&#x29;" k="41" />
+<hkern u1="&#xf6;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf6;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf6;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf6;" u2="x" k="20" />
+<hkern u1="&#xf6;" u2="v" k="14" />
+<hkern u1="&#xf6;" u2="]" k="55" />
+<hkern u1="&#xf6;" u2="\" k="84" />
+<hkern u1="&#xf6;" u2="X" k="53" />
+<hkern u1="&#xf6;" u2="V" k="59" />
+<hkern u1="&#xf6;" u2="&#x3f;" k="31" />
+<hkern u1="&#xf6;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf6;" u2="&#x29;" k="41" />
+<hkern u1="&#xf8;" u2="&#x2122;" k="29" />
+<hkern u1="&#xf8;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf8;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf8;" u2="x" k="20" />
+<hkern u1="&#xf8;" u2="v" k="14" />
+<hkern u1="&#xf8;" u2="]" k="55" />
+<hkern u1="&#xf8;" u2="\" k="84" />
+<hkern u1="&#xf8;" u2="X" k="53" />
+<hkern u1="&#xf8;" u2="V" k="59" />
+<hkern u1="&#xf8;" u2="&#x3f;" k="31" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="16" />
+<hkern u1="&#xf8;" u2="&#x29;" k="41" />
+<hkern u1="&#xf9;" u2="&#x2122;" k="18" />
+<hkern u1="&#xf9;" u2="\" k="57" />
+<hkern u1="&#xf9;" u2="X" k="10" />
+<hkern u1="&#xf9;" u2="V" k="43" />
+<hkern u1="&#xf9;" u2="&#x29;" k="23" />
+<hkern u1="&#xfa;" u2="&#x2122;" k="18" />
+<hkern u1="&#xfa;" u2="\" k="57" />
+<hkern u1="&#xfa;" u2="X" k="10" />
+<hkern u1="&#xfa;" u2="V" k="43" />
+<hkern u1="&#xfa;" u2="&#x29;" k="23" />
+<hkern u1="&#xfb;" u2="&#x2122;" k="18" />
+<hkern u1="&#xfb;" u2="\" k="57" />
+<hkern u1="&#xfb;" u2="X" k="10" />
+<hkern u1="&#xfb;" u2="V" k="43" />
+<hkern u1="&#xfb;" u2="&#x29;" k="23" />
+<hkern u1="&#xfc;" u2="&#x2122;" k="18" />
+<hkern u1="&#xfc;" u2="\" k="57" />
+<hkern u1="&#xfc;" u2="X" k="10" />
+<hkern u1="&#xfc;" u2="V" k="43" />
+<hkern u1="&#xfc;" u2="&#x29;" k="23" />
+<hkern u1="&#xfd;" u2="&#xf0;" k="27" />
+<hkern u1="&#xfd;" u2="&#xc6;" k="37" />
+<hkern u1="&#xfd;" u2="&#x7d;" k="23" />
+<hkern u1="&#xfd;" u2="]" k="39" />
+<hkern u1="&#xfd;" u2="\" k="37" />
+<hkern u1="&#xfd;" u2="X" k="45" />
+<hkern u1="&#xfd;" u2="V" k="12" />
+<hkern u1="&#xfd;" u2="&#x2f;" k="39" />
+<hkern u1="&#xfe;" u2="&#x2122;" k="31" />
+<hkern u1="&#xfe;" u2="&#xc6;" k="12" />
+<hkern u1="&#xfe;" u2="&#x7d;" k="37" />
+<hkern u1="&#xfe;" u2="x" k="16" />
+<hkern u1="&#xfe;" u2="v" k="12" />
+<hkern u1="&#xfe;" u2="]" k="53" />
+<hkern u1="&#xfe;" u2="\" k="82" />
+<hkern u1="&#xfe;" u2="X" k="45" />
+<hkern u1="&#xfe;" u2="V" k="55" />
+<hkern u1="&#xfe;" u2="&#x3f;" k="33" />
+<hkern u1="&#xfe;" u2="&#x2a;" k="16" />
+<hkern u1="&#xfe;" u2="&#x29;" k="39" />
+<hkern u1="&#xff;" u2="&#xf0;" k="27" />
+<hkern u1="&#xff;" u2="&#xc6;" k="37" />
+<hkern u1="&#xff;" u2="&#x7d;" k="23" />
+<hkern u1="&#xff;" u2="]" k="39" />
+<hkern u1="&#xff;" u2="\" k="37" />
+<hkern u1="&#xff;" u2="X" k="45" />
+<hkern u1="&#xff;" u2="V" k="12" />
+<hkern u1="&#xff;" u2="&#x2f;" k="39" />
+<hkern u1="&#x152;" u2="&#xf0;" k="12" />
+<hkern u1="&#x152;" u2="&#xef;" k="-66" />
+<hkern u1="&#x152;" u2="&#xee;" k="-59" />
+<hkern u1="&#x152;" u2="&#xec;" k="-86" />
+<hkern u1="&#x153;" u2="&#x2122;" k="25" />
+<hkern u1="&#x153;" u2="&#xc6;" k="10" />
+<hkern u1="&#x153;" u2="&#x7d;" k="20" />
+<hkern u1="&#x153;" u2="v" k="12" />
+<hkern u1="&#x153;" u2="\" k="78" />
+<hkern u1="&#x153;" u2="X" k="10" />
+<hkern u1="&#x153;" u2="V" k="51" />
+<hkern u1="&#x153;" u2="&#x3f;" k="23" />
+<hkern u1="&#x153;" u2="&#x29;" k="25" />
+<hkern u1="&#x178;" u2="&#xff;" k="49" />
+<hkern u1="&#x178;" u2="&#xf0;" k="53" />
+<hkern u1="&#x178;" u2="&#xef;" k="-143" />
+<hkern u1="&#x178;" u2="&#xee;" k="-43" />
+<hkern u1="&#x178;" u2="&#xec;" k="-127" />
+<hkern u1="&#x178;" u2="&#xeb;" k="125" />
+<hkern u1="&#x178;" u2="&#xe4;" k="88" />
+<hkern u1="&#x178;" u2="&#xe3;" k="70" />
+<hkern u1="&#x178;" u2="&#xdf;" k="29" />
+<hkern u1="&#x178;" u2="&#xc6;" k="121" />
+<hkern u1="&#x178;" u2="&#xae;" k="39" />
+<hkern u1="&#x178;" u2="x" k="70" />
+<hkern u1="&#x178;" u2="v" k="68" />
+<hkern u1="&#x178;" u2="f" k="47" />
+<hkern u1="&#x178;" u2="&#x40;" k="72" />
+<hkern u1="&#x178;" u2="&#x2f;" k="133" />
+<hkern u1="&#x178;" u2="&#x2a;" k="-10" />
+<hkern u1="&#x178;" u2="&#x26;" k="57" />
+<hkern u1="&#x2013;" u2="&#xc6;" k="18" />
+<hkern u1="&#x2013;" u2="x" k="47" />
+<hkern u1="&#x2013;" u2="v" k="18" />
+<hkern u1="&#x2013;" u2="f" k="23" />
+<hkern u1="&#x2013;" u2="X" k="66" />
+<hkern u1="&#x2013;" u2="V" k="49" />
+<hkern u1="&#x2014;" u2="&#xc6;" k="18" />
+<hkern u1="&#x2014;" u2="x" k="47" />
+<hkern u1="&#x2014;" u2="v" k="18" />
+<hkern u1="&#x2014;" u2="f" k="23" />
+<hkern u1="&#x2014;" u2="X" k="66" />
+<hkern u1="&#x2014;" u2="V" k="49" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-74" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-31" />
+<hkern u1="&#x2018;" u2="&#xec;" k="-80" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="86" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-94" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-18" />
+<hkern u1="&#x2019;" u2="&#xec;" k="-88" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="94" />
+<hkern u1="&#x2019;" u2="&#x40;" k="49" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="150" />
+<hkern u1="&#x2019;" u2="&#x26;" k="47" />
+<hkern u1="&#x201a;" u2="v" k="47" />
+<hkern u1="&#x201a;" u2="f" k="23" />
+<hkern u1="&#x201a;" u2="V" k="82" />
+<hkern u1="&#x201c;" u2="&#xef;" k="-74" />
+<hkern u1="&#x201c;" u2="&#xee;" k="-31" />
+<hkern u1="&#x201c;" u2="&#xec;" k="-80" />
+<hkern u1="&#x201c;" u2="&#xc6;" k="86" />
+<hkern u1="&#x201d;" u2="&#xef;" k="-94" />
+<hkern u1="&#x201d;" u2="&#xee;" k="-18" />
+<hkern u1="&#x201d;" u2="&#xec;" k="-88" />
+<hkern u1="&#x201d;" u2="&#xc6;" k="94" />
+<hkern u1="&#x201d;" u2="&#x40;" k="49" />
+<hkern u1="&#x201d;" u2="&#x2f;" k="150" />
+<hkern u1="&#x201d;" u2="&#x26;" k="47" />
+<hkern u1="&#x201e;" u2="v" k="47" />
+<hkern u1="&#x201e;" u2="f" k="23" />
+<hkern u1="&#x201e;" u2="V" k="82" />
+<hkern u1="&#x2039;" u2="V" k="23" />
+<hkern u1="&#x203a;" u2="x" k="43" />
+<hkern u1="&#x203a;" u2="f" k="20" />
+<hkern u1="&#x203a;" u2="X" k="41" />
+<hkern u1="&#x203a;" u2="V" k="47" />
+<hkern u1="&#x2122;" u2="&#xef;" k="-72" />
+<hkern u1="&#x2122;" u2="&#xee;" k="-66" />
+<hkern u1="&#x2122;" u2="&#xec;" k="-92" />
+<hkern u1="&#x2122;" u2="&#xc6;" k="57" />
+<hkern u1="&#x2122;" u2="&#xc5;" k="45" />
+<hkern u1="&#x2122;" u2="&#xc4;" k="45" />
+<hkern u1="&#x2122;" u2="&#xc3;" k="45" />
+<hkern u1="&#x2122;" u2="&#xc2;" k="45" />
+<hkern u1="&#x2122;" u2="&#xc1;" k="45" />
+<hkern u1="&#x2122;" u2="&#xc0;" k="45" />
+<hkern u1="&#x2122;" u2="J" k="23" />
+<hkern u1="&#x2122;" u2="A" k="45" />
+<hkern g1="C,Ccedilla" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="d,q" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="hyphen,endash,emdash" 	k="37" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="12" />
+<hkern g1="D,Eth" 	g2="T" 	k="10" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="53" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="D,Eth" 	g2="J" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d,q" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,endash,emdash" 	k="29" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="33" />
+<hkern g1="G" 	g2="g" 	k="12" />
+<hkern g1="G" 	g2="w" 	k="12" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="d,q" 	k="10" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="g" 	k="18" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="w" 	k="12" />
+<hkern g1="J" 	g2="d,q" 	k="10" />
+<hkern g1="J" 	g2="g" 	k="16" />
+<hkern g1="J" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="J" 	g2="w" 	k="10" />
+<hkern g1="K" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="K" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="K" 	g2="d,q" 	k="29" />
+<hkern g1="K" 	g2="g" 	k="35" />
+<hkern g1="K" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="K" 	g2="t" 	k="20" />
+<hkern g1="K" 	g2="w" 	k="41" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="K" 	g2="hyphen,endash,emdash" 	k="51" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="35" />
+<hkern g1="K" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="35" />
+<hkern g1="K" 	g2="m,n,p,r,ntilde" 	k="14" />
+<hkern g1="L" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="L" 	g2="T" 	k="156" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="L" 	g2="W" 	k="90" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="174" />
+<hkern g1="L" 	g2="g" 	k="10" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="156" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="154" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="156" />
+<hkern g1="L" 	g2="t" 	k="23" />
+<hkern g1="L" 	g2="w" 	k="37" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="70" />
+<hkern g1="L" 	g2="hyphen,endash,emdash" 	k="98" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="55" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="12" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="45" />
+<hkern g1="R" 	g2="d,q" 	k="14" />
+<hkern g1="R" 	g2="g" 	k="14" />
+<hkern g1="R" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="R" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="R" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="S" 	g2="g" 	k="14" />
+<hkern g1="S" 	g2="t" 	k="10" />
+<hkern g1="S" 	g2="w" 	k="14" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="T" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="T" 	g2="d,q" 	k="137" />
+<hkern g1="T" 	g2="g" 	k="154" />
+<hkern g1="T" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="141" />
+<hkern g1="T" 	g2="t" 	k="20" />
+<hkern g1="T" 	g2="w" 	k="102" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="102" />
+<hkern g1="T" 	g2="hyphen,endash,emdash" 	k="117" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="111" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="76" />
+<hkern g1="T" 	g2="J" 	k="14" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="147" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="113" />
+<hkern g1="T" 	g2="m,n,p,r,ntilde" 	k="106" />
+<hkern g1="T" 	g2="colon,semicolon" 	k="98" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="98" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="115" />
+<hkern g1="T" 	g2="s" 	k="141" />
+<hkern g1="T" 	g2="z" 	k="143" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d,q" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="10" />
+<hkern g1="W" 	g2="d,q" 	k="37" />
+<hkern g1="W" 	g2="g" 	k="43" />
+<hkern g1="W" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="W" 	g2="hyphen,endash,emdash" 	k="31" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="20" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="39" />
+<hkern g1="W" 	g2="J" 	k="12" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="31" />
+<hkern g1="W" 	g2="m,n,p,r,ntilde" 	k="27" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="59" />
+<hkern g1="W" 	g2="s" 	k="29" />
+<hkern g1="W" 	g2="z" 	k="14" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,Ccedilla" 	k="51" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="57" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="S" 	k="37" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d,q" 	k="137" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="147" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="141" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="33" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="82" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="72" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,endash,emdash" 	k="131" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="106" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="109" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="39" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="129" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="119" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,p,r,ntilde" 	k="121" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="76" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="74" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="143" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="141" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="100" />
+<hkern g1="Z" 	g2="d,q" 	k="14" />
+<hkern g1="Z" 	g2="g" 	k="29" />
+<hkern g1="Z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="Z" 	g2="w" 	k="18" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="Z" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="Z" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="141" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="18" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="39" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="135" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="w" 	k="8" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="b,p,thorn" 	g2="S" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="T" 	k="139" />
+<hkern g1="b,p,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="W" 	k="35" />
+<hkern g1="b,p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="137" />
+<hkern g1="b,p,thorn" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="b,p,thorn" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="J" 	k="20" />
+<hkern g1="b,p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="Z" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="152" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="c,ccedilla" 	g2="g" 	k="8" />
+<hkern g1="c,ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="8" />
+<hkern g1="c,ccedilla" 	g2="hyphen,endash,emdash" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="guillemotleft,guilsinglleft" 	k="27" />
+<hkern g1="colon,semicolon" 	g2="T" 	k="98" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="76" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="150" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="162" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="10" />
+<hkern g1="g" 	g2="T" 	k="102" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="g" 	g2="hyphen,endash,emdash" 	k="20" />
+<hkern g1="g" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="104" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="78" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="113" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="29" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="115" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="guillemotright,guilsinglright" 	g2="z" 	k="25" />
+<hkern g1="hyphen,endash,emdash" 	g2="S" 	k="37" />
+<hkern g1="hyphen,endash,emdash" 	g2="T" 	k="117" />
+<hkern g1="hyphen,endash,emdash" 	g2="W" 	k="31" />
+<hkern g1="hyphen,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="131" />
+<hkern g1="hyphen,endash,emdash" 	g2="quoteright,quotedblright" 	k="113" />
+<hkern g1="hyphen,endash,emdash" 	g2="quotedbl,quotesingle" 	k="123" />
+<hkern g1="hyphen,endash,emdash" 	g2="t" 	k="18" />
+<hkern g1="hyphen,endash,emdash" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="hyphen,endash,emdash" 	g2="J" 	k="35" />
+<hkern g1="hyphen,endash,emdash" 	g2="z" 	k="31" />
+<hkern g1="hyphen,endash,emdash" 	g2="Z" 	k="41" />
+<hkern g1="k" 	g2="T" 	k="111" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="74" />
+<hkern g1="k" 	g2="d,q" 	k="14" />
+<hkern g1="k" 	g2="g" 	k="14" />
+<hkern g1="k" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="k" 	g2="hyphen,endash,emdash" 	k="47" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="41" />
+<hkern g1="h,m,n,ntilde" 	g2="S" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="T" 	k="145" />
+<hkern g1="h,m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="h,m,n,ntilde" 	g2="W" 	k="35" />
+<hkern g1="h,m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="137" />
+<hkern g1="h,m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="20" />
+<hkern g1="h,m,n,ntilde" 	g2="w" 	k="8" />
+<hkern g1="h,m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="Z" 	k="14" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="14" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="145" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="141" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="J" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="20" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="117" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="18" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="59" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="143" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="236" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="244" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="256" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="t" 	k="29" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="w" 	k="35" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="51" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d,q" 	k="35" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="27" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="68" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="264" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="20" />
+<hkern g1="quoteright,quotedblright" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="quoteright,quotedblright" 	g2="d,q" 	k="51" />
+<hkern g1="quoteright,quotedblright" 	g2="g" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,endash,emdash" 	k="154" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="76" />
+<hkern g1="quoteright,quotedblright" 	g2="J" 	k="23" />
+<hkern g1="quoteright,quotedblright" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="94" />
+<hkern g1="quoteright,quotedblright" 	g2="m,n,p,r,ntilde" 	k="16" />
+<hkern g1="quoteright,quotedblright" 	g2="colon,semicolon" 	k="25" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotright,guilsinglright" 	k="27" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="285" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="d,q" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,endash,emdash" 	k="125" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="57" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="256" />
+<hkern g1="r" 	g2="T" 	k="88" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="49" />
+<hkern g1="r" 	g2="hyphen,endash,emdash" 	k="53" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="47" />
+<hkern g1="r" 	g2="J" 	k="31" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="51" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="104" />
+<hkern g1="r" 	g2="Z" 	k="16" />
+<hkern g1="s" 	g2="T" 	k="143" />
+<hkern g1="s" 	g2="W" 	k="23" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="104" />
+<hkern g1="s" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="t" 	g2="T" 	k="96" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="t" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="109" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="W" 	k="27" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="121" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="Z" 	k="10" />
+<hkern g1="w" 	g2="T" 	k="102" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="82" />
+<hkern g1="w" 	g2="g" 	k="8" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="25" />
+<hkern g1="w" 	g2="J" 	k="27" />
+<hkern g1="w" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="35" />
+<hkern g1="w" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="w" 	g2="Z" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="102" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="y,yacute,ydieresis" 	g2="d,q" 	k="16" />
+<hkern g1="y,yacute,ydieresis" 	g2="g" 	k="18" />
+<hkern g1="y,yacute,ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="y,yacute,ydieresis" 	g2="hyphen,endash,emdash" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="J" 	k="25" />
+<hkern g1="y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="23" />
+<hkern g1="y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="53" />
+<hkern g1="y,yacute,ydieresis" 	g2="s" 	k="14" />
+<hkern g1="y,yacute,ydieresis" 	g2="Z" 	k="16" />
+<hkern g1="z" 	g2="T" 	k="145" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="z" 	g2="W" 	k="14" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="102" />
+<hkern g1="z" 	g2="hyphen,endash,emdash" 	k="31" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+</font>
+</defs></svg> 

BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.ttf


BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-bold-webfont.woff


BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.eot


+ 2410 - 0
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.svg

@@ -0,0 +1,2410 @@
+<?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="titillium_webthin" horiz-adv-x="1146" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="450" />
+<glyph horiz-adv-x="2048" />
+<glyph horiz-adv-x="2048" />
+<glyph unicode="&#xd;" horiz-adv-x="681" />
+<glyph unicode=" "  horiz-adv-x="450" />
+<glyph unicode="&#x09;" horiz-adv-x="450" />
+<glyph unicode="&#xa0;" horiz-adv-x="450" />
+<glyph unicode="!" horiz-adv-x="460" d="M190 0v164h82v-164h-82zM195 438v996h71v-996h-71z" />
+<glyph unicode="&#x22;" horiz-adv-x="712" d="M152 1434h79l-6 -430h-67zM481 1434h80l-6 -430h-68z" />
+<glyph unicode="#" d="M61 389v66h246v463h-246v65h246v389h74v-389h385v389h74v-389h245v-65h-245v-463h245v-66h-245v-389h-74v389h-385v-389h-74v389h-246zM381 455h385v463h-385v-463z" />
+<glyph unicode="$" d="M164 1030q0 340 416 340q41 0 63 -2l33 250h72l-33 -254l248 -25l-9 -67q-133 16 -249 24l-74 -569q193 -33 276.5 -102.5t83.5 -233.5q0 -219 -100 -312t-307 -93q-31 0 -49 2l-29 -234q-72 6 -72 15l29 221l-293 26l8 68q158 -20 293 -29l80 613q-209 33 -298 103.5 t-89 258.5zM236 1034q0 -156 71.5 -212t251.5 -85l76 566q-23 2 -55 2q-344 -1 -344 -271zM543 51h39q338 0 338 314q0 154 -67 209t-230 83z" />
+<glyph unicode="%" d="M78 1098q0 272 211 272t211 -274q0 -141 -57.5 -212t-155 -71t-153.5 70.5t-56 214.5zM150 1098q0 -219 139 -219t139 217q0 106 -31.5 157.5t-106.5 51.5t-107.5 -51.5t-32.5 -155.5zM358 -2l379 1372l66 -18l-381 -1370zM649 266q0 273 211 273t211 -275 q0 -141 -57.5 -211.5t-154.5 -70.5t-153.5 70.5t-56.5 213.5zM721 266q0 -219 139 -219t139 217q0 106 -31.5 157.5t-106.5 51.5t-107.5 -51.5t-32.5 -155.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1392" d="M96 407.5q0 200.5 78 289.5t256 141q-66 72 -85 133t-19 155q0 134 79.5 214.5t236.5 80.5t233.5 -79.5t76.5 -222t-77.5 -225.5t-260.5 -142l383 -379q23 61 44.5 177t27.5 202h72q-23 -266 -88 -433l286 -280l-49 -53l-268 266q-135 -270 -455 -270 q-258 0 -364.5 112.5t-106.5 313zM168 412q0 -174 94 -268.5t309 -94.5q281 0 398 254l-486 481q-176 -47 -245.5 -122.5t-69.5 -249.5zM397 1126q0 -160 92 -252l74 -73q178 61 248 128.5t70 196.5q0 229 -242 229t-242 -229z" />
+<glyph unicode="'" horiz-adv-x="382" d="M152 1434h81l-10 -430h-67z" />
+<glyph unicode="(" horiz-adv-x="479" d="M121 616.5q0 182.5 50 411.5t99 369l49 139h72q-70 -182 -132 -465t-62 -454t49 -389t98 -351l47 -133h-72q-23 51 -55.5 139t-87.5 319.5t-55 414z" />
+<glyph unicode=")" horiz-adv-x="479" d="M90 -256q70 172 132.5 437t62.5 436t-48.5 401.5t-97.5 374.5l-49 143h72q23 -57 55.5 -153.5t87.5 -340t55 -426t-49 -400.5t-98 -345l-51 -127h-72z" />
+<glyph unicode="*" horiz-adv-x="854" d="M131 938l225 164l-223 164l41 55l225 -166l86 264l66 -20l-86 -266h276v-70h-280l86 -264l-66 -21l-86 266l-225 -161z" />
+<glyph unicode="+" d="M121 479v70h414v434h73v-434h418v-70h-418v-438h-73v438h-414z" />
+<glyph unicode="," horiz-adv-x="403" d="M90 -252l86 430h82l-104 -430h-64z" />
+<glyph unicode="-" horiz-adv-x="937" d="M156 541v69h628v-69h-628z" />
+<glyph unicode="." horiz-adv-x="389" d="M154 0v164h82v-164h-82z" />
+<glyph unicode="/" horiz-adv-x="770" d="M68 25l567 1413l67 -29l-567 -1411z" />
+<glyph unicode="0" d="M100 645q0 428 125 584q66 80 148 111.5t200.5 31.5t201.5 -31.5t147 -111.5q123 -152 122 -582q0 -381 -126 -528q-63 -74 -146.5 -105.5t-198 -31.5t-197.5 30.5t-147 102.5q-129 145 -129 530zM178 643q0 -350 107 -477q53 -63 121.5 -89t183.5 -26t196.5 46 t131 180.5t49.5 381t-45 392t-128 199t-221.5 53.5t-220.5 -54q-174 -111 -174 -606z" />
+<glyph unicode="1" d="M264 1073l418 279h74v-1352h-74v1272l-383 -258z" />
+<glyph unicode="2" d="M147 0v63l465 496q100 106 147.5 161.5t85.5 137.5t38 166q0 150 -85 213t-259 63q-139 0 -312 -38l-57 -15l-10 70q190 53 390 53t305.5 -80t105.5 -266q0 -137 -61.5 -238.5t-207.5 -250.5l-444 -469h756v-66h-857z" />
+<glyph unicode="3" d="M135 29l12 69q215 -47 433 -47q348 2 348 316q0 168 -89 236.5t-243 76.5h-274v70h272q100 0 197.5 75.5t97.5 216t-73 201t-253 60.5t-338 -33l-51 -13l-12 70q195 45 405.5 45t305 -81t94.5 -257q0 -72 -23.5 -130t-56.5 -90t-68 -54q-59 -37 -84 -37 q133 -35 202 -108.5t69 -258.5q0 -375 -426 -374q-182 0 -383 34z" />
+<glyph unicode="4" d="M82 291v61l420 1000h80l-412 -992h623v449h73v-449h201v-69h-201v-291h-73v291h-711z" />
+<glyph unicode="5" d="M147 35l11 69q225 -49 405 -49t280.5 102.5t100.5 293.5q0 324 -350 323q-82 0 -173 -28.5t-142 -57.5l-52 -26l-69 8l39 682h761v-74h-692l-37 -539q70 41 176.5 73t190.5 32q426 0 426 -393q0 -231 -118 -348t-329 -117q-182 0 -366 37z" />
+<glyph unicode="6" d="M123 690q0 344 133 512t371 168q152 0 299 -14l49 -6l-8 -68q-168 18 -355.5 18t-298 -144t-112.5 -423l57 25q59 23 157.5 48t178.5 25q446 0 446 -405q0 -211 -117.5 -327.5t-340.5 -116.5q-459 0 -459 708zM199 662q10 -610 383 -611q186 0 283.5 96.5t97.5 271.5 t-97.5 259t-273.5 84q-84 0 -182.5 -24.5t-155.5 -49.5z" />
+<glyph unicode="7" d="M170 1282v70h823v-133l-549 -1237l-71 28l542 1225v47h-745z" />
+<glyph unicode="8" d="M70 344q0 156 68.5 233.5t207.5 135.5q-127 45 -190.5 118.5t-63.5 204.5q0 336 477 336q227 0 356.5 -83t129.5 -255q0 -133 -67.5 -206.5t-211.5 -114.5q143 -41 221 -120t78 -226q0 -213 -136 -299t-363.5 -86t-366.5 85t-139 277zM150 346q-1 -295 419 -295 q201 0 314.5 69.5t113.5 244.5q0 158 -96 221q-51 35 -98 52t-125 38h-240q-143 -35 -215.5 -108.5t-72.5 -221.5zM170 1046.5q0 -133.5 64.5 -199t203.5 -104.5h240q150 35 223.5 102.5t73.5 199t-104.5 195t-300 63.5t-298 -61.5t-102.5 -195z" />
+<glyph unicode="9" d="M102 924q0 205 123 325.5t328 120.5q240 0 354.5 -185.5t114.5 -538.5t-129 -508.5t-387 -155.5q-168 0 -299 16l-49 6l8 68q168 -21 340 -21q219 0 327.5 135.5t110.5 427.5q-233 -90 -414 -90q-428 0 -428 400zM180 924q0 -172 88.5 -251t266.5 -79q72 0 175 22.5 t171 47.5l65 22q-14 614 -393 614q-172 0 -272.5 -102t-100.5 -274z" />
+<glyph unicode=":" horiz-adv-x="391" d="M154 0v164h82v-164h-82zM154 705v163h82v-163h-82z" />
+<glyph unicode=";" horiz-adv-x="466" d="M127 -252l84 430h86l-107 -430h-63zM205 705v163h82v-163h-82z" />
+<glyph unicode="&#x3c;" d="M117 477v74l868 442v-80l-801 -399l801 -399v-84z" />
+<glyph unicode="=" d="M139 305v70h869v-70h-869zM139 651v70h869v-70h-869z" />
+<glyph unicode="&#x3e;" d="M160 31v84l801 399l-801 399v80l868 -442v-74z" />
+<glyph unicode="?" horiz-adv-x="927" d="M84 1397q229 55 340 55q203 0 306.5 -75t103.5 -249q0 -125 -38 -191.5t-139.5 -155.5t-133 -119.5t-64.5 -86t-33 -108.5v-78h-70q-2 45 -2 88t16.5 87t55.5 91q61 68 161.5 158t137.5 151.5t37 163.5q0 141 -83 198.5t-255 57.5q-88 0 -268 -43l-62 -14zM350 2v164h82 v-164h-82z" />
+<glyph unicode="@" horiz-adv-x="2004" d="M123 515q0 525 221 741.5t686 216.5t664.5 -203t199.5 -645v-35q0 -367 -71 -488q-25 -45 -48.5 -68.5t-62.5 -35.5q-61 -18 -134 -18t-116 13t-65 32q-45 43 -56 84q-84 -49 -200.5 -88t-178 -39t-98.5 5t-90 33.5t-86 80t-58.5 153.5t-25.5 244q0 279 94.5 411.5 t335.5 132.5q109 0 228 -41l43 -14v37h71v-410q0 -410 29 -483q10 -29 33.5 -54.5t53.5 -30.5t81 -5t80.5 6t66.5 35t56 86q43 131 43 422v37q0 412 -180.5 596t-611.5 184t-629.5 -196.5t-198.5 -675.5q0 -254 49 -424t156.5 -269.5t257 -141.5t370.5 -42l293 20l6 -67 q-201 -18 -299 -19q-238 0 -399.5 44.5t-280.5 150.5q-229 203 -229 728zM676 492q0 -289 96 -377q45 -41 85 -54.5t98.5 -13.5t152.5 31t158 61l61 31q-23 233 -22 444v308q-150 55 -271 55q-207 0 -282.5 -118t-75.5 -367z" />
+<glyph unicode="A" horiz-adv-x="1212" d="M57 0l441 1434h217l440 -1434h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115z" />
+<glyph unicode="B" horiz-adv-x="1269" d="M188 0v1434h492q414 0 414 -355q0 -266 -199 -340q254 -70 254 -344q0 -221 -109.5 -308t-320.5 -87h-531zM262 70h457q170 0 262 72.5t92 252.5q0 303 -371 303h-440v-628zM262 768h440q166 0 241 76t75 229.5t-82 222t-256 68.5h-418v-596z" />
+<glyph unicode="C" horiz-adv-x="1116" d="M137 692q0 164 11.5 268.5t43 203t87.5 157.5q123 131 368 131q180 0 379 -39l-6 -72q-197 41 -341 41t-224 -32.5t-126 -85t-72 -143.5t-34 -183t-8 -227.5t8 -227.5t35 -180t74 -139q104 -113 315 -113q160 0 373 41l6 -69q-205 -41 -369.5 -41t-266 48t-157 148.5 t-76 225t-20.5 288.5z" />
+<glyph unicode="D" horiz-adv-x="1329" d="M188 0v1434h533q131 0 226 -57.5t149.5 -159t79 -221t24.5 -263t-25.5 -268.5t-79 -232.5t-149.5 -170t-225 -62.5h-533zM262 70h459q111 0 191.5 59t124.5 158.5t64.5 211t20.5 257t-33.5 279.5t-128 231.5t-239.5 97.5h-459v-1294z" />
+<glyph unicode="E" horiz-adv-x="1130" d="M188 0v1434h838v-70h-764v-596h641v-70h-641v-628h764v-70h-838z" />
+<glyph unicode="F" horiz-adv-x="1071" d="M188 0v1434h822v-70h-748v-647h643v-70h-643v-647h-74z" />
+<glyph unicode="G" horiz-adv-x="1267" d="M133 711q0 178 23.5 306t81.5 230q115 205 432 205q182 0 387 -39l63 -12l-6 -72q-258 53 -422 53t-256 -45t-140 -139t-66.5 -207.5t-18.5 -278.5t19.5 -279t68.5 -204q96 -178 371 -178q152 0 377 41v549h-308v70h381v-678q-264 -51 -450 -51q-301 0 -419 182t-118 547 z" />
+<glyph unicode="H" horiz-adv-x="1380" d="M188 0v1434h74v-680h856v680h74v-1434h-74v684h-856v-684h-74z" />
+<glyph unicode="I" horiz-adv-x="450" d="M188 0v1434h74v-1434h-74z" />
+<glyph unicode="J" horiz-adv-x="573" d="M37 -80q199 0 231 35q41 45 45 107.5t4 134.5v1237h74v-1268q0 -160 -39 -219q-23 -35 -45 -54.5t-69 -27.5q-70 -14 -201 -15v70z" />
+<glyph unicode="K" horiz-adv-x="1132" d="M188 0v1434h74v-691h264l451 691h88l-473 -721l506 -713h-94l-474 674h-268v-674h-74z" />
+<glyph unicode="L" horiz-adv-x="989" d="M188 0v1434h74v-1364h699v-70h-773z" />
+<glyph unicode="M" horiz-adv-x="1695" d="M188 0v1434h156l504 -1321l504 1321h155v-1434h-73v1364h-29l-504 -1321h-106l-504 1321h-29v-1364h-74z" />
+<glyph unicode="N" horiz-adv-x="1361" d="M188 0v1434h174l682 -1364h56v1364h74v-1434h-175l-684 1364h-53v-1364h-74z" />
+<glyph unicode="O" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -566.5t-116 -554t-437 -168.5t-436 186q-61 98 -85 226t-24 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178 q-49 -90 -68.5 -205.5t-19.5 -288.5z" />
+<glyph unicode="P" horiz-adv-x="1218" d="M188 0v1434h523q221 0 322.5 -107.5t101.5 -333.5q0 -467 -424 -467h-449v-526h-74zM262 596h449q346 0 346 397q0 188 -82 279.5t-264 91.5h-449v-768z" />
+<glyph unicode="Q" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -560q0 -281 -54.5 -440.5t-193.5 -231.5l176 -287l-74 -35l-178 293q-96 -29 -239 -29q-2 0 -4 1q-146 0 -254.5 45t-169 142t-84 225t-23.5 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38 t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178q-49 -90 -68.5 -205.5t-19.5 -288.5z" />
+<glyph unicode="R" horiz-adv-x="1255" d="M188 0v1434h514q217 0 321.5 -98.5t104.5 -311.5q0 -362 -297 -420l324 -604h-84l-319 594h-490v-594h-74zM262 664h440q349 0 349 360q0 178 -84 259t-265 81h-440v-700z" />
+<glyph unicode="S" horiz-adv-x="1105" d="M115 1096q0 360 442 360q141 0 340 -24l68 -9l-9 -71q-280 34 -399 34q-364 0 -364 -284q0 -131 43 -189q25 -31 51 -52t78 -38q84 -25 213 -45q223 -35 320 -107.5t97 -254.5q0 -231 -107.5 -330.5t-326.5 -99.5q-135 0 -362 24l-76 8l8 72q283 -35 447 -35 q340 0 340 355q0 150 -78 207t-241 81.5t-231.5 44t-133 60.5t-92 111.5t-27.5 181.5z" />
+<glyph unicode="T" horiz-adv-x="1077" d="M27 1364v70h1024v-70h-473v-1364h-74v1364h-477z" />
+<glyph unicode="U" horiz-adv-x="1306" d="M180 401v1033h74v-1033q0 -186 100.5 -268t296 -82t299 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-354 -98t-351.5 98t-119 321z" />
+<glyph unicode="V" horiz-adv-x="1163" d="M61 1434h74l381 -1364h131l381 1364h74l-402 -1434h-237z" />
+<glyph unicode="W" horiz-adv-x="1753" d="M78 1434h74l286 -1364h80l313 1343h91l313 -1343h80l287 1364h73l-301 -1434h-196l-301 1313l-302 -1313h-196z" />
+<glyph unicode="X" horiz-adv-x="1128" d="M51 0l463 711l-463 723h88l426 -668l424 668h88l-456 -723l456 -711h-88l-422 659l-428 -659h-88z" />
+<glyph unicode="Y" horiz-adv-x="1077" d="M35 1434h86l418 -736l417 736h86l-467 -818v-616h-73v616z" />
+<glyph unicode="Z" horiz-adv-x="1103" d="M90 -2v141l846 1176v49h-846v70h922v-144l-846 -1177v-45h846v-70h-922z" />
+<glyph unicode="[" horiz-adv-x="636" d="M176 -252v1786h373v-66h-301v-1654h301v-66h-373z" />
+<glyph unicode="\" horiz-adv-x="808" d="M59 1407l72 29l617 -1407l-72 -29z" />
+<glyph unicode="]" horiz-adv-x="636" d="M88 -186h301v1654h-301v66h373v-1786h-373v66z" />
+<glyph unicode="^" d="M168 662l369 690h73l387 -690h-82l-342 616l-323 -616h-82z" />
+<glyph unicode="_" horiz-adv-x="1310" d="M217 -213h877v-70h-877v70z" />
+<glyph unicode="`" horiz-adv-x="440" d="M20 1436l33 63l393 -196l-30 -56z" />
+<glyph unicode="a" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q223 36 384 36h9q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166z" />
+<glyph unicode="b" horiz-adv-x="1052" d="M160 0v1495h71v-534q169 82 359 82q0 -1 2 -1q192 0 266 -118.5t74 -407.5t-96.5 -411.5t-370.5 -122.5q-143 0 -260 14zM231 59q160 -12 259.5 -12t178.5 26.5t119.5 92t54 146.5t13.5 216q0 242 -55.5 345.5t-216.5 103.5q-82 0 -170 -20.5t-135 -41.5l-48 -20v-836z " />
+<glyph unicode="c" horiz-adv-x="878" d="M123 517q0 300 94 412.5t326 112.5l245 -20l-4 -66q-163 21 -241 21q-195 0 -269.5 -98.5t-74.5 -359.5t67.5 -366.5t276.5 -105.5l245 19l5 -66q-172 -18 -250 -18q-250 0 -335 117.5t-85 417.5z" />
+<glyph unicode="d" horiz-adv-x="1054" d="M119 496q0 279 95 412.5t337 133.5q117 0 270 -24v477h72v-1495h-72v86q-59 -39 -165.5 -71.5t-173 -32.5t-102.5 5t-89 32.5t-87 79t-59.5 153.5t-25.5 244zM195 496q0 -295 94 -381q45 -41 85 -54.5t105.5 -13.5t154.5 26.5t138 53.5l49 27v798q-160 25 -270 25 q-207 0 -281.5 -117t-74.5 -364z" />
+<glyph unicode="e" horiz-adv-x="1028" d="M119 512q0 530 413 530q195 0 292.5 -116.5t97.5 -374.5v-68h-727q0 -221 69.5 -328.5t231 -107.5t321.5 14l62 5l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM195 549h651q0 231 -75 329.5t-239 98.5q-337 0 -337 -428z" />
+<glyph unicode="f" horiz-adv-x="641" d="M59 958v66h142v125q0 215 57 289.5t203 74.5l188 -6v-63q-131 4 -188 4q-109 0 -149 -60.5t-40 -240.5v-123h332v-66h-332v-958h-71v958h-142z" />
+<glyph unicode="g" horiz-adv-x="1026" d="M119 -164q0 117 78 187q29 27 96 75q-45 29 -45 133q0 29 47 127l14 33q-176 57 -176 311q0 342 350 342q106 0 189 -20l28 -6l287 6v-72h-221q82 -76 82 -255t-89 -254.5t-284 -75.5q-61 0 -110 8q-47 -117 -47.5 -147.5t4 -47t16.5 -31t47 -18.5q63 -10 239.5 -10 t256.5 -56.5t80 -230.5t-103.5 -248.5t-342.5 -74.5t-317.5 68.5t-78.5 256.5zM193 -162q0 -152 64.5 -207t262 -55t281.5 58.5t84 198.5t-61.5 181t-229.5 41l-248 6q-92 -63 -122.5 -107t-30.5 -116zM207 702.5q0 -151.5 63.5 -211t218 -59.5t219 58.5t64.5 212t-64.5 215 t-219 61.5t-218 -62.5t-63.5 -214z" />
+<glyph unicode="h" horiz-adv-x="1077" d="M162 0v1495h71v-532q179 80 369 80q1 -1 2 -1q191 0 256.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-82 0 -171 -20.5t-136 -41.5l-50 -20v-895h-71z" />
+<glyph unicode="i" horiz-adv-x="395" d="M162 0v1024h71v-1024h-71zM162 1321v113h71v-113h-71z" />
+<glyph unicode="j" horiz-adv-x="393" d="M-121 -383q178 96 230.5 166.5t52.5 228.5v1012h71v-1014q0 -174 -64.5 -265t-260.5 -191zM162 1321v113h71v-113h-71z" />
+<glyph unicode="k" horiz-adv-x="931" d="M162 0v1495h71v-903h197l352 432h86l-376 -463l393 -561h-86l-369 526h-197v-526h-71z" />
+<glyph unicode="l" horiz-adv-x="419" d="M174 0v1495h72v-1495h-72z" />
+<glyph unicode="m" horiz-adv-x="1708" d="M162 0v1024h71v-82q18 10 49 27.5t120.5 45t183.5 27.5q188 0 258 -110q74 43 180 76.5t197 33.5q205 0 270 -103t65 -407v-532h-71v528q0 270 -49.5 359.5t-214.5 89.5q-88 0 -176.5 -25.5t-131.5 -50.5l-45 -24q37 -100 37 -345v-532h-71v528q0 270 -49.5 359.5 t-215.5 89.5q-82 0 -166 -25.5t-127 -50.5l-43 -27v-874h-71z" />
+<glyph unicode="n" horiz-adv-x="1079" d="M162 0v1024h71v-82q182 100 373 100t256.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-82 0 -171 -25.5t-138 -50.5l-50 -27v-874h-71z" />
+<glyph unicode="o" horiz-adv-x="1077" d="M123 514q0 299 94 413.5t321.5 114.5t321.5 -114.5t94 -413.5t-84 -415.5t-331.5 -116.5t-331.5 116.5t-84 415.5zM199 530q0 -145 10 -226t46 -145.5t102.5 -88t181 -23.5t181 23.5t102.5 88t46.5 145.5t10.5 226q0 258 -72 352.5t-268.5 94.5t-268 -94.5t-71.5 -352.5z " />
+<glyph unicode="p" horiz-adv-x="1056" d="M162 -471v1495h71v-86q59 39 166 71.5t189 32.5q184 0 267 -124.5t83 -401t-99.5 -405.5t-334.5 -129q-139 0 -271 28v-481h-71zM233 76q158 -29 271 -29q197 0 277.5 109.5t80.5 360.5t-68.5 355.5t-205.5 104.5q-78 0 -167 -27.5t-138 -54.5l-50 -27v-792z" />
+<glyph unicode="q" horiz-adv-x="1052" d="M119 507.5q0 278.5 102.5 406.5t364.5 128l305 -18v-1495h-72v530q-149 -78 -340 -78q-1 0 -2 1q-192 0 -275 123.5t-83 402zM195 510q0 -244 64.5 -353.5t227.5 -109.5q82 0 165 20.5t126 41.5l41 20v836q-159 12 -231 12q-229 0 -311 -111.5t-82 -355.5z" />
+<glyph unicode="r" horiz-adv-x="671" d="M162 0v1024h71v-160q61 49 183.5 105.5t222.5 74.5v-73q-90 -18 -191.5 -61.5t-156.5 -78.5l-58 -34v-797h-71z" />
+<glyph unicode="s" horiz-adv-x="944" d="M104 751.5q0 118.5 55.5 183t129 86t153.5 21.5q166 0 312 -22l53 -8l-4 -68q-209 33 -348 33q-274 0 -275 -205q0 -96 57.5 -136t254 -70.5t274.5 -82t78 -206t-98.5 -225t-290.5 -70.5q-104 0 -279 24l-59 8l8 68q221 -35 352 -35t211 51.5t80 174t-62.5 161.5 t-256 68.5t-269.5 80t-76 169z" />
+<glyph unicode="t" horiz-adv-x="700" d="M59 958v66h162v334h72v-334h373v-66h-373v-536q0 -236 33.5 -306.5t154.5 -70.5l201 16l6 -65q-135 -16 -207 -16q-145 0 -202.5 74.5t-57.5 289.5v614h-162z" />
+<glyph unicode="u" horiz-adv-x="1056" d="M152 492v532h71v-528q0 -270 49.5 -359.5t214.5 -89.5q82 0 166 25.5t127 50.5l43 27v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270 103t-65 407z" />
+<glyph unicode="v" horiz-adv-x="962" d="M63 1024h84l289 -958h90l297 958h76l-317 -1024h-201z" />
+<glyph unicode="w" horiz-adv-x="1548" d="M74 1024h76l260 -958h22l303 938h78l303 -938h23l260 958h76l-277 -1024h-139l-285 918l-285 -918h-139z" />
+<glyph unicode="x" horiz-adv-x="894" d="M57 0l346 512l-346 512h84l305 -457l308 457h84l-349 -512l347 -512h-84l-306 457l-305 -457h-84z" />
+<glyph unicode="y" horiz-adv-x="964" d="M63 1024h76l301 -958h84l303 958h76l-469 -1495h-76l148 471h-125z" />
+<glyph unicode="z" horiz-adv-x="931" d="M86 0v66l670 892h-670v66h760v-66l-668 -892h668v-66h-760z" />
+<glyph unicode="{" horiz-adv-x="708" d="M59 602v66q117 29 165 86t48 159l-14 263q0 184 83 269t277 93l5 -65q-168 -8 -230.5 -79t-62.5 -218l14 -244q0 -133 -45 -195.5t-160 -99.5q115 -37 160 -100.5t45 -190.5q-14 -143 -14 -237q0 -145 63.5 -217t229.5 -80l-5 -66q-195 8 -277.5 93t-82.5 270l14 251 q0 98 -48 153.5t-165 88.5z" />
+<glyph unicode="|" horiz-adv-x="419" d="M174 -471v1966h72v-1966h-72z" />
+<glyph unicode="}" horiz-adv-x="708" d="M86 -188q166 8 229.5 80t63.5 217q0 94 -14 237q0 127 45 190.5t159 100.5q-115 37 -159.5 99.5t-44.5 195.5l14 244q0 147 -62.5 217.5t-230.5 79.5l4 65q195 -8 278 -93t83 -269l-15 -263q0 -102 48 -159.5t165 -85.5v-66q-117 -33 -165 -88t-48 -154l15 -251 q0 -184 -83 -269.5t-278 -93.5z" />
+<glyph unicode="~" d="M145 543q127 111 230 110q61 0 211.5 -74.5t187.5 -74.5t89 26.5t87 53.5l37 26l23 -63q-128 -113 -230 -113q-61 0 -211.5 75t-187.5 75t-89 -27t-87 -53l-37 -27z" />
+<glyph unicode="&#xa1;" horiz-adv-x="417" d="M166 860v164h82v-164h-82zM172 -410v996h72v-996h-72z" />
+<glyph unicode="&#xa2;" d="M223 499.5q0 235.5 84 337t273 107.5v266h71v-268q82 0 199 -18l39 -6l-4 -68q-164 20 -283 20q-164 0 -230.5 -82.5t-66.5 -284.5t64.5 -273.5t253.5 -71.5q106 0 225 12l41 4l4 -72q-152 -16 -240 -18v-258h-71v258q-197 6 -278 93t-81 322.5z" />
+<glyph unicode="&#xa3;" d="M170 0v70h188v696h-141v65h141v107q0 258 60.5 345t220.5 87q70 0 201 -18l45 -6v-66q-178 25 -246 25q-127 0 -168 -74t-41 -301v-99h373v-65h-373v-696h356l168 32l15 -65l-168 -37h-631z" />
+<glyph unicode="&#xa4;" d="M158 154l145 143q-78 94 -78 219t78 219l-145 144l53 53l143 -146q94 78 219 78t220 -78l143 146l53 -53l-145 -144q78 -94 78 -219t-78 -219l145 -143l-53 -54l-143 146q-95 -78 -219.5 -78t-219.5 78l-143 -146zM299 516q0 -113 81 -193.5t193.5 -80.5t193.5 80.5 t81 193.5t-81 194t-193.5 81t-193.5 -81t-81 -194z" />
+<glyph unicode="&#xa5;" d="M72 1352h84l419 -633l414 633h86l-391 -604h344v-70h-389l-27 -41v-195h418v-69h-418v-373h-73v373h-420v69h420v195l-27 41h-395v70h350z" />
+<glyph unicode="&#xa6;" horiz-adv-x="428" d="M178 299h72v-770h-72v770zM178 725v770h72v-770h-72z" />
+<glyph unicode="&#xa7;" horiz-adv-x="997" d="M127 580q0 61 27.5 122.5t54.5 92.5l29 30q-90 68 -91 224q0 303 359 303q129 0 268 -21l51 -6l-4 -65q-217 26 -315 26q-287 0 -287 -225q0 -133 66.5 -179t239.5 -73t255 -86t82 -201q0 -59 -19.5 -123.5t-39.5 -99.5l-21 -37q74 -57 74 -203.5t-91 -228.5t-263 -82 q-90 0 -285 21l-59 6l6 65q225 -29 338 -28q283 0 282 258q0 117 -64.5 154.5t-242.5 62t-264 87t-86 206.5zM199 580.5q0 -107.5 71.5 -157.5t233.5 -73.5t225 -54.5q61 106 61.5 222t-66.5 160t-222.5 68.5t-212.5 51.5q-90 -109 -90 -216.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="440" d="M0 1307v127h72v-127h-72zM389 1307v127h72v-127h-72z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1325" d="M139 889q0 227 149.5 386t373 159t374 -159t150.5 -386t-150.5 -385t-374 -158t-373 158t-149.5 385zM205 889q0 -201 130 -339t326.5 -138t327.5 138t131 339t-131 340t-327.5 139t-326.5 -139t-130 -340zM438 887.5q0 154.5 47 234.5t177 80q80 0 131 -10l20 -4l-2 -66 q-84 14 -149 15q-100 0 -129 -57.5t-29 -188.5t32.5 -190.5t125.5 -59.5l149 16l2 -65q-88 -17 -151 -17q-127 0 -175.5 79t-48.5 233.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="749" d="M127 954q0 143 154 156l208 14v47q0 63 -25.5 90t-80.5 27l-213 -14l-4 59q141 16 223 16.5t123 -42t41 -138.5v-274q23 -35 76 -47l-4 -57q-66 2 -111 45q-129 -45 -244 -45q-63 0 -103 45t-40 118zM195 950q0 -96 81.5 -96t180.5 27l32 10v174l-198 -12 q-51 -2 -73.5 -27t-22.5 -76z" />
+<glyph unicode="&#xab;" horiz-adv-x="1017" d="M98 479v74l342 264v-80l-276 -217l276 -239v-84zM522 479v74l342 264v-80l-276 -217l276 -239v-84z" />
+<glyph unicode="&#xac;" d="M145 610v70h865v-422h-74v352h-791z" />
+<glyph unicode="&#xad;" horiz-adv-x="937" d="M156 541v69h628v-69h-628z" />
+<glyph unicode="&#xae;" horiz-adv-x="1325" d="M139 889q0 227 149.5 386t373 159t374 -159t150.5 -386t-150.5 -385t-374 -158t-373 158t-149.5 385zM205 889q0 -201 130 -339t326.5 -138t327.5 138t131 339t-131 340t-327.5 139t-326.5 -139t-130 -340zM453 586v604h190q121 0 176 -41t55 -141q0 -147 -120 -179 l133 -243h-72l-135 237h-162v-237h-65zM518 887h164q70 0 98.5 26.5t28.5 94t-39 93t-125 25.5h-127v-239z" />
+<glyph unicode="&#xaf;" horiz-adv-x="440" d="M-41 1315v65h547v-65h-547z" />
+<glyph unicode="&#xb0;" d="M295 1173.5q0 124.5 77 201.5t201.5 77t201.5 -77t77 -201.5t-77 -200.5t-201.5 -76t-201.5 76t-77 200.5zM365 1173.5q0 -96.5 57 -153.5t152.5 -57t153.5 58t58 153.5t-59 153.5t-153.5 58t-151.5 -58t-57 -154.5z" />
+<glyph unicode="&#xb1;" d="M121 102v70h905v-70h-905zM121 631v69h414v283h73v-283h418v-69h-418v-295h-73v295h-414z" />
+<glyph unicode="&#xb2;" horiz-adv-x="573" d="M74 979v63l200 220q68 72 89.5 117.5t21.5 92t-33 73t-73 26.5q-72 0 -164 -15l-31 -6l-4 60q104 27 190 26q186 0 187 -174q0 -68 -30 -120t-101 -125l-164 -170h309v-68h-397z" />
+<glyph unicode="&#xb3;" horiz-adv-x="573" d="M76 983l6 64q111 -18 194.5 -18.5t115.5 32.5t32 88q0 127 -123 127h-133v67h133q37 0 71 39t34 91q0 96 -119 96q-94 0 -168 -13l-29 -6l-6 64q109 23 205 22.5t142 -39t46 -107.5t-22 -108q-37 -59 -72 -65q59 -16 86 -50t27 -116q0 -190 -201 -190q-98 0 -186 16z" />
+<glyph unicode="&#xb4;" horiz-adv-x="548" d="M82 1303l393 196l33 -63l-395 -189z" />
+<glyph unicode="&#xb5;" d="M201 -471v1495h71v-528q0 -270 49.5 -359.5t215.5 -89.5q82 0 165.5 25.5t126.5 50.5l43 27v874h72v-1024h-72v82q-18 -10 -48.5 -27.5t-120 -45t-166.5 -27.5q-197 0 -265 92v-545h-71z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1206" d="M82 1073q0 158 109.5 259.5t271.5 101.5h672v-68h-199v-1366h-74v1366h-311v-1366h-74v717h-14q-162 0 -271.5 99t-109.5 257z" />
+<glyph unicode="&#xb7;" horiz-adv-x="391" d="M156 553v164h82v-164h-82z" />
+<glyph unicode="&#xb8;" horiz-adv-x="538" d="M102 -403l4 57q90 -8 160 -8q98 0 99 94q0 86 -99 86h-110v176h67v-119q115 0 164 -30.5t49 -112.5q0 -152 -168 -152z" />
+<glyph unicode="&#xb9;" horiz-adv-x="573" d="M94 1481l203 137h72v-639h-72v559l-168 -115z" />
+<glyph unicode="&#xba;" horiz-adv-x="722" d="M126 1070.5q0 279.5 236 279.5q119 0 175.5 -66.5t56.5 -210.5q0 -283 -232 -282q-236 0 -236 279.5zM197 1072q0 -116 38.5 -166t127 -50t125 50t36.5 167t-36.5 164t-125 47t-127 -48t-38.5 -164z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1017" d="M154 197v84l276 239l-276 217v80l342 -264v-74zM578 197v84l276 239l-276 217v80l342 -264v-74z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1075" d="M80 57l803 1293l61 -39l-803 -1291zM100 1481l203 137h72v-639h-72v559l-168 -115zM549 -25l182 459h78l-178 -454h217v180h74v-180h75v-68h-75v-117h-74v117h-299v63z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1064" d="M74 57l803 1293l61 -39l-803 -1291zM115 1481l202 137h72v-639h-72v559l-167 -115zM563 -141l201 219q68 72 89 118t21 92t-32.5 72.5t-73.5 26.5q-72 0 -164 -14l-31 -6l-4 59q104 27 191 27q186 0 186 -174q0 -68 -29.5 -120.5t-101.5 -125.5l-164 -170h310v-68h-398 v64z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1112" d="M119 57l803 1293l61 -39l-803 -1291zM119 983l6 64q111 -18 194.5 -18.5t115.5 32.5t32 88q0 127 -123 127h-133v67h133q37 0 71 39t34 91q0 96 -119 96q-94 0 -168 -13l-29 -6l-6 64q109 23 205 22.5t142 -39t46 -107.5t-22 -108q-31 -51 -72 -65q59 -16 86 -51t27 -115 q0 -190 -201 -190q-98 0 -186 16zM588 -25l182 459h78l-178 -454h217v180h74v-180h75v-68h-75v-117h-74v117h-299v63z" />
+<glyph unicode="&#xbf;" horiz-adv-x="915" d="M88 -102q0 125 38 191.5t139.5 155.5t133 119.5t64.5 86t33 108.5v78h69q2 -45 2 -88t-16 -87t-55 -89q-61 -70 -162 -160t-137.5 -151.5t-36.5 -163.5q0 -141 83 -198.5t255 -57.5q88 0 268 43l61 14l11 -70q-229 -55 -340 -55q-203 0 -306.5 75t-103.5 249zM489 860 v164h82v-164h-82z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1212" d="M57 0l441 1434h217l440 -1434h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115zM362 1825l33 63l393 -196l-30 -56z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1212" d="M57 0l441 1434h217l440 -1434h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115zM414 1692l393 196l33 -63l-396 -189z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1212" d="M57 0l441 1434h217l440 -1434h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115zM299 1657l274 256h62l274 -256h-92l-213 196l-211 -196h-94z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1212" d="M57 0l441 1434h217l440 -1434h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115zM289 1782q90 111 157 110q47 0 171 -60t149 -60q37 0 104 73l23 25l22 -58q-80 -106 -135 -106t-179 61.5t-148 61.5q-45 0 -119 -80l-25 -27z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1212" d="M57 0l441 1434h217l440 -1434h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115zM369 1716v127h71v-127h-71zM770 1716v127h72v-127h-72z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1212" d="M57 0l428 1395q-82 49 -82 148t54.5 149.5t144.5 50.5t144.5 -50.5t54.5 -145.5t-76 -148l430 -1399h-74l-133 440h-684l-133 -440h-74zM287 510h639l-262 854h-115zM471 1554q0 -98 82 -120h96q84 23 84 120q0 61 -34.5 94t-96 33t-96.5 -33t-35 -94z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1800" d="M51 0l514 1434h1131v-70h-764v-590h641v-69h-641v-635h764v-70h-838v440h-565l-160 -440h-82zM317 510h541v854h-235z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1116" d="M137 713.5q0 142.5 11.5 247t43 203t87.5 157.5q123 131 368 131q180 0 379 -39l-6 -72q-197 41 -341 41t-224 -32.5t-126 -85t-72 -143.5t-34 -183t-8 -227.5t8 -227.5t35 -180t74 -139q104 -113 315 -113q160 0 373 41l6 -69q-184 -39 -356 -41v-99q115 0 164 -30.5 t49 -112.5q0 -152 -168 -152l-166 9l4 57q90 -8 160 -8q98 0 98 94q0 86 -98 86h-111v158q-221 12 -330 137q-98 115 -125 346q-10 104 -10 246.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1130" d="M188 0v1434h838v-70h-764v-596h641v-70h-641v-628h764v-70h-838zM387 1825l33 63l393 -196l-31 -56z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1130" d="M188 0v1434h838v-70h-764v-596h641v-70h-641v-628h764v-70h-838zM393 1692l393 196l33 -63l-395 -189z" />
+<glyph unicode="&#xca;" horiz-adv-x="1130" d="M188 0v1434h838v-70h-764v-596h641v-70h-641v-628h764v-70h-838zM291 1657l274 256h62l274 -256h-92l-213 196l-211 -196h-94z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1130" d="M188 0v1434h838v-70h-764v-596h641v-70h-641v-628h764v-70h-838zM369 1716v127h71v-127h-71zM770 1716v127h72v-127h-72z" />
+<glyph unicode="&#xcc;" horiz-adv-x="450" d="M-37 1825l33 63l393 -196l-31 -56zM188 0v1434h74v-1434h-74z" />
+<glyph unicode="&#xcd;" horiz-adv-x="450" d="M35 1692l393 196l33 -63l-395 -189zM188 0v1434h74v-1434h-74z" />
+<glyph unicode="&#xce;" horiz-adv-x="450" d="M-92 1657l274 256h62l274 -256h-92l-213 196l-211 -196h-94zM188 0v1434h74v-1434h-74z" />
+<glyph unicode="&#xcf;" horiz-adv-x="450" d="M-12 1716v127h71v-127h-71zM188 0v1434h74v-1434h-74zM389 1716v127h72v-127h-72z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1333" d="M35 684v70h158v680h532q131 0 226.5 -57.5t150.5 -157.5q102 -190 102 -482q0 -289 -104 -501q-53 -109 -149.5 -172.5t-225.5 -63.5h-532v684h-158zM266 70h459q111 0 191.5 59t124.5 160.5t64.5 213t20.5 234.5t-20.5 228.5t-64.5 198.5t-124.5 146.5t-191.5 53.5h-459 v-610h363v-70h-363v-614z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1361" d="M188 0v1434h174l682 -1364h56v1364h74v-1434h-175l-684 1364h-53v-1364h-74zM367 1782q90 111 157 110q47 0 171 -60t149 -60q37 0 104 73l23 25l22 -58q-80 -106 -135 -106t-179 61.5t-149 61.5q-45 0 -118 -80l-25 -27z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -566.5t-116 -554t-437 -168.5t-436 186q-61 98 -85 226t-24 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178 q-49 -90 -68.5 -205.5t-19.5 -288.5zM463 1825l33 63l393 -196l-31 -56z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -566.5t-116 -554t-437 -168.5t-436 186q-61 98 -85 226t-24 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178 q-49 -90 -68.5 -205.5t-19.5 -288.5zM449 1692l393 196l32 -63l-395 -189z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -566.5t-116 -554t-437 -168.5t-436 186q-61 98 -85 226t-24 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178 q-49 -90 -68.5 -205.5t-19.5 -288.5zM377 1657l274 256h62l274 -256h-92l-213 196l-211 -196h-94z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -566.5t-116 -554t-437 -168.5t-436 186q-61 98 -85 226t-24 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178 q-49 -90 -68.5 -205.5t-19.5 -288.5zM360 1782q90 111 158 110q47 0 171 -60t147 -60q43 0 106 73l23 25l22 -58q-80 -106 -135 -106t-179 61.5t-149 61.5q-45 0 -118 -80l-25 -27z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182t430 -181t119 -566.5t-116 -554t-437 -168.5t-436 186q-61 98 -85 226t-24 317zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t240.5 -41t239.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-285 0 -383 -178 q-49 -90 -68.5 -205.5t-19.5 -288.5zM446 1716v127h72v-127h-72zM848 1716v127h72v-127h-72z" />
+<glyph unicode="&#xd7;" d="M166 156l360 358l-360 358l49 50l358 -361l359 361l49 -50l-360 -358l360 -358l-49 -50l-359 361l-358 -361z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1363" d="M133 711q0 377 119 559t430 182q176 0 291 -59l108 229l62 -25l-113 -241q111 -84 156 -243t45 -402q0 -391 -116 -560t-433 -169q-164 0 -274 47l-119 -252l-62 22l121 260q-121 80 -168 238t-47 414zM211 681q0 -202 37 -341t133 -211l561 1196q-102 57 -252.5 57 t-245 -43t-144.5 -134t-69.5 -206.5t-19.5 -317.5zM438 94q94 -43 242.5 -43t242 38t143.5 125t68.5 201.5t18.5 295.5q0 434 -158 573z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1306" d="M180 401v1033h74v-1033q0 -186 100.5 -268t296 -82t299 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-354 -98t-351.5 98t-119 321zM430 1825l33 63l393 -196l-31 -56z" />
+<glyph unicode="&#xda;" horiz-adv-x="1306" d="M180 401v1033h74v-1033q0 -186 100.5 -268t296 -82t299 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-354 -98t-351.5 98t-119 321zM440 1692l394 196l32 -63l-395 -189z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1306" d="M180 401v1033h74v-1033q0 -186 100.5 -268t296 -82t299 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-354 -98t-351.5 98t-119 321zM346 1657l275 256h61l274 -256h-92l-213 196l-211 -196h-94z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1306" d="M180 401v1033h74v-1033q0 -186 100.5 -268t296 -82t299 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-354 -98t-351.5 98t-119 321zM418 1716v127h71v-127h-71zM819 1716v127h72v-127h-72z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1077" d="M35 1434h86l418 -736l417 736h86l-467 -818v-616h-73v616zM389 1692l393 196l33 -63l-395 -189z" />
+<glyph unicode="&#xde;" horiz-adv-x="1230" d="M188 0v1434h74v-250h449q221 0 322.5 -104.5t101.5 -327.5q0 -476 -424 -476h-449v-276h-74zM262 346h449q346 0 346 406q0 188 -81 275t-265 87h-449v-768z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1124" d="M162 0v1149q0 205 81 284.5t273.5 79.5t269 -65.5t76.5 -212.5q0 -106 -33.5 -167.5t-112.5 -97.5t-102.5 -54.5t-23.5 -51.5t34.5 -60.5t165 -95t188.5 -136t58 -191.5q0 -211 -94 -305t-315 -94q-72 0 -195 14l-41 6l4 68q158 -18 232 -19q184 0 257.5 77t73.5 243 q0 109 -50 166t-184 125.5t-172 105.5t-38 94.5t36 89t110.5 66.5t99 82t24.5 149.5t-59 148.5t-212 46t-216.5 -64.5t-63.5 -257.5v-1122h-71z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166zM272 1436l33 63l393 -196l-30 -56z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166zM270 1303l394 196l32 -63l-395 -189z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166zM211 1229l248 270h57l250 -270h-88l-189 205l-190 -205h-88z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166zM188 1368q100 96 168 96q43 0 157 -54t138 -54q41 0 111 61l22 23l19 -62q-86 -88 -139.5 -88t-167 55.5t-138.5 55.5q-45 0 -122 -70l-27 -22z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166zM270 1307v127h72v-127h-72zM659 1307v127h72v-127h-72z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1013" d="M98 273.5q0 140.5 67.5 214t215.5 87.5l389 41v107q0 131 -56.5 190.5t-170.5 59.5q-117 0 -324 -27l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 153 -86l-4 -63q-150 0 -211 86q-209 -88 -413 -88q-127 0 -198 75.5t-71 216zM174 278.5q0 -110.5 50 -171 t140.5 -60.5t190.5 21.5t158 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -166zM313 1331q0 82 57.5 138.5t139.5 56.5t137 -56.5t55 -138.5t-55 -138t-138 -56t-139.5 56t-56.5 138zM383 1331q0 -53 37 -92t89 -39t89 39t37 92t-37 91t-89 38t-89 -38t-37 -91z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1675" d="M98 281q0 164 80 220t299 85l293 30v107q0 131 -56.5 190.5t-170.5 59.5q-104 0 -322 -15l-63 -4l-4 68q225 20 389 20q236 0 284 -196q100 197 353 196q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t231 -107.5t321.5 14l62 5l4 -66q-229 -18 -379 -18 q-201 0 -293 118l-78 -32q-190 -86 -422 -86q-260 0 -260 299zM174 279.5q0 -111.5 49 -172t136 -60.5t200 25q158 35 268 80q-61 121 -61 397l-377 -37q-113 -10 -164 -65.5t-51 -167zM842 549h651q0 231 -75 329.5t-238 98.5q-338 0 -338 -428z" />
+<glyph unicode="&#xe7;" horiz-adv-x="878" d="M123 534.5q0 282.5 94 395t326 112.5l245 -20l-4 -66q-164 20 -241 21q-195 0 -269.5 -98.5t-74.5 -359.5t67.5 -366.5t276.5 -105.5l245 19l5 -66q-172 -18 -225.5 -18t-67.5 2v-101q115 0 164 -30.5t49 -112.5q0 -152 -168 -152l-166 9l4 57q90 -8 160 -8q98 0 98 94 q0 86 -98 86h-111v162q-182 23 -245.5 143.5t-63.5 403z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1028" d="M119 512q0 530 413 530q195 0 292.5 -116.5t97.5 -374.5v-68h-727q0 -221 69.5 -328.5t231 -107.5t321.5 14l62 5l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM195 549h651q0 231 -75 329.5t-239 98.5q-337 0 -337 -428zM262 1438l33 63l393 -196l-31 -56z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1028" d="M119 512q0 530 413 530q195 0 292.5 -116.5t97.5 -374.5v-68h-727q0 -221 69.5 -328.5t231 -107.5t321.5 14l62 5l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM195 549h651q0 231 -75 329.5t-239 98.5q-337 0 -337 -428zM350 1303l393 196l33 -63l-395 -189z" />
+<glyph unicode="&#xea;" horiz-adv-x="1028" d="M119 512q0 530 413 530q195 0 292.5 -116.5t97.5 -374.5v-68h-727q0 -221 69.5 -328.5t231 -107.5t321.5 14l62 5l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM195 549h651q0 231 -75 329.5t-239 98.5q-337 0 -337 -428zM262 1229l248 270h57l250 -270h-88 l-188 205l-191 -205h-88z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1028" d="M119 512q0 530 413 530q195 0 292.5 -116.5t97.5 -374.5v-68h-727q0 -221 69.5 -328.5t231 -107.5t321.5 14l62 5l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM195 549h651q0 231 -75 329.5t-239 98.5q-337 0 -337 -428zM295 1307v127h72v-127h-72zM684 1307v127 h72v-127h-72z" />
+<glyph unicode="&#xec;" horiz-adv-x="395" d="M-123 1436l33 63l393 -196l-31 -56zM162 0v1024h71v-1024h-71z" />
+<glyph unicode="&#xed;" horiz-adv-x="395" d="M88 1303l393 196l33 -63l-395 -189zM162 0v1024h71v-1024h-71z" />
+<glyph unicode="&#xee;" horiz-adv-x="395" d="M-80 1229l248 270h57l250 -270h-88l-188 205l-191 -205h-88zM162 0v1024h71v-1024h-71z" />
+<glyph unicode="&#xef;" horiz-adv-x="395" d="M-39 1307v127h72v-127h-72zM162 0v1024h71v-1024h-71zM350 1307v127h72v-127h-72z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1095" d="M92 427q0 206 112.5 324.5t305.5 118.5q72 0 168 -22.5t158 -44.5l61 -23q-10 319 -342 523l-244 -164l-41 55l217 147q-123 63 -272 109l27 63q178 -53 311 -129l209 142l41 -56l-182 -124q352 -227 352 -629t-101.5 -568.5t-339.5 -166.5q-207 0 -323.5 119.5 t-116.5 325.5zM166 426q0 -174 95 -274.5t284.5 -100.5t270.5 141.5t83 516.5q-238 92 -392.5 92t-247.5 -100.5t-93 -274.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1079" d="M162 0v1024h71v-82l50 25q51 25 141 50t168 25q205 0 270.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-82 0 -189.5 -33t-169.5 -70v-874h-71zM256 1368q100 96 168 96q43 0 156.5 -54t136.5 -54q43 0 110 61l25 23l18 -62q-86 -88 -139 -88t-166.5 55.5 t-138.5 55.5q-45 0 -123 -70l-27 -22z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1077" d="M123 514q0 299 94 413.5t321.5 114.5t321.5 -114.5t94 -413.5t-84 -415.5t-331.5 -116.5t-331.5 116.5t-84 415.5zM199 530q0 -145 10 -226t46 -145.5t102.5 -88t181 -23.5t181 23.5t102.5 88t46.5 145.5t10.5 226q0 258 -72 352.5t-268.5 94.5t-268 -94.5t-71.5 -352.5z M315 1436l33 63l393 -196l-30 -56z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1077" d="M123 514q0 299 94 413.5t321.5 114.5t321.5 -114.5t94 -413.5t-84 -415.5t-331.5 -116.5t-331.5 116.5t-84 415.5zM199 530q0 -145 10 -226t46 -145.5t102.5 -88t181 -23.5t181 23.5t102.5 88t46.5 145.5t10.5 226q0 258 -72 352.5t-268.5 94.5t-268 -94.5t-71.5 -352.5z M367 1303l393 196l33 -63l-396 -189z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1077" d="M123 514q0 299 94 413.5t321.5 114.5t321.5 -114.5t94 -413.5t-84 -415.5t-331.5 -116.5t-331.5 116.5t-84 415.5zM199 530q0 -145 10 -226t46 -145.5t102.5 -88t181 -23.5t181 23.5t102.5 88t46.5 145.5t10.5 226q0 258 -72 352.5t-268.5 94.5t-268 -94.5t-71.5 -352.5z M262 1229l248 270h57l250 -270h-88l-188 205l-191 -205h-88z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1077" d="M123 514q0 299 94 413.5t321.5 114.5t321.5 -114.5t94 -413.5t-84 -415.5t-331.5 -116.5t-331.5 116.5t-84 415.5zM199 530q0 -145 10 -226t46 -145.5t102.5 -88t181 -23.5t181 23.5t102.5 88t46.5 145.5t10.5 226q0 258 -72 352.5t-268.5 94.5t-268 -94.5t-71.5 -352.5z M233 1368q100 96 168 96q43 0 157 -54t138 -54q41 0 111 61l22 23l19 -62q-86 -88 -139.5 -88t-167 55.5t-138.5 55.5q-45 0 -122 -70l-27 -22z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1077" d="M123 514q0 299 94 413.5t321.5 114.5t321.5 -114.5t94 -413.5t-84 -415.5t-331.5 -116.5t-331.5 116.5t-84 415.5zM199 530q0 -145 10 -226t46 -145.5t102.5 -88t181 -23.5t181 23.5t102.5 88t46.5 145.5t10.5 226q0 258 -72 352.5t-268.5 94.5t-268 -94.5t-71.5 -352.5z M299 1307v127h72v-127h-72zM688 1307v127h72v-127h-72z" />
+<glyph unicode="&#xf7;" d="M119 479v70h909v-70h-909zM535 80v164h77v-164h-77zM535 784v164h77v-164h-77z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1077" d="M123 557q0 256 94.5 370.5t321.5 114.5q109 0 176 -22l90 219l61 -22l-92 -220q94 -51 137 -162.5t43 -304.5q0 -315 -84 -431.5t-331 -116.5q-100 0 -172 18l-95 -233l-61 20l94 231q-104 47 -143 165t-39 374zM199 557q0 -231 26.5 -332.5t108.5 -142.5l356 876 q-61 19 -151 19q-197 0 -268.5 -94.5t-71.5 -325.5zM391 61q55 -14 158.5 -14t170 23.5t102.5 88t46.5 145.5t10.5 239.5t-29 253t-100 137.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1056" d="M152 492v532h71v-528q0 -270 49.5 -359.5t214.5 -89.5q82 0 166 25.5t127 50.5l43 27v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270 103t-65 407zM256 1436l33 63l393 -196l-31 -56z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1056" d="M152 492v532h71v-528q0 -270 49.5 -359.5t214.5 -89.5q82 0 185.5 34t150.5 69v874h72v-1024h-72v82l-45 -25q-45 -27 -129 -51t-162 -24q-205 0 -270 103t-65 407zM352 1303l393 196l33 -63l-395 -189z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1056" d="M152 492v532h71v-528q0 -270 49.5 -359.5t214.5 -89.5q82 0 185.5 34t150.5 69v874h72v-1024h-72v82l-45 -25q-45 -27 -129 -51t-162 -24q-205 0 -270 103t-65 407zM248 1229l248 270h57l250 -270h-88l-189 205l-190 -205h-88z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1056" d="M152 492v532h71v-528q0 -270 49.5 -359.5t214.5 -89.5q82 0 185.5 34t150.5 69v874h72v-1024h-72v82l-45 -25q-45 -27 -129 -51t-162 -24q-205 0 -270 103t-65 407zM305 1307v127h72v-127h-72zM694 1307v127h72v-127h-72z" />
+<glyph unicode="&#xfd;" horiz-adv-x="964" d="M63 1024h76l301 -958h84l303 958h76l-469 -1495h-76l148 471h-125zM358 1303l394 196l32 -63l-395 -189z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1054" d="M162 -471v1966h71v-534q170 82 362.5 81.5t265.5 -116t73 -404.5t-96.5 -414.5t-370.5 -125.5l-234 12v-465h-71zM233 59q160 -12 259.5 -12t178.5 27.5t119.5 93t54 147.5t13.5 215q0 244 -54 345.5t-218 101.5q-82 0 -170 -20.5t-135 -41.5l-48 -20v-836z" />
+<glyph unicode="&#xff;" horiz-adv-x="964" d="M63 1024h76l301 -958h84l303 958h76l-469 -1495h-76l148 471h-125zM248 1307v127h71v-127h-71zM637 1307v127h72v-127h-72z" />
+<glyph unicode="&#x152;" horiz-adv-x="1925" d="M133 706.5q0 186.5 24.5 316.5t84.5 230q119 199 440 199q207 0 322 -18h817v-74h-744v-586h621v-74h-621v-626h744v-76h-815q-172 -16 -330 -16t-266.5 45t-169 142t-84 224t-23.5 313.5zM211 710q0 -173 18.5 -286t68.5 -202t144.5 -130t220 -41t341.5 19v1288 q-287 25 -322 24q-285 0 -383 -178q-49 -90 -68.5 -205.5t-19.5 -288.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1787" d="M123 518q0 299 95 411.5t325 112.5q299 0 377 -245q90 246 372 245q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 70 -328.5t231.5 -107.5t321.5 14l61 5l4 -66q-229 -18 -378 -18q-266 0 -346 219q-37 -115 -125 -167t-250 -52q-250 0 -335 118.5t-85 417.5zM199 535 q0 -143 11 -226.5t48 -148t104.5 -89t179 -24.5t180.5 27.5t102.5 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-267.5 102.5t-259 -93t-72.5 -349zM954 549h652q0 231 -75 329.5t-239 98.5q-338 0 -338 -428z" />
+<glyph unicode="&#x178;" horiz-adv-x="1077" d="M35 1434h86l418 -736l417 736h86l-467 -818v-616h-73v616zM301 1716v127h72v-127h-72zM702 1716v127h72v-127h-72z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="440" d="M-31 1229l248 270h57l250 -270h-88l-188 205l-191 -205h-88z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="440" d="M-72 1368q100 96 168 96q43 0 157 -54t136 -54q43 0 111 61l24 23l19 -62q-86 -88 -139.5 -88t-167 55.5t-138.5 55.5q-45 0 -123 -70l-26 -22z" />
+<glyph unicode="&#x2000;" horiz-adv-x="956" />
+<glyph unicode="&#x2001;" horiz-adv-x="1913" />
+<glyph unicode="&#x2002;" horiz-adv-x="956" />
+<glyph unicode="&#x2003;" horiz-adv-x="1913" />
+<glyph unicode="&#x2004;" horiz-adv-x="637" />
+<glyph unicode="&#x2005;" horiz-adv-x="478" />
+<glyph unicode="&#x2006;" horiz-adv-x="318" />
+<glyph unicode="&#x2007;" horiz-adv-x="318" />
+<glyph unicode="&#x2008;" horiz-adv-x="239" />
+<glyph unicode="&#x2009;" horiz-adv-x="382" />
+<glyph unicode="&#x200a;" horiz-adv-x="106" />
+<glyph unicode="&#x2010;" horiz-adv-x="937" d="M156 541v69h628v-69h-628z" />
+<glyph unicode="&#x2011;" horiz-adv-x="937" d="M156 541v69h628v-69h-628z" />
+<glyph unicode="&#x2012;" horiz-adv-x="937" d="M156 541v69h628v-69h-628z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1316" d="M147 516v70h1024v-70h-1024z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2340" d="M147 516v70h2048v-70h-2048z" />
+<glyph unicode="&#x2018;" horiz-adv-x="395" d="M127 1079l100 410h60l-82 -410h-78z" />
+<glyph unicode="&#x2019;" horiz-adv-x="391" d="M129 1079l82 410h78l-101 -410h-59z" />
+<glyph unicode="&#x201a;" horiz-adv-x="393" d="M88 -174l100 410h60l-82 -410h-78z" />
+<glyph unicode="&#x201c;" horiz-adv-x="667" d="M127 1079l100 410h60l-82 -410h-78zM399 1079l101 410h59l-82 -410h-78z" />
+<glyph unicode="&#x201d;" horiz-adv-x="686" d="M129 1079l82 410h78l-101 -410h-59zM424 1079l82 410h78l-101 -410h-59z" />
+<glyph unicode="&#x201e;" horiz-adv-x="649" d="M84 -186l100 409h60l-82 -409h-78zM346 -186l100 409h60l-82 -409h-78z" />
+<glyph unicode="&#x2022;" horiz-adv-x="999" d="M244 225v594h512v-594h-512z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1429" d="M154 0v164h82v-164h-82zM674 0v164h82v-164h-82zM1194 0v164h82v-164h-82z" />
+<glyph unicode="&#x202f;" horiz-adv-x="382" />
+<glyph unicode="&#x2039;" horiz-adv-x="593" d="M98 479v74l342 264v-80l-276 -217l276 -239v-84z" />
+<glyph unicode="&#x203a;" horiz-adv-x="593" d="M154 197v84l276 239l-276 217v80l342 -264v-74z" />
+<glyph unicode="&#x205f;" horiz-adv-x="478" />
+<glyph unicode="&#x20ac;" d="M66 502v69h129v101q0 90 2 133h-131v69h135q23 246 128 371t347 125q182 0 358 -37l-6 -67q-172 39 -366.5 39t-282.5 -107.5t-105 -323.5h656v-69h-660q-2 -43 -2 -123t2 -111h660v-69h-658q16 -229 103.5 -341t300.5 -112q152 0 352 37l6 -66q-193 -37 -358 -36 q-244 0 -350.5 128t-126.5 390h-133z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1411" d="M203 1208v64h409v-64h-170v-528h-67v528h-172zM684 678v594h102l172 -496l179 496h102v-594h-65v528l-181 -506h-71l-172 506v-528h-66z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1024" d="M0 0v1024h1024v-1024h-1024z" />
+<hkern u1="&#x22;" u2="&#xf0;" k="33" />
+<hkern u1="&#x22;" u2="&#xec;" k="-20" />
+<hkern u1="&#x22;" u2="&#xc6;" k="129" />
+<hkern u1="&#x22;" u2="&#x40;" k="29" />
+<hkern u1="&#x22;" u2="&#x2f;" k="127" />
+<hkern u1="&#x22;" u2="&#x26;" k="68" />
+<hkern u1="&#x26;" u2="&#x201d;" k="117" />
+<hkern u1="&#x26;" u2="&#x2019;" k="117" />
+<hkern u1="&#x26;" u2="&#x178;" k="123" />
+<hkern u1="&#x26;" u2="&#x152;" k="23" />
+<hkern u1="&#x26;" u2="&#xff;" k="43" />
+<hkern u1="&#x26;" u2="&#xfd;" k="43" />
+<hkern u1="&#x26;" u2="&#xdd;" k="123" />
+<hkern u1="&#x26;" u2="&#xdc;" k="20" />
+<hkern u1="&#x26;" u2="&#xdb;" k="20" />
+<hkern u1="&#x26;" u2="&#xda;" k="20" />
+<hkern u1="&#x26;" u2="&#xd9;" k="20" />
+<hkern u1="&#x26;" u2="&#xd8;" k="23" />
+<hkern u1="&#x26;" u2="&#xd6;" k="23" />
+<hkern u1="&#x26;" u2="&#xd5;" k="23" />
+<hkern u1="&#x26;" u2="&#xd4;" k="23" />
+<hkern u1="&#x26;" u2="&#xd3;" k="23" />
+<hkern u1="&#x26;" u2="&#xd2;" k="23" />
+<hkern u1="&#x26;" u2="&#xc7;" k="23" />
+<hkern u1="&#x26;" u2="y" k="43" />
+<hkern u1="&#x26;" u2="w" k="35" />
+<hkern u1="&#x26;" u2="v" k="43" />
+<hkern u1="&#x26;" u2="t" k="25" />
+<hkern u1="&#x26;" u2="Y" k="123" />
+<hkern u1="&#x26;" u2="W" k="51" />
+<hkern u1="&#x26;" u2="V" k="82" />
+<hkern u1="&#x26;" u2="U" k="20" />
+<hkern u1="&#x26;" u2="T" k="96" />
+<hkern u1="&#x26;" u2="Q" k="23" />
+<hkern u1="&#x26;" u2="O" k="23" />
+<hkern u1="&#x26;" u2="G" k="23" />
+<hkern u1="&#x26;" u2="C" k="23" />
+<hkern u1="&#x26;" u2="&#x27;" k="117" />
+<hkern u1="&#x26;" u2="&#x22;" k="117" />
+<hkern u1="&#x27;" u2="&#xf0;" k="33" />
+<hkern u1="&#x27;" u2="&#xec;" k="-20" />
+<hkern u1="&#x27;" u2="&#xc6;" k="129" />
+<hkern u1="&#x27;" u2="&#x40;" k="29" />
+<hkern u1="&#x27;" u2="&#x2f;" k="127" />
+<hkern u1="&#x27;" u2="&#x26;" k="68" />
+<hkern u1="&#x28;" u2="&#x153;" k="35" />
+<hkern u1="&#x28;" u2="&#x152;" k="23" />
+<hkern u1="&#x28;" u2="&#xfc;" k="27" />
+<hkern u1="&#x28;" u2="&#xfb;" k="27" />
+<hkern u1="&#x28;" u2="&#xfa;" k="27" />
+<hkern u1="&#x28;" u2="&#xf9;" k="27" />
+<hkern u1="&#x28;" u2="&#xf8;" k="35" />
+<hkern u1="&#x28;" u2="&#xf6;" k="35" />
+<hkern u1="&#x28;" u2="&#xf5;" k="35" />
+<hkern u1="&#x28;" u2="&#xf4;" k="35" />
+<hkern u1="&#x28;" u2="&#xf3;" k="35" />
+<hkern u1="&#x28;" u2="&#xf2;" k="35" />
+<hkern u1="&#x28;" u2="&#xec;" k="-49" />
+<hkern u1="&#x28;" u2="&#xeb;" k="35" />
+<hkern u1="&#x28;" u2="&#xea;" k="35" />
+<hkern u1="&#x28;" u2="&#xe9;" k="35" />
+<hkern u1="&#x28;" u2="&#xe8;" k="35" />
+<hkern u1="&#x28;" u2="&#xe7;" k="35" />
+<hkern u1="&#x28;" u2="&#xd8;" k="23" />
+<hkern u1="&#x28;" u2="&#xd6;" k="23" />
+<hkern u1="&#x28;" u2="&#xd5;" k="23" />
+<hkern u1="&#x28;" u2="&#xd4;" k="23" />
+<hkern u1="&#x28;" u2="&#xd3;" k="23" />
+<hkern u1="&#x28;" u2="&#xd2;" k="23" />
+<hkern u1="&#x28;" u2="&#xc7;" k="20" />
+<hkern u1="&#x28;" u2="&#x7b;" k="20" />
+<hkern u1="&#x28;" u2="u" k="27" />
+<hkern u1="&#x28;" u2="q" k="35" />
+<hkern u1="&#x28;" u2="o" k="35" />
+<hkern u1="&#x28;" u2="e" k="35" />
+<hkern u1="&#x28;" u2="d" k="35" />
+<hkern u1="&#x28;" u2="c" k="35" />
+<hkern u1="&#x28;" u2="Q" k="23" />
+<hkern u1="&#x28;" u2="O" k="23" />
+<hkern u1="&#x28;" u2="G" k="23" />
+<hkern u1="&#x28;" u2="C" k="20" />
+<hkern u1="&#x29;" u2="&#x7d;" k="29" />
+<hkern u1="&#x29;" u2="]" k="29" />
+<hkern u1="&#x2a;" u2="&#x153;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf8;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf6;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf5;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf4;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf3;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf2;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="39" />
+<hkern u1="&#x2a;" u2="&#xeb;" k="35" />
+<hkern u1="&#x2a;" u2="&#xea;" k="35" />
+<hkern u1="&#x2a;" u2="&#xe9;" k="35" />
+<hkern u1="&#x2a;" u2="&#xe8;" k="35" />
+<hkern u1="&#x2a;" u2="&#xe7;" k="35" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="115" />
+<hkern u1="&#x2a;" u2="&#xc5;" k="92" />
+<hkern u1="&#x2a;" u2="&#xc4;" k="92" />
+<hkern u1="&#x2a;" u2="&#xc3;" k="92" />
+<hkern u1="&#x2a;" u2="&#xc2;" k="92" />
+<hkern u1="&#x2a;" u2="&#xc1;" k="92" />
+<hkern u1="&#x2a;" u2="&#xc0;" k="92" />
+<hkern u1="&#x2a;" u2="s" k="23" />
+<hkern u1="&#x2a;" u2="q" k="43" />
+<hkern u1="&#x2a;" u2="o" k="35" />
+<hkern u1="&#x2a;" u2="g" k="29" />
+<hkern u1="&#x2a;" u2="e" k="35" />
+<hkern u1="&#x2a;" u2="d" k="43" />
+<hkern u1="&#x2a;" u2="c" k="35" />
+<hkern u1="&#x2a;" u2="Z" k="39" />
+<hkern u1="&#x2a;" u2="J" k="59" />
+<hkern u1="&#x2a;" u2="A" k="92" />
+<hkern u1="&#x2c;" u2="v" k="88" />
+<hkern u1="&#x2c;" u2="f" k="18" />
+<hkern u1="&#x2c;" u2="V" k="125" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="47" />
+<hkern u1="&#x2d;" u2="x" k="74" />
+<hkern u1="&#x2d;" u2="v" k="31" />
+<hkern u1="&#x2d;" u2="f" k="25" />
+<hkern u1="&#x2d;" u2="X" k="88" />
+<hkern u1="&#x2d;" u2="V" k="72" />
+<hkern u1="&#x2e;" u2="v" k="88" />
+<hkern u1="&#x2e;" u2="f" k="18" />
+<hkern u1="&#x2e;" u2="V" k="125" />
+<hkern u1="&#x2f;" u2="&#x153;" k="63" />
+<hkern u1="&#x2f;" u2="&#xfc;" k="33" />
+<hkern u1="&#x2f;" u2="&#xfb;" k="33" />
+<hkern u1="&#x2f;" u2="&#xfa;" k="33" />
+<hkern u1="&#x2f;" u2="&#xf9;" k="33" />
+<hkern u1="&#x2f;" u2="&#xf8;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf6;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf5;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf4;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf3;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf2;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf1;" k="37" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="39" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-25" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-82" />
+<hkern u1="&#x2f;" u2="&#xeb;" k="63" />
+<hkern u1="&#x2f;" u2="&#xea;" k="63" />
+<hkern u1="&#x2f;" u2="&#xe9;" k="63" />
+<hkern u1="&#x2f;" u2="&#xe8;" k="63" />
+<hkern u1="&#x2f;" u2="&#xe7;" k="63" />
+<hkern u1="&#x2f;" u2="&#xe6;" k="35" />
+<hkern u1="&#x2f;" u2="&#xe5;" k="35" />
+<hkern u1="&#x2f;" u2="&#xe4;" k="35" />
+<hkern u1="&#x2f;" u2="&#xe3;" k="35" />
+<hkern u1="&#x2f;" u2="&#xe2;" k="35" />
+<hkern u1="&#x2f;" u2="&#xe1;" k="35" />
+<hkern u1="&#x2f;" u2="&#xe0;" k="35" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="117" />
+<hkern u1="&#x2f;" u2="&#xc5;" k="96" />
+<hkern u1="&#x2f;" u2="&#xc4;" k="96" />
+<hkern u1="&#x2f;" u2="&#xc3;" k="96" />
+<hkern u1="&#x2f;" u2="&#xc2;" k="96" />
+<hkern u1="&#x2f;" u2="&#xc1;" k="96" />
+<hkern u1="&#x2f;" u2="&#xc0;" k="96" />
+<hkern u1="&#x2f;" u2="u" k="33" />
+<hkern u1="&#x2f;" u2="s" k="47" />
+<hkern u1="&#x2f;" u2="r" k="37" />
+<hkern u1="&#x2f;" u2="q" k="68" />
+<hkern u1="&#x2f;" u2="p" k="37" />
+<hkern u1="&#x2f;" u2="o" k="63" />
+<hkern u1="&#x2f;" u2="n" k="37" />
+<hkern u1="&#x2f;" u2="m" k="37" />
+<hkern u1="&#x2f;" u2="g" k="61" />
+<hkern u1="&#x2f;" u2="e" k="63" />
+<hkern u1="&#x2f;" u2="d" k="68" />
+<hkern u1="&#x2f;" u2="c" k="63" />
+<hkern u1="&#x2f;" u2="a" k="35" />
+<hkern u1="&#x2f;" u2="J" k="47" />
+<hkern u1="&#x2f;" u2="A" k="96" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="551" />
+<hkern u1="&#x3a;" u2="V" k="33" />
+<hkern u1="&#x3b;" u2="V" k="33" />
+<hkern u1="&#x40;" u2="&#x178;" k="66" />
+<hkern u1="&#x40;" u2="&#xdd;" k="66" />
+<hkern u1="&#x40;" u2="&#xc6;" k="20" />
+<hkern u1="&#x40;" u2="Y" k="66" />
+<hkern u1="&#x40;" u2="V" k="27" />
+<hkern u1="&#x40;" u2="T" k="53" />
+<hkern u1="&#x40;" u2="J" k="27" />
+<hkern u1="A" u2="&#x2122;" k="98" />
+<hkern u1="A" u2="&#xf0;" k="10" />
+<hkern u1="A" u2="&#xae;" k="63" />
+<hkern u1="A" u2="&#x7d;" k="68" />
+<hkern u1="A" u2="v" k="41" />
+<hkern u1="A" u2="f" k="14" />
+<hkern u1="A" u2="]" k="78" />
+<hkern u1="A" u2="\" k="102" />
+<hkern u1="A" u2="V" k="59" />
+<hkern u1="A" u2="&#x3f;" k="66" />
+<hkern u1="A" u2="&#x2a;" k="86" />
+<hkern u1="B" u2="&#x178;" k="55" />
+<hkern u1="B" u2="&#xff;" k="12" />
+<hkern u1="B" u2="&#xfd;" k="12" />
+<hkern u1="B" u2="&#xdd;" k="55" />
+<hkern u1="B" u2="&#xc6;" k="29" />
+<hkern u1="B" u2="&#xc5;" k="23" />
+<hkern u1="B" u2="&#xc4;" k="23" />
+<hkern u1="B" u2="&#xc3;" k="23" />
+<hkern u1="B" u2="&#xc2;" k="23" />
+<hkern u1="B" u2="&#xc1;" k="23" />
+<hkern u1="B" u2="&#xc0;" k="23" />
+<hkern u1="B" u2="&#x7d;" k="68" />
+<hkern u1="B" u2="y" k="12" />
+<hkern u1="B" u2="x" k="16" />
+<hkern u1="B" u2="w" k="12" />
+<hkern u1="B" u2="v" k="12" />
+<hkern u1="B" u2="g" k="20" />
+<hkern u1="B" u2="]" k="72" />
+<hkern u1="B" u2="Y" k="55" />
+<hkern u1="B" u2="X" k="29" />
+<hkern u1="B" u2="W" k="10" />
+<hkern u1="B" u2="V" k="27" />
+<hkern u1="B" u2="T" k="55" />
+<hkern u1="B" u2="J" k="55" />
+<hkern u1="B" u2="A" k="23" />
+<hkern u1="B" u2="&#x3f;" k="25" />
+<hkern u1="C" u2="&#xf0;" k="16" />
+<hkern u1="C" u2="&#xec;" k="-51" />
+<hkern u1="C" u2="&#xae;" k="43" />
+<hkern u1="C" u2="v" k="47" />
+<hkern u1="C" u2="f" k="12" />
+<hkern u1="D" u2="&#xc6;" k="41" />
+<hkern u1="D" u2="&#x7d;" k="72" />
+<hkern u1="D" u2="x" k="10" />
+<hkern u1="D" u2="]" k="74" />
+<hkern u1="D" u2="X" k="47" />
+<hkern u1="D" u2="V" k="27" />
+<hkern u1="D" u2="&#x3f;" k="31" />
+<hkern u1="D" u2="&#x29;" k="23" />
+<hkern u1="E" u2="&#xf0;" k="18" />
+<hkern u1="E" u2="&#xec;" k="-66" />
+<hkern u1="E" u2="v" k="39" />
+<hkern u1="E" u2="f" k="10" />
+<hkern u1="F" u2="&#x2026;" k="176" />
+<hkern u1="F" u2="&#x201e;" k="176" />
+<hkern u1="F" u2="&#x201a;" k="176" />
+<hkern u1="F" u2="&#x153;" k="37" />
+<hkern u1="F" u2="&#x152;" k="35" />
+<hkern u1="F" u2="&#xff;" k="39" />
+<hkern u1="F" u2="&#xfd;" k="39" />
+<hkern u1="F" u2="&#xfc;" k="43" />
+<hkern u1="F" u2="&#xfb;" k="43" />
+<hkern u1="F" u2="&#xfa;" k="43" />
+<hkern u1="F" u2="&#xf9;" k="43" />
+<hkern u1="F" u2="&#xf8;" k="37" />
+<hkern u1="F" u2="&#xf6;" k="37" />
+<hkern u1="F" u2="&#xf5;" k="37" />
+<hkern u1="F" u2="&#xf4;" k="37" />
+<hkern u1="F" u2="&#xf3;" k="37" />
+<hkern u1="F" u2="&#xf2;" k="37" />
+<hkern u1="F" u2="&#xf1;" k="49" />
+<hkern u1="F" u2="&#xf0;" k="53" />
+<hkern u1="F" u2="&#xef;" k="-29" />
+<hkern u1="F" u2="&#xec;" k="-109" />
+<hkern u1="F" u2="&#xeb;" k="37" />
+<hkern u1="F" u2="&#xea;" k="37" />
+<hkern u1="F" u2="&#xe9;" k="37" />
+<hkern u1="F" u2="&#xe8;" k="37" />
+<hkern u1="F" u2="&#xe7;" k="37" />
+<hkern u1="F" u2="&#xe6;" k="90" />
+<hkern u1="F" u2="&#xe5;" k="90" />
+<hkern u1="F" u2="&#xe4;" k="90" />
+<hkern u1="F" u2="&#xe3;" k="90" />
+<hkern u1="F" u2="&#xe2;" k="90" />
+<hkern u1="F" u2="&#xe1;" k="90" />
+<hkern u1="F" u2="&#xe0;" k="90" />
+<hkern u1="F" u2="&#xd8;" k="35" />
+<hkern u1="F" u2="&#xd6;" k="35" />
+<hkern u1="F" u2="&#xd5;" k="35" />
+<hkern u1="F" u2="&#xd4;" k="35" />
+<hkern u1="F" u2="&#xd3;" k="35" />
+<hkern u1="F" u2="&#xd2;" k="35" />
+<hkern u1="F" u2="&#xc7;" k="33" />
+<hkern u1="F" u2="&#xc6;" k="119" />
+<hkern u1="F" u2="&#xc5;" k="86" />
+<hkern u1="F" u2="&#xc4;" k="86" />
+<hkern u1="F" u2="&#xc3;" k="86" />
+<hkern u1="F" u2="&#xc2;" k="86" />
+<hkern u1="F" u2="&#xc1;" k="86" />
+<hkern u1="F" u2="&#xc0;" k="86" />
+<hkern u1="F" u2="z" k="53" />
+<hkern u1="F" u2="y" k="39" />
+<hkern u1="F" u2="x" k="68" />
+<hkern u1="F" u2="w" k="39" />
+<hkern u1="F" u2="v" k="39" />
+<hkern u1="F" u2="u" k="43" />
+<hkern u1="F" u2="t" k="25" />
+<hkern u1="F" u2="s" k="37" />
+<hkern u1="F" u2="r" k="49" />
+<hkern u1="F" u2="q" k="41" />
+<hkern u1="F" u2="p" k="49" />
+<hkern u1="F" u2="o" k="37" />
+<hkern u1="F" u2="n" k="49" />
+<hkern u1="F" u2="m" k="49" />
+<hkern u1="F" u2="g" k="43" />
+<hkern u1="F" u2="f" k="16" />
+<hkern u1="F" u2="e" k="37" />
+<hkern u1="F" u2="d" k="41" />
+<hkern u1="F" u2="c" k="37" />
+<hkern u1="F" u2="a" k="90" />
+<hkern u1="F" u2="X" k="12" />
+<hkern u1="F" u2="S" k="35" />
+<hkern u1="F" u2="Q" k="35" />
+<hkern u1="F" u2="O" k="35" />
+<hkern u1="F" u2="J" k="61" />
+<hkern u1="F" u2="G" k="35" />
+<hkern u1="F" u2="C" k="33" />
+<hkern u1="F" u2="A" k="86" />
+<hkern u1="F" u2="&#x2f;" k="55" />
+<hkern u1="F" u2="&#x2e;" k="176" />
+<hkern u1="F" u2="&#x2c;" k="176" />
+<hkern u1="G" u2="&#xec;" k="-16" />
+<hkern u1="G" u2="v" k="18" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="V" k="20" />
+<hkern u1="K" u2="&#xf0;" k="10" />
+<hkern u1="K" u2="&#xef;" k="-23" />
+<hkern u1="K" u2="&#xec;" k="-102" />
+<hkern u1="K" u2="&#xae;" k="39" />
+<hkern u1="K" u2="v" k="59" />
+<hkern u1="L" u2="&#x2122;" k="203" />
+<hkern u1="L" u2="&#xf0;" k="16" />
+<hkern u1="L" u2="&#xb7;" k="190" />
+<hkern u1="L" u2="&#xae;" k="201" />
+<hkern u1="L" u2="&#x7d;" k="37" />
+<hkern u1="L" u2="v" k="111" />
+<hkern u1="L" u2="]" k="49" />
+<hkern u1="L" u2="\" k="143" />
+<hkern u1="L" u2="V" k="125" />
+<hkern u1="L" u2="&#x3f;" k="45" />
+<hkern u1="L" u2="&#x2a;" k="203" />
+<hkern u1="O" u2="&#xc6;" k="35" />
+<hkern u1="O" u2="&#x7d;" k="68" />
+<hkern u1="O" u2="]" k="70" />
+<hkern u1="O" u2="X" k="43" />
+<hkern u1="O" u2="V" k="27" />
+<hkern u1="O" u2="&#x3f;" k="25" />
+<hkern u1="P" u2="&#x2039;" k="31" />
+<hkern u1="P" u2="&#x2026;" k="193" />
+<hkern u1="P" u2="&#x201e;" k="193" />
+<hkern u1="P" u2="&#x201a;" k="193" />
+<hkern u1="P" u2="&#x2014;" k="31" />
+<hkern u1="P" u2="&#x2013;" k="31" />
+<hkern u1="P" u2="&#x178;" k="41" />
+<hkern u1="P" u2="&#x153;" k="14" />
+<hkern u1="P" u2="&#xf8;" k="14" />
+<hkern u1="P" u2="&#xf6;" k="14" />
+<hkern u1="P" u2="&#xf5;" k="14" />
+<hkern u1="P" u2="&#xf4;" k="14" />
+<hkern u1="P" u2="&#xf3;" k="14" />
+<hkern u1="P" u2="&#xf2;" k="14" />
+<hkern u1="P" u2="&#xf0;" k="41" />
+<hkern u1="P" u2="&#xeb;" k="14" />
+<hkern u1="P" u2="&#xea;" k="14" />
+<hkern u1="P" u2="&#xe9;" k="14" />
+<hkern u1="P" u2="&#xe8;" k="14" />
+<hkern u1="P" u2="&#xe7;" k="14" />
+<hkern u1="P" u2="&#xe6;" k="10" />
+<hkern u1="P" u2="&#xe5;" k="10" />
+<hkern u1="P" u2="&#xe4;" k="10" />
+<hkern u1="P" u2="&#xe3;" k="10" />
+<hkern u1="P" u2="&#xe2;" k="10" />
+<hkern u1="P" u2="&#xe1;" k="10" />
+<hkern u1="P" u2="&#xe0;" k="10" />
+<hkern u1="P" u2="&#xdd;" k="41" />
+<hkern u1="P" u2="&#xc6;" k="90" />
+<hkern u1="P" u2="&#xc5;" k="80" />
+<hkern u1="P" u2="&#xc4;" k="80" />
+<hkern u1="P" u2="&#xc3;" k="80" />
+<hkern u1="P" u2="&#xc2;" k="80" />
+<hkern u1="P" u2="&#xc1;" k="80" />
+<hkern u1="P" u2="&#xc0;" k="80" />
+<hkern u1="P" u2="&#xab;" k="31" />
+<hkern u1="P" u2="&#x7d;" k="59" />
+<hkern u1="P" u2="q" k="16" />
+<hkern u1="P" u2="o" k="14" />
+<hkern u1="P" u2="g" k="12" />
+<hkern u1="P" u2="e" k="14" />
+<hkern u1="P" u2="d" k="16" />
+<hkern u1="P" u2="c" k="14" />
+<hkern u1="P" u2="a" k="10" />
+<hkern u1="P" u2="]" k="59" />
+<hkern u1="P" u2="Z" k="23" />
+<hkern u1="P" u2="Y" k="41" />
+<hkern u1="P" u2="X" k="35" />
+<hkern u1="P" u2="V" k="12" />
+<hkern u1="P" u2="J" k="76" />
+<hkern u1="P" u2="A" k="80" />
+<hkern u1="P" u2="&#x2f;" k="72" />
+<hkern u1="P" u2="&#x2e;" k="193" />
+<hkern u1="P" u2="&#x2d;" k="31" />
+<hkern u1="P" u2="&#x2c;" k="193" />
+<hkern u1="Q" u2="&#xc6;" k="35" />
+<hkern u1="Q" u2="&#x7d;" k="68" />
+<hkern u1="Q" u2="]" k="70" />
+<hkern u1="Q" u2="X" k="43" />
+<hkern u1="Q" u2="V" k="27" />
+<hkern u1="Q" u2="&#x3f;" k="25" />
+<hkern u1="R" u2="&#xf0;" k="25" />
+<hkern u1="R" u2="&#xc6;" k="12" />
+<hkern u1="R" u2="&#x7d;" k="51" />
+<hkern u1="R" u2="]" k="59" />
+<hkern u1="R" u2="V" k="23" />
+<hkern u1="S" u2="&#xec;" k="-29" />
+<hkern u1="S" u2="&#xc6;" k="27" />
+<hkern u1="S" u2="x" k="20" />
+<hkern u1="S" u2="v" k="27" />
+<hkern u1="S" u2="f" k="14" />
+<hkern u1="S" u2="X" k="10" />
+<hkern u1="S" u2="V" k="20" />
+<hkern u1="T" u2="&#xf0;" k="94" />
+<hkern u1="T" u2="&#xef;" k="-61" />
+<hkern u1="T" u2="&#xec;" k="-143" />
+<hkern u1="T" u2="&#xe4;" k="205" />
+<hkern u1="T" u2="&#xe3;" k="166" />
+<hkern u1="T" u2="&#xdf;" k="14" />
+<hkern u1="T" u2="&#xc6;" k="117" />
+<hkern u1="T" u2="&#xae;" k="29" />
+<hkern u1="T" u2="x" k="178" />
+<hkern u1="T" u2="v" k="162" />
+<hkern u1="T" u2="f" k="29" />
+<hkern u1="T" u2="&#x40;" k="68" />
+<hkern u1="T" u2="&#x2f;" k="109" />
+<hkern u1="T" u2="&#x26;" k="57" />
+<hkern u1="U" u2="&#xc6;" k="23" />
+<hkern u1="V" u2="&#x203a;" k="51" />
+<hkern u1="V" u2="&#x2039;" k="63" />
+<hkern u1="V" u2="&#x2026;" k="125" />
+<hkern u1="V" u2="&#x201e;" k="125" />
+<hkern u1="V" u2="&#x201a;" k="125" />
+<hkern u1="V" u2="&#x2014;" k="72" />
+<hkern u1="V" u2="&#x2013;" k="72" />
+<hkern u1="V" u2="&#x153;" k="70" />
+<hkern u1="V" u2="&#x152;" k="27" />
+<hkern u1="V" u2="&#xff;" k="18" />
+<hkern u1="V" u2="&#xfd;" k="18" />
+<hkern u1="V" u2="&#xfc;" k="55" />
+<hkern u1="V" u2="&#xfb;" k="55" />
+<hkern u1="V" u2="&#xfa;" k="55" />
+<hkern u1="V" u2="&#xf9;" k="55" />
+<hkern u1="V" u2="&#xf8;" k="70" />
+<hkern u1="V" u2="&#xf6;" k="70" />
+<hkern u1="V" u2="&#xf5;" k="70" />
+<hkern u1="V" u2="&#xf4;" k="70" />
+<hkern u1="V" u2="&#xf3;" k="70" />
+<hkern u1="V" u2="&#xf2;" k="70" />
+<hkern u1="V" u2="&#xf1;" k="61" />
+<hkern u1="V" u2="&#xf0;" k="70" />
+<hkern u1="V" u2="&#xef;" k="-27" />
+<hkern u1="V" u2="&#xec;" k="-109" />
+<hkern u1="V" u2="&#xeb;" k="70" />
+<hkern u1="V" u2="&#xea;" k="70" />
+<hkern u1="V" u2="&#xe9;" k="70" />
+<hkern u1="V" u2="&#xe8;" k="70" />
+<hkern u1="V" u2="&#xe7;" k="70" />
+<hkern u1="V" u2="&#xe6;" k="59" />
+<hkern u1="V" u2="&#xe5;" k="59" />
+<hkern u1="V" u2="&#xe4;" k="59" />
+<hkern u1="V" u2="&#xe3;" k="59" />
+<hkern u1="V" u2="&#xe2;" k="59" />
+<hkern u1="V" u2="&#xe1;" k="59" />
+<hkern u1="V" u2="&#xe0;" k="59" />
+<hkern u1="V" u2="&#xd8;" k="27" />
+<hkern u1="V" u2="&#xd6;" k="27" />
+<hkern u1="V" u2="&#xd5;" k="27" />
+<hkern u1="V" u2="&#xd4;" k="27" />
+<hkern u1="V" u2="&#xd3;" k="27" />
+<hkern u1="V" u2="&#xd2;" k="27" />
+<hkern u1="V" u2="&#xc7;" k="25" />
+<hkern u1="V" u2="&#xc6;" k="68" />
+<hkern u1="V" u2="&#xc5;" k="59" />
+<hkern u1="V" u2="&#xc4;" k="59" />
+<hkern u1="V" u2="&#xc3;" k="59" />
+<hkern u1="V" u2="&#xc2;" k="59" />
+<hkern u1="V" u2="&#xc1;" k="59" />
+<hkern u1="V" u2="&#xc0;" k="59" />
+<hkern u1="V" u2="&#xbb;" k="51" />
+<hkern u1="V" u2="&#xae;" k="25" />
+<hkern u1="V" u2="&#xab;" k="63" />
+<hkern u1="V" u2="z" k="25" />
+<hkern u1="V" u2="y" k="18" />
+<hkern u1="V" u2="x" k="16" />
+<hkern u1="V" u2="w" k="20" />
+<hkern u1="V" u2="v" k="18" />
+<hkern u1="V" u2="u" k="55" />
+<hkern u1="V" u2="s" k="55" />
+<hkern u1="V" u2="r" k="61" />
+<hkern u1="V" u2="q" k="72" />
+<hkern u1="V" u2="p" k="61" />
+<hkern u1="V" u2="o" k="70" />
+<hkern u1="V" u2="n" k="61" />
+<hkern u1="V" u2="m" k="61" />
+<hkern u1="V" u2="g" k="86" />
+<hkern u1="V" u2="e" k="70" />
+<hkern u1="V" u2="d" k="72" />
+<hkern u1="V" u2="c" k="70" />
+<hkern u1="V" u2="a" k="59" />
+<hkern u1="V" u2="S" k="16" />
+<hkern u1="V" u2="Q" k="27" />
+<hkern u1="V" u2="O" k="27" />
+<hkern u1="V" u2="J" k="76" />
+<hkern u1="V" u2="G" k="27" />
+<hkern u1="V" u2="C" k="25" />
+<hkern u1="V" u2="A" k="59" />
+<hkern u1="V" u2="&#x40;" k="33" />
+<hkern u1="V" u2="&#x3b;" k="33" />
+<hkern u1="V" u2="&#x3a;" k="33" />
+<hkern u1="V" u2="&#x2f;" k="86" />
+<hkern u1="V" u2="&#x2e;" k="125" />
+<hkern u1="V" u2="&#x2d;" k="72" />
+<hkern u1="V" u2="&#x2c;" k="125" />
+<hkern u1="V" u2="&#x26;" k="45" />
+<hkern u1="W" u2="&#xf0;" k="45" />
+<hkern u1="W" u2="&#xec;" k="-90" />
+<hkern u1="W" u2="&#xc6;" k="61" />
+<hkern u1="W" u2="&#x2f;" k="53" />
+<hkern u1="W" u2="&#x26;" k="20" />
+<hkern u1="X" u2="&#x2039;" k="53" />
+<hkern u1="X" u2="&#x2014;" k="86" />
+<hkern u1="X" u2="&#x2013;" k="86" />
+<hkern u1="X" u2="&#x153;" k="35" />
+<hkern u1="X" u2="&#x152;" k="43" />
+<hkern u1="X" u2="&#xff;" k="59" />
+<hkern u1="X" u2="&#xfd;" k="59" />
+<hkern u1="X" u2="&#xfc;" k="29" />
+<hkern u1="X" u2="&#xfb;" k="29" />
+<hkern u1="X" u2="&#xfa;" k="29" />
+<hkern u1="X" u2="&#xf9;" k="29" />
+<hkern u1="X" u2="&#xf8;" k="35" />
+<hkern u1="X" u2="&#xf6;" k="35" />
+<hkern u1="X" u2="&#xf5;" k="35" />
+<hkern u1="X" u2="&#xf4;" k="35" />
+<hkern u1="X" u2="&#xf3;" k="35" />
+<hkern u1="X" u2="&#xf2;" k="35" />
+<hkern u1="X" u2="&#xf0;" k="16" />
+<hkern u1="X" u2="&#xef;" k="-37" />
+<hkern u1="X" u2="&#xec;" k="-117" />
+<hkern u1="X" u2="&#xeb;" k="35" />
+<hkern u1="X" u2="&#xea;" k="35" />
+<hkern u1="X" u2="&#xe9;" k="35" />
+<hkern u1="X" u2="&#xe8;" k="35" />
+<hkern u1="X" u2="&#xe7;" k="35" />
+<hkern u1="X" u2="&#xd8;" k="43" />
+<hkern u1="X" u2="&#xd6;" k="43" />
+<hkern u1="X" u2="&#xd5;" k="43" />
+<hkern u1="X" u2="&#xd4;" k="43" />
+<hkern u1="X" u2="&#xd3;" k="43" />
+<hkern u1="X" u2="&#xd2;" k="43" />
+<hkern u1="X" u2="&#xc7;" k="41" />
+<hkern u1="X" u2="&#xae;" k="31" />
+<hkern u1="X" u2="&#xab;" k="53" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="53" />
+<hkern u1="X" u2="v" k="59" />
+<hkern u1="X" u2="u" k="29" />
+<hkern u1="X" u2="t" k="18" />
+<hkern u1="X" u2="q" k="35" />
+<hkern u1="X" u2="o" k="35" />
+<hkern u1="X" u2="g" k="27" />
+<hkern u1="X" u2="e" k="35" />
+<hkern u1="X" u2="d" k="35" />
+<hkern u1="X" u2="c" k="35" />
+<hkern u1="X" u2="Q" k="43" />
+<hkern u1="X" u2="O" k="43" />
+<hkern u1="X" u2="G" k="43" />
+<hkern u1="X" u2="C" k="41" />
+<hkern u1="X" u2="&#x2d;" k="86" />
+<hkern u1="Y" u2="&#xff;" k="82" />
+<hkern u1="Y" u2="&#xf0;" k="98" />
+<hkern u1="Y" u2="&#xef;" k="-55" />
+<hkern u1="Y" u2="&#xec;" k="-135" />
+<hkern u1="Y" u2="&#xeb;" k="145" />
+<hkern u1="Y" u2="&#xe4;" k="135" />
+<hkern u1="Y" u2="&#xe3;" k="135" />
+<hkern u1="Y" u2="&#xc6;" k="96" />
+<hkern u1="Y" u2="&#xae;" k="49" />
+<hkern u1="Y" u2="x" k="90" />
+<hkern u1="Y" u2="v" k="94" />
+<hkern u1="Y" u2="f" k="31" />
+<hkern u1="Y" u2="&#x40;" k="76" />
+<hkern u1="Y" u2="&#x2f;" k="131" />
+<hkern u1="Y" u2="&#x26;" k="88" />
+<hkern u1="Z" u2="&#xf0;" k="18" />
+<hkern u1="Z" u2="&#xee;" k="-14" />
+<hkern u1="Z" u2="&#xec;" k="-76" />
+<hkern u1="Z" u2="&#xae;" k="25" />
+<hkern u1="Z" u2="v" k="31" />
+<hkern u1="[" u2="&#x153;" k="94" />
+<hkern u1="[" u2="&#x152;" k="70" />
+<hkern u1="[" u2="&#xff;" k="76" />
+<hkern u1="[" u2="&#xfd;" k="76" />
+<hkern u1="[" u2="&#xfc;" k="88" />
+<hkern u1="[" u2="&#xfb;" k="88" />
+<hkern u1="[" u2="&#xfa;" k="88" />
+<hkern u1="[" u2="&#xf9;" k="88" />
+<hkern u1="[" u2="&#xf8;" k="94" />
+<hkern u1="[" u2="&#xf6;" k="94" />
+<hkern u1="[" u2="&#xf5;" k="94" />
+<hkern u1="[" u2="&#xf4;" k="94" />
+<hkern u1="[" u2="&#xf3;" k="94" />
+<hkern u1="[" u2="&#xf2;" k="94" />
+<hkern u1="[" u2="&#xf1;" k="86" />
+<hkern u1="[" u2="&#xf0;" k="31" />
+<hkern u1="[" u2="&#xec;" k="-68" />
+<hkern u1="[" u2="&#xeb;" k="94" />
+<hkern u1="[" u2="&#xea;" k="94" />
+<hkern u1="[" u2="&#xe9;" k="94" />
+<hkern u1="[" u2="&#xe8;" k="94" />
+<hkern u1="[" u2="&#xe7;" k="94" />
+<hkern u1="[" u2="&#xe6;" k="84" />
+<hkern u1="[" u2="&#xe5;" k="84" />
+<hkern u1="[" u2="&#xe4;" k="84" />
+<hkern u1="[" u2="&#xe3;" k="84" />
+<hkern u1="[" u2="&#xe2;" k="84" />
+<hkern u1="[" u2="&#xe1;" k="84" />
+<hkern u1="[" u2="&#xe0;" k="84" />
+<hkern u1="[" u2="&#xd8;" k="70" />
+<hkern u1="[" u2="&#xd6;" k="70" />
+<hkern u1="[" u2="&#xd5;" k="70" />
+<hkern u1="[" u2="&#xd4;" k="70" />
+<hkern u1="[" u2="&#xd3;" k="70" />
+<hkern u1="[" u2="&#xd2;" k="70" />
+<hkern u1="[" u2="&#xc7;" k="68" />
+<hkern u1="[" u2="&#xc6;" k="80" />
+<hkern u1="[" u2="&#xc5;" k="78" />
+<hkern u1="[" u2="&#xc4;" k="78" />
+<hkern u1="[" u2="&#xc3;" k="78" />
+<hkern u1="[" u2="&#xc2;" k="78" />
+<hkern u1="[" u2="&#xc1;" k="78" />
+<hkern u1="[" u2="&#xc0;" k="78" />
+<hkern u1="[" u2="&#x7b;" k="47" />
+<hkern u1="[" u2="z" k="70" />
+<hkern u1="[" u2="y" k="76" />
+<hkern u1="[" u2="x" k="61" />
+<hkern u1="[" u2="w" k="84" />
+<hkern u1="[" u2="v" k="82" />
+<hkern u1="[" u2="u" k="88" />
+<hkern u1="[" u2="t" k="70" />
+<hkern u1="[" u2="s" k="84" />
+<hkern u1="[" u2="r" k="86" />
+<hkern u1="[" u2="q" k="92" />
+<hkern u1="[" u2="p" k="86" />
+<hkern u1="[" u2="o" k="94" />
+<hkern u1="[" u2="n" k="86" />
+<hkern u1="[" u2="m" k="86" />
+<hkern u1="[" u2="f" k="37" />
+<hkern u1="[" u2="e" k="94" />
+<hkern u1="[" u2="d" k="92" />
+<hkern u1="[" u2="c" k="94" />
+<hkern u1="[" u2="a" k="84" />
+<hkern u1="[" u2="S" k="39" />
+<hkern u1="[" u2="Q" k="70" />
+<hkern u1="[" u2="O" k="70" />
+<hkern u1="[" u2="G" k="70" />
+<hkern u1="[" u2="C" k="68" />
+<hkern u1="[" u2="A" k="78" />
+<hkern u1="[" u2="&#x28;" k="29" />
+<hkern u1="\" u2="&#x201d;" k="139" />
+<hkern u1="\" u2="&#x2019;" k="139" />
+<hkern u1="\" u2="&#x178;" k="135" />
+<hkern u1="\" u2="&#xff;" k="49" />
+<hkern u1="\" u2="&#xfd;" k="49" />
+<hkern u1="\" u2="&#xdd;" k="135" />
+<hkern u1="\" u2="y" k="49" />
+<hkern u1="\" u2="w" k="39" />
+<hkern u1="\" u2="v" k="49" />
+<hkern u1="\" u2="t" k="20" />
+<hkern u1="\" u2="Y" k="135" />
+<hkern u1="\" u2="W" k="55" />
+<hkern u1="\" u2="V" k="90" />
+<hkern u1="\" u2="T" k="117" />
+<hkern u1="\" u2="&#x27;" k="135" />
+<hkern u1="\" u2="&#x22;" k="135" />
+<hkern u1="a" u2="&#x2122;" k="20" />
+<hkern u1="a" u2="&#x7d;" k="31" />
+<hkern u1="a" u2="v" k="8" />
+<hkern u1="a" u2="]" k="39" />
+<hkern u1="a" u2="\" k="61" />
+<hkern u1="a" u2="V" k="47" />
+<hkern u1="a" u2="&#x3f;" k="33" />
+<hkern u1="b" u2="&#x2122;" k="37" />
+<hkern u1="b" u2="&#xc6;" k="16" />
+<hkern u1="b" u2="&#x7d;" k="88" />
+<hkern u1="b" u2="x" k="29" />
+<hkern u1="b" u2="v" k="18" />
+<hkern u1="b" u2="]" k="92" />
+<hkern u1="b" u2="\" k="68" />
+<hkern u1="b" u2="X" k="39" />
+<hkern u1="b" u2="V" k="70" />
+<hkern u1="b" u2="&#x3f;" k="63" />
+<hkern u1="b" u2="&#x2a;" k="16" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="c" u2="&#xf0;" k="29" />
+<hkern u1="c" u2="&#x7d;" k="55" />
+<hkern u1="c" u2="]" k="66" />
+<hkern u1="c" u2="V" k="25" />
+<hkern u1="c" u2="&#x3f;" k="31" />
+<hkern u1="e" u2="&#x2122;" k="31" />
+<hkern u1="e" u2="&#xc6;" k="10" />
+<hkern u1="e" u2="&#x7d;" k="80" />
+<hkern u1="e" u2="x" k="14" />
+<hkern u1="e" u2="v" k="18" />
+<hkern u1="e" u2="]" k="84" />
+<hkern u1="e" u2="\" k="66" />
+<hkern u1="e" u2="V" k="72" />
+<hkern u1="e" u2="&#x3f;" k="53" />
+<hkern u1="f" u2="&#x203a;" k="74" />
+<hkern u1="f" u2="&#x2039;" k="84" />
+<hkern u1="f" u2="&#x2026;" k="94" />
+<hkern u1="f" u2="&#x201e;" k="94" />
+<hkern u1="f" u2="&#x201a;" k="94" />
+<hkern u1="f" u2="&#x2014;" k="100" />
+<hkern u1="f" u2="&#x2013;" k="100" />
+<hkern u1="f" u2="&#x178;" k="51" />
+<hkern u1="f" u2="&#x153;" k="25" />
+<hkern u1="f" u2="&#xf8;" k="25" />
+<hkern u1="f" u2="&#xf6;" k="25" />
+<hkern u1="f" u2="&#xf5;" k="25" />
+<hkern u1="f" u2="&#xf4;" k="25" />
+<hkern u1="f" u2="&#xf3;" k="25" />
+<hkern u1="f" u2="&#xf2;" k="25" />
+<hkern u1="f" u2="&#xf0;" k="94" />
+<hkern u1="f" u2="&#xec;" k="-170" />
+<hkern u1="f" u2="&#xeb;" k="25" />
+<hkern u1="f" u2="&#xea;" k="25" />
+<hkern u1="f" u2="&#xe9;" k="25" />
+<hkern u1="f" u2="&#xe8;" k="25" />
+<hkern u1="f" u2="&#xe7;" k="25" />
+<hkern u1="f" u2="&#xdd;" k="51" />
+<hkern u1="f" u2="&#xc6;" k="82" />
+<hkern u1="f" u2="&#xc5;" k="78" />
+<hkern u1="f" u2="&#xc4;" k="78" />
+<hkern u1="f" u2="&#xc3;" k="78" />
+<hkern u1="f" u2="&#xc2;" k="78" />
+<hkern u1="f" u2="&#xc1;" k="78" />
+<hkern u1="f" u2="&#xc0;" k="78" />
+<hkern u1="f" u2="&#xbb;" k="74" />
+<hkern u1="f" u2="&#xab;" k="84" />
+<hkern u1="f" u2="q" k="33" />
+<hkern u1="f" u2="o" k="25" />
+<hkern u1="f" u2="g" k="16" />
+<hkern u1="f" u2="e" k="25" />
+<hkern u1="f" u2="d" k="33" />
+<hkern u1="f" u2="c" k="25" />
+<hkern u1="f" u2="Z" k="39" />
+<hkern u1="f" u2="Y" k="51" />
+<hkern u1="f" u2="X" k="45" />
+<hkern u1="f" u2="T" k="104" />
+<hkern u1="f" u2="J" k="76" />
+<hkern u1="f" u2="A" k="78" />
+<hkern u1="f" u2="&#x2f;" k="57" />
+<hkern u1="f" u2="&#x2e;" k="94" />
+<hkern u1="f" u2="&#x2d;" k="100" />
+<hkern u1="f" u2="&#x2c;" k="94" />
+<hkern u1="f" u2="&#x26;" k="31" />
+<hkern u1="g" u2="&#xf0;" k="10" />
+<hkern u1="g" u2="j" k="-33" />
+<hkern u1="h" u2="&#x2122;" k="35" />
+<hkern u1="h" u2="&#x7d;" k="82" />
+<hkern u1="h" u2="v" k="12" />
+<hkern u1="h" u2="]" k="88" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="V" k="63" />
+<hkern u1="h" u2="&#x3f;" k="55" />
+<hkern u1="k" u2="&#xf0;" k="41" />
+<hkern u1="k" u2="&#x7d;" k="45" />
+<hkern u1="k" u2="]" k="57" />
+<hkern u1="k" u2="V" k="18" />
+<hkern u1="k" u2="&#x3f;" k="23" />
+<hkern u1="l" u2="&#xb7;" k="98" />
+<hkern u1="m" u2="&#x2122;" k="35" />
+<hkern u1="m" u2="&#x7d;" k="82" />
+<hkern u1="m" u2="v" k="12" />
+<hkern u1="m" u2="]" k="88" />
+<hkern u1="m" u2="\" k="68" />
+<hkern u1="m" u2="V" k="63" />
+<hkern u1="m" u2="&#x3f;" k="55" />
+<hkern u1="n" u2="&#x2122;" k="35" />
+<hkern u1="n" u2="&#x7d;" k="82" />
+<hkern u1="n" u2="v" k="12" />
+<hkern u1="n" u2="]" k="88" />
+<hkern u1="n" u2="\" k="68" />
+<hkern u1="n" u2="V" k="63" />
+<hkern u1="n" u2="&#x3f;" k="55" />
+<hkern u1="o" u2="&#x2122;" k="33" />
+<hkern u1="o" u2="&#xc6;" k="14" />
+<hkern u1="o" u2="&#x7d;" k="88" />
+<hkern u1="o" u2="x" k="29" />
+<hkern u1="o" u2="v" k="20" />
+<hkern u1="o" u2="]" k="94" />
+<hkern u1="o" u2="\" k="72" />
+<hkern u1="o" u2="X" k="35" />
+<hkern u1="o" u2="V" k="70" />
+<hkern u1="o" u2="&#x3f;" k="59" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="p" u2="&#x2122;" k="37" />
+<hkern u1="p" u2="&#xc6;" k="16" />
+<hkern u1="p" u2="&#x7d;" k="88" />
+<hkern u1="p" u2="x" k="29" />
+<hkern u1="p" u2="v" k="18" />
+<hkern u1="p" u2="]" k="92" />
+<hkern u1="p" u2="\" k="68" />
+<hkern u1="p" u2="X" k="39" />
+<hkern u1="p" u2="V" k="70" />
+<hkern u1="p" u2="&#x3f;" k="63" />
+<hkern u1="p" u2="&#x2a;" k="16" />
+<hkern u1="p" u2="&#x29;" k="35" />
+<hkern u1="q" u2="&#x2122;" k="27" />
+<hkern u1="q" u2="&#x7d;" k="78" />
+<hkern u1="q" u2="]" k="86" />
+<hkern u1="q" u2="\" k="41" />
+<hkern u1="q" u2="V" k="61" />
+<hkern u1="q" u2="&#x3f;" k="43" />
+<hkern u1="r" u2="&#xf0;" k="111" />
+<hkern u1="r" u2="&#xc6;" k="102" />
+<hkern u1="r" u2="&#x7d;" k="63" />
+<hkern u1="r" u2="]" k="72" />
+<hkern u1="r" u2="X" k="53" />
+<hkern u1="r" u2="&#x2f;" k="70" />
+<hkern u1="r" u2="&#x26;" k="35" />
+<hkern u1="s" u2="&#x2122;" k="25" />
+<hkern u1="s" u2="&#xc6;" k="10" />
+<hkern u1="s" u2="&#x7d;" k="76" />
+<hkern u1="s" u2="x" k="10" />
+<hkern u1="s" u2="v" k="16" />
+<hkern u1="s" u2="]" k="84" />
+<hkern u1="s" u2="\" k="35" />
+<hkern u1="s" u2="V" k="51" />
+<hkern u1="s" u2="&#x3f;" k="43" />
+<hkern u1="t" u2="&#xf0;" k="12" />
+<hkern u1="t" u2="&#x7d;" k="29" />
+<hkern u1="t" u2="]" k="39" />
+<hkern u1="u" u2="&#x2122;" k="27" />
+<hkern u1="u" u2="&#x7d;" k="78" />
+<hkern u1="u" u2="]" k="86" />
+<hkern u1="u" u2="\" k="41" />
+<hkern u1="u" u2="V" k="61" />
+<hkern u1="u" u2="&#x3f;" k="43" />
+<hkern u1="v" u2="&#x2039;" k="27" />
+<hkern u1="v" u2="&#x2026;" k="88" />
+<hkern u1="v" u2="&#x201e;" k="88" />
+<hkern u1="v" u2="&#x201a;" k="88" />
+<hkern u1="v" u2="&#x2014;" k="33" />
+<hkern u1="v" u2="&#x2013;" k="33" />
+<hkern u1="v" u2="&#x178;" k="94" />
+<hkern u1="v" u2="&#x153;" k="20" />
+<hkern u1="v" u2="&#xf8;" k="20" />
+<hkern u1="v" u2="&#xf6;" k="20" />
+<hkern u1="v" u2="&#xf5;" k="20" />
+<hkern u1="v" u2="&#xf4;" k="20" />
+<hkern u1="v" u2="&#xf3;" k="20" />
+<hkern u1="v" u2="&#xf2;" k="20" />
+<hkern u1="v" u2="&#xf0;" k="29" />
+<hkern u1="v" u2="&#xeb;" k="20" />
+<hkern u1="v" u2="&#xea;" k="20" />
+<hkern u1="v" u2="&#xe9;" k="20" />
+<hkern u1="v" u2="&#xe8;" k="20" />
+<hkern u1="v" u2="&#xe7;" k="20" />
+<hkern u1="v" u2="&#xe6;" k="18" />
+<hkern u1="v" u2="&#xe5;" k="18" />
+<hkern u1="v" u2="&#xe4;" k="18" />
+<hkern u1="v" u2="&#xe3;" k="18" />
+<hkern u1="v" u2="&#xe2;" k="18" />
+<hkern u1="v" u2="&#xe1;" k="18" />
+<hkern u1="v" u2="&#xe0;" k="18" />
+<hkern u1="v" u2="&#xdd;" k="94" />
+<hkern u1="v" u2="&#xc6;" k="47" />
+<hkern u1="v" u2="&#xc5;" k="41" />
+<hkern u1="v" u2="&#xc4;" k="41" />
+<hkern u1="v" u2="&#xc3;" k="41" />
+<hkern u1="v" u2="&#xc2;" k="41" />
+<hkern u1="v" u2="&#xc1;" k="41" />
+<hkern u1="v" u2="&#xc0;" k="41" />
+<hkern u1="v" u2="&#xab;" k="27" />
+<hkern u1="v" u2="&#x7d;" k="76" />
+<hkern u1="v" u2="s" k="14" />
+<hkern u1="v" u2="q" k="20" />
+<hkern u1="v" u2="o" k="20" />
+<hkern u1="v" u2="g" k="20" />
+<hkern u1="v" u2="e" k="20" />
+<hkern u1="v" u2="d" k="20" />
+<hkern u1="v" u2="c" k="20" />
+<hkern u1="v" u2="a" k="18" />
+<hkern u1="v" u2="]" k="82" />
+<hkern u1="v" u2="Z" k="43" />
+<hkern u1="v" u2="Y" k="94" />
+<hkern u1="v" u2="X" k="59" />
+<hkern u1="v" u2="V" k="18" />
+<hkern u1="v" u2="T" k="162" />
+<hkern u1="v" u2="J" k="72" />
+<hkern u1="v" u2="A" k="41" />
+<hkern u1="v" u2="&#x3f;" k="31" />
+<hkern u1="v" u2="&#x2f;" k="45" />
+<hkern u1="v" u2="&#x2e;" k="88" />
+<hkern u1="v" u2="&#x2d;" k="33" />
+<hkern u1="v" u2="&#x2c;" k="88" />
+<hkern u1="w" u2="&#xf0;" k="23" />
+<hkern u1="w" u2="&#xc6;" k="43" />
+<hkern u1="w" u2="&#x7d;" k="76" />
+<hkern u1="w" u2="]" k="84" />
+<hkern u1="w" u2="X" k="55" />
+<hkern u1="w" u2="V" k="20" />
+<hkern u1="w" u2="&#x3f;" k="33" />
+<hkern u1="w" u2="&#x2f;" k="39" />
+<hkern u1="x" u2="&#x2039;" k="59" />
+<hkern u1="x" u2="&#x2014;" k="76" />
+<hkern u1="x" u2="&#x2013;" k="76" />
+<hkern u1="x" u2="&#x178;" k="90" />
+<hkern u1="x" u2="&#x153;" k="29" />
+<hkern u1="x" u2="&#xf8;" k="29" />
+<hkern u1="x" u2="&#xf6;" k="29" />
+<hkern u1="x" u2="&#xf5;" k="29" />
+<hkern u1="x" u2="&#xf4;" k="29" />
+<hkern u1="x" u2="&#xf3;" k="29" />
+<hkern u1="x" u2="&#xf2;" k="29" />
+<hkern u1="x" u2="&#xf0;" k="41" />
+<hkern u1="x" u2="&#xeb;" k="29" />
+<hkern u1="x" u2="&#xea;" k="29" />
+<hkern u1="x" u2="&#xe9;" k="29" />
+<hkern u1="x" u2="&#xe8;" k="29" />
+<hkern u1="x" u2="&#xe7;" k="29" />
+<hkern u1="x" u2="&#xe6;" k="12" />
+<hkern u1="x" u2="&#xe5;" k="12" />
+<hkern u1="x" u2="&#xe4;" k="12" />
+<hkern u1="x" u2="&#xe3;" k="12" />
+<hkern u1="x" u2="&#xe2;" k="12" />
+<hkern u1="x" u2="&#xe1;" k="12" />
+<hkern u1="x" u2="&#xe0;" k="12" />
+<hkern u1="x" u2="&#xdd;" k="90" />
+<hkern u1="x" u2="&#xab;" k="59" />
+<hkern u1="x" u2="&#x7d;" k="53" />
+<hkern u1="x" u2="q" k="31" />
+<hkern u1="x" u2="o" k="29" />
+<hkern u1="x" u2="g" k="25" />
+<hkern u1="x" u2="e" k="29" />
+<hkern u1="x" u2="d" k="31" />
+<hkern u1="x" u2="c" k="29" />
+<hkern u1="x" u2="a" k="12" />
+<hkern u1="x" u2="]" k="63" />
+<hkern u1="x" u2="Y" k="90" />
+<hkern u1="x" u2="V" k="14" />
+<hkern u1="x" u2="T" k="180" />
+<hkern u1="x" u2="J" k="10" />
+<hkern u1="x" u2="&#x2d;" k="76" />
+<hkern u1="y" u2="&#xf0;" k="29" />
+<hkern u1="y" u2="&#xc6;" k="47" />
+<hkern u1="y" u2="&#x7d;" k="68" />
+<hkern u1="y" u2="]" k="74" />
+<hkern u1="y" u2="X" k="59" />
+<hkern u1="y" u2="V" k="18" />
+<hkern u1="y" u2="&#x3f;" k="31" />
+<hkern u1="y" u2="&#x2f;" k="47" />
+<hkern u1="z" u2="&#x2122;" k="16" />
+<hkern u1="z" u2="&#xf0;" k="23" />
+<hkern u1="z" u2="&#x7d;" k="59" />
+<hkern u1="z" u2="]" k="70" />
+<hkern u1="z" u2="V" k="27" />
+<hkern u1="z" u2="&#x3f;" k="29" />
+<hkern u1="&#x7b;" u2="&#x153;" k="88" />
+<hkern u1="&#x7b;" u2="&#x152;" k="68" />
+<hkern u1="&#x7b;" u2="&#xff;" k="70" />
+<hkern u1="&#x7b;" u2="&#xfd;" k="70" />
+<hkern u1="&#x7b;" u2="&#xfc;" k="82" />
+<hkern u1="&#x7b;" u2="&#xfb;" k="82" />
+<hkern u1="&#x7b;" u2="&#xfa;" k="82" />
+<hkern u1="&#x7b;" u2="&#xf9;" k="82" />
+<hkern u1="&#x7b;" u2="&#xf8;" k="88" />
+<hkern u1="&#x7b;" u2="&#xf6;" k="88" />
+<hkern u1="&#x7b;" u2="&#xf5;" k="88" />
+<hkern u1="&#x7b;" u2="&#xf4;" k="88" />
+<hkern u1="&#x7b;" u2="&#xf3;" k="88" />
+<hkern u1="&#x7b;" u2="&#xf2;" k="88" />
+<hkern u1="&#x7b;" u2="&#xf1;" k="78" />
+<hkern u1="&#x7b;" u2="&#xf0;" k="31" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-70" />
+<hkern u1="&#x7b;" u2="&#xeb;" k="88" />
+<hkern u1="&#x7b;" u2="&#xea;" k="88" />
+<hkern u1="&#x7b;" u2="&#xe9;" k="88" />
+<hkern u1="&#x7b;" u2="&#xe8;" k="88" />
+<hkern u1="&#x7b;" u2="&#xe7;" k="88" />
+<hkern u1="&#x7b;" u2="&#xe6;" k="76" />
+<hkern u1="&#x7b;" u2="&#xe5;" k="76" />
+<hkern u1="&#x7b;" u2="&#xe4;" k="76" />
+<hkern u1="&#x7b;" u2="&#xe3;" k="76" />
+<hkern u1="&#x7b;" u2="&#xe2;" k="76" />
+<hkern u1="&#x7b;" u2="&#xe1;" k="76" />
+<hkern u1="&#x7b;" u2="&#xe0;" k="76" />
+<hkern u1="&#x7b;" u2="&#xd8;" k="68" />
+<hkern u1="&#x7b;" u2="&#xd6;" k="68" />
+<hkern u1="&#x7b;" u2="&#xd5;" k="68" />
+<hkern u1="&#x7b;" u2="&#xd4;" k="68" />
+<hkern u1="&#x7b;" u2="&#xd3;" k="68" />
+<hkern u1="&#x7b;" u2="&#xd2;" k="68" />
+<hkern u1="&#x7b;" u2="&#xc7;" k="66" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="72" />
+<hkern u1="&#x7b;" u2="&#xc5;" k="68" />
+<hkern u1="&#x7b;" u2="&#xc4;" k="68" />
+<hkern u1="&#x7b;" u2="&#xc3;" k="68" />
+<hkern u1="&#x7b;" u2="&#xc2;" k="68" />
+<hkern u1="&#x7b;" u2="&#xc1;" k="68" />
+<hkern u1="&#x7b;" u2="&#xc0;" k="68" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="49" />
+<hkern u1="&#x7b;" u2="z" k="59" />
+<hkern u1="&#x7b;" u2="y" k="70" />
+<hkern u1="&#x7b;" u2="x" k="53" />
+<hkern u1="&#x7b;" u2="w" k="76" />
+<hkern u1="&#x7b;" u2="v" k="74" />
+<hkern u1="&#x7b;" u2="u" k="82" />
+<hkern u1="&#x7b;" u2="t" k="61" />
+<hkern u1="&#x7b;" u2="s" k="76" />
+<hkern u1="&#x7b;" u2="r" k="78" />
+<hkern u1="&#x7b;" u2="q" k="88" />
+<hkern u1="&#x7b;" u2="p" k="78" />
+<hkern u1="&#x7b;" u2="o" k="88" />
+<hkern u1="&#x7b;" u2="n" k="78" />
+<hkern u1="&#x7b;" u2="m" k="78" />
+<hkern u1="&#x7b;" u2="f" k="37" />
+<hkern u1="&#x7b;" u2="e" k="88" />
+<hkern u1="&#x7b;" u2="d" k="88" />
+<hkern u1="&#x7b;" u2="c" k="88" />
+<hkern u1="&#x7b;" u2="a" k="76" />
+<hkern u1="&#x7b;" u2="S" k="37" />
+<hkern u1="&#x7b;" u2="Q" k="68" />
+<hkern u1="&#x7b;" u2="O" k="68" />
+<hkern u1="&#x7b;" u2="G" k="68" />
+<hkern u1="&#x7b;" u2="C" k="66" />
+<hkern u1="&#x7b;" u2="A" k="68" />
+<hkern u1="&#x7b;" u2="&#x28;" k="29" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="49" />
+<hkern u1="&#x7d;" u2="]" k="47" />
+<hkern u1="&#x7d;" u2="&#x29;" k="20" />
+<hkern u1="&#xa1;" u2="&#x178;" k="72" />
+<hkern u1="&#xa1;" u2="&#xdd;" k="72" />
+<hkern u1="&#xa1;" u2="Y" k="72" />
+<hkern u1="&#xa1;" u2="V" k="27" />
+<hkern u1="&#xa1;" u2="T" k="123" />
+<hkern u1="&#xab;" u2="V" k="51" />
+<hkern u1="&#xae;" u2="&#x178;" k="51" />
+<hkern u1="&#xae;" u2="&#xdd;" k="51" />
+<hkern u1="&#xae;" u2="&#xc6;" k="78" />
+<hkern u1="&#xae;" u2="&#xc5;" k="63" />
+<hkern u1="&#xae;" u2="&#xc4;" k="63" />
+<hkern u1="&#xae;" u2="&#xc3;" k="63" />
+<hkern u1="&#xae;" u2="&#xc2;" k="63" />
+<hkern u1="&#xae;" u2="&#xc1;" k="63" />
+<hkern u1="&#xae;" u2="&#xc0;" k="63" />
+<hkern u1="&#xae;" u2="Z" k="45" />
+<hkern u1="&#xae;" u2="Y" k="51" />
+<hkern u1="&#xae;" u2="X" k="33" />
+<hkern u1="&#xae;" u2="V" k="25" />
+<hkern u1="&#xae;" u2="T" k="31" />
+<hkern u1="&#xae;" u2="J" k="63" />
+<hkern u1="&#xae;" u2="A" k="63" />
+<hkern u1="&#xb7;" u2="l" k="98" />
+<hkern u1="&#xbb;" u2="&#xc6;" k="23" />
+<hkern u1="&#xbb;" u2="x" k="59" />
+<hkern u1="&#xbb;" u2="v" k="27" />
+<hkern u1="&#xbb;" u2="X" k="55" />
+<hkern u1="&#xbb;" u2="V" k="63" />
+<hkern u1="&#xbf;" u2="&#x178;" k="150" />
+<hkern u1="&#xbf;" u2="&#x153;" k="82" />
+<hkern u1="&#xbf;" u2="&#x152;" k="72" />
+<hkern u1="&#xbf;" u2="&#xff;" k="70" />
+<hkern u1="&#xbf;" u2="&#xfe;" k="82" />
+<hkern u1="&#xbf;" u2="&#xfd;" k="70" />
+<hkern u1="&#xbf;" u2="&#xfc;" k="78" />
+<hkern u1="&#xbf;" u2="&#xfb;" k="78" />
+<hkern u1="&#xbf;" u2="&#xfa;" k="78" />
+<hkern u1="&#xbf;" u2="&#xf9;" k="78" />
+<hkern u1="&#xbf;" u2="&#xf8;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf6;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf5;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf4;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf3;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf2;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf1;" k="82" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="80" />
+<hkern u1="&#xbf;" u2="&#xef;" k="82" />
+<hkern u1="&#xbf;" u2="&#xee;" k="82" />
+<hkern u1="&#xbf;" u2="&#xed;" k="82" />
+<hkern u1="&#xbf;" u2="&#xec;" k="82" />
+<hkern u1="&#xbf;" u2="&#xeb;" k="82" />
+<hkern u1="&#xbf;" u2="&#xea;" k="82" />
+<hkern u1="&#xbf;" u2="&#xe9;" k="82" />
+<hkern u1="&#xbf;" u2="&#xe8;" k="82" />
+<hkern u1="&#xbf;" u2="&#xe7;" k="82" />
+<hkern u1="&#xbf;" u2="&#xe6;" k="88" />
+<hkern u1="&#xbf;" u2="&#xe5;" k="88" />
+<hkern u1="&#xbf;" u2="&#xe4;" k="88" />
+<hkern u1="&#xbf;" u2="&#xe3;" k="88" />
+<hkern u1="&#xbf;" u2="&#xe2;" k="88" />
+<hkern u1="&#xbf;" u2="&#xe1;" k="88" />
+<hkern u1="&#xbf;" u2="&#xe0;" k="88" />
+<hkern u1="&#xbf;" u2="&#xdf;" k="82" />
+<hkern u1="&#xbf;" u2="&#xde;" k="78" />
+<hkern u1="&#xbf;" u2="&#xdd;" k="150" />
+<hkern u1="&#xbf;" u2="&#xdc;" k="76" />
+<hkern u1="&#xbf;" u2="&#xdb;" k="76" />
+<hkern u1="&#xbf;" u2="&#xda;" k="76" />
+<hkern u1="&#xbf;" u2="&#xd9;" k="76" />
+<hkern u1="&#xbf;" u2="&#xd8;" k="72" />
+<hkern u1="&#xbf;" u2="&#xd6;" k="72" />
+<hkern u1="&#xbf;" u2="&#xd5;" k="72" />
+<hkern u1="&#xbf;" u2="&#xd4;" k="72" />
+<hkern u1="&#xbf;" u2="&#xd3;" k="72" />
+<hkern u1="&#xbf;" u2="&#xd2;" k="72" />
+<hkern u1="&#xbf;" u2="&#xd1;" k="78" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="78" />
+<hkern u1="&#xbf;" u2="&#xcf;" k="78" />
+<hkern u1="&#xbf;" u2="&#xce;" k="78" />
+<hkern u1="&#xbf;" u2="&#xcd;" k="78" />
+<hkern u1="&#xbf;" u2="&#xcc;" k="78" />
+<hkern u1="&#xbf;" u2="&#xcb;" k="78" />
+<hkern u1="&#xbf;" u2="&#xca;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc9;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc8;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc7;" k="74" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="113" />
+<hkern u1="&#xbf;" u2="&#xc5;" k="109" />
+<hkern u1="&#xbf;" u2="&#xc4;" k="109" />
+<hkern u1="&#xbf;" u2="&#xc3;" k="109" />
+<hkern u1="&#xbf;" u2="&#xc2;" k="109" />
+<hkern u1="&#xbf;" u2="&#xc1;" k="109" />
+<hkern u1="&#xbf;" u2="&#xc0;" k="109" />
+<hkern u1="&#xbf;" u2="z" k="74" />
+<hkern u1="&#xbf;" u2="y" k="70" />
+<hkern u1="&#xbf;" u2="x" k="68" />
+<hkern u1="&#xbf;" u2="w" k="78" />
+<hkern u1="&#xbf;" u2="v" k="78" />
+<hkern u1="&#xbf;" u2="u" k="78" />
+<hkern u1="&#xbf;" u2="t" k="70" />
+<hkern u1="&#xbf;" u2="s" k="82" />
+<hkern u1="&#xbf;" u2="r" k="82" />
+<hkern u1="&#xbf;" u2="q" k="82" />
+<hkern u1="&#xbf;" u2="p" k="82" />
+<hkern u1="&#xbf;" u2="o" k="82" />
+<hkern u1="&#xbf;" u2="n" k="82" />
+<hkern u1="&#xbf;" u2="m" k="82" />
+<hkern u1="&#xbf;" u2="l" k="82" />
+<hkern u1="&#xbf;" u2="k" k="82" />
+<hkern u1="&#xbf;" u2="j" k="-78" />
+<hkern u1="&#xbf;" u2="i" k="82" />
+<hkern u1="&#xbf;" u2="h" k="82" />
+<hkern u1="&#xbf;" u2="f" k="66" />
+<hkern u1="&#xbf;" u2="e" k="82" />
+<hkern u1="&#xbf;" u2="d" k="82" />
+<hkern u1="&#xbf;" u2="c" k="82" />
+<hkern u1="&#xbf;" u2="b" k="82" />
+<hkern u1="&#xbf;" u2="a" k="88" />
+<hkern u1="&#xbf;" u2="Z" k="104" />
+<hkern u1="&#xbf;" u2="Y" k="150" />
+<hkern u1="&#xbf;" u2="X" k="100" />
+<hkern u1="&#xbf;" u2="W" k="90" />
+<hkern u1="&#xbf;" u2="V" k="106" />
+<hkern u1="&#xbf;" u2="U" k="76" />
+<hkern u1="&#xbf;" u2="T" k="188" />
+<hkern u1="&#xbf;" u2="S" k="78" />
+<hkern u1="&#xbf;" u2="R" k="78" />
+<hkern u1="&#xbf;" u2="Q" k="72" />
+<hkern u1="&#xbf;" u2="P" k="78" />
+<hkern u1="&#xbf;" u2="O" k="72" />
+<hkern u1="&#xbf;" u2="N" k="78" />
+<hkern u1="&#xbf;" u2="M" k="78" />
+<hkern u1="&#xbf;" u2="L" k="78" />
+<hkern u1="&#xbf;" u2="K" k="78" />
+<hkern u1="&#xbf;" u2="J" k="45" />
+<hkern u1="&#xbf;" u2="I" k="78" />
+<hkern u1="&#xbf;" u2="H" k="78" />
+<hkern u1="&#xbf;" u2="G" k="72" />
+<hkern u1="&#xbf;" u2="F" k="78" />
+<hkern u1="&#xbf;" u2="E" k="78" />
+<hkern u1="&#xbf;" u2="D" k="78" />
+<hkern u1="&#xbf;" u2="C" k="74" />
+<hkern u1="&#xbf;" u2="B" k="78" />
+<hkern u1="&#xbf;" u2="A" k="109" />
+<hkern u1="&#xc0;" u2="&#x2122;" k="98" />
+<hkern u1="&#xc0;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc0;" u2="&#xae;" k="63" />
+<hkern u1="&#xc0;" u2="&#x7d;" k="68" />
+<hkern u1="&#xc0;" u2="v" k="41" />
+<hkern u1="&#xc0;" u2="f" k="14" />
+<hkern u1="&#xc0;" u2="]" k="78" />
+<hkern u1="&#xc0;" u2="\" k="102" />
+<hkern u1="&#xc0;" u2="V" k="59" />
+<hkern u1="&#xc0;" u2="&#x3f;" k="66" />
+<hkern u1="&#xc0;" u2="&#x2a;" k="86" />
+<hkern u1="&#xc1;" u2="&#x2122;" k="98" />
+<hkern u1="&#xc1;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc1;" u2="&#xae;" k="63" />
+<hkern u1="&#xc1;" u2="&#x7d;" k="68" />
+<hkern u1="&#xc1;" u2="v" k="41" />
+<hkern u1="&#xc1;" u2="f" k="14" />
+<hkern u1="&#xc1;" u2="]" k="78" />
+<hkern u1="&#xc1;" u2="\" k="102" />
+<hkern u1="&#xc1;" u2="V" k="59" />
+<hkern u1="&#xc1;" u2="&#x3f;" k="66" />
+<hkern u1="&#xc1;" u2="&#x2a;" k="86" />
+<hkern u1="&#xc2;" u2="&#x2122;" k="98" />
+<hkern u1="&#xc2;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc2;" u2="&#xae;" k="63" />
+<hkern u1="&#xc2;" u2="&#x7d;" k="68" />
+<hkern u1="&#xc2;" u2="v" k="41" />
+<hkern u1="&#xc2;" u2="f" k="14" />
+<hkern u1="&#xc2;" u2="]" k="78" />
+<hkern u1="&#xc2;" u2="\" k="102" />
+<hkern u1="&#xc2;" u2="V" k="59" />
+<hkern u1="&#xc2;" u2="&#x3f;" k="66" />
+<hkern u1="&#xc2;" u2="&#x2a;" k="86" />
+<hkern u1="&#xc3;" u2="&#x2122;" k="98" />
+<hkern u1="&#xc3;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc3;" u2="&#xae;" k="63" />
+<hkern u1="&#xc3;" u2="&#x7d;" k="68" />
+<hkern u1="&#xc3;" u2="v" k="41" />
+<hkern u1="&#xc3;" u2="f" k="14" />
+<hkern u1="&#xc3;" u2="]" k="78" />
+<hkern u1="&#xc3;" u2="\" k="102" />
+<hkern u1="&#xc3;" u2="V" k="59" />
+<hkern u1="&#xc3;" u2="&#x3f;" k="66" />
+<hkern u1="&#xc3;" u2="&#x2a;" k="86" />
+<hkern u1="&#xc4;" u2="&#x2122;" k="98" />
+<hkern u1="&#xc4;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc4;" u2="&#xae;" k="63" />
+<hkern u1="&#xc4;" u2="&#x7d;" k="68" />
+<hkern u1="&#xc4;" u2="v" k="41" />
+<hkern u1="&#xc4;" u2="f" k="14" />
+<hkern u1="&#xc4;" u2="]" k="78" />
+<hkern u1="&#xc4;" u2="\" k="102" />
+<hkern u1="&#xc4;" u2="V" k="59" />
+<hkern u1="&#xc4;" u2="&#x3f;" k="66" />
+<hkern u1="&#xc4;" u2="&#x2a;" k="86" />
+<hkern u1="&#xc5;" u2="&#x2122;" k="98" />
+<hkern u1="&#xc5;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc5;" u2="&#xae;" k="63" />
+<hkern u1="&#xc5;" u2="&#x7d;" k="68" />
+<hkern u1="&#xc5;" u2="v" k="41" />
+<hkern u1="&#xc5;" u2="f" k="14" />
+<hkern u1="&#xc5;" u2="]" k="78" />
+<hkern u1="&#xc5;" u2="\" k="102" />
+<hkern u1="&#xc5;" u2="V" k="59" />
+<hkern u1="&#xc5;" u2="&#x3f;" k="66" />
+<hkern u1="&#xc5;" u2="&#x2a;" k="86" />
+<hkern u1="&#xc6;" u2="&#xf0;" k="18" />
+<hkern u1="&#xc6;" u2="&#xec;" k="-66" />
+<hkern u1="&#xc6;" u2="v" k="39" />
+<hkern u1="&#xc6;" u2="f" k="10" />
+<hkern u1="&#xc7;" u2="&#xf0;" k="16" />
+<hkern u1="&#xc7;" u2="&#xec;" k="-51" />
+<hkern u1="&#xc7;" u2="&#xae;" k="43" />
+<hkern u1="&#xc7;" u2="v" k="47" />
+<hkern u1="&#xc7;" u2="f" k="12" />
+<hkern u1="&#xc8;" u2="&#xf0;" k="18" />
+<hkern u1="&#xc8;" u2="&#xec;" k="-66" />
+<hkern u1="&#xc8;" u2="v" k="39" />
+<hkern u1="&#xc8;" u2="f" k="10" />
+<hkern u1="&#xc9;" u2="&#xf0;" k="18" />
+<hkern u1="&#xc9;" u2="&#xec;" k="-66" />
+<hkern u1="&#xc9;" u2="v" k="39" />
+<hkern u1="&#xc9;" u2="f" k="10" />
+<hkern u1="&#xca;" u2="&#xf0;" k="18" />
+<hkern u1="&#xca;" u2="&#xec;" k="-66" />
+<hkern u1="&#xca;" u2="v" k="39" />
+<hkern u1="&#xca;" u2="f" k="10" />
+<hkern u1="&#xcb;" u2="&#xf0;" k="18" />
+<hkern u1="&#xcb;" u2="&#xec;" k="-66" />
+<hkern u1="&#xcb;" u2="v" k="39" />
+<hkern u1="&#xcb;" u2="f" k="10" />
+<hkern u1="&#xd0;" u2="&#xc6;" k="41" />
+<hkern u1="&#xd0;" u2="&#x7d;" k="72" />
+<hkern u1="&#xd0;" u2="x" k="10" />
+<hkern u1="&#xd0;" u2="]" k="74" />
+<hkern u1="&#xd0;" u2="X" k="47" />
+<hkern u1="&#xd0;" u2="V" k="27" />
+<hkern u1="&#xd0;" u2="&#x3f;" k="31" />
+<hkern u1="&#xd0;" u2="&#x29;" k="23" />
+<hkern u1="&#xd2;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd2;" u2="&#x7d;" k="68" />
+<hkern u1="&#xd2;" u2="]" k="70" />
+<hkern u1="&#xd2;" u2="X" k="43" />
+<hkern u1="&#xd2;" u2="V" k="27" />
+<hkern u1="&#xd2;" u2="&#x3f;" k="25" />
+<hkern u1="&#xd3;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd3;" u2="&#x7d;" k="68" />
+<hkern u1="&#xd3;" u2="]" k="70" />
+<hkern u1="&#xd3;" u2="X" k="43" />
+<hkern u1="&#xd3;" u2="V" k="27" />
+<hkern u1="&#xd3;" u2="&#x3f;" k="25" />
+<hkern u1="&#xd4;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd4;" u2="&#x7d;" k="68" />
+<hkern u1="&#xd4;" u2="]" k="70" />
+<hkern u1="&#xd4;" u2="X" k="43" />
+<hkern u1="&#xd4;" u2="V" k="27" />
+<hkern u1="&#xd4;" u2="&#x3f;" k="25" />
+<hkern u1="&#xd5;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd5;" u2="&#x7d;" k="68" />
+<hkern u1="&#xd5;" u2="]" k="70" />
+<hkern u1="&#xd5;" u2="X" k="43" />
+<hkern u1="&#xd5;" u2="V" k="27" />
+<hkern u1="&#xd5;" u2="&#x3f;" k="25" />
+<hkern u1="&#xd6;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd6;" u2="&#x7d;" k="68" />
+<hkern u1="&#xd6;" u2="]" k="70" />
+<hkern u1="&#xd6;" u2="X" k="43" />
+<hkern u1="&#xd6;" u2="V" k="27" />
+<hkern u1="&#xd6;" u2="&#x3f;" k="25" />
+<hkern u1="&#xd8;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd8;" u2="&#x7d;" k="68" />
+<hkern u1="&#xd8;" u2="]" k="70" />
+<hkern u1="&#xd8;" u2="X" k="43" />
+<hkern u1="&#xd8;" u2="V" k="27" />
+<hkern u1="&#xd8;" u2="&#x3f;" k="25" />
+<hkern u1="&#xd9;" u2="&#xc6;" k="23" />
+<hkern u1="&#xda;" u2="&#xc6;" k="23" />
+<hkern u1="&#xdb;" u2="&#xc6;" k="23" />
+<hkern u1="&#xdc;" u2="&#xc6;" k="23" />
+<hkern u1="&#xdd;" u2="&#xff;" k="82" />
+<hkern u1="&#xdd;" u2="&#xf0;" k="98" />
+<hkern u1="&#xdd;" u2="&#xef;" k="-55" />
+<hkern u1="&#xdd;" u2="&#xec;" k="-135" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="145" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="135" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="135" />
+<hkern u1="&#xdd;" u2="&#xc6;" k="96" />
+<hkern u1="&#xdd;" u2="&#xae;" k="49" />
+<hkern u1="&#xdd;" u2="x" k="90" />
+<hkern u1="&#xdd;" u2="v" k="94" />
+<hkern u1="&#xdd;" u2="f" k="31" />
+<hkern u1="&#xdd;" u2="&#x40;" k="76" />
+<hkern u1="&#xdd;" u2="&#x2f;" k="131" />
+<hkern u1="&#xdd;" u2="&#x26;" k="88" />
+<hkern u1="&#xde;" u2="&#x2122;" k="20" />
+<hkern u1="&#xde;" u2="&#x2026;" k="82" />
+<hkern u1="&#xde;" u2="&#x201e;" k="82" />
+<hkern u1="&#xde;" u2="&#x201a;" k="82" />
+<hkern u1="&#xde;" u2="&#x178;" k="86" />
+<hkern u1="&#xde;" u2="&#xdd;" k="86" />
+<hkern u1="&#xde;" u2="&#xc6;" k="53" />
+<hkern u1="&#xde;" u2="&#xc5;" k="43" />
+<hkern u1="&#xde;" u2="&#xc4;" k="43" />
+<hkern u1="&#xde;" u2="&#xc3;" k="43" />
+<hkern u1="&#xde;" u2="&#xc2;" k="43" />
+<hkern u1="&#xde;" u2="&#xc1;" k="43" />
+<hkern u1="&#xde;" u2="&#xc0;" k="43" />
+<hkern u1="&#xde;" u2="&#x7d;" k="84" />
+<hkern u1="&#xde;" u2="]" k="86" />
+<hkern u1="&#xde;" u2="\" k="29" />
+<hkern u1="&#xde;" u2="Z" k="59" />
+<hkern u1="&#xde;" u2="Y" k="86" />
+<hkern u1="&#xde;" u2="X" k="92" />
+<hkern u1="&#xde;" u2="W" k="14" />
+<hkern u1="&#xde;" u2="V" k="35" />
+<hkern u1="&#xde;" u2="T" k="141" />
+<hkern u1="&#xde;" u2="J" k="70" />
+<hkern u1="&#xde;" u2="A" k="43" />
+<hkern u1="&#xde;" u2="&#x3f;" k="59" />
+<hkern u1="&#xde;" u2="&#x2f;" k="33" />
+<hkern u1="&#xde;" u2="&#x2e;" k="82" />
+<hkern u1="&#xde;" u2="&#x2c;" k="82" />
+<hkern u1="&#xde;" u2="&#x29;" k="29" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="27" />
+<hkern u1="&#xdf;" u2="&#x201d;" k="33" />
+<hkern u1="&#xdf;" u2="&#x201c;" k="33" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="33" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="33" />
+<hkern u1="&#xdf;" u2="&#x178;" k="92" />
+<hkern u1="&#xdf;" u2="&#xff;" k="39" />
+<hkern u1="&#xdf;" u2="&#xfd;" k="39" />
+<hkern u1="&#xdf;" u2="&#xdd;" k="92" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="10" />
+<hkern u1="&#xdf;" u2="&#xae;" k="27" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="57" />
+<hkern u1="&#xdf;" u2="z" k="8" />
+<hkern u1="&#xdf;" u2="y" k="39" />
+<hkern u1="&#xdf;" u2="x" k="27" />
+<hkern u1="&#xdf;" u2="w" k="31" />
+<hkern u1="&#xdf;" u2="v" k="39" />
+<hkern u1="&#xdf;" u2="t" k="23" />
+<hkern u1="&#xdf;" u2="s" k="8" />
+<hkern u1="&#xdf;" u2="g" k="12" />
+<hkern u1="&#xdf;" u2="f" k="10" />
+<hkern u1="&#xdf;" u2="]" k="57" />
+<hkern u1="&#xdf;" u2="\" k="35" />
+<hkern u1="&#xdf;" u2="Y" k="92" />
+<hkern u1="&#xdf;" u2="X" k="12" />
+<hkern u1="&#xdf;" u2="W" k="45" />
+<hkern u1="&#xdf;" u2="V" k="68" />
+<hkern u1="&#xdf;" u2="T" k="80" />
+<hkern u1="&#xdf;" u2="S" k="18" />
+<hkern u1="&#xdf;" u2="J" k="70" />
+<hkern u1="&#xdf;" u2="&#x3f;" k="31" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="35" />
+<hkern u1="&#xdf;" u2="&#x27;" k="31" />
+<hkern u1="&#xdf;" u2="&#x22;" k="31" />
+<hkern u1="&#xe0;" u2="&#x2122;" k="20" />
+<hkern u1="&#xe0;" u2="&#x7d;" k="31" />
+<hkern u1="&#xe0;" u2="v" k="8" />
+<hkern u1="&#xe0;" u2="]" k="39" />
+<hkern u1="&#xe0;" u2="\" k="61" />
+<hkern u1="&#xe0;" u2="V" k="47" />
+<hkern u1="&#xe0;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe1;" u2="&#x2122;" k="20" />
+<hkern u1="&#xe1;" u2="&#x7d;" k="31" />
+<hkern u1="&#xe1;" u2="v" k="8" />
+<hkern u1="&#xe1;" u2="]" k="39" />
+<hkern u1="&#xe1;" u2="\" k="61" />
+<hkern u1="&#xe1;" u2="V" k="47" />
+<hkern u1="&#xe1;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe2;" u2="&#x2122;" k="20" />
+<hkern u1="&#xe2;" u2="&#x7d;" k="31" />
+<hkern u1="&#xe2;" u2="v" k="8" />
+<hkern u1="&#xe2;" u2="]" k="39" />
+<hkern u1="&#xe2;" u2="\" k="61" />
+<hkern u1="&#xe2;" u2="V" k="47" />
+<hkern u1="&#xe2;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe3;" u2="&#x2122;" k="20" />
+<hkern u1="&#xe3;" u2="&#x7d;" k="31" />
+<hkern u1="&#xe3;" u2="v" k="8" />
+<hkern u1="&#xe3;" u2="]" k="39" />
+<hkern u1="&#xe3;" u2="\" k="61" />
+<hkern u1="&#xe3;" u2="V" k="47" />
+<hkern u1="&#xe3;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe4;" u2="&#x2122;" k="20" />
+<hkern u1="&#xe4;" u2="&#x7d;" k="31" />
+<hkern u1="&#xe4;" u2="v" k="8" />
+<hkern u1="&#xe4;" u2="]" k="39" />
+<hkern u1="&#xe4;" u2="\" k="61" />
+<hkern u1="&#xe4;" u2="V" k="47" />
+<hkern u1="&#xe4;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe5;" u2="&#x2122;" k="20" />
+<hkern u1="&#xe5;" u2="&#x7d;" k="31" />
+<hkern u1="&#xe5;" u2="v" k="8" />
+<hkern u1="&#xe5;" u2="]" k="39" />
+<hkern u1="&#xe5;" u2="\" k="61" />
+<hkern u1="&#xe5;" u2="V" k="47" />
+<hkern u1="&#xe5;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe6;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe6;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe6;" u2="&#x7d;" k="80" />
+<hkern u1="&#xe6;" u2="x" k="14" />
+<hkern u1="&#xe6;" u2="v" k="18" />
+<hkern u1="&#xe6;" u2="]" k="84" />
+<hkern u1="&#xe6;" u2="\" k="66" />
+<hkern u1="&#xe6;" u2="V" k="72" />
+<hkern u1="&#xe6;" u2="&#x3f;" k="53" />
+<hkern u1="&#xe7;" u2="&#xf0;" k="29" />
+<hkern u1="&#xe7;" u2="&#x7d;" k="55" />
+<hkern u1="&#xe7;" u2="]" k="66" />
+<hkern u1="&#xe7;" u2="V" k="25" />
+<hkern u1="&#xe7;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe8;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe8;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe8;" u2="&#x7d;" k="80" />
+<hkern u1="&#xe8;" u2="x" k="14" />
+<hkern u1="&#xe8;" u2="v" k="18" />
+<hkern u1="&#xe8;" u2="]" k="84" />
+<hkern u1="&#xe8;" u2="\" k="66" />
+<hkern u1="&#xe8;" u2="V" k="72" />
+<hkern u1="&#xe8;" u2="&#x3f;" k="53" />
+<hkern u1="&#xe9;" u2="&#x2122;" k="31" />
+<hkern u1="&#xe9;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe9;" u2="&#x7d;" k="80" />
+<hkern u1="&#xe9;" u2="x" k="14" />
+<hkern u1="&#xe9;" u2="v" k="18" />
+<hkern u1="&#xe9;" u2="]" k="84" />
+<hkern u1="&#xe9;" u2="\" k="66" />
+<hkern u1="&#xe9;" u2="V" k="72" />
+<hkern u1="&#xe9;" u2="&#x3f;" k="53" />
+<hkern u1="&#xea;" u2="&#x2122;" k="31" />
+<hkern u1="&#xea;" u2="&#xc6;" k="10" />
+<hkern u1="&#xea;" u2="&#x7d;" k="80" />
+<hkern u1="&#xea;" u2="x" k="14" />
+<hkern u1="&#xea;" u2="v" k="18" />
+<hkern u1="&#xea;" u2="]" k="84" />
+<hkern u1="&#xea;" u2="\" k="66" />
+<hkern u1="&#xea;" u2="V" k="72" />
+<hkern u1="&#xea;" u2="&#x3f;" k="53" />
+<hkern u1="&#xeb;" u2="&#x2122;" k="31" />
+<hkern u1="&#xeb;" u2="&#xc6;" k="10" />
+<hkern u1="&#xeb;" u2="&#x7d;" k="80" />
+<hkern u1="&#xeb;" u2="x" k="14" />
+<hkern u1="&#xeb;" u2="v" k="18" />
+<hkern u1="&#xeb;" u2="]" k="84" />
+<hkern u1="&#xeb;" u2="\" k="66" />
+<hkern u1="&#xeb;" u2="V" k="72" />
+<hkern u1="&#xeb;" u2="&#x3f;" k="53" />
+<hkern u1="&#xed;" u2="&#x7d;" k="-66" />
+<hkern u1="&#xed;" u2="]" k="-63" />
+<hkern u1="&#xed;" u2="\" k="-82" />
+<hkern u1="&#xed;" u2="&#x3f;" k="-47" />
+<hkern u1="&#xed;" u2="&#x29;" k="-47" />
+<hkern u1="&#xed;" u2="&#x27;" k="-14" />
+<hkern u1="&#xed;" u2="&#x22;" k="-14" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-18" />
+<hkern u1="&#xef;" u2="\" k="-20" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="23" />
+<hkern u1="&#xf0;" u2="&#x2026;" k="31" />
+<hkern u1="&#xf0;" u2="&#x201e;" k="31" />
+<hkern u1="&#xf0;" u2="&#x201d;" k="18" />
+<hkern u1="&#xf0;" u2="&#x201c;" k="16" />
+<hkern u1="&#xf0;" u2="&#x201a;" k="31" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="18" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="16" />
+<hkern u1="&#xf0;" u2="&#x178;" k="98" />
+<hkern u1="&#xf0;" u2="&#xff;" k="16" />
+<hkern u1="&#xf0;" u2="&#xfd;" k="16" />
+<hkern u1="&#xf0;" u2="&#xde;" k="10" />
+<hkern u1="&#xf0;" u2="&#xdd;" k="98" />
+<hkern u1="&#xf0;" u2="&#xd1;" k="10" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcf;" k="10" />
+<hkern u1="&#xf0;" u2="&#xce;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcd;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcc;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcb;" k="10" />
+<hkern u1="&#xf0;" u2="&#xca;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc9;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc8;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="23" />
+<hkern u1="&#xf0;" u2="&#xc5;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc4;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc3;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc2;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc1;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc0;" k="18" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="53" />
+<hkern u1="&#xf0;" u2="y" k="16" />
+<hkern u1="&#xf0;" u2="x" k="12" />
+<hkern u1="&#xf0;" u2="w" k="14" />
+<hkern u1="&#xf0;" u2="v" k="14" />
+<hkern u1="&#xf0;" u2="]" k="55" />
+<hkern u1="&#xf0;" u2="\" k="39" />
+<hkern u1="&#xf0;" u2="Z" k="27" />
+<hkern u1="&#xf0;" u2="Y" k="98" />
+<hkern u1="&#xf0;" u2="X" k="59" />
+<hkern u1="&#xf0;" u2="W" k="29" />
+<hkern u1="&#xf0;" u2="V" k="53" />
+<hkern u1="&#xf0;" u2="T" k="143" />
+<hkern u1="&#xf0;" u2="S" k="12" />
+<hkern u1="&#xf0;" u2="R" k="10" />
+<hkern u1="&#xf0;" u2="P" k="10" />
+<hkern u1="&#xf0;" u2="N" k="10" />
+<hkern u1="&#xf0;" u2="M" k="10" />
+<hkern u1="&#xf0;" u2="L" k="10" />
+<hkern u1="&#xf0;" u2="K" k="10" />
+<hkern u1="&#xf0;" u2="J" k="72" />
+<hkern u1="&#xf0;" u2="I" k="10" />
+<hkern u1="&#xf0;" u2="H" k="10" />
+<hkern u1="&#xf0;" u2="F" k="10" />
+<hkern u1="&#xf0;" u2="E" k="10" />
+<hkern u1="&#xf0;" u2="D" k="10" />
+<hkern u1="&#xf0;" u2="B" k="10" />
+<hkern u1="&#xf0;" u2="A" k="18" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf0;" u2="&#x2e;" k="31" />
+<hkern u1="&#xf0;" u2="&#x2c;" k="31" />
+<hkern u1="&#xf0;" u2="&#x29;" k="27" />
+<hkern u1="&#xf1;" u2="&#x2122;" k="35" />
+<hkern u1="&#xf1;" u2="&#x7d;" k="82" />
+<hkern u1="&#xf1;" u2="v" k="12" />
+<hkern u1="&#xf1;" u2="]" k="88" />
+<hkern u1="&#xf1;" u2="\" k="68" />
+<hkern u1="&#xf1;" u2="V" k="63" />
+<hkern u1="&#xf1;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf2;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf2;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf2;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf2;" u2="x" k="29" />
+<hkern u1="&#xf2;" u2="v" k="20" />
+<hkern u1="&#xf2;" u2="]" k="94" />
+<hkern u1="&#xf2;" u2="\" k="72" />
+<hkern u1="&#xf2;" u2="X" k="35" />
+<hkern u1="&#xf2;" u2="V" k="70" />
+<hkern u1="&#xf2;" u2="&#x3f;" k="59" />
+<hkern u1="&#xf2;" u2="&#x29;" k="35" />
+<hkern u1="&#xf3;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf3;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf3;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf3;" u2="x" k="29" />
+<hkern u1="&#xf3;" u2="v" k="20" />
+<hkern u1="&#xf3;" u2="]" k="94" />
+<hkern u1="&#xf3;" u2="\" k="72" />
+<hkern u1="&#xf3;" u2="X" k="35" />
+<hkern u1="&#xf3;" u2="V" k="70" />
+<hkern u1="&#xf3;" u2="&#x3f;" k="59" />
+<hkern u1="&#xf3;" u2="&#x29;" k="35" />
+<hkern u1="&#xf4;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf4;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf4;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf4;" u2="x" k="29" />
+<hkern u1="&#xf4;" u2="v" k="20" />
+<hkern u1="&#xf4;" u2="]" k="94" />
+<hkern u1="&#xf4;" u2="\" k="72" />
+<hkern u1="&#xf4;" u2="X" k="35" />
+<hkern u1="&#xf4;" u2="V" k="70" />
+<hkern u1="&#xf4;" u2="&#x3f;" k="59" />
+<hkern u1="&#xf4;" u2="&#x29;" k="35" />
+<hkern u1="&#xf5;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf5;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf5;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf5;" u2="x" k="29" />
+<hkern u1="&#xf5;" u2="v" k="20" />
+<hkern u1="&#xf5;" u2="]" k="94" />
+<hkern u1="&#xf5;" u2="\" k="72" />
+<hkern u1="&#xf5;" u2="X" k="35" />
+<hkern u1="&#xf5;" u2="V" k="70" />
+<hkern u1="&#xf5;" u2="&#x3f;" k="59" />
+<hkern u1="&#xf5;" u2="&#x29;" k="35" />
+<hkern u1="&#xf6;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf6;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf6;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf6;" u2="x" k="29" />
+<hkern u1="&#xf6;" u2="v" k="20" />
+<hkern u1="&#xf6;" u2="]" k="94" />
+<hkern u1="&#xf6;" u2="\" k="72" />
+<hkern u1="&#xf6;" u2="X" k="35" />
+<hkern u1="&#xf6;" u2="V" k="70" />
+<hkern u1="&#xf6;" u2="&#x3f;" k="59" />
+<hkern u1="&#xf6;" u2="&#x29;" k="35" />
+<hkern u1="&#xf8;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf8;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf8;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf8;" u2="x" k="29" />
+<hkern u1="&#xf8;" u2="v" k="20" />
+<hkern u1="&#xf8;" u2="]" k="94" />
+<hkern u1="&#xf8;" u2="\" k="72" />
+<hkern u1="&#xf8;" u2="X" k="35" />
+<hkern u1="&#xf8;" u2="V" k="70" />
+<hkern u1="&#xf8;" u2="&#x3f;" k="59" />
+<hkern u1="&#xf8;" u2="&#x29;" k="35" />
+<hkern u1="&#xf9;" u2="&#x2122;" k="27" />
+<hkern u1="&#xf9;" u2="&#x7d;" k="78" />
+<hkern u1="&#xf9;" u2="]" k="86" />
+<hkern u1="&#xf9;" u2="\" k="41" />
+<hkern u1="&#xf9;" u2="V" k="61" />
+<hkern u1="&#xf9;" u2="&#x3f;" k="43" />
+<hkern u1="&#xfa;" u2="&#x2122;" k="27" />
+<hkern u1="&#xfa;" u2="&#x7d;" k="78" />
+<hkern u1="&#xfa;" u2="]" k="86" />
+<hkern u1="&#xfa;" u2="\" k="41" />
+<hkern u1="&#xfa;" u2="V" k="61" />
+<hkern u1="&#xfa;" u2="&#x3f;" k="43" />
+<hkern u1="&#xfb;" u2="&#x2122;" k="27" />
+<hkern u1="&#xfb;" u2="&#x7d;" k="78" />
+<hkern u1="&#xfb;" u2="]" k="86" />
+<hkern u1="&#xfb;" u2="\" k="41" />
+<hkern u1="&#xfb;" u2="V" k="61" />
+<hkern u1="&#xfb;" u2="&#x3f;" k="43" />
+<hkern u1="&#xfc;" u2="&#x2122;" k="27" />
+<hkern u1="&#xfc;" u2="&#x7d;" k="78" />
+<hkern u1="&#xfc;" u2="]" k="86" />
+<hkern u1="&#xfc;" u2="\" k="41" />
+<hkern u1="&#xfc;" u2="V" k="61" />
+<hkern u1="&#xfc;" u2="&#x3f;" k="43" />
+<hkern u1="&#xfd;" u2="&#xf0;" k="29" />
+<hkern u1="&#xfd;" u2="&#xc6;" k="47" />
+<hkern u1="&#xfd;" u2="&#x7d;" k="68" />
+<hkern u1="&#xfd;" u2="]" k="74" />
+<hkern u1="&#xfd;" u2="X" k="59" />
+<hkern u1="&#xfd;" u2="V" k="18" />
+<hkern u1="&#xfd;" u2="&#x3f;" k="31" />
+<hkern u1="&#xfd;" u2="&#x2f;" k="47" />
+<hkern u1="&#xfe;" u2="&#x2122;" k="37" />
+<hkern u1="&#xfe;" u2="&#xc6;" k="16" />
+<hkern u1="&#xfe;" u2="&#x7d;" k="88" />
+<hkern u1="&#xfe;" u2="x" k="29" />
+<hkern u1="&#xfe;" u2="v" k="18" />
+<hkern u1="&#xfe;" u2="]" k="92" />
+<hkern u1="&#xfe;" u2="\" k="68" />
+<hkern u1="&#xfe;" u2="X" k="39" />
+<hkern u1="&#xfe;" u2="V" k="70" />
+<hkern u1="&#xfe;" u2="&#x3f;" k="63" />
+<hkern u1="&#xfe;" u2="&#x2a;" k="16" />
+<hkern u1="&#xfe;" u2="&#x29;" k="35" />
+<hkern u1="&#xff;" u2="&#xf0;" k="29" />
+<hkern u1="&#xff;" u2="&#xc6;" k="47" />
+<hkern u1="&#xff;" u2="&#x7d;" k="68" />
+<hkern u1="&#xff;" u2="]" k="74" />
+<hkern u1="&#xff;" u2="X" k="59" />
+<hkern u1="&#xff;" u2="V" k="18" />
+<hkern u1="&#xff;" u2="&#x3f;" k="31" />
+<hkern u1="&#xff;" u2="&#x2f;" k="47" />
+<hkern u1="&#x152;" u2="&#xf0;" k="18" />
+<hkern u1="&#x152;" u2="&#xec;" k="-66" />
+<hkern u1="&#x152;" u2="v" k="39" />
+<hkern u1="&#x152;" u2="f" k="10" />
+<hkern u1="&#x153;" u2="&#x2122;" k="31" />
+<hkern u1="&#x153;" u2="&#xc6;" k="10" />
+<hkern u1="&#x153;" u2="&#x7d;" k="80" />
+<hkern u1="&#x153;" u2="x" k="14" />
+<hkern u1="&#x153;" u2="v" k="18" />
+<hkern u1="&#x153;" u2="]" k="84" />
+<hkern u1="&#x153;" u2="\" k="66" />
+<hkern u1="&#x153;" u2="V" k="72" />
+<hkern u1="&#x153;" u2="&#x3f;" k="53" />
+<hkern u1="&#x178;" u2="&#xff;" k="82" />
+<hkern u1="&#x178;" u2="&#xf0;" k="98" />
+<hkern u1="&#x178;" u2="&#xef;" k="-55" />
+<hkern u1="&#x178;" u2="&#xec;" k="-135" />
+<hkern u1="&#x178;" u2="&#xeb;" k="145" />
+<hkern u1="&#x178;" u2="&#xe4;" k="135" />
+<hkern u1="&#x178;" u2="&#xe3;" k="135" />
+<hkern u1="&#x178;" u2="&#xc6;" k="96" />
+<hkern u1="&#x178;" u2="&#xae;" k="49" />
+<hkern u1="&#x178;" u2="x" k="90" />
+<hkern u1="&#x178;" u2="v" k="94" />
+<hkern u1="&#x178;" u2="f" k="31" />
+<hkern u1="&#x178;" u2="&#x40;" k="76" />
+<hkern u1="&#x178;" u2="&#x2f;" k="131" />
+<hkern u1="&#x178;" u2="&#x26;" k="88" />
+<hkern u1="&#x2013;" u2="&#xc6;" k="47" />
+<hkern u1="&#x2013;" u2="x" k="74" />
+<hkern u1="&#x2013;" u2="v" k="31" />
+<hkern u1="&#x2013;" u2="f" k="25" />
+<hkern u1="&#x2013;" u2="X" k="88" />
+<hkern u1="&#x2013;" u2="V" k="72" />
+<hkern u1="&#x2014;" u2="&#xc6;" k="47" />
+<hkern u1="&#x2014;" u2="x" k="74" />
+<hkern u1="&#x2014;" u2="v" k="31" />
+<hkern u1="&#x2014;" u2="f" k="25" />
+<hkern u1="&#x2014;" u2="X" k="88" />
+<hkern u1="&#x2014;" u2="V" k="72" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="33" />
+<hkern u1="&#x2018;" u2="&#xec;" k="-53" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="143" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="33" />
+<hkern u1="&#x2019;" u2="&#xec;" k="-59" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="145" />
+<hkern u1="&#x2019;" u2="&#x40;" k="49" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="141" />
+<hkern u1="&#x2019;" u2="&#x26;" k="76" />
+<hkern u1="&#x201a;" u2="v" k="88" />
+<hkern u1="&#x201a;" u2="f" k="18" />
+<hkern u1="&#x201a;" u2="V" k="125" />
+<hkern u1="&#x201c;" u2="&#xf0;" k="33" />
+<hkern u1="&#x201c;" u2="&#xec;" k="-53" />
+<hkern u1="&#x201c;" u2="&#xc6;" k="143" />
+<hkern u1="&#x201d;" u2="&#xf0;" k="33" />
+<hkern u1="&#x201d;" u2="&#xec;" k="-59" />
+<hkern u1="&#x201d;" u2="&#xc6;" k="145" />
+<hkern u1="&#x201d;" u2="&#x40;" k="49" />
+<hkern u1="&#x201d;" u2="&#x2f;" k="141" />
+<hkern u1="&#x201d;" u2="&#x26;" k="76" />
+<hkern u1="&#x201e;" u2="v" k="88" />
+<hkern u1="&#x201e;" u2="f" k="18" />
+<hkern u1="&#x201e;" u2="V" k="125" />
+<hkern u1="&#x2039;" u2="V" k="51" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="23" />
+<hkern u1="&#x203a;" u2="x" k="59" />
+<hkern u1="&#x203a;" u2="v" k="27" />
+<hkern u1="&#x203a;" u2="X" k="55" />
+<hkern u1="&#x203a;" u2="V" k="63" />
+<hkern u1="&#x2122;" u2="&#xee;" k="-16" />
+<hkern u1="&#x2122;" u2="&#xc6;" k="82" />
+<hkern u1="&#x2122;" u2="&#xc5;" k="66" />
+<hkern u1="&#x2122;" u2="&#xc4;" k="66" />
+<hkern u1="&#x2122;" u2="&#xc3;" k="66" />
+<hkern u1="&#x2122;" u2="&#xc2;" k="66" />
+<hkern u1="&#x2122;" u2="&#xc1;" k="66" />
+<hkern u1="&#x2122;" u2="&#xc0;" k="66" />
+<hkern u1="&#x2122;" u2="Z" k="16" />
+<hkern u1="&#x2122;" u2="J" k="59" />
+<hkern u1="&#x2122;" u2="A" k="66" />
+<hkern g1="C,Ccedilla" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="J" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="C,Ccedilla" 	g2="d,q" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="guillemotleft,guilsinglleft" 	k="51" />
+<hkern g1="C,Ccedilla" 	g2="hyphen,endash,emdash" 	k="82" />
+<hkern g1="C,Ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="t" 	k="18" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="45" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="45" />
+<hkern g1="C,Ccedilla" 	g2="guillemotright,guilsinglright" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="m,n,p,r,ntilde" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="D,Eth" 	g2="J" 	k="59" />
+<hkern g1="D,Eth" 	g2="T" 	k="72" />
+<hkern g1="D,Eth" 	g2="W" 	k="10" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="63" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="D,Eth" 	g2="Z" 	k="25" />
+<hkern g1="D,Eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="51" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,Ccedilla" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="S" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d,q" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="guillemotleft,guilsinglleft" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,endash,emdash" 	k="51" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="35" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="G" 	g2="J" 	k="33" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="G" 	g2="g" 	k="12" />
+<hkern g1="G" 	g2="t" 	k="18" />
+<hkern g1="G" 	g2="w" 	k="16" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="J" 	k="20" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="d,q" 	k="10" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="g" 	k="20" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="J" 	g2="d,q" 	k="10" />
+<hkern g1="J" 	g2="g" 	k="16" />
+<hkern g1="J" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="K" 	g2="C,Ccedilla" 	k="45" />
+<hkern g1="K" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="49" />
+<hkern g1="K" 	g2="d,q" 	k="29" />
+<hkern g1="K" 	g2="g" 	k="18" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="53" />
+<hkern g1="K" 	g2="hyphen,endash,emdash" 	k="88" />
+<hkern g1="K" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="29" />
+<hkern g1="K" 	g2="t" 	k="23" />
+<hkern g1="K" 	g2="w" 	k="57" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="L" 	g2="C,Ccedilla" 	k="55" />
+<hkern g1="L" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="59" />
+<hkern g1="L" 	g2="T" 	k="219" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="L" 	g2="W" 	k="92" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="186" />
+<hkern g1="L" 	g2="d,q" 	k="18" />
+<hkern g1="L" 	g2="guillemotleft,guilsinglleft" 	k="133" />
+<hkern g1="L" 	g2="hyphen,endash,emdash" 	k="184" />
+<hkern g1="L" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="203" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="203" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="203" />
+<hkern g1="L" 	g2="t" 	k="45" />
+<hkern g1="L" 	g2="w" 	k="96" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="111" />
+<hkern g1="L" 	g2="guillemotright,guilsinglright" 	k="49" />
+<hkern g1="L" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="55" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="59" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="39" />
+<hkern g1="R" 	g2="J" 	k="16" />
+<hkern g1="R" 	g2="T" 	k="33" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="43" />
+<hkern g1="R" 	g2="d,q" 	k="20" />
+<hkern g1="R" 	g2="g" 	k="18" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="49" />
+<hkern g1="R" 	g2="hyphen,endash,emdash" 	k="35" />
+<hkern g1="R" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="R" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="S" 	g2="J" 	k="47" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="S" 	g2="g" 	k="16" />
+<hkern g1="S" 	g2="t" 	k="23" />
+<hkern g1="S" 	g2="w" 	k="23" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="S" 	g2="z" 	k="10" />
+<hkern g1="T" 	g2="C,Ccedilla" 	k="49" />
+<hkern g1="T" 	g2="J" 	k="66" />
+<hkern g1="T" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="61" />
+<hkern g1="T" 	g2="d,q" 	k="217" />
+<hkern g1="T" 	g2="g" 	k="242" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="133" />
+<hkern g1="T" 	g2="hyphen,endash,emdash" 	k="141" />
+<hkern g1="T" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="217" />
+<hkern g1="T" 	g2="t" 	k="76" />
+<hkern g1="T" 	g2="w" 	k="166" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="164" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="131" />
+<hkern g1="T" 	g2="m,n,p,r,ntilde" 	k="221" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="223" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="109" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="139" />
+<hkern g1="T" 	g2="z" 	k="197" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="205" />
+<hkern g1="T" 	g2="b,thorn" 	k="25" />
+<hkern g1="T" 	g2="colon,semicolon" 	k="121" />
+<hkern g1="T" 	g2="s" 	k="207" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d,q" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="10" />
+<hkern g1="W" 	g2="J" 	k="57" />
+<hkern g1="W" 	g2="d,q" 	k="45" />
+<hkern g1="W" 	g2="g" 	k="53" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="39" />
+<hkern g1="W" 	g2="hyphen,endash,emdash" 	k="45" />
+<hkern g1="W" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="27" />
+<hkern g1="W" 	g2="m,n,p,r,ntilde" 	k="33" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="49" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="84" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="W" 	g2="s" 	k="31" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,Ccedilla" 	k="57" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="102" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="S" 	k="37" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d,q" 	k="152" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="158" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="147" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,endash,emdash" 	k="156" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="145" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="37" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="98" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="94" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="121" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,p,r,ntilde" 	k="127" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="131" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="90" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="158" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="98" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="135" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="96" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="145" />
+<hkern g1="Z" 	g2="C,Ccedilla" 	k="16" />
+<hkern g1="Z" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="Z" 	g2="d,q" 	k="27" />
+<hkern g1="Z" 	g2="g" 	k="33" />
+<hkern g1="Z" 	g2="guillemotleft,guilsinglleft" 	k="53" />
+<hkern g1="Z" 	g2="hyphen,endash,emdash" 	k="82" />
+<hkern g1="Z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="Z" 	g2="t" 	k="12" />
+<hkern g1="Z" 	g2="w" 	k="31" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="Z" 	g2="guillemotright,guilsinglright" 	k="16" />
+<hkern g1="Z" 	g2="m,n,p,r,ntilde" 	k="12" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="176" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="125" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="8" />
+<hkern g1="b,p,thorn" 	g2="J" 	k="74" />
+<hkern g1="b,p,thorn" 	g2="S" 	k="18" />
+<hkern g1="b,p,thorn" 	g2="T" 	k="219" />
+<hkern g1="b,p,thorn" 	g2="W" 	k="43" />
+<hkern g1="b,p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="139" />
+<hkern g1="b,p,thorn" 	g2="quoteleft,quotedblleft" 	k="51" />
+<hkern g1="b,p,thorn" 	g2="quoteright,quotedblright" 	k="51" />
+<hkern g1="b,p,thorn" 	g2="quotedbl,quotesingle" 	k="37" />
+<hkern g1="b,p,thorn" 	g2="t" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="w" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="b,p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="b,p,thorn" 	g2="Z" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="z" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="246" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="102" />
+<hkern g1="c,ccedilla" 	g2="d,q" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="g" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="guillemotleft,guilsinglleft" 	k="88" />
+<hkern g1="c,ccedilla" 	g2="hyphen,endash,emdash" 	k="115" />
+<hkern g1="c,ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="c,ccedilla" 	g2="guillemotright,guilsinglright" 	k="23" />
+<hkern g1="colon,semicolon" 	g2="T" 	k="123" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="96" />
+<hkern g1="d" 	g2="J" 	k="57" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="51" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="14" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="213" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="39" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="178" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteleft,quotedblleft" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="t" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="w" 	k="16" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="10" />
+<hkern g1="g" 	g2="T" 	k="182" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="g" 	g2="hyphen,endash,emdash" 	k="27" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="J" 	k="61" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="133" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="27" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="121" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quoteright,quotedblright" 	k="121" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quotedbl,quotesingle" 	k="125" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="t" 	k="27" />
+<hkern g1="guillemotright,guilsinglright" 	g2="J" 	k="63" />
+<hkern g1="guillemotright,guilsinglright" 	g2="S" 	k="51" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="133" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="39" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="147" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="182" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="188" />
+<hkern g1="guillemotright,guilsinglright" 	g2="t" 	k="25" />
+<hkern g1="guillemotright,guilsinglright" 	g2="w" 	k="20" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="guillemotright,guilsinglright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Z" 	k="39" />
+<hkern g1="guillemotright,guilsinglright" 	g2="z" 	k="72" />
+<hkern g1="hyphen,endash,emdash" 	g2="J" 	k="76" />
+<hkern g1="hyphen,endash,emdash" 	g2="S" 	k="68" />
+<hkern g1="hyphen,endash,emdash" 	g2="T" 	k="141" />
+<hkern g1="hyphen,endash,emdash" 	g2="W" 	k="45" />
+<hkern g1="hyphen,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="156" />
+<hkern g1="hyphen,endash,emdash" 	g2="quoteright,quotedblright" 	k="160" />
+<hkern g1="hyphen,endash,emdash" 	g2="quotedbl,quotesingle" 	k="170" />
+<hkern g1="hyphen,endash,emdash" 	g2="t" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="w" 	k="27" />
+<hkern g1="hyphen,endash,emdash" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="hyphen,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="hyphen,endash,emdash" 	g2="Z" 	k="68" />
+<hkern g1="hyphen,endash,emdash" 	g2="z" 	k="104" />
+<hkern g1="hyphen,endash,emdash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis" 	g2="J" 	k="57" />
+<hkern g1="k" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="k" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="k" 	g2="T" 	k="182" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="90" />
+<hkern g1="k" 	g2="d,q" 	k="33" />
+<hkern g1="k" 	g2="g" 	k="25" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="66" />
+<hkern g1="k" 	g2="hyphen,endash,emdash" 	k="92" />
+<hkern g1="k" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="l" 	g2="J" 	k="57" />
+<hkern g1="h,m,n,ntilde" 	g2="J" 	k="61" />
+<hkern g1="h,m,n,ntilde" 	g2="S" 	k="12" />
+<hkern g1="h,m,n,ntilde" 	g2="T" 	k="227" />
+<hkern g1="h,m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="W" 	k="39" />
+<hkern g1="h,m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="145" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="27" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="29" />
+<hkern g1="h,m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="h,m,n,ntilde" 	g2="t" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="w" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="J" 	k="74" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="18" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="221" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="145" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="35" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="t" 	k="12" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="w" 	k="18" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="14" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="z" 	k="10" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="C,Ccedilla" 	k="39" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="39" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="139" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="84" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="158" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="hyphen,endash,emdash" 	k="115" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="328" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="328" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="332" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="t" 	k="45" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="w" 	k="74" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="88" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="61" />
+<hkern g1="quoteleft,quotedblleft" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d,q" 	k="80" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="121" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="344" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="33" />
+<hkern g1="quoteright,quotedblright" 	g2="C,Ccedilla" 	k="16" />
+<hkern g1="quoteright,quotedblright" 	g2="J" 	k="61" />
+<hkern g1="quoteright,quotedblright" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="quoteright,quotedblright" 	g2="d,q" 	k="82" />
+<hkern g1="quoteright,quotedblright" 	g2="g" 	k="43" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="207" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,endash,emdash" 	k="176" />
+<hkern g1="quoteright,quotedblright" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotright,guilsinglright" 	k="139" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="121" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="346" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="61" />
+<hkern g1="quotedbl,quotesingle" 	g2="d,q" 	k="49" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="29" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="188" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,endash,emdash" 	k="172" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotright,guilsinglright" 	k="125" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="106" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="334" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="18" />
+<hkern g1="r" 	g2="J" 	k="76" />
+<hkern g1="r" 	g2="T" 	k="176" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="51" />
+<hkern g1="r" 	g2="d,q" 	k="43" />
+<hkern g1="r" 	g2="g" 	k="23" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="109" />
+<hkern g1="r" 	g2="hyphen,endash,emdash" 	k="123" />
+<hkern g1="r" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="r" 	g2="guillemotright,guilsinglright" 	k="76" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="80" />
+<hkern g1="r" 	g2="Z" 	k="43" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="119" />
+<hkern g1="s" 	g2="J" 	k="74" />
+<hkern g1="s" 	g2="T" 	k="207" />
+<hkern g1="s" 	g2="W" 	k="27" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="123" />
+<hkern g1="s" 	g2="g" 	k="16" />
+<hkern g1="s" 	g2="hyphen,endash,emdash" 	k="33" />
+<hkern g1="s" 	g2="w" 	k="14" />
+<hkern g1="s" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="t" 	g2="T" 	k="190" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="53" />
+<hkern g1="t" 	g2="guillemotleft,guilsinglleft" 	k="88" />
+<hkern g1="t" 	g2="hyphen,endash,emdash" 	k="80" />
+<hkern g1="t" 	g2="guillemotright,guilsinglright" 	k="59" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="J" 	k="57" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="225" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="W" 	k="33" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="127" />
+<hkern g1="w" 	g2="J" 	k="70" />
+<hkern g1="w" 	g2="T" 	k="168" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="w" 	g2="d,q" 	k="18" />
+<hkern g1="w" 	g2="g" 	k="18" />
+<hkern g1="w" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="w" 	g2="hyphen,endash,emdash" 	k="27" />
+<hkern g1="w" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="w" 	g2="Z" 	k="41" />
+<hkern g1="w" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="74" />
+<hkern g1="w" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="w" 	g2="s" 	k="12" />
+<hkern g1="y,yacute,ydieresis" 	g2="J" 	k="72" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="162" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="92" />
+<hkern g1="y,yacute,ydieresis" 	g2="d,q" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="g" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="27" />
+<hkern g1="y,yacute,ydieresis" 	g2="hyphen,endash,emdash" 	k="33" />
+<hkern g1="y,yacute,ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="41" />
+<hkern g1="y,yacute,ydieresis" 	g2="Z" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="88" />
+<hkern g1="y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="y,yacute,ydieresis" 	g2="s" 	k="14" />
+<hkern g1="z" 	g2="J" 	k="23" />
+<hkern g1="z" 	g2="T" 	k="197" />
+<hkern g1="z" 	g2="W" 	k="10" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="106" />
+<hkern g1="z" 	g2="d,q" 	k="12" />
+<hkern g1="z" 	g2="g" 	k="8" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="72" />
+<hkern g1="z" 	g2="hyphen,endash,emdash" 	k="88" />
+<hkern g1="z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+</font>
+</defs></svg> 

BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.ttf


BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-extralight-webfont.woff


BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.eot


+ 2725 - 0
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.svg

@@ -0,0 +1,2725 @@
+<?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="titillium_webregular" horiz-adv-x="1146" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="450" />
+<glyph horiz-adv-x="2048" />
+<glyph horiz-adv-x="2048" />
+<glyph unicode="&#xd;" horiz-adv-x="681" />
+<glyph unicode=" "  horiz-adv-x="450" />
+<glyph unicode="&#x09;" horiz-adv-x="450" />
+<glyph unicode="&#xa0;" horiz-adv-x="450" />
+<glyph unicode="!" horiz-adv-x="505" d="M170 0v229h168v-229h-168zM172 1417h162l-10 -950h-142z" />
+<glyph unicode="&#x22;" horiz-adv-x="763" d="M135 1417h154l-8 -454h-138zM475 1417h154l-8 -454h-138z" />
+<glyph unicode="#" d="M49 356v131h227v381h-227v131h227v365h140v-365h315v365h139v-365h228v-131h-228v-381h228v-131h-228v-356h-139v356h-315v-356h-140v356h-227zM416 487h315v381h-315v-381z" />
+<glyph unicode="$" d="M141 1010q0 362 434 362q31 0 48 -2l34 264h105l-35 -270l256 -31l-12 -127q-141 16 -260 27l-62 -477q199 -47 281 -121t82 -238q0 -416 -432 -415h-31l-29 -236q-104 6 -104 14l28 228l-292 37l16 125q158 -23 293 -31l67 512q-209 49 -298 126t-89 253zM293 1018 q0 -111 55 -158t199 -82l59 461h-20q-293 0 -293 -221zM567 115h4q289 0 289 272q0 98 -51 145.5t-178 77.5z" />
+<glyph unicode="%" d="M57 1090q0 282 225.5 282t225.5 -282q0 -145 -59.5 -217t-166 -72t-166 71.5t-59.5 217.5zM182 1090q0 -184 101.5 -184.5t101.5 184.5q0 92 -23.5 135t-78 43t-78 -43t-23.5 -135zM317 -8l420 1403l99 -33l-420 -1399zM641 270q0 281 224.5 281t224.5 -283 q0 -143 -59.5 -215.5t-166 -72.5t-165 72.5t-58.5 217.5zM764 270q0 -186 100 -186q57 0 80 45t23 139t-22.5 136t-78 42t-79 -42t-23.5 -134z" />
+<glyph unicode="&#x26;" horiz-adv-x="1409" d="M86 396.5q0 195.5 75 286.5t242 146q-72 82 -94 145.5t-22 160.5q0 137 94 219t266 82t261 -82t89 -226.5t-71.5 -227.5t-243.5 -163l311 -307q45 131 58 332l149 -2q-27 -256 -94 -426l264 -250l-92 -102l-248 231q-141 -233 -428 -233t-401.5 110.5t-114.5 306z M242 414q0 -295 336 -295q252 0 346 184l-432 430q-135 -43 -192.5 -110.5t-57.5 -208.5zM440 1110q0 -125 92 -223l60 -58q141 61 196.5 121t55.5 164q0 188 -202 188.5t-202 -192.5z" />
+<glyph unicode="'" horiz-adv-x="425" d="M137 1417h154l-10 -454h-138z" />
+<glyph unicode="(" horiz-adv-x="540" d="M104 616q0 197 53.5 427.5t106.5 361.5l53 131h148q-72 -188 -133.5 -465.5t-61.5 -453t49.5 -393.5t98.5 -349l47 -131h-148q-213 479 -213 872z" />
+<glyph unicode=")" horiz-adv-x="540" d="M76 -256q70 164 132 431t62 442.5t-48 404.5t-97 371l-49 143h147q136 -305 191 -653q23 -143 22.5 -303t-53.5 -378t-107 -337l-53 -121h-147z" />
+<glyph unicode="*" horiz-adv-x="860" d="M111 938l221 162l-217 157l63 86l217 -159l84 258l101 -33l-82 -260h266v-102h-270l84 -256l-101 -31l-84 258l-219 -162z" />
+<glyph unicode="+" d="M113 444v140h387v399h143v-399h391v-140h-391v-403h-143v403h-387z" />
+<glyph unicode="," horiz-adv-x="456" d="M70 -252l94 471h170l-137 -471h-127z" />
+<glyph unicode="-" horiz-adv-x="897" d="M139 492v143h621v-143h-621z" />
+<glyph unicode="." horiz-adv-x="442" d="M137 0v233h168v-233h-168z" />
+<glyph unicode="/" horiz-adv-x="843" d="M66 20l577 1430l137 -51l-577 -1428z" />
+<glyph unicode="0" d="M80 667q0 386 121.5 546.5t369.5 160.5q168 0 273 -63q221 -131 221 -656q0 -371 -123 -523t-368.5 -152t-369.5 150.5t-124 536.5zM244 653q0 -303 79.5 -418.5t249.5 -115.5t250 116.5t80 433t-77 440.5t-253 124q-117 0 -184 -49q-145 -100 -145 -531z" />
+<glyph unicode="1" d="M219 1065l430 287h148v-1352h-158v1176l-348 -230z" />
+<glyph unicode="2" d="M141 0v133l396 416q102 106 149 161.5t85 131.5t38 151q0 131 -71.5 184.5t-223.5 53.5q-133 0 -297 -35l-53 -10l-12 131q195 55 401.5 55t312 -87t105.5 -275q0 -143 -63.5 -250t-219.5 -256l-360 -367h678v-137h-865z" />
+<glyph unicode="3" d="M127 35l14 129q221 -45 414 -45q293 2 293 262q0 244 -279 254h-272v135h272q86 0 166 68.5t80 181.5t-63.5 163t-212.5 50q-164 0 -324 -31l-53 -10l-15 125q193 57 413 57t318.5 -84t98.5 -268q0 -94 -25.5 -136t-41 -64.5t-40.5 -43.5q-45 -35 -71 -49l-23 -14 q119 -43 176.5 -109.5t57.5 -218.5q0 -207 -105.5 -307t-333.5 -100q-180 0 -381 40z" />
+<glyph unicode="4" d="M82 264v123l385 965h172l-391 -949h489v422h158v-422h172v-139h-172v-264h-158v264h-655z" />
+<glyph unicode="5" d="M129 41l18 125q236 -45 397 -45t242.5 83t81.5 232.5t-74.5 212t-211.5 62.5q-74 0 -155 -20.5t-124 -41.5l-43 -20l-108 20l36 703h789v-144h-658l-36 -440q158 84 317 84q430 0 430 -399q0 -229 -118.5 -350t-333.5 -121q-172 0 -381 45z" />
+<glyph unicode="6" d="M102 682q0 354 138.5 522t390.5 168q166 0 315 -24l55 -11l-14 -129q-184 25 -358 25t-268.5 -121t-94.5 -346l51 20q51 18 136.5 39t150.5 21q455 0 455 -420q0 -215 -124 -330.5t-349 -115.5q-483 0 -484 702zM264 627q2 -233 79 -370.5t234.5 -137.5t237.5 78.5 t80 223t-79 214.5t-222 70q-70 0 -153 -19.5t-130 -38.5z" />
+<glyph unicode="7" d="M158 1208v144h839v-207l-520 -1165l-149 47l510 1128v53h-680z" />
+<glyph unicode="8" d="M66 344q0 145 56 221t177 142q-111 55 -161 125.5t-50 191.5q0 172 128 261t353.5 89t357.5 -89t132 -263q0 -127 -51.5 -193.5t-173.5 -121.5q123 -55 184 -130t61 -210q0 -387 -506.5 -387t-506.5 364zM233 371q0 -248 339 -248t339 260q0 109 -60 161t-179 87h-215 q-113 -31 -168.5 -91t-55.5 -169zM256 1006q0 -90 49 -145.5t152 -92.5h215q111 35 165 90.5t54 145.5q0 227 -317.5 227t-317.5 -225z" />
+<glyph unicode="9" d="M84 924q0 207 127 327.5t342 120.5q248 0 368.5 -183t120.5 -538.5t-136 -513t-400 -157.5q-154 0 -318 28l-53 8l15 127q184 -24 356 -24q371 0 373 471q-205 -78 -353 -78q-442 0 -442 412zM248 924q0 -273 291 -273q125 0 288 56l54 18q-6 508 -328 508 q-143 0 -224 -83t-81 -226z" />
+<glyph unicode=":" horiz-adv-x="444" d="M137 0v233h168v-233h-168zM137 659v234h168v-234h-168z" />
+<glyph unicode=";" horiz-adv-x="507" d="M98 -252l92 471h172l-137 -471h-127zM180 659v234h166v-234h-166z" />
+<glyph unicode="&#x3c;" d="M125 446v136l852 415v-159l-694 -322l694 -328v-161z" />
+<glyph unicode="=" d="M131 254v141h885v-141h-885zM131 633v141h885v-141h-885z" />
+<glyph unicode="&#x3e;" d="M168 27v161l694 328l-694 322v159l852 -415v-136z" />
+<glyph unicode="?" horiz-adv-x="915" d="M76 1376q207 61 342 62q211 0 312 -77t101 -251q0 -133 -35.5 -201.5t-145 -160t-150.5 -145.5t-41 -120v-71h-129q-27 55 -27 124.5t47 130t151.5 150.5t139.5 143.5t35 148.5t-65.5 142t-207.5 47q-90 0 -264 -36l-53 -11zM307 2v229h168v-229h-168z" />
+<glyph unicode="@" horiz-adv-x="2000" d="M104 535q0 494 235.5 720t692.5 226t668 -210t211 -646v-27q0 -434 -137 -547q-49 -39 -99.5 -51t-115 -12t-110.5 12t-71 31q-49 37 -67 80q-201 -121 -357 -121q-76 0 -132 18.5t-113 69.5q-115 102 -115 399t93 427t323 130q88 0 198 -39l37 -14v33h154v-391 q0 -358 22 -426q10 -27 29.5 -49.5t42.5 -26.5t78 -4t93 26.5t64.5 135t26.5 319.5v29q0 379 -168 549t-558 170t-579.5 -194t-189.5 -629t180.5 -619.5t591.5 -184.5l293 21l6 -137q-193 -18 -299 -19q-238 0 -402.5 45t-285.5 154q-240 209 -240 752zM750 500 q0 -375 215 -375q88 0 299 94q-18 111 -19 354v285q-123 41 -211 41q-166 0 -225 -94t-59 -305z" />
+<glyph unicode="A" horiz-adv-x="1220" d="M49 0l389 1417h344l389 -1417h-155l-103 365h-606l-102 -365h-156zM342 506h537l-215 776h-107z" />
+<glyph unicode="B" horiz-adv-x="1261" d="M174 0v1417h514q211 0 316.5 -87t105.5 -273q0 -133 -46 -208t-136 -118q225 -78 225 -334q0 -213 -112.5 -305t-325.5 -92h-541zM332 139h377q139 0 211.5 58.5t72.5 205.5q0 78 -29.5 131.5t-78.5 75.5q-91 41 -187 41h-366v-512zM332 788h364q131 0 191.5 62.5 t60.5 188.5t-64.5 182.5t-201.5 56.5h-350v-490z" />
+<glyph unicode="C" horiz-adv-x="1114" d="M121 706.5q0 188.5 21.5 316.5t77.5 226.5t158.5 143.5t266.5 45t385 -45l-6 -133q-202 36 -360 36h-9q-225 0 -297.5 -134t-72.5 -457q0 -162 13 -260.5t52 -177.5t114 -112.5t219 -33.5t341 37l6 -135q-211 -43 -379 -43t-271.5 46t-159.5 143t-77.5 223t-21.5 314.5z " />
+<glyph unicode="D" horiz-adv-x="1320" d="M174 0v1417h506q346 0 459 -274q65 -156 65 -406v-8q0 -535 -266 -674q-106 -55 -258 -55h-506zM332 139h348q362 0 362 590q0 408 -182 508q-74 41 -180 41h-348v-1139z" />
+<glyph unicode="E" horiz-adv-x="1132" d="M174 0v1417h862v-139h-704v-490h581v-137h-581v-512h704v-139h-862z" />
+<glyph unicode="F" horiz-adv-x="1077" d="M174 0v1417h848v-139h-690v-553h583v-139h-583v-586h-158z" />
+<glyph unicode="G" horiz-adv-x="1261" d="M117 707.5q0 371.5 119.5 551t425.5 179.5q190 0 395 -41l69 -13l-6 -131q-254 43 -440 43q-236 0 -317.5 -136t-81.5 -452.5t81.5 -452.5t315.5 -136q143 0 293 28v437h-236v141h391v-696q-258 -49 -460 -49q-309 0 -429 178t-120 549.5z" />
+<glyph unicode="H" horiz-adv-x="1382" d="M174 0v1417h158v-635h721v635h155v-1417h-155v641h-721v-641h-158z" />
+<glyph unicode="I" horiz-adv-x="503" d="M174 0v1417h158v-1417h-158z" />
+<glyph unicode="J" horiz-adv-x="591" d="M37 -6q147 0 189 36t42 187v1200h156l2 -1222q0 -172 -57 -252q-47 -68 -187 -84q-55 -6 -145 -6v141z" />
+<glyph unicode="K" horiz-adv-x="1165" d="M174 0v1417h158v-659l233 8l363 651h180l-406 -712l428 -705h-186l-377 627l-235 -9v-618h-158z" />
+<glyph unicode="L" horiz-adv-x="980" d="M174 0v1417h158v-1276h622v-141h-780z" />
+<glyph unicode="M" horiz-adv-x="1720" d="M174 0v1417h285l401 -1198l402 1198h284v-1417h-157v1249h-29l-412 -1198h-176l-412 1198h-28v-1249h-158z" />
+<glyph unicode="N" horiz-adv-x="1384" d="M174 0v1417h295l543 -1278h43v1278h155v-1417h-288l-551 1278h-39v-1278h-158z" />
+<glyph unicode="O" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -559.5t-121 -548.5t-439.5 -169.5t-439 174t-120.5 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 133t81 446.5t-84 456.5t-314.5 143t-313 -142t-82.5 -453.5z" />
+<glyph unicode="P" horiz-adv-x="1214" d="M174 0v1417h518q231 0 342 -112.5t111 -343.5q0 -484 -453 -484h-360v-477h-158zM332 616h358q293 0 293 345q0 164 -69.5 240.5t-223.5 76.5h-358v-662z" />
+<glyph unicode="Q" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -555.5q0 -260 -53.5 -416.5t-182.5 -232.5l175 -280l-148 -70l-180 295q-68 -18 -172 -18q-317 0 -438 174t-121 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 132t81 446.5t-84 457.5t-314.5 143 t-313 -142t-82.5 -453.5z" />
+<glyph unicode="R" horiz-adv-x="1261" d="M174 0v1417h524q225 0 339 -104.5t114 -325.5q0 -328 -260 -412l272 -575h-174l-256 543h-401v-543h-158zM332 682h368q289 0 289 298t-291 298h-366v-596z" />
+<glyph unicode="S" horiz-adv-x="1110" d="M98 1059q0 381 457 381q150 0 358 -31l70 -10l-14 -133q-285 34 -404 34q-307 0 -307 -231q0 -129 70.5 -177t286.5 -96t306.5 -125t90.5 -253q0 -436 -453 -436q-150 0 -375 34l-73 11l16 131q279 -37 424 -37q303 0 303 285q0 115 -66.5 165t-248.5 84 q-240 51 -340.5 132t-100.5 272z" />
+<glyph unicode="T" horiz-adv-x="1077" d="M27 1276v141h1024v-141h-433v-1276h-155v1276h-436z" />
+<glyph unicode="U" horiz-adv-x="1318" d="M164 430v987h158v-991q0 -307 331 -307q172 0 259 72.5t87 234.5v991h156v-987q0 -238 -126 -344t-371.5 -106t-369.5 106.5t-124 343.5z" />
+<glyph unicode="V" horiz-adv-x="1191" d="M49 1417h164l326 -1278h114l326 1278h164l-371 -1417h-352z" />
+<glyph unicode="W" horiz-adv-x="1814" d="M61 1417h164l242 -1278h59l289 1266h184l289 -1266h60l241 1278h162l-287 -1417h-288l-269 1210l-268 -1210h-289z" />
+<glyph unicode="X" horiz-adv-x="1142" d="M39 0l438 694l-438 723h178l358 -606l361 606h170l-436 -719l436 -698h-178l-357 588l-362 -588h-170z" />
+<glyph unicode="Y" horiz-adv-x="1101" d="M20 1417h179l352 -663l352 663h178l-450 -821v-596h-158v596z" />
+<glyph unicode="Z" horiz-adv-x="1097" d="M88 -2v182l739 1053v45h-739v139h922v-184l-742 -1053v-41h742v-141h-922z" />
+<glyph unicode="[" horiz-adv-x="673" d="M162 -252v1786h430v-137h-275v-1512h275v-137h-430z" />
+<glyph unicode="\" horiz-adv-x="892" d="M61 1389l138 59l630 -1419l-137 -58z" />
+<glyph unicode="]" horiz-adv-x="673" d="M82 -115h274v1512h-274v137h430v-1786h-430v137z" />
+<glyph unicode="^" d="M119 653l379 699h137l391 -699h-164l-293 547l-286 -547h-164z" />
+<glyph unicode="_" horiz-adv-x="1294" d="M209 -188h876v-136h-876v136z" />
+<glyph unicode="`" horiz-adv-x="483" d="M-2 1384l53 132l443 -201l-43 -105z" />
+<glyph unicode="a" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-182 -81 -364 -81h-4q-141 0 -215 79.5t-74 229zM240 297q0 -188 155 -188 q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131z" />
+<glyph unicode="b" horiz-adv-x="1077" d="M147 2v1468h152v-497q156 71 301 71q207 0 290 -117.5t83 -412.5t-103.5 -414.5t-380.5 -119.5q-86 0 -284 16zM299 127q133 -10 188 -10q201 0 265.5 91t64.5 308t-51 304t-182 87q-119 0 -244 -45l-41 -14v-721z" />
+<glyph unicode="c" horiz-adv-x="892" d="M104 517q0 292 98.5 409.5t327.5 117.5q68 0 230 -24l49 -6l-6 -125q-164 18 -242 18q-174 0 -236.5 -83t-62.5 -307t58.5 -312t242.5 -88l242 18l6 -127q-184 -28 -279 -28h-6q-240 0 -331 122.5t-91 414.5z" />
+<glyph unicode="d" horiz-adv-x="1083" d="M102 482.5q0 297.5 99.5 429.5t328.5 132q119 0 252 -26v452h152v-1470h-152v70q-158 -90 -311 -90q-82 0 -143.5 20t-114.5 74q-111 111 -111 408.5zM260 504q0 -238 72 -320q33 -39 69.5 -53t95 -14t131 19.5t113.5 37.5l41 19v694q-126 24 -234 24h-9 q-156 0 -217.5 -99t-61.5 -308z" />
+<glyph unicode="e" horiz-adv-x="1034" d="M102 506q0 538 426 538h2q207 0 309.5 -115.5t102.5 -363.5l-8 -116h-676q0 -170 61.5 -252t214 -82t310.5 12l59 6l4 -121q-226 -32 -389 -32h-10q-221 0 -313.5 128t-92.5 398zM256 571h532q0 188 -60 266t-196.5 78t-205 -81.5t-70.5 -262.5z" />
+<glyph unicode="f" horiz-adv-x="677" d="M61 891v133h129v92q0 217 61.5 296t215.5 79l207 -14l-2 -127q-115 4 -189.5 4t-106.5 -49.5t-32 -190.5v-90h297v-133h-297v-891h-154v891h-129z" />
+<glyph unicode="g" horiz-adv-x="1052" d="M102 -172q0 84 37 136t125 118q-57 39 -57 141q0 35 51 129l18 33q-162 74 -161 309q0 350 383 350q98 0 182 -20l31 -6l303 8v-131l-195 4q68 -68 68 -205q0 -193 -95.5 -269.5t-299.5 -76.5q-55 0 -101 8q-37 -90 -37 -116q0 -63 39 -79t235.5 -16t282.5 -61t86 -241 q0 -324 -454 -324q-246 0 -343.5 66.5t-97.5 242.5zM254 -160q0 -109 60.5 -150.5t223 -41.5t233.5 45t71 150.5t-51.5 136t-200.5 30.5l-221 10q-68 -49 -91.5 -86t-23.5 -94zM268 694q0 -121 54.5 -172t179.5 -51t178 51t53 173t-53 173.5t-178 51.5t-179.5 -52.5 t-54.5 -173.5z" />
+<glyph unicode="h" horiz-adv-x="1099" d="M147 0v1470h154v-503q162 77 311 77h4q205 0 276 -110.5t71 -392.5v-541h-154v537q0 213 -42 291.5t-177 78.5q-129 0 -250 -47l-39 -14v-846h-154z" />
+<glyph unicode="i" horiz-adv-x="448" d="M147 0v1024h154v-1024h-154zM147 1255v179h154v-179h-154z" />
+<glyph unicode="j" horiz-adv-x="448" d="M-100 -338q160 92 205 157t45 208v997h151v-999q0 -188 -67.5 -282.5t-272.5 -199.5zM150 1255v179h151v-179h-151z" />
+<glyph unicode="k" horiz-adv-x="980" d="M147 0v1470h154v-868l160 8l293 414h174l-334 -471l348 -553h-174l-305 475l-162 -6v-469h-154z" />
+<glyph unicode="l" horiz-adv-x="473" d="M160 0v1470h153v-1470h-153z" />
+<glyph unicode="m" horiz-adv-x="1712" d="M147 0v1024h152v-72q154 92 299 92q190 0 266 -104q68 41 175.5 72.5t189.5 31.5q205 0 275.5 -109.5t70.5 -393.5v-541h-154v537q0 213 -41 291.5t-174 78.5q-68 0 -139.5 -19.5t-110.5 -37.5l-38 -19q26 -66 26 -283v-16v-532h-153v528q0 221 -40 300t-176 79 q-66 0 -134 -19.5t-105 -37.5l-35 -19v-831h-154z" />
+<glyph unicode="n" horiz-adv-x="1099" d="M147 0v1024h152v-72q166 92 317 92q205 0 276 -110.5t71 -392.5v-541h-152v537q0 213 -42 291.5t-179 78.5q-66 0 -138.5 -19.5t-111.5 -37.5l-39 -19v-831h-154z" />
+<glyph unicode="o" horiz-adv-x="1081" d="M102 514q0 281 100.5 405.5t339 124.5t338 -124.5t99.5 -405.5t-94 -407.5t-344 -126.5t-344.5 126.5t-94.5 407.5zM260 517q0 -224 54.5 -314t227.5 -90t226 89t53 314t-59.5 310t-220 85t-221 -85t-60.5 -309z" />
+<glyph unicode="p" horiz-adv-x="1079" d="M147 -455v1479h152v-74q156 94 307 94q195 0 283 -123.5t88 -408.5t-103.5 -408.5t-343.5 -123.5q-125 0 -229 22v-457h-154zM301 135q139 -22 215 -22h6q166 0 232.5 94t66.5 307t-60 303t-177 90q-61 0 -132 -20.5t-112 -40.5l-39 -21v-690z" />
+<glyph unicode="q" horiz-adv-x="1077" d="M102 510q0 289 106.5 411.5t377.5 122.5l342 -20v-1479h-152v502q-144 -67 -289 -67q-207 0 -296 120.5t-89 409.5zM258 509q0 -210 56.5 -301t189.5 -91q119 0 235 45l37 14v723q-127 12 -188 12q-193 0 -261.5 -96t-68.5 -306z" />
+<glyph unicode="r" horiz-adv-x="708" d="M147 0v1024h152v-139q178 123 375 162v-156q-86 -16 -179.5 -51t-142.5 -62l-51 -26v-752h-154z" />
+<glyph unicode="s" horiz-adv-x="952" d="M92 751.5q0 149.5 105.5 221t263.5 71.5q125 0 313 -28l57 -10l-4 -132q-227 33 -358 33q-223 0 -223 -155q0 -72 51 -101.5t233.5 -61.5t258 -89.5t75.5 -215t-101 -231t-296 -73.5q-127 0 -299 28l-62 10l9 134q233 -35 352 -35t181.5 38t62.5 127t-53.5 120.5 t-233.5 60.5t-256 84t-76 204.5z" />
+<glyph unicode="t" horiz-adv-x="718" d="M55 891v133h146v313h151v-313h326v-133h-326v-490q0 -176 25.5 -231t122.5 -55l182 12l10 -127q-137 -23 -209 -23q-160 0 -221 78t-61 297v539h-146z" />
+<glyph unicode="u" horiz-adv-x="1087" d="M137 489v535h154v-532q0 -223 39 -299t176 -76q68 0 137.5 19.5t106.5 37.5l36 19v831h154v-1024h-154v72q-154 -92 -303 -92q-209 0 -277.5 108.5t-68.5 400.5z" />
+<glyph unicode="v" horiz-adv-x="985" d="M51 1024h164l240 -891h75l248 891h158l-289 -1024h-307z" />
+<glyph unicode="w" horiz-adv-x="1560" d="M63 1024h154l207 -891h33l243 871h160l244 -871h35l204 891h154l-244 -1024h-256l-217 801l-217 -801h-256z" />
+<glyph unicode="x" horiz-adv-x="925" d="M45 0l322 512l-322 512h168l250 -401l250 401h168l-326 -508l324 -516h-168l-248 399l-250 -399h-168z" />
+<glyph unicode="y" horiz-adv-x="989" d="M51 1024h154l256 -891h67l258 891h154l-426 -1479h-154l134 455h-152z" />
+<glyph unicode="z" horiz-adv-x="931" d="M86 0v137l573 750h-573v137h760v-137l-574 -750h574v-137h-760z" />
+<glyph unicode="{" horiz-adv-x="720" d="M49 575v125q117 27 168 81.5t51 142.5l-14 262q0 188 87 270t296 90l2 -133q-135 -8 -185.5 -64t-50.5 -171l15 -252q0 -131 -44 -190.5t-171 -96.5q125 -37 170 -99.5t45 -191.5l-15 -237q0 -115 50.5 -173.5t185.5 -66.5l-4 -133q-207 8 -294 91t-87 267l14 250 q0 88 -51 142.5t-168 86.5z" />
+<glyph unicode="|" horiz-adv-x="471" d="M160 -455v1925h151v-1925h-151z" />
+<glyph unicode="}" horiz-adv-x="720" d="M82 -129q135 8 185 66.5t50 173.5l-14 237q0 129 45 191.5t170 99.5q-127 37 -171 96.5t-44 190.5l14 252q0 115 -50 171t-185 64l2 133q209 -8 296 -90t87 -270l-14 -262q0 -88 51 -142.5t168 -81.5v-125q-117 -33 -168 -87t-51 -142l14 -250q0 -184 -87 -267t-294 -91z " />
+<glyph unicode="~" d="M137 557q127 109 238 109q59 0 211.5 -62.5t191.5 -62.5q72 0 180 69l35 25l21 -125q-129 -111 -238 -111q-55 0 -209.5 63.5t-192.5 63.5t-91.5 -23.5t-87.5 -47.5l-35 -25z" />
+<glyph unicode="&#xa1;" horiz-adv-x="466" d="M147 795v229h168v-229h-168zM152 -393l10 950h141l10 -950h-161z" />
+<glyph unicode="&#xa2;" d="M207 503.5q0 227.5 89 333t273 115.5v242h133v-248q80 0 175 -18l32 -6l-6 -123q-162 14 -264 14q-152 0 -212 -68.5t-60 -236.5t60 -232.5t224 -64.5l254 14l6 -125q-123 -18 -209 -22v-244h-133v240q-190 10 -276 106t-86 323.5z" />
+<glyph unicode="&#xa3;" d="M164 0v135h174v586h-137v133h137v113q0 240 68.5 322.5t234.5 82.5q106 0 227 -24l45 -11l-2 -125q-164 23 -259 23t-130 -57.5t-35 -221.5v-102h351v-133h-351v-586h316l158 33l26 -131l-168 -37h-655z" />
+<glyph unicode="&#xa4;" d="M119 170l143 143q-59 92 -59 201t59 205l-143 143l108 109l144 -146q90 61 200.5 61.5t204.5 -61.5l144 146l108 -109l-145 -143q61 -94 61 -205t-61 -201l145 -143l-108 -109l-144 146q-94 -61 -204.5 -61.5t-200.5 61.5l-144 -146zM338 516q0 -96 69.5 -165.5 t166 -69.5t166 69.5t69.5 165.5t-69.5 166t-166 70t-166 -70t-69.5 -166z" />
+<glyph unicode="&#xa5;" d="M47 1352h176l352 -553l349 553h176l-350 -574h278v-133h-356l-17 -39v-139h375v-133h-375v-334h-157v334h-379v133h379v139l-17 39h-364v133h286z" />
+<glyph unicode="&#xa6;" horiz-adv-x="479" d="M164 319h151v-774h-151v774zM164 705v765h151v-765h-151z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1021" d="M106 522q0 80 43.5 156t75.5 102q-90 66 -90 228q0 326 393 325q104 0 283 -26l53 -9l-8 -129q-223 31 -338 31t-174 -45t-59 -143.5t62.5 -136t236.5 -70.5t248.5 -92.5t74.5 -199.5t-90 -271q76 -66 76 -205q0 -344 -391 -344q-131 0 -297 24l-62 11l15 129 q223 -31 336 -31q252 0 251 203q0 92 -59 123.5t-239.5 65.5t-260.5 97.5t-80 206.5zM260 533.5q0 -78.5 51 -117.5t189.5 -64.5t199.5 -52.5q10 14 31 74.5t21 134.5t-52.5 110.5t-184.5 60t-187 46.5q-68 -113 -68 -191.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="483" d="M-25 1272v184h148v-184h-148zM385 1272v184h150v-184h-150z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1320" d="M121 889.5q0 236.5 153.5 397.5t387 161t386 -163t152.5 -398.5t-151.5 -396t-385 -160.5t-388 161.5t-154.5 398zM211 888.5q0 -196.5 128 -332.5t320.5 -136t321.5 136t129 332.5t-129 334t-320.5 137.5t-320.5 -137.5t-129 -334zM428 888q0 169 54.5 245.5t187.5 76.5 q76 0 137 -14l20 -6l-8 -109q-78 12 -148.5 12.5t-94 -46t-23.5 -156t25.5 -159.5t97.5 -50l143 14l8 -106q-75 -25 -159 -25q-133 0 -186.5 77t-53.5 246z" />
+<glyph unicode="&#xaa;" horiz-adv-x="790" d="M111 920q0 164 196 176l180 12v45q0 45 -24.5 63.5t-75.5 18.5l-235 -14l-5 98q141 31 252 31t165 -45t54 -158v-281q18 -23 62 -35l-4 -100q-78 0 -111 12.5t-59 40.5q-113 -53 -207 -53t-141 51.5t-47 137.5zM246 922q0 -80 73 -80q59 0 144 26l24 9v137l-157 -10 q-45 -4 -64.5 -22.5t-19.5 -59.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1103" d="M92 446v123l387 293v-157l-254 -193l254 -215v-160zM578 446v123l389 293v-157l-256 -193l256 -215v-160z" />
+<glyph unicode="&#xac;" d="M133 561v139h877v-460h-144v321h-733z" />
+<glyph unicode="&#xad;" horiz-adv-x="897" d="M139 492v143h621v-143h-621z" />
+<glyph unicode="&#xae;" horiz-adv-x="1320" d="M121 889.5q0 236.5 153.5 397.5t387 161t386 -162t152.5 -398.5t-151.5 -397t-385 -160.5t-388 161.5t-154.5 398zM211 889.5q0 -195.5 129 -332.5t320.5 -137t320.5 136t129 332.5t-129 334t-320.5 137.5t-320.5 -137.5t-129 -333zM436 578v620h226q117 0 175 -45 t58 -135t-23.5 -134t-80.5 -71l112 -235h-125l-102 219h-121v-219h-119zM553 893h121q55 0 79.5 24.5t24.5 79.5q0 104 -127 105h-98v-209z" />
+<glyph unicode="&#xaf;" horiz-adv-x="483" d="M-29 1278v121h564v-121h-564z" />
+<glyph unicode="&#xb0;" d="M283 1149q0 129 80.5 209t209.5 80t210 -80t81 -209t-81 -209t-210 -80t-209.5 80t-80.5 209zM387 1148q0 -85 51 -137.5t135 -52.5t137.5 52.5t53.5 137.5t-53.5 138t-137.5 53t-135 -53t-51 -138z" />
+<glyph unicode="&#xb1;" d="M113 78v139h921v-139h-921zM113 600v139h387v258h143v-258h391v-139h-391v-260h-143v260h-387z" />
+<glyph unicode="&#xb2;" horiz-adv-x="573" d="M61 979v113l181 178q104 100 104 170q0 76 -100 76l-174 -19l-4 117q121 25 219 24q195 0 194 -186q0 -68 -28.5 -118t-96.5 -111l-129 -125h262v-119h-428z" />
+<glyph unicode="&#xb3;" horiz-adv-x="573" d="M61 979l9 115q117 -16 212 -16.5t95 86.5t-96 87h-134v109h134q29 0 53 26.5t24 63.5q0 70 -92 70l-188 -15l-8 113q121 20 209 20q215 0 215 -172q0 -104 -80 -149q49 -16 72.5 -50t23.5 -110q0 -199 -217 -199q-88 0 -195 17z" />
+<glyph unicode="&#xb4;" horiz-adv-x="548" d="M53 1315l443 201l53 -132l-453 -174z" />
+<glyph unicode="&#xb5;" d="M172 -455v1479h154v-532q0 -223 38.5 -299t176.5 -76q68 0 137.5 19.5t105.5 37.5l37 19v831h154v-1024h-154v72q-154 -92 -288 -92t-207 34v-469h-154z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1214" d="M72 1038q0 166 108.5 272.5t274.5 106.5h673v-133h-147v-1284h-139v1284h-238v-1284h-137v664h-14q-166 0 -273.5 104t-107.5 270z" />
+<glyph unicode="&#xb7;" horiz-adv-x="444" d="M139 469v233h168v-233h-168z" />
+<glyph unicode="&#xb8;" horiz-adv-x="538" d="M86 -430l6 98q80 -6 135 -6q90 0 90 78q0 70 -90 70h-86v192h84v-102q121 0 174.5 -33t53.5 -127q0 -184 -191 -184q-94 0 -151 10z" />
+<glyph unicode="&#xb9;" horiz-adv-x="573" d="M66 1475l206 143h123v-639h-131v496l-139 -97z" />
+<glyph unicode="&#xba;" horiz-adv-x="778" d="M109 1044q0 158 70.5 232t210.5 74t209 -74t69 -232q0 -313 -277 -313q-283 0 -282 313zM250 1043.5q0 -99.5 31.5 -143.5t108.5 -44t106.5 44t29.5 144.5t-29.5 140.5t-106.5 40t-108.5 -41t-31.5 -140.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1103" d="M137 137v160l256 215l-256 193v157l387 -293v-123zM623 137v160l256 215l-256 193v157l389 -293v-123z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1093" d="M72 57l802 1295l82 -54l-804 -1292zM76 1475l207 143h123v-639h-132v496l-139 -97zM555 4l141 430h144l-150 -422h154l10 183h119v-183h55v-118h-55v-99h-129v99h-289v110z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1083" d="M68 57l802 1295l82 -54l-805 -1292zM84 1475l207 143h123v-639h-131v496l-140 -97zM567 -92l181 178q104 100 104 170q0 76 -100 76l-174 -19l-5 117q121 25 218 25q197 0 196 -187q0 -68 -28.5 -118t-96.5 -111l-129 -125h262v-119h-428v113z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1126" d="M100 979l9 115q117 -16 212 -16.5t95 86.5t-97 87h-133v109h133q29 0 53.5 26.5t24.5 63.5q0 70 -92 70l-188 -15l-8 113q120 20 208 20q215 0 215 -172q0 -104 -79 -149q49 -16 72.5 -50t23.5 -110q0 -199 -217 -199q-88 0 -197 17zM106 57l803 1295l82 -54l-805 -1292z M590 4l141 430h143l-149 -422h154l10 183h119v-183h55v-118h-55v-99h-129v99h-289v110z" />
+<glyph unicode="&#xbf;" horiz-adv-x="903" d="M78 -84q0 133 36 201.5t145.5 160t150.5 145.5t41 120v71h129q27 -55 26.5 -124.5t-47.5 -130t-151.5 -150.5t-139.5 -143.5t-35 -148.5t66 -142t207 -47q109 0 264 34l53 13l11 -125q-207 -61 -342 -62q-211 0 -312.5 77t-101.5 251zM434 795v229h168v-229h-168z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1220" d="M49 0l389 1417h344l389 -1417h-155l-103 365h-606l-102 -365h-156zM334 1772l53 135l442 -205l-47 -109zM342 506h537l-215 776h-107z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1220" d="M49 0l389 1417h344l389 -1417h-155l-103 365h-606l-102 -365h-156zM342 506h537l-215 776h-107zM381 1702l442 205l54 -135l-449 -179z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1220" d="M49 0l389 1417h344l389 -1417h-155l-103 365h-606l-102 -365h-156zM266 1620l275 276h133l274 -276h-172l-168 164l-170 -164h-172zM342 506h537l-215 776h-107z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1220" d="M49 0l389 1417h344l389 -1417h-155l-103 365h-606l-102 -365h-156zM256 1772q39 45 92 81.5t100.5 36.5t172 -55t145.5 -55q41 0 119 71l24 23l37 -115q-96 -114 -180 -114q-43 0 -170 55t-154 55q-45 0 -125 -74l-26 -24zM342 506h537l-215 776h-107z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1220" d="M49 0l389 1417h344l389 -1417h-155l-103 365h-606l-102 -365h-156zM326 1655v184h149v-184h-149zM342 506h537l-215 776h-107zM743 1655v184h148v-184h-148z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1220" d="M49 0l377 1370q-61 57 -61 155.5t68.5 156t175 57.5t174 -57.5t67.5 -151.5t-57 -156l378 -1374h-155l-103 365h-606l-102 -365h-156zM342 506h537l-215 776h-107zM481 1524q0 -90 88 -107h76q90 16 90 107q0 51 -33.5 79.5t-93.5 28.5q-127 1 -127 -108z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1794" d="M41 0l459 1425h1198v-149h-707v-471h584v-150h-584v-505h707v-150h-862v358h-514l-119 -358h-162zM365 510h471l2 766h-224z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1114" d="M121 705q0 190 21.5 318t77.5 226.5t158.5 143.5t266.5 45t385 -45l-6 -133q-207 37 -369 36q-225 0 -297.5 -134t-72.5 -457q0 -162 13 -260.5t52 -177.5t114 -112.5t219 -33.5t341 37l6 -135q-188 -41 -371 -43v-80q121 0 174.5 -33t53.5 -127q0 -184 -191 -184 q-94 0 -151 10l-25 4l6 98q80 -6 136 -6q90 0 90 78q0 70 -90 70h-87v172q-264 18 -359 191t-95 532z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1132" d="M174 0v1417h862v-139h-704v-490h581v-137h-581v-512h704v-139h-862zM346 1772l53 135l443 -205l-47 -109z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1132" d="M174 0v1417h862v-139h-704v-490h581v-137h-581v-512h704v-139h-862zM360 1702l443 205l53 -135l-448 -179z" />
+<glyph unicode="&#xca;" horiz-adv-x="1132" d="M174 0v1417h862v-139h-704v-490h581v-137h-581v-512h704v-139h-862zM260 1620l275 276h133l274 -276h-172l-168 164l-170 -164h-172z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1132" d="M174 0v1417h862v-139h-704v-490h581v-137h-581v-512h704v-139h-862zM322 1655v184h149v-184h-149zM739 1655v184h148v-184h-148z" />
+<glyph unicode="&#xcc;" horiz-adv-x="503" d="M-41 1772l53 135l443 -205l-47 -109zM174 0v1417h158v-1417h-158z" />
+<glyph unicode="&#xcd;" horiz-adv-x="503" d="M27 1702l442 205l53 -135l-448 -179zM174 0v1417h158v-1417h-158z" />
+<glyph unicode="&#xce;" horiz-adv-x="503" d="M-96 1620l274 276h133l275 -276h-172l-168 164l-170 -164h-172zM174 0v1417h158v-1417h-158z" />
+<glyph unicode="&#xcf;" horiz-adv-x="503" d="M-31 1655v184h150v-184h-150zM174 0v1417h158v-1417h-158zM387 1655v184h148v-184h-148z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1325" d="M41 637v149h139v639h506q289 0 406.5 -180t117.5 -510q0 -537 -268 -678q-104 -57 -256 -57h-506v637h-139zM336 150h350q361 -1 361 585q0 397 -183 500q-72 41 -178 41h-350v-490h323v-149h-323v-487z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1384" d="M174 0v1417h295l543 -1278h43v1278h155v-1417h-288l-551 1278h-39v-1278h-158zM342 1772q39 45 92 81.5t100.5 36.5t172 -55t145.5 -55q41 0 119 71l24 23l37 -115q-96 -114 -180 -114q-43 0 -170 55t-154 55q-45 0 -125 -74l-26 -24z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -559.5t-121 -548.5t-439.5 -169.5t-439 174t-120.5 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 133t81 446.5t-84 456.5t-314.5 143t-313 -142t-82.5 -453.5zM412 1772l53 135l442 -205l-47 -109z " />
+<glyph unicode="&#xd3;" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -559.5t-121 -548.5t-439.5 -169.5t-439 174t-120.5 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 133t81 446.5t-84 456.5t-314.5 143t-313 -142t-82.5 -453.5zM406 1702l442 205l53 -135l-448 -179z " />
+<glyph unicode="&#xd4;" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -559.5t-121 -548.5t-439.5 -169.5t-439 174t-120.5 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 133t81 446.5t-84 456.5t-314.5 143t-313 -142t-82.5 -453.5zM336 1620l274 276h133l275 -276h-172 l-168 164l-170 -164h-172z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -559.5t-121 -548.5t-439.5 -169.5t-439 174t-120.5 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 133t81 446.5t-84 456.5t-314.5 143t-313 -142t-82.5 -453.5zM326 1772q39 45 92 81.5t100 36.5 t172 -55t146 -55q41 0 118 71l25 23l37 -115q-96 -114 -180 -114q-43 0 -170 55t-154 55q-45 0 -125 -74l-27 -24z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1351" d="M117 701.5q0 373.5 122.5 555t436 181.5t437.5 -180.5t124 -559.5t-121 -548.5t-439.5 -169.5t-439 174t-120.5 547.5zM279 702.5q0 -311.5 81.5 -447.5t316 -136t315.5 133t81 446.5t-84 456.5t-314.5 143t-313 -142t-82.5 -453.5zM393 1655v184h150v-184h-150z M811 1655v184h147v-184h-147z" />
+<glyph unicode="&#xd7;" d="M145 184l332 330l-332 328l101 98l327 -332l330 334l98 -98l-333 -330l333 -330l-98 -98l-330 332l-329 -332z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1351" d="M117 702q0 373 122.5 554.5t436.5 181.5q154 0 258 -43l115 241l118 -49l-120 -260q190 -160 190 -625q0 -383 -121 -552.5t-440 -169.5q-141 0 -246 34l-117 -252l-116 54l120 258q-109 82 -154.5 235.5t-45.5 392.5zM279 677q0 -337 106 -456l487 1039q-78 39 -196 38 q-232 0 -314.5 -142t-82.5 -479zM494 147q69 -28 182 -28q236 0 316.5 133t80.5 462.5t-98 461.5z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1318" d="M164 430v987h158v-991q0 -307 331 -307q172 0 259 72.5t87 234.5v991h156v-987q0 -238 -126 -344t-371.5 -106t-369.5 106.5t-124 343.5zM401 1772l54 135l442 -205l-47 -109z" />
+<glyph unicode="&#xda;" horiz-adv-x="1318" d="M164 430v987h158v-991q0 -307 331 -307q172 0 259 72.5t87 234.5v991h156v-987q0 -238 -126 -344t-371.5 -106t-369.5 106.5t-124 343.5zM408 1702l442 205l53 -135l-448 -179z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1318" d="M164 430v987h158v-991q0 -307 331 -307q172 0 259 72.5t87 234.5v991h156v-987q0 -238 -126 -344t-371.5 -106t-369.5 106.5t-124 343.5zM317 1620l275 276h133l274 -276h-172l-168 164l-170 -164h-172z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1318" d="M164 430v987h158v-991q0 -307 331 -307q172 0 259 72.5t87 234.5v991h156v-987q0 -238 -126 -344t-371.5 -106t-369.5 106.5t-124 343.5zM377 1655v184h149v-184h-149zM795 1655v184h147v-184h-147z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1101" d="M20 1417h179l352 -663l352 663h178l-450 -821v-596h-158v596zM342 1702l442 205l54 -135l-449 -179z" />
+<glyph unicode="&#xde;" horiz-adv-x="1226" d="M174 0v1425h158v-229h360q231 0 343 -112.5t112 -347t-114 -361.5t-341 -127h-360v-248h-158zM332 399h358q295 0 295 340q0 160 -70.5 232.5t-224.5 72.5h-358v-645z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1175" d="M147 0v1116q0 207 93.5 291t306.5 84t306 -69.5t93 -225.5q0 -109 -39 -167t-120.5 -94t-105.5 -54.5t-24 -50t34 -58.5t167 -92.5t189.5 -131t56.5 -186.5q0 -209 -93 -295.5t-319 -86.5q-102 0 -225 22l-43 8l6 129q174 -23 250 -22q147 0 205.5 54t58.5 153.5 t-43 144.5t-176 108.5t-180 112.5t-47 126t37.5 119t117.5 77t106.5 72.5t26.5 116.5t-52 116t-188 37t-190.5 -53.5t-54.5 -202.5v-1098h-154z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-184 -82 -368 -81q-141 0 -215 79.5t-74 229zM240 297q0 -188 155 -188 q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131zM248 1384l53 132l442 -201l-43 -105z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-184 -82 -368 -81q-141 0 -215 79.5t-74 229zM240 297q0 -188 155 -188 q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131zM242 1315l442 201l53 -132l-452 -174z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-184 -82 -368 -81q-141 0 -215 79.5t-74 229zM195 1212l251 287h105 l254 -287h-154l-149 179l-154 -179h-153zM240 297q0 -188 155 -188q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-184 -82 -368 -81q-141 0 -215 79.5t-74 229zM158 1366q102 106 186 107 q43 0 149.5 -47.5t129.5 -47.5q45 0 122 60l25 18l35 -98q-94 -105 -176 -105q-43 0 -148.5 48.5t-132.5 48.5q-47 0 -127 -62l-26 -20zM240 297q0 -188 155 -188q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-184 -82 -368 -81q-141 0 -215 79.5t-74 229zM215 1272v184h147v-184h-147z M240 297q0 -188 155 -188q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131zM625 1272v184h149v-184h-149z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1026" d="M82 288.5q0 149.5 75.5 220.5t237.5 87l322 31v88q0 104 -45 149t-123 45q-164 0 -340 -20l-64 -6l-6 116q225 45 399.5 45t253 -79.5t78.5 -249.5v-525q6 -76 119 -90l-6 -120q-162 0 -244 81q-184 -82 -368 -81q-141 0 -215 79.5t-74 229zM240 297q0 -188 155 -188 q139 0 275 47l47 16v338l-303 -29q-92 -8 -133 -53t-41 -131zM309 1321q0 90 61.5 151.5t150.5 61.5t150.5 -61.5t61.5 -151.5t-60.5 -151.5t-150.5 -61.5t-151.5 61.5t-61.5 151.5zM410 1320q0 -48 32.5 -82t79.5 -34t80 34t33 82t-33 82t-80 34t-79.5 -34t-32.5 -82z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1646" d="M82 299q0 158 84 220.5t287 82.5l264 25v84q0 186 -178 186q-135 0 -326 -16l-63 -4l-7 137q244 31 404 30q209 0 276 -149q98 150 312.5 149.5t316.5 -116t102 -363.5l-8 -119h-676q0 -168 61.5 -247.5t187.5 -79.5t335 14l59 4l5 -125q-231 -33 -415.5 -32.5 t-283.5 110.5l-65 -29q-178 -82 -394 -81q-137 0 -207.5 80.5t-70.5 238.5zM240 297q0 -184 145 -184q94 0 215 29.5t152 45.5q-39 104 -39 314l-299 -25q-90 -8 -132 -51t-42 -129zM870 571h531q0 182 -60.5 259t-196.5 77t-205 -80t-69 -256z" />
+<glyph unicode="&#xe7;" horiz-adv-x="892" d="M104 532.5q0 276.5 98.5 394t327.5 117.5q68 0 230 -24l49 -6l-6 -125q-164 18 -242 18q-174 0 -236.5 -83t-62.5 -307t58.5 -312t242.5 -88l242 18l6 -127q-190 -29 -285 -28h-16v-80q121 0 174 -33t53 -127q0 -184 -190 -184q-94 0 -154 10l-22 4l6 98q80 -6 135 -6 q90 0 90 78q0 70 -90 70h-86v176q-180 20 -251 145t-71 401.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1034" d="M102 506q0 539 428 538q207 0 309.5 -115.5t102.5 -363.5l-8 -116h-676q0 -170 61.5 -252t214 -82t310.5 12l59 6l4 -121q-233 -33 -399 -32q-221 0 -313.5 128t-92.5 398zM248 1386l53 132l442 -201l-43 -105zM256 571h532q0 188 -60 266t-196.5 78t-205 -81.5 t-70.5 -262.5z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1034" d="M102 506q0 539 428 538q207 0 309.5 -115.5t102.5 -363.5l-8 -116h-676q0 -170 61.5 -252t214 -82t310.5 12l59 6l4 -121q-233 -33 -399 -32q-221 0 -313.5 128t-92.5 398zM256 571h532q0 188 -60 266t-196.5 78t-205 -81.5t-70.5 -262.5zM297 1315l442 201l54 -132 l-453 -174z" />
+<glyph unicode="&#xea;" horiz-adv-x="1034" d="M102 506q0 539 428 538q207 0 309.5 -115.5t102.5 -363.5l-8 -116h-676q0 -170 61.5 -252t214 -82t310.5 12l59 6l4 -121q-233 -33 -399 -32q-221 0 -313.5 128t-92.5 398zM229 1212l252 287h105l254 -287h-154l-149 179l-154 -179h-154zM256 571h532q0 188 -60 266 t-196.5 78t-205 -81.5t-70.5 -262.5z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1034" d="M102 506q0 539 428 538q207 0 309.5 -115.5t102.5 -363.5l-8 -116h-676q0 -170 61.5 -252t214 -82t310.5 12l59 6l4 -121q-233 -33 -399 -32q-221 0 -313.5 128t-92.5 398zM246 1272v184h147v-184h-147zM256 571h532q0 188 -60 266t-196.5 78t-205 -81.5t-70.5 -262.5z M655 1272v184h150v-184h-150z" />
+<glyph unicode="&#xec;" horiz-adv-x="448" d="M-123 1384l53 132l443 -201l-43 -105zM147 0v1024h154v-1024h-154z" />
+<glyph unicode="&#xed;" horiz-adv-x="448" d="M78 1315l442 201l53 -132l-452 -174zM147 0v1024h154v-1024h-154z" />
+<glyph unicode="&#xee;" horiz-adv-x="448" d="M-86 1212l252 287h104l254 -287h-153l-150 179l-153 -179h-154zM147 0v1024h154v-1024h-154z" />
+<glyph unicode="&#xef;" horiz-adv-x="448" d="M-63 1272v184h147v-184h-147zM147 0v1024h154v-1024h-154zM346 1272v184h150v-184h-150z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1122" d="M86 429q0 212 112.5 332t317.5 120q133 0 287 -56l51 -18q-14 266 -281 424l-249 -166l-68 96l195 131q-111 47 -254 84l30 115q205 -41 355 -111l206 140l70 -97l-158 -106q315 -201 315.5 -597t-110 -567t-362.5 -171q-219 0 -338 117.5t-119 329.5zM248 430 q0 -143 74.5 -226t231.5 -83t228.5 121t73.5 428q-184 74 -323.5 73.5t-212 -85.5t-72.5 -228z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1099" d="M147 0v1024h152v-72l45 23q47 25 126 47t146 22q205 0 276 -110.5t71 -392.5v-541h-152v537q0 213 -42 291.5t-184.5 78.5t-283.5 -76v-831h-154zM244 1366q102 106 186 107q43 0 149.5 -47.5t129.5 -47.5q45 0 122 60l25 18l35 -98q-94 -105 -176 -105 q-43 0 -148.5 48.5t-132.5 48.5q-47 0 -127 -62l-26 -20z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1081" d="M102 514q0 281 100.5 405.5t339 124.5t338 -124.5t99.5 -405.5t-94 -407.5t-344 -126.5t-344.5 126.5t-94.5 407.5zM260 517q0 -224 54.5 -314t227.5 -90t226 89t53 314t-59.5 310t-220 85t-221 -85t-60.5 -309zM289 1384l53 132l442 -201l-43 -105z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1081" d="M102 514q0 281 100.5 405.5t339 124.5t338 -124.5t99.5 -405.5t-94 -407.5t-344 -126.5t-344.5 126.5t-94.5 407.5zM260 517q0 -224 54.5 -314t227.5 -90t226 89t53 314t-59.5 310t-220 85t-221 -85t-60.5 -309zM315 1315l443 201l53 -132l-453 -174z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1081" d="M102 514q0 281 100.5 405.5t339 124.5t338 -124.5t99.5 -405.5t-94 -407.5t-344 -126.5t-344.5 126.5t-94.5 407.5zM231 1212l252 287h105l254 -287h-154l-149 179l-154 -179h-154zM260 517q0 -224 54.5 -314t227.5 -90t226 89t53 314t-59.5 310t-220 85t-221 -85 t-60.5 -309z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1081" d="M102 514q0 281 100.5 405.5t339 124.5t338 -124.5t99.5 -405.5t-94 -407.5t-344 -126.5t-344.5 126.5t-94.5 407.5zM215 1366q102 106 186 107q43 0 149.5 -47.5t129.5 -47.5q45 0 123 60l24 18l35 -98q-94 -105 -176 -105q-43 0 -148.5 48.5t-131.5 48.5q-47 0 -127 -62 l-27 -20zM260 517q0 -224 54.5 -314t227.5 -90t226 89t53 314t-59.5 310t-220 85t-221 -85t-60.5 -309z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1081" d="M102 514q0 281 100.5 405.5t339 124.5t338 -124.5t99.5 -405.5t-94 -407.5t-344 -126.5t-344.5 126.5t-94.5 407.5zM256 1272v184h147v-184h-147zM260 517q0 -224 54.5 -314t227.5 -90t226 89t53 314t-59.5 310t-220 85t-221 -85t-60.5 -309zM666 1272v184h149v-184h-149 z" />
+<glyph unicode="&#xf7;" d="M246 575v150h116v98h422v-98h115v-150h-653zM496 61v207h153v-207h-153z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1081" d="M102 524q0 270 100.5 395t338.5 125q80 0 151 -16l88 213l103 -39l-88 -213q184 -102 184 -465q0 -291 -94 -417.5t-344 -126.5q-84 0 -156 16l-88 -225l-102 36l90 224q-100 55 -141.5 174t-41.5 319zM260 558q0 -183 17.5 -267t68.5 -127l297 735q-43 12 -102 12 q-160 0 -220.5 -85t-60.5 -268zM436 123q37 -10 105 -10q174 0 227 89t53 331.5t-86 320.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1087" d="M137 489v535h154v-532q0 -223 39 -299t176 -76q68 0 137.5 19.5t106.5 37.5l36 19v831h154v-1024h-154v72q-154 -92 -303 -92q-209 0 -277.5 108.5t-68.5 400.5zM233 1384l54 132l442 -201l-43 -105z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1087" d="M137 489v535h154v-532q0 -223 39 -299t183 -76t273 76v831h154v-1024h-154v72l-43 -23q-43 -25 -118.5 -47t-141.5 -22q-209 0 -277.5 108.5t-68.5 400.5zM317 1315l443 201l53 -132l-453 -174z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1087" d="M137 489v535h154v-532q0 -223 39 -299t183 -76t273 76v831h154v-1024h-154v72l-43 -23q-43 -25 -118.5 -47t-141.5 -22q-209 0 -277.5 108.5t-68.5 400.5zM215 1212l252 287h104l254 -287h-153l-150 179l-153 -179h-154z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1087" d="M137 489v535h154v-532q0 -223 39 -299t183 -76t273 76v831h154v-1024h-154v72l-43 -23q-43 -25 -118.5 -47t-141.5 -22q-209 0 -277.5 108.5t-68.5 400.5zM270 1272v184h148v-184h-148zM680 1272v184h149v-184h-149z" />
+<glyph unicode="&#xfd;" horiz-adv-x="989" d="M51 1024h154l256 -891h67l258 891h154l-426 -1479h-154l134 455h-152zM315 1315l443 201l53 -132l-453 -174z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1079" d="M147 -455v1925h154v-497q154 71 299 71q207 0 291 -117.5t84 -410.5t-101.5 -414.5t-365.5 -121.5l-207 14v-449h-154zM301 125q133 -12 199 -12q193 0 255 93t62 309t-50 304t-181 88q-119 0 -246 -45l-39 -14v-723z" />
+<glyph unicode="&#xff;" horiz-adv-x="989" d="M51 1024h154l256 -891h67l258 891h154l-426 -1479h-154l134 455h-152zM213 1272v184h147v-184h-147zM623 1272v184h149v-184h-149z" />
+<glyph unicode="&#x152;" horiz-adv-x="1894" d="M117 710q0 384 118.5 560t423.5 176q162 0 289 -21h850v-151h-694v-469h571v-152h-571v-501h694v-154h-846q-188 -18 -293 -18q-313 0 -427.5 173t-114.5 557zM281 709.5q0 -316.5 79.5 -446.5t319.5 -130q106 0 268 14v1127q-215 18 -272 18q-231 0 -313 -133 t-82 -449.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1755" d="M102 515q0 282 101.5 405.5t339.5 123.5q139 0 226 -50t134 -165q92 215 348 215q207 0 309.5 -115.5t102.5 -363.5l-8 -119h-676q0 -168 61.5 -247.5t188.5 -79.5t334 14l59 4l4 -125q-231 -33 -397 -32q-244 0 -332 186q-45 -98 -129 -142t-225 -44 q-252 0 -346.5 126.5t-94.5 408.5zM260 519q0 -220 55.5 -311t226.5 -91t225 92t54 305t-64.5 302t-220 89t-216 -83t-60.5 -303zM977 571h532q0 182 -60 259t-198 77q-274 0 -274 -336z" />
+<glyph unicode="&#x178;" horiz-adv-x="1101" d="M20 1417h179l352 -663l352 663h178l-450 -821v-596h-158v596zM266 1655v184h150v-184h-150zM684 1655v184h147v-184h-147z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="483" d="M-39 1212l252 287h104l254 -287h-153l-150 179l-153 -179h-154z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="483" d="M-61 1366q102 106 186 107q43 0 149.5 -47.5t131.5 -47.5q43 0 118 60l27 18l35 -98q-94 -105 -176 -105q-43 0 -148.5 48.5t-132.5 48.5q-47 0 -127 -62l-27 -20z" />
+<glyph unicode="&#x2000;" horiz-adv-x="953" />
+<glyph unicode="&#x2001;" horiz-adv-x="1907" />
+<glyph unicode="&#x2002;" horiz-adv-x="953" />
+<glyph unicode="&#x2003;" horiz-adv-x="1907" />
+<glyph unicode="&#x2004;" horiz-adv-x="635" />
+<glyph unicode="&#x2005;" horiz-adv-x="476" />
+<glyph unicode="&#x2006;" horiz-adv-x="317" />
+<glyph unicode="&#x2007;" horiz-adv-x="317" />
+<glyph unicode="&#x2008;" horiz-adv-x="238" />
+<glyph unicode="&#x2009;" horiz-adv-x="381" />
+<glyph unicode="&#x200a;" horiz-adv-x="105" />
+<glyph unicode="&#x2010;" horiz-adv-x="897" d="M139 492v143h621v-143h-621z" />
+<glyph unicode="&#x2011;" horiz-adv-x="897" d="M139 492v143h621v-143h-621z" />
+<glyph unicode="&#x2012;" horiz-adv-x="897" d="M139 492v143h621v-143h-621z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1292" d="M135 481v135h1024v-135h-1024z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2316" d="M135 481v135h2048v-135h-2048z" />
+<glyph unicode="&#x2018;" horiz-adv-x="448" d="M104 1001l132 449h120l-90 -449h-162z" />
+<glyph unicode="&#x2019;" horiz-adv-x="442" d="M109 1001l90 449h161l-131 -449h-120z" />
+<glyph unicode="&#x201a;" horiz-adv-x="446" d="M139 -43l27 88h24l-18 -88h-33z" />
+<glyph unicode="&#x201c;" horiz-adv-x="763" d="M104 1001l132 449h120l-90 -449h-162zM418 1001l131 449h121l-90 -449h-162z" />
+<glyph unicode="&#x201d;" horiz-adv-x="772" d="M109 1004l90 448h161l-131 -448h-120zM436 1004l90 448h162l-131 -448h-121z" />
+<glyph unicode="&#x201e;" horiz-adv-x="735" d="M45 -219l131 448h121l-90 -448h-162zM356 -219l131 448h121l-90 -448h-162z" />
+<glyph unicode="&#x2022;" horiz-adv-x="968" d="M227 217v586h512v-586h-512z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1484" d="M137 0v233h168v-233h-168zM659 0v233h166v-233h-166zM1180 0v233h168v-233h-168z" />
+<glyph unicode="&#x202f;" horiz-adv-x="381" />
+<glyph unicode="&#x2039;" horiz-adv-x="616" d="M92 446v123l387 293v-157l-254 -193l254 -215v-160z" />
+<glyph unicode="&#x203a;" horiz-adv-x="616" d="M137 145v160l254 215l-254 193v157l387 -292v-123z" />
+<glyph unicode="&#x205f;" horiz-adv-x="476" />
+<glyph unicode="&#x20ac;" d="M61 455v125h123q-2 29 -2 95t2 99h-123v125h132q25 244 134 358.5t351 114.5q172 0 373 -43l-7 -127q-186 35 -354 35t-244.5 -80t-95.5 -258h586v-125h-594q-2 -33 -2 -102v-92h596v-125h-588q18 -178 95 -259t247 -81t354 37l7 -129q-203 -43 -373 -43 q-242 0 -351.5 116.5t-136.5 358.5h-129z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1386" d="M186 1188v102h410v-102h-135v-508h-113v508h-162zM659 678v612h148l135 -426l145 426h144v-612h-107v459l-135 -428h-88l-135 428v-459h-107z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1024" d="M0 0v1024h1024v-1024h-1024z" />
+<hkern u1="&#x22;" u2="&#xf0;" k="27" />
+<hkern u1="&#x22;" u2="&#xef;" k="-14" />
+<hkern u1="&#x22;" u2="&#xee;" k="-10" />
+<hkern u1="&#x22;" u2="&#xec;" k="-35" />
+<hkern u1="&#x22;" u2="&#xc6;" k="109" />
+<hkern u1="&#x22;" u2="&#x40;" k="25" />
+<hkern u1="&#x22;" u2="&#x2f;" k="129" />
+<hkern u1="&#x22;" u2="&#x26;" k="57" />
+<hkern u1="&#x26;" u2="&#x201d;" k="98" />
+<hkern u1="&#x26;" u2="&#x2019;" k="98" />
+<hkern u1="&#x26;" u2="&#x178;" k="113" />
+<hkern u1="&#x26;" u2="&#x152;" k="14" />
+<hkern u1="&#x26;" u2="&#xff;" k="27" />
+<hkern u1="&#x26;" u2="&#xfd;" k="27" />
+<hkern u1="&#x26;" u2="&#xdd;" k="113" />
+<hkern u1="&#x26;" u2="&#xdc;" k="12" />
+<hkern u1="&#x26;" u2="&#xdb;" k="12" />
+<hkern u1="&#x26;" u2="&#xda;" k="12" />
+<hkern u1="&#x26;" u2="&#xd9;" k="12" />
+<hkern u1="&#x26;" u2="&#xd8;" k="14" />
+<hkern u1="&#x26;" u2="&#xd6;" k="14" />
+<hkern u1="&#x26;" u2="&#xd5;" k="14" />
+<hkern u1="&#x26;" u2="&#xd4;" k="14" />
+<hkern u1="&#x26;" u2="&#xd3;" k="14" />
+<hkern u1="&#x26;" u2="&#xd2;" k="14" />
+<hkern u1="&#x26;" u2="&#xc7;" k="14" />
+<hkern u1="&#x26;" u2="y" k="27" />
+<hkern u1="&#x26;" u2="w" k="20" />
+<hkern u1="&#x26;" u2="v" k="27" />
+<hkern u1="&#x26;" u2="t" k="14" />
+<hkern u1="&#x26;" u2="Y" k="113" />
+<hkern u1="&#x26;" u2="W" k="41" />
+<hkern u1="&#x26;" u2="V" k="68" />
+<hkern u1="&#x26;" u2="U" k="12" />
+<hkern u1="&#x26;" u2="T" k="84" />
+<hkern u1="&#x26;" u2="Q" k="14" />
+<hkern u1="&#x26;" u2="O" k="14" />
+<hkern u1="&#x26;" u2="G" k="14" />
+<hkern u1="&#x26;" u2="C" k="14" />
+<hkern u1="&#x26;" u2="&#x27;" k="100" />
+<hkern u1="&#x26;" u2="&#x22;" k="100" />
+<hkern u1="&#x27;" u2="&#xf0;" k="27" />
+<hkern u1="&#x27;" u2="&#xef;" k="-14" />
+<hkern u1="&#x27;" u2="&#xee;" k="-10" />
+<hkern u1="&#x27;" u2="&#xec;" k="-35" />
+<hkern u1="&#x27;" u2="&#xc6;" k="109" />
+<hkern u1="&#x27;" u2="&#x40;" k="25" />
+<hkern u1="&#x27;" u2="&#x2f;" k="129" />
+<hkern u1="&#x27;" u2="&#x26;" k="57" />
+<hkern u1="&#x28;" u2="&#x153;" k="37" />
+<hkern u1="&#x28;" u2="&#x152;" k="27" />
+<hkern u1="&#x28;" u2="&#xff;" k="8" />
+<hkern u1="&#x28;" u2="&#xfd;" k="8" />
+<hkern u1="&#x28;" u2="&#xfc;" k="29" />
+<hkern u1="&#x28;" u2="&#xfb;" k="29" />
+<hkern u1="&#x28;" u2="&#xfa;" k="29" />
+<hkern u1="&#x28;" u2="&#xf9;" k="29" />
+<hkern u1="&#x28;" u2="&#xf8;" k="37" />
+<hkern u1="&#x28;" u2="&#xf6;" k="37" />
+<hkern u1="&#x28;" u2="&#xf5;" k="37" />
+<hkern u1="&#x28;" u2="&#xf4;" k="37" />
+<hkern u1="&#x28;" u2="&#xf3;" k="37" />
+<hkern u1="&#x28;" u2="&#xf2;" k="37" />
+<hkern u1="&#x28;" u2="&#xf1;" k="8" />
+<hkern u1="&#x28;" u2="&#xf0;" k="8" />
+<hkern u1="&#x28;" u2="&#xef;" k="-31" />
+<hkern u1="&#x28;" u2="&#xec;" k="-45" />
+<hkern u1="&#x28;" u2="&#xeb;" k="37" />
+<hkern u1="&#x28;" u2="&#xea;" k="37" />
+<hkern u1="&#x28;" u2="&#xe9;" k="37" />
+<hkern u1="&#x28;" u2="&#xe8;" k="37" />
+<hkern u1="&#x28;" u2="&#xe7;" k="37" />
+<hkern u1="&#x28;" u2="&#xe6;" k="10" />
+<hkern u1="&#x28;" u2="&#xe5;" k="10" />
+<hkern u1="&#x28;" u2="&#xe4;" k="10" />
+<hkern u1="&#x28;" u2="&#xe3;" k="10" />
+<hkern u1="&#x28;" u2="&#xe2;" k="10" />
+<hkern u1="&#x28;" u2="&#xe1;" k="10" />
+<hkern u1="&#x28;" u2="&#xe0;" k="10" />
+<hkern u1="&#x28;" u2="&#xd8;" k="27" />
+<hkern u1="&#x28;" u2="&#xd6;" k="27" />
+<hkern u1="&#x28;" u2="&#xd5;" k="27" />
+<hkern u1="&#x28;" u2="&#xd4;" k="27" />
+<hkern u1="&#x28;" u2="&#xd3;" k="27" />
+<hkern u1="&#x28;" u2="&#xd2;" k="27" />
+<hkern u1="&#x28;" u2="&#xc7;" k="25" />
+<hkern u1="&#x28;" u2="&#x7b;" k="23" />
+<hkern u1="&#x28;" u2="y" k="8" />
+<hkern u1="&#x28;" u2="w" k="12" />
+<hkern u1="&#x28;" u2="v" k="8" />
+<hkern u1="&#x28;" u2="u" k="29" />
+<hkern u1="&#x28;" u2="s" k="8" />
+<hkern u1="&#x28;" u2="r" k="8" />
+<hkern u1="&#x28;" u2="q" k="37" />
+<hkern u1="&#x28;" u2="p" k="8" />
+<hkern u1="&#x28;" u2="o" k="37" />
+<hkern u1="&#x28;" u2="n" k="8" />
+<hkern u1="&#x28;" u2="m" k="8" />
+<hkern u1="&#x28;" u2="j" k="-18" />
+<hkern u1="&#x28;" u2="f" k="8" />
+<hkern u1="&#x28;" u2="e" k="37" />
+<hkern u1="&#x28;" u2="d" k="37" />
+<hkern u1="&#x28;" u2="c" k="37" />
+<hkern u1="&#x28;" u2="a" k="10" />
+<hkern u1="&#x28;" u2="Q" k="27" />
+<hkern u1="&#x28;" u2="O" k="27" />
+<hkern u1="&#x28;" u2="G" k="27" />
+<hkern u1="&#x28;" u2="C" k="25" />
+<hkern u1="&#x29;" u2="&#x7d;" k="16" />
+<hkern u1="&#x29;" u2="]" k="16" />
+<hkern u1="&#x2a;" u2="&#x153;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf8;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf6;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf5;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf4;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf3;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf2;" k="35" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="35" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-33" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-43" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-20" />
+<hkern u1="&#x2a;" u2="&#xeb;" k="35" />
+<hkern u1="&#x2a;" u2="&#xea;" k="35" />
+<hkern u1="&#x2a;" u2="&#xe9;" k="35" />
+<hkern u1="&#x2a;" u2="&#xe8;" k="35" />
+<hkern u1="&#x2a;" u2="&#xe7;" k="35" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="98" />
+<hkern u1="&#x2a;" u2="&#xc5;" k="80" />
+<hkern u1="&#x2a;" u2="&#xc4;" k="80" />
+<hkern u1="&#x2a;" u2="&#xc3;" k="80" />
+<hkern u1="&#x2a;" u2="&#xc2;" k="80" />
+<hkern u1="&#x2a;" u2="&#xc1;" k="80" />
+<hkern u1="&#x2a;" u2="&#xc0;" k="80" />
+<hkern u1="&#x2a;" u2="s" k="23" />
+<hkern u1="&#x2a;" u2="q" k="41" />
+<hkern u1="&#x2a;" u2="o" k="35" />
+<hkern u1="&#x2a;" u2="g" k="29" />
+<hkern u1="&#x2a;" u2="e" k="35" />
+<hkern u1="&#x2a;" u2="d" k="41" />
+<hkern u1="&#x2a;" u2="c" k="35" />
+<hkern u1="&#x2a;" u2="Z" k="23" />
+<hkern u1="&#x2a;" u2="T" k="-8" />
+<hkern u1="&#x2a;" u2="J" k="43" />
+<hkern u1="&#x2a;" u2="A" k="80" />
+<hkern u1="&#x2c;" u2="v" k="72" />
+<hkern u1="&#x2c;" u2="f" k="20" />
+<hkern u1="&#x2c;" u2="V" k="109" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="35" />
+<hkern u1="&#x2d;" u2="x" k="63" />
+<hkern u1="&#x2d;" u2="v" k="27" />
+<hkern u1="&#x2d;" u2="f" k="25" />
+<hkern u1="&#x2d;" u2="X" k="80" />
+<hkern u1="&#x2d;" u2="V" k="63" />
+<hkern u1="&#x2e;" u2="v" k="72" />
+<hkern u1="&#x2e;" u2="f" k="20" />
+<hkern u1="&#x2e;" u2="V" k="109" />
+<hkern u1="&#x2f;" u2="&#x153;" k="68" />
+<hkern u1="&#x2f;" u2="&#x152;" k="12" />
+<hkern u1="&#x2f;" u2="&#xff;" k="12" />
+<hkern u1="&#x2f;" u2="&#xfd;" k="12" />
+<hkern u1="&#x2f;" u2="&#xfc;" k="37" />
+<hkern u1="&#x2f;" u2="&#xfb;" k="37" />
+<hkern u1="&#x2f;" u2="&#xfa;" k="37" />
+<hkern u1="&#x2f;" u2="&#xf9;" k="37" />
+<hkern u1="&#x2f;" u2="&#xf8;" k="68" />
+<hkern u1="&#x2f;" u2="&#xf6;" k="68" />
+<hkern u1="&#x2f;" u2="&#xf5;" k="68" />
+<hkern u1="&#x2f;" u2="&#xf4;" k="68" />
+<hkern u1="&#x2f;" u2="&#xf3;" k="68" />
+<hkern u1="&#x2f;" u2="&#xf2;" k="68" />
+<hkern u1="&#x2f;" u2="&#xf1;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="31" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-51" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-84" />
+<hkern u1="&#x2f;" u2="&#xeb;" k="68" />
+<hkern u1="&#x2f;" u2="&#xea;" k="68" />
+<hkern u1="&#x2f;" u2="&#xe9;" k="68" />
+<hkern u1="&#x2f;" u2="&#xe8;" k="68" />
+<hkern u1="&#x2f;" u2="&#xe7;" k="68" />
+<hkern u1="&#x2f;" u2="&#xe6;" k="43" />
+<hkern u1="&#x2f;" u2="&#xe5;" k="43" />
+<hkern u1="&#x2f;" u2="&#xe4;" k="43" />
+<hkern u1="&#x2f;" u2="&#xe3;" k="43" />
+<hkern u1="&#x2f;" u2="&#xe2;" k="43" />
+<hkern u1="&#x2f;" u2="&#xe1;" k="43" />
+<hkern u1="&#x2f;" u2="&#xe0;" k="43" />
+<hkern u1="&#x2f;" u2="&#xd8;" k="12" />
+<hkern u1="&#x2f;" u2="&#xd6;" k="12" />
+<hkern u1="&#x2f;" u2="&#xd5;" k="12" />
+<hkern u1="&#x2f;" u2="&#xd4;" k="12" />
+<hkern u1="&#x2f;" u2="&#xd3;" k="12" />
+<hkern u1="&#x2f;" u2="&#xd2;" k="12" />
+<hkern u1="&#x2f;" u2="&#xc7;" k="10" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="106" />
+<hkern u1="&#x2f;" u2="&#xc5;" k="88" />
+<hkern u1="&#x2f;" u2="&#xc4;" k="88" />
+<hkern u1="&#x2f;" u2="&#xc3;" k="88" />
+<hkern u1="&#x2f;" u2="&#xc2;" k="88" />
+<hkern u1="&#x2f;" u2="&#xc1;" k="88" />
+<hkern u1="&#x2f;" u2="&#xc0;" k="88" />
+<hkern u1="&#x2f;" u2="z" k="14" />
+<hkern u1="&#x2f;" u2="y" k="12" />
+<hkern u1="&#x2f;" u2="w" k="10" />
+<hkern u1="&#x2f;" u2="v" k="10" />
+<hkern u1="&#x2f;" u2="u" k="37" />
+<hkern u1="&#x2f;" u2="s" k="53" />
+<hkern u1="&#x2f;" u2="r" k="41" />
+<hkern u1="&#x2f;" u2="q" k="70" />
+<hkern u1="&#x2f;" u2="p" k="41" />
+<hkern u1="&#x2f;" u2="o" k="68" />
+<hkern u1="&#x2f;" u2="n" k="41" />
+<hkern u1="&#x2f;" u2="m" k="41" />
+<hkern u1="&#x2f;" u2="g" k="66" />
+<hkern u1="&#x2f;" u2="e" k="68" />
+<hkern u1="&#x2f;" u2="d" k="70" />
+<hkern u1="&#x2f;" u2="c" k="68" />
+<hkern u1="&#x2f;" u2="a" k="43" />
+<hkern u1="&#x2f;" u2="Q" k="12" />
+<hkern u1="&#x2f;" u2="O" k="12" />
+<hkern u1="&#x2f;" u2="J" k="39" />
+<hkern u1="&#x2f;" u2="G" k="12" />
+<hkern u1="&#x2f;" u2="C" k="10" />
+<hkern u1="&#x2f;" u2="A" k="88" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="575" />
+<hkern u1="&#x3a;" u2="V" k="29" />
+<hkern u1="&#x3b;" u2="V" k="29" />
+<hkern u1="&#x40;" u2="&#x178;" k="59" />
+<hkern u1="&#x40;" u2="&#xdd;" k="59" />
+<hkern u1="&#x40;" u2="&#xc6;" k="12" />
+<hkern u1="&#x40;" u2="Y" k="59" />
+<hkern u1="&#x40;" u2="V" k="16" />
+<hkern u1="&#x40;" u2="T" k="33" />
+<hkern u1="&#x40;" u2="J" k="16" />
+<hkern u1="A" u2="&#x2122;" k="84" />
+<hkern u1="A" u2="&#xf0;" k="10" />
+<hkern u1="A" u2="&#xae;" k="53" />
+<hkern u1="A" u2="&#x7d;" k="41" />
+<hkern u1="A" u2="v" k="37" />
+<hkern u1="A" u2="f" k="14" />
+<hkern u1="A" u2="]" k="47" />
+<hkern u1="A" u2="\" k="96" />
+<hkern u1="A" u2="V" k="57" />
+<hkern u1="A" u2="&#x3f;" k="51" />
+<hkern u1="A" u2="&#x2a;" k="74" />
+<hkern u1="B" u2="&#x178;" k="51" />
+<hkern u1="B" u2="&#xff;" k="8" />
+<hkern u1="B" u2="&#xfd;" k="8" />
+<hkern u1="B" u2="&#xdd;" k="51" />
+<hkern u1="B" u2="&#xc6;" k="27" />
+<hkern u1="B" u2="&#xc5;" k="20" />
+<hkern u1="B" u2="&#xc4;" k="20" />
+<hkern u1="B" u2="&#xc3;" k="20" />
+<hkern u1="B" u2="&#xc2;" k="20" />
+<hkern u1="B" u2="&#xc1;" k="20" />
+<hkern u1="B" u2="&#xc0;" k="20" />
+<hkern u1="B" u2="&#x7d;" k="41" />
+<hkern u1="B" u2="y" k="8" />
+<hkern u1="B" u2="x" k="10" />
+<hkern u1="B" u2="w" k="8" />
+<hkern u1="B" u2="v" k="8" />
+<hkern u1="B" u2="g" k="18" />
+<hkern u1="B" u2="]" k="55" />
+<hkern u1="B" u2="\" k="12" />
+<hkern u1="B" u2="Y" k="51" />
+<hkern u1="B" u2="X" k="27" />
+<hkern u1="B" u2="W" k="6" />
+<hkern u1="B" u2="V" k="23" />
+<hkern u1="B" u2="T" k="33" />
+<hkern u1="B" u2="J" k="33" />
+<hkern u1="B" u2="A" k="20" />
+<hkern u1="B" u2="&#x3f;" k="14" />
+<hkern u1="C" u2="&#xf0;" k="14" />
+<hkern u1="C" u2="&#xef;" k="-29" />
+<hkern u1="C" u2="&#xee;" k="-25" />
+<hkern u1="C" u2="&#xec;" k="-68" />
+<hkern u1="C" u2="&#xae;" k="27" />
+<hkern u1="C" u2="v" k="33" />
+<hkern u1="C" u2="f" k="12" />
+<hkern u1="D" u2="&#xc6;" k="35" />
+<hkern u1="D" u2="&#x7d;" k="53" />
+<hkern u1="D" u2="x" k="6" />
+<hkern u1="D" u2="]" k="59" />
+<hkern u1="D" u2="\" k="14" />
+<hkern u1="D" u2="X" k="43" />
+<hkern u1="D" u2="V" k="25" />
+<hkern u1="D" u2="&#x3f;" k="18" />
+<hkern u1="D" u2="&#x2f;" k="12" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="E" u2="&#xf0;" k="16" />
+<hkern u1="E" u2="&#xef;" k="-27" />
+<hkern u1="E" u2="&#xee;" k="-25" />
+<hkern u1="E" u2="&#xec;" k="-74" />
+<hkern u1="E" u2="v" k="23" />
+<hkern u1="E" u2="f" k="6" />
+<hkern u1="F" u2="&#x2026;" k="147" />
+<hkern u1="F" u2="&#x201e;" k="147" />
+<hkern u1="F" u2="&#x201a;" k="147" />
+<hkern u1="F" u2="&#x2014;" k="8" />
+<hkern u1="F" u2="&#x2013;" k="8" />
+<hkern u1="F" u2="&#x153;" k="37" />
+<hkern u1="F" u2="&#x152;" k="20" />
+<hkern u1="F" u2="&#xff;" k="27" />
+<hkern u1="F" u2="&#xfd;" k="27" />
+<hkern u1="F" u2="&#xfc;" k="37" />
+<hkern u1="F" u2="&#xfb;" k="37" />
+<hkern u1="F" u2="&#xfa;" k="37" />
+<hkern u1="F" u2="&#xf9;" k="37" />
+<hkern u1="F" u2="&#xf8;" k="37" />
+<hkern u1="F" u2="&#xf6;" k="37" />
+<hkern u1="F" u2="&#xf5;" k="37" />
+<hkern u1="F" u2="&#xf4;" k="37" />
+<hkern u1="F" u2="&#xf3;" k="37" />
+<hkern u1="F" u2="&#xf2;" k="37" />
+<hkern u1="F" u2="&#xf1;" k="43" />
+<hkern u1="F" u2="&#xf0;" k="41" />
+<hkern u1="F" u2="&#xef;" k="-57" />
+<hkern u1="F" u2="&#xee;" k="-37" />
+<hkern u1="F" u2="&#xec;" k="-113" />
+<hkern u1="F" u2="&#xeb;" k="37" />
+<hkern u1="F" u2="&#xea;" k="37" />
+<hkern u1="F" u2="&#xe9;" k="37" />
+<hkern u1="F" u2="&#xe8;" k="37" />
+<hkern u1="F" u2="&#xe7;" k="37" />
+<hkern u1="F" u2="&#xe6;" k="68" />
+<hkern u1="F" u2="&#xe5;" k="68" />
+<hkern u1="F" u2="&#xe4;" k="68" />
+<hkern u1="F" u2="&#xe3;" k="68" />
+<hkern u1="F" u2="&#xe2;" k="68" />
+<hkern u1="F" u2="&#xe1;" k="68" />
+<hkern u1="F" u2="&#xe0;" k="68" />
+<hkern u1="F" u2="&#xd8;" k="20" />
+<hkern u1="F" u2="&#xd6;" k="20" />
+<hkern u1="F" u2="&#xd5;" k="20" />
+<hkern u1="F" u2="&#xd4;" k="20" />
+<hkern u1="F" u2="&#xd3;" k="20" />
+<hkern u1="F" u2="&#xd2;" k="20" />
+<hkern u1="F" u2="&#xc7;" k="20" />
+<hkern u1="F" u2="&#xc6;" k="94" />
+<hkern u1="F" u2="&#xc5;" k="70" />
+<hkern u1="F" u2="&#xc4;" k="70" />
+<hkern u1="F" u2="&#xc3;" k="70" />
+<hkern u1="F" u2="&#xc2;" k="70" />
+<hkern u1="F" u2="&#xc1;" k="70" />
+<hkern u1="F" u2="&#xc0;" k="70" />
+<hkern u1="F" u2="z" k="41" />
+<hkern u1="F" u2="y" k="27" />
+<hkern u1="F" u2="x" k="47" />
+<hkern u1="F" u2="w" k="29" />
+<hkern u1="F" u2="v" k="23" />
+<hkern u1="F" u2="u" k="37" />
+<hkern u1="F" u2="t" k="14" />
+<hkern u1="F" u2="s" k="35" />
+<hkern u1="F" u2="r" k="43" />
+<hkern u1="F" u2="q" k="39" />
+<hkern u1="F" u2="p" k="43" />
+<hkern u1="F" u2="o" k="37" />
+<hkern u1="F" u2="n" k="43" />
+<hkern u1="F" u2="m" k="43" />
+<hkern u1="F" u2="g" k="43" />
+<hkern u1="F" u2="f" k="14" />
+<hkern u1="F" u2="e" k="37" />
+<hkern u1="F" u2="d" k="39" />
+<hkern u1="F" u2="c" k="37" />
+<hkern u1="F" u2="a" k="68" />
+<hkern u1="F" u2="X" k="8" />
+<hkern u1="F" u2="S" k="20" />
+<hkern u1="F" u2="Q" k="20" />
+<hkern u1="F" u2="O" k="20" />
+<hkern u1="F" u2="J" k="43" />
+<hkern u1="F" u2="G" k="20" />
+<hkern u1="F" u2="C" k="20" />
+<hkern u1="F" u2="A" k="70" />
+<hkern u1="F" u2="&#x2f;" k="63" />
+<hkern u1="F" u2="&#x2e;" k="147" />
+<hkern u1="F" u2="&#x2d;" k="8" />
+<hkern u1="F" u2="&#x2c;" k="147" />
+<hkern u1="G" u2="&#xef;" k="-12" />
+<hkern u1="G" u2="&#xee;" k="-8" />
+<hkern u1="G" u2="&#xec;" k="-31" />
+<hkern u1="G" u2="v" k="14" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="8" />
+<hkern u1="G" u2="V" k="18" />
+<hkern u1="H" u2="&#xf0;" k="6" />
+<hkern u1="H" u2="&#xec;" k="-6" />
+<hkern u1="I" u2="&#xf0;" k="6" />
+<hkern u1="I" u2="&#xec;" k="-6" />
+<hkern u1="J" u2="&#xf0;" k="6" />
+<hkern u1="J" u2="&#xec;" k="-8" />
+<hkern u1="K" u2="&#xf0;" k="16" />
+<hkern u1="K" u2="&#xef;" k="-55" />
+<hkern u1="K" u2="&#xec;" k="-100" />
+<hkern u1="K" u2="&#xae;" k="23" />
+<hkern u1="K" u2="v" k="49" />
+<hkern u1="K" u2="f" k="8" />
+<hkern u1="L" u2="&#x2122;" k="184" />
+<hkern u1="L" u2="&#xf0;" k="10" />
+<hkern u1="L" u2="&#xb7;" k="115" />
+<hkern u1="L" u2="&#xae;" k="172" />
+<hkern u1="L" u2="&#x7d;" k="23" />
+<hkern u1="L" u2="v" k="92" />
+<hkern u1="L" u2="f" k="6" />
+<hkern u1="L" u2="]" k="29" />
+<hkern u1="L" u2="\" k="145" />
+<hkern u1="L" u2="V" k="121" />
+<hkern u1="L" u2="&#x3f;" k="27" />
+<hkern u1="L" u2="&#x2a;" k="182" />
+<hkern u1="M" u2="&#xf0;" k="6" />
+<hkern u1="M" u2="&#xec;" k="-6" />
+<hkern u1="N" u2="&#xf0;" k="6" />
+<hkern u1="N" u2="&#xec;" k="-6" />
+<hkern u1="O" u2="&#xc6;" k="31" />
+<hkern u1="O" u2="&#x7d;" k="51" />
+<hkern u1="O" u2="]" k="57" />
+<hkern u1="O" u2="\" k="16" />
+<hkern u1="O" u2="X" k="39" />
+<hkern u1="O" u2="V" k="25" />
+<hkern u1="O" u2="&#x3f;" k="14" />
+<hkern u1="O" u2="&#x2f;" k="12" />
+<hkern u1="O" u2="&#x29;" k="10" />
+<hkern u1="P" u2="&#x2039;" k="18" />
+<hkern u1="P" u2="&#x2026;" k="166" />
+<hkern u1="P" u2="&#x201e;" k="166" />
+<hkern u1="P" u2="&#x201a;" k="166" />
+<hkern u1="P" u2="&#x2014;" k="18" />
+<hkern u1="P" u2="&#x2013;" k="18" />
+<hkern u1="P" u2="&#x178;" k="41" />
+<hkern u1="P" u2="&#x153;" k="8" />
+<hkern u1="P" u2="&#xf8;" k="8" />
+<hkern u1="P" u2="&#xf6;" k="8" />
+<hkern u1="P" u2="&#xf5;" k="8" />
+<hkern u1="P" u2="&#xf4;" k="8" />
+<hkern u1="P" u2="&#xf3;" k="8" />
+<hkern u1="P" u2="&#xf2;" k="8" />
+<hkern u1="P" u2="&#xf0;" k="35" />
+<hkern u1="P" u2="&#xef;" k="-6" />
+<hkern u1="P" u2="&#xee;" k="-12" />
+<hkern u1="P" u2="&#xec;" k="-8" />
+<hkern u1="P" u2="&#xeb;" k="8" />
+<hkern u1="P" u2="&#xea;" k="8" />
+<hkern u1="P" u2="&#xe9;" k="8" />
+<hkern u1="P" u2="&#xe8;" k="8" />
+<hkern u1="P" u2="&#xe7;" k="8" />
+<hkern u1="P" u2="&#xe6;" k="10" />
+<hkern u1="P" u2="&#xe5;" k="10" />
+<hkern u1="P" u2="&#xe4;" k="10" />
+<hkern u1="P" u2="&#xe3;" k="10" />
+<hkern u1="P" u2="&#xe2;" k="10" />
+<hkern u1="P" u2="&#xe1;" k="10" />
+<hkern u1="P" u2="&#xe0;" k="10" />
+<hkern u1="P" u2="&#xdd;" k="41" />
+<hkern u1="P" u2="&#xc6;" k="74" />
+<hkern u1="P" u2="&#xc5;" k="63" />
+<hkern u1="P" u2="&#xc4;" k="63" />
+<hkern u1="P" u2="&#xc3;" k="63" />
+<hkern u1="P" u2="&#xc2;" k="63" />
+<hkern u1="P" u2="&#xc1;" k="63" />
+<hkern u1="P" u2="&#xc0;" k="63" />
+<hkern u1="P" u2="&#xab;" k="18" />
+<hkern u1="P" u2="&#x7d;" k="43" />
+<hkern u1="P" u2="q" k="10" />
+<hkern u1="P" u2="o" k="8" />
+<hkern u1="P" u2="g" k="8" />
+<hkern u1="P" u2="e" k="8" />
+<hkern u1="P" u2="d" k="10" />
+<hkern u1="P" u2="c" k="8" />
+<hkern u1="P" u2="a" k="10" />
+<hkern u1="P" u2="]" k="47" />
+<hkern u1="P" u2="\" k="10" />
+<hkern u1="P" u2="Z" k="14" />
+<hkern u1="P" u2="Y" k="41" />
+<hkern u1="P" u2="X" k="35" />
+<hkern u1="P" u2="V" k="12" />
+<hkern u1="P" u2="J" k="53" />
+<hkern u1="P" u2="A" k="63" />
+<hkern u1="P" u2="&#x2f;" k="74" />
+<hkern u1="P" u2="&#x2e;" k="166" />
+<hkern u1="P" u2="&#x2d;" k="18" />
+<hkern u1="P" u2="&#x2c;" k="166" />
+<hkern u1="P" u2="&#x29;" k="8" />
+<hkern u1="Q" u2="&#xc6;" k="31" />
+<hkern u1="Q" u2="&#x7d;" k="51" />
+<hkern u1="Q" u2="]" k="57" />
+<hkern u1="Q" u2="\" k="16" />
+<hkern u1="Q" u2="X" k="39" />
+<hkern u1="Q" u2="V" k="25" />
+<hkern u1="Q" u2="&#x3f;" k="14" />
+<hkern u1="Q" u2="&#x2f;" k="12" />
+<hkern u1="Q" u2="&#x29;" k="10" />
+<hkern u1="R" u2="&#xf0;" k="27" />
+<hkern u1="R" u2="&#xc6;" k="16" />
+<hkern u1="R" u2="&#x7d;" k="31" />
+<hkern u1="R" u2="]" k="35" />
+<hkern u1="R" u2="\" k="12" />
+<hkern u1="R" u2="V" k="20" />
+<hkern u1="S" u2="&#xef;" k="-16" />
+<hkern u1="S" u2="&#xee;" k="-6" />
+<hkern u1="S" u2="&#xec;" k="-41" />
+<hkern u1="S" u2="&#xc6;" k="25" />
+<hkern u1="S" u2="x" k="18" />
+<hkern u1="S" u2="v" k="20" />
+<hkern u1="S" u2="f" k="16" />
+<hkern u1="S" u2="X" k="10" />
+<hkern u1="S" u2="V" k="18" />
+<hkern u1="T" u2="&#xf0;" k="72" />
+<hkern u1="T" u2="&#xef;" k="-84" />
+<hkern u1="T" u2="&#xee;" k="-45" />
+<hkern u1="T" u2="&#xec;" k="-141" />
+<hkern u1="T" u2="&#xe4;" k="168" />
+<hkern u1="T" u2="&#xe3;" k="135" />
+<hkern u1="T" u2="&#xdf;" k="8" />
+<hkern u1="T" u2="&#xc6;" k="111" />
+<hkern u1="T" u2="&#xae;" k="16" />
+<hkern u1="T" u2="x" k="147" />
+<hkern u1="T" u2="v" k="137" />
+<hkern u1="T" u2="f" k="29" />
+<hkern u1="T" u2="&#x40;" k="53" />
+<hkern u1="T" u2="&#x2f;" k="104" />
+<hkern u1="T" u2="&#x26;" k="43" />
+<hkern u1="U" u2="&#xf0;" k="6" />
+<hkern u1="U" u2="&#xec;" k="-12" />
+<hkern u1="U" u2="&#xc6;" k="18" />
+<hkern u1="U" u2="&#x2f;" k="12" />
+<hkern u1="V" u2="&#x203a;" k="39" />
+<hkern u1="V" u2="&#x2039;" k="57" />
+<hkern u1="V" u2="&#x2026;" k="109" />
+<hkern u1="V" u2="&#x201e;" k="109" />
+<hkern u1="V" u2="&#x201a;" k="109" />
+<hkern u1="V" u2="&#x2014;" k="63" />
+<hkern u1="V" u2="&#x2013;" k="63" />
+<hkern u1="V" u2="&#x153;" k="66" />
+<hkern u1="V" u2="&#x152;" k="25" />
+<hkern u1="V" u2="&#xff;" k="16" />
+<hkern u1="V" u2="&#xfd;" k="16" />
+<hkern u1="V" u2="&#xfc;" k="47" />
+<hkern u1="V" u2="&#xfb;" k="47" />
+<hkern u1="V" u2="&#xfa;" k="47" />
+<hkern u1="V" u2="&#xf9;" k="47" />
+<hkern u1="V" u2="&#xf8;" k="66" />
+<hkern u1="V" u2="&#xf6;" k="66" />
+<hkern u1="V" u2="&#xf5;" k="66" />
+<hkern u1="V" u2="&#xf4;" k="66" />
+<hkern u1="V" u2="&#xf3;" k="66" />
+<hkern u1="V" u2="&#xf2;" k="66" />
+<hkern u1="V" u2="&#xf1;" k="53" />
+<hkern u1="V" u2="&#xf0;" k="57" />
+<hkern u1="V" u2="&#xef;" k="-61" />
+<hkern u1="V" u2="&#xee;" k="-25" />
+<hkern u1="V" u2="&#xec;" k="-113" />
+<hkern u1="V" u2="&#xeb;" k="66" />
+<hkern u1="V" u2="&#xea;" k="66" />
+<hkern u1="V" u2="&#xe9;" k="66" />
+<hkern u1="V" u2="&#xe8;" k="66" />
+<hkern u1="V" u2="&#xe7;" k="66" />
+<hkern u1="V" u2="&#xe6;" k="55" />
+<hkern u1="V" u2="&#xe5;" k="55" />
+<hkern u1="V" u2="&#xe4;" k="55" />
+<hkern u1="V" u2="&#xe3;" k="55" />
+<hkern u1="V" u2="&#xe2;" k="55" />
+<hkern u1="V" u2="&#xe1;" k="55" />
+<hkern u1="V" u2="&#xe0;" k="55" />
+<hkern u1="V" u2="&#xd8;" k="25" />
+<hkern u1="V" u2="&#xd6;" k="25" />
+<hkern u1="V" u2="&#xd5;" k="25" />
+<hkern u1="V" u2="&#xd4;" k="25" />
+<hkern u1="V" u2="&#xd3;" k="25" />
+<hkern u1="V" u2="&#xd2;" k="25" />
+<hkern u1="V" u2="&#xc7;" k="23" />
+<hkern u1="V" u2="&#xc6;" k="66" />
+<hkern u1="V" u2="&#xc5;" k="57" />
+<hkern u1="V" u2="&#xc4;" k="57" />
+<hkern u1="V" u2="&#xc3;" k="57" />
+<hkern u1="V" u2="&#xc2;" k="57" />
+<hkern u1="V" u2="&#xc1;" k="57" />
+<hkern u1="V" u2="&#xc0;" k="57" />
+<hkern u1="V" u2="&#xbb;" k="39" />
+<hkern u1="V" u2="&#xae;" k="14" />
+<hkern u1="V" u2="&#xab;" k="57" />
+<hkern u1="V" u2="z" k="25" />
+<hkern u1="V" u2="y" k="16" />
+<hkern u1="V" u2="x" k="16" />
+<hkern u1="V" u2="w" k="20" />
+<hkern u1="V" u2="v" k="16" />
+<hkern u1="V" u2="u" k="47" />
+<hkern u1="V" u2="s" k="51" />
+<hkern u1="V" u2="r" k="53" />
+<hkern u1="V" u2="q" k="66" />
+<hkern u1="V" u2="p" k="53" />
+<hkern u1="V" u2="o" k="66" />
+<hkern u1="V" u2="n" k="53" />
+<hkern u1="V" u2="m" k="53" />
+<hkern u1="V" u2="g" k="76" />
+<hkern u1="V" u2="f" k="6" />
+<hkern u1="V" u2="e" k="66" />
+<hkern u1="V" u2="d" k="66" />
+<hkern u1="V" u2="c" k="66" />
+<hkern u1="V" u2="a" k="55" />
+<hkern u1="V" u2="S" k="16" />
+<hkern u1="V" u2="Q" k="25" />
+<hkern u1="V" u2="O" k="25" />
+<hkern u1="V" u2="J" k="55" />
+<hkern u1="V" u2="G" k="25" />
+<hkern u1="V" u2="C" k="23" />
+<hkern u1="V" u2="A" k="57" />
+<hkern u1="V" u2="&#x40;" k="29" />
+<hkern u1="V" u2="&#x3b;" k="29" />
+<hkern u1="V" u2="&#x3a;" k="29" />
+<hkern u1="V" u2="&#x2f;" k="84" />
+<hkern u1="V" u2="&#x2e;" k="109" />
+<hkern u1="V" u2="&#x2d;" k="63" />
+<hkern u1="V" u2="&#x2c;" k="109" />
+<hkern u1="V" u2="&#x26;" k="39" />
+<hkern u1="W" u2="&#xf0;" k="37" />
+<hkern u1="W" u2="&#xef;" k="-43" />
+<hkern u1="W" u2="&#xee;" k="-25" />
+<hkern u1="W" u2="&#xec;" k="-98" />
+<hkern u1="W" u2="&#xc6;" k="55" />
+<hkern u1="W" u2="&#x2f;" k="55" />
+<hkern u1="W" u2="&#x26;" k="12" />
+<hkern u1="X" u2="&#x2039;" k="47" />
+<hkern u1="X" u2="&#x2014;" k="78" />
+<hkern u1="X" u2="&#x2013;" k="78" />
+<hkern u1="X" u2="&#x153;" k="43" />
+<hkern u1="X" u2="&#x152;" k="39" />
+<hkern u1="X" u2="&#xff;" k="55" />
+<hkern u1="X" u2="&#xfd;" k="55" />
+<hkern u1="X" u2="&#xfc;" k="33" />
+<hkern u1="X" u2="&#xfb;" k="33" />
+<hkern u1="X" u2="&#xfa;" k="33" />
+<hkern u1="X" u2="&#xf9;" k="33" />
+<hkern u1="X" u2="&#xf8;" k="43" />
+<hkern u1="X" u2="&#xf6;" k="43" />
+<hkern u1="X" u2="&#xf5;" k="43" />
+<hkern u1="X" u2="&#xf4;" k="43" />
+<hkern u1="X" u2="&#xf3;" k="43" />
+<hkern u1="X" u2="&#xf2;" k="43" />
+<hkern u1="X" u2="&#xf0;" k="25" />
+<hkern u1="X" u2="&#xef;" k="-74" />
+<hkern u1="X" u2="&#xee;" k="-10" />
+<hkern u1="X" u2="&#xec;" k="-115" />
+<hkern u1="X" u2="&#xeb;" k="43" />
+<hkern u1="X" u2="&#xea;" k="43" />
+<hkern u1="X" u2="&#xe9;" k="43" />
+<hkern u1="X" u2="&#xe8;" k="43" />
+<hkern u1="X" u2="&#xe7;" k="43" />
+<hkern u1="X" u2="&#xd8;" k="39" />
+<hkern u1="X" u2="&#xd6;" k="39" />
+<hkern u1="X" u2="&#xd5;" k="39" />
+<hkern u1="X" u2="&#xd4;" k="39" />
+<hkern u1="X" u2="&#xd3;" k="39" />
+<hkern u1="X" u2="&#xd2;" k="39" />
+<hkern u1="X" u2="&#xc7;" k="37" />
+<hkern u1="X" u2="&#xae;" k="18" />
+<hkern u1="X" u2="&#xab;" k="47" />
+<hkern u1="X" u2="y" k="55" />
+<hkern u1="X" u2="w" k="51" />
+<hkern u1="X" u2="v" k="53" />
+<hkern u1="X" u2="u" k="33" />
+<hkern u1="X" u2="t" k="18" />
+<hkern u1="X" u2="q" k="37" />
+<hkern u1="X" u2="o" k="43" />
+<hkern u1="X" u2="g" k="33" />
+<hkern u1="X" u2="f" k="8" />
+<hkern u1="X" u2="e" k="43" />
+<hkern u1="X" u2="d" k="37" />
+<hkern u1="X" u2="c" k="43" />
+<hkern u1="X" u2="Q" k="39" />
+<hkern u1="X" u2="O" k="39" />
+<hkern u1="X" u2="G" k="39" />
+<hkern u1="X" u2="C" k="37" />
+<hkern u1="X" u2="&#x2d;" k="78" />
+<hkern u1="Y" u2="&#xff;" k="70" />
+<hkern u1="Y" u2="&#xf0;" k="80" />
+<hkern u1="Y" u2="&#xef;" k="-90" />
+<hkern u1="Y" u2="&#xee;" k="-16" />
+<hkern u1="Y" u2="&#xec;" k="-131" />
+<hkern u1="Y" u2="&#xeb;" k="137" />
+<hkern u1="Y" u2="&#xe4;" k="117" />
+<hkern u1="Y" u2="&#xe3;" k="109" />
+<hkern u1="Y" u2="&#xdf;" k="12" />
+<hkern u1="Y" u2="&#xc6;" k="106" />
+<hkern u1="Y" u2="&#xae;" k="45" />
+<hkern u1="Y" u2="x" k="82" />
+<hkern u1="Y" u2="v" k="84" />
+<hkern u1="Y" u2="f" k="37" />
+<hkern u1="Y" u2="&#x40;" k="74" />
+<hkern u1="Y" u2="&#x2f;" k="131" />
+<hkern u1="Y" u2="&#x26;" k="76" />
+<hkern u1="Z" u2="&#xf0;" k="16" />
+<hkern u1="Z" u2="&#xef;" k="-25" />
+<hkern u1="Z" u2="&#xee;" k="-31" />
+<hkern u1="Z" u2="&#xec;" k="-80" />
+<hkern u1="Z" u2="&#xae;" k="14" />
+<hkern u1="Z" u2="v" k="25" />
+<hkern u1="Z" u2="f" k="6" />
+<hkern u1="[" u2="&#x153;" k="78" />
+<hkern u1="[" u2="&#x152;" k="57" />
+<hkern u1="[" u2="&#xff;" k="61" />
+<hkern u1="[" u2="&#xfd;" k="61" />
+<hkern u1="[" u2="&#xfc;" k="70" />
+<hkern u1="[" u2="&#xfb;" k="70" />
+<hkern u1="[" u2="&#xfa;" k="70" />
+<hkern u1="[" u2="&#xf9;" k="70" />
+<hkern u1="[" u2="&#xf8;" k="78" />
+<hkern u1="[" u2="&#xf6;" k="78" />
+<hkern u1="[" u2="&#xf5;" k="78" />
+<hkern u1="[" u2="&#xf4;" k="78" />
+<hkern u1="[" u2="&#xf3;" k="78" />
+<hkern u1="[" u2="&#xf2;" k="78" />
+<hkern u1="[" u2="&#xf1;" k="51" />
+<hkern u1="[" u2="&#xf0;" k="27" />
+<hkern u1="[" u2="&#xef;" k="-31" />
+<hkern u1="[" u2="&#xec;" k="-80" />
+<hkern u1="[" u2="&#xeb;" k="78" />
+<hkern u1="[" u2="&#xea;" k="78" />
+<hkern u1="[" u2="&#xe9;" k="78" />
+<hkern u1="[" u2="&#xe8;" k="78" />
+<hkern u1="[" u2="&#xe7;" k="78" />
+<hkern u1="[" u2="&#xe6;" k="63" />
+<hkern u1="[" u2="&#xe5;" k="63" />
+<hkern u1="[" u2="&#xe4;" k="63" />
+<hkern u1="[" u2="&#xe3;" k="63" />
+<hkern u1="[" u2="&#xe2;" k="63" />
+<hkern u1="[" u2="&#xe1;" k="63" />
+<hkern u1="[" u2="&#xe0;" k="63" />
+<hkern u1="[" u2="&#xd8;" k="57" />
+<hkern u1="[" u2="&#xd6;" k="57" />
+<hkern u1="[" u2="&#xd5;" k="57" />
+<hkern u1="[" u2="&#xd4;" k="57" />
+<hkern u1="[" u2="&#xd3;" k="57" />
+<hkern u1="[" u2="&#xd2;" k="57" />
+<hkern u1="[" u2="&#xc7;" k="53" />
+<hkern u1="[" u2="&#xc6;" k="47" />
+<hkern u1="[" u2="&#xc5;" k="47" />
+<hkern u1="[" u2="&#xc4;" k="47" />
+<hkern u1="[" u2="&#xc3;" k="47" />
+<hkern u1="[" u2="&#xc2;" k="47" />
+<hkern u1="[" u2="&#xc1;" k="47" />
+<hkern u1="[" u2="&#xc0;" k="47" />
+<hkern u1="[" u2="&#x7b;" k="43" />
+<hkern u1="[" u2="z" k="41" />
+<hkern u1="[" u2="y" k="61" />
+<hkern u1="[" u2="x" k="37" />
+<hkern u1="[" u2="w" k="68" />
+<hkern u1="[" u2="v" k="66" />
+<hkern u1="[" u2="u" k="70" />
+<hkern u1="[" u2="t" k="51" />
+<hkern u1="[" u2="s" k="51" />
+<hkern u1="[" u2="r" k="51" />
+<hkern u1="[" u2="q" k="76" />
+<hkern u1="[" u2="p" k="51" />
+<hkern u1="[" u2="o" k="78" />
+<hkern u1="[" u2="n" k="51" />
+<hkern u1="[" u2="m" k="51" />
+<hkern u1="[" u2="j" k="-8" />
+<hkern u1="[" u2="f" k="31" />
+<hkern u1="[" u2="e" k="78" />
+<hkern u1="[" u2="d" k="76" />
+<hkern u1="[" u2="c" k="78" />
+<hkern u1="[" u2="a" k="63" />
+<hkern u1="[" u2="S" k="23" />
+<hkern u1="[" u2="Q" k="57" />
+<hkern u1="[" u2="O" k="57" />
+<hkern u1="[" u2="G" k="57" />
+<hkern u1="[" u2="C" k="53" />
+<hkern u1="[" u2="A" k="47" />
+<hkern u1="[" u2="&#x28;" k="16" />
+<hkern u1="\" u2="&#x201d;" k="139" />
+<hkern u1="\" u2="&#x2019;" k="139" />
+<hkern u1="\" u2="&#x178;" k="139" />
+<hkern u1="\" u2="&#x153;" k="8" />
+<hkern u1="\" u2="&#x152;" k="16" />
+<hkern u1="\" u2="&#xff;" k="47" />
+<hkern u1="\" u2="&#xfd;" k="47" />
+<hkern u1="\" u2="&#xf8;" k="8" />
+<hkern u1="\" u2="&#xf6;" k="8" />
+<hkern u1="\" u2="&#xf5;" k="8" />
+<hkern u1="\" u2="&#xf4;" k="8" />
+<hkern u1="\" u2="&#xf3;" k="8" />
+<hkern u1="\" u2="&#xf2;" k="8" />
+<hkern u1="\" u2="&#xeb;" k="8" />
+<hkern u1="\" u2="&#xea;" k="8" />
+<hkern u1="\" u2="&#xe9;" k="8" />
+<hkern u1="\" u2="&#xe8;" k="8" />
+<hkern u1="\" u2="&#xe7;" k="8" />
+<hkern u1="\" u2="&#xdd;" k="139" />
+<hkern u1="\" u2="&#xdc;" k="18" />
+<hkern u1="\" u2="&#xdb;" k="18" />
+<hkern u1="\" u2="&#xda;" k="18" />
+<hkern u1="\" u2="&#xd9;" k="18" />
+<hkern u1="\" u2="&#xd8;" k="16" />
+<hkern u1="\" u2="&#xd6;" k="16" />
+<hkern u1="\" u2="&#xd5;" k="16" />
+<hkern u1="\" u2="&#xd4;" k="16" />
+<hkern u1="\" u2="&#xd3;" k="16" />
+<hkern u1="\" u2="&#xd2;" k="16" />
+<hkern u1="\" u2="&#xc7;" k="16" />
+<hkern u1="\" u2="y" k="47" />
+<hkern u1="\" u2="w" k="37" />
+<hkern u1="\" u2="v" k="47" />
+<hkern u1="\" u2="t" k="25" />
+<hkern u1="\" u2="o" k="8" />
+<hkern u1="\" u2="f" k="10" />
+<hkern u1="\" u2="e" k="8" />
+<hkern u1="\" u2="c" k="8" />
+<hkern u1="\" u2="Y" k="139" />
+<hkern u1="\" u2="W" k="61" />
+<hkern u1="\" u2="V" k="90" />
+<hkern u1="\" u2="U" k="18" />
+<hkern u1="\" u2="T" k="117" />
+<hkern u1="\" u2="S" k="8" />
+<hkern u1="\" u2="Q" k="16" />
+<hkern u1="\" u2="O" k="16" />
+<hkern u1="\" u2="G" k="16" />
+<hkern u1="\" u2="C" k="16" />
+<hkern u1="\" u2="&#x27;" k="141" />
+<hkern u1="\" u2="&#x22;" k="141" />
+<hkern u1="a" u2="&#x2122;" k="25" />
+<hkern u1="a" u2="&#x7d;" k="18" />
+<hkern u1="a" u2="v" k="10" />
+<hkern u1="a" u2="]" k="23" />
+<hkern u1="a" u2="\" k="72" />
+<hkern u1="a" u2="V" k="51" />
+<hkern u1="a" u2="&#x3f;" k="31" />
+<hkern u1="a" u2="&#x2a;" k="6" />
+<hkern u1="b" u2="&#x2122;" k="35" />
+<hkern u1="b" u2="&#xc6;" k="14" />
+<hkern u1="b" u2="&#x7d;" k="68" />
+<hkern u1="b" u2="x" k="25" />
+<hkern u1="b" u2="v" k="16" />
+<hkern u1="b" u2="]" k="76" />
+<hkern u1="b" u2="\" k="74" />
+<hkern u1="b" u2="X" k="41" />
+<hkern u1="b" u2="V" k="63" />
+<hkern u1="b" u2="&#x3f;" k="51" />
+<hkern u1="b" u2="&#x2a;" k="16" />
+<hkern u1="b" u2="&#x29;" k="37" />
+<hkern u1="c" u2="&#xf0;" k="23" />
+<hkern u1="c" u2="&#x7d;" k="33" />
+<hkern u1="c" u2="]" k="39" />
+<hkern u1="c" u2="\" k="20" />
+<hkern u1="c" u2="V" k="25" />
+<hkern u1="c" u2="&#x3f;" k="18" />
+<hkern u1="d" u2="&#xef;" k="-6" />
+<hkern u1="d" u2="&#xec;" k="-14" />
+<hkern u1="e" u2="&#x2122;" k="29" />
+<hkern u1="e" u2="&#xc6;" k="10" />
+<hkern u1="e" u2="&#x7d;" k="55" />
+<hkern u1="e" u2="x" k="8" />
+<hkern u1="e" u2="v" k="16" />
+<hkern u1="e" u2="]" k="51" />
+<hkern u1="e" u2="\" k="70" />
+<hkern u1="e" u2="V" k="63" />
+<hkern u1="e" u2="&#x3f;" k="41" />
+<hkern u1="e" u2="&#x29;" k="10" />
+<hkern u1="f" u2="&#x203a;" k="45" />
+<hkern u1="f" u2="&#x2039;" k="70" />
+<hkern u1="f" u2="&#x2026;" k="84" />
+<hkern u1="f" u2="&#x201e;" k="84" />
+<hkern u1="f" u2="&#x201a;" k="84" />
+<hkern u1="f" u2="&#x2014;" k="86" />
+<hkern u1="f" u2="&#x2013;" k="86" />
+<hkern u1="f" u2="&#x178;" k="20" />
+<hkern u1="f" u2="&#x153;" k="18" />
+<hkern u1="f" u2="&#xf8;" k="18" />
+<hkern u1="f" u2="&#xf6;" k="18" />
+<hkern u1="f" u2="&#xf5;" k="18" />
+<hkern u1="f" u2="&#xf4;" k="18" />
+<hkern u1="f" u2="&#xf3;" k="18" />
+<hkern u1="f" u2="&#xf2;" k="18" />
+<hkern u1="f" u2="&#xf0;" k="72" />
+<hkern u1="f" u2="&#xef;" k="-49" />
+<hkern u1="f" u2="&#xee;" k="-37" />
+<hkern u1="f" u2="&#xec;" k="-158" />
+<hkern u1="f" u2="&#xeb;" k="18" />
+<hkern u1="f" u2="&#xea;" k="18" />
+<hkern u1="f" u2="&#xe9;" k="18" />
+<hkern u1="f" u2="&#xe8;" k="18" />
+<hkern u1="f" u2="&#xe7;" k="18" />
+<hkern u1="f" u2="&#xdd;" k="20" />
+<hkern u1="f" u2="&#xc6;" k="70" />
+<hkern u1="f" u2="&#xc5;" k="61" />
+<hkern u1="f" u2="&#xc4;" k="61" />
+<hkern u1="f" u2="&#xc3;" k="61" />
+<hkern u1="f" u2="&#xc2;" k="61" />
+<hkern u1="f" u2="&#xc1;" k="61" />
+<hkern u1="f" u2="&#xc0;" k="61" />
+<hkern u1="f" u2="&#xbb;" k="45" />
+<hkern u1="f" u2="&#xab;" k="70" />
+<hkern u1="f" u2="q" k="20" />
+<hkern u1="f" u2="o" k="18" />
+<hkern u1="f" u2="g" k="10" />
+<hkern u1="f" u2="e" k="18" />
+<hkern u1="f" u2="d" k="20" />
+<hkern u1="f" u2="c" k="18" />
+<hkern u1="f" u2="Z" k="23" />
+<hkern u1="f" u2="Y" k="20" />
+<hkern u1="f" u2="X" k="27" />
+<hkern u1="f" u2="T" k="63" />
+<hkern u1="f" u2="J" k="51" />
+<hkern u1="f" u2="A" k="61" />
+<hkern u1="f" u2="&#x2f;" k="55" />
+<hkern u1="f" u2="&#x2e;" k="84" />
+<hkern u1="f" u2="&#x2d;" k="86" />
+<hkern u1="f" u2="&#x2c;" k="84" />
+<hkern u1="f" u2="&#x26;" k="18" />
+<hkern u1="g" u2="&#xf0;" k="10" />
+<hkern u1="g" u2="j" k="-39" />
+<hkern u1="g" u2="\" k="12" />
+<hkern u1="h" u2="&#x2122;" k="33" />
+<hkern u1="h" u2="&#x7d;" k="49" />
+<hkern u1="h" u2="v" k="10" />
+<hkern u1="h" u2="]" k="53" />
+<hkern u1="h" u2="\" k="74" />
+<hkern u1="h" u2="V" k="59" />
+<hkern u1="h" u2="&#x3f;" k="45" />
+<hkern u1="h" u2="&#x2a;" k="6" />
+<hkern u1="h" u2="&#x29;" k="8" />
+<hkern u1="i" u2="&#xef;" k="-6" />
+<hkern u1="i" u2="&#xec;" k="-14" />
+<hkern u1="j" u2="&#xef;" k="-6" />
+<hkern u1="j" u2="&#xec;" k="-14" />
+<hkern u1="k" u2="&#xf0;" k="35" />
+<hkern u1="k" u2="&#x7d;" k="27" />
+<hkern u1="k" u2="]" k="35" />
+<hkern u1="k" u2="\" k="14" />
+<hkern u1="k" u2="V" k="18" />
+<hkern u1="k" u2="&#x3f;" k="14" />
+<hkern u1="l" u2="&#xec;" k="-10" />
+<hkern u1="l" u2="&#xb7;" k="111" />
+<hkern u1="m" u2="&#x2122;" k="33" />
+<hkern u1="m" u2="&#x7d;" k="49" />
+<hkern u1="m" u2="v" k="10" />
+<hkern u1="m" u2="]" k="53" />
+<hkern u1="m" u2="\" k="74" />
+<hkern u1="m" u2="V" k="59" />
+<hkern u1="m" u2="&#x3f;" k="45" />
+<hkern u1="m" u2="&#x2a;" k="6" />
+<hkern u1="m" u2="&#x29;" k="8" />
+<hkern u1="n" u2="&#x2122;" k="33" />
+<hkern u1="n" u2="&#x7d;" k="49" />
+<hkern u1="n" u2="v" k="10" />
+<hkern u1="n" u2="]" k="53" />
+<hkern u1="n" u2="\" k="74" />
+<hkern u1="n" u2="V" k="59" />
+<hkern u1="n" u2="&#x3f;" k="45" />
+<hkern u1="n" u2="&#x2a;" k="6" />
+<hkern u1="n" u2="&#x29;" k="8" />
+<hkern u1="o" u2="&#x2122;" k="31" />
+<hkern u1="o" u2="&#xc6;" k="14" />
+<hkern u1="o" u2="&#x7d;" k="68" />
+<hkern u1="o" u2="x" k="25" />
+<hkern u1="o" u2="v" k="18" />
+<hkern u1="o" u2="]" k="78" />
+<hkern u1="o" u2="\" k="76" />
+<hkern u1="o" u2="X" k="43" />
+<hkern u1="o" u2="V" k="66" />
+<hkern u1="o" u2="&#x3f;" k="47" />
+<hkern u1="o" u2="&#x2a;" k="6" />
+<hkern u1="o" u2="&#x29;" k="37" />
+<hkern u1="p" u2="&#x2122;" k="35" />
+<hkern u1="p" u2="&#xc6;" k="14" />
+<hkern u1="p" u2="&#x7d;" k="68" />
+<hkern u1="p" u2="x" k="25" />
+<hkern u1="p" u2="v" k="16" />
+<hkern u1="p" u2="]" k="76" />
+<hkern u1="p" u2="\" k="74" />
+<hkern u1="p" u2="X" k="41" />
+<hkern u1="p" u2="V" k="63" />
+<hkern u1="p" u2="&#x3f;" k="51" />
+<hkern u1="p" u2="&#x2a;" k="16" />
+<hkern u1="p" u2="&#x29;" k="37" />
+<hkern u1="q" u2="&#x2122;" k="23" />
+<hkern u1="q" u2="&#x7d;" k="47" />
+<hkern u1="q" u2="]" k="51" />
+<hkern u1="q" u2="\" k="47" />
+<hkern u1="q" u2="V" k="53" />
+<hkern u1="q" u2="&#x3f;" k="27" />
+<hkern u1="q" u2="&#x29;" k="8" />
+<hkern u1="r" u2="&#xf0;" k="82" />
+<hkern u1="r" u2="&#xc6;" k="86" />
+<hkern u1="r" u2="&#x7d;" k="47" />
+<hkern u1="r" u2="]" k="59" />
+<hkern u1="r" u2="\" k="8" />
+<hkern u1="r" u2="X" k="55" />
+<hkern u1="r" u2="&#x2f;" k="70" />
+<hkern u1="r" u2="&#x29;" k="8" />
+<hkern u1="r" u2="&#x26;" k="20" />
+<hkern u1="s" u2="&#x2122;" k="25" />
+<hkern u1="s" u2="&#xc6;" k="10" />
+<hkern u1="s" u2="&#x7d;" k="55" />
+<hkern u1="s" u2="x" k="6" />
+<hkern u1="s" u2="v" k="14" />
+<hkern u1="s" u2="]" k="66" />
+<hkern u1="s" u2="\" k="45" />
+<hkern u1="s" u2="X" k="6" />
+<hkern u1="s" u2="V" k="45" />
+<hkern u1="s" u2="&#x3f;" k="27" />
+<hkern u1="s" u2="&#x29;" k="10" />
+<hkern u1="t" u2="&#xf0;" k="8" />
+<hkern u1="t" u2="&#x7d;" k="16" />
+<hkern u1="t" u2="]" k="23" />
+<hkern u1="t" u2="\" k="14" />
+<hkern u1="u" u2="&#x2122;" k="23" />
+<hkern u1="u" u2="&#x7d;" k="47" />
+<hkern u1="u" u2="]" k="51" />
+<hkern u1="u" u2="\" k="47" />
+<hkern u1="u" u2="V" k="53" />
+<hkern u1="u" u2="&#x3f;" k="27" />
+<hkern u1="u" u2="&#x29;" k="8" />
+<hkern u1="v" u2="&#x2039;" k="25" />
+<hkern u1="v" u2="&#x2026;" k="72" />
+<hkern u1="v" u2="&#x201e;" k="72" />
+<hkern u1="v" u2="&#x201a;" k="72" />
+<hkern u1="v" u2="&#x2014;" k="27" />
+<hkern u1="v" u2="&#x2013;" k="27" />
+<hkern u1="v" u2="&#x178;" k="84" />
+<hkern u1="v" u2="&#x153;" k="18" />
+<hkern u1="v" u2="&#xf8;" k="18" />
+<hkern u1="v" u2="&#xf6;" k="18" />
+<hkern u1="v" u2="&#xf5;" k="18" />
+<hkern u1="v" u2="&#xf4;" k="18" />
+<hkern u1="v" u2="&#xf3;" k="18" />
+<hkern u1="v" u2="&#xf2;" k="18" />
+<hkern u1="v" u2="&#xf0;" k="27" />
+<hkern u1="v" u2="&#xeb;" k="18" />
+<hkern u1="v" u2="&#xea;" k="18" />
+<hkern u1="v" u2="&#xe9;" k="18" />
+<hkern u1="v" u2="&#xe8;" k="18" />
+<hkern u1="v" u2="&#xe7;" k="18" />
+<hkern u1="v" u2="&#xe6;" k="16" />
+<hkern u1="v" u2="&#xe5;" k="16" />
+<hkern u1="v" u2="&#xe4;" k="16" />
+<hkern u1="v" u2="&#xe3;" k="16" />
+<hkern u1="v" u2="&#xe2;" k="16" />
+<hkern u1="v" u2="&#xe1;" k="16" />
+<hkern u1="v" u2="&#xe0;" k="16" />
+<hkern u1="v" u2="&#xdd;" k="84" />
+<hkern u1="v" u2="&#xc6;" k="43" />
+<hkern u1="v" u2="&#xc5;" k="37" />
+<hkern u1="v" u2="&#xc4;" k="37" />
+<hkern u1="v" u2="&#xc3;" k="37" />
+<hkern u1="v" u2="&#xc2;" k="37" />
+<hkern u1="v" u2="&#xc1;" k="37" />
+<hkern u1="v" u2="&#xc0;" k="37" />
+<hkern u1="v" u2="&#xab;" k="25" />
+<hkern u1="v" u2="&#x7d;" k="55" />
+<hkern u1="v" u2="s" k="12" />
+<hkern u1="v" u2="q" k="16" />
+<hkern u1="v" u2="o" k="18" />
+<hkern u1="v" u2="g" k="18" />
+<hkern u1="v" u2="e" k="18" />
+<hkern u1="v" u2="d" k="16" />
+<hkern u1="v" u2="c" k="18" />
+<hkern u1="v" u2="a" k="16" />
+<hkern u1="v" u2="]" k="66" />
+<hkern u1="v" u2="\" k="14" />
+<hkern u1="v" u2="Z" k="31" />
+<hkern u1="v" u2="Y" k="84" />
+<hkern u1="v" u2="X" k="53" />
+<hkern u1="v" u2="V" k="16" />
+<hkern u1="v" u2="T" k="137" />
+<hkern u1="v" u2="J" k="53" />
+<hkern u1="v" u2="A" k="37" />
+<hkern u1="v" u2="&#x3f;" k="18" />
+<hkern u1="v" u2="&#x2f;" k="41" />
+<hkern u1="v" u2="&#x2e;" k="72" />
+<hkern u1="v" u2="&#x2d;" k="27" />
+<hkern u1="v" u2="&#x2c;" k="72" />
+<hkern u1="v" u2="&#x29;" k="8" />
+<hkern u1="w" u2="&#xf0;" k="18" />
+<hkern u1="w" u2="&#xc6;" k="37" />
+<hkern u1="w" u2="&#x7d;" k="57" />
+<hkern u1="w" u2="]" k="68" />
+<hkern u1="w" u2="\" k="14" />
+<hkern u1="w" u2="X" k="51" />
+<hkern u1="w" u2="V" k="20" />
+<hkern u1="w" u2="&#x3f;" k="20" />
+<hkern u1="w" u2="&#x2f;" k="35" />
+<hkern u1="w" u2="&#x29;" k="12" />
+<hkern u1="x" u2="&#x2039;" k="53" />
+<hkern u1="x" u2="&#x2014;" k="66" />
+<hkern u1="x" u2="&#x2013;" k="66" />
+<hkern u1="x" u2="&#x178;" k="80" />
+<hkern u1="x" u2="&#x153;" k="25" />
+<hkern u1="x" u2="&#xf8;" k="25" />
+<hkern u1="x" u2="&#xf6;" k="25" />
+<hkern u1="x" u2="&#xf5;" k="25" />
+<hkern u1="x" u2="&#xf4;" k="25" />
+<hkern u1="x" u2="&#xf3;" k="25" />
+<hkern u1="x" u2="&#xf2;" k="25" />
+<hkern u1="x" u2="&#xf0;" k="37" />
+<hkern u1="x" u2="&#xeb;" k="25" />
+<hkern u1="x" u2="&#xea;" k="25" />
+<hkern u1="x" u2="&#xe9;" k="25" />
+<hkern u1="x" u2="&#xe8;" k="25" />
+<hkern u1="x" u2="&#xe7;" k="25" />
+<hkern u1="x" u2="&#xe6;" k="8" />
+<hkern u1="x" u2="&#xe5;" k="8" />
+<hkern u1="x" u2="&#xe4;" k="8" />
+<hkern u1="x" u2="&#xe3;" k="8" />
+<hkern u1="x" u2="&#xe2;" k="8" />
+<hkern u1="x" u2="&#xe1;" k="8" />
+<hkern u1="x" u2="&#xe0;" k="8" />
+<hkern u1="x" u2="&#xdd;" k="80" />
+<hkern u1="x" u2="&#xab;" k="53" />
+<hkern u1="x" u2="&#x7d;" k="33" />
+<hkern u1="x" u2="q" k="27" />
+<hkern u1="x" u2="o" k="25" />
+<hkern u1="x" u2="g" k="20" />
+<hkern u1="x" u2="e" k="25" />
+<hkern u1="x" u2="d" k="27" />
+<hkern u1="x" u2="c" k="25" />
+<hkern u1="x" u2="a" k="8" />
+<hkern u1="x" u2="]" k="39" />
+<hkern u1="x" u2="\" k="12" />
+<hkern u1="x" u2="Y" k="80" />
+<hkern u1="x" u2="V" k="14" />
+<hkern u1="x" u2="T" k="147" />
+<hkern u1="x" u2="J" k="6" />
+<hkern u1="x" u2="&#x2d;" k="66" />
+<hkern u1="y" u2="&#xf0;" k="29" />
+<hkern u1="y" u2="&#xc6;" k="43" />
+<hkern u1="y" u2="&#x7d;" k="49" />
+<hkern u1="y" u2="]" k="59" />
+<hkern u1="y" u2="\" k="14" />
+<hkern u1="y" u2="X" k="53" />
+<hkern u1="y" u2="V" k="16" />
+<hkern u1="y" u2="&#x3f;" k="18" />
+<hkern u1="y" u2="&#x2f;" k="43" />
+<hkern u1="z" u2="&#x2122;" k="10" />
+<hkern u1="z" u2="&#xf0;" k="16" />
+<hkern u1="z" u2="&#x7d;" k="35" />
+<hkern u1="z" u2="]" k="41" />
+<hkern u1="z" u2="\" k="20" />
+<hkern u1="z" u2="V" k="27" />
+<hkern u1="z" u2="&#x3f;" k="16" />
+<hkern u1="&#x7b;" u2="&#x153;" k="68" />
+<hkern u1="&#x7b;" u2="&#x152;" k="51" />
+<hkern u1="&#x7b;" u2="&#xff;" k="51" />
+<hkern u1="&#x7b;" u2="&#xfd;" k="51" />
+<hkern u1="&#x7b;" u2="&#xfc;" k="61" />
+<hkern u1="&#x7b;" u2="&#xfb;" k="61" />
+<hkern u1="&#x7b;" u2="&#xfa;" k="61" />
+<hkern u1="&#x7b;" u2="&#xf9;" k="61" />
+<hkern u1="&#x7b;" u2="&#xf8;" k="68" />
+<hkern u1="&#x7b;" u2="&#xf6;" k="68" />
+<hkern u1="&#x7b;" u2="&#xf5;" k="68" />
+<hkern u1="&#x7b;" u2="&#xf4;" k="68" />
+<hkern u1="&#x7b;" u2="&#xf3;" k="68" />
+<hkern u1="&#x7b;" u2="&#xf2;" k="68" />
+<hkern u1="&#x7b;" u2="&#xf1;" k="47" />
+<hkern u1="&#x7b;" u2="&#xf0;" k="18" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-31" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-78" />
+<hkern u1="&#x7b;" u2="&#xeb;" k="68" />
+<hkern u1="&#x7b;" u2="&#xea;" k="68" />
+<hkern u1="&#x7b;" u2="&#xe9;" k="68" />
+<hkern u1="&#x7b;" u2="&#xe8;" k="68" />
+<hkern u1="&#x7b;" u2="&#xe7;" k="68" />
+<hkern u1="&#x7b;" u2="&#xe6;" k="55" />
+<hkern u1="&#x7b;" u2="&#xe5;" k="55" />
+<hkern u1="&#x7b;" u2="&#xe4;" k="55" />
+<hkern u1="&#x7b;" u2="&#xe3;" k="55" />
+<hkern u1="&#x7b;" u2="&#xe2;" k="55" />
+<hkern u1="&#x7b;" u2="&#xe1;" k="55" />
+<hkern u1="&#x7b;" u2="&#xe0;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd8;" k="51" />
+<hkern u1="&#x7b;" u2="&#xd6;" k="51" />
+<hkern u1="&#x7b;" u2="&#xd5;" k="51" />
+<hkern u1="&#x7b;" u2="&#xd4;" k="51" />
+<hkern u1="&#x7b;" u2="&#xd3;" k="51" />
+<hkern u1="&#x7b;" u2="&#xd2;" k="51" />
+<hkern u1="&#x7b;" u2="&#xc7;" k="49" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="43" />
+<hkern u1="&#x7b;" u2="&#xc5;" k="41" />
+<hkern u1="&#x7b;" u2="&#xc4;" k="41" />
+<hkern u1="&#x7b;" u2="&#xc3;" k="41" />
+<hkern u1="&#x7b;" u2="&#xc2;" k="41" />
+<hkern u1="&#x7b;" u2="&#xc1;" k="41" />
+<hkern u1="&#x7b;" u2="&#xc0;" k="41" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="39" />
+<hkern u1="&#x7b;" u2="z" k="35" />
+<hkern u1="&#x7b;" u2="y" k="51" />
+<hkern u1="&#x7b;" u2="x" k="33" />
+<hkern u1="&#x7b;" u2="w" k="57" />
+<hkern u1="&#x7b;" u2="v" k="53" />
+<hkern u1="&#x7b;" u2="u" k="61" />
+<hkern u1="&#x7b;" u2="t" k="37" />
+<hkern u1="&#x7b;" u2="s" k="45" />
+<hkern u1="&#x7b;" u2="r" k="47" />
+<hkern u1="&#x7b;" u2="q" k="68" />
+<hkern u1="&#x7b;" u2="p" k="47" />
+<hkern u1="&#x7b;" u2="o" k="68" />
+<hkern u1="&#x7b;" u2="n" k="47" />
+<hkern u1="&#x7b;" u2="m" k="47" />
+<hkern u1="&#x7b;" u2="j" k="-16" />
+<hkern u1="&#x7b;" u2="f" k="23" />
+<hkern u1="&#x7b;" u2="e" k="68" />
+<hkern u1="&#x7b;" u2="d" k="68" />
+<hkern u1="&#x7b;" u2="c" k="68" />
+<hkern u1="&#x7b;" u2="a" k="55" />
+<hkern u1="&#x7b;" u2="S" k="23" />
+<hkern u1="&#x7b;" u2="Q" k="51" />
+<hkern u1="&#x7b;" u2="O" k="51" />
+<hkern u1="&#x7b;" u2="G" k="51" />
+<hkern u1="&#x7b;" u2="C" k="49" />
+<hkern u1="&#x7b;" u2="A" k="41" />
+<hkern u1="&#x7b;" u2="&#x28;" k="16" />
+<hkern u1="&#x7c;" u2="&#xec;" k="-12" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="39" />
+<hkern u1="&#x7d;" u2="]" k="43" />
+<hkern u1="&#x7d;" u2="&#x29;" k="23" />
+<hkern u1="&#xa1;" u2="&#x178;" k="66" />
+<hkern u1="&#xa1;" u2="&#xdd;" k="66" />
+<hkern u1="&#xa1;" u2="Y" k="66" />
+<hkern u1="&#xa1;" u2="V" k="16" />
+<hkern u1="&#xa1;" u2="T" k="98" />
+<hkern u1="&#xab;" u2="V" k="39" />
+<hkern u1="&#xae;" u2="&#x178;" k="47" />
+<hkern u1="&#xae;" u2="&#xdd;" k="47" />
+<hkern u1="&#xae;" u2="&#xc6;" k="68" />
+<hkern u1="&#xae;" u2="&#xc5;" k="55" />
+<hkern u1="&#xae;" u2="&#xc4;" k="55" />
+<hkern u1="&#xae;" u2="&#xc3;" k="55" />
+<hkern u1="&#xae;" u2="&#xc2;" k="55" />
+<hkern u1="&#xae;" u2="&#xc1;" k="55" />
+<hkern u1="&#xae;" u2="&#xc0;" k="55" />
+<hkern u1="&#xae;" u2="Z" k="27" />
+<hkern u1="&#xae;" u2="Y" k="47" />
+<hkern u1="&#xae;" u2="X" k="20" />
+<hkern u1="&#xae;" u2="V" k="14" />
+<hkern u1="&#xae;" u2="T" k="18" />
+<hkern u1="&#xae;" u2="J" k="49" />
+<hkern u1="&#xae;" u2="A" k="55" />
+<hkern u1="&#xb7;" u2="l" k="111" />
+<hkern u1="&#xbb;" u2="&#xc6;" k="14" />
+<hkern u1="&#xbb;" u2="x" k="53" />
+<hkern u1="&#xbb;" u2="v" k="16" />
+<hkern u1="&#xbb;" u2="f" k="8" />
+<hkern u1="&#xbb;" u2="X" k="49" />
+<hkern u1="&#xbb;" u2="V" k="57" />
+<hkern u1="&#xbf;" u2="&#x178;" k="135" />
+<hkern u1="&#xbf;" u2="&#x153;" k="68" />
+<hkern u1="&#xbf;" u2="&#x152;" k="57" />
+<hkern u1="&#xbf;" u2="&#xff;" k="61" />
+<hkern u1="&#xbf;" u2="&#xfe;" k="63" />
+<hkern u1="&#xbf;" u2="&#xfd;" k="61" />
+<hkern u1="&#xbf;" u2="&#xfc;" k="63" />
+<hkern u1="&#xbf;" u2="&#xfb;" k="63" />
+<hkern u1="&#xbf;" u2="&#xfa;" k="63" />
+<hkern u1="&#xbf;" u2="&#xf9;" k="63" />
+<hkern u1="&#xbf;" u2="&#xf8;" k="68" />
+<hkern u1="&#xbf;" u2="&#xf6;" k="68" />
+<hkern u1="&#xbf;" u2="&#xf5;" k="68" />
+<hkern u1="&#xbf;" u2="&#xf4;" k="68" />
+<hkern u1="&#xbf;" u2="&#xf3;" k="68" />
+<hkern u1="&#xbf;" u2="&#xf2;" k="68" />
+<hkern u1="&#xbf;" u2="&#xf1;" k="63" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="68" />
+<hkern u1="&#xbf;" u2="&#xef;" k="63" />
+<hkern u1="&#xbf;" u2="&#xee;" k="63" />
+<hkern u1="&#xbf;" u2="&#xed;" k="63" />
+<hkern u1="&#xbf;" u2="&#xec;" k="63" />
+<hkern u1="&#xbf;" u2="&#xeb;" k="68" />
+<hkern u1="&#xbf;" u2="&#xea;" k="68" />
+<hkern u1="&#xbf;" u2="&#xe9;" k="68" />
+<hkern u1="&#xbf;" u2="&#xe8;" k="68" />
+<hkern u1="&#xbf;" u2="&#xe7;" k="68" />
+<hkern u1="&#xbf;" u2="&#xe6;" k="70" />
+<hkern u1="&#xbf;" u2="&#xe5;" k="70" />
+<hkern u1="&#xbf;" u2="&#xe4;" k="70" />
+<hkern u1="&#xbf;" u2="&#xe3;" k="70" />
+<hkern u1="&#xbf;" u2="&#xe2;" k="70" />
+<hkern u1="&#xbf;" u2="&#xe1;" k="70" />
+<hkern u1="&#xbf;" u2="&#xe0;" k="70" />
+<hkern u1="&#xbf;" u2="&#xdf;" k="63" />
+<hkern u1="&#xbf;" u2="&#xde;" k="57" />
+<hkern u1="&#xbf;" u2="&#xdd;" k="135" />
+<hkern u1="&#xbf;" u2="&#xdc;" k="59" />
+<hkern u1="&#xbf;" u2="&#xdb;" k="59" />
+<hkern u1="&#xbf;" u2="&#xda;" k="59" />
+<hkern u1="&#xbf;" u2="&#xd9;" k="59" />
+<hkern u1="&#xbf;" u2="&#xd8;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd6;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd5;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd4;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd3;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd2;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd1;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="57" />
+<hkern u1="&#xbf;" u2="&#xcf;" k="57" />
+<hkern u1="&#xbf;" u2="&#xce;" k="57" />
+<hkern u1="&#xbf;" u2="&#xcd;" k="57" />
+<hkern u1="&#xbf;" u2="&#xcc;" k="57" />
+<hkern u1="&#xbf;" u2="&#xcb;" k="57" />
+<hkern u1="&#xbf;" u2="&#xca;" k="57" />
+<hkern u1="&#xbf;" u2="&#xc9;" k="57" />
+<hkern u1="&#xbf;" u2="&#xc8;" k="57" />
+<hkern u1="&#xbf;" u2="&#xc7;" k="57" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="82" />
+<hkern u1="&#xbf;" u2="&#xc5;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc4;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc3;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc2;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc1;" k="78" />
+<hkern u1="&#xbf;" u2="&#xc0;" k="78" />
+<hkern u1="&#xbf;" u2="z" k="59" />
+<hkern u1="&#xbf;" u2="y" k="61" />
+<hkern u1="&#xbf;" u2="x" k="55" />
+<hkern u1="&#xbf;" u2="w" k="66" />
+<hkern u1="&#xbf;" u2="v" k="66" />
+<hkern u1="&#xbf;" u2="u" k="63" />
+<hkern u1="&#xbf;" u2="t" k="57" />
+<hkern u1="&#xbf;" u2="s" k="66" />
+<hkern u1="&#xbf;" u2="r" k="63" />
+<hkern u1="&#xbf;" u2="q" k="68" />
+<hkern u1="&#xbf;" u2="p" k="63" />
+<hkern u1="&#xbf;" u2="o" k="68" />
+<hkern u1="&#xbf;" u2="n" k="63" />
+<hkern u1="&#xbf;" u2="m" k="63" />
+<hkern u1="&#xbf;" u2="l" k="63" />
+<hkern u1="&#xbf;" u2="k" k="63" />
+<hkern u1="&#xbf;" u2="j" k="63" />
+<hkern u1="&#xbf;" u2="i" k="63" />
+<hkern u1="&#xbf;" u2="h" k="63" />
+<hkern u1="&#xbf;" u2="f" k="55" />
+<hkern u1="&#xbf;" u2="e" k="68" />
+<hkern u1="&#xbf;" u2="d" k="68" />
+<hkern u1="&#xbf;" u2="c" k="68" />
+<hkern u1="&#xbf;" u2="b" k="63" />
+<hkern u1="&#xbf;" u2="a" k="70" />
+<hkern u1="&#xbf;" u2="Z" k="76" />
+<hkern u1="&#xbf;" u2="Y" k="135" />
+<hkern u1="&#xbf;" u2="X" k="76" />
+<hkern u1="&#xbf;" u2="W" k="76" />
+<hkern u1="&#xbf;" u2="V" k="90" />
+<hkern u1="&#xbf;" u2="U" k="59" />
+<hkern u1="&#xbf;" u2="T" k="162" />
+<hkern u1="&#xbf;" u2="S" k="57" />
+<hkern u1="&#xbf;" u2="R" k="57" />
+<hkern u1="&#xbf;" u2="Q" k="57" />
+<hkern u1="&#xbf;" u2="P" k="57" />
+<hkern u1="&#xbf;" u2="O" k="57" />
+<hkern u1="&#xbf;" u2="N" k="57" />
+<hkern u1="&#xbf;" u2="M" k="57" />
+<hkern u1="&#xbf;" u2="L" k="57" />
+<hkern u1="&#xbf;" u2="K" k="57" />
+<hkern u1="&#xbf;" u2="J" k="27" />
+<hkern u1="&#xbf;" u2="I" k="57" />
+<hkern u1="&#xbf;" u2="H" k="57" />
+<hkern u1="&#xbf;" u2="G" k="57" />
+<hkern u1="&#xbf;" u2="F" k="57" />
+<hkern u1="&#xbf;" u2="E" k="57" />
+<hkern u1="&#xbf;" u2="D" k="57" />
+<hkern u1="&#xbf;" u2="C" k="57" />
+<hkern u1="&#xbf;" u2="B" k="57" />
+<hkern u1="&#xbf;" u2="A" k="78" />
+<hkern u1="&#xc0;" u2="&#x2122;" k="84" />
+<hkern u1="&#xc0;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc0;" u2="&#xae;" k="53" />
+<hkern u1="&#xc0;" u2="&#x7d;" k="41" />
+<hkern u1="&#xc0;" u2="v" k="37" />
+<hkern u1="&#xc0;" u2="f" k="14" />
+<hkern u1="&#xc0;" u2="]" k="47" />
+<hkern u1="&#xc0;" u2="\" k="96" />
+<hkern u1="&#xc0;" u2="V" k="57" />
+<hkern u1="&#xc0;" u2="&#x3f;" k="51" />
+<hkern u1="&#xc0;" u2="&#x2a;" k="74" />
+<hkern u1="&#xc1;" u2="&#x2122;" k="84" />
+<hkern u1="&#xc1;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc1;" u2="&#xae;" k="53" />
+<hkern u1="&#xc1;" u2="&#x7d;" k="41" />
+<hkern u1="&#xc1;" u2="v" k="37" />
+<hkern u1="&#xc1;" u2="f" k="14" />
+<hkern u1="&#xc1;" u2="]" k="47" />
+<hkern u1="&#xc1;" u2="\" k="96" />
+<hkern u1="&#xc1;" u2="V" k="57" />
+<hkern u1="&#xc1;" u2="&#x3f;" k="51" />
+<hkern u1="&#xc1;" u2="&#x2a;" k="74" />
+<hkern u1="&#xc2;" u2="&#x2122;" k="84" />
+<hkern u1="&#xc2;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc2;" u2="&#xae;" k="53" />
+<hkern u1="&#xc2;" u2="&#x7d;" k="41" />
+<hkern u1="&#xc2;" u2="v" k="37" />
+<hkern u1="&#xc2;" u2="f" k="14" />
+<hkern u1="&#xc2;" u2="]" k="47" />
+<hkern u1="&#xc2;" u2="\" k="96" />
+<hkern u1="&#xc2;" u2="V" k="57" />
+<hkern u1="&#xc2;" u2="&#x3f;" k="51" />
+<hkern u1="&#xc2;" u2="&#x2a;" k="74" />
+<hkern u1="&#xc3;" u2="&#x2122;" k="84" />
+<hkern u1="&#xc3;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc3;" u2="&#xae;" k="53" />
+<hkern u1="&#xc3;" u2="&#x7d;" k="41" />
+<hkern u1="&#xc3;" u2="v" k="37" />
+<hkern u1="&#xc3;" u2="f" k="14" />
+<hkern u1="&#xc3;" u2="]" k="47" />
+<hkern u1="&#xc3;" u2="\" k="96" />
+<hkern u1="&#xc3;" u2="V" k="57" />
+<hkern u1="&#xc3;" u2="&#x3f;" k="51" />
+<hkern u1="&#xc3;" u2="&#x2a;" k="74" />
+<hkern u1="&#xc4;" u2="&#x2122;" k="84" />
+<hkern u1="&#xc4;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc4;" u2="&#xae;" k="53" />
+<hkern u1="&#xc4;" u2="&#x7d;" k="41" />
+<hkern u1="&#xc4;" u2="v" k="37" />
+<hkern u1="&#xc4;" u2="f" k="14" />
+<hkern u1="&#xc4;" u2="]" k="47" />
+<hkern u1="&#xc4;" u2="\" k="96" />
+<hkern u1="&#xc4;" u2="V" k="57" />
+<hkern u1="&#xc4;" u2="&#x3f;" k="51" />
+<hkern u1="&#xc4;" u2="&#x2a;" k="74" />
+<hkern u1="&#xc5;" u2="&#x2122;" k="84" />
+<hkern u1="&#xc5;" u2="&#xf0;" k="10" />
+<hkern u1="&#xc5;" u2="&#xae;" k="53" />
+<hkern u1="&#xc5;" u2="&#x7d;" k="41" />
+<hkern u1="&#xc5;" u2="v" k="37" />
+<hkern u1="&#xc5;" u2="f" k="14" />
+<hkern u1="&#xc5;" u2="]" k="47" />
+<hkern u1="&#xc5;" u2="\" k="96" />
+<hkern u1="&#xc5;" u2="V" k="57" />
+<hkern u1="&#xc5;" u2="&#x3f;" k="51" />
+<hkern u1="&#xc5;" u2="&#x2a;" k="74" />
+<hkern u1="&#xc6;" u2="&#xf0;" k="16" />
+<hkern u1="&#xc6;" u2="&#xef;" k="-27" />
+<hkern u1="&#xc6;" u2="&#xee;" k="-25" />
+<hkern u1="&#xc6;" u2="&#xec;" k="-74" />
+<hkern u1="&#xc6;" u2="v" k="23" />
+<hkern u1="&#xc6;" u2="f" k="6" />
+<hkern u1="&#xc7;" u2="&#xf0;" k="14" />
+<hkern u1="&#xc7;" u2="&#xef;" k="-29" />
+<hkern u1="&#xc7;" u2="&#xee;" k="-25" />
+<hkern u1="&#xc7;" u2="&#xec;" k="-68" />
+<hkern u1="&#xc7;" u2="&#xae;" k="27" />
+<hkern u1="&#xc7;" u2="v" k="33" />
+<hkern u1="&#xc7;" u2="f" k="12" />
+<hkern u1="&#xc8;" u2="&#xf0;" k="16" />
+<hkern u1="&#xc8;" u2="&#xef;" k="-27" />
+<hkern u1="&#xc8;" u2="&#xee;" k="-25" />
+<hkern u1="&#xc8;" u2="&#xec;" k="-74" />
+<hkern u1="&#xc8;" u2="v" k="23" />
+<hkern u1="&#xc8;" u2="f" k="6" />
+<hkern u1="&#xc9;" u2="&#xf0;" k="16" />
+<hkern u1="&#xc9;" u2="&#xef;" k="-27" />
+<hkern u1="&#xc9;" u2="&#xee;" k="-25" />
+<hkern u1="&#xc9;" u2="&#xec;" k="-74" />
+<hkern u1="&#xc9;" u2="v" k="23" />
+<hkern u1="&#xc9;" u2="f" k="6" />
+<hkern u1="&#xca;" u2="&#xf0;" k="16" />
+<hkern u1="&#xca;" u2="&#xef;" k="-27" />
+<hkern u1="&#xca;" u2="&#xee;" k="-25" />
+<hkern u1="&#xca;" u2="&#xec;" k="-74" />
+<hkern u1="&#xca;" u2="v" k="23" />
+<hkern u1="&#xca;" u2="f" k="6" />
+<hkern u1="&#xcb;" u2="&#xf0;" k="16" />
+<hkern u1="&#xcb;" u2="&#xef;" k="-27" />
+<hkern u1="&#xcb;" u2="&#xee;" k="-25" />
+<hkern u1="&#xcb;" u2="&#xec;" k="-74" />
+<hkern u1="&#xcb;" u2="v" k="23" />
+<hkern u1="&#xcb;" u2="f" k="6" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="6" />
+<hkern u1="&#xcc;" u2="&#xec;" k="-6" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="6" />
+<hkern u1="&#xcd;" u2="&#xec;" k="-6" />
+<hkern u1="&#xce;" u2="&#xf0;" k="6" />
+<hkern u1="&#xce;" u2="&#xec;" k="-6" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="6" />
+<hkern u1="&#xcf;" u2="&#xec;" k="-6" />
+<hkern u1="&#xd0;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd0;" u2="&#x7d;" k="53" />
+<hkern u1="&#xd0;" u2="x" k="6" />
+<hkern u1="&#xd0;" u2="]" k="59" />
+<hkern u1="&#xd0;" u2="\" k="14" />
+<hkern u1="&#xd0;" u2="X" k="43" />
+<hkern u1="&#xd0;" u2="V" k="25" />
+<hkern u1="&#xd0;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd0;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd0;" u2="&#x29;" k="25" />
+<hkern u1="&#xd1;" u2="&#xf0;" k="6" />
+<hkern u1="&#xd1;" u2="&#xec;" k="-6" />
+<hkern u1="&#xd2;" u2="&#xc6;" k="31" />
+<hkern u1="&#xd2;" u2="&#x7d;" k="51" />
+<hkern u1="&#xd2;" u2="]" k="57" />
+<hkern u1="&#xd2;" u2="\" k="16" />
+<hkern u1="&#xd2;" u2="X" k="39" />
+<hkern u1="&#xd2;" u2="V" k="25" />
+<hkern u1="&#xd2;" u2="&#x3f;" k="14" />
+<hkern u1="&#xd2;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd2;" u2="&#x29;" k="10" />
+<hkern u1="&#xd3;" u2="&#xc6;" k="31" />
+<hkern u1="&#xd3;" u2="&#x7d;" k="51" />
+<hkern u1="&#xd3;" u2="]" k="57" />
+<hkern u1="&#xd3;" u2="\" k="16" />
+<hkern u1="&#xd3;" u2="X" k="39" />
+<hkern u1="&#xd3;" u2="V" k="25" />
+<hkern u1="&#xd3;" u2="&#x3f;" k="14" />
+<hkern u1="&#xd3;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd3;" u2="&#x29;" k="10" />
+<hkern u1="&#xd4;" u2="&#xc6;" k="31" />
+<hkern u1="&#xd4;" u2="&#x7d;" k="51" />
+<hkern u1="&#xd4;" u2="]" k="57" />
+<hkern u1="&#xd4;" u2="\" k="16" />
+<hkern u1="&#xd4;" u2="X" k="39" />
+<hkern u1="&#xd4;" u2="V" k="25" />
+<hkern u1="&#xd4;" u2="&#x3f;" k="14" />
+<hkern u1="&#xd4;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd4;" u2="&#x29;" k="10" />
+<hkern u1="&#xd5;" u2="&#xc6;" k="31" />
+<hkern u1="&#xd5;" u2="&#x7d;" k="51" />
+<hkern u1="&#xd5;" u2="]" k="57" />
+<hkern u1="&#xd5;" u2="\" k="16" />
+<hkern u1="&#xd5;" u2="X" k="39" />
+<hkern u1="&#xd5;" u2="V" k="25" />
+<hkern u1="&#xd5;" u2="&#x3f;" k="14" />
+<hkern u1="&#xd5;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd5;" u2="&#x29;" k="10" />
+<hkern u1="&#xd6;" u2="&#xc6;" k="31" />
+<hkern u1="&#xd6;" u2="&#x7d;" k="51" />
+<hkern u1="&#xd6;" u2="]" k="57" />
+<hkern u1="&#xd6;" u2="\" k="16" />
+<hkern u1="&#xd6;" u2="X" k="39" />
+<hkern u1="&#xd6;" u2="V" k="25" />
+<hkern u1="&#xd6;" u2="&#x3f;" k="14" />
+<hkern u1="&#xd6;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd6;" u2="&#x29;" k="10" />
+<hkern u1="&#xd8;" u2="&#xc6;" k="31" />
+<hkern u1="&#xd8;" u2="&#x7d;" k="51" />
+<hkern u1="&#xd8;" u2="]" k="57" />
+<hkern u1="&#xd8;" u2="\" k="16" />
+<hkern u1="&#xd8;" u2="X" k="39" />
+<hkern u1="&#xd8;" u2="V" k="25" />
+<hkern u1="&#xd8;" u2="&#x3f;" k="14" />
+<hkern u1="&#xd8;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd8;" u2="&#x29;" k="10" />
+<hkern u1="&#xd9;" u2="&#xf0;" k="6" />
+<hkern u1="&#xd9;" u2="&#xec;" k="-12" />
+<hkern u1="&#xd9;" u2="&#xc6;" k="18" />
+<hkern u1="&#xd9;" u2="&#x2f;" k="12" />
+<hkern u1="&#xda;" u2="&#xf0;" k="6" />
+<hkern u1="&#xda;" u2="&#xec;" k="-12" />
+<hkern u1="&#xda;" u2="&#xc6;" k="18" />
+<hkern u1="&#xda;" u2="&#x2f;" k="12" />
+<hkern u1="&#xdb;" u2="&#xf0;" k="6" />
+<hkern u1="&#xdb;" u2="&#xec;" k="-12" />
+<hkern u1="&#xdb;" u2="&#xc6;" k="18" />
+<hkern u1="&#xdb;" u2="&#x2f;" k="12" />
+<hkern u1="&#xdc;" u2="&#xf0;" k="6" />
+<hkern u1="&#xdc;" u2="&#xec;" k="-12" />
+<hkern u1="&#xdc;" u2="&#xc6;" k="18" />
+<hkern u1="&#xdc;" u2="&#x2f;" k="12" />
+<hkern u1="&#xdd;" u2="&#xff;" k="70" />
+<hkern u1="&#xdd;" u2="&#xf0;" k="80" />
+<hkern u1="&#xdd;" u2="&#xef;" k="-90" />
+<hkern u1="&#xdd;" u2="&#xee;" k="-16" />
+<hkern u1="&#xdd;" u2="&#xec;" k="-131" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="137" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="117" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="109" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="12" />
+<hkern u1="&#xdd;" u2="&#xc6;" k="106" />
+<hkern u1="&#xdd;" u2="&#xae;" k="45" />
+<hkern u1="&#xdd;" u2="x" k="82" />
+<hkern u1="&#xdd;" u2="v" k="84" />
+<hkern u1="&#xdd;" u2="f" k="37" />
+<hkern u1="&#xdd;" u2="&#x40;" k="74" />
+<hkern u1="&#xdd;" u2="&#x2f;" k="131" />
+<hkern u1="&#xdd;" u2="&#x26;" k="76" />
+<hkern u1="&#xde;" u2="&#x2122;" k="12" />
+<hkern u1="&#xde;" u2="&#x2026;" k="66" />
+<hkern u1="&#xde;" u2="&#x201e;" k="66" />
+<hkern u1="&#xde;" u2="&#x201a;" k="66" />
+<hkern u1="&#xde;" u2="&#x178;" k="80" />
+<hkern u1="&#xde;" u2="&#xdd;" k="80" />
+<hkern u1="&#xde;" u2="&#xc6;" k="45" />
+<hkern u1="&#xde;" u2="&#xc5;" k="37" />
+<hkern u1="&#xde;" u2="&#xc4;" k="37" />
+<hkern u1="&#xde;" u2="&#xc3;" k="37" />
+<hkern u1="&#xde;" u2="&#xc2;" k="37" />
+<hkern u1="&#xde;" u2="&#xc1;" k="37" />
+<hkern u1="&#xde;" u2="&#xc0;" k="37" />
+<hkern u1="&#xde;" u2="&#x7d;" k="63" />
+<hkern u1="&#xde;" u2="]" k="76" />
+<hkern u1="&#xde;" u2="\" k="37" />
+<hkern u1="&#xde;" u2="Z" k="43" />
+<hkern u1="&#xde;" u2="Y" k="80" />
+<hkern u1="&#xde;" u2="X" k="82" />
+<hkern u1="&#xde;" u2="W" k="12" />
+<hkern u1="&#xde;" u2="V" k="31" />
+<hkern u1="&#xde;" u2="T" k="100" />
+<hkern u1="&#xde;" u2="J" k="47" />
+<hkern u1="&#xde;" u2="A" k="37" />
+<hkern u1="&#xde;" u2="&#x3f;" k="35" />
+<hkern u1="&#xde;" u2="&#x2f;" k="39" />
+<hkern u1="&#xde;" u2="&#x2e;" k="66" />
+<hkern u1="&#xde;" u2="&#x2c;" k="66" />
+<hkern u1="&#xde;" u2="&#x29;" k="31" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="23" />
+<hkern u1="&#xdf;" u2="&#x201d;" k="29" />
+<hkern u1="&#xdf;" u2="&#x201c;" k="31" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="29" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="31" />
+<hkern u1="&#xdf;" u2="&#x178;" k="84" />
+<hkern u1="&#xdf;" u2="&#xff;" k="35" />
+<hkern u1="&#xdf;" u2="&#xfd;" k="35" />
+<hkern u1="&#xdf;" u2="&#xdd;" k="84" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="6" />
+<hkern u1="&#xdf;" u2="&#xae;" k="27" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="35" />
+<hkern u1="&#xdf;" u2="y" k="35" />
+<hkern u1="&#xdf;" u2="x" k="18" />
+<hkern u1="&#xdf;" u2="w" k="23" />
+<hkern u1="&#xdf;" u2="v" k="33" />
+<hkern u1="&#xdf;" u2="t" k="18" />
+<hkern u1="&#xdf;" u2="g" k="10" />
+<hkern u1="&#xdf;" u2="f" k="10" />
+<hkern u1="&#xdf;" u2="]" k="43" />
+<hkern u1="&#xdf;" u2="\" k="39" />
+<hkern u1="&#xdf;" u2="Y" k="84" />
+<hkern u1="&#xdf;" u2="X" k="12" />
+<hkern u1="&#xdf;" u2="W" k="39" />
+<hkern u1="&#xdf;" u2="V" k="57" />
+<hkern u1="&#xdf;" u2="T" k="63" />
+<hkern u1="&#xdf;" u2="S" k="10" />
+<hkern u1="&#xdf;" u2="J" k="41" />
+<hkern u1="&#xdf;" u2="&#x3f;" k="18" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="31" />
+<hkern u1="&#xdf;" u2="&#x27;" k="27" />
+<hkern u1="&#xdf;" u2="&#x22;" k="27" />
+<hkern u1="&#xe0;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe0;" u2="&#x7d;" k="18" />
+<hkern u1="&#xe0;" u2="v" k="10" />
+<hkern u1="&#xe0;" u2="]" k="23" />
+<hkern u1="&#xe0;" u2="\" k="72" />
+<hkern u1="&#xe0;" u2="V" k="51" />
+<hkern u1="&#xe0;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe0;" u2="&#x2a;" k="6" />
+<hkern u1="&#xe1;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe1;" u2="&#x7d;" k="18" />
+<hkern u1="&#xe1;" u2="v" k="10" />
+<hkern u1="&#xe1;" u2="]" k="23" />
+<hkern u1="&#xe1;" u2="\" k="72" />
+<hkern u1="&#xe1;" u2="V" k="51" />
+<hkern u1="&#xe1;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe1;" u2="&#x2a;" k="6" />
+<hkern u1="&#xe2;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe2;" u2="&#x7d;" k="18" />
+<hkern u1="&#xe2;" u2="v" k="10" />
+<hkern u1="&#xe2;" u2="]" k="23" />
+<hkern u1="&#xe2;" u2="\" k="72" />
+<hkern u1="&#xe2;" u2="V" k="51" />
+<hkern u1="&#xe2;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe2;" u2="&#x2a;" k="6" />
+<hkern u1="&#xe3;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe3;" u2="&#x7d;" k="18" />
+<hkern u1="&#xe3;" u2="v" k="10" />
+<hkern u1="&#xe3;" u2="]" k="23" />
+<hkern u1="&#xe3;" u2="\" k="72" />
+<hkern u1="&#xe3;" u2="V" k="51" />
+<hkern u1="&#xe3;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe3;" u2="&#x2a;" k="6" />
+<hkern u1="&#xe4;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe4;" u2="&#x7d;" k="18" />
+<hkern u1="&#xe4;" u2="v" k="10" />
+<hkern u1="&#xe4;" u2="]" k="23" />
+<hkern u1="&#xe4;" u2="\" k="72" />
+<hkern u1="&#xe4;" u2="V" k="51" />
+<hkern u1="&#xe4;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe4;" u2="&#x2a;" k="6" />
+<hkern u1="&#xe5;" u2="&#x2122;" k="25" />
+<hkern u1="&#xe5;" u2="&#x7d;" k="18" />
+<hkern u1="&#xe5;" u2="v" k="10" />
+<hkern u1="&#xe5;" u2="]" k="23" />
+<hkern u1="&#xe5;" u2="\" k="72" />
+<hkern u1="&#xe5;" u2="V" k="51" />
+<hkern u1="&#xe5;" u2="&#x3f;" k="31" />
+<hkern u1="&#xe5;" u2="&#x2a;" k="6" />
+<hkern u1="&#xe6;" u2="&#x2122;" k="29" />
+<hkern u1="&#xe6;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe6;" u2="&#x7d;" k="55" />
+<hkern u1="&#xe6;" u2="x" k="8" />
+<hkern u1="&#xe6;" u2="v" k="16" />
+<hkern u1="&#xe6;" u2="]" k="51" />
+<hkern u1="&#xe6;" u2="\" k="70" />
+<hkern u1="&#xe6;" u2="V" k="63" />
+<hkern u1="&#xe6;" u2="&#x3f;" k="41" />
+<hkern u1="&#xe6;" u2="&#x29;" k="10" />
+<hkern u1="&#xe7;" u2="&#xf0;" k="23" />
+<hkern u1="&#xe7;" u2="&#x7d;" k="33" />
+<hkern u1="&#xe7;" u2="]" k="39" />
+<hkern u1="&#xe7;" u2="\" k="20" />
+<hkern u1="&#xe7;" u2="V" k="25" />
+<hkern u1="&#xe7;" u2="&#x3f;" k="18" />
+<hkern u1="&#xe8;" u2="&#x2122;" k="29" />
+<hkern u1="&#xe8;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe8;" u2="&#x7d;" k="55" />
+<hkern u1="&#xe8;" u2="x" k="8" />
+<hkern u1="&#xe8;" u2="v" k="16" />
+<hkern u1="&#xe8;" u2="]" k="51" />
+<hkern u1="&#xe8;" u2="\" k="70" />
+<hkern u1="&#xe8;" u2="V" k="63" />
+<hkern u1="&#xe8;" u2="&#x3f;" k="41" />
+<hkern u1="&#xe8;" u2="&#x29;" k="10" />
+<hkern u1="&#xe9;" u2="&#x2122;" k="29" />
+<hkern u1="&#xe9;" u2="&#xc6;" k="10" />
+<hkern u1="&#xe9;" u2="&#x7d;" k="55" />
+<hkern u1="&#xe9;" u2="x" k="8" />
+<hkern u1="&#xe9;" u2="v" k="16" />
+<hkern u1="&#xe9;" u2="]" k="51" />
+<hkern u1="&#xe9;" u2="\" k="70" />
+<hkern u1="&#xe9;" u2="V" k="63" />
+<hkern u1="&#xe9;" u2="&#x3f;" k="41" />
+<hkern u1="&#xe9;" u2="&#x29;" k="10" />
+<hkern u1="&#xea;" u2="&#x2122;" k="29" />
+<hkern u1="&#xea;" u2="&#xc6;" k="10" />
+<hkern u1="&#xea;" u2="&#x7d;" k="55" />
+<hkern u1="&#xea;" u2="x" k="8" />
+<hkern u1="&#xea;" u2="v" k="16" />
+<hkern u1="&#xea;" u2="]" k="51" />
+<hkern u1="&#xea;" u2="\" k="70" />
+<hkern u1="&#xea;" u2="V" k="63" />
+<hkern u1="&#xea;" u2="&#x3f;" k="41" />
+<hkern u1="&#xea;" u2="&#x29;" k="10" />
+<hkern u1="&#xeb;" u2="&#x2122;" k="29" />
+<hkern u1="&#xeb;" u2="&#xc6;" k="10" />
+<hkern u1="&#xeb;" u2="&#x7d;" k="55" />
+<hkern u1="&#xeb;" u2="x" k="8" />
+<hkern u1="&#xeb;" u2="v" k="16" />
+<hkern u1="&#xeb;" u2="]" k="51" />
+<hkern u1="&#xeb;" u2="\" k="70" />
+<hkern u1="&#xeb;" u2="V" k="63" />
+<hkern u1="&#xeb;" u2="&#x3f;" k="41" />
+<hkern u1="&#xeb;" u2="&#x29;" k="10" />
+<hkern u1="&#xec;" u2="&#xef;" k="-6" />
+<hkern u1="&#xec;" u2="&#xec;" k="-14" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-29" />
+<hkern u1="&#xed;" u2="&#x201d;" k="-6" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-6" />
+<hkern u1="&#xed;" u2="&#xfe;" k="-20" />
+<hkern u1="&#xed;" u2="&#xef;" k="-6" />
+<hkern u1="&#xed;" u2="&#xee;" k="-20" />
+<hkern u1="&#xed;" u2="&#xed;" k="-20" />
+<hkern u1="&#xed;" u2="&#xec;" k="-14" />
+<hkern u1="&#xed;" u2="&#xdf;" k="-20" />
+<hkern u1="&#xed;" u2="&#x7d;" k="-82" />
+<hkern u1="&#xed;" u2="&#x7c;" k="-16" />
+<hkern u1="&#xed;" u2="l" k="-14" />
+<hkern u1="&#xed;" u2="k" k="-20" />
+<hkern u1="&#xed;" u2="j" k="-20" />
+<hkern u1="&#xed;" u2="i" k="-20" />
+<hkern u1="&#xed;" u2="h" k="-20" />
+<hkern u1="&#xed;" u2="b" k="-20" />
+<hkern u1="&#xed;" u2="]" k="-82" />
+<hkern u1="&#xed;" u2="\" k="-90" />
+<hkern u1="&#xed;" u2="&#x3f;" k="-76" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-41" />
+<hkern u1="&#xed;" u2="&#x29;" k="-51" />
+<hkern u1="&#xed;" u2="&#x27;" k="-35" />
+<hkern u1="&#xed;" u2="&#x22;" k="-35" />
+<hkern u1="&#xed;" u2="&#x21;" k="-16" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-6" />
+<hkern u1="&#xee;" u2="&#xef;" k="-6" />
+<hkern u1="&#xee;" u2="&#xec;" k="-14" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-20" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-39" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-8" />
+<hkern u1="&#xef;" u2="&#xef;" k="-6" />
+<hkern u1="&#xef;" u2="&#xec;" k="-14" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-23" />
+<hkern u1="&#xef;" u2="]" k="-23" />
+<hkern u1="&#xef;" u2="\" k="-37" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-29" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-37" />
+<hkern u1="&#xef;" u2="&#x29;" k="-23" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="14" />
+<hkern u1="&#xf0;" u2="&#x2026;" k="18" />
+<hkern u1="&#xf0;" u2="&#x201e;" k="18" />
+<hkern u1="&#xf0;" u2="&#x201d;" k="10" />
+<hkern u1="&#xf0;" u2="&#x201c;" k="10" />
+<hkern u1="&#xf0;" u2="&#x201a;" k="18" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="10" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="10" />
+<hkern u1="&#xf0;" u2="&#x178;" k="86" />
+<hkern u1="&#xf0;" u2="&#xff;" k="14" />
+<hkern u1="&#xf0;" u2="&#xfd;" k="14" />
+<hkern u1="&#xf0;" u2="&#xde;" k="10" />
+<hkern u1="&#xf0;" u2="&#xdd;" k="86" />
+<hkern u1="&#xf0;" u2="&#xd1;" k="10" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcf;" k="10" />
+<hkern u1="&#xf0;" u2="&#xce;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcd;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcc;" k="10" />
+<hkern u1="&#xf0;" u2="&#xcb;" k="10" />
+<hkern u1="&#xf0;" u2="&#xca;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc9;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc8;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="23" />
+<hkern u1="&#xf0;" u2="&#xc5;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc4;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc3;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc2;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc1;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc0;" k="18" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="43" />
+<hkern u1="&#xf0;" u2="y" k="14" />
+<hkern u1="&#xf0;" u2="x" k="10" />
+<hkern u1="&#xf0;" u2="w" k="8" />
+<hkern u1="&#xf0;" u2="v" k="12" />
+<hkern u1="&#xf0;" u2="]" k="49" />
+<hkern u1="&#xf0;" u2="\" k="39" />
+<hkern u1="&#xf0;" u2="Z" k="25" />
+<hkern u1="&#xf0;" u2="Y" k="86" />
+<hkern u1="&#xf0;" u2="X" k="57" />
+<hkern u1="&#xf0;" u2="W" k="25" />
+<hkern u1="&#xf0;" u2="V" k="43" />
+<hkern u1="&#xf0;" u2="T" k="102" />
+<hkern u1="&#xf0;" u2="S" k="8" />
+<hkern u1="&#xf0;" u2="R" k="10" />
+<hkern u1="&#xf0;" u2="P" k="10" />
+<hkern u1="&#xf0;" u2="N" k="10" />
+<hkern u1="&#xf0;" u2="M" k="10" />
+<hkern u1="&#xf0;" u2="L" k="10" />
+<hkern u1="&#xf0;" u2="K" k="10" />
+<hkern u1="&#xf0;" u2="J" k="55" />
+<hkern u1="&#xf0;" u2="I" k="10" />
+<hkern u1="&#xf0;" u2="H" k="10" />
+<hkern u1="&#xf0;" u2="F" k="10" />
+<hkern u1="&#xf0;" u2="E" k="10" />
+<hkern u1="&#xf0;" u2="D" k="10" />
+<hkern u1="&#xf0;" u2="B" k="10" />
+<hkern u1="&#xf0;" u2="A" k="18" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="27" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="10" />
+<hkern u1="&#xf0;" u2="&#x2e;" k="18" />
+<hkern u1="&#xf0;" u2="&#x2c;" k="18" />
+<hkern u1="&#xf0;" u2="&#x29;" k="29" />
+<hkern u1="&#xf1;" u2="&#x2122;" k="33" />
+<hkern u1="&#xf1;" u2="&#x7d;" k="49" />
+<hkern u1="&#xf1;" u2="v" k="10" />
+<hkern u1="&#xf1;" u2="]" k="53" />
+<hkern u1="&#xf1;" u2="\" k="74" />
+<hkern u1="&#xf1;" u2="V" k="59" />
+<hkern u1="&#xf1;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf1;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf1;" u2="&#x29;" k="8" />
+<hkern u1="&#xf2;" u2="&#x2122;" k="31" />
+<hkern u1="&#xf2;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf2;" u2="&#x7d;" k="68" />
+<hkern u1="&#xf2;" u2="x" k="25" />
+<hkern u1="&#xf2;" u2="v" k="18" />
+<hkern u1="&#xf2;" u2="]" k="78" />
+<hkern u1="&#xf2;" u2="\" k="76" />
+<hkern u1="&#xf2;" u2="X" k="43" />
+<hkern u1="&#xf2;" u2="V" k="66" />
+<hkern u1="&#xf2;" u2="&#x3f;" k="47" />
+<hkern u1="&#xf2;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf2;" u2="&#x29;" k="37" />
+<hkern u1="&#xf3;" u2="&#x2122;" k="31" />
+<hkern u1="&#xf3;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf3;" u2="&#x7d;" k="68" />
+<hkern u1="&#xf3;" u2="x" k="25" />
+<hkern u1="&#xf3;" u2="v" k="18" />
+<hkern u1="&#xf3;" u2="]" k="78" />
+<hkern u1="&#xf3;" u2="\" k="76" />
+<hkern u1="&#xf3;" u2="X" k="43" />
+<hkern u1="&#xf3;" u2="V" k="66" />
+<hkern u1="&#xf3;" u2="&#x3f;" k="47" />
+<hkern u1="&#xf3;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf3;" u2="&#x29;" k="37" />
+<hkern u1="&#xf4;" u2="&#x2122;" k="31" />
+<hkern u1="&#xf4;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf4;" u2="&#x7d;" k="68" />
+<hkern u1="&#xf4;" u2="x" k="25" />
+<hkern u1="&#xf4;" u2="v" k="18" />
+<hkern u1="&#xf4;" u2="]" k="78" />
+<hkern u1="&#xf4;" u2="\" k="76" />
+<hkern u1="&#xf4;" u2="X" k="43" />
+<hkern u1="&#xf4;" u2="V" k="66" />
+<hkern u1="&#xf4;" u2="&#x3f;" k="47" />
+<hkern u1="&#xf4;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf4;" u2="&#x29;" k="37" />
+<hkern u1="&#xf5;" u2="&#x2122;" k="31" />
+<hkern u1="&#xf5;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf5;" u2="&#x7d;" k="68" />
+<hkern u1="&#xf5;" u2="x" k="25" />
+<hkern u1="&#xf5;" u2="v" k="18" />
+<hkern u1="&#xf5;" u2="]" k="78" />
+<hkern u1="&#xf5;" u2="\" k="76" />
+<hkern u1="&#xf5;" u2="X" k="43" />
+<hkern u1="&#xf5;" u2="V" k="66" />
+<hkern u1="&#xf5;" u2="&#x3f;" k="47" />
+<hkern u1="&#xf5;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf5;" u2="&#x29;" k="37" />
+<hkern u1="&#xf6;" u2="&#x2122;" k="31" />
+<hkern u1="&#xf6;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf6;" u2="&#x7d;" k="68" />
+<hkern u1="&#xf6;" u2="x" k="25" />
+<hkern u1="&#xf6;" u2="v" k="18" />
+<hkern u1="&#xf6;" u2="]" k="78" />
+<hkern u1="&#xf6;" u2="\" k="76" />
+<hkern u1="&#xf6;" u2="X" k="43" />
+<hkern u1="&#xf6;" u2="V" k="66" />
+<hkern u1="&#xf6;" u2="&#x3f;" k="47" />
+<hkern u1="&#xf6;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf6;" u2="&#x29;" k="37" />
+<hkern u1="&#xf8;" u2="&#x2122;" k="31" />
+<hkern u1="&#xf8;" u2="&#xc6;" k="14" />
+<hkern u1="&#xf8;" u2="&#x7d;" k="68" />
+<hkern u1="&#xf8;" u2="x" k="25" />
+<hkern u1="&#xf8;" u2="v" k="18" />
+<hkern u1="&#xf8;" u2="]" k="78" />
+<hkern u1="&#xf8;" u2="\" k="76" />
+<hkern u1="&#xf8;" u2="X" k="43" />
+<hkern u1="&#xf8;" u2="V" k="66" />
+<hkern u1="&#xf8;" u2="&#x3f;" k="47" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf8;" u2="&#x29;" k="37" />
+<hkern u1="&#xf9;" u2="&#x2122;" k="23" />
+<hkern u1="&#xf9;" u2="&#x7d;" k="47" />
+<hkern u1="&#xf9;" u2="]" k="51" />
+<hkern u1="&#xf9;" u2="\" k="47" />
+<hkern u1="&#xf9;" u2="V" k="53" />
+<hkern u1="&#xf9;" u2="&#x3f;" k="27" />
+<hkern u1="&#xf9;" u2="&#x29;" k="8" />
+<hkern u1="&#xfa;" u2="&#x2122;" k="23" />
+<hkern u1="&#xfa;" u2="&#x7d;" k="47" />
+<hkern u1="&#xfa;" u2="]" k="51" />
+<hkern u1="&#xfa;" u2="\" k="47" />
+<hkern u1="&#xfa;" u2="V" k="53" />
+<hkern u1="&#xfa;" u2="&#x3f;" k="27" />
+<hkern u1="&#xfa;" u2="&#x29;" k="8" />
+<hkern u1="&#xfb;" u2="&#x2122;" k="23" />
+<hkern u1="&#xfb;" u2="&#x7d;" k="47" />
+<hkern u1="&#xfb;" u2="]" k="51" />
+<hkern u1="&#xfb;" u2="\" k="47" />
+<hkern u1="&#xfb;" u2="V" k="53" />
+<hkern u1="&#xfb;" u2="&#x3f;" k="27" />
+<hkern u1="&#xfb;" u2="&#x29;" k="8" />
+<hkern u1="&#xfc;" u2="&#x2122;" k="23" />
+<hkern u1="&#xfc;" u2="&#x7d;" k="47" />
+<hkern u1="&#xfc;" u2="]" k="51" />
+<hkern u1="&#xfc;" u2="\" k="47" />
+<hkern u1="&#xfc;" u2="V" k="53" />
+<hkern u1="&#xfc;" u2="&#x3f;" k="27" />
+<hkern u1="&#xfc;" u2="&#x29;" k="8" />
+<hkern u1="&#xfd;" u2="&#xf0;" k="29" />
+<hkern u1="&#xfd;" u2="&#xc6;" k="43" />
+<hkern u1="&#xfd;" u2="&#x7d;" k="49" />
+<hkern u1="&#xfd;" u2="]" k="59" />
+<hkern u1="&#xfd;" u2="\" k="14" />
+<hkern u1="&#xfd;" u2="X" k="53" />
+<hkern u1="&#xfd;" u2="V" k="16" />
+<hkern u1="&#xfd;" u2="&#x3f;" k="18" />
+<hkern u1="&#xfd;" u2="&#x2f;" k="43" />
+<hkern u1="&#xfe;" u2="&#x2122;" k="35" />
+<hkern u1="&#xfe;" u2="&#xc6;" k="14" />
+<hkern u1="&#xfe;" u2="&#x7d;" k="68" />
+<hkern u1="&#xfe;" u2="x" k="25" />
+<hkern u1="&#xfe;" u2="v" k="16" />
+<hkern u1="&#xfe;" u2="]" k="76" />
+<hkern u1="&#xfe;" u2="\" k="74" />
+<hkern u1="&#xfe;" u2="X" k="41" />
+<hkern u1="&#xfe;" u2="V" k="63" />
+<hkern u1="&#xfe;" u2="&#x3f;" k="51" />
+<hkern u1="&#xfe;" u2="&#x2a;" k="16" />
+<hkern u1="&#xfe;" u2="&#x29;" k="37" />
+<hkern u1="&#xff;" u2="&#xf0;" k="29" />
+<hkern u1="&#xff;" u2="&#xc6;" k="43" />
+<hkern u1="&#xff;" u2="&#x7d;" k="49" />
+<hkern u1="&#xff;" u2="]" k="59" />
+<hkern u1="&#xff;" u2="\" k="14" />
+<hkern u1="&#xff;" u2="X" k="53" />
+<hkern u1="&#xff;" u2="V" k="16" />
+<hkern u1="&#xff;" u2="&#x3f;" k="18" />
+<hkern u1="&#xff;" u2="&#x2f;" k="43" />
+<hkern u1="&#x152;" u2="&#xf0;" k="16" />
+<hkern u1="&#x152;" u2="&#xef;" k="-27" />
+<hkern u1="&#x152;" u2="&#xee;" k="-25" />
+<hkern u1="&#x152;" u2="&#xec;" k="-74" />
+<hkern u1="&#x152;" u2="v" k="23" />
+<hkern u1="&#x152;" u2="f" k="6" />
+<hkern u1="&#x153;" u2="&#x2122;" k="29" />
+<hkern u1="&#x153;" u2="&#xc6;" k="10" />
+<hkern u1="&#x153;" u2="&#x7d;" k="55" />
+<hkern u1="&#x153;" u2="x" k="8" />
+<hkern u1="&#x153;" u2="v" k="16" />
+<hkern u1="&#x153;" u2="]" k="51" />
+<hkern u1="&#x153;" u2="\" k="70" />
+<hkern u1="&#x153;" u2="V" k="63" />
+<hkern u1="&#x153;" u2="&#x3f;" k="41" />
+<hkern u1="&#x153;" u2="&#x29;" k="10" />
+<hkern u1="&#x178;" u2="&#xff;" k="70" />
+<hkern u1="&#x178;" u2="&#xf0;" k="80" />
+<hkern u1="&#x178;" u2="&#xef;" k="-90" />
+<hkern u1="&#x178;" u2="&#xee;" k="-16" />
+<hkern u1="&#x178;" u2="&#xec;" k="-131" />
+<hkern u1="&#x178;" u2="&#xeb;" k="137" />
+<hkern u1="&#x178;" u2="&#xe4;" k="117" />
+<hkern u1="&#x178;" u2="&#xe3;" k="109" />
+<hkern u1="&#x178;" u2="&#xdf;" k="12" />
+<hkern u1="&#x178;" u2="&#xc6;" k="106" />
+<hkern u1="&#x178;" u2="&#xae;" k="45" />
+<hkern u1="&#x178;" u2="x" k="82" />
+<hkern u1="&#x178;" u2="v" k="84" />
+<hkern u1="&#x178;" u2="f" k="37" />
+<hkern u1="&#x178;" u2="&#x40;" k="74" />
+<hkern u1="&#x178;" u2="&#x2f;" k="131" />
+<hkern u1="&#x178;" u2="&#x26;" k="76" />
+<hkern u1="&#x2013;" u2="&#xc6;" k="35" />
+<hkern u1="&#x2013;" u2="x" k="63" />
+<hkern u1="&#x2013;" u2="v" k="27" />
+<hkern u1="&#x2013;" u2="f" k="25" />
+<hkern u1="&#x2013;" u2="X" k="80" />
+<hkern u1="&#x2013;" u2="V" k="63" />
+<hkern u1="&#x2014;" u2="&#xc6;" k="35" />
+<hkern u1="&#x2014;" u2="x" k="63" />
+<hkern u1="&#x2014;" u2="v" k="27" />
+<hkern u1="&#x2014;" u2="f" k="25" />
+<hkern u1="&#x2014;" u2="X" k="80" />
+<hkern u1="&#x2014;" u2="V" k="63" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="20" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-29" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-12" />
+<hkern u1="&#x2018;" u2="&#xec;" k="-63" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="121" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="20" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-37" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-8" />
+<hkern u1="&#x2019;" u2="&#xec;" k="-72" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="125" />
+<hkern u1="&#x2019;" u2="&#x40;" k="49" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="145" />
+<hkern u1="&#x2019;" u2="&#x26;" k="63" />
+<hkern u1="&#x201a;" u2="v" k="72" />
+<hkern u1="&#x201a;" u2="f" k="20" />
+<hkern u1="&#x201a;" u2="V" k="109" />
+<hkern u1="&#x201c;" u2="&#xf0;" k="20" />
+<hkern u1="&#x201c;" u2="&#xef;" k="-29" />
+<hkern u1="&#x201c;" u2="&#xee;" k="-12" />
+<hkern u1="&#x201c;" u2="&#xec;" k="-63" />
+<hkern u1="&#x201c;" u2="&#xc6;" k="121" />
+<hkern u1="&#x201d;" u2="&#xf0;" k="20" />
+<hkern u1="&#x201d;" u2="&#xef;" k="-37" />
+<hkern u1="&#x201d;" u2="&#xee;" k="-8" />
+<hkern u1="&#x201d;" u2="&#xec;" k="-72" />
+<hkern u1="&#x201d;" u2="&#xc6;" k="125" />
+<hkern u1="&#x201d;" u2="&#x40;" k="49" />
+<hkern u1="&#x201d;" u2="&#x2f;" k="145" />
+<hkern u1="&#x201d;" u2="&#x26;" k="63" />
+<hkern u1="&#x201e;" u2="v" k="72" />
+<hkern u1="&#x201e;" u2="f" k="20" />
+<hkern u1="&#x201e;" u2="V" k="109" />
+<hkern u1="&#x2039;" u2="V" k="39" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="14" />
+<hkern u1="&#x203a;" u2="x" k="53" />
+<hkern u1="&#x203a;" u2="v" k="16" />
+<hkern u1="&#x203a;" u2="f" k="8" />
+<hkern u1="&#x203a;" u2="X" k="49" />
+<hkern u1="&#x203a;" u2="V" k="57" />
+<hkern u1="&#x2122;" u2="&#xef;" k="-29" />
+<hkern u1="&#x2122;" u2="&#xee;" k="-37" />
+<hkern u1="&#x2122;" u2="&#xec;" k="-37" />
+<hkern u1="&#x2122;" u2="&#xc6;" k="72" />
+<hkern u1="&#x2122;" u2="&#xc5;" k="57" />
+<hkern u1="&#x2122;" u2="&#xc4;" k="57" />
+<hkern u1="&#x2122;" u2="&#xc3;" k="57" />
+<hkern u1="&#x2122;" u2="&#xc2;" k="57" />
+<hkern u1="&#x2122;" u2="&#xc1;" k="57" />
+<hkern u1="&#x2122;" u2="&#xc0;" k="57" />
+<hkern u1="&#x2122;" u2="Z" k="10" />
+<hkern u1="&#x2122;" u2="J" k="45" />
+<hkern u1="&#x2122;" u2="A" k="57" />
+<hkern g1="C,Ccedilla" 	g2="C,Ccedilla" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="J" 	k="8" />
+<hkern g1="C,Ccedilla" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="d,q" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="guillemotleft,guilsinglleft" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="hyphen,endash,emdash" 	k="63" />
+<hkern g1="C,Ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="t" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="33" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="m,n,p,r,ntilde" 	k="8" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="D,Eth" 	g2="J" 	k="41" />
+<hkern g1="D,Eth" 	g2="T" 	k="47" />
+<hkern g1="D,Eth" 	g2="W" 	k="6" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="D,Eth" 	g2="Z" 	k="14" />
+<hkern g1="D,Eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,Ccedilla" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="S" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d,q" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,endash,emdash" 	k="43" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="G" 	g2="J" 	k="20" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="G" 	g2="g" 	k="12" />
+<hkern g1="G" 	g2="t" 	k="10" />
+<hkern g1="G" 	g2="w" 	k="14" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="J" 	k="12" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="d,q" 	k="10" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="g" 	k="20" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="J" 	g2="d,q" 	k="10" />
+<hkern g1="J" 	g2="g" 	k="16" />
+<hkern g1="J" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="K" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="K" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="35" />
+<hkern g1="K" 	g2="d,q" 	k="29" />
+<hkern g1="K" 	g2="g" 	k="25" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="K" 	g2="hyphen,endash,emdash" 	k="74" />
+<hkern g1="K" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="K" 	g2="t" 	k="23" />
+<hkern g1="K" 	g2="w" 	k="51" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="51" />
+<hkern g1="K" 	g2="m,n,p,r,ntilde" 	k="6" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="L" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="L" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="L" 	g2="T" 	k="195" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="L" 	g2="W" 	k="92" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="182" />
+<hkern g1="L" 	g2="d,q" 	k="10" />
+<hkern g1="L" 	g2="guillemotleft,guilsinglleft" 	k="80" />
+<hkern g1="L" 	g2="hyphen,endash,emdash" 	k="150" />
+<hkern g1="L" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="184" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="182" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="184" />
+<hkern g1="L" 	g2="t" 	k="37" />
+<hkern g1="L" 	g2="w" 	k="72" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="94" />
+<hkern g1="L" 	g2="guillemotright,guilsinglright" 	k="29" />
+<hkern g1="L" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="39" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="41" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="6" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="25" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="23" />
+<hkern g1="R" 	g2="J" 	k="10" />
+<hkern g1="R" 	g2="T" 	k="20" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="43" />
+<hkern g1="R" 	g2="d,q" 	k="18" />
+<hkern g1="R" 	g2="g" 	k="16" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="29" />
+<hkern g1="R" 	g2="hyphen,endash,emdash" 	k="20" />
+<hkern g1="R" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="6" />
+<hkern g1="R" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="S" 	g2="J" 	k="29" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="S" 	g2="g" 	k="16" />
+<hkern g1="S" 	g2="t" 	k="18" />
+<hkern g1="S" 	g2="w" 	k="18" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="S" 	g2="z" 	k="6" />
+<hkern g1="T" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="T" 	g2="J" 	k="45" />
+<hkern g1="T" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="T" 	g2="d,q" 	k="184" />
+<hkern g1="T" 	g2="g" 	k="207" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="125" />
+<hkern g1="T" 	g2="hyphen,endash,emdash" 	k="131" />
+<hkern g1="T" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="186" />
+<hkern g1="T" 	g2="t" 	k="53" />
+<hkern g1="T" 	g2="w" 	k="141" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="139" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="119" />
+<hkern g1="T" 	g2="m,n,p,r,ntilde" 	k="176" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="178" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="96" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="129" />
+<hkern g1="T" 	g2="z" 	k="176" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="182" />
+<hkern g1="T" 	g2="b,thorn" 	k="14" />
+<hkern g1="T" 	g2="colon,semicolon" 	k="113" />
+<hkern g1="T" 	g2="s" 	k="180" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="33" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d,q" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="10" />
+<hkern g1="W" 	g2="J" 	k="39" />
+<hkern g1="W" 	g2="d,q" 	k="41" />
+<hkern g1="W" 	g2="g" 	k="49" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="35" />
+<hkern g1="W" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="W" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="16" />
+<hkern g1="W" 	g2="m,n,p,r,ntilde" 	k="31" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="45" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="74" />
+<hkern g1="W" 	g2="z" 	k="6" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="W" 	g2="s" 	k="31" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,Ccedilla" 	k="55" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="78" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="59" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="S" 	k="37" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d,q" 	k="145" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="154" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="135" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,endash,emdash" 	k="145" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="143" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="35" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="92" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="86" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="102" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,p,r,ntilde" 	k="125" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="121" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="98" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="152" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="98" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="133" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="88" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="143" />
+<hkern g1="Z" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="Z" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="Z" 	g2="d,q" 	k="23" />
+<hkern g1="Z" 	g2="g" 	k="31" />
+<hkern g1="Z" 	g2="guillemotleft,guilsinglleft" 	k="33" />
+<hkern g1="Z" 	g2="hyphen,endash,emdash" 	k="66" />
+<hkern g1="Z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="Z" 	g2="t" 	k="8" />
+<hkern g1="Z" 	g2="w" 	k="27" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="Z" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="Z" 	g2="m,n,p,r,ntilde" 	k="12" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="162" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="8" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="129" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="8" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="J" 	k="53" />
+<hkern g1="b,p,thorn" 	g2="S" 	k="14" />
+<hkern g1="b,p,thorn" 	g2="T" 	k="186" />
+<hkern g1="b,p,thorn" 	g2="W" 	k="39" />
+<hkern g1="b,p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="139" />
+<hkern g1="b,p,thorn" 	g2="quoteleft,quotedblleft" 	k="31" />
+<hkern g1="b,p,thorn" 	g2="quoteright,quotedblright" 	k="31" />
+<hkern g1="b,p,thorn" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="b,p,thorn" 	g2="t" 	k="6" />
+<hkern g1="b,p,thorn" 	g2="w" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="b,p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="b,p,thorn" 	g2="Z" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="z" 	k="6" />
+<hkern g1="b,p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="209" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="100" />
+<hkern g1="c,ccedilla" 	g2="d,q" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="g" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="guillemotleft,guilsinglleft" 	k="63" />
+<hkern g1="c,ccedilla" 	g2="hyphen,endash,emdash" 	k="82" />
+<hkern g1="c,ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="guillemotright,guilsinglright" 	k="14" />
+<hkern g1="colon,semicolon" 	g2="T" 	k="113" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="88" />
+<hkern g1="d" 	g2="J" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="8" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="188" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="172" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="t" 	k="6" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="w" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="10" />
+<hkern g1="g" 	g2="T" 	k="150" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="g" 	g2="guillemotleft,guilsinglleft" 	k="8" />
+<hkern g1="g" 	g2="hyphen,endash,emdash" 	k="25" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="J" 	k="37" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="121" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="16" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="104" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quoteright,quotedblright" 	k="72" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="t" 	k="16" />
+<hkern g1="guillemotright,guilsinglright" 	g2="J" 	k="39" />
+<hkern g1="guillemotright,guilsinglright" 	g2="S" 	k="31" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="125" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="35" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="135" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="125" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="133" />
+<hkern g1="guillemotright,guilsinglright" 	g2="t" 	k="14" />
+<hkern g1="guillemotright,guilsinglright" 	g2="w" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="guillemotright,guilsinglright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Z" 	k="23" />
+<hkern g1="guillemotright,guilsinglright" 	g2="z" 	k="53" />
+<hkern g1="hyphen,endash,emdash" 	g2="J" 	k="59" />
+<hkern g1="hyphen,endash,emdash" 	g2="S" 	k="55" />
+<hkern g1="hyphen,endash,emdash" 	g2="T" 	k="131" />
+<hkern g1="hyphen,endash,emdash" 	g2="W" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="145" />
+<hkern g1="hyphen,endash,emdash" 	g2="quoteright,quotedblright" 	k="141" />
+<hkern g1="hyphen,endash,emdash" 	g2="quotedbl,quotesingle" 	k="152" />
+<hkern g1="hyphen,endash,emdash" 	g2="t" 	k="31" />
+<hkern g1="hyphen,endash,emdash" 	g2="w" 	k="16" />
+<hkern g1="hyphen,endash,emdash" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="hyphen,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="hyphen,endash,emdash" 	g2="Z" 	k="57" />
+<hkern g1="hyphen,endash,emdash" 	g2="z" 	k="76" />
+<hkern g1="hyphen,endash,emdash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis" 	g2="J" 	k="35" />
+<hkern g1="k" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="k" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="k" 	g2="T" 	k="154" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="84" />
+<hkern g1="k" 	g2="d,q" 	k="25" />
+<hkern g1="k" 	g2="g" 	k="20" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="55" />
+<hkern g1="k" 	g2="hyphen,endash,emdash" 	k="74" />
+<hkern g1="k" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="27" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="6" />
+<hkern g1="l" 	g2="J" 	k="35" />
+<hkern g1="h,m,n,ntilde" 	g2="J" 	k="37" />
+<hkern g1="h,m,n,ntilde" 	g2="S" 	k="12" />
+<hkern g1="h,m,n,ntilde" 	g2="T" 	k="195" />
+<hkern g1="h,m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="h,m,n,ntilde" 	g2="W" 	k="37" />
+<hkern g1="h,m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="141" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="16" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="16" />
+<hkern g1="h,m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="h,m,n,ntilde" 	g2="t" 	k="6" />
+<hkern g1="h,m,n,ntilde" 	g2="w" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="h,m,n,ntilde" 	g2="Z" 	k="6" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="J" 	k="53" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="16" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="190" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="41" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="143" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="t" 	k="8" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="w" 	k="10" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="16" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="z" 	k="6" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="131" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="74" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="152" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="hyphen,endash,emdash" 	k="70" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="291" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="295" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="301" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="t" 	k="39" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="w" 	k="57" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="74" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="45" />
+<hkern g1="quoteleft,quotedblleft" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d,q" 	k="61" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="35" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="100" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="311" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="29" />
+<hkern g1="quoteright,quotedblright" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="quoteright,quotedblright" 	g2="J" 	k="45" />
+<hkern g1="quoteright,quotedblright" 	g2="G,O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="quoteright,quotedblright" 	g2="d,q" 	k="70" />
+<hkern g1="quoteright,quotedblright" 	g2="g" 	k="43" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="162" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,endash,emdash" 	k="168" />
+<hkern g1="quoteright,quotedblright" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotright,guilsinglright" 	k="94" />
+<hkern g1="quoteright,quotedblright" 	g2="m,n,p,r,ntilde" 	k="6" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="322" />
+<hkern g1="quoteright,quotedblright" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="quoteright,quotedblright" 	g2="colon,semicolon" 	k="10" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="47" />
+<hkern g1="quotedbl,quotesingle" 	g2="d,q" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="135" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,endash,emdash" 	k="154" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotright,guilsinglright" 	k="76" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="88" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="303" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="10" />
+<hkern g1="r" 	g2="J" 	k="57" />
+<hkern g1="r" 	g2="T" 	k="141" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="51" />
+<hkern g1="r" 	g2="d,q" 	k="27" />
+<hkern g1="r" 	g2="g" 	k="14" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="86" />
+<hkern g1="r" 	g2="hyphen,endash,emdash" 	k="94" />
+<hkern g1="r" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="r" 	g2="guillemotright,guilsinglright" 	k="45" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="68" />
+<hkern g1="r" 	g2="Z" 	k="33" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="113" />
+<hkern g1="s" 	g2="J" 	k="45" />
+<hkern g1="s" 	g2="T" 	k="182" />
+<hkern g1="s" 	g2="W" 	k="25" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="115" />
+<hkern g1="s" 	g2="g" 	k="10" />
+<hkern g1="s" 	g2="hyphen,endash,emdash" 	k="20" />
+<hkern g1="s" 	g2="w" 	k="8" />
+<hkern g1="s" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="t" 	g2="T" 	k="154" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="t" 	g2="guillemotleft,guilsinglleft" 	k="61" />
+<hkern g1="t" 	g2="hyphen,endash,emdash" 	k="47" />
+<hkern g1="t" 	g2="guillemotright,guilsinglright" 	k="35" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="J" 	k="35" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="178" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="W" 	k="31" />
+<hkern g1="q,u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="125" />
+<hkern g1="w" 	g2="J" 	k="53" />
+<hkern g1="w" 	g2="T" 	k="141" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="92" />
+<hkern g1="w" 	g2="d,q" 	k="10" />
+<hkern g1="w" 	g2="g" 	k="14" />
+<hkern g1="w" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="w" 	g2="hyphen,endash,emdash" 	k="16" />
+<hkern g1="w" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="w" 	g2="Z" 	k="33" />
+<hkern g1="w" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="57" />
+<hkern g1="w" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="w" 	g2="s" 	k="8" />
+<hkern g1="y,yacute,ydieresis" 	g2="J" 	k="53" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="137" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="84" />
+<hkern g1="y,yacute,ydieresis" 	g2="d,q" 	k="18" />
+<hkern g1="y,yacute,ydieresis" 	g2="g" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="y,yacute,ydieresis" 	g2="hyphen,endash,emdash" 	k="29" />
+<hkern g1="y,yacute,ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="y,yacute,ydieresis" 	g2="Z" 	k="33" />
+<hkern g1="y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="74" />
+<hkern g1="y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="y,yacute,ydieresis" 	g2="s" 	k="14" />
+<hkern g1="z" 	g2="J" 	k="14" />
+<hkern g1="z" 	g2="T" 	k="176" />
+<hkern g1="z" 	g2="W" 	k="12" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="104" />
+<hkern g1="z" 	g2="d,q" 	k="8" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="53" />
+<hkern g1="z" 	g2="hyphen,endash,emdash" 	k="66" />
+<hkern g1="z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="6" />
+</font>
+</defs></svg> 

BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.ttf


BIN
docs/jstree/dist/themes/proton/fonts/titillium/titilliumweb-regular-webfont.woff


+ 1122 - 0
docs/jstree/dist/themes/proton/style.css

@@ -0,0 +1,1122 @@
+/* jsTree default theme */
+.jstree-node,
+.jstree-children,
+.jstree-container-ul {
+  display: block;
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+  list-style-image: none;
+}
+.jstree-node {
+  white-space: nowrap;
+}
+.jstree-anchor {
+  display: inline-block;
+  color: #333;
+  white-space: nowrap;
+  padding: 0 4px 0 1px;
+  margin: 0;
+  vertical-align: top;
+}
+.jstree-anchor:focus {
+  outline: 0;
+}
+.jstree-anchor,
+.jstree-anchor:link,
+.jstree-anchor:visited,
+.jstree-anchor:hover,
+.jstree-anchor:active {
+  text-decoration: none;
+  color: inherit;
+}
+.jstree-icon {
+  display: inline-block;
+  text-decoration: none;
+  margin: 0;
+  padding: 0;
+  vertical-align: top;
+  text-align: center;
+}
+.jstree-icon:empty {
+  display: inline-block;
+  text-decoration: none;
+  margin: 0;
+  padding: 0;
+  vertical-align: top;
+  text-align: center;
+}
+.jstree-ocl {
+  cursor: pointer;
+}
+.jstree-leaf > .jstree-ocl {
+  cursor: default;
+}
+.jstree .jstree-open > .jstree-children {
+  display: block;
+}
+.jstree .jstree-closed > .jstree-children,
+.jstree .jstree-leaf > .jstree-children {
+  display: none;
+}
+.jstree-anchor > .jstree-themeicon {
+  margin-right: 2px;
+}
+.jstree-no-icons .jstree-themeicon,
+.jstree-anchor > .jstree-themeicon-hidden {
+  display: none;
+}
+.jstree-rtl .jstree-anchor {
+  padding: 0 1px 0 4px;
+}
+.jstree-rtl .jstree-anchor > .jstree-themeicon {
+  margin-left: 2px;
+  margin-right: 0;
+}
+.jstree-rtl .jstree-node {
+  margin-left: 0;
+}
+.jstree-rtl .jstree-container-ul > .jstree-node {
+  margin-right: 0;
+}
+.jstree-wholerow-ul {
+  position: relative;
+  display: inline-block;
+  min-width: 100%;
+}
+.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
+  cursor: pointer;
+}
+.jstree-wholerow-ul .jstree-anchor,
+.jstree-wholerow-ul .jstree-icon {
+  position: relative;
+}
+.jstree-wholerow-ul .jstree-wholerow {
+  width: 100%;
+  cursor: pointer;
+  position: absolute;
+  left: 0;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+}
+.vakata-context {
+  display: none;
+}
+.vakata-context,
+.vakata-context ul {
+  margin: 0;
+  padding: 2px;
+  position: absolute;
+  background: #f5f5f5;
+  border: 1px solid #979797;
+  -moz-box-shadow: 5px 5px 4px -4px #666666;
+  -webkit-box-shadow: 2px 2px 2px #999999;
+  box-shadow: 2px 2px 2px #999999;
+}
+.vakata-context ul {
+  list-style: none;
+  left: 100%;
+  margin-top: -2.7em;
+  margin-left: -4px;
+}
+.vakata-context .vakata-context-right ul {
+  left: auto;
+  right: 100%;
+  margin-left: auto;
+  margin-right: -4px;
+}
+.vakata-context li {
+  list-style: none;
+  display: inline;
+}
+.vakata-context li > a {
+  display: block;
+  padding: 0 2em 0 2em;
+  text-decoration: none;
+  width: auto;
+  color: black;
+  white-space: nowrap;
+  line-height: 2.4em;
+  -moz-text-shadow: 1px 1px 0 white;
+  -webkit-text-shadow: 1px 1px 0 white;
+  text-shadow: 1px 1px 0 white;
+  -moz-border-radius: 1px;
+  -webkit-border-radius: 1px;
+  border-radius: 1px;
+}
+.vakata-context li > a:hover {
+  position: relative;
+  background-color: #e8eff7;
+  -moz-box-shadow: 0 0 2px #0a6aa1;
+  -webkit-box-shadow: 0 0 2px #0a6aa1;
+  box-shadow: 0 0 2px #0a6aa1;
+}
+.vakata-context li > a.vakata-context-parent {
+  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
+  background-position: right center;
+  background-repeat: no-repeat;
+}
+.vakata-context li > a:focus {
+  outline: 0;
+}
+.vakata-context .vakata-context-hover > a {
+  position: relative;
+  background-color: #e8eff7;
+  -moz-box-shadow: 0 0 2px #0a6aa1;
+  -webkit-box-shadow: 0 0 2px #0a6aa1;
+  box-shadow: 0 0 2px #0a6aa1;
+}
+.vakata-context .vakata-context-separator > a,
+.vakata-context .vakata-context-separator > a:hover {
+  background: white;
+  border: 0;
+  border-top: 1px solid #e2e3e3;
+  height: 1px;
+  min-height: 1px;
+  max-height: 1px;
+  padding: 0;
+  margin: 0 0 0 2.4em;
+  border-left: 1px solid #e0e0e0;
+  -moz-text-shadow: 0 0 0 transparent;
+  -webkit-text-shadow: 0 0 0 transparent;
+  text-shadow: 0 0 0 transparent;
+  -moz-box-shadow: 0 0 0 transparent;
+  -webkit-box-shadow: 0 0 0 transparent;
+  box-shadow: 0 0 0 transparent;
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
+  border-radius: 0;
+}
+.vakata-context .vakata-contextmenu-disabled a,
+.vakata-context .vakata-contextmenu-disabled a:hover {
+  color: silver;
+  background-color: transparent;
+  border: 0;
+  box-shadow: 0 0 0;
+}
+.vakata-context li > a > i {
+  text-decoration: none;
+  display: inline-block;
+  width: 2.4em;
+  height: 2.4em;
+  background: transparent;
+  margin: 0 0 0 -2em;
+  vertical-align: top;
+  text-align: center;
+  line-height: 2.4em;
+}
+.vakata-context li > a > i:empty {
+  width: 2.4em;
+  line-height: 2.4em;
+}
+.vakata-context li > a .vakata-contextmenu-sep {
+  display: inline-block;
+  width: 1px;
+  height: 2.4em;
+  background: white;
+  margin: 0 0.5em 0 0;
+  border-left: 1px solid #e2e3e3;
+}
+.vakata-context .vakata-contextmenu-shortcut {
+  font-size: 0.8em;
+  color: silver;
+  opacity: 0.5;
+  display: none;
+}
+.vakata-context-rtl ul {
+  left: auto;
+  right: 100%;
+  margin-left: auto;
+  margin-right: -4px;
+}
+.vakata-context-rtl li > a.vakata-context-parent {
+  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
+  background-position: left center;
+  background-repeat: no-repeat;
+}
+.vakata-context-rtl .vakata-context-separator > a {
+  margin: 0 2.4em 0 0;
+  border-left: 0;
+  border-right: 1px solid #e2e3e3;
+}
+.vakata-context-rtl .vakata-context-left ul {
+  right: auto;
+  left: 100%;
+  margin-left: -4px;
+  margin-right: auto;
+}
+.vakata-context-rtl li > a > i {
+  margin: 0 -2em 0 0;
+}
+.vakata-context-rtl li > a .vakata-contextmenu-sep {
+  margin: 0 0 0 0.5em;
+  border-left-color: white;
+  background: #e2e3e3;
+}
+#jstree-marker {
+  position: absolute;
+  top: 0;
+  left: 0;
+  margin: -5px 0 0 0;
+  padding: 0;
+  border-right: 0;
+  border-top: 5px solid transparent;
+  border-bottom: 5px solid transparent;
+  border-left: 5px solid;
+  width: 0;
+  height: 0;
+  font-size: 0;
+  line-height: 0;
+}
+#jstree-dnd {
+  line-height: 16px;
+  margin: 0;
+  padding: 4px;
+}
+#jstree-dnd .jstree-icon,
+#jstree-dnd .jstree-copy {
+  display: inline-block;
+  text-decoration: none;
+  margin: 0 2px 0 0;
+  padding: 0;
+  width: 16px;
+  height: 16px;
+}
+#jstree-dnd .jstree-ok {
+  background: green;
+}
+#jstree-dnd .jstree-er {
+  background: red;
+}
+#jstree-dnd .jstree-copy {
+  margin: 0 2px 0 2px;
+}
+.jstree-proton .jstree-node,
+.jstree-proton .jstree-icon {
+  background-repeat: no-repeat;
+  background-color: transparent;
+}
+.jstree-proton .jstree-anchor,
+.jstree-proton .jstree-wholerow {
+  transition: background-color 0.15s, box-shadow 0.15s, color 0.15s;
+}
+.jstree-proton .jstree-hovered {
+  background: #76b6ec;
+  color: #ffffff;
+  border-radius: 3px;
+  box-shadow: inset 0 0 1px #76b6ec;
+}
+.jstree-proton .jstree-clicked {
+  background: #3392e3;
+  color: #ffffff;
+  border-radius: 3px;
+  box-shadow: inset 0 0 1px #3392e3;
+}
+.jstree-proton .jstree-no-icons .jstree-anchor > .jstree-themeicon {
+  display: none;
+}
+.jstree-proton .jstree-disabled {
+  background: transparent;
+  color: #666666;
+}
+.jstree-proton .jstree-disabled.jstree-hovered {
+  background: transparent;
+  box-shadow: none;
+}
+.jstree-proton .jstree-disabled.jstree-clicked {
+  background: #efefef;
+}
+.jstree-proton .jstree-disabled > .jstree-icon {
+  opacity: 0.8;
+  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
+  /* Firefox 10+ *
+filter: gray;
+/* IE6-9 */
+  -webkit-filter: grayscale(100%);
+  /* Chrome 19+ & Safari 6+ */
+}
+.jstree-proton .jstree-search {
+  font-style: italic;
+  color: #8b0000;
+  font-weight: bold;
+}
+.jstree-proton .jstree-no-checkboxes .jstree-checkbox {
+  display: none !important;
+}
+.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked {
+  background: transparent;
+  color: inherit;
+  box-shadow: none;
+}
+.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
+  background: #76b6ec;
+  color: #ffffff;
+}
+.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
+  background: transparent;
+  color: inherit;
+}
+.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
+  background: #76b6ec;
+  color: #ffffff;
+}
+.jstree-proton > .jstree-striped {
+  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
+}
+.jstree-proton > .jstree-wholerow-ul .jstree-hovered,
+.jstree-proton > .jstree-wholerow-ul .jstree-clicked {
+  background: transparent;
+  box-shadow: none;
+  border-radius: 0;
+}
+.jstree-proton .jstree-wholerow {
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  box-sizing: border-box;
+}
+.jstree-proton .jstree-wholerow-hovered {
+  background: #76b6ec;
+}
+.jstree-proton .jstree-wholerow-clicked {
+  background: #3392e3;
+  background: -moz-linear-gradient(top, #3392e3 0%, #3392e3 100%);
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3392e3), color-stop(100%, #3392e3));
+  background: -webkit-linear-gradient(top, #3392e3 0%, #3392e3 100%);
+  background: -o-linear-gradient(top, #3392e3 0%, #3392e3 100%);
+  background: -ms-linear-gradient(top, #3392e3 0%, #3392e3 100%);
+  background: linear-gradient(to bottom, #3392e3 0%, #3392e3 100%);
+  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
+}
+.jstree-proton .jstree-node {
+  min-height: 22px;
+  line-height: 22px;
+  margin-left: 22px;
+  min-width: 22px;
+}
+.jstree-proton .jstree-anchor {
+  line-height: 22px;
+  margin: 1px 0 2px;
+  height: 22px;
+}
+.jstree-proton .jstree-icon {
+  width: 22px;
+  height: 22px;
+  line-height: 22px;
+}
+.jstree-proton .jstree-icon:empty {
+  width: 22px;
+  height: 22px;
+  line-height: 22px;
+}
+.jstree-proton.jstree-rtl .jstree-node {
+  margin-right: 22px;
+}
+.jstree-proton .jstree-wholerow {
+  height: 22px;
+}
+.jstree-proton .jstree-node,
+.jstree-proton .jstree-icon {
+  background-size: 320px 96px;
+  background-image: url("32px.png");
+}
+.jstree-proton .jstree-node {
+  background-position: -293px -5px;
+  background-repeat: repeat-y;
+}
+.jstree-proton .jstree-last {
+  background: transparent;
+}
+.jstree-proton .jstree-open > .jstree-ocl {
+  background-position: -133px -5px;
+}
+.jstree-proton .jstree-closed > .jstree-ocl {
+  background-position: -101px -5px;
+}
+.jstree-proton .jstree-leaf > .jstree-ocl {
+  background-position: -69px -5px;
+}
+.jstree-proton .jstree-themeicon {
+  background-position: -261px -7px;
+}
+.jstree-proton > .jstree-no-dots .jstree-node,
+.jstree-proton > .jstree-no-dots .jstree-leaf > .jstree-ocl {
+  background: transparent;
+}
+.jstree-proton > .jstree-no-dots .jstree-open > .jstree-ocl {
+  background-position: -37px -5px;
+}
+.jstree-proton > .jstree-no-dots .jstree-closed > .jstree-ocl {
+  background-position: -5px -5px;
+}
+.jstree-proton .jstree-disabled {
+  background: transparent;
+}
+.jstree-proton .jstree-disabled.jstree-hovered {
+  background: transparent;
+}
+.jstree-proton .jstree-disabled.jstree-clicked {
+  background: #efefef;
+}
+.jstree-proton .jstree-checkbox {
+  background-position: -165px -5px;
+}
+.jstree-proton .jstree-checkbox:hover {
+  background-position: -165px -37px;
+}
+.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
+.jstree-proton .jstree-checked > .jstree-checkbox {
+  background-position: -229px -5px;
+}
+.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
+.jstree-proton .jstree-checked > .jstree-checkbox:hover {
+  background-position: -229px -37px;
+}
+.jstree-proton .jstree-anchor > .jstree-undetermined {
+  background-position: -197px -5px;
+}
+.jstree-proton .jstree-anchor > .jstree-undetermined:hover {
+  background-position: -197px -37px;
+}
+.jstree-proton > .jstree-striped {
+  background-size: auto 44px;
+}
+.jstree-proton.jstree-rtl .jstree-node {
+  background-size: 320px 96px;
+  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
+  background-position: 100% 1px;
+  background-repeat: repeat-y;
+}
+.jstree-proton.jstree-rtl .jstree-last {
+  background: transparent;
+}
+.jstree-proton.jstree-rtl .jstree-open > .jstree-ocl {
+  background-position: -133px -37px;
+}
+.jstree-proton.jstree-rtl .jstree-closed > .jstree-ocl {
+  background-position: -101px -37px;
+}
+.jstree-proton.jstree-rtl .jstree-leaf > .jstree-ocl {
+  background-position: -69px -37px;
+}
+.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-node,
+.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
+  background: transparent;
+}
+.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
+  background-position: -37px -37px;
+}
+.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
+  background-position: -5px -37px;
+}
+.jstree-proton .jstree-themeicon-custom {
+  background-color: transparent;
+  background-size: 320px 96px;
+  background-image: none;
+  background-position: 0 0;
+}
+.jstree-proton > .jstree-container-ul .jstree-loading > .jstree-ocl {
+  background: url("throbber.gif") center center no-repeat;
+}
+.jstree-proton .jstree-file {
+  background: url("32px.png") -101px -69px no-repeat;
+}
+.jstree-proton .jstree-folder {
+  background: url("32px.png") -261px -5px no-repeat;
+}
+.jstree-proton > .jstree-container-ul > .jstree-node {
+  margin-left: 0;
+  margin-right: 0;
+}
+#jstree-dnd.jstree-proton {
+  line-height: 22px;
+  padding: 0 4px;
+}
+#jstree-dnd.jstree-proton .jstree-ok,
+#jstree-dnd.jstree-proton .jstree-er {
+  background-size: 320px 96px;
+  background-image: url("32px.png");
+  background-repeat: no-repeat;
+  background-color: transparent;
+}
+#jstree-dnd.jstree-proton i {
+  background: transparent;
+  width: 22px;
+  height: 22px;
+  line-height: 22px;
+}
+#jstree-dnd.jstree-proton .jstree-ok {
+  background-position: -5px -69px;
+}
+#jstree-dnd.jstree-proton .jstree-er {
+  background-position: -37px -69px;
+}
+.jstree-proton.jstree-rtl .jstree-node {
+  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
+}
+.jstree-proton.jstree-rtl .jstree-last {
+  background: transparent;
+}
+.jstree-proton-small .jstree-node {
+  min-height: 18px;
+  line-height: 18px;
+  margin-left: 18px;
+  min-width: 18px;
+}
+.jstree-proton-small .jstree-anchor {
+  line-height: 18px;
+  margin: 1px 0 2px;
+  height: 18px;
+}
+.jstree-proton-small .jstree-icon {
+  width: 18px;
+  height: 18px;
+  line-height: 18px;
+}
+.jstree-proton-small .jstree-icon:empty {
+  width: 18px;
+  height: 18px;
+  line-height: 18px;
+}
+.jstree-proton-small.jstree-rtl .jstree-node {
+  margin-right: 18px;
+}
+.jstree-proton-small .jstree-wholerow {
+  height: 18px;
+}
+.jstree-proton-small .jstree-node,
+.jstree-proton-small .jstree-icon {
+  background-size: 320px 96px;
+  background-image: url("32px.png");
+}
+.jstree-proton-small .jstree-node {
+  background-position: -295px -7px;
+  background-repeat: repeat-y;
+}
+.jstree-proton-small .jstree-last {
+  background: transparent;
+}
+.jstree-proton-small .jstree-open > .jstree-ocl {
+  background-position: -135px -7px;
+}
+.jstree-proton-small .jstree-closed > .jstree-ocl {
+  background-position: -103px -7px;
+}
+.jstree-proton-small .jstree-leaf > .jstree-ocl {
+  background-position: -71px -7px;
+}
+.jstree-proton-small .jstree-themeicon {
+  background-position: -263px -9px;
+}
+.jstree-proton-small > .jstree-no-dots .jstree-node,
+.jstree-proton-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
+  background: transparent;
+}
+.jstree-proton-small > .jstree-no-dots .jstree-open > .jstree-ocl {
+  background-position: -39px -7px;
+}
+.jstree-proton-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
+  background-position: -7px -7px;
+}
+.jstree-proton-small .jstree-disabled {
+  background: transparent;
+}
+.jstree-proton-small .jstree-disabled.jstree-hovered {
+  background: transparent;
+}
+.jstree-proton-small .jstree-disabled.jstree-clicked {
+  background: #efefef;
+}
+.jstree-proton-small .jstree-checkbox {
+  background-position: -167px -7px;
+}
+.jstree-proton-small .jstree-checkbox:hover {
+  background-position: -167px -39px;
+}
+.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
+.jstree-proton-small .jstree-checked > .jstree-checkbox {
+  background-position: -231px -7px;
+}
+.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
+.jstree-proton-small .jstree-checked > .jstree-checkbox:hover {
+  background-position: -231px -39px;
+}
+.jstree-proton-small .jstree-anchor > .jstree-undetermined {
+  background-position: -199px -7px;
+}
+.jstree-proton-small .jstree-anchor > .jstree-undetermined:hover {
+  background-position: -199px -39px;
+}
+.jstree-proton-small > .jstree-striped {
+  background-size: auto 36px;
+}
+.jstree-proton-small.jstree-rtl .jstree-node {
+  background-size: 320px 96px;
+  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
+  background-position: 100% 1px;
+  background-repeat: repeat-y;
+}
+.jstree-proton-small.jstree-rtl .jstree-last {
+  background: transparent;
+}
+.jstree-proton-small.jstree-rtl .jstree-open > .jstree-ocl {
+  background-position: -135px -39px;
+}
+.jstree-proton-small.jstree-rtl .jstree-closed > .jstree-ocl {
+  background-position: -103px -39px;
+}
+.jstree-proton-small.jstree-rtl .jstree-leaf > .jstree-ocl {
+  background-position: -71px -39px;
+}
+.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-node,
+.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
+  background: transparent;
+}
+.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
+  background-position: -39px -39px;
+}
+.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
+  background-position: -7px -39px;
+}
+.jstree-proton-small .jstree-themeicon-custom {
+  background-color: transparent;
+  background-size: 320px 96px;
+  background-image: none;
+  background-position: 0 0;
+}
+.jstree-proton-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
+  background: url("throbber.gif") center center no-repeat;
+}
+.jstree-proton-small .jstree-file {
+  background: url("32px.png") -103px -71px no-repeat;
+}
+.jstree-proton-small .jstree-folder {
+  background: url("32px.png") -263px -7px no-repeat;
+}
+.jstree-proton-small > .jstree-container-ul > .jstree-node {
+  margin-left: 0;
+  margin-right: 0;
+}
+#jstree-dnd.jstree-proton-small {
+  line-height: 18px;
+  padding: 0 4px;
+}
+#jstree-dnd.jstree-proton-small .jstree-ok,
+#jstree-dnd.jstree-proton-small .jstree-er {
+  background-size: 320px 96px;
+  background-image: url("32px.png");
+  background-repeat: no-repeat;
+  background-color: transparent;
+}
+#jstree-dnd.jstree-proton-small i {
+  background: transparent;
+  width: 18px;
+  height: 18px;
+  line-height: 18px;
+}
+#jstree-dnd.jstree-proton-small .jstree-ok {
+  background-position: -7px -71px;
+}
+#jstree-dnd.jstree-proton-small .jstree-er {
+  background-position: -39px -71px;
+}
+.jstree-proton-small.jstree-rtl .jstree-node {
+  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
+}
+.jstree-proton-small.jstree-rtl .jstree-last {
+  background: transparent;
+}
+.jstree-proton-large .jstree-node {
+  min-height: 32px;
+  line-height: 32px;
+  margin-left: 32px;
+  min-width: 32px;
+}
+.jstree-proton-large .jstree-anchor {
+  line-height: 32px;
+  margin: 1px 0 2px;
+  height: 32px;
+}
+.jstree-proton-large .jstree-icon {
+  width: 32px;
+  height: 32px;
+  line-height: 32px;
+}
+.jstree-proton-large .jstree-icon:empty {
+  width: 32px;
+  height: 32px;
+  line-height: 32px;
+}
+.jstree-proton-large.jstree-rtl .jstree-node {
+  margin-right: 32px;
+}
+.jstree-proton-large .jstree-wholerow {
+  height: 32px;
+}
+.jstree-proton-large .jstree-node,
+.jstree-proton-large .jstree-icon {
+  background-size: 320px 96px;
+  background-image: url("32px.png");
+}
+.jstree-proton-large .jstree-node {
+  background-position: -288px 0px;
+  background-repeat: repeat-y;
+}
+.jstree-proton-large .jstree-last {
+  background: transparent;
+}
+.jstree-proton-large .jstree-open > .jstree-ocl {
+  background-position: -128px 0px;
+}
+.jstree-proton-large .jstree-closed > .jstree-ocl {
+  background-position: -96px 0px;
+}
+.jstree-proton-large .jstree-leaf > .jstree-ocl {
+  background-position: -64px 0px;
+}
+.jstree-proton-large .jstree-themeicon {
+  background-position: -256px -2px;
+}
+.jstree-proton-large > .jstree-no-dots .jstree-node,
+.jstree-proton-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
+  background: transparent;
+}
+.jstree-proton-large > .jstree-no-dots .jstree-open > .jstree-ocl {
+  background-position: -32px 0px;
+}
+.jstree-proton-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
+  background-position: 0px 0px;
+}
+.jstree-proton-large .jstree-disabled {
+  background: transparent;
+}
+.jstree-proton-large .jstree-disabled.jstree-hovered {
+  background: transparent;
+}
+.jstree-proton-large .jstree-disabled.jstree-clicked {
+  background: #efefef;
+}
+.jstree-proton-large .jstree-checkbox {
+  background-position: -160px 0px;
+}
+.jstree-proton-large .jstree-checkbox:hover {
+  background-position: -160px -32px;
+}
+.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
+.jstree-proton-large .jstree-checked > .jstree-checkbox {
+  background-position: -224px 0px;
+}
+.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
+.jstree-proton-large .jstree-checked > .jstree-checkbox:hover {
+  background-position: -224px -32px;
+}
+.jstree-proton-large .jstree-anchor > .jstree-undetermined {
+  background-position: -192px 0px;
+}
+.jstree-proton-large .jstree-anchor > .jstree-undetermined:hover {
+  background-position: -192px -32px;
+}
+.jstree-proton-large > .jstree-striped {
+  background-size: auto 64px;
+}
+.jstree-proton-large.jstree-rtl .jstree-node {
+  background-size: 320px 96px;
+  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
+  background-position: 100% 1px;
+  background-repeat: repeat-y;
+}
+.jstree-proton-large.jstree-rtl .jstree-last {
+  background: transparent;
+}
+.jstree-proton-large.jstree-rtl .jstree-open > .jstree-ocl {
+  background-position: -128px -32px;
+}
+.jstree-proton-large.jstree-rtl .jstree-closed > .jstree-ocl {
+  background-position: -96px -32px;
+}
+.jstree-proton-large.jstree-rtl .jstree-leaf > .jstree-ocl {
+  background-position: -64px -32px;
+}
+.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-node,
+.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
+  background: transparent;
+}
+.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
+  background-position: -32px -32px;
+}
+.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
+  background-position: 0px -32px;
+}
+.jstree-proton-large .jstree-themeicon-custom {
+  background-color: transparent;
+  background-size: 320px 96px;
+  background-image: none;
+  background-position: 0 0;
+}
+.jstree-proton-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
+  background: url("throbber.gif") center center no-repeat;
+}
+.jstree-proton-large .jstree-file {
+  background: url("32px.png") -96px -64px no-repeat;
+}
+.jstree-proton-large .jstree-folder {
+  background: url("32px.png") -256px 0px no-repeat;
+}
+.jstree-proton-large > .jstree-container-ul > .jstree-node {
+  margin-left: 0;
+  margin-right: 0;
+}
+#jstree-dnd.jstree-proton-large {
+  line-height: 32px;
+  padding: 0 4px;
+}
+#jstree-dnd.jstree-proton-large .jstree-ok,
+#jstree-dnd.jstree-proton-large .jstree-er {
+  background-size: 320px 96px;
+  background-image: url("32px.png");
+  background-repeat: no-repeat;
+  background-color: transparent;
+}
+#jstree-dnd.jstree-proton-large i {
+  background: transparent;
+  width: 32px;
+  height: 32px;
+  line-height: 32px;
+}
+#jstree-dnd.jstree-proton-large .jstree-ok {
+  background-position: 0px -64px;
+}
+#jstree-dnd.jstree-proton-large .jstree-er {
+  background-position: -32px -64px;
+}
+.jstree-proton-large.jstree-rtl .jstree-node {
+  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
+}
+.jstree-proton-large.jstree-rtl .jstree-last {
+  background: transparent;
+}
+@media (max-width: 768px) {
+  #jstree-dnd.jstree-dnd-responsive {
+    line-height: 30px;
+    font-weight: bold;
+    font-size: 1.1em;
+    text-shadow: 1px 1px white;
+  }
+  #jstree-dnd.jstree-dnd-responsive > i {
+    background: transparent;
+    width: 30px;
+    height: 30px;
+  }
+  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
+    background-image: url("30px.png");
+    background-position: 0 -150px;
+    background-size: 90px 180px;
+  }
+  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
+    background-image: url("30px.png");
+    background-position: -30px -150px;
+    background-size: 90px 180px;
+  }
+  #jstree-marker.jstree-dnd-responsive {
+    border-left-width: 10px;
+    border-top-width: 10px;
+    border-bottom-width: 10px;
+    margin-top: -10px;
+  }
+}
+@media (max-width: 768px) {
+  .jstree-proton-responsive {
+    /*
+	.jstree-open > .jstree-ocl,
+	.jstree-closed > .jstree-ocl {
+	border-radius:20px;
+	background-color:white;
+	}
+	*/
+  }
+  .jstree-proton-responsive .jstree-container-ul {
+    overflow: hidden;
+  }
+  .jstree-proton-responsive .jstree-icon {
+    background-image: url("30px.png");
+    background-size: 90px 180px;
+  }
+  .jstree-proton-responsive .jstree-node,
+  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
+    background: transparent;
+  }
+  .jstree-proton-responsive .jstree-node {
+    min-height: 30px;
+    line-height: 30px;
+    margin-left: 30px;
+    min-width: 30px;
+    white-space: nowrap;
+  }
+  .jstree-proton-responsive .jstree-anchor {
+    line-height: 38px;
+    height: 38px;
+    margin: 0;
+  }
+  .jstree-proton-responsive .jstree-icon,
+  .jstree-proton-responsive .jstree-icon:empty {
+    margin-top: 4px;
+    width: 30px;
+    height: 30px;
+    line-height: 30px;
+  }
+  .jstree-proton-responsive > .jstree-container-ul > .jstree-node {
+    margin-left: 0;
+  }
+  .jstree-proton-responsive.jstree-rtl .jstree-node {
+    margin-left: 0;
+    margin-right: 30px;
+  }
+  .jstree-proton-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
+    margin-right: 0;
+  }
+  .jstree-proton-responsive .jstree-ocl,
+  .jstree-proton-responsive .jstree-themeicon,
+  .jstree-proton-responsive .jstree-checkbox {
+    background-size: 90px 180px;
+  }
+  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
+    background: transparent;
+  }
+  .jstree-proton-responsive .jstree-open > .jstree-ocl {
+    background-position: 0 0px !important;
+  }
+  .jstree-proton-responsive .jstree-closed > .jstree-ocl {
+    background-position: 0 -30px !important;
+  }
+  .jstree-proton-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
+    background-position: -30px 0px !important;
+  }
+  .jstree-proton-responsive .jstree-themeicon {
+    background-position: -30px -30px;
+  }
+  .jstree-proton-responsive .jstree-checkbox,
+  .jstree-proton-responsive .jstree-checkbox:hover {
+    background-position: -30px -60px;
+  }
+  .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
+  .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
+  .jstree-proton-responsive .jstree-checked > .jstree-checkbox,
+  .jstree-proton-responsive .jstree-checked > .jstree-checkbox:hover {
+    background-position: 0 -60px;
+  }
+  .jstree-proton-responsive .jstree-anchor > .jstree-undetermined,
+  .jstree-proton-responsive .jstree-anchor > .jstree-undetermined:hover {
+    background-position: 0 -90px;
+  }
+  .jstree-proton-responsive > .jstree-striped {
+    background: transparent;
+  }
+  .jstree-proton-responsive .jstree-wholerow-ul li {
+    position: relative;
+  }
+  .jstree-proton-responsive .jstree-wholerow-ul .jstree-wholerow {
+    position: absolute;
+    top: 0;
+    left: -1000px;
+    right: -1000px;
+    width: auto;
+    height: 100%;
+  }
+  .jstree-proton-responsive .jstree-wholerow {
+    border-top: 1px solid rgba(0, 0, 0, 0.05);
+    background: rgba(0, 0, 0, 0.02);
+    height: 30px;
+  }
+  .jstree-proton-responsive .jstree-wholerow-hovered {
+    background: #76b6ec;
+  }
+  .jstree-proton-responsive .jstree-wholerow-clicked {
+    background: #3392e3;
+  }
+  .jstree-proton-responsive .jstree-children .jstree-open + .jstree-open {
+    box-shadow: none;
+  }
+  .jstree-proton-responsive .jstree-node,
+  .jstree-proton-responsive .jstree-icon,
+  .jstree-proton-responsive .jstree-node > .jstree-ocl,
+  .jstree-proton-responsive .jstree-themeicon,
+  .jstree-proton-responsive .jstree-checkbox {
+    background-image: url("30px.png");
+    background-size: 90px 180px;
+  }
+  .jstree-proton-responsive .jstree-node {
+    background-position: -60px 0;
+    background-repeat: repeat-y;
+  }
+  .jstree-proton-responsive .jstree-last {
+    background: transparent;
+  }
+  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
+    background-position: -30px -90px;
+  }
+  .jstree-proton-responsive .jstree-last > .jstree-ocl {
+    background-position: -30px -120px;
+  }
+  .jstree-proton-responsive .jstree-themeicon-custom {
+    background-color: transparent;
+    background-image: none;
+    background-position: 0 0;
+  }
+  .jstree-proton-responsive .jstree-file {
+    background: url("30px.png") 0 -120px no-repeat;
+    background-size: 90px 180px;
+  }
+  .jstree-proton-responsive .jstree-folder {
+    background: url("30px.png") -30px -30px no-repeat;
+    background-size: 90px 180px;
+  }
+  .jstree-proton-responsive > .jstree-container-ul > .jstree-node {
+    margin-left: 0;
+    margin-right: 0;
+  }
+}
+@font-face {
+  font-family: 'Titillium Web';
+  src: url('fonts/titillium/titilliumweb-extralight-webfont.eot');
+  src: url('fonts/titillium/titilliumweb-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium/titilliumweb-extralight-webfont.woff') format('woff'), url('fonts/titillium/titilliumweb-extralight-webfont.ttf') format('truetype'), url('fonts/titillium/titilliumweb-extralight-webfont.svg#titillium_webthin') format('svg');
+  font-weight: 300;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Titillium Web';
+  src: url('fonts/titillium/titilliumweb-regular-webfont.eot');
+  src: url('fonts/titillium/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium/titilliumweb-regular-webfont.woff') format('woff'), url('fonts/titillium/titilliumweb-regular-webfont.ttf') format('truetype'), url('fonts/titillium/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
+  font-weight: 400;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'Titillium Web';
+  src: url('fonts/titillium/titilliumweb-bold-webfont.eot');
+  src: url('fonts/titillium/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/titillium/titilliumweb-bold-webfont.woff') format('woff'), url('fonts/titillium/titilliumweb-bold-webfont.ttf') format('truetype'), url('fonts/titillium/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
+  font-weight: 700;
+  font-style: normal;
+}
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
+  @font-face {
+    font-family: 'Titillium Web';
+    src: url('fonts/titillium/titilliumweb-extralight-webfont.svg#titillium_webthin') format('svg');
+    font-weight: 300;
+    font-style: normal;
+  }
+  @font-face {
+    font-family: 'Titillium Web';
+    src: url('fonts/titillium/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
+    font-weight: 400;
+    font-style: normal;
+  }
+  @font-face {
+    font-family: 'Titillium Web';
+    src: url('fonts/titillium/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
+    font-weight: 700;
+    font-style: normal;
+  }
+}
+.jstree-proton {
+  font-family: 'Titillium Web', sans-serif, Arial, sans-serif;
+}

File diff suppressed because it is too large
+ 0 - 0
docs/jstree/dist/themes/proton/style.min.css


BIN
docs/jstree/dist/themes/default-dark/throbber.gif → docs/jstree/dist/themes/proton/throbber.gif


+ 3 - 0
docs/new_docs_page_template.html

@@ -6,7 +6,10 @@
 
 	<meta charset="utf-8">
 
+	<script src="../../../jstree/dist/libs/jquery.js"></script>
+	<link rel="stylesheet" href="../../../jstree/dist/libs/bootstrap/css/bootstrap.min.css">
 	<link rel="stylesheet" href="../../../style.css">
+	<link rel="stylesheet" href="../../../theme.css">
 
 </head>
 

+ 12 - 8
docs/new_docs_template.html

@@ -7,18 +7,22 @@
 	<meta charset="utf-8">
 	
 	<title>Monkey2 Modules Reference</title>
+
+	<script src="jstree/dist/libs/jquery.js"></script>
+
+	<script src="jstree/dist/libs/bootstrap/js/bootstrap.min.js" ></script>
+	<link rel="stylesheet" href="jstree/dist/libs/bootstrap/css/bootstrap.min.css">
+
+	<script src="jstree/dist/jstree.min.js"></script>	 	
+	<link rel="stylesheet" href="jstree/dist/themes/proton/style.min.css" />
 	
 	<link rel="stylesheet" href="style.css">
-		
-	<link rel="stylesheet" href="jstree/dist/themes/default-dark/style.min.css" />
-	
-	<script src="jstree/dist/libs/jquery-1.9.1.min.js"></script>
-	
-	<script src="jstree/dist/jstree.min.js"></script>
-	
+	<link rel="stylesheet" href="theme.css">
+
+
 	<script>
 		
-	var jstree_theme='default-dark';
+	var jstree_theme='proton';
 
 	// Ok, link format is:
 	//

+ 48 - 478
docs/style.css

@@ -1,249 +1,41 @@
+body{
+	padding:10px;
+}
 
-*,
-*:after,
-*:before{
-	box-sizing: inherit;
+/* parent: modules_content */
+div.modules_nav_wrapper{
+	position:absolute;
+	left:0;
+	bottom: 0;
+	width:299px;
+	height:100%;
+	padding:16px 12px;
+	overflow:auto;
+	-webkit-overflow-scrolling:touch;
 }
 
-html{
-	box-sizing: border-box;
-	width: 100%;
-	height: 100%;
-	font-weight: 300;
+ 
+/* parent: modules_content */
+div.modules_docs_wrapper{
+	position:absolute;
+	left:300px;
+	right:0;
+	height:100%;
 	padding:0;
 	border:0;
 	margin:0;
+	overflow:auto;
+	-webkit-overflow-scrolling:touch;
 }
 
-body{
-	color: #eee !important;
-	background:#123 !important;
-	font-family: Helvetica, sans-serif;
-	font-size: 14px;
-	font-weight: 100;
-	line-height: 140%;
-	padding: 0;
-	border: 0;
-	margin: 0;
-}
-
-blockquote {
-  border-left: 2px solid #789;
-  padding: 4px 8px;
-}
-
-
-/* ***** link ***** */
-
-a{
-	color: #ec0;
-	text-decoration: none;
-	cursor: pointer;
-}
-
-a:hover{
-	color: #ee0;
-}
-
-/* ***** code ***** */
-
-code{
-	font-family: Courier, monospace;
-	font-weight: 400;
-	white-space: nowrap;
-	color: #fff;
-}
-
-pre{
-	background: #456;
-	border: 1px solid #456;
-	border-radius: 3px;
-	padding: 4px;
-	padding-left: 12px;
-	font-family: Courier, monospace;
-}
-
-pre>code{
-	white-space: pre;
-	font-weight: 300;
-}
-
-fieldset{
-	background: #234;
-	border: 1px solid #234;
-	border-radius: 5px;
-}
-
-legend{
-	float: left;
-	font-size: 14px;
-	font-weight: 400;
-	padding: 16px 0;
-}
-
-/* ***** gadgets ***** */
-
-textarea,
-button,
-select,
-input{
-	font-family: Helvetica, sans-serif;
-	font-size: 14px;
-	font-weight: 300;
-	line-height: 140%;
-	color: #eee;
-	background-color: #456;
- 	border: 1px solid #456;
-	border-radius: 3px;
-	padding: 0 4px;
-	margin: 2px;
-	outline: 0;
-}
-
-select{
-	padding: 2px 0;
-}
-
-input[type=submit]:hover{
-	color: #ec0;
-}
-
-button[type=submit]:hover{
-	color: #ec0;
-}
-
-button[type=button]:hover{
-	color: #ec0;
-}
-
-input[type=checkbox]{
-	-webkit-appearance: none;
-	width: 16px;
-	height: 16px;
-	vertical-align: middle;
-}
-
-input[type=checkbox]:checked{
-	-webkit-appearance: none;
- 	background: #0e0 !important;
-}
-
-/* Hacks for theme my login */
-input:-webkit-autofill {
-	-webkit-box-shadow: 0 0 0px 1000px #456 inset;
-	-webkit-text-fill-color: #eee;
-	background-clip: content-box;
-}
-
-p.message{
-	background-color: #456 !important;
-	border: 1px solid #456 !important;
-	border-radius: 3px !important;
-	color: #eee !important;
-}
-
-/* Hacks for tiny-mce */
-button.add_media{
-	color: #eee !important;
-	background-color: #456 !important;
-	border: 1px solid #456 !important;
-	border-radius: 3px !important;
-	box-shadow: none !important;
-}
-
-button.wp-switch-editor{
-	color: #eee !important;
-	background-color: #456 !important;
-	border-width: 1px !important;
-	border-style: solid !important;
-	border-color: #456 !important;
-	border-radius: 6px 6px 0 0 !important;
-	box-shadow: none !important;
-	margin-bottom: 1px !important;
-}
-
-button.wp-switch-editor:hover{
-	color: #ec0 !important;
-}
-
-div.mce-panel{
-	background: #234 !important;
-}
-
-div.mce-toolbar-grp{
-	background: #abc !important;
-	border: none !important;
-}
-
-div.mce-statusbar{
-	border: none !important;
-}
-
-#crayon-te-table{
-	padding:0px !important;
-}
-
-/* Hacks for crayon */
-#colorbox{
-	width:720px !important;
-}
-
-#cboxWrapper{
-	width:100% !important;
-}
-
-#cboxContent{
-	width:100% !important;
-}
-
-#cboxLoadedContent{
-	color: #eee !important;
-	background: #abc !important;
-	font-size: 16px !important;
-	width:100% !important;
-}
-
-#crayon-te-bar-content{
-	font-size: 16px !important;
-}
-
-.crayon-setting{
-	color: #eee !important;
-	background-color: #456 !important;
-	border: 1px solid #456 !important;
-	border-radius: 3px !important;
-	box-shadow: none !important;
-}
-
-#crayon-code{
-	color: #eee !important;
-	background: #456 !important;
-}
-
-/* jstree */
-
-.modules_nav_tree .jstree-anchor{
-	padding: 0 2px;
-	text-shadow: none !important;
-	color: #ccc !important;
- }
-
-.modules_nav_tree .jstree-anchor:hover{
-	background: #345;
-}
-
-.modules_nav_tree .jstree-anchor.jstree-clicked{
-	background: #567;
-	color: #eee;
-}
-
-/* ***** spacing ***** */
-
-hr{
-  border: 0;
-  width: 100%;
-  border-top: 1px solid #789;
-  margin: 48px 0 16px;
+/* parent: modules_docs_wrapper */
+iframe.modules_docs_iframe{
+	display:block;
+	width:100%;
+	height:100%;
+	padding:0;
+	border:0;
+	margin:0;
 }
 
 /* ***** table ***** */
@@ -261,26 +53,23 @@ table.modman{
 }
 
 tr:nth-child(even){
-	background: #182838;
+	background: #f5f5f5;
 }
 
 tr:nth-child(odd){
-	background: #1e2e3e;
+	background: #fff;
 }
 
 th{
-	background: #456;
+	background: #eee;
 	border-radius: 3px 3px 0 0;
+	padding-left: 4px;
 }
 
-th,td{
-	text-align: left;
-	padding: 4px;
- }
-
-th{
-	font-weight: 500;
-}
+td{
+	padding:3px 2px 3px 10px;
+} 
+ 
 
 th.mx2docs:first-child{
 	width: 200px;
@@ -298,11 +87,6 @@ td.modman{
 	padding: 0 8px;
 }
 
-/* ***** typography ***** */
-
-p{
-	margin-top: 16px;
-}
 
 h1,
 h2,
@@ -310,248 +94,34 @@ h3,
 h4,
 h5,
 h6{
-	font-weight: 400;
+ 
 }
 
 h1{
-	font-size: 26px;
-	margin: 26px 0 26px;
+ 
 }
 
 h2{
-	font-size: 24px;
-	margin: 24px 0 24px;
+ 
 }
 
 h3{
-	font-size: 22px;
-	margin: 22px 0 22px;
+ 
 }
 
 h4{
-	font-size: 20px;
-	margin: 20px 0 20px;
+ 
+	margin-top:24px;
 }
 
 h5{
 	font-size: 18px;
-	margin: 18px 0 18px;
+ 
 }
 
 h6{
-	font-size: 16px;
-	margin: 16px 0 16px;
-}
-
-/* ***** wordpress css ***** */
-
-div.comments-area{
-	background-color: #234;
-	border: 1px solid #234;
-	border-radius:3px;
-	padding:8px;
-}
-
-/* ***** mx2-theme layout ***** */
-
-body.page_body{
-	position:relative;
-	width:100%;
-	height:100%;
-}
-
-/* parent: page_body */
-div.page_header{
-	position:fixed;
-	width: 100%;
-	top:0;
-	height:40px;
-	line-height:40px;
-	text-align: center;
-	background: #abc;
-	z-index: 5;
-}
-
-img{
-	vertical-align: middle;
-}
-
-/* parent: page_header */
-span.header_title_strip{
-	margin-left: calc( ( 100% - 960px ) / 2 + 24px );
-	float: left;
-}
-
-/* parent: page_title_strip */
-span.header_logo{
-}
-
-.header_logo img{
-	margin-bottom: 4px;
-}
-
-/* parent: page_title_strip */
-span.header_text{
-	font-size: 16px;
-	color: #123;
-	margin-left: 8px;
-	margin-right: 68px;
-}
-
-/* parent: page_header */
-span.header_button_strip{
-}
-
-/* parent: header_button_strip */
-a.header_button{
-	vertical-align: middle;
-	background-color: #456;
-	border: 1px solid #456;
-	border-radius: 3px;
-	padding: 4px 7px;
-	font-size: 10px;
-	font-weight: 400;
-	color: #fcfcfc;
-	cursor: pointer;
-	text-align: center;
-	text-decoration: none;
-	text-transform: uppercase;
-	white-space: nowrap;
-	letter-spacing: 0.05em;
-}
-
-a.header_button:hover{
-	background-color: #789;
-	border-color: #789;
-	color: #ffee00;
-	outline: 0;
-}
-
-input.header_paypal_button{
-	background: none;
-	border: none;
-}
-
-/* parent: page_header */
-span.header_donate_strip{
-	margin-right: calc( ( 100% - 960px ) / 2 + 24px );
-	float: right;
+ 
 }
+ 
 
-/* parent: header_donate_strip */
-form.header_paypal{
-	display: inline;
-}
-
-/* parent: header_donate_strip */
-a.header_patreon{
-}
-
-a.header_patreon:hover{
-}
-
-/* parent: page_body */
-div.page_content{
-	position:relative;
-	top: 0;
-	height: 100%;
-	width: 100%;
-	margin-top: 40px;
-}
-
-/* parent: page_content */
-div.post_content{
-	position: static;
-	padding:16px 24px;
-	max-width: 960px;	/* 840 */
-	margin: 0 auto;
-	clear: left;
-	background:#123;
-}
-
-/* parent: page_content */
-div.modules_content{
-	width: 100%;
-	height: calc( 100% - 40px );
-	position: relative;
-}
-
-/* parent: modules_content */
-div.modules_nav_wrapper{
-	position:absolute;
-	left:0;
-	bottom: 0;
-	width:299px;
-	height:100%;
-	padding:16px 12px;
-	overflow:auto;
-	-webkit-overflow-scrolling:touch;
-}
-
-/* parent: modules_nav_wrapper */
-div.modules_nav_tree{
-	background: transparent;
-	width:100%;
-	margin: 4px 0;
-	border:0;
-}
-
-/* parent: modules_content */
-div.modules_docs_wrapper{
-	position:absolute;
-	left:300px;
-	right:0;
-	height:100%;
-	padding:0;
-	border:0;
-	margin:0;
-	overflow:auto;
-	-webkit-overflow-scrolling:touch;
-}
-
-/* parent: modules_docs_wrapper */
-iframe.modules_docs_iframe{
-	display:block;
-	width:100%;
-	height:100%;
-	padding:0;
-	border:0;
-	margin:0;
-}
-
-/* parent: modules_docs_iframe */
-body.docs_body{
-	width:100%;
-	padding:12px 24px;
-}
-
-/* parent: docs_body */
-div.docs_content{
-}
-
-/* page styles */
-body.page-modules-reference {
-	overflow: hidden;
-	width:100%;
-	height:100%;
-}
-
-body.page-manuals-reference {
-	overflow: hidden;
-	width:100%;
-	height:100%;
-}
-
-body.page-language-reference {
-	overflow: hidden;
-	width:100%;
-	height:100%;
-}
-
-body.forums.post_content {
-	max-width: 1100px;
-}
-
-div.toc{
-	display:none;
-}
+ 

+ 0 - 0
docs/theme.css


Some files were not shown because too many files changed in this diff