Merge
authorAnthony Ly <anthonyly.com@gmail.com>
Fri, 31 May 2013 17:57:12 +0200
changeset 64 0e030a8977ed
parent 63 55b26d1c32ef (current diff)
parent 61 ea7bc25db1b7 (diff)
child 65 1c08f6ef5651
child 66 dd2fbf4c998f
Merge
--- a/src/metadatacomposer/static/metadatacomposer/css/style.css	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/static/metadatacomposer/css/style.css	Fri May 31 17:57:12 2013 +0200
@@ -22,6 +22,7 @@
 .tab-behavior{text-align: center;}
 .tab-behavior li{display: inline-block; float: none;}
 td ul{margin-bottom: 0;}
+.bibliotheque-image img{width: 140px; height: 140px;}
 .bibliotheque-image .span2:nth-child(4n+1), .bibliotheque-video .span2:nth-child(4n+1){clear: left;}
 .modal.popup{width: 970px; margin-left: -485px; height: 80%;}
 .popup .modal-body{max-height: none; background-color: #fff; height: 80%;}
@@ -46,7 +47,7 @@
 .chapter-widget table td{}
 .chapter-widget textarea:focus{height: 100px;}
 .chapitre-cut-wrap{position: relative; height: 50px; margin-bottom: 10px;}
-.btn-cut-chapter{position: absolute;top: 20px;left: 11px;}
+.btn-cut-chapter{position: absolute;top: 20px;left: 11px; width: 40px;}
 .indicateur-chapter, .indicateur-annotation{z-index:100; left:10px; width: 1px; height: 100%;background-color: #000; position: absolute;}
 .chapter-segments {width: 100%; height: 20px; margin: 0;}
 .chapter-segments li{cursor:pointer; float: left; list-style: none; line-height: 20px; height: 20px; text-align: center; overflow: hidden;}
@@ -99,6 +100,10 @@
 
 .annotation-links-content .links-form:nth-child(n+2){border-top:1px solid; padding-top: 20px;}
 
+td.list-chapter-tags, td.list-chapter-title, #list-annotations-rows > tr td:first-child{word-wrap: break-word; max-width: 75px;}
+td.begin, td.duration, td.end{max-width: 40px;}
+
+td.image-slideshow-row img{width: 60px; height: 60px;}
 /* Tangle */
 .time-tangle {
 	color: #2c3e50; cursor: w-resize; position: relative;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/static/metadatacomposer/css/styles_player.css	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,718 @@
+/* Resetting the usual suspects */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed, 
+figure, figcaption, footer, header, hgroup, 
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+    margin: 0;
+    padding: 0;
+    border: 0;
+    font-size: 100%;
+    font: inherit;
+    vertical-align: baseline;
+}
+
+ul, li {
+    list-style: none;
+}
+
+input::-moz-focus-inner /*Remove button padding in FF*/
+{ 
+    border: 0;
+    padding: 0;
+}
+
+table {
+    border-collapse: separate; border-spacing: 0;
+}
+
+th, td {
+    vertical-align: top;
+}
+
+img a {
+    border: none;
+}
+
+html {
+    overflow: hidden;
+}
+
+/* Fonts */
+
+@font-face {
+    font-family: 'Futura-Medium';
+    src: url('../fonts/Futura-Medium.woff') format('woff'),
+         url('../fonts/Futura-Medium.ttf') format('truetype'),
+         url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg');
+}
+
+@font-face {
+    font-family: 'Futura-CondensedExtraBold';
+    src: url('../fonts/Futura-CondensedExtraBold.woff') format('woff'),
+         url('../fonts/Futura-CondensedExtraBold.ttf') format('truetype'),
+         url('../fonts/Futura-CondensedExtraBold.svg#Futura-CondensedExtraBold') format('svg');
+}
+/* End of the reset part */
+
+body {
+    background: #000000; font-family: Helvetica, Arial, sans-serif;
+}
+
+/* Top Bar */
+
+.top-bar {
+    height: 40px;
+}
+
+/* Main Video Frame */
+
+.main-video {
+    height: 562px; position: relative;
+}
+
+.project-title {
+    text-align: center; line-height: 40px; font-size: 17px; color: #b0b0b0;
+    font-family: 'Futura-Medium';
+}
+
+.tags {
+    position: absolute; top: 0; left: 0; width: 140px; z-index: 2; font-size: 12px; cursor: pointer;
+}
+
+.tags-title {
+    line-height: 40px; padding: 0 15px; font-size: 11px; color: #B8155F;
+    font-family: 'Futura-Medium'; text-transform: uppercase;
+}
+
+.tags:hover .tags-title {
+    background: #404040; color: #ffffff;
+}
+
+.tags-list {
+    background: #303030;
+    padding: 10px 0; display: none;
+}
+
+.tag {
+    color: #cccccc; padding: 5px 15px;
+}
+
+.tag:hover {
+    color: #ffffff; background: #202020;
+}
+
+.tag.found {
+    color: #ffffff;
+}
+
+/* Annotation colors */
+
+.video {
+    color: #be4477;
+}
+
+.audio {
+    color:#63be6c;
+}
+
+.slideshow {
+    color: #f69058;
+}
+
+.text {
+    color:#5e90cb;
+}
+
+.quote {
+    color:#00aeb5;
+}
+
+.link {
+    color:#8985bb;
+}
+
+
+/* Pictograms on the left */
+
+.pictolist {
+    position: absolute;
+    left: 14px; bottom: 24px;
+}
+
+.pictolist li {
+    line-height: 38px; opacity: 0; display: none; height: 0;
+    padding: 6px; width: 38px; overflow: hidden;
+    -webkit-transition: width 0.8s;
+    transition: width 0.8s;
+}
+
+.pictolist li.hover {
+    width: 400px;
+}
+
+.picto {
+    float: left; padding: 7px; background:black;
+    border-radius: 19px; cursor: pointer;
+    -webkit-transition: background 0.8s;
+    transition: background 0.8s;
+}
+
+.picto-title {
+    margin-left: 8px; font-size: 12px; text-transform: uppercase;
+    padding: 4px 6px; background: rgba(0, 0, 0, .7);
+    font-family: 'Futura-CondensedExtraBold';
+}
+
+.found .picto-title {
+    background: rgba(255, 255, 255, .7);
+}
+
+.picto a {
+    background: url(../img/sprites.png); display: block; width: 24px; height: 24px;
+}
+
+.video.hover .picto ,
+.video.current .picto {
+    background: #be4477;
+}
+
+.video.hover .picto a ,
+.video.current .picto a {
+    background-position: -24px 0;
+}
+
+.audio .picto a {
+    background-position: 0 -24px;
+}
+
+.audio.hover .picto,
+.audio.current .picto {
+    background: #63be6c;
+}
+
+.audio.hover .picto a ,
+.audio.current .picto a {
+    background-position: -24px -24px;
+}
+
+.slideshow .picto a {
+    background-position: 0 -48px;
+}
+
+.slideshow.hover .picto ,
+.slideshow.current .picto {
+    background: #f69058;
+}
+
+.slideshow.hover .picto a ,
+.slideshow.current .picto a {
+    background-position: -24px -48px;
+}
+
+.text .picto a {
+    background-position: 0 -72px;
+}
+
+.text.hover .picto ,
+.text.current .picto {
+    background: #5e90cb;
+}
+
+.text.hover .picto a ,
+.text.current .picto a {
+    background-position: -24px -72px;
+}
+
+.quote .picto a {
+    background-position: 0 -96px;
+}
+
+.quote.hover .picto ,
+.quote.current .picto {
+    background: #00aeb5;
+}
+
+.quote.hover .picto a ,
+.quote.current .picto a {
+    background-position: -24px -96px;
+}
+
+.link .picto a {
+    background-position: 0 -120px;
+}
+
+.link.hover .picto ,
+.link.current .picto {
+    background: #8985bb;
+}
+
+.link.hover .picto a ,
+.link.current .picto a {
+    background-position: -24px -120px;
+}
+
+.found .picto,
+.current.found picto,
+.hover.found .picto {
+    background: #ffffff;
+}
+
+/* Annotations */
+
+.annotation-templates {
+    display: none;
+}
+
+.annotation {
+    position: absolute;
+}
+
+.annotation-title {
+    font-family: 'Futura-Medium'; text-align: center;
+}
+
+.close-annotation {
+    float: right; margin: 10px 10px 0 0; width: 11px; height: 10px; background-image: url(../img/sprites.png);
+}
+
+.annotation {
+    left: 45px; top: 800px; right: 35px;
+}
+
+.annotation-main:after {
+    content: "."; visibility: hidden; display: block; height: 1px; clear: both;
+}
+
+/* Narrow annotations */
+
+.narrow-annotation {
+    left: 210px; right: 200px;
+}
+
+/* White annotations */
+
+.white-annotation {
+    background: #ffffff; max-height: 522px; overflow: auto;
+}
+
+.white-annotation {
+    color: #000000;
+}
+
+.white-annotation .close-annotation {
+    background-position: -24px -160px;
+}
+
+.white-annotation .close-annotation:hover {
+    background-position: -36px -160px;
+}
+
+.white-annotation .annotation-title {
+    font-size: 23px; margin: 24px 0;
+}
+
+/* Black annotations */
+
+.black-annotation .annotation-main {
+    background: rgba(0,0,0,.7);
+}
+
+.black-annotation .annotation-title {
+    height: 35px; line-height: 35px; color: #ffffff; font-size: 14px; background: #000000;
+}
+
+.black-annotation .close-annotation {
+    background-position: -24px -170px;
+}
+
+.black-annotation .close-annotation:hover {
+    background-position: -36px -170px;
+}
+
+.black-annotation p {
+    margin: 10px 25px 10px 15px;
+    font-size: 12px; color: #CCCCCC;
+}
+
+/* Text annotation */
+
+.text-contents {
+    font-family: Georgia, 'Times New Roman', serif;
+    margin: 0 45px 35px;
+    column-count: 2; column-gap: 60px;
+    -moz-column-count: 2; -moz-column-gap: 60px;
+    -webkit-column-count: 2; -webkit-column-gap: 60px;
+}
+
+.text-contents p, .text-contents ul, .text-contents ol {
+    column-break-inside:avoid; -moz-column-break-inside:avoid; -webkit-column-break-inside:avoid;
+    margin-bottom: 10px; font-size: 15px;
+}
+
+.text-contents h2, .text-contents h3, .text-contents h4 {
+    font-family: 'Futura-Medium'; margin-bottom: 10px; line-height: 1.1em;
+    column-break-after:avoid; -moz-column-break-after:avoid; -webkit-column-break-after:avoid;
+    column-break-inside:avoid; -moz-column-break-inside:avoid; -webkit-column-break-inside:avoid;
+}
+
+.text-contents h2 {
+    font-size: 21px;
+}
+
+.text-contents h3 {
+    font-size: 18px;
+}
+
+.text-contents h4 {
+    font-size: 15px;
+}
+
+.text-contents b, .text-contents strong {
+    font-weight: bold;
+}
+
+.text-contents em, .text-contents i {
+    font-style: italic;
+}
+
+.text-contents a {
+    color: #5E90CB;
+}
+
+.text-contents ul {
+    list-style: disc; padding-left: 2em;
+}
+
+.text-contents ol {
+    list-style: decimal; padding-left: 2em;
+}
+
+.text-contents li {
+    list-style: inherit; margin: 2px 0;
+}
+
+/* Link annotation */
+
+.link-contents {
+    font-family: Georgia, 'Times New Roman', serif;
+    margin: 40px 80px 80px;
+}
+
+.link-contents p {
+    text-align: center; font-size: 23px; margin: 25px 0;
+}
+
+.link-contents a {
+    color: #000000;
+}
+
+/* Audio annotation */
+
+.audio-annotation .media-description {
+    margin: 25px 0 0; font-size: 15px; font-weight: bold;
+}
+
+.audio-annotation .annotation-main {
+    padding: 25px 0 15px;
+}
+
+.audio-annotation .media-frame {
+    margin: 0 15px;
+}
+
+.audio-annotation p {
+    margin: 10px 15px;
+}
+
+/* Video annotation */
+
+.video-annotation .media-frame {
+    float: left; width: 650px; max-height: 487px;
+}
+
+.video-annotation video {
+    width: 650px; max-height: 487px;
+}
+
+.video-annotation .media-description {
+    max-height: 487px; overflow: auto;
+}
+
+/* Slideshow annotation */
+
+.slideshow-frame {
+    float: left; width: 650px; height: 452px; position: relative; background: #000000;
+}
+.slideshow-image {
+    max-width: 650px; max-height: 452px; margin: 0 auto; display: block;
+}
+
+.slideshow-play-pause {
+    float: left; padding: 10px 15px 11px;
+    background: #404040; cursor: pointer;
+    -webkit-transition: background 0.8s;
+    transition: background 0.8s;
+}
+
+.slideshow-play-pause a {
+    background-image: url(../img/sprites.png); width: 14px; height: 14px;
+    background-position: 0 -194px; display: block;
+}
+
+.slideshow-play-pause.pause a {
+    background-position: -24px -194px;
+}
+
+.slideshow-play-pause:hover {
+    background: #606060;
+}
+
+.slideshow-bottom {
+    clear: both; height: 35px; background: #000000;
+}
+
+.slideshow-description {
+    height: 452px; overflow: auto;
+}
+
+.slideshow-title {
+    line-height: 35px; margin: 0 15px; font-family: 'Futura-Medium'; font-size: 13px; color: #cccccc; float: left;
+}
+
+.slideshow-arrow {
+    position: absolute; top: 50%; margin-top: -22px; padding: 10px; cursor: pointer;
+    -webkit-transition: background 0.8s;
+    transition: background 0.8s;
+}
+
+.slideshow-arrow a {
+    display: block; height: 24px; width: 14px; background-image: url(../img/sprites.png);
+}
+
+.slideshow-arrow:hover {
+    background-color: rgba(255,255,255,.5);
+}
+
+.slideshow-previous {
+    left: 0;
+}
+
+.slideshow-previous a {
+    background-position: 0 -208px;
+}
+
+.slideshow-next {
+    right: 0;
+}
+
+.slideshow-next a {
+    background-position: -14px -208px;
+}
+
+/* Bottom bar */
+
+.bottom-bar {
+    padding-top: 20px;
+}
+
+.play-button {
+    float: left; width: 14px; height: 14px;
+    padding: 8px; border-radius: 15px;
+    background: #555555; cursor: pointer;
+    margin: 8px 0 0 15px;
+    -webkit-transition: background 0.8s;
+    transition: background 0.8s;
+}
+
+.play-button:hover {
+    background: #909090;
+}
+
+.play-button a {
+    background-image: url(../img/sprites.png); width: 14px; height: 14px; display: block;
+    background-position: 0 -180px;
+}
+
+.play-button.pause a {
+    background-position: -24px -180px;
+}
+
+.chapters-bar {
+    margin: 0 20px 0 60px; height: 45px; position: relative; cursor: pointer;
+    transition: opacity 0.8s;
+}
+
+.chapter {
+    position: absolute; top: 0;
+}
+
+.chapter-block {
+    width: 100%; height: 45px; background: #303030;
+    margin: 0 -1px;
+    border-style: none solid; border-width: 1px;
+    border-color: #000000;
+    -webkit-transition: background 0.8s, opacity 0.8s;
+    transition: background 0.8s, opacity 0.8s;
+}
+
+.chapter.active .chapter-block {
+    background: #404040;
+}
+
+.chapter.found .chapter-block {
+    background: #ffffff;
+}
+
+.annotation-onscreen .chapter-block {
+    opacity: .5;
+}
+
+.chapter-title {
+    position: absolute; top: 53px; left: 50%; width: 300px; margin-left: -150px;
+    font-size: 9px; text-transform: uppercase;
+    text-align: center; color: #909090; opacity: 0;
+    font-family: 'Futura-Medium';
+    -webkit-transition: background 0.8s;
+    transition: opacity 0.8s;
+}
+
+.chapter.active .chapter-title {
+    opacity: 1;
+}
+
+.chip {
+    position: absolute; top: 0; width: 1px;
+}
+
+.chip-circle {
+    width: 11px; height: 11px; top: 17px; left: -5px; border-radius: 6px; position: absolute;
+    -webkit-transition: background 0.8s, opacity 0.8s;
+    transition: background 0.8s, opacity 0.8s;
+}
+
+.chip-pole {
+    position: absolute; top: 0; left: 0; width: 0; height: 17px; border-left: 1px solid; display: none;
+}
+
+.chip.hover .chip-pole {
+    display: block;
+}
+
+.chip-title {
+    position: absolute; top: 1px; left: 3px; font-size: 9px; line-height: 13px; height: 13px;
+    display: block; width: 0; overflow: hidden;
+    -webkit-transition: width 0.8s;
+    transition: width 0.8s;
+}
+
+.chip.hover .chip-title {
+    width: 200px;
+}
+
+.chip.left .chip-title {
+    left: auto; right: 3px; text-align: right;
+}
+
+.annotation-onscreen .chip {
+    opacity: .3;
+}
+
+.chip.current,
+.chip.hover {
+    opacity: 1;
+}
+
+.video .chip-circle {
+    background: #be4477; color: #be4477;
+}
+
+.audio .chip-circle {
+    background: #63be6c; color: #63be6c;
+}
+
+.slideshow .chip-circle {
+    background: #f69058; color: #f69058;
+}
+
+.text .chip-circle {
+    background: #5e90cb; color: #5e90cb;
+}
+
+.quote .chip-circle {
+    background: #00aeb5; color: #00aeb5;
+}
+
+.link .chip-circle {
+    background: #8985bb; color: #8985bb;
+}
+
+.found .chip-circle {
+    background: #ffffff;
+    border: 2px solid; left: -6px; top: 16px; width: 9px; height: 9px;
+}
+
+.left-hiding-block, .right-hiding-block {
+    position: absolute; width: 6px; height: 11px; top: 17px; background: #000000; 
+}
+
+.left-hiding-block {
+    left: -6px;
+}
+
+.right-hiding-block {
+    right: -6px;
+}
+
+.chapter-nav {
+    position: relative;
+}
+
+.prev-chapter, .next-chapter {
+    position: absolute; z-index: 4;
+    width: 12px; height: 16px; margin: 8px 5px;
+    background: url(../img/sprites.png); cursor: pointer;
+}
+
+.next-chapter {
+    right: 0; background-position: -12px -144px;
+}
+
+.next-chapter:hover {
+    background-position: -36px -144px;
+}
+
+.next-chapter.inactive {
+    background-position: -12px -160px;
+}
+
+.prev-chapter {
+    left: 0; background-position: 0 -144px;
+}
+
+.prev-chapter:hover {
+    background-position: -24px -144px;
+}
+
+.prev-chapter.inactive {
+    background-position: 0 -160px;
+}
+
+.progress-indicator {
+    position: absolute; top: 0; width: 2px; height: 100%; background: #c0c0c0; /* margin-left: -1px; */
+}
+
+.progress-indicator:hover {
+    background: #ffffff;
+}
+
+/* */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/static/metadatacomposer/fonts/Futura-CondensedExtraBold.svg	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,2842 @@
+<?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>
+<metadata>
+Created by FontForge 20120702 at Thu May 30 16:39:43 2013
+
+(c) Copyright 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is licensed, not sold, and may not be reproduced without the written consent of Neufville Digital. Parts (c) Visualogik Technology &#38; Design, 1998.
+</metadata>
+<defs>
+<font id="Futura-CondensedExtraBold" horiz-adv-x="1232" >
+  <font-face 
+    font-family="Futura"
+    font-weight="800"
+    font-stretch="condensed"
+    units-per-em="2048"
+    panose-1="2 11 8 6 2 2 4 3 2 4"
+    ascent="1638"
+    descent="-410"
+    x-height="1081"
+    cap-height="1544"
+    bbox="-1359 -662 2276 2154"
+    underline-thickness="240"
+    underline-position="-120"
+    unicode-range="U+0008-FB02"
+  />
+<missing-glyph horiz-adv-x="1024" 
+d="M200 0v1544h624v-1544h-624zM781 43v1458h-538v-1458h538z" />
+    <glyph glyph-name="fi" unicode="fi" horiz-adv-x="1268" 
+d="M1175 0h-402v1081h402v-1081zM1175 1184h-402v82q0 24 -9 45.5t-24.5 37.5t-37 25t-45.5 9q-48 0 -83 -35q-34 -34 -34 -82v-185h144v-323h-144v-758h-401v758h-116v323h116v185q0 197 164 329q152 122 354 122t354 -122q164 -132 164 -329v-82z" />
+    <glyph glyph-name="fl" unicode="fl" horiz-adv-x="1268" 
+d="M1175 0h-402v1266q0 24 -9 45.5t-24.5 37.5t-37 25t-45.5 9q-48 0 -83 -35q-34 -34 -34 -82v-185h144v-323h-144v-758h-401v758h-116v323h116v185q0 197 164 329q152 122 354 122t354 -122q164 -132 164 -329v-1266z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1024" 
+d="M200 0v1544h624v-1544h-624zM781 43v1458h-538v-1458h538z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="616" 
+ />
+    <glyph glyph-name="zerowidthjoiner" unicode="&#x200d;" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="1233" 
+d="M1096 401h-960v309h960v-309z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="1506" 
+d="M1506 401h-1506v309h1506v-309z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2bb;" horiz-adv-x="768" 
+d="M93 801l269 743h330l-190 -743h-409z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="768" 
+d="M93 801l269 743h330l-190 -743h-409z" />
+    <glyph glyph-name="quoteright" unicode="&#x2bc;" horiz-adv-x="753" 
+d="M676 1544l-270 -743h-329l189 743h410z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="753" 
+d="M676 1544l-270 -743h-329l189 743h410z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="753" 
+d="M676 369l-270 -742h-329l189 742h410z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="1317" 
+d="M93 801l269 743h330l-190 -743h-409zM641 801l270 743h329l-189 -743h-410z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="1317" 
+d="M1240 1544l-270 -743h-329l189 743h410zM692 1544l-270 -743h-329l189 743h410z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="1301" 
+d="M1224 369l-270 -742h-329l189 742h410zM676 369l-270 -742h-329l189 742h410z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1235" 
+d="M803 -482h-370v1469h-371v324h371v378h370v-378h371v-324h-371v-1469z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1235" 
+d="M433 990h-371v318h371v381h370v-381h371v-318h-371v-462h371v-318h-371v-692h-370v692h-371v318h371v462z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1544" 
+d="M777 1111q129 0 221 -96q93 -95 93 -227q0 -136 -94 -230q-93 -94 -224 -94t-226 95q-93 94 -93 228q0 136 94 230t229 94z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="2317" 
+d="M621 206q0 -94 -69 -161q-67 -67 -164 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q99 0 168 -70q69 -69 69 -169zM1394 206q0 -94 -69 -161q-67 -67 -165 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q99 0 168 -70q70 -69 70 -169zM2166 206
+q0 -94 -69 -161q-67 -67 -165 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q100 0 169 -70q69 -69 69 -169z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2338" 
+d="M732 1192q0 -168 -91 -274t-236 -106q-157 0 -250 104q-93 103 -93 281q0 168 92 269q93 101 247 101q149 0 240 -103t91 -272zM461 1185q0 155 -63 155q-64 0 -64 -151t65 -151q62 0 62 147zM1535 357q0 -168 -91 -274q-92 -105 -236 -105q-157 0 -250 103t-93 281
+q0 168 92 269q93 101 247 101q149 0 240 -103t91 -272zM1264 349q0 156 -63 156q-64 0 -64 -152q0 -151 65 -151q62 0 62 147zM330 -53l-161 115l1093 1545l166 -116zM2276 357q0 -168 -91 -274q-92 -105 -235 -105q-158 0 -251 103t-93 281q0 168 92 269q93 101 247 101
+q149 0 240 -103t91 -272zM2005 349q0 156 -62 156q-65 0 -65 -152q0 -151 65 -151q62 0 62 147z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="654" 
+d="M413 91l-351 465l351 465l180 -135l-263 -330l263 -330z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="654" 
+d="M242 91l-180 135l263 330l-263 330l180 135l351 -465z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="322" 
+d="M-204 -102l-166 91l891 1658l171 -91z" />
+    <glyph glyph-name="controlNULL" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlNULL" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlBS" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlHT" unicode="&#x9;" horiz-adv-x="616" 
+ />
+    <glyph glyph-name="controlGS" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="746" 
+d="M607 209q0 -96 -70 -163q-71 -68 -165 -68t-165 68q-68 71 -68 166q0 97 68 165q69 69 165 69q99 0 167 -69q68 -68 68 -168zM582 553h-407v1079h407v-1079z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="939" 
+d="M386 908h-258l-55 636h368zM811 908h-258l-55 636h369z" />
+    <glyph glyph-name="numbersign" unicode="#" 
+d="M1053 692v-227h-174l-57 -465h-238l57 465h-124l-57 -465h-236l57 465h-150v227h178l23 189h-148v228h177l53 435h236l-54 -435h124l55 435h237l-54 -435h144v-228h-172l-23 -189h146zM692 881h-124l-23 -189h125z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M722 17v-234h-190v197q-114 5 -172 18q-29 6 -66 18.5t-82 31.5v482q114 -173 268 -173q121 0 121 99q0 64 -82 130l-77 62q-122 97 -177 194q-53 98 -53 219q0 352 334 491v216h188v-204q124 -16 247 -77v-468q-129 165 -252 165q-46 0 -75.5 -25.5t-29.5 -65.5
+q0 -51 99 -127l81 -63q57 -44 98 -89.5t67 -95t38.5 -104.5t12.5 -118q0 -335 -298 -479z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1597" 
+d="M732 1192q0 -168 -91 -274t-236 -106q-157 0 -250 104q-93 103 -93 281q0 168 92 269q93 101 247 101q149 0 240 -103t91 -272zM461 1185q0 155 -63 155q-64 0 -64 -151t65 -151q62 0 62 147zM1535 357q0 -168 -91 -274q-92 -105 -236 -105q-157 0 -250 103t-93 281
+q0 168 92 269q93 101 247 101q149 0 240 -103t91 -272zM1264 349q0 156 -63 156q-64 0 -64 -152q0 -151 65 -151q62 0 62 147zM330 -53l-161 115l1093 1545l166 -116z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1459" 
+d="M1436 0h-451l-60 84q-167 -111 -343 -111q-204 0 -346 139q-143 140 -143 338q0 257 266 409q-119 152 -119 303q0 170 125 290q124 120 304 120q194 0 331 -122q138 -122 138 -295q0 -231 -263 -402l152 -199q27 29 63 73t81 105l212 -284q-43 -48 -82.5 -87t-76.5 -73z
+M561 573q-73 -43 -73 -115q0 -53 35 -91q34 -37 85 -37q54 0 105 42zM690 1019q96 93 96 154q0 35 -24 58.5t-59 23.5q-18 0 -33.5 -6.5t-27.5 -17.5t-19 -26t-7 -31q0 -45 74 -155z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="514" 
+d="M386 908h-258l-55 636h368z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="775" 
+d="M698 1535q-55 -109 -98 -222.5t-74 -239.5q-60 -243 -60 -470t60 -470q31 -126 74 -239t98 -222l-300 -161q-290 521 -290 1092q0 569 290 1093z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="775" 
+d="M77 -328q111 219 171 461q60 243 60 470q0 235 -61 470q-30 121 -72.5 235.5t-97.5 226.5l300 161q290 -521 290 -1093q0 -571 -290 -1092z" />
+    <glyph glyph-name="asterisk" unicode="*" 
+d="M485 1689h262l-15 -254l237 93l81 -249l-247 -64l163 -197l-213 -155l-137 216l-137 -216l-212 155l162 197l-247 63l81 250l238 -93z" />
+    <glyph glyph-name="plus" unicode="+" 
+d="M106 667v241h386v412h247v-412h386v-241h-386v-412h-247v412h-386z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="616" 
+d="M587 369l-270 -742h-329l189 742h410z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="502" 
+d="M502 401h-502v309h502v-309z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="616" 
+d="M542 206q0 -94 -69 -161q-67 -67 -164 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q99 0 168 -70q69 -69 69 -169z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="1368" 
+d="M225 -489l-217 123l1104 2062l218 -116z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M1162 762q0 -362 -144 -576q-144 -213 -387 -213q-263 0 -412 215q-148 214 -148 598q0 363 148 574q149 212 402 212q255 0 398 -215t143 -595zM750 765q0 447 -135 447q-134 0 -134 -400q0 -478 131 -478q71 0 104.5 104.5t33.5 326.5z" />
+    <glyph glyph-name="one" unicode="1" 
+d="M893 0h-417v1181h-167v363h584v-1544z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M1129 0h-1063l422 563q72 96 121 171.5t77 133.5q55 109 55 224q0 63 -26 100t-71 37q-100 0 -100 -188q0 -10 0.5 -24t1.5 -33h-405l-2 56q0 233 144 382q145 150 371 150q218 0 356 -142q139 -139 139 -363q0 -180 -95 -350q-48 -85 -124.5 -178.5t-185.5 -196.5
+q94 7 189.5 10t195.5 3v-355z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M91 454h407q0 -139 102 -139q51 0 83 39.5t32 103.5q0 163 -170 163q-12 0 -30 -1.5t-41 -3.5v329q17 -1 29.5 -1.5t20.5 -0.5q171 0 171 157q0 128 -89 128q-70 0 -80 -103l-2 -21h-403q17 216 151 341q133 127 349 127q206 0 342 -130q139 -129 139 -319
+q0 -213 -187 -325q207 -119 207 -358q0 -207 -147 -337q-145 -130 -377 -130q-227 0 -366 127q-141 127 -141 331v23z" />
+    <glyph glyph-name="four" unicode="4" 
+d="M1039 0h-416v313h-561v326l466 905h511v-899h132v-332h-132v-313zM642 645v289q0 20 2.5 64t7.5 113l-62 -132q-46 -97 -92 -180.5t-92 -153.5h236z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M110 93l49 366q185 -107 331 -107q95 0 154 48q60 48 60 125q0 82 -65 127.5t-183 45.5q-129 0 -271 -54l120 900h768v-363h-440l-33 -173q43 3 70 3q190 0 321 -138q130 -136 130 -340q0 -240 -168 -400q-166 -160 -419 -160q-216 0 -424 120z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M936 1544l-247 -439q-14 -25 -33 -55.5t-43 -66.5q83 44 147 44q159 0 269 -144q111 -143 111 -350q0 -247 -149 -405q-149 -155 -388 -155q-227 0 -366 153q-139 154 -139 405q0 269 249 743l141 270h448zM739 522q0 204 -119 204q-114 0 -114 -206q0 -214 114 -214
+q119 0 119 216z" />
+    <glyph glyph-name="seven" unicode="7" 
+d="M539 0h-449l372 822q42 91 90.5 179.5t108.5 179.5h-523v363h1095z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M904 804q239 -104 239 -364q0 -202 -150 -335q-150 -132 -377 -132q-220 0 -373 135q-153 136 -153 331q0 260 263 365q-232 79 -232 323q0 193 138 319q139 126 351 126q218 0 360 -124q145 -124 145 -309q0 -120 -50 -200t-161 -135zM718 485q0 156 -102 156
+q-22 0 -40.5 -12t-32 -33t-21 -50.5t-7.5 -64.5q0 -69 28.5 -110.5t74.5 -41.5q22 0 40.5 11.5t31.5 32t20.5 49t7.5 63.5zM705 1105q0 61 -24 98t-64 37q-39 0 -62 -35t-23 -93q0 -141 87 -141q86 0 86 134z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M295 0l247 439q14 25 33.5 55.5t43.5 66.5q-83 -44 -147 -44q-159 0 -270 143q-110 146 -110 351q0 247 149 405q148 156 388 156q227 0 366 -154t139 -405q0 -268 -250 -743l-141 -270h-448zM493 1023q0 -205 120 -205q114 0 114 207q0 215 -115 215q-119 0 -119 -217z
+" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="616" 
+d="M542 866q0 -94 -69 -161q-67 -67 -164 -67q-98 0 -167 69t-69 166q0 95 68 163t164 68q99 0 168 -69t69 -169zM542 206q0 -94 -69 -161q-67 -67 -164 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q99 0 168 -70q69 -69 69 -169z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="616" 
+d="M587 369l-270 -742h-329l189 742h410zM630 865q0 -95 -69 -162q-67 -67 -165 -67q-97 0 -166 69q-69 70 -69 167q0 96 68 164t164 68q99 0 168 -70q69 -69 69 -169z" />
+    <glyph glyph-name="less" unicode="&#x3c;" 
+d="M1118 1522v-436l-541 -303l538 -305v-433l-1001 557v365z" />
+    <glyph glyph-name="equal" unicode="=" 
+d="M91 852v218h1050v-218h-1050zM91 505v218h1050v-218h-1050z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" 
+d="M114 45v436l540 304l-538 305v432l1002 -556v-365z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1178" 
+d="M827 209q0 -96 -69 -163q-71 -68 -164 -68q-94 0 -165 68q-68 71 -68 166q0 96 68 167q67 69 164 69q99 0 166 -70q68 -71 68 -169zM789 559h-397v378q42 -3 62 -3q114 0 166 48.5t52 154.5q0 171 -90 171q-87 0 -87 -176h-402q0 217 91 338q61 84 170 133q101 49 229 49
+q220 0 361 -143t141 -365q0 -170 -74.5 -278.5t-221.5 -147.5v-159z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="1606" 
+d="M1166 1176l-61 -508q-2 -23 -3.5 -46t-1.5 -47q0 -60 35 -60q64 0 117 111q54 112 54 244q0 221 -133 363q-132 143 -336 143q-220 0 -370 -174q-149 -176 -149 -429q0 -260 150 -431t378 -171q239 0 441 121l89 -171q-7 -4 -11.5 -6t-6.5 -4l-19 -10
+q-233 -125 -473 -125q-280 0 -473 153q-138 110 -215 280q-78 171 -78 364q0 336 212 566q213 230 526 230q282 0 476 -198q193 -196 193 -487q0 -228 -114 -391q-113 -164 -269 -164q-89 0 -153 97q-107 -101 -203 -101q-124 0 -208 118q-83 119 -83 295q0 195 100 325
+q101 131 248 131q81 0 154 -64l11 46h176zM945 800q0 83 -31 135q-32 54 -78 54q-59 0 -99 -76t-40 -188q0 -86 24 -141q25 -55 63 -55q61 0 111 83t50 188z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1233" 
+d="M1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1228" 
+d="M108 0v1544h485q272 0 403 -120q133 -123 133 -318q0 -290 -288 -314q164 -24 240.5 -108t76.5 -242q0 -199 -129 -320q-128 -122 -337 -122h-584zM525 335q12 -1 21 -1.5t15 -0.5q78 0 124.5 41t46.5 110t-46.5 108t-127.5 39h-33v-296zM525 944h28q75 0 118.5 35
+t43.5 98q0 134 -147 134q-7 0 -17.5 -0.5t-25.5 -1.5v-265z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1031" 
+d="M976 475l-24 -446q-139 -56 -249 -56q-259 0 -436 190q-198 213 -198 603q0 365 186 586q186 220 497 220q101 0 206 -38v-441q-93 93 -191 93q-128 0 -200 -109q-72 -110 -72 -304q0 -94 18 -168t51.5 -125t82.5 -78t112 -27q108 0 217 100z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1245" 
+d="M108 0v1544h360q309 0 481 -166q226 -217 226 -607q0 -384 -191 -593q-163 -178 -486 -178h-390zM525 373q224 11 224 386q0 185 -57 292q-57 108 -154 108h-13v-786z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="899" 
+d="M525 0h-417v1544h737v-363h-320v-225h298v-349h-298v-607z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1297" 
+d="M645 893h582v-64q0 -446 -133 -642q-145 -214 -429 -214q-279 0 -438 210q-158 212 -158 582q0 375 159 591t435 216q366 0 531 -382l-404 -148q-9 73 -41.5 115.5t-81.5 42.5q-172 0 -172 -473q0 -201 38 -292t121 -91q33 0 60 16t45.5 45t29 70.5t10.5 92.5h-154v325z
+" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1249" 
+d="M1141 0h-417v621h-199v-621h-417v1544h417v-546h199v546h417v-1544z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="820" 
+d="M0 23v432q71 -92 167 -92q128 0 128 192v989h417v-1072q0 -137 -24 -219q-22 -81 -81 -149q-114 -131 -335 -131q-117 0 -272 50z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1253" 
+d="M1241 0h-450l-277 712l11 -712h-417v1544h417l-11 -662l246 662h440l-333 -745z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="854" 
+d="M838 0h-730v1544h417v-1173h313v-371z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1774" 
+d="M1697 0h-436l-31 704l-13 281q-7 -81 -16 -154.5t-22 -142.5l-131 -688h-340l-112 689q-10 60 -27 206q-2 22 -9 90l-10 -285l-37 -700h-444l180 1544h519l87 -520q11 -64 19.5 -139t15.5 -163q13 147 36 263l106 559h515z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1303" 
+d="M108 0v1544h398l209 -542q17 -48 38.5 -110t47.5 -143l43 -136q-23 201 -35 344t-12 240v347h398v-1544h-398l-210 568q-33 91 -59.5 170.5t-46.5 151.5q13 -163 19 -284t6 -212v-394h-398z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1313" 
+d="M1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295
+z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1170" 
+d="M525 0h-417v1544h404q302 0 448 -123q172 -145 172 -403q0 -281 -183 -419q-125 -93 -359 -93h-65v-506zM525 853l19 -1q76 0 121 46.5t45 127.5q0 80 -44 130q-44 51 -112 51h-29v-354z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1330" 
+d="M1260 -30l-335 -184l-143 207q-72 -20 -124 -20q-248 0 -413 202q-176 215 -176 594q0 367 160 584q160 219 428 219q261 0 424 -217t163 -565q0 -397 -175 -608zM812 764q0 99 -11 177t-31 131.5t-49.5 82t-66.5 28.5q-70 0 -112 -112q-41 -120 -41 -301
+q0 -96 10.5 -172t30 -128t48.5 -79.5t65 -27.5q37 0 66 27t49.5 79t31 126t10.5 169z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1236" 
+d="M1206 0h-451l-206 550q-3 14 -10.5 37t-18.5 55l3 -102v-540h-415v1544h427q282 0 422 -111q178 -142 178 -404q0 -280 -239 -387zM525 829h28q72 0 120 55t48 140q0 173 -181 173h-15v-368z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="936" 
+d="M75 38v485q123 -168 266 -168q54 0 88 28.5t34 71.5q0 62 -74 121l-68 53q-68 51 -116 101.5t-78 104t-44 110.5t-14 120q0 108 50 226q25 55 58 100.5t76 80.5q118 100 285 100q149 0 300 -79v-472q-51 79 -116 124.5t-128 45.5q-48 0 -79 -28q-32 -27 -32 -65
+q0 -62 85 -123l66 -49q132 -95 189 -195q58 -100 58 -234q0 -228 -139 -376t-352 -148q-147 0 -315 65z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="886" 
+d="M647 0h-417v1174h-230v370h886v-370h-239v-1174z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1200" 
+d="M779 0h-425l-354 1544h438l76 -441q43 -253 69 -566q11 139 27 260t38 236l99 511h453z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1745" 
+d="M1432 0h-402l-96 541q-28 157 -42 272q-7 57 -12 95t-7 58q-5 -41 -15 -153q-5 -57 -12 -120t-17 -133l-79 -560h-406l-344 1544h412l68 -425q39 -254 54 -399l14 -141l13 121q21 212 54 403l78 441h359l70 -371q50 -259 87 -613q11 159 24 282t29 223l76 479h407z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1197" 
+d="M1197 0h-463l-77 220q-37 101 -60 194q-22 -92 -66 -211l-77 -203h-454l375 801l-354 743h464l69 -209q11 -29 21.5 -68t21.5 -88q25 100 42 154l64 211h467l-352 -743z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1159" 
+d="M800 0h-417v654l-383 890h435l75 -229q22 -67 39.5 -129t31.5 -119q23 85 40 146.5t30 99.5l76 231h432l-359 -890v-654z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1192" 
+d="M1102 0h-1063v33l362 827q40 75 64.5 123t35.5 68q19 39 78 130h-448v363h1023v-43l-380 -841q-37 -81 -74 -157t-74 -151q66 5 103.5 7.5t49.5 2.5l323 9v-371z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="808" 
+d="M730 -206v-276h-591v2171h591v-276h-237v-1619h237z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="1368" 
+d="M1143 -489l-1104 2069l218 116l1104 -2062z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="808" 
+d="M77 1413v276h591v-2171h-591v276h238v1619h-238z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="1158" 
+d="M397 781h-383l323 775h484l323 -775h-382l-182 479z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="1158" 
+d="M0 -111h1158v-256h-1158v256z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="1158" 
+d="M703 1228h-230l-203 342h324z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1150" 
+d="M503 0h-410v1689h401v-592q0 -75 -6 -172q55 98 111 139q58 40 146 40q164 0 254 -151q90 -150 90 -423q0 -261 -93 -406q-92 -146 -255 -146q-79 0 -134 36q-27 19 -55.5 51t-57.5 80q1 -19 2 -32.5t2 -22.5zM674 539q0 232 -102 232q-90 0 -90 -219q0 -229 93 -229
+q99 0 99 216z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="701" 
+d="M655 353v-369q-36 -4 -63 -5.5t-45 -1.5q-180 0 -301 108q-82 73 -133 200t-51 261q0 238 146 399q145 159 366 159q13 0 33 -1t48 -3v-352q-178 -12 -178 -194q0 -82 44 -144q45 -59 107 -59q6 0 12.5 0.5t14.5 1.5z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1150" 
+d="M648 0q1 17 2 39t3 51q2 18 3 55q-58 -94 -113 -131q-54 -36 -133 -36q-163 0 -256 146q-92 146 -92 406q0 273 90 423q90 151 254 151q90 0 145 -40q58 -40 112 -139q-3 52 -3 63l-4 109v592h402v-1689h-410zM477 545q0 -222 99 -222q93 0 93 229q0 219 -90 219
+q-102 0 -102 -226z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="697" 
+d="M540 0h-401v758h-116v323h116v199q0 209 90.5 317t265.5 108q87 0 189 -28v-372q-53 38 -82 38q-62 0 -62 -111v-151h144v-323h-144v-758z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1141" 
+d="M1049 1081v-1112q0 -127 -35 -220q-35 -86 -114 -147q-133 -103 -338 -103q-221 0 -339 95t-146 296h410q4 -88 84 -88q51 0 72 35.5t21 117.5v171q-107 -140 -252 -140q-157 0 -254 153q-96 153 -96 402q0 248 96 406q97 157 251 157q71 0 124 -36q55 -37 119 -129
+l-8 142h405zM660 544q0 234 -86 234q-97 0 -97 -228q0 -235 94 -235q89 0 89 229z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1689h401v-604q0 -49 -0.5 -82t-1.5 -50t-3 -36t-4 -42q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="587" 
+d="M494 0h-402v1081h402v-1081zM528 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="587" 
+d="M494 -473h-399v1554h399v-1554zM527 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1146" 
+d="M685 0l-155 420q-11 28 -36 123v-543h-401v1689h401v-1095q13 42 28.5 83.5t32.5 84.5l130 319h434l-266 -496l293 -585h-461z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="587" 
+d="M494 0h-401v1689h401v-1689z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1699" 
+d="M1606 0h-401v612q0 103 -61 103q-91 0 -91 -168v-547h-401v597q0 110 -68 110q-49 0 -69.5 -37.5t-20.5 -131.5v-538h-401v1081h401v-56q0 -66 -6 -124q107 203 279 203q193 0 286 -224q81 224 268 224q141 0 220 -103q65 -86 65 -259v-742z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1081h401q-1 -40 -2 -74t-3 -63l-4 -69q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1146" 
+d="M494 -482h-401v1563h401l-9 -153q25 48 51 81.5t56 54.5t64.5 30.5t76.5 9.5q156 0 254 -156q97 -154 97 -409q0 -259 -93 -410q-91 -151 -251 -151q-146 0 -255 169q5 -51 6 -88q3 -38 3 -91v-450zM669 551q0 106 -24.5 164.5t-69.5 58.5q-93 0 -93 -227q0 -232 90 -232
+q45 0 71 62t26 174z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1146" 
+d="M652 -482v450v53q0 35 2 62.5t7 63.5q-109 -169 -255 -169q-158 0 -251 151t-93 410q0 255 97 409q97 156 254 156q42 0 76.5 -9.5t64.5 -30.5t56 -54.5t51 -81.5l-9 153h401v-1563h-401zM477 555q0 -240 97 -240q90 0 90 231q0 228 -93 228q-43 0 -68.5 -58t-25.5 -161z
+" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="797" 
+d="M494 0h-401v1081h401l-21 -211q91 237 301 237v-450q-66 36 -112 36q-81 0 -124.5 -58.5t-43.5 -170.5v-464z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="914" 
+d="M54 89l146 300q108 -113 201 -113q78 0 78 56q0 48 -105 86q-283 100 -283 317q0 159 126 264q127 105 317 105q156 0 322 -88l-137 -293q-101 95 -165 95q-63 0 -63 -51q0 -55 120 -103q150 -59 204 -125q57 -66 57 -182q0 -167 -121 -273t-311 -106q-91 0 -181 23
+q-42 11 -92 33.5t-113 54.5z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="697" 
+d="M549 0h-402v758h-114v323h114v318h402v-318h133v-323h-133v-758z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="1032" 
+d="M717 0h-419l-298 1081h406l62 -316q13 -61 24 -151.5t22 -216.5q14 115 27 200t26 146l69 338h396z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1580" 
+d="M1265 0h-397l-82 648l-124 -648h-393l-269 1081h394l61 -347q11 -66 21.5 -141t19.5 -163q8 91 21.5 174.5t30.5 161.5l71 315h342l58 -348q11 -67 20 -142.5t17 -160.5q16 115 32 209.5t33 173.5l58 268h401z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="1117" 
+d="M1117 0h-466l-38 100q-6 17 -12 33.5t-13 34.5t-14 39.5t-15 48.5q-14 -40 -29.5 -79t-32.5 -77l-47 -100h-450l329 556l-311 525h458l42 -122q7 -18 18 -54l17 -57q15 43 21 60l22 56l45 117h445l-320 -516z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="1056" 
+d="M559 -453h-413l175 498l-321 1036h403l77 -310q16 -64 28.5 -139.5t21.5 -163.5l14 99q28 189 51 280l60 234h401z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="1008" 
+d="M905 0h-866l262 561q19 42 44.5 90.5t57.5 106.5h-305v323h871l-255 -551q-45 -97 -106 -203h297v-327z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="849" 
+d="M439 603q38 -26 65.5 -55.5t43.5 -63.5q31 -61 31 -183v-344q0 -114 24 -138q25 -25 140 -25l42 1l24 1v-280l-191 -8q-203 3 -288 85q-86 83 -86 272v414q0 103 -26 147q-25 41 -101 58v261q72 15 99 54q28 37 28 127v418q0 189 86 270q85 82 288 82l191 -5v-280h-70
+q-111 1 -136 -24q-24 -24 -24 -137v-346q0 -113 -29 -182q-29 -62 -111 -119z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="1158" 
+d="M358 1544h442v-1929h-442v1929z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="849" 
+d="M409 603q-38 26 -65.5 55.5t-43.5 63.5q-30 64 -30 183v345q0 114 -25 138q-24 25 -139 25l-43 -1l-23 -1v280l191 8q202 -3 287 -85q87 -83 87 -272v-415q0 -103 26 -147q25 -41 101 -58v-261q-71 -15 -100 -54q-27 -39 -27 -127v-417q0 -189 -87 -270q-85 -82 -288 -82
+l-190 5v280h70q111 -2 135 24q25 24 25 137v345q0 127 28 182q29 62 111 119z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1544" 
+d="M363 1299l-147 121q124 298 336 298q78 0 263 -81q142 -63 188 -63q100 0 183 150l146 -121q-66 -158 -149 -226t-210 -68q-73 0 -258 88q-126 53 -175 53q-96 0 -177 -151z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="616" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="746" 
+d="M139 940q0 95 69 163q69 69 166 69q96 0 164 -69q69 -69 69 -166t-69 -166q-68 -68 -164 -68q-99 0 -167 68q-68 71 -68 169zM164 596h407v-1078h-407v1078z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M756 252v-210h-194v255q-289 165 -289 512q0 184 72 313.5t217 201.5v183h194v-135q25 3 37 3q24 0 74 -9v-343q-85 -4 -131 -55.5t-46 -142.5q0 -82 43 -137q44 -56 107 -56h15q9 0 12 1v-373q-17 -2 -27 -3t-14 -1l-42 -2q-2 0 -8.5 -0.5z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" 
+d="M946 368l207 -112q-108 -283 -366 -283q-103 0 -196 40q-126 47 -173 47q-89 0 -198 -69l-116 189q52 37 97.5 64.5t83.5 46.5q42 73 42 156t-41 220h-143v216h77l-11 36q-44 153 -44 232q0 178 129 297q131 119 324 119q251 0 451 -215l-223 -222q-74 116 -153 116
+q-45 0 -78 -36q-33 -35 -33 -83q0 -26 38 -158q7 -23 12 -44.5t8 -41.5h373v-216h-349l1 -27q0 -142 -100 -272q86 -6 173 -48q49 -25 84 -25q72 0 124 73z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1544" 
+d="M10 277l242 242q-82 145 -82 301q0 152 89 307l-248 247l208 208l251 -250q155 83 303 83q146 0 298 -81l248 245l206 -206l-242 -242q93 -158 93 -312q0 -146 -84 -299l242 -242l-205 -207l-241 240q-155 -92 -313 -92q-155 0 -318 91l-241 -239zM776 1074
+q-107 0 -181 -74q-73 -73 -73 -180q0 -102 74 -179q74 -74 177 -74q104 0 178 74q74 77 74 181q0 103 -74 177q-74 75 -175 75z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" 
+d="M1181 684v-167h-345v-517h-417v517h-369v167h356l-65 153h-291v167h219l-233 540h435l75 -229q22 -67 39.5 -129t31.5 -119q23 85 40 146.5t30 99.5l76 231h432l-218 -540h204v-167h-271l-62 -153h333z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="1158" 
+d="M358 1544h442v-837h-442v837zM358 355h442v-740h-442v740z" />
+    <glyph glyph-name="section" unicode="&#xa7;" 
+d="M105 19h345q0 -115 38 -164.5t126 -49.5q63 0 101.5 37.5t38.5 97.5q0 55 -37 89q-33 31 -155 97q-276 145 -363 240q-87 96 -87 257q0 197 167 325q-77 92 -102 158q-27 64 -27 153q0 191 138 316q136 124 352 124q285 0 398 -207q54 -101 54 -312h-330q0 132 -33 185
+t-116 53q-127 0 -127 -117q0 -51 32 -86q33 -36 122 -82l150 -79q184 -97 259 -190t75 -226q0 -188 -152 -311q169 -133 169 -334q0 -212 -149 -349t-379 -137q-259 0 -401 159q-60 68 -84 145q-23 86 -23 208zM618 476q69 0 111 40.5t42 109.5t-41.5 110t-110.5 41
+t-111 -40.5t-42 -106.5q0 -67 43 -110q44 -44 109 -44z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1158" 
+d="M526 1392q0 -66 -50 -116q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM970 1392q0 -67 -49 -116q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1760" 
+d="M1120 625l-17 -295l-12 -5q-83 -33 -160 -33q-188 0 -302 130q-113 131 -113 347q0 221 121 351q121 132 327 132q77 0 131 -22l12 -5v-293q-4 4 -12 11.5t-21 19.5q-50 45 -103 45q-73 0 -114.5 -62t-41.5 -174q0 -109 39.5 -167.5t111.5 -58.5q59 0 130 59q4 4 10 8.5
+t14 11.5zM893 1579q323 0 556 -239q234 -239 234 -569q0 -334 -235 -569q-236 -236 -566 -236t-569 236q-236 236 -236 569q0 339 236 573q235 235 580 235zM890 1411q-264 0 -447 -186q-182 -185 -182 -454q0 -263 182 -451q183 -187 438 -187q256 0 437 187t181 452
+q0 262 -180 450q-179 189 -429 189z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="658" 
+d="M606 911h-230l2 29q1 40 6 76q-59 -119 -160 -119q-87 0 -138 88q-50 89 -50 240q0 148 52 233q53 86 142 86q92 0 149 -112q-2 20 -3 37.5t-2 33.5l-2 27h234v-619zM373 1230q0 124 -48 124q-58 0 -58 -153q0 -112 52 -112q54 0 54 141zM606 679h-570v124h570v-124z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1118" 
+d="M413 91l-351 465l351 465l180 -135l-263 -330l263 -330zM877 91l-352 465l352 465l179 -135l-262 -330l262 -330z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1158" 
+d="M653 0v306h-576v384h1004v-690h-428z" />
+    <glyph glyph-name="softhyphen" unicode="&#xad;" horiz-adv-x="502" 
+d="M502 401h-502v309h502v-309z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1760" 
+d="M1274 309h-316l-118 296v-296h-293v926h285q195 0 294 -78t99 -234q0 -164 -142 -227l-7 -3zM841 813q42 0 67.5 30t25.5 78q0 89 -93 94v-202zM893 1579q323 0 556 -239q234 -239 234 -569q0 -334 -235 -569q-236 -236 -566 -236t-569 236q-236 236 -236 569
+q0 339 236 573q235 235 580 235zM890 1411q-264 0 -447 -186q-182 -185 -182 -454q0 -263 182 -451q183 -187 438 -187q256 0 437 187t181 452q0 262 -180 450q-179 189 -429 189z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="1158" 
+d="M216 1266v224h726v-224h-726z" />
+    <glyph glyph-name="macron" unicode="&#x2c9;" horiz-adv-x="1158" 
+d="M216 1266v224h726v-224h-726z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="1235" 
+d="M623 1583q155 0 266 -108t111 -259q0 -152 -112 -260q-113 -107 -270 -107t-270 107q-112 108 -112 259q0 155 112 261q113 107 275 107zM618 1393q-75 0 -127 -52q-51 -51 -51 -125q0 -73 51 -125q52 -52 125 -52t124 52q52 52 52 125q0 72 -52 124q-51 53 -122 53z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" 
+d="M76 667v241h417v412h247v-412h417v-241h-417v-397h-247v397h-417zM76 -61v240h1081v-240h-1081z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="816" 
+d="M723 618h-662l263 341q43 57 73.5 101t47.5 79q33 67 33 131q0 76 -55 76q-56 0 -56 -107v-26q0 -10 1 -12h-256l-1 41q0 139 89 228q90 90 229 90q135 0 221 -86t86 -219q0 -199 -239 -424q54 4 109.5 5.5t116.5 1.5v-220z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="816" 
+d="M89 897h258q0 -82 57 -82q65 0 65 80q0 92 -100 92q-16 0 -47 -3v205q12 -1 21 -1.5t14 -0.5q100 0 100 89q0 72 -50 72q-38 0 -44 -58v-7q0 -8 -1 -9h-255q9 133 92 210q86 77 217 77q127 0 213 -78t86 -193q0 -127 -110 -193q122 -69 122 -213q0 -124 -91 -203
+t-233 -79q-138 0 -227 77q-87 76 -87 198v20z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1158" 
+d="M455 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1157" 
+d="M496 -473h-403v1554h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97.5t-58 -79.5t-85.5 -65.5q-132 -78 -293 -78q-97 0 -178 31z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" 
+d="M316 -229v1017q-122 0 -197 98q-75 97 -75 258q0 400 386 400h757v-363h-153v-1410h-269v1410h-181v-1410h-268z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="616" 
+d="M542 772q0 -94 -69 -161q-67 -67 -164 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q99 0 168 -70q69 -69 69 -169z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="1158" 
+d="M860 -230l-263 -271l-152 110l227 284z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="816" 
+d="M578 617h-262v703h-102v224h364v-927z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="648" 
+d="M614 1211q0 -143 -80 -229q-79 -85 -213 -85q-132 0 -208 87q-77 89 -77 234q0 147 78 236q79 90 208 90q136 0 214 -89t78 -244zM390 1219q0 152 -65 152t-65 -150q0 -149 65 -149t65 147zM607 679h-569v124h569v-124z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1118" 
+d="M705 91l-180 135l263 330l-263 330l180 135l351 -465zM242 91l-180 135l263 330l-263 330l180 135l351 -465z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1954" 
+d="M578 617h-262v703h-102v224h364v-927zM612 -102l-166 91l892 1658l171 -91zM1809 0h-264v185h-341v200l285 541h320v-534h80v-207h-80v-185zM1554 392v167q0 11 0.5 27.5t7.5 53.5l-28 -56q-29 -60 -55.5 -107t-51.5 -85h127z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1954" 
+d="M578 617h-262v703h-102v224h364v-927zM612 -102l-166 91l892 1658l171 -91zM1861 0h-662l263 341q88 115 121 181t33 131q0 76 -55 76q-56 0 -56 -107v-26q0 -10 1 -12h-256l-1 41q0 138 89 227q90 90 229 90q136 0 221 -85q86 -86 86 -220q0 -199 -239 -424
+q54 4 109.5 5.5t116.5 1.5v-220z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1954" 
+d="M89 897h258q0 -82 57 -82q65 0 65 80q0 92 -100 92q-16 0 -47 -3v205q12 -1 21 -1.5t14 -0.5q100 0 100 89q0 72 -50 72q-38 0 -44 -58v-7q0 -8 -1 -9h-255q9 133 92 210q86 77 217 77q127 0 213 -78t86 -193q0 -127 -110 -193q122 -69 122 -213q0 -124 -91 -203
+t-233 -79q-138 0 -227 77q-87 76 -87 198v20zM612 -102l-166 91l892 1658l171 -91zM1809 0h-264v185h-341v200l285 541h320v-534h80v-207h-80v-185zM1554 392v167v28q1 7 2.5 20t4.5 33l-27 -56q-29 -60 -55.5 -107t-51.5 -85h127z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1178" 
+d="M351 939q0 96 69 164q69 69 165 69t164 -69q68 -71 68 -167q0 -95 -68 -166q-68 -69 -164 -69q-99 0 -166 69q-68 71 -68 169zM389 590h397v-378q-21 1 -36.5 1.5t-25.5 0.5q-114 0 -165.5 -48t-51.5 -154q0 -170 89 -170q87 0 87 175h402q0 -216 -91 -337
+q-61 -84 -170 -133q-101 -49 -229 -49q-220 0 -361 143q-141 142 -141 363q0 169 75.5 278t220.5 149v159z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1233" 
+d="M350 2017h326l101 -349h-232zM1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1233" 
+d="M925 2017l-196 -349h-232l101 349h327zM1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1233" 
+d="M1006 1668h-314l-80 139l-87 -139h-266l203 319h353zM1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1233" 
+d="M1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176zM819 1981h207l1 -33q0 -122 -68 -199t-176 -77
+q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1233" 
+d="M1030 1833q0 -67 -49 -116t-118 -49q-71 0 -120 49t-49 119q0 69 49 118t118 49q70 0 120 -50q49 -49 49 -120zM569 1835q0 -68 -50 -118q-49 -49 -117 -49q-69 0 -118 49t-49 118q0 70 49 119t118 49q70 0 118 -49q49 -49 49 -119zM1220 0h-431l-31 196h-281l-34 -196
+h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1233" 
+d="M1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176zM833 1852q0 -82 -59 -141t-140 -59q-84 0 -143 59
+q-59 62 -59 144q0 83 58 141q59 59 142 59t142 -59t59 -144zM719 1852q0 37 -25 62t-61 25q-35 0 -60 -24.5t-25 -60.5q0 -18 7 -33.5t18.5 -27t27 -18.5t33.5 -7q36 0 60.5 25.5t24.5 58.5z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1425" 
+d="M1355 0h-594l-28 196h-268l-33 -196h-432l357 1544h998v-363h-415l35 -225h348v-349h-287l41 -236h278v-371zM517 517h172l-54 398q-10 71 -13 118t-7 73q-2 25 -6 66l-9 -81q-5 -49 -9 -85.5t-8 -61.5q-4 -24 -7 -46.5t-7 -43.5z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1031" 
+d="M976 475l-24 -446q-139 -56 -249 -56q-259 0 -436 190q-198 213 -198 603q0 365 186 586q186 220 497 220q101 0 206 -38v-441q-93 93 -191 93q-128 0 -200 -109q-72 -110 -72 -304q0 -94 18 -168t51.5 -125t82.5 -78t112 -27q108 0 217 100zM847 -245l-325 -308
+l-168 106l279 340z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM226 2017h326l101 -349h-232z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM793 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM869 1668h-314l-80 139l-87 -139h-265l203 319h353z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="953" 
+d="M893 1833q0 -66 -50 -116q-49 -49 -117 -49q-71 0 -120 49t-49 119q0 69 49 118t118 49q70 0 120 -50q49 -49 49 -120zM432 1835q0 -68 -50 -118q-49 -49 -117 -49q-69 0 -118 49t-49 118q0 70 49 119t118 49q70 0 118 -49q49 -49 49 -119zM108 0v1544h775v-363h-358
+v-225h321v-349h-321v-236h358v-371h-775z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1303" 
+d="M108 0v1544h398l209 -542q17 -48 38.5 -110t47.5 -143l43 -136q-23 201 -35 344t-12 240v347h398v-1544h-398l-210 568q-33 91 -59.5 170.5t-46.5 151.5q13 -163 19 -284t6 -212v-394h-398zM847 1981h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31
+q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1313" 
+d="M1055 1833q0 -66 -50 -116q-49 -49 -117 -49q-72 0 -121 49t-49 119q0 69 49 118t119 49t120 -50q49 -49 49 -120zM593 1835q0 -68 -50 -118q-49 -49 -117 -49q-69 0 -118 49q-48 49 -48 118t48 119q49 49 118 49q70 0 118 -49q49 -49 49 -119zM1243 767
+q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1263" 
+d="M1030 1833q0 -67 -49 -116t-118 -49q-71 0 -120 49t-49 119q0 69 49 118t119 49q69 0 119 -50q49 -49 49 -120zM569 1835q0 -68 -50 -118q-49 -49 -117 -49q-69 0 -118 49t-49 118q0 70 49 119t118 49q70 0 118 -49q49 -49 49 -119zM738 1544h417v-1092q0 -137 -43 -222
+q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM468 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM747 1228h-230l-203 342h324z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM951 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM547 1392q0 -66 -50 -116q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM991 1392q0 -67 -49 -116q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM786 1541h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM847 1431q0 -91 -66 -155q-64 -64 -156 -64q-90 0 -158 65q-65 65 -65 157t65 157q64 66 157 66t158 -66q65 -68 65 -160zM717 1433q0 42 -27 69t-67 27q-20 0 -37 -7.5t-29.5 -20.5t-20 -30.5t-7.5 -36.5q0 -20 7.5 -37t20 -30t29.5 -20.5t37 -7.5
+q19 0 36.5 7.5t30 20.5t20 30t7.5 36z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="701" 
+d="M655 353v-369q-36 -4 -63 -5.5t-45 -1.5q-180 0 -301 108q-82 73 -133 200t-51 261q0 238 146 399q145 159 366 159q13 0 33 -1t48 -3v-352q-178 -12 -178 -194q0 -82 44 -144q45 -59 107 -59q6 0 12.5 0.5t14.5 1.5zM617 -230l-263 -271l-152 110l227 284z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM420 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM706 1228h-230l-203 342h324z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM911 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM506 1392q0 -66 -50 -116q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM950 1392q0 -67 -49 -116q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="587" 
+d="M494 0h-401v1081h401v-1081zM156 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="587" 
+d="M494 0h-401v1081h401v-1081zM433 1228h-230l-203 342h324z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="586" 
+d="M494 0h-401v1081h401v-1081zM630 1228h-294l-66 156l-75 -156h-238l161 321h362z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="587" 
+d="M494 0h-401v1081h401v-1081zM628 1373q0 -59 -44 -103q-44 -42 -103 -42q-62 0 -105 43t-43 104t43 103q43 43 104 43q62 0 105 -43t43 -105zM252 1375q0 -61 -43 -104t-103 -43q-61 0 -104 43q-42 43 -42 104t42 105q43 43 104 43t103 -43q43 -43 43 -105z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1081h401q-1 -40 -2 -74t-3 -63l-4 -69q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM756 1541h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211
+q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M427 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M705 1228h-230l-203 342h324z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M918 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M514 1392q0 -66 -50 -116q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM958 1392q0 -67 -49 -116q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M760 1541h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM455 1228l109 342h324l-203 -342h-230
+z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM711 1228h-230l-203 342h324z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM932 1228h-294l-82 156l-90 -156h-239
+l178 321h362z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM526 1392q0 -66 -50 -116
+q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM970 1392q0 -67 -49 -116q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1218" 
+d="M538 0h-402v758h-111v323h111q0 91 3.5 154t10.5 102q15 86 61 153q65 104 175 165q109 61 238 61q195 0 335 -131q138 -131 138 -315q0 -63 -14.5 -117t-41.5 -95.5t-66.5 -69.5t-88.5 -40q103 -16 163 -82q108 -122 108 -317q0 -137 -54 -258q-53 -119 -146 -191
+q-130 -100 -317 -100v330q102 30 102 214q0 200 -102 214v323q77 8 77 143q0 133 -91 133q-88 0 -88 -147v-1210z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1544" 
+d="M383 664h-258v657h-132v223h529v-223h-139v-657zM1508 664h-269l-21 452l-89 -452h-210l-72 430l-25 -430h-276l106 880h315l66 -379l74 379h312z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1158" 
+d="M582 1154l167 309l268 -151l-92 -158h156v-365h-303l-87 -152h388v-365h-521l-139 -250l-268 151l63 99h-137v365h270l87 152h-356l1 365h503z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1313" 
+d="M186 -43l-146 99l142 213q-32 60 -54 115.5t-35 108.5q-24 106 -24 269q0 374 158 592q159 218 430 218q198 0 368 -153l103 149l151 -105l-138 -198q102 -221 102 -477q0 -428 -202 -645q-73 -79 -179 -125q-105 -45 -213 -45q-186 0 -353 137zM551 440q30 -89 106 -89
+q75 0 120 107q46 101 46 282q0 19 -1 48t-3 71zM762 1099q-35 96 -110 96q-72 0 -117 -110t-45 -285q0 -38 3 -119z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1544" 
+d="M779 602q-166 -190 -365 -190q-165 0 -270 105t-105 269t105 269q106 106 269 106q189 0 353 -189q155 188 363 188q164 0 271 -104q105 -104 105 -269q0 -164 -105 -270t-267 -106q-199 0 -354 191zM912 786q85 -120 175 -120q51 0 89 35q37 34 37 86q0 50 -37 84
+q-38 35 -90 35q-89 0 -174 -120zM632 786q-86 119 -175 119q-52 0 -90 -35q-36 -35 -36 -85q0 -51 37 -85t90 -34q88 0 174 120z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1158" 
+d="M1081 1556v-409l-526 -139l523 -138l3 -409l-1004 366v364zM1081 402v-384h-1004v384h1004z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1158" 
+d="M77 461l2 409l524 138l-526 139v409l1004 -365v-365zM77 18v384h1004v-384h-1004z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1158" 
+d="M113 1213l47 319q239 -23 421 -92t305 -182.5t185.5 -270.5t62.5 -355q0 -306 -151 -478t-419 -172q-235 0 -386 151q-150 151 -150 389q0 203 133 339q134 137 332 137q158 0 249 -70q-42 74 -83 113q-20 20 -49 39t-67 38q-162 79 -430 95zM581 693q-78 0 -132 -56
+t-54 -137q0 -79 53 -135q54 -56 129 -56q76 0 129 56t53 136q0 81 -52 136q-53 56 -126 56z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1544" 
+d="M1468 1737v-622h-373l-46 241h-505l552 -745l-548 -808h521l27 255h393v-636h-1411v438l527 750l-527 687v440h1390z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1544" 
+d="M34 1737h1476v-331h-164v-1653h164v-331h-672v331h137v1653h-406v-1653h135v-331h-670v331h167v1653h-167v331z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1518" 
+d="M216 0v806h-169v305h1423v-305h-168v-806h-388v806h-311v-806h-387z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="1158" 
+d="M46 -555l66 393q69 -23 104 -23q63 0 102 40q38 38 38 160v150v751v134v73q0 258 65 374q133 241 467 241q89 0 224 -24l-66 -393q-67 23 -105 23q-79 0 -109 -45q-29 -47 -29 -166v-879q0 -177 -3 -282.5t-8 -150.5t-21.5 -88.5t-42.5 -86.5q-139 -223 -462 -223
+q-109 0 -201 19z" />
+    <glyph glyph-name="Omega" unicode="&#x2126;" horiz-adv-x="1544" 
+d="M64 0v352h279q-153 96 -219 213q-66 118 -66 295q0 307 205 515q206 209 509 209q304 0 509 -208t205 -518q0 -175 -66 -293q-66 -117 -218 -213h277v-352h-632v322q245 126 245 479q0 195 -89 320q-89 123 -231 123q-140 0 -230 -125t-90 -320q0 -351 246 -477v-322
+h-634z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1702" 
+d="M1245 355l380 -8q-49 -191 -166 -281q-115 -88 -317 -88q-180 0 -320 110q-164 -110 -348 -110q-179 0 -296 105q-116 107 -116 268q0 160 106 253q106 94 287 94q71 0 204 -23q-20 131 -213 131q-132 0 -265 -62v313q180 49 322 49q202 0 333 -107q152 107 310 107
+q224 0 359 -157q136 -157 136 -416l-2 -74h-593q10 -186 106 -186q65 0 93 82zM663 346q0 96 -106 96q-48 0 -76 -27t-28 -70q0 -93 105 -93t105 94zM1249 675q-20 150 -105 150q-83 0 -96 -150h201z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1129" 
+d="M327 26l-108 -154l-156 111l115 168q-116 161 -116 386q0 256 137 411q136 156 361 156q130 0 244 -54l106 152l157 -108l-116 -167q116 -158 116 -397q0 -255 -137 -404q-136 -148 -371 -148q-123 0 -232 48zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19
+q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1544" 
+d="M1544 1915v-343h-361l-368 -1572h-489l-111 548h-215v342h449l48 -208q13 -57 21.5 -139t13.5 -197h24q13 166 40 334.5t72 353.5l211 881h665z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1234" 
+d="M945 761h-124l-113 -666q-36 -206 -135.5 -304t-275.5 -98q-73 0 -175 31l50 328q31 -2 49 -3t24 -1q53 0 77 18.5t32 65.5l104 629h-127l53 325h128l38 224q36 209 122 298t255 89q33 0 68 -4t72 -12l44 -9l-44 -320q-15 2 -25 3.5t-16 2.5t-10.5 1.5t-8.5 0.5h-15
+q-70 0 -83 -79l-34 -195h124z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1158" 
+d="M225 806l-209 148q35 90 73.5 155.5t82.5 108t95 62.5t111 20q62 0 257 -71l82 -32q36 -16 76 -16q71 0 140 97l208 -147q-73 -186 -159 -266q-82 -79 -205 -79q-85 0 -259 73q-113 45 -159 45q-66 0 -134 -98zM225 247l-209 148q35 90 73.5 155.5t82.5 107.5t95 62.5
+t111 20.5q68 0 257 -72l82 -31q51 -17 75 -17q72 0 141 98l208 -147q-75 -187 -158 -267q-83 -78 -206 -78q-78 0 -259 72q-105 46 -159 46q-66 0 -134 -98z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1534" 
+d="M21 0l527 1544h431l533 -1544h-1491zM548 360h428l-209 748z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1313" 
+d="M1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295
+zM851 1981h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1640" 
+d="M1570 0h-776q-7 0 -13.5 -0.5t-18.5 -1.5q-72 -8 -114.5 -12t-58.5 -4q-184 0 -329 165q-191 218 -191 628q0 431 216 646q142 139 322 139q42 0 141 -9q13 -2 33 -3.5t46 -3.5h740v-363h-349v-225h315v-349h-315v-236h352v-371zM807 778q0 405 -144 405q-78 0 -120 -107
+t-42 -318q0 -190 40.5 -293.5t115.5 -103.5q150 0 150 417z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1708" 
+d="M1247 358l382 -8q-43 -175 -172 -274q-128 -98 -312 -98q-155 0 -297 75q-122 -75 -261 -75q-247 0 -386 151t-139 420q0 258 138 407q138 150 375 150q152 0 293 -78q133 78 283 78q221 0 358 -155t137 -405q0 -15 -0.5 -36.5t-1.5 -49.5h-595q11 -185 106 -185
+q66 0 92 83zM681 538q0 129 -31 194q-31 73 -83 73q-51 0 -82 -72q-31 -65 -31 -191q0 -125 31 -191q31 -72 83 -72q49 0 81 72q32 79 32 187zM1252 676q-20 149 -105 149q-82 0 -97 -149h202z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" 
+d="M91 667v241h1050v-241h-1050zM807 350q0 -76 -56 -132q-56 -54 -134 -54q-80 0 -136 56t-56 135q0 78 55 133q56 56 134 56q81 0 137 -57q56 -56 56 -137zM807 1217q0 -75 -56 -131q-55 -55 -134 -55q-80 0 -136 56q-56 59 -56 136q0 78 55 133t134 55q81 0 137 -56
+t56 -138z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1544" 
+d="M772 1605l602 -832l-602 -832l-601 832zM772 1400l-456 -627l456 -628l457 628z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="1056" 
+d="M559 -453h-413l175 498l-321 1036h403l77 -310q16 -64 28.5 -139.5t21.5 -163.5l14 99q28 189 51 280l60 234h401zM476 1392q0 -66 -50 -116q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM920 1392q0 -67 -49 -116
+q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1159" 
+d="M800 0h-417v654l-383 890h435l75 -229q22 -67 39.5 -129t31.5 -119q23 85 40 146.5t30 99.5l76 231h432l-359 -890v-654zM977 1833q0 -67 -49 -116t-118 -49q-71 0 -120 49t-49 119q0 69 49 118t119 49q69 0 119 -50q49 -49 49 -120zM516 1835q0 -68 -50 -118
+q-49 -49 -117 -49q-69 0 -118 49t-49 118q0 70 49 119t118 49q70 0 118 -49q49 -49 49 -119z" />
+    <glyph glyph-name="divisionslash" unicode="&#x2215;" horiz-adv-x="322" 
+d="M-204 -102l-166 91l891 1658l171 -91z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM616 2017l-195 -349h-232l101 349h326z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM674 1668h-314l-64 139l-72 -139h-264l186 319h353z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM660 1813q0 -59 -44 -103q-44 -42 -102 -42q-63 0 -106 43t-43 104t43 103q43 43 104 43q62 0 105 -43t43 -105zM269 1815q0 -61 -43 -104t-103 -43q-61 0 -104 43q-42 43 -42 104t42 105q43 43 104 43t103 -43q43 -43 43 -105z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM27 2017h327l100 -349h-232z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1313" 
+d="M948 2017l-195 -349h-232l100 349h327zM1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5
+t112.5 -107.5q74 0 114 106q42 106 42 295z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1313" 
+d="M1021 1668h-314l-80 139l-87 -139h-265l203 319h353zM1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300
+q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1313" 
+d="M382 2017h326l101 -349h-232zM1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5
+t112.5 -107.5q74 0 114 106q42 106 42 295z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1263" 
+d="M939 2017l-195 -349h-232l101 349h326zM738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1263" 
+d="M1005 1668h-314l-81 139l-86 -139h-266l203 319h353zM738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1263" 
+d="M342 2017h327l100 -349h-232zM738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="587" 
+d="M494 0h-401v1081h401v-1081z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="1158" 
+d="M932 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="1158" 
+d="M765 1541h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="1158" 
+d="M216 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="638" 
+d="M553 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="1158" 
+d="M856 1431q0 -91 -66 -155q-64 -64 -156 -64q-90 0 -158 65q-65 65 -65 157t65 157q64 66 157 66t158 -66q65 -68 65 -160zM726 1433q0 42 -27 69t-67 27q-20 0 -37 -7.5t-29.5 -20.5t-20 -30.5t-7.5 -36.5q0 -20 7.5 -37t20 -30t29.5 -20.5t37 -7.5q19 0 36.5 7.5
+t30 20.5t20 30t7.5 36z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="1158" 
+d="M278 1228l109 342h285l-187 -342h-207zM664 1228l109 342h285l-187 -342h-207z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="1251" 
+d="M555 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="1158" 
+d="M227 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="936" 
+d="M141 1987h314l80 -139l87 139h265l-203 -319h-353zM75 38v485q123 -168 266 -168q54 0 88 28.5t34 71.5q0 62 -74 121l-68 53q-68 51 -116 101.5t-78 104t-44 110.5t-14 120q0 108 50 226q25 55 58 100.5t76 80.5q118 100 285 100q149 0 300 -79v-472q-51 79 -116 124.5
+t-128 45.5q-48 0 -79 -28q-32 -27 -32 -65q0 -62 85 -123l66 -49q132 -95 189 -195q58 -100 58 -234q0 -228 -139 -376t-352 -148q-147 0 -315 65z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1192" 
+d="M1102 0h-1063v33l362 827q40 75 64.5 123t35.5 68q19 39 78 130h-448v363h1023v-43l-380 -841q-37 -81 -74 -157t-74 -151q66 5 103.5 7.5t49.5 2.5l323 9v-371zM279 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="914" 
+d="M54 89l146 300q108 -113 201 -113q78 0 78 56q0 48 -105 86q-283 100 -283 317q0 159 126 264q127 105 317 105q156 0 322 -88l-137 -293q-101 95 -165 95q-63 0 -63 -51q0 -55 120 -103q150 -59 204 -125q57 -66 57 -182q0 -167 -121 -273t-311 -106q-91 0 -181 23
+q-42 11 -92 33.5t-113 54.5zM152 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="1008" 
+d="M905 0h-866l262 561q19 42 44.5 90.5t57.5 106.5h-305v323h871l-255 -551q-45 -97 -106 -203h297v-327zM179 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="869" 
+d="M124 503l-124 -99v280l124 97v763h416v-540l206 167v-287l-206 -162v-351h314v-371h-730v503z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="679" 
+d="M139 604l-108 -85v261l108 83v826h402v-640l108 87v-261l-108 -86v-789h-402v604z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1245" 
+d="M108 0v672h-93v239h93v633h360q309 0 481 -166q226 -217 226 -607q0 -384 -191 -593q-163 -178 -487 -178h-389zM525 373q223 10 223 386q0 185 -57 292q-56 108 -153 108h-13v-248h123v-239h-123v-299z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1130" 
+d="M94 1531l105 163q178 -48 347 -153l266 146l81 -151l-193 -106q369 -324 369 -857q0 -285 -133 -439q-132 -156 -372 -156q-232 0 -367 150q-135 151 -135 410q0 250 134 408q135 158 348 158q-23 55 -49.5 101t-57.5 83l-253 -140l-82 147l212 117q-24 13 -36 21
+q-52 32 -97.5 56.5t-86.5 41.5zM677 535q0 60 -8 109t-23 83.5t-36 53.5t-47 19q-51 0 -82 -72q-31 -65 -31 -189t31 -189q31 -72 82 -72q50 0 82 71q32 79 32 186z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1159" 
+d="M800 0h-417v654l-383 890h435l75 -229q22 -67 39.5 -129t31.5 -119q23 85 40 146.5t30 99.5l76 231h432l-359 -890v-654zM902 2017l-196 -349h-232l101 349h327z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="1056" 
+d="M559 -453h-413l175 498l-321 1036h403l77 -310q16 -64 28.5 -139.5t21.5 -163.5l14 99q28 189 51 280l60 234h401zM412 1228l110 342h323l-203 -342h-230z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1170" 
+d="M525 0h-417v1544h417v-216q293 0 450 -136t157 -390q0 -281 -183 -419q-125 -93 -359 -93h-65v-290zM525 636h19q76 0 121 47t45 126q0 78 -44 131q-44 51 -112 51q-5 0 -12 -0.5t-17 -1.5v-353z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1146" 
+d="M494 -482h-401v2171h401v-608q0 -59 -9 -153q25 48 51 81.5t56 54.5t64.5 30.5t76.5 9.5q156 0 254 -156q97 -154 97 -409q0 -259 -93 -410q-91 -151 -251 -151q-146 0 -255 169q5 -48 7 -92.5t2 -86.5v-450zM669 551q0 106 -24.5 164.5t-69.5 58.5q-93 0 -93 -227
+q0 -232 90 -232q45 0 71 62t26 174z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1235" 
+d="M93 667v241h1050v-241h-1050z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" 
+d="M124 1103l177 177l318 -318l315 316l173 -173l-316 -315l318 -318l-177 -177l-318 318l-315 -316l-173 173l316 315z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1297" 
+d="M645 893h582v-64q0 -446 -133 -642q-145 -214 -429 -214q-279 0 -438 210q-158 212 -158 582q0 375 159 591t435 216q366 0 531 -382l-404 -148q-9 73 -41.5 115.5t-81.5 42.5q-172 0 -172 -473q0 -201 38 -292t121 -91q33 0 60 16t45.5 45t29 70.5t10.5 92.5h-154v325z
+M285 2006h161q29 -68 73 -96q46 -27 137 -27t136 27q45 25 74 96h161q-13 -161 -112 -254q-98 -90 -261 -90q-160 0 -257 91q-98 92 -112 253z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1141" 
+d="M1049 1081v-1112q0 -127 -35 -220q-35 -86 -114 -147q-133 -103 -338 -103q-221 0 -339 95t-146 296h410q4 -88 84 -88q51 0 72 35.5t21 117.5v171q-107 -140 -252 -140q-157 0 -254 153q-96 153 -96 402q0 248 96 406q97 157 251 157q71 0 124 -36q55 -37 119 -129
+l-8 142h405zM660 544q0 234 -86 234q-97 0 -97 -228q0 -235 94 -235q89 0 89 229zM216 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="936" 
+d="M75 38v485q123 -168 266 -168q54 0 88 28.5t34 71.5q0 62 -74 121l-68 53q-68 51 -116 101.5t-78 104t-44 110.5t-14 120q0 108 50 226q25 55 58 100.5t76 80.5q118 100 285 100q149 0 300 -79v-472q-51 79 -116 124.5t-128 45.5q-48 0 -79 -28q-32 -27 -32 -65
+q0 -62 85 -123l66 -49q132 -95 189 -195q58 -100 58 -234q0 -228 -139 -376t-352 -148q-147 0 -315 65zM582 -245l-325 -308l-167 106l278 340z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1031" 
+d="M976 475l-24 -446q-139 -56 -249 -56q-259 0 -436 190q-198 213 -198 603q0 365 186 586q186 220 497 220q101 0 206 -38v-441q-93 93 -191 93q-128 0 -200 -109q-72 -110 -72 -304q0 -94 18 -168t51.5 -125t82.5 -78t112 -27q108 0 217 100zM977 2017l-195 -349h-233
+l101 349h327z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="701" 
+d="M655 353v-369q-36 -4 -63 -5.5t-45 -1.5q-180 0 -301 108q-82 73 -133 200t-51 261q0 238 146 399q145 159 366 159q13 0 33 -1t48 -3v-352q-178 -12 -178 -194q0 -82 44 -144q45 -59 107 -59q6 0 12.5 0.5t14.5 1.5zM321 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1031" 
+d="M976 475l-24 -446q-139 -56 -249 -56q-259 0 -436 190q-198 213 -198 603q0 365 186 586q186 220 497 220q101 0 206 -38v-441q-93 93 -191 93q-128 0 -200 -109q-72 -110 -72 -304q0 -94 18 -168t51.5 -125t82.5 -78t112 -27q108 0 217 100zM311 1964h322l68 -110
+l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="701" 
+d="M655 353v-369q-36 -4 -63 -5.5t-45 -1.5q-180 0 -301 108q-82 73 -133 200t-51 261q0 238 146 399q145 159 366 159q13 0 33 -1t48 -3v-352q-178 -12 -178 -194q0 -82 44 -144q45 -59 107 -59q6 0 12.5 0.5t14.5 1.5zM91 1549h294l81 -156l91 156h239l-178 -321h-362z
+" />
+    <glyph glyph-name="fee" horiz-adv-x="1233" 
+d="M833 1852q0 -82 -59 -141t-140 -59q-84 0 -143 59q-59 62 -59 144q0 83 58 141q59 59 142 59t142 -59t59 -144zM719 1852q0 37 -25 62t-61 25q-35 0 -60 -24.5t-25 -60.5q0 -18 7 -33.5t18.5 -27t27 -18.5t33.5 -7q36 0 60.5 25.5t24.5 58.5z" />
+    <glyph glyph-name="judge" horiz-adv-x="1031" 
+d="M847 -245l-325 -308l-168 106l279 340z" />
+    <glyph glyph-name="Acute" horiz-adv-x="953" 
+d="M793 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="Grave" horiz-adv-x="953" 
+d="M226 2017h326l101 -349h-232z" />
+    <glyph glyph-name="sure" horiz-adv-x="953" 
+d="M869 1668h-314l-80 139l-87 -139h-265l203 319h353z" />
+    <glyph glyph-name="eat" horiz-adv-x="633" 
+d="M660 1813q0 -59 -44 -103q-44 -42 -102 -42q-63 0 -106 43t-43 104t43 103q43 43 104 43q62 0 105 -43t43 -105zM269 1815q0 -61 -43 -104t-103 -43q-61 0 -104 43q-42 43 -42 104t42 105q43 43 104 43t103 -43q43 -43 43 -105z" />
+    <glyph glyph-name="up" horiz-adv-x="633" 
+d="M616 2017l-195 -349h-232l101 349h326z" />
+    <glyph glyph-name="oak" horiz-adv-x="633" 
+d="M27 2017h327l100 -349h-232z" />
+    <glyph glyph-name="ice" horiz-adv-x="633" 
+d="M674 1668h-314l-64 139l-72 -139h-264l186 319h353z" />
+    <glyph glyph-name="Caron" horiz-adv-x="1192" 
+d="M279 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="Dieresis" horiz-adv-x="1159" 
+d="M977 1833q0 -67 -49 -116t-118 -49q-71 0 -120 49t-49 119q0 69 49 118t119 49q69 0 119 -50q49 -49 49 -120zM516 1835q0 -68 -50 -118q-49 -49 -117 -49q-69 0 -118 49t-49 118q0 70 49 119t118 49q70 0 118 -49q49 -49 49 -119z" />
+    <glyph glyph-name="uniE770" horiz-adv-x="587" 
+d="M628 1373q0 -59 -44 -103q-44 -42 -103 -42q-62 0 -105 43t-43 104t43 103q43 43 104 43q62 0 105 -43t43 -105zM252 1375q0 -61 -43 -104t-103 -43q-61 0 -104 43q-42 43 -42 104t42 105q43 43 104 43t103 -43q43 -43 43 -105z" />
+    <glyph glyph-name="uniE772" horiz-adv-x="586" 
+d="M630 1228h-294l-66 156l-75 -156h-238l161 321h362z" />
+    <glyph glyph-name="bulletoperator" unicode="&#x2219;" horiz-adv-x="616" 
+d="M542 772q0 -94 -69 -161q-67 -67 -164 -67q-96 0 -167 68q-69 69 -69 167q0 96 68 164t164 68q99 0 168 -70q69 -69 69 -169z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" 
+d="M1161 1186h-328q-115 0 -154 -16q-65 -23 -111 -93q-11 -16 -20 -34.5t-17 -38.5h520v-167h-979q16 316 184 515q105 125 241 174q117 46 321 46q18 0 60.5 -1.5t111.5 -3.5t111.5 -3t59.5 -1v-377zM1161 0q-69 -13 -164.5 -19.5t-227.5 -6.5q-181 0 -282 37
+q-120 44 -219 152q-176 191 -196 521h979v-167h-506q4 -8 9 -17.5t12 -19.5q47 -72 110 -91q51 -14 149 -14h336v-375z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="914" 
+d="M54 89l146 300q108 -113 201 -113q78 0 78 56q0 48 -105 86q-283 100 -283 317q0 159 126 264q127 105 317 105q156 0 322 -88l-137 -293q-101 95 -165 95q-63 0 -63 -51q0 -55 120 -103q150 -59 204 -125q57 -66 57 -182q0 -167 -121 -273t-311 -106q-91 0 -181 23
+q-42 11 -92 33.5t-113 54.5zM600 -230l-263 -271l-152 110l227 284z" />
+    <glyph glyph-name="Omegagreek" unicode="&#x3a9;" horiz-adv-x="1544" 
+d="M64 0v352h279q-153 96 -219 213q-66 118 -66 295q0 307 205 515q206 209 509 209q304 0 509 -208t205 -518q0 -175 -66 -293q-66 -117 -218 -213h277v-352h-632v322q245 126 245 479q0 195 -89 320q-89 123 -231 123q-140 0 -230 -125t-90 -320q0 -351 246 -477v-322
+h-634z" />
+    <glyph glyph-name="Deltagreek" unicode="&#x394;" horiz-adv-x="1534" 
+d="M21 0l527 1544h431l533 -1544h-1491zM548 360h428l-209 748z" />
+    <glyph glyph-name="ash" horiz-adv-x="587" 
+d="M482 1191l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="uniF6C3" horiz-adv-x="528" 
+d="M439 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="uniE784" horiz-adv-x="587" 
+d="M133 1576l196 223h135l-126 -257v-59h126v-253h-331v346z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="936" 
+d="M75 38v485q123 -168 266 -168q54 0 88 28.5t34 71.5q0 62 -74 121l-68 53q-68 51 -116 101.5t-78 104t-44 110.5t-14 120q0 108 50 226q25 55 58 100.5t76 80.5q118 100 285 100q149 0 300 -79v-472q-51 79 -116 124.5t-128 45.5q-48 0 -79 -28q-32 -27 -32 -65
+q0 -62 85 -123l66 -49q132 -95 189 -195q58 -100 58 -234q0 -228 -139 -376t-352 -148q-147 0 -315 65zM793 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="886" 
+d="M647 0h-417v1174h-230v370h886v-370h-239v-1174zM80 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="1192" 
+d="M1102 0h-1063v33l362 827q40 75 64.5 123t35.5 68q19 39 78 130h-448v363h1023v-43l-380 -841q-37 -81 -74 -157t-74 -151q66 5 103.5 7.5t49.5 2.5l323 9v-371zM901 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="914" 
+d="M54 89l146 300q108 -113 201 -113q78 0 78 56q0 48 -105 86q-283 100 -283 317q0 159 126 264q127 105 317 105q156 0 322 -88l-137 -293q-101 95 -165 95q-63 0 -63 -51q0 -55 120 -103q150 -59 204 -125q57 -66 57 -182q0 -167 -121 -273t-311 -106q-91 0 -181 23
+q-42 11 -92 33.5t-113 54.5zM329 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="1135" 
+d="M549 0h-402v758h-114v323h114v318h402v-318h133v-323h-133v-758zM1111 1191l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="1008" 
+d="M905 0h-866l262 561q19 42 44.5 90.5t57.5 106.5h-305v323h871l-255 -551q-45 -97 -106 -203h297v-327zM441 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="1233" 
+d="M1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176zM794 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18
+l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM657 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM553 1877q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="kick" horiz-adv-x="633" 
+d="M553 1877q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="yea" horiz-adv-x="1297" 
+d="M285 2006h161q29 -68 73 -96q46 -27 137 -27t136 27q45 25 74 96h161q-13 -161 -112 -254q-98 -90 -261 -90q-160 0 -257 91q-98 92 -112 253z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="1192" 
+d="M1102 0h-1063v33l362 827q40 75 64.5 123t35.5 68q19 39 78 130h-448v363h1023v-43l-380 -841q-37 -81 -74 -157t-74 -151q66 5 103.5 7.5t49.5 2.5l323 9v-371zM886 1877q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68
+q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="1031" 
+d="M838 0h-730v1544h417v-1173h313v-371zM1001 1191l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="939" 
+d="M494 0h-401v1689h401v-1689zM922 1191l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="1008" 
+d="M905 0h-866l262 561q19 42 44.5 90.5t57.5 106.5h-305v323h871l-255 -551q-45 -97 -106 -203h297v-327zM763 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="1236" 
+d="M1206 0h-451l-206 550q-3 14 -10.5 37t-18.5 55l3 -102v-540h-415v1544h427q282 0 422 -111q178 -142 178 -404q0 -280 -239 -387zM525 829h28q72 0 120 55t48 140q0 173 -181 173h-15v-368zM793 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="1233" 
+d="M1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176zM263 2006h161q29 -68 73 -96q46 -27 137 -27t136 27
+q45 25 74 96h161q-13 -161 -112 -254q-98 -90 -261 -90q-160 0 -257 91q-98 92 -112 253z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="854" 
+d="M838 0h-730v1544h417v-1173h313v-371zM688 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM658 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM119 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="1245" 
+d="M108 0v1544h360q309 0 481 -166q226 -217 226 -607q0 -384 -191 -593q-163 -178 -486 -178h-390zM525 373q224 11 224 386q0 185 -57 292q-57 108 -154 108h-13v-786zM80 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="1245" 
+d="M108 0v672h-93v239h93v633h360q309 0 481 -166q226 -217 226 -607q0 -384 -191 -593q-163 -178 -487 -178h-389zM525 373q223 10 223 386q0 185 -57 292q-56 108 -153 108h-13v-248h123v-239h-123v-299z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="1303" 
+d="M108 0v1544h398l209 -542q17 -48 38.5 -110t47.5 -143l43 -136q-23 201 -35 344t-12 240v347h398v-1544h-398l-210 568q-33 91 -59.5 170.5t-46.5 151.5q13 -163 19 -284t6 -212v-394h-398zM924 2017l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="1303" 
+d="M108 0v1544h398l209 -542q17 -48 38.5 -110t47.5 -143l43 -136q-23 201 -35 344t-12 240v347h398v-1544h-398l-210 568q-33 91 -59.5 170.5t-46.5 151.5q13 -163 19 -284t6 -212v-394h-398zM288 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="1313" 
+d="M1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295
+zM358 1656l109 342h285l-187 -342h-207zM744 1656l109 342h285l-187 -342h-207z" />
+    <glyph glyph-name="Hungarumlaut" horiz-adv-x="1313" 
+d="M358 1667l109 342h285l-187 -342h-207zM744 1667l109 342h285l-187 -342h-207z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="1236" 
+d="M1206 0h-451l-206 550q-3 14 -10.5 37t-18.5 55l3 -102v-540h-415v1544h427q282 0 422 -111q178 -142 178 -404q0 -280 -239 -387zM525 829h28q72 0 120 55t48 140q0 173 -181 173h-15v-368zM137 1964h322l68 -110l76 110h265l-214 -296h-326z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997zM833 1852q0 -82 -59 -141t-140 -59q-84 0 -143 59q-59 62 -59 144q0 83 58 141
+q59 59 142 59t142 -59t59 -144zM719 1852q0 37 -25 62t-61 25q-35 0 -60 -24.5t-25 -60.5q0 -18 7 -33.5t18.5 -27t27 -18.5t33.5 -7q36 0 60.5 25.5t24.5 58.5z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997zM339 1667l109 342h285l-187 -342h-207zM725 1667l109 342h285l-187 -342h-207z
+" />
+    <glyph glyph-name="Tcedilla" unicode="&#x162;" horiz-adv-x="886" 
+d="M647 0h-417v1174h-230v370h886v-370h-239v-1174zM646 -435l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="797" 
+d="M494 0h-401v1081h401l-21 -211q91 237 301 237v-450q-66 36 -112 36q-81 0 -124.5 -58.5t-43.5 -170.5v-464zM271 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM247 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="587" 
+d="M494 0h-401v1689h401v-1689zM542 2139l-195 -349h-233l101 349h327z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM545 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM220 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="1474" 
+d="M648 0q1 17 2 39t3 51q2 18 3 55q-58 -94 -113 -131q-54 -36 -133 -36q-163 0 -256 146q-92 146 -92 406q0 273 90 423q90 151 254 151q90 0 145 -40q58 -40 112 -139q-3 52 -3 63l-4 109v592h402v-1689h-410zM477 545q0 -222 99 -222q93 0 93 229q0 219 -90 219
+q-102 0 -102 -226zM1445 1191l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1150" 
+d="M477 545q0 -222 99 -222q93 0 93 229q0 219 -90 219q-102 0 -102 -226zM656 1409v280h402v-280h152v-239h-152v-1170h-410q1 17 2 39t3 51q2 18 3 55q-58 -94 -113 -131q-54 -36 -133 -36q-163 0 -256 146q-92 146 -92 406q0 273 90 423q90 151 254 151q90 0 145 -40
+q58 -40 112 -139q-3 55 -7 63v182h-176v239h176z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1081h401q-1 -40 -2 -74t-3 -63l-4 -69q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM455 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1081h401q-1 -40 -2 -74t-3 -63l-4 -69q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM227 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M266 1228l109 342h285l-187 -342h-207zM652 1228l109 342h285l-187 -342h-207z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="797" 
+d="M494 0h-401v1081h401l-21 -211q91 237 301 237v-450q-66 36 -112 36q-81 0 -124.5 -58.5t-43.5 -170.5v-464zM85 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM803 1431q0 -91 -66 -155
+q-64 -64 -156 -64q-90 0 -158 65q-65 65 -65 157t65 157q64 66 157 66t158 -66q65 -68 65 -160zM673 1433q0 42 -27 69t-67 27q-20 0 -37 -7.5t-29.5 -20.5t-20 -30.5t-7.5 -36.5q0 -20 7.5 -37t20 -30t29.5 -20.5t37 -7.5q19 0 36.5 7.5t30 20.5t20 30t7.5 36z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM281 1228l109 342h285l-187 -342h-207
+zM667 1228l109 342h285l-187 -342h-207z" />
+    <glyph glyph-name="tcedilla" unicode="&#x163;" horiz-adv-x="697" 
+d="M549 0h-402v758h-114v323h114v318h402v-318h133v-323h-133v-758zM541 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="1233" 
+d="M1220 0h-431l-31 196h-281l-34 -196h-431l371 1544h510zM709 527l-27 180q-1 1 -4 27q-2 22 -21 174q-2 17 -5 46.5t-8 74.5l-13 146q-2 -21 -5.5 -47t-7.5 -57q-7 -62 -10 -86t-4 -29l-29 -187l-42 -242h176zM270 1678v224h726v-224h-726z" />
+    <glyph glyph-name="Macron" horiz-adv-x="1233" 
+d="M270 1678v224h726v-224h-726z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="1150" 
+d="M1058 0h-402q5 54 8 103t6 79q-104 -204 -279 -204q-152 0 -241 152q-88 151 -88 418q0 258 91 406q91 150 248 150q161 0 260 -194q-2 20 -3 35t-2 25l-4 63l-3 48h409v-1081zM652 554q0 60 -4.5 102t-14.5 68.5t-26 38t-39 11.5q-102 0 -102 -271q0 -194 91 -194
+q95 0 95 245zM255 1266v224h726v-224h-726z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM136 1678v224h726v-224h-726z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM195 1266v224h726v-224h-726z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM705 1877q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM790 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="gcedilla" unicode="&#x123;" horiz-adv-x="1141" 
+d="M1049 1081v-1112q0 -127 -35 -220q-35 -86 -114 -147q-133 -103 -338 -103q-221 0 -339 95t-146 296h410q4 -88 84 -88q51 0 72 35.5t21 117.5v171q-107 -140 -252 -140q-157 0 -254 153q-96 153 -96 402q0 248 96 406q97 157 251 157q71 0 124 -36q55 -37 119 -129
+l-8 142h405zM660 544q0 234 -86 234q-97 0 -97 -228q0 -235 94 -235q89 0 89 229zM452 1576l196 223h135l-126 -257v-59h126v-253h-331v346z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM347 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="587" 
+d="M494 0h-402v1081h402v-1081zM528 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167zM316 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66
+q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM0 1678v224h633v-224h-633z" />
+    <glyph glyph-name="ooze" horiz-adv-x="633" 
+d="M0 1678v224h633v-224h-633z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="587" 
+d="M494 0h-401v1081h401v-1081zM0 1266v224h587v-224h-587z" />
+    <glyph glyph-name="uniE775" horiz-adv-x="587" 
+d="M0 1266v224h587v-224h-587z" />
+    <glyph glyph-name="Kcedilla" unicode="&#x136;" horiz-adv-x="1253" 
+d="M1241 0h-450l-277 712l11 -712h-417v1544h417l-11 -662l246 662h440l-333 -745zM805 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="Lcedilla" unicode="&#x13b;" horiz-adv-x="854" 
+d="M838 0h-730v1544h417v-1173h313v-371zM623 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="lcedilla" unicode="&#x13c;" horiz-adv-x="587" 
+d="M494 0h-401v1689h401v-1689zM489 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="Ncedilla" unicode="&#x145;" horiz-adv-x="1303" 
+d="M108 0v1544h398l209 -542q17 -48 38.5 -110t47.5 -143l43 -136q-23 201 -35 344t-12 240v347h398v-1544h-398l-210 568q-33 91 -59.5 170.5t-46.5 151.5q13 -163 19 -284t6 -212v-394h-398zM817 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="ncedilla" unicode="&#x146;" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1081h401q-1 -40 -2 -74t-3 -63l-4 -69q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM733 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="1313" 
+d="M1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295
+zM289 1678v224h726v-224h-726z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M202 1266v224h726v-224h-726z" />
+    <glyph glyph-name="Rcedilla" unicode="&#x156;" horiz-adv-x="1236" 
+d="M1206 0h-451l-206 550q-3 14 -10.5 37t-18.5 55l3 -102v-540h-415v1544h427q282 0 422 -111q178 -142 178 -404q0 -280 -239 -387zM525 829h28q72 0 120 55t48 140q0 173 -181 173h-15v-368zM780 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="rcedilla" unicode="&#x157;" horiz-adv-x="797" 
+d="M494 0h-401v1081h401l-21 -211q91 237 301 237v-450q-66 36 -112 36q-81 0 -124.5 -58.5t-43.5 -170.5v-464zM567 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997zM270 1678v224h726v-224h-726z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM216 1266v224h726v-224h-726z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997zM652 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206
+q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM564 0h179q-100 -88 -100 -183
+q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="kcedilla" unicode="&#x137;" horiz-adv-x="1146" 
+d="M685 0l-155 420q-11 28 -36 123v-543h-401v1689h401v-1095q13 42 28.5 83.5t32.5 84.5l130 319h434l-266 -496l293 -585h-461zM744 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="Gcedilla" unicode="&#x122;" horiz-adv-x="1297" 
+d="M645 893h582v-64q0 -446 -133 -642q-145 -214 -429 -214q-279 0 -438 210q-158 212 -158 582q0 375 159 591t435 216q366 0 531 -382l-404 -148q-9 73 -41.5 115.5t-81.5 42.5q-172 0 -172 -473q0 -201 38 -292t121 -91q33 0 60 16t45.5 45t29 70.5t10.5 92.5h-154v325z
+M850 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="apple" unicode="&#xf8ff;" horiz-adv-x="1618" 
+d="M836 1204q-33 0 -142 31q-106 31 -182 31q-176 0 -293 -148q-115 -149 -115 -383q0 -254 152 -516q152 -258 307 -258q49 0 135 35q80 27 148 27q65 0 153 -25q91 -33 146 -33q133 0 264 193q43 65 73.5 129.5t51.5 126.5q-92 28 -162 129q-72 102 -72 229q0 117 68 211
+q37 53 117 123q-27 33 -53.5 57.5t-53.5 44.5q-96 66 -219 66q-74 0 -178 -35t-145 -35zM1149 1618q0 8 -1 18.5t-5 24.5q-180 -41 -257 -152.5t-79 -263.5q65 6 104 17q54 18 113 73q63 66 94 141.5t31 141.5z" />
+    <glyph glyph-name="gravecmb" unicode="&#x300;" horiz-adv-x="0" 
+d="M-454 1228h-230l-203 342h324z" />
+    <glyph glyph-name="acutecmb" unicode="&#x301;" horiz-adv-x="0" 
+d="M-702 1228l109 342h324l-203 -342h-230z" />
+    <glyph glyph-name="circumflexcmb" unicode="&#x302;" horiz-adv-x="0" 
+d="M-225 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="tildecmb" unicode="&#x303;" horiz-adv-x="0" 
+d="M-392 1541h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="macroncmb" unicode="&#x304;" horiz-adv-x="0" 
+d="M-941 1266v224h726v-224h-726z" />
+    <glyph glyph-name="brevecmb" unicode="&#x306;" horiz-adv-x="0" 
+d="M-941 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="dotaccentcmb" unicode="&#x307;" horiz-adv-x="0" 
+d="M-604 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="dieresiscmb" unicode="&#x308;" horiz-adv-x="0" 
+d="M-631 1392q0 -66 -50 -116q-50 -48 -117 -48q-72 0 -121 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49q50 -50 50 -120zM-187 1392q0 -67 -49 -116q-50 -48 -118 -48q-71 0 -120 49t-49 119q0 68 49 116q49 49 118 49q71 0 120 -49t49 -120z" />
+    <glyph glyph-name="ringcmb" unicode="&#x30a;" horiz-adv-x="0" 
+d="M-301 1431q0 -91 -66 -155q-64 -64 -156 -64q-90 0 -158 65q-65 65 -65 157t65 157q64 66 157 66t158 -66q65 -68 65 -160zM-431 1433q0 42 -27 69t-67 27q-20 0 -37 -7.5t-29.5 -20.5t-20 -30.5t-7.5 -36.5q0 -20 7.5 -37t20 -30t29.5 -20.5t37 -7.5q19 0 36.5 7.5
+t30 20.5t20 30t7.5 36z" />
+    <glyph glyph-name="hungarumlautcmb" unicode="&#x30b;" horiz-adv-x="0" 
+d="M-879 1228l109 342h285l-187 -342h-207zM-493 1228l109 342h285l-187 -342h-207z" />
+    <glyph glyph-name="caroncmb" unicode="&#x30c;" horiz-adv-x="0" 
+d="M-930 1549h294l81 -156l91 156h239l-178 -321h-362z" />
+    <glyph glyph-name="cedillacmb" unicode="&#x327;" horiz-adv-x="0" 
+d="M-297 -230l-263 -271l-152 110l227 284z" />
+    <glyph glyph-name="ogonekcmb" unicode="&#x328;" horiz-adv-x="0" 
+d="M-695 0h179q-100 -88 -100 -183q0 -104 118 -104q34 0 99 18l-23 -206q-59 -25 -127 -25q-132 0 -217 66q-84 66 -84 167q0 139 155 267z" />
+    <glyph glyph-name="soliduslongoverlaycmb" unicode="&#x338;" horiz-adv-x="0" 
+d="M-1142 -489l-217 123l1104 2062l218 -116z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="936" 
+d="M75 38v485q123 -168 266 -168q54 0 88 28.5t34 71.5q0 62 -74 121l-68 53q-68 51 -116 101.5t-78 104t-44 110.5t-14 120q0 108 50 226q25 55 58 100.5t76 80.5q118 100 285 100q149 0 300 -79v-472q-51 79 -116 124.5t-128 45.5q-48 0 -79 -28q-32 -27 -32 -65
+q0 -62 85 -123l66 -49q132 -95 189 -195q58 -100 58 -234q0 -228 -139 -376t-352 -148q-147 0 -315 65zM582 -245l-325 -308l-167 106l278 340z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="914" 
+d="M54 89l146 300q108 -113 201 -113q78 0 78 56q0 48 -105 86q-283 100 -283 317q0 159 126 264q127 105 317 105q156 0 322 -88l-137 -293q-101 95 -165 95q-63 0 -63 -51q0 -55 120 -103q150 -59 204 -125q57 -66 57 -182q0 -167 -121 -273t-311 -106q-91 0 -181 23
+q-42 11 -92 33.5t-113 54.5zM599 -230l-263 -271l-152 110l227 284z" />
+    <glyph glyph-name="commaaccent" unicode="&#x326;" horiz-adv-x="0" 
+d="M-88 -439l-196 -223h-135l126 257v59h-126v253h331v-346z" />
+    <glyph glyph-name="dotlessj" horiz-adv-x="587" 
+d="M494 -473h-399v1554h399v-1554z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="1031" 
+d="M976 475l-24 -446q-139 -56 -249 -56q-259 0 -436 190q-198 213 -198 603q0 365 186 586q186 220 497 220q101 0 206 -38v-441q-93 93 -191 93q-128 0 -200 -109q-72 -110 -72 -304q0 -94 18 -168t51.5 -125t82.5 -78t112 -27q108 0 217 100zM1022 1680h-294l-82 156
+l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="883" 
+d="M655 353v-369q-36 -4 -63 -5.5t-45 -1.5q-180 0 -301 108q-82 73 -133 200t-51 261q0 238 146 399q145 159 366 159q13 0 33 -1t48 -3v-352q-178 -12 -178 -194q0 -82 44 -144q45 -59 107 -59q6 0 12.5 0.5t14.5 1.5zM870 1228h-294l-82 156l-90 -156h-239l178 321h362z
+" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="1031" 
+d="M976 475l-24 -446q-139 -56 -249 -56q-259 0 -436 190q-198 213 -198 603q0 365 186 586q186 220 497 220q101 0 206 -38v-441q-93 93 -191 93q-128 0 -200 -109q-72 -110 -72 -304q0 -94 18 -168t51.5 -125t82.5 -78t112 -27q108 0 217 100zM867 1918q0 -95 -69 -164
+q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="701" 
+d="M655 353v-369q-36 -4 -63 -5.5t-45 -1.5q-180 0 -301 108q-82 73 -133 200t-51 261q0 238 146 399q145 159 366 159q13 0 33 -1t48 -3v-352q-178 -12 -178 -194q0 -82 44 -144q45 -59 107 -59q6 0 12.5 0.5t14.5 1.5zM650 1416q0 -95 -69 -164q-71 -68 -165 -68
+q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="953" 
+d="M108 0v1544h775v-363h-358v-225h321v-349h-321v-236h358v-371h-775zM140 2031h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="1115" 
+d="M646 366l392 -8q-42 -189 -163.5 -284.5t-317.5 -95.5q-232 0 -364 144q-131 146 -131 399q0 257 141 419q141 163 364 163q222 0 354 -157q132 -158 132 -419l-2 -71h-588q7 -166 94 -166q68 0 89 76zM655 672q0 30 -7 55t-19.5 43t-29.5 28.5t-37 10.5q-42 0 -68 -38.5
+t-26 -98.5h187zM216 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="1297" 
+d="M645 893h582v-64q0 -446 -133 -642q-145 -214 -429 -214q-279 0 -438 210q-158 212 -158 582q0 375 159 591t435 216q366 0 531 -382l-404 -148q-9 73 -41.5 115.5t-81.5 42.5q-172 0 -172 -473q0 -201 38 -292t121 -91q33 0 60 16t45.5 45t29 70.5t10.5 92.5h-154v325z
+M1015 1680h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="1141" 
+d="M1049 1081v-1112q0 -127 -35 -220q-35 -86 -114 -147q-133 -103 -338 -103q-221 0 -339 95t-146 296h410q4 -88 84 -88q51 0 72 35.5t21 117.5v171q-107 -140 -252 -140q-157 0 -254 153q-96 153 -96 402q0 248 96 406q97 157 251 157q71 0 124 -36q55 -37 119 -129
+l-8 142h405zM660 544q0 234 -86 234q-97 0 -97 -228q0 -235 94 -235q89 0 89 229zM932 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="1297" 
+d="M645 893h582v-64q0 -446 -133 -642q-145 -214 -429 -214q-279 0 -438 210q-158 212 -158 582q0 375 159 591t435 216q366 0 531 -382l-404 -148q-9 73 -41.5 115.5t-81.5 42.5q-172 0 -172 -473q0 -201 38 -292t121 -91q33 0 60 16t45.5 45t29 70.5t10.5 92.5h-154v325z
+M887 1917q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="1141" 
+d="M1049 1081v-1112q0 -127 -35 -220q-35 -86 -114 -147q-133 -103 -338 -103q-221 0 -339 95t-146 296h410q4 -88 84 -88q51 0 72 35.5t21 117.5v171q-107 -140 -252 -140q-157 0 -254 153q-96 153 -96 402q0 248 96 406q97 157 251 157q71 0 124 -36q55 -37 119 -129
+l-8 142h405zM660 544q0 234 -86 234q-97 0 -97 -228q0 -235 94 -235q89 0 89 229zM817 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="1249" 
+d="M1141 0h-417v621h-199v-621h-417v1544h417v-546h199v546h417v-1544zM981 1673h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="1136" 
+d="M1044 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1689h401v-604q0 -49 -0.5 -82t-1.5 -50t-3 -36t-4 -42q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM634 1812h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="1738" 
+d="M1399 -6h-417v621h-199v-621h-417v1544h417v-546h199v546h417v-1544zM-6 1411h1737v-256h-1737v256z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="1272" 
+d="M1134 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1689h401v-604q0 -49 -0.5 -82t-1.5 -50t-3 -36t-4 -42q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM747 1214h-753v309h753v-309z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="778" 
+d="M571 1993h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85zM601 7h-417v1544h417v-1544z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="785" 
+d="M578 1541h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85zM598 0h-401v1081h401v-1081z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="730" 
+d="M1 2031h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253zM601 0h-417v1544h417v-1544z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="723" 
+d="M-6 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253zM584 0h-401v1081h401v-1081z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="633" 
+d="M525 0h-417v1544h417v-1544zM750 23v432q71 -92 167 -92q128 0 128 192v989h417v-1072q0 -137 -24 -219q-22 -81 -81 -149q-114 -131 -335 -131q-117 0 -272 50z" />
+    <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="1307" 
+d="M494 0h-402v1081h402v-1081zM528 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167zM1161 -473h-399v1554h399v-1554zM1194 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69
+q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="855" 
+d="M857 1680h-294l-82 156l-90 -156h-239l178 321h362zM0 23v432q71 -92 167 -92q128 0 128 192v989h417v-1072q0 -137 -24 -219q-22 -81 -81 -149q-114 -131 -335 -131q-117 0 -272 50z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="695" 
+d="M697 1228h-294l-82 156l-90 -156h-239l178 321h362zM522 -473h-399v1554h399v-1554z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="1146" 
+d="M685 0l-155 420q-11 28 -36 123v-543h-401v1081h401v-487q13 42 28.5 83.5t32.5 84.5l130 319h434l-266 -496l293 -585h-461z" />
+    <glyph glyph-name="Ldotaccent" unicode="&#x13f;" horiz-adv-x="1286" 
+d="M838 0h-730v1544h417v-1173h313v-371zM1206 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="ldotaccent" unicode="&#x140;" horiz-adv-x="1272" 
+d="M494 0h-401v1689h401v-1689zM1164 1416q0 -95 -69 -164q-71 -68 -165 -68q-97 0 -166 69q-68 71 -68 166q0 97 68 165q71 68 165 68q99 0 167 -69q68 -68 68 -167z" />
+    <glyph glyph-name="quoterightn" unicode="&#x149;" horiz-adv-x="1779" 
+d="M1662 0h-401v572q0 74 -14.5 103t-50.5 29q-84 0 -84 -159v-545h-401v1081h401q-1 -40 -2 -74t-3 -63l-4 -69q97 229 284 229q130 0 202 -97q73 -97 73 -270v-737zM676 1544l-270 -743h-329l189 743h410z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="1313" 
+d="M1243 767q0 -353 -161 -574q-160 -220 -417 -220q-228 0 -391 169q-205 214 -205 642q0 410 214 627q159 161 377 161q267 0 425 -218t158 -587zM810 764q0 419 -148 419q-74 0 -118 -110q-43 -102 -43 -300q0 -195 40.5 -302.5t112.5 -107.5q74 0 114 106q42 106 42 295
+zM278 2031h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="1129" 
+d="M1067 524q0 -250 -138 -398t-370 -148q-228 0 -363 151q-134 152 -134 408t137 411q136 156 361 156q237 0 372 -155t135 -425zM678 537q0 60 -8 108.5t-23 83t-36 53.5t-47 19q-51 0 -82 -72q-31 -63 -31 -189q0 -124 31 -189q31 -72 83 -72q49 0 81 71q32 79 32 187z
+M216 1572h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="936" 
+d="M75 38v485q123 -168 266 -168q54 0 88 28.5t34 71.5q0 62 -74 121l-68 53q-68 51 -116 101.5t-78 104t-44 110.5t-14 120q0 108 50 226q25 55 58 100.5t76 80.5q118 100 285 100q149 0 300 -79v-472q-51 79 -116 124.5t-128 45.5q-48 0 -79 -28q-32 -27 -32 -65
+q0 -62 85 -123l66 -49q132 -95 189 -195q58 -100 58 -234q0 -228 -139 -376t-352 -148q-147 0 -315 65zM877 1680h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="914" 
+d="M54 89l146 300q108 -113 201 -113q78 0 78 56q0 48 -105 86q-283 100 -283 317q0 159 126 264q127 105 317 105q156 0 322 -88l-137 -293q-101 95 -165 95q-63 0 -63 -51q0 -55 120 -103q150 -59 204 -125q57 -66 57 -182q0 -167 -121 -273t-311 -106q-91 0 -181 23
+q-42 11 -92 33.5t-113 54.5zM863 1235h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="886" 
+d="M647 0h-417v1174h-230v370h886v-370h-239v-1174zM823 395h-753v309h753v-309z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="758" 
+d="M577 0h-402v758h-114v323h114v318h402v-318h133v-323h-133v-758zM753 306h-753v309h753v-309z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997zM828 1986h207l1 -33q0 -122 -68 -199t-176 -77q-63 0 -174 47q-61 31 -98 31
+q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM765 1541h207l1 -33q0 -122 -68 -199
+t-176 -77q-63 0 -174 47q-61 31 -98 31q-57 0 -61 -82h-211q0 151 61 228t173 77q62 0 146 -32l69 -29q31 -16 66 -16q59 0 65 85z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="1263" 
+d="M738 1544h417v-1092q0 -137 -43 -222q-42 -89 -140 -161q-132 -96 -321 -96q-214 0 -359 106q-184 135 -184 432v1033h417v-996q0 -101 24.5 -143t82.5 -42q60 0 83 39q23 41 23 145v997zM285 2024h161q28 -70 73 -97q46 -27 135 -27q81 0 125 27q44 29 71 97h161
+q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="1157" 
+d="M93 1081h401v-609q0 -87 17 -127q18 -33 68 -33q49 0 66 33q18 33 18 127v609h401v-663q0 -66 -10.5 -119.5t-33 -97t-58 -79.5t-84.5 -66q-132 -78 -299 -78q-169 0 -299 78q-50 30 -85.5 65.5t-58 79.5t-33 97.5t-10.5 119.5v663zM216 1572h161q28 -70 73 -97
+q46 -27 135 -27q81 0 125 27q44 29 71 97h161q-35 -344 -360 -344q-158 0 -255 91q-98 92 -111 253z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="1745" 
+d="M1432 0h-402l-96 541q-28 157 -42 272q-7 57 -12 95t-7 58q-5 -41 -15 -153q-5 -57 -12 -120t-17 -133l-79 -560h-406l-344 1544h412l68 -425q39 -254 54 -399l14 -141l13 121q21 212 54 403l78 441h359l70 -371q50 -259 87 -613q11 159 24 282t29 223l76 479h407z
+M1231 1680h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="1580" 
+d="M1265 0h-397l-82 648l-124 -648h-393l-269 1081h394l61 -347q11 -66 21.5 -141t19.5 -163q8 91 21.5 174.5t30.5 161.5l71 315h342l58 -348q11 -67 20 -142.5t17 -160.5q16 115 32 209.5t33 173.5l58 268h401zM1140 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="1159" 
+d="M800 0h-417v654l-383 890h435l75 -229q22 -67 39.5 -129t31.5 -119q23 85 40 146.5t30 99.5l76 231h432l-359 -890v-654zM946 1680h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="1056" 
+d="M559 -453h-413l175 498l-321 1036h403l77 -310q16 -64 28.5 -139.5t21.5 -163.5l14 99q28 189 51 280l60 234h401zM891 1228h-294l-82 156l-90 -156h-239l178 321h362z" />
+    <hkern u1="&#x2bb;" u2="&#xc6;" k="68" />
+    <hkern u1="&#x2bb;" u2="&#xc5;" k="78" />
+    <hkern u1="&#x2bb;" u2="&#xc4;" k="78" />
+    <hkern u1="&#x2bb;" u2="&#xc1;" k="78" />
+    <hkern u1="&#x2bb;" u2="Y" k="-31" />
+    <hkern u1="&#x2bb;" u2="W" k="-31" />
+    <hkern u1="&#x2bb;" u2="V" k="-31" />
+    <hkern u1="&#x2bb;" u2="T" k="-33" />
+    <hkern u1="&#x2bb;" u2="A" k="78" />
+    <hkern u1="&#x2bc;" u2="&#xc6;" k="68" />
+    <hkern u1="&#x2bc;" u2="&#xc5;" k="78" />
+    <hkern u1="&#x2bc;" u2="&#xc4;" k="78" />
+    <hkern u1="&#x2bc;" u2="&#xc1;" k="78" />
+    <hkern u1="&#x2bc;" u2="w" k="-2" />
+    <hkern u1="&#x2bc;" u2="t" k="-4" />
+    <hkern u1="&#x2bc;" u2="s" k="51" />
+    <hkern u1="&#x2bc;" u2="r" k="20" />
+    <hkern u1="&#x2bc;" u2="o" k="57" />
+    <hkern u1="&#x2bc;" u2="d" k="39" />
+    <hkern u1="&#x2bc;" u2="A" k="78" />
+    <hkern u1="&#x2bc;" u2="&#x2e;" k="84" />
+    <hkern u1="&#x2bc;" u2="&#x2c;" k="96" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="68" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="78" />
+    <hkern u1="&#x201c;" u2="&#xc4;" k="78" />
+    <hkern u1="&#x201c;" u2="&#xc1;" k="78" />
+    <hkern u1="&#x201c;" u2="Y" k="-31" />
+    <hkern u1="&#x201c;" u2="W" k="-31" />
+    <hkern u1="&#x201c;" u2="V" k="-31" />
+    <hkern u1="&#x201c;" u2="T" k="-33" />
+    <hkern u1="&#x201c;" u2="A" k="78" />
+    <hkern u1="&#x201d;" u2="&#xc6;" k="68" />
+    <hkern u1="&#x201d;" u2="&#xc5;" k="78" />
+    <hkern u1="&#x201d;" u2="&#xc4;" k="78" />
+    <hkern u1="&#x201d;" u2="&#xc1;" k="78" />
+    <hkern u1="&#x201d;" u2="Y" k="-31" />
+    <hkern u1="&#x201d;" u2="W" k="-31" />
+    <hkern u1="&#x201d;" u2="V" k="-31" />
+    <hkern u1="&#x201d;" u2="T" k="-33" />
+    <hkern u1="&#x201d;" u2="A" k="78" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-57" />
+    <hkern u1="&#x201e;" u2="Y" k="104" />
+    <hkern u1="&#x201e;" u2="W" k="57" />
+    <hkern u1="&#x201e;" u2="V" k="63" />
+    <hkern u1="&#x201e;" u2="T" k="29" />
+    <hkern u1="&#x201e;" u2="A" k="-51" />
+    <hkern u1="&#x203a;" u2="&#xc6;" k="20" />
+    <hkern u1="&#x203a;" u2="&#xc5;" k="31" />
+    <hkern u1="&#x203a;" u2="&#xc4;" k="31" />
+    <hkern u1="&#x203a;" u2="&#xc1;" k="31" />
+    <hkern u1="&#x203a;" u2="Y" k="154" />
+    <hkern u1="&#x203a;" u2="W" k="72" />
+    <hkern u1="&#x203a;" u2="V" k="74" />
+    <hkern u1="&#x203a;" u2="T" k="76" />
+    <hkern u1="&#x203a;" u2="A" k="31" />
+    <hkern u1="&#x2c;" u2="&#x31;" k="147" />
+    <hkern u1="&#x2c;" u2="&#x201d;" k="-6" />
+    <hkern u1="&#x2c;" u2="&#x2bc;" k="-6" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-74" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="-68" />
+    <hkern u1="&#x2d;" u2="&#xc4;" k="-68" />
+    <hkern u1="&#x2d;" u2="&#xc1;" k="-68" />
+    <hkern u1="&#x2d;" u2="Y" k="49" />
+    <hkern u1="&#x2d;" u2="W" k="-29" />
+    <hkern u1="&#x2d;" u2="V" k="-23" />
+    <hkern u1="&#x2d;" u2="T" k="-23" />
+    <hkern u1="&#x2d;" u2="A" k="-68" />
+    <hkern u1="&#x2e;" u2="&#x31;" k="162" />
+    <hkern u1="&#x2e;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x2e;" u2="&#x2bc;" k="20" />
+    <hkern u1="&#x30;" u2="&#x37;" k="57" />
+    <hkern u1="&#x30;" u2="&#x34;" k="2" />
+    <hkern u1="&#x30;" u2="&#x31;" k="143" />
+    <hkern u1="&#x31;" u2="&#x39;" k="137" />
+    <hkern u1="&#x31;" u2="&#x38;" k="109" />
+    <hkern u1="&#x31;" u2="&#x37;" k="141" />
+    <hkern u1="&#x31;" u2="&#x36;" k="127" />
+    <hkern u1="&#x31;" u2="&#x35;" k="127" />
+    <hkern u1="&#x31;" u2="&#x34;" k="119" />
+    <hkern u1="&#x31;" u2="&#x33;" k="125" />
+    <hkern u1="&#x31;" u2="&#x32;" k="135" />
+    <hkern u1="&#x31;" u2="&#x31;" k="227" />
+    <hkern u1="&#x31;" u2="&#x30;" k="96" />
+    <hkern u1="&#x31;" u2="&#x2e;" k="92" />
+    <hkern u1="&#x31;" u2="&#x2c;" k="94" />
+    <hkern u1="&#x32;" u2="&#x37;" k="29" />
+    <hkern u1="&#x32;" u2="&#x34;" k="14" />
+    <hkern u1="&#x32;" u2="&#x31;" k="129" />
+    <hkern u1="&#x33;" u2="&#x37;" k="66" />
+    <hkern u1="&#x33;" u2="&#x34;" k="18" />
+    <hkern u1="&#x33;" u2="&#x31;" k="150" />
+    <hkern u1="&#x34;" u2="&#x37;" k="53" />
+    <hkern u1="&#x34;" u2="&#x34;" k="-6" />
+    <hkern u1="&#x34;" u2="&#x31;" k="145" />
+    <hkern u1="&#x35;" u2="&#x37;" k="72" />
+    <hkern u1="&#x35;" u2="&#x34;" k="18" />
+    <hkern u1="&#x35;" u2="&#x31;" k="162" />
+    <hkern u1="&#x36;" u2="&#x37;" k="104" />
+    <hkern u1="&#x36;" u2="&#x34;" k="10" />
+    <hkern u1="&#x36;" u2="&#x31;" k="195" />
+    <hkern u1="&#x37;" u2="&#x3a;" k="106" />
+    <hkern u1="&#x37;" u2="&#x36;" k="141" />
+    <hkern u1="&#x37;" u2="&#x34;" k="143" />
+    <hkern u1="&#x37;" u2="&#x31;" k="84" />
+    <hkern u1="&#x37;" u2="&#x2e;" k="211" />
+    <hkern u1="&#x37;" u2="&#x2c;" k="217" />
+    <hkern u1="&#x38;" u2="&#x37;" k="57" />
+    <hkern u1="&#x38;" u2="&#x34;" k="6" />
+    <hkern u1="&#x38;" u2="&#x31;" k="143" />
+    <hkern u1="&#x39;" u2="&#x37;" k="55" />
+    <hkern u1="&#x39;" u2="&#x34;" k="49" />
+    <hkern u1="&#x39;" u2="&#x31;" k="141" />
+    <hkern u1="B" u2="&#xd2;" k="6" />
+    <hkern u1="B" u2="&#xd4;" k="6" />
+    <hkern u1="B" u2="&#xd3;" k="6" />
+    <hkern u1="B" u2="&#x152;" k="4" />
+    <hkern u1="B" u2="&#xd8;" k="-4" />
+    <hkern u1="B" u2="&#xd6;" k="6" />
+    <hkern u1="B" u2="&#xc6;" k="6" />
+    <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="Y" k="49" />
+    <hkern u1="B" u2="W" k="18" />
+    <hkern u1="B" u2="V" k="20" />
+    <hkern u1="B" u2="O" k="6" />
+    <hkern u1="B" u2="A" k="16" />
+    <hkern u1="C" u2="&#xc6;" k="-31" />
+    <hkern u1="C" u2="&#xc5;" k="-23" />
+    <hkern u1="C" u2="&#xc4;" k="-23" />
+    <hkern u1="C" u2="&#xc1;" k="-23" />
+    <hkern u1="C" u2="K" k="-35" />
+    <hkern u1="C" u2="H" k="-35" />
+    <hkern u1="C" u2="A" k="-23" />
+    <hkern u1="D" u2="&#xc5;" k="39" />
+    <hkern u1="D" u2="&#xc4;" k="39" />
+    <hkern u1="D" u2="&#xc3;" k="39" />
+    <hkern u1="D" u2="&#xc2;" k="39" />
+    <hkern u1="D" u2="&#xc1;" k="39" />
+    <hkern u1="D" u2="&#xc0;" k="39" />
+    <hkern u1="D" u2="Y" k="82" />
+    <hkern u1="D" u2="X" k="47" />
+    <hkern u1="D" u2="W" k="31" />
+    <hkern u1="D" u2="V" k="33" />
+    <hkern u1="D" u2="J" k="-16" />
+    <hkern u1="D" u2="A" k="39" />
+    <hkern u1="F" u2="&#x153;" k="2" />
+    <hkern u1="F" u2="&#xf8;" k="2" />
+    <hkern u1="F" u2="&#xe6;" k="39" />
+    <hkern u1="F" u2="&#xf6;" k="4" />
+    <hkern u1="F" u2="&#xf3;" k="4" />
+    <hkern u1="F" u2="&#xe9;" k="4" />
+    <hkern u1="F" u2="&#xe5;" k="2" />
+    <hkern u1="F" u2="&#xe4;" k="2" />
+    <hkern u1="F" u2="&#xe1;" k="2" />
+    <hkern u1="F" u2="&#xd6;" k="2" />
+    <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="u" k="12" />
+    <hkern u1="F" u2="r" k="2" />
+    <hkern u1="F" u2="o" k="4" />
+    <hkern u1="F" u2="j" k="-10" />
+    <hkern u1="F" u2="i" k="-10" />
+    <hkern u1="F" u2="e" k="4" />
+    <hkern u1="F" u2="a" k="2" />
+    <hkern u1="F" u2="O" k="2" />
+    <hkern u1="F" u2="J" k="23" />
+    <hkern u1="F" u2="A" k="37" />
+    <hkern u1="F" u2="&#x2e;" k="76" />
+    <hkern u1="F" u2="&#x2d;" k="-68" />
+    <hkern u1="F" u2="&#x2c;" k="88" />
+    <hkern u1="G" u2="&#xc6;" k="23" />
+    <hkern u1="G" u2="&#xc5;" k="33" />
+    <hkern u1="G" u2="&#xc4;" k="33" />
+    <hkern u1="G" u2="&#xc3;" k="33" />
+    <hkern u1="G" u2="&#xc2;" k="33" />
+    <hkern u1="G" u2="&#xc1;" k="33" />
+    <hkern u1="G" u2="&#xc0;" k="33" />
+    <hkern u1="G" u2="Y" k="53" />
+    <hkern u1="G" u2="W" k="18" />
+    <hkern u1="G" u2="V" k="20" />
+    <hkern u1="G" u2="T" k="-18" />
+    <hkern u1="G" u2="A" k="33" />
+    <hkern u1="J" u2="&#xc6;" k="6" />
+    <hkern u1="J" u2="&#xc5;" k="16" />
+    <hkern u1="J" u2="&#xc4;" k="16" />
+    <hkern u1="J" u2="A" k="16" />
+    <hkern u1="K" u2="&#xd3;" k="47" />
+    <hkern u1="K" u2="&#x152;" k="43" />
+    <hkern u1="K" u2="&#xe6;" k="29" />
+    <hkern u1="K" u2="&#xfc;" k="41" />
+    <hkern u1="K" u2="&#xf6;" k="51" />
+    <hkern u1="K" u2="&#xf3;" k="51" />
+    <hkern u1="K" u2="&#xe5;" k="37" />
+    <hkern u1="K" u2="&#xe4;" k="37" />
+    <hkern u1="K" u2="&#xd6;" k="47" />
+    <hkern u1="K" u2="y" k="63" />
+    <hkern u1="K" u2="u" k="41" />
+    <hkern u1="K" u2="o" k="51" />
+    <hkern u1="K" u2="e" k="51" />
+    <hkern u1="K" u2="a" k="37" />
+    <hkern u1="K" u2="T" k="-43" />
+    <hkern u1="K" u2="S" k="-23" />
+    <hkern u1="K" u2="O" k="47" />
+    <hkern u1="K" u2="G" k="43" />
+    <hkern u1="K" u2="C" k="51" />
+    <hkern u1="K" u2="&#x2d;" k="-4" />
+    <hkern u1="L" u2="&#xd2;" k="6" />
+    <hkern u1="L" u2="&#xd4;" k="6" />
+    <hkern u1="L" u2="&#xd3;" k="6" />
+    <hkern u1="L" u2="&#xd5;" k="6" />
+    <hkern u1="L" u2="&#xfc;" k="-12" />
+    <hkern u1="L" u2="&#xdc;" k="-2" />
+    <hkern u1="L" u2="&#xd6;" k="6" />
+    <hkern u1="L" u2="&#xc7;" k="6" />
+    <hkern u1="L" u2="&#xc6;" k="-63" />
+    <hkern u1="L" u2="&#xc5;" k="-55" />
+    <hkern u1="L" u2="&#xc4;" k="-55" />
+    <hkern u1="L" u2="&#xc1;" k="-55" />
+    <hkern u1="L" u2="y" k="37" />
+    <hkern u1="L" u2="u" k="-12" />
+    <hkern u1="L" u2="Y" k="94" />
+    <hkern u1="L" u2="W" k="55" />
+    <hkern u1="L" u2="V" k="57" />
+    <hkern u1="L" u2="U" k="-2" />
+    <hkern u1="L" u2="T" k="43" />
+    <hkern u1="L" u2="S" k="-23" />
+    <hkern u1="L" u2="O" k="6" />
+    <hkern u1="L" u2="G" k="2" />
+    <hkern u1="L" u2="C" k="6" />
+    <hkern u1="L" u2="A" k="-55" />
+    <hkern u1="L" u2="&#x2d;" k="-59" />
+    <hkern u1="L" u2="&#x201d;" k="104" />
+    <hkern u1="L" u2="&#x2bc;" k="104" />
+    <hkern u1="N" u2="&#xd3;" k="-16" />
+    <hkern u1="N" u2="&#xf8;" k="-25" />
+    <hkern u1="N" u2="&#xe6;" k="-10" />
+    <hkern u1="N" u2="&#xfc;" k="-29" />
+    <hkern u1="N" u2="&#xf6;" k="-16" />
+    <hkern u1="N" u2="&#xf3;" k="-16" />
+    <hkern u1="N" u2="&#xe9;" k="-16" />
+    <hkern u1="N" u2="&#xe5;" k="-29" />
+    <hkern u1="N" u2="&#xe4;" k="-29" />
+    <hkern u1="N" u2="&#xe1;" k="-29" />
+    <hkern u1="N" u2="&#xd6;" k="-16" />
+    <hkern u1="N" u2="&#xc7;" k="-14" />
+    <hkern u1="N" u2="&#xc6;" k="-16" />
+    <hkern u1="N" u2="&#xc5;" k="-10" />
+    <hkern u1="N" u2="&#xc4;" k="-10" />
+    <hkern u1="N" u2="&#xc1;" k="-10" />
+    <hkern u1="N" u2="u" k="-29" />
+    <hkern u1="N" u2="o" k="-16" />
+    <hkern u1="N" u2="e" k="-16" />
+    <hkern u1="N" u2="a" k="-29" />
+    <hkern u1="N" u2="O" k="-16" />
+    <hkern u1="N" u2="G" k="-18" />
+    <hkern u1="N" u2="C" k="-14" />
+    <hkern u1="N" u2="A" k="-10" />
+    <hkern u1="N" u2="&#x2e;" k="-23" />
+    <hkern u1="N" u2="&#x2c;" k="-20" />
+    <hkern u1="O" u2="&#xc6;" k="23" />
+    <hkern u1="O" u2="&#xc5;" k="33" />
+    <hkern u1="O" u2="&#xc4;" k="33" />
+    <hkern u1="O" u2="&#xc1;" k="33" />
+    <hkern u1="O" u2="Y" k="70" />
+    <hkern u1="O" u2="X" k="37" />
+    <hkern u1="O" u2="W" k="20" />
+    <hkern u1="O" u2="V" k="25" />
+    <hkern u1="O" u2="T" k="-12" />
+    <hkern u1="O" u2="A" k="33" />
+    <hkern u1="P" u2="&#x153;" k="16" />
+    <hkern u1="P" u2="&#xf8;" k="18" />
+    <hkern u1="P" u2="&#xe6;" k="43" />
+    <hkern u1="P" u2="&#xf6;" k="20" />
+    <hkern u1="P" u2="&#xf3;" k="20" />
+    <hkern u1="P" u2="&#xe9;" k="23" />
+    <hkern u1="P" u2="&#xe5;" k="10" />
+    <hkern u1="P" u2="&#xe4;" k="10" />
+    <hkern u1="P" u2="&#xe1;" k="10" />
+    <hkern u1="P" u2="&#xc6;" k="55" />
+    <hkern u1="P" u2="&#xc5;" k="66" />
+    <hkern u1="P" u2="&#xc4;" k="66" />
+    <hkern u1="P" u2="&#xc1;" k="66" />
+    <hkern u1="P" u2="o" k="20" />
+    <hkern u1="P" u2="e" k="23" />
+    <hkern u1="P" u2="a" k="10" />
+    <hkern u1="P" u2="J" k="70" />
+    <hkern u1="P" u2="A" k="66" />
+    <hkern u1="P" u2="&#x2e;" k="137" />
+    <hkern u1="P" u2="&#x2d;" k="-23" />
+    <hkern u1="P" u2="&#x2c;" k="170" />
+    <hkern u1="R" u2="&#xd3;" k="20" />
+    <hkern u1="R" u2="&#x153;" k="25" />
+    <hkern u1="R" u2="&#x152;" k="23" />
+    <hkern u1="R" u2="&#xe6;" k="25" />
+    <hkern u1="R" u2="&#xfc;" k="12" />
+    <hkern u1="R" u2="&#xfa;" k="12" />
+    <hkern u1="R" u2="&#xf6;" k="25" />
+    <hkern u1="R" u2="&#xf3;" k="25" />
+    <hkern u1="R" u2="&#xe9;" k="25" />
+    <hkern u1="R" u2="&#xe5;" k="10" />
+    <hkern u1="R" u2="&#xe4;" k="10" />
+    <hkern u1="R" u2="&#xe1;" k="10" />
+    <hkern u1="R" u2="&#xdc;" k="12" />
+    <hkern u1="R" u2="&#xd6;" k="20" />
+    <hkern u1="R" u2="&#xc7;" k="23" />
+    <hkern u1="R" u2="y" k="-16" />
+    <hkern u1="R" u2="u" k="12" />
+    <hkern u1="R" u2="o" k="25" />
+    <hkern u1="R" u2="e" k="25" />
+    <hkern u1="R" u2="a" k="10" />
+    <hkern u1="R" u2="Y" k="59" />
+    <hkern u1="R" u2="W" k="29" />
+    <hkern u1="R" u2="V" k="31" />
+    <hkern u1="R" u2="U" k="12" />
+    <hkern u1="R" u2="T" k="-14" />
+    <hkern u1="R" u2="O" k="20" />
+    <hkern u1="R" u2="G" k="23" />
+    <hkern u1="R" u2="C" k="23" />
+    <hkern u1="R" u2="&#x2d;" k="-20" />
+    <hkern u1="S" u2="&#xc6;" k="2" />
+    <hkern u1="S" u2="&#xc5;" k="12" />
+    <hkern u1="S" u2="&#xc4;" k="12" />
+    <hkern u1="S" u2="&#xc1;" k="12" />
+    <hkern u1="S" u2="t" k="-18" />
+    <hkern u1="S" u2="Y" k="-14" />
+    <hkern u1="S" u2="W" k="-16" />
+    <hkern u1="S" u2="V" k="-16" />
+    <hkern u1="S" u2="T" k="-20" />
+    <hkern u1="S" u2="A" k="12" />
+    <hkern u1="T" u2="&#xd2;" k="-10" />
+    <hkern u1="T" u2="&#xd4;" k="-10" />
+    <hkern u1="T" u2="&#xd3;" k="-10" />
+    <hkern u1="T" u2="&#x152;" k="-10" />
+    <hkern u1="T" u2="&#xd5;" k="-10" />
+    <hkern u1="T" u2="&#xf8;" k="41" />
+    <hkern u1="T" u2="&#xe6;" k="55" />
+    <hkern u1="T" u2="&#xd8;" k="-10" />
+    <hkern u1="T" u2="&#xd6;" k="-10" />
+    <hkern u1="T" u2="&#xc6;" k="29" />
+    <hkern u1="T" u2="&#xc5;" k="37" />
+    <hkern u1="T" u2="&#xc4;" k="37" />
+    <hkern u1="T" u2="&#xc3;" k="37" />
+    <hkern u1="T" u2="&#xc2;" k="37" />
+    <hkern u1="T" u2="&#xc1;" k="37" />
+    <hkern u1="T" u2="&#xc0;" k="37" />
+    <hkern u1="T" u2="&#xab;" k="82" />
+    <hkern u1="T" u2="y" k="-31" />
+    <hkern u1="T" u2="w" k="-20" />
+    <hkern u1="T" u2="v" k="-20" />
+    <hkern u1="T" u2="u" k="25" />
+    <hkern u1="T" u2="s" k="55" />
+    <hkern u1="T" u2="r" k="16" />
+    <hkern u1="T" u2="o" k="53" />
+    <hkern u1="T" u2="j" k="-37" />
+    <hkern u1="T" u2="i" k="-35" />
+    <hkern u1="T" u2="g" k="41" />
+    <hkern u1="T" u2="e" k="53" />
+    <hkern u1="T" u2="c" k="55" />
+    <hkern u1="T" u2="a" k="39" />
+    <hkern u1="T" u2="Y" k="-70" />
+    <hkern u1="T" u2="W" k="-70" />
+    <hkern u1="T" u2="V" k="-70" />
+    <hkern u1="T" u2="S" k="-33" />
+    <hkern u1="T" u2="O" k="-10" />
+    <hkern u1="T" u2="J" k="25" />
+    <hkern u1="T" u2="G" k="-10" />
+    <hkern u1="T" u2="C" k="-4" />
+    <hkern u1="T" u2="A" k="37" />
+    <hkern u1="T" u2="&#x3b;" k="23" />
+    <hkern u1="T" u2="&#x2e;" k="43" />
+    <hkern u1="T" u2="&#x2d;" k="-18" />
+    <hkern u1="T" u2="&#x2c;" k="43" />
+    <hkern u1="T" u2="&#x2039;" k="82" />
+    <hkern u1="U" u2="&#xc6;" k="10" />
+    <hkern u1="U" u2="&#xc5;" k="18" />
+    <hkern u1="U" u2="&#xc4;" k="18" />
+    <hkern u1="U" u2="&#xc3;" k="18" />
+    <hkern u1="U" u2="&#xc2;" k="18" />
+    <hkern u1="U" u2="&#xc1;" k="18" />
+    <hkern u1="U" u2="r" k="-25" />
+    <hkern u1="U" u2="p" k="-25" />
+    <hkern u1="U" u2="n" k="-25" />
+    <hkern u1="U" u2="m" k="-25" />
+    <hkern u1="U" u2="A" k="18" />
+    <hkern u1="U" u2="&#x2e;" k="10" />
+    <hkern u1="U" u2="&#x2c;" k="16" />
+    <hkern u1="V" u2="&#xd2;" k="41" />
+    <hkern u1="V" u2="&#xd4;" k="41" />
+    <hkern u1="V" u2="&#xd3;" k="41" />
+    <hkern u1="V" u2="&#xd5;" k="41" />
+    <hkern u1="V" u2="&#xf8;" k="66" />
+    <hkern u1="V" u2="&#xe6;" k="78" />
+    <hkern u1="V" u2="&#xd8;" k="29" />
+    <hkern u1="V" u2="&#xd6;" k="41" />
+    <hkern u1="V" u2="&#xc6;" k="55" />
+    <hkern u1="V" u2="&#xc5;" k="66" />
+    <hkern u1="V" u2="&#xc4;" k="66" />
+    <hkern u1="V" u2="&#xc3;" k="66" />
+    <hkern u1="V" u2="&#xc2;" k="66" />
+    <hkern u1="V" u2="&#xc1;" k="66" />
+    <hkern u1="V" u2="&#xc0;" k="66" />
+    <hkern u1="V" u2="&#xab;" k="94" />
+    <hkern u1="V" u2="y" k="-2" />
+    <hkern u1="V" u2="u" k="47" />
+    <hkern u1="V" u2="r" k="43" />
+    <hkern u1="V" u2="o" k="74" />
+    <hkern u1="V" u2="i" k="-25" />
+    <hkern u1="V" u2="g" k="66" />
+    <hkern u1="V" u2="e" k="76" />
+    <hkern u1="V" u2="a" k="59" />
+    <hkern u1="V" u2="T" k="-70" />
+    <hkern u1="V" u2="S" k="16" />
+    <hkern u1="V" u2="O" k="41" />
+    <hkern u1="V" u2="G" k="39" />
+    <hkern u1="V" u2="C" k="43" />
+    <hkern u1="V" u2="A" k="66" />
+    <hkern u1="V" u2="&#x3b;" k="49" />
+    <hkern u1="V" u2="&#x3a;" k="20" />
+    <hkern u1="V" u2="&#x2e;" k="100" />
+    <hkern u1="V" u2="&#x2d;" k="-2" />
+    <hkern u1="V" u2="&#x2c;" k="102" />
+    <hkern u1="V" u2="&#x2039;" k="94" />
+    <hkern u1="X" u2="&#xd6;" k="41" />
+    <hkern u1="X" u2="y" k="55" />
+    <hkern u1="X" u2="u" k="37" />
+    <hkern u1="X" u2="o" k="47" />
+    <hkern u1="X" u2="e" k="43" />
+    <hkern u1="X" u2="a" k="33" />
+    <hkern u1="X" u2="Q" k="39" />
+    <hkern u1="X" u2="O" k="41" />
+    <hkern u1="X" u2="C" k="43" />
+    <hkern u1="X" u2="&#x2d;" k="-10" />
+    <hkern u1="Y" u2="&#xd2;" k="66" />
+    <hkern u1="Y" u2="&#xd4;" k="66" />
+    <hkern u1="Y" u2="&#xd3;" k="66" />
+    <hkern u1="Y" u2="&#xd5;" k="66" />
+    <hkern u1="Y" u2="&#xf8;" k="90" />
+    <hkern u1="Y" u2="&#xe6;" k="104" />
+    <hkern u1="Y" u2="&#xd8;" k="51" />
+    <hkern u1="Y" u2="&#xd6;" k="66" />
+    <hkern u1="Y" u2="&#xc6;" k="76" />
+    <hkern u1="Y" u2="&#xc5;" k="86" />
+    <hkern u1="Y" u2="&#xc4;" k="86" />
+    <hkern u1="Y" u2="&#xc3;" k="86" />
+    <hkern u1="Y" u2="&#xc2;" k="86" />
+    <hkern u1="Y" u2="&#xc1;" k="86" />
+    <hkern u1="Y" u2="&#xc0;" k="86" />
+    <hkern u1="Y" u2="&#xab;" k="141" />
+    <hkern u1="Y" u2="v" k="31" />
+    <hkern u1="Y" u2="u" k="76" />
+    <hkern u1="Y" u2="p" k="74" />
+    <hkern u1="Y" u2="o" k="102" />
+    <hkern u1="Y" u2="i" k="-25" />
+    <hkern u1="Y" u2="g" k="92" />
+    <hkern u1="Y" u2="e" k="104" />
+    <hkern u1="Y" u2="a" k="88" />
+    <hkern u1="Y" u2="T" k="-70" />
+    <hkern u1="Y" u2="S" k="35" />
+    <hkern u1="Y" u2="O" k="66" />
+    <hkern u1="Y" u2="G" k="66" />
+    <hkern u1="Y" u2="C" k="72" />
+    <hkern u1="Y" u2="A" k="86" />
+    <hkern u1="Y" u2="&#x3b;" k="72" />
+    <hkern u1="Y" u2="&#x3a;" k="49" />
+    <hkern u1="Y" u2="&#x2e;" k="104" />
+    <hkern u1="Y" u2="&#x2d;" k="37" />
+    <hkern u1="Y" u2="&#x2c;" k="104" />
+    <hkern u1="Y" u2="&#x2039;" k="141" />
+    <hkern u1="Z" u2="y" k="47" />
+    <hkern u1="Z" u2="v" k="51" />
+    <hkern u1="a" u2="y" k="-16" />
+    <hkern u1="a" u2="w" k="-18" />
+    <hkern u1="a" u2="v" k="-16" />
+    <hkern u1="a" u2="j" k="-33" />
+    <hkern u1="a" u2="&#x2bc;" k="-25" />
+    <hkern u1="c" u2="k" k="-51" />
+    <hkern u1="c" u2="h" k="-51" />
+    <hkern u1="e" u2="y" k="29" />
+    <hkern u1="e" u2="x" k="31" />
+    <hkern u1="e" u2="w" k="10" />
+    <hkern u1="e" u2="v" k="16" />
+    <hkern u1="e" u2="t" k="-4" />
+    <hkern u1="e" u2="&#x2bc;" k="6" />
+    <hkern u1="f" u2="&#x153;" k="-16" />
+    <hkern u1="f" u2="&#xf8;" k="-14" />
+    <hkern u1="f" u2="&#xe6;" k="2" />
+    <hkern u1="f" u2="&#xf6;" k="-14" />
+    <hkern u1="f" u2="&#xf3;" k="-14" />
+    <hkern u1="f" u2="&#xe9;" k="-12" />
+    <hkern u1="f" u2="&#xe5;" k="-18" />
+    <hkern u1="f" u2="&#xe4;" k="-18" />
+    <hkern u1="f" u2="&#xe1;" k="-18" />
+    <hkern u1="f" u2="t" k="-41" />
+    <hkern u1="f" u2="s" k="-10" />
+    <hkern u1="f" u2="o" k="-14" />
+    <hkern u1="f" u2="l" k="-39" />
+    <hkern u1="f" u2="j" k="-31" />
+    <hkern u1="f" u2="i" k="-31" />
+    <hkern u1="f" u2="f" k="-47" />
+    <hkern u1="f" u2="e" k="-12" />
+    <hkern u1="f" u2="a" k="-18" />
+    <hkern u1="f" u2="&#x2bc;" k="-57" />
+    <hkern u1="g" u2="&#xe6;" k="-12" />
+    <hkern u1="g" u2="&#xf6;" k="-16" />
+    <hkern u1="g" u2="&#xf3;" k="-16" />
+    <hkern u1="g" u2="&#xe9;" k="-16" />
+    <hkern u1="g" u2="&#xe5;" k="-29" />
+    <hkern u1="g" u2="&#xe4;" k="-29" />
+    <hkern u1="g" u2="r" k="-33" />
+    <hkern u1="g" u2="l" k="-33" />
+    <hkern u1="g" u2="e" k="-16" />
+    <hkern u1="g" u2="a" k="-29" />
+    <hkern u1="h" u2="y" k="6" />
+    <hkern u1="h" u2="&#x2bc;" k="-14" />
+    <hkern u1="i" u2="j" k="-33" />
+    <hkern u1="i" u2="T" k="-37" />
+    <hkern u1="k" u2="&#xe6;" k="23" />
+    <hkern u1="k" u2="&#xfc;" k="-2" />
+    <hkern u1="k" u2="&#xf6;" k="23" />
+    <hkern u1="k" u2="&#xf3;" k="23" />
+    <hkern u1="k" u2="&#xe9;" k="25" />
+    <hkern u1="k" u2="&#xe5;" k="10" />
+    <hkern u1="k" u2="&#xe4;" k="10" />
+    <hkern u1="k" u2="&#xe1;" k="10" />
+    <hkern u1="k" u2="u" k="-2" />
+    <hkern u1="k" u2="s" k="-23" />
+    <hkern u1="k" u2="o" k="23" />
+    <hkern u1="k" u2="g" k="14" />
+    <hkern u1="k" u2="e" k="25" />
+    <hkern u1="k" u2="a" k="10" />
+    <hkern u1="k" u2="&#x2e;" k="-4" />
+    <hkern u1="k" u2="&#x2d;" k="-16" />
+    <hkern u1="k" u2="&#x2c;" k="-25" />
+    <hkern u1="l" u2="y" k="-16" />
+    <hkern u1="l" u2="v" k="-16" />
+    <hkern u1="o" u2="y" k="29" />
+    <hkern u1="o" u2="x" k="31" />
+    <hkern u1="o" u2="w" k="10" />
+    <hkern u1="o" u2="v" k="16" />
+    <hkern u1="o" u2="t" k="-2" />
+    <hkern u1="o" u2="T" k="49" />
+    <hkern u1="o" u2="&#x2bc;" k="6" />
+    <hkern u1="p" u2="y" k="16" />
+    <hkern u1="p" u2="t" k="-12" />
+    <hkern u1="q" u2="u" k="-29" />
+    <hkern u1="q" u2="c" k="-14" />
+    <hkern u1="r" u2="&#x153;" k="-18" />
+    <hkern u1="r" u2="&#xf8;" k="-18" />
+    <hkern u1="r" u2="&#xe6;" k="35" />
+    <hkern u1="r" u2="&#xf6;" k="-16" />
+    <hkern u1="r" u2="&#xf4;" k="-16" />
+    <hkern u1="r" u2="&#xf2;" k="-16" />
+    <hkern u1="r" u2="&#xf3;" k="-16" />
+    <hkern u1="r" u2="&#xea;" k="-16" />
+    <hkern u1="r" u2="&#xe8;" k="-16" />
+    <hkern u1="r" u2="&#xe9;" k="-16" />
+    <hkern u1="r" u2="&#xe7;" k="-18" />
+    <hkern u1="r" u2="&#xe5;" k="-18" />
+    <hkern u1="r" u2="&#xe4;" k="-18" />
+    <hkern u1="r" u2="&#xe2;" k="-18" />
+    <hkern u1="r" u2="&#xe0;" k="-18" />
+    <hkern u1="r" u2="&#xe1;" k="-18" />
+    <hkern u1="r" u2="z" k="-2" />
+    <hkern u1="r" u2="y" k="-51" />
+    <hkern u1="r" u2="x" k="-41" />
+    <hkern u1="r" u2="w" k="-51" />
+    <hkern u1="r" u2="v" k="-51" />
+    <hkern u1="r" u2="u" k="-12" />
+    <hkern u1="r" u2="t" k="-33" />
+    <hkern u1="r" u2="s" k="-4" />
+    <hkern u1="r" u2="r" k="-20" />
+    <hkern u1="r" u2="q" k="-18" />
+    <hkern u1="r" u2="p" k="-20" />
+    <hkern u1="r" u2="o" k="-16" />
+    <hkern u1="r" u2="n" k="-20" />
+    <hkern u1="r" u2="m" k="-20" />
+    <hkern u1="r" u2="l" k="-23" />
+    <hkern u1="r" u2="k" k="-23" />
+    <hkern u1="r" u2="j" k="-6" />
+    <hkern u1="r" u2="i" k="-4" />
+    <hkern u1="r" u2="h" k="-23" />
+    <hkern u1="r" u2="g" k="-18" />
+    <hkern u1="r" u2="f" k="-39" />
+    <hkern u1="r" u2="e" k="-16" />
+    <hkern u1="r" u2="d" k="-18" />
+    <hkern u1="r" u2="c" k="-18" />
+    <hkern u1="r" u2="a" k="-18" />
+    <hkern u1="r" u2="&#x3b;" k="6" />
+    <hkern u1="r" u2="&#x3a;" k="-33" />
+    <hkern u1="r" u2="&#x2e;" k="86" />
+    <hkern u1="r" u2="&#x2d;" k="-53" />
+    <hkern u1="r" u2="&#x2c;" k="86" />
+    <hkern u1="r" u2="&#x2bc;" k="-59" />
+    <hkern u1="s" u2="t" k="-16" />
+    <hkern u1="s" u2="&#x2bc;" k="-2" />
+    <hkern u1="t" u2="&#xe6;" k="2" />
+    <hkern u1="t" u2="&#xf6;" k="-12" />
+    <hkern u1="t" u2="&#xf3;" k="-12" />
+    <hkern u1="t" u2="&#xe9;" k="-12" />
+    <hkern u1="t" u2="&#xe5;" k="-18" />
+    <hkern u1="t" u2="&#xe4;" k="-18" />
+    <hkern u1="t" u2="&#xe1;" k="-18" />
+    <hkern u1="t" u2="o" k="-12" />
+    <hkern u1="t" u2="h" k="-39" />
+    <hkern u1="t" u2="e" k="-12" />
+    <hkern u1="t" u2="a" k="-18" />
+    <hkern u1="t" u2="S" k="-35" />
+    <hkern u1="t" u2="&#x3b;" k="-29" />
+    <hkern u1="t" u2="&#x3a;" k="-59" />
+    <hkern u1="t" u2="&#x2bc;" k="-57" />
+    <hkern u1="u" u2="&#x2bc;" k="-25" />
+    <hkern u1="v" u2="&#xf8;" k="12" />
+    <hkern u1="v" u2="&#xe6;" k="29" />
+    <hkern u1="v" u2="&#xf6;" k="20" />
+    <hkern u1="v" u2="&#xf2;" k="20" />
+    <hkern u1="v" u2="&#xf3;" k="20" />
+    <hkern u1="v" u2="&#xea;" k="20" />
+    <hkern u1="v" u2="&#xe8;" k="20" />
+    <hkern u1="v" u2="&#xe9;" k="20" />
+    <hkern u1="v" u2="&#xe5;" k="6" />
+    <hkern u1="v" u2="&#xe3;" k="6" />
+    <hkern u1="v" u2="&#xe4;" k="6" />
+    <hkern u1="v" u2="&#xe2;" k="6" />
+    <hkern u1="v" u2="&#xe0;" k="6" />
+    <hkern u1="v" u2="&#xe1;" k="6" />
+    <hkern u1="v" u2="s" k="23" />
+    <hkern u1="v" u2="o" k="20" />
+    <hkern u1="v" u2="l" k="-16" />
+    <hkern u1="v" u2="g" k="10" />
+    <hkern u1="v" u2="e" k="20" />
+    <hkern u1="v" u2="c" k="23" />
+    <hkern u1="v" u2="a" k="6" />
+    <hkern u1="v" u2="&#x3a;" k="-29" />
+    <hkern u1="v" u2="&#x2e;" k="53" />
+    <hkern u1="v" u2="&#x2d;" k="-51" />
+    <hkern u1="v" u2="&#x2c;" k="57" />
+    <hkern u1="w" u2="&#xf8;" k="12" />
+    <hkern u1="w" u2="&#xe6;" k="29" />
+    <hkern u1="w" u2="&#xf6;" k="20" />
+    <hkern u1="w" u2="&#xf2;" k="20" />
+    <hkern u1="w" u2="&#xf3;" k="20" />
+    <hkern u1="w" u2="&#xea;" k="20" />
+    <hkern u1="w" u2="&#xe8;" k="20" />
+    <hkern u1="w" u2="&#xe9;" k="20" />
+    <hkern u1="w" u2="&#xe5;" k="6" />
+    <hkern u1="w" u2="&#xe3;" k="6" />
+    <hkern u1="w" u2="&#xe4;" k="6" />
+    <hkern u1="w" u2="&#xe2;" k="6" />
+    <hkern u1="w" u2="&#xe0;" k="6" />
+    <hkern u1="w" u2="&#xe1;" k="6" />
+    <hkern u1="w" u2="s" k="23" />
+    <hkern u1="w" u2="o" k="20" />
+    <hkern u1="w" u2="l" k="-16" />
+    <hkern u1="w" u2="g" k="10" />
+    <hkern u1="w" u2="e" k="20" />
+    <hkern u1="w" u2="c" k="23" />
+    <hkern u1="w" u2="a" k="6" />
+    <hkern u1="w" u2="&#x3a;" k="-29" />
+    <hkern u1="w" u2="&#x2e;" k="53" />
+    <hkern u1="w" u2="&#x2d;" k="-51" />
+    <hkern u1="w" u2="&#x2c;" k="57" />
+    <hkern u1="y" u2="&#xf8;" k="23" />
+    <hkern u1="y" u2="&#xe6;" k="29" />
+    <hkern u1="y" u2="&#xf6;" k="33" />
+    <hkern u1="y" u2="&#xf2;" k="33" />
+    <hkern u1="y" u2="&#xf3;" k="33" />
+    <hkern u1="y" u2="&#xea;" k="33" />
+    <hkern u1="y" u2="&#xe8;" k="33" />
+    <hkern u1="y" u2="&#xe9;" k="33" />
+    <hkern u1="y" u2="&#xe5;" k="16" />
+    <hkern u1="y" u2="&#xe3;" k="16" />
+    <hkern u1="y" u2="&#xe4;" k="16" />
+    <hkern u1="y" u2="&#xe2;" k="16" />
+    <hkern u1="y" u2="&#xe0;" k="16" />
+    <hkern u1="y" u2="&#xe1;" k="16" />
+    <hkern u1="y" u2="s" k="29" />
+    <hkern u1="y" u2="o" k="33" />
+    <hkern u1="y" u2="l" k="-16" />
+    <hkern u1="y" u2="g" k="20" />
+    <hkern u1="y" u2="e" k="33" />
+    <hkern u1="y" u2="c" k="35" />
+    <hkern u1="y" u2="a" k="16" />
+    <hkern u1="y" u2="&#x3b;" k="10" />
+    <hkern u1="y" u2="&#x3a;" k="-18" />
+    <hkern u1="y" u2="&#x2e;" k="68" />
+    <hkern u1="y" u2="&#x2d;" k="-41" />
+    <hkern u1="y" u2="&#x2c;" k="74" />
+    <hkern u1="&#xbb;" u2="&#xc6;" k="20" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="31" />
+    <hkern u1="&#xbb;" u2="&#xc4;" k="31" />
+    <hkern u1="&#xbb;" u2="&#xc1;" k="31" />
+    <hkern u1="&#xbb;" u2="Y" k="154" />
+    <hkern u1="&#xbb;" u2="W" k="72" />
+    <hkern u1="&#xbb;" u2="V" k="74" />
+    <hkern u1="&#xbb;" u2="T" k="76" />
+    <hkern u1="&#xbb;" u2="A" k="31" />
+    <hkern u1="&#xc0;" u2="Y" k="84" />
+    <hkern u1="&#xc0;" u2="W" k="35" />
+    <hkern u1="&#xc0;" u2="V" k="37" />
+    <hkern u1="&#xc0;" u2="U" k="12" />
+    <hkern u1="&#xc0;" u2="T" k="23" />
+    <hkern u1="&#xc0;" u2="Q" k="23" />
+    <hkern u1="&#xc0;" u2="O" k="23" />
+    <hkern u1="&#xc0;" u2="G" k="20" />
+    <hkern u1="&#xc0;" u2="C" k="25" />
+    <hkern u1="&#xc0;" u2="&#x2e;" k="-43" />
+    <hkern u1="&#xc0;" u2="&#x2c;" k="-47" />
+    <hkern u1="&#xc1;" u2="&#xab;" k="23" />
+    <hkern u1="&#xc1;" u2="y" k="14" />
+    <hkern u1="&#xc1;" u2="w" k="-2" />
+    <hkern u1="&#xc1;" u2="v" k="4" />
+    <hkern u1="&#xc1;" u2="u" k="-10" />
+    <hkern u1="&#xc1;" u2="t" k="-14" />
+    <hkern u1="&#xc1;" u2="q" k="-12" />
+    <hkern u1="&#xc1;" u2="g" k="-10" />
+    <hkern u1="&#xc1;" u2="d" k="-14" />
+    <hkern u1="&#xc1;" u2="c" k="2" />
+    <hkern u1="&#xc1;" u2="b" k="-31" />
+    <hkern u1="&#xc1;" u2="a" k="-14" />
+    <hkern u1="&#xc1;" u2="Y" k="84" />
+    <hkern u1="&#xc1;" u2="W" k="35" />
+    <hkern u1="&#xc1;" u2="V" k="37" />
+    <hkern u1="&#xc1;" u2="U" k="12" />
+    <hkern u1="&#xc1;" u2="T" k="23" />
+    <hkern u1="&#xc1;" u2="Q" k="23" />
+    <hkern u1="&#xc1;" u2="O" k="23" />
+    <hkern u1="&#xc1;" u2="G" k="20" />
+    <hkern u1="&#xc1;" u2="C" k="25" />
+    <hkern u1="&#xc1;" u2="&#x2e;" k="-43" />
+    <hkern u1="&#xc1;" u2="&#x2d;" k="-74" />
+    <hkern u1="&#xc1;" u2="&#x2c;" k="-47" />
+    <hkern u1="&#xc1;" u2="&#x2039;" k="23" />
+    <hkern u1="&#xc1;" u2="&#x2bc;" k="57" />
+    <hkern u1="&#xc2;" u2="Y" k="84" />
+    <hkern u1="&#xc2;" u2="W" k="35" />
+    <hkern u1="&#xc2;" u2="V" k="37" />
+    <hkern u1="&#xc2;" u2="U" k="12" />
+    <hkern u1="&#xc2;" u2="T" k="23" />
+    <hkern u1="&#xc2;" u2="Q" k="23" />
+    <hkern u1="&#xc2;" u2="O" k="23" />
+    <hkern u1="&#xc2;" u2="G" k="20" />
+    <hkern u1="&#xc2;" u2="C" k="25" />
+    <hkern u1="&#xc2;" u2="&#x2e;" k="-43" />
+    <hkern u1="&#xc2;" u2="&#x2c;" k="-47" />
+    <hkern u1="&#xc3;" u2="Y" k="84" />
+    <hkern u1="&#xc3;" u2="W" k="35" />
+    <hkern u1="&#xc3;" u2="V" k="37" />
+    <hkern u1="&#xc3;" u2="U" k="12" />
+    <hkern u1="&#xc3;" u2="T" k="23" />
+    <hkern u1="&#xc3;" u2="Q" k="23" />
+    <hkern u1="&#xc3;" u2="O" k="23" />
+    <hkern u1="&#xc3;" u2="G" k="20" />
+    <hkern u1="&#xc3;" u2="C" k="25" />
+    <hkern u1="&#xc3;" u2="&#x2e;" k="-43" />
+    <hkern u1="&#xc3;" u2="&#x2c;" k="-47" />
+    <hkern u1="&#xc4;" u2="&#xab;" k="23" />
+    <hkern u1="&#xc4;" u2="y" k="14" />
+    <hkern u1="&#xc4;" u2="w" k="-2" />
+    <hkern u1="&#xc4;" u2="v" k="4" />
+    <hkern u1="&#xc4;" u2="u" k="-10" />
+    <hkern u1="&#xc4;" u2="t" k="-14" />
+    <hkern u1="&#xc4;" u2="q" k="-12" />
+    <hkern u1="&#xc4;" u2="g" k="-10" />
+    <hkern u1="&#xc4;" u2="d" k="-14" />
+    <hkern u1="&#xc4;" u2="c" k="2" />
+    <hkern u1="&#xc4;" u2="b" k="-31" />
+    <hkern u1="&#xc4;" u2="a" k="-14" />
+    <hkern u1="&#xc4;" u2="Y" k="84" />
+    <hkern u1="&#xc4;" u2="W" k="35" />
+    <hkern u1="&#xc4;" u2="V" k="37" />
+    <hkern u1="&#xc4;" u2="U" k="12" />
+    <hkern u1="&#xc4;" u2="T" k="23" />
+    <hkern u1="&#xc4;" u2="Q" k="23" />
+    <hkern u1="&#xc4;" u2="O" k="23" />
+    <hkern u1="&#xc4;" u2="G" k="20" />
+    <hkern u1="&#xc4;" u2="C" k="25" />
+    <hkern u1="&#xc4;" u2="&#x2e;" k="-43" />
+    <hkern u1="&#xc4;" u2="&#x2d;" k="-74" />
+    <hkern u1="&#xc4;" u2="&#x2c;" k="-47" />
+    <hkern u1="&#xc4;" u2="&#x2039;" k="23" />
+    <hkern u1="&#xc4;" u2="&#x201d;" k="57" />
+    <hkern u1="&#xc4;" u2="&#x2bc;" k="57" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="23" />
+    <hkern u1="&#xc5;" u2="y" k="14" />
+    <hkern u1="&#xc5;" u2="w" k="-2" />
+    <hkern u1="&#xc5;" u2="v" k="4" />
+    <hkern u1="&#xc5;" u2="u" k="-10" />
+    <hkern u1="&#xc5;" u2="t" k="-14" />
+    <hkern u1="&#xc5;" u2="q" k="-12" />
+    <hkern u1="&#xc5;" u2="g" k="-10" />
+    <hkern u1="&#xc5;" u2="d" k="-14" />
+    <hkern u1="&#xc5;" u2="c" k="2" />
+    <hkern u1="&#xc5;" u2="b" k="-31" />
+    <hkern u1="&#xc5;" u2="a" k="-14" />
+    <hkern u1="&#xc5;" u2="Y" k="84" />
+    <hkern u1="&#xc5;" u2="W" k="35" />
+    <hkern u1="&#xc5;" u2="V" k="37" />
+    <hkern u1="&#xc5;" u2="U" k="12" />
+    <hkern u1="&#xc5;" u2="T" k="23" />
+    <hkern u1="&#xc5;" u2="Q" k="23" />
+    <hkern u1="&#xc5;" u2="O" k="23" />
+    <hkern u1="&#xc5;" u2="G" k="20" />
+    <hkern u1="&#xc5;" u2="C" k="25" />
+    <hkern u1="&#xc5;" u2="&#x2e;" k="-43" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="-74" />
+    <hkern u1="&#xc5;" u2="&#x2c;" k="-47" />
+    <hkern u1="&#xc5;" u2="&#x2039;" k="23" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="57" />
+    <hkern u1="&#xc5;" u2="&#x2bc;" k="57" />
+    <hkern u1="&#xc7;" u2="&#xc6;" k="-31" />
+    <hkern u1="&#xc7;" u2="&#xc5;" k="-23" />
+    <hkern u1="&#xc7;" u2="&#xc4;" k="-23" />
+    <hkern u1="&#xc7;" u2="&#xc1;" k="-23" />
+    <hkern u1="&#xc7;" u2="K" k="-35" />
+    <hkern u1="&#xc7;" u2="H" k="-35" />
+    <hkern u1="&#xc7;" u2="A" k="-23" />
+    <hkern u1="&#xd1;" u2="&#xd3;" k="-16" />
+    <hkern u1="&#xd1;" u2="&#xf8;" k="-25" />
+    <hkern u1="&#xd1;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#xd1;" u2="&#xfc;" k="-29" />
+    <hkern u1="&#xd1;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#xd1;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#xd1;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#xd1;" u2="&#xe5;" k="-29" />
+    <hkern u1="&#xd1;" u2="&#xe4;" k="-29" />
+    <hkern u1="&#xd1;" u2="&#xe1;" k="-29" />
+    <hkern u1="&#xd1;" u2="&#xd6;" k="-16" />
+    <hkern u1="&#xd1;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#xd1;" u2="&#xc6;" k="-16" />
+    <hkern u1="&#xd1;" u2="&#xc5;" k="-10" />
+    <hkern u1="&#xd1;" u2="&#xc4;" k="-10" />
+    <hkern u1="&#xd1;" u2="&#xc1;" k="-10" />
+    <hkern u1="&#xd1;" u2="u" k="-29" />
+    <hkern u1="&#xd1;" u2="o" k="-16" />
+    <hkern u1="&#xd1;" u2="e" k="-16" />
+    <hkern u1="&#xd1;" u2="a" k="-29" />
+    <hkern u1="&#xd1;" u2="O" k="-16" />
+    <hkern u1="&#xd1;" u2="G" k="-18" />
+    <hkern u1="&#xd1;" u2="C" k="-14" />
+    <hkern u1="&#xd1;" u2="A" k="-10" />
+    <hkern u1="&#xd1;" u2="&#x2e;" k="-23" />
+    <hkern u1="&#xd1;" u2="&#x2c;" k="-20" />
+    <hkern u1="&#xd6;" u2="Y" k="70" />
+    <hkern u1="&#xd6;" u2="X" k="37" />
+    <hkern u1="&#xd6;" u2="W" k="20" />
+    <hkern u1="&#xd6;" u2="V" k="25" />
+    <hkern u1="&#xd6;" u2="T" k="-12" />
+    <hkern u1="&#xd6;" u2="A" k="33" />
+    <hkern u1="&#xdc;" u2="r" k="-25" />
+    <hkern u1="&#xdc;" u2="p" k="-25" />
+    <hkern u1="&#xdc;" u2="n" k="-25" />
+    <hkern u1="&#xdc;" u2="m" k="-25" />
+    <hkern u1="&#xdc;" u2="b" k="-29" />
+    <hkern u1="&#xdc;" u2="A" k="18" />
+    <hkern u1="&#xdc;" u2="&#x2e;" k="10" />
+    <hkern u1="&#xdc;" u2="&#x2c;" k="16" />
+    <hkern u1="&#xe1;" u2="y" k="-16" />
+    <hkern u1="&#xe1;" u2="w" k="-18" />
+    <hkern u1="&#xe1;" u2="v" k="-16" />
+    <hkern u1="&#xe1;" u2="j" k="-33" />
+    <hkern u1="&#xe1;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xe0;" u2="y" k="-16" />
+    <hkern u1="&#xe0;" u2="w" k="-18" />
+    <hkern u1="&#xe0;" u2="v" k="-16" />
+    <hkern u1="&#xe0;" u2="j" k="-33" />
+    <hkern u1="&#xe0;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xe2;" u2="y" k="-16" />
+    <hkern u1="&#xe2;" u2="w" k="-18" />
+    <hkern u1="&#xe2;" u2="v" k="-16" />
+    <hkern u1="&#xe2;" u2="j" k="-33" />
+    <hkern u1="&#xe2;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xe4;" u2="y" k="-16" />
+    <hkern u1="&#xe4;" u2="w" k="-18" />
+    <hkern u1="&#xe4;" u2="v" k="-16" />
+    <hkern u1="&#xe4;" u2="j" k="-33" />
+    <hkern u1="&#xe4;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xe3;" u2="y" k="-16" />
+    <hkern u1="&#xe3;" u2="w" k="-18" />
+    <hkern u1="&#xe3;" u2="v" k="-16" />
+    <hkern u1="&#xe3;" u2="j" k="-33" />
+    <hkern u1="&#xe3;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xe5;" u2="y" k="-16" />
+    <hkern u1="&#xe5;" u2="w" k="-18" />
+    <hkern u1="&#xe5;" u2="v" k="-16" />
+    <hkern u1="&#xe5;" u2="j" k="-33" />
+    <hkern u1="&#xe5;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xe7;" u2="k" k="-51" />
+    <hkern u1="&#xe7;" u2="h" k="-51" />
+    <hkern u1="&#xe9;" u2="y" k="29" />
+    <hkern u1="&#xe9;" u2="x" k="31" />
+    <hkern u1="&#xe9;" u2="w" k="10" />
+    <hkern u1="&#xe9;" u2="v" k="16" />
+    <hkern u1="&#xe9;" u2="t" k="-4" />
+    <hkern u1="&#xe9;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xe8;" u2="y" k="29" />
+    <hkern u1="&#xe8;" u2="x" k="31" />
+    <hkern u1="&#xe8;" u2="w" k="10" />
+    <hkern u1="&#xe8;" u2="v" k="16" />
+    <hkern u1="&#xe8;" u2="t" k="-4" />
+    <hkern u1="&#xe8;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xea;" u2="y" k="29" />
+    <hkern u1="&#xea;" u2="x" k="31" />
+    <hkern u1="&#xea;" u2="w" k="10" />
+    <hkern u1="&#xea;" u2="v" k="16" />
+    <hkern u1="&#xea;" u2="t" k="-4" />
+    <hkern u1="&#xea;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xeb;" u2="y" k="29" />
+    <hkern u1="&#xeb;" u2="x" k="31" />
+    <hkern u1="&#xeb;" u2="w" k="10" />
+    <hkern u1="&#xeb;" u2="v" k="16" />
+    <hkern u1="&#xeb;" u2="t" k="-4" />
+    <hkern u1="&#xeb;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xf3;" u2="y" k="29" />
+    <hkern u1="&#xf3;" u2="x" k="31" />
+    <hkern u1="&#xf3;" u2="w" k="10" />
+    <hkern u1="&#xf3;" u2="v" k="16" />
+    <hkern u1="&#xf3;" u2="t" k="-2" />
+    <hkern u1="&#xf3;" u2="T" k="49" />
+    <hkern u1="&#xf3;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xf2;" u2="y" k="29" />
+    <hkern u1="&#xf2;" u2="x" k="31" />
+    <hkern u1="&#xf2;" u2="w" k="10" />
+    <hkern u1="&#xf2;" u2="v" k="16" />
+    <hkern u1="&#xf2;" u2="t" k="-2" />
+    <hkern u1="&#xf2;" u2="T" k="49" />
+    <hkern u1="&#xf2;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xf4;" u2="y" k="29" />
+    <hkern u1="&#xf4;" u2="x" k="31" />
+    <hkern u1="&#xf4;" u2="w" k="10" />
+    <hkern u1="&#xf4;" u2="v" k="16" />
+    <hkern u1="&#xf4;" u2="t" k="-2" />
+    <hkern u1="&#xf4;" u2="T" k="49" />
+    <hkern u1="&#xf4;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xf6;" u2="y" k="29" />
+    <hkern u1="&#xf6;" u2="x" k="31" />
+    <hkern u1="&#xf6;" u2="w" k="10" />
+    <hkern u1="&#xf6;" u2="v" k="16" />
+    <hkern u1="&#xf6;" u2="t" k="-2" />
+    <hkern u1="&#xf6;" u2="T" k="49" />
+    <hkern u1="&#xf6;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xf5;" u2="y" k="29" />
+    <hkern u1="&#xf5;" u2="x" k="31" />
+    <hkern u1="&#xf5;" u2="w" k="10" />
+    <hkern u1="&#xf5;" u2="v" k="16" />
+    <hkern u1="&#xf5;" u2="t" k="-2" />
+    <hkern u1="&#xf5;" u2="T" k="49" />
+    <hkern u1="&#xf5;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#xfa;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xf9;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xfb;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xfc;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#xd8;" u2="A" k="23" />
+    <hkern u1="&#xe6;" u2="y" k="29" />
+    <hkern u1="&#xe6;" u2="w" k="10" />
+    <hkern u1="&#xe6;" u2="v" k="16" />
+    <hkern u1="&#xd5;" u2="&#xc6;" k="23" />
+    <hkern u1="&#xd5;" u2="&#xc5;" k="33" />
+    <hkern u1="&#xd5;" u2="&#xc4;" k="33" />
+    <hkern u1="&#xd5;" u2="&#xc1;" k="33" />
+    <hkern u1="&#xd5;" u2="Y" k="70" />
+    <hkern u1="&#xd5;" u2="X" k="37" />
+    <hkern u1="&#xd5;" u2="W" k="20" />
+    <hkern u1="&#xd5;" u2="V" k="25" />
+    <hkern u1="&#xd5;" u2="T" k="-12" />
+    <hkern u1="&#xd5;" u2="A" k="33" />
+    <hkern u1="&#xff;" u2="&#xf8;" k="23" />
+    <hkern u1="&#xff;" u2="&#xe6;" k="29" />
+    <hkern u1="&#xff;" u2="&#xf6;" k="33" />
+    <hkern u1="&#xff;" u2="&#xf2;" k="33" />
+    <hkern u1="&#xff;" u2="&#xf3;" k="33" />
+    <hkern u1="&#xff;" u2="&#xea;" k="33" />
+    <hkern u1="&#xff;" u2="&#xe8;" k="33" />
+    <hkern u1="&#xff;" u2="&#xe9;" k="33" />
+    <hkern u1="&#xff;" u2="&#xe5;" k="16" />
+    <hkern u1="&#xff;" u2="&#xe3;" k="16" />
+    <hkern u1="&#xff;" u2="&#xe4;" k="16" />
+    <hkern u1="&#xff;" u2="&#xe2;" k="16" />
+    <hkern u1="&#xff;" u2="&#xe0;" k="16" />
+    <hkern u1="&#xff;" u2="&#xe1;" k="16" />
+    <hkern u1="&#xff;" u2="s" k="29" />
+    <hkern u1="&#xff;" u2="o" k="33" />
+    <hkern u1="&#xff;" u2="l" k="-16" />
+    <hkern u1="&#xff;" u2="g" k="20" />
+    <hkern u1="&#xff;" u2="e" k="33" />
+    <hkern u1="&#xff;" u2="c" k="35" />
+    <hkern u1="&#xff;" u2="a" k="16" />
+    <hkern u1="&#xff;" u2="&#x3b;" k="10" />
+    <hkern u1="&#xff;" u2="&#x3a;" k="-18" />
+    <hkern u1="&#xff;" u2="&#x2e;" k="68" />
+    <hkern u1="&#xff;" u2="&#x2d;" k="-41" />
+    <hkern u1="&#xff;" u2="&#x2c;" k="74" />
+    <hkern u1="&#x178;" u2="&#xd2;" k="66" />
+    <hkern u1="&#x178;" u2="&#xd4;" k="66" />
+    <hkern u1="&#x178;" u2="&#xd3;" k="66" />
+    <hkern u1="&#x178;" u2="&#xd5;" k="66" />
+    <hkern u1="&#x178;" u2="&#xf8;" k="90" />
+    <hkern u1="&#x178;" u2="&#xe6;" k="104" />
+    <hkern u1="&#x178;" u2="&#xd8;" k="51" />
+    <hkern u1="&#x178;" u2="&#xd6;" k="66" />
+    <hkern u1="&#x178;" u2="&#xc6;" k="76" />
+    <hkern u1="&#x178;" u2="&#xc5;" k="86" />
+    <hkern u1="&#x178;" u2="&#xc4;" k="86" />
+    <hkern u1="&#x178;" u2="&#xc3;" k="86" />
+    <hkern u1="&#x178;" u2="&#xc2;" k="86" />
+    <hkern u1="&#x178;" u2="&#xc1;" k="86" />
+    <hkern u1="&#x178;" u2="&#xc0;" k="86" />
+    <hkern u1="&#x178;" u2="&#xab;" k="141" />
+    <hkern u1="&#x178;" u2="v" k="31" />
+    <hkern u1="&#x178;" u2="u" k="76" />
+    <hkern u1="&#x178;" u2="p" k="74" />
+    <hkern u1="&#x178;" u2="o" k="102" />
+    <hkern u1="&#x178;" u2="i" k="-25" />
+    <hkern u1="&#x178;" u2="g" k="92" />
+    <hkern u1="&#x178;" u2="e" k="104" />
+    <hkern u1="&#x178;" u2="a" k="88" />
+    <hkern u1="&#x178;" u2="T" k="-70" />
+    <hkern u1="&#x178;" u2="S" k="35" />
+    <hkern u1="&#x178;" u2="O" k="66" />
+    <hkern u1="&#x178;" u2="G" k="66" />
+    <hkern u1="&#x178;" u2="C" k="72" />
+    <hkern u1="&#x178;" u2="A" k="86" />
+    <hkern u1="&#x178;" u2="&#x3b;" k="72" />
+    <hkern u1="&#x178;" u2="&#x3a;" k="49" />
+    <hkern u1="&#x178;" u2="&#x2e;" k="104" />
+    <hkern u1="&#x178;" u2="&#x2d;" k="37" />
+    <hkern u1="&#x178;" u2="&#x2c;" k="104" />
+    <hkern u1="&#x178;" u2="&#x2039;" k="141" />
+    <hkern u1="&#xd3;" u2="Y" k="70" />
+    <hkern u1="&#xd3;" u2="W" k="20" />
+    <hkern u1="&#xd3;" u2="V" k="25" />
+    <hkern u1="&#xd3;" u2="T" k="-12" />
+    <hkern u1="&#xd3;" u2="A" k="33" />
+    <hkern u1="&#xd4;" u2="Y" k="70" />
+    <hkern u1="&#xd4;" u2="V" k="25" />
+    <hkern u1="&#xd4;" u2="T" k="-12" />
+    <hkern u1="&#xd2;" u2="Y" k="70" />
+    <hkern u1="&#xd2;" u2="V" k="25" />
+    <hkern u1="&#xd2;" u2="T" k="-12" />
+    <hkern u1="&#xda;" u2="r" k="-25" />
+    <hkern u1="&#xda;" u2="p" k="-25" />
+    <hkern u1="&#xda;" u2="n" k="-25" />
+    <hkern u1="&#xda;" u2="m" k="-25" />
+    <hkern u1="&#xda;" u2="A" k="18" />
+    <hkern u1="&#xda;" u2="&#x2e;" k="10" />
+    <hkern u1="&#xda;" u2="&#x2c;" k="16" />
+    <hkern u1="&#xdb;" u2="A" k="18" />
+    <hkern u1="&#xd9;" u2="A" k="18" />
+    <hkern u1="&#x17d;" u2="y" k="47" />
+    <hkern u1="&#x17d;" u2="v" k="51" />
+    <hkern u1="&#x161;" u2="t" k="-16" />
+    <hkern u1="&#x161;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x11e;" u2="&#xc6;" k="23" />
+    <hkern u1="&#x11e;" u2="&#xc5;" k="33" />
+    <hkern u1="&#x11e;" u2="&#xc4;" k="33" />
+    <hkern u1="&#x11e;" u2="&#xc3;" k="33" />
+    <hkern u1="&#x11e;" u2="&#xc2;" k="33" />
+    <hkern u1="&#x11e;" u2="&#xc1;" k="33" />
+    <hkern u1="&#x11e;" u2="&#xc0;" k="33" />
+    <hkern u1="&#x11e;" u2="Y" k="53" />
+    <hkern u1="&#x11e;" u2="W" k="18" />
+    <hkern u1="&#x11e;" u2="V" k="20" />
+    <hkern u1="&#x11e;" u2="T" k="-18" />
+    <hkern u1="&#x11e;" u2="A" k="33" />
+    <hkern u1="&#x11f;" u2="&#xe6;" k="-12" />
+    <hkern u1="&#x11f;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x11f;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x11f;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x11f;" u2="&#xe5;" k="-29" />
+    <hkern u1="&#x11f;" u2="&#xe4;" k="-29" />
+    <hkern u1="&#x11f;" u2="r" k="-33" />
+    <hkern u1="&#x11f;" u2="l" k="-33" />
+    <hkern u1="&#x11f;" u2="e" k="-16" />
+    <hkern u1="&#x11f;" u2="a" k="-29" />
+    <hkern u1="&#x106;" u2="&#xc6;" k="-31" />
+    <hkern u1="&#x106;" u2="&#xc5;" k="-23" />
+    <hkern u1="&#x106;" u2="&#xc4;" k="-23" />
+    <hkern u1="&#x106;" u2="&#xc1;" k="-23" />
+    <hkern u1="&#x106;" u2="K" k="-35" />
+    <hkern u1="&#x106;" u2="H" k="-35" />
+    <hkern u1="&#x106;" u2="A" k="-23" />
+    <hkern u1="&#x107;" u2="k" k="-51" />
+    <hkern u1="&#x107;" u2="h" k="-51" />
+    <hkern u1="&#x10c;" u2="&#xc6;" k="-31" />
+    <hkern u1="&#x10c;" u2="&#xc5;" k="-23" />
+    <hkern u1="&#x10c;" u2="&#xc4;" k="-23" />
+    <hkern u1="&#x10c;" u2="&#xc1;" k="-23" />
+    <hkern u1="&#x10c;" u2="K" k="-35" />
+    <hkern u1="&#x10c;" u2="H" k="-35" />
+    <hkern u1="&#x10c;" u2="A" k="-23" />
+    <hkern u1="&#x10d;" u2="k" k="-51" />
+    <hkern u1="&#x10d;" u2="h" k="-51" />
+    <hkern u1="&#x15f;" u2="t" k="-16" />
+    <hkern u1="&#x15f;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x15a;" u2="&#xc6;" k="2" />
+    <hkern u1="&#x15a;" u2="&#xc5;" k="12" />
+    <hkern u1="&#x15a;" u2="&#xc4;" k="12" />
+    <hkern u1="&#x15a;" u2="&#xc1;" k="12" />
+    <hkern u1="&#x15a;" u2="t" k="-18" />
+    <hkern u1="&#x15a;" u2="Y" k="-14" />
+    <hkern u1="&#x15a;" u2="W" k="-16" />
+    <hkern u1="&#x15a;" u2="V" k="-16" />
+    <hkern u1="&#x15a;" u2="T" k="-20" />
+    <hkern u1="&#x15a;" u2="A" k="12" />
+    <hkern u1="&#x164;" u2="&#xd2;" k="-10" />
+    <hkern u1="&#x164;" u2="&#xd4;" k="-10" />
+    <hkern u1="&#x164;" u2="&#xd3;" k="-10" />
+    <hkern u1="&#x164;" u2="&#x152;" k="-10" />
+    <hkern u1="&#x164;" u2="&#xd5;" k="-10" />
+    <hkern u1="&#x164;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x164;" u2="&#xe6;" k="55" />
+    <hkern u1="&#x164;" u2="&#xd8;" k="-10" />
+    <hkern u1="&#x164;" u2="&#xd6;" k="-10" />
+    <hkern u1="&#x164;" u2="&#xc6;" k="29" />
+    <hkern u1="&#x164;" u2="&#xc5;" k="37" />
+    <hkern u1="&#x164;" u2="&#xc4;" k="37" />
+    <hkern u1="&#x164;" u2="&#xc3;" k="37" />
+    <hkern u1="&#x164;" u2="&#xc2;" k="37" />
+    <hkern u1="&#x164;" u2="&#xc1;" k="37" />
+    <hkern u1="&#x164;" u2="&#xc0;" k="37" />
+    <hkern u1="&#x164;" u2="&#xab;" k="82" />
+    <hkern u1="&#x164;" u2="y" k="-31" />
+    <hkern u1="&#x164;" u2="w" k="-20" />
+    <hkern u1="&#x164;" u2="v" k="-20" />
+    <hkern u1="&#x164;" u2="u" k="25" />
+    <hkern u1="&#x164;" u2="s" k="55" />
+    <hkern u1="&#x164;" u2="r" k="16" />
+    <hkern u1="&#x164;" u2="o" k="53" />
+    <hkern u1="&#x164;" u2="j" k="-37" />
+    <hkern u1="&#x164;" u2="i" k="-35" />
+    <hkern u1="&#x164;" u2="g" k="41" />
+    <hkern u1="&#x164;" u2="e" k="53" />
+    <hkern u1="&#x164;" u2="c" k="55" />
+    <hkern u1="&#x164;" u2="a" k="39" />
+    <hkern u1="&#x164;" u2="Y" k="-70" />
+    <hkern u1="&#x164;" u2="W" k="-70" />
+    <hkern u1="&#x164;" u2="V" k="-70" />
+    <hkern u1="&#x164;" u2="S" k="-33" />
+    <hkern u1="&#x164;" u2="O" k="-10" />
+    <hkern u1="&#x164;" u2="J" k="25" />
+    <hkern u1="&#x164;" u2="G" k="-10" />
+    <hkern u1="&#x164;" u2="C" k="-4" />
+    <hkern u1="&#x164;" u2="A" k="37" />
+    <hkern u1="&#x164;" u2="&#x3b;" k="23" />
+    <hkern u1="&#x164;" u2="&#x2e;" k="43" />
+    <hkern u1="&#x164;" u2="&#x2d;" k="-18" />
+    <hkern u1="&#x164;" u2="&#x2c;" k="43" />
+    <hkern u1="&#x164;" u2="&#x2039;" k="82" />
+    <hkern u1="&#x179;" u2="y" k="47" />
+    <hkern u1="&#x179;" u2="v" k="51" />
+    <hkern u1="&#x15b;" u2="t" k="-16" />
+    <hkern u1="&#x15b;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x165;" u2="&#xe6;" k="2" />
+    <hkern u1="&#x165;" u2="&#xf6;" k="-12" />
+    <hkern u1="&#x165;" u2="&#xf3;" k="-12" />
+    <hkern u1="&#x165;" u2="&#xe9;" k="-12" />
+    <hkern u1="&#x165;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x165;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x165;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x165;" u2="o" k="-12" />
+    <hkern u1="&#x165;" u2="h" k="-39" />
+    <hkern u1="&#x165;" u2="e" k="-12" />
+    <hkern u1="&#x165;" u2="a" k="-18" />
+    <hkern u1="&#x165;" u2="S" k="-35" />
+    <hkern u1="&#x165;" u2="&#x3b;" k="-29" />
+    <hkern u1="&#x165;" u2="&#x3a;" k="-59" />
+    <hkern u1="&#x165;" u2="&#x2bc;" k="-57" />
+    <hkern u1="&#x105;" u2="y" k="-16" />
+    <hkern u1="&#x105;" u2="w" k="-18" />
+    <hkern u1="&#x105;" u2="v" k="-16" />
+    <hkern u1="&#x105;" u2="j" k="-33" />
+    <hkern u1="&#x105;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x17b;" u2="y" k="47" />
+    <hkern u1="&#x17b;" u2="v" k="51" />
+    <hkern u1="&#x13d;" u2="&#xd2;" k="6" />
+    <hkern u1="&#x13d;" u2="&#xd4;" k="6" />
+    <hkern u1="&#x13d;" u2="&#xd3;" k="6" />
+    <hkern u1="&#x13d;" u2="&#xd5;" k="6" />
+    <hkern u1="&#x13d;" u2="&#xfc;" k="-12" />
+    <hkern u1="&#x13d;" u2="&#xdc;" k="-2" />
+    <hkern u1="&#x13d;" u2="&#xd6;" k="6" />
+    <hkern u1="&#x13d;" u2="&#xc7;" k="6" />
+    <hkern u1="&#x13d;" u2="&#xc6;" k="-63" />
+    <hkern u1="&#x13d;" u2="&#xc5;" k="-55" />
+    <hkern u1="&#x13d;" u2="&#xc4;" k="-55" />
+    <hkern u1="&#x13d;" u2="&#xc1;" k="-55" />
+    <hkern u1="&#x13d;" u2="y" k="37" />
+    <hkern u1="&#x13d;" u2="u" k="-12" />
+    <hkern u1="&#x13d;" u2="Y" k="94" />
+    <hkern u1="&#x13d;" u2="W" k="55" />
+    <hkern u1="&#x13d;" u2="V" k="57" />
+    <hkern u1="&#x13d;" u2="U" k="-2" />
+    <hkern u1="&#x13d;" u2="T" k="43" />
+    <hkern u1="&#x13d;" u2="S" k="-23" />
+    <hkern u1="&#x13d;" u2="O" k="6" />
+    <hkern u1="&#x13d;" u2="G" k="2" />
+    <hkern u1="&#x13d;" u2="C" k="6" />
+    <hkern u1="&#x13d;" u2="A" k="-55" />
+    <hkern u1="&#x13d;" u2="&#x2d;" k="-59" />
+    <hkern u1="&#x13d;" u2="&#x201d;" k="104" />
+    <hkern u1="&#x13d;" u2="&#x2bc;" k="104" />
+    <hkern u1="&#x13e;" u2="y" k="-16" />
+    <hkern u1="&#x13e;" u2="v" k="-16" />
+    <hkern u1="&#x154;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x154;" u2="&#x153;" k="25" />
+    <hkern u1="&#x154;" u2="&#x152;" k="23" />
+    <hkern u1="&#x154;" u2="&#xe6;" k="25" />
+    <hkern u1="&#x154;" u2="&#xfc;" k="12" />
+    <hkern u1="&#x154;" u2="&#xfa;" k="12" />
+    <hkern u1="&#x154;" u2="&#xf6;" k="25" />
+    <hkern u1="&#x154;" u2="&#xf3;" k="25" />
+    <hkern u1="&#x154;" u2="&#xe9;" k="25" />
+    <hkern u1="&#x154;" u2="&#xe5;" k="10" />
+    <hkern u1="&#x154;" u2="&#xe4;" k="10" />
+    <hkern u1="&#x154;" u2="&#xe1;" k="10" />
+    <hkern u1="&#x154;" u2="&#xdc;" k="12" />
+    <hkern u1="&#x154;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x154;" u2="&#xc7;" k="23" />
+    <hkern u1="&#x154;" u2="y" k="-16" />
+    <hkern u1="&#x154;" u2="u" k="12" />
+    <hkern u1="&#x154;" u2="o" k="25" />
+    <hkern u1="&#x154;" u2="e" k="25" />
+    <hkern u1="&#x154;" u2="a" k="10" />
+    <hkern u1="&#x154;" u2="Y" k="59" />
+    <hkern u1="&#x154;" u2="W" k="29" />
+    <hkern u1="&#x154;" u2="V" k="31" />
+    <hkern u1="&#x154;" u2="U" k="12" />
+    <hkern u1="&#x154;" u2="T" k="-14" />
+    <hkern u1="&#x154;" u2="O" k="20" />
+    <hkern u1="&#x154;" u2="G" k="23" />
+    <hkern u1="&#x154;" u2="C" k="23" />
+    <hkern u1="&#x154;" u2="&#x2d;" k="-20" />
+    <hkern u1="&#x139;" u2="&#xd2;" k="6" />
+    <hkern u1="&#x139;" u2="&#xd4;" k="6" />
+    <hkern u1="&#x139;" u2="&#xd3;" k="6" />
+    <hkern u1="&#x139;" u2="&#xd5;" k="6" />
+    <hkern u1="&#x139;" u2="&#xfc;" k="-12" />
+    <hkern u1="&#x139;" u2="&#xdc;" k="-2" />
+    <hkern u1="&#x139;" u2="&#xd6;" k="6" />
+    <hkern u1="&#x139;" u2="&#xc7;" k="6" />
+    <hkern u1="&#x139;" u2="&#xc6;" k="-63" />
+    <hkern u1="&#x139;" u2="&#xc5;" k="-55" />
+    <hkern u1="&#x139;" u2="&#xc4;" k="-55" />
+    <hkern u1="&#x139;" u2="&#xc1;" k="-55" />
+    <hkern u1="&#x139;" u2="y" k="37" />
+    <hkern u1="&#x139;" u2="u" k="-12" />
+    <hkern u1="&#x139;" u2="Y" k="94" />
+    <hkern u1="&#x139;" u2="W" k="55" />
+    <hkern u1="&#x139;" u2="V" k="57" />
+    <hkern u1="&#x139;" u2="U" k="-2" />
+    <hkern u1="&#x139;" u2="T" k="43" />
+    <hkern u1="&#x139;" u2="S" k="-23" />
+    <hkern u1="&#x139;" u2="O" k="6" />
+    <hkern u1="&#x139;" u2="G" k="2" />
+    <hkern u1="&#x139;" u2="C" k="6" />
+    <hkern u1="&#x139;" u2="A" k="-55" />
+    <hkern u1="&#x139;" u2="&#x2d;" k="-59" />
+    <hkern u1="&#x139;" u2="&#x201d;" k="104" />
+    <hkern u1="&#x139;" u2="&#x2bc;" k="104" />
+    <hkern u1="&#x10e;" u2="&#xc5;" k="39" />
+    <hkern u1="&#x10e;" u2="&#xc4;" k="39" />
+    <hkern u1="&#x10e;" u2="&#xc3;" k="39" />
+    <hkern u1="&#x10e;" u2="&#xc2;" k="39" />
+    <hkern u1="&#x10e;" u2="&#xc1;" k="39" />
+    <hkern u1="&#x10e;" u2="&#xc0;" k="39" />
+    <hkern u1="&#x10e;" u2="Y" k="82" />
+    <hkern u1="&#x10e;" u2="X" k="47" />
+    <hkern u1="&#x10e;" u2="W" k="31" />
+    <hkern u1="&#x10e;" u2="V" k="33" />
+    <hkern u1="&#x10e;" u2="J" k="-16" />
+    <hkern u1="&#x10e;" u2="A" k="39" />
+    <hkern u1="&#x143;" u2="&#xd3;" k="-16" />
+    <hkern u1="&#x143;" u2="&#xf8;" k="-25" />
+    <hkern u1="&#x143;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#x143;" u2="&#xfc;" k="-29" />
+    <hkern u1="&#x143;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x143;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x143;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x143;" u2="&#xe5;" k="-29" />
+    <hkern u1="&#x143;" u2="&#xe4;" k="-29" />
+    <hkern u1="&#x143;" u2="&#xe1;" k="-29" />
+    <hkern u1="&#x143;" u2="&#xd6;" k="-16" />
+    <hkern u1="&#x143;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#x143;" u2="&#xc6;" k="-16" />
+    <hkern u1="&#x143;" u2="&#xc5;" k="-10" />
+    <hkern u1="&#x143;" u2="&#xc4;" k="-10" />
+    <hkern u1="&#x143;" u2="&#xc1;" k="-10" />
+    <hkern u1="&#x143;" u2="u" k="-29" />
+    <hkern u1="&#x143;" u2="o" k="-16" />
+    <hkern u1="&#x143;" u2="e" k="-16" />
+    <hkern u1="&#x143;" u2="a" k="-29" />
+    <hkern u1="&#x143;" u2="O" k="-16" />
+    <hkern u1="&#x143;" u2="G" k="-18" />
+    <hkern u1="&#x143;" u2="C" k="-14" />
+    <hkern u1="&#x143;" u2="A" k="-10" />
+    <hkern u1="&#x143;" u2="&#x2e;" k="-23" />
+    <hkern u1="&#x143;" u2="&#x2c;" k="-20" />
+    <hkern u1="&#x147;" u2="&#xd3;" k="-16" />
+    <hkern u1="&#x147;" u2="&#xf8;" k="-25" />
+    <hkern u1="&#x147;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#x147;" u2="&#xfc;" k="-29" />
+    <hkern u1="&#x147;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x147;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x147;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x147;" u2="&#xe5;" k="-29" />
+    <hkern u1="&#x147;" u2="&#xe4;" k="-29" />
+    <hkern u1="&#x147;" u2="&#xe1;" k="-29" />
+    <hkern u1="&#x147;" u2="&#xd6;" k="-16" />
+    <hkern u1="&#x147;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#x147;" u2="&#xc6;" k="-16" />
+    <hkern u1="&#x147;" u2="&#xc5;" k="-10" />
+    <hkern u1="&#x147;" u2="&#xc4;" k="-10" />
+    <hkern u1="&#x147;" u2="&#xc1;" k="-10" />
+    <hkern u1="&#x147;" u2="u" k="-29" />
+    <hkern u1="&#x147;" u2="o" k="-16" />
+    <hkern u1="&#x147;" u2="e" k="-16" />
+    <hkern u1="&#x147;" u2="a" k="-29" />
+    <hkern u1="&#x147;" u2="O" k="-16" />
+    <hkern u1="&#x147;" u2="G" k="-18" />
+    <hkern u1="&#x147;" u2="C" k="-14" />
+    <hkern u1="&#x147;" u2="A" k="-10" />
+    <hkern u1="&#x147;" u2="&#x2e;" k="-23" />
+    <hkern u1="&#x147;" u2="&#x2c;" k="-20" />
+    <hkern u1="&#x150;" u2="&#xc6;" k="23" />
+    <hkern u1="&#x150;" u2="&#xc5;" k="33" />
+    <hkern u1="&#x150;" u2="&#xc4;" k="33" />
+    <hkern u1="&#x150;" u2="&#xc1;" k="33" />
+    <hkern u1="&#x150;" u2="Y" k="70" />
+    <hkern u1="&#x150;" u2="X" k="37" />
+    <hkern u1="&#x150;" u2="W" k="20" />
+    <hkern u1="&#x150;" u2="V" k="25" />
+    <hkern u1="&#x150;" u2="T" k="-12" />
+    <hkern u1="&#x150;" u2="A" k="33" />
+    <hkern u1="&#x158;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x158;" u2="&#x153;" k="25" />
+    <hkern u1="&#x158;" u2="&#x152;" k="23" />
+    <hkern u1="&#x158;" u2="&#xe6;" k="25" />
+    <hkern u1="&#x158;" u2="&#xfc;" k="12" />
+    <hkern u1="&#x158;" u2="&#xfa;" k="12" />
+    <hkern u1="&#x158;" u2="&#xf6;" k="25" />
+    <hkern u1="&#x158;" u2="&#xf3;" k="25" />
+    <hkern u1="&#x158;" u2="&#xe9;" k="25" />
+    <hkern u1="&#x158;" u2="&#xe5;" k="10" />
+    <hkern u1="&#x158;" u2="&#xe4;" k="10" />
+    <hkern u1="&#x158;" u2="&#xe1;" k="10" />
+    <hkern u1="&#x158;" u2="&#xdc;" k="12" />
+    <hkern u1="&#x158;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x158;" u2="&#xc7;" k="23" />
+    <hkern u1="&#x158;" u2="y" k="-16" />
+    <hkern u1="&#x158;" u2="u" k="12" />
+    <hkern u1="&#x158;" u2="o" k="25" />
+    <hkern u1="&#x158;" u2="e" k="25" />
+    <hkern u1="&#x158;" u2="a" k="10" />
+    <hkern u1="&#x158;" u2="Y" k="59" />
+    <hkern u1="&#x158;" u2="W" k="29" />
+    <hkern u1="&#x158;" u2="V" k="31" />
+    <hkern u1="&#x158;" u2="U" k="12" />
+    <hkern u1="&#x158;" u2="T" k="-14" />
+    <hkern u1="&#x158;" u2="O" k="20" />
+    <hkern u1="&#x158;" u2="G" k="23" />
+    <hkern u1="&#x158;" u2="C" k="23" />
+    <hkern u1="&#x158;" u2="&#x2d;" k="-20" />
+    <hkern u1="&#x16e;" u2="&#xc6;" k="10" />
+    <hkern u1="&#x16e;" u2="&#xc5;" k="18" />
+    <hkern u1="&#x16e;" u2="&#xc4;" k="18" />
+    <hkern u1="&#x16e;" u2="&#xc3;" k="18" />
+    <hkern u1="&#x16e;" u2="&#xc2;" k="18" />
+    <hkern u1="&#x16e;" u2="&#xc1;" k="18" />
+    <hkern u1="&#x16e;" u2="r" k="-25" />
+    <hkern u1="&#x16e;" u2="p" k="-25" />
+    <hkern u1="&#x16e;" u2="n" k="-25" />
+    <hkern u1="&#x16e;" u2="m" k="-25" />
+    <hkern u1="&#x16e;" u2="A" k="18" />
+    <hkern u1="&#x16e;" u2="&#x2e;" k="10" />
+    <hkern u1="&#x16e;" u2="&#x2c;" k="16" />
+    <hkern u1="&#x170;" u2="&#xc6;" k="10" />
+    <hkern u1="&#x170;" u2="&#xc5;" k="18" />
+    <hkern u1="&#x170;" u2="&#xc4;" k="18" />
+    <hkern u1="&#x170;" u2="&#xc3;" k="18" />
+    <hkern u1="&#x170;" u2="&#xc2;" k="18" />
+    <hkern u1="&#x170;" u2="&#xc1;" k="18" />
+    <hkern u1="&#x170;" u2="r" k="-25" />
+    <hkern u1="&#x170;" u2="p" k="-25" />
+    <hkern u1="&#x170;" u2="n" k="-25" />
+    <hkern u1="&#x170;" u2="m" k="-25" />
+    <hkern u1="&#x170;" u2="A" k="18" />
+    <hkern u1="&#x170;" u2="&#x2e;" k="10" />
+    <hkern u1="&#x170;" u2="&#x2c;" k="16" />
+    <hkern u1="&#x162;" u2="&#xd2;" k="-10" />
+    <hkern u1="&#x162;" u2="&#xd4;" k="-10" />
+    <hkern u1="&#x162;" u2="&#xd3;" k="-10" />
+    <hkern u1="&#x162;" u2="&#x152;" k="-10" />
+    <hkern u1="&#x162;" u2="&#xd5;" k="-10" />
+    <hkern u1="&#x162;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x162;" u2="&#xe6;" k="55" />
+    <hkern u1="&#x162;" u2="&#xd8;" k="-10" />
+    <hkern u1="&#x162;" u2="&#xd6;" k="-10" />
+    <hkern u1="&#x162;" u2="&#xc6;" k="29" />
+    <hkern u1="&#x162;" u2="&#xc5;" k="37" />
+    <hkern u1="&#x162;" u2="&#xc4;" k="37" />
+    <hkern u1="&#x162;" u2="&#xc3;" k="37" />
+    <hkern u1="&#x162;" u2="&#xc2;" k="37" />
+    <hkern u1="&#x162;" u2="&#xc1;" k="37" />
+    <hkern u1="&#x162;" u2="&#xc0;" k="37" />
+    <hkern u1="&#x162;" u2="&#xab;" k="82" />
+    <hkern u1="&#x162;" u2="y" k="-31" />
+    <hkern u1="&#x162;" u2="w" k="-20" />
+    <hkern u1="&#x162;" u2="v" k="-20" />
+    <hkern u1="&#x162;" u2="u" k="25" />
+    <hkern u1="&#x162;" u2="s" k="55" />
+    <hkern u1="&#x162;" u2="r" k="16" />
+    <hkern u1="&#x162;" u2="o" k="53" />
+    <hkern u1="&#x162;" u2="j" k="-37" />
+    <hkern u1="&#x162;" u2="i" k="-35" />
+    <hkern u1="&#x162;" u2="g" k="41" />
+    <hkern u1="&#x162;" u2="e" k="53" />
+    <hkern u1="&#x162;" u2="c" k="55" />
+    <hkern u1="&#x162;" u2="a" k="39" />
+    <hkern u1="&#x162;" u2="Y" k="-70" />
+    <hkern u1="&#x162;" u2="W" k="-70" />
+    <hkern u1="&#x162;" u2="V" k="-70" />
+    <hkern u1="&#x162;" u2="S" k="-33" />
+    <hkern u1="&#x162;" u2="O" k="-10" />
+    <hkern u1="&#x162;" u2="J" k="25" />
+    <hkern u1="&#x162;" u2="G" k="-10" />
+    <hkern u1="&#x162;" u2="C" k="-4" />
+    <hkern u1="&#x162;" u2="A" k="37" />
+    <hkern u1="&#x162;" u2="&#x3b;" k="23" />
+    <hkern u1="&#x162;" u2="&#x2e;" k="43" />
+    <hkern u1="&#x162;" u2="&#x2d;" k="-18" />
+    <hkern u1="&#x162;" u2="&#x2c;" k="43" />
+    <hkern u1="&#x162;" u2="&#x2039;" k="82" />
+    <hkern u1="&#x155;" u2="&#x153;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xf8;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xe6;" k="35" />
+    <hkern u1="&#x155;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xf4;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xf2;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xea;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xe8;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x155;" u2="&#xe7;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xe2;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xe0;" k="-18" />
+    <hkern u1="&#x155;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x155;" u2="z" k="-2" />
+    <hkern u1="&#x155;" u2="y" k="-51" />
+    <hkern u1="&#x155;" u2="x" k="-41" />
+    <hkern u1="&#x155;" u2="w" k="-51" />
+    <hkern u1="&#x155;" u2="v" k="-51" />
+    <hkern u1="&#x155;" u2="u" k="-12" />
+    <hkern u1="&#x155;" u2="t" k="-33" />
+    <hkern u1="&#x155;" u2="s" k="-4" />
+    <hkern u1="&#x155;" u2="r" k="-20" />
+    <hkern u1="&#x155;" u2="q" k="-18" />
+    <hkern u1="&#x155;" u2="p" k="-20" />
+    <hkern u1="&#x155;" u2="o" k="-16" />
+    <hkern u1="&#x155;" u2="n" k="-20" />
+    <hkern u1="&#x155;" u2="m" k="-20" />
+    <hkern u1="&#x155;" u2="l" k="-23" />
+    <hkern u1="&#x155;" u2="k" k="-23" />
+    <hkern u1="&#x155;" u2="j" k="-6" />
+    <hkern u1="&#x155;" u2="i" k="-4" />
+    <hkern u1="&#x155;" u2="h" k="-23" />
+    <hkern u1="&#x155;" u2="g" k="-18" />
+    <hkern u1="&#x155;" u2="f" k="-39" />
+    <hkern u1="&#x155;" u2="e" k="-16" />
+    <hkern u1="&#x155;" u2="d" k="-18" />
+    <hkern u1="&#x155;" u2="c" k="-18" />
+    <hkern u1="&#x155;" u2="a" k="-18" />
+    <hkern u1="&#x155;" u2="&#x3b;" k="6" />
+    <hkern u1="&#x155;" u2="&#x3a;" k="-33" />
+    <hkern u1="&#x155;" u2="&#x2e;" k="86" />
+    <hkern u1="&#x155;" u2="&#x2d;" k="-53" />
+    <hkern u1="&#x155;" u2="&#x2c;" k="86" />
+    <hkern u1="&#x155;" u2="&#x2bc;" k="-59" />
+    <hkern u1="&#x103;" u2="y" k="-16" />
+    <hkern u1="&#x103;" u2="w" k="-18" />
+    <hkern u1="&#x103;" u2="v" k="-16" />
+    <hkern u1="&#x103;" u2="j" k="-33" />
+    <hkern u1="&#x103;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x13a;" u2="y" k="-16" />
+    <hkern u1="&#x13a;" u2="v" k="-16" />
+    <hkern u1="&#x119;" u2="y" k="29" />
+    <hkern u1="&#x119;" u2="x" k="31" />
+    <hkern u1="&#x119;" u2="w" k="10" />
+    <hkern u1="&#x119;" u2="v" k="16" />
+    <hkern u1="&#x119;" u2="t" k="-4" />
+    <hkern u1="&#x119;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#x11b;" u2="y" k="29" />
+    <hkern u1="&#x11b;" u2="x" k="31" />
+    <hkern u1="&#x11b;" u2="w" k="10" />
+    <hkern u1="&#x11b;" u2="v" k="16" />
+    <hkern u1="&#x11b;" u2="t" k="-4" />
+    <hkern u1="&#x11b;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#x151;" u2="y" k="29" />
+    <hkern u1="&#x151;" u2="x" k="31" />
+    <hkern u1="&#x151;" u2="w" k="10" />
+    <hkern u1="&#x151;" u2="v" k="16" />
+    <hkern u1="&#x151;" u2="t" k="-2" />
+    <hkern u1="&#x151;" u2="T" k="49" />
+    <hkern u1="&#x151;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#x159;" u2="&#x153;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xf8;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xe6;" k="35" />
+    <hkern u1="&#x159;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xf4;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xf2;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xea;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xe8;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x159;" u2="&#xe7;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xe2;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xe0;" k="-18" />
+    <hkern u1="&#x159;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x159;" u2="z" k="-2" />
+    <hkern u1="&#x159;" u2="y" k="-51" />
+    <hkern u1="&#x159;" u2="x" k="-41" />
+    <hkern u1="&#x159;" u2="w" k="-51" />
+    <hkern u1="&#x159;" u2="v" k="-51" />
+    <hkern u1="&#x159;" u2="u" k="-12" />
+    <hkern u1="&#x159;" u2="t" k="-33" />
+    <hkern u1="&#x159;" u2="s" k="-4" />
+    <hkern u1="&#x159;" u2="r" k="-20" />
+    <hkern u1="&#x159;" u2="q" k="-18" />
+    <hkern u1="&#x159;" u2="p" k="-20" />
+    <hkern u1="&#x159;" u2="o" k="-16" />
+    <hkern u1="&#x159;" u2="n" k="-20" />
+    <hkern u1="&#x159;" u2="m" k="-20" />
+    <hkern u1="&#x159;" u2="l" k="-23" />
+    <hkern u1="&#x159;" u2="k" k="-23" />
+    <hkern u1="&#x159;" u2="j" k="-6" />
+    <hkern u1="&#x159;" u2="i" k="-4" />
+    <hkern u1="&#x159;" u2="h" k="-23" />
+    <hkern u1="&#x159;" u2="g" k="-18" />
+    <hkern u1="&#x159;" u2="f" k="-39" />
+    <hkern u1="&#x159;" u2="e" k="-16" />
+    <hkern u1="&#x159;" u2="d" k="-18" />
+    <hkern u1="&#x159;" u2="c" k="-18" />
+    <hkern u1="&#x159;" u2="a" k="-18" />
+    <hkern u1="&#x159;" u2="&#x3b;" k="6" />
+    <hkern u1="&#x159;" u2="&#x3a;" k="-33" />
+    <hkern u1="&#x159;" u2="&#x2e;" k="86" />
+    <hkern u1="&#x159;" u2="&#x2d;" k="-53" />
+    <hkern u1="&#x159;" u2="&#x2c;" k="86" />
+    <hkern u1="&#x159;" u2="&#x2bc;" k="-59" />
+    <hkern u1="&#x16f;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x171;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x163;" u2="&#xe6;" k="2" />
+    <hkern u1="&#x163;" u2="&#xf6;" k="-12" />
+    <hkern u1="&#x163;" u2="&#xf3;" k="-12" />
+    <hkern u1="&#x163;" u2="&#xe9;" k="-12" />
+    <hkern u1="&#x163;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x163;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x163;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x163;" u2="o" k="-12" />
+    <hkern u1="&#x163;" u2="h" k="-39" />
+    <hkern u1="&#x163;" u2="e" k="-12" />
+    <hkern u1="&#x163;" u2="a" k="-18" />
+    <hkern u1="&#x163;" u2="S" k="-35" />
+    <hkern u1="&#x163;" u2="&#x3b;" k="-29" />
+    <hkern u1="&#x163;" u2="&#x3a;" k="-59" />
+    <hkern u1="&#x163;" u2="&#x2bc;" k="-57" />
+    <hkern u1="&#x101;" u2="y" k="-16" />
+    <hkern u1="&#x101;" u2="w" k="-18" />
+    <hkern u1="&#x101;" u2="v" k="-16" />
+    <hkern u1="&#x101;" u2="j" k="-33" />
+    <hkern u1="&#x101;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x113;" u2="y" k="29" />
+    <hkern u1="&#x113;" u2="x" k="31" />
+    <hkern u1="&#x113;" u2="w" k="10" />
+    <hkern u1="&#x113;" u2="v" k="16" />
+    <hkern u1="&#x113;" u2="t" k="-4" />
+    <hkern u1="&#x113;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#x117;" u2="y" k="29" />
+    <hkern u1="&#x117;" u2="x" k="31" />
+    <hkern u1="&#x117;" u2="w" k="10" />
+    <hkern u1="&#x117;" u2="v" k="16" />
+    <hkern u1="&#x117;" u2="t" k="-4" />
+    <hkern u1="&#x117;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#x123;" u2="&#xe6;" k="-12" />
+    <hkern u1="&#x123;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x123;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x123;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x123;" u2="&#xe5;" k="-29" />
+    <hkern u1="&#x123;" u2="&#xe4;" k="-29" />
+    <hkern u1="&#x123;" u2="r" k="-33" />
+    <hkern u1="&#x123;" u2="l" k="-33" />
+    <hkern u1="&#x123;" u2="e" k="-16" />
+    <hkern u1="&#x123;" u2="a" k="-29" />
+    <hkern u1="&#x12f;" u2="j" k="-33" />
+    <hkern u1="&#x12f;" u2="T" k="-37" />
+    <hkern u1="&#x136;" u2="&#xd3;" k="47" />
+    <hkern u1="&#x136;" u2="&#x152;" k="43" />
+    <hkern u1="&#x136;" u2="&#xe6;" k="29" />
+    <hkern u1="&#x136;" u2="&#xfc;" k="41" />
+    <hkern u1="&#x136;" u2="&#xf6;" k="51" />
+    <hkern u1="&#x136;" u2="&#xf3;" k="51" />
+    <hkern u1="&#x136;" u2="&#xe5;" k="37" />
+    <hkern u1="&#x136;" u2="&#xe4;" k="37" />
+    <hkern u1="&#x136;" u2="&#xd6;" k="47" />
+    <hkern u1="&#x136;" u2="y" k="63" />
+    <hkern u1="&#x136;" u2="u" k="41" />
+    <hkern u1="&#x136;" u2="o" k="51" />
+    <hkern u1="&#x136;" u2="e" k="51" />
+    <hkern u1="&#x136;" u2="a" k="37" />
+    <hkern u1="&#x136;" u2="T" k="-43" />
+    <hkern u1="&#x136;" u2="S" k="-23" />
+    <hkern u1="&#x136;" u2="O" k="47" />
+    <hkern u1="&#x136;" u2="G" k="43" />
+    <hkern u1="&#x136;" u2="C" k="51" />
+    <hkern u1="&#x136;" u2="&#x2d;" k="-4" />
+    <hkern u1="&#x13b;" u2="&#xd2;" k="6" />
+    <hkern u1="&#x13b;" u2="&#xd4;" k="6" />
+    <hkern u1="&#x13b;" u2="&#xd3;" k="6" />
+    <hkern u1="&#x13b;" u2="&#xd5;" k="6" />
+    <hkern u1="&#x13b;" u2="&#xfc;" k="-12" />
+    <hkern u1="&#x13b;" u2="&#xdc;" k="-2" />
+    <hkern u1="&#x13b;" u2="&#xd6;" k="6" />
+    <hkern u1="&#x13b;" u2="&#xc7;" k="6" />
+    <hkern u1="&#x13b;" u2="&#xc6;" k="-63" />
+    <hkern u1="&#x13b;" u2="&#xc5;" k="-55" />
+    <hkern u1="&#x13b;" u2="&#xc4;" k="-55" />
+    <hkern u1="&#x13b;" u2="&#xc1;" k="-55" />
+    <hkern u1="&#x13b;" u2="y" k="37" />
+    <hkern u1="&#x13b;" u2="u" k="-12" />
+    <hkern u1="&#x13b;" u2="Y" k="94" />
+    <hkern u1="&#x13b;" u2="W" k="55" />
+    <hkern u1="&#x13b;" u2="V" k="57" />
+    <hkern u1="&#x13b;" u2="U" k="-2" />
+    <hkern u1="&#x13b;" u2="T" k="43" />
+    <hkern u1="&#x13b;" u2="S" k="-23" />
+    <hkern u1="&#x13b;" u2="O" k="6" />
+    <hkern u1="&#x13b;" u2="G" k="2" />
+    <hkern u1="&#x13b;" u2="C" k="6" />
+    <hkern u1="&#x13b;" u2="A" k="-55" />
+    <hkern u1="&#x13b;" u2="&#x2d;" k="-59" />
+    <hkern u1="&#x13b;" u2="&#x201d;" k="104" />
+    <hkern u1="&#x13b;" u2="&#x2bc;" k="104" />
+    <hkern u1="&#x13c;" u2="y" k="-16" />
+    <hkern u1="&#x13c;" u2="v" k="-16" />
+    <hkern u1="&#x145;" u2="&#xd3;" k="-16" />
+    <hkern u1="&#x145;" u2="&#xf8;" k="-25" />
+    <hkern u1="&#x145;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#x145;" u2="&#xfc;" k="-29" />
+    <hkern u1="&#x145;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x145;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x145;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x145;" u2="&#xe5;" k="-29" />
+    <hkern u1="&#x145;" u2="&#xe4;" k="-29" />
+    <hkern u1="&#x145;" u2="&#xe1;" k="-29" />
+    <hkern u1="&#x145;" u2="&#xd6;" k="-16" />
+    <hkern u1="&#x145;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#x145;" u2="&#xc6;" k="-16" />
+    <hkern u1="&#x145;" u2="&#xc5;" k="-10" />
+    <hkern u1="&#x145;" u2="&#xc4;" k="-10" />
+    <hkern u1="&#x145;" u2="&#xc1;" k="-10" />
+    <hkern u1="&#x145;" u2="u" k="-29" />
+    <hkern u1="&#x145;" u2="o" k="-16" />
+    <hkern u1="&#x145;" u2="e" k="-16" />
+    <hkern u1="&#x145;" u2="a" k="-29" />
+    <hkern u1="&#x145;" u2="O" k="-16" />
+    <hkern u1="&#x145;" u2="G" k="-18" />
+    <hkern u1="&#x145;" u2="C" k="-14" />
+    <hkern u1="&#x145;" u2="A" k="-10" />
+    <hkern u1="&#x145;" u2="&#x2e;" k="-23" />
+    <hkern u1="&#x145;" u2="&#x2c;" k="-20" />
+    <hkern u1="&#x14c;" u2="&#xc6;" k="23" />
+    <hkern u1="&#x14c;" u2="&#xc5;" k="33" />
+    <hkern u1="&#x14c;" u2="&#xc4;" k="33" />
+    <hkern u1="&#x14c;" u2="&#xc1;" k="33" />
+    <hkern u1="&#x14c;" u2="Y" k="70" />
+    <hkern u1="&#x14c;" u2="X" k="37" />
+    <hkern u1="&#x14c;" u2="W" k="20" />
+    <hkern u1="&#x14c;" u2="V" k="25" />
+    <hkern u1="&#x14c;" u2="T" k="-12" />
+    <hkern u1="&#x14c;" u2="A" k="33" />
+    <hkern u1="&#x14d;" u2="y" k="29" />
+    <hkern u1="&#x14d;" u2="x" k="31" />
+    <hkern u1="&#x14d;" u2="w" k="10" />
+    <hkern u1="&#x14d;" u2="v" k="16" />
+    <hkern u1="&#x14d;" u2="t" k="-2" />
+    <hkern u1="&#x14d;" u2="T" k="49" />
+    <hkern u1="&#x14d;" u2="&#x2bc;" k="6" />
+    <hkern u1="&#x156;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x156;" u2="&#x153;" k="25" />
+    <hkern u1="&#x156;" u2="&#x152;" k="23" />
+    <hkern u1="&#x156;" u2="&#xe6;" k="25" />
+    <hkern u1="&#x156;" u2="&#xfc;" k="12" />
+    <hkern u1="&#x156;" u2="&#xfa;" k="12" />
+    <hkern u1="&#x156;" u2="&#xf6;" k="25" />
+    <hkern u1="&#x156;" u2="&#xf3;" k="25" />
+    <hkern u1="&#x156;" u2="&#xe9;" k="25" />
+    <hkern u1="&#x156;" u2="&#xe5;" k="10" />
+    <hkern u1="&#x156;" u2="&#xe4;" k="10" />
+    <hkern u1="&#x156;" u2="&#xe1;" k="10" />
+    <hkern u1="&#x156;" u2="&#xdc;" k="12" />
+    <hkern u1="&#x156;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x156;" u2="&#xc7;" k="23" />
+    <hkern u1="&#x156;" u2="y" k="-16" />
+    <hkern u1="&#x156;" u2="u" k="12" />
+    <hkern u1="&#x156;" u2="o" k="25" />
+    <hkern u1="&#x156;" u2="e" k="25" />
+    <hkern u1="&#x156;" u2="a" k="10" />
+    <hkern u1="&#x156;" u2="Y" k="59" />
+    <hkern u1="&#x156;" u2="W" k="29" />
+    <hkern u1="&#x156;" u2="V" k="31" />
+    <hkern u1="&#x156;" u2="U" k="12" />
+    <hkern u1="&#x156;" u2="T" k="-14" />
+    <hkern u1="&#x156;" u2="O" k="20" />
+    <hkern u1="&#x156;" u2="G" k="23" />
+    <hkern u1="&#x156;" u2="C" k="23" />
+    <hkern u1="&#x156;" u2="&#x2d;" k="-20" />
+    <hkern u1="&#x157;" u2="&#x153;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xf8;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xe6;" k="35" />
+    <hkern u1="&#x157;" u2="&#xf6;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xf4;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xf2;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xf3;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xea;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xe8;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xe9;" k="-16" />
+    <hkern u1="&#x157;" u2="&#xe7;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xe2;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xe0;" k="-18" />
+    <hkern u1="&#x157;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x157;" u2="z" k="-2" />
+    <hkern u1="&#x157;" u2="y" k="-51" />
+    <hkern u1="&#x157;" u2="x" k="-41" />
+    <hkern u1="&#x157;" u2="w" k="-51" />
+    <hkern u1="&#x157;" u2="v" k="-51" />
+    <hkern u1="&#x157;" u2="u" k="-12" />
+    <hkern u1="&#x157;" u2="t" k="-33" />
+    <hkern u1="&#x157;" u2="s" k="-4" />
+    <hkern u1="&#x157;" u2="r" k="-20" />
+    <hkern u1="&#x157;" u2="q" k="-18" />
+    <hkern u1="&#x157;" u2="p" k="-20" />
+    <hkern u1="&#x157;" u2="o" k="-16" />
+    <hkern u1="&#x157;" u2="n" k="-20" />
+    <hkern u1="&#x157;" u2="m" k="-20" />
+    <hkern u1="&#x157;" u2="l" k="-23" />
+    <hkern u1="&#x157;" u2="k" k="-23" />
+    <hkern u1="&#x157;" u2="j" k="-6" />
+    <hkern u1="&#x157;" u2="i" k="-4" />
+    <hkern u1="&#x157;" u2="h" k="-23" />
+    <hkern u1="&#x157;" u2="g" k="-18" />
+    <hkern u1="&#x157;" u2="f" k="-39" />
+    <hkern u1="&#x157;" u2="e" k="-16" />
+    <hkern u1="&#x157;" u2="d" k="-18" />
+    <hkern u1="&#x157;" u2="c" k="-18" />
+    <hkern u1="&#x157;" u2="a" k="-18" />
+    <hkern u1="&#x157;" u2="&#x3b;" k="6" />
+    <hkern u1="&#x157;" u2="&#x3a;" k="-33" />
+    <hkern u1="&#x157;" u2="&#x2e;" k="86" />
+    <hkern u1="&#x157;" u2="&#x2d;" k="-53" />
+    <hkern u1="&#x157;" u2="&#x2c;" k="86" />
+    <hkern u1="&#x157;" u2="&#x2bc;" k="-59" />
+    <hkern u1="&#x16a;" u2="&#xc6;" k="10" />
+    <hkern u1="&#x16a;" u2="&#xc5;" k="18" />
+    <hkern u1="&#x16a;" u2="&#xc4;" k="18" />
+    <hkern u1="&#x16a;" u2="&#xc3;" k="18" />
+    <hkern u1="&#x16a;" u2="&#xc2;" k="18" />
+    <hkern u1="&#x16a;" u2="&#xc1;" k="18" />
+    <hkern u1="&#x16a;" u2="r" k="-25" />
+    <hkern u1="&#x16a;" u2="p" k="-25" />
+    <hkern u1="&#x16a;" u2="n" k="-25" />
+    <hkern u1="&#x16a;" u2="m" k="-25" />
+    <hkern u1="&#x16a;" u2="A" k="18" />
+    <hkern u1="&#x16a;" u2="&#x2e;" k="10" />
+    <hkern u1="&#x16a;" u2="&#x2c;" k="16" />
+    <hkern u1="&#x16b;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x172;" u2="&#xc6;" k="10" />
+    <hkern u1="&#x172;" u2="&#xc5;" k="18" />
+    <hkern u1="&#x172;" u2="&#xc4;" k="18" />
+    <hkern u1="&#x172;" u2="&#xc3;" k="18" />
+    <hkern u1="&#x172;" u2="&#xc2;" k="18" />
+    <hkern u1="&#x172;" u2="&#xc1;" k="18" />
+    <hkern u1="&#x172;" u2="r" k="-25" />
+    <hkern u1="&#x172;" u2="p" k="-25" />
+    <hkern u1="&#x172;" u2="n" k="-25" />
+    <hkern u1="&#x172;" u2="m" k="-25" />
+    <hkern u1="&#x172;" u2="A" k="18" />
+    <hkern u1="&#x172;" u2="&#x2e;" k="10" />
+    <hkern u1="&#x172;" u2="&#x2c;" k="16" />
+    <hkern u1="&#x173;" u2="&#x2bc;" k="-25" />
+    <hkern u1="&#x137;" u2="&#xe6;" k="23" />
+    <hkern u1="&#x137;" u2="&#xfc;" k="-2" />
+    <hkern u1="&#x137;" u2="&#xf6;" k="23" />
+    <hkern u1="&#x137;" u2="&#xf3;" k="23" />
+    <hkern u1="&#x137;" u2="&#xe9;" k="25" />
+    <hkern u1="&#x137;" u2="&#xe5;" k="10" />
+    <hkern u1="&#x137;" u2="&#xe4;" k="10" />
+    <hkern u1="&#x137;" u2="&#xe1;" k="10" />
+    <hkern u1="&#x137;" u2="u" k="-2" />
+    <hkern u1="&#x137;" u2="s" k="-23" />
+    <hkern u1="&#x137;" u2="o" k="23" />
+    <hkern u1="&#x137;" u2="g" k="14" />
+    <hkern u1="&#x137;" u2="e" k="25" />
+    <hkern u1="&#x137;" u2="a" k="10" />
+    <hkern u1="&#x137;" u2="&#x2e;" k="-4" />
+    <hkern u1="&#x137;" u2="&#x2d;" k="-16" />
+    <hkern u1="&#x137;" u2="&#x2c;" k="-25" />
+    <hkern u1="&#x122;" u2="&#xc6;" k="23" />
+    <hkern u1="&#x122;" u2="&#xc5;" k="33" />
+    <hkern u1="&#x122;" u2="&#xc4;" k="33" />
+    <hkern u1="&#x122;" u2="&#xc3;" k="33" />
+    <hkern u1="&#x122;" u2="&#xc2;" k="33" />
+    <hkern u1="&#x122;" u2="&#xc1;" k="33" />
+    <hkern u1="&#x122;" u2="&#xc0;" k="33" />
+    <hkern u1="&#x122;" u2="Y" k="53" />
+    <hkern u1="&#x122;" u2="W" k="18" />
+    <hkern u1="&#x122;" u2="V" k="20" />
+    <hkern u1="&#x122;" u2="T" k="-18" />
+    <hkern u1="&#x122;" u2="A" k="33" />
+  </font>
+</defs></svg>
Binary file src/metadatacomposer/static/metadatacomposer/fonts/Futura-CondensedExtraBold.ttf has changed
Binary file src/metadatacomposer/static/metadatacomposer/fonts/Futura-CondensedExtraBold.woff has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/static/metadatacomposer/fonts/Futura-Medium.svg	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,3237 @@
+<?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>
+<metadata>
+Created by FontForge 20120702 at Fri May 17 16:24:48 2013
+
+(c) Copyright 1998, Neufville Digital. ALL RIGHTS RESERVED. This font is licensed, not sold, and may not be reproduced without the written consent of Neufville Digital. Parts (c) Visualogik Technology &#38; Design, 1998.
+</metadata>
+<defs>
+<font id="Futura-Medium" horiz-adv-x="1158" >
+  <font-face 
+    font-family="Futura"
+    font-weight="500"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 6 2 2 2 4 2 3 3"
+    ascent="1638"
+    descent="-410"
+    x-height="974"
+    cap-height="1544"
+    bbox="-1074 -591 2707 2164"
+    underline-thickness="160"
+    underline-position="-120"
+    unicode-range="U+0008-FB02"
+  />
+<missing-glyph horiz-adv-x="1024" 
+d="M200 0v1544h624v-1544h-624zM781 43v1458h-538v-1458h538z" />
+    <glyph glyph-name="fi" unicode="fi" horiz-adv-x="1087" 
+d="M944 1231h-225v91q0 74 -48 130q-51 57 -125 57q-73 0 -123 -56q-49 -55 -49 -131v-348h258v-210h-258v-764h-225v764h-80v210h80v348q0 164 116 280q117 117 282 117q164 0 280 -117q117 -116 117 -280v-91zM944 0h-225v974h225v-974z" />
+    <glyph glyph-name="fl" unicode="fl" horiz-adv-x="1087" 
+d="M944 0h-225v1322q0 74 -50 130q-50 57 -123 57t-123 -56q-49 -55 -49 -131v-348h258v-210h-258v-764h-225v764h-80v210h80v348q0 164 117 280q117 117 281 117t280 -117q117 -116 117 -280v-1322z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1024" 
+d="M200 0v1544h624v-1544h-624zM781 43v1458h-538v-1458h538z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="632" 
+ />
+    <glyph glyph-name="zerowidthjoiner" unicode="&#x200d;" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="1313" 
+d="M237 593h838v-196h-838v196z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="1336" 
+d="M0 593h1336v-196h-1336v196z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2bb;" horiz-adv-x="669" 
+d="M317 961l-201 78l285 572l152 -62z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="669" 
+d="M317 961l-201 78l285 572l152 -62z" />
+    <glyph glyph-name="quoteright" unicode="&#x2bc;" horiz-adv-x="669" 
+d="M353 1611l200 -78l-285 -572l-152 63z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="669" 
+d="M353 1611l200 -78l-285 -572l-152 63z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="669" 
+d="M353 289l200 -78l-285 -571l-152 63z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="1069" 
+d="M717 961l-201 78l285 572l152 -62zM317 961l-201 78l285 572l152 -62z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="1069" 
+d="M353 1611l200 -78l-285 -572l-152 63zM753 1611l200 -78l-285 -572l-152 63z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="1069" 
+d="M353 289l200 -78l-285 -571l-152 63zM753 289l200 -78l-285 -571l-152 63z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1313" 
+d="M544 1689h226v-356h318v-218h-318v-1525h-226v1525h-318v218h318v356z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1313" 
+d="M544 1689h226v-356h318v-218h-318v-609h318v-217h-318v-699h-226v699h-318v217h318v609h-318v218h318v356z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="1544" 
+d="M777 1112q128 0 220 -96q93 -95 93 -228q0 -136 -93 -230q-93 -95 -225 -95q-130 0 -225 95q-93 96 -93 229q0 136 94 230q95 95 229 95z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="1934" 
+d="M183 112q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40t-40 100zM827 112q0 56 41 97t98 41q58 0 99 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40q-41 41 -41 100zM1472 112q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99
+q-40 -40 -97 -40q-59 0 -99 40q-41 41 -41 100z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2784" 
+d="M77 1201q0 145 111 252q113 107 261 107q152 0 262 -108q110 -107 110 -256q0 -150 -110 -257t-265 -107q-152 0 -261 109q-108 109 -108 260zM251 1198q0 -84 58 -142t141 -58q81 0 139 58t58 140q0 81 -58 139t-140 58t-140 -58t-58 -137zM1326 1571l109 -62
+l-884 -1534l-110 66zM1054 355q0 144 111 251q113 107 261 107q153 0 263 -108q110 -107 110 -256q0 -151 -111 -257q-109 -106 -265 -106q-152 0 -261 108q-108 108 -108 261zM1229 351q0 -84 57 -142q58 -58 141 -58q82 0 139 58q58 58 58 140t-58 140q-57 58 -140 58
+q-81 0 -139 -58t-58 -138zM1962 355q0 144 111 251q113 107 261 107q153 0 263 -108q110 -107 110 -256q0 -151 -111 -257q-109 -106 -265 -106q-152 0 -261 108q-108 108 -108 261zM2137 351q0 -84 57 -142q58 -58 141 -58q82 0 139 58q58 58 58 140t-58 140
+q-57 58 -140 58q-81 0 -139 -58t-58 -138z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="751" 
+d="M328 495l300 -383l-150 -111l-385 493l385 510l149 -110z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="751" 
+d="M424 495l-300 399l150 110l384 -510l-385 -493l-149 111z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="376" 
+d="M576 1571l109 -62l-884 -1534l-109 66z" />
+    <glyph glyph-name="controlNULL" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlNULL" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlBS" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlHT" unicode="&#x9;" horiz-adv-x="632" 
+ />
+    <glyph glyph-name="controlCR" unicode="&#xd;" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="controlGS" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="679" 
+d="M201 112q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40t-40 100zM227 344v1200h226v-1200h-226z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="840" 
+d="M322 923h-170l-43 621h256zM688 923h-170l-43 621h256z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1264" 
+d="M1227 1110v-176h-243l-36 -287h222v-176h-244l-59 -478l-176 23l57 455h-297l-60 -478l-178 23l57 459h-228v172h253l36 287h-231v176h253l55 448l175 -23l-53 -425h295l56 448l175 -23l-53 -425h224zM803 934h-294l-36 -287h296z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1264" 
+d="M743 1763v-196q118 -19 193 -78t143 -181l-195 -109q-88 160 -230 160q-88 0 -146 -52t-58 -130q0 -71 47 -118q46 -46 186 -109q121 -55 200 -103.5t119 -93.5q113 -122 113 -295q0 -170 -102 -300q-101 -129 -270 -174v-207h-175v201q-196 32 -299 135t-152 318l220 46
+q45 -152 110 -217q68 -62 181 -62q110 0 184 71q73 70 73 181q0 99 -61 159q-31 29 -91.5 65.5t-154.5 79.5q-194 87 -255 160q-97 109 -97 261q0 72 23 134t66.5 112.5t107.5 87.5t145 58v196h175z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1876" 
+d="M77 1201q0 145 111 252q113 107 261 107q152 0 262 -108q110 -107 110 -256q0 -150 -110 -257t-265 -107q-152 0 -261 109q-108 109 -108 260zM251 1198q0 -84 58 -142t141 -58q81 0 139 58t58 140q0 81 -58 139t-140 58t-140 -58t-58 -137zM1326 1571l109 -62
+l-884 -1534l-110 66zM1054 355q0 144 111 251q113 107 261 107q153 0 263 -108q110 -107 110 -256q0 -151 -111 -257q-109 -106 -265 -106q-152 0 -261 108q-108 108 -108 261zM1229 351q0 -84 57 -142q58 -58 141 -58q82 0 139 58q58 58 58 140t-58 140q-57 58 -140 58
+q-81 0 -139 -58t-58 -138z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1497" 
+d="M792 859l278 -336l9 10q45 49 85 96t77 95l152 -156q-28 -40 -73.5 -93t-108.5 -122l286 -353h-290l-154 189q-212 -219 -441 -219q-205 0 -348 131q-140 132 -140 326q0 231 222 384l101 69q2 1 7 5t14 11q-153 163 -153 321q0 156 102 254q104 98 268 98q159 0 263 -95
+t104 -240q0 -100 -57 -181q-56 -81 -203 -194zM607 728l-13 -9q-143 -99 -195 -159q-51 -60 -51 -127q0 -96 77 -176q80 -77 176 -77q135 0 311 177zM657 1023l19 14q49 37 81 64.5t46 46.5q30 37 30 91q0 61 -41 99t-110 38q-63 0 -106 -39q-43 -37 -43 -95q0 -68 54 -134
+l58 -70q3 -5 12 -15z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="474" 
+d="M322 923h-170l-43 621h256z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="750" 
+d="M403 1706l208 -80q-109 -261 -153 -482q-22 -112 -33 -235.5t-11 -269.5q0 -147 11 -270.5t33 -235.5q43 -220 153 -481l-208 -80q-218 457 -218 1067t218 1067z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="750" 
+d="M347 -428l-208 80q110 261 153 481q45 220 45 506q0 284 -45 505q-44 221 -153 482l208 80q218 -457 218 -1067t-218 -1067z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="1264" 
+d="M546 1419l-15 270h201l-16 -270l253 98l62 -191l-262 -68l171 -210l-162 -118l-147 228l-146 -228l-163 118l172 209l-262 69l62 191z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1264" 
+d="M99 710v186h440v432h185v-432h440v-186h-440v-432h-185v432h-440z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="632" 
+d="M281 289l200 -78l-285 -571l-152 63z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="446" 
+d="M0 593h446v-196h-446v196z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="632" 
+d="M177 112q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40t-40 100z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="1061" 
+d="M868 1706l186 -82l-884 -2046l-184 83z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1264" 
+d="M87 782q0 369 172 589q154 199 373 199t373 -199q172 -220 172 -599q0 -378 -172 -598q-154 -199 -372 -199t-374 199q-172 220 -172 608zM316 781q0 -257 89 -427q89 -167 227 -167q137 0 227 167q90 166 90 419t-90 420q-90 166 -227 166q-136 0 -226 -166
+q-90 -165 -90 -412z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1264" 
+d="M555 1326h-267l128 218h372v-1544h-233v1326z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1264" 
+d="M513 219h575v-219h-1037l536 649q79 97 132.5 168t81.5 119q57 94 57 169q0 108 -76 181t-188 73q-234 0 -268 -277h-232q56 488 493 488q211 0 354 -134q144 -134 144 -332q0 -126 -67 -247q-34 -63 -99.5 -149.5t-165.5 -204.5z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1264" 
+d="M530 717v199q148 0 199 33q91 58 91 186q0 99 -66 161q-65 63 -169 63q-97 0 -150 -47q-51 -48 -76 -162h-232q36 218 148 319.5t313 101.5q203 0 331 -120q128 -119 128 -307q0 -212 -168 -330q192 -113 192 -367q0 -208 -140 -340t-359 -132q-279 0 -414 205
+q-56 86 -71 238h225q18 -112 87.5 -171.5t181.5 -59.5q113 0 187 75q74 77 74 195q0 156 -111 222q-65 38 -201 38z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1264" 
+d="M1010 431h164v-212h-164v-219h-233v219h-758l991 1440v-1228zM777 431v517l-356 -517h356z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1264" 
+d="M1077 1326h-476l-76 -256q17 2 32.5 3t28.5 1q225 0 369 -152q145 -151 145 -387q0 -244 -164 -402t-413 -158q-307 0 -484 288l176 149q73 -124 147 -175q74 -50 181 -50q140 0 235 98q95 101 95 245q0 148 -94 242q-94 97 -235 97q-157 0 -271 -137h-77l243 812h638
+v-218z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1264" 
+d="M804 1598l171 -128l-369 -502q30 4 51 6t33 2q188 0 325 -144q136 -142 136 -342q0 -212 -152 -364q-151 -151 -363 -151q-210 0 -368 149q-155 149 -155 353q0 183 151 388zM924 475q0 123 -85 208q-86 86 -207 86q-122 0 -207 -85t-85 -206t85 -206t208 -85
+q120 0 205 85q86 86 86 203z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1264" 
+d="M868 1326h-762v218h1151l-974 -1597l-185 117z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1264" 
+d="M356 803q-170 120 -170 327q0 188 129 314q130 126 323 126q192 0 320 -126q128 -125 128 -315q0 -199 -169 -325q93 -50 146 -146q54 -96 54 -216q0 -205 -134 -336t-343 -131q-214 0 -353 132q-140 132 -140 332q0 260 209 364zM405 1131q0 -99 67 -166q68 -68 164 -68
+q95 0 163 68t68 163t-68 163t-163 68t-163 -68t-68 -160zM376 447q0 -107 74 -184q75 -76 182 -76q106 0 181 75q75 76 75 182q0 107 -75 182t-181 75q-105 0 -181 -75q-75 -75 -75 -179z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1264" 
+d="M460 -53l-171 127l369 503q-30 -4 -51 -6t-34 -2q-187 0 -324 143q-136 142 -136 342q0 213 151 364q152 152 364 152q211 0 367 -150q156 -149 156 -352q0 -180 -152 -389zM340 1071q0 -125 85 -210q86 -86 207 -86t206 85q86 86 86 207t-86 207q-85 85 -207 85
+q-120 0 -205 -85q-86 -86 -86 -203z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="632" 
+d="M177 112q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40t-40 100zM177 864q0 55 41 96t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40t-99 41q-40 40 -40 100z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="632" 
+d="M281 289l200 -78l-285 -571l-152 63zM226 863q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40t-99 41q-40 40 -40 99z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1264" 
+d="M1134 1372v-230l-758 -359l758 -359v-228l-1004 490v197z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1264" 
+d="M99 880v170h1065v-170h-1065zM99 556v170h1065v-170h-1065z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1264" 
+d="M130 195v230l757 358l-757 360v228l1003 -490v-197z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="1002" 
+d="M619 721h226q0 -152 -81 -245q-105 -121 -269 -121q-144 0 -241 100q-98 101 -98 247q0 116 61 186q62 71 210 124q147 54 186 87q40 33 40 102t-41.5 109.5t-110.5 40.5t-110 -40t-41 -109q0 -31 12 -86h-233q-2 26 -3.5 46t-1.5 36q0 158 107 263q106 105 268 105
+q163 0 272 -106t109 -265q0 -163 -109 -263q-69 -63 -260 -122q-130 -40 -130 -126q0 -24 9.5 -45.5t25.5 -37.5t37.5 -25t45.5 -9q110 0 120 154zM364 112q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -97 -40q-59 0 -99 40q-41 41 -41 100z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="1803" 
+d="M1328 1176l-63 -525q-4 -29 -5.5 -55.5t-1.5 -49.5q0 -75 62 -75q87 0 158 123q70 121 70 276q0 246 -172 403q-171 159 -437 159q-278 0 -468 -190q-189 -189 -189 -468q0 -154 68 -302q69 -139 193 -229q166 -120 416 -120q234 0 490 119l15 8l52 -144l-12 -6
+q-261 -126 -544 -126q-313 0 -524 151q-155 110 -242 281q-86 180 -86 366q0 339 239 569t590 230q323 0 541 -198q217 -196 217 -491q0 -228 -118 -391q-119 -165 -279 -165q-128 0 -174 121q-123 -126 -274 -126q-165 0 -275 119q-108 118 -108 301q0 197 121 324
+q121 130 304 130q168 0 271 -130l14 111h151zM1124 790q0 93 -63 155q-65 62 -158 62q-101 0 -165 -78q-65 -77 -65 -197q0 -104 52 -171t134 -67q105 0 185 89t80 207z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1211" 
+d="M185 0v1544h232q155 0 247 -24q93 -24 157 -81q65 -59 103 -147q39 -89 39 -180q0 -166 -127 -281q123 -42 194 -147q72 -104 72 -242q0 -181 -128 -306q-77 -77 -173 -107q-105 -29 -263 -29h-353zM418 881h73q130 0 190.5 57.5t60.5 169.5q0 109 -62 165.5t-180 56.5
+h-82v-449zM418 219h144q158 0 232 62q78 67 78 170q0 100 -75 168q-73 67 -261 67h-118v-467z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1435" 
+d="M1326 1461v-276q-202 169 -418 169q-238 0 -401 -171q-164 -170 -164 -416q0 -243 164 -410t402 -167q123 0 209 40q48 20 99.5 54t108.5 82v-281q-200 -113 -420 -113q-331 0 -565 231q-233 233 -233 562q0 295 195 526q240 283 621 283q208 0 402 -113z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1487" 
+d="M185 0v1544h324q233 0 368 -46q145 -45 263 -153q239 -218 239 -573q0 -356 -249 -576q-125 -110 -262 -153q-128 -43 -363 -43h-320zM418 219h105q157 0 261 33q104 35 188 111q172 157 172 409q0 254 -170 412q-153 141 -451 141h-105v-1106z" />
+    <glyph glyph-name="E" unicode="E" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1041" 
+d="M956 1325h-538v-371h519v-219h-519v-735h-233v1544h771v-219z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1725" 
+d="M979 804h638v-51q0 -174 -41 -308q-40 -124 -135 -232q-215 -242 -547 -242q-324 0 -555 234q-231 235 -231 564q0 336 235 570q235 235 572 235q181 0 338 -74q150 -74 295 -240l-166 -159q-190 253 -463 253q-245 0 -411 -169q-166 -166 -166 -416q0 -258 185 -425
+q173 -155 375 -155q172 0 309 116q137 117 153 280h-385v219z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1502" 
+d="M418 940h666v604h233v-1544h-233v721h-666v-721h-233v1544h233v-604z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="840" 
+d="M655 1544v-999q0 -179 -25 -267q-25 -100 -85 -169q-117 -137 -310 -137q-146 0 -273 76l114 199q85 -57 159 -57q104 0 144 79q42 79 42 276v999h234z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1357" 
+d="M418 928l601 616h311l-698 -699l702 -845h-312l-556 687l-48 -48v-639h-233v1544h233v-616z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="908" 
+d="M418 1544v-1325h454v-219h-687v1544h233z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1969" 
+d="M131 0l325 1660l530 -1200l549 1200l292 -1660h-239l-149 932l-457 -1003l-444 1004l-166 -933h-241z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1729" 
+d="M185 0v1649l1126 -1178v1073h233v-1638l-1126 1175v-1081h-233z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1106" 
+d="M418 627v-627h-233v1544h264q194 0 293 -27q100 -27 176 -102q133 -130 133 -328q0 -212 -142 -336t-383 -124h-108zM418 843h87q321 0 321 247q0 239 -331 239h-77v-486z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1830" 
+d="M1756 -28h-293l-121 124q-193 -124 -430 -124q-307 0 -545 208q-259 229 -259 585q0 349 245 582q238 226 562 226q294 0 527 -198q280 -238 280 -621q0 -300 -221 -533zM1115 611l224 -223q148 154 148 381q0 249 -165 417t-410 168q-248 0 -408 -168
+q-161 -167 -161 -423q0 -250 166 -409q173 -164 395 -164q151 0 273 69l-363 352h301z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1233" 
+d="M708 658l478 -658h-285l-441 632h-42v-632h-233v1544h273q306 0 442 -115q150 -128 150 -338q0 -164 -94 -282t-248 -151zM418 835h74q331 0 331 253q0 237 -322 237h-83v-490z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1194" 
+d="M1058 1314l-189 -112q-53 92 -101 120q-50 32 -129 32q-97 0 -161 -55q-64 -54 -64 -136q0 -113 168 -182l154 -63q188 -76 275 -185.5t87 -268.5q0 -213 -142 -352q-143 -140 -355 -140q-201 0 -332 119q-129 119 -161 335l236 52q16 -136 56 -188q72 -100 210 -100
+q109 0 181 73t72 185q0 45 -12.5 82.5t-39 69t-68.5 59t-100 52.5l-149 62q-317 134 -317 392q0 174 133 291q133 118 331 118q267 0 417 -260z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="988" 
+d="M611 1325v-1325h-233v1325h-355v219h942v-219h-354z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1385" 
+d="M263 1544l427 -1070l433 1070h255l-693 -1660l-677 1660h255z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="2172" 
+d="M261 1544l402 -1032l420 1107l402 -1107l427 1032h253l-690 -1642l-397 1094l-414 -1095l-656 1643h253z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1265" 
+d="M508 807l-425 737h265l295 -523l310 523h267l-445 -737l467 -807h-261l-342 591l-352 -591h-264z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1229" 
+d="M497 667l-504 877h268l353 -617l354 617h268l-506 -877v-667h-233v667z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1280" 
+d="M452 219h741v-219h-1124l758 1325h-634v219h1017z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="732" 
+d="M430 1478v-1676h194v-212h-423v2099h423v-211h-194z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="1061" 
+d="M194 1706l883 -2045l-184 -83l-885 2046z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="732" 
+d="M303 -198v1676h-195v211h423v-2099h-423v212h195z" />
+    <glyph glyph-name="asciicircum" unicode="^" 
+d="M281 812h-245l391 739h304l392 -739h-246l-298 555z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M0 -129h1158v-210h-1158v210z" />
+    <glyph glyph-name="grave" unicode="`" 
+d="M197 1454l211 110l276 -364l-124 -76z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1228" 
+d="M367 1689v-828q135 140 306 140q197 0 328 -147q131 -146 131 -364q0 -225 -132 -372q-131 -146 -331 -146q-169 0 -302 130v-102h-225v1689h225zM902 480q0 140 -76 228q-77 90 -193 90q-124 0 -202 -87q-77 -86 -77 -224q0 -142 76 -227q76 -87 200 -87q117 0 194 87
+q78 88 78 220z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="976" 
+d="M900 932v-299q-77 94 -138 129q-60 36 -141 36q-127 0 -211 -89t-84 -223q0 -137 81 -225q82 -88 209 -88q81 0 143 35q60 34 141 132v-297q-137 -71 -274 -71q-226 0 -378 146q-152 147 -152 365t154 368t378 150q144 0 272 -69z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1228" 
+d="M860 1689h226v-1689h-226v102q-133 -130 -301 -130q-200 0 -332 146q-131 149 -131 372q0 218 131 364q130 147 327 147q171 0 306 -140v828zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88
+q-77 -89 -77 -220z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="608" 
+d="M375 764v-764h-226v764h-80v210h80v376q0 184 64 260q88 106 256 106q60 0 151 -35v-230l-23 12q-73 37 -120 37q-60 0 -81 -43q-21 -42 -21 -162v-321h245v-210h-245z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1226" 
+d="M1084 23q0 -69 -4.5 -121.5t-12.5 -92.5q-24 -110 -94 -189q-132 -152 -363 -152q-195 0 -321 105q-130 108 -150 299h226q13 -72 43 -111q70 -91 204 -91q247 0 247 303v136q-134 -137 -309 -137q-199 0 -326 144q-128 146 -128 365q0 213 119 362q128 158 338 158
+q184 0 306 -137v110h225v-951zM868 485q0 142 -76 227q-77 87 -197 87q-128 0 -202 -95q-67 -85 -67 -220q0 -133 67 -218q73 -93 202 -93t204 94q69 85 69 218z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1123" 
+d="M142 1689h225v-796q120 108 265 108q165 0 264 -107q84 -93 84 -297v-597h-225v576q0 117 -41.5 169.5t-133.5 52.5q-118 0 -166 -73q-47 -74 -47 -254v-471h-225v1689z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM108 1379q0 59 43 102t103 43q61 0 104 -43q43 -42 43 -103t-43 -104q-42 -43 -103 -43t-104 43t-43 105z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="510" 
+d="M367 974v-1504h-225v1504h225zM108 1379q0 59 43 102t103 43q61 0 104 -43q43 -42 43 -103t-43 -104q-42 -43 -103 -43t-104 43t-43 105z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1020" 
+d="M367 1689v-1030l317 315h302l-423 -409l454 -565h-292l-322 411l-36 -36v-375h-225v1689h225z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="510" 
+d="M367 1689v-1689h-225v1689h225z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1620" 
+d="M142 974h225v-90q65 68 111 92q49 25 123 25q165 0 261 -144q106 144 287 144q329 0 329 -399v-602h-226v541q0 140 -34 198q-35 59 -115 59q-93 0 -135.5 -70t-42.5 -225v-503h-226v538q0 260 -150 260q-95 0 -138.5 -71t-43.5 -224v-503h-225v974z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1123" 
+d="M142 974h226v-90q118 117 266 117q170 0 265 -107q82 -91 82 -297v-597h-226v544q0 144 -40 199q-39 56 -142 56q-112 0 -159 -74q-46 -73 -46 -255v-470h-226v974z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1228" 
+d="M367 -530h-225v1504h225v-106q133 133 302 133q201 0 331 -148q132 -147 132 -371q0 -219 -131 -365q-130 -145 -328 -145q-171 0 -306 137v-639zM902 481q0 140 -76 228q-77 89 -194 89q-124 0 -201 -86t-77 -226q0 -137 77 -226q76 -87 200 -87q117 0 193 88
+q78 88 78 220z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1228" 
+d="M860 -530v639q-134 -137 -306 -137q-197 0 -327 145q-131 146 -131 365q0 222 131 371q132 148 331 148q169 0 302 -133v106h226v-1504h-226zM326 492q0 -141 76 -229q76 -90 193 -90q124 0 201 86q78 87 78 226q0 137 -77 226q-77 87 -200 87q-116 0 -194 -88
+q-77 -89 -77 -218z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="766" 
+d="M142 974h225v-87q62 65 110 89q49 25 116 25q89 0 186 -58l-103 -206q-64 46 -125 46q-184 0 -184 -278v-505h-225v974z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="831" 
+d="M708 808l-186 -99q-44 90 -109 90q-31 0 -53 -20.5t-22 -52.5q0 -56 130 -111q179 -77 241 -142t62 -175q0 -141 -104 -236q-101 -90 -244 -90q-245 0 -347 239l192 89q40 -70 61 -89q41 -38 98 -38q114 0 114 104q0 60 -88 112q-34 17 -68 33t-69 33q-98 48 -138 96
+q-51 61 -51 157q0 127 87 210q89 83 216 83q187 0 278 -193z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="560" 
+d="M374 764v-764h-225v764h-96v210h96v357h225v-357h175v-210h-175z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="1029" 
+d="M263 974l252 -547l251 547h253l-506 -1041l-502 1041h252z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1585" 
+d="M264 974l255 -556l275 645l277 -645l252 556h252l-510 -1047l-271 627l-274 -627l-509 1047h253z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="1143" 
+d="M444 527l-350 447h268l217 -284l221 284h276l-360 -447l417 -527h-268l-286 364l-293 -364h-275z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="1113" 
+d="M449 181l-438 793h261l298 -560l278 560h254l-776 -1504h-257z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="1113" 
+d="M465 212h579v-212h-1025l631 764h-497v210h942z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="732" 
+d="M628 1501h-28q-90 0 -117 -35t-27 -146v-402q0 -106 -29 -173q-29 -58 -111 -107q140 -84 140 -222v-453q0 -114 27 -150q28 -36 117 -36l28 1v-202h-57l-71 -4q-147 0 -211 79t-64 260v492q0 52 -35 92.5t-95 54.5v193q70 16 100 60t30 131v446q0 171 63.5 248.5
+t204.5 77.5l77 -2l58 -2v-201z" />
+    <glyph glyph-name="bar" unicode="|" 
+d="M463 1544h232v-1929h-232v1929z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="732" 
+d="M105 -222l28 -1q89 0 116 35q28 34 28 147v400q0 107 29 174q29 58 111 107q-140 84 -140 221v455q0 116 -28 150q-29 36 -116 36l-28 -1v202h57l70 4q147 0 211 -79q65 -80 65 -260v-494q0 -52 35 -92.5t95 -54.5v-192q-70 -17 -100 -61t-30 -130v-446
+q0 -171 -63.5 -248.5t-204.5 -77.5l-77 3h-58v203z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1544" 
+d="M212 1409l16 35q66 139 139 199t176 60t253 -70q135 -64 212 -64q84 0 115 40l61 76q22 28 41 28q46 0 107 -85q-77 -152 -156 -218q-80 -65 -189 -65q-90 0 -261 78q-130 56 -203 56q-25 0 -59 -15q-35 -14 -45 -29l-64 -89q-20 -26 -39 -26q-45 0 -104 89z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="632" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="679" 
+d="M479 1077q0 -57 -41 -98q-40 -40 -98 -40q-57 0 -98 41t-41 99t40 98q41 41 99 41q57 0 98 -41t41 -100zM453 845v-1199h-226v1199h226z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1264" 
+d="M755 1479v-194l9 -1q122 -15 220 -65v-300q-40 45 -75.5 75.5t-66.5 47.5q-61 34 -143 34q-127 0 -208 -86q-80 -86 -80 -221q0 -133 79 -215t209 -82q90 0 149 35q60 35 136 131v-312q-60 -25 -117 -41t-112 -24v-199h-171v208q-57 17 -99 35.5t-73 37.5
+q-66 45 -116 109q-109 136 -109 320q0 383 397 510v197h171z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1264" 
+d="M519 761h301v-163h-234q26 -102 26 -142q0 -46 -29 -159l15 -5q32 -11 58.5 -20.5t48.5 -17.5q122 -49 178 -49q43 0 75 30q17 16 37.5 45t45.5 72l186 -112q-67 -143 -146 -201q-80 -60 -196 -60q-84 0 -256 59q-167 64 -234 64q-55 0 -87 -26t-72 -110l-200 101
+q93 149 148 191q64 51 171 63q24 79 24 143q0 69 -35 134h-264v163h181q-97 193 -97 330q0 199 150 339q152 140 366 140q215 0 353 -141q139 -139 139 -360l-229 -85q0 167 -34 234q-66 133 -230 133q-121 0 -199 -79q-78 -78 -78 -200q0 -102 106 -292q2 -3 4.5 -7.5
+t6.5 -11.5z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1264" 
+d="M-50 301l227 228q-110 152 -110 325q0 164 110 322l-231 230l128 128l230 -230q160 111 330 111q166 0 324 -108l229 226l127 -128l-227 -226q111 -164 111 -326q0 -165 -109 -322l230 -230l-126 -127l-229 228q-156 -111 -329 -111q-165 0 -331 109l-228 -226zM986 847
+q0 153 -103 256q-102 105 -251 105q-146 0 -250 -104q-103 -103 -103 -252q0 -148 103 -251q104 -104 251 -104q146 0 249 103q104 104 104 247z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1264" 
+d="M502 703l-93 169h-330v164h240l-279 508h253l337 -617l340 617h253l-280 -508h241v-164h-331l-94 -169h425v-164h-445v-539h-217v539h-443v164h423z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" 
+d="M463 1544h232v-786h-232v786zM463 355h232v-740h-232v740z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1264" 
+d="M167 20h219q28 -237 231 -237q97 0 151.5 54.5t54.5 154.5q0 93 -48 137q-48 45 -225 113q-213 83 -288 167t-75 236q0 251 219 349q-180 108 -180 300q0 169 129 291q130 121 312 121q187 0 309 -132q121 -130 121 -338h-214q-17 254 -215 254q-96 0 -158 -59
+q-61 -58 -61 -151q0 -126 163 -184l102 -36q220 -79 301 -166t81 -244q0 -119 -50 -202q-49 -82 -167 -155q93 -63 131 -131q39 -71 39 -173q0 -183 -124 -301q-125 -119 -312 -119q-122 0 -222 52q-101 50 -157 140q-58 91 -67 259zM407 649q0 -95 68 -163q69 -66 167 -66
+q96 0 164 66q69 66 69 160q0 95 -69 161q-68 66 -165 66q-98 0 -165 -67q-69 -66 -69 -157z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" 
+d="M227 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102zM645 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1756" 
+d="M1186 1181v-202l-25 20q-122 95 -248 95q-135 0 -228 -94q-93 -95 -93 -231t93 -227q95 -92 229 -92q122 0 247 98l25 20v-204q-132 -72 -274 -72q-207 0 -352 139t-145 338q0 201 148 342t359 141q132 0 256 -67zM1679 774q0 -335 -234 -570t-566 -235t-568 236
+q-234 235 -234 571q0 186 76 339q77 163 214 276q224 185 503 185q185 0 335 -70q213 -93 343 -295q131 -203 131 -437zM873 1459q-274 0 -470 -202q-197 -203 -197 -482q0 -285 197 -488q196 -202 476 -202q277 0 474 201q196 202 196 488q0 153 -77 316q-76 153 -202 243
+q-177 126 -397 126z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="838" 
+d="M567 1515h148v-589h-148v57q-86 -74 -181 -74q-126 0 -209 89t-83 224q0 132 82 220t206 88q105 0 185 -78v63zM244 1222q0 -82 45 -134q46 -52 118 -52q75 0 122 50q47 53 47 133q0 79 -47 132q-47 51 -121 51q-72 0 -118 -52q-46 -49 -46 -128z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1179" 
+d="M756 495l300 -383l-150 -111l-385 493l385 510l149 -110zM328 495l300 -383l-150 -111l-385 493l385 510l149 -110z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" 
+d="M849 0v402h-772v216h1004v-618h-232z" />
+    <glyph glyph-name="softhyphen" unicode="&#xad;" horiz-adv-x="446" 
+d="M0 593h446v-196h-446v196z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1756" 
+d="M957 696l301 -387h-216l-275 367v-367h-177v926h185q194 0 283 -69q99 -80 99 -209q0 -87 -53 -161q-53 -72 -135 -96zM766 824h30q190 0 190 131q0 122 -184 122h-36v-253zM1679 774q0 -335 -234 -570t-566 -235t-568 236q-234 235 -234 571q0 186 76 339
+q77 163 214 276q224 185 503 185q185 0 335 -70q213 -93 343 -295q131 -203 131 -437zM873 1459q-274 0 -470 -202q-197 -203 -197 -482q0 -285 197 -488q196 -202 476 -202q277 0 474 201q196 202 196 488q0 153 -77 316q-76 153 -202 243q-177 126 -397 126z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" 
+d="M229 1343h701v-180h-701v180z" />
+    <glyph glyph-name="macron" unicode="&#x2c9;" 
+d="M229 1343h701v-180h-701v180z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="1313" 
+d="M661 1567q125 0 215 -91q90 -90 90 -217q0 -128 -91 -219q-90 -90 -218 -90t-219 90q-90 91 -90 218q0 131 91 219q91 90 222 90zM659 1413q-69 0 -117 -45q-47 -45 -47 -111q0 -70 48 -119t114 -49q68 0 114 49q48 49 48 119q0 65 -47 110q-46 46 -113 46z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1264" 
+d="M99 710v186h440v432h185v-432h440v-186h-440v-401h-185v401h-440zM99 0v185h1065v-185h-1065z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="896" 
+d="M393 763h341v-145h-657l338 395q48 57 79.5 97.5t48.5 68.5q35 56 35 99q0 61 -44 102t-109 41q-137 0 -157 -164h-157q36 304 310 304q133 0 221 -82q90 -81 90 -202q0 -74 -41 -148q-20 -36 -60 -89t-103 -123z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="896" 
+d="M373 1041v132q96 0 126 18q52 31 52 104q0 55 -38 89.5t-99 34.5q-109 0 -131 -123h-157q23 138 92.5 201t198.5 63q128 0 207 -73q81 -74 81 -187q0 -124 -97 -194q110 -68 110 -217q0 -126 -88 -207q-89 -80 -224 -80q-275 0 -304 278h153q23 -137 159 -137
+q65 0 107 42q42 43 42 110q0 78 -44 112t-146 34z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" 
+d="M962 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1116" 
+d="M367 -530h-225v1504h225v-564q0 -237 191 -237t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -98 -137q-114 -99 -282 -99q-116 0 -213 51z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="1264" 
+d="M631 -220h-214v995l-26 -1q-158 0 -256 104q-98 107 -98 274q0 392 452 392h716l-128 -216h-61v-1548h-213v1548h-172v-1548z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="632" 
+d="M177 773q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40t-40 100z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" 
+d="M787 -199l-239 -306l-146 73l199 309z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="896" 
+d="M394 1401h-169l88 143h238v-926h-157v783z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="840" 
+d="M94 1225q0 127 95 216t230 89q137 0 232 -90q95 -89 95 -220q0 -132 -95 -222q-95 -89 -234 -89t-230 91q-93 91 -93 225zM244 1222q0 -85 47 -135.5t128 -50.5t129 49.5t48 133.5q0 42 -12.5 75.5t-35.5 57.5t-55.5 37t-71.5 13q-40 0 -72.5 -13t-56 -36.5t-36 -57
+t-12.5 -73.5z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1179" 
+d="M424 495l-300 399l150 110l385 -510l-386 -493l-149 111zM852 495l-299 399l149 110l385 -510l-385 -493l-150 111z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1981" 
+d="M348 1401h-169l88 143h238v-926h-157v783zM1379 1571l109 -62l-884 -1534l-110 66zM1820 269h99v-139h-99v-130h-159v130h-470l629 880v-741zM1661 269v273l-194 -273h194z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1981" 
+d="M348 1401h-169l88 143h238v-926h-157v783zM1379 1571l109 -62l-884 -1534l-110 66zM1525 145h342v-145h-657l337 396q49 58 81.5 99.5t48.5 67.5q34 52 34 97q0 59 -44 100t-109 41q-138 0 -157 -162h-157q36 304 310 304q133 0 221 -82q90 -81 90 -201q0 -76 -42 -149
+q-20 -35 -60.5 -88t-101.5 -123z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1981" 
+d="M326 1041v132q96 0 126 18q52 31 52 104q0 55 -38 89.5t-99 34.5q-109 0 -131 -123h-157q23 138 92.5 201t198.5 63q128 0 207 -73q81 -74 81 -187q0 -124 -97 -194q110 -68 110 -217q0 -126 -88 -207q-89 -80 -224 -80q-275 0 -304 278h153q23 -137 159 -137
+q65 0 107 42q42 43 42 110q0 78 -44 112t-146 34zM1378 1571l109 -62l-884 -1534l-110 66zM1819 269h99v-139h-99v-130h-159v130h-469l628 880v-741zM1660 269v273l-194 -273h194z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="1003" 
+d="M386 468h-226q0 150 80 245q106 121 270 121q142 0 240 -101t98 -246q0 -116 -62 -187q-61 -70 -209 -124q-147 -53 -187 -86q-39 -33 -39 -101q0 -69 42 -109.5t111 -40.5t110 40.5t41 109.5q0 28 -12 84h233q2 -26 3.5 -46t1.5 -35q0 -158 -107 -263t-268 -105
+q-164 0 -273 106t-109 265q0 162 109 262q70 64 260 122q130 39 130 126q0 49 -34 83t-84 34q-110 0 -119 -154zM641 1077q0 -57 -41 -98q-40 -40 -98 -40q-57 0 -98 41t-41 99q0 57 41 98t98 41t98 -41t41 -100z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM407 1959l198 139l320 -322l-111 -93z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM1126 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM421 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM492 1699l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46
+q-55 0 -111 -104z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM406 1844q0 58 42 100t100 42q60 0 101 -42q42 -42 42 -102q0 -59 -42 -101q-41 -42 -100 -42q-60 0 -102 42q-41 44 -41 103zM855 1844q0 58 42 100t101 42t101 -42t42 -102
+q0 -59 -42 -101t-101 -42q-60 0 -102 42q-41 44 -41 103z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM556 1906q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64q-91 0 -155 64q-63 64 -63 157zM675 1904q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5
+t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="2145" 
+d="M1103 369h-656l-169 -369h-255l742 1544h683l97 -219h-615l163 -374h598l98 -219h-599l220 -513h617l94 -219h-856zM1010 588l-221 506l-238 -506h459z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1435" 
+d="M1326 1461v-276q-202 169 -418 169q-238 0 -401 -171q-164 -170 -164 -416q0 -243 164 -410t402 -167q123 0 209 40q48 20 99.5 54t108.5 82v-281q-200 -113 -420 -113q-331 0 -565 231q-233 233 -233 562q0 295 195 526q240 283 621 283q208 0 402 -113zM1010 -211
+l-262 -308l-146 77l210 319z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM307 1959l198 139l320 -322l-111 -93z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM962 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM260 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM251 1844q0 58 42 100t100 42q60 0 101 -42q42 -42 42 -102q0 -59 -42 -101q-41 -42 -100 -42q-60 0 -102 42q-41 44 -41 103zM700 1844q0 58 42 100t101 42t101 -42t42 -102q0 -59 -42 -101
+t-101 -42q-60 0 -102 42q-41 44 -41 103z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1729" 
+d="M185 0v1649l1126 -1178v1073h233v-1638l-1126 1175v-1081h-233zM580 1699l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM550 1844q0 58 42 100t100 42q60 0 101 -42q42 -42 42 -102q0 -59 -42 -101q-41 -42 -100 -42q-60 0 -102 42q-41 44 -41 103zM999 1844q0 58 42 100t101 42t101 -42t42 -102q0 -59 -42 -101t-101 -42q-60 0 -102 42q-41 44 -41 103z
+" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM387 1844q0 58 42 100t100 42q60 0 101 -42q42 -42 42 -102q0 -59 -42 -101q-41 -42 -100 -42
+q-60 0 -102 42q-41 44 -41 103zM836 1844q0 58 42 100t101 42t101 -42t42 -102q0 -59 -42 -101t-101 -42q-60 0 -102 42q-41 44 -41 103z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M959 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M293 1454l211 110l276 -364l-124 -76z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M276 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M269 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102zM687 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M350 1140l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M403 1345q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64q-91 0 -155 64q-63 64 -63 157zM522 1343q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="976" 
+d="M900 932v-299q-77 94 -138 129q-60 36 -141 36q-127 0 -211 -89t-84 -223q0 -137 81 -225q82 -88 209 -88q81 0 143 35q60 34 141 132v-297q-137 -71 -274 -71q-226 0 -378 146q-152 147 -152 365t154 368t378 150q144 0 272 -69zM714 -199l-239 -306l-146 73l199 309z
+" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM904 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM246 1454l211 110l276 -364l-124 -76z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM222 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM223 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102zM641 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100q0 -60 -42 -102
+q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM607 1454l-332 -330l-124 76l253 364z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM-96 1454l203 110l252 -364l-124 -76z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM-82 1243l335 321l340 -321l-154 -119l-186 190l-184 -190z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM-68 1284q0 58 42 99q40 42 100 42q59 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-61 0 -101 42q-41 44 -41 102zM294 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41
+q-60 0 -102 42q-41 44 -41 102z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1123" 
+d="M142 974h226v-90q118 117 266 117q170 0 265 -107q82 -91 82 -297v-597h-226v544q0 144 -40 199q-39 56 -142 56q-112 0 -159 -74q-46 -73 -46 -255v-470h-226v974zM268 1140l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53
+q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM953 1454
+l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM295 1454
+l211 110l276 -364l-124 -76z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM262 1243
+l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM263 1284
+q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102zM681 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM359 1140
+l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM911 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM222 1454l211 110l276 -364l-124 -76z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM206 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM207 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41
+q-60 0 -102 42q-41 44 -41 102zM625 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1274" 
+d="M142 0v774h-80v200h80v247q0 239 114 361q126 134 347 134q198 0 327 -123q130 -121 130 -309q0 -198 -165 -310q129 -57 206 -182t77 -275q0 -280 -245 -447q-152 -102 -368 -102v216q174 0 277 94q106 94 106 245q0 165 -125 252q-80 54 -258 72v207q134 0 203 62.5
+t69 177.5q0 96 -65 158q-64 61 -168 61q-121 0 -176.5 -67.5t-55.5 -212.5l-4 -123v-1110h-226z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1627" 
+d="M352 1393v-729h-160v729h-194v151h548v-151h-194zM600 664l189 960l293 -650l293 650l189 -960h-164l-82 479l-236 -495l-236 495l-83 -479h-163z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" 
+d="M619 1084l126 255l151 -71l-90 -184h275v-208h-370l-91 -185h461v-208h-556l-120 -244l-152 71l85 173h-261v208h355l92 185h-447v208h542z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1828" 
+d="M1401 1411l167 170l134 -133l-165 -169q183 -228 183 -511q0 -328 -237 -562t-569 -234q-277 0 -511 177l-166 -165l-128 131l161 166q-162 216 -162 485q0 346 245 579q240 228 567 228q260 0 481 -162zM1238 1257q-145 97 -319 97q-247 0 -412 -169
+q-164 -170 -164 -422q0 -165 97 -322zM1372 1126l-803 -819q169 -117 348 -117q236 0 402 169t166 412q0 191 -113 355z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1544" 
+d="M778 636q-163 -214 -372 -214q-161 0 -263 102q-102 103 -102 266q0 158 103 261t262 103q204 0 362 -213q154 213 372 213q162 0 262 -103q102 -102 102 -264q0 -160 -102 -263q-100 -103 -259 -103q-212 0 -365 215zM887 788q111 -170 224 -170q70 0 117 48
+q47 50 47 122q0 70 -48 120q-46 49 -117 49q-112 0 -223 -169zM658 788q-109 169 -225 169q-70 0 -116 -49q-47 -50 -47 -120q0 -71 47 -121q48 -49 118 -49q113 0 223 170z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" 
+d="M1081 1478v-220l-758 -342l758 -342v-220l-1004 460v197zM1081 287v-216h-1004v216h1004z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" 
+d="M77 354v220l758 342l-758 342v220l1004 -468v-197zM77 71v216h1004v-216h-1004z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" 
+d="M173 1343l30 203q241 -30 383 -97q151 -66 270 -192q247 -262 247 -664q0 -278 -144 -447q-143 -168 -380 -168q-217 0 -371 154q-153 154 -153 371q0 210 139 355q140 146 341 146q90 0 171 -32q72 -32 143 -107q-64 143 -126 217q-31 37 -71.5 70.5t-92.5 63.5
+q-173 101 -386 127zM585 833q-125 0 -210 -99q-85 -97 -85 -242q0 -141 84 -241q85 -99 205 -99q121 0 204 101t83 249q0 141 -80 236t-201 95z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1544" 
+d="M1410 1737v-554h-209l-23 337h-861l582 -898l-582 -984h883l13 335h218v-551h-1374v241l570 959l-570 876v239h1353z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1657" 
+d="M89 1737h1479v-216h-189v-1883h189v-216h-608v216h188v1883h-639v-1883h186v-216h-606v216h188v1883h-188v216z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1439" 
+d="M251 0v902h-175v209h1288v-209h-172v-902h-232v902h-478v-902h-231z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" 
+d="M169 -554l46 207q77 -23 116 -23q109 0 126 102q6 37 6 191l1 1270q0 288 28 356q70 189 314 189q37 0 83 -6t101 -19l-46 -207q-77 23 -115 23q-87 0 -116 -62q-17 -46 -17 -209l-1 -135v-1156q0 -112 -3.5 -188t-10.5 -118q-14 -77 -68 -137q-90 -99 -272 -99
+q-96 0 -172 21z" />
+    <glyph glyph-name="Omega" unicode="&#x2126;" horiz-adv-x="1544" 
+d="M66 0v208h368q-192 117 -280 268t-88 364q0 318 202 529q202 213 505 213q300 0 503 -213q203 -212 203 -528q0 -214 -88 -365t-279 -268h366v-208h-614v186q373 211 373 635q0 203 -103 348q-144 205 -360 205q-200 0 -334 -161q-133 -160 -133 -402q0 -414 375 -625
+v-186h-616z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1763" 
+d="M1663 437h-702q11 -118 82 -192q70 -72 176 -72q154 0 255 195l194 -108q-32 -61 -69 -107t-80 -77q-143 -105 -311 -105q-196 0 -353 156q-122 -156 -359 -156q-178 0 -289 90t-111 235q0 149 106 240q107 92 279 92q123 0 254 -66q0 132 -55 184q-56 53 -188 53
+q-127 0 -260 -37v209q174 30 282 30q238 0 342 -137q131 137 340 137q213 0 341 -137t128 -363zM1427 619q-41 179 -219 179q-181 0 -232 -179h451zM314 300q0 -57 56 -95q59 -38 142 -38q89 0 149 39q60 40 60 99q0 52 -62 90t-149 38q-82 0 -139 -39t-57 -94z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1231" 
+d="M921 906l154 152l102 -108l-150 -147q109 -145 109 -319q0 -216 -151 -364q-148 -148 -366 -148q-184 0 -322 102l-148 -143l-103 104l147 146q-97 142 -97 308q0 215 151 363q152 149 369 149q162 0 305 -95zM758 752q-61 31 -141 31q-133 0 -212 -82t-79 -218
+q0 -80 31 -145zM866 650l-408 -423q73 -40 158 -40q130 0 210 81q79 82 79 216q0 88 -39 166z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1544" 
+d="M1544 1923v-216h-434l-444 -1707h-299l-162 661h-205v217h395l65 -254q17 -62 45 -298l4 -32h19q22 161 60 343t92 394l229 892h635z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1313" 
+d="M794 976h253l-25 -182h-260l-109 -606q-17 -94 -34 -163.5t-34 -115.5q-32 -89 -91 -148q-131 -131 -359 -131q-25 0 -74 3l37 213q150 0 209 53q75 70 112 286l107 609h-188l24 182h198l43 250q36 208 136.5 307t274.5 99q62 0 145 -21l-41 -213q-57 21 -102 21
+q-78 0 -117 -48q-38 -47 -63 -175z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" 
+d="M150 805l-131 86q69 158 145 225t189 67q89 0 250 -70q146 -64 212 -64q61 0 102 29q40 30 87 110l135 -78q-74 -153 -156 -219q-83 -65 -197 -65q-72 0 -211 57l-119 49q-62 28 -123 28q-102 0 -183 -155zM150 379l-131 85q69 159 145 226t189 67q92 0 250 -70
+q144 -64 214 -64q59 0 100 29q40 30 87 110l135 -79q-37 -76 -75 -130.5t-80 -87.5q-83 -65 -199 -65q-71 0 -210 57l-119 49q-62 28 -123 28q-100 0 -183 -155z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1544" 
+d="M51 0l592 1544h250l599 -1544h-1441zM382 216h774l-387 1046z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM611 1699l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="2424" 
+d="M2304 1325h-598v-372h581v-220h-581v-514h598v-219h-831v213q-136 -132 -263 -187q-126 -54 -287 -54q-339 0 -577 232t-238 563q0 303 203 539q231 268 602 268q174 0 294 -58q130 -58 266 -193v221h831v-219zM343 782q0 -247 162 -419t395 -172q239 0 407 168
+q168 169 168 408q0 240 -168 413q-167 173 -401 173q-230 0 -396 -169q-167 -170 -167 -402z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1952" 
+d="M1854 434h-711q8 -114 82 -188q73 -73 183 -73q159 0 258 192l192 -111q-171 -283 -466 -283q-104 0 -216 50q-103 51 -164 136q-158 -185 -402 -185q-212 0 -364 149q-150 148 -150 362q0 219 152 368q151 150 374 150q246 0 390 -189q133 189 370 189q218 0 346 -137
+t128 -372zM1618 618q-39 180 -227 180q-181 0 -230 -180h457zM327 490q0 -147 75 -232q76 -85 206 -85q69 0 123 21.5t91.5 62t57 98.5t19.5 132q0 73 -19.5 131t-56.5 98t-90 61t-120 21q-131 0 -209 -84q-77 -83 -77 -224z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1264" 
+d="M99 710v186h1065v-186h-1065zM502 459q0 52 38 90q41 38 92 38q53 0 91 -38t38 -92t-38 -92t-91 -38q-54 0 -92 38q-38 41 -38 94zM502 1151q0 52 38 90q41 38 92 38q53 0 91 -38t38 -92t-38 -92t-91 -38q-54 0 -92 38q-38 41 -38 94z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1544" 
+d="M772 1605l602 -832l-602 -832l-601 832zM772 1230l-332 -457l332 -457l333 457z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="1113" 
+d="M449 181l-438 793h261l298 -560l278 560h254l-776 -1504h-257zM205 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102zM623 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100
+q0 -60 -42 -102q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1229" 
+d="M497 667l-504 877h268l353 -617l354 617h268l-506 -877v-667h-233v667zM249 1844q0 58 42 100t100 42q60 0 101 -42q42 -42 42 -102q0 -59 -42 -101q-41 -42 -100 -42q-60 0 -102 42q-41 44 -41 103zM698 1844q0 58 42 100t101 42t101 -42t42 -102q0 -59 -42 -101
+t-101 -42q-60 0 -102 42q-41 44 -41 103z" />
+    <glyph glyph-name="divisionslash" unicode="&#x2215;" horiz-adv-x="376" 
+d="M576 1571l109 -62l-884 -1534l-109 66z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM677 1959l-384 -276l-111 93l305 322z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM-51 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM-29 1844q0 56 41 100q42 42 101 42t101 -42t42 -102q0 -59 -42 -101t-101 -42q-61 0 -101 42q-41 44 -41 103zM348 1844q0 58 42 100q43 42 101 42q59 0 101 -42t42 -102q0 -59 -42 -101t-101 -42t-101 42t-42 103z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM-72 1959l189 139l305 -322l-111 -93z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM1270 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM569 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM581 1959l198 139l320 -322l-111 -93z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM1110 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM403 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM419 1959l198 139l320 -322l-111 -93z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" 
+d="M226 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" 
+d="M300 1140l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" 
+d="M221 1462h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" 
+d="M428 1292q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" 
+d="M392 1345q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64q-91 0 -155 64q-63 64 -63 157zM511 1343q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" 
+d="M726 1454l-334 -330l-99 76l244 364zM1143 1454l-334 -330l-99 76l243 364z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="1332" 
+d="M662 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" 
+d="M933 1445l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1194" 
+d="M1058 1314l-189 -112q-53 92 -101 120q-50 32 -129 32q-97 0 -161 -55q-64 -54 -64 -136q0 -113 168 -182l154 -63q188 -76 275 -185.5t87 -268.5q0 -213 -142 -352q-143 -140 -355 -140q-201 0 -332 119q-129 119 -161 335l236 52q16 -136 56 -188q72 -100 210 -100
+q109 0 181 73t72 185q0 45 -12.5 82.5t-39 69t-68.5 59t-100 52.5l-149 62q-317 134 -317 392q0 174 133 291q133 118 331 118q267 0 417 -260zM973 2008l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1280" 
+d="M452 219h741v-219h-1124l758 1325h-634v219h1017zM1040 2004l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="831" 
+d="M770 1445l-351 -321l-356 321l154 119l201 -190l200 190zM708 808l-186 -99q-44 90 -109 90q-31 0 -53 -20.5t-22 -52.5q0 -56 130 -111q179 -77 241 -142t62 -175q0 -141 -104 -236q-101 -90 -244 -90q-245 0 -347 239l192 89q40 -70 61 -89q41 -38 98 -38
+q114 0 114 104q0 60 -88 112q-34 17 -68 33t-69 33q-98 48 -138 96q-51 61 -51 157q0 127 87 210q89 83 216 83q187 0 278 -193z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="1113" 
+d="M465 212h579v-212h-1025l631 764h-497v210h942zM957 1445l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="908" 
+d="M419 956l298 197v-231l-298 -197v-506h454v-219h-687v600l-147 -98v232l147 98v712h233v-588z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="611" 
+d="M565 1081v-224l-147 -102v-755h-225v643l-147 -103v224l147 103v822h225v-710z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1487" 
+d="M185 0v703h-139v200h139v641h324q233 0 368 -46q145 -45 263 -153q239 -218 239 -573q0 -356 -249 -576q-125 -110 -262 -153q-128 -43 -363 -43h-320zM418 219h105q157 0 261 33q104 34 188 110q172 157 172 409q0 255 -170 413q-153 141 -451 141h-105v-422h332v-200
+h-332v-484z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1231" 
+d="M127 1566l92 140q67 -23 137.5 -57t145.5 -80l45 -27l236 124l79 -130l-187 -100q216 -200 338 -448q122 -255 122 -484q0 -231 -146 -383q-146 -149 -370 -149q-222 0 -373 147q-150 147 -150 364q0 218 150 367q152 149 372 149q82 0 157 -22q-61 109 -131 200.5
+t-151 166.5l-240 -129l-73 131l190 100q-27 16 -36 21l-72 36l-81 42q-12 6 -54 21zM326 489q0 -145 78 -230q80 -86 211 -86q132 0 211 85t79 227q0 141 -79 226q-80 86 -211 86q-129 0 -209 -86t-80 -222z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1229" 
+d="M497 667l-504 877h268l353 -617l354 617h268l-506 -877v-667h-233v667zM1019 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="1113" 
+d="M449 181l-438 793h261l298 -560l278 560h254l-776 -1504h-257zM940 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1106" 
+d="M418 411v-411h-233v1544h233v-216h31q203 0 293 -28q97 -25 176 -101q133 -130 133 -329q0 -211 -142 -335t-383 -124h-108zM418 627h87q321 0 321 247q0 239 -331 239h-77v-486z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1228" 
+d="M367 -530h-225v2219h225v-821q133 133 302 133q201 0 331 -148q132 -147 132 -371q0 -219 -131 -365q-130 -145 -328 -145q-171 0 -306 137v-639zM902 481q0 140 -76 228q-77 89 -194 89q-124 0 -201 -86t-77 -226q0 -137 77 -226q76 -87 200 -87q117 0 193 88
+q78 88 78 220z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1313" 
+d="M124 710v186h1065v-186h-1065z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1264" 
+d="M175 1133l127 127l329 -330l330 330l127 -127l-330 -330l330 -330l-127 -126l-330 329l-329 -329l-127 126l330 330z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1725" 
+d="M979 804h638v-51q0 -174 -41 -308q-40 -124 -135 -232q-215 -242 -547 -242q-324 0 -555 234q-231 235 -231 564q0 336 235 570q235 235 572 235q181 0 338 -74q150 -74 295 -240l-166 -159q-190 253 -463 253q-245 0 -411 -169q-166 -166 -166 -416q0 -258 185 -425
+q173 -155 375 -155q172 0 309 116q137 117 153 280h-385v219zM535 2026h185q23 -158 174 -158q150 0 173 158h185q-15 -167 -106.5 -251t-256.5 -84q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1226" 
+d="M1084 23q0 -69 -4.5 -121.5t-12.5 -92.5q-24 -110 -94 -189q-132 -152 -363 -152q-195 0 -321 105q-130 108 -150 299h226q13 -72 43 -111q70 -91 204 -91q247 0 247 303v136q-134 -137 -309 -137q-199 0 -326 144q-128 146 -128 365q0 213 119 362q128 158 338 158
+q184 0 306 -137v110h225v-951zM868 485q0 142 -76 227q-77 87 -197 87q-128 0 -202 -95q-67 -85 -67 -220q0 -133 67 -218q73 -93 202 -93t204 94q69 85 69 218zM244 1462h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89
+q-94 88 -106 246z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM151 1851q0 61 44 105q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -64 -45 -107q-44 -44 -106 -44q-63 0 -107 44q-44 47 -44 108z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="1194" 
+d="M1058 1314l-189 -112q-53 92 -101 120q-50 32 -129 32q-97 0 -161 -55q-64 -54 -64 -136q0 -113 168 -182l154 -63q188 -76 275 -185.5t87 -268.5q0 -213 -142 -352q-143 -140 -355 -140q-201 0 -332 119q-129 119 -161 335l236 52q16 -136 56 -188q72 -100 210 -100
+q109 0 181 73t72 185q0 45 -12.5 82.5t-39 69t-68.5 59t-100 52.5l-149 62q-317 134 -317 392q0 174 133 291q133 118 331 118q267 0 417 -260zM801 -211l-262 -308l-146 77l211 319z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1435" 
+d="M1326 1461v-276q-202 169 -418 169q-238 0 -401 -171q-164 -170 -164 -416q0 -243 164 -410t402 -167q123 0 209 40q48 20 99.5 54t108.5 82v-281q-200 -113 -420 -113q-331 0 -565 231q-233 233 -233 562q0 295 195 526q240 283 621 283q208 0 402 -113zM1221 1959
+l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="976" 
+d="M900 932v-299q-77 94 -138 129q-60 36 -141 36q-127 0 -211 -89t-84 -223q0 -137 81 -225q82 -88 209 -88q81 0 143 35q60 34 141 132v-297q-137 -71 -274 -71q-226 0 -378 146q-152 147 -152 365t154 368t378 150q144 0 272 -69zM910 1454l-364 -330l-123 76l275 364z
+" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1435" 
+d="M1326 1461v-276q-202 169 -418 169q-238 0 -401 -171q-164 -170 -164 -416q0 -243 164 -410t402 -167q123 0 209 40q48 20 99.5 54t108.5 82v-281q-200 -113 -420 -113q-331 0 -565 231q-233 233 -233 562q0 295 195 526q240 283 621 283q208 0 402 -113zM1240 2004
+l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="976" 
+d="M900 932v-299q-77 94 -138 129q-60 36 -141 36q-127 0 -211 -89t-84 -223q0 -137 81 -225q82 -88 209 -88q81 0 143 35q60 34 141 132v-297q-137 -71 -274 -71q-226 0 -378 146q-152 147 -152 365t154 368t378 150q144 0 272 -69zM919 1445l-351 -321l-356 321l154 119
+l201 -190l200 190z" />
+    <glyph glyph-name="Dieresis" horiz-adv-x="1517" 
+d="M406 1844q0 58 42 100t100 42q60 0 101 -42q42 -42 42 -102q0 -59 -42 -101q-41 -42 -100 -42q-60 0 -102 42q-41 44 -41 103zM855 1844q0 58 42 100t101 42t101 -42t42 -102q0 -59 -42 -101t-101 -42q-60 0 -102 42q-41 44 -41 103z" />
+    <glyph glyph-name="Grave" horiz-adv-x="1517" 
+d="M407 1959l198 139l320 -322l-111 -93z" />
+    <glyph glyph-name="judge" horiz-adv-x="1435" 
+d="M1010 -211l-262 -308l-146 77l210 319z" />
+    <glyph glyph-name="up" horiz-adv-x="604" 
+d="M677 1959l-384 -276l-111 93l305 322z" />
+    <glyph glyph-name="oak" horiz-adv-x="604" 
+d="M-72 1959l189 139l305 -322l-111 -93z" />
+    <glyph glyph-name="uniE770" horiz-adv-x="510" 
+d="M-68 1284q0 58 42 99q40 42 100 42q59 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-61 0 -101 42q-41 44 -41 102zM294 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102z" />
+    <glyph glyph-name="uniE773" horiz-adv-x="510" 
+d="M607 1454l-332 -330l-124 76l253 364z" />
+    <glyph glyph-name="uniE774" horiz-adv-x="510" 
+d="M-96 1454l203 110l252 -364l-124 -76z" />
+    <glyph glyph-name="uniE772" horiz-adv-x="510" 
+d="M-82 1243l335 321l340 -321l-154 -119l-186 190l-184 -190z" />
+    <glyph glyph-name="bulletoperator" unicode="&#x2219;" horiz-adv-x="632" 
+d="M177 773q0 56 41 97t98 41t98 -41t41 -98q0 -58 -41 -99q-40 -40 -98 -40q-59 0 -99 40t-40 100z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="1264" 
+d="M1028 1354q-235 0 -399 -170q-70 -73 -111 -160h390v-163h-673q27 237 190 430q240 283 603 283v-220zM1028 -28q-330 0 -564 231q-196 196 -228 463h672v-163h-384q37 -78 105 -146q164 -167 399 -167v-218z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1194" 
+d="M1058 1314l-189 -112q-53 92 -101 120q-50 32 -129 32q-97 0 -161 -55q-64 -54 -64 -136q0 -113 168 -182l154 -63q188 -76 275 -185.5t87 -268.5q0 -213 -142 -352q-143 -140 -355 -140q-201 0 -332 119q-129 119 -161 335l236 52q16 -136 56 -188q72 -100 210 -100
+q109 0 181 73t72 185q0 45 -12.5 82.5t-39 69t-68.5 59t-100 52.5l-149 62q-317 134 -317 392q0 174 133 291q133 118 331 118q267 0 417 -260zM787 -199l-239 -306l-146 73l199 309z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="831" 
+d="M602 -199l-239 -306l-146 73l199 309zM708 808l-186 -99q-44 90 -109 90q-31 0 -53 -20.5t-22 -52.5q0 -56 130 -111q179 -77 241 -142t62 -175q0 -141 -104 -236q-101 -90 -244 -90q-245 0 -347 239l192 89q40 -70 61 -89q41 -38 98 -38q114 0 114 104q0 60 -88 112
+q-34 17 -68 33t-69 33q-98 48 -138 96q-51 61 -51 157q0 127 87 210q89 83 216 83q187 0 278 -193z" />
+    <glyph glyph-name="ash" horiz-adv-x="510" 
+d="M367 1187l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Deltagreek" unicode="&#x394;" horiz-adv-x="1544" 
+d="M51 0l592 1544h250l599 -1544h-1441zM382 216h774l-387 1046z" />
+    <glyph glyph-name="Omegagreek" unicode="&#x3a9;" horiz-adv-x="1544" 
+d="M66 0v208h368q-192 117 -280 268t-88 364q0 318 202 529q202 213 505 213q300 0 503 -213q203 -212 203 -528q0 -214 -88 -365t-279 -268h366v-208h-614v186q373 211 373 635q0 203 -103 348q-144 205 -360 205q-200 0 -334 -161q-133 -160 -133 -402q0 -414 375 -625
+v-186h-616z" />
+    <glyph glyph-name="yea" horiz-adv-x="1725" 
+d="M535 2026h185q23 -158 174 -158q150 0 173 158h185q-15 -167 -106.5 -251t-256.5 -84q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="ice" horiz-adv-x="604" 
+d="M-51 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="sure" horiz-adv-x="1517" 
+d="M421 1802l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="hung" horiz-adv-x="1517" 
+d="M495 1699l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="fee" horiz-adv-x="1517" 
+d="M556 1906q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64q-91 0 -155 64q-63 64 -63 157zM675 1904q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="Caron" horiz-adv-x="1280" 
+d="M1040 2004l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Acute" 
+d="M962 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="eat" horiz-adv-x="604" 
+d="M-29 1844q0 56 41 100q42 42 101 42t101 -42t42 -102q0 -59 -42 -101t-101 -42q-61 0 -101 42q-41 44 -41 103zM348 1844q0 58 42 100q43 42 101 42q59 0 101 -42t42 -102q0 -59 -42 -101t-101 -42t-101 42t-42 103z" />
+    <glyph glyph-name="kick" horiz-adv-x="604" 
+d="M151 1851q0 61 44 105q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -64 -45 -107q-44 -44 -106 -44q-63 0 -107 44q-44 47 -44 108z" />
+    <glyph glyph-name="uniF6C3" horiz-adv-x="510" 
+d="M380 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="uniE784" horiz-adv-x="510" 
+d="M151 1472l75 151l125 -53l-61 -151l5 -46h81v-250h-225v349z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="1194" 
+d="M1058 1314l-189 -112q-53 92 -101 120q-50 32 -129 32q-97 0 -161 -55q-64 -54 -64 -136q0 -113 168 -182l154 -63q188 -76 275 -185.5t87 -268.5q0 -213 -142 -352q-143 -140 -355 -140q-201 0 -332 119q-129 119 -161 335l236 52q16 -136 56 -188q72 -100 210 -100
+q109 0 181 73t72 185q0 45 -12.5 82.5t-39 69t-68.5 59t-100 52.5l-149 62q-317 134 -317 392q0 174 133 291q133 118 331 118q267 0 417 -260zM962 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="988" 
+d="M611 1325v-1325h-233v1325h-355v219h942v-219h-354zM849 2004l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="1280" 
+d="M452 219h741v-219h-1124l758 1325h-634v219h1017zM1012 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="831" 
+d="M708 808l-186 -99q-44 90 -109 90q-31 0 -53 -20.5t-22 -52.5q0 -56 130 -111q179 -77 241 -142t62 -175q0 -141 -104 -236q-101 -90 -244 -90q-245 0 -347 239l192 89q40 -70 61 -89q41 -38 98 -38q114 0 114 104q0 60 -88 112q-34 17 -68 33t-69 33q-98 48 -138 96
+q-51 61 -51 157q0 127 87 210q89 83 216 83q187 0 278 -193zM776 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="771" 
+d="M374 764v-764h-225v764h-96v210h96v357h225v-357h175v-210h-175zM736 1187l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="1113" 
+d="M465 212h579v-212h-1025l631 764h-497v210h942zM962 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM1256 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="1280" 
+d="M452 219h741v-219h-1124l758 1325h-634v219h1017zM532 1851q0 61 44 105q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -64 -45 -107q-44 -44 -106 -44q-63 0 -107 44q-44 47 -44 108z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220zM861 0
+h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="908" 
+d="M418 1544v-1325h454v-219h-687v1544h233zM804 1187l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="731" 
+d="M367 1689v-1689h-225v1689h225zM698 1187l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="1113" 
+d="M465 212h579v-212h-1025l631 764h-497v210h942zM455 1292q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="1233" 
+d="M708 658l478 -658h-285l-441 632h-42v-632h-233v1544h273q306 0 442 -115q150 -128 150 -338q0 -164 -94 -282t-248 -151zM418 835h74q331 0 331 253q0 237 -322 237h-83v-490zM878 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM408 2026h185q23 -158 174 -158q150 0 173 158h185q-15 -167 -106.5 -251t-256.5 -84q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="908" 
+d="M418 1544v-1325h454v-219h-687v1544h233zM759 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM842 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM954 2004l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="1487" 
+d="M185 0v703h-139v200h139v641h324q233 0 368 -46q145 -45 263 -153q239 -218 239 -573q0 -356 -249 -576q-125 -110 -262 -153q-128 -43 -363 -43h-320zM418 219h105q157 0 261 33q104 34 188 110q172 157 172 409q0 255 -170 413q-153 141 -451 141h-105v-422h332v-200
+h-332v-484z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="1487" 
+d="M185 0v1544h324q233 0 368 -46q145 -45 263 -153q239 -218 239 -573q0 -356 -249 -576q-125 -110 -262 -153q-128 -43 -363 -43h-320zM418 219h105q157 0 261 33q104 35 188 111q172 157 172 409q0 254 -170 412q-153 141 -451 141h-105v-1106zM963 2004l-351 -321
+l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="1729" 
+d="M185 0v1649l1126 -1178v1073h233v-1638l-1126 1175v-1081h-233zM1187 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="1729" 
+d="M185 0v1649l1126 -1178v1073h233v-1638l-1126 1175v-1081h-233zM1224 2004l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM1496 1959l-408 -276l-111 93l321 322zM1078 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Hungarumlaut" horiz-adv-x="1830" 
+d="M1496 1959l-408 -276l-111 93l321 322zM1078 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="1233" 
+d="M708 658l478 -658h-285l-441 632h-42v-632h-233v1544h273q306 0 442 -115q150 -128 150 -338q0 -164 -94 -282t-248 -151zM418 835h74q331 0 331 253q0 237 -322 237h-83v-490zM912 2004l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM551 1906q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64
+q-91 0 -155 64q-63 64 -63 157zM670 1904q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM1348 1959l-408 -276l-111 93l321 322zM930 1959l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="Tcedilla" unicode="&#x162;" horiz-adv-x="988" 
+d="M611 1325v-1325h-233v1325h-355v219h942v-219h-354zM608 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="766" 
+d="M142 974h225v-87q62 65 110 89q49 25 116 25q89 0 186 -58l-103 -206q-64 46 -125 46q-184 0 -184 -278v-505h-225v974zM774 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M266 1462h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="510" 
+d="M367 1689v-1689h-225v1689h225zM568 2025l-408 -276l-111 93l321 322z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM561 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM933 1445l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="1450" 
+d="M860 1689h226v-1689h-226v102q-133 -130 -301 -130q-200 0 -332 146q-131 149 -131 372q0 218 131 364q130 147 327 147q171 0 306 -140v828zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88
+q-77 -89 -77 -220zM1417 1187l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1228" 
+d="M326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220zM1086 1689v-299h174v-200h-174v-1190h-226v102q-133 -130 -301 -130q-200 0 -332 146q-131 149 -131 372q0 218 131 364q130 147 327 147
+q171 0 306 -140v329h-240v200h240v299h226z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="1123" 
+d="M142 974h226v-90q118 117 266 117q170 0 265 -107q82 -91 82 -297v-597h-226v544q0 144 -40 199q-39 56 -142 56q-112 0 -159 -74q-46 -73 -46 -255v-470h-226v974zM896 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="1123" 
+d="M142 974h226v-90q118 117 266 117q170 0 265 -107q82 -91 82 -297v-597h-226v544q0 144 -40 199q-39 56 -142 56q-112 0 -159 -74q-46 -73 -46 -255v-470h-226v974zM933 1445l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM711 1454
+l-334 -330l-99 76l244 364zM1128 1454l-334 -330l-99 76l243 364z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="766" 
+d="M142 974h225v-87q62 65 110 89q49 25 116 25q89 0 186 -58l-103 -206q-64 46 -125 46q-184 0 -184 -278v-505h-225v974zM765 1445l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM347 1345q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64
+q-91 0 -155 64q-63 64 -63 157zM466 1343q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM685 1454l-334 -330l-99 76l244 364zM1102 1454l-334 -330l-99 76l243 364z" />
+    <glyph glyph-name="tcedilla" unicode="&#x163;" horiz-adv-x="560" 
+d="M374 764v-764h-225v764h-96v210h96v357h225v-357h175v-210h-175zM376 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM241 1907h701v-180h-701v180z" />
+    <glyph glyph-name="Macron" 
+d="M241 1907h701v-180h-701v180z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="1517" 
+d="M1092 375h-661l-172 -375h-251l764 1641l737 -1641h-255zM997 594l-229 525l-240 -525h469zM417 1907h701v-180h-701v180z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="1228" 
+d="M860 974h226v-974h-226v102q-139 -130 -299 -130q-202 0 -334 146q-131 149 -131 372q0 219 131 365t328 146q170 0 305 -140v113zM326 490q0 -140 75 -228q77 -89 194 -89q125 0 202 86q77 89 77 226t-77 226q-77 87 -200 87q-116 0 -194 -88q-77 -89 -77 -220z
+M277 1343h701v-180h-701v180z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM220 1343h701v-180h-701v180z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM461 1851q0 61 44 105q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -64 -45 -107q-44 -44 -106 -44q-63 0 -107 44q-44 47 -44 108z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM424 1292q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="gcedilla" unicode="&#x123;" horiz-adv-x="1226" 
+d="M1084 23q0 -69 -4.5 -121.5t-12.5 -92.5q-24 -110 -94 -189q-132 -152 -363 -152q-195 0 -321 105q-130 108 -150 299h226q13 -72 43 -111q70 -91 204 -91q247 0 247 303v136q-134 -137 -309 -137q-199 0 -326 144q-128 146 -128 365q0 213 119 362q128 158 338 158
+q184 0 306 -137v110h225v-951zM868 485q0 142 -76 227q-77 87 -197 87q-128 0 -202 -95q-67 -85 -67 -220q0 -133 67 -218q73 -93 202 -93t204 94q69 85 69 218zM495 1472l75 151l125 -53l-61 -151l5 -46h81v-250h-225v349z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM187 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM108 1379q0 59 43 102t103 43q61 0 104 -43q43 -42 43 -103t-43 -104q-42 -43 -103 -43t-104 43t-43 105zM145 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151
+q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="604" 
+d="M418 1544v-1544h-233v1544h233zM3 1907h603v-180h-603v180z" />
+    <glyph glyph-name="ooze" horiz-adv-x="604" 
+d="M3 1907h603v-180h-603v180z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="510" 
+d="M367 974v-974h-225v974h225zM0 1343h510v-180h-510v180z" />
+    <glyph glyph-name="uniE775" horiz-adv-x="510" 
+d="M0 1343h510v-180h-510v180z" />
+    <glyph glyph-name="Kcedilla" unicode="&#x136;" horiz-adv-x="1357" 
+d="M418 928l601 616h311l-698 -699l702 -845h-312l-556 687l-48 -48v-639h-233v1544h233v-616zM757 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Lcedilla" unicode="&#x13b;" horiz-adv-x="908" 
+d="M418 1544v-1325h454v-219h-687v1544h233zM631 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="lcedilla" unicode="&#x13c;" horiz-adv-x="510" 
+d="M367 1689v-1689h-225v1689h225zM370 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Ncedilla" unicode="&#x145;" horiz-adv-x="1729" 
+d="M185 0v1649l1126 -1178v1073h233v-1638l-1126 1175v-1081h-233zM1015 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="ncedilla" unicode="&#x146;" horiz-adv-x="1123" 
+d="M142 974h226v-90q118 117 266 117q170 0 265 -107q82 -91 82 -297v-597h-226v544q0 144 -40 199q-39 56 -142 56q-112 0 -159 -74q-46 -73 -46 -255v-470h-226v974zM689 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM571 1907h701v-180h-701v180z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM268 1343
+h701v-180h-701v180z" />
+    <glyph glyph-name="Rcedilla" unicode="&#x156;" horiz-adv-x="1233" 
+d="M708 658l478 -658h-285l-441 632h-42v-632h-233v1544h273q306 0 442 -115q150 -128 150 -338q0 -164 -94 -282t-248 -151zM418 835h74q331 0 331 253q0 237 -322 237h-83v-490zM723 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="rcedilla" unicode="&#x157;" horiz-adv-x="766" 
+d="M142 974h225v-87q62 65 110 89q49 25 116 25q89 0 186 -58l-103 -206q-64 46 -125 46q-184 0 -184 -278v-505h-225v974zM487 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM409 1907h701v-180h-701v180z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM213 1343h701v-180h-701v180z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM744 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49
+q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM532 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49
+q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="kcedilla" unicode="&#x137;" horiz-adv-x="1020" 
+d="M367 1689v-1030l317 315h302l-423 -409l454 -565h-292l-322 411l-36 -36v-375h-225v1689h225zM617 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Gcedilla" unicode="&#x122;" horiz-adv-x="1725" 
+d="M979 804h638v-51q0 -174 -41 -308q-40 -124 -135 -232q-215 -242 -547 -242q-324 0 -555 234q-231 235 -231 564q0 336 235 570q235 235 572 235q181 0 338 -74q150 -74 295 -240l-166 -159q-190 253 -463 253q-245 0 -411 -169q-166 -166 -166 -416q0 -258 185 -425
+q173 -155 375 -155q172 0 309 116q137 117 153 280h-385v219zM1024 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="apple" unicode="&#xf8ff;" horiz-adv-x="1618" 
+d="M836 1204q-33 0 -142 31q-106 31 -182 31q-176 0 -293 -148q-115 -149 -115 -383q0 -254 152 -516q152 -260 307 -260q49 0 135 35q80 29 148 29q65 0 153 -27q91 -33 146 -33q133 0 264 195q43 65 73.5 129.5t51.5 126.5q-92 28 -162 129q-72 102 -72 229q0 117 68 211
+q37 53 117 123q-27 33 -53.5 57.5t-53.5 44.5q-96 66 -219 66q-74 0 -178 -35t-145 -35zM1149 1618q0 8 -1 18.5t-5 24.5q-180 -41 -257 -152.5t-79 -263.5q65 6 104 17q54 18 113 73q63 66 94 141.5t31 141.5z" />
+    <glyph glyph-name="gravecmb" unicode="&#x300;" horiz-adv-x="0" 
+d="M-960 1454l211 110l276 -364l-124 -76z" />
+    <glyph glyph-name="acutecmb" unicode="&#x301;" horiz-adv-x="0" 
+d="M-195 1454l-364 -330l-123 76l275 364z" />
+    <glyph glyph-name="circumflexcmb" unicode="&#x302;" horiz-adv-x="0" 
+d="M-931 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="tildecmb" unicode="&#x303;" horiz-adv-x="0" 
+d="M-857 1140l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="macroncmb" unicode="&#x304;" horiz-adv-x="0" 
+d="M-928 1343h701v-180h-701v180z" />
+    <glyph glyph-name="brevecmb" unicode="&#x306;" horiz-adv-x="0" 
+d="M-936 1462h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="dotaccentcmb" unicode="&#x307;" horiz-adv-x="0" 
+d="M-729 1292q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="dieresiscmb" unicode="&#x308;" horiz-adv-x="0" 
+d="M-930 1284q0 58 42 99q42 42 101 42t101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-60 0 -102 42q-41 44 -41 102zM-512 1284q0 58 42 99q43 42 101 42q60 0 101 -42q42 -41 42 -100q0 -60 -42 -102q-44 -41 -101 -41q-59 0 -101 42t-42 102z" />
+    <glyph glyph-name="ringcmb" unicode="&#x30a;" horiz-adv-x="0" 
+d="M-765 1345q0 88 64 151q64 64 153 64q91 0 154 -64q64 -64 64 -154t-64 -154q-63 -64 -153 -64q-91 0 -155 64q-63 64 -63 157zM-646 1343q0 -43 28.5 -71.5t70.5 -28.5t70.5 28.5t28.5 70.5t-28.5 70.5t-70.5 28.5q-21 0 -39 -8t-31.5 -21.5t-21 -31.5t-7.5 -37z" />
+    <glyph glyph-name="hungarumlautcmb" unicode="&#x30b;" horiz-adv-x="0" 
+d="M-431 1454l-334 -330l-99 76l244 364zM-14 1454l-334 -330l-99 76l243 364z" />
+    <glyph glyph-name="caroncmb" unicode="&#x30c;" horiz-adv-x="0" 
+d="M-224 1445l-351 -321l-356 321l154 119l201 -190l200 190z" />
+    <glyph glyph-name="cedillacmb" unicode="&#x327;" horiz-adv-x="0" 
+d="M-370 -199l-239 -306l-146 73l199 309z" />
+    <glyph glyph-name="ogonekcmb" unicode="&#x328;" horiz-adv-x="0" 
+d="M-669 0h196q-194 -129 -194 -224q0 -82 101 -82q29 0 64.5 5t80.5 15l-23 -166q-79 -49 -172 -49q-110 0 -183 61q-73 58 -73 151q0 90 46 151q46 66 157 138z" />
+    <glyph glyph-name="soliduslongoverlaycmb" unicode="&#x338;" horiz-adv-x="0" 
+d="M-192 1706l186 -82l-884 -2046l-184 83z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="831" 
+d="M601 -199l-239 -306l-146 73l199 309zM708 808l-186 -99q-44 90 -109 90q-31 0 -53 -20.5t-22 -52.5q0 -56 130 -111q179 -77 241 -142t62 -175q0 -141 -104 -236q-101 -90 -244 -90q-245 0 -347 239l192 89q40 -70 61 -89q41 -38 98 -38q114 0 114 104q0 60 -88 112
+q-34 17 -68 33t-69 33q-98 48 -138 96q-51 61 -51 157q0 127 87 210q89 83 216 83q187 0 278 -193z" />
+    <glyph glyph-name="commaaccent" unicode="&#x326;" horiz-adv-x="0" 
+d="M-129 -440l-75 -151l-125 53l61 151l-5 46h-81v250h225v-349z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="1435" 
+d="M1326 1461v-276q-202 169 -418 169q-238 0 -401 -171q-164 -170 -164 -416q0 -243 164 -410t402 -167q123 0 209 40q48 20 99.5 54t108.5 82v-281q-200 -113 -420 -113q-331 0 -565 231q-233 233 -233 562q0 295 195 526q240 283 621 283q208 0 402 -113zM511 1807
+l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="976" 
+d="M900 932v-299q-77 94 -138 129q-60 36 -141 36q-127 0 -211 -89t-84 -223q0 -137 81 -225q82 -88 209 -88q81 0 143 35q60 34 141 132v-297q-137 -71 -274 -71q-226 0 -378 146q-152 147 -152 365t154 368t378 150q144 0 272 -69zM226 1243l351 321l356 -321l-154 -119
+l-202 190l-199 -190z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="1435" 
+d="M1326 1461v-276q-202 169 -418 169q-238 0 -401 -171q-164 -170 -164 -416q0 -243 164 -410t402 -167q123 0 209 40q48 20 99.5 54t108.5 82v-281q-200 -113 -420 -113q-331 0 -565 231q-233 233 -233 562q0 295 195 526q240 283 621 283q208 0 402 -113zM748 1834
+q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="976" 
+d="M900 932v-299q-77 94 -138 129q-60 36 -141 36q-127 0 -211 -89t-84 -223q0 -137 81 -225q82 -88 209 -88q81 0 143 35q60 34 141 132v-297q-137 -71 -274 -71q-226 0 -378 146q-152 147 -152 365t154 368t378 150q144 0 272 -69zM428 1292q0 60 44 104q47 44 107 44
+q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" 
+d="M1037 1325h-619v-371h601v-219h-601v-516h619v-219h-852v1544h852v-219zM249 2025h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="1133" 
+d="M1029 434h-698q9 -120 78 -191q69 -70 177 -70q84 0 139 40q54 40 123 148l190 -106q-44 -75 -93 -128.5t-105 -88t-121 -50.5t-141 -16q-218 0 -350 140q-132 141 -132 374q0 231 128 374q129 141 342 141q215 0 340 -137q124 -136 124 -377zM798 618q-47 180 -227 180
+q-41 0 -77 -12.5t-65.5 -36t-50.5 -56.5t-32 -75h452zM221 1462h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="1725" 
+d="M979 804h638v-51q0 -174 -41 -308q-40 -124 -135 -232q-215 -242 -547 -242q-324 0 -555 234q-231 235 -231 564q0 336 235 570q235 235 572 235q181 0 338 -74q150 -74 295 -240l-166 -159q-190 253 -463 253q-245 0 -411 -169q-166 -166 -166 -416q0 -258 185 -425
+q173 -155 375 -155q172 0 309 116q137 117 153 280h-385v219zM559 1806l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="1226" 
+d="M1084 23q0 -69 -4.5 -121.5t-12.5 -92.5q-24 -110 -94 -189q-132 -152 -363 -152q-195 0 -321 105q-130 108 -150 299h226q13 -72 43 -111q70 -91 204 -91q247 0 247 303v136q-134 -137 -309 -137q-199 0 -326 144q-128 146 -128 365q0 213 119 362q128 158 338 158
+q184 0 306 -137v110h225v-951zM868 485q0 142 -76 227q-77 87 -197 87q-128 0 -202 -95q-67 -85 -67 -220q0 -133 67 -218q73 -93 202 -93t204 94q69 85 69 218zM226 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="1725" 
+d="M979 804h638v-51q0 -174 -41 -308q-40 -124 -135 -232q-215 -242 -547 -242q-324 0 -555 234q-231 235 -231 564q0 336 235 570q235 235 572 235q181 0 338 -74q150 -74 295 -240l-166 -159q-190 253 -463 253q-245 0 -411 -169q-166 -166 -166 -416q0 -258 185 -425
+q173 -155 375 -155q172 0 309 116q137 117 153 280h-385v219zM754 1841q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="1226" 
+d="M1084 23q0 -69 -4.5 -121.5t-12.5 -92.5q-24 -110 -94 -189q-132 -152 -363 -152q-195 0 -321 105q-130 108 -150 299h226q13 -72 43 -111q70 -91 204 -91q247 0 247 303v136q-134 -137 -309 -137q-199 0 -326 144q-128 146 -128 365q0 213 119 362q128 158 338 158
+q184 0 306 -137v110h225v-951zM868 485q0 142 -76 227q-77 87 -197 87q-128 0 -202 -95q-67 -85 -67 -220q0 -133 67 -218q73 -93 202 -93t204 94q69 85 69 218zM428 1292q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44
+q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="1502" 
+d="M418 940h666v604h233v-1544h-233v721h-666v-721h-233v1544h233v-604zM414 1799l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="1123" 
+d="M142 1689h225v-796q120 108 265 108q165 0 264 -107q84 -93 84 -297v-597h-225v576q0 117 -41.5 169.5t-133.5 52.5q-118 0 -166 -73q-47 -74 -47 -254v-471h-225v1689zM-99 1799l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="827" 
+d="M134 1682l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104zM520 1541v-1544h-233v1544h233z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="813" 
+d="M127 1120l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104zM520 974v-974h-225v974h225z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="721" 
+d="M-1 2018h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246zM481 1544v-1544h-233v1544h233z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="716" 
+d="M0 1456h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246zM458 981v-974h-225v974h225z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="1020" 
+d="M367 973v-314l317 315h302l-423 -409l454 -565h-292l-322 411l-36 -36v-375h-225v973h225z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="931" 
+d="M655 1544v-999q0 -179 -25 -267q-25 -100 -85 -169q-117 -137 -310 -137q-146 0 -273 76l114 199q85 -57 159 -57q104 0 144 79q42 79 42 276v999h234zM220 1799l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="1194" 
+d="M1058 1314l-189 -112q-53 92 -101 120q-50 32 -129 32q-97 0 -161 -55q-64 -54 -64 -136q0 -113 168 -182l154 -63q188 -76 275 -185.5t87 -268.5q0 -213 -142 -352q-143 -140 -355 -140q-201 0 -332 119q-129 119 -161 335l236 52q16 -136 56 -188q72 -100 210 -100
+q109 0 181 73t72 185q0 45 -12.5 82.5t-39 69t-68.5 59t-100 52.5l-149 62q-317 134 -317 392q0 174 133 291q133 118 331 118q267 0 417 -260zM273 1799l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="831" 
+d="M708 808l-186 -99q-44 90 -109 90q-31 0 -53 -20.5t-22 -52.5q0 -56 130 -111q179 -77 241 -142t62 -175q0 -141 -104 -236q-101 -90 -244 -90q-245 0 -347 239l192 89q40 -70 61 -89q41 -38 98 -38q114 0 114 104q0 60 -88 112q-34 17 -68 33t-69 33q-98 48 -138 96
+q-51 61 -51 157q0 127 87 210q89 83 216 83q187 0 278 -193zM74 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="dotlessj" horiz-adv-x="679" 
+d="M453 845v-1199h-226v1199h226z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="702" 
+d="M-3 1249l351 321l356 -321l-154 -119l-202 190l-199 -190zM453 845v-1199h-226v1199h226z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="1480" 
+d="M418 1544v-1544h-233v1544h233zM1301 1551v-999q0 -179 -25 -267q-25 -100 -85 -169q-117 -137 -310 -137q-146 0 -273 76l114 199q85 -57 159 -57q104 0 144 79q42 79 42 276v999h234z" />
+    <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="1056" 
+d="M367 974v-974h-225v974h225zM108 1379q0 59 43 102t103 43q61 0 104 -43q43 -42 43 -103t-43 -104q-42 -43 -103 -43t-104 43t-43 105zM854 974v-1504h-225v1504h225zM595 1379q0 59 43 102t103 43q61 0 104 -43q43 -42 43 -103t-43 -104q-42 -43 -103 -43t-104 43
+t-43 105z" />
+    <glyph glyph-name="Ldotaccent" unicode="&#x13f;" horiz-adv-x="908" 
+d="M418 1544v-1325h454v-219h-687v1544h233zM609 1292q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="ldotaccent" unicode="&#x140;" horiz-adv-x="959" 
+d="M367 1689v-1689h-225v1689h225zM532 1279q0 60 44 104q47 44 107 44q62 0 106 -44q45 -44 45 -106q0 -63 -45 -106q-44 -44 -106 -44q-63 0 -107 44t-44 108z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="1830" 
+d="M108 779q0 326 239 560q238 234 572 234q330 0 566 -236q237 -236 237 -567q0 -333 -238 -565q-239 -233 -577 -233q-299 0 -537 207q-262 229 -262 600zM343 776q0 -256 172 -421q171 -165 395 -165q243 0 410 168q167 170 167 414q0 247 -165 414q-164 168 -406 168
+q-241 0 -407 -168q-166 -166 -166 -410zM555 2018h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="1231" 
+d="M96 494q0 211 151 359t368 148q218 0 370 -149q150 -149 150 -366q0 -219 -151 -367q-152 -147 -373 -147q-219 0 -367 150q-148 148 -148 372zM326 490q0 -146 78 -231q80 -86 211 -86q132 0 211 85t79 227t-79 227q-80 86 -211 86q-129 0 -209 -86t-80 -222zM249 1462
+h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM494 1682l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53
+q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM300 1140l-131 111l29 41q28 40 54 67.5t53 45t56 25t63 7.5q78 0 181 -52q104 -53 134 -53
+q56 0 124 108l127 -106q-96 -192 -260 -192q-56 0 -183 56q-91 46 -136 46q-55 0 -111 -104z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="1513" 
+d="M418 1544v-930q0 -199 65 -291q97 -133 273 -133q177 0 274 133q65 89 65 291v930h233v-994q0 -244 -152 -402q-171 -176 -420 -176t-419 176q-152 158 -152 402v994h233zM402 2025h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5
+q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="1116" 
+d="M367 974v-559q0 -242 191 -242t191 242v559h225v-564q0 -117 -29 -202q-28 -76 -97 -137q-114 -99 -290 -99q-175 0 -289 99q-70 61 -99 137q-28 68 -28 202v564h225zM221 1462h185q22 -157 174 -157q151 0 173 157h185q-15 -166 -106.5 -250.5t-256.5 -84.5
+q-153 0 -248 89q-94 88 -106 246z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="2172" 
+d="M261 1544l402 -1032l420 1107l402 -1107l427 1032h253l-690 -1642l-397 1094l-414 -1095l-656 1643h253zM733 1806l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="1585" 
+d="M264 974l255 -556l275 645l277 -645l252 556h252l-510 -1047l-271 627l-274 -627l-509 1047h253zM441 1250l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="1229" 
+d="M497 667l-504 877h268l353 -617l354 617h268l-506 -877v-667h-233v667zM258 1800l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="1113" 
+d="M449 181l-438 793h261l298 -560l278 560h254l-776 -1504h-257zM220 1243l351 321l356 -321l-154 -119l-202 190l-199 -190z" />
+    <glyph glyph-name="quoterightn" unicode="&#x149;" horiz-adv-x="1592" 
+d="M533 974h226v-90q118 117 266 117q170 0 265 -107q82 -91 82 -297v-597h-226v544q0 144 -40 199q-39 56 -142 56q-112 0 -159 -74q-46 -73 -46 -255v-470h-226v974zM353 1625l200 -78l-285 -572l-152 63z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="988" 
+d="M611 1325v-1325h-233v1325h-355v219h942v-219h-354zM265 983h446v-196h-446v196z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="560" 
+d="M374 764v-764h-225v764h-96v210h96v357h225v-357h175v-210h-175zM42 587h446v-196h-446v196z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="1738" 
+d="M521 940h666v604h233v-1544h-233v721h-666v-721h-233v1544h233v-604zM0 1337h1737v-210h-1737v210z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="1123" 
+d="M142 1689h225v-796q120 108 265 108q165 0 264 -107q84 -93 84 -297v-597h-225v576q0 117 -41.5 169.5t-133.5 52.5q-118 0 -166 -73q-47 -74 -47 -254v-471h-225v1689zM35 1336h446v-196h-446v196z" />
+    <hkern u1="&#x2bb;" u2="&#xc6;" k="170" />
+    <hkern u1="&#x2bb;" u2="&#xc5;" k="154" />
+    <hkern u1="&#x2bb;" u2="&#xc4;" k="154" />
+    <hkern u1="&#x2bb;" u2="&#xc1;" k="154" />
+    <hkern u1="&#x2bb;" u2="Y" k="-53" />
+    <hkern u1="&#x2bb;" u2="W" k="-63" />
+    <hkern u1="&#x2bb;" u2="V" k="-63" />
+    <hkern u1="&#x2bb;" u2="T" k="-39" />
+    <hkern u1="&#x2bb;" u2="A" k="154" />
+    <hkern u1="&#x2bc;" u2="&#xc6;" k="170" />
+    <hkern u1="&#x2bc;" u2="&#xc5;" k="150" />
+    <hkern u1="&#x2bc;" u2="&#xc4;" k="150" />
+    <hkern u1="&#x2bc;" u2="&#xc1;" k="150" />
+    <hkern u1="&#x2bc;" u2="w" k="-4" />
+    <hkern u1="&#x2bc;" u2="v" k="-2" />
+    <hkern u1="&#x2bc;" u2="t" k="-6" />
+    <hkern u1="&#x2bc;" u2="r" k="23" />
+    <hkern u1="&#x2bc;" u2="o" k="57" />
+    <hkern u1="&#x2bc;" u2="d" k="49" />
+    <hkern u1="&#x2bc;" u2="A" k="150" />
+    <hkern u1="&#x2bc;" u2="&#x2e;" k="88" />
+    <hkern u1="&#x2bc;" u2="&#x2c;" k="63" />
+    <hkern u1="&#x201c;" u2="&#xc6;" k="170" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="154" />
+    <hkern u1="&#x201c;" u2="&#xc4;" k="154" />
+    <hkern u1="&#x201c;" u2="&#xc1;" k="154" />
+    <hkern u1="&#x201c;" u2="Y" k="-53" />
+    <hkern u1="&#x201c;" u2="W" k="-63" />
+    <hkern u1="&#x201c;" u2="V" k="-63" />
+    <hkern u1="&#x201c;" u2="T" k="-39" />
+    <hkern u1="&#x201c;" u2="A" k="154" />
+    <hkern u1="&#x201d;" u2="&#xc6;" k="170" />
+    <hkern u1="&#x201d;" u2="&#xc5;" k="150" />
+    <hkern u1="&#x201d;" u2="&#xc4;" k="150" />
+    <hkern u1="&#x201d;" u2="&#xc1;" k="150" />
+    <hkern u1="&#x201d;" u2="Y" k="-53" />
+    <hkern u1="&#x201d;" u2="W" k="-66" />
+    <hkern u1="&#x201d;" u2="V" k="-66" />
+    <hkern u1="&#x201d;" u2="T" k="-39" />
+    <hkern u1="&#x201d;" u2="A" k="150" />
+    <hkern u1="&#x201e;" u2="&#xc6;" k="-84" />
+    <hkern u1="&#x201e;" u2="Y" k="102" />
+    <hkern u1="&#x201e;" u2="W" k="127" />
+    <hkern u1="&#x201e;" u2="V" k="137" />
+    <hkern u1="&#x201e;" u2="T" k="41" />
+    <hkern u1="&#x201e;" u2="A" k="-92" />
+    <hkern u1="&#x203a;" u2="&#xc6;" k="49" />
+    <hkern u1="&#x203a;" u2="&#xc5;" k="37" />
+    <hkern u1="&#x203a;" u2="&#xc4;" k="37" />
+    <hkern u1="&#x203a;" u2="&#xc1;" k="37" />
+    <hkern u1="&#x203a;" u2="Y" k="160" />
+    <hkern u1="&#x203a;" u2="W" k="137" />
+    <hkern u1="&#x203a;" u2="V" k="139" />
+    <hkern u1="&#x203a;" u2="T" k="113" />
+    <hkern u1="&#x203a;" u2="A" k="37" />
+    <hkern u1="&#x2c;" u2="&#x31;" k="150" />
+    <hkern u1="&#x2c;" u2="&#x201d;" k="18" />
+    <hkern u1="&#x2c;" u2="&#x2bc;" k="18" />
+    <hkern u1="&#x2d;" u2="&#xc6;" k="-88" />
+    <hkern u1="&#x2d;" u2="&#xc5;" k="-100" />
+    <hkern u1="&#x2d;" u2="&#xc4;" k="-100" />
+    <hkern u1="&#x2d;" u2="&#xc1;" k="-100" />
+    <hkern u1="&#x2d;" u2="Y" k="35" />
+    <hkern u1="&#x2d;" u2="W" k="2" />
+    <hkern u1="&#x2d;" u2="V" k="4" />
+    <hkern u1="&#x2d;" u2="T" k="-25" />
+    <hkern u1="&#x2d;" u2="A" k="-100" />
+    <hkern u1="&#x2e;" u2="&#x31;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x201d;" k="39" />
+    <hkern u1="&#x2e;" u2="&#x2bc;" k="39" />
+    <hkern u1="&#x30;" u2="&#x37;" k="66" />
+    <hkern u1="&#x30;" u2="&#x34;" k="37" />
+    <hkern u1="&#x30;" u2="&#x31;" k="158" />
+    <hkern u1="&#x31;" u2="&#x39;" k="166" />
+    <hkern u1="&#x31;" u2="&#x38;" k="154" />
+    <hkern u1="&#x31;" u2="&#x37;" k="190" />
+    <hkern u1="&#x31;" u2="&#x36;" k="180" />
+    <hkern u1="&#x31;" u2="&#x35;" k="162" />
+    <hkern u1="&#x31;" u2="&#x34;" k="162" />
+    <hkern u1="&#x31;" u2="&#x33;" k="147" />
+    <hkern u1="&#x31;" u2="&#x32;" k="162" />
+    <hkern u1="&#x31;" u2="&#x31;" k="299" />
+    <hkern u1="&#x31;" u2="&#x30;" k="123" />
+    <hkern u1="&#x31;" u2="&#x2e;" k="121" />
+    <hkern u1="&#x31;" u2="&#x2c;" k="94" />
+    <hkern u1="&#x32;" u2="&#x37;" k="53" />
+    <hkern u1="&#x32;" u2="&#x34;" k="14" />
+    <hkern u1="&#x32;" u2="&#x31;" k="172" />
+    <hkern u1="&#x33;" u2="&#x37;" k="90" />
+    <hkern u1="&#x33;" u2="&#x34;" k="47" />
+    <hkern u1="&#x33;" u2="&#x31;" k="180" />
+    <hkern u1="&#x35;" u2="&#x37;" k="63" />
+    <hkern u1="&#x35;" u2="&#x34;" k="47" />
+    <hkern u1="&#x35;" u2="&#x31;" k="156" />
+    <hkern u1="&#x36;" u2="&#x37;" k="102" />
+    <hkern u1="&#x36;" u2="&#x34;" k="18" />
+    <hkern u1="&#x36;" u2="&#x31;" k="203" />
+    <hkern u1="&#x37;" u2="&#x3a;" k="166" />
+    <hkern u1="&#x37;" u2="&#x37;" k="-29" />
+    <hkern u1="&#x37;" u2="&#x36;" k="209" />
+    <hkern u1="&#x37;" u2="&#x34;" k="256" />
+    <hkern u1="&#x37;" u2="&#x31;" k="117" />
+    <hkern u1="&#x37;" u2="&#x2e;" k="289" />
+    <hkern u1="&#x37;" u2="&#x2c;" k="262" />
+    <hkern u1="&#x38;" u2="&#x37;" k="74" />
+    <hkern u1="&#x38;" u2="&#x34;" k="25" />
+    <hkern u1="&#x38;" u2="&#x31;" k="164" />
+    <hkern u1="&#x39;" u2="&#x37;" k="59" />
+    <hkern u1="&#x39;" u2="&#x34;" k="176" />
+    <hkern u1="&#x39;" u2="&#x31;" k="150" />
+    <hkern u1="A" u2="&#xd9;" k="59" />
+    <hkern u1="A" u2="&#xdb;" k="59" />
+    <hkern u1="A" u2="&#xda;" k="59" />
+    <hkern u1="A" u2="&#xe7;" k="10" />
+    <hkern u1="A" u2="&#xdc;" k="59" />
+    <hkern u1="A" u2="&#xd6;" k="70" />
+    <hkern u1="A" u2="&#xc7;" k="72" />
+    <hkern u1="A" u2="&#xab;" k="33" />
+    <hkern u1="A" u2="y" k="51" />
+    <hkern u1="A" u2="w" k="43" />
+    <hkern u1="A" u2="v" k="47" />
+    <hkern u1="A" u2="u" k="2" />
+    <hkern u1="A" u2="t" k="-23" />
+    <hkern u1="A" u2="q" k="2" />
+    <hkern u1="A" u2="o" k="10" />
+    <hkern u1="A" u2="d" k="2" />
+    <hkern u1="A" u2="c" k="10" />
+    <hkern u1="A" u2="b" k="-29" />
+    <hkern u1="A" u2="a" k="2" />
+    <hkern u1="A" u2="Y" k="135" />
+    <hkern u1="A" u2="W" k="119" />
+    <hkern u1="A" u2="V" k="121" />
+    <hkern u1="A" u2="U" k="59" />
+    <hkern u1="A" u2="T" k="86" />
+    <hkern u1="A" u2="Q" k="70" />
+    <hkern u1="A" u2="O" k="70" />
+    <hkern u1="A" u2="G" k="70" />
+    <hkern u1="A" u2="C" k="72" />
+    <hkern u1="A" u2="&#x2e;" k="-76" />
+    <hkern u1="A" u2="&#x2d;" k="-104" />
+    <hkern u1="A" u2="&#x2c;" k="-102" />
+    <hkern u1="A" u2="&#x2039;" k="33" />
+    <hkern u1="A" u2="&#x201d;" k="129" />
+    <hkern u1="A" u2="&#x2bc;" k="129" />
+    <hkern u1="B" u2="&#xd2;" k="12" />
+    <hkern u1="B" u2="&#xd4;" k="12" />
+    <hkern u1="B" u2="&#xd3;" k="12" />
+    <hkern u1="B" u2="&#x152;" k="14" />
+    <hkern u1="B" u2="&#xd8;" k="-10" />
+    <hkern u1="B" u2="&#xd6;" k="12" />
+    <hkern u1="B" u2="&#xc6;" k="33" />
+    <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="Y" k="78" />
+    <hkern u1="B" u2="W" k="57" />
+    <hkern u1="B" u2="V" k="59" />
+    <hkern u1="B" u2="O" k="12" />
+    <hkern u1="B" u2="A" k="23" />
+    <hkern u1="C" u2="&#xd3;" k="10" />
+    <hkern u1="C" u2="&#xd6;" k="10" />
+    <hkern u1="C" u2="&#xc6;" k="-31" />
+    <hkern u1="C" u2="&#xc5;" k="-37" />
+    <hkern u1="C" u2="&#xc4;" k="-37" />
+    <hkern u1="C" u2="&#xc1;" k="-37" />
+    <hkern u1="C" u2="O" k="10" />
+    <hkern u1="C" u2="K" k="-43" />
+    <hkern u1="C" u2="H" k="-43" />
+    <hkern u1="C" u2="A" k="-37" />
+    <hkern u1="D" u2="&#xc5;" k="76" />
+    <hkern u1="D" u2="&#xc4;" k="76" />
+    <hkern u1="D" u2="&#xc3;" k="76" />
+    <hkern u1="D" u2="&#xc2;" k="76" />
+    <hkern u1="D" u2="&#xc1;" k="76" />
+    <hkern u1="D" u2="&#xc0;" k="76" />
+    <hkern u1="D" u2="Y" k="78" />
+    <hkern u1="D" u2="X" k="47" />
+    <hkern u1="D" u2="W" k="55" />
+    <hkern u1="D" u2="V" k="57" />
+    <hkern u1="D" u2="T" k="53" />
+    <hkern u1="D" u2="J" k="55" />
+    <hkern u1="D" u2="A" k="76" />
+    <hkern u1="F" u2="&#x153;" k="18" />
+    <hkern u1="F" u2="&#xf8;" k="18" />
+    <hkern u1="F" u2="&#xe6;" k="66" />
+    <hkern u1="F" u2="&#xf6;" k="18" />
+    <hkern u1="F" u2="&#xf3;" k="18" />
+    <hkern u1="F" u2="&#xe9;" k="14" />
+    <hkern u1="F" u2="&#xe5;" k="14" />
+    <hkern u1="F" u2="&#xe4;" k="14" />
+    <hkern u1="F" u2="&#xe1;" k="14" />
+    <hkern u1="F" u2="&#xd6;" k="-2" />
+    <hkern u1="F" u2="&#xc5;" k="102" />
+    <hkern u1="F" u2="&#xc4;" k="102" />
+    <hkern u1="F" u2="&#xc3;" k="102" />
+    <hkern u1="F" u2="&#xc2;" k="102" />
+    <hkern u1="F" u2="&#xc1;" k="102" />
+    <hkern u1="F" u2="&#xc0;" k="102" />
+    <hkern u1="F" u2="u" k="20" />
+    <hkern u1="F" u2="r" k="20" />
+    <hkern u1="F" u2="o" k="18" />
+    <hkern u1="F" u2="j" k="-4" />
+    <hkern u1="F" u2="i" k="-4" />
+    <hkern u1="F" u2="e" k="14" />
+    <hkern u1="F" u2="a" k="14" />
+    <hkern u1="F" u2="O" k="-2" />
+    <hkern u1="F" u2="J" k="76" />
+    <hkern u1="F" u2="A" k="102" />
+    <hkern u1="F" u2="&#x2e;" k="127" />
+    <hkern u1="F" u2="&#x2d;" k="-59" />
+    <hkern u1="F" u2="&#x2c;" k="100" />
+    <hkern u1="G" u2="&#xc6;" k="78" />
+    <hkern u1="G" u2="&#xc5;" k="70" />
+    <hkern u1="G" u2="&#xc4;" k="70" />
+    <hkern u1="G" u2="&#xc3;" k="70" />
+    <hkern u1="G" u2="&#xc2;" k="70" />
+    <hkern u1="G" u2="&#xc1;" k="70" />
+    <hkern u1="G" u2="&#xc0;" k="70" />
+    <hkern u1="G" u2="Y" k="51" />
+    <hkern u1="G" u2="W" k="37" />
+    <hkern u1="G" u2="V" k="37" />
+    <hkern u1="G" u2="T" k="4" />
+    <hkern u1="G" u2="A" k="70" />
+    <hkern u1="J" u2="&#xc6;" k="63" />
+    <hkern u1="J" u2="&#xc5;" k="53" />
+    <hkern u1="J" u2="&#xc4;" k="53" />
+    <hkern u1="J" u2="A" k="53" />
+    <hkern u1="K" u2="&#xd3;" k="88" />
+    <hkern u1="K" u2="&#x152;" k="90" />
+    <hkern u1="K" u2="&#xe6;" k="25" />
+    <hkern u1="K" u2="&#xfc;" k="53" />
+    <hkern u1="K" u2="&#xf6;" k="70" />
+    <hkern u1="K" u2="&#xf3;" k="70" />
+    <hkern u1="K" u2="&#xe5;" k="68" />
+    <hkern u1="K" u2="&#xe4;" k="68" />
+    <hkern u1="K" u2="&#xd6;" k="88" />
+    <hkern u1="K" u2="y" k="86" />
+    <hkern u1="K" u2="u" k="53" />
+    <hkern u1="K" u2="o" k="70" />
+    <hkern u1="K" u2="e" k="63" />
+    <hkern u1="K" u2="a" k="68" />
+    <hkern u1="K" u2="T" k="-84" />
+    <hkern u1="K" u2="S" k="57" />
+    <hkern u1="K" u2="O" k="88" />
+    <hkern u1="K" u2="G" k="88" />
+    <hkern u1="K" u2="C" k="90" />
+    <hkern u1="K" u2="&#x2d;" k="-6" />
+    <hkern u1="L" u2="&#xd2;" k="63" />
+    <hkern u1="L" u2="&#xd4;" k="63" />
+    <hkern u1="L" u2="&#xd3;" k="63" />
+    <hkern u1="L" u2="&#xd5;" k="63" />
+    <hkern u1="L" u2="&#xfc;" k="-4" />
+    <hkern u1="L" u2="&#xdc;" k="47" />
+    <hkern u1="L" u2="&#xd6;" k="63" />
+    <hkern u1="L" u2="&#xc7;" k="68" />
+    <hkern u1="L" u2="&#xc6;" k="-78" />
+    <hkern u1="L" u2="&#xc5;" k="-86" />
+    <hkern u1="L" u2="&#xc4;" k="-86" />
+    <hkern u1="L" u2="&#xc1;" k="-86" />
+    <hkern u1="L" u2="y" k="90" />
+    <hkern u1="L" u2="u" k="-4" />
+    <hkern u1="L" u2="Y" k="131" />
+    <hkern u1="L" u2="W" k="127" />
+    <hkern u1="L" u2="V" k="129" />
+    <hkern u1="L" u2="U" k="47" />
+    <hkern u1="L" u2="T" k="100" />
+    <hkern u1="L" u2="S" k="-6" />
+    <hkern u1="L" u2="O" k="63" />
+    <hkern u1="L" u2="G" k="68" />
+    <hkern u1="L" u2="C" k="68" />
+    <hkern u1="L" u2="A" k="-86" />
+    <hkern u1="L" u2="&#x2d;" k="-41" />
+    <hkern u1="L" u2="&#x201d;" k="106" />
+    <hkern u1="L" u2="&#x2bc;" k="106" />
+    <hkern u1="N" u2="&#xd3;" k="-14" />
+    <hkern u1="N" u2="&#xf8;" k="-29" />
+    <hkern u1="N" u2="&#xe6;" k="-10" />
+    <hkern u1="N" u2="&#xfc;" k="-23" />
+    <hkern u1="N" u2="&#xf6;" k="-14" />
+    <hkern u1="N" u2="&#xf3;" k="-14" />
+    <hkern u1="N" u2="&#xe9;" k="-23" />
+    <hkern u1="N" u2="&#xe5;" k="-20" />
+    <hkern u1="N" u2="&#xe4;" k="-20" />
+    <hkern u1="N" u2="&#xe1;" k="-20" />
+    <hkern u1="N" u2="&#xd6;" k="-14" />
+    <hkern u1="N" u2="&#xc7;" k="-14" />
+    <hkern u1="N" u2="&#xc6;" k="-4" />
+    <hkern u1="N" u2="&#xc5;" k="-12" />
+    <hkern u1="N" u2="&#xc4;" k="-12" />
+    <hkern u1="N" u2="&#xc1;" k="-12" />
+    <hkern u1="N" u2="u" k="-23" />
+    <hkern u1="N" u2="o" k="-14" />
+    <hkern u1="N" u2="e" k="-23" />
+    <hkern u1="N" u2="a" k="-20" />
+    <hkern u1="N" u2="O" k="-14" />
+    <hkern u1="N" u2="G" k="-16" />
+    <hkern u1="N" u2="C" k="-14" />
+    <hkern u1="N" u2="A" k="-12" />
+    <hkern u1="N" u2="&#x2e;" k="-35" />
+    <hkern u1="N" u2="&#x2c;" k="-68" />
+    <hkern u1="O" u2="&#xc6;" k="92" />
+    <hkern u1="O" u2="&#xc5;" k="78" />
+    <hkern u1="O" u2="&#xc4;" k="78" />
+    <hkern u1="O" u2="&#xc1;" k="78" />
+    <hkern u1="O" u2="Y" k="84" />
+    <hkern u1="O" u2="X" k="49" />
+    <hkern u1="O" u2="W" k="66" />
+    <hkern u1="O" u2="V" k="68" />
+    <hkern u1="O" u2="T" k="55" />
+    <hkern u1="O" u2="A" k="78" />
+    <hkern u1="P" u2="&#x153;" k="66" />
+    <hkern u1="P" u2="&#xf8;" k="66" />
+    <hkern u1="P" u2="&#xe6;" k="47" />
+    <hkern u1="P" u2="&#xf6;" k="59" />
+    <hkern u1="P" u2="&#xf3;" k="59" />
+    <hkern u1="P" u2="&#xe9;" k="49" />
+    <hkern u1="P" u2="&#xe5;" k="55" />
+    <hkern u1="P" u2="&#xe4;" k="55" />
+    <hkern u1="P" u2="&#xe1;" k="55" />
+    <hkern u1="P" u2="&#xc6;" k="127" />
+    <hkern u1="P" u2="&#xc5;" k="113" />
+    <hkern u1="P" u2="&#xc4;" k="113" />
+    <hkern u1="P" u2="&#xc1;" k="113" />
+    <hkern u1="P" u2="o" k="59" />
+    <hkern u1="P" u2="e" k="51" />
+    <hkern u1="P" u2="a" k="55" />
+    <hkern u1="P" u2="J" k="88" />
+    <hkern u1="P" u2="A" k="113" />
+    <hkern u1="P" u2="&#x2e;" k="174" />
+    <hkern u1="P" u2="&#x2d;" k="-6" />
+    <hkern u1="P" u2="&#x2c;" k="145" />
+    <hkern u1="R" u2="&#xd3;" k="35" />
+    <hkern u1="R" u2="&#x153;" k="41" />
+    <hkern u1="R" u2="&#x152;" k="35" />
+    <hkern u1="R" u2="&#xe6;" k="33" />
+    <hkern u1="R" u2="&#xfc;" k="31" />
+    <hkern u1="R" u2="&#xfa;" k="31" />
+    <hkern u1="R" u2="&#xf6;" k="41" />
+    <hkern u1="R" u2="&#xf3;" k="41" />
+    <hkern u1="R" u2="&#xe9;" k="33" />
+    <hkern u1="R" u2="&#xe5;" k="35" />
+    <hkern u1="R" u2="&#xe4;" k="35" />
+    <hkern u1="R" u2="&#xe1;" k="35" />
+    <hkern u1="R" u2="&#xdc;" k="23" />
+    <hkern u1="R" u2="&#xd6;" k="35" />
+    <hkern u1="R" u2="&#xc7;" k="35" />
+    <hkern u1="R" u2="y" k="2" />
+    <hkern u1="R" u2="u" k="31" />
+    <hkern u1="R" u2="o" k="41" />
+    <hkern u1="R" u2="e" k="33" />
+    <hkern u1="R" u2="a" k="35" />
+    <hkern u1="R" u2="Y" k="68" />
+    <hkern u1="R" u2="W" k="55" />
+    <hkern u1="R" u2="V" k="55" />
+    <hkern u1="R" u2="U" k="23" />
+    <hkern u1="R" u2="T" k="18" />
+    <hkern u1="R" u2="O" k="35" />
+    <hkern u1="R" u2="G" k="35" />
+    <hkern u1="R" u2="C" k="35" />
+    <hkern u1="R" u2="&#x2d;" k="-29" />
+    <hkern u1="S" u2="&#xc6;" k="25" />
+    <hkern u1="S" u2="&#xc5;" k="16" />
+    <hkern u1="S" u2="&#xc4;" k="16" />
+    <hkern u1="S" u2="&#xc1;" k="16" />
+    <hkern u1="S" u2="t" k="-35" />
+    <hkern u1="S" u2="Y" k="14" />
+    <hkern u1="S" u2="W" k="4" />
+    <hkern u1="S" u2="V" k="4" />
+    <hkern u1="S" u2="T" k="-29" />
+    <hkern u1="S" u2="A" k="16" />
+    <hkern u1="T" u2="&#xd2;" k="49" />
+    <hkern u1="T" u2="&#xd4;" k="49" />
+    <hkern u1="T" u2="&#xd3;" k="49" />
+    <hkern u1="T" u2="&#x152;" k="53" />
+    <hkern u1="T" u2="&#xd5;" k="49" />
+    <hkern u1="T" u2="&#xf8;" k="72" />
+    <hkern u1="T" u2="&#xe6;" k="94" />
+    <hkern u1="T" u2="&#xd8;" k="39" />
+    <hkern u1="T" u2="&#xd6;" k="49" />
+    <hkern u1="T" u2="&#xc6;" k="92" />
+    <hkern u1="T" u2="&#xc5;" k="84" />
+    <hkern u1="T" u2="&#xc4;" k="84" />
+    <hkern u1="T" u2="&#xc3;" k="84" />
+    <hkern u1="T" u2="&#xc2;" k="84" />
+    <hkern u1="T" u2="&#xc1;" k="84" />
+    <hkern u1="T" u2="&#xc0;" k="84" />
+    <hkern u1="T" u2="&#xab;" k="113" />
+    <hkern u1="T" u2="y" k="92" />
+    <hkern u1="T" u2="w" k="92" />
+    <hkern u1="T" u2="v" k="92" />
+    <hkern u1="T" u2="u" k="84" />
+    <hkern u1="T" u2="r" k="70" />
+    <hkern u1="T" u2="o" k="92" />
+    <hkern u1="T" u2="j" k="-37" />
+    <hkern u1="T" u2="i" k="-37" />
+    <hkern u1="T" u2="e" k="84" />
+    <hkern u1="T" u2="c" k="92" />
+    <hkern u1="T" u2="a" k="86" />
+    <hkern u1="T" u2="Y" k="-100" />
+    <hkern u1="T" u2="W" k="-92" />
+    <hkern u1="T" u2="V" k="-92" />
+    <hkern u1="T" u2="S" k="2" />
+    <hkern u1="T" u2="O" k="49" />
+    <hkern u1="T" u2="J" k="59" />
+    <hkern u1="T" u2="G" k="51" />
+    <hkern u1="T" u2="C" k="55" />
+    <hkern u1="T" u2="A" k="84" />
+    <hkern u1="T" u2="&#x3b;" k="37" />
+    <hkern u1="T" u2="&#x3a;" k="23" />
+    <hkern u1="T" u2="&#x2e;" k="63" />
+    <hkern u1="T" u2="&#x2d;" k="-25" />
+    <hkern u1="T" u2="&#x2c;" k="35" />
+    <hkern u1="T" u2="&#x2039;" k="113" />
+    <hkern u1="U" u2="&#xc6;" k="78" />
+    <hkern u1="U" u2="&#xc5;" k="66" />
+    <hkern u1="U" u2="&#xc4;" k="66" />
+    <hkern u1="U" u2="&#xc3;" k="66" />
+    <hkern u1="U" u2="&#xc2;" k="66" />
+    <hkern u1="U" u2="&#xc1;" k="66" />
+    <hkern u1="U" u2="r" k="-16" />
+    <hkern u1="U" u2="p" k="-16" />
+    <hkern u1="U" u2="n" k="-14" />
+    <hkern u1="U" u2="m" k="-16" />
+    <hkern u1="U" u2="A" k="66" />
+    <hkern u1="U" u2="&#x2e;" k="23" />
+    <hkern u1="U" u2="&#x2c;" k="-4" />
+    <hkern u1="V" u2="&#xd2;" k="68" />
+    <hkern u1="V" u2="&#xd4;" k="68" />
+    <hkern u1="V" u2="&#xd3;" k="68" />
+    <hkern u1="V" u2="&#xd5;" k="68" />
+    <hkern u1="V" u2="&#xf8;" k="106" />
+    <hkern u1="V" u2="&#xe6;" k="129" />
+    <hkern u1="V" u2="&#xd8;" k="49" />
+    <hkern u1="V" u2="&#xd6;" k="68" />
+    <hkern u1="V" u2="&#xc6;" k="143" />
+    <hkern u1="V" u2="&#xc5;" k="129" />
+    <hkern u1="V" u2="&#xc4;" k="129" />
+    <hkern u1="V" u2="&#xc3;" k="129" />
+    <hkern u1="V" u2="&#xc2;" k="129" />
+    <hkern u1="V" u2="&#xc1;" k="129" />
+    <hkern u1="V" u2="&#xc0;" k="129" />
+    <hkern u1="V" u2="&#xab;" k="143" />
+    <hkern u1="V" u2="y" k="25" />
+    <hkern u1="V" u2="u" k="92" />
+    <hkern u1="V" u2="r" k="88" />
+    <hkern u1="V" u2="o" k="125" />
+    <hkern u1="V" u2="i" k="-20" />
+    <hkern u1="V" u2="e" k="117" />
+    <hkern u1="V" u2="a" k="119" />
+    <hkern u1="V" u2="T" k="-92" />
+    <hkern u1="V" u2="S" k="39" />
+    <hkern u1="V" u2="O" k="68" />
+    <hkern u1="V" u2="G" k="68" />
+    <hkern u1="V" u2="C" k="70" />
+    <hkern u1="V" u2="A" k="129" />
+    <hkern u1="V" u2="&#x3b;" k="70" />
+    <hkern u1="V" u2="&#x3a;" k="55" />
+    <hkern u1="V" u2="&#x2e;" k="154" />
+    <hkern u1="V" u2="&#x2d;" k="10" />
+    <hkern u1="V" u2="&#x2c;" k="127" />
+    <hkern u1="V" u2="&#x2039;" k="143" />
+    <hkern u1="W" u2="&#xd2;" k="70" />
+    <hkern u1="W" u2="&#xd4;" k="70" />
+    <hkern u1="W" u2="&#xd3;" k="70" />
+    <hkern u1="W" u2="&#xd5;" k="70" />
+    <hkern u1="W" u2="&#xf8;" k="109" />
+    <hkern u1="W" u2="&#xe6;" k="131" />
+    <hkern u1="W" u2="&#xd8;" k="51" />
+    <hkern u1="W" u2="&#xd6;" k="70" />
+    <hkern u1="W" u2="&#xc6;" k="145" />
+    <hkern u1="W" u2="&#xc5;" k="131" />
+    <hkern u1="W" u2="&#xc4;" k="131" />
+    <hkern u1="W" u2="&#xc3;" k="131" />
+    <hkern u1="W" u2="&#xc2;" k="131" />
+    <hkern u1="W" u2="&#xc1;" k="131" />
+    <hkern u1="W" u2="&#xc0;" k="131" />
+    <hkern u1="W" u2="&#xab;" k="145" />
+    <hkern u1="W" u2="y" k="29" />
+    <hkern u1="W" u2="u" k="92" />
+    <hkern u1="W" u2="r" k="90" />
+    <hkern u1="W" u2="o" k="127" />
+    <hkern u1="W" u2="i" k="-20" />
+    <hkern u1="W" u2="e" k="119" />
+    <hkern u1="W" u2="a" k="121" />
+    <hkern u1="W" u2="T" k="-92" />
+    <hkern u1="W" u2="S" k="39" />
+    <hkern u1="W" u2="O" k="70" />
+    <hkern u1="W" u2="G" k="70" />
+    <hkern u1="W" u2="C" k="72" />
+    <hkern u1="W" u2="A" k="131" />
+    <hkern u1="W" u2="&#x3b;" k="72" />
+    <hkern u1="W" u2="&#x3a;" k="57" />
+    <hkern u1="W" u2="&#x2e;" k="156" />
+    <hkern u1="W" u2="&#x2d;" k="12" />
+    <hkern u1="W" u2="&#x2c;" k="127" />
+    <hkern u1="W" u2="&#x2039;" k="145" />
+    <hkern u1="X" u2="&#xd6;" k="37" />
+    <hkern u1="X" u2="y" k="78" />
+    <hkern u1="X" u2="u" k="33" />
+    <hkern u1="X" u2="o" k="41" />
+    <hkern u1="X" u2="e" k="33" />
+    <hkern u1="X" u2="a" k="33" />
+    <hkern u1="X" u2="Q" k="37" />
+    <hkern u1="X" u2="O" k="37" />
+    <hkern u1="X" u2="C" k="39" />
+    <hkern u1="X" u2="&#x2d;" k="-66" />
+    <hkern u1="Y" u2="&#xd2;" k="78" />
+    <hkern u1="Y" u2="&#xd4;" k="78" />
+    <hkern u1="Y" u2="&#xd3;" k="78" />
+    <hkern u1="Y" u2="&#xd5;" k="78" />
+    <hkern u1="Y" u2="&#xf8;" k="121" />
+    <hkern u1="Y" u2="&#xe6;" k="143" />
+    <hkern u1="Y" u2="&#xd8;" k="59" />
+    <hkern u1="Y" u2="&#xd6;" k="78" />
+    <hkern u1="Y" u2="&#xc6;" k="154" />
+    <hkern u1="Y" u2="&#xc5;" k="141" />
+    <hkern u1="Y" u2="&#xc4;" k="141" />
+    <hkern u1="Y" u2="&#xc3;" k="141" />
+    <hkern u1="Y" u2="&#xc2;" k="141" />
+    <hkern u1="Y" u2="&#xc1;" k="141" />
+    <hkern u1="Y" u2="&#xc0;" k="141" />
+    <hkern u1="Y" u2="&#xab;" k="160" />
+    <hkern u1="Y" u2="v" k="68" />
+    <hkern u1="Y" u2="u" k="129" />
+    <hkern u1="Y" u2="p" k="117" />
+    <hkern u1="Y" u2="o" k="139" />
+    <hkern u1="Y" u2="i" k="-20" />
+    <hkern u1="Y" u2="e" k="131" />
+    <hkern u1="Y" u2="a" k="131" />
+    <hkern u1="Y" u2="T" k="-100" />
+    <hkern u1="Y" u2="S" k="47" />
+    <hkern u1="Y" u2="O" k="78" />
+    <hkern u1="Y" u2="G" k="78" />
+    <hkern u1="Y" u2="C" k="82" />
+    <hkern u1="Y" u2="A" k="141" />
+    <hkern u1="Y" u2="&#x3b;" k="78" />
+    <hkern u1="Y" u2="&#x3a;" k="66" />
+    <hkern u1="Y" u2="&#x2e;" k="123" />
+    <hkern u1="Y" u2="&#x2d;" k="35" />
+    <hkern u1="Y" u2="&#x2c;" k="94" />
+    <hkern u1="Y" u2="&#x2039;" k="160" />
+    <hkern u1="Z" u2="y" k="104" />
+    <hkern u1="Z" u2="v" k="102" />
+    <hkern u1="a" u2="y" k="-18" />
+    <hkern u1="a" u2="w" k="-18" />
+    <hkern u1="a" u2="v" k="-18" />
+    <hkern u1="a" u2="j" k="-25" />
+    <hkern u1="a" u2="&#x2bc;" k="-29" />
+    <hkern u1="b" u2="y" k="37" />
+    <hkern u1="b" u2="w" k="33" />
+    <hkern u1="b" u2="v" k="35" />
+    <hkern u1="c" u2="k" k="-53" />
+    <hkern u1="c" u2="h" k="-53" />
+    <hkern u1="e" u2="y" k="35" />
+    <hkern u1="e" u2="x" k="39" />
+    <hkern u1="e" u2="w" k="31" />
+    <hkern u1="e" u2="v" k="35" />
+    <hkern u1="e" u2="t" k="-18" />
+    <hkern u1="e" u2="&#x2bc;" k="-2" />
+    <hkern u1="f" u2="&#x153;" k="-23" />
+    <hkern u1="f" u2="&#xf8;" k="-23" />
+    <hkern u1="f" u2="&#xe6;" k="12" />
+    <hkern u1="f" u2="&#xf6;" k="-25" />
+    <hkern u1="f" u2="&#xf3;" k="-25" />
+    <hkern u1="f" u2="&#xe9;" k="-31" />
+    <hkern u1="f" u2="&#xe5;" k="-31" />
+    <hkern u1="f" u2="&#xe4;" k="-31" />
+    <hkern u1="f" u2="&#xe1;" k="-31" />
+    <hkern u1="f" u2="t" k="-74" />
+    <hkern u1="f" u2="o" k="-25" />
+    <hkern u1="f" u2="l" k="-33" />
+    <hkern u1="f" u2="j" k="-41" />
+    <hkern u1="f" u2="i" k="-43" />
+    <hkern u1="f" u2="f" k="-68" />
+    <hkern u1="f" u2="e" k="-31" />
+    <hkern u1="f" u2="a" k="-31" />
+    <hkern u1="f" u2="&#x2bc;" k="-82" />
+    <hkern u1="h" u2="y" k="33" />
+    <hkern u1="h" u2="&#x2bc;" k="-2" />
+    <hkern u1="i" u2="j" k="-25" />
+    <hkern u1="i" u2="T" k="-37" />
+    <hkern u1="k" u2="&#xe6;" k="20" />
+    <hkern u1="k" u2="&#xfc;" k="-6" />
+    <hkern u1="k" u2="&#xf6;" k="41" />
+    <hkern u1="k" u2="&#xf3;" k="41" />
+    <hkern u1="k" u2="&#xe9;" k="33" />
+    <hkern u1="k" u2="&#xe5;" k="35" />
+    <hkern u1="k" u2="&#xe4;" k="35" />
+    <hkern u1="k" u2="&#xe1;" k="35" />
+    <hkern u1="k" u2="u" k="-6" />
+    <hkern u1="k" u2="o" k="41" />
+    <hkern u1="k" u2="e" k="33" />
+    <hkern u1="k" u2="a" k="35" />
+    <hkern u1="k" u2="&#x2e;" k="-31" />
+    <hkern u1="k" u2="&#x2d;" k="4" />
+    <hkern u1="k" u2="&#x2c;" k="-63" />
+    <hkern u1="l" u2="y" k="-18" />
+    <hkern u1="l" u2="v" k="-18" />
+    <hkern u1="m" u2="y" k="33" />
+    <hkern u1="m" u2="w" k="29" />
+    <hkern u1="m" u2="v" k="31" />
+    <hkern u1="m" u2="p" k="-25" />
+    <hkern u1="n" u2="y" k="33" />
+    <hkern u1="n" u2="w" k="29" />
+    <hkern u1="n" u2="v" k="31" />
+    <hkern u1="n" u2="p" k="-25" />
+    <hkern u1="n" u2="T" k="76" />
+    <hkern u1="n" u2="&#x2bc;" k="-2" />
+    <hkern u1="o" u2="y" k="47" />
+    <hkern u1="o" u2="x" k="49" />
+    <hkern u1="o" u2="w" k="39" />
+    <hkern u1="o" u2="v" k="41" />
+    <hkern u1="o" u2="t" k="-12" />
+    <hkern u1="o" u2="T" k="94" />
+    <hkern u1="o" u2="&#x2bc;" k="10" />
+    <hkern u1="p" u2="y" k="43" />
+    <hkern u1="p" u2="t" k="-18" />
+    <hkern u1="q" u2="u" k="-23" />
+    <hkern u1="q" u2="c" k="-16" />
+    <hkern u1="r" u2="&#x153;" k="18" />
+    <hkern u1="r" u2="&#xf8;" k="18" />
+    <hkern u1="r" u2="&#xe6;" k="14" />
+    <hkern u1="r" u2="&#xf6;" k="18" />
+    <hkern u1="r" u2="&#xf4;" k="18" />
+    <hkern u1="r" u2="&#xf2;" k="18" />
+    <hkern u1="r" u2="&#xf3;" k="18" />
+    <hkern u1="r" u2="&#xea;" k="14" />
+    <hkern u1="r" u2="&#xe8;" k="14" />
+    <hkern u1="r" u2="&#xe9;" k="14" />
+    <hkern u1="r" u2="&#xe7;" k="18" />
+    <hkern u1="r" u2="&#xe5;" k="14" />
+    <hkern u1="r" u2="&#xe4;" k="14" />
+    <hkern u1="r" u2="&#xe2;" k="14" />
+    <hkern u1="r" u2="&#xe0;" k="14" />
+    <hkern u1="r" u2="&#xe1;" k="14" />
+    <hkern u1="r" u2="z" k="-25" />
+    <hkern u1="r" u2="y" k="-90" />
+    <hkern u1="r" u2="x" k="-43" />
+    <hkern u1="r" u2="w" k="-94" />
+    <hkern u1="r" u2="v" k="-88" />
+    <hkern u1="r" u2="u" k="-31" />
+    <hkern u1="r" u2="t" k="-74" />
+    <hkern u1="r" u2="r" k="-31" />
+    <hkern u1="r" u2="q" k="18" />
+    <hkern u1="r" u2="p" k="-31" />
+    <hkern u1="r" u2="o" k="18" />
+    <hkern u1="r" u2="n" k="-31" />
+    <hkern u1="r" u2="m" k="-31" />
+    <hkern u1="r" u2="l" k="-31" />
+    <hkern u1="r" u2="k" k="-31" />
+    <hkern u1="r" u2="j" k="-31" />
+    <hkern u1="r" u2="i" k="-31" />
+    <hkern u1="r" u2="h" k="-31" />
+    <hkern u1="r" u2="f" k="-68" />
+    <hkern u1="r" u2="e" k="14" />
+    <hkern u1="r" u2="d" k="14" />
+    <hkern u1="r" u2="c" k="18" />
+    <hkern u1="r" u2="a" k="14" />
+    <hkern u1="r" u2="&#x3b;" k="-4" />
+    <hkern u1="r" u2="&#x3a;" k="-31" />
+    <hkern u1="r" u2="&#x2e;" k="109" />
+    <hkern u1="r" u2="&#x2d;" k="23" />
+    <hkern u1="r" u2="&#x2c;" k="82" />
+    <hkern u1="r" u2="&#x2bc;" k="-57" />
+    <hkern u1="t" u2="&#xf6;" k="-14" />
+    <hkern u1="t" u2="&#xf3;" k="-14" />
+    <hkern u1="t" u2="&#xe9;" k="-18" />
+    <hkern u1="t" u2="&#xe5;" k="-18" />
+    <hkern u1="t" u2="&#xe4;" k="-18" />
+    <hkern u1="t" u2="&#xe1;" k="-18" />
+    <hkern u1="t" u2="o" k="-14" />
+    <hkern u1="t" u2="h" k="-41" />
+    <hkern u1="t" u2="e" k="-18" />
+    <hkern u1="t" u2="a" k="-18" />
+    <hkern u1="t" u2="&#x3b;" k="-43" />
+    <hkern u1="t" u2="&#x3a;" k="-70" />
+    <hkern u1="t" u2="&#x2bc;" k="-74" />
+    <hkern u1="u" u2="&#x2bc;" k="-29" />
+    <hkern u1="v" u2="&#xf8;" k="31" />
+    <hkern u1="v" u2="&#xe6;" k="25" />
+    <hkern u1="v" u2="&#xf6;" k="39" />
+    <hkern u1="v" u2="&#xf2;" k="39" />
+    <hkern u1="v" u2="&#xf3;" k="39" />
+    <hkern u1="v" u2="&#xea;" k="35" />
+    <hkern u1="v" u2="&#xe8;" k="35" />
+    <hkern u1="v" u2="&#xe9;" k="35" />
+    <hkern u1="v" u2="&#xe5;" k="35" />
+    <hkern u1="v" u2="&#xe3;" k="35" />
+    <hkern u1="v" u2="&#xe4;" k="35" />
+    <hkern u1="v" u2="&#xe2;" k="35" />
+    <hkern u1="v" u2="&#xe0;" k="35" />
+    <hkern u1="v" u2="&#xe1;" k="35" />
+    <hkern u1="v" u2="o" k="39" />
+    <hkern u1="v" u2="l" k="-18" />
+    <hkern u1="v" u2="e" k="35" />
+    <hkern u1="v" u2="c" k="41" />
+    <hkern u1="v" u2="a" k="35" />
+    <hkern u1="v" u2="&#x3b;" k="12" />
+    <hkern u1="v" u2="&#x3a;" k="-10" />
+    <hkern u1="v" u2="&#x2e;" k="113" />
+    <hkern u1="v" u2="&#x2d;" k="-47" />
+    <hkern u1="v" u2="&#x2c;" k="82" />
+    <hkern u1="w" u2="&#xf8;" k="29" />
+    <hkern u1="w" u2="&#xe6;" k="25" />
+    <hkern u1="w" u2="&#xf6;" k="37" />
+    <hkern u1="w" u2="&#xf2;" k="37" />
+    <hkern u1="w" u2="&#xf3;" k="37" />
+    <hkern u1="w" u2="&#xea;" k="31" />
+    <hkern u1="w" u2="&#xe8;" k="31" />
+    <hkern u1="w" u2="&#xe9;" k="31" />
+    <hkern u1="w" u2="&#xe5;" k="33" />
+    <hkern u1="w" u2="&#xe3;" k="33" />
+    <hkern u1="w" u2="&#xe4;" k="33" />
+    <hkern u1="w" u2="&#xe2;" k="33" />
+    <hkern u1="w" u2="&#xe0;" k="33" />
+    <hkern u1="w" u2="&#xe1;" k="33" />
+    <hkern u1="w" u2="o" k="37" />
+    <hkern u1="w" u2="l" k="-18" />
+    <hkern u1="w" u2="e" k="31" />
+    <hkern u1="w" u2="c" k="39" />
+    <hkern u1="w" u2="a" k="33" />
+    <hkern u1="w" u2="&#x3b;" k="10" />
+    <hkern u1="w" u2="&#x3a;" k="-12" />
+    <hkern u1="w" u2="&#x2e;" k="109" />
+    <hkern u1="w" u2="&#x2d;" k="-49" />
+    <hkern u1="w" u2="&#x2c;" k="76" />
+    <hkern u1="x" u2="&#xe9;" k="33" />
+    <hkern u1="x" u2="q" k="35" />
+    <hkern u1="x" u2="o" k="41" />
+    <hkern u1="x" u2="e" k="33" />
+    <hkern u1="x" u2="c" k="41" />
+    <hkern u1="x" u2="a" k="35" />
+    <hkern u1="y" u2="&#xf8;" k="35" />
+    <hkern u1="y" u2="&#xe6;" k="25" />
+    <hkern u1="y" u2="&#xf6;" k="39" />
+    <hkern u1="y" u2="&#xf2;" k="39" />
+    <hkern u1="y" u2="&#xf3;" k="39" />
+    <hkern u1="y" u2="&#xea;" k="33" />
+    <hkern u1="y" u2="&#xe8;" k="33" />
+    <hkern u1="y" u2="&#xe9;" k="33" />
+    <hkern u1="y" u2="&#xe5;" k="35" />
+    <hkern u1="y" u2="&#xe3;" k="35" />
+    <hkern u1="y" u2="&#xe4;" k="35" />
+    <hkern u1="y" u2="&#xe2;" k="35" />
+    <hkern u1="y" u2="&#xe0;" k="35" />
+    <hkern u1="y" u2="&#xe1;" k="35" />
+    <hkern u1="y" u2="o" k="39" />
+    <hkern u1="y" u2="l" k="-18" />
+    <hkern u1="y" u2="e" k="33" />
+    <hkern u1="y" u2="c" k="41" />
+    <hkern u1="y" u2="a" k="35" />
+    <hkern u1="y" u2="&#x3b;" k="16" />
+    <hkern u1="y" u2="&#x3a;" k="-10" />
+    <hkern u1="y" u2="&#x2e;" k="121" />
+    <hkern u1="y" u2="&#x2d;" k="-41" />
+    <hkern u1="y" u2="&#x2c;" k="88" />
+    <hkern u1="&#xbb;" u2="&#xc6;" k="49" />
+    <hkern u1="&#xbb;" u2="&#xc5;" k="37" />
+    <hkern u1="&#xbb;" u2="&#xc4;" k="37" />
+    <hkern u1="&#xbb;" u2="&#xc1;" k="37" />
+    <hkern u1="&#xbb;" u2="Y" k="160" />
+    <hkern u1="&#xbb;" u2="W" k="137" />
+    <hkern u1="&#xbb;" u2="V" k="139" />
+    <hkern u1="&#xbb;" u2="T" k="113" />
+    <hkern u1="&#xbb;" u2="A" k="37" />
+    <hkern u1="&#xc0;" u2="&#xd9;" k="59" />
+    <hkern u1="&#xc0;" u2="&#xdb;" k="59" />
+    <hkern u1="&#xc0;" u2="&#xda;" k="59" />
+    <hkern u1="&#xc0;" u2="&#xe7;" k="10" />
+    <hkern u1="&#xc0;" u2="&#xdc;" k="59" />
+    <hkern u1="&#xc0;" u2="&#xd6;" k="70" />
+    <hkern u1="&#xc0;" u2="&#xc7;" k="72" />
+    <hkern u1="&#xc0;" u2="&#xab;" k="33" />
+    <hkern u1="&#xc0;" u2="y" k="51" />
+    <hkern u1="&#xc0;" u2="w" k="43" />
+    <hkern u1="&#xc0;" u2="v" k="47" />
+    <hkern u1="&#xc0;" u2="u" k="2" />
+    <hkern u1="&#xc0;" u2="t" k="-23" />
+    <hkern u1="&#xc0;" u2="q" k="2" />
+    <hkern u1="&#xc0;" u2="o" k="10" />
+    <hkern u1="&#xc0;" u2="d" k="2" />
+    <hkern u1="&#xc0;" u2="c" k="10" />
+    <hkern u1="&#xc0;" u2="b" k="-29" />
+    <hkern u1="&#xc0;" u2="a" k="2" />
+    <hkern u1="&#xc0;" u2="Y" k="135" />
+    <hkern u1="&#xc0;" u2="W" k="119" />
+    <hkern u1="&#xc0;" u2="V" k="121" />
+    <hkern u1="&#xc0;" u2="U" k="59" />
+    <hkern u1="&#xc0;" u2="T" k="86" />
+    <hkern u1="&#xc0;" u2="Q" k="70" />
+    <hkern u1="&#xc0;" u2="O" k="70" />
+    <hkern u1="&#xc0;" u2="G" k="70" />
+    <hkern u1="&#xc0;" u2="C" k="72" />
+    <hkern u1="&#xc0;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#xc0;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#xc0;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#xc0;" u2="&#x2039;" k="33" />
+    <hkern u1="&#xc0;" u2="&#x201d;" k="129" />
+    <hkern u1="&#xc0;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#xc1;" u2="&#xd9;" k="59" />
+    <hkern u1="&#xc1;" u2="&#xdb;" k="59" />
+    <hkern u1="&#xc1;" u2="&#xda;" k="59" />
+    <hkern u1="&#xc1;" u2="&#xe7;" k="10" />
+    <hkern u1="&#xc1;" u2="&#xdc;" k="59" />
+    <hkern u1="&#xc1;" u2="&#xd6;" k="70" />
+    <hkern u1="&#xc1;" u2="&#xc7;" k="72" />
+    <hkern u1="&#xc1;" u2="&#xab;" k="33" />
+    <hkern u1="&#xc1;" u2="y" k="51" />
+    <hkern u1="&#xc1;" u2="w" k="43" />
+    <hkern u1="&#xc1;" u2="v" k="47" />
+    <hkern u1="&#xc1;" u2="u" k="2" />
+    <hkern u1="&#xc1;" u2="t" k="-23" />
+    <hkern u1="&#xc1;" u2="q" k="2" />
+    <hkern u1="&#xc1;" u2="o" k="10" />
+    <hkern u1="&#xc1;" u2="d" k="2" />
+    <hkern u1="&#xc1;" u2="c" k="10" />
+    <hkern u1="&#xc1;" u2="b" k="-29" />
+    <hkern u1="&#xc1;" u2="a" k="2" />
+    <hkern u1="&#xc1;" u2="Y" k="135" />
+    <hkern u1="&#xc1;" u2="W" k="119" />
+    <hkern u1="&#xc1;" u2="V" k="121" />
+    <hkern u1="&#xc1;" u2="U" k="59" />
+    <hkern u1="&#xc1;" u2="T" k="86" />
+    <hkern u1="&#xc1;" u2="Q" k="70" />
+    <hkern u1="&#xc1;" u2="O" k="70" />
+    <hkern u1="&#xc1;" u2="G" k="70" />
+    <hkern u1="&#xc1;" u2="C" k="72" />
+    <hkern u1="&#xc1;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#xc1;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#xc1;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#xc1;" u2="&#x2039;" k="33" />
+    <hkern u1="&#xc1;" u2="&#x201d;" k="129" />
+    <hkern u1="&#xc1;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#xc2;" u2="&#xd9;" k="59" />
+    <hkern u1="&#xc2;" u2="&#xdb;" k="59" />
+    <hkern u1="&#xc2;" u2="&#xda;" k="59" />
+    <hkern u1="&#xc2;" u2="&#xe7;" k="10" />
+    <hkern u1="&#xc2;" u2="&#xdc;" k="59" />
+    <hkern u1="&#xc2;" u2="&#xd6;" k="70" />
+    <hkern u1="&#xc2;" u2="&#xc7;" k="72" />
+    <hkern u1="&#xc2;" u2="&#xab;" k="33" />
+    <hkern u1="&#xc2;" u2="y" k="51" />
+    <hkern u1="&#xc2;" u2="w" k="43" />
+    <hkern u1="&#xc2;" u2="v" k="47" />
+    <hkern u1="&#xc2;" u2="u" k="2" />
+    <hkern u1="&#xc2;" u2="t" k="-23" />
+    <hkern u1="&#xc2;" u2="q" k="2" />
+    <hkern u1="&#xc2;" u2="o" k="10" />
+    <hkern u1="&#xc2;" u2="d" k="2" />
+    <hkern u1="&#xc2;" u2="c" k="10" />
+    <hkern u1="&#xc2;" u2="b" k="-29" />
+    <hkern u1="&#xc2;" u2="a" k="2" />
+    <hkern u1="&#xc2;" u2="Y" k="135" />
+    <hkern u1="&#xc2;" u2="W" k="119" />
+    <hkern u1="&#xc2;" u2="V" k="121" />
+    <hkern u1="&#xc2;" u2="U" k="59" />
+    <hkern u1="&#xc2;" u2="T" k="86" />
+    <hkern u1="&#xc2;" u2="Q" k="70" />
+    <hkern u1="&#xc2;" u2="O" k="70" />
+    <hkern u1="&#xc2;" u2="G" k="70" />
+    <hkern u1="&#xc2;" u2="C" k="72" />
+    <hkern u1="&#xc2;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#xc2;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#xc2;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#xc2;" u2="&#x2039;" k="33" />
+    <hkern u1="&#xc2;" u2="&#x201d;" k="129" />
+    <hkern u1="&#xc2;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#xc3;" u2="&#xd9;" k="59" />
+    <hkern u1="&#xc3;" u2="&#xdb;" k="59" />
+    <hkern u1="&#xc3;" u2="&#xda;" k="59" />
+    <hkern u1="&#xc3;" u2="&#xe7;" k="10" />
+    <hkern u1="&#xc3;" u2="&#xdc;" k="59" />
+    <hkern u1="&#xc3;" u2="&#xd6;" k="70" />
+    <hkern u1="&#xc3;" u2="&#xc7;" k="72" />
+    <hkern u1="&#xc3;" u2="&#xab;" k="33" />
+    <hkern u1="&#xc3;" u2="y" k="51" />
+    <hkern u1="&#xc3;" u2="w" k="43" />
+    <hkern u1="&#xc3;" u2="v" k="47" />
+    <hkern u1="&#xc3;" u2="u" k="2" />
+    <hkern u1="&#xc3;" u2="t" k="-23" />
+    <hkern u1="&#xc3;" u2="q" k="2" />
+    <hkern u1="&#xc3;" u2="o" k="10" />
+    <hkern u1="&#xc3;" u2="d" k="2" />
+    <hkern u1="&#xc3;" u2="c" k="10" />
+    <hkern u1="&#xc3;" u2="b" k="-29" />
+    <hkern u1="&#xc3;" u2="a" k="2" />
+    <hkern u1="&#xc3;" u2="Y" k="135" />
+    <hkern u1="&#xc3;" u2="W" k="119" />
+    <hkern u1="&#xc3;" u2="V" k="121" />
+    <hkern u1="&#xc3;" u2="U" k="59" />
+    <hkern u1="&#xc3;" u2="T" k="86" />
+    <hkern u1="&#xc3;" u2="Q" k="70" />
+    <hkern u1="&#xc3;" u2="O" k="70" />
+    <hkern u1="&#xc3;" u2="G" k="70" />
+    <hkern u1="&#xc3;" u2="C" k="72" />
+    <hkern u1="&#xc3;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#xc3;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#xc3;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#xc3;" u2="&#x2039;" k="33" />
+    <hkern u1="&#xc3;" u2="&#x201d;" k="129" />
+    <hkern u1="&#xc3;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#xc4;" u2="&#xd9;" k="59" />
+    <hkern u1="&#xc4;" u2="&#xdb;" k="59" />
+    <hkern u1="&#xc4;" u2="&#xda;" k="59" />
+    <hkern u1="&#xc4;" u2="&#xe7;" k="10" />
+    <hkern u1="&#xc4;" u2="&#xdc;" k="59" />
+    <hkern u1="&#xc4;" u2="&#xd6;" k="70" />
+    <hkern u1="&#xc4;" u2="&#xc7;" k="72" />
+    <hkern u1="&#xc4;" u2="&#xab;" k="33" />
+    <hkern u1="&#xc4;" u2="y" k="51" />
+    <hkern u1="&#xc4;" u2="w" k="43" />
+    <hkern u1="&#xc4;" u2="v" k="47" />
+    <hkern u1="&#xc4;" u2="u" k="2" />
+    <hkern u1="&#xc4;" u2="t" k="-23" />
+    <hkern u1="&#xc4;" u2="q" k="2" />
+    <hkern u1="&#xc4;" u2="o" k="10" />
+    <hkern u1="&#xc4;" u2="d" k="2" />
+    <hkern u1="&#xc4;" u2="c" k="10" />
+    <hkern u1="&#xc4;" u2="b" k="-29" />
+    <hkern u1="&#xc4;" u2="a" k="2" />
+    <hkern u1="&#xc4;" u2="Y" k="135" />
+    <hkern u1="&#xc4;" u2="W" k="119" />
+    <hkern u1="&#xc4;" u2="V" k="121" />
+    <hkern u1="&#xc4;" u2="U" k="59" />
+    <hkern u1="&#xc4;" u2="T" k="86" />
+    <hkern u1="&#xc4;" u2="Q" k="70" />
+    <hkern u1="&#xc4;" u2="O" k="70" />
+    <hkern u1="&#xc4;" u2="G" k="70" />
+    <hkern u1="&#xc4;" u2="C" k="72" />
+    <hkern u1="&#xc4;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#xc4;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#xc4;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#xc4;" u2="&#x2039;" k="33" />
+    <hkern u1="&#xc4;" u2="&#x201d;" k="129" />
+    <hkern u1="&#xc4;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#xc5;" u2="&#xd9;" k="59" />
+    <hkern u1="&#xc5;" u2="&#xdb;" k="59" />
+    <hkern u1="&#xc5;" u2="&#xda;" k="59" />
+    <hkern u1="&#xc5;" u2="&#xe7;" k="10" />
+    <hkern u1="&#xc5;" u2="&#xdc;" k="59" />
+    <hkern u1="&#xc5;" u2="&#xd6;" k="70" />
+    <hkern u1="&#xc5;" u2="&#xc7;" k="72" />
+    <hkern u1="&#xc5;" u2="&#xab;" k="33" />
+    <hkern u1="&#xc5;" u2="y" k="51" />
+    <hkern u1="&#xc5;" u2="w" k="43" />
+    <hkern u1="&#xc5;" u2="v" k="47" />
+    <hkern u1="&#xc5;" u2="u" k="2" />
+    <hkern u1="&#xc5;" u2="t" k="-23" />
+    <hkern u1="&#xc5;" u2="q" k="2" />
+    <hkern u1="&#xc5;" u2="o" k="10" />
+    <hkern u1="&#xc5;" u2="d" k="2" />
+    <hkern u1="&#xc5;" u2="c" k="10" />
+    <hkern u1="&#xc5;" u2="b" k="-29" />
+    <hkern u1="&#xc5;" u2="a" k="2" />
+    <hkern u1="&#xc5;" u2="Y" k="135" />
+    <hkern u1="&#xc5;" u2="W" k="119" />
+    <hkern u1="&#xc5;" u2="V" k="121" />
+    <hkern u1="&#xc5;" u2="U" k="59" />
+    <hkern u1="&#xc5;" u2="T" k="86" />
+    <hkern u1="&#xc5;" u2="Q" k="70" />
+    <hkern u1="&#xc5;" u2="O" k="70" />
+    <hkern u1="&#xc5;" u2="G" k="70" />
+    <hkern u1="&#xc5;" u2="C" k="72" />
+    <hkern u1="&#xc5;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#xc5;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#xc5;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#xc5;" u2="&#x2039;" k="33" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="129" />
+    <hkern u1="&#xc5;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#xc7;" u2="&#xd3;" k="10" />
+    <hkern u1="&#xc7;" u2="&#xd6;" k="10" />
+    <hkern u1="&#xc7;" u2="&#xc6;" k="-31" />
+    <hkern u1="&#xc7;" u2="&#xc5;" k="-37" />
+    <hkern u1="&#xc7;" u2="&#xc4;" k="-37" />
+    <hkern u1="&#xc7;" u2="&#xc1;" k="-37" />
+    <hkern u1="&#xc7;" u2="O" k="10" />
+    <hkern u1="&#xc7;" u2="K" k="-43" />
+    <hkern u1="&#xc7;" u2="H" k="-43" />
+    <hkern u1="&#xc7;" u2="A" k="-37" />
+    <hkern u1="&#xd1;" u2="&#xd3;" k="-14" />
+    <hkern u1="&#xd1;" u2="&#xf8;" k="-29" />
+    <hkern u1="&#xd1;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#xd1;" u2="&#xfc;" k="-23" />
+    <hkern u1="&#xd1;" u2="&#xf6;" k="-14" />
+    <hkern u1="&#xd1;" u2="&#xf3;" k="-14" />
+    <hkern u1="&#xd1;" u2="&#xe9;" k="-23" />
+    <hkern u1="&#xd1;" u2="&#xe5;" k="-20" />
+    <hkern u1="&#xd1;" u2="&#xe4;" k="-20" />
+    <hkern u1="&#xd1;" u2="&#xe1;" k="-20" />
+    <hkern u1="&#xd1;" u2="&#xd6;" k="-14" />
+    <hkern u1="&#xd1;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#xd1;" u2="&#xc6;" k="-4" />
+    <hkern u1="&#xd1;" u2="&#xc5;" k="-12" />
+    <hkern u1="&#xd1;" u2="&#xc4;" k="-12" />
+    <hkern u1="&#xd1;" u2="&#xc1;" k="-12" />
+    <hkern u1="&#xd1;" u2="u" k="-23" />
+    <hkern u1="&#xd1;" u2="o" k="-14" />
+    <hkern u1="&#xd1;" u2="e" k="-23" />
+    <hkern u1="&#xd1;" u2="a" k="-20" />
+    <hkern u1="&#xd1;" u2="O" k="-14" />
+    <hkern u1="&#xd1;" u2="G" k="-16" />
+    <hkern u1="&#xd1;" u2="C" k="-14" />
+    <hkern u1="&#xd1;" u2="A" k="-12" />
+    <hkern u1="&#xd1;" u2="&#x2e;" k="-35" />
+    <hkern u1="&#xd1;" u2="&#x2c;" k="-68" />
+    <hkern u1="&#xd6;" u2="&#xc6;" k="92" />
+    <hkern u1="&#xd6;" u2="&#xc5;" k="78" />
+    <hkern u1="&#xd6;" u2="&#xc4;" k="78" />
+    <hkern u1="&#xd6;" u2="&#xc1;" k="78" />
+    <hkern u1="&#xd6;" u2="Y" k="84" />
+    <hkern u1="&#xd6;" u2="X" k="49" />
+    <hkern u1="&#xd6;" u2="W" k="66" />
+    <hkern u1="&#xd6;" u2="V" k="68" />
+    <hkern u1="&#xd6;" u2="T" k="55" />
+    <hkern u1="&#xd6;" u2="A" k="78" />
+    <hkern u1="&#xdc;" u2="&#xc6;" k="78" />
+    <hkern u1="&#xdc;" u2="&#xc5;" k="66" />
+    <hkern u1="&#xdc;" u2="&#xc4;" k="66" />
+    <hkern u1="&#xdc;" u2="&#xc3;" k="66" />
+    <hkern u1="&#xdc;" u2="&#xc2;" k="66" />
+    <hkern u1="&#xdc;" u2="&#xc1;" k="66" />
+    <hkern u1="&#xdc;" u2="r" k="-16" />
+    <hkern u1="&#xdc;" u2="p" k="-16" />
+    <hkern u1="&#xdc;" u2="n" k="-14" />
+    <hkern u1="&#xdc;" u2="m" k="-16" />
+    <hkern u1="&#xdc;" u2="b" k="-16" />
+    <hkern u1="&#xdc;" u2="A" k="66" />
+    <hkern u1="&#xdc;" u2="&#x2e;" k="23" />
+    <hkern u1="&#xdc;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#xe1;" u2="y" k="-18" />
+    <hkern u1="&#xe1;" u2="w" k="-18" />
+    <hkern u1="&#xe1;" u2="v" k="-18" />
+    <hkern u1="&#xe1;" u2="j" k="-25" />
+    <hkern u1="&#xe1;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xe0;" u2="y" k="-18" />
+    <hkern u1="&#xe0;" u2="w" k="-18" />
+    <hkern u1="&#xe0;" u2="v" k="-18" />
+    <hkern u1="&#xe0;" u2="j" k="-25" />
+    <hkern u1="&#xe0;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xe2;" u2="y" k="-18" />
+    <hkern u1="&#xe2;" u2="w" k="-18" />
+    <hkern u1="&#xe2;" u2="v" k="-18" />
+    <hkern u1="&#xe2;" u2="j" k="-25" />
+    <hkern u1="&#xe2;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xe4;" u2="y" k="-18" />
+    <hkern u1="&#xe4;" u2="w" k="-18" />
+    <hkern u1="&#xe4;" u2="v" k="-18" />
+    <hkern u1="&#xe4;" u2="j" k="-25" />
+    <hkern u1="&#xe4;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xe3;" u2="y" k="-18" />
+    <hkern u1="&#xe3;" u2="w" k="-18" />
+    <hkern u1="&#xe3;" u2="v" k="-18" />
+    <hkern u1="&#xe3;" u2="j" k="-25" />
+    <hkern u1="&#xe3;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xe5;" u2="y" k="-18" />
+    <hkern u1="&#xe5;" u2="w" k="-18" />
+    <hkern u1="&#xe5;" u2="v" k="-18" />
+    <hkern u1="&#xe5;" u2="j" k="-25" />
+    <hkern u1="&#xe5;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xe7;" u2="k" k="-53" />
+    <hkern u1="&#xe7;" u2="h" k="-53" />
+    <hkern u1="&#xe9;" u2="y" k="35" />
+    <hkern u1="&#xe9;" u2="x" k="39" />
+    <hkern u1="&#xe9;" u2="w" k="31" />
+    <hkern u1="&#xe9;" u2="v" k="35" />
+    <hkern u1="&#xe9;" u2="t" k="-18" />
+    <hkern u1="&#xe9;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#xe8;" u2="y" k="35" />
+    <hkern u1="&#xe8;" u2="x" k="39" />
+    <hkern u1="&#xe8;" u2="w" k="31" />
+    <hkern u1="&#xe8;" u2="v" k="35" />
+    <hkern u1="&#xe8;" u2="t" k="-18" />
+    <hkern u1="&#xe8;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#xea;" u2="y" k="35" />
+    <hkern u1="&#xea;" u2="x" k="39" />
+    <hkern u1="&#xea;" u2="w" k="31" />
+    <hkern u1="&#xea;" u2="v" k="35" />
+    <hkern u1="&#xea;" u2="t" k="-18" />
+    <hkern u1="&#xea;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#xeb;" u2="y" k="35" />
+    <hkern u1="&#xeb;" u2="x" k="39" />
+    <hkern u1="&#xeb;" u2="w" k="31" />
+    <hkern u1="&#xeb;" u2="v" k="35" />
+    <hkern u1="&#xeb;" u2="t" k="-18" />
+    <hkern u1="&#xeb;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#xf1;" u2="y" k="33" />
+    <hkern u1="&#xf1;" u2="w" k="29" />
+    <hkern u1="&#xf1;" u2="v" k="31" />
+    <hkern u1="&#xf1;" u2="p" k="-25" />
+    <hkern u1="&#xf1;" u2="T" k="76" />
+    <hkern u1="&#xf1;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#xf3;" u2="y" k="47" />
+    <hkern u1="&#xf3;" u2="x" k="49" />
+    <hkern u1="&#xf3;" u2="w" k="39" />
+    <hkern u1="&#xf3;" u2="v" k="41" />
+    <hkern u1="&#xf3;" u2="t" k="-12" />
+    <hkern u1="&#xf3;" u2="T" k="94" />
+    <hkern u1="&#xf3;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#xf2;" u2="y" k="47" />
+    <hkern u1="&#xf2;" u2="x" k="49" />
+    <hkern u1="&#xf2;" u2="w" k="39" />
+    <hkern u1="&#xf2;" u2="v" k="41" />
+    <hkern u1="&#xf2;" u2="t" k="-12" />
+    <hkern u1="&#xf2;" u2="T" k="94" />
+    <hkern u1="&#xf2;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#xf4;" u2="y" k="47" />
+    <hkern u1="&#xf4;" u2="x" k="49" />
+    <hkern u1="&#xf4;" u2="w" k="39" />
+    <hkern u1="&#xf4;" u2="v" k="41" />
+    <hkern u1="&#xf4;" u2="t" k="-12" />
+    <hkern u1="&#xf4;" u2="T" k="94" />
+    <hkern u1="&#xf4;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#xf6;" u2="y" k="47" />
+    <hkern u1="&#xf6;" u2="x" k="49" />
+    <hkern u1="&#xf6;" u2="w" k="39" />
+    <hkern u1="&#xf6;" u2="v" k="41" />
+    <hkern u1="&#xf6;" u2="t" k="-12" />
+    <hkern u1="&#xf6;" u2="T" k="94" />
+    <hkern u1="&#xf6;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#xf5;" u2="y" k="47" />
+    <hkern u1="&#xf5;" u2="x" k="49" />
+    <hkern u1="&#xf5;" u2="w" k="39" />
+    <hkern u1="&#xf5;" u2="v" k="41" />
+    <hkern u1="&#xf5;" u2="t" k="-12" />
+    <hkern u1="&#xf5;" u2="T" k="94" />
+    <hkern u1="&#xf5;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#xfa;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xf9;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xfb;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xfc;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#xd8;" u2="A" k="66" />
+    <hkern u1="&#xe6;" u2="y" k="35" />
+    <hkern u1="&#xe6;" u2="w" k="31" />
+    <hkern u1="&#xe6;" u2="v" k="33" />
+    <hkern u1="&#xd5;" u2="&#xc6;" k="92" />
+    <hkern u1="&#xd5;" u2="&#xc5;" k="78" />
+    <hkern u1="&#xd5;" u2="&#xc4;" k="78" />
+    <hkern u1="&#xd5;" u2="&#xc1;" k="78" />
+    <hkern u1="&#xd5;" u2="Y" k="84" />
+    <hkern u1="&#xd5;" u2="X" k="49" />
+    <hkern u1="&#xd5;" u2="W" k="66" />
+    <hkern u1="&#xd5;" u2="V" k="68" />
+    <hkern u1="&#xd5;" u2="T" k="55" />
+    <hkern u1="&#xd5;" u2="A" k="78" />
+    <hkern u1="&#xff;" u2="&#xf8;" k="35" />
+    <hkern u1="&#xff;" u2="&#xe6;" k="25" />
+    <hkern u1="&#xff;" u2="&#xf6;" k="39" />
+    <hkern u1="&#xff;" u2="&#xf2;" k="39" />
+    <hkern u1="&#xff;" u2="&#xf3;" k="39" />
+    <hkern u1="&#xff;" u2="&#xea;" k="33" />
+    <hkern u1="&#xff;" u2="&#xe8;" k="33" />
+    <hkern u1="&#xff;" u2="&#xe9;" k="33" />
+    <hkern u1="&#xff;" u2="&#xe5;" k="35" />
+    <hkern u1="&#xff;" u2="&#xe3;" k="35" />
+    <hkern u1="&#xff;" u2="&#xe4;" k="35" />
+    <hkern u1="&#xff;" u2="&#xe2;" k="35" />
+    <hkern u1="&#xff;" u2="&#xe0;" k="35" />
+    <hkern u1="&#xff;" u2="&#xe1;" k="35" />
+    <hkern u1="&#xff;" u2="o" k="39" />
+    <hkern u1="&#xff;" u2="l" k="-18" />
+    <hkern u1="&#xff;" u2="e" k="33" />
+    <hkern u1="&#xff;" u2="c" k="41" />
+    <hkern u1="&#xff;" u2="a" k="35" />
+    <hkern u1="&#xff;" u2="&#x3b;" k="16" />
+    <hkern u1="&#xff;" u2="&#x3a;" k="-10" />
+    <hkern u1="&#xff;" u2="&#x2e;" k="121" />
+    <hkern u1="&#xff;" u2="&#x2d;" k="-41" />
+    <hkern u1="&#xff;" u2="&#x2c;" k="88" />
+    <hkern u1="&#x178;" u2="&#xd2;" k="78" />
+    <hkern u1="&#x178;" u2="&#xd4;" k="78" />
+    <hkern u1="&#x178;" u2="&#xd3;" k="78" />
+    <hkern u1="&#x178;" u2="&#xd5;" k="78" />
+    <hkern u1="&#x178;" u2="&#xf8;" k="121" />
+    <hkern u1="&#x178;" u2="&#xe6;" k="143" />
+    <hkern u1="&#x178;" u2="&#xd8;" k="59" />
+    <hkern u1="&#x178;" u2="&#xd6;" k="78" />
+    <hkern u1="&#x178;" u2="&#xc6;" k="154" />
+    <hkern u1="&#x178;" u2="&#xc5;" k="141" />
+    <hkern u1="&#x178;" u2="&#xc4;" k="141" />
+    <hkern u1="&#x178;" u2="&#xc3;" k="141" />
+    <hkern u1="&#x178;" u2="&#xc2;" k="141" />
+    <hkern u1="&#x178;" u2="&#xc1;" k="141" />
+    <hkern u1="&#x178;" u2="&#xc0;" k="141" />
+    <hkern u1="&#x178;" u2="&#xab;" k="160" />
+    <hkern u1="&#x178;" u2="v" k="68" />
+    <hkern u1="&#x178;" u2="u" k="129" />
+    <hkern u1="&#x178;" u2="p" k="117" />
+    <hkern u1="&#x178;" u2="o" k="139" />
+    <hkern u1="&#x178;" u2="i" k="-20" />
+    <hkern u1="&#x178;" u2="e" k="131" />
+    <hkern u1="&#x178;" u2="a" k="131" />
+    <hkern u1="&#x178;" u2="T" k="-100" />
+    <hkern u1="&#x178;" u2="S" k="47" />
+    <hkern u1="&#x178;" u2="O" k="78" />
+    <hkern u1="&#x178;" u2="G" k="78" />
+    <hkern u1="&#x178;" u2="C" k="82" />
+    <hkern u1="&#x178;" u2="A" k="141" />
+    <hkern u1="&#x178;" u2="&#x3b;" k="78" />
+    <hkern u1="&#x178;" u2="&#x3a;" k="66" />
+    <hkern u1="&#x178;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x178;" u2="&#x2d;" k="35" />
+    <hkern u1="&#x178;" u2="&#x2c;" k="94" />
+    <hkern u1="&#x178;" u2="&#x2039;" k="160" />
+    <hkern u1="&#xd3;" u2="&#xc6;" k="92" />
+    <hkern u1="&#xd3;" u2="&#xc5;" k="78" />
+    <hkern u1="&#xd3;" u2="&#xc4;" k="78" />
+    <hkern u1="&#xd3;" u2="&#xc1;" k="78" />
+    <hkern u1="&#xd3;" u2="Y" k="84" />
+    <hkern u1="&#xd3;" u2="X" k="49" />
+    <hkern u1="&#xd3;" u2="W" k="66" />
+    <hkern u1="&#xd3;" u2="V" k="68" />
+    <hkern u1="&#xd3;" u2="T" k="55" />
+    <hkern u1="&#xd3;" u2="A" k="78" />
+    <hkern u1="&#xd4;" u2="&#xc6;" k="92" />
+    <hkern u1="&#xd4;" u2="&#xc5;" k="78" />
+    <hkern u1="&#xd4;" u2="&#xc4;" k="78" />
+    <hkern u1="&#xd4;" u2="&#xc1;" k="78" />
+    <hkern u1="&#xd4;" u2="Y" k="84" />
+    <hkern u1="&#xd4;" u2="X" k="49" />
+    <hkern u1="&#xd4;" u2="W" k="66" />
+    <hkern u1="&#xd4;" u2="V" k="68" />
+    <hkern u1="&#xd4;" u2="T" k="55" />
+    <hkern u1="&#xd4;" u2="A" k="78" />
+    <hkern u1="&#xd2;" u2="&#xc6;" k="92" />
+    <hkern u1="&#xd2;" u2="&#xc5;" k="78" />
+    <hkern u1="&#xd2;" u2="&#xc4;" k="78" />
+    <hkern u1="&#xd2;" u2="&#xc1;" k="78" />
+    <hkern u1="&#xd2;" u2="Y" k="84" />
+    <hkern u1="&#xd2;" u2="X" k="49" />
+    <hkern u1="&#xd2;" u2="W" k="66" />
+    <hkern u1="&#xd2;" u2="V" k="68" />
+    <hkern u1="&#xd2;" u2="T" k="55" />
+    <hkern u1="&#xd2;" u2="A" k="78" />
+    <hkern u1="&#xda;" u2="&#xc6;" k="78" />
+    <hkern u1="&#xda;" u2="&#xc5;" k="66" />
+    <hkern u1="&#xda;" u2="&#xc4;" k="66" />
+    <hkern u1="&#xda;" u2="&#xc3;" k="66" />
+    <hkern u1="&#xda;" u2="&#xc2;" k="66" />
+    <hkern u1="&#xda;" u2="&#xc1;" k="66" />
+    <hkern u1="&#xda;" u2="r" k="-16" />
+    <hkern u1="&#xda;" u2="p" k="-16" />
+    <hkern u1="&#xda;" u2="n" k="-14" />
+    <hkern u1="&#xda;" u2="m" k="-16" />
+    <hkern u1="&#xda;" u2="A" k="66" />
+    <hkern u1="&#xda;" u2="&#x2e;" k="23" />
+    <hkern u1="&#xda;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#xdb;" u2="&#xc6;" k="78" />
+    <hkern u1="&#xdb;" u2="&#xc5;" k="66" />
+    <hkern u1="&#xdb;" u2="&#xc4;" k="66" />
+    <hkern u1="&#xdb;" u2="&#xc3;" k="66" />
+    <hkern u1="&#xdb;" u2="&#xc2;" k="66" />
+    <hkern u1="&#xdb;" u2="&#xc1;" k="66" />
+    <hkern u1="&#xdb;" u2="r" k="-16" />
+    <hkern u1="&#xdb;" u2="p" k="-16" />
+    <hkern u1="&#xdb;" u2="n" k="-14" />
+    <hkern u1="&#xdb;" u2="m" k="-16" />
+    <hkern u1="&#xdb;" u2="A" k="66" />
+    <hkern u1="&#xdb;" u2="&#x2e;" k="23" />
+    <hkern u1="&#xdb;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#xd9;" u2="&#xc6;" k="78" />
+    <hkern u1="&#xd9;" u2="&#xc5;" k="66" />
+    <hkern u1="&#xd9;" u2="&#xc4;" k="66" />
+    <hkern u1="&#xd9;" u2="&#xc3;" k="66" />
+    <hkern u1="&#xd9;" u2="&#xc2;" k="66" />
+    <hkern u1="&#xd9;" u2="&#xc1;" k="66" />
+    <hkern u1="&#xd9;" u2="r" k="-16" />
+    <hkern u1="&#xd9;" u2="p" k="-16" />
+    <hkern u1="&#xd9;" u2="n" k="-14" />
+    <hkern u1="&#xd9;" u2="m" k="-16" />
+    <hkern u1="&#xd9;" u2="A" k="66" />
+    <hkern u1="&#xd9;" u2="&#x2e;" k="23" />
+    <hkern u1="&#xd9;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#x160;" u2="&#xc6;" k="25" />
+    <hkern u1="&#x160;" u2="&#xc5;" k="16" />
+    <hkern u1="&#x160;" u2="&#xc4;" k="16" />
+    <hkern u1="&#x160;" u2="&#xc1;" k="16" />
+    <hkern u1="&#x160;" u2="t" k="-35" />
+    <hkern u1="&#x160;" u2="Y" k="14" />
+    <hkern u1="&#x160;" u2="W" k="4" />
+    <hkern u1="&#x160;" u2="V" k="4" />
+    <hkern u1="&#x160;" u2="T" k="-29" />
+    <hkern u1="&#x160;" u2="A" k="16" />
+    <hkern u1="&#x17d;" u2="y" k="104" />
+    <hkern u1="&#x17d;" u2="v" k="102" />
+    <hkern u1="&#xdd;" u2="&#xd2;" k="78" />
+    <hkern u1="&#xdd;" u2="&#xd4;" k="78" />
+    <hkern u1="&#xdd;" u2="&#xd3;" k="78" />
+    <hkern u1="&#xdd;" u2="&#xd5;" k="78" />
+    <hkern u1="&#xdd;" u2="&#xf8;" k="121" />
+    <hkern u1="&#xdd;" u2="&#xe6;" k="143" />
+    <hkern u1="&#xdd;" u2="&#xd8;" k="59" />
+    <hkern u1="&#xdd;" u2="&#xd6;" k="78" />
+    <hkern u1="&#xdd;" u2="&#xc6;" k="154" />
+    <hkern u1="&#xdd;" u2="&#xc5;" k="141" />
+    <hkern u1="&#xdd;" u2="&#xc4;" k="141" />
+    <hkern u1="&#xdd;" u2="&#xc3;" k="141" />
+    <hkern u1="&#xdd;" u2="&#xc2;" k="141" />
+    <hkern u1="&#xdd;" u2="&#xc1;" k="141" />
+    <hkern u1="&#xdd;" u2="&#xc0;" k="141" />
+    <hkern u1="&#xdd;" u2="&#xab;" k="160" />
+    <hkern u1="&#xdd;" u2="v" k="68" />
+    <hkern u1="&#xdd;" u2="u" k="129" />
+    <hkern u1="&#xdd;" u2="p" k="117" />
+    <hkern u1="&#xdd;" u2="o" k="139" />
+    <hkern u1="&#xdd;" u2="i" k="-20" />
+    <hkern u1="&#xdd;" u2="e" k="131" />
+    <hkern u1="&#xdd;" u2="a" k="131" />
+    <hkern u1="&#xdd;" u2="T" k="-100" />
+    <hkern u1="&#xdd;" u2="S" k="47" />
+    <hkern u1="&#xdd;" u2="O" k="78" />
+    <hkern u1="&#xdd;" u2="G" k="78" />
+    <hkern u1="&#xdd;" u2="C" k="82" />
+    <hkern u1="&#xdd;" u2="A" k="141" />
+    <hkern u1="&#xdd;" u2="&#x3b;" k="78" />
+    <hkern u1="&#xdd;" u2="&#x3a;" k="66" />
+    <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x2d;" k="35" />
+    <hkern u1="&#xdd;" u2="&#x2c;" k="94" />
+    <hkern u1="&#xdd;" u2="&#x2039;" k="160" />
+    <hkern u1="&#xfd;" u2="&#xf8;" k="35" />
+    <hkern u1="&#xfd;" u2="&#xe6;" k="25" />
+    <hkern u1="&#xfd;" u2="&#xf6;" k="39" />
+    <hkern u1="&#xfd;" u2="&#xf2;" k="39" />
+    <hkern u1="&#xfd;" u2="&#xf3;" k="39" />
+    <hkern u1="&#xfd;" u2="&#xea;" k="33" />
+    <hkern u1="&#xfd;" u2="&#xe8;" k="33" />
+    <hkern u1="&#xfd;" u2="&#xe9;" k="33" />
+    <hkern u1="&#xfd;" u2="&#xe5;" k="35" />
+    <hkern u1="&#xfd;" u2="&#xe3;" k="35" />
+    <hkern u1="&#xfd;" u2="&#xe4;" k="35" />
+    <hkern u1="&#xfd;" u2="&#xe2;" k="35" />
+    <hkern u1="&#xfd;" u2="&#xe0;" k="35" />
+    <hkern u1="&#xfd;" u2="&#xe1;" k="35" />
+    <hkern u1="&#xfd;" u2="o" k="39" />
+    <hkern u1="&#xfd;" u2="l" k="-18" />
+    <hkern u1="&#xfd;" u2="e" k="33" />
+    <hkern u1="&#xfd;" u2="c" k="41" />
+    <hkern u1="&#xfd;" u2="a" k="35" />
+    <hkern u1="&#xfd;" u2="&#x3b;" k="16" />
+    <hkern u1="&#xfd;" u2="&#x3a;" k="-10" />
+    <hkern u1="&#xfd;" u2="&#x2e;" k="121" />
+    <hkern u1="&#xfd;" u2="&#x2d;" k="-41" />
+    <hkern u1="&#xfd;" u2="&#x2c;" k="88" />
+    <hkern u1="&#x11e;" u2="&#xc6;" k="78" />
+    <hkern u1="&#x11e;" u2="&#xc5;" k="70" />
+    <hkern u1="&#x11e;" u2="&#xc4;" k="70" />
+    <hkern u1="&#x11e;" u2="&#xc3;" k="70" />
+    <hkern u1="&#x11e;" u2="&#xc2;" k="70" />
+    <hkern u1="&#x11e;" u2="&#xc1;" k="70" />
+    <hkern u1="&#x11e;" u2="&#xc0;" k="70" />
+    <hkern u1="&#x11e;" u2="Y" k="51" />
+    <hkern u1="&#x11e;" u2="W" k="37" />
+    <hkern u1="&#x11e;" u2="V" k="37" />
+    <hkern u1="&#x11e;" u2="T" k="4" />
+    <hkern u1="&#x11e;" u2="A" k="70" />
+    <hkern u1="&#x106;" u2="&#xd3;" k="10" />
+    <hkern u1="&#x106;" u2="&#xd6;" k="10" />
+    <hkern u1="&#x106;" u2="&#xc6;" k="-31" />
+    <hkern u1="&#x106;" u2="&#xc5;" k="-37" />
+    <hkern u1="&#x106;" u2="&#xc4;" k="-37" />
+    <hkern u1="&#x106;" u2="&#xc1;" k="-37" />
+    <hkern u1="&#x106;" u2="O" k="10" />
+    <hkern u1="&#x106;" u2="K" k="-43" />
+    <hkern u1="&#x106;" u2="H" k="-43" />
+    <hkern u1="&#x106;" u2="A" k="-37" />
+    <hkern u1="&#x107;" u2="k" k="-53" />
+    <hkern u1="&#x107;" u2="h" k="-53" />
+    <hkern u1="&#x10c;" u2="&#xd3;" k="10" />
+    <hkern u1="&#x10c;" u2="&#xd6;" k="10" />
+    <hkern u1="&#x10c;" u2="&#xc6;" k="-31" />
+    <hkern u1="&#x10c;" u2="&#xc5;" k="-37" />
+    <hkern u1="&#x10c;" u2="&#xc4;" k="-37" />
+    <hkern u1="&#x10c;" u2="&#xc1;" k="-37" />
+    <hkern u1="&#x10c;" u2="O" k="10" />
+    <hkern u1="&#x10c;" u2="K" k="-43" />
+    <hkern u1="&#x10c;" u2="H" k="-43" />
+    <hkern u1="&#x10c;" u2="A" k="-37" />
+    <hkern u1="&#x10d;" u2="k" k="-53" />
+    <hkern u1="&#x10d;" u2="h" k="-53" />
+    <hkern u1="&#x15e;" u2="&#xc6;" k="25" />
+    <hkern u1="&#x15e;" u2="&#xc5;" k="16" />
+    <hkern u1="&#x15e;" u2="&#xc4;" k="16" />
+    <hkern u1="&#x15e;" u2="&#xc1;" k="16" />
+    <hkern u1="&#x15e;" u2="t" k="-35" />
+    <hkern u1="&#x15e;" u2="Y" k="14" />
+    <hkern u1="&#x15e;" u2="W" k="4" />
+    <hkern u1="&#x15e;" u2="V" k="4" />
+    <hkern u1="&#x15e;" u2="T" k="-29" />
+    <hkern u1="&#x15e;" u2="A" k="16" />
+    <hkern u1="&#x15a;" u2="&#xc6;" k="25" />
+    <hkern u1="&#x15a;" u2="&#xc5;" k="16" />
+    <hkern u1="&#x15a;" u2="&#xc4;" k="16" />
+    <hkern u1="&#x15a;" u2="&#xc1;" k="16" />
+    <hkern u1="&#x15a;" u2="t" k="-35" />
+    <hkern u1="&#x15a;" u2="Y" k="14" />
+    <hkern u1="&#x15a;" u2="W" k="4" />
+    <hkern u1="&#x15a;" u2="V" k="4" />
+    <hkern u1="&#x15a;" u2="T" k="-29" />
+    <hkern u1="&#x15a;" u2="A" k="16" />
+    <hkern u1="&#x164;" u2="&#xd2;" k="49" />
+    <hkern u1="&#x164;" u2="&#xd4;" k="49" />
+    <hkern u1="&#x164;" u2="&#xd3;" k="49" />
+    <hkern u1="&#x164;" u2="&#x152;" k="53" />
+    <hkern u1="&#x164;" u2="&#xd5;" k="49" />
+    <hkern u1="&#x164;" u2="&#xf8;" k="72" />
+    <hkern u1="&#x164;" u2="&#xe6;" k="94" />
+    <hkern u1="&#x164;" u2="&#xd8;" k="39" />
+    <hkern u1="&#x164;" u2="&#xd6;" k="49" />
+    <hkern u1="&#x164;" u2="&#xc6;" k="92" />
+    <hkern u1="&#x164;" u2="&#xc5;" k="84" />
+    <hkern u1="&#x164;" u2="&#xc4;" k="84" />
+    <hkern u1="&#x164;" u2="&#xc3;" k="84" />
+    <hkern u1="&#x164;" u2="&#xc2;" k="84" />
+    <hkern u1="&#x164;" u2="&#xc1;" k="84" />
+    <hkern u1="&#x164;" u2="&#xc0;" k="84" />
+    <hkern u1="&#x164;" u2="&#xab;" k="113" />
+    <hkern u1="&#x164;" u2="y" k="92" />
+    <hkern u1="&#x164;" u2="w" k="92" />
+    <hkern u1="&#x164;" u2="v" k="92" />
+    <hkern u1="&#x164;" u2="u" k="84" />
+    <hkern u1="&#x164;" u2="r" k="70" />
+    <hkern u1="&#x164;" u2="o" k="92" />
+    <hkern u1="&#x164;" u2="j" k="-37" />
+    <hkern u1="&#x164;" u2="i" k="-37" />
+    <hkern u1="&#x164;" u2="e" k="84" />
+    <hkern u1="&#x164;" u2="c" k="92" />
+    <hkern u1="&#x164;" u2="a" k="86" />
+    <hkern u1="&#x164;" u2="Y" k="-100" />
+    <hkern u1="&#x164;" u2="W" k="-92" />
+    <hkern u1="&#x164;" u2="V" k="-92" />
+    <hkern u1="&#x164;" u2="S" k="2" />
+    <hkern u1="&#x164;" u2="O" k="49" />
+    <hkern u1="&#x164;" u2="J" k="59" />
+    <hkern u1="&#x164;" u2="G" k="51" />
+    <hkern u1="&#x164;" u2="C" k="55" />
+    <hkern u1="&#x164;" u2="A" k="84" />
+    <hkern u1="&#x164;" u2="&#x3b;" k="37" />
+    <hkern u1="&#x164;" u2="&#x3a;" k="23" />
+    <hkern u1="&#x164;" u2="&#x2e;" k="63" />
+    <hkern u1="&#x164;" u2="&#x2d;" k="-25" />
+    <hkern u1="&#x164;" u2="&#x2c;" k="35" />
+    <hkern u1="&#x164;" u2="&#x2039;" k="113" />
+    <hkern u1="&#x179;" u2="y" k="104" />
+    <hkern u1="&#x179;" u2="v" k="102" />
+    <hkern u1="&#x165;" u2="&#xf6;" k="-14" />
+    <hkern u1="&#x165;" u2="&#xf3;" k="-14" />
+    <hkern u1="&#x165;" u2="&#xe9;" k="-18" />
+    <hkern u1="&#x165;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x165;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x165;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x165;" u2="o" k="-14" />
+    <hkern u1="&#x165;" u2="h" k="-41" />
+    <hkern u1="&#x165;" u2="e" k="-18" />
+    <hkern u1="&#x165;" u2="a" k="-18" />
+    <hkern u1="&#x165;" u2="&#x3b;" k="-43" />
+    <hkern u1="&#x165;" u2="&#x3a;" k="-70" />
+    <hkern u1="&#x165;" u2="&#x2bc;" k="-74" />
+    <hkern u1="&#x104;" u2="&#xd9;" k="59" />
+    <hkern u1="&#x104;" u2="&#xdb;" k="59" />
+    <hkern u1="&#x104;" u2="&#xda;" k="59" />
+    <hkern u1="&#x104;" u2="&#xe7;" k="10" />
+    <hkern u1="&#x104;" u2="&#xdc;" k="59" />
+    <hkern u1="&#x104;" u2="&#xd6;" k="70" />
+    <hkern u1="&#x104;" u2="&#xc7;" k="72" />
+    <hkern u1="&#x104;" u2="&#xab;" k="33" />
+    <hkern u1="&#x104;" u2="y" k="51" />
+    <hkern u1="&#x104;" u2="w" k="43" />
+    <hkern u1="&#x104;" u2="v" k="47" />
+    <hkern u1="&#x104;" u2="u" k="2" />
+    <hkern u1="&#x104;" u2="t" k="-23" />
+    <hkern u1="&#x104;" u2="q" k="2" />
+    <hkern u1="&#x104;" u2="o" k="10" />
+    <hkern u1="&#x104;" u2="d" k="2" />
+    <hkern u1="&#x104;" u2="c" k="10" />
+    <hkern u1="&#x104;" u2="b" k="-29" />
+    <hkern u1="&#x104;" u2="a" k="2" />
+    <hkern u1="&#x104;" u2="Y" k="135" />
+    <hkern u1="&#x104;" u2="W" k="119" />
+    <hkern u1="&#x104;" u2="V" k="121" />
+    <hkern u1="&#x104;" u2="U" k="59" />
+    <hkern u1="&#x104;" u2="T" k="86" />
+    <hkern u1="&#x104;" u2="Q" k="70" />
+    <hkern u1="&#x104;" u2="O" k="70" />
+    <hkern u1="&#x104;" u2="G" k="70" />
+    <hkern u1="&#x104;" u2="C" k="72" />
+    <hkern u1="&#x104;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#x104;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#x104;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#x104;" u2="&#x2039;" k="33" />
+    <hkern u1="&#x104;" u2="&#x201d;" k="129" />
+    <hkern u1="&#x104;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#x17b;" u2="y" k="104" />
+    <hkern u1="&#x17b;" u2="v" k="102" />
+    <hkern u1="&#x105;" u2="y" k="-18" />
+    <hkern u1="&#x105;" u2="w" k="-18" />
+    <hkern u1="&#x105;" u2="v" k="-18" />
+    <hkern u1="&#x105;" u2="j" k="-25" />
+    <hkern u1="&#x105;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x13d;" u2="&#xd2;" k="63" />
+    <hkern u1="&#x13d;" u2="&#xd4;" k="63" />
+    <hkern u1="&#x13d;" u2="&#xd3;" k="63" />
+    <hkern u1="&#x13d;" u2="&#xd5;" k="63" />
+    <hkern u1="&#x13d;" u2="&#xfc;" k="-4" />
+    <hkern u1="&#x13d;" u2="&#xdc;" k="47" />
+    <hkern u1="&#x13d;" u2="&#xd6;" k="63" />
+    <hkern u1="&#x13d;" u2="&#xc7;" k="68" />
+    <hkern u1="&#x13d;" u2="&#xc6;" k="-78" />
+    <hkern u1="&#x13d;" u2="&#xc5;" k="-86" />
+    <hkern u1="&#x13d;" u2="&#xc4;" k="-86" />
+    <hkern u1="&#x13d;" u2="&#xc1;" k="-86" />
+    <hkern u1="&#x13d;" u2="y" k="90" />
+    <hkern u1="&#x13d;" u2="u" k="-4" />
+    <hkern u1="&#x13d;" u2="Y" k="131" />
+    <hkern u1="&#x13d;" u2="W" k="127" />
+    <hkern u1="&#x13d;" u2="V" k="129" />
+    <hkern u1="&#x13d;" u2="U" k="47" />
+    <hkern u1="&#x13d;" u2="T" k="100" />
+    <hkern u1="&#x13d;" u2="S" k="-6" />
+    <hkern u1="&#x13d;" u2="O" k="63" />
+    <hkern u1="&#x13d;" u2="G" k="68" />
+    <hkern u1="&#x13d;" u2="C" k="68" />
+    <hkern u1="&#x13d;" u2="A" k="-86" />
+    <hkern u1="&#x13d;" u2="&#x2d;" k="-41" />
+    <hkern u1="&#x13d;" u2="&#x201d;" k="106" />
+    <hkern u1="&#x13d;" u2="&#x2bc;" k="106" />
+    <hkern u1="&#x13e;" u2="y" k="-18" />
+    <hkern u1="&#x13e;" u2="v" k="-18" />
+    <hkern u1="&#x154;" u2="&#xd3;" k="35" />
+    <hkern u1="&#x154;" u2="&#x153;" k="41" />
+    <hkern u1="&#x154;" u2="&#x152;" k="35" />
+    <hkern u1="&#x154;" u2="&#xe6;" k="33" />
+    <hkern u1="&#x154;" u2="&#xfc;" k="31" />
+    <hkern u1="&#x154;" u2="&#xfa;" k="31" />
+    <hkern u1="&#x154;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x154;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x154;" u2="&#xe9;" k="33" />
+    <hkern u1="&#x154;" u2="&#xe5;" k="35" />
+    <hkern u1="&#x154;" u2="&#xe4;" k="35" />
+    <hkern u1="&#x154;" u2="&#xe1;" k="35" />
+    <hkern u1="&#x154;" u2="&#xdc;" k="23" />
+    <hkern u1="&#x154;" u2="&#xd6;" k="35" />
+    <hkern u1="&#x154;" u2="&#xc7;" k="35" />
+    <hkern u1="&#x154;" u2="y" k="2" />
+    <hkern u1="&#x154;" u2="u" k="31" />
+    <hkern u1="&#x154;" u2="o" k="41" />
+    <hkern u1="&#x154;" u2="e" k="33" />
+    <hkern u1="&#x154;" u2="a" k="35" />
+    <hkern u1="&#x154;" u2="Y" k="68" />
+    <hkern u1="&#x154;" u2="W" k="55" />
+    <hkern u1="&#x154;" u2="V" k="55" />
+    <hkern u1="&#x154;" u2="U" k="23" />
+    <hkern u1="&#x154;" u2="T" k="18" />
+    <hkern u1="&#x154;" u2="O" k="35" />
+    <hkern u1="&#x154;" u2="G" k="35" />
+    <hkern u1="&#x154;" u2="C" k="35" />
+    <hkern u1="&#x154;" u2="&#x2d;" k="-29" />
+    <hkern u1="&#x102;" u2="&#xd9;" k="59" />
+    <hkern u1="&#x102;" u2="&#xdb;" k="59" />
+    <hkern u1="&#x102;" u2="&#xda;" k="59" />
+    <hkern u1="&#x102;" u2="&#xe7;" k="10" />
+    <hkern u1="&#x102;" u2="&#xdc;" k="59" />
+    <hkern u1="&#x102;" u2="&#xd6;" k="70" />
+    <hkern u1="&#x102;" u2="&#xc7;" k="72" />
+    <hkern u1="&#x102;" u2="&#xab;" k="33" />
+    <hkern u1="&#x102;" u2="y" k="51" />
+    <hkern u1="&#x102;" u2="w" k="43" />
+    <hkern u1="&#x102;" u2="v" k="47" />
+    <hkern u1="&#x102;" u2="u" k="2" />
+    <hkern u1="&#x102;" u2="t" k="-23" />
+    <hkern u1="&#x102;" u2="q" k="2" />
+    <hkern u1="&#x102;" u2="o" k="10" />
+    <hkern u1="&#x102;" u2="d" k="2" />
+    <hkern u1="&#x102;" u2="c" k="10" />
+    <hkern u1="&#x102;" u2="b" k="-29" />
+    <hkern u1="&#x102;" u2="a" k="2" />
+    <hkern u1="&#x102;" u2="Y" k="135" />
+    <hkern u1="&#x102;" u2="W" k="119" />
+    <hkern u1="&#x102;" u2="V" k="121" />
+    <hkern u1="&#x102;" u2="U" k="59" />
+    <hkern u1="&#x102;" u2="T" k="86" />
+    <hkern u1="&#x102;" u2="Q" k="70" />
+    <hkern u1="&#x102;" u2="O" k="70" />
+    <hkern u1="&#x102;" u2="G" k="70" />
+    <hkern u1="&#x102;" u2="C" k="72" />
+    <hkern u1="&#x102;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#x102;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#x102;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#x102;" u2="&#x2039;" k="33" />
+    <hkern u1="&#x102;" u2="&#x201d;" k="129" />
+    <hkern u1="&#x102;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#x139;" u2="&#xd2;" k="63" />
+    <hkern u1="&#x139;" u2="&#xd4;" k="63" />
+    <hkern u1="&#x139;" u2="&#xd3;" k="63" />
+    <hkern u1="&#x139;" u2="&#xd5;" k="63" />
+    <hkern u1="&#x139;" u2="&#xfc;" k="-4" />
+    <hkern u1="&#x139;" u2="&#xdc;" k="47" />
+    <hkern u1="&#x139;" u2="&#xd6;" k="63" />
+    <hkern u1="&#x139;" u2="&#xc7;" k="68" />
+    <hkern u1="&#x139;" u2="&#xc6;" k="-78" />
+    <hkern u1="&#x139;" u2="&#xc5;" k="-86" />
+    <hkern u1="&#x139;" u2="&#xc4;" k="-86" />
+    <hkern u1="&#x139;" u2="&#xc1;" k="-86" />
+    <hkern u1="&#x139;" u2="y" k="90" />
+    <hkern u1="&#x139;" u2="u" k="-4" />
+    <hkern u1="&#x139;" u2="Y" k="131" />
+    <hkern u1="&#x139;" u2="W" k="127" />
+    <hkern u1="&#x139;" u2="V" k="129" />
+    <hkern u1="&#x139;" u2="U" k="47" />
+    <hkern u1="&#x139;" u2="T" k="100" />
+    <hkern u1="&#x139;" u2="S" k="-6" />
+    <hkern u1="&#x139;" u2="O" k="63" />
+    <hkern u1="&#x139;" u2="G" k="68" />
+    <hkern u1="&#x139;" u2="C" k="68" />
+    <hkern u1="&#x139;" u2="A" k="-86" />
+    <hkern u1="&#x139;" u2="&#x2d;" k="-41" />
+    <hkern u1="&#x139;" u2="&#x201d;" k="106" />
+    <hkern u1="&#x139;" u2="&#x2bc;" k="106" />
+    <hkern u1="&#x10e;" u2="&#xc5;" k="76" />
+    <hkern u1="&#x10e;" u2="&#xc4;" k="76" />
+    <hkern u1="&#x10e;" u2="&#xc3;" k="76" />
+    <hkern u1="&#x10e;" u2="&#xc2;" k="76" />
+    <hkern u1="&#x10e;" u2="&#xc1;" k="76" />
+    <hkern u1="&#x10e;" u2="&#xc0;" k="76" />
+    <hkern u1="&#x10e;" u2="Y" k="78" />
+    <hkern u1="&#x10e;" u2="X" k="47" />
+    <hkern u1="&#x10e;" u2="W" k="55" />
+    <hkern u1="&#x10e;" u2="V" k="57" />
+    <hkern u1="&#x10e;" u2="T" k="53" />
+    <hkern u1="&#x10e;" u2="J" k="55" />
+    <hkern u1="&#x10e;" u2="A" k="76" />
+    <hkern u1="&#x143;" u2="&#xd3;" k="-14" />
+    <hkern u1="&#x143;" u2="&#xf8;" k="-29" />
+    <hkern u1="&#x143;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#x143;" u2="&#xfc;" k="-23" />
+    <hkern u1="&#x143;" u2="&#xf6;" k="-14" />
+    <hkern u1="&#x143;" u2="&#xf3;" k="-14" />
+    <hkern u1="&#x143;" u2="&#xe9;" k="-23" />
+    <hkern u1="&#x143;" u2="&#xe5;" k="-20" />
+    <hkern u1="&#x143;" u2="&#xe4;" k="-20" />
+    <hkern u1="&#x143;" u2="&#xe1;" k="-20" />
+    <hkern u1="&#x143;" u2="&#xd6;" k="-14" />
+    <hkern u1="&#x143;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#x143;" u2="&#xc6;" k="-4" />
+    <hkern u1="&#x143;" u2="&#xc5;" k="-12" />
+    <hkern u1="&#x143;" u2="&#xc4;" k="-12" />
+    <hkern u1="&#x143;" u2="&#xc1;" k="-12" />
+    <hkern u1="&#x143;" u2="u" k="-23" />
+    <hkern u1="&#x143;" u2="o" k="-14" />
+    <hkern u1="&#x143;" u2="e" k="-23" />
+    <hkern u1="&#x143;" u2="a" k="-20" />
+    <hkern u1="&#x143;" u2="O" k="-14" />
+    <hkern u1="&#x143;" u2="G" k="-16" />
+    <hkern u1="&#x143;" u2="C" k="-14" />
+    <hkern u1="&#x143;" u2="A" k="-12" />
+    <hkern u1="&#x143;" u2="&#x2e;" k="-35" />
+    <hkern u1="&#x143;" u2="&#x2c;" k="-68" />
+    <hkern u1="&#x147;" u2="&#xd3;" k="-14" />
+    <hkern u1="&#x147;" u2="&#xf8;" k="-29" />
+    <hkern u1="&#x147;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#x147;" u2="&#xfc;" k="-23" />
+    <hkern u1="&#x147;" u2="&#xf6;" k="-14" />
+    <hkern u1="&#x147;" u2="&#xf3;" k="-14" />
+    <hkern u1="&#x147;" u2="&#xe9;" k="-23" />
+    <hkern u1="&#x147;" u2="&#xe5;" k="-20" />
+    <hkern u1="&#x147;" u2="&#xe4;" k="-20" />
+    <hkern u1="&#x147;" u2="&#xe1;" k="-20" />
+    <hkern u1="&#x147;" u2="&#xd6;" k="-14" />
+    <hkern u1="&#x147;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#x147;" u2="&#xc6;" k="-4" />
+    <hkern u1="&#x147;" u2="&#xc5;" k="-12" />
+    <hkern u1="&#x147;" u2="&#xc4;" k="-12" />
+    <hkern u1="&#x147;" u2="&#xc1;" k="-12" />
+    <hkern u1="&#x147;" u2="u" k="-23" />
+    <hkern u1="&#x147;" u2="o" k="-14" />
+    <hkern u1="&#x147;" u2="e" k="-23" />
+    <hkern u1="&#x147;" u2="a" k="-20" />
+    <hkern u1="&#x147;" u2="O" k="-14" />
+    <hkern u1="&#x147;" u2="G" k="-16" />
+    <hkern u1="&#x147;" u2="C" k="-14" />
+    <hkern u1="&#x147;" u2="A" k="-12" />
+    <hkern u1="&#x147;" u2="&#x2e;" k="-35" />
+    <hkern u1="&#x147;" u2="&#x2c;" k="-68" />
+    <hkern u1="&#x150;" u2="&#xc6;" k="92" />
+    <hkern u1="&#x150;" u2="&#xc5;" k="78" />
+    <hkern u1="&#x150;" u2="&#xc4;" k="78" />
+    <hkern u1="&#x150;" u2="&#xc1;" k="78" />
+    <hkern u1="&#x150;" u2="Y" k="84" />
+    <hkern u1="&#x150;" u2="X" k="49" />
+    <hkern u1="&#x150;" u2="W" k="66" />
+    <hkern u1="&#x150;" u2="V" k="68" />
+    <hkern u1="&#x150;" u2="T" k="55" />
+    <hkern u1="&#x150;" u2="A" k="78" />
+    <hkern u1="&#x158;" u2="&#xd3;" k="35" />
+    <hkern u1="&#x158;" u2="&#x153;" k="41" />
+    <hkern u1="&#x158;" u2="&#x152;" k="35" />
+    <hkern u1="&#x158;" u2="&#xe6;" k="33" />
+    <hkern u1="&#x158;" u2="&#xfc;" k="31" />
+    <hkern u1="&#x158;" u2="&#xfa;" k="31" />
+    <hkern u1="&#x158;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x158;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x158;" u2="&#xe9;" k="33" />
+    <hkern u1="&#x158;" u2="&#xe5;" k="35" />
+    <hkern u1="&#x158;" u2="&#xe4;" k="35" />
+    <hkern u1="&#x158;" u2="&#xe1;" k="35" />
+    <hkern u1="&#x158;" u2="&#xdc;" k="23" />
+    <hkern u1="&#x158;" u2="&#xd6;" k="35" />
+    <hkern u1="&#x158;" u2="&#xc7;" k="35" />
+    <hkern u1="&#x158;" u2="y" k="2" />
+    <hkern u1="&#x158;" u2="u" k="31" />
+    <hkern u1="&#x158;" u2="o" k="41" />
+    <hkern u1="&#x158;" u2="e" k="33" />
+    <hkern u1="&#x158;" u2="a" k="35" />
+    <hkern u1="&#x158;" u2="Y" k="68" />
+    <hkern u1="&#x158;" u2="W" k="55" />
+    <hkern u1="&#x158;" u2="V" k="55" />
+    <hkern u1="&#x158;" u2="U" k="23" />
+    <hkern u1="&#x158;" u2="T" k="18" />
+    <hkern u1="&#x158;" u2="O" k="35" />
+    <hkern u1="&#x158;" u2="G" k="35" />
+    <hkern u1="&#x158;" u2="C" k="35" />
+    <hkern u1="&#x158;" u2="&#x2d;" k="-29" />
+    <hkern u1="&#x16e;" u2="&#xc6;" k="78" />
+    <hkern u1="&#x16e;" u2="&#xc5;" k="66" />
+    <hkern u1="&#x16e;" u2="&#xc4;" k="66" />
+    <hkern u1="&#x16e;" u2="&#xc3;" k="66" />
+    <hkern u1="&#x16e;" u2="&#xc2;" k="66" />
+    <hkern u1="&#x16e;" u2="&#xc1;" k="66" />
+    <hkern u1="&#x16e;" u2="r" k="-16" />
+    <hkern u1="&#x16e;" u2="p" k="-16" />
+    <hkern u1="&#x16e;" u2="n" k="-14" />
+    <hkern u1="&#x16e;" u2="m" k="-16" />
+    <hkern u1="&#x16e;" u2="A" k="66" />
+    <hkern u1="&#x16e;" u2="&#x2e;" k="23" />
+    <hkern u1="&#x16e;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#x170;" u2="&#xc6;" k="78" />
+    <hkern u1="&#x170;" u2="&#xc5;" k="66" />
+    <hkern u1="&#x170;" u2="&#xc4;" k="66" />
+    <hkern u1="&#x170;" u2="&#xc3;" k="66" />
+    <hkern u1="&#x170;" u2="&#xc2;" k="66" />
+    <hkern u1="&#x170;" u2="&#xc1;" k="66" />
+    <hkern u1="&#x170;" u2="r" k="-16" />
+    <hkern u1="&#x170;" u2="p" k="-16" />
+    <hkern u1="&#x170;" u2="n" k="-14" />
+    <hkern u1="&#x170;" u2="m" k="-16" />
+    <hkern u1="&#x170;" u2="A" k="66" />
+    <hkern u1="&#x170;" u2="&#x2e;" k="23" />
+    <hkern u1="&#x170;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#x162;" u2="&#xd2;" k="49" />
+    <hkern u1="&#x162;" u2="&#xd4;" k="49" />
+    <hkern u1="&#x162;" u2="&#xd3;" k="49" />
+    <hkern u1="&#x162;" u2="&#x152;" k="53" />
+    <hkern u1="&#x162;" u2="&#xd5;" k="49" />
+    <hkern u1="&#x162;" u2="&#xf8;" k="72" />
+    <hkern u1="&#x162;" u2="&#xe6;" k="94" />
+    <hkern u1="&#x162;" u2="&#xd8;" k="39" />
+    <hkern u1="&#x162;" u2="&#xd6;" k="49" />
+    <hkern u1="&#x162;" u2="&#xc6;" k="92" />
+    <hkern u1="&#x162;" u2="&#xc5;" k="84" />
+    <hkern u1="&#x162;" u2="&#xc4;" k="84" />
+    <hkern u1="&#x162;" u2="&#xc3;" k="84" />
+    <hkern u1="&#x162;" u2="&#xc2;" k="84" />
+    <hkern u1="&#x162;" u2="&#xc1;" k="84" />
+    <hkern u1="&#x162;" u2="&#xc0;" k="84" />
+    <hkern u1="&#x162;" u2="&#xab;" k="113" />
+    <hkern u1="&#x162;" u2="y" k="92" />
+    <hkern u1="&#x162;" u2="w" k="92" />
+    <hkern u1="&#x162;" u2="v" k="92" />
+    <hkern u1="&#x162;" u2="u" k="84" />
+    <hkern u1="&#x162;" u2="r" k="70" />
+    <hkern u1="&#x162;" u2="o" k="92" />
+    <hkern u1="&#x162;" u2="j" k="-37" />
+    <hkern u1="&#x162;" u2="i" k="-37" />
+    <hkern u1="&#x162;" u2="e" k="84" />
+    <hkern u1="&#x162;" u2="c" k="92" />
+    <hkern u1="&#x162;" u2="a" k="86" />
+    <hkern u1="&#x162;" u2="Y" k="-100" />
+    <hkern u1="&#x162;" u2="W" k="-92" />
+    <hkern u1="&#x162;" u2="V" k="-92" />
+    <hkern u1="&#x162;" u2="S" k="2" />
+    <hkern u1="&#x162;" u2="O" k="49" />
+    <hkern u1="&#x162;" u2="J" k="59" />
+    <hkern u1="&#x162;" u2="G" k="51" />
+    <hkern u1="&#x162;" u2="C" k="55" />
+    <hkern u1="&#x162;" u2="A" k="84" />
+    <hkern u1="&#x162;" u2="&#x3b;" k="37" />
+    <hkern u1="&#x162;" u2="&#x3a;" k="23" />
+    <hkern u1="&#x162;" u2="&#x2e;" k="63" />
+    <hkern u1="&#x162;" u2="&#x2d;" k="-25" />
+    <hkern u1="&#x162;" u2="&#x2c;" k="35" />
+    <hkern u1="&#x162;" u2="&#x2039;" k="113" />
+    <hkern u1="&#x155;" u2="&#x153;" k="18" />
+    <hkern u1="&#x155;" u2="&#xf8;" k="18" />
+    <hkern u1="&#x155;" u2="&#xe6;" k="14" />
+    <hkern u1="&#x155;" u2="&#xf6;" k="18" />
+    <hkern u1="&#x155;" u2="&#xf4;" k="18" />
+    <hkern u1="&#x155;" u2="&#xf2;" k="18" />
+    <hkern u1="&#x155;" u2="&#xf3;" k="18" />
+    <hkern u1="&#x155;" u2="&#xea;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe8;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe9;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe7;" k="18" />
+    <hkern u1="&#x155;" u2="&#xe5;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe4;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe2;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe0;" k="14" />
+    <hkern u1="&#x155;" u2="&#xe1;" k="14" />
+    <hkern u1="&#x155;" u2="z" k="-25" />
+    <hkern u1="&#x155;" u2="y" k="-90" />
+    <hkern u1="&#x155;" u2="x" k="-43" />
+    <hkern u1="&#x155;" u2="w" k="-94" />
+    <hkern u1="&#x155;" u2="v" k="-88" />
+    <hkern u1="&#x155;" u2="u" k="-31" />
+    <hkern u1="&#x155;" u2="t" k="-74" />
+    <hkern u1="&#x155;" u2="r" k="-31" />
+    <hkern u1="&#x155;" u2="q" k="18" />
+    <hkern u1="&#x155;" u2="p" k="-31" />
+    <hkern u1="&#x155;" u2="o" k="18" />
+    <hkern u1="&#x155;" u2="n" k="-31" />
+    <hkern u1="&#x155;" u2="m" k="-31" />
+    <hkern u1="&#x155;" u2="l" k="-31" />
+    <hkern u1="&#x155;" u2="k" k="-31" />
+    <hkern u1="&#x155;" u2="j" k="-31" />
+    <hkern u1="&#x155;" u2="i" k="-31" />
+    <hkern u1="&#x155;" u2="h" k="-31" />
+    <hkern u1="&#x155;" u2="f" k="-68" />
+    <hkern u1="&#x155;" u2="e" k="14" />
+    <hkern u1="&#x155;" u2="d" k="14" />
+    <hkern u1="&#x155;" u2="c" k="18" />
+    <hkern u1="&#x155;" u2="a" k="14" />
+    <hkern u1="&#x155;" u2="&#x3b;" k="-4" />
+    <hkern u1="&#x155;" u2="&#x3a;" k="-31" />
+    <hkern u1="&#x155;" u2="&#x2e;" k="109" />
+    <hkern u1="&#x155;" u2="&#x2d;" k="23" />
+    <hkern u1="&#x155;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x155;" u2="&#x2bc;" k="-57" />
+    <hkern u1="&#x103;" u2="y" k="-18" />
+    <hkern u1="&#x103;" u2="w" k="-18" />
+    <hkern u1="&#x103;" u2="v" k="-18" />
+    <hkern u1="&#x103;" u2="j" k="-25" />
+    <hkern u1="&#x103;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x13a;" u2="y" k="-18" />
+    <hkern u1="&#x13a;" u2="v" k="-18" />
+    <hkern u1="&#x119;" u2="y" k="35" />
+    <hkern u1="&#x119;" u2="x" k="39" />
+    <hkern u1="&#x119;" u2="w" k="31" />
+    <hkern u1="&#x119;" u2="v" k="35" />
+    <hkern u1="&#x119;" u2="t" k="-18" />
+    <hkern u1="&#x119;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x11b;" u2="y" k="35" />
+    <hkern u1="&#x11b;" u2="x" k="39" />
+    <hkern u1="&#x11b;" u2="w" k="31" />
+    <hkern u1="&#x11b;" u2="v" k="35" />
+    <hkern u1="&#x11b;" u2="t" k="-18" />
+    <hkern u1="&#x11b;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x144;" u2="y" k="33" />
+    <hkern u1="&#x144;" u2="w" k="29" />
+    <hkern u1="&#x144;" u2="v" k="31" />
+    <hkern u1="&#x144;" u2="p" k="-25" />
+    <hkern u1="&#x144;" u2="T" k="76" />
+    <hkern u1="&#x144;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x148;" u2="y" k="33" />
+    <hkern u1="&#x148;" u2="w" k="29" />
+    <hkern u1="&#x148;" u2="v" k="31" />
+    <hkern u1="&#x148;" u2="p" k="-25" />
+    <hkern u1="&#x148;" u2="T" k="76" />
+    <hkern u1="&#x148;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x151;" u2="y" k="47" />
+    <hkern u1="&#x151;" u2="x" k="49" />
+    <hkern u1="&#x151;" u2="w" k="39" />
+    <hkern u1="&#x151;" u2="v" k="41" />
+    <hkern u1="&#x151;" u2="t" k="-12" />
+    <hkern u1="&#x151;" u2="T" k="94" />
+    <hkern u1="&#x151;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#x159;" u2="&#x153;" k="18" />
+    <hkern u1="&#x159;" u2="&#xf8;" k="18" />
+    <hkern u1="&#x159;" u2="&#xe6;" k="14" />
+    <hkern u1="&#x159;" u2="&#xf6;" k="18" />
+    <hkern u1="&#x159;" u2="&#xf4;" k="18" />
+    <hkern u1="&#x159;" u2="&#xf2;" k="18" />
+    <hkern u1="&#x159;" u2="&#xf3;" k="18" />
+    <hkern u1="&#x159;" u2="&#xea;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe8;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe9;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe7;" k="18" />
+    <hkern u1="&#x159;" u2="&#xe5;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe4;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe2;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe0;" k="14" />
+    <hkern u1="&#x159;" u2="&#xe1;" k="14" />
+    <hkern u1="&#x159;" u2="z" k="-25" />
+    <hkern u1="&#x159;" u2="y" k="-90" />
+    <hkern u1="&#x159;" u2="x" k="-43" />
+    <hkern u1="&#x159;" u2="w" k="-94" />
+    <hkern u1="&#x159;" u2="v" k="-88" />
+    <hkern u1="&#x159;" u2="u" k="-31" />
+    <hkern u1="&#x159;" u2="t" k="-74" />
+    <hkern u1="&#x159;" u2="r" k="-31" />
+    <hkern u1="&#x159;" u2="q" k="18" />
+    <hkern u1="&#x159;" u2="p" k="-31" />
+    <hkern u1="&#x159;" u2="o" k="18" />
+    <hkern u1="&#x159;" u2="n" k="-31" />
+    <hkern u1="&#x159;" u2="m" k="-31" />
+    <hkern u1="&#x159;" u2="l" k="-31" />
+    <hkern u1="&#x159;" u2="k" k="-31" />
+    <hkern u1="&#x159;" u2="j" k="-31" />
+    <hkern u1="&#x159;" u2="i" k="-31" />
+    <hkern u1="&#x159;" u2="h" k="-31" />
+    <hkern u1="&#x159;" u2="f" k="-68" />
+    <hkern u1="&#x159;" u2="e" k="14" />
+    <hkern u1="&#x159;" u2="d" k="14" />
+    <hkern u1="&#x159;" u2="c" k="18" />
+    <hkern u1="&#x159;" u2="a" k="14" />
+    <hkern u1="&#x159;" u2="&#x3b;" k="-4" />
+    <hkern u1="&#x159;" u2="&#x3a;" k="-31" />
+    <hkern u1="&#x159;" u2="&#x2e;" k="109" />
+    <hkern u1="&#x159;" u2="&#x2d;" k="23" />
+    <hkern u1="&#x159;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x159;" u2="&#x2bc;" k="-57" />
+    <hkern u1="&#x16f;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x171;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x163;" u2="&#xf6;" k="-14" />
+    <hkern u1="&#x163;" u2="&#xf3;" k="-14" />
+    <hkern u1="&#x163;" u2="&#xe9;" k="-18" />
+    <hkern u1="&#x163;" u2="&#xe5;" k="-18" />
+    <hkern u1="&#x163;" u2="&#xe4;" k="-18" />
+    <hkern u1="&#x163;" u2="&#xe1;" k="-18" />
+    <hkern u1="&#x163;" u2="o" k="-14" />
+    <hkern u1="&#x163;" u2="h" k="-41" />
+    <hkern u1="&#x163;" u2="e" k="-18" />
+    <hkern u1="&#x163;" u2="a" k="-18" />
+    <hkern u1="&#x163;" u2="&#x3b;" k="-43" />
+    <hkern u1="&#x163;" u2="&#x3a;" k="-70" />
+    <hkern u1="&#x163;" u2="&#x2bc;" k="-74" />
+    <hkern u1="&#x100;" u2="&#xd9;" k="59" />
+    <hkern u1="&#x100;" u2="&#xdb;" k="59" />
+    <hkern u1="&#x100;" u2="&#xda;" k="59" />
+    <hkern u1="&#x100;" u2="&#xe7;" k="10" />
+    <hkern u1="&#x100;" u2="&#xdc;" k="59" />
+    <hkern u1="&#x100;" u2="&#xd6;" k="70" />
+    <hkern u1="&#x100;" u2="&#xc7;" k="72" />
+    <hkern u1="&#x100;" u2="&#xab;" k="33" />
+    <hkern u1="&#x100;" u2="y" k="51" />
+    <hkern u1="&#x100;" u2="w" k="43" />
+    <hkern u1="&#x100;" u2="v" k="47" />
+    <hkern u1="&#x100;" u2="u" k="2" />
+    <hkern u1="&#x100;" u2="t" k="-23" />
+    <hkern u1="&#x100;" u2="q" k="2" />
+    <hkern u1="&#x100;" u2="o" k="10" />
+    <hkern u1="&#x100;" u2="d" k="2" />
+    <hkern u1="&#x100;" u2="c" k="10" />
+    <hkern u1="&#x100;" u2="b" k="-29" />
+    <hkern u1="&#x100;" u2="a" k="2" />
+    <hkern u1="&#x100;" u2="Y" k="135" />
+    <hkern u1="&#x100;" u2="W" k="119" />
+    <hkern u1="&#x100;" u2="V" k="121" />
+    <hkern u1="&#x100;" u2="U" k="59" />
+    <hkern u1="&#x100;" u2="T" k="86" />
+    <hkern u1="&#x100;" u2="Q" k="70" />
+    <hkern u1="&#x100;" u2="O" k="70" />
+    <hkern u1="&#x100;" u2="G" k="70" />
+    <hkern u1="&#x100;" u2="C" k="72" />
+    <hkern u1="&#x100;" u2="&#x2e;" k="-76" />
+    <hkern u1="&#x100;" u2="&#x2d;" k="-104" />
+    <hkern u1="&#x100;" u2="&#x2c;" k="-102" />
+    <hkern u1="&#x100;" u2="&#x2039;" k="33" />
+    <hkern u1="&#x100;" u2="&#x201d;" k="129" />
+    <hkern u1="&#x100;" u2="&#x2bc;" k="129" />
+    <hkern u1="&#x101;" u2="y" k="-18" />
+    <hkern u1="&#x101;" u2="w" k="-18" />
+    <hkern u1="&#x101;" u2="v" k="-18" />
+    <hkern u1="&#x101;" u2="j" k="-25" />
+    <hkern u1="&#x101;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x113;" u2="y" k="35" />
+    <hkern u1="&#x113;" u2="x" k="39" />
+    <hkern u1="&#x113;" u2="w" k="31" />
+    <hkern u1="&#x113;" u2="v" k="35" />
+    <hkern u1="&#x113;" u2="t" k="-18" />
+    <hkern u1="&#x113;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x117;" u2="y" k="35" />
+    <hkern u1="&#x117;" u2="x" k="39" />
+    <hkern u1="&#x117;" u2="w" k="31" />
+    <hkern u1="&#x117;" u2="v" k="35" />
+    <hkern u1="&#x117;" u2="t" k="-18" />
+    <hkern u1="&#x117;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x12f;" u2="j" k="-25" />
+    <hkern u1="&#x12f;" u2="T" k="-37" />
+    <hkern u1="&#x136;" u2="&#xd3;" k="88" />
+    <hkern u1="&#x136;" u2="&#x152;" k="90" />
+    <hkern u1="&#x136;" u2="&#xe6;" k="25" />
+    <hkern u1="&#x136;" u2="&#xfc;" k="53" />
+    <hkern u1="&#x136;" u2="&#xf6;" k="70" />
+    <hkern u1="&#x136;" u2="&#xf3;" k="70" />
+    <hkern u1="&#x136;" u2="&#xe5;" k="68" />
+    <hkern u1="&#x136;" u2="&#xe4;" k="68" />
+    <hkern u1="&#x136;" u2="&#xd6;" k="88" />
+    <hkern u1="&#x136;" u2="y" k="86" />
+    <hkern u1="&#x136;" u2="u" k="53" />
+    <hkern u1="&#x136;" u2="o" k="70" />
+    <hkern u1="&#x136;" u2="e" k="63" />
+    <hkern u1="&#x136;" u2="a" k="68" />
+    <hkern u1="&#x136;" u2="T" k="-84" />
+    <hkern u1="&#x136;" u2="S" k="57" />
+    <hkern u1="&#x136;" u2="O" k="88" />
+    <hkern u1="&#x136;" u2="G" k="88" />
+    <hkern u1="&#x136;" u2="C" k="90" />
+    <hkern u1="&#x136;" u2="&#x2d;" k="-6" />
+    <hkern u1="&#x13b;" u2="&#xd2;" k="63" />
+    <hkern u1="&#x13b;" u2="&#xd4;" k="63" />
+    <hkern u1="&#x13b;" u2="&#xd3;" k="63" />
+    <hkern u1="&#x13b;" u2="&#xd5;" k="63" />
+    <hkern u1="&#x13b;" u2="&#xfc;" k="-4" />
+    <hkern u1="&#x13b;" u2="&#xdc;" k="47" />
+    <hkern u1="&#x13b;" u2="&#xd6;" k="63" />
+    <hkern u1="&#x13b;" u2="&#xc7;" k="68" />
+    <hkern u1="&#x13b;" u2="&#xc6;" k="-78" />
+    <hkern u1="&#x13b;" u2="&#xc5;" k="-86" />
+    <hkern u1="&#x13b;" u2="&#xc4;" k="-86" />
+    <hkern u1="&#x13b;" u2="&#xc1;" k="-86" />
+    <hkern u1="&#x13b;" u2="y" k="90" />
+    <hkern u1="&#x13b;" u2="u" k="-4" />
+    <hkern u1="&#x13b;" u2="Y" k="131" />
+    <hkern u1="&#x13b;" u2="W" k="127" />
+    <hkern u1="&#x13b;" u2="V" k="129" />
+    <hkern u1="&#x13b;" u2="U" k="47" />
+    <hkern u1="&#x13b;" u2="T" k="100" />
+    <hkern u1="&#x13b;" u2="S" k="-6" />
+    <hkern u1="&#x13b;" u2="O" k="63" />
+    <hkern u1="&#x13b;" u2="G" k="68" />
+    <hkern u1="&#x13b;" u2="C" k="68" />
+    <hkern u1="&#x13b;" u2="A" k="-86" />
+    <hkern u1="&#x13b;" u2="&#x2d;" k="-41" />
+    <hkern u1="&#x13b;" u2="&#x201d;" k="106" />
+    <hkern u1="&#x13b;" u2="&#x2bc;" k="106" />
+    <hkern u1="&#x13c;" u2="y" k="-18" />
+    <hkern u1="&#x13c;" u2="v" k="-18" />
+    <hkern u1="&#x145;" u2="&#xd3;" k="-14" />
+    <hkern u1="&#x145;" u2="&#xf8;" k="-29" />
+    <hkern u1="&#x145;" u2="&#xe6;" k="-10" />
+    <hkern u1="&#x145;" u2="&#xfc;" k="-23" />
+    <hkern u1="&#x145;" u2="&#xf6;" k="-14" />
+    <hkern u1="&#x145;" u2="&#xf3;" k="-14" />
+    <hkern u1="&#x145;" u2="&#xe9;" k="-23" />
+    <hkern u1="&#x145;" u2="&#xe5;" k="-20" />
+    <hkern u1="&#x145;" u2="&#xe4;" k="-20" />
+    <hkern u1="&#x145;" u2="&#xe1;" k="-20" />
+    <hkern u1="&#x145;" u2="&#xd6;" k="-14" />
+    <hkern u1="&#x145;" u2="&#xc7;" k="-14" />
+    <hkern u1="&#x145;" u2="&#xc6;" k="-4" />
+    <hkern u1="&#x145;" u2="&#xc5;" k="-12" />
+    <hkern u1="&#x145;" u2="&#xc4;" k="-12" />
+    <hkern u1="&#x145;" u2="&#xc1;" k="-12" />
+    <hkern u1="&#x145;" u2="u" k="-23" />
+    <hkern u1="&#x145;" u2="o" k="-14" />
+    <hkern u1="&#x145;" u2="e" k="-23" />
+    <hkern u1="&#x145;" u2="a" k="-20" />
+    <hkern u1="&#x145;" u2="O" k="-14" />
+    <hkern u1="&#x145;" u2="G" k="-16" />
+    <hkern u1="&#x145;" u2="C" k="-14" />
+    <hkern u1="&#x145;" u2="A" k="-12" />
+    <hkern u1="&#x145;" u2="&#x2e;" k="-35" />
+    <hkern u1="&#x145;" u2="&#x2c;" k="-68" />
+    <hkern u1="&#x146;" u2="y" k="33" />
+    <hkern u1="&#x146;" u2="w" k="29" />
+    <hkern u1="&#x146;" u2="v" k="31" />
+    <hkern u1="&#x146;" u2="p" k="-25" />
+    <hkern u1="&#x146;" u2="T" k="76" />
+    <hkern u1="&#x146;" u2="&#x2bc;" k="-2" />
+    <hkern u1="&#x14c;" u2="&#xc6;" k="92" />
+    <hkern u1="&#x14c;" u2="&#xc5;" k="78" />
+    <hkern u1="&#x14c;" u2="&#xc4;" k="78" />
+    <hkern u1="&#x14c;" u2="&#xc1;" k="78" />
+    <hkern u1="&#x14c;" u2="Y" k="84" />
+    <hkern u1="&#x14c;" u2="X" k="49" />
+    <hkern u1="&#x14c;" u2="W" k="66" />
+    <hkern u1="&#x14c;" u2="V" k="68" />
+    <hkern u1="&#x14c;" u2="T" k="55" />
+    <hkern u1="&#x14c;" u2="A" k="78" />
+    <hkern u1="&#x14d;" u2="y" k="47" />
+    <hkern u1="&#x14d;" u2="x" k="49" />
+    <hkern u1="&#x14d;" u2="w" k="39" />
+    <hkern u1="&#x14d;" u2="v" k="41" />
+    <hkern u1="&#x14d;" u2="t" k="-12" />
+    <hkern u1="&#x14d;" u2="T" k="94" />
+    <hkern u1="&#x14d;" u2="&#x2bc;" k="10" />
+    <hkern u1="&#x156;" u2="&#xd3;" k="35" />
+    <hkern u1="&#x156;" u2="&#x153;" k="41" />
+    <hkern u1="&#x156;" u2="&#x152;" k="35" />
+    <hkern u1="&#x156;" u2="&#xe6;" k="33" />
+    <hkern u1="&#x156;" u2="&#xfc;" k="31" />
+    <hkern u1="&#x156;" u2="&#xfa;" k="31" />
+    <hkern u1="&#x156;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x156;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x156;" u2="&#xe9;" k="33" />
+    <hkern u1="&#x156;" u2="&#xe5;" k="35" />
+    <hkern u1="&#x156;" u2="&#xe4;" k="35" />
+    <hkern u1="&#x156;" u2="&#xe1;" k="35" />
+    <hkern u1="&#x156;" u2="&#xdc;" k="23" />
+    <hkern u1="&#x156;" u2="&#xd6;" k="35" />
+    <hkern u1="&#x156;" u2="&#xc7;" k="35" />
+    <hkern u1="&#x156;" u2="y" k="2" />
+    <hkern u1="&#x156;" u2="u" k="31" />
+    <hkern u1="&#x156;" u2="o" k="41" />
+    <hkern u1="&#x156;" u2="e" k="33" />
+    <hkern u1="&#x156;" u2="a" k="35" />
+    <hkern u1="&#x156;" u2="Y" k="68" />
+    <hkern u1="&#x156;" u2="W" k="55" />
+    <hkern u1="&#x156;" u2="V" k="55" />
+    <hkern u1="&#x156;" u2="U" k="23" />
+    <hkern u1="&#x156;" u2="T" k="18" />
+    <hkern u1="&#x156;" u2="O" k="35" />
+    <hkern u1="&#x156;" u2="G" k="35" />
+    <hkern u1="&#x156;" u2="C" k="35" />
+    <hkern u1="&#x156;" u2="&#x2d;" k="-29" />
+    <hkern u1="&#x157;" u2="&#x153;" k="18" />
+    <hkern u1="&#x157;" u2="&#xf8;" k="18" />
+    <hkern u1="&#x157;" u2="&#xe6;" k="14" />
+    <hkern u1="&#x157;" u2="&#xf6;" k="18" />
+    <hkern u1="&#x157;" u2="&#xf4;" k="18" />
+    <hkern u1="&#x157;" u2="&#xf2;" k="18" />
+    <hkern u1="&#x157;" u2="&#xf3;" k="18" />
+    <hkern u1="&#x157;" u2="&#xea;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe8;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe9;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe7;" k="18" />
+    <hkern u1="&#x157;" u2="&#xe5;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe4;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe2;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe0;" k="14" />
+    <hkern u1="&#x157;" u2="&#xe1;" k="14" />
+    <hkern u1="&#x157;" u2="z" k="-25" />
+    <hkern u1="&#x157;" u2="y" k="-90" />
+    <hkern u1="&#x157;" u2="x" k="-43" />
+    <hkern u1="&#x157;" u2="w" k="-94" />
+    <hkern u1="&#x157;" u2="v" k="-88" />
+    <hkern u1="&#x157;" u2="u" k="-31" />
+    <hkern u1="&#x157;" u2="t" k="-74" />
+    <hkern u1="&#x157;" u2="r" k="-31" />
+    <hkern u1="&#x157;" u2="q" k="18" />
+    <hkern u1="&#x157;" u2="p" k="-31" />
+    <hkern u1="&#x157;" u2="o" k="18" />
+    <hkern u1="&#x157;" u2="n" k="-31" />
+    <hkern u1="&#x157;" u2="m" k="-31" />
+    <hkern u1="&#x157;" u2="l" k="-31" />
+    <hkern u1="&#x157;" u2="k" k="-31" />
+    <hkern u1="&#x157;" u2="j" k="-31" />
+    <hkern u1="&#x157;" u2="i" k="-31" />
+    <hkern u1="&#x157;" u2="h" k="-31" />
+    <hkern u1="&#x157;" u2="f" k="-68" />
+    <hkern u1="&#x157;" u2="e" k="14" />
+    <hkern u1="&#x157;" u2="d" k="14" />
+    <hkern u1="&#x157;" u2="c" k="18" />
+    <hkern u1="&#x157;" u2="a" k="14" />
+    <hkern u1="&#x157;" u2="&#x3b;" k="-4" />
+    <hkern u1="&#x157;" u2="&#x3a;" k="-31" />
+    <hkern u1="&#x157;" u2="&#x2e;" k="109" />
+    <hkern u1="&#x157;" u2="&#x2d;" k="23" />
+    <hkern u1="&#x157;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x157;" u2="&#x2bc;" k="-57" />
+    <hkern u1="&#x16a;" u2="&#xc6;" k="78" />
+    <hkern u1="&#x16a;" u2="&#xc5;" k="66" />
+    <hkern u1="&#x16a;" u2="&#xc4;" k="66" />
+    <hkern u1="&#x16a;" u2="&#xc3;" k="66" />
+    <hkern u1="&#x16a;" u2="&#xc2;" k="66" />
+    <hkern u1="&#x16a;" u2="&#xc1;" k="66" />
+    <hkern u1="&#x16a;" u2="r" k="-16" />
+    <hkern u1="&#x16a;" u2="p" k="-16" />
+    <hkern u1="&#x16a;" u2="n" k="-14" />
+    <hkern u1="&#x16a;" u2="m" k="-16" />
+    <hkern u1="&#x16a;" u2="A" k="66" />
+    <hkern u1="&#x16a;" u2="&#x2e;" k="23" />
+    <hkern u1="&#x16a;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#x16b;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x172;" u2="&#xc6;" k="78" />
+    <hkern u1="&#x172;" u2="&#xc5;" k="66" />
+    <hkern u1="&#x172;" u2="&#xc4;" k="66" />
+    <hkern u1="&#x172;" u2="&#xc3;" k="66" />
+    <hkern u1="&#x172;" u2="&#xc2;" k="66" />
+    <hkern u1="&#x172;" u2="&#xc1;" k="66" />
+    <hkern u1="&#x172;" u2="r" k="-16" />
+    <hkern u1="&#x172;" u2="p" k="-16" />
+    <hkern u1="&#x172;" u2="n" k="-14" />
+    <hkern u1="&#x172;" u2="m" k="-16" />
+    <hkern u1="&#x172;" u2="A" k="66" />
+    <hkern u1="&#x172;" u2="&#x2e;" k="23" />
+    <hkern u1="&#x172;" u2="&#x2c;" k="-4" />
+    <hkern u1="&#x173;" u2="&#x2bc;" k="-29" />
+    <hkern u1="&#x137;" u2="&#xe6;" k="20" />
+    <hkern u1="&#x137;" u2="&#xfc;" k="-6" />
+    <hkern u1="&#x137;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x137;" u2="&#xe9;" k="33" />
+    <hkern u1="&#x137;" u2="&#xe5;" k="35" />
+    <hkern u1="&#x137;" u2="&#xe4;" k="35" />
+    <hkern u1="&#x137;" u2="&#xe1;" k="35" />
+    <hkern u1="&#x137;" u2="u" k="-6" />
+    <hkern u1="&#x137;" u2="o" k="41" />
+    <hkern u1="&#x137;" u2="e" k="33" />
+    <hkern u1="&#x137;" u2="a" k="35" />
+    <hkern u1="&#x137;" u2="&#x2e;" k="-31" />
+    <hkern u1="&#x137;" u2="&#x2d;" k="4" />
+    <hkern u1="&#x137;" u2="&#x2c;" k="-63" />
+    <hkern u1="&#x122;" u2="&#xc6;" k="78" />
+    <hkern u1="&#x122;" u2="&#xc5;" k="70" />
+    <hkern u1="&#x122;" u2="&#xc4;" k="70" />
+    <hkern u1="&#x122;" u2="&#xc3;" k="70" />
+    <hkern u1="&#x122;" u2="&#xc2;" k="70" />
+    <hkern u1="&#x122;" u2="&#xc1;" k="70" />
+    <hkern u1="&#x122;" u2="&#xc0;" k="70" />
+    <hkern u1="&#x122;" u2="Y" k="51" />
+    <hkern u1="&#x122;" u2="W" k="37" />
+    <hkern u1="&#x122;" u2="V" k="37" />
+    <hkern u1="&#x122;" u2="T" k="4" />
+    <hkern u1="&#x122;" u2="A" k="70" />
+  </font>
+</defs></svg>
Binary file src/metadatacomposer/static/metadatacomposer/fonts/Futura-Medium.ttf has changed
Binary file src/metadatacomposer/static/metadatacomposer/fonts/Futura-Medium.woff has changed
Binary file src/metadatacomposer/static/metadatacomposer/img/sprites.png has changed
--- a/src/metadatacomposer/static/metadatacomposer/js/common.js	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/static/metadatacomposer/js/common.js	Fri May 31 17:57:12 2013 +0200
@@ -43,9 +43,6 @@
         e.preventDefault();
         var titleMedia = $(this).attr('data-title'),
             urlDelete = $(this).attr('href');
-        console.log("coucou");
-        console.log(titleMedia);
-        console.log($("#modal-confirm .modal-body").find('.titleMedia'));
         $("#modal-confirm #btn-delete-modal").attr('href', urlDelete).focus();
         $("#modal-confirm .modal-body").find('.titleMedia').text(titleMedia);
         $("#modal-confirm").modal('show');
--- a/src/metadatacomposer/static/metadatacomposer/js/edition.js	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/static/metadatacomposer/js/edition.js	Fri May 31 17:57:12 2013 +0200
@@ -17,17 +17,23 @@
 };
 
 
+//position de la video setCurrentTime
+$(".indicateur-annotation").draggable({
+    axis: "x",
+    containment: "parent",
+    drag: function(e, ui) {
+        var t = myMedia.duration * parseInt(ui.helper.css("left")) / ( $(".timeline-annotations").width() - 2 * ui.helper.width() );
+        myMedia.setCurrentTime(t);
+    }
+});
 
+$('.timeline-annotations').bind('click', function(e){
+    var x = e.pageX - $(this).offset().left;
+    myMedia.setCurrentTime(myMedia.duration * x / $(this).width());
+});
 
 myProject.onLoad(function() {
 
-
-
-
-//load Annotations
-myProject.getAnnotationsByTypeTitle("annotations");
-
-
     $(".project-title").text(myProject.title);
     
     myMedia = myProject.getCurrentMedia();
@@ -36,20 +42,36 @@
 var _chapters = myProject.getAnnotationsByTypeTitle("chapitrage");
 if(_chapters.length){
     $.each(_chapters, function(k, v){
-        var render = false;
+        v.color = getRandomColor();
+        chapters.push(v);
         if((k+1) == _chapters.length){
-            render = true;
+            renderChapter();
         }
-        newChapter(v, render);
+    });
+}
+
+//load Annotations
+var _annotations = myProject.getAnnotationsByTypeTitle("annotations");
+if(_annotations.length){
+    $.each(_annotations, function(k, v){
+
+        v.color = getRandomColor();
+        var type = v.content.mimetype.split('-');
+        type = type[type.length-1]
+        v.type = type;
+
+        annotations.push(v);
+        if((k+1) == _annotations.length){
+            renderAnnotation();
+        }
+
     });
 }
 
 
-
-
     //chargement des chapitres et annotations existants
   //  loadInitChapters();
-    loadInitAnnotation();
+    //loadInitAnnotation();
 
     IriSP.htmlPlayer(
         myMedia,
@@ -164,21 +186,7 @@
 
 //select on bibliotheque
 
-    //video
-    $('.popup').on('click', '.bibliotheque-video a', function(e){
-        e.preventDefault();
-
-        var url = $(this).attr('href');
-        currentAnnotation.content.url = url;
-
-        $('.popup').modal('hide');
-        $.get('template.html', function(templates){
-            var videoWrap = $('#tab-'+global.idAnnotation).find('.annotation-video-content'),
-                tplVideo = $(templates).filter('#tpl-video-row').html();
-            videoWrap.empty().append(tplVideo);
-        });
-        
-    });
+    
     
 
     //confirmation suppression
@@ -245,6 +253,9 @@
 
 
     function loadFormChapter(idChapter){
+
+        
+
         currentChapter = _.find(chapters, function(c){ return c.id == idChapter; });
         var chapterWrap = $('.chapter-widget-info'),
             indexChapter = _.indexOf(chapters, currentChapter),
@@ -260,6 +271,8 @@
             chapterWrap.empty().append(tpl);
             chapterWrap.find('.tag-it').tagit(tagitParam);
         });
+
+        myMedia.setCurrentTime(currentChapter.begin);
     }
 
 
@@ -289,6 +302,9 @@
     }
 });
 
+function getRandomColor(){
+    return global.colors[(global.colorsIndex<global.colors.length) ? global.colorsIndex++ : (global.colorsIndex=0)];
+}
 //nouveau chapitre
     function newChapter(dataChapter, render){
         var chapter = new IriSP.Model.Annotation(false, myProject);
@@ -298,10 +314,10 @@
             chapter.title = dataChapter.title;
             chapter.description = dataChapter.description;
             chapter.keywords = dataChapter.keywords;
-            chapter.color = global.colors[(global.colorsIndex<global.colors.length) ? global.colorsIndex++ : (global.colorsIndex=0)];
+            chapter.color = getRandomColor();
     
         chapters.push(chapter);
-        if(render){renderChapter();}
+        renderChapter();
         loadFormChapter(chapter.id);
     }
 
@@ -346,30 +362,25 @@
 
         chapterSegmentWrap.empty();
         chapterList.empty();
+        $.get('template.html', function(templates){
+            $.each(chapters, function(k, v){
 
-        $.each(chapters, function(k, v){
-            //form
-            if($('#form-chapter-edit-'+v.id).length){
-                loadFormChapter(v.id);
-            }
-            //segments
-            var width = Math.floor(v.getDuration() * wChapterSegmentWrap / myMedia.duration),
-                segment = $('<li>'+v.title+'</li>').css({
-                    width : width,
-                    backgroundColor : v.color
-                }).attr('id', v.id);
-    
-            chapterSegmentWrap.append(segment);
+                //segments
+                var width = Math.floor(v.getDuration() * wChapterSegmentWrap / myMedia.duration),
+                    segment = $('<li>'+v.title+'</li>').css({
+                        width : width,
+                        backgroundColor : v.color
+                    }).attr('id', v.id);
+        
+                chapterSegmentWrap.append(segment);
 
-            //liste
-            $.get('template.html', function(templates){
+                //liste
                 var tplChapterRow = $(templates).filter('#tpl-chapter-row').html();
                 tplChapterRow = Mustache.render(tplChapterRow, v);
                 chapterList.append(tplChapterRow);
-
             });
         });
-    }
+    }//renderChapter()
 
 //init
     function loadInitChapters(){//nouveau projet, 1 chapitre
@@ -555,11 +566,24 @@
                 case 'video':
                     
                     if(viewType.content.url != ""){
+                   /*
                         var videoWrap = $(tabContent).find('.annotation-video-content'),
                             tplVideo = $(templates).filter('#tpl-video-row').html();
+                        tplVideo = Mustache.render(tplVideo, viewType.content);
                         videoWrap.empty().append(tplVideo);
+
+    
+                        var videoWrap = $(tabContent).find(".video-container"),
+                            src = viewType.content.url;
+                        getVideoPlayer(src, videoWrap);
+*/
+ var videoWrap = $(tabContent).find('.annotation-video-content');
+                        renderVideoInfo(videoWrap, viewType.content);
+   
                     }
 
+                    
+
                     break;
                 case 'text': 
                     var cledit = $(tabContent).find('.wysiwyg').cleditor(wysiwygConfig)[0];
@@ -580,9 +604,17 @@
 
                     $(tabContent).find('.number-spin').spin(spinParam);
                     $(tabContent).find('.ui-sortable').sortable({
+                        start: function (event, ui) {
+                            $(ui.item).data("startindex", ui.item.index());
+                        },
                         stop : function(event, ui){
                             disabledBtnSortable($(this));
-                        }
+                        },
+                        update : function(event, ui){
+                            var oldIndex = ui.item.data("startindex"),
+                                newIndex = ui.item.index();
+                            currentAnnotation.content.images.move(oldIndex, newIndex);
+                        },
                     });
                     var diaporama = $(tabContent).find('#diaporama-'+idAnnotation),
                         images = viewType.content.images;
@@ -653,18 +685,62 @@
         $('#tab-list-annotation').tab('show');
     }
 
+//video
+    function renderVideoInfo(videoWrap, dataVideo){
+        $.get('template.html', function(templates){
+            var tplVideo = $(templates).filter('#tpl-video-row').html();
+            tplVideo = Mustache.render(tplVideo, dataVideo);
+            
+            videoWrap.empty().append(tplVideo);
+
+            videoWrap = videoWrap.find(".video-container");
+            getVideoPlayer(dataVideo.url, videoWrap);
+        });
+    }
+    $('.popup').on('click', '.bibliotheque-video a', function(e){
+        e.preventDefault();
+
+        var url = $(this).attr('data-url'),
+            title = $(this).attr('data-title'),
+            description = $(this).attr('data-description');
+
+        currentAnnotation.content.url = url;
+        currentAnnotation.content.title = title;
+        currentAnnotation.content.description = description;
+
+        $('.popup').modal('hide');
+
+        var videoWrap = $('#tab-annotation-'+currentAnnotation.id).find('.annotation-video-content');
+        renderVideoInfo(videoWrap, currentAnnotation.content);
+/*
+        $.get('template.html', function(templates){
+            var videoWrap = $('#tab-annotation-'+currentAnnotation.id).find('.annotation-video-content'),
+                tplVideo = $(templates).filter('#tpl-video-row').html();
+            tplVideo = Mustache.render(tplVideo, currentAnnotation.content);
+            videoWrap.empty().append(tplVideo);
+
+            var videoWrap = videoWrap.find(".video-container"),
+                src = url;
+            getVideoPlayer(src, videoWrap);
+        });
+*/
+        
+    });
+
 //diaporama
 
     //bibliotheque
     $('.popup').on('click', '.bibliotheque-image a', function(e){
         e.preventDefault();
 
-        var url = $(this).attr('href'),
+        var url = $(this).attr('data-url'),
+            title = $(this).attr('data-title'),
+            description = $(this).attr('data-description'),
             image = {
                 id : currentAnnotation.id,
                 url : url,
-                title : 'titre image',
-                description : 'description azerty'
+                title : title,
+                description : description
             };
         currentAnnotation.content.images.push(image);
 
@@ -686,6 +762,7 @@
     $(document).on('click', '.ui-sortable .btn-sort', function(e){
         e.preventDefault();
         var row = $(this).parents('tr.row-image-diaporama'),
+            oldIndex = row.index(),
             listDiaporama = $(this).parents('.list-image-diaporama');
 
         if($(this).hasClass('down'))
@@ -693,9 +770,21 @@
         else if($(this).hasClass('up'))
             row.insertBefore(row.prev());
 
+        var newIndex = row.index();
+        currentAnnotation.content.images.move(oldIndex, newIndex);
+
         disabledBtnSortable(listDiaporama);
     });
 
+    $('.tab-content').on('click','.btn-delete-image', function(e){
+        e.preventDefault();
+        var rowImage = $(this).parents('tr.row-image-diaporama'),
+            index = rowImage.index();
+
+        rowImage.remove();
+        currentAnnotation.content.images.splice(index, 1);
+    });
+
     function disabledBtnSortable(listDiaporama){
         listDiaporama.find('.btn-sort.disabled').removeClass('disabled');
         listDiaporama.find('tr.row-image-diaporama:first-child').find('.btn-sort.up').addClass('disabled');
@@ -734,7 +823,7 @@
         var urlLink = $(v).find('.url-link').val(),
             titleLink = $(v).find('.title-link').val(),
             link = {
-                uri : urlLink,
+                url : urlLink,
                 title : titleLink
             };
             links.push(link);
@@ -901,6 +990,8 @@
 }//getContentAnnotationByType
 
 
+
+
 //test
 //a = $(".wysiwyg").cleditor(wysiwygConfig);
 
@@ -927,4 +1018,130 @@
     e.preventDefault();
     console.log(chapters.length + ' chapitres',chapters);
 });
-});//ready
\ No newline at end of file
+});//ready
+
+Array.prototype.move = function (old_index, new_index) {
+    if (new_index >= this.length) {
+        var k = new_index - this.length;
+        while ((k--) + 1) {
+            this.push(undefined);
+        }
+    }
+    this.splice(new_index, 0, this.splice(old_index, 1)[0]);
+    return this; // for testing purposes
+};
+
+
+function getVideoPlayer(src, videoWrap){
+
+    var youtubeTemplate = _.template(
+        '<iframe width="<%- width %>" height="<%- height %>" src="http://www.youtube.com/embed/<%- ytid %>?rel=0&autoplay=<%- autoplay %>" frameborder="0"></iframe>'
+    );
+    
+    var htmlTemplate = _.template(
+        '<<%- type %> width="<%- width %>" controls="true" autoplay="<%- autoplay %>" src="<%- src %>"/>'
+    );
+    
+    var mediaW = 460,
+        mediaH = 345,
+        autoplay = false;
+
+    
+    if (/^(https?:\/\/)?(www\.)?youtu\.?be/.test(src)) {
+        var urlparts = src.split(/[?&]/g),
+            ytid = "",
+            vtest = /^v=/;
+        urlparts.slice(1).forEach(function(p) {
+            if (/^v=/.test(p)) {
+                ytid = p.replace(vtest,"");
+            }
+        });
+        if (!ytid) {
+            ytid = (urlparts[0].match(/[^\/]+$/) || [""])[0];
+        }
+        videoWrap.html(youtubeTemplate({
+            ytid: ytid,
+            width: mediaW,
+            height: mediaH,
+            autoplay: autoplay
+        }));
+        return;
+    }
+    
+    if (/^(https?:\/\/)?(www\.)?vimeo/.test(src)) {
+        $.ajax({
+            url: "http://vimeo.com/api/oembed.json",
+            dataType: "jsonp",
+            data: {
+                width: mediaW,
+                height: mediaH,
+                url: src,
+                autoplay: autoplay,
+                color: "be4477",
+                portrait: false,
+                title: false,
+                byline: false
+            },
+            success: function(data) {
+                videoWrap.html(data.html);
+            }
+        });
+        return;
+    }
+    
+    if (/^(https?:\/\/)?(www\.)?dailymotion/.test(src)) {
+        $.ajax({
+            url: "http://www.dailymotion.com/services/oembed",
+            dataType: "jsonp",
+            data: {
+                format: "json",
+                maxwidth: mediaW,
+                maxheight: mediaH,
+                url: src
+            },
+            success: function(data) {
+                videoWrap.html(data.html);
+            }
+        });
+        return;
+    }
+    
+    if (/^(https?:\/\/)?(www\.)?soundcloud\.com/.test(src)) {
+        $.ajax({
+            url: "http://soundcloud.com/oembed",
+            dataType: "jsonp",
+            data: {
+                format: "js",
+                show_comments: false,
+                auto_play: autoplay,
+                show_artwork: false,
+                url: src,
+                color: "63be6c"
+            },
+            success: function(data) {
+                videoWrap.html(data.html);
+            }
+        });
+        return;
+    }
+    
+    var extension = (src.match(/\.([\d\w]+)$/) || ["",""])[1],
+        mimetype = 'video' + "/" + extension,
+        fallbacks = { "video/webm": "mp4", "video/mp4": "webm" },
+        canPlay = document.createElement("video").canPlayType(mimetype);
+    
+    if (!canPlay) {
+        src = src.replace(/\.[\d\w]+$/,"." + fallbacks[mimetype]);
+    }
+    
+    console.log(mimetype, canPlay, src);
+    
+    videoWrap.html(htmlTemplate({
+        type: 'video',
+        src: src,
+        width: mediaW,
+        height: mediaH,
+        autoplay: "" + autoplay
+    }));
+                
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/static/metadatacomposer/js/player.js	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,567 @@
+var myDir = new IriSP.Model.Directory(),
+    myProject = myDir.remoteSource({
+            url: project_url,
+            serializer: IriSP.serializers.ldt
+        });
+
+myProject.onLoad(function() {
+    
+    $(".project-title").text(myProject.title);
+    
+    var myMedia = myProject.getCurrentMedia();
+    
+    IriSP.htmlPlayer(
+        myMedia,
+        $(".video-container"),
+        {
+            width: 1000,
+            height: 560,
+            autostart: true,
+            url_transform: function(src) {
+                return [{
+                    type: "video/mp4",
+                    src: src.replace(/\.[\d\w]+$/,'.mp4').replace('rtmp://media.iri.centrepompidou.fr/ddc_player', 'http://media.iri.centrepompidou.fr')
+                }, {
+                    type: "video/webm",
+                    src: src.replace(/\.[\d\w]+$/,'.webm').replace('rtmp://media.iri.centrepompidou.fr/ddc_player', 'http://media.iri.centrepompidou.fr')
+                }];
+            }
+        }
+    );
+    
+    myMedia.on("timeupdate", function(t) {
+        var progress = $(".progress-indicator"),
+            pos = ($(".chapters-bar").width() - 2 * progress.width()) * t / myMedia.duration;
+        progress.css("left",pos);
+    });
+    myMedia.on("play", function() {
+        $(".play-button").addClass("pause");
+    });
+    myMedia.on("pause", function() {
+        $(".play-button").removeClass("pause");
+    });
+    
+    var tags = myProject.getTags().sortBy(function(t) {
+            return - t.getRelated("annotation").length;
+        }).slice(0,12),
+        tagTemplate = _.template('<li data-tag-id="<%- id %>" class="tag"><%- title %></li>'),
+        clickedTag = null,
+        lastTag = null;
+    
+    $(".tags-list").html(tags.map(tagTemplate).join(""));
+    
+    $(".tags-title").mouseenter(function() {
+        $(".tags-list").slideDown();
+    });
+    $(".tags").mouseleave(function() {
+        $(".tags-list").slideUp();
+    });
+    
+    $("body").click(function() {
+        if (clickedTag) {
+            $(".found").removeClass("found");
+            clickedTag = null;
+        }
+        return false;
+    });
+    
+    function showTag(tagId) {
+        $(".found").removeClass("found");
+        var tag = myProject.getElement(tagId);
+        if (tag) {
+            tag.getRelated("annotation").forEach(function(a) {
+                a.trigger("found-tags");
+            });
+            $(".tag[data-tag-id="+tagId+"]").addClass("found");
+        }
+        lastTag = tagId;
+    }
+    
+    $(".tag").hover(function() {
+        showTag($(this).attr("data-tag-id"));
+    }, function() {
+        showTag(clickedTag);
+    }).click(function() {
+        clickedTag = lastTag;
+        return false;
+    });
+    
+    
+    var chapters = myProject.getAnnotationsByTypeTitle("chapitrage"),
+        chapterTemplate = _.template(
+            '<li class="chapter" style="left: <%- 100*begin/getMedia().duration %>%; width: <%- 100*getDuration()/getMedia().duration %>%;">'
+            + '<div class="chapter-block"></div><div class="chapter-title"><%- title %></div></li>'
+        ),
+        chapterList = $(".chapters-list"),
+        hoveredChapter = null,
+        currentChapter = null,
+        currentChapterI = 0;
+    
+    function highlightChapter() {
+        $(".chapter").removeClass("active");
+        if (hoveredChapter || currentChapter) {
+            (hoveredChapter || currentChapter).addClass("active");
+        }
+    }
+    
+    chapters.forEach(function(chapter, i) {
+        var element = $(chapterTemplate(chapter));
+        element.click(function() {
+           myMedia.setCurrentTime(chapter.begin); 
+           return false;
+        }).hover(function() {
+            hoveredChapter = element;
+            highlightChapter();
+        }, function() {
+            hoveredChapter = null;
+            highlightChapter();
+        });
+        chapter.on("enter", function() {
+            currentChapter = element;
+            currentChapterI = i;
+            if (i) {
+                $(".prev-chapter").removeClass("inactive");
+            } else {
+                $(".prev-chapter").addClass("inactive");
+            }
+            if (i < chapters.length - 1) {
+                $(".next-chapter").removeClass("inactive");
+            } else {
+                $(".next-chapter").addClass("inactive");
+            }
+            highlightChapter();
+        });
+        chapter.on("leave", function() {
+            currentChapter = null;
+            highlightChapter();
+        });
+        chapter.on("found-tags", function() {
+            element.addClass("found");
+        });
+        chapterList.append(element);
+    });
+    
+    $(".prev-chapter").click(function() {
+        if (currentChapterI) {
+            myMedia.setCurrentTime(chapters[currentChapterI - 1].begin);
+        }
+        return false;
+    });
+    $(".next-chapter").click(function() {
+        if (currentChapterI < chapters.length - 1) {
+            myMedia.setCurrentTime(chapters[currentChapterI + 1].begin);
+        }
+        return false;
+    });
+    
+    $(".play-button").click(function() {
+        if (myMedia.paused) {
+            myMedia.play();
+        } else {
+            myMedia.pause();
+        }
+        return false;
+    });
+    
+    $(".progress-indicator").draggable({
+        axis: "x",
+        containment: "parent",
+        drag: function(e, ui) {
+            var t = myMedia.duration * parseInt(ui.helper.css("left")) / ( $(".chapters-bar").width() - 2 * ui.helper.width() );
+            myMedia.setCurrentTime(t);
+        }
+    });
+    
+    var pictoTemplate = _.template(
+        '<li class="<%- type %>"><span class="picto"><a href="#"></a></span>'
+        + '<span class="picto-title"><%- annotation.title %></span></li>'
+    );
+    
+    var chipTemplate = _.template(
+        '<li class="chip <%- type %><%- left %>" style="left: <%- pos %>%"><div class="chip-circle">'
+        + '</div><div class="chip-pole"></div><div class="chip-title"><%- annotation.title %></div></li>'
+    );
+    
+    var annotations = myProject.getAnnotationsByTypeTitle("annotations").sortBy(function(a) {
+        return a.begin;
+    });
+    
+    var annotationinfos = annotations.map(function(annotation) {
+        var annotationinfo = {
+            annotation: annotation,
+            open: false,
+            pos: 100 * annotation.begin / annotation.getMedia().duration
+        };
+        annotationinfo.left = (annotationinfo.pos > 80 ? " left": "");
+        switch(annotation.content.mimetype) {
+            case "application/x-ldt-slideshow":
+                annotationinfo.type = "slideshow";
+            break;
+            case "application/x-ldt-video":
+                annotationinfo.type = "video";
+            break;
+            case "application/x-ldt-audio":
+                annotationinfo.type = "audio";
+            break;
+            case "application/x-ldt-links":
+                annotationinfo.type = "link";
+            break;
+            default:
+                annotationinfo.type = "text";
+        }
+        annotationinfo.picto = $(pictoTemplate(annotationinfo)).appendTo(".pictolist");
+        annotationinfo.chip = $(chipTemplate(annotationinfo)).appendTo(".chips-list");
+        annotationinfo.both = annotationinfo.picto.add(annotationinfo.chip);
+        annotationinfo.both.click(function() {
+                openAnnotation(annotationinfo);
+                return false;
+            })
+            .hover(function() {
+                annotationinfo.both.addClass("hover");
+            }, function() {
+                annotationinfo.both.removeClass("hover");
+            });
+        annotation.on("enter", function() {
+            annotationinfo.picto.show().animate({
+                height: "38px",
+                opacity: 1
+            }, 800);
+        });
+        annotation.on("leave", function() {
+            annotationinfo.picto.animate({
+                height: 0,
+                opacity: 0
+            }, 800, function() {
+                annotationinfo.picto.hide();
+            });
+        });
+        annotation.on("found-tags", function() {
+            annotationinfo.both.addClass("found");
+        });
+        return annotationinfo;
+    });
+    
+    currentAnnotation = null;
+    
+    function openAnnotation(annotationinfo) {
+        
+        if (currentAnnotation === annotationinfo) {
+            closeAnnotation(true);
+            return;
+        }
+        
+        if (myMedia.currentTime < annotationinfo.annotation.begin || myMedia.currentTime > annotationinfo.annotation.end) {
+            myMedia.setCurrentTime(annotationinfo.annotation.begin);
+        }
+        
+        myMedia.pause();
+        closeAnnotation(false);
+        
+        currentAnnotation = annotationinfo;
+        
+        annotationinfo.both.addClass("current");
+        
+        $(".chapters-bar").addClass("annotation-onscreen");
+        
+        var annotationDiv = $(".annotation-templates ." + annotationinfo.type + "-annotation").clone();
+        
+        annotationDiv.appendTo($(".main-video"));
+        annotationDiv.find(".close-annotation").click(closeAnnotation);
+        annotationDiv.find(".annotation-title").text(annotationinfo.annotation.title);
+        
+                
+        var positionDiv = function(anim) {
+            var css = {
+                top: Math.floor(($(".main-video").height() - annotationDiv.height())/2)+"px"
+            };
+            if (anim) {
+                annotationDiv.animate(css, 800);
+            } else {
+                annotationDiv.css(css);
+            }
+        }
+        
+        switch (annotationinfo.type) {
+            
+            case "slideshow":
+                
+                var currentslide = 0,
+                    slideInterval,
+                    playing = false,
+                    loaded = false,
+                    slides = annotationinfo.annotation.content.images;
+                
+                var resizeImage = function() {
+                    var imgel = annotationDiv.find(".slideshow-image");
+                    imgel.css("margin-top","");
+                    var w = imgel.width(),
+                        h = imgel.height();
+                    annotationDiv.find(".annotation-main").css("height","");
+                    annotationDiv.find(".slideshow-description").css("margin-left",w);
+                    var h2 = annotationDiv.find(".annotation-main").height();
+                    if (h < h2) {
+                        imgel.css("margin-top",Math.floor((h2-h)/2)+"px");
+                    }
+                    if (+imgel.css("opacity") !== 1) {
+                        imgel.fadeTo(400, 1);
+                    }
+                }
+                
+                var showCurrentImage = function() {
+                    var slide = slides[currentslide];
+                    annotationDiv.find(".slideshow-image").attr({
+                        src: slide.image.src,
+                        title: slide.title,
+                        alt: slide.title
+                    });
+                    annotationDiv.find(".slideshow-title").text(slide.title);
+                    annotationDiv.find(".slideshow-description").html(
+                        slide.description.split(/\n/gm).map(function(l) {
+                            return '<p>' + _.escape(l) + '</p>';
+                        }).join("")
+                    );
+                    resizeImage();
+                }
+                
+                var nextImage = function() {
+                    currentslide = (currentslide + 1) % slides.length;
+                    annotationDiv.find(".slideshow-image").fadeTo(400, 0, showCurrentImage);
+                    return false;
+                }
+                
+                var togglePlay = function() {
+                    playing = !playing;
+                    clearInterval(slideInterval);
+                    if (playing) {
+                        slideInterval = setInterval(nextImage,Math.max(1000,annotationinfo.annotation.content.slideduration || 0));
+                        annotationDiv.find(".slideshow-play-pause").addClass("pause");
+                    } else {
+                        annotationDiv.find(".slideshow-play-pause").removeClass("pause");
+                    }
+                    return false;
+                }
+                
+                var checkloaded = function() {
+                    if (loaded) {
+                        return;
+                    }
+                    loaded = slides.reduce(function(mem, slide) {
+                        return (mem && !!slide.image && !!slide.image.width);
+                    }, true);
+                    if (loaded) {
+                        showCurrentImage();
+                        if (annotationinfo.annotation.autostart && slides.length > 1) {
+                            togglePlay();
+                        }
+                    }
+                }
+                
+                slides.forEach(function(slide) {
+                    slide.image = new Image();
+                    slide.image.onload = checkloaded;
+                    slide.image.src = slide.url;
+                });
+                
+                checkloaded();
+                
+                if (slides.length > 1) {
+                    annotationDiv.find(".slideshow-next").click(nextImage);
+                    annotationDiv.find(".slideshow-previous").click(function() {
+                        currentslide = (currentslide ? currentslide : slides.length) - 1;
+                        annotationDiv.find(".slideshow-image").fadeTo(400, 0, showCurrentImage);
+                    });
+                    annotationDiv.find(".slideshow-play-pause").click(togglePlay);
+                } else {
+                    annotationDiv.find(".slideshow-next, .slideshow-previous, .slideshow-play-pause").hide();
+                }
+                
+            break;
+            
+            case "audio":
+            case "video":
+            
+                var src = annotationinfo.annotation.content.url;
+            
+                var youtubeTemplate = _.template(
+                    '<iframe width="<%- width %>" height="<%- height %>" src="http://www.youtube.com/embed/<%- ytid %>?rel=0&autoplay=<%- autoplay %>" frameborder="0"></iframe>'
+                );
+                
+                var htmlTemplate = _.template(
+                    '<<%- type %> width="<%- width %>" controls="true" autoplay="<%- autoplay %>" src="<%- src %>"/>'
+                );
+                
+                var mediaW = (annotationinfo.type === "audio" ? "100%" : "650"),
+                    mediaH = (annotationinfo.type === "audio" ? "60" : "420");
+        
+                annotationDiv.find(".media-description").html(
+                    annotationinfo.annotation.description.split(/\n/gm).map(function(l) {
+                        return '<p>' + _.escape(l) + '</p>';
+                    }).join("")
+                );
+                
+                if (/^(https?:\/\/)?(www\.)?youtu\.?be/.test(src)) {
+                    var urlparts = src.split(/[?&]/g),
+                        ytid = "",
+                        vtest = /^v=/;
+                    urlparts.slice(1).forEach(function(p) {
+                        if (/^v=/.test(p)) {
+                            ytid = p.replace(vtest,"");
+                        }
+                    });
+                    if (!ytid) {
+                        ytid = (urlparts[0].match(/[^\/]+$/) || [""])[0];
+                    }
+                    annotationDiv.find(".media-frame").html(youtubeTemplate({
+                        ytid: ytid,
+                        width: mediaW,
+                        height: mediaH,
+                        autoplay: +annotationinfo.annotation.content.autostart
+                    }));
+                    break;
+                }
+                
+                if (/^(https?:\/\/)?(www\.)?vimeo/.test(src)) {
+                    $.ajax({
+                        url: "http://vimeo.com/api/oembed.json",
+                        dataType: "jsonp",
+                        data: {
+                            width: mediaW,
+                            height: mediaH,
+                            url: src,
+                            autoplay: annotationinfo.annotation.content.autostart,
+                            color: "B8155F",
+                            portrait: false,
+                            title: false,
+                            byline: false
+                        },
+                        success: function(data) {
+                            annotationDiv.find(".media-frame").html(data.html);
+                            positionDiv(true);
+                        }
+                    });
+                    return;
+                }
+                
+                if (/^(https?:\/\/)?(www\.)?dailymotion/.test(src)) {
+                    $.ajax({
+                        url: "http://www.dailymotion.com/services/oembed",
+                        dataType: "jsonp",
+                        data: {
+                            format: "json",
+                            maxwidth: mediaW,
+                            maxheight: 487,
+                            url: src
+                        },
+                        success: function(data) {
+                            annotationDiv.find(".media-frame").html(data.html);
+                            positionDiv(true);
+                        }
+                    });
+                    return;
+                }
+                
+                if (/^(https?:\/\/)?(www\.)?soundcloud\.com/.test(src)) {
+                    $.ajax({
+                        url: "http://soundcloud.com/oembed",
+                        dataType: "jsonp",
+                        data: {
+                            format: "js",
+                            show_comments: false,
+                            auto_play: annotationinfo.annotation.content.autostart,
+                            show_artwork: false,
+                            url: src,
+                            color: "B8155F"
+                        },
+                        success: function(data) {
+                            annotationDiv.find(".media-frame").html(data.html);
+                            positionDiv(true);
+                        }
+                    });
+                    return;
+                }
+                
+                var extension = (src.match(/\.([\d\w]+)$/) || ["",""])[1],
+                    mimetype = annotationinfo.type + "/" + extension,
+                    fallbacks = { "video/webm": "mp4", "video/mp4": "webm" },
+                    canPlay = document.createElement("video").canPlayType(mimetype);
+                
+                if (!canPlay) {
+                    src = src.replace(/\.[\d\w]+$/,"." + fallbacks[mimetype]);
+                }
+                
+                var media = $(htmlTemplate({
+                    type: annotationinfo.type,
+                    src: src,
+                    width: mediaW,
+                    height: mediaH,
+                    autoplay: "" + annotationinfo.annotation.content.autostart
+                }));
+                
+                media.on("loadedmetadata", function() {
+                    positionDiv(true);
+                });
+                
+                annotationDiv.find(".media-frame").html(media);
+                return;
+                
+            break;
+            
+            case "text":
+                
+                var text = annotationinfo.annotation.content.text || annotationinfo.annotation.description;
+                
+                switch (annotationinfo.annotation.content.markup) {
+                    case "html":
+                        annotationDiv.find(".text-contents").html(text);
+                    break;
+                    default:
+                        annotationDiv.find(".text-contents").html(
+                            text.split(/\n/gm).map(function(l) {
+                                return '<p>' + _.escape(l) + '</p>';
+                            }).join("")
+                        );
+                    break;
+                }
+                annotationDiv.find(".text-contents a").attr("target","_blank");
+                
+            break;
+            
+            case "link":
+            
+                var linkTemplate = _.template('<p><a href="<%- url %>" target="_blank"><%- title %></a></p>');
+                
+                annotationDiv.find(".link-contents").html(
+                    annotationinfo.annotation.content.links.map(linkTemplate).join("")
+                );
+                
+            break;
+        }
+        
+        positionDiv(true);
+        
+    }
+    
+    $(".video-container").click(function() {
+        if (currentAnnotation) {
+            closeAnnotation(true);
+        }
+        return false;
+    });
+   
+    function closeAnnotation(e) {
+        currentAnnotation = null;
+        $(".chip, .pictolist li").removeClass("current");
+        $(".chapters-bar").removeClass("annotation-onscreen");
+        $(".annotation audio, .annotation video").each(function() {
+            try {
+                this.pause();
+            } catch(e) { }
+        });
+        $(".main-video .annotation").hide().remove();
+        if (!!e) {
+            myMedia.play();
+        }
+        return false;
+    }
+   
+});
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/static/metadatacomposer/lib/jquery-ui.min.js	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,12 @@
+/*! jQuery UI - v1.10.2 - 2013-03-14
+* http://jqueryui.com
+* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.effect.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.position.js, jquery.ui.progressbar.js, jquery.ui.slider.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js
+* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
+(function(t,e){function i(e,i){var n,o,a,r=e.nodeName.toLowerCase();return"area"===r?(n=e.parentNode,o=n.name,e.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap=#"+o+"]")[0],!!a&&s(a)):!1):(/input|select|textarea|button|object/.test(r)?!e.disabled:"a"===r?e.href||i:i)&&s(e)}function s(e){return t.expr.filters.visible(e)&&!t(e).parents().addBack().filter(function(){return"hidden"===t.css(this,"visibility")}).length}var n=0,o=/^ui-id-\d+$/;t.ui=t.ui||{},t.extend(t.ui,{version:"1.10.2",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),t.fn.extend({focus:function(e){return function(i,s){return"number"==typeof i?this.each(function(){var e=this;setTimeout(function(){t(e).focus(),s&&s.call(e)},i)}):e.apply(this,arguments)}}(t.fn.focus),scrollParent:function(){var e;return e=t.ui.ie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(t.css(this,"position"))&&/(auto|scroll)/.test(t.css(this,"overflow")+t.css(this,"overflow-y")+t.css(this,"overflow-x"))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(t.css(this,"overflow")+t.css(this,"overflow-y")+t.css(this,"overflow-x"))}).eq(0),/fixed/.test(this.css("position"))||!e.length?t(document):e},zIndex:function(i){if(i!==e)return this.css("zIndex",i);if(this.length)for(var s,n,o=t(this[0]);o.length&&o[0]!==document;){if(s=o.css("position"),("absolute"===s||"relative"===s||"fixed"===s)&&(n=parseInt(o.css("zIndex"),10),!isNaN(n)&&0!==n))return n;o=o.parent()}return 0},uniqueId:function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++n)})},removeUniqueId:function(){return this.each(function(){o.test(this.id)&&t(this).removeAttr("id")})}}),t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])},focusable:function(e){return i(e,!isNaN(t.attr(e,"tabindex")))},tabbable:function(e){var s=t.attr(e,"tabindex"),n=isNaN(s);return(n||s>=0)&&i(e,!n)}}),t("<a>").outerWidth(1).jquery||t.each(["Width","Height"],function(i,s){function n(e,i,s,n){return t.each(o,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),n&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var o="Width"===s?["Left","Right"]:["Top","Bottom"],a=s.toLowerCase(),r={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+s]=function(i){return i===e?r["inner"+s].call(this):this.each(function(){t(this).css(a,n(this,i)+"px")})},t.fn["outer"+s]=function(e,i){return"number"!=typeof e?r["outer"+s].call(this,e):this.each(function(){t(this).css(a,n(this,e,!0,i)+"px")})}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t("<a>").data("a-b","a").removeData("a-b").data("a-b")&&(t.fn.removeData=function(e){return function(i){return arguments.length?e.call(this,t.camelCase(i)):e.call(this)}}(t.fn.removeData)),t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),t.support.selectstart="onselectstart"in document.createElement("div"),t.fn.extend({disableSelection:function(){return this.bind((t.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(t){t.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),t.extend(t.ui,{plugin:{add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i){var s,n=t.plugins[e];if(n&&t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType)for(s=0;n.length>s;s++)t.options[n[s][0]]&&n[s][1].apply(t.element,i)}},hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)}})})(jQuery),function(t,e){var i=0,s=Array.prototype.slice,n=t.cleanData;t.cleanData=function(e){for(var i,s=0;null!=(i=e[s]);s++)try{t(i).triggerHandler("remove")}catch(o){}n(e)},t.widget=function(i,s,n){var o,a,r,h,l={},c=i.split(".")[0];i=i.split(".")[1],o=c+"-"+i,n||(n=s,s=t.Widget),t.expr[":"][o.toLowerCase()]=function(e){return!!t.data(e,o)},t[c]=t[c]||{},a=t[c][i],r=t[c][i]=function(t,i){return this._createWidget?(arguments.length&&this._createWidget(t,i),e):new r(t,i)},t.extend(r,a,{version:n.version,_proto:t.extend({},n),_childConstructors:[]}),h=new s,h.options=t.widget.extend({},h.options),t.each(n,function(i,n){return t.isFunction(n)?(l[i]=function(){var t=function(){return s.prototype[i].apply(this,arguments)},e=function(t){return s.prototype[i].apply(this,t)};return function(){var i,s=this._super,o=this._superApply;return this._super=t,this._superApply=e,i=n.apply(this,arguments),this._super=s,this._superApply=o,i}}(),e):(l[i]=n,e)}),r.prototype=t.widget.extend(h,{widgetEventPrefix:a?h.widgetEventPrefix:i},l,{constructor:r,namespace:c,widgetName:i,widgetFullName:o}),a?(t.each(a._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,r,i._proto)}),delete a._childConstructors):s._childConstructors.push(r),t.widget.bridge(i,r)},t.widget.extend=function(i){for(var n,o,a=s.call(arguments,1),r=0,h=a.length;h>r;r++)for(n in a[r])o=a[r][n],a[r].hasOwnProperty(n)&&o!==e&&(i[n]=t.isPlainObject(o)?t.isPlainObject(i[n])?t.widget.extend({},i[n],o):t.widget.extend({},o):o);return i},t.widget.bridge=function(i,n){var o=n.prototype.widgetFullName||i;t.fn[i]=function(a){var r="string"==typeof a,h=s.call(arguments,1),l=this;return a=!r&&h.length?t.widget.extend.apply(null,[a].concat(h)):a,r?this.each(function(){var s,n=t.data(this,o);return n?t.isFunction(n[a])&&"_"!==a.charAt(0)?(s=n[a].apply(n,h),s!==n&&s!==e?(l=s&&s.jquery?l.pushStack(s.get()):s,!1):e):t.error("no such method '"+a+"' for "+i+" widget instance"):t.error("cannot call methods on "+i+" prior to initialization; "+"attempted to call method '"+a+"'")}):this.each(function(){var e=t.data(this,o);e?e.option(a||{})._init():t.data(this,o,new n(a,this))}),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this.bindings=t(),this.hoverable=t(),this.focusable=t(),s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:t.noop,_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetName).removeData(this.widgetFullName).removeData(t.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:t.noop,widget:function(){return this.element},option:function(i,s){var n,o,a,r=i;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof i)if(r={},n=i.split("."),i=n.shift(),n.length){for(o=r[i]=t.widget.extend({},this.options[i]),a=0;n.length-1>a;a++)o[n[a]]=o[n[a]]||{},o=o[n[a]];if(i=n.pop(),s===e)return o[i]===e?null:o[i];o[i]=s}else{if(s===e)return this.options[i]===e?null:this.options[i];r[i]=s}return this._setOptions(r),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return this.options[t]=e,"disabled"===t&&(this.widget().toggleClass(this.widgetFullName+"-disabled ui-state-disabled",!!e).attr("aria-disabled",e),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")),this},enable:function(){return this._setOption("disabled",!1)},disable:function(){return this._setOption("disabled",!0)},_on:function(i,s,n){var o,a=this;"boolean"!=typeof i&&(n=s,s=i,i=!1),n?(s=o=t(s),this.bindings=this.bindings.add(s)):(n=s,s=this.element,o=this.widget()),t.each(n,function(n,r){function h(){return i||a.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof r?a[r]:r).apply(a,arguments):e}"string"!=typeof r&&(h.guid=r.guid=r.guid||h.guid||t.guid++);var l=n.match(/^(\w+)\s*(.*)$/),c=l[1]+a.eventNamespace,u=l[2];u?o.delegate(u,c,h):s.bind(c,h)})},_off:function(t,e){e=(e||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(e).undelegate(e)},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){t(e.currentTarget).addClass("ui-state-hover")},mouseleave:function(e){t(e.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){t(e.currentTarget).addClass("ui-state-focus")},focusout:function(e){t(e.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}})}(jQuery),function(t){var e=!1;t(document).mouseup(function(){e=!1}),t.widget("ui.mouse",{version:"1.10.2",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.bind("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).bind("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):undefined}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&t(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(i){if(!e){this._mouseStarted&&this._mouseUp(i),this._mouseDownEvent=i;var s=this,n=1===i.which,o="string"==typeof this.options.cancel&&i.target.nodeName?t(i.target).closest(this.options.cancel).length:!1;return n&&!o&&this._mouseCapture(i)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){s.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(i)&&this._mouseDelayMet(i)&&(this._mouseStarted=this._mouseStart(i)!==!1,!this._mouseStarted)?(i.preventDefault(),!0):(!0===t.data(i.target,this.widgetName+".preventClickEvent")&&t.removeData(i.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return s._mouseMove(t)},this._mouseUpDelegate=function(t){return s._mouseUp(t)},t(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),i.preventDefault(),e=!0,!0)):!0}},_mouseMove:function(e){return t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button?this._mouseUp(e):this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){return t(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),!1},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})}(jQuery),function(t){t.widget("ui.draggable",t.ui.mouse,{version:"1.10.2",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"!==this.options.helper||/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative"),this.options.addClasses&&this.element.addClass("ui-draggable"),this.options.disabled&&this.element.addClass("ui-draggable-disabled"),this._mouseInit()},_destroy:function(){this.element.removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"),this._mouseDestroy()},_mouseCapture:function(e){var i=this.options;return this.helper||i.disabled||t(e.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(e),this.handle?(t(i.iframeFix===!0?"iframe":i.iframeFix).each(function(){t("<div class='ui-draggable-iframeFix' style='background: #fff;'></div>").css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1e3}).css(t(this).offset()).appendTo("body")}),!0):!1)},_mouseStart:function(e){var i=this.options;return this.helper=this._createHelper(e),this.helper.addClass("ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this.position=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),i.containment&&this._setContainment(),this._trigger("start",e)===!1?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!i.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_mouseDrag:function(e,i){if(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",e,s)===!1)return this._mouseUp({}),!1;this.position=s.position}return this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var i,s=this,n=!1,o=!1;for(t.ui.ddmanager&&!this.options.dropBehaviour&&(o=t.ui.ddmanager.drop(this,e)),this.dropped&&(o=this.dropped,this.dropped=!1),i=this.element[0];i&&(i=i.parentNode);)i===document&&(n=!0);return n||"original"!==this.options.helper?("invalid"===this.options.revert&&!o||"valid"===this.options.revert&&o||this.options.revert===!0||t.isFunction(this.options.revert)&&this.options.revert.call(this.element,o)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){s._trigger("stop",e)!==!1&&s._clear()}):this._trigger("stop",e)!==!1&&this._clear(),!1):!1},_mouseUp:function(e){return t("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)}),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear(),this},_getHandle:function(e){return this.options.handle?!!t(e.target).closest(this.element.find(this.options.handle)).length:!0},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper)?t(i.helper.apply(this.element[0],[e])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return s.parents("body").length||s.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s[0]===this.element[0]||/(fixed|absolute)/.test(s.css("position"))||s.css("position","absolute"),s},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===document.body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var t=this.element.position();return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:t.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options;if("parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=["document"===n.containment?0:t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,"document"===n.containment?0:t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,("document"===n.containment?0:t(window).scrollLeft())+t("document"===n.containment?document:window).width()-this.helperProportions.width-this.margins.left,("document"===n.containment?0:t(window).scrollTop())+(t("document"===n.containment?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||n.containment.constructor===Array)n.containment.constructor===Array&&(this.containment=n.containment);else{if(i=t(n.containment),s=i[0],!s)return;e="hidden"!==t(s).css("overflow"),this.containment=[(parseInt(t(s).css("borderLeftWidth"),10)||0)+(parseInt(t(s).css("paddingLeft"),10)||0),(parseInt(t(s).css("borderTopWidth"),10)||0)+(parseInt(t(s).css("paddingTop"),10)||0),(e?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(t(s).css("borderRightWidth"),10)||0)-(parseInt(t(s).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(t(s).css("borderBottomWidth"),10)||0)-(parseInt(t(s).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relative_container=i}},_convertPositionTo:function(e,i){i||(i=this.position);var s="absolute"===e?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())*s}},_generatePosition:function(e){var i,s,n,o,a=this.options,r="absolute"!==this.cssPosition||this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName),l=e.pageX,c=e.pageY;return this.originalPosition&&(this.containment&&(this.relative_container?(s=this.relative_container.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,e.pageX-this.offset.click.left<i[0]&&(l=i[0]+this.offset.click.left),e.pageY-this.offset.click.top<i[1]&&(c=i[1]+this.offset.click.top),e.pageX-this.offset.click.left>i[2]&&(l=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(c=i[3]+this.offset.click.top)),a.grid&&(n=a.grid[1]?this.originalPageY+Math.round((c-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,c=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-a.grid[1]:n+a.grid[1]:n,o=a.grid[0]?this.originalPageX+Math.round((l-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,l=i?o-this.offset.click.left>=i[0]||o-this.offset.click.left>i[2]?o:o-this.offset.click.left>=i[0]?o-a.grid[0]:o+a.grid[0]:o)),{top:c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:l-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1},_trigger:function(e,i,s){return s=s||this._uiHash(),t.ui.plugin.call(this,e,[i,s]),"drag"===e&&(this.positionAbs=this._convertPositionTo("absolute")),t.Widget.prototype._trigger.call(this,e,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,i){var s=t(this).data("ui-draggable"),n=s.options,o=t.extend({},i,{item:s.element});s.sortables=[],t(n.connectToSortable).each(function(){var i=t.data(this,"ui-sortable");i&&!i.options.disabled&&(s.sortables.push({instance:i,shouldRevert:i.options.revert}),i.refreshPositions(),i._trigger("activate",e,o))})},stop:function(e,i){var s=t(this).data("ui-draggable"),n=t.extend({},i,{item:s.element});t.each(s.sortables,function(){this.instance.isOver?(this.instance.isOver=0,s.cancelHelperRemoval=!0,this.instance.cancelHelperRemoval=!1,this.shouldRevert&&(this.instance.options.revert=this.shouldRevert),this.instance._mouseStop(e),this.instance.options.helper=this.instance.options._helper,"original"===s.options.helper&&this.instance.currentItem.css({top:"auto",left:"auto"})):(this.instance.cancelHelperRemoval=!1,this.instance._trigger("deactivate",e,n))})},drag:function(e,i){var s=t(this).data("ui-draggable"),n=this;t.each(s.sortables,function(){var o=!1,a=this;this.instance.positionAbs=s.positionAbs,this.instance.helperProportions=s.helperProportions,this.instance.offset.click=s.offset.click,this.instance._intersectsWith(this.instance.containerCache)&&(o=!0,t.each(s.sortables,function(){return this.instance.positionAbs=s.positionAbs,this.instance.helperProportions=s.helperProportions,this.instance.offset.click=s.offset.click,this!==a&&this.instance._intersectsWith(this.instance.containerCache)&&t.contains(a.instance.element[0],this.instance.element[0])&&(o=!1),o})),o?(this.instance.isOver||(this.instance.isOver=1,this.instance.currentItem=t(n).clone().removeAttr("id").appendTo(this.instance.element).data("ui-sortable-item",!0),this.instance.options._helper=this.instance.options.helper,this.instance.options.helper=function(){return i.helper[0]},e.target=this.instance.currentItem[0],this.instance._mouseCapture(e,!0),this.instance._mouseStart(e,!0,!0),this.instance.offset.click.top=s.offset.click.top,this.instance.offset.click.left=s.offset.click.left,this.instance.offset.parent.left-=s.offset.parent.left-this.instance.offset.parent.left,this.instance.offset.parent.top-=s.offset.parent.top-this.instance.offset.parent.top,s._trigger("toSortable",e),s.dropped=this.instance.element,s.currentItem=s.element,this.instance.fromOutside=s),this.instance.currentItem&&this.instance._mouseDrag(e)):this.instance.isOver&&(this.instance.isOver=0,this.instance.cancelHelperRemoval=!0,this.instance.options.revert=!1,this.instance._trigger("out",e,this.instance._uiHash(this.instance)),this.instance._mouseStop(e,!0),this.instance.options.helper=this.instance.options._helper,this.instance.currentItem.remove(),this.instance.placeholder&&this.instance.placeholder.remove(),s._trigger("fromSortable",e),s.dropped=!1)})}}),t.ui.plugin.add("draggable","cursor",{start:function(){var e=t("body"),i=t(this).data("ui-draggable").options;e.css("cursor")&&(i._cursor=e.css("cursor")),e.css("cursor",i.cursor)},stop:function(){var e=t(this).data("ui-draggable").options;e._cursor&&t("body").css("cursor",e._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,i){var s=t(i.helper),n=t(this).data("ui-draggable").options;s.css("opacity")&&(n._opacity=s.css("opacity")),s.css("opacity",n.opacity)},stop:function(e,i){var s=t(this).data("ui-draggable").options;s._opacity&&t(i.helper).css("opacity",s._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(){var e=t(this).data("ui-draggable");e.scrollParent[0]!==document&&"HTML"!==e.scrollParent[0].tagName&&(e.overflowOffset=e.scrollParent.offset())},drag:function(e){var i=t(this).data("ui-draggable"),s=i.options,n=!1;i.scrollParent[0]!==document&&"HTML"!==i.scrollParent[0].tagName?(s.axis&&"x"===s.axis||(i.overflowOffset.top+i.scrollParent[0].offsetHeight-e.pageY<s.scrollSensitivity?i.scrollParent[0].scrollTop=n=i.scrollParent[0].scrollTop+s.scrollSpeed:e.pageY-i.overflowOffset.top<s.scrollSensitivity&&(i.scrollParent[0].scrollTop=n=i.scrollParent[0].scrollTop-s.scrollSpeed)),s.axis&&"y"===s.axis||(i.overflowOffset.left+i.scrollParent[0].offsetWidth-e.pageX<s.scrollSensitivity?i.scrollParent[0].scrollLeft=n=i.scrollParent[0].scrollLeft+s.scrollSpeed:e.pageX-i.overflowOffset.left<s.scrollSensitivity&&(i.scrollParent[0].scrollLeft=n=i.scrollParent[0].scrollLeft-s.scrollSpeed))):(s.axis&&"x"===s.axis||(e.pageY-t(document).scrollTop()<s.scrollSensitivity?n=t(document).scrollTop(t(document).scrollTop()-s.scrollSpeed):t(window).height()-(e.pageY-t(document).scrollTop())<s.scrollSensitivity&&(n=t(document).scrollTop(t(document).scrollTop()+s.scrollSpeed))),s.axis&&"y"===s.axis||(e.pageX-t(document).scrollLeft()<s.scrollSensitivity?n=t(document).scrollLeft(t(document).scrollLeft()-s.scrollSpeed):t(window).width()-(e.pageX-t(document).scrollLeft())<s.scrollSensitivity&&(n=t(document).scrollLeft(t(document).scrollLeft()+s.scrollSpeed)))),n!==!1&&t.ui.ddmanager&&!s.dropBehaviour&&t.ui.ddmanager.prepareOffsets(i,e)}}),t.ui.plugin.add("draggable","snap",{start:function(){var e=t(this).data("ui-draggable"),i=e.options;e.snapElements=[],t(i.snap.constructor!==String?i.snap.items||":data(ui-draggable)":i.snap).each(function(){var i=t(this),s=i.offset();this!==e.element[0]&&e.snapElements.push({item:this,width:i.outerWidth(),height:i.outerHeight(),top:s.top,left:s.left})})},drag:function(e,i){var s,n,o,a,r,h,l,c,u,d,p=t(this).data("ui-draggable"),f=p.options,g=f.snapTolerance,m=i.offset.left,v=m+p.helperProportions.width,_=i.offset.top,b=_+p.helperProportions.height;for(u=p.snapElements.length-1;u>=0;u--)r=p.snapElements[u].left,h=r+p.snapElements[u].width,l=p.snapElements[u].top,c=l+p.snapElements[u].height,m>r-g&&h+g>m&&_>l-g&&c+g>_||m>r-g&&h+g>m&&b>l-g&&c+g>b||v>r-g&&h+g>v&&_>l-g&&c+g>_||v>r-g&&h+g>v&&b>l-g&&c+g>b?("inner"!==f.snapMode&&(s=g>=Math.abs(l-b),n=g>=Math.abs(c-_),o=g>=Math.abs(r-v),a=g>=Math.abs(h-m),s&&(i.position.top=p._convertPositionTo("relative",{top:l-p.helperProportions.height,left:0}).top-p.margins.top),n&&(i.position.top=p._convertPositionTo("relative",{top:c,left:0}).top-p.margins.top),o&&(i.position.left=p._convertPositionTo("relative",{top:0,left:r-p.helperProportions.width}).left-p.margins.left),a&&(i.position.left=p._convertPositionTo("relative",{top:0,left:h}).left-p.margins.left)),d=s||n||o||a,"outer"!==f.snapMode&&(s=g>=Math.abs(l-_),n=g>=Math.abs(c-b),o=g>=Math.abs(r-m),a=g>=Math.abs(h-v),s&&(i.position.top=p._convertPositionTo("relative",{top:l,left:0}).top-p.margins.top),n&&(i.position.top=p._convertPositionTo("relative",{top:c-p.helperProportions.height,left:0}).top-p.margins.top),o&&(i.position.left=p._convertPositionTo("relative",{top:0,left:r}).left-p.margins.left),a&&(i.position.left=p._convertPositionTo("relative",{top:0,left:h-p.helperProportions.width}).left-p.margins.left)),!p.snapElements[u].snapping&&(s||n||o||a||d)&&p.options.snap.snap&&p.options.snap.snap.call(p.element,e,t.extend(p._uiHash(),{snapItem:p.snapElements[u].item})),p.snapElements[u].snapping=s||n||o||a||d):(p.snapElements[u].snapping&&p.options.snap.release&&p.options.snap.release.call(p.element,e,t.extend(p._uiHash(),{snapItem:p.snapElements[u].item})),p.snapElements[u].snapping=!1)}}),t.ui.plugin.add("draggable","stack",{start:function(){var e,i=this.data("ui-draggable").options,s=t.makeArray(t(i.stack)).sort(function(e,i){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(i).css("zIndex"),10)||0)});s.length&&(e=parseInt(t(s[0]).css("zIndex"),10)||0,t(s).each(function(i){t(this).css("zIndex",e+i)}),this.css("zIndex",e+s.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,i){var s=t(i.helper),n=t(this).data("ui-draggable").options;s.css("zIndex")&&(n._zIndex=s.css("zIndex")),s.css("zIndex",n.zIndex)},stop:function(e,i){var s=t(this).data("ui-draggable").options;s._zIndex&&t(i.helper).css("zIndex",s._zIndex)}})}(jQuery),function(t){function e(t,e,i){return t>e&&e+i>t}t.widget("ui.droppable",{version:"1.10.2",widgetEventPrefix:"drop",options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e=this.options,i=e.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(i)?i:function(t){return t.is(i)},this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight},t.ui.ddmanager.droppables[e.scope]=t.ui.ddmanager.droppables[e.scope]||[],t.ui.ddmanager.droppables[e.scope].push(this),e.addClasses&&this.element.addClass("ui-droppable")
+},_destroy:function(){for(var e=0,i=t.ui.ddmanager.droppables[this.options.scope];i.length>e;e++)i[e]===this&&i.splice(e,1);this.element.removeClass("ui-droppable ui-droppable-disabled")},_setOption:function(e,i){"accept"===e&&(this.accept=t.isFunction(i)?i:function(t){return t.is(i)}),t.Widget.prototype._setOption.apply(this,arguments)},_activate:function(e){var i=t.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass),i&&this._trigger("activate",e,this.ui(i))},_deactivate:function(e){var i=t.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass),i&&this._trigger("deactivate",e,this.ui(i))},_over:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.addClass(this.options.hoverClass),this._trigger("over",e,this.ui(i)))},_out:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("out",e,this.ui(i)))},_drop:function(e,i){var s=i||t.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var e=t.data(this,"ui-droppable");return e.options.greedy&&!e.options.disabled&&e.options.scope===s.options.scope&&e.accept.call(e.element[0],s.currentItem||s.element)&&t.ui.intersect(s,t.extend(e,{offset:e.element.offset()}),e.options.tolerance)?(n=!0,!1):undefined}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this.options.activeClass&&this.element.removeClass(this.options.activeClass),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("drop",e,this.ui(s)),this.element):!1):!1},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}}}),t.ui.intersect=function(t,i,s){if(!i.offset)return!1;var n,o,a=(t.positionAbs||t.position.absolute).left,r=a+t.helperProportions.width,h=(t.positionAbs||t.position.absolute).top,l=h+t.helperProportions.height,c=i.offset.left,u=c+i.proportions.width,d=i.offset.top,p=d+i.proportions.height;switch(s){case"fit":return a>=c&&u>=r&&h>=d&&p>=l;case"intersect":return a+t.helperProportions.width/2>c&&u>r-t.helperProportions.width/2&&h+t.helperProportions.height/2>d&&p>l-t.helperProportions.height/2;case"pointer":return n=(t.positionAbs||t.position.absolute).left+(t.clickOffset||t.offset.click).left,o=(t.positionAbs||t.position.absolute).top+(t.clickOffset||t.offset.click).top,e(o,d,i.proportions.height)&&e(n,c,i.proportions.width);case"touch":return(h>=d&&p>=h||l>=d&&p>=l||d>h&&l>p)&&(a>=c&&u>=a||r>=c&&u>=r||c>a&&r>u);default:return!1}},t.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,i){var s,n,o=t.ui.ddmanager.droppables[e.options.scope]||[],a=i?i.type:null,r=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(s=0;o.length>s;s++)if(!(o[s].options.disabled||e&&!o[s].accept.call(o[s].element[0],e.currentItem||e.element))){for(n=0;r.length>n;n++)if(r[n]===o[s].element[0]){o[s].proportions.height=0;continue t}o[s].visible="none"!==o[s].element.css("display"),o[s].visible&&("mousedown"===a&&o[s]._activate.call(o[s],i),o[s].offset=o[s].element.offset(),o[s].proportions={width:o[s].element[0].offsetWidth,height:o[s].element[0].offsetHeight})}},drop:function(e,i){var s=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&t.ui.intersect(e,this,this.options.tolerance)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(e,i){e.element.parentsUntil("body").bind("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)})},drag:function(e,i){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,i),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,o,a=t.ui.intersect(e,this,this.options.tolerance),r=!a&&this.isover?"isout":a&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,o=this.element.parents(":data(ui-droppable)").filter(function(){return t.data(this,"ui-droppable").options.scope===n}),o.length&&(s=t.data(o[0],"ui-droppable"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(e,i){e.element.parentsUntil("body").unbind("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)}}}(jQuery),function(t){function e(t){return parseInt(t,10)||0}function i(t){return!isNaN(parseInt(t,10))}t.widget("ui.resizable",t.ui.mouse,{version:"1.10.2",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_create:function(){var e,i,s,n,o,a=this,r=this.options;if(this.element.addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!r.aspectRatio,aspectRatio:r.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:r.helper||r.ghost||r.animate?r.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(t("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.data("ui-resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=r.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),e=this.handles.split(","),this.handles={},i=0;e.length>i;i++)s=t.trim(e[i]),o="ui-resizable-"+s,n=t("<div class='ui-resizable-handle "+o+"'></div>"),n.css({zIndex:r.zIndex}),"se"===s&&n.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[s]=".ui-resizable-"+s,this.element.append(n);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String&&(this.handles[i]=t(this.handles[i],this.element).show()),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),t(this.handles[i]).length},this._renderAxis(this.element),this._handles=t(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){a.resizing||(this.className&&(n=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),a.axis=n&&n[1]?n[1]:"se")}),r.autoHide&&(this._handles.hide(),t(this.element).addClass("ui-resizable-autohide").mouseenter(function(){r.disabled||(t(this).removeClass("ui-resizable-autohide"),a._handles.show())}).mouseleave(function(){r.disabled||a.resizing||(t(this).addClass("ui-resizable-autohide"),a._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(i){var s,n,o,a=this.options,r=this.element.position(),h=this.element;return this.resizing=!0,/absolute/.test(h.css("position"))?h.css({position:"absolute",top:h.css("top"),left:h.css("left")}):h.is(".ui-draggable")&&h.css({position:"absolute",top:r.top,left:r.left}),this._renderProxy(),s=e(this.helper.css("left")),n=e(this.helper.css("top")),a.containment&&(s+=t(a.containment).scrollLeft()||0,n+=t(a.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:s,top:n},this.size=this._helper?{width:h.outerWidth(),height:h.outerHeight()}:{width:h.width(),height:h.height()},this.originalSize=this._helper?{width:h.outerWidth(),height:h.outerHeight()}:{width:h.width(),height:h.height()},this.originalPosition={left:s,top:n},this.sizeDiff={width:h.outerWidth()-h.width(),height:h.outerHeight()-h.height()},this.originalMousePosition={left:i.pageX,top:i.pageY},this.aspectRatio="number"==typeof a.aspectRatio?a.aspectRatio:this.originalSize.width/this.originalSize.height||1,o=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===o?this.axis+"-resize":o),h.addClass("ui-resizable-resizing"),this._propagate("start",i),!0},_mouseDrag:function(e){var i,s=this.helper,n={},o=this.originalMousePosition,a=this.axis,r=this.position.top,h=this.position.left,l=this.size.width,c=this.size.height,u=e.pageX-o.left||0,d=e.pageY-o.top||0,p=this._change[a];return p?(i=p.apply(this,[e,u,d]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),this.position.top!==r&&(n.top=this.position.top+"px"),this.position.left!==h&&(n.left=this.position.left+"px"),this.size.width!==l&&(n.width=this.size.width+"px"),this.size.height!==c&&(n.height=this.size.height+"px"),s.css(n),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(n)||this._trigger("resize",e,this.ui()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&t.ui.hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null,h=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updateVirtualBoundaries:function(t){var e,s,n,o,a,r=this.options;a={minWidth:i(r.minWidth)?r.minWidth:0,maxWidth:i(r.maxWidth)?r.maxWidth:1/0,minHeight:i(r.minHeight)?r.minHeight:0,maxHeight:i(r.maxHeight)?r.maxHeight:1/0},(this._aspectRatio||t)&&(e=a.minHeight*this.aspectRatio,n=a.minWidth/this.aspectRatio,s=a.maxHeight*this.aspectRatio,o=a.maxWidth/this.aspectRatio,e>a.minWidth&&(a.minWidth=e),n>a.minHeight&&(a.minHeight=n),a.maxWidth>s&&(a.maxWidth=s),a.maxHeight>o&&(a.maxHeight=o)),this._vBoundaries=a},_updateCache:function(t){this.offset=this.helper.offset(),i(t.left)&&(this.position.left=t.left),i(t.top)&&(this.position.top=t.top),i(t.height)&&(this.size.height=t.height),i(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,s=this.size,n=this.axis;return i(t.height)?t.width=t.height*this.aspectRatio:i(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===n&&(t.left=e.left+(s.width-t.width),t.top=null),"nw"===n&&(t.top=e.top+(s.height-t.height),t.left=e.left+(s.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,s=this.axis,n=i(t.width)&&e.maxWidth&&e.maxWidth<t.width,o=i(t.height)&&e.maxHeight&&e.maxHeight<t.height,a=i(t.width)&&e.minWidth&&e.minWidth>t.width,r=i(t.height)&&e.minHeight&&e.minHeight>t.height,h=this.originalPosition.left+this.originalSize.width,l=this.position.top+this.size.height,c=/sw|nw|w/.test(s),u=/nw|ne|n/.test(s);return a&&(t.width=e.minWidth),r&&(t.height=e.minHeight),n&&(t.width=e.maxWidth),o&&(t.height=e.maxHeight),a&&c&&(t.left=h-e.minWidth),n&&c&&(t.left=h-e.maxWidth),r&&u&&(t.top=l-e.minHeight),o&&u&&(t.top=l-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_proportionallyResize:function(){if(this._proportionallyResizeElements.length){var t,e,i,s,n,o=this.helper||this.element;for(t=0;this._proportionallyResizeElements.length>t;t++){if(n=this._proportionallyResizeElements[t],!this.borderDif)for(this.borderDif=[],i=[n.css("borderTopWidth"),n.css("borderRightWidth"),n.css("borderBottomWidth"),n.css("borderLeftWidth")],s=[n.css("paddingTop"),n.css("paddingRight"),n.css("paddingBottom"),n.css("paddingLeft")],e=0;i.length>e;e++)this.borderDif[e]=(parseInt(i[e],10)||0)+(parseInt(s[e],10)||0);n.css({height:o.height()-this.borderDif[0]-this.borderDif[2]||0,width:o.width()-this.borderDif[1]-this.borderDif[3]||0})}}},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("<div style='overflow:hidden;'></div>"),this.helper.addClass(this._helper).css({width:this.element.outerWidth()-1,height:this.element.outerHeight()-1,position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).data("ui-resizable"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&t.ui.hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseInt(i.element.css("left"),10)+(i.position.left-i.originalPosition.left)||null,c=parseInt(i.element.css("top"),10)+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseInt(i.element.css("width"),10),height:parseInt(i.element.css("height"),10),top:parseInt(i.element.css("top"),10),left:parseInt(i.element.css("left"),10)};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var i,s,n,o,a,r,h,l=t(this).data("ui-resizable"),c=l.options,u=l.element,d=c.containment,p=d instanceof t?d.get(0):/parent/.test(d)?u.parent().get(0):d;p&&(l.containerElement=t(p),/document/.test(d)||d===document?(l.containerOffset={left:0,top:0},l.containerPosition={left:0,top:0},l.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(i=t(p),s=[],t(["Top","Right","Left","Bottom"]).each(function(t,n){s[t]=e(i.css("padding"+n))}),l.containerOffset=i.offset(),l.containerPosition=i.position(),l.containerSize={height:i.innerHeight()-s[3],width:i.innerWidth()-s[1]},n=l.containerOffset,o=l.containerSize.height,a=l.containerSize.width,r=t.ui.hasScroll(p,"left")?p.scrollWidth:a,h=t.ui.hasScroll(p)?p.scrollHeight:o,l.parentData={element:p,left:n.left,top:n.top,width:r,height:h}))},resize:function(e){var i,s,n,o,a=t(this).data("ui-resizable"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio),a.position.top=a._helper?h.top:0),a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top,i=Math.abs((a._helper?a.offset.left-u.left:a.offset.left-u.left)+a.sizeDiff.width),s=Math.abs((a._helper?a.offset.top-u.top:a.offset.top-h.top)+a.sizeDiff.height),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o&&(i-=a.parentData.left),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio))},stop:function(){var e=t(this).data("ui-resizable"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).data("ui-resizable"),i=e.options,s=function(e){t(e).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseInt(e.width(),10),height:parseInt(e.height(),10),left:parseInt(e.css("left"),10),top:parseInt(e.css("top"),10)})})};"object"!=typeof i.alsoResize||i.alsoResize.parentNode?s(i.alsoResize):i.alsoResize.length?(i.alsoResize=i.alsoResize[0],s(i.alsoResize)):t.each(i.alsoResize,function(t){s(t)})},resize:function(e,i){var s=t(this).data("ui-resizable"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0},h=function(e,s){t(e).each(function(){var e=t(this),n=t(this).data("ui-resizable-alsoresize"),o={},a=s&&s.length?s:e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(a,function(t,e){var i=(n[e]||0)+(r[e]||0);i&&i>=0&&(o[e]=i||null)}),e.css(o)})};"object"!=typeof n.alsoResize||n.alsoResize.nodeType?h(n.alsoResize):t.each(n.alsoResize,function(t,e){h(t,e)})},stop:function(){t(this).removeData("resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).data("ui-resizable"),i=e.options,s=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:s.height,width:s.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass("string"==typeof i.ghost?i.ghost:""),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).data("ui-resizable");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).data("ui-resizable");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e=t(this).data("ui-resizable"),i=e.options,s=e.size,n=e.originalSize,o=e.originalPosition,a=e.axis,r="number"==typeof i.grid?[i.grid,i.grid]:i.grid,h=r[0]||1,l=r[1]||1,c=Math.round((s.width-n.width)/h)*h,u=Math.round((s.height-n.height)/l)*l,d=n.width+c,p=n.height+u,f=i.maxWidth&&d>i.maxWidth,g=i.maxHeight&&p>i.maxHeight,m=i.minWidth&&i.minWidth>d,v=i.minHeight&&i.minHeight>p;i.grid=r,m&&(d+=h),v&&(p+=l),f&&(d-=h),g&&(p-=l),/^(se|s|e)$/.test(a)?(e.size.width=d,e.size.height=p):/^(ne)$/.test(a)?(e.size.width=d,e.size.height=p,e.position.top=o.top-u):/^(sw)$/.test(a)?(e.size.width=d,e.size.height=p,e.position.left=o.left-c):(e.size.width=d,e.size.height=p,e.position.top=o.top-u,e.position.left=o.left-c)}})}(jQuery),function(t){t.widget("ui.selectable",t.ui.mouse,{version:"1.10.2",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e,i=this;this.element.addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e=t(i.options.filter,i.element[0]),e.addClass("ui-selectee"),e.each(function(){var e=t(this),i=e.offset();t.data(this,"selectable-item",{element:this,$element:e,left:i.left,top:i.top,right:i.left+e.outerWidth(),bottom:i.top+e.outerHeight(),startselected:!1,selected:e.hasClass("ui-selected"),selecting:e.hasClass("ui-selecting"),unselecting:e.hasClass("ui-unselecting")})})},this.refresh(),this.selectees=e.addClass("ui-selectee"),this._mouseInit(),this.helper=t("<div class='ui-selectable-helper'></div>")},_destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"),this.element.removeClass("ui-selectable ui-selectable-disabled"),this._mouseDestroy()},_mouseStart:function(e){var i=this,s=this.options;this.opos=[e.pageX,e.pageY],this.options.disabled||(this.selectees=t(s.filter,this.element[0]),this._trigger("start",e),t(s.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=t.data(this,"selectable-item");s.startselected=!0,e.metaKey||e.ctrlKey||(s.$element.removeClass("ui-selected"),s.selected=!1,s.$element.addClass("ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",e,{unselecting:s.element}))}),t(e.target).parents().addBack().each(function(){var s,n=t.data(this,"selectable-item");return n?(s=!e.metaKey&&!e.ctrlKey||!n.$element.hasClass("ui-selected"),n.$element.removeClass(s?"ui-unselecting":"ui-selected").addClass(s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",e,{selecting:n.element}):i._trigger("unselecting",e,{unselecting:n.element}),!1):undefined}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,o=this.opos[0],a=this.opos[1],r=e.pageX,h=e.pageY;return o>r&&(i=r,r=o,o=i),a>h&&(i=h,h=a,a=i),this.helper.css({left:o,top:a,width:r-o,height:h-a}),this.selectees.each(function(){var i=t.data(this,"selectable-item"),l=!1;i&&i.element!==s.element[0]&&("touch"===n.tolerance?l=!(i.left>r||o>i.right||i.top>h||a>i.bottom):"fit"===n.tolerance&&(l=i.left>o&&r>i.right&&i.top>a&&h>i.bottom),l?(i.selected&&(i.$element.removeClass("ui-selected"),i.selected=!1),i.unselecting&&(i.$element.removeClass("ui-unselecting"),i.unselecting=!1),i.selecting||(i.$element.addClass("ui-selecting"),i.selecting=!0,s._trigger("selecting",e,{selecting:i.element}))):(i.selecting&&((e.metaKey||e.ctrlKey)&&i.startselected?(i.$element.removeClass("ui-selecting"),i.selecting=!1,i.$element.addClass("ui-selected"),i.selected=!0):(i.$element.removeClass("ui-selecting"),i.selecting=!1,i.startselected&&(i.$element.addClass("ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",e,{unselecting:i.element}))),i.selected&&(e.metaKey||e.ctrlKey||i.startselected||(i.$element.removeClass("ui-selected"),i.selected=!1,i.$element.addClass("ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",e,{unselecting:i.element})))))}),!1}},_mouseStop:function(e){var i=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");s.$element.removeClass("ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",e,{unselected:s.element})}),t(".ui-selecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");s.$element.removeClass("ui-selecting").addClass("ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",e,{selected:s.element})}),this._trigger("stop",e),this.helper.remove(),!1}})}(jQuery),function(t){function e(t,e,i){return t>e&&e+i>t}function i(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("display"))}t.widget("ui.sortable",t.ui.mouse,{version:"1.10.2",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_create:function(){var t=this.options;this.containerCache={},this.element.addClass("ui-sortable"),this.refresh(),this.floating=this.items.length?"x"===t.axis||i(this.items[0].item):!1,this.offset=this.element.offset(),this._mouseInit(),this.ready=!0},_destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled"),this._mouseDestroy();for(var t=this.items.length-1;t>=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_setOption:function(e,i){"disabled"===e?(this.options[e]=i,this.widget().toggleClass("ui-sortable-disabled",!!i)):t.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(e,i){var s=null,n=!1,o=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(e),t(e.target).parents().each(function(){return t.data(this,o.widgetName+"-item")===o?(s=t(this),!1):undefined}),t.data(e.target,o.widgetName+"-item")===o&&(s=t(e.target)),s?!this.options.handle||i||(t(this.options.handle,s).find("*").addBack().each(function(){this===e.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(e,i,s){var n,o,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",a.cursor),this.storedStylesheet=t("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(o)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),this.scrollParent[0]!==document&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this.helper.addClass("ui-sortable-helper"),this._mouseDrag(e),!0},_mouseDrag:function(e){var i,s,n,o,a=this.options,r=!1;for(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==document&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<a.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+a.scrollSpeed:e.pageY-this.overflowOffset.top<a.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-a.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<a.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+a.scrollSpeed:e.pageX-this.overflowOffset.left<a.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-a.scrollSpeed)):(e.pageY-t(document).scrollTop()<a.scrollSensitivity?r=t(document).scrollTop(t(document).scrollTop()-a.scrollSpeed):t(window).height()-(e.pageY-t(document).scrollTop())<a.scrollSensitivity&&(r=t(document).scrollTop(t(document).scrollTop()+a.scrollSpeed)),e.pageX-t(document).scrollLeft()<a.scrollSensitivity?r=t(document).scrollLeft(t(document).scrollLeft()-a.scrollSpeed):t(window).width()-(e.pageX-t(document).scrollLeft())<a.scrollSensitivity&&(r=t(document).scrollLeft(t(document).scrollLeft()+a.scrollSpeed))),r!==!1&&t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],o=this._intersectsWithPointer(s),o&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===o?"next":"prev"]()[0]!==n&&!t.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!t.contains(this.element[0],n):!0)){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;
+this._rearrange(e,s),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,i){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var s=this,n=this.placeholder.offset(),o=this.options.axis,a={};o&&"x"!==o||(a.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(a.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){s._clear(e)})}else this._clear(e,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp({target:null}),"original"===this.options.helper?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},t(i).each(function(){var i=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);i&&s.push((e.key||i[1]+"[]")+"="+(e.key&&e.expression?i[1]:i[2]))}),!s.length&&e.key&&s.push(e.key+"="),s.join("&")},toArray:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},i.each(function(){s.push(t(e.item||this).attr(e.attribute||"id")||"")}),s},_intersectsWith:function(t){var e=this.positionAbs.left,i=e+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,o=t.left,a=o+t.width,r=t.top,h=r+t.height,l=this.offset.click.top,c=this.offset.click.left,u=s+l>r&&h>s+l&&e+c>o&&a>e+c;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>t[this.floating?"width":"height"]?u:e+this.helperProportions.width/2>o&&a>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(t){var i="x"===this.options.axis||e(this.positionAbs.top+this.offset.click.top,t.top,t.height),s="y"===this.options.axis||e(this.positionAbs.left+this.offset.click.left,t.left,t.width),n=i&&s,o=this._getDragVerticalDirection(),a=this._getDragHorizontalDirection();return n?this.floating?a&&"right"===a||"down"===o?2:1:o&&("down"===o?2:1):!1},_intersectsWithSides:function(t){var i=e(this.positionAbs.top+this.offset.click.top,t.top+t.height/2,t.height),s=e(this.positionAbs.left+this.offset.click.left,t.left+t.width/2,t.width),n=this._getDragVerticalDirection(),o=this._getDragHorizontalDirection();return this.floating&&o?"right"===o&&s||"left"===o&&!s:n&&("down"===n&&i||"up"===n&&!i)},_getDragVerticalDirection:function(){var t=this.positionAbs.top-this.lastPositionAbs.top;return 0!==t&&(t>0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){var i,s,n,o,a=[],r=[],h=this._connectWith();if(h&&e)for(i=h.length-1;i>=0;i--)for(n=t(h[i]),s=n.length-1;s>=0;s--)o=t.data(n[s],this.widgetFullName),o&&o!==this&&!o.options.disabled&&r.push([t.isFunction(o.options.items)?o.options.items.call(o.element):t(o.options.items,o.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),o]);for(r.push([t.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),i=r.length-1;i>=0;i--)r[i][0].each(function(){a.push(this)});return t(a)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,function(t){for(var i=0;e.length>i;i++)if(e[i]===t.item[0])return!1;return!0})},_refreshItems:function(e){this.items=[],this.containers=[this];var i,s,n,o,a,r,h,l,c=this.items,u=[[t.isFunction(this.options.items)?this.options.items.call(this.element[0],e,{item:this.currentItem}):t(this.options.items,this.element),this]],d=this._connectWith();if(d&&this.ready)for(i=d.length-1;i>=0;i--)for(n=t(d[i]),s=n.length-1;s>=0;s--)o=t.data(n[s],this.widgetFullName),o&&o!==this&&!o.options.disabled&&(u.push([t.isFunction(o.options.items)?o.options.items.call(o.element[0],e,{item:this.currentItem}):t(o.options.items,o.element),o]),this.containers.push(o));for(i=u.length-1;i>=0;i--)for(a=u[i][1],r=u[i][0],s=0,l=r.length;l>s;s++)h=t(r[s]),h.data(this.widgetName+"-item",a),c.push({item:h,instance:a,width:0,height:0,left:0,top:0})},refreshPositions:function(e){this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,o;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?t(this.options.toleranceElement,s.item):s.item,e||(s.width=n.outerWidth(),s.height=n.outerHeight()),o=n.offset(),s.left=o.left,s.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)o=this.containers[i].element.offset(),this.containers[i].containerCache.left=o.left,this.containers[i].containerCache.top=o.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(e){e=e||this;var i,s=e.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=e.currentItem[0].nodeName.toLowerCase(),n=t(e.document[0].createElement(s)).addClass(i||e.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper");return"tr"===s?n.append("<td colspan='99'>&#160;</td>"):"img"===s&&n.attr("src",e.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(t,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(s.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),s.placeholder.update(e,e.placeholder)},_contactContainers:function(s){var n,o,a,r,h,l,c,u,d,p,f=null,g=null;for(n=this.containers.length-1;n>=0;n--)if(!t.contains(this.currentItem[0],this.containers[n].element[0]))if(this._intersectsWith(this.containers[n].containerCache)){if(f&&t.contains(this.containers[n].element[0],f.element[0]))continue;f=this.containers[n],g=n}else this.containers[n].containerCache.over&&(this.containers[n]._trigger("out",s,this._uiHash(this)),this.containers[n].containerCache.over=0);if(f)if(1===this.containers.length)this.containers[g].containerCache.over||(this.containers[g]._trigger("over",s,this._uiHash(this)),this.containers[g].containerCache.over=1);else{for(a=1e4,r=null,p=f.floating||i(this.currentItem),h=p?"left":"top",l=p?"width":"height",c=this.positionAbs[h]+this.offset.click[h],o=this.items.length-1;o>=0;o--)t.contains(this.containers[g].element[0],this.items[o].item[0])&&this.items[o].item[0]!==this.currentItem[0]&&(!p||e(this.positionAbs.top+this.offset.click.top,this.items[o].top,this.items[o].height))&&(u=this.items[o].item.offset()[h],d=!1,Math.abs(u-c)>Math.abs(u+this.items[o][l]-c)&&(d=!0,u+=this.items[o][l]),a>Math.abs(u-c)&&(a=Math.abs(u-c),r=this.items[o],this.direction=d?"up":"down"));if(!r&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[g])return;r?this._rearrange(s,r,null,!0):this._rearrange(s,null,this.containers[g].element,!0),this._trigger("change",s,this._uiHash()),this.containers[g]._trigger("change",s,this._uiHash(this)),this.currentContainer=this.containers[g],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[g]._trigger("over",s,this._uiHash(this)),this.containers[g].containerCache.over=1}},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper)?t(i.helper.apply(this.element[0],[e,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||t("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===document.body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var t=this.currentItem.position();return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:t.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,t("document"===n.containment?document:window).width()-this.helperProportions.width-this.margins.left,(t("document"===n.containment?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(e=t(n.containment)[0],i=t(n.containment).offset(),s="hidden"!==t(e).css("overflow"),this.containment=[i.left+(parseInt(t(e).css("borderLeftWidth"),10)||0)+(parseInt(t(e).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(t(e).css("borderTopWidth"),10)||0)+(parseInt(t(e).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(t(e).css("borderLeftWidth"),10)||0)-(parseInt(t(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(t(e).css("borderTopWidth"),10)||0)-(parseInt(t(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(e,i){i||(i=this.position);var s="absolute"===e?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())*s}},_generatePosition:function(e){var i,s,n=this.options,o=e.pageX,a=e.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==document&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==document&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(e.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),e.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),e.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/n.grid[1])*n.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((o-this.originalPageX)/n.grid[0])*n.grid[0],o=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(t,e,i,s){i?i[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(t,e){this.reverting=!1;var i,s=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(i in this._storedCSS)("auto"===this._storedCSS[i]||"static"===this._storedCSS[i])&&(this._storedCSS[i]="");this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!e&&s.push(function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||s.push(function(t){this._trigger("update",t,this._uiHash())}),this!==this.currentContainer&&(e||(s.push(function(t){this._trigger("remove",t,this._uiHash())}),s.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),s.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),i=this.containers.length-1;i>=0;i--)e||s.push(function(t){return function(e){t._trigger("deactivate",e,this._uiHash(this))}}.call(this,this.containers[i])),this.containers[i].containerCache.over&&(s.push(function(t){return function(e){t._trigger("out",e,this._uiHash(this))}}.call(this,this.containers[i])),this.containers[i].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,this.cancelHelperRemoval){if(!e){for(this._trigger("beforeStop",t,this._uiHash()),i=0;s.length>i;i++)s[i].call(this,t);this._trigger("stop",t,this._uiHash())}return this.fromOutside=!1,!1}if(e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null,!e){for(i=0;s.length>i;i++)s[i].call(this,t);this._trigger("stop",t,this._uiHash())}return this.fromOutside=!1,!0},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var i=e||this;return{helper:i.helper,placeholder:i.placeholder||t([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:e?e.element:null}}})}(jQuery),function(t,e){var i="ui-effects-";t.effects={effect:{}},function(t,e){function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0:t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(t,o){var a,r=o.re.exec(i),h=r&&o.parse(r),l=o.space||"rgba";return h?(a=s[l](h),s[c[l].cache]=a[c[l].cache],n=s._rgba=a._rgba,!1):e}),n.length?("0,0,0,0"===n.join()&&t.extend(n,o.transparent),s):o[i]}function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var o,a="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Color=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=t("<p>")[0],f=t.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(c,function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn=t.extend(l.prototype,{parse:function(n,a,r,h){if(n===e)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=t(n).css(a),a=e);var u=this,d=t.type(n),p=this._rgba=[];return a!==e&&(n=[n,a,r,h],d="array"),"string"===d?this.parse(s(n)||o._default):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){var o=s.cache;f(s.props,function(t,e){if(!u[o]&&s.to){if("alpha"===t||null==n[t])return;u[o]=s.to(u._rgba)}u[o][e.idx]=i(n[t],e,!0)}),u[o]&&0>t.inArray(null,u[o].slice(0,3))&&(u[o][3]=1,s.from&&(u._rgba=s.from(u[o])))}),this):e},is:function(t){var i=l(t),s=!0,n=this;return f(c,function(t,o){var a,r=i[o.cache];return r&&(a=n[o.cache]||o.to&&o.to(n._rgba)||[],f(o.props,function(t,i){return null!=r[i.idx]?s=r[i.idx]===a[i.idx]:e})),s}),s},_space:function(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._space(),o=c[n],a=0===this.alpha()?l("transparent"):this,r=a[o.cache]||o.to(a._rgba),h=r.slice();return s=s[o.cache],f(o.props,function(t,n){var o=n.idx,a=r[o],l=s[o],c=u[n.type]||{};null!==l&&(null===a?h[o]=l:(c.mod&&(l-a>c.mod/2?a+=c.mod:a-l>c.mod/2&&(a-=c.mod)),h[o]=i((l-a)*e+a,n)))}),this[n](h)},blend:function(e){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,function(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e="hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,function(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,i,s=t[0]/255,n=t[1]/255,o=t[2]/255,a=t[3],r=Math.max(s,n,o),h=Math.min(s,n,o),l=r-h,c=r+h,u=.5*c;return e=h===r?0:s===r?60*(n-o)/l+360:n===r?60*(o-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==a?1:a]},c.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],o=t[3],a=.5>=s?s*(1+i):s+i-s*i,r=2*s-a;return[Math.round(255*n(r,a,e+1/3)),Math.round(255*n(r,a,e)),Math.round(255*n(r,a,e-1/3)),o]},f(c,function(s,n){var o=n.props,a=n.cache,h=n.to,c=n.from;l.fn[s]=function(s){if(h&&!this[a]&&(this[a]=h(this._rgba)),s===e)return this[a].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:arguments,d=this[a].slice();return f(o,function(t,e){var s=u["object"===r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)),n[a]=d,n):l(d)},f(o,function(e,i){l.fn[e]||(l.fn[e]=function(n){var o,a=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=this[h](),c=l[i.idx];return"undefined"===a?c:("function"===a&&(n=n.call(this,c),a=t.type(n)),null==n&&i.empty?this:("string"===a&&(o=r.exec(n),o&&(n=c+parseFloat(o[2])*("+"===o[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f(i,function(e,i){t.cssHooks[i]={set:function(e,n){var o,a,r="";if("transparent"!==n&&("string"!==t.type(n)||(o=s(n)))){if(n=l(o||n),!d.rgba&&1!==n._rgba[3]){for(a="backgroundColor"===i?e.parentNode:e;(""===r||"transparent"===r)&&a&&a.style;)try{r=t.css(a,"backgroundColor"),a=a.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catch(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.start.transition(e.end,e.pos))}})},l.hook(a),t.cssHooks.borderColor={expand:function(t){var e={};return f(["Top","Right","Bottom","Left"],function(i,s){e["border"+s+"Color"]=t}),e}},o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(jQuery),function(){function i(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,o={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(o[t.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(o[i]=n[i]);return o}function s(e,i){var s,n,a={};for(s in i)n=i[s],e[s]!==n&&(o[s]||(t.fx.step[s]||!isNaN(parseFloat(n)))&&(a[s]=n));return a}var n=["add","remove","toggle"],o={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(jQuery.style(t.elem,i,t.end),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(e,o,a,r){var h=t.speed(o,a,r);return this.queue(function(){var o,a=t(this),r=a.attr("class")||"",l=h.children?a.find("*").addBack():a;l=l.map(function(){var e=t(this);return{el:e,start:i(this)}}),o=function(){t.each(n,function(t,i){e[i]&&a[i+"Class"](e[i])})},o(),l=l.map(function(){return this.end=i(this.el[0]),this.diff=s(this.start,this.end),this}),a.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred(),s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});return this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,l.get()).done(function(){o(),t.each(arguments,function(){var e=this.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.call(a[0])})})},t.fn.extend({addClass:function(e){return function(i,s,n,o){return s?t.effects.animateClass.call(this,{add:i},s,n,o):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(i,s,n,o){return arguments.length>1?t.effects.animateClass.call(this,{remove:i},s,n,o):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(i){return function(s,n,o,a,r){return"boolean"==typeof n||n===e?o?t.effects.animateClass.call(this,n?{add:s}:{remove:s},o,a,r):i.apply(this,arguments):t.effects.animateClass.call(this,{toggle:s},n,o,a)}}(t.fn.toggleClass),switchClass:function(e,i,s,n,o){return t.effects.animateClass.call(this,{add:i,remove:e},s,n,o)}})}(),function(){function s(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effect:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.speeds._default,e.complete=n||i.complete,e}function n(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effects.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1:!0:!0}t.extend(t.effects,{version:"1.10.2",save:function(t,e){for(var s=0;e.length>s;s++)null!==e[s]&&t.data(i+e[s],t[0].style[e[s]])},restore:function(t,s){var n,o;for(o=0;s.length>o;o++)null!==s[o]&&(n=t.data(i+s[o]),n===e&&(n=""),t.css(s[o],n))},setMode:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"hide"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return{x:s,y:i}},createWrapper:function(e){if(e.parent().is(".ui-effects-wrapper"))return e.parent();var i={width:e.outerWidth(!0),height:e.outerHeight(!0),"float":e.css("float")},s=t("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:e.width(),height:e.height()},o=document.activeElement;try{o.id}catch(a){o=document.body}return e.wrap(s),(e[0]===o||t.contains(e[0],o))&&t(o).focus(),s=e.parent(),"static"===e.css("position")?(s.css({position:"relative"}),e.css({position:"relative"})):(t.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.css(i).show()},removeWrapper:function(e){var i=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).focus()),e},setTransition:function(e,i,s,n){return n=n||{},t.each(i,function(t,i){var o=e.cssUnit(i);o[0]>0&&(n[i]=o[0]*s+o[1])}),n}}),t.fn.extend({effect:function(){function e(e){function s(){t.isFunction(o)&&o.call(n[0]),t.isFunction(e)&&e()}var n=t(this),o=i.complete,r=i.mode;(n.is(":hidden")?"hide"===r:"show"===r)?(n[r](),s()):a.call(n[0],i,s)}var i=s.apply(this,arguments),n=i.mode,o=i.queue,a=t.effects.effect[i.effect];return t.fx.off||!a?n?this[n](i.duration,i.complete):this.each(function(){i.complete&&i.complete.call(this)}):o===!1?this.each(e):this.queue(o||"fx",e)},show:function(t){return function(e){if(n(e))return t.apply(this,arguments);var i=s.apply(this,arguments);return i.mode="show",this.effect.call(this,i)}}(t.fn.show),hide:function(t){return function(e){if(n(e))return t.apply(this,arguments);var i=s.apply(this,arguments);return i.mode="hide",this.effect.call(this,i)}}(t.fn.hide),toggle:function(t){return function(e){if(n(e)||"boolean"==typeof e)return t.apply(this,arguments);var i=s.apply(this,arguments);return i.mode="toggle",this.effect.call(this,i)}}(t.fn.toggle),cssUnit:function(e){var i=this.css(e),s=[];return t.each(["em","px","%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])}),s}})}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2)}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,function(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(t){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5>t?i(2*t)/2:1-i(-2*t+2)/2}})}()}(jQuery),function(t){var e=0,i={},s={};i.height=i.paddingTop=i.paddingBottom=i.borderTopWidth=i.borderBottomWidth="hide",s.height=s.paddingTop=s.paddingBottom=s.borderTopWidth=s.borderBottomWidth="show",t.widget("ui.accordion",{version:"1.10.2",options:{active:0,animate:{},collapsible:!1,event:"click",header:"> li > :first-child,> :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this.element.addClass("ui-accordion ui-widget ui-helper-reset").attr("role","tablist"),e.collapsible||e.active!==!1&&null!=e.active||(e.active=0),this._processPanels(),0>e.active&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t(),content:this.active.length?this.active.next():t()}},_createIcons:function(){var e=this.options.icons;e&&(t("<span>").addClass("ui-accordion-header-icon ui-icon "+e.header).prependTo(this.headers),this.active.children(".ui-accordion-header-icon").removeClass(e.header).addClass(e.activeHeader),this.headers.addClass("ui-accordion-icons"))},_destroyIcons:function(){this.headers.removeClass("ui-accordion-icons").children(".ui-accordion-header-icon").remove()
+},_destroy:function(){var t;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role"),this.headers.removeClass("ui-accordion-header ui-accordion-header-active ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-selected").removeAttr("aria-controls").removeAttr("tabIndex").each(function(){/^ui-accordion/.test(this.id)&&this.removeAttribute("id")}),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-state-disabled").each(function(){/^ui-accordion/.test(this.id)&&this.removeAttribute("id")}),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){return"active"===t?(this._activate(e),undefined):("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||this.options.active!==!1||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons()),"disabled"===t&&this.headers.add(this.headers.next()).toggleClass("ui-state-disabled",!!e),undefined)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var i=t.ui.keyCode,s=this.headers.length,n=this.headers.index(e.target),o=!1;switch(e.keyCode){case i.RIGHT:case i.DOWN:o=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:o=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(e);break;case i.HOME:o=this.headers[0];break;case i.END:o=this.headers[s-1]}o&&(t(e.target).attr("tabIndex",-1),t(o).attr("tabIndex",0),o.focus(),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().focus()},refresh:function(){var e=this.options;this._processPanels(),(e.active===!1&&e.collapsible===!0||!this.headers.length)&&(e.active=!1,this.active=t()),e.active===!1?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){this.headers=this.element.find(this.options.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all"),this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").filter(":not(.ui-accordion-content-active)").hide()},_refresh:function(){var i,s=this.options,n=s.heightStyle,o=this.element.parent(),a=this.accordionId="ui-accordion-"+(this.element.attr("id")||++e);this.active=this._findActive(s.active).addClass("ui-accordion-header-active ui-state-active ui-corner-top").removeClass("ui-corner-all"),this.active.next().addClass("ui-accordion-content-active").show(),this.headers.attr("role","tab").each(function(e){var i=t(this),s=i.attr("id"),n=i.next(),o=n.attr("id");s||(s=a+"-header-"+e,i.attr("id",s)),o||(o=a+"-panel-"+e,n.attr("id",o)),i.attr("aria-controls",o),n.attr("aria-labelledby",s)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false",tabIndex:-1}).next().attr({"aria-expanded":"false","aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true",tabIndex:0}).next().attr({"aria-expanded":"true","aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(s.event),"fill"===n?(i=o.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.headers.each(function(){i-=t(this).outerHeight(!0)}),this.headers.next().each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===n&&(i=0,this.headers.next().each(function(){i=Math.max(i,t(this).css("height","").height())}).height(i))},_activate:function(e){var i=this._findActive(e)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var i={keydown:"_keydown"};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n[0]===s[0],a=o&&i.collapsible,r=a?t():n.next(),h=s.next(),l={oldHeader:s,oldPanel:h,newHeader:a?t():n,newPanel:r};e.preventDefault(),o&&!i.collapsible||this._trigger("beforeActivate",e,l)===!1||(i.active=a?!1:this.headers.index(n),this.active=o?t():n,this._toggle(l),s.removeClass("ui-accordion-header-active ui-state-active"),i.icons&&s.children(".ui-accordion-header-icon").removeClass(i.icons.activeHeader).addClass(i.icons.header),o||(n.removeClass("ui-corner-all").addClass("ui-accordion-header-active ui-state-active ui-corner-top"),i.icons&&n.children(".ui-accordion-header-icon").removeClass(i.icons.header).addClass(i.icons.activeHeader),n.next().addClass("ui-accordion-content-active")))},_toggle:function(e){var i=e.newPanel,s=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,e):(s.hide(),i.show(),this._toggleComplete(e)),s.attr({"aria-expanded":"false","aria-hidden":"true"}),s.prev().attr("aria-selected","false"),i.length&&s.length?s.prev().attr("tabIndex",-1):i.length&&this.headers.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),i.attr({"aria-expanded":"true","aria-hidden":"false"}).prev().attr({"aria-selected":"true",tabIndex:0})},_animate:function(t,e,n){var o,a,r,h=this,l=0,c=t.length&&(!e.length||t.index()<e.index()),u=this.options.animate||{},d=c&&u.down||u,p=function(){h._toggleComplete(n)};return"number"==typeof d&&(r=d),"string"==typeof d&&(a=d),a=a||d.easing||u.easing,r=r||d.duration||u.duration,e.length?t.length?(o=t.show().outerHeight(),e.animate(i,{duration:r,easing:a,step:function(t,e){e.now=Math.round(t)}}),t.hide().animate(s,{duration:r,easing:a,complete:p,step:function(t,i){i.now=Math.round(t),"height"!==i.prop?l+=i.now:"content"!==h.options.heightStyle&&(i.now=Math.round(o-e.outerHeight()-l),l=0)}}),undefined):e.animate(i,r,a,p):t.animate(s,r,a,p)},_toggleComplete:function(t){var e=t.oldPanel;e.removeClass("ui-accordion-content-active").prev().removeClass("ui-corner-top").addClass("ui-corner-all"),e.length&&(e.parent()[0].className=e.parent()[0].className),this._trigger("activate",null,t)}})}(jQuery),function(t){var e=0;t.widget("ui.autocomplete",{version:"1.10.2",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;this.isMultiLine=o?!0:a?!1:this.element.prop("isContentEditable"),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this.element.addClass("ui-autocomplete-input").attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,undefined;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:case o.NUMPAD_ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,s.preventDefault(),undefined;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),undefined):(this._searchTimeout(t),undefined)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,undefined):(clearTimeout(this.searching),this.close(t),this._change(t),undefined)}}),this._initSource(),this.menu=t("<ul>").addClass("ui-autocomplete ui-front").appendTo(this._appendTo()).menu({input:t(),role:null}).hide().data("ui-menu"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur});var i=this.menu.element[0];t(e.target).closest(".ui-menu-item").length||this._delay(function(){var e=this;this.document.one("mousedown",function(s){s.target===e.element[0]||s.target===i||t.contains(i,s.target)||e.close()})})},menufocus:function(e,i){if(this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type)))return this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),undefined;var s=i.item.data("ui-autocomplete-item");!1!==this._trigger("focus",e,{item:s})?e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(s.value):this.liveRegion.text(s.value)},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==this.document[0].activeElement&&(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=t("<span>",{role:"status","aria-live":"polite"}).addClass("ui-helper-hidden-accessible").insertAfter(this.element),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e||(e=this.element.closest(".ui-front")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){this.term!==this._value()&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length<this.options.minLength?this.close(e):this._trigger("search",e)!==!1?this._search(t):undefined},_search:function(t){this.pending++,this.element.addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:t},this._response())},_response:function(){var t=this,i=++e;return function(s){i===e&&t.__response(s),t.pending--,t.pending||t.element.removeClass("ui-autocomplete-loading")}},__response:function(t){t&&(t=this._normalize(t)),this._trigger("response",null,{content:t}),!this.options.disabled&&t&&t.length&&!this.cancelSearch?(this._suggest(t),this._trigger("open")):this._close()},close:function(t){this.cancelSearch=!0,this._close(t)},_close:function(t){this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",t))},_change:function(t){this.previous!==this._value()&&this._trigger("change",t,{item:this.selectedItem})},_normalize:function(e){return e.length&&e[0].label&&e[0].value?e:t.map(e,function(e){return"string"==typeof e?{label:e,value:e}:t.extend({label:e.label||e.value,value:e.value||e.label},e)})},_suggest:function(e){var i=this.menu.element.empty();this._renderMenu(i,e),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(t.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next()},_resizeMenu:function(){var t=this.menu.element;t.outerWidth(Math.max(t.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(e,i){var s=this;t.each(i,function(t,i){s._renderItemData(e,i)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-autocomplete-item",e)},_renderItem:function(e,i){return t("<li>").append(t("<a>").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this._value(this.term),this.menu.blur(),undefined):(this.menu[t](e),undefined):(this.search(null,e),undefined)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var e;this._superApply(arguments),this.options.disabled||this.cancelSearch||(e=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.text(e))}})}(jQuery),function(t){var e,i,s,n,o="ui-button ui-widget ui-state-default ui-corner-all",a="ui-state-hover ui-state-active ",r="ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only",h=function(){var e=t(this).find(":ui-button");setTimeout(function(){e.button("refresh")},1)},l=function(e){var i=e.name,s=e.form,n=t([]);return i&&(i=i.replace(/'/g,"\\'"),n=s?t(s).find("[name='"+i+"']"):t("[name='"+i+"']",e.ownerDocument).filter(function(){return!this.form})),n};t.widget("ui.button",{version:"1.10.2",defaultElement:"<button>",options:{disabled:null,text:!0,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset"+this.eventNamespace).bind("reset"+this.eventNamespace,h),"boolean"!=typeof this.options.disabled?this.options.disabled=!!this.element.prop("disabled"):this.element.prop("disabled",this.options.disabled),this._determineButtonType(),this.hasTitle=!!this.buttonElement.attr("title");var a=this,r=this.options,c="checkbox"===this.type||"radio"===this.type,u=c?"":"ui-state-active",d="ui-state-focus";null===r.label&&(r.label="input"===this.type?this.buttonElement.val():this.buttonElement.html()),this._hoverable(this.buttonElement),this.buttonElement.addClass(o).attr("role","button").bind("mouseenter"+this.eventNamespace,function(){r.disabled||this===e&&t(this).addClass("ui-state-active")}).bind("mouseleave"+this.eventNamespace,function(){r.disabled||t(this).removeClass(u)}).bind("click"+this.eventNamespace,function(t){r.disabled&&(t.preventDefault(),t.stopImmediatePropagation())}),this.element.bind("focus"+this.eventNamespace,function(){a.buttonElement.addClass(d)}).bind("blur"+this.eventNamespace,function(){a.buttonElement.removeClass(d)}),c&&(this.element.bind("change"+this.eventNamespace,function(){n||a.refresh()}),this.buttonElement.bind("mousedown"+this.eventNamespace,function(t){r.disabled||(n=!1,i=t.pageX,s=t.pageY)}).bind("mouseup"+this.eventNamespace,function(t){r.disabled||(i!==t.pageX||s!==t.pageY)&&(n=!0)})),"checkbox"===this.type?this.buttonElement.bind("click"+this.eventNamespace,function(){return r.disabled||n?!1:undefined}):"radio"===this.type?this.buttonElement.bind("click"+this.eventNamespace,function(){if(r.disabled||n)return!1;t(this).addClass("ui-state-active"),a.buttonElement.attr("aria-pressed","true");var e=a.element[0];l(e).not(e).map(function(){return t(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed","false")}):(this.buttonElement.bind("mousedown"+this.eventNamespace,function(){return r.disabled?!1:(t(this).addClass("ui-state-active"),e=this,a.document.one("mouseup",function(){e=null}),undefined)}).bind("mouseup"+this.eventNamespace,function(){return r.disabled?!1:(t(this).removeClass("ui-state-active"),undefined)}).bind("keydown"+this.eventNamespace,function(e){return r.disabled?!1:((e.keyCode===t.ui.keyCode.SPACE||e.keyCode===t.ui.keyCode.ENTER)&&t(this).addClass("ui-state-active"),undefined)}).bind("keyup"+this.eventNamespace+" blur"+this.eventNamespace,function(){t(this).removeClass("ui-state-active")}),this.buttonElement.is("a")&&this.buttonElement.keyup(function(e){e.keyCode===t.ui.keyCode.SPACE&&t(this).click()})),this._setOption("disabled",r.disabled),this._resetButton()},_determineButtonType:function(){var t,e,i;this.type=this.element.is("[type=checkbox]")?"checkbox":this.element.is("[type=radio]")?"radio":this.element.is("input")?"input":"button","checkbox"===this.type||"radio"===this.type?(t=this.element.parents().last(),e="label[for='"+this.element.attr("id")+"']",this.buttonElement=t.find(e),this.buttonElement.length||(t=t.length?t.siblings():this.element.siblings(),this.buttonElement=t.filter(e),this.buttonElement.length||(this.buttonElement=t.find(e))),this.element.addClass("ui-helper-hidden-accessible"),i=this.element.is(":checked"),i&&this.buttonElement.addClass("ui-state-active"),this.buttonElement.prop("aria-pressed",i)):this.buttonElement=this.element},widget:function(){return this.buttonElement},_destroy:function(){this.element.removeClass("ui-helper-hidden-accessible"),this.buttonElement.removeClass(o+" "+a+" "+r).removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html()),this.hasTitle||this.buttonElement.removeAttr("title")},_setOption:function(t,e){return this._super(t,e),"disabled"===t?(e?this.element.prop("disabled",!0):this.element.prop("disabled",!1),undefined):(this._resetButton(),undefined)},refresh:function(){var e=this.element.is("input, button")?this.element.is(":disabled"):this.element.hasClass("ui-button-disabled");e!==this.options.disabled&&this._setOption("disabled",e),"radio"===this.type?l(this.element[0]).each(function(){t(this).is(":checked")?t(this).button("widget").addClass("ui-state-active").attr("aria-pressed","true"):t(this).button("widget").removeClass("ui-state-active").attr("aria-pressed","false")}):"checkbox"===this.type&&(this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed","true"):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed","false"))},_resetButton:function(){if("input"===this.type)return this.options.label&&this.element.val(this.options.label),undefined;var e=this.buttonElement.removeClass(r),i=t("<span></span>",this.document[0]).addClass("ui-button-text").html(this.options.label).appendTo(e.empty()).text(),s=this.options.icons,n=s.primary&&s.secondary,o=[];s.primary||s.secondary?(this.options.text&&o.push("ui-button-text-icon"+(n?"s":s.primary?"-primary":"-secondary")),s.primary&&e.prepend("<span class='ui-button-icon-primary ui-icon "+s.primary+"'></span>"),s.secondary&&e.append("<span class='ui-button-icon-secondary ui-icon "+s.secondary+"'></span>"),this.options.text||(o.push(n?"ui-button-icons-only":"ui-button-icon-only"),this.hasTitle||e.attr("title",t.trim(i)))):o.push("ui-button-text-only"),e.addClass(o.join(" "))}}),t.widget("ui.buttonset",{version:"1.10.2",options:{items:"button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(t,e){"disabled"===t&&this.buttons.button("option",t,e),this._super(t,e)},refresh:function(){var e="rtl"===this.element.css("direction");this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return t(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass(e?"ui-corner-right":"ui-corner-left").end().filter(":last").addClass(e?"ui-corner-left":"ui-corner-right").end().end()},_destroy:function(){this.element.removeClass("ui-buttonset"),this.buttons.map(function(){return t(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy")}})}(jQuery),function(t,e){function i(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.dpDiv=s(t("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function s(e){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.delegate(i,"mouseout",function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")}).delegate(i,"mouseover",function(){t.datepicker._isDisabledDatepicker(o.inline?e.parent()[0]:o.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))})}function n(e,i){t.extend(e,i);for(var s in i)null==i[s]&&(e[s]=i[s]);return e}t.extend(t.ui,{datepicker:{version:"1.10.2"}});var o,a="datepicker",r=(new Date).getTime();t.extend(i.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(t){return n(this._defaults,t||{}),this},_attachDatepicker:function(e,i){var s,n,o;s=e.nodeName.toLowerCase(),n="div"===s||"span"===s,e.id||(this.uuid+=1,e.id="dp"+this.uuid),o=this._newInst(t(e),n),o.settings=t.extend({},i||{}),"input"===s?this._connectDatepicker(e,o):n&&this._inlineDatepicker(e,o)},_newInst:function(e,i){var n=e[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:n,input:e,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?s(t("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(e,i){var s=t(e);i.append=t([]),i.trigger=t([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp),this._autoSize(i),t.data(e,a,i),i.settings.disabled&&this._disableDatepicker(e))},_attachments:function(e,i){var s,n,o,a=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=t("<span class='"+this._appendClass+"'>"+a+"</span>"),e[r?"before":"after"](i.append)),e.unbind("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&e.focus(this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),o=this._get(i,"buttonImage"),i.trigger=t(this._get(i,"buttonImageOnly")?t("<img/>").addClass(this._triggerClass).attr({src:o,alt:n,title:n}):t("<button type='button'></button>").addClass(this._triggerClass).html(o?t("<img/>").attr({src:o,alt:n,title:n}):n)),e[r?"before":"after"](i.trigger),i.trigger.click(function(){return t.datepicker._datepickerShowing&&t.datepicker._lastInput===e[0]?t.datepicker._hideDatepicker():t.datepicker._datepickerShowing&&t.datepicker._lastInput!==e[0]?(t.datepicker._hideDatepicker(),t.datepicker._showDatepicker(e[0])):t.datepicker._showDatepicker(e[0]),!1}))},_autoSize:function(t){if(this._get(t,"autoSize")&&!t.inline){var e,i,s,n,o=new Date(2009,11,20),a=this._get(t,"dateFormat");a.match(/[DM]/)&&(e=function(t){for(i=0,s=0,n=0;t.length>n;n++)t[n].length>i&&(i=t[n].length,s=n);return s},o.setMonth(e(this._get(t,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(e(this._get(t,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),t.input.attr("size",this._formatDate(t,o).length)}},_inlineDatepicker:function(e,i){var s=t(e);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),t.data(e,a,i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(e),i.dpDiv.css("display","block"))},_dialogDatepicker:function(e,i,s,o,r){var h,l,c,u,d,p=this._dialogInst;return p||(this.uuid+=1,h="dp"+this.uuid,this._dialogInput=t("<input type='text' id='"+h+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.keydown(this._doKeyDown),t("body").append(this._dialogInput),p=this._dialogInst=this._newInst(this._dialogInput,!1),p.settings={},t.data(this._dialogInput[0],a,p)),n(p.settings,o||{}),i=i&&i.constructor===Date?this._formatDate(p,i):i,this._dialogInput.val(i),this._pos=r?r.length?r:[r.pageX,r.pageY]:null,this._pos||(l=document.documentElement.clientWidth,c=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,d=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[l/2-100+u,c/2-150+d]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),p.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),t.blockUI&&t.blockUI(this.dpDiv),t.data(this._dialogInput[0],a,p),this},_destroyDatepicker:function(e){var i,s=t(e),n=t.data(e,a);s.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),t.removeData(e,a),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty())},_enableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,a);n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!1,o.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}))},_disableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,a);n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!0,o.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}),this._disabledInputs[this._disabledInputs.length]=e)},_isDisabledDatepicker:function(t){if(!t)return!1;for(var e=0;this._disabledInputs.length>e;e++)if(this._disabledInputs[e]===t)return!0;return!1},_getInst:function(e){try{return t.data(e,a)}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(i,s,o){var a,r,h,l,c=this._getInst(i);return 2===arguments.length&&"string"==typeof s?"defaults"===s?t.extend({},t.datepicker._defaults):c?"all"===s?t.extend({},c.settings):this._get(c,s):null:(a=s||{},"string"==typeof s&&(a={},a[s]=o),c&&(this._curInst===c&&this._hideDatepicker(),r=this._getDateDatepicker(i,!0),h=this._getMinMaxDate(c,"min"),l=this._getMinMaxDate(c,"max"),n(c.settings,a),null!==h&&a.dateFormat!==e&&a.minDate===e&&(c.settings.minDate=this._formatDate(c,h)),null!==l&&a.dateFormat!==e&&a.maxDate===e&&(c.settings.maxDate=this._formatDate(c,l)),"disabled"in a&&(a.disabled?this._disableDatepicker(i):this._enableDatepicker(i)),this._attachments(t(i),c),this._autoSize(c),this._setDate(c,r),this._updateAlternate(c),this._updateDatepicker(c)),e)},_changeDatepicker:function(t,e,i){this._optionDatepicker(t,e,i)},_refreshDatepicker:function(t){var e=this._getInst(t);e&&this._updateDatepicker(e)},_setDateDatepicker:function(t,e){var i=this._getInst(t);i&&(this._setDate(i,e),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(t,e){var i=this._getInst(t);return i&&!i.inline&&this._setDateFromField(i,e),i?this._getDate(i):null},_doKeyDown:function(e){var i,s,n,o=t.datepicker._getInst(e.target),a=!0,r=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,t.datepicker._datepickerShowing)switch(e.keyCode){case 9:t.datepicker._hideDatepicker(),a=!1;break;case 13:return n=t("td."+t.datepicker._dayOverClass+":not(."+t.datepicker._currentClass+")",o.dpDiv),n[0]&&t.datepicker._selectDay(e.target,o.selectedMonth,o.selectedYear,n[0]),i=t.datepicker._get(o,"onSelect"),i?(s=t.datepicker._formatDate(o),i.apply(o.input?o.input[0]:null,[s,o])):t.datepicker._hideDatepicker(),!1;case 27:t.datepicker._hideDatepicker();break;case 33:t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");
+break;case 34:t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 35:(e.ctrlKey||e.metaKey)&&t.datepicker._clearDate(e.target),a=e.ctrlKey||e.metaKey;break;case 36:(e.ctrlKey||e.metaKey)&&t.datepicker._gotoToday(e.target),a=e.ctrlKey||e.metaKey;break;case 37:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?1:-1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 38:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,-7,"D"),a=e.ctrlKey||e.metaKey;break;case 39:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?-1:1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 40:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,7,"D"),a=e.ctrlKey||e.metaKey;break;default:a=!1}else 36===e.keyCode&&e.ctrlKey?t.datepicker._showDatepicker(this):a=!1;a&&(e.preventDefault(),e.stopPropagation())},_doKeyPress:function(i){var s,n,o=t.datepicker._getInst(i.target);return t.datepicker._get(o,"constrainInput")?(s=t.datepicker._possibleChars(t.datepicker._get(o,"dateFormat")),n=String.fromCharCode(null==i.charCode?i.keyCode:i.charCode),i.ctrlKey||i.metaKey||" ">n||!s||s.indexOf(n)>-1):e},_doKeyUp:function(e){var i,s=t.datepicker._getInst(e.target);if(s.input.val()!==s.lastVal)try{i=t.datepicker.parseDate(t.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,t.datepicker._getFormatConfig(s)),i&&(t.datepicker._setDateFromField(s),t.datepicker._updateAlternate(s),t.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(e){if(e=e.target||e,"input"!==e.nodeName.toLowerCase()&&(e=t("input",e.parentNode)[0]),!t.datepicker._isDisabledDatepicker(e)&&t.datepicker._lastInput!==e){var i,s,o,a,r,h,l;i=t.datepicker._getInst(e),t.datepicker._curInst&&t.datepicker._curInst!==i&&(t.datepicker._curInst.dpDiv.stop(!0,!0),i&&t.datepicker._datepickerShowing&&t.datepicker._hideDatepicker(t.datepicker._curInst.input[0])),s=t.datepicker._get(i,"beforeShow"),o=s?s.apply(e,[e,i]):{},o!==!1&&(n(i.settings,o),i.lastVal=null,t.datepicker._lastInput=e,t.datepicker._setDateFromField(i),t.datepicker._inDialog&&(e.value=""),t.datepicker._pos||(t.datepicker._pos=t.datepicker._findPos(e),t.datepicker._pos[1]+=e.offsetHeight),a=!1,t(e).parents().each(function(){return a|="fixed"===t(this).css("position"),!a}),r={left:t.datepicker._pos[0],top:t.datepicker._pos[1]},t.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),t.datepicker._updateDatepicker(i),r=t.datepicker._checkOffset(i,r,a),i.dpDiv.css({position:t.datepicker._inDialog&&t.blockUI?"static":a?"fixed":"absolute",display:"none",left:r.left+"px",top:r.top+"px"}),i.inline||(h=t.datepicker._get(i,"showAnim"),l=t.datepicker._get(i,"duration"),i.dpDiv.zIndex(t(e).zIndex()+1),t.datepicker._datepickerShowing=!0,t.effects&&t.effects.effect[h]?i.dpDiv.show(h,t.datepicker._get(i,"showOptions"),l):i.dpDiv[h||"show"](h?l:null),i.input.is(":visible")&&!i.input.is(":disabled")&&i.input.focus(),t.datepicker._curInst=i))}},_updateDatepicker:function(e){this.maxRows=4,o=e,e.dpDiv.empty().append(this._generateHTML(e)),this._attachHandlers(e),e.dpDiv.find("."+this._dayOverClass+" a").mouseover();var i,s=this._getNumberOfMonths(e),n=s[1],a=17;e.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&e.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),e.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),e.dpDiv[(this._get(e,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),e===t.datepicker._curInst&&t.datepicker._datepickerShowing&&e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&e.input[0]!==document.activeElement&&e.input.focus(),e.yearshtml&&(i=e.yearshtml,setTimeout(function(){i===e.yearshtml&&e.yearshtml&&e.dpDiv.find("select.ui-datepicker-year:first").replaceWith(e.yearshtml),i=e.yearshtml=null},0))},_getBorders:function(t){var e=function(t){return{thin:1,medium:2,thick:3}[t]||t};return[parseFloat(e(t.css("border-left-width"))),parseFloat(e(t.css("border-top-width")))]},_checkOffset:function(e,i,s){var n=e.dpDiv.outerWidth(),o=e.dpDiv.outerHeight(),a=e.input?e.input.outerWidth():0,r=e.input?e.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:t(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:t(document).scrollTop());return i.left-=this._get(e,"isRTL")?n-a:0,i.left-=s&&i.left===e.input.offset().left?t(document).scrollLeft():0,i.top-=s&&i.top===e.input.offset().top+r?t(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+o>l&&l>o?Math.abs(o+r):0),i},_findPos:function(e){for(var i,s=this._getInst(e),n=this._get(s,"isRTL");e&&("hidden"===e.type||1!==e.nodeType||t.expr.filters.hidden(e));)e=e[n?"previousSibling":"nextSibling"];return i=t(e).offset(),[i.left,i.top]},_hideDatepicker:function(e){var i,s,n,o,r=this._curInst;!r||e&&r!==t.data(e,a)||this._datepickerShowing&&(i=this._get(r,"showAnim"),s=this._get(r,"duration"),n=function(){t.datepicker._tidyDialog(r)},t.effects&&(t.effects.effect[i]||t.effects[i])?r.dpDiv.hide(i,t.datepicker._get(r,"showOptions"),s,n):r.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,o=this._get(r,"onClose"),o&&o.apply(r.input?r.input[0]:null,[r.input?r.input.val():"",r]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),t.blockUI&&(t.unblockUI(),t("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(t){t.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(e){if(t.datepicker._curInst){var i=t(e.target),s=t.datepicker._getInst(i[0]);(i[0].id!==t.datepicker._mainDivId&&0===i.parents("#"+t.datepicker._mainDivId).length&&!i.hasClass(t.datepicker.markerClassName)&&!i.closest("."+t.datepicker._triggerClass).length&&t.datepicker._datepickerShowing&&(!t.datepicker._inDialog||!t.blockUI)||i.hasClass(t.datepicker.markerClassName)&&t.datepicker._curInst!==s)&&t.datepicker._hideDatepicker()}},_adjustDate:function(e,i,s){var n=t(e),o=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(o,i+("M"===s?this._get(o,"showCurrentAtPos"):0),s),this._updateDatepicker(o))},_gotoToday:function(e){var i,s=t(e),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(e,i,s){var n=t(e),o=this._getInst(n[0]);o["selected"+("M"===s?"Month":"Year")]=o["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(n)},_selectDay:function(e,i,s,n){var o,a=t(e);t(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||(o=this._getInst(a[0]),o.selectedDay=o.currentDay=t("a",n).html(),o.selectedMonth=o.currentMonth=i,o.selectedYear=o.currentYear=s,this._selectDate(e,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(e){var i=t(e);this._selectDate(i,"")},_selectDate:function(e,i){var s,n=t(e),o=this._getInst(n[0]);i=null!=i?i:this._formatDate(o),o.input&&o.input.val(i),this._updateAlternate(o),s=this._get(o,"onSelect"),s?s.apply(o.input?o.input[0]:null,[i,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.focus(),this._lastInput=null)},_updateAlternate:function(e){var i,s,n,o=this._get(e,"altField");o&&(i=this._get(e,"altFormat")||this._get(e,"dateFormat"),s=this._getDate(e),n=this.formatDate(i,s,this._getFormatConfig(e)),t(o).each(function(){t(this).val(n)}))},noWeekends:function(t){var e=t.getDay();return[e>0&&6>e,""]},iso8601Week:function(t){var e,i=new Date(t.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),e=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((e-i)/864e5)/7)+1},parseDate:function(i,s,n){if(null==i||null==s)throw"Invalid arguments";if(s="object"==typeof s?""+s:s+"",""===s)return null;var o,a,r,h,l=0,c=(n?n.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof c?c:(new Date).getFullYear()%100+parseInt(c,10),d=(n?n.dayNamesShort:null)||this._defaults.dayNamesShort,p=(n?n.dayNames:null)||this._defaults.dayNames,f=(n?n.monthNamesShort:null)||this._defaults.monthNamesShort,g=(n?n.monthNames:null)||this._defaults.monthNames,m=-1,v=-1,_=-1,b=-1,y=!1,w=function(t){var e=i.length>o+1&&i.charAt(o+1)===t;return e&&o++,e},k=function(t){var e=w(t),i="@"===t?14:"!"===t?20:"y"===t&&e?4:"o"===t?3:2,n=RegExp("^\\d{1,"+i+"}"),o=s.substring(l).match(n);if(!o)throw"Missing number at position "+l;return l+=o[0].length,parseInt(o[0],10)},x=function(i,n,o){var a=-1,r=t.map(w(i)?o:n,function(t,e){return[[e,t]]}).sort(function(t,e){return-(t[1].length-e[1].length)});if(t.each(r,function(t,i){var n=i[1];return s.substr(l,n.length).toLowerCase()===n.toLowerCase()?(a=i[0],l+=n.length,!1):e}),-1!==a)return a+1;throw"Unknown name at position "+l},D=function(){if(s.charAt(l)!==i.charAt(o))throw"Unexpected literal at position "+l;l++};for(o=0;i.length>o;o++)if(y)"'"!==i.charAt(o)||w("'")?D():y=!1;else switch(i.charAt(o)){case"d":_=k("d");break;case"D":x("D",d,p);break;case"o":b=k("o");break;case"m":v=k("m");break;case"M":v=x("M",f,g);break;case"y":m=k("y");break;case"@":h=new Date(k("@")),m=h.getFullYear(),v=h.getMonth()+1,_=h.getDate();break;case"!":h=new Date((k("!")-this._ticksTo1970)/1e4),m=h.getFullYear(),v=h.getMonth()+1,_=h.getDate();break;case"'":w("'")?D():y=!0;break;default:D()}if(s.length>l&&(r=s.substr(l),!/^\s+/.test(r)))throw"Extra/unparsed characters found in date: "+r;if(-1===m?m=(new Date).getFullYear():100>m&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(u>=m?0:-100)),b>-1)for(v=1,_=b;;){if(a=this._getDaysInMonth(m,v-1),a>=_)break;v++,_-=a}if(h=this._daylightSavingAdjust(new Date(m,v-1,_)),h.getFullYear()!==m||h.getMonth()+1!==v||h.getDate()!==_)throw"Invalid date";return h},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(t,e,i){if(!e)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(e){var i=t.length>s+1&&t.charAt(s+1)===e;return i&&s++,i},l=function(t,e,i){var s=""+e;if(h(t))for(;i>s.length;)s="0"+s;return s},c=function(t,e,i,s){return h(t)?s[e]:i[e]},u="",d=!1;if(e)for(s=0;t.length>s;s++)if(d)"'"!==t.charAt(s)||h("'")?u+=t.charAt(s):d=!1;else switch(t.charAt(s)){case"d":u+=l("d",e.getDate(),2);break;case"D":u+=c("D",e.getDay(),n,o);break;case"o":u+=l("o",Math.round((new Date(e.getFullYear(),e.getMonth(),e.getDate()).getTime()-new Date(e.getFullYear(),0,0).getTime())/864e5),3);break;case"m":u+=l("m",e.getMonth()+1,2);break;case"M":u+=c("M",e.getMonth(),a,r);break;case"y":u+=h("y")?e.getFullYear():(10>e.getYear()%100?"0":"")+e.getYear()%100;break;case"@":u+=e.getTime();break;case"!":u+=1e4*e.getTime()+this._ticksTo1970;break;case"'":h("'")?u+="'":d=!0;break;default:u+=t.charAt(s)}return u},_possibleChars:function(t){var e,i="",s=!1,n=function(i){var s=t.length>e+1&&t.charAt(e+1)===i;return s&&e++,s};for(e=0;t.length>e;e++)if(s)"'"!==t.charAt(e)||n("'")?i+=t.charAt(e):s=!1;else switch(t.charAt(e)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=t.charAt(e)}return i},_get:function(t,i){return t.settings[i]!==e?t.settings[i]:this._defaults[i]},_setDateFromField:function(t,e){if(t.input.val()!==t.lastVal){var i=this._get(t,"dateFormat"),s=t.lastVal=t.input?t.input.val():null,n=this._getDefaultDate(t),o=n,a=this._getFormatConfig(t);try{o=this.parseDate(i,s,a)||n}catch(r){s=e?"":s}t.selectedDay=o.getDate(),t.drawMonth=t.selectedMonth=o.getMonth(),t.drawYear=t.selectedYear=o.getFullYear(),t.currentDay=s?o.getDate():0,t.currentMonth=s?o.getMonth():0,t.currentYear=s?o.getFullYear():0,this._adjustInstDate(t)}},_getDefaultDate:function(t){return this._restrictMinMax(t,this._determineDate(t,this._get(t,"defaultDate"),new Date))},_determineDate:function(e,i,s){var n=function(t){var e=new Date;return e.setDate(e.getDate()+t),e},o=function(i){try{return t.datepicker.parseDate(t.datepicker._get(e,"dateFormat"),i,t.datepicker._getFormatConfig(e))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?t.datepicker._getDate(e):null)||new Date,o=n.getFullYear(),a=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":a+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a));break;case"y":case"Y":o+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a))}l=h.exec(i)}return new Date(o,a,r)},a=null==i||""===i?s:"string"==typeof i?o(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return a=a&&"Invalid Date"==""+a?s:a,a&&(a.setHours(0),a.setMinutes(0),a.setSeconds(0),a.setMilliseconds(0)),this._daylightSavingAdjust(a)},_daylightSavingAdjust:function(t){return t?(t.setHours(t.getHours()>12?t.getHours()+2:0),t):null},_setDate:function(t,e,i){var s=!e,n=t.selectedMonth,o=t.selectedYear,a=this._restrictMinMax(t,this._determineDate(t,e,new Date));t.selectedDay=t.currentDay=a.getDate(),t.drawMonth=t.selectedMonth=t.currentMonth=a.getMonth(),t.drawYear=t.selectedYear=t.currentYear=a.getFullYear(),n===t.selectedMonth&&o===t.selectedYear||i||this._notifyChange(t),this._adjustInstDate(t),t.input&&t.input.val(s?"":this._formatDate(t))},_getDate:function(t){var e=!t.currentYear||t.input&&""===t.input.val()?null:this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return e},_attachHandlers:function(e){var i=this._get(e,"stepMonths"),s="#"+e.id.replace(/\\\\/g,"\\");e.dpDiv.find("[data-handler]").map(function(){var e={prev:function(){window["DP_jQuery_"+r].datepicker._adjustDate(s,-i,"M")},next:function(){window["DP_jQuery_"+r].datepicker._adjustDate(s,+i,"M")},hide:function(){window["DP_jQuery_"+r].datepicker._hideDatepicker()},today:function(){window["DP_jQuery_"+r].datepicker._gotoToday(s)},selectDay:function(){return window["DP_jQuery_"+r].datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return window["DP_jQuery_"+r].datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return window["DP_jQuery_"+r].datepicker._selectMonthYear(s,this,"Y"),!1}};t(this).bind(this.getAttribute("data-event"),e[this.getAttribute("data-handler")])})},_generateHTML:function(t){var e,i,s,n,o,a,r,h,l,c,u,d,p,f,g,m,v,_,b,y,w,k,x,D,C,I,P,T,M,S,z,A,H,N,E,W,O,F,R,j=new Date,L=this._daylightSavingAdjust(new Date(j.getFullYear(),j.getMonth(),j.getDate())),Y=this._get(t,"isRTL"),B=this._get(t,"showButtonPanel"),V=this._get(t,"hideIfNoPrevNext"),K=this._get(t,"navigationAsDateFormat"),U=this._getNumberOfMonths(t),q=this._get(t,"showCurrentAtPos"),Q=this._get(t,"stepMonths"),X=1!==U[0]||1!==U[1],$=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),G=this._getMinMaxDate(t,"min"),J=this._getMinMaxDate(t,"max"),Z=t.drawMonth-q,te=t.drawYear;if(0>Z&&(Z+=12,te--),J)for(e=this._daylightSavingAdjust(new Date(J.getFullYear(),J.getMonth()-U[0]*U[1]+1,J.getDate())),e=G&&G>e?G:e;this._daylightSavingAdjust(new Date(te,Z,1))>e;)Z--,0>Z&&(Z=11,te--);for(t.drawMonth=Z,t.drawYear=te,i=this._get(t,"prevText"),i=K?this.formatDate(i,this._daylightSavingAdjust(new Date(te,Z-Q,1)),this._getFormatConfig(t)):i,s=this._canAdjustMonth(t,-1,te,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":V?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(t,"nextText"),n=K?this.formatDate(n,this._daylightSavingAdjust(new Date(te,Z+Q,1)),this._getFormatConfig(t)):n,o=this._canAdjustMonth(t,1,te,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":V?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",a=this._get(t,"currentText"),r=this._get(t,"gotoCurrent")&&t.currentDay?$:L,a=K?this.formatDate(a,r,this._getFormatConfig(t)):a,h=t.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(t,"closeText")+"</button>",l=B?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(t,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+a+"</button>":"")+(Y?"":h)+"</div>":"",c=parseInt(this._get(t,"firstDay"),10),c=isNaN(c)?0:c,u=this._get(t,"showWeek"),d=this._get(t,"dayNames"),p=this._get(t,"dayNamesMin"),f=this._get(t,"monthNames"),g=this._get(t,"monthNamesShort"),m=this._get(t,"beforeShowDay"),v=this._get(t,"showOtherMonths"),_=this._get(t,"selectOtherMonths"),b=this._getDefaultDate(t),y="",k=0;U[0]>k;k++){for(x="",this.maxRows=4,D=0;U[1]>D;D++){if(C=this._daylightSavingAdjust(new Date(te,Z,t.selectedDay)),I=" ui-corner-all",P="",X){if(P+="<div class='ui-datepicker-group",U[1]>1)switch(D){case 0:P+=" ui-datepicker-group-first",I=" ui-corner-"+(Y?"right":"left");break;case U[1]-1:P+=" ui-datepicker-group-last",I=" ui-corner-"+(Y?"left":"right");break;default:P+=" ui-datepicker-group-middle",I=""}P+="'>"}for(P+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+I+"'>"+(/all|left/.test(I)&&0===k?Y?o:s:"")+(/all|right/.test(I)&&0===k?Y?s:o:"")+this._generateMonthYearHeader(t,Z,te,G,J,k>0||D>0,f,g)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",T=u?"<th class='ui-datepicker-week-col'>"+this._get(t,"weekHeader")+"</th>":"",w=0;7>w;w++)M=(w+c)%7,T+="<th"+((w+c+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+d[M]+"'>"+p[M]+"</span></th>";for(P+=T+"</tr></thead><tbody>",S=this._getDaysInMonth(te,Z),te===t.selectedYear&&Z===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,S)),z=(this._getFirstDayOfMonth(te,Z)-c+7)%7,A=Math.ceil((z+S)/7),H=X?this.maxRows>A?this.maxRows:A:A,this.maxRows=H,N=this._daylightSavingAdjust(new Date(te,Z,1-z)),E=0;H>E;E++){for(P+="<tr>",W=u?"<td class='ui-datepicker-week-col'>"+this._get(t,"calculateWeek")(N)+"</td>":"",w=0;7>w;w++)O=m?m.apply(t.input?t.input[0]:null,[N]):[!0,""],F=N.getMonth()!==Z,R=F&&!_||!O[0]||G&&G>N||J&&N>J,W+="<td class='"+((w+c+6)%7>=5?" ui-datepicker-week-end":"")+(F?" ui-datepicker-other-month":"")+(N.getTime()===C.getTime()&&Z===t.selectedMonth&&t._keyEvent||b.getTime()===N.getTime()&&b.getTime()===C.getTime()?" "+this._dayOverClass:"")+(R?" "+this._unselectableClass+" ui-state-disabled":"")+(F&&!v?"":" "+O[1]+(N.getTime()===$.getTime()?" "+this._currentClass:"")+(N.getTime()===L.getTime()?" ui-datepicker-today":""))+"'"+(F&&!v||!O[2]?"":" title='"+O[2].replace(/'/g,"&#39;")+"'")+(R?"":" data-handler='selectDay' data-event='click' data-month='"+N.getMonth()+"' data-year='"+N.getFullYear()+"'")+">"+(F&&!v?"&#xa0;":R?"<span class='ui-state-default'>"+N.getDate()+"</span>":"<a class='ui-state-default"+(N.getTime()===L.getTime()?" ui-state-highlight":"")+(N.getTime()===$.getTime()?" ui-state-active":"")+(F?" ui-priority-secondary":"")+"' href='#'>"+N.getDate()+"</a>")+"</td>",N.setDate(N.getDate()+1),N=this._daylightSavingAdjust(N);P+=W+"</tr>"}Z++,Z>11&&(Z=0,te++),P+="</tbody></table>"+(X?"</div>"+(U[0]>0&&D===U[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),x+=P}y+=x}return y+=l,t._keyEvent=!1,y},_generateMonthYearHeader:function(t,e,i,s,n,o,a,r){var h,l,c,u,d,p,f,g,m=this._get(t,"changeMonth"),v=this._get(t,"changeYear"),_=this._get(t,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",y="";if(o||!m)y+="<span class='ui-datepicker-month'>"+a[e]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,y+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",c=0;12>c;c++)(!h||c>=s.getMonth())&&(!l||n.getMonth()>=c)&&(y+="<option value='"+c+"'"+(c===e?" selected='selected'":"")+">"+r[c]+"</option>");y+="</select>"}if(_||(b+=y+(!o&&m&&v?"":"&#xa0;")),!t.yearshtml)if(t.yearshtml="",o||!v)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(u=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?i+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},f=p(u[0]),g=Math.max(f,p(u[1]||"")),f=s?Math.max(f,s.getFullYear()):f,g=n?Math.min(g,n.getFullYear()):g,t.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";g>=f;f++)t.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";t.yearshtml+="</select>",b+=t.yearshtml,t.yearshtml=null}return b+=this._get(t,"yearSuffix"),_&&(b+=(!o&&m&&v?"":"&#xa0;")+y),b+="</div>"},_adjustInstDate:function(t,e,i){var s=t.drawYear+("Y"===i?e:0),n=t.drawMonth+("M"===i?e:0),o=Math.min(t.selectedDay,this._getDaysInMonth(s,n))+("D"===i?e:0),a=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(s,n,o)));t.selectedDay=a.getDate(),t.drawMonth=t.selectedMonth=a.getMonth(),t.drawYear=t.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(t)},_restrictMinMax:function(t,e){var i=this._getMinMaxDate(t,"min"),s=this._getMinMaxDate(t,"max"),n=i&&i>e?i:e;return s&&n>s?s:n},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,i,s){var n=this._getNumberOfMonths(t),o=this._daylightSavingAdjust(new Date(i,s+(0>e?e:n[0]*n[1]),1));return 0>e&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(t,o)},_isInRange:function(t,e){var i,s,n=this._getMinMaxDate(t,"min"),o=this._getMinMaxDate(t,"max"),a=null,r=null,h=this._get(t,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),a=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||e.getTime()>=n.getTime())&&(!o||e.getTime()<=o.getTime())&&(!a||e.getFullYear()>=a)&&(!r||r>=e.getFullYear())},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),{shortYearCutoff:e,dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,i,s){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var n=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(s,i,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),n,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).mousedown(t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(i)):t.datepicker._attachDatepicker(this,e)}):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i))},t.datepicker=new i,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.10.2",window["DP_jQuery_"+r]=t}(jQuery),function(t){var e={buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},i={maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0};t.widget("ui.dialog",{version:"1.10.2",options:{appendTo:"body",autoOpen:!0,buttons:[],closeOnEscape:!0,closeText:"close",dialogClass:"",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var i=t(this).css(e).offset().top;0>i&&t(this).css("top",e.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this._createWrapper(),this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(this.uiDialog),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._destroyOverlay(),this.element.removeUniqueId().removeClass("ui-dialog-content ui-widget-content").css(this.originalCss).detach(),this.uiDialog.stop(!0,!0).remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),t=e.parent.children().eq(e.index),t.length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog},disable:t.noop,enable:t.noop,close:function(e){var i=this;this._isOpen&&this._trigger("beforeClose",e)!==!1&&(this._isOpen=!1,this._destroyOverlay(),this.opener.filter(":focusable").focus().length||t(this.document[0].activeElement).blur(),this._hide(this.uiDialog,this.options.hide,function(){i._trigger("close",e)}))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,e){var i=!!this.uiDialog.nextAll(":visible").insertBefore(this.uiDialog).length;return i&&!e&&this._trigger("focus",t),i},open:function(){var e=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),undefined):(this._isOpen=!0,this.opener=t(this.document[0].activeElement),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this._show(this.uiDialog,this.options.show,function(){e._focusTabbable(),e._trigger("focus")}),this._trigger("open"),undefined)},_focusTabbable:function(){var t=this.element.find("[autofocus]");t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).focus()},_keepFocus:function(e){function i(){var e=this.document[0].activeElement,i=this.uiDialog[0]===e||t.contains(this.uiDialog[0],e);i||this._focusTabbable()}e.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=t("<div>").addClass("ui-dialog ui-widget ui-widget-content ui-corner-all ui-front "+this.options.dialogClass).hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),this.close(e),undefined;if(e.keyCode===t.ui.keyCode.TAB){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");e.target!==n[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==s[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(n.focus(1),e.preventDefault()):(s.focus(1),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("<div>").addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(this.uiDialog),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.focus()}}),this.uiDialogTitlebarClose=t("<button></button>").button({label:this.options.closeText,icons:{primary:"ui-icon-closethick"},text:!1}).addClass("ui-dialog-titlebar-close").appendTo(this.uiDialogTitlebar),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("<span>").uniqueId().addClass("ui-dialog-title").prependTo(this.uiDialogTitlebar),this._title(e),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title||t.html("&#160;"),t.text(this.options.title)},_createButtonPane:function(){this.uiDialogButtonPane=t("<div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("<div>").addClass("ui-dialog-buttonset").appendTo(this.uiDialogButtonPane),this._createButtons()},_createButtons:function(){var e=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(i)||t.isArray(i)&&!i.length?(this.uiDialog.removeClass("ui-dialog-buttons"),undefined):(t.each(i,function(i,s){var n,o;s=t.isFunction(s)?{click:s,text:i}:s,s=t.extend({type:"button"},s),n=s.click,s.click=function(){n.apply(e.element[0],arguments)},o={icons:s.icons,text:s.showText},delete s.icons,delete s.showText,t("<button></button>",s).button(o).appendTo(e.uiButtonSet)}),this.uiDialog.addClass("ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),undefined)},_makeDraggable:function(){function e(t){return{position:t.position,offset:t.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){t(this).addClass("ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,e(n))},drag:function(t,s){i._trigger("drag",t,e(s))},stop:function(n,o){s.position=[o.position.left-i.document.scrollLeft(),o.position.top-i.document.scrollTop()],t(this).removeClass("ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,e(o))
+}})},_makeResizable:function(){function e(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}var i=this,s=this.options,n=s.resizable,o=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:a,start:function(s,n){t(this).addClass("ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,e(n))},resize:function(t,s){i._trigger("resize",t,e(s))},stop:function(n,o){s.height=t(this).height(),s.width=t(this).width(),t(this).removeClass("ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,e(o))}}).css("position",o)},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(s){var n=this,o=!1,a={};t.each(s,function(t,s){n._setOption(t,s),t in e&&(o=!0),t in i&&(a[t]=s)}),o&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",a)},_setOption:function(t,e){var i,s,n=this.uiDialog;"dialogClass"===t&&n.removeClass(this.options.dialogClass).addClass(e),"disabled"!==t&&(this._super(t,e),"appendTo"===t&&this.uiDialog.appendTo(this._appendTo()),"buttons"===t&&this._createButtons(),"closeText"===t&&this.uiDialogTitlebarClose.button({label:""+e}),"draggable"===t&&(i=n.is(":data(ui-draggable)"),i&&!e&&n.draggable("destroy"),!i&&e&&this._makeDraggable()),"position"===t&&this._position(),"resizable"===t&&(s=n.is(":data(ui-resizable)"),s&&!e&&n.resizable("destroy"),s&&"string"==typeof e&&n.resizable("option","handles",e),s||e===!1||this._makeResizable()),"title"===t&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),t=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),e=Math.max(0,s.minHeight-t),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-t):"none","auto"===s.height?this.element.css({minHeight:e,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var e=t(this);return t("<div>").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=this,i=this.widgetFullName;t.ui.dialog.overlayInstances||this._delay(function(){t.ui.dialog.overlayInstances&&this.document.bind("focusin.dialog",function(s){e._allowInteraction(s)||(s.preventDefault(),t(".ui-dialog:visible:last .ui-dialog-content").data(i)._focusTabbable())})}),this.overlay=t("<div>").addClass("ui-widget-overlay ui-front").appendTo(this._appendTo()),this._on(this.overlay,{mousedown:"_keepFocus"}),t.ui.dialog.overlayInstances++}},_destroyOverlay:function(){this.options.modal&&this.overlay&&(t.ui.dialog.overlayInstances--,t.ui.dialog.overlayInstances||this.document.unbind("focusin.dialog"),this.overlay.remove(),this.overlay=null)}}),t.ui.dialog.overlayInstances=0,t.uiBackCompat!==!1&&t.widget("ui.dialog",t.ui.dialog,{_position:function(){var e,i=this.options.position,s=[],n=[0,0];i?(("string"==typeof i||"object"==typeof i&&"0"in i)&&(s=i.split?i.split(" "):[i[0],i[1]],1===s.length&&(s[1]=s[0]),t.each(["left","top"],function(t,e){+s[t]===s[t]&&(n[t]=s[t],s[t]=e)}),i={my:s[0]+(0>n[0]?n[0]:"+"+n[0])+" "+s[1]+(0>n[1]?n[1]:"+"+n[1]),at:s.join(" ")}),i=t.extend({},t.ui.dialog.prototype.options.position,i)):i=t.ui.dialog.prototype.options.position,e=this.uiDialog.is(":visible"),e||this.uiDialog.show(),this.uiDialog.position(i),e||this.uiDialog.hide()}})}(jQuery),function(t){var e=/up|down|vertical/,i=/up|left|vertical|horizontal/;t.effects.effect.blind=function(s,n){var o,a,r,h=t(this),l=["position","top","bottom","left","right","height","width"],c=t.effects.setMode(h,s.mode||"hide"),u=s.direction||"up",d=e.test(u),p=d?"height":"width",f=d?"top":"left",g=i.test(u),m={},v="show"===c;h.parent().is(".ui-effects-wrapper")?t.effects.save(h.parent(),l):t.effects.save(h,l),h.show(),o=t.effects.createWrapper(h).css({overflow:"hidden"}),a=o[p](),r=parseFloat(o.css(f))||0,m[p]=v?a:0,g||(h.css(d?"bottom":"right",0).css(d?"top":"left","auto").css({position:"absolute"}),m[f]=v?r:a+r),v&&(o.css(p,0),g||o.css(f,r+a)),o.animate(m,{duration:s.duration,easing:s.easing,queue:!1,complete:function(){"hide"===c&&h.hide(),t.effects.restore(h,l),t.effects.removeWrapper(h),n()}})}}(jQuery),function(t){t.effects.effect.bounce=function(e,i){var s,n,o,a=t(this),r=["position","top","bottom","left","right","height","width"],h=t.effects.setMode(a,e.mode||"effect"),l="hide"===h,c="show"===h,u=e.direction||"up",d=e.distance,p=e.times||5,f=2*p+(c||l?1:0),g=e.duration/f,m=e.easing,v="up"===u||"down"===u?"top":"left",_="up"===u||"left"===u,b=a.queue(),y=b.length;for((c||l)&&r.push("opacity"),t.effects.save(a,r),a.show(),t.effects.createWrapper(a),d||(d=a["top"===v?"outerHeight":"outerWidth"]()/3),c&&(o={opacity:1},o[v]=0,a.css("opacity",0).css(v,_?2*-d:2*d).animate(o,g,m)),l&&(d/=Math.pow(2,p-1)),o={},o[v]=0,s=0;p>s;s++)n={},n[v]=(_?"-=":"+=")+d,a.animate(n,g,m).animate(o,g,m),d=l?2*d:d/2;l&&(n={opacity:0},n[v]=(_?"-=":"+=")+d,a.animate(n,g,m)),a.queue(function(){l&&a.hide(),t.effects.restore(a,r),t.effects.removeWrapper(a),i()}),y>1&&b.splice.apply(b,[1,0].concat(b.splice(y,f+1))),a.dequeue()}}(jQuery),function(t){t.effects.effect.clip=function(e,i){var s,n,o,a=t(this),r=["position","top","bottom","left","right","height","width"],h=t.effects.setMode(a,e.mode||"hide"),l="show"===h,c=e.direction||"vertical",u="vertical"===c,d=u?"height":"width",p=u?"top":"left",f={};t.effects.save(a,r),a.show(),s=t.effects.createWrapper(a).css({overflow:"hidden"}),n="IMG"===a[0].tagName?s:a,o=n[d](),l&&(n.css(d,0),n.css(p,o/2)),f[d]=l?o:0,f[p]=l?0:o/2,n.animate(f,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){l||a.hide(),t.effects.restore(a,r),t.effects.removeWrapper(a),i()}})}}(jQuery),function(t){t.effects.effect.drop=function(e,i){var s,n=t(this),o=["position","top","bottom","left","right","opacity","height","width"],a=t.effects.setMode(n,e.mode||"hide"),r="show"===a,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h?"pos":"neg",u={opacity:r?1:0};t.effects.save(n,o),n.show(),t.effects.createWrapper(n),s=e.distance||n["top"===l?"outerHeight":"outerWidth"](!0)/2,r&&n.css("opacity",0).css(l,"pos"===c?-s:s),u[l]=(r?"pos"===c?"+=":"-=":"pos"===c?"-=":"+=")+s,n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===a&&n.hide(),t.effects.restore(n,o),t.effects.removeWrapper(n),i()}})}}(jQuery),function(t){t.effects.effect.explode=function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),g||p.hide(),i()}var o,a,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=t.effects.setMode(p,e.mode||"hide"),g="show"===f,m=p.show().css("visibility","hidden").offset(),v=Math.ceil(p.outerWidth()/d),_=Math.ceil(p.outerHeight()/u),b=[];for(o=0;u>o;o++)for(h=m.top+o*_,c=o-(u-1)/2,a=0;d>a;a++)r=m.left+a*v,l=a-(d-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-a*v,top:-o*_}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:v,height:_,left:r+(g?l*v:0),top:h+(g?c*_:0),opacity:g?0:1}).animate({left:r+(g?0:l*v),top:h+(g?0:c*_),opacity:g?1:0},e.duration||500,e.easing,s)}}(jQuery),function(t){t.effects.effect.fade=function(e,i){var s=t(this),n=t.effects.setMode(s,e.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}}(jQuery),function(t){t.effects.effect.fold=function(e,i){var s,n,o=t(this),a=["position","top","bottom","left","right","height","width"],r=t.effects.setMode(o,e.mode||"hide"),h="show"===r,l="hide"===r,c=e.size||15,u=/([0-9]+)%/.exec(c),d=!!e.horizFirst,p=h!==d,f=p?["width","height"]:["height","width"],g=e.duration/2,m={},v={};t.effects.save(o,a),o.show(),s=t.effects.createWrapper(o).css({overflow:"hidden"}),n=p?[s.width(),s.height()]:[s.height(),s.width()],u&&(c=parseInt(u[1],10)/100*n[l?0:1]),h&&s.css(d?{height:0,width:c}:{height:c,width:0}),m[f[0]]=h?n[0]:c,v[f[1]]=h?n[1]:0,s.animate(m,g,e.easing).animate(v,g,e.easing,function(){l&&o.hide(),t.effects.restore(o,a),t.effects.removeWrapper(o),i()})}}(jQuery),function(t){t.effects.effect.highlight=function(e,i){var s=t(this),n=["backgroundImage","backgroundColor","opacity"],o=t.effects.setMode(s,e.mode||"show"),a={backgroundColor:s.css("backgroundColor")};"hide"===o&&(a.opacity=0),t.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(a,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===o&&s.hide(),t.effects.restore(s,n),i()}})}}(jQuery),function(t){t.effects.effect.pulsate=function(e,i){var s,n=t(this),o=t.effects.setMode(n,e.mode||"show"),a="show"===o,r="hide"===o,h=a||"hide"===o,l=2*(e.times||5)+(h?1:0),c=e.duration/l,u=0,d=n.queue(),p=d.length;for((a||!n.is(":visible"))&&(n.css("opacity",0).show(),u=1),s=1;l>s;s++)n.animate({opacity:u},c,e.easing),u=1-u;n.animate({opacity:u},c,e.easing),n.queue(function(){r&&n.hide(),i()}),p>1&&d.splice.apply(d,[1,0].concat(d.splice(p,l+1))),n.dequeue()}}(jQuery),function(t){t.effects.effect.puff=function(e,i){var s=t(this),n=t.effects.setMode(s,e.mode||"hide"),o="hide"===n,a=parseInt(e.percent,10)||150,r=a/100,h={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()};t.extend(e,{effect:"scale",queue:!1,fade:!0,mode:n,complete:i,percent:o?a:100,from:o?h:{height:h.height*r,width:h.width*r,outerHeight:h.outerHeight*r,outerWidth:h.outerWidth*r}}),s.effect(e)},t.effects.effect.scale=function(e,i){var s=t(this),n=t.extend(!0,{},e),o=t.effects.setMode(s,e.mode||"effect"),a=parseInt(e.percent,10)||(0===parseInt(e.percent,10)?0:"hide"===o?0:100),r=e.direction||"both",h=e.origin,l={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()},c={y:"horizontal"!==r?a/100:1,x:"vertical"!==r?a/100:1};n.effect="size",n.queue=!1,n.complete=i,"effect"!==o&&(n.origin=h||["middle","center"],n.restore=!0),n.from=e.from||("show"===o?{height:0,width:0,outerHeight:0,outerWidth:0}:l),n.to={height:l.height*c.y,width:l.width*c.x,outerHeight:l.outerHeight*c.y,outerWidth:l.outerWidth*c.x},n.fade&&("show"===o&&(n.from.opacity=0,n.to.opacity=1),"hide"===o&&(n.from.opacity=1,n.to.opacity=0)),s.effect(n)},t.effects.effect.size=function(e,i){var s,n,o,a=t(this),r=["position","top","bottom","left","right","width","height","overflow","opacity"],h=["position","top","bottom","left","right","overflow","opacity"],l=["width","height","overflow"],c=["fontSize"],u=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],d=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],p=t.effects.setMode(a,e.mode||"effect"),f=e.restore||"effect"!==p,g=e.scale||"both",m=e.origin||["middle","center"],v=a.css("position"),_=f?r:h,b={height:0,width:0,outerHeight:0,outerWidth:0};"show"===p&&a.show(),s={height:a.height(),width:a.width(),outerHeight:a.outerHeight(),outerWidth:a.outerWidth()},"toggle"===e.mode&&"show"===p?(a.from=e.to||b,a.to=e.from||s):(a.from=e.from||("show"===p?b:s),a.to=e.to||("hide"===p?b:s)),o={from:{y:a.from.height/s.height,x:a.from.width/s.width},to:{y:a.to.height/s.height,x:a.to.width/s.width}},("box"===g||"both"===g)&&(o.from.y!==o.to.y&&(_=_.concat(u),a.from=t.effects.setTransition(a,u,o.from.y,a.from),a.to=t.effects.setTransition(a,u,o.to.y,a.to)),o.from.x!==o.to.x&&(_=_.concat(d),a.from=t.effects.setTransition(a,d,o.from.x,a.from),a.to=t.effects.setTransition(a,d,o.to.x,a.to))),("content"===g||"both"===g)&&o.from.y!==o.to.y&&(_=_.concat(c).concat(l),a.from=t.effects.setTransition(a,c,o.from.y,a.from),a.to=t.effects.setTransition(a,c,o.to.y,a.to)),t.effects.save(a,_),a.show(),t.effects.createWrapper(a),a.css("overflow","hidden").css(a.from),m&&(n=t.effects.getBaseline(m,s),a.from.top=(s.outerHeight-a.outerHeight())*n.y,a.from.left=(s.outerWidth-a.outerWidth())*n.x,a.to.top=(s.outerHeight-a.to.outerHeight)*n.y,a.to.left=(s.outerWidth-a.to.outerWidth)*n.x),a.css(a.from),("content"===g||"both"===g)&&(u=u.concat(["marginTop","marginBottom"]).concat(c),d=d.concat(["marginLeft","marginRight"]),l=r.concat(u).concat(d),a.find("*[width]").each(function(){var i=t(this),s={height:i.height(),width:i.width(),outerHeight:i.outerHeight(),outerWidth:i.outerWidth()};f&&t.effects.save(i,l),i.from={height:s.height*o.from.y,width:s.width*o.from.x,outerHeight:s.outerHeight*o.from.y,outerWidth:s.outerWidth*o.from.x},i.to={height:s.height*o.to.y,width:s.width*o.to.x,outerHeight:s.height*o.to.y,outerWidth:s.width*o.to.x},o.from.y!==o.to.y&&(i.from=t.effects.setTransition(i,u,o.from.y,i.from),i.to=t.effects.setTransition(i,u,o.to.y,i.to)),o.from.x!==o.to.x&&(i.from=t.effects.setTransition(i,d,o.from.x,i.from),i.to=t.effects.setTransition(i,d,o.to.x,i.to)),i.css(i.from),i.animate(i.to,e.duration,e.easing,function(){f&&t.effects.restore(i,l)})})),a.animate(a.to,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){0===a.to.opacity&&a.css("opacity",a.from.opacity),"hide"===p&&a.hide(),t.effects.restore(a,_),f||("static"===v?a.css({position:"relative",top:a.to.top,left:a.to.left}):t.each(["top","left"],function(t,e){a.css(e,function(e,i){var s=parseInt(i,10),n=t?a.to.left:a.to.top;return"auto"===i?n+"px":s+n+"px"})})),t.effects.removeWrapper(a),i()}})}}(jQuery),function(t){t.effects.effect.shake=function(e,i){var s,n=t(this),o=["position","top","bottom","left","right","height","width"],a=t.effects.setMode(n,e.mode||"effect"),r=e.direction||"left",h=e.distance||20,l=e.times||3,c=2*l+1,u=Math.round(e.duration/c),d="up"===r||"down"===r?"top":"left",p="up"===r||"left"===r,f={},g={},m={},v=n.queue(),_=v.length;for(t.effects.save(n,o),n.show(),t.effects.createWrapper(n),f[d]=(p?"-=":"+=")+h,g[d]=(p?"+=":"-=")+2*h,m[d]=(p?"-=":"+=")+2*h,n.animate(f,u,e.easing),s=1;l>s;s++)n.animate(g,u,e.easing).animate(m,u,e.easing);n.animate(g,u,e.easing).animate(f,u/2,e.easing).queue(function(){"hide"===a&&n.hide(),t.effects.restore(n,o),t.effects.removeWrapper(n),i()}),_>1&&v.splice.apply(v,[1,0].concat(v.splice(_,c+1))),n.dequeue()}}(jQuery),function(t){t.effects.effect.slide=function(e,i){var s,n=t(this),o=["position","top","bottom","left","right","width","height"],a=t.effects.setMode(n,e.mode||"show"),r="show"===a,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u={};t.effects.save(n,o),n.show(),s=e.distance||n["top"===l?"outerHeight":"outerWidth"](!0),t.effects.createWrapper(n).css({overflow:"hidden"}),r&&n.css(l,c?isNaN(s)?"-"+s:-s:s),u[l]=(r?c?"+=":"-=":c?"-=":"+=")+s,n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===a&&n.hide(),t.effects.restore(n,o),t.effects.removeWrapper(n),i()}})}}(jQuery),function(t){t.effects.effect.transfer=function(e,i){var s=t(this),n=t(e.to),o="fixed"===n.css("position"),a=t("body"),r=o?a.scrollTop():0,h=o?a.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("<div class='ui-effects-transfer'></div>").appendTo(document.body).addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),i()})}}(jQuery),function(t){t.widget("ui.menu",{version:"1.10.2",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-carat-1-e"},menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().addClass("ui-menu ui-widget ui-widget-content ui-corner-all").toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length).attr({role:this.options.role,tabIndex:0}).bind("click"+this.eventNamespace,t.proxy(function(t){this.options.disabled&&t.preventDefault()},this)),this.options.disabled&&this.element.addClass("ui-state-disabled").attr("aria-disabled","true"),this._on({"mousedown .ui-menu-item > a":function(t){t.preventDefault()},"click .ui-state-disabled > a":function(t){t.preventDefault()},"click .ui-menu-item:has(a)":function(e){var i=t(e.target).closest(".ui-menu-item");!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.mouseHandled=!0,this.select(e),i.has(".ui-menu").length?this.expand(e):this.element.is(":focus")||(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){var i=t(e.currentTarget);i.siblings().children(".ui-state-active").removeClass("ui-state-active"),this.focus(e,i)},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.children(".ui-menu-item").eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){t.contains(this.element[0],this.document[0].activeElement)||this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){t(e.target).closest(".ui-menu").length||this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeClass("ui-menu ui-widget ui-widget-content ui-corner-all ui-menu-icons").removeAttr("role").removeAttr("tabIndex").removeAttr("aria-labelledby").removeAttr("aria-expanded").removeAttr("aria-hidden").removeAttr("aria-disabled").removeUniqueId().show(),this.element.find(".ui-menu-item").removeClass("ui-menu-item").removeAttr("role").removeAttr("aria-disabled").children("a").removeUniqueId().removeClass("ui-corner-all ui-state-hover").removeAttr("tabIndex").removeAttr("role").removeAttr("aria-haspopup").children().each(function(){var e=t(this);e.data("ui-menu-submenu-carat")&&e.remove()}),this.element.find(".ui-menu-divider").removeClass("ui-menu-divider ui-widget-content")},_keydown:function(e){function i(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}var s,n,o,a,r,h=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:h=!1,n=this.previousFilter||"",o=String.fromCharCode(e.keyCode),a=!1,clearTimeout(this.filterTimer),o===n?a=!0:o=n+o,r=RegExp("^"+i(o),"i"),s=this.activeMenu.children(".ui-menu-item").filter(function(){return r.test(t(this).children("a").text())}),s=a&&-1!==s.index(this.active.next())?this.active.nextAll(".ui-menu-item"):s,s.length||(o=String.fromCharCode(e.keyCode),r=RegExp("^"+i(o),"i"),s=this.activeMenu.children(".ui-menu-item").filter(function(){return r.test(t(this).children("a").text())})),s.length?(this.focus(e,s),s.length>1?(this.previousFilter=o,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter):delete this.previousFilter}h&&e.preventDefault()},_activate:function(t){this.active.is(".ui-state-disabled")||(this.active.children("a[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i=this.options.icons.submenu,s=this.element.find(this.options.menus);s.filter(":not(.ui-menu)").addClass("ui-menu ui-widget ui-widget-content ui-corner-all").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),s=e.prev("a"),n=t("<span>").addClass("ui-menu-icon ui-icon "+i).data("ui-menu-submenu-carat",!0);s.attr("aria-haspopup","true").prepend(n),e.attr("aria-labelledby",s.attr("id"))}),e=s.add(this.element),e.children(":not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","presentation").children("a").uniqueId().addClass("ui-corner-all").attr({tabIndex:-1,role:this._itemRole()}),e.children(":not(.ui-menu-item)").each(function(){var e=t(this);/[^\-\u2014\u2013\s]/.test(e.text())||e.addClass("ui-widget-content ui-menu-divider")}),e.children(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){"icons"===t&&this.element.find(".ui-menu-icon").removeClass(this.options.icons.submenu).addClass(e.submenu),this._super(t,e)},focus:function(t,e){var i,s;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children("a").addClass("ui-state-focus"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),this.active.parent().closest(".ui-menu-item").children("a:first").addClass("ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.height(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this.active.children("a").removeClass("ui-state-focus"),this.active=null,this._trigger("blur",t,{item:this.active}))},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false").end().find("a.ui-state-active").removeClass("ui-state-active")},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").children(".ui-menu-item").first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.children(".ui-menu-item")[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.children(".ui-menu-item")[this.active?"last":"first"]())),undefined):(this.next(e),undefined)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.children(".ui-menu-item").first())),undefined):(this.next(e),undefined)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(e){this.active=this.active||t(e.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(e,!0),this._trigger("select",e,i)}})}(jQuery),function(t,e){function i(t,e,i){return[parseFloat(t[0])*(p.test(t[0])?e/100:1),parseFloat(t[1])*(p.test(t[1])?i/100:1)]}function s(e,i){return parseInt(t.css(e,i),10)||0}function n(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}t.ui=t.ui||{};var o,a=Math.max,r=Math.abs,h=Math.round,l=/left|center|right/,c=/top|center|bottom/,u=/[\+\-]\d+(\.[\d]+)?%?/,d=/^\w+/,p=/%$/,f=t.fn.position;t.position={scrollbarWidth:function(){if(o!==e)return o;var i,s,n=t("<div style='display:block;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),a=n.children()[0];return t("body").append(n),i=a.offsetWidth,n.css("overflow","scroll"),s=a.offsetWidth,i===s&&(s=n[0].clientWidth),n.remove(),o=i-s},getScrollInfo:function(e){var i=e.isWindow?"":e.element.css("overflow-x"),s=e.isWindow?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width<e.element[0].scrollWidth,o="scroll"===s||"auto"===s&&e.height<e.element[0].scrollHeight;return{width:o?t.position.scrollbarWidth():0,height:n?t.position.scrollbarWidth():0}},getWithinInfo:function(e){var i=t(e||window),s=t.isWindow(i[0]);return{element:i,isWindow:s,offset:i.offset()||{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:s?i.width():i.outerWidth(),height:s?i.height():i.outerHeight()}}},t.fn.position=function(e){if(!e||!e.of)return f.apply(this,arguments);e=t.extend({},e);var o,p,g,m,v,_,b=t(e.of),y=t.position.getWithinInfo(e.within),w=t.position.getScrollInfo(y),k=(e.collision||"flip").split(" "),x={};return _=n(b),b[0].preventDefault&&(e.at="left top"),p=_.width,g=_.height,m=_.offset,v=t.extend({},m),t.each(["my","at"],function(){var t,i,s=(e[this]||"").split(" ");1===s.length&&(s=l.test(s[0])?s.concat(["center"]):c.test(s[0])?["center"].concat(s):["center","center"]),s[0]=l.test(s[0])?s[0]:"center",s[1]=c.test(s[1])?s[1]:"center",t=u.exec(s[0]),i=u.exec(s[1]),x[this]=[t?t[0]:0,i?i[0]:0],e[this]=[d.exec(s[0])[0],d.exec(s[1])[0]]}),1===k.length&&(k[1]=k[0]),"right"===e.at[0]?v.left+=p:"center"===e.at[0]&&(v.left+=p/2),"bottom"===e.at[1]?v.top+=g:"center"===e.at[1]&&(v.top+=g/2),o=i(x.at,p,g),v.left+=o[0],v.top+=o[1],this.each(function(){var n,l,c=t(this),u=c.outerWidth(),d=c.outerHeight(),f=s(this,"marginLeft"),_=s(this,"marginTop"),D=u+f+s(this,"marginRight")+w.width,C=d+_+s(this,"marginBottom")+w.height,I=t.extend({},v),P=i(x.my,c.outerWidth(),c.outerHeight());"right"===e.my[0]?I.left-=u:"center"===e.my[0]&&(I.left-=u/2),"bottom"===e.my[1]?I.top-=d:"center"===e.my[1]&&(I.top-=d/2),I.left+=P[0],I.top+=P[1],t.support.offsetFractions||(I.left=h(I.left),I.top=h(I.top)),n={marginLeft:f,marginTop:_},t.each(["left","top"],function(i,s){t.ui.position[k[i]]&&t.ui.position[k[i]][s](I,{targetWidth:p,targetHeight:g,elemWidth:u,elemHeight:d,collisionPosition:n,collisionWidth:D,collisionHeight:C,offset:[o[0]+P[0],o[1]+P[1]],my:e.my,at:e.at,within:y,elem:c})}),e.using&&(l=function(t){var i=m.left-I.left,s=i+p-u,n=m.top-I.top,o=n+g-d,h={target:{element:b,left:m.left,top:m.top,width:p,height:g},element:{element:c,left:I.left,top:I.top,width:u,height:d},horizontal:0>s?"left":i>0?"right":"center",vertical:0>o?"top":n>0?"bottom":"middle"};u>p&&p>r(i+s)&&(h.horizontal="center"),d>g&&g>r(n+o)&&(h.vertical="middle"),h.important=a(r(i),r(s))>a(r(n),r(o))?"horizontal":"vertical",e.using.call(this,t,h)}),c.offset(t.extend(I,{using:l}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,o=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-o-n;e.collisionWidth>o?h>0&&0>=l?(i=t.left+h+e.collisionWidth-o-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+o-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=a(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,o=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-o-n;e.collisionHeight>o?h>0&&0>=l?(i=t.top+h+e.collisionHeight-o-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+o-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=a(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,a=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-a-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-a-o,(0>i||r(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>r(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,a=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-a-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-a-o,t.top+p+f+g>c&&(0>s||r(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-h,t.top+p+f+g>u&&(i>0||u>r(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}},function(){var e,i,s,n,o,a=document.getElementsByTagName("body")[0],r=document.createElement("div");e=document.createElement(a?"div":"body"),s={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},a&&t.extend(s,{position:"absolute",left:"-1000px",top:"-1000px"});for(o in s)e.style[o]=s[o];e.appendChild(r),i=a||document.documentElement,i.insertBefore(e,i.firstChild),r.style.cssText="position: absolute; left: 10.7432222px;",n=t(r).offset().left,t.support.offsetFractions=n>10&&11>n,e.innerHTML="",i.removeChild(e)}()}(jQuery),function(t,e){t.widget("ui.progressbar",{version:"1.10.2",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=t("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element),this._refreshValue()
+},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(t){return t===e?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),e)},_constrainedValue:function(t){return t===e&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).toggleClass("ui-corner-right",e===this.options.max).width(i.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div class='ui-progressbar-overlay'></div>").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}})}(jQuery),function(t){var e=5;t.widget("ui.slider",t.ui.mouse,{version:"1.10.2",widgetEventPrefix:"slide",options:{animate:!1,distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget"+" ui-widget-content"+" ui-corner-all"),this._refresh(),this._setOption("disabled",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,s=this.options,n=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),o="<a class='ui-slider-handle ui-state-default ui-corner-all' href='#'></a>",a=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;i>e;e++)a.push(o);this.handles=n.add(t(a.join("")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e)})},_createRange:function(){var e=this.options,i="";e.range?(e.range===!0&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass("ui-slider-range-min ui-slider-range-max").css({left:"",bottom:""}):(this.range=t("<div></div>").appendTo(this.element),i="ui-slider-range ui-widget-header ui-corner-all"),this.range.addClass(i+("min"===e.range||"max"===e.range?" ui-slider-range-"+e.range:""))):this.range=t([])},_setupEvents:function(){var t=this.handles.add(this.range).filter("a");this._off(t),this._on(t,this._handleEvents),this._hoverable(t),this._focusable(t)},_destroy:function(){this.handles.remove(),this.range.remove(),this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all"),this._mouseDestroy()},_mouseCapture:function(e){var i,s,n,o,a,r,h,l,c=this,u=this.options;return u.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(s-c.values(e));(n>i||n===i&&(e===c._lastChangedValue||c.values(e)===u.min))&&(n=i,o=t(this),a=e)}),r=this._start(e,a),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=a,o.addClass("ui-state-active").focus(),h=o.offset(),l=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:e.pageX-h.left-o.width()/2,top:e.pageY-h.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,a,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,s,n,o;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/e,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),o=this._valueMin()+s*n,this._trimAlignValue(o)},_start:function(t,e){var i={handle:this.handles[e],value:this.value()};return this.options.values&&this.options.values.length&&(i.value=this.values(e),i.values=this.values()),this._trigger("start",t,i)},_slide:function(t,e,i){var s,n,o;this.options.values&&this.options.values.length?(s=this.values(e?0:1),2===this.options.values.length&&this.options.range===!0&&(0===e&&i>s||1===e&&s>i)&&(i=s),i!==this.values(e)&&(n=this.values(),n[e]=i,o=this._trigger("slide",t,{handle:this.handles[e],value:i,values:n}),s=this.values(e?0:1),o!==!1&&this.values(e,i,!0))):i!==this.value()&&(o=this._trigger("slide",t,{handle:this.handles[e],value:i}),o!==!1&&this.value(i))},_stop:function(t,e){var i={handle:this.handles[e],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(e),i.values=this.values()),this._trigger("stop",t,i)},_change:function(t,e){if(!this._keySliding&&!this._mouseSliding){var i={handle:this.handles[e],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(e),i.values=this.values()),this._lastChangedValue=e,this._trigger("change",t,i)}},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),this._change(null,0),undefined):this._value()},values:function(e,i){var s,n,o;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),this._change(null,e),undefined;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(e):this.value();for(s=this.options.values,n=arguments[0],o=0;s.length>o;o+=1)s[o]=this._trimAlignValue(n[o]),this._change(null,o);this._refreshValue()},_setOption:function(e,i){var s,n=0;switch("range"===e&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),t.Widget.prototype._setOption.apply(this,arguments),e){case"orientation":this._detectOrientation(),this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation),this._refreshValue();break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=0;n>s;s+=1)this._change(null,s);this._animateOff=!1;break;case"min":case"max":this._animateOff=!0,this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,s;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this.options.values&&this.options.values.length){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(t){if(this._valueMin()>=t)return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,s=t-i;return 2*Math.abs(i)>=e&&(s+=i>0?e:-e),parseFloat(s.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var e,i,s,n,o,a=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,c={};this.options.values&&this.options.values.length?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),c["horizontal"===h.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[l?"animate":"css"](c,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:r.animate}))),e=i}):(s=this.value(),n=this._valueMin(),o=this._valueMax(),i=o!==n?100*((s-n)/(o-n)):0,c["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](c,r.animate),"min"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===a&&"horizontal"===this.orientation&&this.range[l?"animate":"css"]({width:100-i+"%"},{queue:!1,duration:r.animate}),"min"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===a&&"vertical"===this.orientation&&this.range[l?"animate":"css"]({height:100-i+"%"},{queue:!1,duration:r.animate}))},_handleEvents:{keydown:function(i){var s,n,o,a,r=t(i.target).data("ui-slider-handle-index");switch(i.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(i.preventDefault(),!this._keySliding&&(this._keySliding=!0,t(i.target).addClass("ui-state-active"),s=this._start(i,r),s===!1))return}switch(a=this.options.step,n=o=this.options.values&&this.options.values.length?this.values(r):this.value(),i.keyCode){case t.ui.keyCode.HOME:o=this._valueMin();break;case t.ui.keyCode.END:o=this._valueMax();break;case t.ui.keyCode.PAGE_UP:o=this._trimAlignValue(n+(this._valueMax()-this._valueMin())/e);break;case t.ui.keyCode.PAGE_DOWN:o=this._trimAlignValue(n-(this._valueMax()-this._valueMin())/e);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(n===this._valueMax())return;o=this._trimAlignValue(n+a);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(n===this._valueMin())return;o=this._trimAlignValue(n-a)}this._slide(i,r,o)},click:function(t){t.preventDefault()},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),t(e.target).removeClass("ui-state-active"))}}})}(jQuery),function(t){function e(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t.widget("ui.spinner",{version:"1.10.2",defaultElement:"<input>",widgetEventPrefix:"spin",options:{culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e={},i=this.element;return t.each(["min","max","step"],function(t,s){var n=i.attr(s);void 0!==n&&n.length&&(e[s]=n)}),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t),void 0)},mousewheel:function(t,e){if(e){if(!this.spinning&&!this._start(t))return!1;this._spin((e>0?1:-1)*this.options.step,t),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(t)},100),t.preventDefault()}},"mousedown .ui-spinner-button":function(e){function i(){var t=this.element[0]===this.document[0].activeElement;t||(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===this.document[0].activeElement?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_draw:function(){var t=this.uiSpinner=this.element.addClass("ui-spinner-input").attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml());this.element.attr("role","spinbutton"),this.buttons=t.find(".ui-spinner-button").attr("tabIndex",-1).button().removeClass("ui-corner-all"),this.buttons.height()>Math.ceil(.5*t.height())&&t.height()>0&&t.height(t.height()),this.options.disabled&&this.disable()},_keydown:function(e){var i=this.options,s=t.ui.keyCode;switch(e.keyCode){case s.UP:return this._repeat(null,1,e),!0;case s.DOWN:return this._repeat(null,-1,e),!0;case s.PAGE_UP:return this._repeat(null,i.page,e),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,e),!0}return!1},_uiSpinnerHtml:function(){return"<span class='ui-spinner ui-widget ui-widget-content ui-corner-all'></span>"},_buttonHtml:function(){return"<a class='ui-spinner-button ui-spinner-up ui-corner-tr'><span class='ui-icon "+this.options.icons.up+"'>&#9650;</span>"+"</a>"+"<a class='ui-spinner-button ui-spinner-down ui-corner-br'>"+"<span class='ui-icon "+this.options.icons.down+"'>&#9660;</span>"+"</a>"},_start:function(t){return this.spinning||this._trigger("start",t)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(t,e,i){t=t||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,e,i)},t),this._spin(e*this.options.step,i)},_spin:function(t,e){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+t*this._increment(this.counter)),this.spinning&&this._trigger("spin",e,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(e){var i=this.options.incremental;return i?t.isFunction(i)?i(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_adjustValue:function(t){var e,i,s=this.options;return e=null!==s.min?s.min:0,i=t-e,i=Math.round(i/s.step)*s.step,t=e+i,t=parseFloat(t.toFixed(this._precision())),null!==s.max&&t>s.max?s.max:null!==s.min&&s.min>t?s.min:t},_stop:function(t){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",t))},_setOption:function(t,e){if("culture"===t||"numberFormat"===t){var i=this._parse(this.element.val());return this.options[t]=e,this.element.val(this._format(i)),void 0}("max"===t||"min"===t||"step"===t)&&"string"==typeof e&&(e=this._parse(e)),"icons"===t&&(this.buttons.first().find(".ui-icon").removeClass(this.options.icons.up).addClass(e.up),this.buttons.last().find(".ui-icon").removeClass(this.options.icons.down).addClass(e.down)),this._super(t,e),"disabled"===t&&(e?(this.element.prop("disabled",!0),this.buttons.button("disable")):(this.element.prop("disabled",!1),this.buttons.button("enable")))},_setOptions:e(function(t){this._super(t),this._value(this.element.val())}),_parse:function(t){return"string"==typeof t&&""!==t&&(t=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(t,10,this.options.culture):+t),""===t||isNaN(t)?null:t},_format:function(t){return""===t?"":window.Globalize&&this.options.numberFormat?Globalize.format(t,this.options.numberFormat,this.options.culture):t},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},_value:function(t,e){var i;""!==t&&(i=this._parse(t),null!==i&&(e||(i=this._adjustValue(i)),t=this._format(i))),this.element.val(t),this._refresh()},_destroy:function(){this.element.removeClass("ui-spinner-input").prop("disabled",!1).removeAttr("autocomplete").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:e(function(t){this._stepUp(t)}),_stepUp:function(t){this._start()&&(this._spin((t||1)*this.options.step),this._stop())},stepDown:e(function(t){this._stepDown(t)}),_stepDown:function(t){this._start()&&(this._spin((t||1)*-this.options.step),this._stop())},pageUp:e(function(t){this._stepUp((t||1)*this.options.page)}),pageDown:e(function(t){this._stepDown((t||1)*this.options.page)}),value:function(t){return arguments.length?(e(this._value).call(this,t),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}})}(jQuery),function(t,e){function i(){return++n}function s(t){return t.hash.length>1&&decodeURIComponent(t.href.replace(o,""))===decodeURIComponent(location.href.replace(o,""))}var n=0,o=/#.*$/;t.widget("ui.tabs",{version:"1.10.2",delay:300,options:{active:null,collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_create:function(){var e=this,i=this.options;this.running=!1,this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all").toggleClass("ui-tabs-collapsible",i.collapsible).delegate(".ui-tabs-nav > li","mousedown"+this.eventNamespace,function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).delegate(".ui-tabs-anchor","focus"+this.eventNamespace,function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this._processTabs(),i.active=this._initialActive(),t.isArray(i.disabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):t(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var i=this.options.active,s=this.options.collapsible,n=location.hash.substring(1);return null===i&&(n&&this.tabs.each(function(s,o){return t(o).attr("aria-controls")===n?(i=s,!1):e}),null===i&&(i=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===i||-1===i)&&(i=this.tabs.length?0:!1)),i!==!1&&(i=this.tabs.index(this.tabs.eq(i)),-1===i&&(i=s?!1:0)),!s&&i===!1&&this.anchors.length&&(i=0),i},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(i){var s=t(this.document[0].activeElement).closest("li"),n=this.tabs.index(s),o=!0;if(!this._handlePageNav(i)){switch(i.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:n++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:o=!1,n--;break;case t.ui.keyCode.END:n=this.anchors.length-1;break;case t.ui.keyCode.HOME:n=0;break;case t.ui.keyCode.SPACE:return i.preventDefault(),clearTimeout(this.activating),this._activate(n),e;case t.ui.keyCode.ENTER:return i.preventDefault(),clearTimeout(this.activating),this._activate(n===this.options.active?!1:n),e;default:return}i.preventDefault(),clearTimeout(this.activating),n=this._focusNextTab(n,o),i.ctrlKey||(s.attr("aria-selected","false"),this.tabs.eq(n).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",n)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.focus())},_handlePageNav:function(i){return i.altKey&&i.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):i.altKey&&i.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):e},_findNextTab:function(e,i){function s(){return e>n&&(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).focus(),t},_setOption:function(t,i){return"active"===t?(this._activate(i),e):"disabled"===t?(this._setupDisabled(i),e):(this._super(t,i),"collapsible"===t&&(this.element.toggleClass("ui-tabs-collapsible",i),i||this.options.active!==!1||this._activate(0)),"event"===t&&this._setupEvents(i),"heightStyle"===t&&this._setupHeightStyle(i),e)},_tabId:function(t){return t.attr("aria-controls")||"ui-tabs-"+i()},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){return i.index(t)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setupDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-expanded":"false","aria-hidden":"true"}),this.active.length?(this.active.addClass("ui-tabs-active ui-state-active").attr({"aria-selected":"true",tabIndex:0}),this._getPanelForTab(this.active).show().attr({"aria-expanded":"true","aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this;this.tablist=this._getList().addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").attr("role","tablist"),this.tabs=this.tablist.find("> li:has(a[href])").addClass("ui-state-default ui-corner-top").attr({role:"tab",tabIndex:-1}),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).addClass("ui-tabs-anchor").attr({role:"presentation",tabIndex:-1}),this.panels=t(),this.anchors.each(function(i,n){var o,a,r,h=t(n).uniqueId().attr("id"),l=t(n).closest("li"),c=l.attr("aria-controls");s(n)?(o=n.hash,a=e.element.find(e._sanitizeSelector(o))):(r=e._tabId(l),o="#"+r,a=e.element.find(o),a.length||(a=e._createPanel(r),a.insertAfter(e.panels[i-1]||e.tablist)),a.attr("aria-live","polite")),a.length&&(e.panels=e.panels.add(a)),c&&l.data("ui-tabs-aria-controls",c),l.attr({"aria-controls":o.substring(1),"aria-labelledby":h}),a.attr("aria-labelledby",h)}),this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").attr("role","tabpanel")},_getList:function(){return this.element.find("ol,ul").eq(0)},_createPanel:function(e){return t("<div>").attr("id",e).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",!0)},_setupDisabled:function(e){t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1);for(var i,s=0;i=this.tabs[s];s++)e===!0||-1!==t.inArray(s,e)?t(i).addClass("ui-state-disabled").attr("aria-disabled","true"):t(i).removeClass("ui-state-disabled").removeAttr("aria-disabled");this.options.disabled=e},_setupEvents:function(e){var i={click:function(t){t.preventDefault()}};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(this).height("").height())}).height(i))},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n.closest("li"),a=o[0]===s[0],r=a&&i.collapsible,h=r?t():this._getPanelForTab(o),l=s.length?this._getPanelForTab(s):t(),c={oldTab:s,oldPanel:l,newTab:r?t():o,newPanel:h};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||a&&!i.collapsible||this._trigger("beforeActivate",e,c)===!1||(i.active=r?!1:this.tabs.index(o),this.active=a?t():o,this.xhr&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(o),e),this._toggle(e,c))},_toggle:function(e,i){function s(){o.running=!1,o._trigger("activate",e,i)}function n(){i.newTab.closest("li").addClass("ui-tabs-active ui-state-active"),a.length&&o.options.show?o._show(a,o.options.show,s):(a.show(),s())}var o=this,a=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),n()}):(i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),r.hide(),n()),r.attr({"aria-expanded":"false","aria-hidden":"true"}),i.oldTab.attr("aria-selected","false"),a.length&&r.length?i.oldTab.attr("tabIndex",-1):a.length&&this.tabs.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),a.attr({"aria-expanded":"true","aria-hidden":"false"}),i.newTab.attr({"aria-selected":"true",tabIndex:0})},_activate:function(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(t){return"string"==typeof t&&(t=this.anchors.index(this.anchors.filter("[href$='"+t+"']"))),t},_destroy:function(){this.xhr&&this.xhr.abort(),this.element.removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible"),this.tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").removeAttr("role"),this.anchors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr("tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeClass("ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").removeAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-selected").removeAttr("aria-labelledby").removeAttr("aria-hidden").removeAttr("aria-expanded").removeAttr("role")}),this.tabs.each(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(i){var s=this.options.disabled;s!==!1&&(i===e?s=!1:(i=this._getIndex(i),s=t.isArray(s)?t.map(s,function(t){return t!==i?t:null}):t.map(this.tabs,function(t,e){return e!==i?e:null})),this._setupDisabled(s))},disable:function(i){var s=this.options.disabled;if(s!==!0){if(i===e)s=!0;else{if(i=this._getIndex(i),-1!==t.inArray(i,s))return;s=t.isArray(s)?t.merge([i],s).sort():[i]}this._setupDisabled(s)}},load:function(e,i){e=this._getIndex(e);var n=this,o=this.tabs.eq(e),a=o.find(".ui-tabs-anchor"),r=this._getPanelForTab(o),h={tab:o,panel:r};s(a[0])||(this.xhr=t.ajax(this._ajaxSettings(a,i,h)),this.xhr&&"canceled"!==this.xhr.statusText&&(o.addClass("ui-tabs-loading"),r.attr("aria-busy","true"),this.xhr.success(function(t){setTimeout(function(){r.html(t),n._trigger("load",i,h)},1)}).complete(function(t,e){setTimeout(function(){"abort"===e&&n.panels.stop(!1,!0),o.removeClass("ui-tabs-loading"),r.removeAttr("aria-busy"),t===n.xhr&&delete n.xhr},1)})))},_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href"),beforeSend:function(e,o){return n._trigger("beforeLoad",i,t.extend({jqXHR:e,ajaxSettings:o},s))}}},_getPanelForTab:function(e){var i=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}})}(jQuery),function(t){function e(e,i){var s=(e.attr("aria-describedby")||"").split(/\s+/);s.push(i),e.data("ui-tooltip-id",i).attr("aria-describedby",t.trim(s.join(" ")))}function i(e){var i=e.data("ui-tooltip-id"),s=(e.attr("aria-describedby")||"").split(/\s+/),n=t.inArray(i,s);-1!==n&&s.splice(n,1),e.removeData("ui-tooltip-id"),s=t.trim(s.join(" ")),s?e.attr("aria-describedby",s):e.removeAttr("aria-describedby")}var s=0;t.widget("ui.tooltip",{version:"1.10.2",options:{content:function(){var e=t(this).attr("title")||"";return t("<a>").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,tooltipClass:null,track:!1,close:null,open:null},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.options.disabled&&this._disable()},_setOption:function(e,i){var s=this;return"disabled"===e?(this[i?"_disable":"_enable"](),this.options[e]=i,void 0):(this._super(e,i),"content"===e&&t.each(this.tooltips,function(t,e){s._updateContent(e)}),void 0)},_disable:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s[0],e.close(n,!0)}),this.element.find(this.options.items).addBack().each(function(){var e=t(this);e.is("[title]")&&e.data("ui-tooltip-title",e.attr("title")).attr("title","")})},_enable:function(){this.element.find(this.options.items).addBack().each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))})},open:function(e){var i=this,s=t(e?e.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&s.parents().each(function(){var e,s=t(this);s.data("ui-tooltip-open")&&(e=t.Event("blur"),e.target=e.currentTarget=this,i.close(e,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._updateContent(s,e))},_updateContent:function(t,e){var i,s=this.options.content,n=this,o=e?e.type:null;return"string"==typeof s?this._open(e,t,s):(i=s.call(t[0],function(i){t.data("ui-tooltip-open")&&n._delay(function(){e&&(e.type=o),this._open(e,t,i)
+})}),i&&this._open(e,t,i),void 0)},_open:function(i,s,n){function o(t){l.of=t,a.is(":hidden")||a.position(l)}var a,r,h,l=t.extend({},this.options.position);if(n){if(a=this._find(s),a.length)return a.find(".ui-tooltip-content").html(n),void 0;s.is("[title]")&&(i&&"mouseover"===i.type?s.attr("title",""):s.removeAttr("title")),a=this._tooltip(s),e(s,a.attr("id")),a.find(".ui-tooltip-content").html(n),this.options.track&&i&&/^mouse/.test(i.type)?(this._on(this.document,{mousemove:o}),o(i)):a.position(t.extend({of:s},this.options.position)),a.hide(),this._show(a,this.options.show),this.options.show&&this.options.show.delay&&(h=this.delayedShow=setInterval(function(){a.is(":visible")&&(o(l.of),clearInterval(h))},t.fx.interval)),this._trigger("open",i,{tooltip:a}),r={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var i=t.Event(e);i.currentTarget=s[0],this.close(i,!0)}},remove:function(){this._removeTooltip(a)}},i&&"mouseover"!==i.type||(r.mouseleave="close"),i&&"focusin"!==i.type||(r.focusout="close"),this._on(!0,s,r)}},close:function(e){var s=this,n=t(e?e.currentTarget:this.element),o=this._find(n);this.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&n.attr("title",n.data("ui-tooltip-title")),i(n),o.stop(!0),this._hide(o,this.options.hide,function(){s._removeTooltip(t(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,function(e,i){t(i.element).attr("title",i.title),delete s.parents[e]}),this.closing=!0,this._trigger("close",e,{tooltip:o}),this.closing=!1)},_tooltip:function(e){var i="ui-tooltip-"+s++,n=t("<div>").attr({id:i,role:"tooltip"}).addClass("ui-tooltip ui-widget ui-corner-all ui-widget-content "+(this.options.tooltipClass||""));return t("<div>").addClass("ui-tooltip-content").appendTo(n),n.appendTo(this.document[0].body),this.tooltips[i]=e,n},_find:function(e){var i=e.data("ui-tooltip-id");return i?t("#"+i):t()},_removeTooltip:function(t){t.remove(),delete this.tooltips[t.attr("id")]},_destroy:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s[0],e.close(n,!0),t("#"+i).remove(),s.data("ui-tooltip-title")&&(s.attr("title",s.data("ui-tooltip-title")),s.removeData("ui-tooltip-title"))})}})}(jQuery);
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/static/metadatacomposer/lib/jquery.min.js	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,6 @@
+/*! jQuery v2.0.0 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
+//@ sourceMappingURL=jquery.min.map
+*/
+(function(e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u=e.$,l={},c=[],f="2.0.0",p=c.concat,h=c.push,d=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=f.trim,x=function(e,n){return new x.fn.init(e,n,t)},b=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^-ms-/,N=/-([\da-z])/gi,E=function(e,t){return t.toUpperCase()},S=function(){o.removeEventListener("DOMContentLoaded",S,!1),e.removeEventListener("load",S,!1),x.ready()};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,t,n){var r,i;if(!e)return this;if("string"==typeof e){if(r="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:T.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof x?t[0]:t,x.merge(this,x.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:o,!0)),C.test(r[1])&&x.isPlainObject(t))for(r in t)x.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=o.getElementById(r[2]),i&&i.parentNode&&(this.length=1,this[0]=i),this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?n.ready(e):(e.selector!==undefined&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return d.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,t,n,r,i,o,s=arguments[0]||{},a=1,u=arguments.length,l=!1;for("boolean"==typeof s&&(l=s,s=arguments[1]||{},a=2),"object"==typeof s||x.isFunction(s)||(s={}),u===a&&(s=this,--a);u>a;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],r=e[t],s!==r&&(l&&r&&(x.isPlainObject(r)||(i=x.isArray(r)))?(i?(i=!1,o=n&&x.isArray(n)?n:[]):o=n&&x.isPlainObject(n)?n:{},s[t]=x.extend(l,o,r)):r!==undefined&&(s[t]=r));return s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=a),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){(e===!0?--x.readyWait:x.isReady)||(x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(o,[x]),x.fn.trigger&&x(o).trigger("ready").off("ready")))},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if("object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(t){return!1}return!0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:JSON.parse,parseXML:function(e){var t,n;if(!e||"string"!=typeof e)return null;try{n=new DOMParser,t=n.parseFromString(e,"text/xml")}catch(r){t=undefined}return(!t||t.getElementsByTagName("parsererror").length)&&x.error("Invalid XML: "+e),t},noop:function(){},globalEval:function(e){var t,n=eval;e=x.trim(e),e&&(1===e.indexOf("use strict")?(t=o.createElement("script"),t.text=e,o.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(k,"ms-").replace(N,E)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,s=j(e);if(n){if(s){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(s){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:function(e){return null==e?"":v.call(e)},makeArray:function(e,t){var n=t||[];return null!=e&&(j(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:g.call(t,e,n)},merge:function(e,t){var n=t.length,r=e.length,i=0;if("number"==typeof n)for(;n>i;i++)e[r++]=t[i];else while(t[i]!==undefined)e[r++]=t[i++];return e.length=r,e},grep:function(e,t,n){var r,i=[],o=0,s=e.length;for(n=!!n;s>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,s=j(e),a=[];if(s)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(a[a.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(a[a.length]=r);return p.apply([],a)},guid:1,proxy:function(e,t){var n,r,i;return"string"==typeof t&&(n=e[t],t=e,e=n),x.isFunction(e)?(r=d.call(arguments,2),i=function(){return e.apply(t||this,r.concat(d.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):undefined},access:function(e,t,n,r,i,o,s){var a=0,u=e.length,l=null==n;if("object"===x.type(n)){i=!0;for(a in n)x.access(e,t,a,n[a],!0,o,s)}else if(r!==undefined&&(i=!0,x.isFunction(r)||(s=!0),l&&(s?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(x(e),n)})),t))for(;u>a;a++)t(e[a],n,s?r:r.call(e[a],a,t(e[a],n)));return i?e:l?t.call(e):u?t(e[0],n):o},now:Date.now,swap:function(e,t,n,r){var i,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=s[o];return i}}),x.ready.promise=function(t){return n||(n=x.Deferred(),"complete"===o.readyState?setTimeout(x.ready):(o.addEventListener("DOMContentLoaded",S,!1),e.addEventListener("load",S,!1))),n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function j(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}t=x(o),function(e,undefined){var t,n,r,i,o,s,a,u,l,c,f,p,h,d,g,m,y="sizzle"+-new Date,v=e.document,b={},w=0,T=0,C=ot(),k=ot(),N=ot(),E=!1,S=function(){return 0},j=typeof undefined,D=1<<31,A=[],L=A.pop,q=A.push,H=A.push,O=A.slice,F=A.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",R="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",W=M.replace("w","w#"),$="\\["+R+"*("+M+")"+R+"*(?:([*^$|!~]?=)"+R+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+W+")|)|)"+R+"*\\]",B=":("+M+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",I=RegExp("^"+R+"+|((?:^|[^\\\\])(?:\\\\.)*)"+R+"+$","g"),z=RegExp("^"+R+"*,"+R+"*"),_=RegExp("^"+R+"*([>+~]|"+R+")"+R+"*"),X=RegExp(R+"*[+~]"),U=RegExp("="+R+"*([^\\]'\"]*)"+R+"*\\]","g"),Y=RegExp(B),V=RegExp("^"+W+"$"),G={ID:RegExp("^#("+M+")"),CLASS:RegExp("^\\.("+M+")"),TAG:RegExp("^("+M.replace("w","w*")+")"),ATTR:RegExp("^"+$),PSEUDO:RegExp("^"+B),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+R+"*(even|odd|(([+-]|)(\\d*)n|)"+R+"*(?:([+-]|)"+R+"*(\\d+)|))"+R+"*\\)|)","i"),"boolean":RegExp("^(?:"+P+")$","i"),needsContext:RegExp("^"+R+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+R+"*((?:-\\d)?\\d*)"+R+"*\\)|)(?=[^-]|$)","i")},J=/^[^{]+\{\s*\[native \w/,Q=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,et=/'|\\/g,tt=/\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g,nt=function(e,t){var n="0x"+t-65536;return n!==n?t:0>n?String.fromCharCode(n+65536):String.fromCharCode(55296|n>>10,56320|1023&n)};try{H.apply(A=O.call(v.childNodes),v.childNodes),A[v.childNodes.length].nodeType}catch(rt){H={apply:A.length?function(e,t){q.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function it(e){return J.test(e+"")}function ot(){var e,t=[];return e=function(n,i){return t.push(n+=" ")>r.cacheLength&&delete e[t.shift()],e[n]=i}}function st(e){return e[y]=!0,e}function at(e){var t=c.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ut(e,t,n,r){var i,o,s,a,u,f,d,g,x,w;if((t?t.ownerDocument||t:v)!==c&&l(t),t=t||c,n=n||[],!e||"string"!=typeof e)return n;if(1!==(a=t.nodeType)&&9!==a)return[];if(p&&!r){if(i=Q.exec(e))if(s=i[1]){if(9===a){if(o=t.getElementById(s),!o||!o.parentNode)return n;if(o.id===s)return n.push(o),n}else if(t.ownerDocument&&(o=t.ownerDocument.getElementById(s))&&m(t,o)&&o.id===s)return n.push(o),n}else{if(i[2])return H.apply(n,t.getElementsByTagName(e)),n;if((s=i[3])&&b.getElementsByClassName&&t.getElementsByClassName)return H.apply(n,t.getElementsByClassName(s)),n}if(b.qsa&&(!h||!h.test(e))){if(g=d=y,x=t,w=9===a&&e,1===a&&"object"!==t.nodeName.toLowerCase()){f=gt(e),(d=t.getAttribute("id"))?g=d.replace(et,"\\$&"):t.setAttribute("id",g),g="[id='"+g+"'] ",u=f.length;while(u--)f[u]=g+mt(f[u]);x=X.test(e)&&t.parentNode||t,w=f.join(",")}if(w)try{return H.apply(n,x.querySelectorAll(w)),n}catch(T){}finally{d||t.removeAttribute("id")}}}return kt(e.replace(I,"$1"),t,n,r)}o=ut.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},l=ut.setDocument=function(e){var t=e?e.ownerDocument||e:v;return t!==c&&9===t.nodeType&&t.documentElement?(c=t,f=t.documentElement,p=!o(t),b.getElementsByTagName=at(function(e){return e.appendChild(t.createComment("")),!e.getElementsByTagName("*").length}),b.attributes=at(function(e){return e.className="i",!e.getAttribute("className")}),b.getElementsByClassName=at(function(e){return e.innerHTML="<div class='a'></div><div class='a i'></div>",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),b.sortDetached=at(function(e){return 1&e.compareDocumentPosition(c.createElement("div"))}),b.getById=at(function(e){return f.appendChild(e).id=y,!t.getElementsByName||!t.getElementsByName(y).length}),b.getById?(r.find.ID=function(e,t){if(typeof t.getElementById!==j&&p){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},r.filter.ID=function(e){var t=e.replace(tt,nt);return function(e){return e.getAttribute("id")===t}}):(r.find.ID=function(e,t){if(typeof t.getElementById!==j&&p){var n=t.getElementById(e);return n?n.id===e||typeof n.getAttributeNode!==j&&n.getAttributeNode("id").value===e?[n]:undefined:[]}},r.filter.ID=function(e){var t=e.replace(tt,nt);return function(e){var n=typeof e.getAttributeNode!==j&&e.getAttributeNode("id");return n&&n.value===t}}),r.find.TAG=b.getElementsByTagName?function(e,t){return typeof t.getElementsByTagName!==j?t.getElementsByTagName(e):undefined}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=b.getElementsByClassName&&function(e,t){return typeof t.getElementsByClassName!==j&&p?t.getElementsByClassName(e):undefined},d=[],h=[],(b.qsa=it(t.querySelectorAll))&&(at(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||h.push("\\["+R+"*(?:value|"+P+")"),e.querySelectorAll(":checked").length||h.push(":checked")}),at(function(e){var t=c.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&h.push("[*^$]="+R+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||h.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),h.push(",.*:")})),(b.matchesSelector=it(g=f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&at(function(e){b.disconnectedMatch=g.call(e,"div"),g.call(e,"[s!='']:x"),d.push("!=",B)}),h=h.length&&RegExp(h.join("|")),d=d.length&&RegExp(d.join("|")),m=it(f.contains)||f.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},S=f.compareDocumentPosition?function(e,n){if(e===n)return E=!0,0;var r=n.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(n);return r?1&r||!b.sortDetached&&n.compareDocumentPosition(e)===r?e===t||m(v,e)?-1:n===t||m(v,n)?1:u?F.call(u,e)-F.call(u,n):0:4&r?-1:1:e.compareDocumentPosition?-1:1}:function(e,n){var r,i=0,o=e.parentNode,s=n.parentNode,a=[e],l=[n];if(e===n)return E=!0,0;if(!o||!s)return e===t?-1:n===t?1:o?-1:s?1:u?F.call(u,e)-F.call(u,n):0;if(o===s)return lt(e,n);r=e;while(r=r.parentNode)a.unshift(r);r=n;while(r=r.parentNode)l.unshift(r);while(a[i]===l[i])i++;return i?lt(a[i],l[i]):a[i]===v?-1:l[i]===v?1:0},c):c},ut.matches=function(e,t){return ut(e,null,null,t)},ut.matchesSelector=function(e,t){if((e.ownerDocument||e)!==c&&l(e),t=t.replace(U,"='$1']"),!(!b.matchesSelector||!p||d&&d.test(t)||h&&h.test(t)))try{var n=g.call(e,t);if(n||b.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(r){}return ut(t,c,null,[e]).length>0},ut.contains=function(e,t){return(e.ownerDocument||e)!==c&&l(e),m(e,t)},ut.attr=function(e,t){(e.ownerDocument||e)!==c&&l(e);var n=r.attrHandle[t.toLowerCase()],i=n&&n(e,t,!p);return i===undefined?b.attributes||!p?e.getAttribute(t):(i=e.getAttributeNode(t))&&i.specified?i.value:null:i},ut.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},ut.uniqueSort=function(e){var t,n=[],r=0,i=0;if(E=!b.detectDuplicates,u=!b.sortStable&&e.slice(0),e.sort(S),E){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return e};function lt(e,t){var n=t&&e,r=n&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ct(e,t,n){var r;return n?undefined:(r=e.getAttributeNode(t))&&r.specified?r.value:e[t]===!0?t.toLowerCase():null}function ft(e,t,n){var r;return n?undefined:r=e.getAttribute(t,"type"===t.toLowerCase()?1:2)}function pt(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function ht(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function dt(e){return st(function(t){return t=+t,st(function(n,r){var i,o=e([],n.length,t),s=o.length;while(s--)n[i=o[s]]&&(n[i]=!(r[i]=n[i]))})})}i=ut.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r];r++)n+=i(t);return n},r=ut.selectors={cacheLength:50,createPseudo:st,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(tt,nt),e[3]=(e[4]||e[5]||"").replace(tt,nt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ut.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ut.error(e[0]),e},PSEUDO:function(e){var t,n=!e[5]&&e[2];return G.CHILD.test(e[0])?null:(e[4]?e[2]=e[4]:n&&Y.test(n)&&(t=gt(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(tt,nt).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=C[e+" "];return t||(t=RegExp("(^|"+R+")"+e+"("+R+"|$)"))&&C(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=ut.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,h,d,g=o!==s?"nextSibling":"previousSibling",m=t.parentNode,v=a&&t.nodeName.toLowerCase(),x=!u&&!a;if(m){if(o){while(g){f=t;while(f=f[g])if(a?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;d=g="only"===e&&!d&&"nextSibling"}return!0}if(d=[s?m.firstChild:m.lastChild],s&&x){c=m[y]||(m[y]={}),l=c[e]||[],h=l[0]===w&&l[1],p=l[0]===w&&l[2],f=h&&m.childNodes[h];while(f=++h&&f&&f[g]||(p=h=0)||d.pop())if(1===f.nodeType&&++p&&f===t){c[e]=[w,h,p];break}}else if(x&&(l=(t[y]||(t[y]={}))[e])&&l[0]===w)p=l[1];else while(f=++h&&f&&f[g]||(p=h=0)||d.pop())if((a?f.nodeName.toLowerCase()===v:1===f.nodeType)&&++p&&(x&&((f[y]||(f[y]={}))[e]=[w,p]),f===t))break;return p-=i,p===r||0===p%r&&p/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||ut.error("unsupported pseudo: "+e);return i[y]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?st(function(e,n){var r,o=i(e,t),s=o.length;while(s--)r=F.call(e,o[s]),e[r]=!(n[r]=o[s])}):function(e){return i(e,0,n)}):i}},pseudos:{not:st(function(e){var t=[],n=[],r=s(e.replace(I,"$1"));return r[y]?st(function(e,t,n,i){var o,s=r(e,null,i,[]),a=e.length;while(a--)(o=s[a])&&(e[a]=!(t[a]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:st(function(e){return function(t){return ut(e,t).length>0}}),contains:st(function(e){return function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:st(function(e){return V.test(e||"")||ut.error("unsupported lang: "+e),e=e.replace(tt,nt).toLowerCase(),function(t){var n;do if(n=p?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===c.activeElement&&(!c.hasFocus||c.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Z.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:dt(function(){return[0]}),last:dt(function(e,t){return[t-1]}),eq:dt(function(e,t,n){return[0>n?n+t:n]}),even:dt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:dt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:dt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:dt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=pt(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=ht(t);function gt(e,t){var n,i,o,s,a,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);a=e,u=[],l=r.preFilter;while(a){(!n||(i=z.exec(a)))&&(i&&(a=a.slice(i[0].length)||a),u.push(o=[])),n=!1,(i=_.exec(a))&&(n=i.shift(),o.push({value:n,type:i[0].replace(I," ")}),a=a.slice(n.length));for(s in r.filter)!(i=G[s].exec(a))||l[s]&&!(i=l[s](i))||(n=i.shift(),o.push({value:n,type:s,matches:i}),a=a.slice(n.length));if(!n)break}return t?a.length:a?ut.error(e):k(e,u).slice(0)}function mt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function yt(e,t,r){var i=t.dir,o=r&&"parentNode"===i,s=T++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||o)return e(t,n,r)}:function(t,r,a){var u,l,c,f=w+" "+s;if(a){while(t=t[i])if((1===t.nodeType||o)&&e(t,r,a))return!0}else while(t=t[i])if(1===t.nodeType||o)if(c=t[y]||(t[y]={}),(l=c[i])&&l[0]===f){if((u=l[1])===!0||u===n)return u===!0}else if(l=c[i]=[f],l[1]=e(t,r,a)||n,l[1]===!0)return!0}}function vt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xt(e,t,n,r,i){var o,s=[],a=0,u=e.length,l=null!=t;for(;u>a;a++)(o=e[a])&&(!n||n(o,r,i))&&(s.push(o),l&&t.push(a));return s}function bt(e,t,n,r,i,o){return r&&!r[y]&&(r=bt(r)),i&&!i[y]&&(i=bt(i,o)),st(function(o,s,a,u){var l,c,f,p=[],h=[],d=s.length,g=o||Ct(t||"*",a.nodeType?[a]:a,[]),m=!e||!o&&t?g:xt(g,p,e,a,u),y=n?i||(o?e:d||r)?[]:s:m;if(n&&n(m,y,a,u),r){l=xt(y,h),r(l,[],a,u),c=l.length;while(c--)(f=l[c])&&(y[h[c]]=!(m[h[c]]=f))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(f=y[c])&&l.push(m[c]=f);i(null,y=[],l,u)}c=y.length;while(c--)(f=y[c])&&(l=i?F.call(o,f):p[c])>-1&&(o[l]=!(s[l]=f))}}else y=xt(y===s?y.splice(d,y.length):y),i?i(null,s,y,u):H.apply(s,y)})}function wt(e){var t,n,i,o=e.length,s=r.relative[e[0].type],u=s||r.relative[" "],l=s?1:0,c=yt(function(e){return e===t},u,!0),f=yt(function(e){return F.call(t,e)>-1},u,!0),p=[function(e,n,r){return!s&&(r||n!==a)||((t=n).nodeType?c(e,n,r):f(e,n,r))}];for(;o>l;l++)if(n=r.relative[e[l].type])p=[yt(vt(p),n)];else{if(n=r.filter[e[l].type].apply(null,e[l].matches),n[y]){for(i=++l;o>i;i++)if(r.relative[e[i].type])break;return bt(l>1&&vt(p),l>1&&mt(e.slice(0,l-1)).replace(I,"$1"),n,i>l&&wt(e.slice(l,i)),o>i&&wt(e=e.slice(i)),o>i&&mt(e))}p.push(n)}return vt(p)}function Tt(e,t){var i=0,o=t.length>0,s=e.length>0,u=function(u,l,f,p,h){var d,g,m,y=[],v=0,x="0",b=u&&[],T=null!=h,C=a,k=u||s&&r.find.TAG("*",h&&l.parentNode||l),N=w+=null==C?1:Math.random()||.1;for(T&&(a=l!==c&&l,n=i);null!=(d=k[x]);x++){if(s&&d){g=0;while(m=e[g++])if(m(d,l,f)){p.push(d);break}T&&(w=N,n=++i)}o&&((d=!m&&d)&&v--,u&&b.push(d))}if(v+=x,o&&x!==v){g=0;while(m=t[g++])m(b,y,l,f);if(u){if(v>0)while(x--)b[x]||y[x]||(y[x]=L.call(p));y=xt(y)}H.apply(p,y),T&&!u&&y.length>0&&v+t.length>1&&ut.uniqueSort(p)}return T&&(w=N,a=C),b};return o?st(u):u}s=ut.compile=function(e,t){var n,r=[],i=[],o=N[e+" "];if(!o){t||(t=gt(e)),n=t.length;while(n--)o=wt(t[n]),o[y]?r.push(o):i.push(o);o=N(e,Tt(i,r))}return o};function Ct(e,t,n){var r=0,i=t.length;for(;i>r;r++)ut(e,t[r],n);return n}function kt(e,t,n,i){var o,a,u,l,c,f=gt(e);if(!i&&1===f.length){if(a=f[0]=f[0].slice(0),a.length>2&&"ID"===(u=a[0]).type&&9===t.nodeType&&p&&r.relative[a[1].type]){if(t=(r.find.ID(u.matches[0].replace(tt,nt),t)||[])[0],!t)return n;e=e.slice(a.shift().value.length)}o=G.needsContext.test(e)?0:a.length;while(o--){if(u=a[o],r.relative[l=u.type])break;if((c=r.find[l])&&(i=c(u.matches[0].replace(tt,nt),X.test(a[0].type)&&t.parentNode||t))){if(a.splice(o,1),e=i.length&&mt(a),!e)return H.apply(n,i),n;break}}}return s(e,f)(i,t,!p,n,X.test(e)),n}r.pseudos.nth=r.pseudos.eq;function Nt(){}Nt.prototype=r.filters=r.pseudos,r.setFilters=new Nt,b.sortStable=y.split("").sort(S).join("")===y,l(),[0,0].sort(S),b.detectDuplicates=E,at(function(e){if(e.innerHTML="<a href='#'></a>","#"!==e.firstChild.getAttribute("href")){var t="type|href|height|width".split("|"),n=t.length;while(n--)r.attrHandle[t[n]]=ft}}),at(function(e){if(null!=e.getAttribute("disabled")){var t=P.split("|"),n=t.length;while(n--)r.attrHandle[t[n]]=ct}}),x.find=ut,x.expr=ut.selectors,x.expr[":"]=x.expr.pseudos,x.unique=ut.uniqueSort,x.text=ut.getText,x.isXMLDoc=ut.isXML,x.contains=ut.contains}(e);var D={};function A(e){var t=D[e]={};return x.each(e.match(w)||[],function(e,n){t[n]=!0}),t}x.Callbacks=function(e){e="string"==typeof e?D[e]||A(e):x.extend({},e);var t,n,r,i,o,s,a=[],u=!e.once&&[],l=function(f){for(t=e.memory&&f,n=!0,s=i||0,i=0,o=a.length,r=!0;a&&o>s;s++)if(a[s].apply(f[0],f[1])===!1&&e.stopOnFalse){t=!1;break}r=!1,a&&(u?u.length&&l(u.shift()):t?a=[]:c.disable())},c={add:function(){if(a){var n=a.length;(function s(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&c.has(n)||a.push(n):n&&n.length&&"string"!==r&&s(n)})})(arguments),r?o=a.length:t&&(i=n,l(t))}return this},remove:function(){return a&&x.each(arguments,function(e,t){var n;while((n=x.inArray(t,a,n))>-1)a.splice(n,1),r&&(o>=n&&o--,s>=n&&s--)}),this},has:function(e){return e?x.inArray(e,a)>-1:!(!a||!a.length)},empty:function(){return a=[],o=0,this},disable:function(){return a=u=t=undefined,this},disabled:function(){return!a},lock:function(){return u=undefined,t||c.disable(),this},locked:function(){return!u},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!a||n&&!u||(r?u.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},x.extend({Deferred:function(e){var t=[["resolve","done",x.Callbacks("once memory"),"resolved"],["reject","fail",x.Callbacks("once memory"),"rejected"],["notify","progress",x.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.Deferred(function(n){x.each(t,function(t,o){var s=o[0],a=x.isFunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&x.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var s=o[2],a=o[3];r[o[1]]=s.add,a&&s.add(function(){n=a},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=s.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=d.call(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0,o=1===i?e:x.Deferred(),s=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?d.call(arguments):r,n===a?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},a,u,l;if(r>1)for(a=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?n[t].promise().done(s(t,l,n)).fail(o.reject).progress(s(t,u,a)):--i;return i||o.resolveWith(l,n),o.promise()}}),x.support=function(t){var n=o.createElement("input"),r=o.createDocumentFragment(),i=o.createElement("div"),s=o.createElement("select"),a=s.appendChild(o.createElement("option"));return n.type?(n.type="checkbox",t.checkOn=""!==n.value,t.optSelected=a.selected,t.reliableMarginRight=!0,t.boxSizingReliable=!0,t.pixelPosition=!1,n.checked=!0,t.noCloneChecked=n.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!a.disabled,n=o.createElement("input"),n.value="t",n.type="radio",t.radioValue="t"===n.value,n.setAttribute("checked","t"),n.setAttribute("name","t"),r.appendChild(n),t.checkClone=r.cloneNode(!0).cloneNode(!0).lastChild.checked,t.focusinBubbles="onfocusin"in e,i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===i.style.backgroundClip,x(function(){var n,r,s="padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box",a=o.getElementsByTagName("body")[0];a&&(n=o.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",a.appendChild(n).appendChild(i),i.innerHTML="",i.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%",x.swap(a,null!=a.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===i.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(i,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(i,null)||{width:"4px"}).width,r=i.appendChild(o.createElement("div")),r.style.cssText=i.style.cssText=s,r.style.marginRight=r.style.width="0",i.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),a.removeChild(n))}),t):t}({});var L,q,H=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,O=/([A-Z])/g;function F(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=x.expando+Math.random()}F.uid=1,F.accepts=function(e){return e.nodeType?1===e.nodeType||9===e.nodeType:!0},F.prototype={key:function(e){if(!F.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=F.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(r){t[this.expando]=n,x.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var r,i=this.key(e),o=this.cache[i];if("string"==typeof t)o[t]=n;else if(x.isEmptyObject(o))this.cache[i]=t;else for(r in t)o[r]=t[r]},get:function(e,t){var n=this.cache[this.key(e)];return t===undefined?n:n[t]},access:function(e,t,n){return t===undefined||t&&"string"==typeof t&&n===undefined?this.get(e,t):(this.set(e,t,n),n!==undefined?n:t)},remove:function(e,t){var n,r,i=this.key(e),o=this.cache[i];if(t===undefined)this.cache[i]={};else{x.isArray(t)?r=t.concat(t.map(x.camelCase)):t in o?r=[t]:(r=x.camelCase(t),r=r in o?[r]:r.match(w)||[]),n=r.length;while(n--)delete o[r[n]]}},hasData:function(e){return!x.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){delete this.cache[this.key(e)]}},L=new F,q=new F,x.extend({acceptData:F.accepts,hasData:function(e){return L.hasData(e)||q.hasData(e)},data:function(e,t,n){return L.access(e,t,n)},removeData:function(e,t){L.remove(e,t)},_data:function(e,t,n){return q.access(e,t,n)},_removeData:function(e,t){q.remove(e,t)}}),x.fn.extend({data:function(e,t){var n,r,i=this[0],o=0,s=null;if(e===undefined){if(this.length&&(s=L.get(i),1===i.nodeType&&!q.get(i,"hasDataAttrs"))){for(n=i.attributes;n.length>o;o++)r=n[o].name,0===r.indexOf("data-")&&(r=x.camelCase(r.substring(5)),P(i,r,s[r]));q.set(i,"hasDataAttrs",!0)}return s}return"object"==typeof e?this.each(function(){L.set(this,e)}):x.access(this,function(t){var n,r=x.camelCase(e);if(i&&t===undefined){if(n=L.get(i,e),n!==undefined)return n;if(n=L.get(i,r),n!==undefined)return n;if(n=P(i,r,undefined),n!==undefined)return n}else this.each(function(){var n=L.get(this,r);L.set(this,r,t),-1!==e.indexOf("-")&&n!==undefined&&L.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){L.remove(this,e)})}});function P(e,t,n){var r;if(n===undefined&&1===e.nodeType)if(r="data-"+t.replace(O,"-$1").toLowerCase(),n=e.getAttribute(r),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:H.test(n)?JSON.parse(n):n}catch(i){}L.set(e,t,n)}else n=undefined;return n}x.extend({queue:function(e,t,n){var r;return e?(t=(t||"fx")+"queue",r=q.get(e,t),n&&(!r||x.isArray(n)?r=q.access(e,t,x.makeArray(n)):r.push(n)),r||[]):undefined},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(e,t),s=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),o.cur=i,i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q.access(e,n,{empty:x.Callbacks("once memory").add(function(){q.remove(e,[t+"queue",n])})})}}),x.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),n>arguments.length?x.queue(this[0],e):t===undefined?this:this.each(function(){var n=x.queue(this,e,t);
+x._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=x.Deferred(),o=this,s=this.length,a=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=undefined),e=e||"fx";while(s--)n=q.get(o[s],e+"queueHooks"),n&&n.empty&&(r++,n.empty.add(a));return a(),i.promise(t)}});var R,M,W=/[\t\r\n]/g,$=/\r/g,B=/^(?:input|select|textarea|button)$/i;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){x.removeAttr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[x.propFix[e]||e]})},addClass:function(e){var t,n,r,i,o,s=0,a=this.length,u="string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(W," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,s=0,a=this.length,u=0===arguments.length||"string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(W," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?x.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e,i="boolean"==typeof t;return x.isFunction(e)?this.each(function(n){x(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var o,s=0,a=x(this),u=t,l=e.match(w)||[];while(o=l[s++])u=i?u:!a.hasClass(o),a[u?"addClass":"removeClass"](o)}else(n===r||"boolean"===n)&&(this.className&&q.set(this,"__className__",this.className),this.className=this.className||e===!1?"":q.get(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(W," ").indexOf(t)>=0)return!0;return!1},val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=x.isFunction(e),this.each(function(n){var i,o=x(this);1===this.nodeType&&(i=r?e.call(this,n,o.val()):e,null==i?i="":"number"==typeof i?i+="":x.isArray(i)&&(i=x.map(i,function(e){return null==e?"":e+""})),t=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&t.set(this,i,"value")!==undefined||(this.value=i))});if(i)return t=x.valHooks[i.type]||x.valHooks[i.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(i,"value"))!==undefined?n:(n=i.value,"string"==typeof n?n.replace($,""):null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,s=o?null:[],a=o?i+1:r.length,u=0>i?a:o?i:0;for(;a>u;u++)if(n=r[u],!(!n.selected&&u!==i||(x.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=x.makeArray(t),s=i.length;while(s--)r=i[s],(r.selected=x.inArray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,t,n){var i,o,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===r?x.prop(e,t,n):(1===s&&x.isXMLDoc(e)||(t=t.toLowerCase(),i=x.attrHooks[t]||(x.expr.match.boolean.test(t)?M:R)),n===undefined?i&&"get"in i&&null!==(o=i.get(e,t))?o:(o=x.find.attr(e,t),null==o?undefined:o):null!==n?i&&"set"in i&&(o=i.set(e,n,t))!==undefined?o:(e.setAttribute(t,n+""),n):(x.removeAttr(e,t),undefined))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.boolean.test(n)&&(e[r]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,t,n){var r,i,o,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return o=1!==s||!x.isXMLDoc(e),o&&(t=x.propFix[t]||t,i=x.propHooks[t]),n!==undefined?i&&"set"in i&&(r=i.set(e,n,t))!==undefined?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||B.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),M={set:function(e,t,n){return t===!1?x.removeAttr(e,n):e.setAttribute(n,n),n}},x.each(x.expr.match.boolean.source.match(/\w+/g),function(e,t){var n=x.expr.attrHandle[t]||x.find.attr;x.expr.attrHandle[t]=function(e,t,r){var i=x.expr.attrHandle[t],o=r?undefined:(x.expr.attrHandle[t]=undefined)!=n(e,t,r)?t.toLowerCase():null;return x.expr.attrHandle[t]=i,o}}),x.support.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){x.propFix[this.toLowerCase()]=this}),x.each(["radio","checkbox"],function(){x.valHooks[this]={set:function(e,t){return x.isArray(t)?e.checked=x.inArray(x(e).val(),t)>=0:undefined}},x.support.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var I=/^key/,z=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,X=/^([^.]*)(?:\.(.+)|)$/;function U(){return!0}function Y(){return!1}function V(){try{return o.activeElement}catch(e){}}x.event={global:{},add:function(e,t,n,i,o){var s,a,u,l,c,f,p,h,d,g,m,y=q.get(e);if(y){n.handler&&(s=n,n=s.handler,o=s.selector),n.guid||(n.guid=x.guid++),(l=y.events)||(l=y.events={}),(a=y.handle)||(a=y.handle=function(e){return typeof x===r||e&&x.event.triggered===e.type?undefined:x.event.dispatch.apply(a.elem,arguments)},a.elem=e),t=(t||"").match(w)||[""],c=t.length;while(c--)u=X.exec(t[c])||[],d=m=u[1],g=(u[2]||"").split(".").sort(),d&&(p=x.event.special[d]||{},d=(o?p.delegateType:p.bindType)||d,p=x.event.special[d]||{},f=x.extend({type:d,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&x.expr.match.needsContext.test(o),namespace:g.join(".")},s),(h=l[d])||(h=l[d]=[],h.delegateCount=0,p.setup&&p.setup.call(e,i,g,a)!==!1||e.addEventListener&&e.addEventListener(d,a,!1)),p.add&&(p.add.call(e,f),f.handler.guid||(f.handler.guid=n.guid)),o?h.splice(h.delegateCount++,0,f):h.push(f),x.event.global[d]=!0);e=null}},remove:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,h,d,g,m=q.hasData(e)&&q.get(e);if(m&&(u=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(a=X.exec(t[l])||[],h=g=a[1],d=(a[2]||"").split(".").sort(),h){f=x.event.special[h]||{},h=(r?f.delegateType:f.bindType)||h,p=u[h]||[],a=a[2]&&RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));s&&!p.length&&(f.teardown&&f.teardown.call(e,d,m.handle)!==!1||x.removeEvent(e,h,m.handle),delete u[h])}else for(h in u)x.event.remove(e,h+t[l],n,r,!0);x.isEmptyObject(u)&&(delete m.handle,q.remove(e,"events"))}},trigger:function(t,n,r,i){var s,a,u,l,c,f,p,h=[r||o],d=y.call(t,"type")?t.type:t,g=y.call(t,"namespace")?t.namespace.split("."):[];if(a=u=r=r||o,3!==r.nodeType&&8!==r.nodeType&&!_.test(d+x.event.triggered)&&(d.indexOf(".")>=0&&(g=d.split("."),d=g.shift(),g.sort()),c=0>d.indexOf(":")&&"on"+d,t=t[x.expando]?t:new x.Event(d,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=g.join("."),t.namespace_re=t.namespace?RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=undefined,t.target||(t.target=r),n=null==n?[t]:x.makeArray(n,[t]),p=x.event.special[d]||{},i||!p.trigger||p.trigger.apply(r,n)!==!1)){if(!i&&!p.noBubble&&!x.isWindow(r)){for(l=p.delegateType||d,_.test(l+d)||(a=a.parentNode);a;a=a.parentNode)h.push(a),u=a;u===(r.ownerDocument||o)&&h.push(u.defaultView||u.parentWindow||e)}s=0;while((a=h[s++])&&!t.isPropagationStopped())t.type=s>1?l:p.bindType||d,f=(q.get(a,"events")||{})[t.type]&&q.get(a,"handle"),f&&f.apply(a,n),f=c&&a[c],f&&x.acceptData(a)&&f.apply&&f.apply(a,n)===!1&&t.preventDefault();return t.type=d,i||t.isDefaultPrevented()||p._default&&p._default.apply(h.pop(),n)!==!1||!x.acceptData(r)||c&&x.isFunction(r[d])&&!x.isWindow(r)&&(u=r[c],u&&(r[c]=null),x.event.triggered=d,r[d](),x.event.triggered=undefined,u&&(r[c]=u)),t.result}},dispatch:function(e){e=x.event.fix(e);var t,n,r,i,o,s=[],a=d.call(arguments),u=(q.get(this,"events")||{})[e.type]||[],l=x.event.special[e.type]||{};if(a[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),t=0;while((i=s[t++])&&!e.isPropagationStopped()){e.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(o.namespace))&&(e.handleObj=o,e.data=o.data,r=((x.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,a),r!==undefined&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,s=[],a=t.delegateCount,u=e.target;if(a&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!==this;u=u.parentNode||this)if(u.disabled!==!0||"click"!==e.type){for(r=[],n=0;a>n;n++)o=t[n],i=o.selector+" ",r[i]===undefined&&(r[i]=o.needsContext?x(i,this).index(u)>=0:x.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&s.push({elem:u,handlers:r})}return t.length>a&&s.push({elem:this,handlers:t.slice(a)}),s},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var n,r,i,s=t.button;return null==e.pageX&&null!=t.clientX&&(n=e.target.ownerDocument||o,r=n.documentElement,i=n.body,e.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),e.which||s===undefined||(e.which=1&s?1:2&s?3:4&s?2:0),e}},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=z.test(i)?this.mouseHooks:I.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new x.Event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return 3===e.target.nodeType&&(e.target=e.target.parentNode),s.filter?s.filter(e,o):e},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==V()&&this.focus?(this.focus(),!1):undefined},delegateType:"focusin"},blur:{trigger:function(){return this===V()&&this.blur?(this.blur(),!1):undefined},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&x.nodeName(this,"input")?(this.click(),!1):undefined},_default:function(e){return x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==undefined&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},x.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)},x.Event=function(e,t){return this instanceof x.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.getPreventDefault&&e.getPreventDefault()?U:Y):this.type=e,t&&x.extend(this,t),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,undefined):new x.Event(e,t)},x.Event.prototype={isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=U,e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=U,e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=U,this.stopPropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.focusinBubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),x.fn.extend({on:function(e,t,n,r,i){var o,s;if("object"==typeof e){"string"!=typeof t&&(n=n||t,t=undefined);for(s in e)this.on(s,t,n,e[s],i);return this}if(null==n&&null==r?(r=t,n=t=undefined):null==r&&("string"==typeof t?(r=n,n=undefined):(r=n,n=t,t=undefined)),r===!1)r=Y;else if(!r)return this;return 1===i&&(o=r,r=function(e){return x().off(e),o.apply(this,arguments)},r.guid=o.guid||(o.guid=x.guid++)),this.each(function(){x.event.add(this,e,r,n,t)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,x(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return(t===!1||"function"==typeof t)&&(n=t,t=undefined),n===!1&&(n=Y),this.each(function(){x.event.remove(this,e,n,t)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];return n?x.event.trigger(e,t,n,!0):undefined}});var G=/^.[^:#\[\.,]*$/,J=x.expr.match.needsContext,Q={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n,r,i=this.length;if("string"!=typeof e)return t=this,this.pushStack(x(e).filter(function(){for(r=0;i>r;r++)if(x.contains(t[r],this))return!0}));for(n=[],r=0;i>r;r++)x.find(e,this[r],n);return n=this.pushStack(i>1?x.unique(n):n),n.selector=(this.selector?this.selector+" ":"")+e,n},has:function(e){var t=x(e,this),n=t.length;return this.filter(function(){var e=0;for(;n>e;e++)if(x.contains(this,t[e]))return!0})},not:function(e){return this.pushStack(Z(this,e||[],!0))},filter:function(e){return this.pushStack(Z(this,e||[],!1))},is:function(e){return!!e&&("string"==typeof e?J.test(e)?x(e,this.context).index(this[0])>=0:x.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,o=[],s=J.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(s?s.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?g.call(x(e),this[0]):g.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.nodeType?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function K(e,t){while((e=e[t])&&1!==e.nodeType);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){return x.dir(e,"parentNode",n)},next:function(e){return K(e,"nextSibling")},prev:function(e){return K(e,"previousSibling")},nextAll:function(e){return x.dir(e,"nextSibling")},prevAll:function(e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return x.dir(e,"previousSibling",n)},siblings:function(e){return x.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return x.sibling(e.firstChild)},contents:function(e){return x.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:x.merge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(Q[e]||x.unique(i),"p"===e[0]&&i.reverse()),this.pushStack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,t,n){var r=[],i=n!==undefined;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&x(e).is(n))break;r.push(e)}return r},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function Z(e,t,n){if(x.isFunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(G.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return g.call(t,e)>=0!==n})}var et=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,tt=/<([\w:]+)/,nt=/<|&#?\w+;/,rt=/<(?:script|style|link)/i,it=/^(?:checkbox|radio)$/i,ot=/checked\s*(?:[^=]|=\s*.checked.)/i,st=/^$|\/(?:java|ecma)script/i,at=/^true\/(.*)/,ut=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,lt={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};lt.optgroup=lt.option,lt.tbody=lt.tfoot=lt.colgroup=lt.caption=lt.col=lt.thead,lt.th=lt.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===undefined?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=ct(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=ct(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(gt(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&ht(gt(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++)1===e.nodeType&&(x.cleanData(gt(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var t=this[0]||{},n=0,r=this.length;if(e===undefined&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!rt.test(e)&&!lt[(tt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(et,"<$1></$2>");try{for(;r>n;n++)t=this[n]||{},1===t.nodeType&&(x.cleanData(gt(t,!1)),t.innerHTML=e);t=0}catch(i){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=p.apply([],e);var r,i,o,s,a,u,l=0,c=this.length,f=this,h=c-1,d=e[0],g=x.isFunction(d);if(g||!(1>=c||"string"!=typeof d||x.support.checkClone)&&ot.test(d))return this.each(function(r){var i=f.eq(r);g&&(e[0]=d.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(r=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),i=r.firstChild,1===r.childNodes.length&&(r=i),i)){for(o=x.map(gt(r,"script"),ft),s=o.length;c>l;l++)a=r,l!==h&&(a=x.clone(a,!0,!0),s&&x.merge(o,gt(a,"script"))),t.call(this[l],a,l);if(s)for(u=o[o.length-1].ownerDocument,x.map(o,pt),l=0;s>l;l++)a=o[l],st.test(a.type||"")&&!q.access(a,"globalEval")&&x.contains(u,a)&&(a.src?x._evalUrl(a.src):x.globalEval(a.textContent.replace(ut,"")))}return this}}),x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=[],i=x(e),o=i.length-1,s=0;for(;o>=s;s++)n=s===o?this:this.clone(!0),x(i[s])[t](n),h.apply(r,n.get());return this.pushStack(r)}}),x.extend({clone:function(e,t,n){var r,i,o,s,a=e.cloneNode(!0),u=x.contains(e.ownerDocument,e);if(!(x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(s=gt(a),o=gt(e),r=0,i=o.length;i>r;r++)mt(o[r],s[r]);if(t)if(n)for(o=o||gt(e),s=s||gt(a),r=0,i=o.length;i>r;r++)dt(o[r],s[r]);else dt(e,a);return s=gt(a,"script"),s.length>0&&ht(s,!u&&gt(e,"script")),a},buildFragment:function(e,t,n,r){var i,o,s,a,u,l,c=0,f=e.length,p=t.createDocumentFragment(),h=[];for(;f>c;c++)if(i=e[c],i||0===i)if("object"===x.type(i))x.merge(h,i.nodeType?[i]:i);else if(nt.test(i)){o=o||p.appendChild(t.createElement("div")),s=(tt.exec(i)||["",""])[1].toLowerCase(),a=lt[s]||lt._default,o.innerHTML=a[1]+i.replace(et,"<$1></$2>")+a[2],l=a[0];while(l--)o=o.firstChild;x.merge(h,o.childNodes),o=p.firstChild,o.textContent=""}else h.push(t.createTextNode(i));p.textContent="",c=0;while(i=h[c++])if((!r||-1===x.inArray(i,r))&&(u=x.contains(i.ownerDocument,i),o=gt(p.appendChild(i),"script"),u&&ht(o),n)){l=0;while(i=o[l++])st.test(i.type||"")&&n.push(i)}return p},cleanData:function(e){var t,n,r,i=e.length,o=0,s=x.event.special;for(;i>o;o++){if(n=e[o],x.acceptData(n)&&(t=q.access(n)))for(r in t.events)s[r]?x.event.remove(n,r):x.removeEvent(n,r,t.handle);L.discard(n),q.discard(n)}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"text",async:!1,global:!1,success:x.globalEval})}});function ct(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function ft(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function pt(e){var t=at.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function ht(e,t){var n=e.length,r=0;for(;n>r;r++)q.set(e[r],"globalEval",!t||q.get(t[r],"globalEval"))}function dt(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(q.hasData(e)&&(o=q.access(e),s=x.extend({},o),l=o.events,q.set(t,s),l)){delete s.handle,s.events={};for(i in l)for(n=0,r=l[i].length;r>n;n++)x.event.add(t,i,l[i][n])}L.hasData(e)&&(a=L.access(e),u=x.extend({},a),L.set(t,u))}}function gt(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return t===undefined||t&&x.nodeName(e,t)?x.merge([e],n):n}function mt(e,t){var n=t.nodeName.toLowerCase();"input"===n&&it.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}x.fn.extend({wrapAll:function(e){var t;return x.isFunction(e)?this.each(function(t){x(this).wrapAll(e.call(this,t))}):(this[0]&&(t=x(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this)},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var yt,vt,xt=/^(none|table(?!-c[ea]).+)/,bt=/^margin/,wt=RegExp("^("+b+")(.*)$","i"),Tt=RegExp("^("+b+")(?!px)[a-z%]+$","i"),Ct=RegExp("^([+-])=("+b+")","i"),kt={BODY:"block"},Nt={position:"absolute",visibility:"hidden",display:"block"},Et={letterSpacing:0,fontWeight:400},St=["Top","Right","Bottom","Left"],jt=["Webkit","O","Moz","ms"];function Dt(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=jt.length;while(i--)if(t=jt[i]+n,t in e)return t;return r}function At(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerDocument,e)}function Lt(t){return e.getComputedStyle(t,null)}function qt(e,t){var n,r,i,o=[],s=0,a=e.length;for(;a>s;s++)r=e[s],r.style&&(o[s]=q.get(r,"olddisplay"),n=r.style.display,t?(o[s]||"none"!==n||(r.style.display=""),""===r.style.display&&At(r)&&(o[s]=q.access(r,"olddisplay",Pt(r.nodeName)))):o[s]||(i=At(r),(n&&"none"!==n||!i)&&q.set(r,"olddisplay",i?n:x.css(r,"display"))));for(s=0;a>s;s++)r=e[s],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[s]||"":"none"));return e}x.fn.extend({css:function(e,t){return x.access(this,function(e,t,n){var r,i,o={},s=0;if(x.isArray(t)){for(r=Lt(e),i=t.length;i>s;s++)o[t[s]]=x.css(e,t[s],!1,r);return o}return n!==undefined?x.style(e,t,n):x.css(e,t)},e,t,arguments.length>1)},show:function(){return qt(this,!0)},hide:function(){return qt(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:At(this))?x(this).show():x(this).hide()})}}),x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=yt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,s,a=x.camelCase(t),u=e.style;return t=x.cssProps[a]||(x.cssProps[a]=Dt(u,a)),s=x.cssHooks[t]||x.cssHooks[a],n===undefined?s&&"get"in s&&(i=s.get(e,!1,r))!==undefined?i:u[t]:(o=typeof n,"string"===o&&(i=Ct.exec(n))&&(n=(i[1]+1)*i[2]+parseFloat(x.css(e,t)),o="number"),null==n||"number"===o&&isNaN(n)||("number"!==o||x.cssNumber[a]||(n+="px"),x.support.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),s&&"set"in s&&(n=s.set(e,n,r))===undefined||(u[t]=n)),undefined)}},css:function(e,t,n,r){var i,o,s,a=x.camelCase(t);return t=x.cssProps[a]||(x.cssProps[a]=Dt(e.style,a)),s=x.cssHooks[t]||x.cssHooks[a],s&&"get"in s&&(i=s.get(e,!0,n)),i===undefined&&(i=yt(e,t,r)),"normal"===i&&t in Et&&(i=Et[t]),""===n||n?(o=parseFloat(i),n===!0||x.isNumeric(o)?o||0:i):i}}),yt=function(e,t,n){var r,i,o,s=n||Lt(e),a=s?s.getPropertyValue(t)||s[t]:undefined,u=e.style;return s&&(""!==a||x.contains(e.ownerDocument,e)||(a=x.style(e,t)),Tt.test(a)&&bt.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=s.width,u.width=r,u.minWidth=i,u.maxWidth=o)),a};function Ht(e,t,n){var r=wt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function Ot(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,s=0;for(;4>o;o+=2)"margin"===n&&(s+=x.css(e,n+St[o],!0,i)),r?("content"===n&&(s-=x.css(e,"padding"+St[o],!0,i)),"margin"!==n&&(s-=x.css(e,"border"+St[o]+"Width",!0,i))):(s+=x.css(e,"padding"+St[o],!0,i),"padding"!==n&&(s+=x.css(e,"border"+St[o]+"Width",!0,i)));return s}function Ft(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Lt(e),s=x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=yt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Tt.test(i))return i;r=s&&(x.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+Ot(e,t,n||(s?"border":"content"),r,o)+"px"}function Pt(e){var t=o,n=kt[e];return n||(n=Rt(e,t),"none"!==n&&n||(vt=(vt||x("<iframe frameborder='0' width='0' height='0'/>").css("cssText","display:block !important")).appendTo(t.documentElement),t=(vt[0].contentWindow||vt[0].contentDocument).document,t.write("<!doctype html><html><body>"),t.close(),n=Rt(e,t),vt.detach()),kt[e]=n),n}function Rt(e,t){var n=x(t.createElement(e)).appendTo(t.body),r=x.css(n[0],"display");return n.remove(),r}x.each(["height","width"],function(e,t){x.cssHooks[t]={get:function(e,n,r){return n?0===e.offsetWidth&&xt.test(x.css(e,"display"))?x.swap(e,Nt,function(){return Ft(e,t,r)}):Ft(e,t,r):undefined},set:function(e,n,r){var i=r&&Lt(e);return Ht(e,n,r?Ot(e,t,r,x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,i),i):0)}}}),x(function(){x.support.reliableMarginRight||(x.cssHooks.marginRight={get:function(e,t){return t?x.swap(e,{display:"inline-block"},yt,[e,"marginRight"]):undefined}}),!x.support.pixelPosition&&x.fn.position&&x.each(["top","left"],function(e,t){x.cssHooks[t]={get:function(e,n){return n?(n=yt(e,t),Tt.test(n)?x(e).position()[t]+"px":n):undefined}}})}),x.expr&&x.expr.filters&&(x.expr.filters.hidden=function(e){return 0>=e.offsetWidth&&0>=e.offsetHeight},x.expr.filters.visible=function(e){return!x.expr.filters.hidden(e)}),x.each({margin:"",padding:"",border:"Width"},function(e,t){x.cssHooks[e+t]={expand:function(n){var r=0,i={},o="string"==typeof n?n.split(" "):[n];for(;4>r;r++)i[e+St[r]+t]=o[r]||o[r-2]||o[0];return i}},bt.test(e)||(x.cssHooks[e+t].set=Ht)});var Mt=/%20/g,Wt=/\[\]$/,$t=/\r?\n/g,Bt=/^(?:submit|button|image|reset|file)$/i,It=/^(?:input|select|textarea|keygen)/i;x.fn.extend({serialize:function(){return x.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=x.prop(this,"elements");return e?x.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!x(this).is(":disabled")&&It.test(this.nodeName)&&!Bt.test(e)&&(this.checked||!it.test(e))}).map(function(e,t){var n=x(this).val();return null==n?null:x.isArray(n)?x.map(n,function(e){return{name:t.name,value:e.replace($t,"\r\n")}}):{name:t.name,value:n.replace($t,"\r\n")}}).get()}}),x.param=function(e,t){var n,r=[],i=function(e,t){t=x.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(t===undefined&&(t=x.ajaxSettings&&x.ajaxSettings.traditional),x.isArray(e)||e.jquery&&!x.isPlainObject(e))x.each(e,function(){i(this.name,this.value)});else for(n in e)zt(n,e[n],t,i);return r.join("&").replace(Mt,"+")};function zt(e,t,n,r){var i;if(x.isArray(t))x.each(t,function(t,i){n||Wt.test(e)?r(e,i):zt(e+"["+("object"==typeof i?t:"")+"]",i,n,r)});else if(n||"object"!==x.type(t))r(e,t);else for(i in t)zt(e+"["+i+"]",t[i],n,r)}x.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){x.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),x.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var _t,Xt,Ut=x.now(),Yt=/\?/,Vt=/#.*$/,Gt=/([?&])_=[^&]*/,Jt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Qt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Kt=/^(?:GET|HEAD)$/,Zt=/^\/\//,en=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,tn=x.fn.load,nn={},rn={},on="*/".concat("*");try{Xt=i.href}catch(sn){Xt=o.createElement("a"),Xt.href="",Xt=Xt.href}_t=en.exec(Xt.toLowerCase())||[];function an(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(w)||[];
+if(x.isFunction(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function un(e,t,n,r){var i={},o=e===rn;function s(a){var u;return i[a]=!0,x.each(e[a]||[],function(e,a){var l=a(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):undefined:(t.dataTypes.unshift(l),s(l),!1)}),u}return s(t.dataTypes[0])||!i["*"]&&s("*")}function ln(e,t){var n,r,i=x.ajaxSettings.flatOptions||{};for(n in t)t[n]!==undefined&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&x.extend(!0,e,r),e}x.fn.load=function(e,t,n){if("string"!=typeof e&&tn)return tn.apply(this,arguments);var r,i,o,s=this,a=e.indexOf(" ");return a>=0&&(r=e.slice(a),e=e.slice(0,a)),x.isFunction(t)?(n=t,t=undefined):t&&"object"==typeof t&&(i="POST"),s.length>0&&x.ajax({url:e,type:i,dataType:"html",data:t}).done(function(e){o=arguments,s.html(r?x("<div>").append(x.parseHTML(e)).find(r):e)}).complete(n&&function(e,t){s.each(n,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Xt,type:"GET",isLocal:Qt.test(_t[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":on,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ln(ln(e,x.ajaxSettings),t):ln(x.ajaxSettings,e)},ajaxPrefilter:an(nn),ajaxTransport:an(rn),ajax:function(e,t){"object"==typeof e&&(t=e,e=undefined),t=t||{};var n,r,i,o,s,a,u,l,c=x.ajaxSetup({},t),f=c.context||c,p=c.context&&(f.nodeType||f.jquery)?x(f):x.event,h=x.Deferred(),d=x.Callbacks("once memory"),g=c.statusCode||{},m={},y={},v=0,b="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===v){if(!o){o={};while(t=Jt.exec(i))o[t[1].toLowerCase()]=t[2]}t=o[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===v?i:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return v||(e=y[n]=y[n]||e,m[e]=t),this},overrideMimeType:function(e){return v||(c.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>v)for(t in e)g[t]=[g[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||b;return n&&n.abort(t),k(0,t),this}};if(h.promise(T).complete=d.add,T.success=T.done,T.error=T.fail,c.url=((e||c.url||Xt)+"").replace(Vt,"").replace(Zt,_t[1]+"//"),c.type=t.method||t.type||c.method||c.type,c.dataTypes=x.trim(c.dataType||"*").toLowerCase().match(w)||[""],null==c.crossDomain&&(a=en.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===_t[1]&&a[2]===_t[2]&&(a[3]||("http:"===a[1]?"80":"443"))===(_t[3]||("http:"===_t[1]?"80":"443")))),c.data&&c.processData&&"string"!=typeof c.data&&(c.data=x.param(c.data,c.traditional)),un(nn,c,t,T),2===v)return T;u=c.global,u&&0===x.active++&&x.event.trigger("ajaxStart"),c.type=c.type.toUpperCase(),c.hasContent=!Kt.test(c.type),r=c.url,c.hasContent||(c.data&&(r=c.url+=(Yt.test(r)?"&":"?")+c.data,delete c.data),c.cache===!1&&(c.url=Gt.test(r)?r.replace(Gt,"$1_="+Ut++):r+(Yt.test(r)?"&":"?")+"_="+Ut++)),c.ifModified&&(x.lastModified[r]&&T.setRequestHeader("If-Modified-Since",x.lastModified[r]),x.etag[r]&&T.setRequestHeader("If-None-Match",x.etag[r])),(c.data&&c.hasContent&&c.contentType!==!1||t.contentType)&&T.setRequestHeader("Content-Type",c.contentType),T.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+("*"!==c.dataTypes[0]?", "+on+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)T.setRequestHeader(l,c.headers[l]);if(c.beforeSend&&(c.beforeSend.call(f,T,c)===!1||2===v))return T.abort();b="abort";for(l in{success:1,error:1,complete:1})T[l](c[l]);if(n=un(rn,c,t,T)){T.readyState=1,u&&p.trigger("ajaxSend",[T,c]),c.async&&c.timeout>0&&(s=setTimeout(function(){T.abort("timeout")},c.timeout));try{v=1,n.send(m,k)}catch(C){if(!(2>v))throw C;k(-1,C)}}else k(-1,"No Transport");function k(e,t,o,a){var l,m,y,b,w,C=t;2!==v&&(v=2,s&&clearTimeout(s),n=undefined,i=a||"",T.readyState=e>0?4:0,l=e>=200&&300>e||304===e,o&&(b=cn(c,T,o)),b=fn(c,b,T,l),l?(c.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(x.lastModified[r]=w),w=T.getResponseHeader("etag"),w&&(x.etag[r]=w)),204===e?C="nocontent":304===e?C="notmodified":(C=b.state,m=b.data,y=b.error,l=!y)):(y=C,(e||!C)&&(C="error",0>e&&(e=0))),T.status=e,T.statusText=(t||C)+"",l?h.resolveWith(f,[m,C,T]):h.rejectWith(f,[T,C,y]),T.statusCode(g),g=undefined,u&&p.trigger(l?"ajaxSuccess":"ajaxError",[T,c,l?m:y]),d.fireWith(f,[T,C]),u&&(p.trigger("ajaxComplete",[T,c]),--x.active||x.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,t){return x.get(e,undefined,t,"script")}}),x.each(["get","post"],function(e,t){x[t]=function(e,n,r,i){return x.isFunction(n)&&(i=i||r,r=n,n=undefined),x.ajax({url:e,type:t,dataType:i,data:n,success:r})}});function cn(e,t,n){var r,i,o,s,a=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),r===undefined&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in a)if(a[i]&&a[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}s||(s=i)}o=o||s}return o?(o!==u[0]&&u.unshift(o),n[o]):undefined}function fn(e,t,n,r){var i,o,s,a,u,l={},c=e.dataTypes.slice();if(c[1])for(s in e.converters)l[s.toLowerCase()]=e.converters[s];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(s=l[u+" "+o]||l["* "+o],!s)for(i in l)if(a=i.split(" "),a[1]===o&&(s=l[u+" "+a[0]]||l["* "+a[0]])){s===!0?s=l[i]:l[i]!==!0&&(o=a[0],c.unshift(a[1]));break}if(s!==!0)if(s&&e["throws"])t=s(t);else try{t=s(t)}catch(f){return{state:"parsererror",error:s?f:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===undefined&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),x.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=x("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),o.head.appendChild(t[0])},abort:function(){n&&n()}}}});var pn=[],hn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=pn.pop()||x.expando+"_"+Ut++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,s,a=t.jsonp!==!1&&(hn.test(t.url)?"url":"string"==typeof t.data&&!(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&hn.test(t.data)&&"data");return a||"jsonp"===t.dataTypes[0]?(i=t.jsonpCallback=x.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(hn,"$1"+i):t.jsonp!==!1&&(t.url+=(Yt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return s||x.error(i+" was not called"),s[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){s=arguments},r.always(function(){e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,pn.push(i)),s&&x.isFunction(o)&&o(s[0]),s=o=undefined}),"script"):undefined}),x.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var dn=x.ajaxSettings.xhr(),gn={0:200,1223:204},mn=0,yn={};e.ActiveXObject&&x(e).on("unload",function(){for(var e in yn)yn[e]();yn=undefined}),x.support.cors=!!dn&&"withCredentials"in dn,x.support.ajax=dn=!!dn,x.ajaxTransport(function(e){var t;return x.support.cors||dn&&!e.crossDomain?{send:function(n,r){var i,o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)s[i]=e.xhrFields[i];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest");for(i in n)s.setRequestHeader(i,n[i]);t=function(e){return function(){t&&(delete yn[o],t=s.onload=s.onerror=null,"abort"===e?s.abort():"error"===e?r(s.status||404,s.statusText):r(gn[s.status]||s.status,s.statusText,"string"==typeof s.responseText?{text:s.responseText}:undefined,s.getAllResponseHeaders()))}},s.onload=t(),s.onerror=t("error"),t=yn[o=mn++]=t("abort"),s.send(e.hasContent&&e.data||null)},abort:function(){t&&t()}}:undefined});var vn,xn,bn=/^(?:toggle|show|hide)$/,wn=RegExp("^(?:([+-])=|)("+b+")([a-z%]*)$","i"),Tn=/queueHooks$/,Cn=[Dn],kn={"*":[function(e,t){var n,r,i=this.createTween(e,t),o=wn.exec(t),s=i.cur(),a=+s||0,u=1,l=20;if(o){if(n=+o[2],r=o[3]||(x.cssNumber[e]?"":"px"),"px"!==r&&a){a=x.css(i.elem,e,!0)||n||1;do u=u||".5",a/=u,x.style(i.elem,e,a+r);while(u!==(u=i.cur()/s)&&1!==u&&--l)}i.unit=r,i.start=a,i.end=o[1]?a+(o[1]+1)*n:n}return i}]};function Nn(){return setTimeout(function(){vn=undefined}),vn=x.now()}function En(e,t){x.each(t,function(t,n){var r=(kn[t]||[]).concat(kn["*"]),i=0,o=r.length;for(;o>i;i++)if(r[i].call(e,t,n))return})}function Sn(e,t,n){var r,i,o=0,s=Cn.length,a=x.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;var t=vn||Nn(),n=Math.max(0,l.startTime+l.duration-t),r=n/l.duration||0,o=1-r,s=0,u=l.tweens.length;for(;u>s;s++)l.tweens[s].run(o);return a.notifyWith(e,[l,o,n]),1>o&&u?n:(a.resolveWith(e,[l]),!1)},l=a.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:vn||Nn(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)l.tweens[n].run(1);return t?a.resolveWith(e,[l,t]):a.rejectWith(e,[l,t]),this}}),c=l.props;for(jn(c,l.opts.specialEasing);s>o;o++)if(r=Cn[o].call(l,e,c,l.opts))return r;return En(l,c),x.isFunction(l.opts.start)&&l.opts.start.call(e,l),x.fx.timer(x.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}function jn(e,t){var n,r,i,o,s;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),s=x.cssHooks[r],s&&"expand"in s){o=s.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(Sn,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],kn[n]=kn[n]||[],kn[n].unshift(t)},prefilter:function(e,t){t?Cn.unshift(e):Cn.push(e)}});function Dn(e,t,n){var r,i,o,s,a,u,l,c,f,p=this,h=e.style,d={},g=[],m=e.nodeType&&At(e);n.queue||(c=x._queueHooks(e,"fx"),null==c.unqueued&&(c.unqueued=0,f=c.empty.fire,c.empty.fire=function(){c.unqueued||f()}),c.unqueued++,p.always(function(){p.always(function(){c.unqueued--,x.queue(e,"fx").length||c.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),a=q.get(e,"fxshow");for(r in t)if(o=t[r],bn.exec(o)){if(delete t[r],u=u||"toggle"===o,o===(m?"hide":"show")){if("show"!==o||a===undefined||a[r]===undefined)continue;m=!0}g.push(r)}if(s=g.length){a=q.get(e,"fxshow")||q.access(e,"fxshow",{}),"hidden"in a&&(m=a.hidden),u&&(a.hidden=!m),m?x(e).show():p.done(function(){x(e).hide()}),p.done(function(){var t;q.remove(e,"fxshow");for(t in d)x.style(e,t,d[t])});for(r=0;s>r;r++)i=g[r],l=p.createTween(i,m?a[i]:0),d[i]=a[i]||x.style(e,i),i in a||(a[i]=l.start,m&&(l.end=l.start,l.start="width"===i||"height"===i?1:0))}}function An(e,t,n,r,i){return new An.prototype.init(e,t,n,r,i)}x.Tween=An,An.prototype={constructor:An,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=An.propHooks[this.prop];return e&&e.get?e.get(this):An.propHooks._default.get(this)},run:function(e){var t,n=An.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):An.propHooks._default.set(this),this}},An.prototype.init.prototype=An.prototype,An.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},An.propHooks.scrollTop=An.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(Ln(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(At).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),s=function(){var t=Sn(this,x.extend({},e),o);s.finish=function(){t.stop(!0)},(i||q.get(this,"finish"))&&t.stop(!0)};return s.finish=s,i||o.queue===!1?this.each(s):this.queue(o.queue,s)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=undefined),t&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=x.timers,s=q.get(this);if(i)s[i]&&s[i].stop&&r(s[i]);else for(i in s)s[i]&&s[i].stop&&Tn.test(i)&&r(s[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));(t||!n)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=q.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,s=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.cur&&i.cur.finish&&i.cur.finish.call(this),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;s>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function Ln(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=St[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:Ln("show"),slideUp:Ln("hide"),slideToggle:Ln("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=An.prototype.init,x.fx.tick=function(){var e,t=x.timers,n=0;for(vn=x.now();t.length>n;n++)e=t[n],e()||t[n]!==e||t.splice(n--,1);t.length||x.fx.stop(),vn=undefined},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){xn||(xn=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(xn),xn=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===undefined?this:this.each(function(t){x.offset.setOffset(this,e,t)});var t,n,i=this[0],o={top:0,left:0},s=i&&i.ownerDocument;if(s)return t=s.documentElement,x.contains(t,i)?(typeof i.getBoundingClientRect!==r&&(o=i.getBoundingClientRect()),n=qn(s),{top:o.top+n.pageYOffset-t.clientTop,left:o.left+n.pageXOffset-t.clientLeft}):o},x.offset={setOffset:function(e,t,n){var r,i,o,s,a,u,l,c=x.css(e,"position"),f=x(e),p={};"static"===c&&(e.style.position="relative"),a=f.offset(),o=x.css(e,"top"),u=x.css(e,"left"),l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1,l?(r=f.position(),s=r.top,i=r.left):(s=parseFloat(o)||0,i=parseFloat(u)||0),x.isFunction(t)&&(t=t.call(e,n,a)),null!=t.top&&(p.top=t.top-a.top+s),null!=t.left&&(p.left=t.left-a.left+i),"using"in t?t.using.call(e,p):f.css(p)}},x.fn.extend({position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return"fixed"===x.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(r=e.offset()),r.top+=x.css(e[0],"borderTopWidth",!0),r.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-r.top-x.css(n,"marginTop",!0),left:t.left-r.left-x.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,n){var r="pageYOffset"===n;x.fn[t]=function(i){return x.access(this,function(t,i,o){var s=qn(t);return o===undefined?s?s[n]:t[i]:(s?s.scrollTo(r?e.pageXOffset:o,r?o:e.pageYOffset):t[i]=o,undefined)},t,i,arguments.length,null)}});function qn(e){return x.isWindow(e)?e:9===e.nodeType&&e.defaultView}x.each({Height:"height",Width:"width"},function(e,t){x.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){x.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),s=n||(r===!0||i===!0?"margin":"border");return x.access(this,function(t,n,r){var i;return x.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):r===undefined?x.css(t,n,s):x.style(t,n,r,s)},t,o?r:undefined,o,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&"object"==typeof module.exports?module.exports=x:"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}),"object"==typeof e&&"object"==typeof e.document&&(e.jQuery=e.$=x)})(window);
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/templates/metadatacomposer/iri/composer_player_css.html	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,2 @@
+{% load static %}
+<link rel="stylesheet" type="text/css" href="{% static 'metadatacomposer/css/styles_player.css' %}" />
\ No newline at end of file
--- a/src/metadatacomposer/templates/metadatacomposer_home.html	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/templates/metadatacomposer_home.html	Fri May 31 17:57:12 2013 +0200
@@ -120,5 +120,6 @@
     <script src="{% static 'metadatacomposer/js/home.js' %}"></script>
     {% endblock %}
 {% endblock %}
+{% analytics %}
 </body>
 </html>
--- a/src/metadatacomposer/templates/metadatacomposer_modal_content.html	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/templates/metadatacomposer_modal_content.html	Fri May 31 17:57:12 2013 +0200
@@ -4,7 +4,7 @@
 <div class="row">
     <div class="span3">
         <ul class="modal-menu">
-            <li class="bibliotheque-link"><a data-type-media="video" data-title="Bibliothèque" class="btn open-modal" href="modal-bibliotheque-video.html"><i class="icon-folder-open"></i> Bibliothèque</a></li>
+            <li class="bibliotheque-link"><a data-type-media="video" data-title="Bibliothèque" class="btn open-modal" href="{% url 'composer_modal_content_library' branding=branding %}"><i class="icon-folder-open"></i> Bibliothèque</a></li>
             <li><a class="btn active" tabindex="-1" href="#"><i class="icon-plus-sign"></i> Ajouter une video</a></li>
         </ul>
     </div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/templates/metadatacomposer_modal_content_library.html	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,13 @@
+{% load static %}
+{% load thumbnail %}
+<div class="row">
+    <div class="span3">
+        <ul class="modal-menu">
+            <li><a class="btn active" tabindex="-1" href="#"><i class="icon-folder-open"></i> Bibliothèque</a></li>
+            <li><a class="btn open-modal" data-type-media="video" data-title="Ajouter une vidéo" tabindex="-1" href="{% url 'composer_modal_content' branding=branding %}"><i class="icon-plus-sign"></i> Ajouter une vidéo</a></li>
+        </ul>
+    </div>
+    <div class="span8 popup-content bibliotheque-video" id="content_list_container_library">
+        {% include 'partial/library_content_list.html' %}
+    </div>
+</div>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/templates/metadatacomposer_player.html	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,121 @@
+{% load static %}
+{% load i18n %}
+{% load analytics %}
+{% load absurl %}
+<!DOCTYPE html>
+<html lang="fr">
+    <head>
+        <meta charset="utf-8" />
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+
+        <title>Festival d’Art Lyrique d'Aix en Provence › Webdoc player</title>
+        
+        {% include player_css %}
+        
+        <script type="text/javascript">
+        var project_url = "{% absurl 'projectjson_id' id=ldt_id %}";
+        </script>
+        <script type="text/javascript" src="{% static 'metadatacomposer/lib/jquery.min.js' %}"></script>
+        <script type="text/javascript" src="{% static 'metadatacomposer/lib/jquery-ui.min.js' %}"></script>
+        <script type="text/javascript" src="{% static 'metadatacomposer/lib/underscore-min.js' %}"></script>
+        <script src="{% static 'metadatacomposer/js/metadataplayer-core.js' %}"></script>
+        <script src="{% static 'metadatacomposer/js/ldt-serializer.js' %}"></script>
+        <script type="text/javascript" src="{% static 'metadatacomposer/js/player.js' %}"></script>
+    </head>
+
+    <body>
+        <div class="top-bar">
+            <div class="tags">
+                <h3 class="tags-title">Tags</h3>
+                <ul class="tags-list"></ul>
+            </div>
+            <h1 class="project-title"></h1>
+        </div>
+        <div class="main-video" style="background:#101010;">
+            <div class="video-container"></div>
+            <ul class="pictolist"></ul>
+            
+        </div>
+        <div class="bottom-bar">
+            <div class="play-button">
+                <a href="#"></a>
+            </div>
+            <div class="chapters-bar">
+                <ul class="chapters-list"></ul>
+                <ul class="chips-list"></ul>
+                <div class="left-hiding-block"></div>
+                <div class="right-hiding-block"></div>
+                <div class="progress-indicator"></div>
+            </div>
+            <div class="chapter-nav">
+                <div class="prev-chapter inactive"></div>
+                <div class="next-chapter"></div>
+            </div>
+        </div>
+        <div class="annotation-templates">
+            <div class="annotations">
+                
+                <div class="annotation text-annotation white-annotation">
+                    <a href="#" class="close-annotation"></a>
+                    <h2 class="annotation-title"></h2>
+                    <div class="text-contents"></div>
+                </div>
+                
+                <div class="annotation link-annotation white-annotation narrow-annotation">
+                    <a href="#" class="close-annotation"></a>
+                    <h2 class="annotation-title"></h2>
+                    <div class="link-contents">
+                        
+                    </div>
+                </div>
+
+                <div class="annotation slideshow-annotation black-annotation">
+                    <a href="#" class="close-annotation"></a>
+                    <h2 class="annotation-title"></h2>
+                    <div class="annotation-main">
+                        <div class="slideshow-frame">
+                            <img class="slideshow-image" />
+                            <div class="slideshow-arrow slideshow-previous">
+                                <a href="#"></a>
+                            </div>
+                            <div class="slideshow-arrow slideshow-next">
+                                <a href="#"></a>
+                            </div>
+                        </div>
+                        <div class="slideshow-description">
+                        </div>
+                    </div>
+                    <div class="slideshow-bottom">
+                        <div class="slideshow-play-pause">
+                            <a href="#"></a>
+                        </div>
+                        <div class="slideshow-title"></div>
+                    </div>
+                </div>
+                
+                <div class="annotation audio-annotation black-annotation narrow-annotation">
+                    <a href="#" class="close-annotation"></a>
+                    <h2 class="annotation-title"></h2>
+                    <div class="annotation-main">
+                        <div class="media-frame"></div>
+                        <div class="media-description"></div>
+                    </div>
+                </div>
+
+                <div class="annotation video-annotation black-annotation">
+                    <a href="#" class="close-annotation"></a>
+                    <h2 class="annotation-title"></h2>
+                    <div class="annotation-main">
+                        <div class="media-frame">
+                        </div>
+                        <div class="media-description">
+                        </div>
+                    </div>
+                </div>
+                         
+            </div>
+        </div>
+    {% analytics %}
+    </body>
+</html>
+
--- a/src/metadatacomposer/templates/metadatacomposer_project_list.html	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/templates/metadatacomposer_project_list.html	Fri May 31 17:57:12 2013 +0200
@@ -4,6 +4,7 @@
 {% load analytics %}
 {% load thumbnail %}
 {% load front_tags %}
+{% load absurl %}
 
 {% block title %}{% trans "Projects list" %}{% endblock %}
 
@@ -34,14 +35,14 @@
                             <td>{{ p.modification_date|date:"Y/m/d" }}</td>
                             <td>
                                 <form action="#">
-                                    <input class="input-small in-table" id="url-azerty" type="text" value="http://google.com" readonly="readonly">
-                                    <a href="#" class="btn clipboard" data-clipboard-target="url-azerty"><i class="icon-link"></i></a>
+                                    <input class="input-small in-table" id="url_{{ p.ldt_id }}" type="text" value="{% absurl 'composer_player' branding=branding ldt_id=p.ldt_id %}" readonly="readonly">
+                                    <a href="#" class="btn clipboard" data-clipboard-target="url_{{ p.ldt_id }}"><i class="icon-link"></i></a>
                                 </form>
                             </td>
                             <td>
                                 <form action="#">
-                                    <input class="input-small in-table" id="url-qwerty" type="text" value="http://youtu.be" readonly="readonly">
-                                    <a href="#" class="btn clipboard" data-clipboard-target="url-qwerty"><i class="icon-link"></i></a>
+                                    <input class="input-small in-table" id="embed_{{ p.ldt_id }}" type="text" value="<iframe src='{% absurl 'composer_player' branding=branding ldt_id=p.ldt_id %}' width='1000' height='700' frameborder='0'></iframe>" readonly="readonly">
+                                    <a href="#" class="btn clipboard" data-clipboard-target="embed_{{ p.ldt_id }}"><i class="icon-link"></i></a>
                                 </form>
                             </td>
                             <td class="actions">
@@ -51,7 +52,7 @@
                                         <td><a class="btn btn-delete" data-title="{{ p.title }}" href="{% url 'composer_remove_project' branding=branding %}?ldt_id={{ p.ldt_id }}"><i class="icon-remove"></i></a></td>
                                     </tr>
                                     <tr>
-                                        <td><a class="btn" href="#"><i class="icon-eye-open"></i></a></td>
+                                        <td><a class="btn" href="{% url 'composer_player' branding=branding ldt_id=p.ldt_id %}" target="_blank"><i class="icon-eye-open"></i></a></td>
                                         <td><a class="btn" href="#"><i class="icon-copy"></i></a></td>
                                     </tr>
                                 </table>        
--- a/src/metadatacomposer/templates/metadatacomposer_resource_list.html	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/templates/metadatacomposer_resource_list.html	Fri May 31 17:57:12 2013 +0200
@@ -125,5 +125,22 @@
             }
         });
     });
+    $(document).on('click', 'a.content_pagination_library', function(e){
+        e.preventDefault();e.stopPropagation();
+        var url = $(this).attr('href');
+        $(this).addClass("loader");
+        $.ajax({
+            url: url,
+            cache: false,
+            type: 'GET',
+            success: function(data, status, request) {
+                $("#content_list_container_library").html(data);
+            },
+            error: function(jqXHR, textStatus, errorThrown) {
+                resp = $.parseJSON(jqXHR.responseText);
+                alert(resp.message);
+            }
+        });
+    });
     </script>
 {% endblock %}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/metadatacomposer/templates/partial/library_content_list.html	Fri May 31 17:57:12 2013 +0200
@@ -0,0 +1,41 @@
+{% load static %}
+{% load i18n %}
+{% load thumbnail %}
+{% load front_tags %}
+        <div class="row">
+          {% for res in content_results %}
+            <div class="span2">
+                <a data-url="{{ res.content.url }}"
+                   data-title="{{ res.content.title }}"
+                   data-description="{{ res.content.description|default_if_none:"" }}" href="#">
+                   {% thumbnail res.content.image "140x140" crop="center" format="PNG" as im %}<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" />{% empty %}<img src="{% static 'metadatacomposer/img/140x140.gif' %}" width="140px" height="140px" />{% endthumbnail %}
+                <h5>{{ res.content.title }}</h5></a>
+            </div>
+          {% endfor %}
+        </div>
+        <div class="pagination">
+            <ul>
+            {% if content_results.has_previous %}
+                <li><a href="{% url 'composer_content_page' branding=branding %}?page={{ content_results.previous_page_number }}&mode=library" class="content_pagination_library">{% trans "Previous" %}</a></li>
+            {% else %}
+               <li class="disabled"><a>{% trans "Previous" %}</a></li>
+            {% endif %}
+            {% if content_results.paginator.num_pages > 1 %}
+             {% for i in content_results.paginator.num_pages|get_range %}
+              {% if i|add:'1' == content_results.number %}
+                <li class="active"><a href="#">{{i|add:'1'}}</a></li>
+              {% else %}
+                <li><a href="{% url 'composer_content_page' branding=branding %}?page={{i|add:'1'}}&mode=library" class="content_pagination_library">{{i|add:'1'}}</a></li>
+              {% endif %}
+             {% endfor %}
+            {% endif %}
+            {% if content_results.has_next %}
+                <li><a href="{% url 'composer_content_page' branding=branding %}?page={{ content_results.next_page_number }}&mode=library" class="content_pagination_library">{% trans "Next" %}</a></li>
+            {% else %}
+               <li class="disabled"><a>{% trans "Next" %}</a></li>
+            {% endif %}
+            {% if content_results.paginator.num_pages > 1 %}
+                <li><a href="{% url 'composer_content_page' branding=branding %}?page=x&mode=library" class="content_pagination_library">({% trans "All" %})</a></li>
+            {% endif %}
+            </ul>
+        </div>
\ No newline at end of file
--- a/src/metadatacomposer/templates/partial/library_image_list.html	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/templates/partial/library_image_list.html	Fri May 31 17:57:12 2013 +0200
@@ -5,8 +5,11 @@
         <div class="row">
           {% for i in image_results %}
             <div class="span2">
-                <a href="">{% thumbnail i.image_file "140x140" crop="center" format="PNG" as im %}<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" />{% empty %}<img src="{% static 'metadatacomposer/img/140x140.gif' %}" width="140px" height="140px" />{% endthumbnail %}
-                <h5><a href="#">{{ i.title }}</a></h5>
+                <a data-url="{% url 'composer_image' branding=branding image_pk=i.pk %}"
+                   data-title="{{ i.title }}"
+                   data-description="{{ i.description }}" href="#">
+                   {% thumbnail i.image_file "140x140" crop="center" format="PNG" as im %}<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" />{% empty %}<img src="{% static 'metadatacomposer/img/140x140.gif' %}" width="140px" height="140px" />{% endthumbnail %}
+                <h5>{{ i.title }}</h5></a>
             </div>
           {% endfor %}
         </div>
--- a/src/metadatacomposer/urls.py	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/urls.py	Fri May 31 17:57:12 2013 +0200
@@ -4,7 +4,8 @@
     MetadataComposerModalContent, MetadataComposerModalImage,\
     MetadataComposerImagePagination, MetadataComposerModalImageLibrary,\
     MetadataComposerRemoveImage, MetadataComposerRemoveContent,\
-    MetadataComposerRemoveProject
+    MetadataComposerRemoveProject, MetadataComposerImage,\
+    MetadataComposerModalContentLibrary, MetadataComposerPlayer
 
 urlpatterns = patterns('',
     url(r'^jsi18n/(?P<packages>\S+?)/$', 'django.views.i18n.javascript_catalog', name='jsi18n'),
@@ -12,13 +13,16 @@
     url(r'^(?P<branding>.*)/resourcelist/$', MetadataComposerResourceList.as_view(), name="composer_resource_list"),
     url(r'^(?P<branding>.*)/imagepage/$', MetadataComposerImagePagination.as_view(), name="composer_image_page"),
     url(r'^(?P<branding>.*)/contentpage/$', MetadataComposerContentPagination.as_view(), name="composer_content_page"),
-    url(r'^(?P<branding>.*)/modalcontent/(?P<iri_id>[\w-]+)$', MetadataComposerModalContent.as_view(), name="composer_modal_content"),
+    url(r'^(?P<branding>.*)/modalcontent/(?P<iri_id>[\w-]+)/$', MetadataComposerModalContent.as_view(), name="composer_modal_content"),
     url(r'^(?P<branding>.*)/modalcontent/$', MetadataComposerModalContent.as_view(), name="composer_modal_content"),
+    url(r'^(?P<branding>.*)/modalcontentlibrary/$', MetadataComposerModalContentLibrary.as_view(), name="composer_modal_content_library"),
     url(r'^(?P<branding>.*)/modalimage/$', MetadataComposerModalImage.as_view(), name="composer_modal_image"),
     url(r'^(?P<branding>.*)/modalimagelibrary/$', MetadataComposerModalImageLibrary.as_view(), name="composer_modal_image_library"),
     url(r'^(?P<branding>.*)/removecontent/$', MetadataComposerRemoveContent.as_view(), name="composer_remove_content"),
     url(r'^(?P<branding>.*)/removeimage/$', MetadataComposerRemoveImage.as_view(), name="composer_remove_image"),
     url(r'^(?P<branding>.*)/removeproject/$', MetadataComposerRemoveProject.as_view(), name="composer_remove_project"),
+    url(r'^(?P<branding>.*)/image/(?P<image_pk>[\w-]+)/$', MetadataComposerImage.as_view(), name="composer_image"),
+    url(r'^(?P<branding>.*)/player/(?P<ldt_id>[\w-]+)/$', MetadataComposerPlayer.as_view(), name="composer_player"),
     url(r'^(?P<branding>.*)/$', MetadataComposerHome.as_view(), name="composer_home"),
     url(r'^$', MetadataComposerHome.as_view(), name="composer_home"),
 )
--- a/src/metadatacomposer/views.py	Fri May 31 17:56:57 2013 +0200
+++ b/src/metadatacomposer/views.py	Fri May 31 17:57:12 2013 +0200
@@ -1,6 +1,7 @@
 from django.conf import settings
 from django.contrib.auth.decorators import login_required
 from django.core.paginator import Paginator, InvalidPage, EmptyPage
+from django.http import HttpResponse, HttpResponseBadRequest
 from django.shortcuts import redirect, get_object_or_404
 from django.utils.decorators import method_decorator
 from django.views.decorators.cache import never_cache
@@ -11,6 +12,8 @@
 from ldt.security.permissionchecker import check_object_perm_for_user
 from metadatacomposer.forms import ImageUploadModelForm
 from metadatacomposer.models import Image
+from sorl.thumbnail import get_thumbnail
+import os
 
 
 import logging #@UnresolvedImport
@@ -26,6 +29,7 @@
         context["branding"] = self.branding
         context["top_header_css"] = "metadatacomposer/%s/composer_header_css.html" % self.branding
         context["top_header_partial"] = "metadatacomposer/%s/composer_header.html" % self.branding
+        context["player_css"] = "metadatacomposer/%s/composer_player_css.html" % self.branding
         return context
 
 
@@ -140,7 +144,10 @@
 class MetadataComposerContentPagination(TemplateResponseMixin, MetadataComposerContextView):
     
     def get_template_names(self):
-        return "partial/resource_content_list.html"
+        if self.template_name and self.template_name!="":
+            return self.template_name
+        else:
+            return "partial/resource_content_list.html"
     
     @method_decorator(login_required)
     @method_decorator(never_cache)
@@ -150,8 +157,14 @@
     def get(self, request, branding="iri", **kwargs):
         self.branding = branding
         page = request.GET.get("page") or 1
+        mode = request.GET.get("mode") or "resource"
+        select_media = False
+        if mode=="library":
+            self.template_name = "partial/library_content_list.html"
+            select_media = True
+        
         # Get current contents page and theirs projects
-        content_results = get_contents_and_projects(page, request.user)
+        content_results = get_contents_and_projects(page, request.user, select_media)
         
         context = self.get_context_dict(request)
         context.update({"content_results":content_results})
@@ -177,12 +190,15 @@
 
 
 
-def get_contents_and_projects(page, user):
+def get_contents_and_projects(page, user, select_media=False):
     
     # We get the current's page contents
     # prefetch_related("project_set") is unfortunately useless because we have to filter the project queryset later
-    contents = Content.safe_objects.order_by('-update_date')
-    nb = getattr(settings, 'METADATACOMPOSER_ELEMENTS_PER_PAGE', 9)
+    if select_media:
+        contents = Content.safe_objects.select_related("media_obj").order_by('-update_date')
+    else:
+        contents = Content.safe_objects.order_by('-update_date')
+    nb = getattr(settings, 'METADATACOMPOSER_ELEMENTS_PER_PAGE', 8)
     if page=="x":
         nb = contents.count()
     paginator = Paginator(contents, nb)
@@ -195,6 +211,8 @@
     results_object_list = []
     for content in results.object_list:
         # We filter the content's projects with the user's ones
+        if select_media:
+            content.url = content.videopath.rstrip('/') + "/" + content.src
         projects = content.project_set.all().filter(owner=user)
         results_object_list.append({"content":content, "projects":projects})
     
@@ -303,10 +321,26 @@
 
 
 
-class MetadataComposerRemoveImage(View):
+class MetadataComposerModalContentLibrary(TemplateResponseMixin, MetadataComposerContextView):
     
     def get_template_names(self):
-        return "metadatacomposer_modal_image_library.html"
+        return "metadatacomposer_modal_content_library.html"
+    
+    @method_decorator(login_required)
+    @method_decorator(never_cache)
+    def dispatch(self, *args, **kwargs):
+        return super(MetadataComposerModalContentLibrary, self).dispatch(*args, **kwargs)
+    
+    def get(self, request, branding="iri", **kwargs):
+        self.branding = branding
+        
+        context = self.get_context_dict(request)
+        context.update({"content_results":get_contents_and_projects(1, request.user, True)})
+        return self.render_to_response(context)
+
+
+
+class MetadataComposerRemoveImage(View):
     
     @method_decorator(login_required)
     def get(self, request, branding="iri", **kwargs):
@@ -346,3 +380,91 @@
 
 
 
+class MetadataComposerImage(View):
+    
+    @method_decorator(login_required)
+    def get(self, request, branding="iri", image_pk=None, **kwargs):
+        self.branding = branding
+        image_data = None
+        if image_pk:
+            image = get_object_or_404(Image, pk=image_pk)
+            width = request.GET.get("width") or None
+            height = request.GET.get("height") or None
+            maxwidth = request.GET.get("maxwidth") or None
+            maxheight = request.GET.get("maxheight") or None
+            image_file = None
+            image_data = None
+            # Check w and h
+            if width:
+                try:
+                    width = str(int(width))
+                except:
+                    return HttpResponseBadRequest("width parameter must be integer.")
+            if height:
+                try:
+                    height = str(int(height))
+                except:
+                    return HttpResponseBadRequest("height parameter must be integer.")
+            if maxwidth:
+                try:
+                    maxwidth = int(maxwidth)
+                except:
+                    return HttpResponseBadRequest("maxwidth parameter must be integer.")
+            if maxheight:
+                try:
+                    maxheight = int(maxheight)
+                except:
+                    return HttpResponseBadRequest("maxheight parameter must be integer.")
+            if (maxwidth and not maxheight) or (not maxwidth and maxheight):
+                return HttpResponseBadRequest("maxwidth AND maxheight parameters must be set.")
+            if not width and not height and not maxwidth and not maxheight:
+                # No w and no h parameter : raw file 200px width
+                image_file = get_thumbnail(os.path.join(settings.MEDIA_ROOT, image.image_file.path), '200', crop='center', format='PNG', quality=99)
+                #image_data = open(os.path.join(settings.MEDIA_ROOT, image.image_file.path), "rb").read()
+            elif width and not height:
+                # W and no h parameter : thumbnail with fixed width
+                image_file = get_thumbnail(os.path.join(settings.MEDIA_ROOT, image.image_file.path), width, crop='center', format='PNG', quality=99)
+            elif not width and height:
+                # H and no w parameter : thumbnail with fixed height
+                image_file = get_thumbnail(os.path.join(settings.MEDIA_ROOT, image.image_file.path), 'x'+height, crop='center', format='PNG', quality=99)
+            elif width and height:
+                # H and no w parameter : thumbnail with fixed height
+                image_file = get_thumbnail(os.path.join(settings.MEDIA_ROOT, image.image_file.path), width+'x'+height, crop='center', format='PNG', quality=99)
+            elif maxwidth and maxheight:
+                # We compare wanted format with image's format and we resize W or H
+                if (image.image_file.width/image.image_file.width) < (maxwidth/maxheight):
+                    # Image ratio < wanted ratio, we resize with fixed height
+                    image_file = get_thumbnail(os.path.join(settings.MEDIA_ROOT, image.image_file.path), 'x'+str(maxheight), crop='center', format='PNG', quality=99)
+                else:
+                    # Image ratio > wanted ratio, we resize with fixed width
+                    image_file = get_thumbnail(os.path.join(settings.MEDIA_ROOT, image.image_file.path), str(maxwidth), crop='center', format='PNG', quality=99)
+            if image_file:
+                image_data = image_file.read()
+        return HttpResponse(image_data, mimetype="image/png")
+
+
+
+class MetadataComposerPlayer(TemplateResponseMixin, MetadataComposerContextView):
+    
+    def get_template_names(self):
+        if self.template_name and self.template_name!="":
+            return self.template_name
+        else:
+            return "metadatacomposer_player.html"
+    
+    @method_decorator(never_cache)
+    def dispatch(self, *args, **kwargs):
+        return super(MetadataComposerPlayer, self).dispatch(*args, **kwargs)
+    
+    def get(self, request, branding="iri", ldt_id=None, **kwargs):
+        self.branding = branding
+        
+        if not ldt_id:
+            return HttpResponseBadRequest("height parameter must be integer.")
+        
+        context = self.get_context_dict(request)
+        context.update({"ldt_id": ldt_id})
+        return self.render_to_response(context)
+
+
+