(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;jQuery.fn.extend({ImageRotate:function(parameters)
{if(this.Wilq32&&this.Wilq32.PhotoEffect)return;return(new Wilq32.PhotoEffect(this.get(0),parameters))._temp;},rotate:function(parameters)
{if(this.length===0)return;if(typeof parameters=="undefined")return;if(typeof parameters=="number")parameters={angle:parameters};var returned=[];for(var i=0,i0=this.length;i<i0;i++)
{var element=this.get(i);if(typeof element.Wilq32=="undefined")
returned.push($($(element).ImageRotate(parameters)));else
{element.Wilq32.PhotoEffect._rotate(parameters.angle);}}
return returned;},rotateAnimation:function(parameters)
{if(this.length===0)return;if(typeof parameters=="undefined")return;var returned=[];for(var i=0,i0=this.length;i<i0;i++)
{var element=this.get(i);if(typeof element.Wilq32=="undefined")
returned.push($($(element).ImageRotate(parameters)));else
{element.Wilq32.PhotoEffect._parameters.animateAngle=parameters.animateAngle;element.Wilq32.PhotoEffect._angle=parameters.angle;element.Wilq32.PhotoEffect._parameters.callback=parameters.callback||function()
{};element.Wilq32.PhotoEffect._animateStart();}}
return returned;}});Wilq32={};Wilq32.PhotoEffect=function(img,parameters)
{this._IEfix=img;this._parameters=parameters;this._parameters.className=img.className;this._parameters.id=img.getAttribute('id');if(!parameters)this._parameters={};this._angle=0;if(!parameters.angle)this._parameters.angle=0;this._temp=document.createElement('span');this._temp.Wilq32={PhotoEffect:this};var image=img.src;img.parentNode.insertBefore(this._temp,img);this._img=new Image();this._img.src=image;this._img._ref=this;jQuery(this._img).bind("load",function()
{this._ref._Loader.call(this._ref);});if(jQuery.browser.msie)if(this._img.complete)this._Loader();}
Wilq32.PhotoEffect.prototype._Loader=(function()
{if(jQuery.browser.msie)
return function()
{var src=this._IEfix.src;this._IEfix.parentNode.removeChild(this._IEfix);this._temp.setAttribute('id',this._parameters.id);this._temp.className=this._parameters.className;var width=this._img.width;var height=this._img.height;this._img._widthMax=this._img._heightMax=Math.sqrt((height)*(height)+(width)*(width));this._img._heightMax=Math.sqrt((height)*(height)+(width)*(width));this._vimage=document.createElement('v:image');this._vimage._ref=this;this._vimage.style.height=height;this._vimage.style.width=width;this._vimage.style.position="relative";this._temp.style.display="inline-block";this._temp.style.width=this._temp.style.height=this._img._heightMax;this._vimage.src=src;this._vimage.rotate=0;this._temp.appendChild(this._vimage);var self=this;this._parameters.animateAngle=0;if(this._parameters.bind)
{for(var a in this._parameters.bind)if(this._parameters.bind.hasOwnProperty(a))
for(var b in this._parameters.bind[a])if(this._parameters.bind[a].hasOwnProperty(b))
jQuery(this._temp).bind(b,this._parameters.bind[a][b]);}
this._rotate(this._parameters.angle);}
else
return function()
{this._IEfix.parentNode.removeChild(this._IEfix);this._temp.setAttribute('id',this._parameters.id);this._temp.className=this._parameters.className;var width=this._img.width;var height=this._img.height;this._img._widthMax=this._img._heightMax=Math.sqrt((height)*(height)+(width)*(width));this._canvas=document.createElement('canvas');this._canvas._ref=this;this._canvas.height=height;this._canvas.width=width;this._canvas.setAttribute('width',width);this._temp.appendChild(this._canvas);var self=this;this._parameters.animateAngle=0;if(this._parameters.bind)
{for(var a in this._parameters.bind)if(this._parameters.bind.hasOwnProperty(a))
for(var b in this._parameters.bind[a])if(this._parameters.bind[a].hasOwnProperty(b))
jQuery(this._canvas).bind(b,this._parameters.bind[a][b]);}
this._cnv=this._canvas.getContext('2d');this._rotate(this._parameters.angle);}})();Wilq32.PhotoEffect.prototype._animateStart=function()
{if(this._timer)clearTimeout(this._timer);this._animate();}
Wilq32.PhotoEffect.prototype._animate=function()
{var temp=this._angle;if(typeof this._parameters.animateAngle!="undefined")this._angle-=(this._angle-this._parameters.animateAngle)*0.1;if(typeof this._parameters.minAngle!="undefined")if(this._angle<this._parameters.minAngle)this._angle=this._parameters.minAngle;if(typeof this._parameters.maxAngle!="undefined")if(this._angle>this._parameters.maxAngle)this._angle=this._parameters.maxAngle;if(Math.round(this._angle*100-temp*100)==0&&this._timer)
{clearTimeout(this._timer);if(this._parameters.callback)
this._parameters.callback();}
else
{this._rotate(this._angle);var self=this;this._timer=setTimeout(function()
{self._animate.call(self);},10);}}
Wilq32.PhotoEffect.prototype._rotate=(function()
{if(jQuery.browser.msie)
return function(angle)
{this._vimage.style.rotation=angle;var radians=angle*Math.PI/180;this._vimage.style.top=(this._img._heightMax-this._img.height)/2-(this._vimage.offsetHeight-this._img.height)/2+"px";this._vimage.style.left=(this._img._widthMax-this._img.width)/2-(this._vimage.offsetWidth-this._img.width)/2+"px";}
else
return function(angle)
{if(!this._img.width)return;if(typeof angle!="number")return;angle=(angle%360)*Math.PI/180;var width=this._img.width;var height=this._img.height;var widthAdd=this._img._widthMax-width;var heightAdd=this._img._heightMax-height;this._canvas.width=width+widthAdd;this._canvas.height=height+heightAdd;this._cnv.save();this._cnv.translate(widthAdd/2,heightAdd/2);this._cnv.translate(width/2,height/2);this._cnv.rotate(angle);this._cnv.translate(-width/2,-height/2);this._cnv.drawImage(this._img,0,0);this._cnv.restore();}})();;jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,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,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;(function(a){a.widget("ui.draggable",a.extend({},a.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?: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(){if(!this.element.data("draggable")){return}this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(b){var c=this.options;if(this.helper||c.disabled||a(b.target).is(".ui-resizable-handle")){return false}this.handle=this._getHandle(b);if(!this.handle){return false}return true},_mouseStart:function(b){var c=this.options;this.helper=this._createHelper(b);this._cacheHelperProportions();if(a.ui.ddmanager){a.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(b);this.originalPageX=b.pageX;this.originalPageY=b.pageY;if(c.cursorAt){this._adjustOffsetFromHelper(c.cursorAt)}if(c.containment){this._setContainment()}this._trigger("start",b);this._cacheHelperProportions();if(a.ui.ddmanager&&!c.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,b)}this.helper.addClass("ui-draggable-dragging");this._mouseDrag(b,true);return true},_mouseDrag:function(b,d){this.position=this._generatePosition(b);this.positionAbs=this._convertPositionTo("absolute");if(!d){var c=this._uiHash();this._trigger("drag",b,c);this.position=c.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(a.ui.ddmanager){a.ui.ddmanager.drag(this,b)}return false},_mouseStop:function(c){var d=false;if(a.ui.ddmanager&&!this.options.dropBehaviour){d=a.ui.ddmanager.drop(this,c)}if(this.dropped){d=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!d)||(this.options.revert=="valid"&&d)||this.options.revert===true||(a.isFunction(this.options.revert)&&this.options.revert.call(this.element,d))){var b=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){b._trigger("stop",c);b._clear()})}else{this._trigger("stop",c);this._clear()}return false},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?true:false;a(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==b.target){c=true}});return c},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c])):(d.helper=="clone"?this.element.clone():this.element);if(!b.parents("body").length){b.appendTo((d.appendTo=="parent"?this.element[0].parentNode:d.appendTo))}if(b[0]!=this.element[0]&&!(/(fixed|absolute)/).test(b.css("position"))){b.css("position","absolute")}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.element.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{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)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)&&e.containment.constructor!=Array){var c=a(e.containment)[0];if(!c){return}var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}else{if(e.containment.constructor==Array){this.containment=e.containment}}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");if(this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval){this.helper.remove()}this.helper=null;this.cancelHelperRemoval=false},_trigger:function(b,c,d){d=d||this._uiHash();a.ui.plugin.call(this,b,[c,d]);if(b=="drag"){this.positionAbs=this._convertPositionTo("absolute")}return a.widget.prototype._trigger.call(this,b,c,d)},plugins:{},_uiHash:function(b){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,offset:this.positionAbs}}}));a.extend(a.ui.draggable,{version:"1.7.2",eventPrefix:"drag",defaults:{addClasses:true,appendTo:"parent",axis:false,cancel:":input,option",connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false}});a.ui.plugin.add("draggable","connectToSortable",{start:function(c,e){var d=a(this).data("draggable"),f=d.options,b=a.extend({},e,{item:d.element});d.sortables=[];a(f.connectToSortable).each(function(){var g=a.data(this,"sortable");if(g&&!g.options.disabled){d.sortables.push({instance:g,shouldRevert:g.options.revert});g._refreshItems();g._trigger("activate",c,b)}})},stop:function(c,e){var d=a(this).data("draggable"),b=a.extend({},e,{item:d.element});a.each(d.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;d.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert){this.instance.options.revert=true}this.instance._mouseStop(c);this.instance.options.helper=this.instance.options._helper;if(d.options.helper=="original"){this.instance.currentItem.css({top:"auto",left:"auto"})}}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",c,b)}})},drag:function(c,f){var e=a(this).data("draggable"),b=this;var d=function(i){var n=this.offset.click.top,m=this.offset.click.left;var g=this.positionAbs.top,k=this.positionAbs.left;var j=i.height,l=i.width;var p=i.top,h=i.left;return a.ui.isOver(g+n,k+m,p,h,j,l)};a.each(e.sortables,function(g){this.instance.positionAbs=e.positionAbs;this.instance.helperProportions=e.helperProportions;this.instance.offset.click=e.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=a(b).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return f.helper[0]};c.target=this.instance.currentItem[0];this.instance._mouseCapture(c,true);this.instance._mouseStart(c,true,true);this.instance.offset.click.top=e.offset.click.top;this.instance.offset.click.left=e.offset.click.left;this.instance.offset.parent.left-=e.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=e.offset.parent.top-this.instance.offset.parent.top;e._trigger("toSortable",c);e.dropped=this.instance.element;e.currentItem=e.element;this.instance.fromOutside=e}if(this.instance.currentItem){this.instance._mouseDrag(c)}}else{if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",c,this.instance._uiHash(this.instance));this.instance._mouseStop(c,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();if(this.instance.placeholder){this.instance.placeholder.remove()}e._trigger("fromSortable",c);e.dropped=false}}})}});a.ui.plugin.add("draggable","cursor",{start:function(c,d){var b=a("body"),e=a(this).data("draggable").options;if(b.css("cursor")){e._cursor=b.css("cursor")}b.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._cursor){a("body").css("cursor",d._cursor)}}});a.ui.plugin.add("draggable","iframeFix",{start:function(b,c){var d=a(this).data("draggable").options;a(d.iframeFix===true?"iframe":d.iframeFix).each(function(){a('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(a(this).offset()).appendTo("body")})},stop:function(b,c){a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});a.ui.plugin.add("draggable","opacity",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("opacity")){e._opacity=b.css("opacity")}b.css("opacity",e.opacity)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._opacity){a(c.helper).css("opacity",d._opacity)}}});a.ui.plugin.add("draggable","scroll",{start:function(c,d){var b=a(this).data("draggable");if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){b.overflowOffset=b.scrollParent.offset()}},drag:function(d,e){var c=a(this).data("draggable"),f=c.options,b=false;if(c.scrollParent[0]!=document&&c.scrollParent[0].tagName!="HTML"){if(!f.axis||f.axis!="x"){if((c.overflowOffset.top+c.scrollParent[0].offsetHeight)-d.pageY<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop+f.scrollSpeed}else{if(d.pageY-c.overflowOffset.top<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop-f.scrollSpeed}}}if(!f.axis||f.axis!="y"){if((c.overflowOffset.left+c.scrollParent[0].offsetWidth)-d.pageX<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft+f.scrollSpeed}else{if(d.pageX-c.overflowOffset.left<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft-f.scrollSpeed}}}}else{if(!f.axis||f.axis!="x"){if(d.pageY-a(document).scrollTop()<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-f.scrollSpeed)}else{if(a(window).height()-(d.pageY-a(document).scrollTop())<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+f.scrollSpeed)}}}if(!f.axis||f.axis!="y"){if(d.pageX-a(document).scrollLeft()<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-f.scrollSpeed)}else{if(a(window).width()-(d.pageX-a(document).scrollLeft())<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+f.scrollSpeed)}}}}if(b!==false&&a.ui.ddmanager&&!f.dropBehaviour){a.ui.ddmanager.prepareOffsets(c,d)}}});a.ui.plugin.add("draggable","snap",{start:function(c,d){var b=a(this).data("draggable"),e=b.options;b.snapElements=[];a(e.snap.constructor!=String?(e.snap.items||":data(draggable)"):e.snap).each(function(){var g=a(this);var f=g.offset();if(this!=b.element[0]){b.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:f.top,left:f.left})}})},drag:function(u,p){var g=a(this).data("draggable"),q=g.options;var y=q.snapTolerance;var x=p.offset.left,w=x+g.helperProportions.width,f=p.offset.top,e=f+g.helperProportions.height;for(var v=g.snapElements.length-1;v>=0;v--){var s=g.snapElements[v].left,n=s+g.snapElements[v].width,m=g.snapElements[v].top,A=m+g.snapElements[v].height;if(!((s-y<x&&x<n+y&&m-y<f&&f<A+y)||(s-y<x&&x<n+y&&m-y<e&&e<A+y)||(s-y<w&&w<n+y&&m-y<f&&f<A+y)||(s-y<w&&w<n+y&&m-y<e&&e<A+y))){if(g.snapElements[v].snapping){(g.options.snap.release&&g.options.snap.release.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=false;continue}if(q.snapMode!="inner"){var c=Math.abs(m-e)<=y;var z=Math.abs(A-f)<=y;var j=Math.abs(s-w)<=y;var k=Math.abs(n-x)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m-g.helperProportions.height,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s-g.helperProportions.width}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n}).left-g.margins.left}}var h=(c||z||j||k);if(q.snapMode!="outer"){var c=Math.abs(m-f)<=y;var z=Math.abs(A-e)<=y;var j=Math.abs(s-x)<=y;var k=Math.abs(n-w)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A-g.helperProportions.height,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n-g.helperProportions.width}).left-g.margins.left}}if(!g.snapElements[v].snapping&&(c||z||j||k||h)){(g.options.snap.snap&&g.options.snap.snap.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=(c||z||j||k||h)}}});a.ui.plugin.add("draggable","stack",{start:function(b,c){var e=a(this).data("draggable").options;var d=a.makeArray(a(e.stack.group)).sort(function(g,f){return(parseInt(a(g).css("zIndex"),10)||e.stack.min)-(parseInt(a(f).css("zIndex"),10)||e.stack.min)});a(d).each(function(f){this.style.zIndex=e.stack.min+f});this[0].style.zIndex=e.stack.min+d.length}});a.ui.plugin.add("draggable","zIndex",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("zIndex")){e._zIndex=b.css("zIndex")}b.css("zIndex",e.zIndex)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._zIndex){a(c.helper).css("zIndex",d._zIndex)}}})})(jQuery);;jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return-j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return-j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return-j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return-j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return-j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return-j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return-j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return-j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return-(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return-0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);;(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c<f;c++){d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing)}if(g=="hide"){d.animate({opacity:0},e,b.options.easing,function(){d.hide();if(b.callback){b.callback.apply(this,arguments)}})}else{d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing,function(){if(b.callback){b.callback.apply(this,arguments)}})}d.queue("fx",function(){d.dequeue()});d.dequeue()})}})(jQuery);;(function(a){a.effects.shake=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"left";var c=b.options.distance||20;var d=b.options.times||3;var g=b.duration||b.options.duration||140;a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var h={},o={},m={};h[f]=(p=="pos"?"-=":"+=")+c;o[f]=(p=="pos"?"+=":"-=")+c*2;m[f]=(p=="pos"?"-=":"+=")+c*2;e.animate(h,g,b.options.easing);for(var j=1;j<d;j++){e.animate(o,g,b.options.easing).animate(m,g,b.options.easing)}e.animate(o,g,b.options.easing).animate(h,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}});e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;;jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;function imgpreload(a,b){if(b instanceof Function){b={all:b}}if(typeof a=="string"){a=[a]}var c=[];var t=a.length;var i=0;for(i;i<t;i++){var d=new Image();d.onload=function(){c.push(this);if(b.each instanceof Function){b.each.call(this)}if(c.length>=t&&b.all instanceof Function){b.all.call(c)}};d.src=a[i]}}if(typeof jQuery!="undefined"){(function($){$.imgpreload=imgpreload;$.fn.imgpreload=function(b){b=$.extend({},$.fn.imgpreload.defaults,(b instanceof Function)?{all:b}:b);this.each(function(){var a=this;imgpreload($(this).attr('src'),function(){if(b.each instanceof Function){b.each.call(a)}})});var c=[];this.each(function(){c.push($(this).attr('src'))});var d=this;imgpreload(c,function(){if(b.all instanceof Function){b.all.call(d)}});return this};$.fn.imgpreload.defaults={each:null,all:null}})(jQuery)};(function(a){a.fn.lavaLamp=function(b){b=a.extend({fx:"swing",speed:500,click:function(){return true},startItem:"no",autoReturn:true,returnDelay:0,setOnClick:true,homeTop:0,homeLeft:0,homeWidth:0,homeHeight:0,returnHome:false},b||{});return this.each(function(){var h=location.pathname+location.search+location.hash;var e=new Object;var d;var i;var f;var g;if(b.homeTop||b.homeLeft){f=a('<li class="homeLava selectedLava"></li>').css({left:b.homeLeft,top:b.homeTop,width:b.homeWidth,height:b.homeHeight,position:"absolute"});a(this).prepend(f)}
var j=a("li",this);if(b.startItem=="no"){e=a('li a[href$="'+h+'"]',this).parent("li")}
if(e.length==0&&b.startItem=="no"&&location.hash){e=a('li a[href$="'+location.hash+'"]',this).parent("li")}
if(e.length==0||b.startItem!="no"){if(b.startItem=="no"){b.startItem=0}
e=a(j[b.startItem])}
g=a("li.selectedLava",this)[0]||a(e).addClass("selectedLava")[0];j.mouseover(function(){if(a(this).hasClass("homeLava")){g=a(this)[0];}
c(this);});i=a('<li class="backLava"><div class="leftLava"></div><div class="bottomLava"></div><div class="cornerLava"></div></li>').appendTo(this);a(this).mouseout(function(){if(b.autoReturn){if(b.returnHome&&f){c(f[0])}else{if(b.returnDelay){if(d){clearTimeout(d)}
d=setTimeout(c,b.returnDelay+b.speed)}else{c()}}}});j.click(function(k){if(b.setOnClick){a(g).removeClass("selectedLava");a(this).addClass("selectedLava");g=this}
return b.click.apply(this,[k,this])});if(b.homeTop||b.homeLeft){i.css({left:b.homeLeft,top:b.homeTop,width:b.homeWidth,height:b.homeHeight})}else{i.css({left:g.offsetLeft,top:g.offsetTop,width:g.offsetWidth,height:g.offsetHeight})}
function c(k){if(!k){k=g}
var m=0,l=0;if(!a.browser.msie){m=(i.outerWidth()-i.innerWidth())/2;l=(i.outerHeight()-i.innerHeight())/2}
i.stop().animate({left:k.offsetLeft-m,top:k.offsetTop-l,width:k.offsetWidth,height:k.offsetHeight},b.speed,b.fx)}})}})(jQuery);;;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);;;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);;var p=0;var d=new Date();var anim=0;var dd=true;function validate(formData,jqForm,options){var form=jqForm[0];var errorstyle="<div class='error'>";var nameerror="Please enter your name";var mailerror="Please enter a valid e-mail address";var topicerror="Please enter a topic";var messageerror="Please enter a message";var regex=/^[a-zA-Z0-9._-]+@([a-zA-Z0-9.-]+\.)+[a-zA-Z0-9.-]{2,4}$/;$(".error").remove();if(!form.name.value)
$(".name").after(errorstyle+nameerror+"</div>");if(!regex.test(form.mail.value))
$(".mail").after(errorstyle+mailerror+"</div>");if(!form.topic.value)
$(".topic").after(errorstyle+topicerror+"</div>");if(!form.message.value)
$(".message").after(errorstyle+messageerror+"</div>");if(!form.name.value||!regex.test(form.mail.value)||!form.topic.value||!form.message.value)
return false;else
$('#result').html("Sending mail...");}
$(document).ready(function(){$('a.new').click(function(){window.open(this.href);return false;});var n=0;$(".works a").fancybox();jQuery.easing.def="easeOutBack";$('#contact_form').ajaxForm({beforeSubmit:validate,target:'#result'});$("#container").bind("mousemove",function(){if(n==0)$('#p1').animate({left:"400px",top:"-133px"},{duration:550});$('#p1').animate({left:"395px",top:"-128px"},{duration:850});if(n==0)$("#p2").animate({left:"430px",top:"-20px"},500);$("#p2").animate({left:"425px",top:"-25px"},500);if(n==0)$("#p3").animate({left:"417px",top:"112px"},750);$("#p3").animate({left:"412px",top:"97px"},550);if(n==0)$("#tray").animate({left:"0px"},800);if(n==1){$("#tray").animate({left:"-10px"},800,function(){u=0;anim=1;});n=2;}
if(n==0)n=1;});var start=0;var starttime=0;var time=0;$('#tray').draggable({axis:'x',containment:$("#trayscr"),scroll:false});$('#tray').bind('drag',function(event,ui){d=new Date();time=d.getTime();});$('#tray').bind('dragstop',function(event,ui){dd=false;var stop=$("#tray").offset().left-$("#zarf").offset().left;var distance=0;var d=new Date();endtime=d.getTime();if(stop>500){if(anim==1){$('#tray').animate({left:'500px'},500,function(){anim=1;});anim=0;}}
else if(stop<-240){if(anim==1){$('#tray').animate({left:'-270px'},500,function(){anim=1;});anim=0;}}
else{distance=stop-start;var frac=100/(endtime-starttime);if((endtime-time)>100)frac=0;if(anim==1){$('#tray').animate({left:stop-30+distance*frac+'px'},500,function(){anim=1;stop=$("#tray").offset().left-$("#zarf").offset().left;if(stop>500){if(anim==1){$('#tray').animate({left:'500px'},500,function(){anim=1});anim=0}}
else if(stop<-240){if(anim==1){$('#tray').animate({left:'-270px'},500,function(){anim=1});anim=0;}}});anim=0;}}});$('#tray').bind('mouseup',function(event){dd=true;});$('#tray').bind('dragstart',function(event,ui){var d=new Date();start=$("#tray").offset().left-$("#zarf").offset().left;;starttime=d.getTime();});$("#p1p").rotate(-15);$("#p1b").rotate(-15);$("#p2p").rotate(-5);$("#p2b").rotate(-5);$("#p3p").rotate(15);$("#p3b").rotate(15);jQuery.each(jQuery.browser,function(i){if(!$.browser.msie)
$("label").addClass('typeface-js');});$('#menu1').lavaLamp({fx:'easeOutBack',speed:1000,setOnClick:false,startItem:0});$('#menu2').lavaLamp({fx:'easeOutBack',speed:1000,setOnClick:false,startItem:1});$('#menu3').lavaLamp({fx:'easeOutBack',speed:1000,setOnClick:false,startItem:2});$('#menu4').lavaLamp({fx:'easeOutBack',speed:1000,setOnClick:false,startItem:0});var zmax=0;$('.badge').mouseover(function(){$(this).siblings('.badge').each(function(){var cur=$(this).css('zIndex');zmax=cur>zmax?cur:zmax;});zmax++;$(this).css('zIndex',zmax);})
var hzmax=0;$('.handle').click(function(){if(dd){$(this).siblings('.handle').each(function(){var cur=$(this).css('zIndex');hzmax=cur>hzmax?cur:hzmax;});hzmax++;var id=$(this).attr('id');if(id=="webhandle"){$('#trayright').css('background-position','-296px -52px');$('.web').show();$('.print').hide();$('.corp').hide();}
else if(id=="printhandle"){$('#trayright').css('background-position','-320px -52px');$('.web').hide();$('.print').show();$('.corp').hide();}
else if(id=="corphandle"){$('#trayright').css('background-position','-344px -52px');$('.web').hide();$('.print').hide();$('.corp').show();}
$('#trayrightshadow').css('zIndex',hzmax);$(this).css('zIndex',hzmax+1);hzmax++;}})
$.localScroll();$("#me2").live("mousemove",function(e){var val=(Math.abs((e.pageX-
($(this).offset().left+160)))/175);$(this).css('opacity',val);});var rot=$('#businesscard').rotate({angle:30,maxAngle:230,minAngle:-55});var nullify=0;function bindcard(){$('#cardcapture').mouseenter(function(){$('#businesscard').animate({top:"40px",left:"70px"},500);$('#cardcapture').animate({height:"110px",width:"240px"},500);}).mouseleave(function(){$('#businesscard').animate({top:"0px",left:"30px"},500);$('#cardcapture').animate({height:"80px",width:"170px"},500);});}
bindcard();$('#cardcapture').bind('click',cardcaptureclick);function cardcaptureclick(){if(nullify==0){$('#cardcapture').unbind('mouseenter');$('#cardcapture').unbind('mouseleave');$('#cardcapture').unbind('click');rot[0].rotateAnimation({angle:30,animateAngle:0});$('#businesscard').animate({top:"280px",left:"80px"},500,function(){$('#businesscardholder').css('z-index',4);$('#cardcapture').animate({height:"200px",width:"300px",top:"120px",left:"380px"},500);});$('#businesscard').animate({left:"120px",top:"0px"},500,function(){$('#cardcapture').bind('click',cardcaptureclick);});nullify=1;}
else
{nullify=0;$('#cardcapture').unbind('click');rot[0].rotateAnimation({angle:0,animateAngle:30});$('#businesscard').animate({top:"280px",left:"80px"},500,function(){$('#businesscardholder').css('z-index',0);$('#cardcapture').animate({height:"80px",width:"170px",top:"314px",left:"390px"},500);});$('#businesscard').animate({left:"30px",top:"0px"},500,function(){bindcard();$('#cardcapture').bind('click',cardcaptureclick);});}}});var p="images/";$.imgpreload([p+'bg-topm.jpg',p+'zarf.png',p+'p/p1.jpg',p+'p/p2.jpg',p+'p/p3.jpg',p+'zarfic.jpg',p+'bg3m.jpg'],function()
{dropenv();});function dropenv(){$("#zarf").animate({top:"89px"},1000).animate({top:"79px"},500);$(".body").css('display','block');};;(function($){$.fn.ajaxSubmit=function(options){if(!this.length){log('ajaxSubmit: skipping submit process - no element selected');return this;}
if(typeof options=='function')
options={success:options};var url=$.trim(this.attr('action'));if(url){url=(url.match(/^([^#]+)/)||[])[1];}
url=url||window.location.href||''
options=$.extend({url:url,type:this.attr('method')||'GET'},options||{});var veto={};this.trigger('form-pre-serialize',[this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');return this;}
if(options.beforeSerialize&&options.beforeSerialize(this,options)===false){log('ajaxSubmit: submit aborted via beforeSerialize callback');return this;}
var a=this.formToArray(options.semantic);if(options.data){options.extraData=options.data;for(var n in options.data){if(options.data[n]instanceof Array){for(var k in options.data[n])
a.push({name:n,value:options.data[n][k]});}
else
a.push({name:n,value:options.data[n]});}}
if(options.beforeSubmit&&options.beforeSubmit(a,this,options)===false){log('ajaxSubmit: submit aborted via beforeSubmit callback');return this;}
this.trigger('form-submit-validate',[a,this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-submit-validate trigger');return this;}
var q=$.param(a);if(options.type.toUpperCase()=='GET'){options.url+=(options.url.indexOf('?')>=0?'&':'?')+q;options.data=null;}
else
options.data=q;var $form=this,callbacks=[];if(options.resetForm)callbacks.push(function(){$form.resetForm();});if(options.clearForm)callbacks.push(function(){$form.clearForm();});if(!options.dataType&&options.target){var oldSuccess=options.success||function(){};callbacks.push(function(data){$(options.target).html(data).each(oldSuccess,arguments);});}
else if(options.success)
callbacks.push(options.success);options.success=function(data,status){for(var i=0,max=callbacks.length;i<max;i++)
callbacks[i].apply(options,[data,status,$form]);};var files=$('input:file',this).fieldValue();var found=false;for(var j=0;j<files.length;j++)
if(files[j])
found=true;var multipart=false;if(options.iframe||found||multipart){if(options.closeKeepAlive)
$.get(options.closeKeepAlive,fileUpload);else
fileUpload();}
else
$.ajax(options);this.trigger('form-submit-notify',[this,options]);return this;function fileUpload(){var form=$form[0];if($(':input[name=submit]',form).length){alert('Error: Form elements must not be named "submit".');return;}
var opts=$.extend({},$.ajaxSettings,options);var s=$.extend(true,{},$.extend(true,{},$.ajaxSettings),opts);var id='jqFormIO'+(new Date().getTime());var $io=$('<iframe id="'+id+'" name="'+id+'" src="about:blank" />');var io=$io[0];$io.css({position:'absolute',top:'-1000px',left:'-1000px'});var xhr={aborted:0,responseText:null,responseXML:null,status:0,statusText:'n/a',getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;$io.attr('src','about:blank');}};var g=opts.global;if(g&&!$.active++)$.event.trigger("ajaxStart");if(g)$.event.trigger("ajaxSend",[xhr,opts]);if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&$.active--;return;}
if(xhr.aborted)
return;var cbInvoked=0;var timedOut=0;var sub=form.clk;if(sub){var n=sub.name;if(n&&!sub.disabled){options.extraData=options.extraData||{};options.extraData[n]=sub.value;if(sub.type=="image"){options.extraData[name+'.x']=form.clk_x;options.extraData[name+'.y']=form.clk_y;}}}
setTimeout(function(){var t=$form.attr('target'),a=$form.attr('action');form.setAttribute('target',id);if(form.getAttribute('method')!='POST')
form.setAttribute('method','POST');if(form.getAttribute('action')!=opts.url)
form.setAttribute('action',opts.url);if(!options.skipEncodingOverride){$form.attr({encoding:'multipart/form-data',enctype:'multipart/form-data'});}
if(opts.timeout)
setTimeout(function(){timedOut=true;cb();},opts.timeout);var extraInputs=[];try{if(options.extraData)
for(var n in options.extraData)
extraInputs.push($('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />').appendTo(form)[0]);$io.appendTo('body');io.attachEvent?io.attachEvent('onload',cb):io.addEventListener('load',cb,false);form.submit();}
finally{form.setAttribute('action',a);t?form.setAttribute('target',t):$form.removeAttr('target');$(extraInputs).remove();}},10);var nullCheckFlag=0;function cb(){if(cbInvoked++)return;io.detachEvent?io.detachEvent('onload',cb):io.removeEventListener('load',cb,false);var ok=true;try{if(timedOut)throw'timeout';var data,doc;doc=io.contentWindow?io.contentWindow.document:io.contentDocument?io.contentDocument:io.document;if((doc.body==null||doc.body.innerHTML=='')&&!nullCheckFlag){nullCheckFlag=1;cbInvoked--;setTimeout(cb,100);return;}
xhr.responseText=doc.body?doc.body.innerHTML:null;xhr.responseXML=doc.XMLDocument?doc.XMLDocument:doc;xhr.getResponseHeader=function(header){var headers={'content-type':opts.dataType};return headers[header];};if(opts.dataType=='json'||opts.dataType=='script'){var ta=doc.getElementsByTagName('textarea')[0];xhr.responseText=ta?ta.value:xhr.responseText;}
else if(opts.dataType=='xml'&&!xhr.responseXML&&xhr.responseText!=null){xhr.responseXML=toXml(xhr.responseText);}
data=$.httpData(xhr,opts.dataType);}
catch(e){ok=false;$.handleError(opts,xhr,'error',e);}
if(ok){opts.success(data,'success');if(g)$.event.trigger("ajaxSuccess",[xhr,opts]);}
if(g)$.event.trigger("ajaxComplete",[xhr,opts]);if(g&&!--$.active)$.event.trigger("ajaxStop");if(opts.complete)opts.complete(xhr,ok?'success':'error');setTimeout(function(){$io.remove();xhr.responseXML=null;},100);};function toXml(s,doc){if(window.ActiveXObject){doc=new ActiveXObject('Microsoft.XMLDOM');doc.async='false';doc.loadXML(s);}
else
doc=(new DOMParser()).parseFromString(s,'text/xml');return(doc&&doc.documentElement&&doc.documentElement.tagName!='parsererror')?doc:null;};};};$.fn.ajaxForm=function(options){return this.ajaxFormUnbind().bind('submit.form-plugin',function(){$(this).ajaxSubmit(options);return false;}).each(function(){$(":submit,input:image",this).bind('click.form-plugin',function(e){var form=this.form;form.clk=this;if(this.type=='image'){if(e.offsetX!=undefined){form.clk_x=e.offsetX;form.clk_y=e.offsetY;}else if(typeof $.fn.offset=='function'){var offset=$(this).offset();form.clk_x=e.pageX-offset.left;form.clk_y=e.pageY-offset.top;}else{form.clk_x=e.pageX-this.offsetLeft;form.clk_y=e.pageY-this.offsetTop;}}
setTimeout(function(){form.clk=form.clk_x=form.clk_y=null;},10);});});};$.fn.ajaxFormUnbind=function(){this.unbind('submit.form-plugin');return this.each(function(){$(":submit,input:image",this).unbind('click.form-plugin');});};$.fn.formToArray=function(semantic){var a=[];if(this.length==0)return a;var form=this[0];var els=semantic?form.getElementsByTagName('*'):form.elements;if(!els)return a;for(var i=0,max=els.length;i<max;i++){var el=els[i];var n=el.name;if(!n)continue;if(semantic&&form.clk&&el.type=="image"){if(!el.disabled&&form.clk==el){a.push({name:n,value:$(el).val()});a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});}
continue;}
var v=$.fieldValue(el,true);if(v&&v.constructor==Array){for(var j=0,jmax=v.length;j<jmax;j++)
a.push({name:n,value:v[j]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:n,value:v});}
if(!semantic&&form.clk){var $input=$(form.clk),input=$input[0],n=input.name;if(n&&!input.disabled&&input.type=='image'){a.push({name:n,value:$input.val()});a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});}}
return a;};$.fn.formSerialize=function(semantic){return $.param(this.formToArray(semantic));};$.fn.fieldSerialize=function(successful){var a=[];this.each(function(){var n=this.name;if(!n)return;var v=$.fieldValue(this,successful);if(v&&v.constructor==Array){for(var i=0,max=v.length;i<max;i++)
a.push({name:n,value:v[i]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:this.name,value:v});});return $.param(a);};$.fn.fieldValue=function(successful){for(var val=[],i=0,max=this.length;i<max;i++){var el=this[i];var v=$.fieldValue(el,successful);if(v===null||typeof v=='undefined'||(v.constructor==Array&&!v.length))
continue;v.constructor==Array?$.merge(val,v):val.push(v);}
return val;};$.fieldValue=function(el,successful){var n=el.name,t=el.type,tag=el.tagName.toLowerCase();if(typeof successful=='undefined')successful=true;if(successful&&(!n||el.disabled||t=='reset'||t=='button'||(t=='checkbox'||t=='radio')&&!el.checked||(t=='submit'||t=='image')&&el.form&&el.form.clk!=el||tag=='select'&&el.selectedIndex==-1))
return null;if(tag=='select'){var index=el.selectedIndex;if(index<0)return null;var a=[],ops=el.options;var one=(t=='select-one');var max=(one?index+1:ops.length);for(var i=(one?index:0);i<max;i++){var op=ops[i];if(op.selected){var v=op.value;if(!v)
v=(op.attributes&&op.attributes['value']&&!(op.attributes['value'].specified))?op.text:op.value;if(one)return v;a.push(v);}}
return a;}
return el.value;};$.fn.clearForm=function(){return this.each(function(){$('input,select,textarea',this).clearFields();});};$.fn.clearFields=$.fn.clearInputs=function(){return this.each(function(){var t=this.type,tag=this.tagName.toLowerCase();if(t=='text'||t=='password'||tag=='textarea')
this.value='';else if(t=='checkbox'||t=='radio')
this.checked=false;else if(tag=='select')
this.selectedIndex=-1;});};$.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=='function'||(typeof this.reset=='object'&&!this.reset.nodeType))
this.reset();});};$.fn.enable=function(b){if(b==undefined)b=true;return this.each(function(){this.disabled=!b;});};$.fn.selected=function(select){if(select==undefined)select=true;return this.each(function(){var t=this.type;if(t=='checkbox'||t=='radio')
this.checked=select;else if(this.tagName.toLowerCase()=='option'){var $sel=$(this).parent('select');if(select&&$sel[0]&&$sel[0].type=='select-one'){$sel.find('option').selected(false);}
this.selected=select;}});};function log(){if($.fn.ajaxSubmit.debug&&window.console&&window.console.log)
window.console.log('[jquery.form] '+Array.prototype.join.call(arguments,''));};})(jQuery);;;(function($){$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+($(this).css('backgroundRepeat')=='no-repeat'?'crop':'scale')+", src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')
$(this).css('position','relative');});}});};var elem,opts,busy=false,imagePreloader=new Image,loadingTimer,loadingFrame=1,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;var isIE=($.browser.msie&&parseInt($.browser.version.substr(0,1))<8);$.fn.fancybox=function(settings){settings=$.extend({},$.fn.fancybox.defaults,settings);var matchedGroup=this;function _initialize(){elem=this;opts=settings;if(dd){_start();}
dd=true;return false;};function _start(){if(busy)return;if($.isFunction(opts.callbackOnStart)){opts.callbackOnStart();}
opts.itemArray=[];opts.itemCurrent=0;if(settings.itemArray.length>0){opts.itemArray=settings.itemArray;}else{var item={};if(!elem.rel||elem.rel==''){var item={href:elem.href,title:elem.title};if($(elem).children("img:first").length){item.orig=$(elem).children("img:first");}
opts.itemArray.push(item);}else{var subGroup=$(matchedGroup).filter("a[rel="+elem.rel+"]");var item={};for(var i=0;i<subGroup.length;i++){item={href:subGroup[i].href,title:subGroup[i].title};if($(subGroup[i]).children("img:first").length){item.orig=$(subGroup[i]).children("img:first");}
opts.itemArray.push(item);}
while(opts.itemArray[opts.itemCurrent].href!=elem.href){opts.itemCurrent++;}}}
if(opts.overlayShow){if(isIE){$('embed, object, select').css('visibility','hidden');}
$("#fancy_overlay").css('opacity',opts.overlayOpacity).show();}
_change_item();};function _change_item(){$("#fancy_right, #fancy_left, #fancy_close, #fancy_title").hide();var href=opts.itemArray[opts.itemCurrent].href;if(href.match(/#/)){var target=window.location.href.split('#')[0];target=href.replace(target,'');target=target.substr(target.indexOf('#'));_set_content('<div id="fancy_div">'+$(target).html()+'</div>',opts.frameWidth,opts.frameHeight);}else if(href.match(imageRegExp)){imagePreloader=new Image;imagePreloader.src=href;if(imagePreloader.complete){_proceed_image();}else{$.fn.fancybox.showLoading();$(imagePreloader).unbind().bind('load',function(){$(".fancy_loading").hide();_proceed_image();});}}else if(href.match("iframe")||elem.className.indexOf("iframe")>=0){_set_content('<iframe id="fancy_frame" onload="$.fn.fancybox.showIframe()" name="fancy_iframe'+Math.round(Math.random()*1000)+'" frameborder="0" hspace="0" src="'+href+'"></iframe>',opts.frameWidth,opts.frameHeight);}else{$.get(href,function(data){_set_content('<div id="fancy_ajax">'+data+'</div>',opts.frameWidth,opts.frameHeight);});}};function _proceed_image(){if(opts.imageScale){var w=$.fn.fancybox.getViewport();var r=Math.min(Math.min(w[0]-36,imagePreloader.width)/imagePreloader.width,Math.min(w[1]-100,imagePreloader.height)/imagePreloader.height);var width=Math.round(r*imagePreloader.width);var height=Math.round(r*imagePreloader.height);}else{var width=imagePreloader.width;var height=imagePreloader.height;}
_set_content('<img alt="" id="fancy_img" src="'+imagePreloader.src+'" />',width,height);};function _preload_neighbor_images(){if((opts.itemArray.length-1)>opts.itemCurrent){var href=opts.itemArray[opts.itemCurrent+1].href;if(href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}
if(opts.itemCurrent>0){var href=opts.itemArray[opts.itemCurrent-1].href;if(href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}};function _set_content(value,width,height){busy=true;var pad=opts.padding;if(isIE){$("#fancy_content")[0].style.removeExpression("height");$("#fancy_content")[0].style.removeExpression("width");}
if(pad>0){width+=pad*2;height+=pad*2;$("#fancy_content").css({'top':pad+'px','right':pad+'px','bottom':pad+'px','left':pad+'px','width':'auto','height':'auto'});if(isIE){$("#fancy_content")[0].style.setExpression('height','(this.parentNode.clientHeight - 20)');$("#fancy_content")[0].style.setExpression('width','(this.parentNode.clientWidth - 20)');}}else{$("#fancy_content").css({'top':0,'right':0,'bottom':0,'left':0,'width':'100%','height':'100%'});}
if($("#fancy_outer").is(":visible")&&width==$("#fancy_outer").width()&&height==$("#fancy_outer").height()){$("#fancy_content").animate({opacity:0},250,"swing",function(){$("#fancy_content").empty().append($(value));$("#fancy_content").animate({opacity:1},800,"swing",function(){_finish();});});return;}
var w=$.fn.fancybox.getViewport();var itemLeft=(width+36)>w[0]?w[2]:(w[2]+Math.round((w[0]-width-36)/2));var itemTop=(height+50)>w[1]?w[3]:(w[3]+Math.round((w[1]-height-50)/2));var itemOpts={'left':itemLeft,'top':itemTop,'width':width+'px','height':height+'px'};if($("#fancy_outer").is(":visible")){$("#fancy_content").fadeOut("normal",function(){$("#fancy_content").empty();$("#fancy_outer").animate(itemOpts,opts.zoomSpeedChange,opts.easingChange,function(){$("#fancy_content").append($(value)).fadeIn("normal",function(){_finish();});});});}else{if(opts.zoomSpeedIn>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){$("#fancy_content").empty().append($(value));var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);$("#fancy_outer").css({'left':(orig_pos.left-18)+'px','top':(orig_pos.top-18)+'px','width':$(orig_item).width(),'height':$(orig_item).height()});if(opts.zoomOpacity){itemOpts.opacity='show';}
$("#fancy_outer").animate(itemOpts,opts.zoomSpeedIn,opts.easingIn,function(){_finish();});}else{$("#fancy_content").hide().empty().append($(value)).show();$("#fancy_outer").css(itemOpts).fadeIn("normal",function(){_finish();});}}};function _set_navigation(){if(opts.itemCurrent!=0){$("#fancy_left, #fancy_left_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent--;_change_item();return false;});$("#fancy_left").show();}
if(opts.itemCurrent!=(opts.itemArray.length-1)){$("#fancy_right, #fancy_right_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent++;_change_item();return false;});$("#fancy_right").show();}};function _finish(){_set_navigation();_preload_neighbor_images();$(document).keydown(function(e){if(e.keyCode==27){$.fn.fancybox.close();$(document).unbind("keydown");}else if(e.keyCode==37&&opts.itemCurrent!=0){opts.itemCurrent--;_change_item();$(document).unbind("keydown");}else if(e.keyCode==39&&opts.itemCurrent!=(opts.itemArray.length-1)){opts.itemCurrent++;_change_item();$(document).unbind("keydown");}});if(opts.centerOnScroll){$(window).bind("resize scroll",$.fn.fancybox.scrollBox);}else{$("div#fancy_outer").css("position","absolute");}
if(opts.hideOnContentClick){$("#fancy_wrap").click($.fn.fancybox.close);}
$("#fancy_overlay, #fancy_close").bind("click",$.fn.fancybox.close);$("#fancy_close").show();if(opts.itemArray[opts.itemCurrent].title!==undefined&&opts.itemArray[opts.itemCurrent].title.length>0){$('#fancy_title div').html(opts.itemArray[opts.itemCurrent].title);$('#fancy_title').show();}
if(opts.overlayShow&&isIE){$('embed, object, select',$('#fancy_content')).css('visibility','visible');}
if($.isFunction(opts.callbackOnShow)){opts.callbackOnShow();}
busy=false;};return this.unbind('click').click(_initialize);};$.fn.fancybox.scrollBox=function(){var pos=$.fn.fancybox.getViewport();$("#fancy_outer").css('left',(($("#fancy_outer").width()+36)>pos[0]?pos[2]:pos[2]+Math.round((pos[0]-$("#fancy_outer").width()-36)/2)));$("#fancy_outer").css('top',(($("#fancy_outer").height()+50)>pos[1]?pos[3]:pos[3]+Math.round((pos[1]-$("#fancy_outer").height()-50)/2)));};$.fn.fancybox.getNumeric=function(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;};$.fn.fancybox.getPosition=function(el){var pos=el.offset();pos.top+=$.fn.fancybox.getNumeric(el,'paddingTop');pos.top+=$.fn.fancybox.getNumeric(el,'borderTopWidth');pos.left+=$.fn.fancybox.getNumeric(el,'paddingLeft');pos.left+=$.fn.fancybox.getNumeric(el,'borderLeftWidth');return pos;};$.fn.fancybox.showIframe=function(){$(".fancy_loading").hide();$("#fancy_frame").show();};$.fn.fancybox.getViewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];};$.fn.fancybox.animateLoading=function(){if(!$("#fancy_loading").is(':visible')){clearInterval(loadingTimer);return;}
$("#fancy_loading > div").css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};$.fn.fancybox.showLoading=function(){clearInterval(loadingTimer);var pos=$.fn.fancybox.getViewport();$("#fancy_loading").css({'left':((pos[0]-40)/2+pos[2]),'top':((pos[1]-40)/2+pos[3])}).show();$("#fancy_loading").bind('click',$.fn.fancybox.close);loadingTimer=setInterval($.fn.fancybox.animateLoading,66);};$.fn.fancybox.close=function(){busy=true;$(imagePreloader).unbind();$("#fancy_overlay, #fancy_close").unbind();if(opts.hideOnContentClick){$("#fancy_wrap").unbind();}
$("#fancy_close, .fancy_loading, #fancy_left, #fancy_right, #fancy_title").hide();if(opts.centerOnScroll){$(window).unbind("resize scroll");}
__cleanup=function(){$("#fancy_overlay, #fancy_outer").hide();if(opts.centerOnScroll){$(window).unbind("resize scroll");}
if(isIE){$('embed, object, select').css('visibility','visible');}
if($.isFunction(opts.callbackOnClose)){opts.callbackOnClose();}
busy=false;};if($("#fancy_outer").is(":visible")!==false){if(opts.zoomSpeedOut>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);var itemOpts={'left':(orig_pos.left-18)+'px','top':(orig_pos.top-18)+'px','width':$(orig_item).width(),'height':$(orig_item).height()};if(opts.zoomOpacity){itemOpts.opacity='hide';}
$("#fancy_outer").stop(false,true).animate(itemOpts,opts.zoomSpeedOut,opts.easingOut,__cleanup);}else{$("#fancy_outer").stop(false,true).fadeOut("fast",__cleanup);}}else{__cleanup();}
return false;};$.fn.fancybox.build=function(){var html='';html+='<div id="fancy_overlay"></div>';html+='<div id="fancy_wrap">';html+='<div class="fancy_loading" id="fancy_loading"><div></div></div>';html+='<div id="fancy_outer">';html+='<div id="fancy_inner">';html+='<div id="fancy_close"></div>';html+='<div id="fancy_bg"><div class="fancy_bg fancy_bg_n"></div><div class="fancy_bg fancy_bg_ne"></div><div class="fancy_bg fancy_bg_e"></div><div class="fancy_bg fancy_bg_se"></div><div class="fancy_bg fancy_bg_s"></div><div class="fancy_bg fancy_bg_sw"></div><div class="fancy_bg fancy_bg_w"></div><div class="fancy_bg fancy_bg_nw"></div></div>';html+='<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';html+='<div id="fancy_content"></div>';html+='<div id="fancy_title"></div>';html+='</div>';html+='</div>';html+='</div>';$(html).appendTo("body");$('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');if(isIE){$("#fancy_inner").prepend('<iframe class="fancy_bigIframe" scrolling="no" frameborder="0"></iframe>');$("#fancy_close, .fancy_bg, .fancy_title, .fancy_ico").fixPNG();}};$.fn.fancybox.defaults={padding:10,imageScale:true,zoomOpacity:false,zoomSpeedIn:0,zoomSpeedOut:0,zoomSpeedChange:300,easingIn:'swing',easingOut:'swing',easingChange:'swing',frameWidth:425,frameHeight:355,overlayShow:true,overlayOpacity:0.7,hideOnContentClick:true,centerOnScroll:true,itemArray:[],callbackOnStart:null,callbackOnShow:null,callbackOnClose:null};$(document).ready(function(){$.fn.fancybox.build();});})(jQuery);;(function(){var _typeface_js={faces:{},loadFace:function(typefaceData){var familyName=typefaceData.familyName.toLowerCase();if(!this.faces[familyName]){this.faces[familyName]={};}
if(!this.faces[familyName][typefaceData.cssFontWeight]){this.faces[familyName][typefaceData.cssFontWeight]={};}
var face=this.faces[familyName][typefaceData.cssFontWeight][typefaceData.cssFontStyle]=typefaceData;face.loaded=true;},log:function(message){if(this.quiet){return;}
message="typeface.js: "+message;if(this.customLogFn){this.customLogFn(message);}else if(window.console&&window.console.log){window.console.log(message);}},pixelsFromPoints:function(face,style,points,dimension){var pixels=points*parseInt(style.fontSize)*72/(face.resolution*100);if(dimension=='horizontal'&&style.fontStretchPercent){pixels*=style.fontStretchPercent;}
return pixels;},pointsFromPixels:function(face,style,pixels,dimension){var points=pixels*face.resolution/(parseInt(style.fontSize)*72/100);if(dimension=='horizontal'&&style.fontStretchPrecent){points*=style.fontStretchPercent;}
return points;},cssFontWeightMap:{normal:'normal',bold:'bold',400:'normal',700:'bold'},cssFontStretchMap:{'ultra-condensed':0.55,'extra-condensed':0.77,'condensed':0.85,'semi-condensed':0.93,'normal':1,'semi-expanded':1.07,'expanded':1.15,'extra-expanded':1.23,'ultra-expanded':1.45,'default':1},fallbackCharacter:'.',configure:function(args){var configurableOptionNames=['customLogFn','customClassNameRegex','customTypefaceElementsList','quiet','verbose'];for(var i=0;i<configurableOptionNames.length;i++){var optionName=configurableOptionNames[i];if(args[optionName]){if(optionName=='customLogFn'){if(typeof args[optionName]!='function'){throw"customLogFn is not a function";}else{this.customLogFn=args.customLogFn;}}else{this[optionName]=args[optionName];}}}},getTextExtents:function(face,style,text){var extentX=0;var extentY=0;var horizontalAdvance;for(var i=0;i<text.length;i++){var glyph=face.glyphs[text.charAt(i)]?face.glyphs[text.charAt(i)]:face.glyphs[this.fallbackCharacter];var letterSpacingAdjustment=this.pointsFromPixels(face,style,style.letterSpacing);extentX+=Math.max(glyph.ha,glyph.x_max)+letterSpacingAdjustment;horizontalAdvance+=glyph.ha+letterSpacingAdjustment;}
return{x:extentX,y:extentY,ha:horizontalAdvance};},pixelsFromCssAmount:function(cssAmount,defaultValue,element){var matches=undefined;if(cssAmount=='normal'){return defaultValue;}else if(matches=cssAmount.match(/([\-\d+\.]+)px/)){return matches[1];}else{var pixelAmount;var leftInlineStyle=element.style.left;var leftRuntimeStyle=element.runtimeStyle.left;element.runtimeStyle.left=element.currentStyle.left;if(cssAmount.match(/\d(em|%)$/)){element.style.left='1em';}else{element.style.left=cssAmount||0;}
pixelAmount=element.style.pixelLeft;element.style.left=leftInlineStyle;element.runtimeStyle.left=leftRuntimeStyle;return pixelAmount||defaultValue;}},capitalizeText:function(text){return text.replace(/(^|\s)[a-z]/g,function(match){return match.toUpperCase()});},getElementStyle:function(e){if(window.getComputedStyle){return window.getComputedStyle(e,'');}else if(e.currentStyle){return e.currentStyle;}},getRenderedText:function(e){var browserStyle=this.getElementStyle(e.parentNode);var inlineStyleAttribute=e.parentNode.getAttribute('style');if(inlineStyleAttribute&&typeof(inlineStyleAttribute)=='object'){inlineStyleAttribute=inlineStyleAttribute.cssText;}
if(inlineStyleAttribute){var inlineStyleDeclarations=inlineStyleAttribute.split(/\s*\;\s*/);var inlineStyle={};for(var i=0;i<inlineStyleDeclarations.length;i++){var declaration=inlineStyleDeclarations[i];var declarationOperands=declaration.split(/\s*\:\s*/);inlineStyle[declarationOperands[0]]=declarationOperands[1];}}
var style={color:browserStyle.color,fontFamily:browserStyle.fontFamily.split(/\s*,\s*/)[0].replace(/(^"|^'|'$|"$)/g,'').toLowerCase(),fontSize:this.pixelsFromCssAmount(browserStyle.fontSize,12,e.parentNode),fontWeight:this.cssFontWeightMap[browserStyle.fontWeight],fontStyle:browserStyle.fontStyle?browserStyle.fontStyle:'normal',fontStretchPercent:this.cssFontStretchMap[inlineStyle&&inlineStyle['font-stretch']?inlineStyle['font-stretch']:'default'],textDecoration:browserStyle.textDecoration,lineHeight:this.pixelsFromCssAmount(browserStyle.lineHeight,'normal',e.parentNode),letterSpacing:this.pixelsFromCssAmount(browserStyle.letterSpacing,0,e.parentNode),textTransform:browserStyle.textTransform};var face;if(this.faces[style.fontFamily]&&this.faces[style.fontFamily][style.fontWeight]){face=this.faces[style.fontFamily][style.fontWeight][style.fontStyle];}
var text=e.nodeValue;if(e.previousSibling&&e.previousSibling.nodeType==1&&e.previousSibling.tagName!='BR'&&this.getElementStyle(e.previousSibling).display.match(/inline/)){text=text.replace(/^\s+/,' ');}else{text=text.replace(/^\s+/,'');}
if(e.nextSibling&&e.nextSibling.nodeType==1&&e.nextSibling.tagName!='BR'&&this.getElementStyle(e.nextSibling).display.match(/inline/)){text=text.replace(/\s+$/,' ');}else{text=text.replace(/\s+$/,'');}
text=text.replace(/\s+/g,' ');if(style.textTransform&&style.textTransform!='none'){switch(style.textTransform){case'capitalize':text=this.capitalizeText(text);break;case'uppercase':text=text.toUpperCase();break;case'lowercase':text=text.toLowerCase();break;}}
if(!face){var excerptLength=12;var textExcerpt=text.substring(0,excerptLength);if(text.length>excerptLength){textExcerpt+='...';}
var fontDescription=style.fontFamily;if(style.fontWeight!='normal')fontDescription+=' '+style.fontWeight;if(style.fontStyle!='normal')fontDescription+=' '+style.fontStyle;this.log("couldn't find typeface font: "+fontDescription+' for text "'+textExcerpt+'"');return;}
var words=text.split(/\b(?=\w)/);var containerSpan=document.createElement('span');for(var i=0;i<words.length;i++){var word=words[i];var vectorElement=this.renderWord(face,style,word);if(vectorElement)
containerSpan.appendChild(vectorElement);}
return containerSpan;},renderDocument:function(callback){if(!callback)
callback=function(e){e.style.visibility='visible'};var elements=document.getElementsByTagName('*');var elementsLength=elements.length;for(var i=0;i<elements.length;i++){if(elements[i].className.match(/(^|\s)typeface-js(\s|$)/)||elements[i].tagName.match(/^(H1|H2|H3|H4|H5|H6)$/)){this.replaceText(elements[i]);if(typeof callback=='function'){callback(elements[i]);}}}},replaceText:function(e){var childNodes=[];var childNodesLength=e.childNodes.length;for(var i=0;i<childNodesLength;i++){this.replaceText(e.childNodes[i]);}
if(e.nodeType==3&&e.nodeValue.match(/\S/)){var parentNode=e.parentNode;var renderedText=this.getRenderedText(e);if(parentNode.tagName=='A'&&this.vectorBackend=='vml'&&this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';parentNode.style.cursor='pointer';}
if(this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';}
if(renderedText){if(parentNode.replaceChild){parentNode.replaceChild(renderedText,e);}else{parentNode.insertBefore(renderedText,e);parentNode.removeChild(e);}
if(this.vectorBackend=='vml'){renderedText.innerHTML=renderedText.innerHTML;}}}},applyElementVerticalMetrics:function(face,style,e){if(style.lineHeight=='normal'){style.lineHeight=this.pixelsFromPoints(face,style,face.lineHeight);}
var cssLineHeightAdjustment=style.lineHeight-this.pixelsFromPoints(face,style,face.lineHeight);e.style.marginTop=Math.round(cssLineHeightAdjustment/2)+'px';e.style.marginBottom=Math.round(cssLineHeightAdjustment/2)+'px';},vectorBackends:{canvas:{_initializeSurface:function(face,style,text){var extents=this.getTextExtents(face,style,text);var canvas=document.createElement('canvas');canvas.innerHTML=text;canvas.height=Math.round(this.pixelsFromPoints(face,style,face.lineHeight));canvas.width=Math.round(this.pixelsFromPoints(face,style,extents.x,'horizontal'));this.applyElementVerticalMetrics(face,style,canvas);if(extents.x>extents.ha)
canvas.style.marginRight=Math.round(this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal'))+'px';var ctx=canvas.getContext('2d');var pointScale=this.pixelsFromPoints(face,style,1);ctx.scale(pointScale*style.fontStretchPercent,-1*pointScale);ctx.translate(0,-1*face.ascender);ctx.fillStyle=style.color;return{context:ctx,canvas:canvas};},_renderGlyph:function(ctx,face,char,style){var glyph=face.glyphs[char];if(!glyph){return this.renderGlyph(ctx,face,this.fallbackCharacter,style);}
if(glyph.o){var outline;if(glyph.cached_outline){outline=glyph.cached_outline;}else{outline=glyph.o.split(' ');glyph.cached_outline=outline;}
for(var i=0;i<outline.length;){var action=outline[i++];switch(action){case'm':ctx.moveTo(outline[i++],outline[i++]);break;case'l':ctx.lineTo(outline[i++],outline[i++]);break;case'q':var cpx=outline[i++];var cpy=outline[i++];ctx.quadraticCurveTo(outline[i++],outline[i++],cpx,cpy);break;}}}
if(glyph.ha){var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;ctx.translate(glyph.ha+letterSpacingPoints,0);}},_renderWord:function(face,style,text){var surface=this.initializeSurface(face,style,text);var ctx=surface.context;var canvas=surface.canvas;ctx.beginPath();ctx.save();var chars=text.split('');for(var i=0;i<chars.length;i++){this.renderGlyph(ctx,face,chars[i],style);}
ctx.fill();if(style.textDecoration=='underline'){ctx.beginPath();ctx.moveTo(0,face.underlinePosition);ctx.restore();ctx.lineTo(0,face.underlinePosition);ctx.strokeStyle=style.color;ctx.lineWidth=face.underlineThickness;ctx.stroke();}
return ctx.canvas;}},vml:{_initializeSurface:function(face,style,text){var shape=document.createElement('v:shape');var extents=this.getTextExtents(face,style,text);shape.style.width=shape.style.height=style.fontSize+'px';if(extents.x>extents.ha){shape.style.marginRight=this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal')+'px';}
this.applyElementVerticalMetrics(face,style,shape);var resolutionScale=face.resolution*100/72;shape.coordsize=(resolutionScale/style.fontStretchPercent)+","+resolutionScale;shape.coordorigin='0,'+face.ascender;shape.style.flip='y';shape.fillColor=style.color;shape.stroked=false;shape.path='hh m 0,'+face.ascender+' l 0,'+face.descender+' ';return shape;},_renderGlyph:function(shape,face,char,offsetX,style,vmlSegments){var glyph=face.glyphs[char];if(!glyph){this.log("glyph not defined: "+char);this.renderGlyph(shape,face,this.fallbackCharacter,offsetX,style);return;}
vmlSegments.push('m');if(glyph.o){var outline,outlineLength;if(glyph.cached_outline){outline=glyph.cached_outline;outlineLength=outline.length;}else{outline=glyph.o.split(' ');outlineLength=outline.length;for(var i=0;i<outlineLength;){switch(outline[i++]){case'q':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);case'm':case'l':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);break;}}
glyph.cached_outline=outline;}
var prevX,prevY;for(var i=0;i<outlineLength;){var action=outline[i++];var x=outline[i++]+offsetX;var y=outline[i++];switch(action){case'm':vmlSegments.push('xm ',x,',',y);break;case'l':vmlSegments.push('l ',x,',',y);break;case'q':var cpx=outline[i++]+offsetX;var cpy=outline[i++];var cp1x=Math.round(prevX+2.0/3.0*(cpx-prevX));var cp1y=Math.round(prevY+2.0/3.0*(cpy-prevY));var cp2x=Math.round(cp1x+(x-prevX)/3.0);var cp2y=Math.round(cp1y+(y-prevY)/3.0);vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;}
prevX=x;prevY=y;}}
vmlSegments.push('x e');return vmlSegments;},_renderWord:function(face,style,text){var offsetX=0;var shape=this.initializeSurface(face,style,text);var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;letterSpacingPoints=Math.round(letterSpacingPoints);var chars=text.split('');var vmlSegments=[];for(var i=0;i<chars.length;i++){var char=chars[i];vmlSegments=this.renderGlyph(shape,face,char,offsetX,style,vmlSegments);offsetX+=face.glyphs[char].ha+letterSpacingPoints;}
shape.path+=vmlSegments.join('')+'m '+offsetX+' 0 l '+offsetX+' '+face.ascender;return shape;}}},setVectorBackend:function(backend){this.vectorBackend=backend;var backendFunctions=['renderWord','initializeSurface','renderGlyph'];for(var i=0;i<backendFunctions.length;i++){var backendFunction=backendFunctions[i];this[backendFunction]=this.vectorBackends[backend]['_'+backendFunction];}}};var typefaceSelectors=['.typeface-js','h1','h2','h3','h4','h5','h6'];if(document.createStyleSheet){var styleSheet=document.createStyleSheet();for(var i=0;i<typefaceSelectors.length;i++){var selector=typefaceSelectors[i];styleSheet.addRule(selector,'visibility: hidden');}}else if(document.styleSheets&&document.styleSheets.length){var styleSheet=document.styleSheets[0];document.styleSheets[0].insertRule(typefaceSelectors.join(',')+' { visibility: hidden; }',styleSheet.cssRules.length);}
var backend=!!(window.attachEvent&&!window.opera)?'vml':window.CanvasRenderingContext2D||document.createElement('canvas').getContext?'canvas':null;if(backend=='vml'){document.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");var styleSheet=document.createStyleSheet();styleSheet.addRule('v\\:shape',"display: inline-block;");}
_typeface_js.setVectorBackend(backend);window._typeface_js=_typeface_js;function typefaceInit(){if(arguments.callee.done)return;arguments.callee.done=true;if(window._typefaceTimer)clearInterval(_typefaceTimer);_typeface_js.renderDocument(function(e){e.style.visibility='visible'});};if(/WebKit/i.test(navigator.userAgent)){var _typefaceTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){typefaceInit();}},10);}
if(document.addEventListener){window.addEventListener('DOMContentLoaded',function(){typefaceInit()},false);}/*@cc_on @*//*@if (@_win32)

document.write("<script id=__ie_onload_typeface defer src=javascript:void(0)><\/script>");
var script = document.getElementById("__ie_onload_typeface");
script.onreadystatechange = function() {
 if (this.readyState == "complete") {
  typefaceInit(); 
 }
};

/*@end @*/try{console.log('initializing typeface.js')}catch(e){};})();;if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":17,"x_max":653.21875,"ha":661,"o":"m 651 812 q 651 800 654 810 q 642 776 648 790 q 626 746 635 762 q 608 715 617 729 q 590 690 599 701 q 577 677 582 680 l 537 681 q 515 731 529 710 q 484 766 501 752 q 446 787 466 780 q 406 794 426 794 q 346 784 372 794 q 304 756 321 773 q 280 718 288 740 q 272 674 272 697 q 276 643 272 659 q 296 609 281 627 q 338 572 311 592 q 411 529 365 552 q 503 475 464 501 q 567 421 542 449 q 604 362 592 394 q 616 293 616 331 q 588 172 616 229 q 511 72 560 116 q 398 4 463 29 q 258 -21 332 -21 q 208 -16 235 -21 q 154 -5 180 -12 q 102 11 127 1 q 59 32 77 21 q 28 57 40 44 q 17 83 17 70 q 22 102 17 90 q 35 128 27 114 q 55 158 44 143 q 76 185 65 172 q 97 205 87 197 q 114 213 107 213 q 131 202 121 213 q 152 177 140 192 q 178 144 163 162 q 213 110 193 126 q 255 85 232 95 q 308 75 279 75 q 369 86 340 75 q 419 116 398 97 q 453 164 440 136 q 466 229 466 193 q 456 283 466 258 q 424 332 446 308 q 366 377 402 355 q 280 424 331 400 q 206 469 235 445 q 160 517 176 492 q 136 571 143 543 q 130 629 130 598 q 152 718 130 674 q 217 797 175 762 q 319 853 260 831 q 451 875 378 875 q 567 856 516 875 q 651 812 619 837 "},"¦":{"x_min":23.734375,"x_max":317.390625,"ha":298,"o":"m 242 525 q 222 513 235 519 q 196 502 210 508 q 168 491 182 496 l 147 485 l 122 505 l 198 1046 q 220 1058 208 1052 q 245 1068 232 1063 q 269 1078 257 1073 q 291 1084 281 1082 l 317 1065 l 242 525 m 140 -188 q 122 -199 134 -193 q 95 -210 109 -204 q 68 -220 82 -215 q 48 -227 55 -225 l 23 -206 l 99 327 q 119 338 107 333 q 143 349 131 344 q 167 359 155 354 q 189 367 179 363 l 217 345 l 140 -188 "},"/":{"x_min":-75.28125,"x_max":676.140625,"ha":602,"o":"m 69 -183 q 45 -194 62 -187 q 10 -207 29 -200 q -25 -219 -8 -214 q -50 -227 -42 -225 l -75 -206 l 533 1041 q 558 1053 542 1047 q 590 1066 573 1060 q 623 1077 607 1072 q 649 1084 639 1082 l 676 1065 l 69 -183 "},"ⱡ":{"x_min":3.09375,"x_max":483.734375,"ha":467,"o":"m 427 398 l 301 398 q 288 314 294 354 q 278 240 282 274 q 271 180 273 207 q 269 137 269 154 q 275 106 269 114 q 292 98 281 98 q 326 103 308 98 q 375 120 345 108 l 386 74 q 318 35 352 53 q 253 2 285 16 q 193 -19 221 -11 q 144 -28 165 -28 q 110 -7 125 -28 q 96 52 96 12 q 99 101 96 67 q 110 180 103 134 q 125 283 116 227 q 143 398 133 339 l 20 398 l 3 418 q 9 432 5 424 l 17 449 q 26 466 22 458 q 34 480 30 474 l 156 480 q 162 522 159 501 q 169 565 165 543 l 45 565 l 27 585 q 33 598 29 590 q 42 615 38 607 q 51 632 47 624 q 59 646 55 640 l 181 646 q 199 782 192 722 q 207 872 207 842 q 203 897 207 888 q 196 910 200 906 q 185 916 191 915 q 172 918 178 918 q 156 914 167 918 q 134 908 145 911 q 107 899 122 904 l 94 946 q 160 973 123 959 q 233 1001 197 988 q 298 1022 269 1014 q 340 1031 327 1031 q 370 1018 359 1031 q 382 975 382 1006 q 378 919 382 953 q 369 842 375 885 q 356 749 364 799 q 340 646 348 699 l 466 646 l 483 624 l 451 565 l 327 565 q 321 522 324 543 l 314 480 l 441 480 l 459 458 l 427 398 "},"y":{"x_min":-133,"x_max":652,"ha":664,"o":"m 652 583 q 634 512 652 560 q 583 396 616 464 q 507 241 551 327 q 409 55 462 155 q 317 -104 362 -31 q 223 -229 271 -176 q 123 -310 175 -281 q 11 -339 71 -339 q -40 -332 -14 -339 q -86 -316 -66 -326 q -120 -296 -107 -307 q -133 -279 -133 -286 q -121 -249 -133 -269 q -95 -208 -110 -229 q -64 -170 -80 -187 q -38 -148 -48 -153 q 26 -193 -6 -178 q 83 -208 58 -208 q 163 -168 122 -208 q 250 -53 204 -127 q 232 35 242 -13 q 210 134 222 83 q 184 235 197 184 q 158 329 171 285 q 133 409 145 374 q 111 465 121 444 q 85 510 96 499 q 62 521 74 521 q 45 518 56 521 q 23 512 34 516 q -3 504 10 509 l -17 549 q 46 579 13 564 q 107 607 78 595 q 159 627 136 619 q 194 635 182 635 q 227 615 213 635 q 258 549 241 595 q 284 471 270 515 q 311 375 297 426 q 338 268 325 324 q 364 156 352 212 q 417 266 392 212 q 460 366 442 320 q 490 446 479 412 q 501 497 501 480 q 465 531 501 531 q 440 529 453 533 q 408 516 428 525 l 391 562 q 443 589 415 576 q 498 612 471 602 q 549 628 525 622 q 590 635 573 635 q 613 633 602 635 q 632 626 624 631 q 646 610 641 620 q 652 583 652 600 "},"Á":{"x_min":-33.90625,"x_max":768.359375,"ha":810,"o":"m 251 291 l 165 95 q 176 65 156 74 q 246 49 195 56 l 240 0 l -33 0 l -27 49 q 40 66 16 57 q 73 95 64 75 l 390 817 q 426 842 407 831 q 466 864 446 854 q 506 880 486 873 q 543 893 526 888 l 697 95 q 702 78 699 86 q 714 65 706 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 449 0 l 456 50 q 524 61 505 50 q 539 95 543 72 l 503 291 l 251 291 m 487 373 l 426 693 l 287 373 l 487 373 m 727 1068 l 407 908 q 389 928 398 914 q 375 955 381 941 l 615 1174 q 643 1159 627 1167 q 675 1141 659 1150 q 704 1124 691 1132 q 727 1110 718 1116 l 727 1068 "},"g":{"x_min":-13,"x_max":640.953125,"ha":652,"o":"m 640 590 q 601 544 617 571 q 576 467 584 516 q 565 323 565 386 q 565 206 565 260 q 565 102 565 151 q 555 0 565 53 q 526 -89 547 -45 q 477 -170 506 -132 q 413 -239 448 -208 q 340 -292 378 -270 q 263 -326 302 -314 q 188 -339 224 -339 q 117 -331 153 -339 q 52 -312 81 -324 q 5 -287 23 -300 q -13 -262 -13 -274 q -6 -243 -13 -254 q 8 -219 0 -231 q 29 -193 18 -206 q 50 -170 40 -180 q 69 -154 61 -160 q 80 -148 77 -148 q 99 -159 88 -148 q 130 -185 111 -171 q 178 -211 150 -199 q 248 -223 207 -223 q 295 -214 273 -223 q 334 -183 317 -205 q 366 -125 352 -161 q 390 -32 379 -88 q 400 71 400 24 q 400 162 400 118 q 349 87 377 122 q 292 27 321 52 q 234 -13 263 1 q 176 -28 205 -28 q 126 -15 153 -28 q 75 25 99 -2 q 35 98 51 54 q 20 206 20 143 q 71 409 20 314 q 223 571 122 504 q 312 615 261 596 q 424 635 362 635 q 478 620 450 635 q 533 589 507 605 q 577 615 556 604 l 617 635 l 640 590 m 245 106 q 268 115 253 106 q 304 146 283 124 q 353 202 326 167 q 411 290 380 238 q 416 367 411 327 q 428 455 421 407 q 436 485 430 470 q 391 522 414 505 q 346 538 368 538 q 293 525 317 538 q 251 489 270 511 q 217 438 232 467 q 194 377 203 409 q 179 315 184 346 q 175 257 175 283 q 195 143 175 181 q 245 106 215 106 "},"²":{"x_min":49.21875,"x_max":469,"ha":450,"o":"m 469 835 q 456 776 469 805 q 411 709 443 746 q 325 620 379 671 q 188 496 271 569 l 347 496 q 371 508 361 496 q 389 536 382 520 q 403 576 397 554 l 438 568 l 410 419 l 57 419 l 49 450 q 194 589 137 532 q 284 687 251 646 q 330 759 317 728 q 343 817 343 789 q 332 853 343 838 q 294 868 322 868 q 247 845 262 868 q 233 792 233 823 q 210 784 224 788 q 179 776 195 780 q 146 770 162 773 q 121 767 131 767 l 109 794 q 131 838 112 815 q 181 878 150 860 q 249 909 211 897 q 329 921 287 921 q 433 896 398 921 q 469 835 469 872 "},"–":{"x_min":18.984375,"x_max":581.1875,"ha":612,"o":"m 581 372 q 573 355 578 365 q 562 334 568 345 q 551 313 556 323 q 543 299 545 304 l 36 299 l 18 320 q 26 337 21 328 q 36 358 31 347 q 48 377 42 368 q 58 393 54 387 l 562 393 l 581 372 "},"ë":{"x_min":33,"x_max":609,"ha":587,"o":"m 270 499 q 214 410 236 460 q 192 294 192 360 q 298 349 258 324 q 357 395 337 373 q 383 437 377 416 q 390 479 390 457 q 376 527 390 511 q 343 543 362 543 q 329 539 337 543 q 310 531 320 536 q 289 517 299 526 q 270 499 278 509 m 560 515 q 555 475 560 496 q 537 431 551 454 q 499 382 524 408 q 434 330 475 357 q 334 275 393 303 q 193 217 275 246 q 207 158 198 184 q 230 114 217 132 q 259 86 243 96 q 291 77 274 77 q 375 103 320 77 q 512 195 430 129 q 521 186 516 193 q 531 172 526 180 q 539 157 536 164 q 544 147 542 150 q 443 65 488 99 q 360 11 398 32 q 290 -18 322 -9 q 227 -28 258 -28 q 165 -15 199 -28 q 102 24 132 -2 q 53 96 73 52 q 33 205 33 140 q 45 306 33 258 q 82 399 58 355 q 140 482 106 443 q 217 558 174 522 q 254 584 232 571 q 302 609 276 598 q 356 627 328 620 q 410 635 384 635 q 477 624 449 635 q 524 596 505 613 q 551 558 542 580 q 560 515 560 537 m 347 861 q 339 818 347 840 q 318 777 332 795 q 284 747 304 759 q 238 735 264 735 q 190 755 206 735 q 175 803 175 776 q 182 845 175 822 q 203 886 189 867 q 237 917 217 904 q 283 930 257 930 q 311 924 299 930 q 331 908 323 918 q 342 886 338 899 q 347 861 347 874 m 609 861 q 601 818 609 840 q 580 777 594 795 q 545 747 566 759 q 500 735 525 735 q 452 755 468 735 q 437 803 437 776 q 444 845 437 822 q 465 886 451 867 q 499 917 479 904 q 544 930 519 930 q 572 924 560 930 q 593 908 585 918 q 604 886 600 899 q 609 861 609 874 "},"Î":{"x_min":8.8125,"x_max":511.34375,"ha":429,"o":"m 448 805 q 381 784 404 795 q 356 763 357 772 l 263 90 q 281 70 262 82 q 344 49 299 59 l 337 0 l 8 0 l 15 49 q 82 70 58 59 q 107 90 105 81 l 198 763 q 181 783 200 771 q 118 805 162 795 l 125 854 l 455 854 l 448 805 m 511 949 q 491 924 501 935 q 470 908 481 913 l 311 1027 l 124 908 q 108 924 118 912 q 91 949 98 935 l 288 1158 l 370 1158 l 511 949 "},"e":{"x_min":33,"x_max":560,"ha":587,"o":"m 270 499 q 214 410 236 460 q 192 294 192 360 q 298 349 258 324 q 357 395 337 373 q 383 437 377 416 q 390 479 390 457 q 376 527 390 511 q 343 543 362 543 q 328 539 337 543 q 309 531 320 536 q 289 517 299 526 q 270 499 278 509 m 560 515 q 555 475 560 496 q 537 431 551 454 q 499 382 524 408 q 434 330 475 357 q 334 275 393 303 q 193 217 275 246 q 207 158 198 184 q 230 114 217 132 q 259 86 243 96 q 291 77 274 77 q 375 103 320 77 q 513 195 430 129 q 521 186 517 193 q 531 172 526 180 q 539 157 536 164 q 544 147 543 150 q 443 65 488 99 q 360 11 398 32 q 290 -18 322 -9 q 227 -28 258 -28 q 165 -15 199 -28 q 102 24 132 -2 q 53 96 73 52 q 33 205 33 140 q 45 306 33 258 q 82 399 58 355 q 140 482 106 443 q 217 558 174 522 q 254 584 232 571 q 302 609 276 598 q 356 627 328 620 q 410 635 384 635 q 477 624 449 635 q 524 596 505 613 q 551 558 542 580 q 560 515 560 537 "},"Ã":{"x_min":-33.90625,"x_max":768.359375,"ha":810,"o":"m 251 291 l 165 95 q 176 65 156 74 q 246 49 195 56 l 240 0 l -33 0 l -27 49 q 40 66 16 57 q 73 95 64 75 l 390 817 q 426 843 407 831 q 466 864 446 854 q 506 881 486 873 q 543 893 526 888 l 697 95 q 702 78 699 86 q 714 65 706 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 449 0 l 456 50 q 524 61 505 50 q 539 95 543 72 l 503 291 l 251 291 m 487 373 l 426 693 l 287 373 l 487 373 m 757 1106 q 735 1067 748 1088 q 708 1025 722 1046 q 677 984 693 1004 q 643 950 661 965 q 606 926 625 935 q 567 918 587 918 q 517 928 540 918 q 473 952 495 939 q 430 977 452 966 q 385 988 409 988 q 359 983 371 988 q 336 968 347 978 q 311 944 324 958 q 284 911 299 930 l 240 930 q 276 990 255 957 q 321 1052 297 1023 q 373 1100 345 1081 q 430 1120 401 1120 q 483 1108 459 1120 q 529 1084 507 1097 q 570 1060 550 1071 q 610 1048 590 1048 q 662 1068 638 1048 q 712 1126 685 1087 l 757 1106 "},"J":{"x_min":-230,"x_max":472.59375,"ha":433,"o":"m 464 804 q 397 783 421 795 q 372 762 373 771 l 288 138 q 256 9 277 62 q 208 -82 235 -44 q 151 -147 180 -121 q 93 -196 121 -174 q 51 -223 75 -210 q 1 -247 27 -237 q -49 -263 -23 -257 q -95 -269 -74 -269 q -144 -261 -120 -269 q -187 -244 -168 -254 q -218 -223 -206 -234 q -230 -204 -230 -212 q -222 -189 -230 -199 q -204 -167 -215 -180 q -179 -143 -193 -155 q -153 -120 -166 -130 q -128 -102 -139 -109 q -112 -96 -118 -96 q -95 -105 -105 -96 q -71 -125 -85 -114 q -40 -145 -57 -136 q -2 -155 -23 -155 q 31 -146 14 -155 q 66 -112 49 -138 q 97 -38 82 -86 q 123 89 112 10 l 215 762 q 212 771 216 766 q 195 781 208 776 q 161 792 183 786 q 102 804 139 798 l 109 854 l 472 854 l 464 804 "},"»":{"x_min":31.265625,"x_max":611.09375,"ha":657,"o":"m 611 336 l 610 329 q 608 312 609 321 q 605 295 607 303 q 603 287 604 288 l 316 0 l 284 29 q 366 170 330 108 q 396 222 381 197 q 423 267 411 248 q 441 299 434 287 l 448 312 l 444 323 q 434 355 440 335 q 420 401 428 375 q 404 453 413 426 q 361 594 385 515 l 402 625 l 611 336 m 356 336 q 353 312 354 323 q 351 295 352 303 q 350 287 350 288 l 62 0 l 31 29 l 38 42 q 56 73 44 54 q 82 119 67 93 q 112 170 97 144 q 142 222 128 197 q 168 268 157 248 q 187 299 180 288 l 194 312 l 187 332 q 171 385 181 353 q 150 453 162 416 q 130 521 139 489 q 114 573 120 552 l 107 594 l 147 625 l 356 336 "},"©":{"x_min":54,"x_max":879,"ha":923,"o":"m 708 639 q 681 618 697 631 q 648 594 665 606 q 617 574 632 583 q 595 566 603 566 q 576 578 587 566 q 554 605 566 590 q 526 631 541 619 q 492 643 511 643 q 446 631 467 643 q 408 598 425 619 q 378 551 391 578 q 356 494 365 524 q 343 435 347 465 q 339 379 339 405 q 349 315 339 341 q 377 271 360 288 q 418 247 395 254 q 466 239 441 239 q 538 260 496 239 q 638 332 579 280 q 645 322 641 328 q 654 311 649 317 q 662 300 658 305 q 667 292 666 295 q 587 224 623 251 q 520 180 551 197 q 460 157 488 164 q 404 151 432 151 q 342 160 375 151 q 280 194 309 170 q 232 257 251 217 q 214 356 214 297 q 220 427 214 390 q 243 501 226 464 q 288 574 260 538 q 360 644 316 611 q 397 668 376 656 q 442 688 418 679 q 494 702 467 697 q 549 708 521 708 q 605 698 580 708 q 649 677 629 689 q 682 653 668 665 q 708 639 696 642 m 804 488 q 783 614 804 556 q 725 716 763 673 q 636 782 688 758 q 520 807 584 807 q 414 789 464 807 q 320 742 363 772 q 240 670 276 712 q 179 580 205 628 q 140 477 154 531 q 127 370 127 424 q 147 242 127 300 q 205 139 167 183 q 295 72 243 96 q 412 47 348 47 q 519 64 468 47 q 613 112 569 82 q 692 185 656 143 q 752 276 727 227 q 790 379 776 325 q 804 488 804 433 m 879 510 q 863 380 879 446 q 819 254 848 315 q 749 142 790 194 q 655 51 708 90 q 538 -8 602 13 q 402 -31 475 -31 q 256 0 321 -31 q 146 83 191 30 q 78 207 102 136 q 54 357 54 277 q 69 484 54 420 q 115 606 85 547 q 186 716 144 665 q 281 804 229 766 q 397 863 334 842 q 529 885 459 885 q 675 856 611 885 q 785 776 739 827 q 854 657 830 725 q 879 510 879 588 "},"ò":{"x_min":26,"x_max":591,"ha":617,"o":"m 432 325 q 424 417 432 377 q 400 484 415 457 q 366 526 386 511 q 325 540 346 540 q 259 516 285 540 q 215 455 232 492 q 192 373 199 418 q 185 285 185 328 q 194 199 185 239 q 220 129 204 159 q 256 81 236 99 q 298 64 277 64 q 343 75 323 64 q 378 107 363 87 q 403 153 393 127 q 420 208 414 179 q 429 267 426 237 q 432 325 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 407 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 272 -28 q 157 -7 199 -28 q 86 46 115 12 q 41 129 57 81 q 26 233 26 177 q 35 327 26 282 q 65 415 45 373 q 117 496 85 457 q 194 569 149 535 q 233 595 212 583 q 278 616 255 607 q 325 629 301 624 q 371 635 349 635 q 465 615 424 635 q 534 563 506 596 q 576 482 562 529 q 591 379 591 435 m 430 715 q 401 700 417 707 q 374 691 386 693 l 178 937 l 206 971 q 233 977 214 973 q 275 984 253 980 q 318 991 298 988 q 346 995 338 995 l 430 715 "},"^":{"x_min":63.75,"x_max":579.15625,"ha":636,"o":"m 579 430 q 543 404 560 415 q 503 383 526 394 l 483 401 l 375 892 l 151 430 q 133 416 143 424 q 112 403 123 409 q 92 391 102 396 q 76 383 83 386 l 63 401 l 349 991 q 370 1008 358 999 q 396 1025 383 1016 q 421 1040 408 1033 q 442 1051 433 1046 l 579 430 "},"«":{"x_min":34.59375,"x_max":614.421875,"ha":657,"o":"m 288 288 q 291 312 289 301 q 294 329 292 322 q 296 338 295 337 l 583 625 l 614 594 l 607 582 q 589 550 600 570 q 562 505 577 531 q 532 453 547 480 q 502 402 517 427 q 476 357 488 377 q 458 325 465 337 q 452 314 451 314 l 538 29 l 497 0 l 288 288 m 34 288 q 37 312 35 301 q 40 329 39 322 q 42 338 41 337 l 328 625 l 360 594 l 353 582 q 335 550 346 570 q 308 505 323 531 q 278 453 294 480 q 248 402 263 427 q 222 357 233 377 q 203 325 210 337 q 197 314 196 314 l 284 29 l 243 0 l 34 288 "},"D":{"x_min":-5.65625,"x_max":801,"ha":819,"o":"m 387 803 q 367 801 377 803 q 346 800 356 800 l 253 109 q 268 81 250 90 q 338 72 287 72 q 425 90 385 72 q 497 139 464 108 q 554 211 529 170 q 596 299 579 252 q 621 395 613 345 q 630 493 630 445 q 616 622 630 565 q 573 720 602 680 q 497 781 543 760 q 387 803 451 803 m 801 509 q 786 388 801 449 q 745 271 772 327 q 678 165 718 215 q 589 79 639 115 q 477 21 538 42 q 346 0 416 0 l -5 0 l 1 49 q 66 70 43 59 q 91 90 89 81 l 187 786 l 92 772 l 92 835 q 173 853 130 845 q 258 866 216 861 q 342 872 301 872 q 417 872 382 872 q 588 846 515 872 q 707 774 660 821 q 777 659 754 726 q 801 509 801 592 "},"ÿ":{"x_min":-133,"x_max":652,"ha":664,"o":"m 652 583 q 634 512 652 560 q 583 396 616 464 q 507 241 551 327 q 409 55 462 155 q 317 -104 362 -31 q 223 -229 271 -176 q 123 -310 175 -281 q 11 -339 71 -339 q -40 -332 -14 -339 q -86 -316 -66 -326 q -120 -296 -107 -307 q -133 -279 -133 -286 q -121 -249 -133 -269 q -95 -208 -110 -229 q -64 -170 -80 -187 q -38 -148 -48 -153 q 26 -193 -6 -178 q 83 -208 58 -208 q 163 -168 122 -208 q 249 -53 203 -127 q 232 35 242 -13 q 209 134 222 83 q 184 235 197 184 q 158 329 171 285 q 133 409 145 374 q 111 465 121 444 q 85 510 95 499 q 62 521 74 521 q 45 518 56 521 q 23 512 34 516 q -3 504 10 509 l -17 549 q 45 579 13 564 q 107 607 78 595 q 158 627 135 619 q 194 635 182 635 q 227 615 213 635 q 257 549 241 595 q 283 471 270 515 q 311 375 297 426 q 338 268 325 324 q 364 156 352 212 q 417 266 392 212 q 460 366 442 320 q 490 446 479 412 q 501 497 501 480 q 465 531 501 531 q 441 529 453 533 q 408 516 428 525 l 391 562 q 443 589 415 576 q 498 612 471 602 q 549 628 525 622 q 590 635 573 635 q 613 633 602 635 q 632 626 624 631 q 646 610 641 620 q 652 583 652 600 m 381 861 q 373 818 381 840 q 352 777 366 795 q 318 747 338 759 q 272 735 298 735 q 224 755 240 735 q 209 803 209 776 q 216 845 209 822 q 237 886 223 867 q 271 917 251 904 q 317 930 291 930 q 345 924 333 930 q 365 908 357 918 q 376 886 372 899 q 381 861 381 874 m 644 861 q 636 818 644 840 q 615 777 629 795 q 580 747 601 759 q 535 735 560 735 q 487 755 503 735 q 472 803 472 776 q 479 845 472 822 q 500 886 486 867 q 534 917 514 904 q 579 930 554 930 q 607 924 595 930 q 628 908 620 918 q 639 886 635 899 q 644 861 644 874 "},"í":{"x_min":36.984375,"x_max":517.453125,"ha":385,"o":"m 364 74 q 299 37 332 55 q 235 4 265 19 q 177 -19 204 -10 q 131 -28 150 -28 q 92 -6 108 -28 q 77 51 77 14 q 81 106 77 71 q 93 182 86 141 q 108 268 99 223 q 122 353 116 313 q 134 425 129 394 q 139 474 139 457 q 136 499 139 490 q 131 512 134 508 q 122 518 128 517 q 111 520 117 520 q 95 517 105 520 q 74 511 85 515 q 49 503 62 508 l 36 549 q 101 577 65 562 q 171 605 137 592 q 233 626 205 618 q 274 635 261 635 q 303 622 293 635 q 314 577 314 609 q 309 523 314 558 q 297 445 304 488 q 281 357 289 403 q 265 269 273 312 q 253 192 258 227 q 249 137 249 157 q 253 107 249 116 q 269 98 257 98 q 288 99 279 98 q 306 103 297 100 q 326 110 316 106 q 351 120 337 114 l 364 74 m 517 927 l 261 691 q 238 703 250 694 q 216 725 225 713 l 374 995 l 400 990 q 439 983 419 987 q 477 974 459 978 q 501 968 495 970 l 517 927 "},"w":{"x_min":-7.875,"x_max":943,"ha":941,"o":"m 943 583 q 938 543 943 565 q 922 491 933 521 q 892 420 911 461 q 844 324 873 380 q 776 197 816 269 q 685 30 737 124 q 664 18 679 26 q 630 1 648 10 q 597 -16 613 -7 q 574 -27 581 -24 l 546 -1 q 531 112 539 56 q 515 218 523 167 q 499 312 507 269 q 481 387 490 355 q 462 326 475 363 q 429 243 449 289 q 383 145 409 198 q 326 37 357 93 q 303 25 320 34 q 265 5 285 16 q 227 -15 245 -5 q 203 -27 209 -24 l 176 -1 q 167 82 172 37 q 157 174 163 127 q 148 266 152 220 q 138 350 143 311 q 129 417 133 388 q 122 460 125 446 q 112 489 118 478 q 100 506 106 500 q 87 514 93 512 q 74 516 80 516 q 57 513 68 516 q 34 507 46 511 q 7 499 21 504 l -7 544 q 54 576 21 559 q 117 605 87 592 q 171 626 147 618 q 206 635 195 635 q 235 612 225 635 q 255 542 244 590 q 263 499 259 527 q 272 436 268 471 q 281 362 276 401 q 290 287 286 323 q 297 222 294 252 q 300 175 300 192 q 351 282 327 228 q 394 388 376 337 q 423 481 412 438 q 435 555 435 525 q 467 582 448 568 q 505 607 486 596 q 542 627 524 619 q 569 635 559 635 q 576 623 572 635 q 586 594 581 612 q 597 552 592 576 q 609 502 603 528 q 619 452 614 477 q 628 407 624 427 q 638 343 633 375 q 649 279 644 310 q 658 219 654 248 q 665 166 662 191 q 773 377 736 294 q 810 501 810 460 q 800 523 810 515 q 772 532 790 532 q 746 529 763 532 q 715 522 730 526 l 698 567 q 751 595 723 582 q 803 616 778 607 q 850 630 828 625 q 886 635 871 635 q 907 633 897 635 q 925 626 917 631 q 938 610 933 620 q 943 583 943 600 "},"$":{"x_min":-6,"x_max":616.328125,"ha":633,"o":"m 210 644 q 213 614 210 628 q 226 587 216 601 q 253 561 236 574 q 296 534 269 548 l 326 752 q 279 738 300 748 q 242 713 257 728 q 218 681 226 699 q 210 644 210 663 m 437 232 q 416 298 437 270 q 348 353 395 326 l 310 80 q 403 130 370 91 q 437 232 437 170 m 615 775 q 614 763 617 773 q 605 737 611 752 q 589 704 598 722 q 572 670 581 686 q 555 644 563 655 q 543 630 547 632 l 504 635 q 469 702 494 672 q 403 745 445 732 l 369 501 q 456 458 418 480 q 519 411 494 436 q 559 354 545 386 q 573 283 573 323 q 555 182 573 230 q 503 94 537 133 q 416 26 468 54 q 297 -13 365 -1 l 287 -88 q 258 -107 275 -99 q 225 -119 241 -115 l 206 -99 l 217 -20 q 213 -20 215 -20 q 208 -21 210 -21 q 140 -10 177 -21 q 70 16 102 0 q 15 51 37 32 q -6 88 -6 71 q -1 108 -6 95 q 10 138 2 122 q 27 170 17 154 q 46 199 36 186 q 65 221 56 213 q 81 230 74 230 q 93 220 87 230 q 108 197 100 211 q 128 164 117 182 q 153 130 138 147 q 187 100 168 114 q 231 80 206 87 l 275 389 l 251 399 q 175 436 208 416 q 121 479 143 455 q 87 531 99 503 q 76 595 76 560 q 91 670 76 632 q 138 741 106 708 q 219 796 170 773 q 337 829 268 820 l 348 907 q 378 927 366 918 q 408 942 390 936 l 428 921 l 416 835 l 418 835 q 474 829 447 835 q 527 816 502 824 q 575 798 553 808 q 615 775 597 787 "},"\\":{"x_min":93.59375,"x_max":493.03125,"ha":581,"o":"m 464 -227 q 441 -219 457 -225 q 407 -207 425 -214 q 375 -194 390 -200 q 356 -183 360 -187 l 93 1065 l 123 1084 q 147 1077 132 1082 q 178 1066 162 1072 q 209 1053 194 1060 q 231 1041 223 1047 l 493 -206 l 464 -227 "},"Ì":{"x_min":8.8125,"x_max":455.046875,"ha":429,"o":"m 448 805 q 381 784 404 795 q 356 763 357 772 l 263 90 q 281 70 262 82 q 344 49 299 59 l 337 0 l 8 0 l 15 49 q 82 70 58 59 q 107 90 105 81 l 198 763 q 181 783 200 771 q 118 805 162 795 l 125 854 l 455 854 l 448 805 m 402 955 q 382 928 393 941 q 360 908 371 914 l 73 1068 l 84 1110 q 113 1127 95 1118 q 149 1146 130 1137 q 184 1162 168 1155 q 210 1174 201 1170 l 402 955 "},"µ":{"x_min":-5.421875,"x_max":744.25,"ha":754,"o":"m 744 145 q 684 60 713 94 q 628 7 655 26 q 578 -20 602 -12 q 536 -28 555 -28 q 502 -14 517 -28 q 476 21 488 -1 q 458 74 465 44 q 452 138 452 104 q 356 15 404 58 q 258 -28 308 -28 q 191 -4 222 -28 q 138 61 160 19 q 137 -62 130 -6 q 157 -160 145 -118 q 182 -229 170 -202 q 199 -264 195 -255 q 178 -273 192 -267 q 146 -286 164 -279 q 109 -301 128 -293 q 72 -317 89 -309 q 41 -330 54 -324 q 22 -339 27 -336 l -5 -314 q 7 -228 0 -276 q 24 -124 14 -179 q 43 -11 33 -70 q 63 103 53 46 q 82 213 73 160 q 99 312 91 267 q 111 396 104 355 q 118 474 118 437 q 115 499 118 490 q 110 512 113 508 q 101 518 106 517 q 91 520 96 520 q 74 517 84 520 q 52 511 63 515 q 27 503 40 508 l 17 549 q 60 567 36 558 q 109 586 84 577 q 160 605 135 596 q 206 620 185 613 q 241 630 226 626 q 262 635 256 635 q 287 622 281 635 q 294 577 294 609 q 290 529 294 558 q 282 469 287 501 q 272 404 277 437 q 261 338 266 370 q 253 280 256 307 q 250 235 250 253 q 266 150 250 178 q 306 121 282 121 q 335 129 319 121 q 370 156 351 137 q 414 209 390 176 q 466 292 437 241 q 475 351 470 321 q 485 408 480 381 q 492 457 489 435 q 495 495 495 480 q 492 539 495 516 q 483 574 490 561 q 519 587 495 579 q 571 605 544 596 q 623 623 598 615 q 662 635 648 631 q 674 618 668 627 q 681 603 679 609 q 671 551 677 583 q 656 481 664 519 q 640 401 648 443 q 626 321 633 360 q 616 248 620 282 q 612 192 612 215 q 619 133 612 150 q 637 117 626 117 q 670 130 650 117 q 720 185 690 144 l 744 145 "},"Ç":{"x_min":41,"x_max":729.046875,"ha":704,"o":"m 431 -150 q 407 -216 431 -186 q 347 -263 384 -246 q 261 -280 309 -280 q 162 -254 212 -280 l 162 -208 q 213 -221 189 -221 q 253 -216 236 -221 q 279 -200 270 -211 q 289 -177 289 -190 q 275 -154 289 -163 q 241 -146 261 -146 q 259 -105 251 -124 q 274 -69 267 -86 q 285 -34 280 -51 q 290 -17 288 -25 q 214 2 250 -12 q 124 67 162 24 q 63 170 85 109 q 41 310 41 232 q 54 440 41 374 q 95 569 68 507 q 164 689 122 632 q 263 791 206 746 q 318 826 288 810 q 380 852 348 841 q 446 869 412 863 q 511 875 480 875 q 577 869 545 875 q 638 854 610 864 q 690 833 667 845 q 728 806 713 820 q 725 794 730 804 q 714 769 721 784 q 697 738 707 755 q 677 705 687 721 q 657 677 667 690 q 642 660 648 665 l 601 670 q 579 712 592 692 q 548 748 565 732 q 507 772 530 763 q 456 782 484 782 q 404 774 429 782 q 352 745 379 766 q 281 661 309 712 q 235 556 252 611 q 211 446 218 501 q 204 349 204 391 q 222 225 204 275 q 270 145 241 175 q 333 102 299 115 q 397 90 367 90 q 436 93 414 90 q 486 108 458 97 q 547 138 513 119 q 623 188 581 157 q 630 180 626 187 q 637 165 634 173 q 643 151 641 157 q 648 142 646 144 q 557 65 601 96 q 472 15 513 34 q 393 -11 431 -2 q 357 -17 375 -15 q 353 -38 356 -27 q 346 -68 349 -57 q 410 -92 389 -68 q 431 -150 431 -116 "},"’":{"x_min":90.203125,"x_max":328,"ha":325,"o":"m 328 876 q 309 790 328 833 q 263 708 291 747 q 199 635 234 669 q 130 578 164 601 l 91 612 q 122 651 106 629 q 149 696 137 673 q 169 743 162 719 q 177 789 177 767 q 153 840 177 823 q 96 857 130 857 l 90 907 q 108 920 94 912 q 141 935 122 927 q 180 951 159 943 q 220 965 201 959 q 255 975 240 972 q 279 978 271 979 q 312 941 297 966 q 328 876 328 916 "},"-":{"x_min":18.984375,"x_max":429.28125,"ha":460,"o":"m 429 372 q 421 355 426 365 q 410 334 416 345 q 399 313 404 323 q 391 299 394 304 l 36 299 l 18 320 q 26 337 21 328 q 36 358 31 347 q 48 377 42 368 q 58 393 54 387 l 410 393 l 429 372 "},"Q":{"x_min":51,"x_max":849.78125,"ha":814,"o":"m 622 513 q 611 620 622 570 q 579 706 600 669 q 526 764 558 743 q 454 786 495 786 q 379 766 413 786 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 452 227 500 q 215 361 215 403 q 225 245 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 94 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 513 622 470 m 849 -84 q 809 -139 830 -114 q 769 -182 788 -164 q 733 -210 750 -200 q 708 -221 717 -221 q 650 -210 678 -221 q 595 -183 622 -199 q 541 -143 568 -166 q 488 -99 514 -121 q 434 -55 461 -77 q 379 -17 407 -33 q 360 -19 370 -18 q 339 -21 350 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 329 51 257 q 59 428 51 379 q 83 523 67 477 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 821 267 796 q 397 860 350 846 q 498 875 444 875 q 624 847 571 875 q 713 772 678 819 q 766 660 749 724 q 784 525 784 596 q 774 427 784 477 q 748 329 765 378 q 707 236 731 281 q 651 152 682 191 q 579 77 619 112 q 493 19 539 42 q 557 -13 527 5 q 617 -48 588 -31 q 673 -76 646 -65 q 729 -88 701 -88 q 745 -86 737 -88 q 764 -79 753 -84 q 788 -65 774 -74 q 824 -40 802 -55 l 849 -84 "},"M":{"x_min":4.0625,"x_max":1112.875,"ha":1089,"o":"m 1106 805 q 1069 800 1091 805 q 1023 786 1047 795 l 937 90 q 957 70 935 82 q 1023 49 978 59 l 1016 0 l 690 0 l 697 49 q 767 70 740 59 q 794 90 793 81 l 863 647 l 508 0 l 449 0 l 273 646 l 191 90 q 209 70 190 82 q 272 49 228 59 l 266 0 l 4 0 l 10 49 q 77 70 54 59 q 102 90 101 81 l 203 781 q 161 800 183 795 q 120 805 139 805 l 127 854 l 345 854 q 356 852 351 854 q 364 844 360 850 q 372 827 368 838 q 382 797 377 815 l 537 233 l 847 797 q 865 828 857 817 q 878 845 872 839 q 889 852 884 851 q 900 854 894 854 l 1112 854 l 1106 805 "},"C":{"x_min":41,"x_max":729.234375,"ha":704,"o":"m 728 807 q 726 795 730 805 q 714 770 722 785 q 697 738 707 755 q 677 706 687 721 q 658 678 667 691 q 642 661 648 666 l 602 671 q 579 713 592 693 q 548 749 566 733 q 507 773 530 764 q 456 783 484 783 q 404 775 429 783 q 352 746 379 767 q 281 662 309 713 q 235 557 252 612 q 211 447 218 502 q 204 350 204 392 q 222 226 204 276 q 270 146 241 176 q 333 103 299 116 q 397 91 367 91 q 436 94 414 91 q 486 109 458 98 q 547 139 513 120 q 623 189 581 158 q 630 181 627 188 q 638 166 634 174 q 644 152 641 158 q 648 143 646 145 q 557 66 602 97 q 472 16 513 35 q 394 -9 431 -1 q 324 -18 356 -18 q 214 4 265 -18 q 124 68 162 26 q 63 171 85 110 q 41 311 41 232 q 54 441 41 375 q 95 570 68 507 q 165 689 123 632 q 263 791 207 746 q 318 826 288 810 q 380 852 348 841 q 446 869 413 863 q 512 875 480 875 q 577 869 545 875 q 639 855 610 864 q 690 833 667 845 q 728 807 714 821 "},"!":{"x_min":30,"x_max":345.15625,"ha":324,"o":"m 238 113 q 229 66 238 90 q 205 23 221 42 q 165 -8 189 4 q 111 -21 142 -21 q 49 0 69 -21 q 30 56 30 21 q 38 101 30 78 q 64 143 47 124 q 104 175 80 162 q 156 187 127 187 q 217 166 197 187 q 238 113 238 145 m 203 279 q 169 261 189 270 q 132 247 149 253 l 135 261 l 135 896 q 174 915 150 904 q 225 938 199 926 q 276 959 252 949 q 316 974 301 969 l 345 952 l 203 279 "},"ç":{"x_min":48,"x_max":614,"ha":592,"o":"m 378 -149 q 354 -215 378 -185 q 294 -262 331 -245 q 207 -279 256 -279 q 108 -254 159 -279 l 108 -207 q 159 -221 135 -221 q 200 -215 183 -221 q 226 -200 216 -210 q 236 -176 236 -190 q 222 -154 236 -162 q 188 -145 208 -145 q 206 -105 198 -124 q 221 -68 214 -86 q 232 -33 227 -50 q 234 -27 233 -30 q 176 -16 208 -27 q 114 23 143 -5 q 66 99 85 51 q 48 218 48 146 q 57 310 48 263 q 88 401 66 357 q 143 486 109 446 q 228 560 178 527 q 272 586 247 573 q 325 610 297 599 q 384 628 354 621 q 442 635 414 635 q 496 625 472 635 q 539 602 519 615 q 577 577 559 589 q 614 558 595 564 q 580 526 599 544 q 540 491 560 508 q 501 464 519 475 q 472 453 483 453 q 450 467 461 453 q 425 496 439 480 q 396 525 412 512 q 361 538 380 538 q 295 513 324 538 q 247 448 266 488 q 218 359 228 409 q 208 263 208 310 q 215 184 208 218 q 235 126 222 150 q 266 89 248 101 q 305 76 283 76 q 393 103 342 76 q 517 190 444 130 q 525 179 520 186 q 535 165 529 172 q 545 151 540 157 q 550 142 549 144 q 453 61 498 93 q 371 8 409 28 q 304 -18 336 -10 l 300 -37 q 293 -67 296 -56 q 357 -91 336 -67 q 378 -149 378 -116 "},"È":{"x_min":-5.421875,"x_max":687.65625,"ha":684,"o":"m 642 206 q 627 144 635 177 q 612 83 619 112 q 598 32 604 54 q 587 0 592 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 855 l 665 855 l 687 833 q 678 789 684 815 q 664 734 672 762 q 649 682 657 707 q 636 644 642 657 l 589 644 q 586 740 594 707 q 554 773 578 773 l 343 773 l 305 498 l 556 498 l 574 474 q 559 452 568 465 q 540 427 550 439 q 521 403 531 414 q 504 386 512 392 q 485 403 495 396 q 460 415 474 411 q 424 421 445 419 q 374 424 403 424 l 295 424 l 254 124 q 257 106 253 114 q 273 93 260 99 q 311 84 286 87 q 377 81 336 81 l 440 81 q 489 88 468 81 q 528 112 511 96 q 562 156 546 129 q 598 223 579 183 l 642 206 m 532 955 q 512 928 522 941 q 490 908 501 914 l 202 1068 l 213 1110 q 242 1127 225 1118 q 279 1146 260 1137 q 314 1163 297 1155 q 340 1174 330 1170 l 532 955 "},"{":{"x_min":71,"x_max":535.015625,"ha":467,"o":"m 535 1032 q 484 996 507 1016 q 444 955 461 977 q 414 908 426 933 q 399 859 403 884 q 396 795 396 823 q 396 742 396 768 q 396 688 396 716 q 391 625 396 661 q 374 569 387 597 q 342 518 362 542 q 298 474 323 494 q 244 442 273 454 q 330 383 306 430 q 342 260 353 336 q 329 192 337 224 q 312 132 321 161 q 296 76 304 104 q 284 18 288 48 q 281 -31 281 -9 q 289 -75 281 -54 q 316 -114 298 -95 q 364 -152 334 -132 l 333 -214 q 236 -167 278 -191 q 167 -114 194 -143 q 129 -47 140 -84 q 125 38 118 -10 q 137 103 130 74 q 154 159 145 131 q 171 217 163 187 q 184 285 179 247 q 173 363 192 340 q 114 387 154 387 l 101 387 q 94 386 97 387 q 86 385 90 386 q 71 382 81 384 l 71 439 q 181 497 143 460 q 226 585 218 534 q 229 649 229 622 q 229 702 229 676 q 229 755 229 727 q 234 820 229 782 q 264 904 240 865 q 325 975 288 943 q 412 1035 363 1008 q 516 1085 460 1062 l 535 1032 "},"X":{"x_min":-23.71875,"x_max":842.984375,"ha":822,"o":"m 758 0 l 423 0 l 429 49 q 475 56 458 52 q 501 67 493 61 q 510 83 510 73 q 503 106 510 92 l 385 341 l 210 106 q 195 81 198 91 q 198 64 191 71 q 220 54 204 57 q 265 50 236 50 l 258 0 l -23 0 l -16 50 q 54 64 24 50 q 104 104 84 77 l 343 428 l 183 748 q 168 772 175 763 q 150 788 160 782 q 127 798 141 794 q 92 805 113 801 l 99 854 l 439 854 l 432 805 q 360 788 378 799 q 357 748 342 777 l 459 542 l 607 748 q 621 774 618 764 q 618 790 624 784 q 595 800 612 797 q 552 804 579 804 l 558 854 l 842 854 l 836 805 q 794 798 813 802 q 761 788 776 794 q 735 772 747 781 q 713 748 723 762 l 501 458 l 678 106 q 692 82 684 92 q 710 66 700 72 q 733 55 720 59 q 764 49 746 52 l 758 0 "},"ô":{"x_min":26,"x_max":591,"ha":617,"o":"m 432 326 q 424 418 432 377 q 400 485 415 458 q 366 526 386 512 q 325 541 346 541 q 259 517 285 541 q 215 456 232 493 q 192 374 199 419 q 185 285 185 329 q 194 199 185 239 q 220 129 204 159 q 256 81 236 99 q 298 64 277 64 q 343 75 323 64 q 378 107 363 87 q 403 153 393 127 q 420 208 414 179 q 429 268 426 237 q 432 326 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 407 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 272 -28 q 157 -7 199 -28 q 86 46 115 12 q 41 129 57 81 q 26 233 26 177 q 35 327 26 282 q 65 415 45 373 q 117 496 85 457 q 194 569 149 535 q 233 595 212 583 q 278 616 255 607 q 325 629 301 624 q 371 635 349 635 q 465 615 424 635 q 534 563 506 596 q 576 482 562 529 q 591 379 591 435 m 586 731 q 563 707 576 718 q 540 691 550 696 l 388 845 l 193 691 q 175 706 187 695 q 156 731 163 718 l 359 988 l 451 988 l 586 731 "},"¼":{"x_min":48.265625,"x_max":811.546875,"ha":803,"o":"m 618 318 l 487 156 l 593 156 l 618 318 m 733 146 q 712 124 724 135 q 692 109 701 114 l 671 109 l 661 45 q 669 36 660 40 q 706 25 677 31 l 703 0 l 496 0 l 500 25 q 538 32 524 28 q 562 37 553 35 q 573 43 570 40 q 577 48 576 45 l 587 109 l 418 109 l 405 121 l 616 380 q 636 386 625 383 q 659 393 648 390 q 682 400 671 396 q 701 406 693 403 l 715 392 l 677 156 l 726 156 l 733 146 m 86 433 l 90 461 q 138 467 119 464 q 168 475 157 471 q 184 483 179 479 q 190 490 190 487 l 226 728 q 229 748 229 740 q 225 759 229 755 q 203 764 222 764 q 135 755 183 764 l 130 783 q 171 792 145 785 q 225 808 198 799 q 277 825 252 816 q 316 838 302 833 l 330 824 l 277 490 q 280 483 277 487 q 292 475 283 479 q 317 467 301 471 q 360 461 334 464 l 356 433 l 86 433 m 145 2 q 126 -4 137 -1 q 104 -10 116 -7 q 80 -15 92 -13 q 60 -19 69 -17 l 48 0 l 715 816 q 733 822 722 819 q 756 828 744 825 q 780 834 768 831 q 798 838 791 837 l 811 819 l 145 2 "},"#":{"x_min":28.484375,"x_max":680.875,"ha":632,"o":"m 569 662 l 667 662 l 680 645 q 672 626 678 637 q 661 602 667 614 q 649 579 655 590 q 640 563 643 569 l 530 563 l 469 410 l 568 410 l 580 392 q 573 374 578 385 q 562 351 568 362 q 551 328 556 339 q 542 312 545 318 l 431 312 l 354 115 q 337 106 347 110 q 316 98 327 102 l 293 92 q 273 86 282 88 l 259 99 l 343 312 l 232 312 l 155 115 q 139 106 149 110 q 117 98 128 102 l 94 92 q 75 86 84 88 l 61 99 l 144 312 l 40 312 l 28 328 q 36 346 31 335 q 47 369 41 357 q 58 392 52 381 q 68 410 64 403 l 183 410 l 243 563 l 140 563 l 126 579 q 134 598 129 587 q 145 621 139 609 q 157 644 151 633 q 166 662 163 655 l 282 662 l 356 848 q 374 857 363 853 q 395 864 384 861 q 416 870 406 867 q 434 876 426 872 l 450 861 l 371 662 l 480 662 l 554 848 q 572 857 562 853 q 594 864 583 861 q 615 870 604 867 q 632 876 625 872 l 648 861 l 569 662 m 271 410 l 381 410 l 442 563 l 332 563 l 271 410 "},"ꞌ":{"x_min":144,"x_max":323.71875,"ha":313,"o":"m 205 466 q 192 460 200 463 q 175 456 184 458 q 158 454 167 455 q 144 453 150 453 l 144 919 q 173 930 152 923 q 217 946 194 938 q 260 961 240 955 q 289 969 281 967 l 323 947 l 205 466 "},"Ⱡ":{"x_min":-5.421875,"x_max":636.125,"ha":673,"o":"m 465 452 l 299 452 l 288 367 l 457 367 l 475 345 l 443 285 l 276 285 l 255 130 q 258 108 254 118 q 275 93 262 99 q 309 84 287 87 q 366 81 331 81 l 436 81 q 486 88 465 81 q 524 112 507 96 q 557 156 541 129 q 592 223 573 183 l 636 206 q 621 144 630 177 q 606 83 613 112 q 592 32 598 54 q 581 0 585 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 120 285 l 16 285 l 0 305 q 5 319 1 311 l 13 336 q 22 353 18 345 q 29 367 27 361 l 131 367 l 143 452 l 37 452 l 21 472 q 27 485 23 477 l 35 502 q 44 519 40 511 q 51 533 48 527 l 153 533 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 854 l 442 854 l 435 805 q 367 784 391 795 q 342 763 343 772 l 310 533 l 478 533 l 496 511 l 465 452 "},"Ê":{"x_min":-5.421875,"x_max":687.65625,"ha":684,"o":"m 642 206 q 627 144 635 177 q 612 83 619 112 q 598 32 604 54 q 587 0 592 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 855 l 665 855 l 687 833 q 678 789 684 815 q 664 734 672 762 q 649 682 657 707 q 636 644 642 657 l 589 644 q 586 740 594 707 q 554 773 578 773 l 343 773 l 305 498 l 556 498 l 574 474 q 559 452 568 465 q 540 427 550 439 q 521 403 531 414 q 504 386 512 392 q 485 403 495 396 q 460 415 474 411 q 424 421 445 419 q 374 424 403 424 l 295 424 l 254 124 q 257 106 253 114 q 273 93 260 99 q 311 84 286 87 q 377 81 336 81 l 440 81 q 489 88 468 81 q 528 112 511 96 q 562 156 546 129 q 598 223 579 183 l 642 206 m 640 949 q 621 924 631 935 q 600 908 611 914 l 441 1027 l 253 908 q 237 924 247 912 q 221 949 227 935 l 417 1158 l 500 1158 l 640 949 "},")":{"x_min":-64.765625,"x_max":377,"ha":429,"o":"m 361 430 q 310 219 346 319 q 223 35 275 119 q 104 -111 171 -47 q -38 -213 38 -175 l -64 -162 q 22 -72 -19 -125 q 98 51 63 -19 q 159 212 133 122 q 201 410 185 301 q 216 600 216 508 q 205 771 216 691 q 169 918 194 851 q 104 1037 144 986 l 144 1088 q 265 979 213 1047 q 346 826 316 912 q 377 639 377 740 q 361 430 377 538 "},"Å":{"x_min":-33.546875,"x_max":768.84375,"ha":810,"o":"m 251 291 l 165 95 q 176 65 157 74 q 247 49 196 56 l 241 0 l -33 0 l -26 49 q 40 66 16 57 q 73 95 64 75 l 391 817 q 427 843 408 831 q 467 864 446 855 q 507 881 487 874 q 543 893 526 888 l 697 95 q 703 78 699 86 q 714 65 707 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 450 0 l 457 50 q 525 61 505 50 q 540 95 544 72 l 503 291 l 251 291 m 488 373 l 427 693 l 287 373 l 488 373 m 550 1074 q 540 1107 550 1095 q 516 1120 531 1120 q 492 1114 503 1120 q 473 1096 481 1108 q 461 1071 465 1085 q 457 1040 457 1056 q 467 1006 457 1019 q 492 993 477 993 q 515 999 504 993 q 533 1017 525 1005 q 545 1043 541 1028 q 550 1074 550 1058 m 640 1099 q 626 1037 640 1070 q 590 976 613 1004 q 535 931 567 949 q 468 912 504 912 q 426 921 444 912 q 396 943 408 929 q 378 974 384 957 q 372 1011 372 992 q 384 1077 372 1043 q 420 1139 397 1111 q 473 1185 443 1167 q 540 1203 504 1203 q 581 1194 563 1203 q 613 1172 600 1186 q 633 1139 626 1158 q 640 1099 640 1121 "},"ø":{"x_min":-9.265625,"x_max":625.578125,"ha":617,"o":"m 185 285 q 185 254 185 269 q 189 225 185 239 l 401 483 q 366 526 386 512 q 325 541 347 541 q 259 517 286 541 q 215 456 232 493 q 192 374 199 419 q 185 285 185 329 m 432 326 q 432 356 432 341 q 429 385 432 371 l 219 130 q 255 82 235 100 q 298 64 276 64 q 342 75 323 64 q 377 107 362 87 q 402 153 392 127 q 419 208 413 179 q 428 268 425 237 q 432 326 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 408 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 272 -28 q 181 -17 213 -28 q 122 12 148 -7 l 111 0 q 91 -9 105 -3 q 62 -22 78 -15 q 32 -34 46 -28 q 9 -41 17 -39 l -9 -16 l 65 74 q 26 233 26 140 q 35 327 26 281 q 65 415 45 372 q 117 496 85 457 q 195 569 149 535 q 234 595 212 583 q 278 616 255 607 q 325 629 301 624 q 372 635 349 635 q 440 625 409 635 q 496 598 471 616 l 504 608 q 526 618 512 612 q 554 630 539 624 q 582 642 569 637 q 605 649 596 647 l 625 623 l 553 536 q 591 379 591 471 "},"â":{"x_min":26,"x_max":664.890625,"ha":669,"o":"m 395 256 q 404 317 399 285 q 414 381 409 350 q 424 442 419 413 q 433 491 429 470 q 392 523 413 509 q 349 538 370 538 q 297 524 320 538 q 254 488 273 510 q 222 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 125 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 664 72 q 607 33 636 51 q 554 1 579 15 q 510 -20 530 -12 q 478 -28 491 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 366 104 q 290 23 317 46 q 235 -14 263 0 q 180 -28 207 -28 q 129 -15 156 -28 q 79 25 101 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 424 635 395 635 q 480 622 452 635 q 531 594 507 609 q 577 615 554 605 q 618 635 600 625 l 639 590 q 620 573 628 581 q 607 556 613 566 q 597 532 601 546 q 588 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 610 101 595 98 q 654 116 626 105 l 664 72 m 622 731 q 600 707 613 718 q 576 691 587 696 l 424 845 l 230 691 q 211 706 224 695 q 192 731 199 718 l 395 988 l 488 988 l 622 731 "},"}":{"x_min":-55.671875,"x_max":408,"ha":466,"o":"m 408 431 q 298 373 335 410 q 254 285 261 336 q 249 220 249 247 q 249 168 249 193 q 249 115 249 143 q 246 50 249 88 q 215 -33 239 4 q 152 -104 190 -72 q 66 -164 115 -137 q -38 -214 17 -191 l -55 -161 q 34 -84 -2 -128 q 77 11 70 -39 q 82 74 82 47 q 82 128 82 102 q 82 181 82 154 q 86 245 82 209 q 103 300 90 273 q 136 352 116 327 q 180 395 155 376 q 234 427 205 415 q 149 487 172 440 q 136 610 126 534 q 149 678 141 646 q 166 737 157 709 q 182 794 174 766 q 194 851 190 821 q 198 902 198 879 q 189 945 198 925 q 162 984 180 965 q 113 1022 143 1002 l 146 1084 q 243 1037 201 1062 q 311 984 285 1013 q 349 918 338 955 q 353 832 360 881 q 340 767 348 796 q 324 710 332 739 q 307 652 315 682 q 294 585 299 623 q 305 507 286 530 q 364 484 324 484 l 377 484 q 384 484 381 484 q 392 485 387 484 q 408 488 397 486 l 408 431 "},"‰":{"x_min":54,"x_max":1328,"ha":1381,"o":"m 1199 281 q 1183 365 1199 339 q 1144 390 1167 390 q 1108 375 1123 390 q 1081 338 1092 361 q 1062 287 1070 315 q 1050 229 1054 258 q 1046 175 1046 201 q 1046 132 1046 149 q 1059 54 1046 79 q 1101 29 1072 29 q 1132 41 1118 29 q 1157 74 1146 53 q 1175 120 1168 94 q 1188 174 1183 146 q 1196 230 1194 203 q 1199 281 1199 258 m 1328 270 q 1311 167 1328 219 q 1262 72 1294 114 q 1183 4 1230 30 q 1076 -22 1136 -22 q 1009 -8 1039 -22 q 956 29 978 5 q 922 83 934 52 q 911 148 911 114 q 928 252 911 200 q 978 346 945 304 q 1059 414 1012 388 q 1168 441 1107 441 q 1232 429 1203 441 q 1282 394 1261 417 q 1316 341 1304 372 q 1328 270 1328 309 m 756 281 q 740 365 756 339 q 701 390 724 390 q 665 375 680 390 q 638 338 649 361 q 619 287 627 315 q 607 229 611 258 q 603 175 603 201 q 603 132 603 149 q 616 54 603 79 q 659 29 630 29 q 689 41 676 29 q 714 74 703 53 q 733 120 725 94 q 746 174 741 146 q 753 230 751 203 q 756 281 756 258 m 886 270 q 869 167 886 219 q 820 72 852 114 q 741 4 788 30 q 633 -22 694 -22 q 566 -8 597 -22 q 514 29 536 5 q 480 83 492 52 q 469 148 469 114 q 486 252 469 200 q 536 346 503 304 q 617 414 569 388 q 725 441 664 441 q 789 429 760 441 q 840 394 818 417 q 873 341 861 372 q 886 270 886 309 m 181 3 q 161 -4 174 0 q 133 -10 148 -7 q 106 -16 119 -13 q 84 -21 93 -19 l 71 0 l 758 813 q 778 820 765 816 q 805 827 791 824 q 833 833 819 831 q 854 838 846 836 l 868 818 l 181 3 m 342 681 q 337 730 342 710 q 326 764 333 751 q 308 783 318 777 q 286 789 298 789 q 250 774 265 789 q 223 737 234 760 q 204 685 212 714 q 192 628 196 657 q 188 574 188 600 q 188 531 188 548 q 201 453 188 477 q 244 428 215 428 q 275 440 261 428 q 299 473 288 453 q 318 519 311 493 q 331 573 326 545 q 339 629 337 601 q 342 681 342 657 m 470 670 q 453 566 470 618 q 404 472 436 514 q 326 403 373 429 q 218 377 279 377 q 151 390 182 377 q 99 427 121 404 q 65 481 77 450 q 54 547 54 512 q 71 651 54 598 q 121 745 88 703 q 202 813 154 786 q 310 839 249 839 q 374 828 345 839 q 424 793 403 816 q 458 740 446 771 q 470 670 470 708 "},"Ä":{"x_min":-33.421875,"x_max":768.828125,"ha":810,"o":"m 252 291 l 165 95 q 176 65 157 74 q 247 49 196 56 l 241 0 l -33 0 l -26 49 q 40 66 16 57 q 73 95 64 75 l 391 817 q 427 842 408 831 q 466 864 446 854 q 506 880 487 873 q 543 893 526 888 l 697 95 q 703 78 699 86 q 714 65 707 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 450 0 l 457 50 q 524 61 505 50 q 539 95 544 72 l 503 291 l 252 291 m 488 373 l 427 693 l 288 373 l 488 373 m 458 1052 q 450 1009 458 1031 q 429 968 443 987 q 394 937 415 949 q 349 926 374 926 q 301 946 316 926 q 286 993 286 967 q 293 1036 286 1014 q 314 1077 300 1058 q 348 1108 328 1096 q 393 1120 368 1120 q 442 1100 426 1120 q 458 1052 458 1079 m 720 1052 q 712 1009 720 1031 q 691 968 705 987 q 656 937 677 949 q 611 926 636 926 q 563 946 579 926 q 548 993 548 967 q 555 1036 548 1014 q 576 1077 562 1058 q 610 1108 590 1096 q 655 1120 630 1120 q 704 1100 688 1120 q 720 1052 720 1079 "},"¸":{"x_min":-111,"x_max":158,"ha":219,"o":"m 158 -150 q 134 -216 158 -186 q 73 -263 111 -246 q -12 -280 36 -280 q -111 -254 -60 -280 l -111 -208 q -59 -221 -83 -221 q -19 -216 -36 -221 q 6 -200 -2 -211 q 16 -177 16 -190 q 2 -154 16 -163 q -31 -146 -11 -146 q -13 -105 -21 -124 q 1 -69 -4 -86 q 12 -34 7 -51 q 22 1 18 -16 l 88 1 q 81 -37 85 -17 q 73 -68 76 -57 q 137 -92 116 -68 q 158 -150 158 -116 "},"a":{"x_min":26,"x_max":664.890625,"ha":669,"o":"m 395 256 q 404 317 399 285 q 414 381 409 350 q 424 442 419 413 q 433 491 429 470 q 392 523 413 509 q 349 538 370 538 q 297 524 320 538 q 254 488 273 510 q 222 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 125 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 664 72 q 607 33 636 51 q 554 1 579 15 q 510 -20 530 -12 q 478 -28 491 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 366 104 q 290 23 317 46 q 235 -14 263 0 q 180 -28 207 -28 q 129 -15 156 -28 q 79 25 101 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 424 635 395 635 q 480 622 452 635 q 531 594 507 609 q 577 615 554 605 q 618 635 600 625 l 639 590 q 620 573 628 581 q 607 556 613 566 q 597 532 601 546 q 588 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 610 101 595 98 q 654 116 626 105 l 664 72 "},"—":{"x_min":18.984375,"x_max":1014.546875,"ha":1046,"o":"m 1014 372 q 1006 355 1011 365 l 996 334 q 985 313 990 323 q 976 299 979 304 l 36 299 l 18 320 q 26 337 21 328 q 36 358 31 347 q 48 377 42 368 q 58 393 54 387 l 996 393 l 1014 372 "},"=":{"x_min":29.15625,"x_max":568.984375,"ha":600,"o":"m 568 511 q 561 493 566 504 q 550 471 556 482 q 538 450 544 460 q 530 434 533 440 l 73 434 l 56 456 q 64 473 59 463 q 74 495 69 484 q 86 516 80 505 q 95 533 91 526 l 552 533 l 568 511 m 541 308 q 533 290 538 300 q 522 267 528 279 q 511 246 516 256 q 502 231 505 236 l 45 231 l 29 252 q 36 270 31 259 q 47 291 41 280 q 58 312 52 302 q 67 329 63 322 l 524 329 l 541 308 "},"N":{"x_min":-1.359375,"x_max":915.53125,"ha":858,"o":"m 909 805 q 840 785 862 798 q 817 763 819 773 l 710 -20 q 616 4 651 -14 q 566 54 582 23 l 263 625 l 190 90 q 193 81 189 86 q 206 69 196 75 q 231 58 215 63 q 270 49 246 52 l 263 0 l -1 0 l 5 49 q 73 68 52 55 q 96 90 94 81 l 187 756 q 107 805 153 797 l 113 854 l 286 854 q 304 853 297 854 q 316 846 310 852 q 327 830 322 841 q 343 801 333 820 l 650 223 l 724 763 q 721 773 724 767 q 709 784 718 778 q 684 795 700 790 q 644 805 668 801 l 650 855 l 915 855 l 909 805 "},"ú":{"x_min":16.6875,"x_max":724.890625,"ha":747,"o":"m 724 72 q 670 35 697 53 q 617 3 642 17 q 569 -19 591 -10 q 531 -28 547 -28 q 501 -17 516 -28 q 472 13 485 -7 q 451 66 460 34 q 443 140 443 98 q 386 73 416 104 q 323 20 356 42 q 258 -15 291 -2 q 195 -28 225 -28 q 154 -17 175 -28 q 115 14 133 -6 q 86 66 98 35 q 75 138 75 97 q 78 187 75 159 q 86 247 81 215 q 97 311 91 278 q 108 375 103 345 q 116 432 113 406 q 120 474 120 457 q 117 499 120 490 q 112 512 115 508 q 103 518 108 517 q 92 520 98 520 q 75 517 85 520 q 53 511 64 515 q 27 503 41 508 l 16 549 q 82 577 45 562 q 155 605 119 592 q 219 626 190 618 q 260 635 248 635 q 287 622 280 635 q 294 577 294 609 q 289 526 294 558 q 279 457 285 494 q 267 380 273 420 q 254 303 260 340 q 244 234 248 265 q 240 182 240 202 q 251 124 240 144 q 276 105 262 105 q 305 114 287 105 q 345 144 322 123 q 395 196 368 164 q 452 274 421 229 q 461 330 456 302 q 470 385 466 359 q 477 435 474 412 q 481 474 481 458 q 479 499 481 490 q 474 512 477 508 q 466 518 470 517 q 455 520 462 520 q 439 517 449 520 q 420 511 430 515 q 396 503 408 508 l 384 549 q 449 577 412 562 q 519 605 485 592 q 581 626 553 618 q 621 635 609 635 q 646 622 640 635 q 653 577 653 609 q 649 528 653 558 q 640 466 645 499 q 628 396 634 432 q 617 325 622 359 q 608 261 612 291 q 604 208 604 230 q 614 122 604 146 q 640 98 623 98 q 673 102 658 98 q 712 116 688 106 l 724 72 m 674 927 l 419 691 q 395 703 408 694 q 373 725 383 713 l 532 995 l 558 990 q 597 983 576 987 q 635 974 617 978 q 659 968 653 970 l 674 927 "},"⁄":{"x_min":68.5,"x_max":832.109375,"ha":803,"o":"m 166 2 q 147 -5 158 -2 q 124 -10 136 -8 q 101 -15 112 -13 q 80 -20 89 -18 l 68 0 l 736 816 q 754 821 743 818 q 777 828 764 824 q 800 833 789 831 q 819 837 811 836 l 832 818 l 166 2 "},"2":{"x_min":-5.484375,"x_max":601,"ha":632,"o":"m 601 692 q 593 634 601 664 q 567 569 586 605 q 517 490 548 534 q 438 393 486 447 q 325 270 391 338 q 173 116 260 202 l 417 116 q 437 121 428 116 q 455 137 447 127 q 469 159 462 147 q 480 184 475 171 q 499 253 492 215 l 549 240 l 506 0 l 5 0 l -5 50 q 200 268 115 173 q 337 436 284 363 q 414 565 390 510 q 438 662 438 620 q 416 735 438 711 q 353 759 394 759 q 310 747 328 759 q 281 715 292 734 q 264 672 269 696 q 259 623 259 648 q 229 610 248 617 q 191 597 211 603 q 151 586 170 591 q 117 580 131 581 l 100 626 q 132 698 105 661 q 201 767 159 736 q 296 817 243 797 q 408 838 350 838 q 480 830 445 838 q 542 805 515 823 q 585 760 569 788 q 601 692 601 733 "},"ü":{"x_min":16.6875,"x_max":725.71875,"ha":747,"o":"m 725 72 q 670 35 698 53 q 617 3 643 17 q 570 -19 592 -10 q 531 -28 547 -28 q 501 -17 516 -28 q 472 13 485 -7 q 451 66 460 34 q 443 140 443 98 q 385 73 416 104 q 323 20 355 42 q 258 -15 291 -2 q 195 -28 225 -28 q 154 -17 175 -28 q 115 14 133 -6 q 86 66 98 35 q 75 138 75 97 q 78 187 75 159 q 86 247 81 215 q 97 311 91 278 q 108 375 103 345 q 116 432 113 406 q 120 474 120 457 q 117 499 120 490 q 112 512 115 508 q 103 518 108 517 q 92 520 98 520 q 75 517 85 520 q 53 511 64 515 q 27 503 41 508 l 16 549 q 82 577 45 562 q 155 605 119 592 q 219 626 190 618 q 260 635 248 635 q 287 622 280 635 q 294 577 294 609 q 289 526 294 558 q 279 457 285 494 q 267 380 273 420 q 254 303 260 340 q 244 234 248 265 q 240 182 240 202 q 251 124 240 144 q 276 105 262 105 q 305 114 287 105 q 345 144 322 123 q 395 196 368 164 q 452 274 421 229 q 461 330 456 302 q 470 385 466 359 q 477 435 474 412 q 481 474 481 458 q 479 499 481 490 q 474 512 477 508 q 466 518 470 517 q 455 520 461 520 q 439 517 449 520 q 420 511 429 515 q 396 503 408 508 l 384 549 q 448 577 412 562 q 519 605 485 592 q 581 626 553 618 q 621 635 609 635 q 646 622 640 635 q 653 577 653 609 q 649 528 653 558 q 640 466 645 499 q 628 396 634 432 q 617 325 622 359 q 608 261 612 291 q 604 208 604 230 q 614 122 604 146 q 640 98 623 98 q 673 102 658 98 q 713 116 689 106 l 725 72 m 401 861 q 393 818 401 840 q 372 777 386 795 q 338 747 358 759 q 293 735 318 735 q 245 755 261 735 q 230 803 230 776 q 237 845 230 822 q 258 886 244 867 q 292 917 272 904 q 337 930 312 930 q 365 924 353 930 q 385 908 377 918 q 396 886 392 899 q 401 861 401 874 m 664 861 q 656 818 664 840 q 635 777 649 795 q 600 747 621 759 q 555 735 580 735 q 507 755 523 735 q 492 803 492 776 q 499 845 492 822 q 520 886 506 867 q 554 917 534 904 q 599 930 574 930 q 627 924 615 930 q 648 908 640 918 q 659 886 655 899 q 664 861 664 874 "},"¯":{"x_min":113.25,"x_max":652.40625,"ha":614,"o":"m 652 869 q 644 849 650 861 q 631 825 638 837 q 618 801 624 812 q 608 785 611 790 l 128 785 l 113 806 q 121 825 115 813 q 133 848 126 836 q 146 872 140 860 q 156 890 152 884 l 634 890 l 652 869 "},"Z":{"x_min":10.84375,"x_max":733.09375,"ha":722,"o":"m 216 88 l 503 88 q 529 98 517 88 q 554 129 541 108 q 581 182 566 150 q 613 255 595 213 l 665 241 q 655 186 661 219 q 643 118 649 153 q 632 51 638 83 q 624 0 627 19 l 28 0 l 10 35 l 531 768 l 285 768 q 261 756 275 768 q 231 723 246 744 q 200 673 215 702 q 173 607 185 643 l 120 620 l 177 867 q 208 859 194 862 q 234 856 221 856 q 262 856 248 856 q 295 856 277 856 l 717 856 l 733 820 l 216 88 "},"u":{"x_min":16.6875,"x_max":724.890625,"ha":747,"o":"m 724 72 q 670 35 697 53 q 617 3 642 17 q 569 -19 591 -10 q 531 -28 547 -28 q 501 -17 516 -28 q 472 13 485 -7 q 451 66 460 34 q 443 140 443 98 q 386 73 416 104 q 323 20 356 42 q 258 -15 291 -2 q 195 -28 225 -28 q 154 -17 175 -28 q 115 14 133 -6 q 86 66 98 35 q 75 138 75 97 q 78 187 75 159 q 86 247 81 215 q 97 311 91 278 q 108 375 103 345 q 116 432 113 406 q 120 474 120 457 q 117 499 120 490 q 112 512 115 508 q 103 518 108 517 q 92 520 98 520 q 75 517 85 520 q 53 511 64 515 q 27 503 41 508 l 16 549 q 82 577 45 562 q 155 605 119 592 q 219 626 190 618 q 260 635 248 635 q 287 622 280 635 q 294 577 294 609 q 289 526 294 558 q 279 457 285 494 q 267 380 273 420 q 254 303 260 340 q 244 234 248 265 q 240 182 240 202 q 251 124 240 144 q 276 105 262 105 q 305 114 287 105 q 345 144 322 123 q 395 196 368 164 q 452 274 421 229 q 461 330 456 302 q 470 385 466 359 q 477 435 474 412 q 481 474 481 458 q 479 499 481 490 q 474 512 477 508 q 466 518 470 517 q 455 520 462 520 q 439 517 449 520 q 420 511 430 515 q 396 503 408 508 l 384 549 q 449 577 412 562 q 519 605 485 592 q 581 626 553 618 q 621 635 609 635 q 646 622 640 635 q 653 577 653 609 q 649 528 653 558 q 640 466 645 499 q 628 396 634 432 q 617 325 622 359 q 608 261 612 291 q 604 208 604 230 q 614 122 604 146 q 640 98 623 98 q 673 102 658 98 q 712 116 688 106 l 724 72 "},"Ó":{"x_min":51,"x_max":784,"ha":795,"o":"m 622 512 q 611 619 622 569 q 579 706 600 669 q 526 764 558 743 q 454 785 495 785 q 379 765 413 785 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 451 227 499 q 215 360 215 403 q 225 244 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 328 51 257 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 267 795 q 397 860 350 845 q 498 875 444 875 q 624 847 571 875 q 713 771 678 819 q 766 659 749 723 q 784 525 784 596 m 734 1068 l 414 908 q 396 927 404 914 q 381 955 387 941 l 622 1174 q 650 1158 634 1167 q 682 1141 666 1150 q 711 1124 698 1132 q 734 1110 725 1116 l 734 1068 "},"k":{"x_min":48.515625,"x_max":691,"ha":681,"o":"m 350 961 q 345 895 350 934 q 335 808 341 856 q 320 704 328 759 q 301 591 311 649 q 282 473 292 532 q 263 358 272 414 l 378 443 q 453 501 425 478 q 488 538 481 524 q 479 556 495 551 q 425 562 464 562 l 419 608 q 528 623 474 616 q 624 631 582 631 q 677 619 664 631 q 691 584 691 607 q 676 556 691 573 q 633 515 661 538 q 565 463 605 491 q 475 403 525 435 l 390 351 q 423 306 407 332 q 455 251 439 280 q 485 195 471 223 q 515 146 500 168 q 543 110 529 124 q 570 97 557 97 q 609 101 586 97 q 657 119 632 105 l 679 76 q 631 38 657 57 q 580 5 605 20 q 533 -17 555 -8 q 496 -27 511 -27 q 451 -6 473 -27 q 409 45 430 13 q 369 117 389 77 q 330 195 350 156 q 293 268 311 234 q 257 323 275 302 q 243 227 250 272 q 233 145 237 182 q 230 82 230 109 q 234 43 230 56 q 202 28 224 38 q 154 7 180 18 q 107 -13 129 -3 q 77 -28 85 -23 l 48 -2 q 58 59 51 17 q 74 158 64 101 q 94 283 83 215 q 117 422 106 351 q 139 561 128 492 q 157 690 149 630 q 170 797 165 750 q 176 870 176 844 q 173 896 176 887 q 167 911 171 906 q 157 916 163 915 q 143 918 151 918 q 126 914 138 918 q 103 908 114 911 q 74 899 89 904 l 62 946 q 128 973 91 959 q 202 1001 166 988 q 268 1022 238 1014 q 309 1031 297 1031 q 326 1028 319 1031 q 339 1019 334 1026 q 347 998 344 1012 q 350 961 350 984 "},"Ù":{"x_min":109.515625,"x_max":905.3125,"ha":860,"o":"m 898 805 q 834 784 855 795 q 812 763 813 772 l 753 347 q 708 189 741 258 q 629 73 676 120 q 522 3 581 27 q 395 -21 462 -21 q 289 -4 339 -21 q 201 45 239 12 q 141 125 163 78 q 119 236 119 173 q 125 314 119 272 l 188 763 q 171 783 190 771 q 109 805 153 795 l 115 854 l 442 854 l 435 805 q 368 784 392 795 q 343 763 345 772 l 284 346 q 279 306 281 326 q 278 269 278 287 q 319 126 278 174 q 445 78 360 78 q 522 97 489 78 q 579 147 556 115 q 618 223 603 179 q 639 318 632 267 l 701 763 q 698 772 702 767 q 686 783 695 778 q 662 794 677 789 q 625 805 647 800 l 632 855 l 905 855 l 898 805 m 634 955 q 614 928 625 941 q 592 908 603 914 l 305 1068 l 315 1110 q 345 1127 327 1118 q 381 1146 362 1137 q 416 1163 400 1155 q 442 1174 433 1170 l 634 955 "},"€":{"x_min":-14.5,"x_max":656.5625,"ha":633,"o":"m 401 296 l 213 296 q 225 191 213 233 q 256 124 237 149 q 300 87 276 98 q 350 77 325 77 q 385 80 367 77 q 425 94 403 83 q 475 123 448 104 q 539 173 503 142 q 553 151 547 164 q 565 128 560 139 q 484 53 521 82 q 414 7 447 23 q 351 -14 381 -8 q 292 -20 321 -20 q 199 0 243 -20 q 124 59 156 19 q 72 158 91 99 q 54 296 54 217 l 1 296 l -14 318 q -9 331 -12 323 q -1 347 -5 339 q 5 364 1 356 q 11 378 9 372 l 58 378 q 59 387 59 382 q 61 396 59 391 q 65 426 63 411 q 70 455 67 440 l 41 455 l 26 477 q 31 490 28 482 q 38 506 35 498 q 46 523 42 515 q 52 537 49 531 l 91 537 q 152 669 116 613 q 237 763 189 726 q 342 819 285 801 q 465 838 400 838 q 578 818 528 838 q 655 770 627 798 q 654 758 657 768 q 642 736 650 749 q 624 707 634 723 q 605 677 615 692 q 586 652 595 663 q 571 635 577 641 l 532 645 q 481 721 510 695 q 405 748 452 748 q 365 740 386 748 q 322 709 343 732 q 281 645 301 686 q 245 537 261 603 l 472 537 l 489 516 l 461 455 l 228 455 q 224 431 226 443 q 221 405 222 418 q 219 391 219 398 l 217 378 l 412 378 l 430 357 l 401 296 "},"¢":{"x_min":60,"x_max":646.3125,"ha":631,"o":"m 215 345 q 234 245 215 283 q 282 191 254 207 l 340 615 q 287 572 311 601 q 248 506 264 544 q 223 427 231 469 q 215 345 215 385 m 430 715 q 442 715 436 715 q 454 715 448 715 q 514 703 486 715 q 567 678 543 692 q 612 651 592 664 q 646 635 632 638 q 626 616 638 628 q 602 590 615 604 q 575 563 589 577 q 549 538 561 549 q 525 520 536 527 q 508 513 515 513 q 492 525 501 513 q 473 555 483 538 q 448 589 462 571 q 417 616 434 607 l 356 180 q 394 192 375 183 q 434 215 413 201 q 480 250 455 230 q 537 296 505 270 q 544 285 539 292 q 555 270 550 278 q 565 256 560 263 q 571 246 569 249 q 500 184 532 211 q 442 138 469 157 q 391 105 415 118 q 343 85 367 92 l 332 3 q 301 -18 320 -8 q 266 -33 282 -28 l 253 -18 l 266 75 q 224 80 246 75 q 178 96 201 85 q 134 126 155 108 q 96 172 112 144 q 69 235 79 199 q 60 319 60 271 q 72 411 60 364 q 110 501 85 457 q 173 586 135 546 q 261 660 211 626 q 303 683 280 672 q 352 701 326 693 l 364 789 q 396 811 382 801 q 429 825 411 820 l 443 809 l 430 715 "},"ß":{"x_min":-111.9375,"x_max":729,"ha":761,"o":"m 729 831 q 712 736 729 774 q 671 670 696 698 q 619 624 647 643 q 566 586 590 604 q 525 546 541 567 q 509 495 509 525 q 525 451 509 471 q 566 413 541 432 q 618 375 590 394 q 671 333 646 356 q 711 280 695 309 q 728 210 728 250 q 705 126 728 168 q 645 49 683 83 q 556 -6 607 15 q 449 -28 506 -28 q 390 -17 421 -28 q 335 8 360 -6 q 294 42 310 24 q 278 75 278 60 q 282 91 278 80 q 293 116 286 102 q 309 145 300 130 q 326 173 317 160 q 342 193 335 185 q 355 202 350 202 q 365 191 359 202 q 379 165 371 180 q 397 130 387 149 q 419 95 407 111 q 447 69 432 79 q 481 58 463 58 q 516 63 499 58 q 546 79 532 68 q 567 110 559 91 q 575 157 575 129 q 559 223 575 196 q 518 271 543 250 q 466 309 494 292 q 414 346 439 326 q 374 392 390 366 q 359 453 359 417 q 368 511 359 486 q 392 554 377 535 q 426 589 407 573 q 465 619 445 604 q 504 648 485 633 q 538 682 523 663 q 562 725 553 701 q 572 782 572 749 q 561 840 572 812 q 535 887 551 867 q 498 920 519 908 q 455 932 477 932 q 382 909 413 932 q 330 845 352 885 q 296 754 309 806 q 277 645 283 702 l 217 130 q 179 -14 208 55 q 108 -143 149 -83 q 16 -251 66 -203 q -83 -329 -33 -298 l -111 -271 q -50 -213 -78 -252 q -1 -125 -22 -175 q 32 -18 18 -75 q 52 94 46 38 l 111 609 q 177 812 125 721 q 317 966 230 903 q 405 1013 355 996 q 505 1030 455 1030 q 600 1012 558 1030 q 670 966 642 994 q 714 902 699 937 q 729 831 729 866 "},"é":{"x_min":33,"x_max":621.046875,"ha":587,"o":"m 270 499 q 214 410 236 460 q 192 294 192 360 q 298 349 258 324 q 357 395 337 373 q 383 437 377 416 q 390 479 390 457 q 376 527 390 511 q 343 543 362 543 q 328 539 337 543 q 309 531 320 536 q 289 517 299 526 q 270 499 278 509 m 560 515 q 555 475 560 496 q 537 431 551 454 q 499 382 524 408 q 434 330 475 357 q 334 275 393 303 q 193 217 275 246 q 207 158 198 184 q 230 114 217 132 q 259 86 243 96 q 291 77 274 77 q 375 103 320 77 q 513 195 430 129 q 521 186 517 193 q 531 172 526 180 q 539 157 536 164 q 544 147 543 150 q 443 65 488 99 q 360 11 398 32 q 290 -18 322 -9 q 227 -28 258 -28 q 165 -15 199 -28 q 102 24 132 -2 q 53 96 73 52 q 33 205 33 140 q 45 306 33 258 q 82 399 58 355 q 140 482 106 443 q 217 558 174 522 q 254 584 232 571 q 302 609 276 598 q 356 627 328 620 q 410 635 384 635 q 477 624 449 635 q 524 596 505 613 q 551 558 542 580 q 560 515 560 537 m 621 927 l 364 691 q 340 703 353 694 q 318 725 328 713 l 477 995 l 504 990 q 542 983 522 987 q 581 974 563 978 q 605 968 599 970 l 621 927 "},"s":{"x_min":-13,"x_max":533.890625,"ha":533,"o":"m 533 572 q 507 538 522 556 q 478 504 493 520 q 451 477 464 488 q 432 467 439 467 q 408 481 421 467 q 378 512 395 495 q 342 543 362 529 q 298 557 322 557 q 240 538 260 557 q 221 486 221 518 q 248 430 221 454 q 331 378 276 406 q 385 347 358 364 q 433 309 412 330 q 468 259 455 287 q 481 195 481 231 q 467 135 481 164 q 432 82 454 106 q 380 37 409 57 q 318 2 350 16 q 253 -20 286 -12 q 190 -28 220 -28 q 110 -17 147 -28 q 45 9 73 -6 q 2 43 18 25 q -13 76 -13 62 q -3 106 -13 85 q 19 148 6 127 q 45 186 32 170 q 66 202 58 202 q 79 191 72 202 q 95 164 85 180 q 116 129 104 148 q 145 95 129 111 q 184 68 162 79 q 234 57 206 57 q 305 82 279 57 q 331 146 331 106 q 319 189 331 169 q 288 226 308 208 q 245 257 269 243 q 195 285 221 272 q 136 322 159 303 q 98 360 112 341 q 78 400 84 379 q 73 442 73 421 q 98 520 73 485 q 161 581 123 556 q 245 621 199 607 q 333 635 291 635 q 398 626 370 635 q 449 607 426 618 q 492 586 472 597 q 533 572 512 576 "},"B":{"x_min":-3,"x_max":695,"ha":739,"o":"m 695 279 q 666 159 695 213 q 589 65 638 104 q 474 4 540 26 q 333 -17 408 -17 q 299 -17 319 -17 q 256 -17 279 -17 q 207 -17 233 -17 q 157 -9 181 -17 q 35 0 99 -9 l -3 0 l -3 49 q 65 70 42 58 q 89 90 88 81 l 187 792 q 136 784 159 788 q 91 775 113 780 l 91 832 q 236 862 154 849 q 412 875 317 875 q 621 829 551 875 q 691 705 691 784 q 647 577 691 634 q 520 490 603 520 q 591 466 559 485 q 646 419 623 448 q 682 355 669 391 q 695 279 695 320 m 372 430 q 326 427 342 430 q 293 421 309 424 l 247 90 q 257 75 245 84 q 306 60 279 64 q 361 56 333 56 q 432 71 401 56 q 484 114 463 87 q 517 177 506 141 q 528 254 528 212 q 520 319 528 288 q 494 375 512 351 q 445 415 475 400 q 372 430 416 430 m 384 802 l 364 802 q 346 802 355 802 l 304 502 l 326 502 q 397 511 362 502 q 461 539 433 520 q 506 591 489 559 q 524 669 524 623 q 510 732 524 706 q 477 773 497 757 q 432 795 456 788 q 384 802 407 802 "},"…":{"x_min":30,"x_max":904,"ha":990,"o":"m 904 113 q 895 66 904 90 q 871 23 887 42 q 831 -8 855 4 q 777 -21 808 -21 q 715 0 735 -21 q 695 56 695 21 q 704 101 695 78 q 730 143 713 124 q 770 175 746 162 q 822 187 793 187 q 883 166 863 187 q 904 113 904 145 m 571 113 q 562 66 571 90 q 538 23 554 42 q 498 -8 522 4 q 444 -21 475 -21 q 382 0 402 -21 q 363 56 363 21 q 371 101 363 78 q 397 143 380 124 q 437 175 413 162 q 489 187 460 187 q 550 166 530 187 q 571 113 571 145 m 238 113 q 229 66 238 90 q 205 23 221 42 q 165 -8 189 4 q 111 -21 142 -21 q 49 0 69 -21 q 30 56 30 21 q 38 101 30 78 q 64 143 47 124 q 104 175 80 162 q 156 187 127 187 q 217 166 197 187 q 238 113 238 145 "},"?":{"x_min":99.296875,"x_max":605,"ha":596,"o":"m 351 113 q 342 66 351 90 q 318 23 334 42 q 278 -8 302 4 q 224 -21 255 -21 q 162 0 182 -21 q 143 56 143 21 q 151 101 143 78 q 177 143 160 124 q 217 175 193 162 q 269 187 240 187 q 330 166 310 187 q 351 113 351 145 m 605 804 q 585 703 605 747 q 536 621 566 658 q 471 552 507 584 q 404 488 436 520 q 350 419 373 455 q 321 339 327 383 l 313 279 q 280 260 300 270 q 242 246 259 251 l 229 260 l 229 344 q 245 424 229 387 q 285 494 261 461 q 335 559 308 528 q 383 623 361 591 q 420 690 405 655 q 435 765 435 725 q 429 817 435 792 q 412 858 424 841 q 385 885 401 875 q 347 895 369 895 q 308 883 325 895 q 281 849 291 870 q 269 800 271 828 q 273 740 266 772 q 237 726 258 733 q 195 713 217 719 q 153 703 174 708 q 118 698 133 699 l 99 724 q 121 811 99 767 q 185 890 144 855 q 283 947 226 925 q 410 970 340 970 q 494 957 457 970 q 555 921 530 944 q 592 869 579 899 q 605 804 605 839 "},"H":{"x_min":-5.421875,"x_max":925.015625,"ha":886,"o":"m 435 805 q 367 784 391 795 q 342 763 343 772 l 305 488 l 630 488 l 668 763 q 651 783 670 771 q 588 805 632 795 l 594 854 l 925 854 l 918 805 q 850 784 874 795 q 826 763 827 772 l 733 90 q 751 70 732 82 q 814 49 770 58 l 808 0 l 478 0 l 484 49 q 552 70 528 58 q 576 90 575 81 l 619 407 l 293 407 l 250 90 q 268 70 249 82 q 331 49 286 58 l 324 0 l -5 0 l 1 49 q 68 70 45 58 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 854 l 442 854 l 435 805 "},"î":{"x_min":36.984375,"x_max":491,"ha":385,"o":"m 364 74 q 299 37 332 55 q 235 4 265 19 q 177 -19 204 -10 q 131 -28 150 -28 q 92 -6 108 -28 q 77 51 77 14 q 81 106 77 71 q 93 182 86 141 q 108 268 99 223 q 122 353 116 313 q 134 425 129 394 q 139 474 139 457 q 136 499 139 490 q 131 512 134 508 q 122 518 128 517 q 111 520 117 520 q 95 517 105 520 q 74 511 85 515 q 49 503 62 508 l 36 549 q 101 577 65 562 q 171 605 137 592 q 233 626 205 618 q 274 635 261 635 q 303 622 293 635 q 314 577 314 609 q 309 523 314 558 q 297 445 304 488 q 281 357 289 403 q 265 269 273 312 q 253 192 258 227 q 249 137 249 157 q 253 107 249 116 q 269 98 257 98 q 288 99 279 98 q 306 103 297 100 q 326 110 316 106 q 351 120 337 114 l 364 74 m 491 731 q 468 707 481 718 q 444 691 455 696 l 293 845 l 98 691 q 80 706 92 695 q 61 731 68 718 l 264 988 l 356 988 l 491 731 "},"c":{"x_min":48,"x_max":614.21875,"ha":592,"o":"m 614 557 q 580 525 599 543 q 540 491 560 507 q 501 464 519 475 q 472 453 483 453 q 450 466 461 453 q 426 495 439 480 q 396 524 412 511 q 361 538 380 538 q 295 512 324 538 q 247 448 267 487 q 218 359 228 408 q 208 262 208 310 q 215 184 208 218 q 235 126 222 150 q 266 89 248 102 q 305 77 283 77 q 393 103 342 77 q 517 190 444 130 q 525 179 520 187 q 535 165 530 172 q 545 151 540 157 q 551 142 549 144 q 454 61 498 94 q 372 8 410 28 q 302 -19 334 -11 q 239 -28 269 -28 q 177 -16 210 -28 q 114 23 143 -4 q 66 99 85 52 q 48 218 48 147 q 57 310 48 263 q 88 401 66 357 q 143 487 109 446 q 228 561 178 527 q 272 586 247 573 q 326 610 297 599 q 384 628 354 621 q 442 635 414 635 q 496 625 472 635 q 539 602 519 615 q 577 576 559 589 q 614 557 595 563 "},"¶":{"x_min":49.15625,"x_max":775.828125,"ha":752,"o":"m 769 805 q 703 784 726 795 q 678 763 680 772 l 562 -77 q 579 -98 561 -86 q 642 -119 598 -110 l 634 -169 l 219 -169 l 226 -119 q 293 -98 269 -110 q 318 -77 316 -87 l 378 356 q 353 353 366 353 q 323 353 340 353 q 203 369 257 353 q 113 418 149 386 q 60 498 76 450 q 52 608 43 545 q 88 711 60 664 q 162 793 117 758 q 267 846 207 827 q 398 865 327 865 q 433 865 411 865 q 481 865 455 865 q 537 865 507 865 q 594 865 566 865 l 737 865 l 775 865 l 769 805 m 387 429 l 439 796 q 417 798 427 798 l 398 798 q 338 787 368 798 q 283 755 308 776 q 239 704 257 734 q 217 636 221 674 q 216 562 211 599 q 238 496 221 525 q 285 448 255 466 q 360 429 315 429 l 387 429 m 583 774 q 559 781 571 778 q 535 785 547 783 l 416 -77 q 417 -85 415 -81 q 423 -91 419 -88 q 430 -96 426 -94 q 437 -98 434 -98 q 454 -91 444 -96 q 465 -77 463 -85 l 583 774 "},"•":{"x_min":45,"x_max":325,"ha":359,"o":"m 325 483 q 313 406 325 445 q 278 335 301 367 q 222 284 255 304 q 146 264 189 264 q 101 272 120 264 q 69 297 82 281 q 51 333 57 312 q 45 379 45 354 q 57 456 45 417 q 92 527 69 496 q 149 580 116 559 q 225 600 183 600 q 270 591 251 600 q 301 566 289 582 q 319 528 313 550 q 325 483 325 507 "},"¥":{"x_min":14,"x_max":734.890625,"ha":632,"o":"m 728 770 q 664 752 686 762 q 632 726 643 743 l 402 347 l 401 341 l 562 341 l 575 326 l 544 261 l 391 261 l 369 97 q 372 87 368 93 q 386 75 376 81 q 413 62 396 69 q 458 49 431 55 l 452 0 l 107 0 l 114 49 q 161 62 142 55 q 192 75 180 69 q 209 86 204 81 q 215 97 214 92 l 236 261 l 62 261 l 51 277 q 56 290 52 281 q 65 309 60 299 q 74 328 69 319 q 80 341 78 337 l 247 341 l 249 351 q 218 456 235 402 q 181 558 200 509 q 142 651 161 607 q 104 726 122 694 q 94 740 99 734 q 78 749 88 746 q 53 754 68 753 q 14 756 37 756 l 14 805 q 58 811 33 807 q 107 819 82 815 q 154 825 132 822 q 188 827 176 827 q 219 819 203 827 q 243 796 235 811 q 280 723 262 762 q 316 641 298 683 q 349 553 333 598 q 377 463 364 508 l 536 726 q 533 753 547 743 q 473 770 519 764 l 480 819 l 734 819 l 728 770 "},"(":{"x_min":66,"x_max":507.75,"ha":429,"o":"m 507 1037 q 420 946 462 999 q 344 821 378 892 q 283 659 309 749 q 241 461 256 569 q 227 271 227 362 q 237 101 227 180 q 273 -45 248 21 q 338 -162 298 -111 l 298 -213 q 177 -106 229 -173 q 96 46 126 -39 q 66 232 66 131 q 81 440 66 332 q 132 652 96 551 q 219 836 167 753 q 338 985 271 920 q 481 1088 404 1049 l 507 1037 "},"U":{"x_min":109.515625,"x_max":905.3125,"ha":860,"o":"m 898 805 q 834 784 855 795 q 812 763 813 772 l 753 347 q 708 189 741 258 q 629 73 676 120 q 522 3 581 27 q 395 -21 462 -21 q 289 -4 339 -21 q 201 45 239 12 q 141 125 163 78 q 119 236 119 173 q 125 314 119 272 l 188 763 q 171 783 190 771 q 109 805 153 795 l 115 854 l 442 854 l 435 805 q 368 784 392 795 q 343 763 345 772 l 284 346 q 279 306 281 326 q 278 269 278 287 q 319 126 278 174 q 445 78 360 78 q 522 97 489 78 q 579 147 556 115 q 618 223 603 179 q 639 318 632 267 l 701 763 q 698 772 702 767 q 686 783 695 778 q 662 794 677 789 q 625 805 647 800 l 632 855 l 905 855 l 898 805 "},"Ñ":{"x_min":-1.359375,"x_max":915.53125,"ha":858,"o":"m 909 805 q 840 785 862 798 q 817 763 819 773 l 710 -20 q 616 4 651 -14 q 566 54 582 23 l 263 625 l 190 90 q 193 81 189 86 q 206 69 196 75 q 231 58 215 63 q 270 49 246 52 l 263 0 l -1 0 l 5 49 q 73 68 52 55 q 96 90 94 81 l 187 756 q 107 805 153 797 l 113 854 l 286 854 q 304 853 297 854 q 316 846 310 852 q 327 830 322 841 q 343 801 333 820 l 650 223 l 724 763 q 721 773 724 767 q 709 784 718 778 q 684 795 700 790 q 644 805 668 801 l 650 855 l 915 855 l 909 805 m 788 1106 q 765 1067 778 1088 q 738 1025 753 1046 q 708 984 724 1004 q 673 950 691 965 q 636 926 655 935 q 598 918 617 918 q 548 928 571 918 q 504 952 525 939 q 461 977 482 966 q 416 988 440 988 q 390 983 402 988 q 366 968 378 978 q 342 944 354 958 q 315 911 329 930 l 271 930 q 306 990 286 957 q 351 1052 327 1023 q 404 1100 376 1081 q 461 1120 432 1120 q 514 1108 490 1120 q 559 1084 538 1097 q 600 1060 581 1071 q 640 1049 620 1049 q 692 1068 669 1049 q 742 1126 716 1087 l 788 1106 "},"F":{"x_min":-5.421875,"x_max":692.40625,"ha":646,"o":"m 552 474 q 536 450 545 463 q 517 424 526 436 q 498 402 507 412 q 482 386 489 392 q 462 403 473 396 q 438 415 452 411 q 404 421 423 419 q 360 424 385 424 l 295 424 l 250 90 q 253 82 249 86 q 269 72 258 77 q 301 61 281 67 q 350 49 320 55 l 343 0 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 855 l 672 855 l 692 833 q 683 789 689 815 q 670 734 677 762 q 655 682 663 707 q 642 644 648 657 l 594 644 q 592 740 600 707 q 560 773 583 773 l 343 773 l 305 498 l 533 498 l 552 474 "},"­":{"x_min":18.984375,"x_max":429.28125,"ha":460,"o":"m 429 372 q 421 355 426 365 q 410 334 416 345 q 399 313 404 323 q 391 299 394 304 l 36 299 l 18 320 q 26 337 21 328 q 36 358 31 347 q 48 377 42 368 q 58 393 54 387 l 410 393 l 429 372 "},":":{"x_min":30,"x_max":302,"ha":324,"o":"m 302 578 q 293 531 302 555 q 269 488 285 508 q 230 456 253 469 q 176 444 206 444 q 113 465 133 444 q 94 521 94 486 q 102 565 94 542 q 128 608 111 588 q 168 639 144 627 q 221 652 191 652 q 281 631 261 652 q 302 578 302 610 m 238 113 q 229 66 238 90 q 205 23 221 42 q 165 -8 189 4 q 111 -21 142 -21 q 49 0 69 -21 q 30 56 30 21 q 38 101 30 78 q 64 143 47 124 q 104 175 80 162 q 156 187 127 187 q 217 166 197 187 q 238 113 238 145 "},"Û":{"x_min":109.515625,"x_max":905.3125,"ha":860,"o":"m 898 805 q 834 784 855 795 q 812 763 813 772 l 753 347 q 708 189 741 258 q 629 73 676 120 q 522 3 581 27 q 395 -21 462 -21 q 289 -4 339 -21 q 201 45 239 12 q 141 125 163 78 q 119 236 119 173 q 125 314 119 272 l 188 763 q 171 783 190 771 q 109 805 153 795 l 115 854 l 442 854 l 435 805 q 368 784 392 795 q 343 763 345 772 l 284 346 q 279 306 281 326 q 278 269 278 287 q 319 126 278 174 q 445 78 360 78 q 522 97 489 78 q 579 147 556 115 q 618 223 603 179 q 639 318 632 267 l 701 763 q 698 772 702 767 q 686 783 695 778 q 662 794 677 789 q 625 805 647 800 l 632 855 l 905 855 l 898 805 m 743 949 q 723 924 733 935 q 702 908 713 913 l 543 1027 l 355 908 q 340 924 349 912 q 323 949 330 935 l 520 1158 l 602 1158 l 743 949 "},"*":{"x_min":-4.390625,"x_max":528.71875,"ha":502,"o":"m 300 827 l 454 952 l 471 938 q 493 917 481 928 q 514 896 504 906 q 528 880 524 886 l 518 842 l 325 770 l 484 705 q 479 681 483 697 q 470 647 475 664 q 460 613 465 629 q 452 590 455 598 l 417 577 l 290 711 l 290 522 q 268 511 282 518 q 237 498 253 505 q 207 487 221 492 q 186 480 192 481 l 162 504 l 224 710 l 70 586 q 53 600 64 590 q 30 621 42 610 q 9 642 19 632 q -4 658 0 652 l 7 696 l 200 767 l 40 833 l 46 857 q 55 891 50 873 q 64 924 60 909 q 72 947 68 940 l 106 961 l 235 827 l 235 1016 q 256 1026 242 1020 q 286 1039 270 1033 q 317 1051 302 1046 q 338 1059 331 1056 l 363 1034 l 300 827 "},"†":{"x_min":93.546875,"x_max":658.34375,"ha":620,"o":"m 658 754 q 639 721 652 743 q 612 674 627 699 q 582 627 597 650 q 558 591 568 604 q 522 614 540 604 q 485 631 504 624 q 446 644 466 639 q 402 650 426 648 q 405 555 402 604 q 423 461 409 507 q 369 318 390 386 q 339 185 349 250 q 335 106 335 146 q 347 25 335 66 q 326 12 341 20 q 292 -2 310 5 q 257 -17 274 -10 q 233 -26 241 -24 l 214 -7 q 233 40 224 15 q 250 90 242 65 q 263 140 258 116 q 271 185 269 165 q 278 319 278 252 q 264 461 278 387 q 307 555 290 507 q 334 650 324 604 q 221 631 276 645 q 108 591 166 617 l 93 626 q 112 659 99 638 q 140 705 125 681 q 169 753 155 730 q 193 788 184 775 q 229 766 212 776 q 265 749 247 756 q 303 737 283 742 q 347 730 323 733 q 341 830 347 785 q 317 923 335 875 q 352 943 330 931 q 398 967 374 955 q 443 989 421 979 q 475 1004 464 999 l 502 982 q 449 857 471 920 q 415 733 427 794 q 529 748 473 733 q 643 788 585 763 l 658 754 "},"°":{"x_min":126,"x_max":452,"ha":453,"o":"m 275 592 q 308 602 294 592 q 333 625 323 611 q 349 657 343 639 q 355 692 355 675 q 351 717 355 704 q 341 738 348 729 q 325 754 335 748 q 302 760 315 760 q 274 752 288 760 q 248 731 260 744 q 230 699 237 717 q 223 660 223 681 q 238 610 223 628 q 275 592 254 592 m 452 728 q 431 636 452 678 q 379 564 410 595 q 310 516 347 533 q 239 500 273 500 q 188 510 209 500 q 152 539 166 521 q 132 578 138 556 q 126 622 126 600 q 145 711 126 669 q 196 784 165 753 q 264 834 227 816 q 337 853 302 853 q 385 843 364 853 q 422 815 407 833 q 444 775 437 798 q 452 728 452 753 "},"V":{"x_min":84.09375,"x_max":916.890625,"ha":845,"o":"m 910 805 q 840 787 865 796 q 806 760 815 779 l 474 55 q 451 28 467 40 q 416 6 435 16 q 376 -10 396 -3 q 340 -20 356 -16 l 162 760 q 140 788 158 777 q 84 805 123 799 l 90 854 l 411 854 l 404 803 q 336 792 354 803 q 323 763 318 782 l 448 192 l 713 760 q 705 789 722 779 q 639 805 689 798 l 646 855 l 916 855 l 910 805 "},"å":{"x_min":26,"x_max":664.25,"ha":668,"o":"m 395 256 q 404 317 399 285 q 414 381 409 350 q 424 442 419 413 q 433 491 429 470 q 391 523 413 509 q 349 538 370 538 q 297 524 320 538 q 254 488 273 510 q 221 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 125 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 664 72 q 607 33 635 51 q 554 1 578 15 q 510 -20 529 -12 q 478 -28 490 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 367 104 q 291 23 318 46 q 236 -14 264 0 q 180 -28 208 -28 q 129 -15 156 -28 q 79 25 102 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 423 635 395 635 q 479 622 452 635 q 531 594 507 609 q 576 615 553 605 q 618 635 599 625 l 639 590 q 620 573 627 581 q 607 556 612 566 q 597 532 601 546 q 588 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 610 101 594 98 q 653 116 626 105 l 664 72 m 461 857 q 451 890 461 877 q 427 903 442 903 q 403 897 414 903 q 385 879 393 890 q 373 853 377 868 q 369 822 369 839 q 378 788 369 801 q 404 775 388 775 q 426 781 415 775 q 444 799 436 788 q 456 825 452 810 q 461 857 461 840 m 551 882 q 537 819 551 852 q 501 759 524 786 q 447 713 478 731 q 380 695 415 695 q 338 703 356 695 q 308 725 320 712 q 290 757 296 739 q 284 793 284 775 q 296 860 284 826 q 332 922 309 894 q 385 967 354 949 q 451 986 415 986 q 493 977 474 986 q 524 955 511 969 q 544 922 537 941 q 551 882 551 903 "}," ":{"x_min":0,"x_max":0,"ha":333},"0":{"x_min":22,"x_max":609,"ha":633,"o":"m 443 548 q 435 640 443 602 q 415 703 428 679 q 386 738 402 727 q 348 749 369 749 q 286 723 312 749 q 241 653 260 696 q 211 556 223 610 q 192 449 199 502 q 186 347 186 395 q 186 268 186 299 q 209 116 186 164 q 284 68 233 68 q 340 91 315 68 q 383 154 365 115 q 414 242 402 192 q 435 346 427 293 q 443 452 443 399 q 443 548 443 504 m 609 531 q 588 339 609 430 q 516 160 568 247 q 466 89 494 122 q 403 31 438 56 q 329 -6 369 7 q 244 -21 290 -21 q 152 3 193 -21 q 82 70 110 28 q 37 168 53 113 q 22 286 22 224 q 26 386 22 339 q 42 477 31 433 q 69 564 52 521 q 110 652 86 607 q 159 724 131 690 q 223 783 188 758 q 299 823 258 808 q 386 838 340 838 q 474 816 433 838 q 545 754 515 794 q 592 658 575 715 q 609 531 609 601 "},"”":{"x_min":90.203125,"x_max":628,"ha":630,"o":"m 328 876 q 309 790 328 833 q 263 708 291 747 q 199 635 234 669 q 130 578 164 601 l 91 612 q 122 651 106 629 q 149 696 137 673 q 169 743 162 719 q 177 789 177 767 q 153 840 177 823 q 96 857 130 857 l 90 907 q 108 920 94 912 q 141 935 122 927 q 180 951 159 943 q 220 965 201 959 q 255 975 240 972 q 279 978 271 979 q 312 941 297 966 q 328 876 328 916 m 628 876 q 610 790 628 833 q 563 708 592 747 q 500 635 535 669 q 431 578 465 601 l 392 612 q 422 651 407 629 q 450 696 438 673 q 469 743 462 719 q 477 789 477 767 q 454 840 477 823 q 397 857 431 857 l 391 907 q 410 920 396 912 q 442 935 424 927 q 481 951 460 943 q 522 965 502 959 q 556 975 541 972 q 579 978 572 979 q 612 941 597 966 q 628 876 628 916 "},"¾":{"x_min":48.171875,"x_max":812.390625,"ha":804,"o":"m 619 318 l 488 156 l 594 156 l 619 318 m 734 146 q 713 124 725 135 q 693 109 701 114 l 672 109 l 661 45 q 669 36 661 40 q 707 25 678 31 l 703 0 l 497 0 l 501 25 q 539 32 524 28 q 563 37 554 35 q 574 43 571 40 q 578 48 577 45 l 587 109 l 419 109 l 406 121 l 617 380 q 637 386 626 383 q 660 393 648 390 q 683 400 672 396 q 702 406 694 403 l 716 392 l 678 156 l 726 156 l 734 146 m 145 2 q 126 -4 137 -1 q 104 -10 115 -7 q 80 -15 92 -13 q 60 -19 69 -17 l 48 0 l 716 816 q 734 822 723 819 q 757 828 745 825 q 780 833 769 831 q 799 838 792 836 l 812 819 l 145 2 m 387 569 q 372 512 387 539 q 331 466 357 486 q 273 435 306 447 q 201 424 240 424 q 171 427 188 424 q 136 438 154 431 q 102 455 119 445 q 73 478 86 465 l 94 510 q 149 479 122 487 q 202 470 176 470 q 265 494 239 470 q 291 559 291 517 q 272 612 291 596 q 226 628 253 628 q 212 628 216 628 q 196 625 208 628 l 196 656 q 276 693 251 669 q 302 751 302 717 q 293 784 302 772 q 264 796 284 796 q 230 782 244 796 q 219 745 217 768 q 201 737 212 741 q 178 730 189 733 q 154 725 166 727 q 134 723 143 723 l 125 743 q 141 772 127 756 q 176 802 154 788 q 226 825 198 816 q 286 835 254 835 q 339 828 318 835 q 373 810 360 821 q 390 785 385 799 q 396 755 396 770 q 370 698 396 723 q 308 660 345 674 q 343 650 328 658 q 367 629 357 642 q 382 601 377 617 q 387 569 387 586 "},"@":{"x_min":38.015625,"x_max":1106.3125,"ha":1150,"o":"m 641 240 q 650 305 644 269 q 662 377 656 341 q 674 446 668 413 q 684 501 680 479 q 648 527 666 516 q 611 538 630 538 q 561 524 583 538 q 521 489 539 511 q 490 437 503 467 q 468 377 477 408 q 455 314 459 346 q 451 256 451 283 q 456 190 451 218 q 470 143 461 161 q 488 114 478 124 q 509 105 499 105 q 564 139 531 105 q 641 240 598 174 m 1098 372 q 1067 260 1090 313 q 1012 164 1045 208 q 942 84 980 119 q 866 23 904 48 q 792 -14 828 -1 q 730 -28 757 -28 q 706 -21 720 -28 q 679 1 693 -15 q 655 48 666 18 q 640 126 644 79 q 599 69 622 97 q 552 20 577 41 q 501 -14 526 -1 q 451 -28 475 -28 q 401 -15 428 -28 q 351 25 375 -2 q 312 98 328 54 q 297 206 297 143 q 309 311 297 260 q 347 409 322 362 q 408 497 372 456 q 493 571 445 538 q 536 594 512 583 q 586 615 560 606 q 638 629 612 624 q 685 635 663 635 q 739 622 713 635 q 788 596 765 610 q 831 617 809 607 q 870 635 853 626 l 892 590 q 873 573 880 581 q 859 556 865 566 q 848 532 853 546 q 839 495 844 518 q 821 400 829 446 q 807 316 813 354 q 798 249 801 278 q 796 204 796 219 q 807 132 796 154 q 835 110 819 110 q 870 125 852 110 q 904 170 888 140 q 934 244 920 200 q 956 345 948 288 q 954 546 973 460 q 890 689 935 632 q 780 774 845 746 q 639 803 714 803 q 531 785 583 803 q 434 737 480 768 q 351 663 389 706 q 283 569 313 621 q 234 460 254 518 q 205 341 214 402 q 202 191 193 259 q 236 68 211 123 q 298 -26 260 13 q 382 -94 335 -67 q 481 -135 428 -121 q 589 -149 534 -149 q 697 -134 644 -149 q 798 -99 751 -120 q 882 -55 845 -78 q 941 -15 919 -32 l 962 -78 q 894 -134 936 -104 q 797 -192 852 -165 q 676 -236 743 -218 q 535 -254 610 -254 q 388 -236 458 -254 q 259 -184 318 -218 q 155 -100 200 -149 q 81 12 109 -50 q 42 152 52 76 q 44 315 32 228 q 84 464 55 391 q 157 603 113 538 q 259 723 201 668 q 385 819 316 779 q 531 881 453 859 q 691 904 608 904 q 869 868 787 904 q 1009 765 952 833 q 1091 598 1066 697 q 1098 372 1116 499 "},"ö":{"x_min":26,"x_max":601,"ha":617,"o":"m 432 326 q 424 417 432 377 q 400 484 415 457 q 366 526 386 512 q 325 540 346 540 q 259 516 285 540 q 215 456 232 493 q 192 373 199 419 q 185 285 185 328 q 194 199 185 239 q 220 129 204 159 q 256 81 236 99 q 298 64 277 64 q 343 75 323 64 q 378 107 363 87 q 403 153 393 127 q 420 208 414 179 q 429 268 426 237 q 432 326 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 408 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 273 -28 q 157 -7 199 -28 q 86 46 115 12 q 41 129 57 81 q 26 233 26 177 q 35 327 26 282 q 65 415 45 373 q 117 496 85 457 q 194 569 149 535 q 233 595 212 583 q 278 616 255 607 q 325 629 301 624 q 371 635 349 635 q 465 615 424 635 q 534 563 506 596 q 576 482 562 529 q 591 379 591 435 m 339 861 q 331 818 339 840 q 310 777 324 795 q 276 747 296 759 q 230 735 256 735 q 182 755 198 735 q 167 803 167 776 q 174 845 167 822 q 195 886 181 867 q 229 917 209 904 q 275 930 249 930 q 303 924 291 930 q 323 908 315 918 q 334 886 330 899 q 339 861 339 874 m 601 861 q 593 818 601 840 q 572 777 586 795 q 538 747 558 759 q 492 735 517 735 q 445 755 461 735 q 430 803 430 776 q 437 845 430 822 q 458 886 444 867 q 492 917 472 904 q 536 930 511 930 q 565 924 553 930 q 585 908 577 918 q 596 886 592 899 q 601 861 601 874 "},"i":{"x_min":36.984375,"x_max":380,"ha":385,"o":"m 364 74 q 299 37 332 55 q 235 4 266 19 q 177 -19 204 -10 q 131 -28 150 -28 q 92 -6 108 -28 q 77 51 77 14 q 81 106 77 71 q 93 182 86 141 q 108 268 99 223 q 122 353 116 313 q 134 425 129 394 q 139 474 139 457 q 136 499 139 490 q 131 512 134 508 q 122 518 128 517 q 111 520 117 520 q 95 517 105 520 q 74 511 85 515 q 49 503 62 508 l 36 549 q 101 577 65 562 q 171 605 137 592 q 233 626 205 618 q 274 635 261 635 q 303 622 293 635 q 314 577 314 609 q 309 523 314 558 q 297 445 304 488 q 281 357 289 403 q 265 269 273 312 q 253 192 258 227 q 249 137 249 157 q 253 107 249 116 q 269 98 257 98 q 288 99 279 98 q 306 103 297 100 q 326 110 316 106 q 351 120 337 114 l 364 74 m 380 856 q 372 816 380 837 q 349 779 364 796 q 312 751 334 762 q 260 740 290 740 q 208 757 225 740 q 192 797 192 774 q 199 836 192 815 q 222 873 207 856 q 259 902 237 891 q 310 914 281 914 q 363 896 346 914 q 380 856 380 879 "},"Õ":{"x_min":51,"x_max":784,"ha":795,"o":"m 622 512 q 611 619 622 569 q 579 706 600 669 q 526 764 558 743 q 454 785 495 785 q 379 765 413 785 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 451 227 499 q 215 360 215 403 q 225 244 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 328 51 257 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 267 795 q 397 860 350 845 q 498 875 444 875 q 624 847 571 875 q 713 771 678 819 q 766 659 749 723 q 784 525 784 596 m 764 1106 q 742 1067 754 1088 q 715 1025 729 1046 q 684 984 700 1004 q 650 950 668 965 q 613 926 632 935 q 574 918 594 918 q 524 928 547 918 q 480 952 501 939 q 437 977 459 966 q 392 988 416 988 q 366 983 378 988 q 342 968 354 978 q 318 944 330 958 q 291 911 305 930 l 247 930 q 283 990 262 957 q 328 1052 303 1023 q 380 1100 352 1081 q 437 1120 408 1120 q 490 1108 466 1120 q 536 1084 514 1097 q 577 1060 557 1071 q 617 1049 596 1049 q 669 1068 645 1049 q 718 1126 692 1087 l 764 1106 "},"þ":{"x_min":-11.75,"x_max":654,"ha":698,"o":"m 426 515 q 396 505 414 515 q 355 476 377 496 q 309 425 333 456 q 261 355 284 395 l 234 191 q 262 160 245 176 q 299 132 280 144 q 339 112 318 119 q 376 104 359 104 q 424 119 400 104 q 463 168 448 134 q 479 215 473 191 q 489 264 485 239 q 493 312 493 288 q 493 355 493 335 q 486 427 493 397 q 469 477 479 457 q 448 505 459 496 q 426 515 436 515 m 347 967 q 342 916 347 954 q 331 819 338 879 q 311 680 323 759 q 284 502 299 600 q 352 573 321 547 q 411 613 384 599 q 461 630 437 626 q 505 635 484 635 q 562 621 535 635 q 609 581 589 607 q 642 515 630 554 q 654 425 654 476 q 648 352 654 391 q 632 273 643 314 q 603 192 620 233 q 563 112 586 151 q 526 60 547 86 q 482 15 506 35 q 432 -16 458 -4 q 378 -28 406 -28 q 341 -19 362 -28 q 300 4 321 -11 q 257 42 278 20 q 217 92 236 64 l 202 3 q 183 -115 190 -65 q 173 -197 176 -165 q 170 -249 170 -230 q 174 -278 170 -268 q 141 -289 163 -281 q 93 -307 118 -297 q 46 -326 68 -317 q 15 -339 24 -335 l -11 -314 q 13 -175 0 -253 q 42 -10 26 -97 q 73 169 57 77 q 103 352 88 262 q 130 526 117 442 q 153 678 143 609 q 168 798 163 748 q 174 872 174 848 q 171 897 174 888 q 163 910 168 906 q 151 916 158 915 q 137 918 145 918 q 120 914 131 918 q 99 908 109 911 q 74 899 87 904 l 62 946 q 128 973 91 959 q 201 1001 165 988 q 266 1022 237 1014 q 308 1031 295 1031 q 340 1016 334 1031 q 347 967 347 1001 "},"]":{"x_min":-58.328125,"x_max":466.578125,"ha":458,"o":"m 283 -228 l -33 -228 l -58 -203 q -51 -184 -55 -195 q -41 -162 -46 -173 q -31 -142 -36 -152 q -24 -129 -27 -133 l 153 -129 l 310 988 l 138 988 l 113 1011 q 119 1029 115 1019 q 128 1050 123 1039 q 138 1070 133 1060 q 145 1085 142 1079 l 466 1085 l 283 -228 "},"m":{"x_min":17.546875,"x_max":1026.359375,"ha":1060,"o":"m 1026 74 q 961 37 995 56 q 896 4 928 19 q 838 -18 865 -9 q 793 -28 811 -28 q 773 -22 783 -28 q 757 -6 764 -17 q 745 18 749 3 q 741 51 741 33 q 745 91 741 63 q 756 155 749 118 q 770 233 762 192 q 783 315 777 275 q 794 389 790 354 q 799 447 799 424 q 791 491 799 477 q 772 505 784 505 q 752 500 765 505 q 722 484 739 496 q 686 455 706 473 q 648 407 667 436 q 627 368 636 388 q 611 324 618 348 q 597 269 603 299 q 585 200 591 238 q 574 100 574 138 q 574 42 574 62 q 541 28 563 37 q 495 7 519 18 q 448 -13 470 -3 q 417 -28 426 -23 l 390 -2 q 418 136 405 67 q 441 265 431 205 q 457 372 451 325 q 463 444 463 419 q 455 491 463 477 q 433 505 448 505 q 416 500 427 505 q 387 485 404 496 q 351 455 371 474 q 312 408 332 437 q 291 370 300 390 q 273 324 281 350 q 260 268 266 299 q 247 200 253 238 q 234 100 237 138 q 231 42 231 62 q 200 28 222 37 q 154 7 178 18 q 107 -13 129 -3 q 77 -28 86 -23 l 50 -2 q 77 142 65 69 q 100 279 90 215 q 116 394 110 343 q 122 475 122 445 q 119 499 122 490 q 114 514 117 509 q 105 520 110 519 q 95 522 100 522 q 77 519 88 522 q 55 513 67 516 q 28 504 42 509 l 17 551 q 82 578 46 563 q 152 605 118 593 q 215 626 187 618 q 255 635 242 635 q 272 631 265 635 q 283 619 279 628 q 289 596 287 611 q 291 557 291 580 q 289 527 291 546 q 285 490 287 508 q 360 560 325 532 q 425 604 394 588 q 485 628 456 621 q 540 635 513 635 q 583 625 565 635 q 612 600 601 616 q 628 564 623 584 q 633 521 633 543 q 633 511 633 516 q 632 497 633 505 q 704 563 671 536 q 765 605 737 590 q 819 628 794 621 q 870 635 844 635 q 907 628 890 635 q 938 607 925 622 q 958 570 951 593 q 966 515 966 548 q 961 457 966 489 q 951 388 957 424 q 938 316 945 352 q 925 246 931 279 q 915 184 919 213 q 911 137 911 156 q 917 106 911 114 q 936 99 924 99 q 972 104 955 99 q 1017 120 989 109 l 1026 74 "},"8":{"x_min":22,"x_max":606,"ha":632,"o":"m 261 637 q 270 595 261 613 q 295 561 279 576 q 332 534 311 546 q 377 509 353 521 q 429 574 407 537 q 451 661 451 610 q 427 734 451 709 q 362 759 403 759 q 322 748 340 759 q 290 720 304 738 q 268 681 276 703 q 261 637 261 660 m 417 232 q 406 291 417 266 q 380 335 396 316 q 341 368 363 354 q 294 395 318 382 q 250 351 270 374 q 216 303 231 329 q 194 248 202 277 q 187 185 187 219 q 195 134 187 156 q 216 95 203 111 q 249 71 230 79 q 288 63 267 63 q 341 78 317 63 q 382 116 365 92 q 408 171 399 140 q 417 232 417 201 m 606 679 q 591 614 606 643 q 554 560 577 584 q 502 514 531 535 q 445 475 473 493 q 496 441 471 460 q 539 399 521 423 q 569 343 558 374 q 581 269 581 311 q 554 159 581 211 q 482 66 527 106 q 380 2 438 26 q 261 -21 323 -21 q 153 -5 199 -21 q 79 36 108 10 q 36 97 50 63 q 22 169 22 131 q 39 252 22 213 q 86 323 57 290 q 152 382 115 355 q 229 429 189 409 q 185 458 206 442 q 148 494 164 473 q 123 540 132 514 q 114 603 114 567 q 137 695 114 652 q 200 770 160 738 q 292 820 240 802 q 402 838 344 838 q 494 826 455 838 q 557 793 532 814 q 594 743 582 772 q 606 679 606 713 "},"꞊":{"x_min":25.765625,"x_max":429.953125,"ha":452,"o":"m 429 415 q 421 397 427 408 q 410 375 416 387 q 399 354 404 364 q 391 339 394 345 l 68 339 l 52 360 q 59 378 54 368 q 70 400 64 389 q 81 420 75 410 q 91 437 87 430 l 413 437 l 429 415 m 403 240 q 395 222 400 233 q 384 200 389 211 q 372 179 378 189 q 364 164 366 169 l 41 164 l 25 185 q 32 203 27 192 q 43 224 37 213 q 54 245 49 235 q 64 262 60 255 l 385 262 l 403 240 "},"R":{"x_min":-5.625,"x_max":786.5625,"ha":776,"o":"m 380 802 q 364 802 372 802 q 348 802 356 802 l 304 477 q 336 470 320 471 q 369 469 351 469 q 437 480 404 469 q 495 513 470 491 q 536 566 521 534 q 551 638 551 597 q 535 720 551 688 q 494 770 519 751 q 439 795 468 788 q 380 802 409 802 m 786 78 q 728 44 760 61 q 668 16 697 28 q 617 -2 639 4 q 585 -10 594 -10 q 562 -6 574 -10 q 540 5 551 -3 q 518 32 529 15 q 496 78 506 50 l 374 396 q 333 396 355 396 q 294 402 312 396 l 252 90 q 271 70 250 82 q 335 49 292 58 l 328 0 l -5 0 l 1 49 q 67 69 43 58 q 92 90 90 80 l 186 787 q 136 779 160 783 q 90 770 111 774 l 90 831 q 157 850 120 841 q 236 864 195 858 q 323 871 278 871 q 414 871 368 871 q 541 857 485 871 q 635 816 597 843 q 693 749 673 789 q 714 656 714 709 q 699 586 714 623 q 656 515 684 550 q 588 453 629 481 q 494 409 547 425 l 644 144 q 665 118 654 127 q 689 108 675 110 q 722 111 703 107 q 768 125 741 116 l 786 78 "},"á":{"x_min":26,"x_max":664.890625,"ha":669,"o":"m 395 256 q 404 317 399 285 q 414 381 409 350 q 424 442 419 413 q 433 491 429 470 q 392 523 413 509 q 349 538 370 538 q 297 524 320 538 q 254 488 273 510 q 222 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 125 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 664 72 q 607 33 636 51 q 554 1 579 15 q 510 -20 530 -12 q 478 -28 491 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 366 104 q 290 23 317 46 q 235 -14 263 0 q 180 -28 207 -28 q 129 -15 156 -28 q 79 25 101 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 424 635 395 635 q 480 622 452 635 q 531 594 507 609 q 577 615 554 605 q 618 635 600 625 l 639 590 q 620 573 628 581 q 607 556 613 566 q 597 532 601 546 q 588 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 610 101 595 98 q 654 116 626 105 l 664 72 m 649 927 l 392 691 q 369 703 381 694 q 347 725 356 713 l 506 995 l 532 990 q 571 983 550 987 q 609 974 591 978 q 633 968 627 970 l 649 927 "},"×":{"x_min":30.515625,"x_max":517.4375,"ha":555,"o":"m 33 213 l 211 381 l 80 549 l 83 572 q 100 580 89 575 q 121 589 110 584 q 143 598 132 594 q 161 603 154 601 l 282 449 l 446 603 q 462 598 453 601 q 483 589 472 594 q 502 580 493 584 q 517 572 512 575 l 514 549 l 336 381 l 468 213 l 465 190 q 447 183 458 187 q 425 173 436 178 q 403 164 413 168 q 387 159 393 160 l 264 314 l 100 159 q 85 164 94 160 q 65 173 75 168 q 45 183 54 178 l 30 190 l 33 213 "},"o":{"x_min":26,"x_max":591,"ha":617,"o":"m 432 326 q 424 418 432 377 q 400 485 415 458 q 366 526 386 512 q 325 541 346 541 q 259 517 285 541 q 215 456 232 493 q 192 374 199 419 q 185 285 185 329 q 194 199 185 239 q 220 129 204 159 q 256 81 236 99 q 298 64 277 64 q 343 75 323 64 q 378 107 363 87 q 403 153 393 127 q 420 208 414 179 q 429 268 426 237 q 432 326 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 407 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 272 -28 q 157 -7 199 -28 q 86 46 115 12 q 41 129 57 81 q 26 233 26 177 q 35 327 26 282 q 65 415 45 373 q 117 496 85 457 q 194 569 149 535 q 233 595 212 583 q 278 616 255 607 q 325 629 301 624 q 371 635 349 635 q 465 615 424 635 q 534 563 506 596 q 576 482 562 529 q 591 379 591 435 "},"5":{"x_min":4.890625,"x_max":617.96875,"ha":632,"o":"m 617 805 q 596 777 609 793 q 567 743 582 760 q 539 713 552 727 q 517 694 525 700 l 249 694 q 238 648 244 674 q 225 597 232 623 q 212 549 218 572 q 200 511 205 526 q 263 531 225 523 q 339 539 301 539 q 437 520 396 539 q 506 471 478 501 q 547 402 533 440 q 561 323 561 363 q 551 241 561 282 q 524 162 542 200 q 478 90 506 124 q 415 32 451 56 q 334 -6 379 7 q 235 -21 289 -21 q 174 -13 205 -21 q 114 6 143 -6 q 56 41 84 20 q 4 88 28 61 l 42 149 q 99 109 73 125 q 149 85 126 94 q 193 72 172 76 q 235 69 215 69 q 303 87 272 69 q 357 135 335 105 q 392 205 379 165 q 405 291 405 246 q 395 351 405 324 q 370 398 386 379 q 329 428 353 417 q 275 439 305 439 q 186 423 225 439 q 110 379 147 407 l 82 402 q 101 460 91 426 q 121 532 111 493 q 143 610 132 570 q 163 688 154 650 q 180 759 172 726 q 192 816 188 793 l 522 816 q 553 818 539 816 q 576 822 567 820 q 596 829 588 825 l 617 805 "},"õ":{"x_min":26,"x_max":633.71875,"ha":617,"o":"m 432 326 q 424 417 432 377 q 400 485 415 457 q 366 526 386 512 q 325 540 346 540 q 259 516 285 540 q 215 456 232 493 q 192 373 199 419 q 185 285 185 328 q 194 199 185 239 q 220 129 204 159 q 256 81 236 99 q 298 64 277 64 q 343 75 323 64 q 378 107 363 87 q 403 153 393 127 q 420 208 414 179 q 429 268 426 237 q 432 326 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 407 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 272 -28 q 157 -7 199 -28 q 86 46 115 12 q 41 129 57 81 q 26 233 26 177 q 35 327 26 282 q 65 415 45 373 q 117 496 85 457 q 194 569 149 535 q 233 595 212 583 q 278 616 255 607 q 325 629 301 624 q 371 635 349 635 q 465 615 424 635 q 534 563 506 596 q 576 482 562 529 q 591 379 591 435 m 633 910 q 611 871 624 892 q 584 829 599 850 q 553 788 569 808 q 519 754 537 769 q 482 730 501 739 q 443 722 463 722 q 394 732 416 722 q 349 756 371 743 q 307 781 328 770 q 262 792 285 792 q 236 787 248 792 q 212 772 224 782 q 188 748 200 762 q 161 715 175 734 l 117 733 q 152 794 131 761 q 198 856 173 827 q 250 904 222 885 q 307 924 278 924 q 360 912 336 924 q 406 888 384 901 q 447 864 427 875 q 487 853 466 853 q 538 872 515 853 q 588 930 561 891 l 633 910 "},"7":{"x_min":81.375,"x_max":657.828125,"ha":632,"o":"m 657 792 q 580 644 619 718 q 506 498 542 570 q 437 358 470 426 q 375 230 404 290 q 324 120 347 170 q 285 34 301 70 q 254 18 273 26 q 216 3 236 10 q 175 -9 195 -3 q 139 -20 155 -15 l 111 7 q 196 138 157 76 q 269 257 235 199 q 334 368 303 314 q 394 475 364 422 q 452 583 423 528 q 512 695 481 637 l 227 695 q 207 692 218 695 q 184 679 197 690 q 156 647 171 669 q 122 585 141 625 l 81 602 q 93 648 85 618 q 110 710 101 678 q 127 772 119 743 q 142 817 136 802 l 640 817 l 657 792 "},"K":{"x_min":-5.421875,"x_max":842.28125,"ha":817,"o":"m 435 805 q 367 784 391 796 q 342 763 343 773 l 299 448 l 577 745 q 601 774 594 763 q 606 791 609 785 q 590 800 603 797 q 553 805 577 803 l 559 855 l 842 855 l 835 805 q 799 800 814 803 q 774 793 785 797 q 753 781 762 788 q 732 763 743 774 l 419 459 l 658 138 q 681 122 667 127 q 712 117 695 117 q 748 121 729 117 q 786 134 767 126 l 804 86 q 754 51 783 68 q 694 20 724 34 q 638 0 664 7 q 596 -9 611 -9 q 563 -2 577 -9 q 538 24 550 4 l 296 424 l 250 91 q 268 71 249 83 q 331 50 286 59 l 324 0 l -5 0 l 1 50 q 68 70 45 59 q 93 91 92 82 l 185 763 q 168 784 187 771 q 105 805 149 796 l 111 855 l 442 855 l 435 805 "},",":{"x_min":-8.453125,"x_max":254,"ha":324,"o":"m 254 79 q 244 20 254 51 q 217 -43 234 -11 q 177 -106 200 -75 q 130 -165 154 -138 q 79 -216 105 -193 q 30 -252 53 -238 l -8 -218 q 68 -109 42 -163 q 95 -15 95 -55 q 90 10 95 -2 q 77 32 86 22 q 53 47 67 42 q 18 50 39 52 l 18 103 q 39 117 25 109 q 71 133 53 125 q 108 149 88 142 q 146 162 127 157 q 180 172 164 168 q 205 176 195 176 q 226 161 218 169 q 241 141 235 152 q 250 115 247 130 q 254 79 254 100 "},"d":{"x_min":26,"x_max":670.171875,"ha":691,"o":"m 399 258 q 414 361 405 302 q 434 485 424 420 q 393 521 415 505 q 347 538 372 538 q 295 524 318 538 q 253 488 272 510 q 220 437 234 466 q 197 377 207 408 q 184 314 188 346 q 180 256 180 283 q 200 143 180 180 q 250 105 221 105 q 274 113 259 105 q 307 139 288 121 q 349 186 326 157 q 399 258 372 216 m 670 70 q 613 33 641 50 q 560 1 584 15 q 515 -19 535 -11 q 480 -28 494 -28 q 454 -19 469 -28 q 427 7 440 -11 q 403 58 413 27 q 394 136 394 90 q 283 14 337 56 q 182 -28 229 -28 q 128 -14 156 -28 q 77 29 100 0 q 40 104 55 58 q 26 213 26 150 q 39 317 26 267 q 77 414 52 368 q 140 499 103 459 q 225 571 177 539 q 267 594 244 583 q 315 614 290 605 q 366 629 340 624 q 416 635 392 635 q 435 631 425 635 q 456 621 445 627 q 467 699 462 661 q 477 769 473 736 q 483 828 481 801 q 486 872 486 854 q 483 897 486 888 q 476 910 481 906 q 467 916 472 915 q 455 918 461 918 q 438 914 449 918 q 415 908 427 911 q 387 899 402 904 l 377 946 q 447 978 411 962 q 516 1005 484 993 q 574 1023 549 1016 q 612 1031 600 1031 q 647 1018 635 1031 q 660 975 660 1006 q 655 907 660 948 q 642 814 650 865 q 625 704 634 763 q 604 587 615 646 q 584 470 594 527 q 566 363 574 413 q 554 274 559 313 q 549 212 549 235 q 559 127 549 155 q 585 99 569 99 q 619 102 603 99 q 658 116 634 106 l 670 70 "},"¨":{"x_min":193,"x_max":627,"ha":706,"o":"m 365 861 q 357 817 365 840 q 336 777 350 795 q 301 746 322 758 q 256 735 281 735 q 208 755 223 735 q 193 802 193 775 q 200 844 193 822 q 221 885 207 867 q 255 917 235 904 q 300 929 275 929 q 328 923 316 929 q 349 908 341 918 q 360 886 356 899 q 365 861 365 874 m 627 861 q 619 817 627 840 q 598 777 612 795 q 563 746 584 758 q 518 735 543 735 q 470 755 486 735 q 455 802 455 775 q 462 844 455 822 q 483 885 469 867 q 517 917 497 904 q 562 929 537 929 q 590 923 578 929 q 611 908 603 918 q 622 886 618 899 q 627 861 627 874 "},"Ꞌ":{"x_min":172,"x_max":357.8125,"ha":336,"o":"m 234 520 q 221 514 229 517 q 204 510 213 512 q 187 508 196 509 q 172 507 178 507 l 172 986 q 202 998 180 990 q 248 1014 223 1006 q 294 1029 272 1022 q 323 1037 316 1035 l 357 1015 l 234 520 "},"Ô":{"x_min":51,"x_max":784,"ha":795,"o":"m 622 512 q 611 619 622 569 q 579 706 600 669 q 526 764 558 743 q 454 785 495 785 q 379 765 413 785 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 451 227 499 q 215 360 215 403 q 225 244 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 328 51 257 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 267 795 q 397 860 350 845 q 498 875 444 875 q 624 847 571 875 q 713 771 678 819 q 766 659 749 723 q 784 525 784 596 m 710 948 q 691 924 701 935 q 670 908 680 913 l 511 1026 l 323 908 q 307 923 317 912 q 290 948 297 935 l 487 1157 l 570 1157 l 710 948 "},"E":{"x_min":-5.421875,"x_max":687.65625,"ha":684,"o":"m 642 206 q 627 144 635 177 q 612 83 619 112 q 598 32 604 54 q 587 0 592 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 855 l 665 855 l 687 833 q 678 789 684 815 q 664 734 672 762 q 649 682 657 707 q 636 644 642 657 l 589 644 q 586 740 594 707 q 554 773 578 773 l 343 773 l 305 498 l 556 498 l 574 474 q 559 452 568 465 q 540 427 550 439 q 521 403 531 414 q 504 386 512 392 q 485 403 495 396 q 460 415 474 411 q 424 421 445 419 q 374 424 403 424 l 295 424 l 254 124 q 257 106 253 114 q 273 93 260 99 q 311 84 286 87 q 377 81 336 81 l 440 81 q 489 88 468 81 q 528 112 511 96 q 562 156 546 129 q 598 223 579 183 l 642 206 "},"Y":{"x_min":81,"x_max":855.46875,"ha":793,"o":"m 543 0 l 188 0 l 195 49 q 244 62 224 55 q 276 75 264 69 q 293 87 288 82 q 300 98 299 93 l 336 361 q 301 470 321 414 q 260 581 281 527 q 216 681 238 634 q 175 760 194 727 q 164 774 170 768 q 148 783 159 779 q 122 788 138 787 q 81 790 106 790 l 81 839 q 124 847 100 843 q 174 854 149 851 q 220 860 198 858 q 255 862 242 862 q 287 854 270 862 q 312 831 303 846 q 352 751 331 797 q 393 656 373 706 q 431 555 413 607 q 462 459 449 504 l 650 760 q 647 788 662 778 q 586 805 633 798 l 593 855 l 855 855 l 848 805 q 810 796 826 800 q 782 787 794 792 q 763 775 771 781 q 749 760 755 768 l 492 354 l 457 98 q 460 88 456 94 q 474 75 464 82 q 503 62 485 69 q 550 49 521 55 l 543 0 "},"\"":{"x_min":153,"x_max":582.640625,"ha":604,"o":"m 225 579 q 210 574 220 576 q 191 570 201 571 q 170 568 180 569 q 153 567 160 567 l 153 917 q 181 929 161 921 q 226 945 202 937 q 270 961 249 954 q 299 969 291 967 l 328 950 l 225 579 m 479 579 q 464 574 473 576 q 445 570 455 571 q 424 568 434 569 q 407 567 414 567 l 407 917 q 435 929 415 921 q 480 945 456 937 q 524 961 503 954 q 552 969 545 967 l 582 950 l 479 579 "},"‹":{"x_min":34.59375,"x_max":360.78125,"ha":404,"o":"m 34 288 q 37 312 35 301 q 40 329 39 322 q 42 338 41 337 l 328 625 l 360 594 l 353 582 q 335 550 346 570 q 308 505 323 531 q 278 453 294 480 q 248 402 263 427 q 222 357 233 377 q 203 325 210 337 q 197 314 196 314 l 284 29 l 243 0 l 34 288 "},"ê":{"x_min":33,"x_max":594.59375,"ha":587,"o":"m 270 499 q 214 410 236 460 q 192 294 192 360 q 298 349 258 324 q 357 395 337 373 q 383 437 377 416 q 390 479 390 457 q 376 527 390 511 q 343 543 362 543 q 328 539 337 543 q 309 531 320 536 q 289 517 299 526 q 270 499 278 509 m 560 515 q 555 475 560 496 q 537 431 551 454 q 499 382 524 408 q 434 330 475 357 q 334 275 393 303 q 193 217 275 246 q 207 158 198 184 q 230 114 217 132 q 259 86 243 96 q 291 77 274 77 q 375 103 320 77 q 513 195 430 129 q 521 186 517 193 q 531 172 526 180 q 539 157 536 164 q 544 147 543 150 q 443 65 488 99 q 360 11 398 32 q 290 -18 322 -9 q 227 -28 258 -28 q 165 -15 199 -28 q 102 24 132 -2 q 53 96 73 52 q 33 205 33 140 q 45 306 33 258 q 82 399 58 355 q 140 482 106 443 q 217 558 174 522 q 254 584 232 571 q 302 609 276 598 q 356 627 328 620 q 410 635 384 635 q 477 624 449 635 q 524 596 505 613 q 551 558 542 580 q 560 515 560 537 m 594 731 q 572 707 585 718 q 548 691 559 696 l 396 845 l 201 691 q 183 706 195 695 q 164 731 171 718 l 366 988 l 460 988 l 594 731 "},"Ï":{"x_min":8.90625,"x_max":527,"ha":429,"o":"m 448 805 q 380 784 404 795 q 355 763 357 772 l 264 90 q 281 70 262 82 q 344 49 299 59 l 337 0 l 8 0 l 15 49 q 82 70 58 59 q 107 90 105 81 l 199 763 q 181 783 200 771 q 118 805 163 795 l 125 854 l 454 854 l 448 805 m 265 1052 q 257 1009 265 1031 q 236 968 250 987 q 201 937 222 949 q 156 926 181 926 q 108 946 123 926 q 93 993 93 967 q 100 1036 93 1014 q 121 1077 107 1058 q 155 1108 135 1096 q 200 1120 175 1120 q 249 1100 233 1120 q 265 1052 265 1079 m 527 1052 q 519 1009 527 1031 q 498 968 512 987 q 463 937 484 949 q 418 926 443 926 q 370 946 386 926 q 355 993 355 967 q 362 1036 355 1014 q 383 1077 369 1058 q 417 1108 397 1096 q 462 1120 437 1120 q 511 1100 495 1120 q 527 1052 527 1079 "},"„":{"x_min":15.1875,"x_max":553,"ha":656,"o":"m 253 72 q 234 -14 253 28 q 188 -96 216 -57 q 124 -169 159 -135 q 55 -226 89 -202 l 16 -192 q 47 -153 31 -175 q 74 -108 62 -131 q 94 -61 87 -85 q 102 -14 102 -37 q 78 35 102 18 q 21 52 55 52 l 15 103 q 33 115 19 108 q 66 131 47 123 q 105 147 84 139 q 145 161 126 155 q 180 171 165 167 q 204 174 196 174 q 237 137 221 161 q 253 72 253 112 m 553 72 q 535 -14 553 28 q 488 -96 517 -57 q 425 -169 460 -135 q 356 -226 390 -202 l 317 -192 q 347 -153 332 -175 q 375 -108 363 -131 q 394 -61 387 -85 q 402 -14 402 -37 q 379 35 402 19 q 322 52 356 52 l 316 103 q 335 115 321 108 q 367 131 349 123 q 406 147 385 139 q 447 161 427 155 q 481 171 466 167 q 504 174 497 174 q 537 137 522 161 q 553 72 553 112 "},"Â":{"x_min":-33.90625,"x_max":768.359375,"ha":810,"o":"m 251 291 l 165 95 q 176 65 156 74 q 246 49 195 56 l 240 0 l -33 0 l -27 49 q 40 66 16 57 q 73 95 64 75 l 390 817 q 426 842 407 831 q 466 864 446 854 q 506 880 486 873 q 543 893 526 888 l 697 95 q 702 78 699 86 q 714 65 706 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 449 0 l 456 50 q 524 61 505 50 q 539 95 543 72 l 503 291 l 251 291 m 487 373 l 426 693 l 287 373 l 487 373 m 703 949 q 684 924 694 935 q 663 908 674 913 l 504 1027 l 316 908 q 300 923 310 912 q 284 949 290 935 l 480 1158 l 563 1158 l 703 949 "},"Í":{"x_min":8.421875,"x_max":534,"ha":429,"o":"m 447 805 q 380 784 404 795 q 355 763 357 772 l 263 90 q 280 70 262 82 q 344 49 299 59 l 337 0 l 8 0 l 15 49 q 81 70 57 59 q 106 90 105 81 l 198 763 q 181 783 199 771 q 118 805 162 795 l 125 854 l 454 854 l 447 805 m 534 1068 l 214 908 q 196 928 205 914 q 182 955 188 941 l 422 1174 q 450 1159 435 1167 q 482 1141 466 1150 q 511 1124 498 1132 q 534 1110 525 1116 l 534 1068 "},"´":{"x_min":109.859375,"x_max":411.65625,"ha":411,"o":"m 411 927 l 155 691 q 131 703 144 694 q 109 725 119 713 l 268 995 l 294 990 q 333 983 313 987 q 371 974 354 978 q 396 968 389 970 l 411 927 "},"ì":{"x_min":36.984375,"x_max":364.1875,"ha":385,"o":"m 364 74 q 299 37 332 55 q 235 4 265 19 q 177 -19 204 -10 q 131 -28 150 -28 q 92 -6 108 -28 q 77 51 77 14 q 81 106 77 71 q 93 182 86 141 q 108 268 99 223 q 122 353 116 313 q 134 425 129 394 q 139 474 139 457 q 136 499 139 490 q 131 512 134 508 q 122 518 128 517 q 111 520 117 520 q 95 517 105 520 q 74 511 85 515 q 49 503 62 508 l 36 549 q 101 577 65 562 q 171 605 137 592 q 233 626 205 618 q 274 635 261 635 q 303 622 293 635 q 314 577 314 609 q 309 523 314 558 q 297 445 304 488 q 281 357 289 403 q 265 269 273 312 q 253 192 258 227 q 249 137 249 157 q 253 107 249 116 q 269 98 257 98 q 288 99 279 98 q 306 103 297 100 q 326 110 316 106 q 351 120 337 114 l 364 74 m 335 715 q 306 700 322 707 q 279 691 291 693 l 83 937 l 110 971 q 138 977 118 973 q 180 984 158 980 q 223 991 203 988 q 252 995 243 995 l 335 715 "},"±":{"x_min":3.390625,"x_max":528.296875,"ha":555,"o":"m 480 152 q 473 134 478 144 q 462 111 467 123 q 450 90 456 100 q 442 75 445 80 l 19 75 l 3 96 q 11 114 6 103 q 21 135 16 124 q 32 156 27 146 q 42 173 38 166 l 464 173 l 480 152 m 528 497 q 520 479 525 490 q 509 457 515 468 q 498 436 503 446 q 490 420 493 426 l 329 420 l 304 240 q 288 233 298 237 q 268 225 279 229 q 247 218 257 221 q 230 214 237 215 l 213 234 l 238 420 l 67 420 l 50 442 q 57 459 52 449 q 68 481 63 470 q 80 502 74 491 q 89 519 85 512 l 252 519 l 277 700 q 293 705 283 702 q 313 712 303 708 q 335 719 324 716 q 352 725 345 723 l 368 704 l 343 519 l 512 519 l 528 497 "},"Ú":{"x_min":109.515625,"x_max":906.03125,"ha":861,"o":"m 899 805 q 835 784 856 795 q 813 763 814 772 l 754 347 q 709 189 741 258 q 629 73 676 120 q 522 3 582 27 q 395 -21 463 -21 q 289 -4 340 -21 q 201 45 239 12 q 141 125 163 78 q 119 236 119 173 q 125 314 119 272 l 188 763 q 171 783 190 771 q 109 805 153 795 l 115 854 l 442 854 l 435 805 q 369 784 392 795 q 343 763 345 772 l 284 346 q 279 306 281 326 q 278 269 278 287 q 319 126 278 174 q 445 78 360 78 q 523 97 489 78 q 580 147 556 115 q 618 223 604 179 q 640 318 633 267 l 702 763 q 699 772 703 767 q 686 783 695 778 q 663 794 678 789 q 626 805 648 800 l 633 855 l 906 855 l 899 805 m 767 1068 l 447 908 q 429 928 437 914 q 414 955 420 941 l 654 1174 q 683 1159 667 1167 q 715 1141 699 1150 q 744 1125 731 1133 q 767 1110 758 1116 l 767 1068 "},"|":{"x_min":18.984375,"x_max":307.203125,"ha":298,"o":"m 130 -185 q 112 -196 124 -190 q 89 -208 101 -202 q 64 -220 76 -215 q 44 -227 52 -225 l 18 -206 l 195 1044 q 238 1067 214 1055 q 282 1084 262 1079 l 307 1065 l 130 -185 "},"§":{"x_min":78,"x_max":603.53125,"ha":625,"o":"m 433 346 q 450 376 443 360 q 460 410 457 392 q 458 469 465 444 q 434 517 452 495 q 388 562 417 540 q 318 610 359 583 q 282 634 300 621 q 256 599 267 619 q 243 562 246 580 q 246 509 239 532 q 270 467 252 487 q 315 426 287 446 q 381 379 343 405 l 433 346 m 596 454 q 563 352 588 396 q 505 278 537 307 q 521 237 516 259 q 523 188 526 215 q 499 106 516 140 q 457 48 481 71 q 404 10 432 24 q 348 -10 376 -2 q 295 -18 320 -18 q 252 -18 270 -18 q 210 -14 233 -18 q 165 -5 187 -11 q 120 9 142 0 q 80 31 98 18 q 78 43 78 32 q 78 70 78 53 q 81 107 78 87 q 88 150 84 128 q 99 192 93 171 q 111 229 104 213 l 160 222 q 170 156 160 186 q 197 106 180 127 q 236 73 213 85 q 285 62 258 62 q 352 78 329 62 q 381 136 376 95 q 373 184 385 163 q 341 223 362 205 q 294 257 320 241 q 242 290 267 273 q 188 329 215 306 q 142 379 162 351 q 112 445 122 408 q 109 528 103 481 q 122 574 112 551 q 146 619 132 598 q 179 659 160 640 q 218 692 197 678 q 189 741 200 715 q 184 799 179 767 q 213 874 190 841 q 269 930 235 908 q 344 965 303 953 q 426 977 385 977 q 479 973 452 977 q 528 962 505 969 q 570 945 551 955 q 602 923 589 935 q 600 900 605 920 q 586 857 595 881 q 566 810 577 833 q 547 775 556 786 l 505 781 q 474 873 498 841 q 410 906 450 906 q 350 889 373 906 q 324 841 328 872 q 329 801 320 819 q 356 768 338 784 q 400 737 374 753 q 458 700 426 720 q 513 661 485 682 q 561 610 541 640 q 593 543 582 581 q 596 454 603 505 "},"Ý":{"x_min":81,"x_max":855.140625,"ha":793,"o":"m 543 0 l 188 0 l 195 49 q 244 62 224 55 q 276 75 264 69 q 293 87 288 82 q 299 98 299 93 l 335 361 q 301 470 321 414 q 259 581 281 527 q 216 681 238 634 q 175 760 194 727 q 164 774 170 768 q 148 783 158 779 q 122 788 138 787 q 81 790 106 790 l 81 839 q 124 847 100 843 q 174 854 149 851 q 220 860 198 858 q 255 862 242 862 q 287 854 270 862 q 312 831 303 846 q 352 751 331 797 q 393 656 373 706 q 431 555 413 607 q 462 459 449 504 l 650 760 q 647 788 661 778 q 585 805 633 798 l 592 855 l 855 855 l 848 805 q 810 796 826 800 q 782 787 794 792 q 762 775 771 781 q 749 760 754 768 l 492 354 l 457 98 q 460 88 456 94 q 474 75 463 82 q 503 62 484 69 q 550 49 521 55 l 543 0 m 729 1068 l 409 908 q 391 928 400 914 q 377 955 383 941 l 617 1174 q 645 1159 630 1167 q 677 1141 661 1150 q 706 1124 693 1132 q 729 1110 720 1116 l 729 1068 "},"b":{"x_min":61.40625,"x_max":653.015625,"ha":692,"o":"m 422 514 q 396 504 412 514 q 357 474 379 495 q 310 421 336 454 q 257 343 284 389 q 246 260 250 296 q 243 203 243 224 q 253 166 243 185 q 279 132 264 147 q 312 107 294 117 q 344 98 329 98 q 402 115 378 98 q 445 161 427 133 q 468 206 459 181 q 483 257 478 230 q 492 310 489 283 q 495 359 495 336 q 489 423 495 394 q 474 472 484 451 q 451 503 465 492 q 422 514 438 514 m 653 413 q 623 267 653 341 q 543 127 594 194 q 489 68 519 96 q 424 19 460 40 q 350 -15 389 -2 q 267 -28 310 -28 q 212 -12 244 -28 q 149 30 179 3 q 98 91 119 56 q 77 162 77 125 q 81 215 77 180 q 91 298 85 251 q 106 400 98 345 q 124 511 115 454 q 141 624 133 568 q 156 727 150 679 q 167 813 163 776 q 172 872 172 851 q 168 897 172 888 q 159 910 165 906 q 148 916 154 915 q 135 918 141 918 q 119 914 129 918 q 98 908 108 911 q 72 899 85 904 l 61 946 q 129 976 91 961 q 203 1003 167 991 q 266 1023 238 1015 q 307 1031 295 1031 q 338 1018 330 1031 q 346 975 346 1006 q 339 893 346 946 q 323 774 333 840 q 301 634 314 708 q 278 488 289 560 q 343 561 312 533 q 403 606 375 590 q 455 628 431 622 q 498 635 479 635 q 558 620 530 635 q 607 577 586 605 q 640 508 628 549 q 653 413 653 466 "},"q":{"x_min":26,"x_max":644.9375,"ha":650,"o":"m 252 106 q 310 142 272 106 q 401 257 348 179 q 420 374 411 316 q 440 489 430 433 q 397 523 419 508 q 352 538 374 538 q 300 524 324 538 q 256 488 276 510 q 221 437 236 466 q 195 377 206 408 q 180 314 185 346 q 175 257 175 283 q 181 190 175 219 q 199 143 188 162 q 224 115 210 124 q 252 106 237 106 m 644 590 q 624 573 633 581 q 610 556 616 566 q 599 532 604 546 q 590 494 594 517 q 560 316 575 404 q 533 147 545 228 q 511 -4 520 66 q 496 -131 501 -75 q 491 -225 491 -187 q 498 -278 491 -263 q 479 -284 492 -280 q 451 -295 467 -289 q 418 -307 435 -301 q 385 -320 401 -314 q 357 -331 369 -326 q 340 -339 345 -336 l 311 -314 q 320 -249 313 -291 q 335 -151 326 -207 q 354 -27 344 -95 q 378 112 365 39 q 273 6 319 40 q 182 -28 226 -28 q 130 -15 158 -28 q 79 25 103 -2 q 41 98 56 54 q 26 206 26 143 q 39 312 26 260 q 80 411 53 364 q 144 499 106 458 q 230 571 181 539 q 273 594 249 583 q 324 615 298 606 q 377 629 351 624 q 425 635 403 635 q 481 621 453 635 q 534 591 509 607 q 580 614 557 604 q 621 635 602 625 l 644 590 "},"Ö":{"x_min":51,"x_max":784,"ha":795,"o":"m 622 512 q 611 619 622 569 q 579 706 600 669 q 526 764 558 743 q 454 785 495 785 q 379 765 413 785 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 451 227 499 q 215 360 215 403 q 225 244 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 328 51 257 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 267 795 q 397 860 350 845 q 498 875 444 875 q 624 847 571 875 q 713 771 678 819 q 766 659 749 723 q 784 525 784 596 m 464 1052 q 456 1009 464 1031 q 435 968 449 986 q 400 937 421 949 q 355 925 380 925 q 307 946 322 925 q 292 993 292 967 q 299 1036 292 1014 q 320 1077 306 1058 q 354 1108 334 1096 q 399 1120 374 1120 q 448 1099 432 1120 q 464 1052 464 1079 m 726 1052 q 718 1009 726 1031 q 697 968 711 987 q 663 937 683 949 q 617 926 642 926 q 570 946 586 926 q 555 993 555 967 q 562 1036 555 1014 q 583 1077 569 1058 q 617 1108 597 1096 q 661 1120 636 1120 q 710 1100 694 1120 q 726 1052 726 1079 "},"z":{"x_min":-12.203125,"x_max":531.6875,"ha":532,"o":"m 531 593 q 464 516 494 553 q 409 445 435 480 q 360 376 383 411 q 311 305 337 341 q 257 228 286 268 q 193 142 229 187 q 211 147 202 145 q 229 151 219 149 q 248 153 239 153 q 283 147 262 153 q 326 135 303 141 q 370 122 348 128 q 410 117 392 117 q 424 119 416 117 q 442 129 432 121 q 462 151 451 136 q 486 190 474 165 l 526 166 q 491 91 507 124 q 454 34 474 57 q 411 -1 435 10 q 354 -13 387 -13 q 295 -6 324 -13 q 239 9 266 0 q 189 24 212 17 q 149 32 166 32 q 95 18 127 32 q 12 -20 63 4 l -12 13 q 55 98 21 53 q 121 189 88 143 q 184 279 153 234 q 242 363 214 323 q 294 436 270 403 q 338 494 318 470 l 181 494 q 153 490 165 494 q 130 475 141 486 q 111 447 120 465 q 92 400 103 429 l 48 411 q 63 475 54 442 q 78 539 71 508 q 91 595 86 569 q 100 635 97 620 q 135 626 113 631 q 181 620 158 620 l 512 620 l 531 593 "},"ã":{"x_min":26,"x_max":670.3125,"ha":669,"o":"m 395 256 q 404 317 399 285 q 414 381 409 350 q 424 442 419 413 q 433 491 429 470 q 392 523 413 509 q 349 537 370 537 q 297 524 320 537 q 254 488 273 510 q 222 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 125 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 664 72 q 607 33 636 51 q 554 1 579 15 q 510 -20 530 -12 q 478 -28 491 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 366 104 q 290 23 317 46 q 235 -14 263 0 q 180 -28 207 -28 q 129 -15 156 -28 q 79 25 101 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 424 635 395 635 q 480 622 452 635 q 531 594 507 609 q 577 615 554 605 q 618 635 600 625 l 639 590 q 620 573 628 581 q 607 556 613 566 q 597 532 601 546 q 588 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 610 101 595 98 q 654 116 626 105 l 664 72 m 670 910 q 648 871 660 892 q 621 829 635 850 q 590 788 606 808 q 555 754 573 769 q 518 730 537 739 q 480 722 499 722 q 430 732 453 722 q 386 756 407 743 q 343 781 364 770 q 298 792 322 792 q 272 787 284 792 q 248 772 260 782 q 224 748 236 762 q 197 715 211 734 l 154 733 q 189 794 168 761 q 234 856 209 827 q 287 904 259 885 q 343 924 314 924 q 396 912 372 924 q 442 888 421 901 q 483 864 464 875 q 523 853 503 853 q 575 872 551 853 q 625 930 598 891 l 670 910 "},"æ":{"x_min":5,"x_max":891,"ha":898,"o":"m 604 499 q 545 407 565 458 q 525 294 525 355 q 631 348 591 323 q 692 395 671 372 q 720 439 713 417 q 727 484 727 460 q 711 527 727 512 q 676 543 696 543 q 643 531 664 543 q 604 499 622 519 m 378 254 q 379 266 379 260 q 381 277 380 272 q 390 332 385 303 q 399 389 394 361 q 407 443 403 418 q 414 487 411 468 q 370 522 393 506 q 326 538 347 538 q 274 524 297 538 q 231 488 250 510 q 197 437 212 466 q 173 377 183 408 q 158 314 163 346 q 154 257 154 283 q 160 188 154 217 q 176 141 166 160 q 198 114 186 123 q 223 106 210 106 q 284 144 243 106 q 378 254 325 183 m 589 606 q 573 593 579 598 q 560 581 566 587 q 550 567 554 575 q 541 547 545 559 q 556 561 548 554 q 572 573 564 567 q 610 597 588 585 q 654 616 631 608 q 701 630 678 625 q 746 635 725 635 q 808 624 781 635 q 853 597 835 613 q 881 558 872 580 q 891 515 891 537 q 886 475 891 496 q 869 430 882 453 q 831 382 856 407 q 766 330 806 357 q 665 275 725 303 q 523 215 606 246 q 538 155 527 181 q 563 112 549 129 q 593 85 577 94 q 623 77 609 77 q 707 103 652 77 q 844 196 762 130 q 853 187 848 194 q 862 172 857 180 q 870 157 866 164 q 875 147 874 150 q 772 66 819 99 q 687 11 726 32 q 617 -18 648 -9 q 558 -28 585 -28 q 510 -18 537 -28 q 457 11 483 -8 q 410 65 431 32 q 380 145 389 98 q 328 78 356 110 q 271 23 300 47 q 213 -14 242 0 q 156 -28 183 -28 q 107 -15 133 -28 q 58 25 80 -2 q 20 98 35 54 q 5 206 5 143 q 18 311 5 260 q 56 409 31 362 q 119 497 82 456 q 205 571 156 538 q 246 594 223 583 q 293 615 268 606 q 345 629 318 624 q 400 635 372 635 q 450 625 428 635 q 491 603 472 615 q 521 619 504 611 q 560 635 538 627 l 589 606 "},"®":{"x_min":79.109375,"x_max":514.4375,"ha":477,"o":"m 511 735 q 482 638 504 683 q 428 561 460 594 q 353 509 395 528 q 264 491 311 491 q 178 509 215 491 q 118 561 142 528 q 84 638 94 594 q 82 736 74 683 q 111 832 89 787 q 165 910 133 877 q 240 962 198 943 q 329 981 282 981 q 414 962 377 981 q 475 910 451 943 q 508 832 499 877 q 511 735 518 788 m 463 736 q 462 812 468 776 q 438 874 455 847 q 390 917 420 901 q 321 933 361 933 q 248 917 281 933 q 192 874 216 901 q 152 812 168 847 q 131 736 136 776 q 132 659 126 695 q 156 596 138 624 q 203 554 174 569 q 271 538 231 538 q 344 554 311 538 q 402 596 377 569 q 442 659 426 624 q 463 736 457 695 m 183 600 l 183 617 q 210 630 208 623 l 239 845 q 227 843 233 843 q 217 841 221 842 l 217 866 q 257 875 235 871 q 305 879 280 879 q 350 872 331 879 q 379 855 368 866 q 394 831 390 845 q 397 804 399 818 q 373 755 392 774 q 325 728 353 736 l 376 639 q 386 631 380 632 q 407 635 393 630 l 409 623 l 407 622 q 393 614 401 618 q 375 605 384 609 q 360 598 367 601 q 349 595 352 595 q 339 599 344 595 q 332 608 333 604 l 285 723 l 275 723 q 268 724 272 723 l 256 630 q 279 617 254 623 l 279 600 l 183 600 m 286 849 l 272 754 q 278 754 276 754 l 284 754 q 327 763 311 754 q 346 798 343 772 q 338 834 349 818 q 295 849 326 849 l 286 849 "},"É":{"x_min":-5.34375,"x_max":687.734375,"ha":684,"o":"m 642 206 q 627 144 635 177 q 612 83 619 112 q 598 32 605 54 q 588 0 592 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 855 l 666 855 l 687 833 q 678 789 684 815 q 664 734 672 762 q 649 682 657 707 q 636 644 642 657 l 589 644 q 586 740 594 707 q 554 773 578 773 l 343 773 l 305 498 l 556 498 l 574 474 q 559 452 568 465 q 540 427 550 439 q 521 403 531 414 q 504 386 512 392 q 485 403 495 396 q 460 415 474 411 q 424 421 445 419 q 374 424 403 424 l 295 424 l 255 124 q 257 106 253 114 q 273 93 260 99 q 311 84 286 87 q 377 81 336 81 l 440 81 q 490 88 468 81 q 529 112 511 96 q 562 156 546 129 q 598 223 579 183 l 642 206 m 664 1068 l 344 908 q 326 928 335 914 q 312 955 318 941 l 552 1174 q 580 1159 565 1167 q 612 1141 596 1150 q 641 1125 628 1133 q 664 1110 655 1116 l 664 1068 "},"~":{"x_min":50.859375,"x_max":644.265625,"ha":667,"o":"m 644 525 q 601 456 626 491 q 547 391 576 420 q 486 342 518 361 q 425 324 455 324 q 371 341 399 324 q 317 378 344 358 q 261 415 289 398 q 206 433 233 433 q 145 406 175 433 q 82 322 115 379 l 50 341 q 94 409 69 374 q 148 474 119 445 q 208 523 177 504 q 269 542 239 542 q 326 525 298 542 q 382 488 354 508 q 435 450 409 467 q 487 434 461 434 q 548 460 517 434 q 613 542 579 486 l 644 525 "},"³":{"x_min":50.828125,"x_max":443,"ha":448,"o":"m 443 825 q 435 784 443 803 q 413 748 427 764 q 381 720 399 732 q 340 702 362 708 q 384 689 366 699 q 414 664 403 679 q 431 631 426 649 q 437 595 437 613 q 418 521 437 556 q 370 461 400 487 q 297 420 339 435 q 210 406 256 406 q 172 410 193 406 q 130 422 152 414 q 88 442 109 430 q 50 472 67 455 l 75 524 q 142 484 111 496 q 204 471 172 471 q 244 479 225 471 q 277 500 263 486 q 300 534 292 514 q 309 580 309 555 q 302 617 309 603 q 286 640 296 631 q 263 652 276 648 q 236 656 250 656 q 218 656 224 656 q 198 653 212 656 l 198 697 q 256 717 232 705 q 293 745 279 730 q 312 778 307 760 q 318 815 318 795 q 316 834 318 825 q 309 851 314 843 q 296 862 305 858 q 275 867 288 867 q 254 862 264 867 q 236 849 244 857 q 225 829 229 840 q 223 803 221 817 q 201 793 214 797 q 174 784 188 788 q 145 777 160 780 q 119 775 131 775 l 107 800 q 126 838 110 817 q 169 877 143 859 q 231 908 196 895 q 307 921 267 921 q 373 912 347 921 q 415 889 399 903 q 436 858 430 875 q 443 825 443 841 "},"¡":{"x_min":-40.46875,"x_max":275,"ha":324,"o":"m 66 499 q 74 544 66 521 q 100 587 83 568 q 140 619 116 606 q 192 631 163 631 q 254 610 233 631 q 275 556 275 589 q 266 510 275 534 q 241 467 258 486 q 202 435 225 448 q 148 423 178 423 q 86 444 106 423 q 66 499 66 465 m 170 -285 q 129 -305 154 -294 q 77 -328 104 -316 q 27 -349 51 -339 q -11 -363 3 -359 l -40 -342 l 101 331 q 135 349 114 340 q 172 362 156 357 l 170 348 l 170 -285 "},"[":{"x_min":33.90625,"x_max":558.8125,"ha":491,"o":"m 558 1062 q 552 1043 556 1054 q 541 1021 547 1032 q 531 1001 536 1010 q 524 988 526 992 l 346 988 l 192 -129 l 366 -129 l 390 -154 q 384 -171 388 -161 q 374 -192 379 -181 q 364 -212 369 -202 q 356 -228 360 -221 l 33 -228 l 218 1085 l 535 1085 l 558 1062 "},"L":{"x_min":-5.421875,"x_max":636.125,"ha":673,"o":"m 636 206 q 621 144 630 177 q 606 83 613 112 q 592 32 598 54 q 581 0 585 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 854 l 442 854 l 435 805 q 367 784 391 795 q 342 763 343 772 l 255 130 q 258 108 254 118 q 275 93 262 99 q 309 84 287 87 q 366 81 331 81 l 436 81 q 486 88 465 81 q 524 112 507 96 q 557 156 541 129 q 592 223 573 183 l 636 206 "},"Ɫ":{"x_min":-33.90625,"x_max":636.125,"ha":673,"o":"m 636 206 q 621 144 630 177 q 606 83 613 112 q 592 32 598 54 q 581 0 585 10 l -5 0 l 1 49 q 68 70 45 59 q 93 90 92 81 l 135 397 q 106 404 119 404 q 82 396 94 404 q 58 377 70 389 q 34 348 46 365 q 10 313 23 332 l -33 332 q -6 391 -23 359 q 33 451 10 423 q 82 499 55 480 q 139 518 109 518 q 145 517 142 518 q 151 516 148 517 l 185 763 q 168 783 187 771 q 105 805 149 795 l 111 854 l 442 854 l 435 805 q 367 784 391 795 q 342 763 343 772 l 300 459 q 339 449 326 449 q 364 456 351 449 q 389 475 377 463 q 413 504 401 487 q 436 539 425 520 l 482 521 q 455 461 472 494 q 416 401 438 429 q 367 354 394 372 q 310 335 341 335 q 284 338 299 335 l 255 130 q 258 108 254 118 q 275 93 262 99 q 309 84 287 87 q 366 81 331 81 l 436 81 q 486 88 465 81 q 524 112 507 96 q 557 156 541 129 q 592 223 573 183 l 636 206 "}," ":{"x_min":0,"x_max":0,"ha":333},"%":{"x_min":54,"x_max":886,"ha":940,"o":"m 756 281 q 740 365 756 339 q 701 390 724 390 q 665 375 680 390 q 638 338 649 361 q 619 287 627 315 q 607 229 611 258 q 603 175 603 201 q 603 132 603 149 q 616 54 603 79 q 659 29 630 29 q 689 41 676 29 q 714 74 703 53 q 733 120 725 94 q 746 174 741 146 q 753 230 751 203 q 756 281 756 258 m 886 270 q 869 167 886 219 q 820 72 852 114 q 741 4 788 30 q 633 -22 694 -22 q 566 -8 597 -22 q 514 29 536 5 q 480 83 492 52 q 469 148 469 114 q 486 252 469 200 q 536 346 503 304 q 617 414 569 388 q 725 441 664 441 q 789 429 760 441 q 840 394 818 417 q 873 341 861 372 q 886 270 886 309 m 181 3 q 161 -4 174 0 q 133 -10 148 -7 q 106 -16 119 -13 q 84 -21 93 -19 l 71 0 l 758 813 q 778 820 765 816 q 805 827 791 824 q 833 833 819 831 q 854 838 846 836 l 868 818 l 181 3 m 342 681 q 337 730 342 710 q 326 764 333 751 q 308 783 318 777 q 286 789 298 789 q 250 774 265 789 q 223 737 234 760 q 204 685 212 714 q 192 628 196 657 q 188 574 188 600 q 188 531 188 548 q 201 453 188 477 q 244 428 215 428 q 275 440 261 428 q 299 473 288 453 q 318 519 311 493 q 331 573 326 545 q 339 629 337 601 q 342 681 342 657 m 470 670 q 453 566 470 618 q 404 472 436 514 q 326 403 373 429 q 218 377 279 377 q 151 390 182 377 q 99 427 121 404 q 65 481 77 450 q 54 547 54 512 q 71 651 54 598 q 121 745 88 703 q 202 813 154 786 q 310 839 249 839 q 374 828 345 839 q 424 793 403 816 q 458 740 446 771 q 470 670 470 708 "},"P":{"x_min":-5.296875,"x_max":738,"ha":721,"o":"m 738 637 q 713 528 738 580 q 645 437 688 477 q 546 375 603 398 q 426 353 489 353 q 373 359 400 353 q 329 376 347 365 l 317 446 q 359 430 340 437 q 401 424 377 424 q 473 437 441 424 q 527 475 505 450 q 562 534 550 499 q 574 614 574 570 q 557 707 574 671 q 512 765 540 744 q 447 795 484 787 q 372 803 411 803 l 360 803 q 350 802 355 803 l 251 91 q 254 82 250 87 q 270 72 258 77 q 301 61 281 66 q 354 49 322 55 l 348 0 l -5 0 l 1 49 q 67 70 44 59 q 91 91 90 81 l 188 787 q 140 780 164 784 q 91 770 116 775 l 91 831 q 163 850 124 842 q 242 865 202 859 q 324 872 283 872 q 405 872 366 872 q 545 857 483 872 q 650 812 607 842 q 715 739 693 783 q 738 637 738 695 "},"À":{"x_min":-33.90625,"x_max":768.359375,"ha":810,"o":"m 251 291 l 165 95 q 176 65 156 74 q 246 49 195 56 l 240 0 l -33 0 l -27 49 q 40 66 16 57 q 73 95 64 75 l 390 817 q 426 842 407 831 q 466 864 446 854 q 506 880 486 873 q 543 893 526 888 l 697 95 q 702 78 699 86 q 714 65 706 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 449 0 l 456 50 q 524 61 505 50 q 539 95 543 72 l 503 291 l 251 291 m 487 373 l 426 693 l 287 373 l 487 373 m 595 955 q 575 928 585 941 q 553 908 564 914 l 265 1068 l 276 1110 q 305 1127 288 1117 q 342 1146 323 1136 q 377 1162 360 1155 q 403 1174 394 1170 l 595 955 "},"_":{"x_min":-21.015625,"x_max":536.4375,"ha":625,"o":"m 536 -111 q 529 -128 534 -118 q 519 -149 524 -138 q 508 -170 514 -160 q 499 -187 503 -180 l -4 -187 l -21 -163 q -14 -147 -18 -157 q -4 -126 -9 -137 q 7 -105 1 -115 l 17 -88 l 519 -88 l 536 -111 "},"ñ":{"x_min":21.203125,"x_max":715.3125,"ha":732,"o":"m 715 74 q 651 38 684 56 q 585 5 617 19 q 527 -18 554 -9 q 483 -28 500 -28 q 444 -6 460 -28 q 429 51 429 14 q 433 92 429 63 q 443 158 437 121 q 456 238 449 196 q 469 318 463 280 q 479 388 475 356 q 484 434 484 419 q 476 490 484 474 q 448 506 469 506 q 423 500 439 506 q 387 481 406 494 q 346 446 367 468 q 304 393 324 425 q 273 315 284 360 q 250 204 262 270 q 241 151 245 173 q 236 109 238 128 q 235 75 235 91 q 235 42 235 59 q 204 28 226 38 q 158 7 182 18 q 112 -13 133 -3 q 82 -28 90 -23 l 55 -2 q 73 92 64 43 q 90 188 82 140 q 105 281 98 236 q 116 364 112 326 q 124 431 121 402 q 127 476 127 460 q 125 501 127 492 q 120 514 123 510 q 112 520 116 519 q 101 522 107 522 q 84 519 95 522 q 61 512 73 516 q 34 503 49 508 l 21 551 q 86 578 49 563 q 159 605 124 593 q 222 626 194 618 q 260 635 250 635 q 275 631 269 635 q 285 620 281 628 q 290 597 289 612 q 292 558 292 582 q 292 525 292 544 q 288 490 292 507 q 434 599 362 564 q 567 635 506 635 q 605 630 588 635 q 633 613 622 626 q 650 580 644 601 q 657 527 657 559 q 652 470 657 503 q 642 401 648 438 q 628 325 636 364 q 614 251 620 286 q 604 186 608 215 q 600 137 600 156 q 606 106 600 114 q 624 98 612 98 q 654 103 639 98 q 697 120 669 108 l 715 74 m 693 910 q 671 871 684 892 q 644 829 659 850 q 613 788 630 808 q 579 754 597 769 q 542 730 561 739 q 504 722 523 722 q 454 732 477 722 q 410 756 431 743 q 367 781 388 770 q 322 792 346 792 q 296 787 308 792 q 272 772 284 782 q 248 748 260 762 q 221 715 235 734 l 177 733 q 212 794 192 761 q 258 856 233 827 q 310 904 283 885 q 367 924 338 924 q 420 912 396 924 q 466 888 445 901 q 507 864 487 875 q 547 853 526 853 q 598 872 575 853 q 648 930 622 891 l 693 910 "},"+":{"x_min":40.6875,"x_max":521.515625,"ha":555,"o":"m 521 409 q 513 391 518 401 q 502 368 508 380 q 491 347 497 357 q 482 332 485 337 l 324 332 l 299 152 q 283 144 293 148 q 263 136 273 140 q 242 130 252 133 q 225 125 231 127 l 208 146 l 234 332 l 56 332 l 40 353 q 48 371 43 360 q 59 392 53 381 q 70 413 64 403 q 79 430 75 423 l 248 430 l 273 611 q 288 616 278 613 q 308 624 298 620 q 329 631 319 627 q 347 636 340 634 l 363 615 l 337 430 l 503 430 l 521 409 "},"‚":{"x_min":15.1875,"x_max":253,"ha":359,"o":"m 253 72 q 234 -14 253 28 q 188 -96 216 -57 q 124 -169 159 -135 q 55 -226 89 -202 l 16 -192 q 47 -153 31 -175 q 74 -108 62 -131 q 94 -61 87 -85 q 102 -14 102 -37 q 78 35 102 18 q 21 52 55 52 l 15 103 q 33 115 19 108 q 66 131 47 123 q 105 147 84 139 q 145 161 126 155 q 180 171 165 167 q 204 174 196 174 q 237 137 221 161 q 253 72 253 112 "},"‑":{"x_min":18.984375,"x_max":429.28125,"ha":460,"o":"m 429 372 q 421 355 426 365 q 410 334 416 345 q 399 313 404 323 q 391 299 394 304 l 36 299 l 18 320 q 26 337 21 328 q 36 358 31 347 q 48 377 42 368 q 58 393 54 387 l 410 393 l 429 372 "},"½":{"x_min":48.265625,"x_max":812.296875,"ha":803,"o":"m 86 432 l 90 460 q 138 466 119 463 q 168 474 157 470 q 184 482 179 478 q 190 489 190 486 l 227 727 q 230 747 230 739 q 226 758 230 754 q 203 763 223 763 q 135 754 183 763 l 130 782 q 172 791 145 784 q 225 807 198 798 q 278 824 253 815 q 317 837 303 832 l 330 823 l 278 489 q 281 482 278 486 q 293 474 284 478 q 318 466 302 470 q 361 460 335 463 l 357 432 l 86 432 m 145 2 q 126 -5 137 -2 q 104 -10 116 -8 q 80 -15 92 -13 q 60 -20 69 -18 l 48 0 l 716 815 q 734 821 723 818 q 757 827 745 824 q 780 833 769 830 q 799 837 791 836 l 812 818 l 145 2 m 723 0 l 436 0 l 430 24 q 547 130 499 85 q 624 209 595 175 q 667 269 654 244 q 680 314 680 293 q 633 363 680 363 q 609 357 619 363 q 593 342 599 352 q 584 322 587 333 q 581 299 581 310 q 564 292 574 295 q 541 286 553 289 q 517 281 529 283 q 498 278 506 279 l 488 300 q 506 335 490 317 q 546 368 522 353 q 600 392 570 383 q 665 402 631 402 q 707 398 687 402 q 742 385 727 394 q 766 362 758 376 q 775 327 775 348 q 764 285 775 307 q 726 233 753 263 q 653 161 699 203 q 534 57 606 118 l 671 57 q 692 67 684 57 q 707 89 701 77 q 717 122 713 103 l 747 115 l 723 0 "},"Æ":{"x_min":-26.453125,"x_max":1052.515625,"ha":1041,"o":"m 552 757 q 548 768 552 765 q 538 771 545 772 q 524 764 531 770 q 510 746 516 758 l 383 498 l 516 498 l 552 757 m 1008 206 q 993 144 1001 177 q 978 83 986 112 q 965 32 971 54 q 954 0 958 10 l 364 0 l 370 49 q 436 70 413 59 q 461 90 459 81 l 506 424 l 347 424 l 179 95 q 182 65 168 75 q 240 49 195 55 l 233 0 l -26 0 l -19 49 q 42 65 18 55 q 77 95 66 75 l 409 748 q 413 767 415 760 q 401 782 411 775 q 371 793 391 788 q 322 805 351 799 l 328 855 l 1032 855 l 1052 833 q 1043 789 1049 815 q 1030 734 1037 762 q 1015 682 1023 707 q 1002 644 1008 657 l 954 644 q 952 740 960 707 q 920 772 945 772 l 711 772 l 673 498 l 922 498 l 940 474 q 924 452 933 465 q 906 427 915 439 q 887 403 896 414 q 870 386 877 392 q 830 415 855 406 q 773 424 806 424 l 663 424 l 622 124 q 624 106 621 114 q 641 93 627 99 q 679 84 654 87 q 745 81 703 81 l 804 81 q 855 88 833 81 q 894 112 876 96 q 929 156 912 129 q 965 223 946 183 l 1008 206 "},"Ë":{"x_min":-5.859375,"x_max":687.1875,"ha":684,"o":"m 641 206 q 627 144 634 177 q 611 83 619 112 q 597 32 604 54 q 587 0 591 10 l -5 0 l 0 49 q 68 70 45 59 q 93 90 91 81 l 185 763 q 167 783 186 771 q 104 805 148 795 l 111 855 l 665 855 l 687 833 q 677 789 683 815 q 664 734 671 762 q 649 682 656 707 q 636 644 641 657 l 588 644 q 586 740 594 707 q 554 773 577 773 l 343 773 l 305 498 l 555 498 l 573 474 q 558 452 567 465 q 539 427 549 439 q 520 403 530 414 q 503 386 511 392 q 484 403 494 396 q 459 415 473 411 q 423 421 444 419 q 373 424 402 424 l 295 424 l 254 124 q 256 106 253 114 q 273 93 260 99 q 311 84 286 87 q 377 81 336 81 l 439 81 q 489 88 468 81 q 528 112 510 96 q 562 156 546 129 q 597 223 578 183 l 641 206 m 394 1052 q 386 1009 394 1031 q 365 968 379 987 q 330 937 351 949 q 285 926 310 926 q 237 946 252 926 q 222 993 222 967 q 229 1036 222 1014 q 250 1077 236 1058 q 284 1108 264 1096 q 329 1120 304 1120 q 378 1100 362 1120 q 394 1052 394 1079 m 656 1052 q 648 1009 656 1031 q 627 968 641 987 q 592 937 613 949 q 547 926 572 926 q 499 946 515 926 q 484 993 484 967 q 491 1036 484 1014 q 512 1077 498 1058 q 546 1108 526 1096 q 591 1120 566 1120 q 640 1100 624 1120 q 656 1052 656 1079 "},"'":{"x_min":153,"x_max":328.640625,"ha":324,"o":"m 225 579 q 210 574 219 576 q 191 570 201 571 q 170 568 180 569 q 153 567 160 567 l 153 917 q 181 929 161 921 q 226 945 202 937 q 270 961 249 954 q 298 969 291 967 l 328 950 l 225 579 "},"ª":{"x_min":29.421875,"x_max":411.453125,"ha":417,"o":"m 401 436 q 391 416 398 425 q 381 398 385 407 l 46 398 l 29 417 q 39 437 32 427 q 50 457 46 447 l 384 457 l 401 436 m 266 647 q 272 686 269 666 q 278 726 275 707 q 283 759 281 744 q 288 781 286 773 l 288 782 q 266 795 277 790 q 244 801 255 801 q 201 785 219 801 q 171 745 183 769 q 154 694 159 721 q 149 647 149 668 q 158 584 149 606 q 183 563 168 563 q 217 584 197 563 q 266 647 237 605 m 411 541 q 352 508 380 522 q 309 494 324 494 q 294 498 303 494 q 279 511 286 502 q 266 536 271 521 q 261 573 261 551 q 208 516 234 538 q 159 494 183 494 q 127 501 144 494 q 96 522 110 508 q 73 561 82 537 q 64 619 64 585 q 94 728 64 678 q 177 815 125 779 q 222 839 196 828 q 281 849 248 849 q 312 842 297 849 q 341 826 328 834 q 389 849 367 840 l 401 826 q 390 817 395 821 q 381 808 385 813 q 374 795 377 803 q 368 775 371 788 q 358 723 362 749 q 351 674 353 697 q 349 635 349 652 q 349 609 349 617 q 352 571 349 585 q 365 556 356 556 q 379 557 372 556 q 401 565 386 559 l 411 541 "},"ð":{"x_min":26,"x_max":680,"ha":652,"o":"m 298 61 q 369 90 339 61 q 419 163 399 118 q 451 262 440 208 q 467 366 463 316 q 448 438 463 406 q 413 494 434 471 q 370 531 393 518 q 324 544 346 544 q 277 532 297 544 q 240 500 256 521 q 213 453 224 480 q 195 396 202 426 q 185 335 188 366 q 182 274 182 303 q 192 189 182 228 q 218 121 202 150 q 255 77 234 93 q 298 61 276 61 m 613 479 q 583 279 613 372 q 504 118 554 186 q 389 11 455 50 q 251 -28 323 -28 q 152 -8 194 -28 q 82 44 110 10 q 40 125 54 79 q 26 225 26 171 q 51 384 26 309 q 121 514 77 459 q 225 602 166 570 q 352 635 284 635 q 410 617 383 635 q 459 572 438 599 q 430 663 449 621 q 386 740 412 706 l 242 675 q 202 682 221 677 q 165 694 184 686 l 162 722 l 328 798 q 260 829 296 821 q 174 828 224 836 l 174 881 l 356 955 q 416 910 389 933 q 466 862 443 886 l 601 924 q 647 915 629 919 q 680 904 665 910 l 680 875 l 517 800 q 592 640 572 721 q 613 479 613 558 "},"T":{"x_min":64.03125,"x_max":809.34375,"ha":752,"o":"m 514 0 l 161 0 l 167 49 q 216 62 196 55 q 248 75 236 68 q 266 87 260 81 q 272 97 271 93 l 364 773 l 205 773 q 187 765 196 773 q 166 741 177 758 q 141 697 155 724 q 107 631 127 670 l 64 649 q 74 696 68 668 q 88 754 80 724 q 104 809 96 783 q 117 854 111 836 l 789 854 l 809 832 q 800 790 806 815 q 787 738 795 765 q 773 684 780 710 q 759 637 765 657 l 711 637 q 711 694 711 669 q 707 737 711 720 q 697 763 704 754 q 677 773 691 773 l 521 773 l 429 97 q 432 88 428 93 q 446 75 436 82 q 475 62 456 68 q 521 49 493 55 l 514 0 "},"Þ":{"x_min":-4.390625,"x_max":711,"ha":724,"o":"m 454 804 q 401 793 422 798 q 367 782 380 787 q 348 772 354 777 q 342 762 342 767 l 331 689 q 377 694 353 692 q 426 697 401 697 q 544 680 492 697 q 634 633 597 663 q 691 560 671 603 q 711 467 711 518 q 687 355 711 408 q 623 261 664 301 q 523 197 581 221 q 396 174 465 174 q 343 179 367 174 q 300 196 319 184 l 293 266 q 340 250 317 254 q 385 247 363 247 q 449 260 420 247 q 501 299 479 274 q 536 361 523 325 q 549 441 549 397 q 535 522 549 488 q 500 578 522 556 q 448 610 477 599 q 385 621 418 621 q 353 618 369 621 q 321 613 337 616 l 251 90 q 253 81 249 86 q 269 71 258 76 q 300 60 281 66 q 350 49 320 55 l 344 0 l -4 0 l 2 49 q 67 69 45 58 q 91 90 90 81 l 184 762 q 167 783 185 770 q 106 804 148 795 l 112 854 l 461 854 l 454 804 "},"j":{"x_min":-268,"x_max":363,"ha":383,"o":"m 308 590 q 306 564 308 583 q 301 520 304 545 q 296 466 299 495 q 290 410 293 438 q 284 359 287 383 q 280 321 281 336 q 268 209 274 274 q 248 60 261 145 q 215 -60 237 -7 q 166 -154 193 -113 q 108 -225 138 -195 q 49 -277 77 -255 q -32 -322 12 -306 q -117 -339 -78 -339 q -173 -331 -145 -339 q -221 -312 -200 -323 q -255 -290 -242 -301 q -268 -272 -268 -279 q -255 -244 -268 -263 q -227 -207 -243 -225 q -195 -173 -211 -188 q -173 -159 -179 -159 q -153 -169 -165 -159 q -124 -191 -141 -179 q -87 -213 -108 -203 q -42 -224 -67 -224 q 3 -211 -15 -224 q 35 -171 22 -198 q 59 -99 48 -143 q 79 8 69 -55 q 94 103 87 58 q 106 187 100 149 q 114 256 111 226 q 120 306 118 286 q 124 347 122 322 q 127 396 127 371 q 127 442 127 421 q 127 475 127 464 q 125 500 127 491 q 119 513 123 509 q 111 519 116 518 q 100 521 106 521 q 85 518 95 521 q 65 512 75 516 q 40 504 53 509 l 27 550 q 92 577 55 562 q 162 605 128 592 q 224 626 196 618 q 264 635 252 635 q 295 626 283 635 q 308 590 308 618 m 363 856 q 355 817 363 837 q 332 779 347 796 q 295 751 317 763 q 243 740 273 740 q 191 757 208 740 q 175 798 175 775 q 182 836 175 816 q 205 874 190 857 q 243 903 220 891 q 294 915 265 915 q 346 897 329 915 q 363 856 363 879 "},"1":{"x_min":46.984375,"x_max":530.515625,"ha":632,"o":"m 523 0 l 46 0 l 54 56 q 138 70 104 62 q 192 86 171 78 q 222 102 213 94 q 232 117 231 109 l 300 617 q 304 659 304 644 q 298 684 304 674 q 285 690 295 687 q 257 693 276 693 q 209 688 238 693 q 137 674 180 684 l 127 729 q 172 741 146 733 q 230 760 199 749 q 294 782 261 770 q 357 805 327 794 q 412 827 387 817 q 454 844 438 837 l 478 816 l 383 117 q 387 102 382 110 q 409 86 393 95 q 455 70 426 78 q 530 56 484 62 l 523 0 "},"›":{"x_min":31.265625,"x_max":356.78125,"ha":403,"o":"m 31 29 l 38 42 q 56 73 44 54 q 82 119 67 93 q 112 170 97 144 q 142 222 128 197 q 168 268 157 248 q 187 299 180 288 l 194 312 l 187 332 q 171 385 181 353 q 150 453 162 416 q 130 521 139 489 q 114 573 120 552 l 107 594 l 147 625 l 356 336 q 353 312 354 323 q 351 295 352 303 q 350 287 350 288 l 62 0 l 31 29 "},"ä":{"x_min":26,"x_max":665.125,"ha":669,"o":"m 395 256 q 404 317 399 284 q 414 381 409 350 q 424 441 419 413 q 433 491 429 470 q 392 523 413 509 q 349 537 370 537 q 297 524 320 537 q 254 488 273 510 q 222 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 124 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 665 72 q 607 33 636 51 q 554 1 579 15 q 510 -20 530 -12 q 478 -28 491 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 366 104 q 290 23 317 46 q 235 -14 263 0 q 180 -28 207 -28 q 129 -15 156 -28 q 79 25 101 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 424 635 395 635 q 480 622 452 635 q 531 594 507 609 q 577 615 554 605 q 618 635 600 625 l 640 590 q 621 573 628 581 q 607 556 613 566 q 597 532 601 546 q 589 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 611 101 595 98 q 654 116 627 105 l 665 72 m 375 861 q 367 818 375 840 q 346 777 360 795 q 312 747 332 759 q 267 735 292 735 q 219 755 235 735 q 204 803 204 776 q 211 845 204 822 q 232 886 218 867 q 266 917 246 904 q 311 930 286 930 q 339 924 327 930 q 359 908 351 918 q 370 886 366 899 q 375 861 375 874 m 638 861 q 630 818 638 840 q 609 777 623 795 q 574 747 595 759 q 529 735 554 735 q 481 755 497 735 q 466 803 466 776 q 473 845 466 822 q 494 886 480 867 q 528 917 508 904 q 573 930 548 930 q 601 924 589 930 q 622 908 614 918 q 633 886 629 899 q 638 861 638 874 "},"<":{"x_min":39.328125,"x_max":577.796875,"ha":600,"o":"m 577 602 l 543 514 l 202 385 l 514 254 l 524 224 q 490 193 509 210 q 451 163 472 176 l 55 329 l 39 356 q 46 376 42 365 q 55 398 50 387 q 65 420 60 410 q 73 438 69 431 l 560 624 l 577 602 "},"£":{"x_min":-39.53125,"x_max":630.046875,"ha":632,"o":"m 425 353 l 259 353 q 224 209 250 272 q 157 93 198 146 q 206 95 185 95 q 242 95 226 95 q 272 95 258 95 q 299 95 285 95 q 330 95 313 95 q 370 95 347 95 q 421 100 399 95 q 460 120 442 106 q 494 159 478 134 q 530 224 511 184 l 573 207 q 558 146 566 178 q 541 84 550 113 q 525 32 532 55 q 514 0 518 9 q 442 -19 484 -19 q 351 -15 400 -19 q 251 -2 302 -11 q 149 7 199 7 q 55 3 100 7 q -22 -20 11 0 l -39 28 q -1 59 -18 44 q 28 92 15 74 q 51 132 41 110 q 68 184 60 154 q 81 256 75 215 q 91 353 86 297 l 18 353 l 3 375 q 9 388 5 380 q 18 404 14 396 q 27 421 23 413 q 35 435 32 429 l 98 435 q 138 598 108 524 q 214 724 168 671 q 319 806 259 777 q 449 836 379 836 q 486 836 465 836 q 529 830 506 836 q 578 816 552 825 q 630 789 603 806 q 624 760 628 778 q 615 721 620 742 q 605 678 611 700 q 595 635 600 655 q 584 599 590 615 q 576 575 579 583 l 529 575 q 501 707 529 659 q 418 755 474 755 q 390 752 405 755 q 359 739 375 749 q 327 708 343 728 q 299 652 312 688 q 276 563 286 616 q 267 435 267 510 l 441 435 l 459 414 l 425 353 "},"¹":{"x_min":76.84375,"x_max":415.921875,"ha":455,"o":"m 409 419 l 76 419 l 82 459 q 139 468 116 463 q 175 477 162 472 q 193 487 188 482 q 199 496 198 492 l 240 782 q 243 807 243 798 q 238 822 243 816 q 230 825 236 824 q 212 827 224 827 q 181 824 200 827 q 133 816 162 822 l 125 856 q 177 869 144 860 q 245 888 210 877 q 311 908 280 898 q 359 925 342 918 l 376 908 l 317 496 q 319 487 316 492 q 333 477 323 482 q 363 468 344 472 q 415 459 383 463 l 409 419 "},"t":{"x_min":29.8125,"x_max":490.75,"ha":470,"o":"m 449 105 q 375 50 412 75 q 303 9 337 26 q 241 -18 269 -8 q 194 -28 213 -28 q 153 -17 174 -28 q 116 10 133 -7 q 90 53 100 28 q 80 108 80 78 q 80 134 80 121 q 80 161 80 147 q 82 190 80 175 q 88 225 84 206 l 136 532 l 45 532 l 29 559 l 111 614 l 149 614 l 153 637 q 162 681 157 665 q 172 706 166 697 q 184 721 178 716 q 200 734 191 727 l 330 797 l 349 780 q 338 759 343 774 q 326 720 332 745 q 314 653 321 695 l 308 614 l 471 614 l 490 590 q 470 567 483 580 q 443 540 457 553 q 416 516 429 527 q 397 502 403 505 q 365 526 389 521 q 298 532 341 532 l 295 532 l 255 287 q 251 260 253 274 q 250 232 250 245 q 250 207 250 219 q 250 189 250 196 q 262 129 250 147 q 293 112 274 112 q 348 122 317 112 q 431 155 380 132 l 449 105 "},"¬":{"x_min":31.203125,"x_max":569.65625,"ha":632,"o":"m 546 220 q 533 203 541 216 q 515 177 524 191 q 497 151 506 163 q 482 138 488 140 q 476 138 480 136 q 467 141 472 139 q 458 145 463 144 q 452 146 454 147 l 469 298 l 140 333 l 31 351 q 36 364 33 355 q 44 383 40 373 q 52 401 48 392 q 59 419 56 410 q 213 419 149 419 q 319 419 276 419 q 386 419 362 419 q 423 421 410 419 q 439 426 436 424 q 444 430 443 428 q 516 427 491 430 q 553 421 541 425 q 569 413 566 418 l 546 220 "},"ù":{"x_min":16.6875,"x_max":724.890625,"ha":747,"o":"m 724 72 q 670 35 697 53 q 617 3 642 17 q 569 -19 591 -10 q 531 -28 547 -28 q 501 -17 516 -28 q 472 13 485 -7 q 451 66 460 34 q 443 140 443 98 q 386 73 416 104 q 323 20 356 42 q 258 -15 291 -2 q 195 -28 225 -28 q 154 -17 175 -28 q 115 14 133 -6 q 86 66 98 35 q 75 138 75 97 q 78 187 75 159 q 86 247 81 215 q 97 311 91 278 q 108 375 103 345 q 116 432 113 406 q 120 474 120 457 q 117 499 120 490 q 112 512 115 508 q 103 518 108 517 q 92 520 98 520 q 75 517 85 520 q 53 511 64 515 q 27 503 41 508 l 16 549 q 82 577 45 562 q 155 605 119 592 q 219 626 190 618 q 260 635 248 635 q 287 622 280 635 q 294 577 294 609 q 289 526 294 558 q 279 457 285 494 q 267 380 273 420 q 254 303 260 340 q 244 234 248 265 q 240 182 240 202 q 251 124 240 144 q 276 105 262 105 q 305 114 287 105 q 345 144 322 123 q 395 196 368 164 q 452 274 421 229 q 461 330 456 302 q 470 385 466 359 q 477 435 474 412 q 481 474 481 458 q 479 499 481 490 q 474 512 477 508 q 466 518 470 517 q 455 520 462 520 q 439 517 449 520 q 420 511 430 515 q 396 503 408 508 l 384 549 q 449 577 412 562 q 519 605 485 592 q 581 626 553 618 q 621 635 609 635 q 646 622 640 635 q 653 577 653 609 q 649 528 653 558 q 640 466 645 499 q 628 396 634 432 q 617 325 622 359 q 608 261 612 291 q 604 208 604 230 q 614 122 604 146 q 640 98 623 98 q 673 102 658 98 q 712 116 688 106 l 724 72 m 493 715 q 464 700 480 707 q 436 691 449 693 l 241 937 l 268 971 q 296 977 276 973 q 338 984 315 980 q 380 991 360 988 q 409 995 400 995 l 493 715 "},"W":{"x_min":76.84375,"x_max":1158.28125,"ha":1082,"o":"m 1152 805 q 1076 784 1098 793 q 1049 763 1053 775 l 807 40 q 789 15 802 25 q 761 -2 777 4 q 731 -13 746 -9 q 706 -20 716 -18 l 576 595 l 320 40 q 297 15 314 25 q 260 -1 280 4 q 219 -13 240 -8 q 184 -20 199 -17 l 184 757 q 152 785 184 774 q 76 805 120 796 l 83 855 l 390 855 l 384 805 q 335 796 353 802 q 309 785 318 791 q 298 772 300 779 q 316 757 296 765 l 316 262 l 600 855 l 664 855 l 792 262 l 962 763 q 958 777 965 771 q 940 788 952 783 q 910 797 928 793 q 872 805 893 801 l 878 855 l 1158 855 l 1152 805 "},"ï":{"x_min":37.734375,"x_max":507,"ha":386,"o":"m 364 74 q 299 37 333 55 q 236 4 266 19 q 178 -19 205 -10 q 132 -28 151 -28 q 93 -6 109 -28 q 78 51 78 14 q 82 106 78 71 q 94 182 87 141 q 109 268 100 223 q 123 353 117 313 q 135 425 130 394 q 140 474 140 457 q 137 499 140 490 q 132 512 135 508 q 123 518 129 517 q 112 520 118 520 q 96 517 106 520 q 75 511 86 515 q 49 503 63 508 l 37 549 q 102 577 66 562 q 172 605 138 592 q 234 626 206 618 q 275 635 262 635 q 304 622 293 635 q 315 577 315 609 q 310 523 315 558 q 297 445 305 488 q 282 357 290 403 q 266 269 273 312 q 253 192 258 227 q 249 137 249 157 q 253 107 249 116 q 269 98 257 98 q 288 99 279 98 q 307 103 297 100 q 327 110 316 106 q 352 120 337 114 l 364 74 m 245 861 q 237 818 245 840 q 216 777 230 795 q 182 747 202 759 q 136 735 162 735 q 88 755 104 735 q 73 803 73 776 q 80 845 73 822 q 101 886 87 867 q 135 917 115 904 q 181 930 155 930 q 209 924 197 930 q 229 908 221 918 q 240 886 236 899 q 245 861 245 874 m 507 861 q 499 818 507 840 q 478 777 492 795 q 443 747 464 759 q 398 735 423 735 q 350 755 366 735 q 335 803 335 776 q 342 845 335 822 q 363 886 349 867 q 397 917 377 904 q 442 930 417 930 q 470 924 458 930 q 491 908 483 918 q 502 886 498 899 q 507 861 507 874 "},">":{"x_min":17.625,"x_max":556.09375,"ha":600,"o":"m 556 430 q 548 410 552 421 q 539 388 543 399 q 530 367 535 377 q 521 348 525 356 l 34 163 l 17 185 q 24 204 20 192 q 34 230 29 217 q 44 255 39 243 q 51 273 48 267 l 392 402 l 80 533 l 70 563 q 104 593 85 576 q 143 624 122 611 l 539 457 l 556 430 "},"v":{"x_min":0.484375,"x_max":659,"ha":662,"o":"m 659 578 q 643 518 659 556 q 592 415 627 479 q 500 255 557 350 q 359 27 443 161 q 338 16 353 24 q 304 0 322 8 q 271 -16 287 -8 q 248 -27 254 -24 l 220 -1 q 201 123 213 56 q 178 255 190 191 q 153 374 165 320 q 132 460 141 429 q 120 489 126 478 q 107 506 114 500 q 95 514 101 512 q 83 516 89 516 q 65 513 76 516 q 43 507 54 511 q 16 499 31 504 l 0 544 q 61 574 28 558 q 124 604 94 590 q 178 626 154 617 q 212 635 201 635 q 244 615 231 635 q 271 548 256 596 q 283 498 276 531 q 299 424 291 465 q 315 340 307 384 q 329 260 323 297 q 340 195 336 222 q 345 159 345 167 q 421 290 392 233 q 466 388 450 347 q 488 454 483 429 q 494 489 494 480 q 456 523 494 523 q 433 520 445 523 q 407 513 422 518 l 392 556 q 443 582 413 568 q 504 607 474 595 q 561 627 534 619 q 603 635 588 635 q 643 623 627 635 q 659 578 659 611 "},"û":{"x_min":16.6875,"x_max":724.890625,"ha":747,"o":"m 724 72 q 670 35 697 53 q 617 3 642 17 q 569 -19 591 -10 q 531 -28 547 -28 q 501 -17 516 -28 q 472 13 485 -7 q 451 66 460 34 q 443 140 443 98 q 386 73 416 104 q 323 20 356 42 q 258 -15 291 -2 q 195 -28 225 -28 q 154 -17 175 -28 q 115 14 133 -6 q 86 66 98 35 q 75 138 75 97 q 78 187 75 159 q 86 247 81 215 q 97 311 91 278 q 108 375 103 345 q 116 432 113 406 q 120 474 120 457 q 117 499 120 490 q 112 512 115 508 q 103 518 108 517 q 92 520 98 520 q 75 517 85 520 q 53 511 64 515 q 27 503 41 508 l 16 549 q 82 577 45 562 q 155 605 119 592 q 219 626 190 618 q 260 635 248 635 q 287 622 280 635 q 294 577 294 609 q 289 526 294 558 q 279 457 285 494 q 267 380 273 420 q 254 303 260 340 q 244 234 248 265 q 240 182 240 202 q 251 124 240 144 q 276 105 262 105 q 305 114 287 105 q 345 144 322 123 q 395 196 368 164 q 452 274 421 229 q 461 330 456 302 q 470 385 466 359 q 477 435 474 412 q 481 474 481 458 q 479 499 481 490 q 474 513 477 508 q 466 518 470 517 q 455 520 462 520 q 439 517 449 520 q 420 511 430 515 q 396 503 408 508 l 384 549 q 449 577 412 562 q 519 605 485 592 q 581 626 553 618 q 621 635 609 635 q 646 622 640 635 q 653 577 653 609 q 649 528 653 558 q 640 466 645 499 q 628 396 634 432 q 617 325 622 359 q 608 261 612 291 q 604 208 604 230 q 614 122 604 146 q 640 98 623 98 q 673 102 658 98 q 712 116 688 106 l 724 72 m 648 731 q 626 707 638 718 q 602 691 613 696 l 451 845 l 256 691 q 237 706 250 695 q 218 731 225 718 l 421 988 l 514 988 l 648 731 "},"Ò":{"x_min":51,"x_max":784,"ha":795,"o":"m 622 512 q 611 619 622 569 q 579 706 600 669 q 526 764 558 743 q 454 785 495 785 q 379 765 413 785 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 451 227 499 q 215 360 215 403 q 225 244 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 328 51 257 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 267 795 q 397 860 350 845 q 498 875 444 875 q 624 847 571 875 q 713 771 678 819 q 766 659 749 723 q 784 525 784 596 m 602 955 q 581 927 592 941 q 560 908 571 914 l 272 1068 l 283 1110 q 312 1127 295 1117 q 348 1146 330 1136 q 384 1162 367 1155 q 410 1174 400 1170 l 602 955 "},"&":{"x_min":42.53125,"x_max":928.578125,"ha":877,"o":"m 390 766 q 388 693 385 731 q 403 616 392 656 q 458 657 436 635 q 496 702 481 680 q 520 748 512 725 q 531 793 528 771 q 522 869 539 841 q 475 896 505 896 q 443 886 457 896 q 418 858 429 876 q 401 817 408 840 q 390 766 394 793 m 343 77 q 414 88 379 77 q 480 119 448 100 q 430 186 455 150 q 380 261 404 222 q 334 342 356 300 q 294 428 312 384 q 235 344 254 386 q 210 255 217 302 q 213 173 204 207 q 242 118 223 140 q 289 87 262 97 q 343 77 316 77 m 928 507 q 908 484 919 497 q 886 460 898 472 q 865 438 875 448 q 846 422 854 428 q 799 443 824 433 q 752 454 773 454 q 763 413 763 435 q 760 365 763 391 q 729 270 754 320 q 663 171 704 220 q 684 148 674 159 q 705 126 695 136 q 767 89 733 97 q 835 90 801 82 l 835 41 q 775 16 806 28 q 717 -2 744 5 q 670 -15 690 -10 q 643 -20 649 -20 q 599 0 627 -20 q 535 58 571 21 q 419 1 480 22 q 293 -20 358 -20 q 177 -3 227 -20 q 94 46 126 13 q 49 128 62 79 q 46 241 37 177 q 107 384 55 312 q 261 527 160 455 q 242 629 247 578 q 244 728 237 679 q 277 829 251 783 q 341 911 303 876 q 427 964 379 945 q 525 984 474 984 q 605 970 573 984 q 656 932 637 956 q 681 879 675 909 q 683 815 688 848 q 657 744 678 780 q 602 673 635 707 q 531 607 570 638 q 451 550 491 575 l 430 537 q 508 382 461 458 q 605 241 555 306 q 643 337 636 289 q 642 389 647 366 q 626 429 637 413 q 599 454 615 446 q 564 463 583 463 l 549 487 q 561 498 553 491 q 578 514 569 506 q 596 528 587 521 q 611 537 604 534 l 913 537 l 928 507 "},"Ð":{"x_min":-5.65625,"x_max":801,"ha":819,"o":"m 387 803 q 367 801 377 803 q 346 800 356 800 l 304 488 l 465 488 l 482 466 l 449 407 l 293 407 l 253 109 q 268 81 250 90 q 338 72 287 72 q 425 90 385 72 q 497 139 464 108 q 554 211 529 170 q 596 299 579 252 q 621 395 613 345 q 630 493 630 445 q 616 622 630 565 q 573 720 602 680 q 497 781 543 760 q 387 803 451 803 m 801 509 q 786 388 801 449 q 745 271 772 327 q 678 165 718 215 q 589 79 639 115 q 477 21 538 42 q 346 0 416 0 l -5 0 l 1 49 q 66 70 43 59 q 91 90 89 81 l 134 407 l 56 407 l 39 427 q 45 440 41 432 q 55 457 49 449 q 64 474 60 466 q 72 488 68 482 l 146 488 l 187 786 l 92 772 l 92 835 q 173 853 130 845 q 258 866 216 861 q 342 872 301 872 q 417 872 382 872 q 588 846 515 872 q 707 774 660 821 q 777 659 754 726 q 801 509 801 592 "},"I":{"x_min":8.8125,"x_max":455.046875,"ha":429,"o":"m 448 805 q 381 784 404 795 q 356 763 357 772 l 263 90 q 281 70 262 82 q 344 49 299 59 l 337 0 l 8 0 l 15 49 q 82 70 58 59 q 107 90 105 81 l 198 763 q 181 783 200 771 q 118 805 162 795 l 125 854 l 455 854 l 448 805 "},"G":{"x_min":41,"x_max":761,"ha":760,"o":"m 761 371 q 705 345 722 360 q 687 315 689 331 q 681 268 684 297 q 674 210 677 240 q 667 153 670 179 q 662 114 663 127 q 566 47 610 73 q 485 5 522 21 q 415 -15 447 -9 q 355 -21 382 -21 q 236 3 293 -21 q 136 73 180 27 q 66 184 92 118 q 41 331 41 249 q 55 458 41 395 q 96 577 70 520 q 161 683 123 634 q 243 770 198 732 q 303 814 271 794 q 372 847 336 833 q 451 867 409 860 q 543 875 494 875 q 596 870 566 875 q 656 856 626 865 q 712 835 685 848 q 756 806 738 822 q 755 793 758 803 q 744 768 751 783 q 726 738 736 754 q 704 706 715 721 q 684 679 694 690 q 668 661 674 667 l 629 670 q 601 717 617 695 q 566 755 586 739 q 519 780 545 771 q 458 790 492 790 q 395 773 429 790 q 327 724 361 757 q 278 657 301 699 q 238 564 255 614 q 212 461 222 514 q 203 360 203 407 q 221 235 203 287 q 270 151 240 183 q 336 102 300 118 q 408 86 372 86 q 458 92 431 86 q 509 116 485 98 l 537 315 q 535 329 538 322 q 518 342 532 336 q 475 356 504 349 q 397 371 445 363 l 397 421 l 761 421 l 761 371 "},"`":{"x_min":139.03125,"x_max":391.296875,"ha":411,"o":"m 391 715 q 362 700 377 707 q 334 691 346 693 l 139 937 l 166 971 q 193 977 174 973 q 236 984 213 980 q 278 991 258 988 q 307 995 298 995 l 391 715 "},"·":{"x_min":61,"x_max":269,"ha":324,"o":"m 269 459 q 260 413 269 437 q 236 370 252 389 q 197 338 220 351 q 143 326 174 326 q 80 347 100 326 q 61 403 61 368 q 69 447 61 424 q 95 489 78 470 q 135 521 111 509 q 187 533 158 533 q 248 512 228 533 q 269 459 269 492 "},"r":{"x_min":17.546875,"x_max":604.703125,"ha":567,"o":"m 604 576 q 591 555 599 569 q 573 526 583 542 q 554 494 564 510 q 535 464 544 477 q 518 442 526 450 q 507 434 511 434 q 482 442 494 434 q 460 460 471 450 q 439 477 450 469 q 419 486 429 486 q 380 469 401 486 q 336 421 358 452 q 295 349 315 391 q 261 259 275 308 q 238 152 247 208 q 230 42 230 96 q 198 27 220 37 q 151 7 175 18 q 107 -13 128 -3 q 77 -28 86 -23 l 50 -2 q 78 142 65 70 q 101 277 91 214 q 116 392 111 341 q 122 474 122 444 q 119 499 122 490 q 113 512 117 508 q 104 518 109 517 q 94 520 99 520 q 76 517 87 520 q 55 511 66 515 q 29 503 43 508 l 17 549 q 82 577 45 562 q 153 605 118 592 q 216 626 188 618 q 256 635 244 635 q 271 631 265 635 q 281 621 277 628 q 286 600 285 613 q 288 566 288 587 q 288 546 288 559 q 285 518 288 534 q 281 488 283 503 q 277 459 279 472 q 338 547 309 513 q 391 601 366 581 q 439 627 416 620 q 484 635 462 635 q 510 628 496 635 q 541 611 525 621 q 573 592 557 602 q 604 576 589 582 "},"¿":{"x_min":-21,"x_max":484.703125,"ha":596,"o":"m 233 497 q 241 543 233 519 q 265 586 249 567 q 305 618 281 605 q 359 631 328 631 q 421 609 401 631 q 441 553 441 588 q 432 509 441 531 q 406 467 423 486 q 366 435 390 447 q 314 423 343 423 q 253 444 273 423 q 233 497 233 464 m 484 -113 q 462 -200 484 -157 q 398 -279 439 -244 q 300 -337 357 -315 q 172 -360 242 -360 q 89 -347 125 -360 q 28 -311 53 -334 q -8 -259 4 -289 q -21 -194 -21 -229 q -1 -92 -21 -137 q 47 -11 17 -48 q 112 57 76 25 q 179 122 147 89 q 233 190 210 154 q 262 270 256 226 l 270 331 q 303 349 282 340 q 340 364 324 358 l 353 349 l 353 266 q 337 186 353 222 q 297 115 321 149 q 248 50 274 82 q 200 -13 222 18 q 163 -80 178 -45 q 149 -155 149 -115 q 154 -206 149 -182 q 170 -248 159 -230 q 198 -275 182 -265 q 236 -285 214 -285 q 275 -273 258 -285 q 301 -239 291 -260 q 314 -190 311 -218 q 310 -130 316 -161 q 345 -116 324 -123 q 388 -103 366 -109 q 430 -93 409 -98 q 465 -88 450 -89 l 484 -113 "},"ý":{"x_min":-133,"x_max":655.390625,"ha":664,"o":"m 652 583 q 634 512 652 560 q 583 396 616 464 q 507 241 551 327 q 409 55 462 155 q 317 -104 362 -31 q 223 -229 271 -176 q 123 -310 175 -281 q 11 -339 71 -339 q -40 -332 -14 -339 q -86 -316 -66 -326 q -120 -296 -107 -307 q -133 -279 -133 -286 q -121 -249 -133 -269 q -95 -208 -110 -229 q -64 -170 -80 -187 q -38 -148 -48 -153 q 26 -193 -6 -178 q 83 -208 58 -208 q 163 -168 122 -208 q 250 -53 204 -127 q 232 35 242 -13 q 210 134 222 83 q 184 235 197 184 q 158 329 171 285 q 133 409 145 374 q 111 465 121 444 q 85 510 96 499 q 62 521 74 521 q 45 518 56 521 q 23 512 34 516 q -3 504 10 509 l -17 549 q 46 579 13 564 q 107 607 78 595 q 159 627 136 619 q 194 635 182 635 q 227 615 213 635 q 258 549 241 595 q 284 471 270 515 q 311 375 297 426 q 338 268 325 324 q 364 156 352 212 q 417 266 392 212 q 460 366 442 320 q 490 446 479 412 q 501 497 501 480 q 465 531 501 531 q 440 529 453 533 q 408 516 428 525 l 391 562 q 443 589 415 576 q 498 612 471 602 q 549 628 525 622 q 590 635 573 635 q 613 633 602 635 q 632 626 624 631 q 646 610 641 620 q 652 583 652 600 m 655 927 l 398 691 q 375 703 387 694 q 353 725 362 713 l 511 995 l 538 990 q 577 983 556 987 q 615 974 597 978 q 639 968 633 970 l 655 927 "},"x":{"x_min":-29.46875,"x_max":647,"ha":642,"o":"m 631 68 q 574 30 602 48 q 521 0 546 13 q 474 -20 496 -13 q 435 -28 452 -28 q 397 -10 416 -28 q 360 36 378 6 q 323 104 341 65 q 287 186 305 143 q 228 103 260 149 q 159 3 196 58 q 124 -1 147 1 q 75 -10 100 -5 q 26 -19 49 -15 q -9 -28 3 -24 l -29 1 q 35 60 0 26 q 109 129 72 93 q 184 203 147 165 q 251 276 220 241 q 215 367 233 323 q 180 445 197 411 q 146 499 163 479 q 115 520 130 520 q 95 517 109 520 q 66 511 81 514 q 28 502 48 507 l 13 549 q 73 578 42 563 q 132 606 104 594 q 183 627 161 619 q 216 635 205 635 q 252 614 234 635 q 289 560 270 594 q 327 482 308 526 q 365 390 346 437 q 407 444 388 418 q 439 490 426 469 q 461 524 453 510 q 469 543 469 539 q 452 563 469 557 q 391 564 436 569 l 391 613 q 439 622 413 618 q 490 629 465 626 q 537 633 515 633 q 574 633 559 633 q 630 622 613 633 q 647 597 647 611 q 583 501 647 571 q 399 305 520 430 q 433 224 416 262 q 467 156 450 185 q 498 109 483 126 q 527 92 513 92 q 566 96 543 92 q 614 114 589 101 l 631 68 "},"è":{"x_min":33,"x_max":560,"ha":587,"o":"m 270 499 q 214 410 236 460 q 192 294 192 360 q 298 349 258 324 q 357 395 337 373 q 383 437 377 416 q 390 480 390 457 q 376 527 390 511 q 343 543 362 543 q 328 540 337 543 q 309 531 320 537 q 289 518 299 526 q 270 499 278 509 m 560 515 q 555 475 560 496 q 537 431 551 454 q 499 382 524 408 q 434 330 475 357 q 334 275 393 303 q 193 217 275 246 q 207 158 198 184 q 230 114 217 132 q 259 86 243 96 q 291 77 274 77 q 375 103 320 77 q 513 195 430 129 q 521 186 517 193 q 531 172 526 180 q 539 157 536 164 q 544 147 543 150 q 443 65 488 99 q 360 11 398 32 q 290 -18 322 -9 q 227 -28 258 -28 q 165 -15 199 -28 q 102 24 132 -2 q 53 96 73 52 q 33 205 33 140 q 45 306 33 258 q 82 399 58 355 q 140 483 106 443 q 217 558 174 522 q 254 585 232 571 q 302 609 276 598 q 356 627 328 620 q 410 635 384 635 q 477 624 449 635 q 524 596 505 613 q 551 558 542 580 q 560 515 560 537 m 438 715 q 409 700 425 707 q 381 691 394 693 l 186 937 l 213 971 q 241 977 221 973 q 283 984 261 980 q 325 991 305 988 q 354 995 345 995 l 438 715 "},"º":{"x_min":14.984375,"x_max":372,"ha":345,"o":"m 278 688 q 259 766 278 739 q 216 793 240 793 q 182 781 195 793 q 160 749 168 769 q 150 706 153 730 q 147 659 147 682 q 152 617 147 636 q 166 582 157 597 q 186 558 175 567 q 211 550 198 550 q 243 563 230 550 q 264 596 256 576 q 274 641 271 617 q 278 688 278 666 m 346 436 q 337 416 342 425 q 328 398 331 407 l 31 398 l 14 417 q 23 437 18 427 q 32 457 28 447 l 329 457 l 346 436 m 372 712 q 348 616 372 663 q 283 537 324 570 q 236 506 261 518 q 181 494 211 494 q 129 504 152 494 q 89 534 105 515 q 63 578 72 553 q 55 634 55 604 q 76 729 55 686 q 145 810 97 772 q 193 839 167 828 q 245 850 219 850 q 302 839 279 850 q 341 811 326 829 q 364 767 357 793 q 372 712 372 742 "},"Ø":{"x_min":9.640625,"x_max":836.21875,"ha":794,"o":"m 622 512 q 615 592 622 554 l 259 151 q 310 93 280 113 q 380 73 341 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 217 360 q 217 305 217 331 q 223 254 217 278 l 583 697 q 530 762 562 738 q 455 785 498 785 q 380 765 413 785 q 320 713 346 746 q 274 637 293 680 q 241 547 254 594 q 223 451 229 499 q 217 360 217 403 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 245 -5 288 -21 q 168 38 202 10 l 135 -1 q 114 -12 128 -6 q 82 -22 99 -17 q 50 -31 65 -27 q 26 -35 34 -34 l 9 -10 l 107 109 q 65 211 79 155 q 51 329 51 267 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 268 795 q 397 860 350 845 q 498 875 445 875 q 598 858 554 875 q 676 812 642 842 l 712 857 q 736 868 721 862 q 766 878 750 873 q 795 886 781 883 q 819 890 809 889 l 836 865 l 734 739 q 771 639 759 694 q 784 525 784 585 "},"÷":{"x_min":37.296875,"x_max":518.125,"ha":555,"o":"m 518 409 q 510 391 515 401 q 499 368 505 380 q 487 347 493 357 q 479 332 482 337 l 53 332 l 37 353 q 45 371 40 360 q 55 392 50 381 q 66 413 61 403 q 75 430 72 423 l 500 430 l 518 409 m 319 219 q 308 182 316 199 q 289 151 301 165 q 263 130 277 138 q 233 123 248 123 q 194 140 204 123 q 189 191 185 158 q 200 228 191 210 q 220 259 208 246 q 246 279 231 272 q 275 287 260 287 q 319 219 329 287 m 368 573 q 357 536 365 553 q 337 505 349 518 q 311 484 325 492 q 281 477 297 477 q 243 494 252 477 q 238 544 233 512 q 248 581 240 564 q 268 611 257 598 q 294 631 280 624 q 324 639 308 639 q 368 573 377 639 "},"h":{"x_min":48.515625,"x_max":711.359375,"ha":730,"o":"m 711 74 q 646 38 680 56 q 580 5 612 19 q 520 -18 547 -9 q 473 -28 492 -28 q 438 -6 454 -28 q 423 51 423 14 q 427 92 423 63 q 437 158 431 121 q 450 238 443 196 q 462 318 456 280 q 472 388 468 356 q 477 434 477 419 q 474 469 477 455 q 468 491 472 483 q 458 502 464 499 q 442 506 451 506 q 417 500 434 506 q 381 482 401 495 q 338 448 361 470 q 297 394 316 427 q 265 313 278 362 q 242 204 252 265 q 233 141 236 166 q 230 97 230 115 q 230 66 230 78 q 230 42 230 53 q 198 28 220 38 q 152 7 176 18 q 106 -13 127 -3 q 76 -28 84 -23 l 48 -2 q 63 87 54 34 q 82 200 72 139 q 103 329 92 262 q 124 465 114 397 q 144 596 135 532 q 160 714 153 660 q 171 809 167 768 q 176 872 176 850 q 173 897 176 888 q 167 910 171 906 q 158 916 163 915 q 148 918 153 918 q 129 914 141 918 q 105 908 117 911 q 74 899 91 904 l 64 946 q 129 973 92 959 q 200 1001 165 988 q 264 1022 235 1014 q 306 1031 293 1031 q 338 1018 325 1031 q 351 975 351 1006 q 347 923 351 959 q 337 842 343 888 q 323 745 330 797 q 308 645 315 694 q 293 555 300 596 q 283 490 287 514 q 432 602 362 569 q 563 635 503 635 q 601 630 584 635 q 628 613 617 625 q 645 579 639 601 q 651 525 651 558 q 646 469 651 502 q 636 399 642 436 q 622 324 629 363 q 608 251 615 286 q 598 186 602 215 q 594 137 594 156 q 600 106 594 114 q 618 98 606 98 q 653 103 637 98 q 693 120 668 109 l 711 74 "},".":{"x_min":30,"x_max":238,"ha":324,"o":"m 238 113 q 229 66 238 90 q 205 23 221 42 q 165 -8 189 4 q 111 -21 142 -21 q 49 0 69 -21 q 30 56 30 21 q 38 101 30 78 q 64 143 47 124 q 104 175 80 162 q 156 187 127 187 q 217 166 197 187 q 238 113 238 145 "},";":{"x_min":-8.453125,"x_max":303,"ha":324,"o":"m 303 577 q 294 531 303 555 q 270 488 286 507 q 231 456 254 469 q 177 444 208 444 q 114 465 134 444 q 95 520 95 486 q 103 565 95 542 q 129 607 112 588 q 169 639 145 627 q 221 651 192 651 q 282 630 262 651 q 303 577 303 610 m 254 78 q 244 19 254 50 q 217 -44 234 -12 q 177 -107 200 -76 q 130 -166 155 -139 q 79 -217 105 -194 q 30 -253 54 -239 l -8 -219 q 69 -110 43 -164 q 95 -16 95 -56 q 90 9 95 -3 q 77 31 86 21 q 53 46 68 41 q 18 49 39 51 l 18 102 q 39 116 25 108 q 71 132 53 124 q 108 148 88 141 q 146 161 127 156 q 180 171 164 167 q 205 175 195 175 q 226 160 218 168 q 241 140 235 151 q 250 114 247 129 q 254 78 254 99 "},"f":{"x_min":-67.8125,"x_max":689.015625,"ha":446,"o":"m 689 946 q 652 918 674 936 q 606 882 629 899 q 563 852 583 865 q 535 839 543 839 q 514 852 524 839 q 492 879 503 864 q 466 907 480 895 q 434 920 452 920 q 386 893 406 920 q 353 826 366 866 q 332 737 340 785 q 320 645 325 689 l 316 614 l 485 614 l 503 590 q 483 567 497 580 q 456 540 470 553 q 427 516 441 527 q 407 502 414 505 q 378 526 400 521 q 314 532 357 532 l 307 532 l 261 130 q 222 -13 252 56 q 151 -142 193 -82 q 60 -250 109 -202 q -40 -329 10 -298 l -67 -271 q -6 -213 -33 -252 q 41 -125 21 -175 q 75 -18 62 -75 q 95 94 89 38 l 146 532 l 51 532 l 35 559 l 124 614 l 155 614 q 174 718 162 668 q 207 813 187 768 q 258 897 227 858 q 331 967 288 936 q 406 1012 368 994 q 487 1031 445 1031 q 552 1019 520 1031 q 611 992 584 1007 q 658 963 638 977 q 689 946 678 950 "},"“":{"x_min":83,"x_max":619.8125,"ha":629,"o":"m 318 950 q 287 911 303 933 q 260 866 272 889 q 240 819 247 843 q 233 772 233 795 q 255 722 233 738 q 313 706 278 706 l 319 654 q 300 642 314 649 q 268 626 286 634 q 229 611 250 619 q 189 597 208 603 q 154 587 169 590 q 131 584 138 583 q 98 621 113 596 q 83 685 83 646 q 100 772 83 729 q 147 854 118 815 q 210 927 175 893 q 279 984 245 960 l 318 950 m 619 950 q 588 911 603 933 q 560 866 573 889 q 540 819 548 843 q 533 772 533 795 q 556 722 533 738 q 613 706 579 706 l 619 654 q 601 642 615 649 q 568 626 587 634 q 529 611 550 619 q 489 597 508 603 q 454 587 469 590 q 431 584 438 583 q 398 621 413 596 q 383 685 383 646 q 400 772 383 729 q 447 854 418 815 q 510 927 475 893 q 579 984 545 960 l 619 950 "},"A":{"x_min":-33.90625,"x_max":768.359375,"ha":810,"o":"m 251 291 l 165 95 q 176 65 156 74 q 246 49 195 56 l 240 0 l -33 0 l -27 49 q 40 66 16 57 q 73 95 64 75 l 390 817 q 426 842 407 831 q 466 864 446 854 q 506 880 486 873 q 543 893 526 888 l 697 95 q 702 78 699 86 q 714 65 706 71 q 735 56 722 60 q 768 49 748 52 l 762 0 l 449 0 l 456 50 q 524 61 505 50 q 539 95 543 72 l 503 291 l 251 291 m 487 373 l 426 693 l 287 373 l 487 373 "},"6":{"x_min":39,"x_max":594.125,"ha":633,"o":"m 334 437 q 274 417 306 437 q 208 364 242 398 q 203 309 203 336 q 203 253 203 281 q 210 166 203 202 q 232 109 218 131 q 266 77 246 87 q 308 67 285 67 q 347 78 330 67 q 378 108 364 89 q 400 152 391 127 q 415 202 410 176 q 424 254 421 228 q 427 301 427 280 q 418 369 427 343 q 396 411 410 396 q 366 431 383 426 q 334 437 350 437 m 594 787 q 455 742 515 772 q 350 669 395 712 q 276 575 306 627 q 228 462 246 522 q 312 515 271 497 q 390 533 353 533 q 471 518 435 533 q 533 475 507 503 q 572 411 558 448 q 586 327 586 373 q 576 250 586 291 q 548 171 566 210 q 503 98 530 133 q 443 36 477 63 q 367 -5 408 10 q 277 -21 326 -21 q 184 -1 228 -21 q 108 52 141 17 q 57 136 76 87 q 39 244 39 185 q 54 387 39 317 q 102 521 70 458 q 179 640 133 585 q 287 737 226 695 q 422 809 347 780 q 585 847 497 837 l 594 787 "},"‘":{"x_min":83,"x_max":319.796875,"ha":324,"o":"m 319 950 q 287 911 303 933 q 260 866 272 889 q 240 819 247 843 q 233 772 233 795 q 256 722 233 738 q 313 706 279 706 l 319 654 q 301 642 315 649 q 268 626 287 634 q 229 611 250 619 q 189 597 208 603 q 154 587 169 590 q 131 584 138 583 q 98 621 113 596 q 83 685 83 646 q 100 772 83 729 q 147 854 118 815 q 210 927 175 893 q 279 984 245 960 l 319 950 "},"O":{"x_min":51,"x_max":784,"ha":795,"o":"m 622 512 q 611 619 622 569 q 579 706 600 669 q 526 764 558 743 q 454 785 495 785 q 379 765 413 785 q 318 713 345 746 q 272 637 292 680 q 240 547 252 594 q 221 451 227 499 q 215 360 215 403 q 225 244 215 297 q 258 153 236 192 q 309 94 279 115 q 380 73 340 73 q 458 93 423 73 q 519 148 493 114 q 566 228 546 183 q 597 322 585 273 q 616 420 610 371 q 622 512 622 470 m 784 525 q 774 427 784 476 q 748 329 765 377 q 707 236 731 281 q 651 152 682 191 q 587 84 623 116 q 512 29 552 52 q 428 -7 472 6 q 339 -21 385 -21 q 217 6 270 -21 q 126 82 163 34 q 70 194 89 130 q 51 328 51 257 q 59 428 51 379 q 83 522 67 476 q 121 611 99 569 q 170 690 143 653 q 233 762 198 728 q 309 820 267 795 q 397 860 350 845 q 498 875 444 875 q 624 847 571 875 q 713 771 678 819 q 766 659 749 723 q 784 525 784 596 "},"n":{"x_min":21.203125,"x_max":715.3125,"ha":732,"o":"m 715 74 q 651 38 684 56 q 585 5 617 19 q 527 -18 554 -9 q 483 -28 500 -28 q 444 -6 460 -28 q 429 51 429 14 q 433 92 429 63 q 443 158 437 121 q 456 238 449 196 q 469 318 463 280 q 479 388 475 356 q 484 434 484 419 q 476 490 484 474 q 448 506 469 506 q 423 500 439 506 q 387 481 406 494 q 346 446 367 468 q 304 393 324 425 q 273 315 284 360 q 250 204 262 270 q 241 151 245 173 q 236 109 238 128 q 235 75 235 91 q 235 42 235 59 q 204 28 226 38 q 158 7 182 18 q 112 -13 133 -3 q 82 -28 90 -23 l 55 -2 q 73 92 64 43 q 90 188 82 140 q 105 281 98 236 q 116 364 112 326 q 124 431 121 402 q 127 476 127 460 q 125 501 127 492 q 120 514 123 510 q 112 520 116 519 q 101 522 107 522 q 84 519 95 522 q 61 512 73 516 q 34 503 49 508 l 21 551 q 86 578 49 563 q 159 605 124 593 q 222 626 194 618 q 260 635 250 635 q 275 631 269 635 q 285 620 281 628 q 290 597 289 612 q 292 558 292 582 q 292 525 292 544 q 288 490 292 507 q 434 599 362 564 q 567 635 506 635 q 605 630 588 635 q 633 613 622 626 q 650 580 644 601 q 657 527 657 559 q 652 470 657 503 q 642 401 648 438 q 628 325 636 364 q 614 251 620 286 q 604 186 608 215 q 600 137 600 156 q 606 106 600 114 q 624 98 612 98 q 654 103 639 98 q 697 120 669 108 l 715 74 "},"3":{"x_min":1.984375,"x_max":569,"ha":633,"o":"m 569 679 q 557 611 569 642 q 524 553 545 579 q 474 507 503 527 q 413 473 445 487 q 473 453 447 469 q 517 411 499 437 q 543 355 534 386 q 552 290 552 324 q 526 170 552 226 q 456 70 500 113 q 351 3 411 28 q 223 -21 292 -21 q 171 -13 200 -21 q 112 8 142 -6 q 54 43 82 22 q 1 90 25 64 l 38 156 q 133 92 88 110 q 226 74 179 74 q 290 89 261 74 q 342 129 320 103 q 375 191 363 155 q 388 272 388 228 q 379 333 388 307 q 354 375 370 359 q 317 400 338 392 q 271 408 295 408 l 257 408 q 247 407 252 408 q 236 405 242 406 q 219 403 230 405 l 219 464 q 357 537 306 487 q 408 669 408 586 q 391 735 408 711 q 339 759 375 759 q 306 751 321 759 q 279 729 291 743 q 263 695 268 715 q 258 649 258 675 q 225 634 244 642 q 187 619 207 625 q 147 607 167 612 q 113 603 128 603 l 96 644 q 111 685 99 663 q 142 728 123 706 q 186 769 161 749 q 242 804 212 789 q 306 828 272 819 q 377 838 340 838 q 468 824 431 838 q 527 789 505 811 q 559 738 549 767 q 569 679 569 709 "},"9":{"x_min":55.796875,"x_max":615,"ha":632,"o":"m 312 386 q 383 406 351 386 q 443 458 416 427 q 450 576 450 513 q 443 661 450 627 q 424 714 436 694 q 395 742 412 734 q 360 751 378 751 q 295 729 321 751 q 254 674 270 707 q 232 599 238 640 q 226 521 226 559 q 234 457 226 483 q 254 415 242 431 q 282 393 267 399 q 312 386 298 386 m 615 584 q 579 363 615 468 q 475 177 544 259 q 303 40 406 94 q 63 -29 200 -13 l 55 30 q 199 79 137 49 q 306 149 261 108 q 381 243 351 191 q 427 361 410 296 q 348 307 391 328 q 256 286 305 286 q 172 302 208 286 q 113 347 137 319 q 79 412 90 375 q 68 491 68 450 q 79 573 68 532 q 111 653 90 614 q 160 725 131 692 q 225 783 190 758 q 303 822 261 808 q 390 837 345 837 q 482 821 440 837 q 552 775 523 806 q 598 696 582 744 q 615 584 615 648 "},"l":{"x_min":59.3125,"x_max":350.0625,"ha":370,"o":"m 350 74 q 282 35 316 53 q 217 2 249 16 q 157 -19 185 -11 q 108 -28 129 -28 q 74 -7 89 -28 q 60 52 60 12 q 64 108 60 69 q 77 201 69 147 q 95 318 85 254 q 116 448 105 382 q 136 581 126 515 q 154 703 146 646 q 167 804 162 760 q 172 872 172 848 q 168 897 172 888 q 161 910 165 906 q 149 916 156 915 q 137 918 143 918 q 120 914 131 918 q 98 908 109 911 q 71 899 85 904 l 59 946 q 125 973 87 959 q 197 1001 162 988 q 262 1022 233 1014 q 304 1031 291 1031 q 334 1018 323 1031 q 346 975 346 1006 q 341 904 346 948 q 328 802 336 859 q 310 681 320 746 q 290 550 300 616 q 269 420 279 484 q 251 301 259 356 q 238 203 243 246 q 234 138 234 161 q 240 106 234 114 q 257 98 246 98 q 291 103 273 98 q 339 120 309 108 l 350 74 "},"¤":{"x_min":33.234375,"x_max":604.25,"ha":632,"o":"m 341 555 q 285 542 311 555 q 238 510 259 530 q 204 462 218 489 q 187 407 191 436 q 189 354 183 380 q 210 307 195 327 q 247 273 225 286 q 300 260 270 260 q 355 272 329 260 q 402 305 381 284 q 435 352 422 326 q 453 408 448 379 q 450 461 457 435 q 430 508 444 487 q 393 542 415 529 q 341 555 370 555 m 484 123 l 413 216 q 355 186 386 197 q 289 176 324 176 q 225 187 254 176 q 174 218 195 198 l 75 124 l 50 124 q 41 150 46 135 q 33 180 36 166 l 131 275 q 112 337 118 304 q 111 405 107 370 q 131 476 116 442 q 168 540 146 510 l 94 636 l 101 666 q 127 679 112 673 q 155 692 141 686 l 226 597 q 286 629 254 618 q 353 641 318 641 q 415 629 387 641 q 465 597 443 617 l 562 691 l 588 691 l 604 633 l 507 539 q 527 474 522 508 q 528 405 533 440 q 509 336 523 370 q 472 273 495 302 l 545 179 l 541 148 l 484 123 "},"4":{"x_min":15.59375,"x_max":591.359375,"ha":632,"o":"m 157 321 l 347 321 l 394 664 l 157 321 m 591 300 q 554 258 575 279 q 518 227 533 238 l 478 227 l 459 90 q 461 80 458 85 q 474 71 465 76 q 499 60 483 66 q 541 49 516 55 l 535 0 l 171 0 l 178 49 q 246 63 219 56 q 288 75 273 69 q 309 86 303 81 q 316 98 316 92 l 334 227 l 37 227 l 15 254 l 389 791 q 424 803 405 796 q 463 817 444 810 q 502 831 483 824 q 535 844 520 838 l 558 815 l 491 321 l 577 321 l 591 300 "},"p":{"x_min":-14.234375,"x_max":651,"ha":695,"o":"m 423 515 q 392 503 412 515 q 348 471 372 492 q 300 419 325 449 q 254 348 276 388 q 242 277 248 315 q 228 195 236 239 q 257 162 240 178 q 295 134 275 147 q 335 115 314 122 q 372 107 355 107 q 424 124 401 107 q 459 168 446 141 q 483 255 476 205 q 491 355 491 304 q 485 421 491 391 q 469 471 479 450 q 448 503 460 491 q 423 515 436 515 m 287 590 q 276 493 287 562 q 345 565 314 537 q 404 608 377 592 q 456 629 432 624 q 502 635 480 635 q 559 621 532 635 q 606 581 586 607 q 639 515 627 554 q 651 425 651 476 q 643 343 651 385 q 624 260 636 301 q 595 180 612 218 q 560 112 579 142 q 524 61 544 86 q 482 16 505 36 q 433 -15 459 -2 q 379 -28 407 -28 q 341 -18 362 -28 q 299 6 320 -9 q 255 46 277 23 q 212 98 232 70 l 196 3 q 178 -115 185 -65 q 169 -197 172 -165 q 166 -249 166 -230 q 170 -278 166 -268 q 137 -289 159 -281 q 90 -307 115 -297 q 43 -326 65 -317 q 12 -339 21 -335 l -14 -314 q -4 -255 -11 -295 q 11 -164 2 -216 q 32 -49 21 -111 q 54 75 43 12 q 76 201 66 139 q 95 317 87 263 q 108 411 103 370 q 113 474 113 452 q 111 499 113 490 q 103 512 108 508 q 93 518 99 517 q 82 520 88 520 q 65 517 75 520 q 44 511 54 515 q 18 503 31 508 l 6 549 q 73 578 36 563 q 146 606 111 594 q 209 626 181 618 q 250 635 238 635 q 277 625 268 635 q 287 590 287 616 "},"‡":{"x_min":38.71875,"x_max":658.3125,"ha":620,"o":"m 658 754 q 639 721 652 743 q 612 674 627 699 q 582 627 597 650 q 558 591 568 604 q 486 630 522 616 q 404 650 451 644 q 409 571 404 609 q 427 488 414 533 q 387 407 404 445 q 361 331 371 368 q 588 385 475 331 l 603 351 q 584 317 597 339 q 557 271 572 295 q 527 224 542 246 q 503 188 513 201 q 467 208 485 199 q 431 225 450 218 q 393 238 413 233 q 349 246 372 244 q 347 192 347 217 q 350 145 347 168 q 360 101 354 123 q 376 54 367 79 q 341 33 363 46 q 296 9 319 21 q 252 -12 273 -2 q 220 -27 231 -22 l 192 -5 q 247 119 225 58 q 280 246 269 180 q 167 226 223 241 q 53 188 111 212 l 38 223 q 57 256 44 234 q 84 302 69 278 q 114 349 99 326 q 138 385 128 372 q 209 345 174 360 q 291 326 244 331 q 286 405 291 365 q 269 488 281 445 q 310 571 294 533 q 334 650 326 610 q 221 630 277 645 q 108 591 166 615 l 93 626 q 112 659 99 637 q 140 705 125 681 q 169 752 155 730 q 194 788 184 775 q 265 748 230 762 q 347 730 300 735 q 347 784 347 759 q 343 831 347 808 q 333 876 339 854 q 318 923 326 899 q 353 943 331 931 q 399 967 376 955 q 444 989 423 979 q 475 1004 465 999 l 503 982 q 452 858 474 920 q 416 733 429 797 q 529 748 473 733 q 643 788 585 763 l 658 754 "},"à":{"x_min":26,"x_max":664.890625,"ha":669,"o":"m 395 256 q 404 317 399 285 q 414 381 409 350 q 424 442 419 413 q 433 491 429 470 q 392 523 413 509 q 349 538 370 538 q 297 524 320 538 q 254 488 273 510 q 222 437 236 466 q 198 377 207 408 q 184 315 189 346 q 180 257 180 284 q 185 190 180 219 q 199 143 190 162 q 220 115 209 125 q 245 106 232 106 q 306 144 267 106 q 395 256 345 183 m 664 72 q 607 33 636 51 q 554 1 579 15 q 510 -20 530 -12 q 478 -28 491 -28 q 452 -20 467 -28 q 424 5 437 -13 q 400 55 411 24 q 390 134 390 87 q 342 75 366 104 q 290 23 317 46 q 235 -14 263 0 q 180 -28 207 -28 q 129 -15 156 -28 q 79 25 101 -2 q 41 98 56 54 q 26 206 26 143 q 39 311 26 260 q 78 409 53 362 q 141 497 104 456 q 227 571 179 538 q 268 594 245 583 q 315 615 290 606 q 368 629 340 624 q 424 635 395 635 q 480 622 452 635 q 531 594 507 609 q 577 615 554 605 q 618 635 600 625 l 639 590 q 620 573 628 581 q 607 556 613 566 q 597 532 601 546 q 588 495 593 518 q 570 400 578 446 q 556 316 562 354 q 548 249 550 278 q 545 205 545 220 q 555 128 545 158 q 581 98 565 98 q 610 101 595 98 q 654 116 626 105 l 664 72 m 467 715 q 438 700 453 707 q 410 691 422 693 l 215 937 l 242 971 q 270 977 250 973 q 312 984 289 980 q 354 991 334 988 q 383 995 374 995 l 467 715 "},"Ü":{"x_min":109.515625,"x_max":905.484375,"ha":860,"o":"m 898 805 q 834 784 855 795 q 812 763 813 772 l 753 347 q 708 189 741 258 q 629 73 676 120 q 522 3 582 27 q 395 -21 462 -21 q 289 -4 340 -21 q 201 45 239 12 q 141 125 163 78 q 119 236 119 173 q 125 314 119 272 l 188 763 q 171 783 190 771 q 109 805 153 795 l 115 854 l 442 854 l 435 805 q 369 784 392 795 q 344 763 345 772 l 284 346 q 279 306 281 326 q 278 269 278 287 q 319 126 278 174 q 445 78 360 78 q 523 97 489 78 q 580 147 556 115 q 618 223 604 179 q 640 318 633 267 l 702 763 q 699 772 702 767 q 686 783 695 778 q 663 794 677 789 q 626 805 648 800 l 633 855 l 905 855 l 898 805 m 497 1052 q 489 1009 497 1031 q 468 968 482 987 q 433 937 454 949 q 388 926 413 926 q 340 946 355 926 q 325 993 325 967 q 332 1036 325 1014 q 353 1077 339 1058 q 387 1108 367 1096 q 432 1120 407 1120 q 481 1100 465 1120 q 497 1052 497 1079 m 759 1052 q 751 1009 759 1031 q 730 968 744 987 q 696 937 716 949 q 650 926 675 926 q 603 946 619 926 q 588 993 588 967 q 595 1036 588 1014 q 616 1077 602 1058 q 650 1108 630 1096 q 694 1120 669 1120 q 743 1100 727 1120 q 759 1052 759 1079 "},"ó":{"x_min":26,"x_max":612.703125,"ha":617,"o":"m 432 326 q 424 418 432 377 q 400 485 415 458 q 366 526 386 512 q 325 541 346 541 q 259 517 285 541 q 215 456 232 493 q 192 374 199 419 q 185 285 185 329 q 194 199 185 239 q 220 129 204 159 q 256 81 236 99 q 298 64 277 64 q 343 75 323 64 q 378 107 363 87 q 403 153 393 127 q 420 208 414 179 q 429 268 426 237 q 432 326 432 298 m 591 379 q 579 287 591 333 q 546 196 567 240 q 494 113 524 153 q 425 42 463 73 q 386 15 407 28 q 341 -7 364 2 q 295 -22 318 -17 q 252 -28 272 -28 q 157 -7 199 -28 q 86 46 115 12 q 41 129 57 81 q 26 233 26 177 q 35 327 26 282 q 65 415 45 373 q 117 496 85 457 q 194 569 149 535 q 233 595 212 583 q 278 616 255 607 q 325 629 301 624 q 371 635 349 635 q 465 615 424 635 q 534 563 506 596 q 576 482 562 529 q 591 379 591 435 m 612 927 l 356 691 q 333 703 345 694 q 311 725 320 713 l 469 995 l 496 990 q 534 983 514 987 q 573 974 555 978 q 597 968 591 970 l 612 927 "},"꞉":{"x_min":27,"x_max":278,"ha":299,"o":"m 278 501 q 269 455 278 479 q 245 412 261 431 q 206 380 229 393 q 152 368 183 368 q 89 389 109 368 q 70 445 70 410 q 78 489 70 466 q 104 532 87 513 q 144 563 120 551 q 196 576 167 576 q 257 555 237 576 q 278 501 278 534 m 235 190 q 226 143 235 167 q 202 100 218 119 q 162 68 186 81 q 108 56 139 56 q 46 77 66 56 q 27 133 27 98 q 35 177 27 154 q 61 220 44 201 q 101 251 77 239 q 153 264 124 264 q 214 243 194 264 q 235 190 235 222 "}},"cssFontWeight":"bold","ascender":1214,"underlinePosition":-250,"cssFontStyle":"italic","boundingBox":{"yMin":-363.96875,"xMin":-268,"yMax":1203,"xMax":1328},"resolution":1000,"original_font_information":{"postscript_name":"Gentilis-Bold Italic","version_string":"Version 1.100","vendor_url":"http://scripts.sil.org/","full_font_name":"Gentilis Bold Italic","font_family_name":"Gentilis","copyright":"Copyright (c) SIL International, 2003-2008.","description":"","trademark":"Gentium is a trademark of SIL International.","designer":"J. Victor Gaultney and Annie Olsen","designer_url":"http://www.sil.org/~gaultney","unique_font_identifier":"SIL International:Gentilis Bold Italic:2-3-108","license_url":"http://scripts.sil.org/OFL","license_description":"Copyright (c) 2003-2008, SIL International (http://www.sil.org/) with Reserved Font Names \"Gentium\" and \"SIL\".\r\n\r\nThis Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL\r\n\r\n\r\n-----------------------------------------------------------\r\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\r\n-----------------------------------------------------------\r\n\r\nPREAMBLE\r\nThe goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.\r\n\r\nThe OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.\r\n\r\nDEFINITIONS\r\n\"Font Software\" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.\r\n\r\n\"Reserved Font Name\" refers to any names specified as such after the copyright statement(s).\r\n\r\n\"Original Version\" refers to the collection of Font Software components as distributed by the Copyright Holder(s).\r\n\r\n\"Modified Version\" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.\r\n\r\n\"Author\" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.\r\n\r\nPERMISSION & CONDITIONS\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:\r\n\r\n1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.\r\n\r\n2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.\r\n\r\n3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.\r\n\r\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.\r\n\r\n5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.\r\n\r\nTERMINATION\r\nThis license becomes null and void if any of the above conditions are not met.\r\n\r\nDISCLAIMER\r\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.","manufacturer_name":"SIL International","font_sub_family_name":"Bold Italic"},"descender":-394,"familyName":"Gentilis","lineHeight":1607,"underlineThickness":100});;if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":32,"x_max":593.015625,"ha":610,"o":"m 591 812 q 591 803 594 810 q 583 786 588 795 q 568 766 577 776 q 551 745 560 755 q 534 728 542 735 q 522 717 527 720 l 502 721 q 476 752 491 738 q 445 778 462 767 q 410 797 428 790 q 371 804 391 804 q 306 792 334 804 q 258 761 277 780 q 229 719 239 742 q 219 674 219 696 q 223 643 219 659 q 243 609 228 627 q 285 571 258 591 q 358 528 313 551 q 449 475 411 500 q 509 423 486 450 q 542 366 532 397 q 553 298 553 336 q 526 176 553 234 q 454 75 500 119 q 349 5 409 31 q 222 -21 289 -21 q 163 -12 196 -21 q 101 10 131 -3 q 52 42 72 25 q 32 77 32 60 q 40 101 32 86 q 59 133 48 117 q 83 160 70 148 q 104 172 95 172 q 124 155 112 172 q 154 118 135 138 q 200 81 173 98 q 268 65 228 65 q 345 78 309 65 q 407 116 380 92 q 448 173 433 140 q 464 243 464 205 q 455 295 464 271 q 427 342 447 319 q 373 387 407 365 q 288 434 339 410 q 214 479 243 455 q 168 528 184 503 q 144 579 151 553 q 138 629 138 604 q 158 718 138 674 q 216 796 179 762 q 307 853 254 831 q 426 875 361 875 q 517 856 475 875 q 591 812 559 837 "},"¦":{"x_min":26.453125,"x_max":299.75,"ha":278,"o":"m 122 -193 q 106 -203 115 -198 q 85 -212 96 -208 q 64 -221 74 -217 q 46 -227 53 -225 l 26 -210 l 103 331 q 139 351 121 343 q 177 367 158 360 l 200 350 l 122 -193 m 223 519 q 207 509 217 514 q 186 499 197 504 q 164 491 175 495 q 145 485 153 487 l 124 500 l 202 1051 q 241 1071 222 1063 q 279 1084 259 1079 l 299 1069 l 223 519 "},"/":{"x_min":-75.28125,"x_max":640.1875,"ha":555,"o":"m 29 -193 q 11 -203 22 -198 q -11 -212 0 -208 q -35 -221 -23 -217 q -55 -227 -47 -225 l -75 -210 l 537 1051 q 577 1071 556 1063 q 619 1084 599 1079 l 640 1069 l 29 -193 "},"ⱡ":{"x_min":20.546875,"x_max":425.265625,"ha":418,"o":"m 390 434 l 257 434 q 240 322 248 376 q 225 224 232 269 q 216 144 219 179 q 213 91 213 110 q 219 59 213 67 q 236 51 225 51 q 273 56 252 51 q 324 73 293 61 l 332 48 q 273 12 299 27 q 227 -10 248 -1 q 189 -23 206 -19 q 154 -28 171 -28 q 120 -7 135 -28 q 106 52 106 12 q 110 105 106 68 q 122 193 114 142 q 139 306 129 244 q 158 434 148 368 l 33 434 l 20 450 q 30 473 24 461 q 41 495 35 485 l 168 495 q 173 532 171 514 q 179 570 176 550 l 47 570 l 34 586 q 43 609 38 597 q 55 631 49 621 l 188 631 q 202 722 195 678 q 213 802 208 765 q 220 867 217 839 q 223 912 223 895 q 219 937 223 928 q 212 950 216 946 q 200 956 207 955 q 188 958 194 958 q 170 954 182 958 q 147 948 158 951 q 117 939 133 944 l 107 966 q 164 990 135 979 q 218 1011 193 1002 q 261 1025 242 1020 q 289 1031 280 1031 q 319 1018 308 1031 q 331 975 331 1006 q 327 918 331 953 q 318 838 324 883 q 305 740 312 792 q 288 631 297 687 l 412 631 l 425 616 l 404 570 l 279 570 l 266 495 l 398 495 l 411 480 l 390 434 "},"y":{"x_min":-123,"x_max":606,"ha":628,"o":"m 606 583 q 593 524 606 560 q 552 427 580 487 q 478 276 524 366 q 367 55 432 185 q 276 -105 321 -33 q 183 -230 231 -178 q 84 -310 136 -282 q -24 -339 33 -339 q -62 -335 -44 -339 q -94 -327 -80 -332 q -115 -315 -107 -322 q -123 -304 -123 -309 q -116 -281 -123 -296 q -100 -251 -110 -267 q -79 -221 -91 -235 q -59 -203 -68 -208 q -30 -221 -42 -214 q -7 -230 -17 -227 q 14 -233 3 -233 q 37 -233 25 -233 q 145 -179 92 -233 q 254 -29 197 -126 q 238 59 248 9 q 216 160 228 108 q 191 265 204 213 q 165 364 178 318 q 141 447 153 410 q 119 505 129 484 q 92 550 103 539 q 70 561 81 561 q 53 558 64 561 q 31 552 41 556 q 3 544 18 549 l -4 569 q 49 594 24 582 q 96 615 75 606 q 132 629 117 624 q 156 635 148 635 q 173 630 165 635 q 187 615 180 625 q 200 588 193 605 q 214 548 206 571 q 242 462 227 512 q 273 354 258 412 q 304 235 289 297 q 331 112 319 173 q 375 199 353 154 q 417 287 397 243 q 455 370 438 330 q 485 443 472 410 q 506 500 499 476 q 514 537 514 524 q 478 571 514 571 q 416 556 456 574 l 404 581 q 490 622 453 610 q 550 635 527 635 q 572 633 561 635 q 589 626 582 631 q 601 610 597 620 q 606 583 606 600 "},"Á":{"x_min":-23.28125,"x_max":726.765625,"ha":778,"o":"m 252 301 l 155 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 49 46 23 37 q 83 75 75 56 l 414 833 q 435 850 422 841 q 460 866 447 858 q 485 881 473 874 q 505 893 496 888 l 652 75 q 657 59 653 66 q 669 46 660 51 q 691 36 677 40 q 726 29 705 32 l 724 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 252 301 m 501 363 l 437 732 l 278 363 l 501 363 m 701 1078 l 392 913 q 379 925 382 919 q 370 945 376 931 l 635 1158 l 650 1148 q 669 1135 659 1142 q 688 1122 679 1128 q 701 1110 696 1115 l 701 1078 "},"g":{"x_min":-3,"x_max":596.5625,"ha":618,"o":"m 229 65 q 268 87 243 65 q 320 148 292 110 q 377 236 348 186 q 428 342 406 287 q 434 395 431 367 q 443 456 437 424 q 448 483 445 470 q 457 507 452 496 q 435 525 447 515 q 408 543 422 534 q 376 558 393 552 q 340 564 359 564 q 281 548 309 564 q 230 508 253 533 q 188 450 207 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 137 177 129 213 q 158 117 145 142 q 190 78 172 92 q 229 65 209 65 m 596 611 q 557 564 573 592 q 535 487 542 536 q 524 340 524 407 q 524 216 524 274 q 519 105 524 158 q 505 0 515 52 q 461 -131 493 -69 q 387 -239 430 -193 q 292 -312 344 -285 q 186 -339 240 -339 q 124 -330 157 -339 q 63 -309 91 -322 q 15 -283 34 -297 q -3 -256 -3 -268 q 5 -230 -3 -245 q 26 -203 14 -215 q 48 -181 37 -190 q 64 -173 60 -173 q 75 -179 70 -173 q 90 -196 81 -186 q 110 -218 98 -206 q 139 -240 122 -230 q 181 -257 156 -250 q 237 -264 205 -264 q 343 -204 304 -264 q 402 -32 382 -145 q 412 38 408 5 q 416 104 416 72 q 416 165 416 135 q 416 227 416 196 q 370 140 399 185 q 309 57 341 94 q 243 -3 277 20 q 180 -28 210 -28 q 132 -15 158 -28 q 85 25 107 -2 q 49 98 63 54 q 35 206 35 143 q 47 311 35 260 q 84 409 59 362 q 146 496 108 455 q 233 571 183 537 q 274 594 252 583 q 319 615 296 606 q 364 629 342 624 q 408 635 387 635 q 437 630 423 635 q 465 619 452 626 q 490 604 478 612 q 513 589 502 596 q 546 615 528 604 q 580 635 563 626 l 596 611 "},"²":{"x_min":30.28125,"x_max":409,"ha":390,"o":"m 409 821 q 395 766 409 795 q 349 695 382 736 q 259 598 315 654 q 115 466 202 543 l 285 466 q 310 476 300 466 q 327 499 320 487 q 342 533 336 514 l 369 529 l 344 412 l 37 412 l 30 448 q 173 578 116 522 q 265 677 231 634 q 313 752 299 720 q 328 809 328 783 q 309 854 328 839 q 255 870 290 870 q 223 863 237 870 q 199 845 210 856 q 183 820 189 834 q 175 792 177 806 q 141 779 159 784 q 103 772 123 774 l 93 784 q 114 828 96 805 q 157 870 131 851 q 217 902 184 889 q 287 915 251 915 q 336 909 313 915 q 374 892 358 904 q 399 863 390 881 q 409 821 409 845 "},"–":{"x_min":29.15625,"x_max":516.09375,"ha":558,"o":"m 516 367 q 502 336 510 352 q 488 309 495 320 l 41 309 l 29 325 q 42 355 34 340 q 58 384 50 370 l 502 384 l 516 367 "},"ë":{"x_min":43,"x_max":558,"ha":546,"o":"m 264 530 q 220 481 241 510 q 181 417 198 451 q 152 346 164 383 q 141 273 141 309 q 280 336 229 308 q 358 390 332 364 q 392 438 385 415 q 400 485 400 461 q 394 521 400 506 q 380 545 389 536 q 360 559 371 555 q 337 564 348 564 q 305 556 326 564 q 264 530 284 548 m 509 515 q 504 475 509 496 q 486 432 500 454 q 447 385 472 409 q 381 334 422 360 q 281 280 340 308 q 140 221 222 252 q 156 152 144 183 q 184 98 168 120 q 218 63 199 76 q 255 51 237 51 q 290 54 269 51 q 337 67 310 57 q 397 97 364 77 q 472 149 431 116 q 485 136 479 145 q 493 121 491 127 q 394 44 437 73 q 318 -1 352 14 q 258 -22 285 -17 q 207 -28 231 -28 q 156 -15 184 -28 q 102 24 127 -2 q 60 96 77 52 q 43 205 43 140 q 55 309 43 258 q 92 408 68 360 q 152 497 116 455 q 232 573 187 539 q 267 597 247 586 q 308 617 287 608 q 351 630 329 625 q 395 635 374 635 q 445 624 424 635 q 481 596 466 613 q 502 558 495 580 q 509 515 509 537 m 305 855 q 298 818 305 836 q 281 784 292 799 q 255 759 271 769 q 220 750 239 750 q 186 762 198 750 q 174 797 174 774 q 180 834 174 815 q 198 868 186 853 q 225 894 209 884 q 260 904 241 904 q 293 891 281 904 q 305 855 305 878 m 558 855 q 551 818 558 836 q 534 784 545 799 q 507 759 523 769 q 471 750 491 750 q 438 762 450 750 q 427 797 427 774 q 433 834 427 815 q 450 868 439 853 q 476 894 460 884 q 511 904 492 904 q 545 891 532 904 q 558 855 558 878 "},"Î":{"x_min":13.5625,"x_max":470.65625,"ha":389,"o":"m 405 825 q 337 804 362 816 q 309 783 311 793 l 210 70 q 230 50 209 62 q 295 29 251 38 l 291 0 l 13 0 l 18 29 q 86 49 61 38 q 113 70 111 61 l 210 783 q 191 804 212 791 q 127 825 170 816 l 132 855 l 409 855 l 405 825 m 470 943 q 456 924 461 930 q 440 913 450 918 l 294 1052 l 113 913 q 103 923 107 917 q 91 943 98 930 l 278 1148 l 340 1148 l 470 943 "},"e":{"x_min":43,"x_max":509,"ha":546,"o":"m 264 530 q 220 481 241 510 q 181 417 198 451 q 152 346 164 383 q 141 273 141 309 q 280 336 229 308 q 358 390 332 364 q 392 438 385 415 q 400 485 400 461 q 394 521 400 506 q 380 545 389 536 q 360 559 371 555 q 337 564 348 564 q 305 556 326 564 q 264 530 284 548 m 509 515 q 504 475 509 496 q 486 432 500 454 q 447 385 472 409 q 381 334 422 360 q 281 280 340 308 q 140 221 222 252 q 156 152 144 183 q 184 98 168 120 q 218 63 200 76 q 255 51 237 51 q 290 54 269 51 q 337 67 310 57 q 397 97 364 77 q 472 149 431 116 q 485 136 479 145 q 493 121 491 127 q 394 44 437 73 q 318 -1 352 14 q 258 -22 285 -17 q 207 -28 231 -28 q 156 -15 184 -28 q 102 24 127 -2 q 60 96 77 52 q 43 205 43 140 q 55 309 43 258 q 92 408 68 360 q 152 497 116 455 q 232 573 187 539 q 267 597 247 586 q 308 617 287 608 q 351 630 329 625 q 395 635 374 635 q 445 624 424 635 q 481 596 466 613 q 502 558 495 580 q 509 515 509 537 "},"Ã":{"x_min":-23.734375,"x_max":726.3125,"ha":778,"o":"m 251 301 l 154 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 48 46 23 37 q 83 75 74 56 l 413 834 q 434 850 422 842 q 459 866 446 859 q 484 881 472 874 q 505 893 496 889 l 651 75 q 656 59 653 66 q 668 46 660 51 q 690 36 676 40 q 726 29 704 32 l 723 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 251 301 m 501 363 l 437 732 l 278 363 l 501 363 m 706 1094 q 674 1040 692 1067 q 635 991 656 1013 q 590 957 614 970 q 539 944 566 944 q 500 955 518 944 q 467 981 483 967 q 435 1006 451 994 q 402 1018 419 1018 q 354 996 378 1018 q 301 937 329 975 l 271 951 q 304 1005 286 978 q 343 1053 322 1031 q 389 1087 364 1074 q 439 1101 413 1101 q 480 1089 461 1101 q 515 1064 499 1077 q 545 1038 531 1050 q 574 1027 560 1027 q 624 1048 598 1027 q 676 1107 650 1069 l 706 1094 "},"J":{"x_min":-179,"x_max":426.59375,"ha":392,"o":"m 422 825 q 353 804 379 816 q 326 783 327 793 l 237 139 q 208 4 226 58 q 169 -86 191 -49 q 121 -148 147 -123 q 67 -195 95 -173 q 28 -221 49 -209 q -14 -241 6 -232 q -54 -253 -35 -249 q -84 -258 -72 -258 q -120 -251 -103 -258 q -150 -236 -137 -245 q -171 -219 -163 -228 q -179 -203 -179 -209 q -169 -185 -179 -197 q -146 -163 -159 -173 q -118 -144 -132 -152 q -96 -136 -105 -136 q -83 -142 -90 -136 q -66 -155 -75 -148 q -42 -168 -56 -162 q -6 -175 -27 -175 q 29 -163 9 -175 q 68 -122 48 -151 q 105 -40 88 -92 q 133 90 122 11 l 229 783 q 225 792 229 787 q 208 802 221 797 q 173 813 196 808 q 113 825 150 819 l 116 855 l 426 855 l 422 825 "},"»":{"x_min":40.515625,"x_max":546,"ha":598,"o":"m 546 329 q 545 320 546 327 q 543 303 544 312 l 540 280 l 286 4 l 262 24 l 439 305 q 432 325 440 304 q 414 376 425 346 q 389 444 403 407 q 365 511 376 480 q 346 562 353 542 l 338 583 l 367 603 l 546 329 m 324 329 q 323 320 324 327 q 321 303 322 312 l 318 280 l 63 4 l 40 24 l 217 305 q 210 325 218 304 q 192 376 203 346 q 167 444 180 407 q 142 511 154 480 q 123 562 131 542 l 116 583 l 144 603 l 324 329 "},"©":{"x_min":64,"x_max":868,"ha":922,"o":"m 687 639 q 639 607 662 622 q 600 591 616 591 q 584 601 593 591 q 562 622 575 610 q 532 644 549 634 q 491 653 515 653 q 439 640 463 653 q 395 605 414 627 q 359 556 375 584 q 334 497 344 527 q 318 436 323 466 q 313 379 313 405 q 324 311 313 342 q 355 259 336 281 q 401 225 375 237 q 456 213 427 213 q 481 217 466 213 q 516 231 496 221 q 562 258 536 241 q 622 301 588 275 q 633 287 628 293 q 641 276 638 282 q 556 211 592 235 q 491 173 520 186 q 439 155 463 159 q 393 151 416 151 q 343 160 372 151 q 289 194 315 170 q 245 257 263 217 q 228 356 228 297 q 235 434 228 395 q 260 511 242 473 q 307 585 278 548 q 380 654 336 621 q 417 677 396 666 q 461 693 438 687 q 506 704 483 700 q 548 708 529 708 q 598 698 576 708 q 636 676 620 688 q 665 653 653 664 q 687 639 678 641 m 814 487 q 793 616 814 556 q 735 720 773 676 q 643 791 697 765 q 521 817 588 817 q 410 799 462 817 q 313 749 358 781 q 231 675 268 717 q 170 582 195 632 q 130 478 144 532 q 117 369 117 423 q 137 239 117 300 q 195 134 157 179 q 288 63 234 89 q 411 37 342 37 q 522 54 469 37 q 619 104 574 72 q 700 179 664 136 q 761 273 736 223 q 800 378 786 323 q 814 487 814 432 m 868 510 q 853 381 868 445 q 809 257 838 316 q 740 147 781 198 q 647 59 699 97 q 534 0 596 21 q 402 -21 472 -21 q 262 8 325 -21 q 155 88 200 37 q 87 208 111 139 q 64 356 64 277 q 79 482 64 419 q 124 603 95 546 q 194 710 153 661 q 287 797 236 760 q 399 854 339 833 q 527 875 460 875 q 666 847 604 875 q 774 770 729 819 q 843 654 819 721 q 868 510 868 588 "},"ò":{"x_min":36,"x_max":550,"ha":586,"o":"m 453 342 q 415 500 453 445 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 q 145 184 134 225 q 176 114 156 144 q 223 66 196 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 196 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 150 -7 187 -28 q 87 46 113 12 q 49 129 62 81 q 36 233 36 177 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 444 616 406 635 q 504 563 481 597 q 539 482 528 529 q 550 379 550 435 m 390 710 q 368 698 376 701 q 348 696 360 696 l 178 957 l 200 982 q 221 985 208 984 q 247 987 233 987 q 274 987 261 987 q 295 987 287 987 l 390 710 "},"^":{"x_min":63.75,"x_max":579.15625,"ha":636,"o":"m 579 430 q 543 404 560 415 q 503 383 526 394 l 483 401 l 375 892 l 151 430 q 133 416 143 424 q 112 403 123 409 q 92 391 102 396 q 76 383 83 386 l 63 401 l 349 991 q 370 1008 358 999 q 396 1025 383 1016 q 421 1040 408 1033 q 442 1051 433 1046 l 579 430 "},"«":{"x_min":39.328125,"x_max":545.25,"ha":598,"o":"m 39 280 q 42 303 40 293 q 45 319 44 312 q 47 328 46 327 l 299 602 l 322 583 l 315 570 q 295 539 307 559 q 266 494 282 520 q 234 443 250 469 q 202 392 217 417 q 173 347 186 367 q 153 316 161 328 q 147 305 146 305 l 247 24 l 219 4 l 39 280 m 261 280 q 265 303 263 293 q 267 319 266 312 q 269 328 268 327 l 522 602 l 545 583 l 537 570 q 517 539 530 559 q 489 494 505 520 q 456 443 473 469 q 424 392 440 417 q 396 347 408 367 q 376 316 383 328 q 369 305 368 305 l 469 24 l 441 4 l 261 280 "},"D":{"x_min":0.015625,"x_max":731,"ha":759,"o":"m 731 505 q 719 384 731 445 q 684 268 707 324 q 627 163 661 212 q 548 77 593 113 q 447 20 503 41 q 326 0 392 0 l 0 0 l 4 29 q 72 49 46 38 q 99 70 98 61 l 200 808 l 97 797 l 97 840 q 251 867 175 859 q 397 875 327 875 q 538 848 477 875 q 643 773 600 822 q 708 657 686 725 q 731 505 731 589 m 342 817 l 321 817 q 301 817 311 817 l 202 94 q 205 77 201 84 q 221 65 209 70 q 254 59 232 61 q 308 57 275 57 q 401 75 359 57 q 478 127 443 94 q 539 203 513 159 q 584 295 566 246 q 611 394 602 343 q 621 492 621 445 q 602 624 621 565 q 549 726 584 684 q 461 793 513 769 q 342 817 409 817 "},"ÿ":{"x_min":-123,"x_max":606,"ha":628,"o":"m 606 583 q 593 524 606 560 q 552 427 580 487 q 478 276 524 366 q 367 55 432 185 q 276 -105 321 -33 q 183 -230 231 -178 q 84 -310 136 -282 q -24 -339 33 -339 q -62 -335 -44 -339 q -94 -327 -80 -332 q -115 -315 -107 -322 q -123 -304 -123 -309 q -116 -281 -123 -296 q -100 -251 -110 -267 q -79 -221 -91 -235 q -59 -203 -68 -208 q -30 -221 -42 -214 q -6 -230 -17 -227 q 14 -233 4 -233 q 37 -233 25 -233 q 145 -179 92 -233 q 255 -29 198 -126 q 238 59 248 9 q 216 160 228 108 q 192 265 204 213 q 166 364 179 318 q 141 447 153 410 q 119 505 129 484 q 93 550 103 539 q 70 561 82 561 q 53 558 64 561 q 31 552 42 556 q 4 544 18 549 l -4 569 q 50 594 24 582 q 96 615 75 606 q 132 629 117 624 q 156 635 148 635 q 173 630 165 635 q 186 615 180 625 q 200 588 193 605 q 214 548 206 571 q 242 462 227 512 q 273 354 258 412 q 304 235 289 297 q 331 112 319 173 q 375 199 352 154 q 417 287 397 243 q 455 370 437 330 q 485 443 472 410 q 506 500 499 476 q 514 537 514 524 q 478 571 514 571 q 416 556 456 574 l 404 581 q 490 622 453 610 q 550 635 527 635 q 572 633 561 635 q 589 626 582 631 q 601 610 597 620 q 606 583 606 600 m 342 856 q 335 819 342 837 q 319 785 329 800 q 292 760 308 770 q 257 751 276 751 q 224 763 236 751 q 212 798 212 775 q 218 835 212 816 q 235 869 224 854 q 262 895 247 885 q 297 905 278 905 q 330 892 318 905 q 342 856 342 879 m 595 856 q 588 819 595 837 q 571 785 582 800 q 544 760 560 770 q 509 751 528 751 q 476 763 488 751 q 465 798 465 775 q 471 835 465 816 q 487 869 477 854 q 514 895 498 885 q 549 905 529 905 q 582 892 570 905 q 595 856 595 879 "},"í":{"x_min":47.703125,"x_max":475.984375,"ha":342,"o":"m 308 48 q 251 15 276 29 q 204 -8 225 1 q 166 -23 183 -18 q 135 -28 150 -28 q 98 -6 112 -28 q 85 51 85 14 q 90 109 85 71 q 102 192 95 146 q 119 288 110 238 q 135 383 127 338 q 147 463 142 428 q 153 515 153 499 q 150 540 153 531 q 145 553 148 549 q 136 559 142 558 q 125 561 131 561 q 108 558 119 561 q 85 552 97 556 q 57 544 72 549 l 47 569 q 104 594 76 582 q 156 615 132 606 q 199 629 181 624 q 226 635 217 635 q 253 622 245 635 q 261 577 261 609 q 255 519 261 558 q 242 434 250 481 q 226 334 234 386 q 209 235 217 282 q 196 149 201 187 q 191 91 191 110 q 195 60 191 70 q 211 51 199 51 q 251 56 232 51 q 298 73 270 61 l 308 48 m 475 932 l 235 696 q 219 703 224 698 q 205 719 214 708 l 389 989 q 406 984 395 987 q 428 977 416 981 q 450 970 440 974 q 465 962 460 966 l 475 932 "},"w":{"x_min":3.15625,"x_max":867,"ha":875,"o":"m 867 583 q 863 541 867 565 q 851 484 860 517 q 825 406 841 451 q 783 303 809 362 q 720 170 757 244 q 632 1 683 95 q 618 -5 625 -2 q 601 -13 610 -9 q 584 -21 592 -17 q 569 -27 576 -25 l 547 -6 q 536 75 542 31 q 524 165 530 120 q 510 256 517 211 q 497 341 504 301 q 483 414 490 381 q 471 468 477 447 q 462 424 471 453 q 441 357 454 396 q 409 274 427 318 q 370 182 391 229 q 326 90 349 135 q 281 6 304 45 q 266 -1 275 3 q 248 -10 258 -5 q 229 -20 239 -15 q 214 -27 220 -25 l 192 -6 q 182 77 187 31 q 172 173 177 124 q 161 272 167 222 q 150 365 156 321 q 139 446 145 409 q 127 505 134 482 q 118 534 123 523 q 105 551 112 545 q 92 559 99 557 q 79 561 85 561 q 62 558 73 561 q 40 552 51 556 q 12 544 27 549 l 3 570 q 57 594 31 583 q 104 615 83 606 q 141 629 125 624 q 165 635 157 635 q 194 612 184 635 q 215 542 203 590 q 225 488 219 523 q 236 412 230 454 q 247 324 242 370 q 258 237 253 278 q 265 162 262 196 q 269 112 269 129 q 325 228 296 165 q 377 354 353 291 q 417 478 401 418 q 434 586 434 538 q 456 604 444 595 q 480 619 468 612 q 503 630 492 626 q 521 635 513 635 q 528 623 524 635 q 537 594 532 612 q 547 551 541 575 q 557 502 552 527 l 566 452 q 574 407 571 427 q 586 336 579 375 q 599 257 592 297 q 611 175 605 216 q 620 99 617 134 q 703 264 671 193 q 754 389 736 335 q 778 479 772 442 q 785 542 785 516 q 775 564 785 556 q 747 573 765 573 q 724 570 738 573 q 695 562 710 567 l 683 587 q 727 610 706 601 q 765 624 748 619 q 793 632 782 630 q 809 635 805 635 q 831 633 821 635 q 849 626 841 631 q 862 610 857 620 q 867 583 867 600 "},"$":{"x_min":-11,"x_max":539.046875,"ha":558,"o":"m 169 645 q 173 618 169 632 q 189 589 177 604 q 221 558 200 574 q 273 523 241 541 l 308 767 q 250 755 276 767 q 206 725 225 743 q 178 686 188 707 q 169 645 169 665 m 416 233 q 410 273 416 254 q 391 309 404 292 q 357 344 378 327 q 307 379 336 362 l 263 64 q 323 86 295 70 q 371 124 351 102 q 404 174 392 146 q 416 233 416 201 m 537 776 q 534 760 541 773 q 515 732 526 747 q 490 703 503 716 q 471 686 477 690 l 452 689 q 412 731 436 712 q 361 761 388 751 l 323 497 q 404 449 370 472 q 459 400 437 425 q 490 347 480 375 q 501 283 501 318 q 481 184 501 232 q 428 97 462 136 q 349 29 394 57 q 252 -11 303 0 l 240 -93 q 230 -102 234 -99 q 222 -107 226 -105 q 212 -110 217 -109 q 199 -113 207 -111 l 185 -99 l 196 -21 q 187 -21 192 -21 q 177 -21 182 -21 q 120 -12 153 -21 q 58 9 88 -4 q 9 39 29 22 q -11 73 -11 56 q -3 96 -11 81 q 15 126 4 111 q 38 152 26 141 q 60 164 50 164 q 78 149 66 164 q 106 116 89 134 q 148 81 123 98 q 208 61 173 65 l 256 406 l 240 414 q 169 458 198 435 q 122 505 140 481 q 97 553 104 528 q 90 600 90 577 q 106 675 90 638 q 152 744 122 713 q 224 798 182 776 q 317 830 266 821 l 328 907 q 340 915 336 913 q 347 919 344 917 q 354 922 350 921 q 367 926 358 923 l 382 911 l 371 835 l 372 835 q 463 817 420 835 q 537 776 506 799 "},"\\":{"x_min":98.328125,"x_max":462.515625,"ha":555,"o":"m 438 -227 q 420 -221 431 -225 q 398 -212 409 -217 q 377 -203 387 -208 q 362 -193 367 -198 l 98 1069 l 123 1084 q 162 1071 142 1079 q 200 1051 183 1063 l 462 -210 l 438 -227 "},"Ì":{"x_min":13.5625,"x_max":409.609375,"ha":389,"o":"m 405 825 q 337 804 362 816 q 309 783 311 793 l 210 70 q 230 50 209 62 q 295 29 251 38 l 291 0 l 13 0 l 18 29 q 86 49 61 38 q 113 70 111 61 l 210 783 q 191 804 212 791 q 127 825 170 816 l 132 855 l 409 855 l 405 825 m 377 945 q 362 925 368 931 q 345 913 356 919 l 73 1078 l 82 1110 q 99 1122 88 1115 q 122 1135 109 1129 q 145 1148 134 1142 q 165 1158 157 1154 l 377 945 "},"µ":{"x_min":4.859375,"x_max":693.25,"ha":713,"o":"m 485 339 q 497 408 491 375 q 506 470 502 442 q 510 515 510 499 q 507 559 510 537 q 498 594 505 582 q 525 605 510 599 q 555 615 539 610 q 586 626 571 621 q 616 635 602 631 q 625 621 622 627 q 630 608 628 614 q 620 554 626 588 q 605 480 613 521 q 589 394 597 438 q 575 307 582 349 q 565 230 569 265 q 561 172 561 194 q 563 123 561 142 q 568 95 565 105 q 576 83 571 86 q 586 81 580 81 q 599 82 592 81 q 614 92 605 84 q 636 117 624 100 q 669 165 649 135 l 693 146 q 642 60 664 93 q 599 6 619 26 q 560 -20 580 -13 q 519 -28 541 -28 q 462 165 462 -28 q 413 87 437 123 q 364 26 389 51 q 312 -13 338 0 q 258 -28 285 -28 q 216 -18 236 -28 q 178 9 195 -8 q 148 53 161 27 q 125 110 134 78 l 120 70 q 112 -59 112 0 q 119 -167 112 -120 q 136 -245 127 -214 q 148 -285 145 -276 q 121 -296 138 -289 q 86 -311 104 -303 q 51 -327 67 -319 q 27 -339 35 -335 l 4 -319 q 17 -231 9 -281 q 34 -126 25 -182 q 54 -11 43 -70 q 74 105 64 47 q 93 217 84 163 q 109 316 102 271 q 117 370 112 343 q 125 424 121 398 q 131 473 128 449 q 134 515 134 497 q 131 540 134 531 q 126 553 129 549 q 117 559 122 558 q 107 561 112 561 q 89 558 100 561 q 65 552 77 556 q 37 544 52 549 l 27 569 q 85 594 56 582 q 139 615 114 606 q 183 629 164 624 q 210 635 201 635 q 235 622 229 635 q 242 578 242 609 q 238 531 242 558 q 231 473 235 504 q 221 411 226 443 q 210 350 215 379 q 203 294 206 320 q 200 250 200 268 q 206 182 200 213 q 223 128 212 150 q 248 93 233 106 q 281 81 263 81 q 334 98 306 81 q 392 154 362 116 q 456 250 423 192 q 476 287 466 268 q 485 339 480 312 "},"Ç":{"x_min":52,"x_max":689.96875,"ha":675,"o":"m 399 -149 q 377 -215 399 -185 q 323 -262 356 -245 q 247 -279 289 -279 q 165 -254 205 -279 l 165 -228 q 227 -246 199 -246 q 274 -237 255 -246 q 303 -213 293 -229 q 313 -182 313 -198 q 297 -154 313 -164 q 249 -145 281 -145 q 265 -101 259 -120 q 277 -65 272 -82 q 285 -32 281 -48 q 288 -17 287 -25 q 212 2 249 -13 q 130 67 165 25 q 73 170 94 109 q 52 311 52 232 q 64 441 52 374 q 103 569 77 507 q 171 689 129 632 q 269 791 212 746 q 376 852 319 830 q 497 875 433 875 q 611 855 564 875 q 689 807 659 835 q 684 792 691 803 q 665 766 677 780 q 640 738 653 752 q 618 717 626 724 l 597 722 q 530 772 569 752 q 434 793 490 793 q 373 780 407 793 q 312 746 339 767 q 239 662 270 712 q 190 557 209 612 q 162 447 171 501 q 154 349 154 392 q 174 222 154 276 q 225 133 194 168 q 294 81 257 98 q 368 65 332 65 q 459 89 406 65 q 588 173 512 113 q 594 167 592 172 q 600 158 597 163 q 605 149 603 153 q 608 143 607 145 q 522 65 562 96 q 445 15 481 34 q 375 -10 408 -3 q 335 -17 354 -15 q 329 -43 332 -33 q 321 -78 325 -60 q 377 -97 355 -78 q 399 -149 399 -116 "},"’":{"x_min":123.296875,"x_max":308,"ha":278,"o":"m 308 898 q 292 827 308 862 q 254 759 277 791 q 202 698 230 726 q 147 650 173 670 l 123 674 q 149 703 135 686 q 175 741 163 721 q 195 782 187 762 q 204 820 204 803 q 186 863 204 847 q 133 879 168 879 l 127 908 q 153 927 134 917 q 194 948 172 938 q 237 964 216 958 q 268 971 257 971 q 297 940 287 958 q 308 898 308 923 "},"-":{"x_min":29.15625,"x_max":393.34375,"ha":435,"o":"m 393 367 q 379 336 387 352 q 365 309 371 320 l 41 309 l 29 325 q 42 355 34 340 q 58 384 50 370 l 380 384 l 393 367 "},"Q":{"x_min":61,"x_max":748.890625,"ha":770,"o":"m 635 513 q 622 620 635 570 q 586 709 610 671 q 528 768 563 746 q 449 791 493 791 q 356 770 397 791 q 283 717 315 750 q 229 640 251 684 q 192 548 206 596 q 170 452 177 501 q 164 361 164 404 q 177 244 164 298 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 145 485 110 q 571 225 548 180 q 607 321 593 271 q 628 420 622 370 q 635 513 635 470 m 748 -79 q 710 -131 729 -108 q 673 -169 691 -154 q 642 -192 656 -184 q 617 -201 628 -201 q 546 -181 579 -201 q 479 -133 512 -161 q 414 -73 447 -104 q 348 -18 382 -41 q 319 -21 334 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 329 61 258 q 68 420 61 372 q 91 515 76 467 q 126 608 105 563 q 174 691 147 653 q 236 762 203 729 q 306 821 269 796 q 387 861 344 846 q 478 876 430 876 q 593 848 544 876 q 673 772 642 820 q 720 660 705 724 q 736 525 736 596 q 728 427 736 477 q 704 330 720 378 q 665 236 688 281 q 611 152 641 191 q 532 68 574 106 q 442 6 491 30 q 493 -29 468 -9 q 542 -66 518 -49 q 589 -96 566 -84 q 636 -108 613 -108 q 652 -105 644 -108 q 672 -96 661 -102 q 698 -80 683 -90 q 734 -55 713 -70 l 748 -79 "},"M":{"x_min":2.71875,"x_max":1041.671875,"ha":1025,"o":"m 1038 826 q 996 819 1020 826 q 948 801 973 813 l 866 70 q 887 50 865 62 q 954 29 910 39 l 950 0 l 672 0 l 676 29 q 746 50 718 39 q 775 70 773 61 l 848 718 l 482 0 l 454 0 l 265 710 l 173 70 q 192 50 172 62 q 257 29 212 39 l 252 0 l 2 0 l 6 29 q 75 50 50 39 q 101 70 100 61 l 207 800 q 163 820 186 814 q 123 826 141 826 l 127 855 l 307 855 q 316 852 312 855 q 323 844 320 850 q 329 827 326 838 q 337 798 332 816 l 506 191 l 817 798 q 833 827 827 816 q 845 844 840 838 q 854 852 850 850 q 865 855 859 855 l 1041 855 l 1038 826 "},"C":{"x_min":52,"x_max":689.796875,"ha":675,"o":"m 689 807 q 684 792 691 803 q 665 766 676 780 q 639 738 653 752 q 617 717 626 724 l 597 722 q 530 772 569 752 q 434 793 490 793 q 373 780 407 793 q 312 746 339 767 q 239 662 269 712 q 190 557 209 612 q 162 447 171 501 q 154 349 154 392 q 174 222 154 276 q 225 133 194 168 q 294 81 257 98 q 368 65 332 65 q 459 89 406 65 q 588 173 512 113 q 594 167 592 172 q 600 158 597 163 q 604 149 602 153 q 608 143 607 145 q 521 65 562 97 q 445 16 481 34 q 375 -10 408 -2 q 310 -18 342 -18 q 212 4 259 -18 q 130 68 165 26 q 73 171 94 110 q 52 311 52 232 q 64 441 52 375 q 103 570 77 507 q 171 689 129 632 q 269 791 212 746 q 376 852 319 830 q 497 875 433 875 q 611 855 564 875 q 689 807 659 835 "},"!":{"x_min":35,"x_max":302.546875,"ha":278,"o":"m 192 103 q 184 60 192 82 q 164 20 177 38 q 133 -9 151 2 q 91 -21 114 -21 q 49 -2 64 -21 q 35 46 35 15 q 42 87 35 65 q 64 126 50 108 q 96 155 78 143 q 136 167 114 167 q 176 149 161 167 q 192 103 192 131 m 169 264 q 146 248 156 254 q 119 237 136 242 l 103 251 l 161 909 q 185 926 171 916 q 215 945 199 935 q 247 962 231 954 q 278 974 263 970 l 302 957 l 169 264 "},"ç":{"x_min":36,"x_max":551.546875,"ha":539,"o":"m 323 -149 q 301 -215 323 -185 q 247 -262 280 -245 q 171 -279 213 -279 q 89 -254 129 -279 l 89 -228 q 151 -246 123 -246 q 198 -237 179 -246 q 227 -213 217 -229 q 237 -182 237 -198 q 221 -154 237 -164 q 173 -145 205 -145 q 189 -101 183 -120 q 200 -65 196 -82 q 209 -32 205 -48 l 210 -28 l 201 -28 q 150 -16 178 -28 q 96 23 121 -4 q 53 99 70 52 q 36 218 36 147 q 45 312 36 263 q 76 407 55 360 q 131 495 97 453 q 216 571 166 537 q 258 594 235 583 q 306 615 281 606 q 355 629 331 624 q 400 635 379 635 q 453 623 430 635 q 495 597 476 612 q 527 569 513 582 q 551 553 541 556 q 521 531 537 542 q 490 510 505 519 q 462 495 475 501 q 440 489 449 489 q 422 500 432 489 q 396 526 411 512 q 363 552 381 540 q 323 564 345 564 q 266 549 292 564 q 219 508 240 534 q 182 450 198 483 q 156 382 166 417 q 140 310 145 346 q 135 242 135 274 q 144 163 135 198 q 172 102 154 127 q 214 64 189 78 q 267 51 238 51 q 299 55 280 51 q 342 70 318 59 q 398 100 367 81 q 465 149 428 119 q 476 134 470 142 q 486 121 483 127 q 391 44 433 73 q 314 0 349 14 q 258 -21 284 -15 q 253 -43 255 -34 q 245 -78 249 -60 q 301 -97 279 -78 q 323 -149 323 -116 "},"È":{"x_min":-0.203125,"x_max":634.5625,"ha":642,"o":"m 580 165 q 552 63 566 106 q 531 0 538 19 l 0 0 l 3 29 q 72 49 46 38 q 99 70 98 61 l 198 783 q 178 803 199 791 q 113 825 157 816 l 117 855 l 617 855 l 634 837 q 626 799 631 820 q 614 757 621 778 q 601 717 608 736 q 588 685 594 698 l 559 685 q 562 737 562 716 q 557 770 562 757 q 544 787 552 782 q 523 793 536 793 l 296 793 l 256 498 l 509 498 l 523 479 q 508 459 516 469 q 490 439 499 449 q 472 421 481 429 q 456 406 463 412 q 433 425 446 418 q 403 437 421 433 q 359 442 385 442 q 295 442 333 442 l 248 442 l 202 104 q 204 86 201 94 q 220 72 208 78 q 258 64 233 67 q 323 61 282 61 l 405 61 q 453 64 433 61 q 489 79 473 67 q 519 114 505 91 q 553 177 534 137 l 580 165 m 503 945 q 487 925 493 931 q 471 913 481 919 l 199 1078 l 207 1110 q 224 1122 213 1115 q 247 1135 235 1129 q 271 1148 259 1142 q 290 1158 282 1154 l 503 945 "},"{":{"x_min":69.484375,"x_max":502.515625,"ha":435,"o":"m 502 1053 q 451 1016 475 1037 q 409 969 428 995 q 377 914 390 944 q 359 849 364 884 q 354 784 354 809 q 354 737 354 759 q 354 690 354 715 q 351 625 354 665 q 335 570 347 597 q 306 519 324 543 q 265 475 289 495 q 212 443 241 455 q 263 422 243 437 q 293 383 283 406 q 304 329 304 360 q 298 261 304 298 q 285 192 293 220 q 270 138 278 163 q 254 88 261 113 q 242 29 246 63 q 237 -36 237 -7 q 246 -88 237 -65 q 274 -132 255 -112 q 323 -171 293 -152 l 304 -213 q 220 -164 255 -190 q 166 -108 186 -139 q 140 -38 146 -76 q 140 49 133 0 q 153 115 146 89 q 169 165 161 141 q 186 217 178 189 q 200 286 194 244 q 185 369 207 341 q 116 398 163 398 l 104 398 q 97 397 100 398 q 89 396 93 397 q 75 393 84 395 l 69 429 q 191 492 147 450 q 242 585 234 534 q 246 632 246 612 q 246 667 246 651 q 244 697 246 683 q 243 727 243 711 q 243 762 243 742 q 247 810 243 782 q 324 970 260 902 q 490 1085 388 1039 l 502 1053 "},"X":{"x_min":-14.0625,"x_max":814.34375,"ha":793,"o":"m 735 0 l 456 0 l 460 28 q 505 36 487 31 q 531 46 523 40 q 540 62 540 53 q 533 85 540 72 l 392 371 l 194 84 q 192 42 173 54 q 268 31 212 31 l 264 0 l -14 0 l -10 28 q 61 44 30 32 q 110 85 91 57 l 357 443 l 198 768 q 182 792 190 783 q 164 808 175 802 q 140 818 154 814 q 106 825 127 821 l 110 854 l 389 854 l 385 825 q 314 809 332 819 q 310 768 295 798 l 432 520 l 606 768 q 617 794 617 784 q 606 810 617 804 q 577 820 596 817 q 531 824 558 824 l 535 855 l 814 855 l 810 825 q 770 818 787 822 q 738 808 752 815 q 711 792 723 802 q 689 768 699 782 l 466 451 l 647 85 q 663 61 654 71 q 683 45 671 52 q 708 35 694 39 q 739 28 722 31 l 735 0 "},"ô":{"x_min":36,"x_max":550,"ha":586,"o":"m 453 342 q 415 500 453 445 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 q 145 184 134 225 q 176 114 156 144 q 223 66 196 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 196 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 150 -7 187 -28 q 87 46 113 12 q 49 129 62 81 q 36 233 36 177 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 444 616 406 635 q 504 563 481 597 q 539 482 528 529 q 550 379 550 435 m 539 726 q 525 706 530 713 q 509 696 520 700 l 368 875 l 183 696 q 172 706 177 700 q 161 726 167 713 l 353 978 l 415 978 l 539 726 "},"¼":{"x_min":89.734375,"x_max":739.109375,"ha":753,"o":"m 597 332 l 450 153 l 572 153 l 597 332 m 675 142 q 659 124 666 132 q 643 111 652 116 l 625 111 l 615 39 q 616 34 615 36 q 621 29 617 32 q 633 24 625 27 q 655 19 641 22 l 652 0 l 485 0 l 487 19 q 523 25 509 22 q 545 31 537 28 q 555 37 552 34 q 558 42 558 39 l 567 111 l 397 111 l 387 121 l 593 381 q 625 393 609 387 q 652 405 641 400 l 663 393 l 630 153 l 667 153 l 675 142 m 89 432 l 93 455 q 137 461 120 457 q 165 468 155 465 q 179 476 175 472 q 184 484 184 480 l 217 732 q 220 752 220 745 q 215 763 220 759 q 209 766 214 765 q 195 768 205 768 q 170 765 185 768 q 131 759 154 763 l 127 781 q 163 792 141 785 q 206 807 184 799 q 248 822 228 814 q 280 837 268 831 l 291 825 l 245 484 q 247 477 245 480 q 257 469 249 473 q 281 461 266 465 q 322 455 296 457 l 319 432 l 89 432 m 165 1 q 136 -10 149 -5 q 105 -20 122 -15 l 93 0 l 669 815 q 697 827 681 820 q 726 837 712 833 l 739 818 l 165 1 "},"#":{"x_min":37.296875,"x_max":630.703125,"ha":558,"o":"m 240 400 l 359 400 l 423 574 l 304 574 l 240 400 m 522 652 l 617 652 l 630 635 q 617 602 625 620 q 602 574 609 585 l 493 574 l 429 400 l 527 400 l 540 381 q 527 350 535 368 q 514 322 520 333 l 400 322 l 323 115 q 295 98 311 105 q 262 85 280 92 l 248 99 l 330 322 l 211 322 l 134 115 q 106 98 122 105 q 73 85 91 92 l 58 99 l 141 322 l 50 322 l 37 338 q 50 369 42 352 q 65 400 57 386 l 169 400 l 233 574 l 140 574 l 127 590 q 140 621 132 605 q 155 652 147 638 l 263 652 l 336 848 q 365 865 350 859 q 396 876 381 870 l 410 861 l 332 652 l 452 652 l 524 848 q 555 865 539 859 q 584 876 570 870 l 600 861 l 522 652 "},"ꞌ":{"x_min":157,"x_max":291.28125,"ha":292,"o":"m 192 484 q 175 476 184 478 q 157 474 167 474 l 157 934 q 180 944 166 938 q 209 955 194 950 q 237 964 223 960 q 259 970 250 968 l 291 952 l 192 484 "},"Ⱡ":{"x_min":0,"x_max":575.09375,"ha":623,"o":"m 405 432 l 247 432 l 237 358 l 397 358 l 410 342 l 388 297 l 228 297 l 202 104 q 205 83 201 92 q 222 70 209 75 q 256 63 234 65 q 312 61 278 61 l 398 61 q 447 64 427 61 q 483 79 467 67 q 514 114 499 91 q 548 177 529 137 l 575 165 q 547 63 561 106 q 524 0 533 19 l 0 0 l 4 29 q 72 49 46 38 q 99 70 98 61 l 130 297 l 31 297 l 21 313 q 30 335 25 324 q 40 358 35 347 l 139 358 l 149 432 l 48 432 l 38 448 q 47 470 42 459 q 57 493 52 482 l 158 493 l 198 783 q 179 803 200 791 q 113 825 158 815 l 118 854 l 396 854 l 391 825 q 323 804 349 815 q 295 783 297 792 l 255 493 l 414 493 l 427 477 l 405 432 "},"Ê":{"x_min":-0.203125,"x_max":634.5625,"ha":642,"o":"m 580 165 q 552 63 566 106 q 531 0 538 19 l 0 0 l 3 29 q 72 49 46 38 q 99 70 98 61 l 198 783 q 178 803 199 791 q 113 825 157 816 l 117 855 l 617 855 l 634 837 q 626 799 631 820 q 614 757 621 778 q 601 717 608 736 q 588 685 594 698 l 559 685 q 562 737 562 716 q 557 770 562 757 q 544 787 552 782 q 523 793 536 793 l 296 793 l 256 498 l 509 498 l 523 479 q 508 459 516 469 q 490 439 499 449 q 472 421 481 429 q 456 406 463 412 q 433 425 446 418 q 403 437 421 433 q 359 442 385 442 q 295 442 333 442 l 248 442 l 202 104 q 204 86 201 94 q 220 72 208 78 q 258 64 233 67 q 323 61 282 61 l 405 61 q 453 64 433 61 q 489 79 473 67 q 519 114 505 91 q 553 177 534 137 l 580 165 m 595 943 q 581 924 586 930 q 565 913 576 918 l 419 1052 l 239 913 q 228 923 233 917 q 216 943 223 930 l 403 1148 l 465 1148 l 595 943 "},")":{"x_min":-55.390625,"x_max":349,"ha":409,"o":"m 334 425 q 284 212 318 313 q 202 27 250 111 q 92 -118 153 -56 q -38 -213 31 -180 l -55 -183 q 35 -95 -9 -150 q 117 34 79 -40 q 184 203 155 109 q 229 405 214 296 q 243 601 243 504 q 228 785 243 699 q 186 943 213 872 q 119 1057 158 1013 l 144 1088 q 254 986 209 1054 q 324 830 299 919 q 349 637 349 741 q 334 425 349 533 "},"Å":{"x_min":-23.4375,"x_max":726.671875,"ha":778,"o":"m 251 301 l 154 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 49 46 23 37 q 83 75 74 56 l 414 833 q 435 850 422 841 q 460 866 447 858 q 484 881 473 874 q 505 893 496 888 l 652 75 q 657 59 653 66 q 669 46 660 51 q 691 36 677 40 q 726 29 704 32 l 723 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 251 301 m 501 363 l 437 731 l 278 363 l 501 363 m 551 1059 q 540 1102 551 1083 q 509 1121 530 1121 q 476 1112 490 1121 q 452 1089 462 1103 q 437 1058 442 1075 q 433 1025 433 1041 q 444 981 433 1000 q 476 963 455 963 q 508 972 494 963 q 532 995 522 981 q 546 1026 541 1009 q 551 1059 551 1043 m 608 1085 q 596 1027 608 1057 q 563 971 584 997 q 515 929 542 946 q 456 913 487 913 q 424 919 439 913 q 398 938 409 926 q 381 964 387 949 q 376 996 376 979 q 387 1058 376 1027 q 420 1114 399 1089 q 468 1156 441 1140 q 528 1173 496 1173 q 586 1148 564 1173 q 608 1085 608 1123 "},"ø":{"x_min":-9.4375,"x_max":594.75,"ha":586,"o":"m 134 270 q 137 219 134 244 q 148 172 141 194 l 415 500 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 m 453 342 q 441 440 453 396 l 176 114 q 222 66 195 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 197 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 161 -13 194 -28 q 104 27 129 1 l 86 5 q 69 -7 80 0 q 46 -21 58 -14 q 23 -33 34 -28 q 4 -41 12 -39 l -9 -21 l 70 76 q 44 148 53 109 q 36 233 36 188 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 429 622 396 635 q 484 587 461 610 l 498 603 q 538 629 517 614 q 579 649 560 644 l 594 628 l 520 536 q 542 465 535 505 q 550 379 550 425 "},"â":{"x_min":36,"x_max":611.359375,"ha":626,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 437 449 q 448 515 446 500 q 426 532 438 523 q 400 548 414 540 q 370 559 386 555 q 339 564 355 564 q 280 548 308 564 q 229 508 253 533 q 187 450 206 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 213 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 314 139 288 106 q 364 212 339 172 q 409 292 389 253 m 611 45 q 516 -10 552 7 q 460 -28 479 -28 q 436 -19 448 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 240 -6 271 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 508 594 498 601 q 542 616 524 605 q 578 635 559 626 l 591 611 q 572 594 580 601 q 559 577 565 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 510 58 504 65 q 525 51 517 51 q 557 54 538 51 q 603 70 576 58 l 611 45 m 570 726 q 556 706 561 712 q 540 696 551 700 l 399 875 l 213 696 q 203 706 207 700 q 191 726 198 712 l 384 978 l 446 978 l 570 726 "},"}":{"x_min":-55.15625,"x_max":378.1875,"ha":435,"o":"m 378 441 q 256 379 300 420 q 205 286 212 338 q 201 239 201 258 q 201 204 201 219 q 203 175 201 188 q 205 145 205 161 q 205 110 205 129 q 200 62 205 90 q 174 -23 194 16 q 122 -98 154 -63 q 49 -161 90 -132 q -42 -213 7 -190 l -55 -180 q -3 -143 -28 -164 q 40 -97 21 -122 q 72 -41 59 -71 q 89 23 85 -11 q 94 69 94 50 q 94 104 94 88 q 93 135 94 120 q 92 165 92 149 q 92 200 92 181 q 96 247 92 220 q 111 302 100 275 q 141 353 123 329 q 182 396 159 377 q 235 428 206 415 q 184 450 204 434 q 154 488 164 465 q 144 542 144 511 q 149 611 144 573 q 162 679 154 651 q 177 733 169 708 q 192 783 185 758 q 204 842 199 808 q 210 909 210 880 q 200 961 210 938 q 172 1004 191 985 q 122 1043 153 1023 l 144 1084 q 228 1037 194 1062 q 282 980 262 1011 q 308 910 302 949 q 307 823 314 872 q 294 757 301 783 q 278 706 286 730 q 262 655 270 682 q 249 586 254 627 q 262 503 240 531 q 330 475 283 475 l 342 475 q 350 475 347 475 q 358 476 353 475 q 372 479 362 477 l 378 441 "},"‰":{"x_min":70.25,"x_max":1229,"ha":1299,"o":"m 1136 262 q 1115 353 1136 324 q 1065 383 1094 383 q 1028 370 1044 383 q 1001 336 1013 357 q 981 289 989 315 q 969 237 973 263 q 963 187 965 211 q 961 146 961 162 q 980 62 961 89 q 1032 35 1000 35 q 1067 47 1051 35 q 1094 79 1083 59 q 1113 123 1106 98 q 1126 174 1121 148 q 1133 222 1131 199 q 1136 262 1136 245 m 1229 255 q 1213 162 1229 211 q 1167 72 1197 113 q 1098 5 1138 31 q 1008 -21 1057 -21 q 949 -6 975 -21 q 906 32 924 7 q 878 90 888 57 q 869 164 869 124 q 876 225 869 193 q 896 287 883 257 q 929 345 910 318 q 973 393 949 373 q 1027 426 998 414 q 1089 439 1056 439 q 1148 425 1122 439 q 1192 386 1174 411 q 1219 328 1209 361 q 1229 255 1229 294 m 729 262 q 708 353 729 324 q 658 383 687 383 q 621 370 637 383 q 594 336 606 357 q 574 289 582 315 q 562 237 566 263 q 556 187 558 211 q 554 146 554 162 q 573 62 554 89 q 625 35 593 35 q 660 47 644 35 q 687 79 676 59 q 706 123 699 98 q 719 174 714 148 q 726 222 724 199 q 729 262 729 245 m 822 255 q 806 162 822 211 q 760 72 790 113 q 691 5 731 31 q 601 -21 650 -21 q 542 -6 568 -21 q 499 32 517 7 q 471 90 481 57 q 462 164 462 124 q 469 225 462 193 q 489 287 476 257 q 522 345 503 318 q 566 393 542 373 q 620 426 591 414 q 682 439 649 439 q 741 425 715 439 q 785 386 767 411 q 812 328 802 361 q 822 255 822 294 m 173 11 q 155 1 166 6 q 129 -8 143 -3 q 103 -16 116 -12 q 83 -23 91 -20 l 70 0 l 723 805 q 767 825 742 817 q 811 839 792 833 l 828 816 l 173 11 m 343 661 q 322 752 343 723 q 270 782 301 782 q 234 769 249 782 q 206 735 218 756 q 187 688 195 714 q 175 636 179 662 q 169 585 171 610 q 167 545 167 561 q 187 461 167 488 q 238 434 207 434 q 273 446 258 434 q 301 478 289 458 q 320 522 312 497 q 333 573 328 547 q 340 621 338 598 q 343 661 343 644 m 435 654 q 427 593 435 624 q 407 530 420 561 q 374 472 393 500 q 330 423 354 444 q 276 390 305 402 q 213 378 246 378 q 155 392 180 378 q 112 431 130 406 q 84 489 94 456 q 75 562 75 523 q 82 624 75 592 q 102 686 89 656 q 135 744 116 717 q 179 792 155 772 q 233 825 204 813 q 295 838 262 838 q 354 824 328 838 q 398 785 380 810 q 425 727 415 760 q 435 654 435 693 "},"Ä":{"x_min":-23.765625,"x_max":726.4375,"ha":778,"o":"m 251 301 l 154 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 48 46 23 37 q 83 75 74 56 l 413 833 q 434 850 422 841 q 459 866 446 858 q 484 881 472 874 q 505 893 496 888 l 651 75 q 656 59 653 66 q 668 46 660 51 q 690 36 676 40 q 726 29 704 32 l 723 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 251 301 m 501 363 l 437 732 l 278 363 l 501 363 m 428 1050 q 421 1013 428 1031 q 404 979 415 994 q 378 954 394 964 q 343 945 362 945 q 309 957 321 945 q 297 992 297 969 q 303 1029 297 1010 q 321 1063 309 1048 q 348 1089 332 1079 q 383 1099 364 1099 q 416 1086 404 1099 q 428 1050 428 1073 m 681 1051 q 674 1013 681 1032 q 657 979 668 994 q 630 954 646 964 q 594 945 614 945 q 561 957 573 945 q 550 992 550 969 q 556 1029 550 1011 q 573 1064 562 1048 q 599 1089 583 1079 q 634 1099 615 1099 q 668 1086 655 1099 q 681 1051 681 1074 "},"¸":{"x_min":-85,"x_max":149,"ha":220,"o":"m 149 -149 q 127 -215 149 -185 q 73 -262 106 -245 q -2 -279 39 -279 q -85 -254 -44 -279 l -85 -228 q -22 -246 -50 -246 q 24 -237 5 -246 q 53 -213 43 -229 q 63 -182 63 -198 q 47 -154 63 -164 q 0 -145 31 -145 q 15 -101 9 -120 q 27 -65 22 -82 q 35 -32 31 -48 q 43 2 39 -16 l 89 2 q 79 -43 83 -26 q 71 -78 75 -60 q 127 -97 105 -78 q 149 -149 149 -116 "},"a":{"x_min":36,"x_max":611.359375,"ha":626,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 437 449 q 448 515 446 500 q 426 532 438 523 q 400 548 414 540 q 370 559 386 555 q 339 564 355 564 q 280 548 308 564 q 229 508 253 533 q 187 450 206 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 213 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 314 139 288 106 q 364 212 339 172 q 409 292 389 253 m 611 45 q 516 -10 552 7 q 460 -28 479 -28 q 436 -19 448 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 240 -6 271 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 508 594 498 601 q 542 616 524 605 q 578 635 559 626 l 591 611 q 572 594 580 601 q 559 577 565 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 510 58 504 65 q 525 51 517 51 q 557 54 538 51 q 603 70 576 58 l 611 45 "},"—":{"x_min":29.15625,"x_max":981.984375,"ha":1024,"o":"m 981 367 q 969 336 977 352 q 954 309 961 320 l 41 309 l 29 325 q 42 355 34 340 q 58 384 50 370 l 969 384 l 981 367 "},"=":{"x_min":33.90625,"x_max":545.921875,"ha":570,"o":"m 545 506 q 540 491 543 499 l 533 474 q 526 458 530 466 q 519 445 522 450 l 73 445 l 61 461 q 73 492 66 474 q 88 523 81 509 l 533 523 l 545 506 m 518 302 q 513 287 516 295 l 506 270 q 499 254 503 262 q 492 241 495 246 l 46 241 l 33 257 q 46 288 39 270 q 61 319 54 305 l 506 319 l 518 302 "},"N":{"x_min":0,"x_max":877.546875,"ha":840,"o":"m 873 825 q 806 806 828 818 q 781 783 783 794 l 670 -21 q 644 -16 656 -19 q 623 -8 633 -13 q 606 6 614 -2 q 590 30 598 15 l 252 681 l 169 70 q 186 49 167 62 q 251 29 205 36 l 247 0 l 0 0 l 4 29 q 72 48 50 35 q 96 70 95 61 l 195 782 q 157 811 178 803 q 107 825 136 820 l 111 854 l 231 854 q 255 854 246 854 q 270 848 263 854 q 282 832 276 843 q 298 801 288 821 l 626 175 l 710 783 q 706 793 710 787 q 692 804 702 799 q 666 816 682 810 q 626 825 650 821 l 630 855 l 877 855 l 873 825 "},"ú":{"x_min":26.390625,"x_max":661.46875,"ha":693,"o":"m 661 45 q 568 -9 606 9 q 505 -28 530 -28 q 480 -16 492 -28 q 458 22 467 -4 q 445 93 449 50 q 442 201 442 137 q 386 109 416 151 q 322 36 355 66 q 253 -11 288 5 q 181 -28 218 -28 q 150 -17 168 -28 q 118 14 133 -6 q 92 66 103 35 q 82 138 82 97 q 85 190 82 159 q 94 257 89 221 q 107 332 100 293 q 119 406 113 370 q 128 470 124 441 q 132 515 132 499 q 129 540 132 531 q 124 553 127 549 q 115 559 120 558 q 104 561 110 561 q 86 558 98 561 q 63 552 75 556 q 34 544 50 549 l 26 569 q 83 594 54 582 q 136 615 112 606 q 179 629 161 624 q 206 635 198 635 q 233 622 226 635 q 240 577 240 609 q 235 526 240 558 q 225 456 231 494 q 213 377 219 418 q 200 299 206 337 q 190 229 194 261 q 186 177 186 197 q 199 83 186 112 q 238 54 213 54 q 274 67 252 54 q 325 109 297 80 q 387 187 354 139 q 457 303 421 234 q 467 361 461 332 q 477 418 472 391 q 484 471 481 446 q 488 515 488 495 q 486 540 488 531 q 481 553 484 549 q 473 559 477 558 q 462 561 468 561 q 445 558 456 561 q 424 552 435 556 q 398 544 412 549 l 388 569 q 444 594 417 582 q 496 615 472 606 q 537 629 519 624 q 563 635 554 635 q 588 622 582 635 q 595 577 595 609 q 590 526 595 558 q 580 457 586 495 q 567 378 574 419 q 553 299 559 337 q 543 227 547 261 q 539 171 539 194 q 547 80 539 110 q 573 51 556 51 q 609 55 591 51 q 651 70 627 60 l 661 45 m 628 932 l 387 696 q 371 703 376 698 q 356 719 366 708 l 541 989 q 558 984 547 987 q 580 977 569 981 q 602 970 592 974 q 618 962 612 966 l 628 932 "},"⁄":{"x_min":93.59375,"x_max":739.203125,"ha":753,"o":"m 165 2 q 136 -10 149 -5 q 105 -20 123 -15 l 93 0 l 669 816 q 697 828 681 821 q 726 837 712 834 l 739 818 l 165 2 "},"2":{"x_min":0.296875,"x_max":531.984375,"ha":558,"o":"m 531 682 q 512 588 531 640 q 446 466 494 537 q 317 301 399 396 q 111 78 236 206 l 365 78 q 384 83 376 78 q 400 97 392 88 q 414 117 408 106 q 426 140 420 128 q 445 202 438 167 l 475 194 l 440 0 l 9 0 l 0 50 q 207 267 123 172 q 341 436 290 362 q 413 565 391 510 q 435 662 435 620 q 404 742 435 711 q 317 774 373 774 q 271 761 291 774 q 235 727 250 748 q 210 682 220 707 q 197 633 200 657 q 177 622 186 627 q 158 612 168 616 q 138 604 149 607 q 114 600 128 601 l 99 620 q 129 694 104 656 q 191 764 154 732 q 274 817 228 796 q 367 838 320 838 q 430 828 401 838 q 483 800 460 819 q 518 752 505 781 q 531 682 531 723 "},"ü":{"x_min":26.390625,"x_max":660.9375,"ha":693,"o":"m 660 45 q 568 -9 606 9 q 505 -28 530 -28 q 479 -16 492 -28 q 458 22 467 -4 q 445 93 449 50 q 442 201 442 137 q 386 109 416 151 q 321 36 355 66 q 253 -11 288 5 q 181 -28 218 -28 q 150 -17 168 -28 q 118 14 133 -6 q 92 66 103 35 q 82 138 82 97 q 85 190 82 159 q 94 257 89 221 q 107 332 100 293 q 119 406 113 370 q 128 470 124 441 q 132 515 132 499 q 129 540 132 531 q 124 553 127 549 q 115 559 120 558 q 104 561 110 561 q 86 558 98 561 q 63 552 75 556 q 34 544 50 549 l 26 569 q 83 594 54 582 q 136 615 112 606 q 179 629 161 624 q 206 635 198 635 q 233 622 226 635 q 240 577 240 609 q 235 526 240 558 q 225 456 231 494 q 212 377 219 418 q 200 299 206 337 q 190 229 194 261 q 186 177 186 197 q 199 83 186 112 q 238 54 213 54 q 274 67 252 54 q 325 109 297 80 q 387 187 353 139 q 456 303 420 234 q 466 361 461 332 q 476 418 472 391 q 484 471 481 446 q 488 515 488 495 q 486 540 488 531 q 481 553 484 549 q 473 559 477 558 q 462 561 468 561 q 445 558 456 561 q 424 552 435 556 q 398 544 412 549 l 388 569 q 444 594 416 582 q 496 615 472 606 q 537 629 519 624 q 563 635 554 635 q 588 622 582 635 q 595 577 595 609 q 590 526 595 558 q 580 457 586 495 q 567 378 574 419 q 553 299 559 337 q 543 227 547 261 q 539 171 539 194 q 547 80 539 110 q 573 51 556 51 q 609 55 591 51 q 651 70 627 60 l 660 45 m 353 855 q 346 818 353 836 q 329 784 340 799 q 303 759 319 769 q 268 750 287 750 q 234 762 246 750 q 222 797 222 774 q 228 834 222 815 q 246 868 234 853 q 273 894 257 884 q 308 904 289 904 q 341 891 329 904 q 353 855 353 878 m 606 855 q 599 818 606 836 q 582 784 593 799 q 555 759 571 769 q 519 750 539 750 q 486 762 498 750 q 475 797 475 774 q 481 834 475 815 q 498 868 487 853 q 524 894 508 884 q 559 904 540 904 q 593 891 580 904 q 606 855 606 878 "},"¯":{"x_min":148.515625,"x_max":565.59375,"ha":543,"o":"m 565 853 q 559 836 563 845 q 549 817 554 826 q 539 799 544 807 q 531 785 535 790 l 159 785 l 148 801 q 155 817 151 807 q 163 835 159 826 q 172 854 168 845 q 181 870 177 863 l 552 870 l 565 853 "},"Z":{"x_min":21.015625,"x_max":694.453125,"ha":693,"o":"m 164 68 l 493 68 q 518 74 506 68 q 543 97 531 80 q 570 142 556 114 q 601 215 583 171 l 634 205 q 625 155 630 183 q 616 100 621 128 q 606 45 611 71 q 598 0 602 19 l 33 0 l 21 30 l 556 792 l 270 792 q 247 784 260 792 q 219 760 233 777 q 190 718 204 744 q 164 653 176 691 l 128 661 l 177 872 q 207 862 193 865 q 234 856 221 858 q 262 855 248 855 q 294 855 276 855 l 682 855 l 694 823 l 164 68 "},"u":{"x_min":26.390625,"x_max":661.46875,"ha":693,"o":"m 661 45 q 568 -9 606 9 q 505 -28 530 -28 q 480 -16 492 -28 q 458 22 467 -4 q 445 93 449 50 q 442 201 442 137 q 386 109 416 151 q 322 36 355 66 q 253 -11 288 5 q 181 -28 218 -28 q 150 -17 168 -28 q 118 14 133 -6 q 92 66 103 35 q 82 138 82 97 q 85 190 82 159 q 94 257 89 221 q 107 332 100 293 q 119 406 113 370 q 128 470 124 441 q 132 515 132 499 q 129 540 132 531 q 124 553 127 549 q 115 559 120 558 q 104 561 110 561 q 86 558 98 561 q 63 552 75 556 q 34 544 50 549 l 26 569 q 83 594 54 582 q 136 615 112 606 q 179 629 161 624 q 206 635 198 635 q 233 622 226 635 q 240 577 240 609 q 235 526 240 558 q 225 456 231 494 q 213 377 219 418 q 200 299 206 337 q 190 229 194 261 q 186 177 186 197 q 199 83 186 112 q 238 54 213 54 q 274 67 252 54 q 325 109 297 80 q 387 187 354 139 q 457 303 421 234 q 467 361 461 332 q 477 418 472 391 q 484 471 481 446 q 488 515 488 495 q 486 540 488 531 q 481 553 484 549 q 473 559 477 558 q 462 561 468 561 q 445 558 456 561 q 424 552 435 556 q 398 544 412 549 l 388 569 q 444 594 417 582 q 496 615 472 606 q 537 629 519 624 q 563 635 554 635 q 588 622 582 635 q 595 577 595 609 q 590 526 595 558 q 580 457 586 495 q 567 378 574 419 q 553 299 559 337 q 543 227 547 261 q 539 171 539 194 q 547 80 539 110 q 573 51 556 51 q 609 55 591 51 q 651 70 627 60 l 661 45 "},"Ó":{"x_min":61,"x_max":736,"ha":757,"o":"m 635 512 q 622 620 635 569 q 586 708 610 670 q 528 767 563 745 q 449 790 493 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 q 177 243 164 297 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 m 736 525 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 116 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 328 61 257 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 593 847 544 875 q 673 771 642 819 q 720 659 705 723 q 736 525 736 596 m 703 1078 l 394 913 q 381 925 385 919 q 372 944 378 931 l 637 1158 l 653 1148 q 671 1135 661 1142 q 690 1121 681 1128 q 703 1110 698 1115 l 703 1078 "},"k":{"x_min":58.609375,"x_max":610,"ha":610,"o":"m 299 961 q 294 894 299 934 q 284 805 290 855 q 269 699 277 756 q 250 583 260 643 q 231 462 241 523 q 212 343 221 401 l 358 454 q 435 514 405 489 q 473 554 465 539 q 466 576 481 570 q 404 583 450 583 l 401 608 q 478 622 441 614 q 558 631 515 631 q 600 621 591 631 q 610 588 610 612 q 595 560 610 578 q 552 517 580 542 q 484 463 524 492 q 393 402 444 434 l 314 354 q 350 302 332 332 q 386 237 368 271 q 421 170 404 203 q 454 110 438 137 q 486 67 471 84 q 514 51 500 51 q 548 52 530 51 q 591 68 565 54 l 603 45 q 524 -9 558 7 q 465 -27 491 -27 q 418 -3 441 -27 q 373 55 395 19 q 330 134 351 91 q 289 218 309 178 q 250 292 269 259 q 212 339 231 325 q 196 229 203 282 q 184 134 189 177 q 180 62 180 92 q 183 17 180 32 q 159 6 173 13 q 131 -5 146 0 q 104 -17 117 -12 q 82 -28 90 -23 l 58 -7 q 68 56 61 12 q 84 161 74 101 q 106 293 94 221 q 129 440 118 365 q 152 588 141 515 q 172 724 163 661 q 185 836 180 787 q 191 910 191 884 q 188 937 191 927 q 182 951 186 946 q 172 956 178 955 q 158 958 166 958 q 140 954 152 958 q 116 948 128 951 q 85 939 102 944 l 75 966 q 133 990 104 979 q 187 1011 162 1002 q 231 1025 212 1020 q 258 1031 250 1031 q 275 1028 268 1031 q 288 1019 283 1026 q 296 998 293 1012 q 299 961 299 984 "},"Ù":{"x_min":113.796875,"x_max":871.515625,"ha":832,"o":"m 867 825 q 800 804 824 815 q 775 783 777 792 l 714 347 q 673 189 702 258 q 601 73 644 120 q 501 3 557 27 q 377 -21 444 -21 q 275 -4 321 -21 q 195 45 229 12 q 144 125 162 78 q 126 236 126 173 q 132 313 126 271 l 198 783 q 178 803 199 791 q 113 825 157 815 l 117 854 l 395 854 l 391 825 q 322 804 348 815 q 294 783 296 792 l 234 345 q 232 306 232 325 q 232 268 232 286 q 243 182 232 221 q 277 116 255 144 q 334 73 300 88 q 412 58 368 58 q 493 79 456 58 q 558 137 530 101 q 606 220 587 173 q 631 317 624 266 l 693 783 q 676 803 695 791 q 613 825 657 815 l 617 855 l 871 855 l 867 825 m 615 945 q 599 925 605 931 q 583 913 594 919 l 311 1078 l 319 1110 q 336 1122 325 1115 q 359 1135 347 1129 q 383 1148 371 1142 q 402 1158 394 1154 l 615 945 "},"€":{"x_min":-10.421875,"x_max":587.796875,"ha":559,"o":"m 353 316 l 153 316 q 163 196 153 245 q 195 118 174 148 q 244 74 215 88 q 304 61 272 61 q 342 66 323 61 q 383 85 360 72 q 432 120 405 98 q 494 173 459 142 q 500 167 497 172 q 505 158 502 163 q 509 149 507 153 q 513 143 511 145 q 436 65 470 97 q 372 15 402 34 q 313 -11 342 -3 q 250 -20 283 -20 q 167 0 205 -20 q 103 61 129 19 q 66 165 78 102 q 54 316 54 229 l 0 316 l -10 333 l -1 354 q 8 378 3 367 l 63 378 l 63 378 q 64 380 64 379 q 70 424 67 402 q 78 466 74 445 l 39 466 l 28 483 l 37 504 q 47 528 41 517 l 95 528 q 152 662 118 604 q 229 759 186 720 q 322 818 272 798 q 429 838 373 838 q 483 832 460 838 q 524 817 506 827 q 557 796 542 808 q 587 769 572 784 q 582 756 589 766 q 564 733 576 746 q 541 707 553 720 q 520 686 528 694 l 500 690 q 474 719 486 706 q 448 742 462 732 q 414 757 433 752 q 367 763 395 763 q 322 752 347 763 q 273 716 298 742 q 225 644 248 690 q 184 528 202 598 l 400 528 l 414 512 l 392 466 l 171 466 q 166 436 169 451 q 162 405 164 421 q 160 391 161 398 l 159 378 l 361 378 l 375 362 l 353 316 "},"¢":{"x_min":71,"x_max":586.390625,"ha":559,"o":"m 170 345 q 177 280 170 310 q 198 227 184 251 q 229 187 211 204 q 269 161 247 170 l 334 641 q 264 599 295 631 q 212 526 233 568 q 180 435 191 483 q 170 345 170 388 m 397 711 q 416 713 407 712 q 435 715 426 715 q 488 703 465 715 q 530 678 511 692 q 562 650 548 664 q 586 634 576 637 q 558 611 572 624 q 531 588 544 598 q 508 570 519 577 q 489 563 497 563 q 475 573 482 563 q 457 597 468 584 q 429 624 446 611 q 388 642 412 637 l 321 152 q 350 156 333 152 q 388 173 366 161 q 437 204 410 184 q 500 252 465 223 q 511 236 505 243 q 521 223 517 229 q 453 165 483 189 q 398 124 423 141 q 351 97 372 107 q 311 82 330 87 l 298 -12 q 288 -20 292 -17 q 279 -26 283 -24 q 270 -29 275 -28 q 257 -33 265 -30 l 244 -18 l 257 75 l 249 75 q 214 79 233 75 q 175 95 195 84 q 137 125 155 106 q 103 171 118 144 q 79 235 88 198 q 71 319 71 271 q 80 410 71 364 q 111 501 89 457 q 167 585 132 545 q 252 659 201 626 q 294 681 271 671 q 342 699 317 691 l 357 803 q 370 813 365 809 q 377 817 374 816 q 384 820 380 819 q 397 824 388 822 l 411 809 l 397 711 "},"ß":{"x_min":-101.65625,"x_max":638,"ha":678,"o":"m 638 831 q 620 731 638 770 q 575 664 602 691 q 517 619 548 637 q 460 584 486 601 q 415 547 433 567 q 398 495 398 527 q 414 452 398 471 q 457 415 431 433 q 512 379 482 398 q 567 337 542 360 q 610 283 593 313 q 627 210 627 252 q 611 126 627 168 q 564 49 595 83 q 490 -6 534 15 q 388 -28 445 -28 q 332 -18 360 -28 q 281 6 303 -8 q 245 38 259 20 q 232 70 232 55 q 239 90 232 77 q 258 117 247 104 q 281 140 269 130 q 300 151 292 151 q 308 142 304 151 q 319 121 313 133 q 333 94 325 109 q 354 67 342 79 q 382 46 366 55 q 421 38 399 38 q 505 68 475 38 q 535 157 535 99 q 518 226 535 199 q 476 275 501 254 q 422 313 451 296 q 367 349 392 330 q 325 392 342 368 q 309 453 309 417 q 319 520 309 493 q 345 568 329 548 q 383 603 362 588 q 425 629 404 617 q 468 655 447 642 q 505 685 489 668 q 531 725 521 702 q 542 782 542 748 q 534 842 542 812 q 511 895 527 871 q 470 933 495 918 q 409 948 445 948 q 340 921 371 948 q 286 853 310 895 q 247 756 263 810 q 226 645 232 702 l 166 130 q 136 -14 158 55 q 83 -143 115 -83 q 8 -251 50 -203 q -83 -329 -33 -298 l -101 -286 q -39 -226 -67 -267 q 8 -133 -12 -186 q 42 -21 29 -80 q 62 93 56 38 l 122 609 q 142 716 128 665 q 178 812 156 767 q 232 896 200 857 q 307 966 264 935 q 345 993 325 981 q 383 1013 364 1004 q 421 1025 403 1021 q 454 1030 439 1030 q 532 1012 498 1030 q 590 966 566 994 q 625 902 613 937 q 638 831 638 866 "},"é":{"x_min":43,"x_max":580.203125,"ha":546,"o":"m 264 530 q 220 481 241 510 q 181 417 198 451 q 152 346 164 383 q 141 273 141 309 q 280 336 229 308 q 358 390 332 364 q 392 438 385 415 q 400 485 400 461 q 394 521 400 506 q 380 545 389 536 q 360 559 371 555 q 337 564 348 564 q 305 556 326 564 q 264 530 284 548 m 509 515 q 504 475 509 496 q 486 432 500 454 q 447 385 472 409 q 381 334 422 360 q 281 280 340 308 q 140 221 222 252 q 156 152 144 183 q 184 98 168 120 q 218 63 200 76 q 255 51 237 51 q 290 54 269 51 q 337 67 310 57 q 397 97 364 77 q 472 149 431 116 q 485 136 479 145 q 493 121 491 127 q 394 44 437 73 q 318 -1 352 14 q 258 -22 285 -17 q 207 -28 231 -28 q 156 -15 184 -28 q 102 24 127 -2 q 60 96 77 52 q 43 205 43 140 q 55 309 43 258 q 92 408 68 360 q 152 497 116 455 q 232 573 187 539 q 267 597 247 586 q 308 617 287 608 q 351 630 329 625 q 395 635 374 635 q 445 624 424 635 q 481 596 466 613 q 502 558 495 580 q 509 515 509 537 m 580 932 l 338 696 q 323 703 328 698 q 308 719 317 708 l 493 989 q 510 984 500 987 q 532 977 521 981 q 554 970 544 974 q 570 962 564 966 l 580 932 "},"s":{"x_min":-3,"x_max":472.71875,"ha":482,"o":"m 472 572 q 445 544 459 557 q 421 522 432 532 q 400 508 409 513 q 386 503 391 503 q 367 514 377 503 q 345 540 357 526 q 316 566 333 554 q 277 578 299 578 q 240 570 258 578 q 207 551 222 563 q 184 520 193 538 q 175 481 175 502 q 197 430 175 457 q 274 379 220 404 q 330 349 302 366 q 380 310 358 332 q 416 260 402 288 q 430 196 430 232 q 405 108 430 149 q 344 36 381 67 q 260 -10 306 6 q 170 -28 214 -28 q 107 -18 138 -28 q 51 4 76 -9 q 12 35 27 18 q -3 66 -3 52 q 5 87 -3 73 q 24 116 13 102 q 47 140 35 129 q 66 151 58 151 q 75 142 70 151 q 88 121 80 134 q 107 93 96 108 q 134 66 118 79 q 172 45 150 53 q 224 37 194 37 q 269 46 248 37 q 306 70 290 55 q 331 106 322 85 q 341 151 341 127 q 330 198 341 177 q 301 237 319 220 q 260 269 283 254 q 210 295 236 283 q 150 329 175 312 q 110 364 125 346 q 89 401 95 381 q 83 443 83 421 q 104 521 83 485 q 158 581 125 556 q 232 621 191 607 q 313 635 273 635 q 371 626 347 635 q 413 607 395 618 q 444 586 431 597 q 472 572 458 576 "},"B":{"x_min":0.375,"x_max":634,"ha":688,"o":"m 374 817 q 335 817 353 817 q 300 817 317 817 l 256 492 l 278 492 q 370 499 325 492 q 449 526 414 507 q 503 580 483 546 q 524 669 524 615 q 509 738 524 710 q 472 784 494 767 q 423 809 450 802 q 374 817 397 817 m 351 439 q 296 436 321 439 q 248 430 271 433 l 199 70 q 206 57 197 65 q 235 46 219 51 q 267 39 250 42 q 300 37 283 37 q 330 37 316 37 q 411 55 375 37 q 473 104 447 74 q 513 174 499 135 q 528 254 528 213 q 518 321 528 288 q 487 381 508 354 q 432 423 466 407 q 351 439 399 439 m 634 279 q 608 159 634 213 q 538 65 582 104 q 435 4 494 26 q 313 -17 377 -17 q 280 -17 299 -17 q 240 -17 261 -17 q 196 -17 218 -17 q 151 -10 173 -17 q 45 0 100 -6 l 0 0 l 4 29 q 72 50 47 39 q 100 70 98 61 l 201 808 q 145 800 170 804 q 96 789 120 795 l 96 832 q 159 848 127 840 q 228 862 192 856 q 304 871 264 868 q 392 875 345 875 q 491 863 447 875 q 565 829 535 851 q 613 776 596 807 q 630 705 630 744 q 618 637 630 670 q 587 575 607 604 q 539 525 567 547 q 479 490 512 503 q 542 463 514 482 q 591 417 570 444 q 622 355 611 390 q 634 279 634 320 "},"…":{"x_min":35,"x_max":748,"ha":834,"o":"m 748 103 q 740 60 748 82 q 720 20 733 38 q 689 -9 707 2 q 647 -21 670 -21 q 605 -2 620 -21 q 590 46 590 15 q 598 87 590 65 q 620 126 606 108 q 652 155 634 143 q 692 167 670 167 q 732 149 717 167 q 748 103 748 131 m 470 103 q 462 60 470 82 q 442 20 455 38 q 411 -9 429 2 q 369 -21 392 -21 q 327 -2 342 -21 q 313 46 313 15 q 320 87 313 65 q 342 126 328 108 q 374 155 356 143 q 414 167 392 167 q 454 149 439 167 q 470 103 470 131 m 192 103 q 184 60 192 82 q 164 20 177 38 q 133 -9 151 2 q 91 -21 114 -21 q 49 -2 64 -21 q 35 46 35 15 q 42 87 35 65 q 64 126 50 108 q 96 155 78 143 q 136 167 114 167 q 176 149 161 167 q 192 103 192 131 "},"?":{"x_min":109.734375,"x_max":549,"ha":552,"o":"m 300 103 q 292 60 300 82 q 272 20 285 38 q 240 -9 259 2 q 198 -21 222 -21 q 157 -2 173 -21 q 142 46 142 15 q 149 87 142 65 q 171 126 157 108 q 203 155 184 143 q 243 167 221 167 q 284 149 269 167 q 300 103 300 131 m 549 804 q 531 700 549 744 q 487 618 514 655 q 429 551 461 582 q 369 486 398 519 q 318 415 340 453 q 289 329 296 378 l 280 264 q 257 248 268 254 q 230 236 247 241 l 217 250 l 217 329 q 234 412 217 374 q 277 485 251 450 q 331 552 302 519 q 383 617 359 584 q 423 687 407 650 q 440 765 440 723 q 410 869 440 833 q 322 906 381 906 q 272 893 294 906 q 237 858 250 880 q 220 806 224 836 q 222 745 216 777 q 195 733 207 738 q 172 726 183 729 q 149 721 161 723 q 123 718 138 720 l 109 739 q 128 824 109 783 q 183 898 147 865 q 268 950 218 930 q 380 970 318 970 q 455 957 424 970 q 507 921 487 944 q 538 869 528 899 q 549 804 549 839 "},"H":{"x_min":0,"x_max":872.125,"ha":838,"o":"m 391 826 q 323 805 349 816 q 295 784 297 793 l 254 479 l 631 479 l 673 784 q 653 804 674 792 q 590 826 632 816 l 592 855 l 872 855 l 868 826 q 799 805 825 816 q 772 784 773 793 l 673 71 q 693 51 672 62 q 758 29 714 39 l 754 0 l 476 0 l 480 29 q 548 50 523 39 q 575 71 573 61 l 622 417 l 245 417 l 198 71 q 218 51 196 62 q 282 29 239 39 l 278 0 l 0 0 l 4 29 q 72 50 46 39 q 99 71 98 61 l 198 784 q 179 804 200 792 q 113 826 158 816 l 118 855 l 396 855 l 391 826 "},"î":{"x_min":47.703125,"x_max":439.359375,"ha":342,"o":"m 308 48 q 251 15 276 29 q 204 -8 225 1 q 166 -23 183 -18 q 135 -28 150 -28 q 98 -6 112 -28 q 85 51 85 14 q 90 109 85 71 q 102 192 95 146 q 119 288 110 238 q 135 383 127 338 q 147 463 142 428 q 153 515 153 499 q 150 540 153 531 q 145 553 148 549 q 136 559 142 558 q 125 561 131 561 q 108 558 119 561 q 85 552 97 556 q 57 544 72 549 l 47 569 q 104 594 76 582 q 156 615 132 606 q 199 629 181 624 q 226 635 217 635 q 253 622 245 635 q 261 577 261 609 q 255 519 261 558 q 242 434 250 481 q 226 334 234 386 q 209 235 217 282 q 196 149 201 187 q 191 91 191 110 q 195 60 191 70 q 211 51 199 51 q 251 56 232 51 q 298 73 270 61 l 308 48 m 439 726 q 424 706 429 712 q 408 696 419 700 l 267 875 l 82 696 q 72 706 76 700 q 60 726 67 712 l 252 978 l 315 978 l 439 726 "},"c":{"x_min":36,"x_max":551.40625,"ha":539,"o":"m 551 553 q 521 531 537 542 q 490 510 505 519 q 462 495 475 501 q 440 489 449 489 q 421 500 432 489 q 396 526 411 512 q 363 552 381 540 q 323 564 345 564 q 266 549 292 564 q 219 508 240 534 q 182 450 198 483 q 156 382 166 417 q 140 310 145 346 q 135 242 135 274 q 144 163 135 198 q 172 102 154 127 q 214 64 189 78 q 267 51 238 51 q 299 55 280 51 q 342 70 318 59 q 398 100 367 81 q 465 149 428 119 q 476 134 470 142 q 486 121 482 127 q 391 44 433 73 q 315 -1 349 14 q 253 -22 280 -17 q 201 -28 225 -28 q 149 -16 178 -28 q 96 23 121 -4 q 53 99 70 52 q 36 218 36 147 q 45 312 36 263 q 76 407 55 360 q 131 495 97 453 q 216 571 166 537 q 258 594 235 583 q 306 615 281 606 q 355 629 331 624 q 400 635 379 635 q 453 623 430 635 q 495 597 476 612 q 527 569 513 582 q 551 553 541 556 "},"¶":{"x_min":59.25,"x_max":705.296875,"ha":692,"o":"m 541 787 q 517 795 529 792 q 493 802 504 799 l 368 -97 q 374 -111 366 -105 q 388 -118 382 -116 q 405 -111 396 -116 q 416 -97 415 -105 l 541 787 m 376 414 l 432 814 q 368 819 394 819 q 296 804 330 819 q 236 766 262 790 q 192 708 210 741 q 170 636 175 674 q 171 560 164 600 q 198 488 177 521 q 255 435 219 456 q 347 414 292 414 l 376 414 m 701 826 q 631 805 657 816 q 604 784 605 793 l 480 -97 q 500 -118 479 -106 q 566 -139 522 -130 l 562 -169 l 202 -169 l 206 -139 q 276 -118 250 -130 q 304 -97 301 -107 l 368 361 q 343 358 357 358 q 312 358 330 358 q 203 373 253 358 q 119 421 153 389 q 69 500 85 453 q 62 611 53 548 q 98 716 70 668 q 169 799 126 764 q 268 852 212 833 q 387 872 324 872 q 420 872 400 872 q 461 872 439 872 q 506 872 482 872 q 552 865 529 872 q 661 855 604 860 l 705 855 l 701 826 "},"•":{"x_min":45,"x_max":325,"ha":358,"o":"m 325 484 q 313 406 325 446 q 278 335 301 367 q 222 284 255 304 q 146 264 189 264 q 101 272 120 264 q 69 297 82 281 q 51 333 57 312 q 45 379 45 355 q 57 456 45 417 q 92 528 69 496 q 149 580 116 560 q 225 601 183 601 q 270 591 251 601 q 301 566 289 582 q 319 529 313 550 q 325 484 325 507 "},"¥":{"x_min":15.15625,"x_max":662.8125,"ha":558,"o":"m 659 799 q 601 782 622 791 q 570 756 580 773 l 340 354 l 340 346 l 482 346 l 493 330 l 474 286 l 332 286 l 306 75 q 323 53 305 66 q 389 28 341 40 l 386 0 l 123 0 l 127 28 q 199 52 178 40 q 221 75 219 65 l 247 286 l 102 286 l 93 302 l 110 346 l 254 346 l 256 361 q 228 465 245 409 q 191 575 211 521 q 149 677 171 629 q 108 758 127 725 q 95 774 101 768 q 79 783 89 780 q 55 786 69 786 q 20 783 40 786 l 15 811 q 49 820 30 815 q 87 829 68 825 q 123 835 106 833 q 151 837 139 837 q 181 812 166 837 q 208 761 194 791 q 236 697 222 731 q 264 628 251 664 q 289 560 278 593 q 309 496 300 526 q 322 445 317 466 l 504 756 q 501 783 514 773 q 447 799 487 793 l 451 827 l 662 827 l 659 799 "},"(":{"x_min":73,"x_max":477.390625,"ha":409,"o":"m 477 1057 q 386 967 430 1025 q 304 833 341 910 q 237 660 266 755 q 193 455 208 564 q 179 261 179 356 q 193 81 179 165 q 236 -71 208 -2 q 303 -183 264 -139 l 278 -213 q 168 -114 213 -179 q 98 36 123 -49 q 73 224 73 122 q 88 434 73 327 q 137 649 103 546 q 220 839 171 753 q 330 990 268 926 q 461 1088 391 1054 l 477 1057 "},"U":{"x_min":113.796875,"x_max":871.515625,"ha":832,"o":"m 867 825 q 800 804 824 815 q 775 783 777 792 l 714 347 q 673 189 702 258 q 601 73 644 120 q 501 3 557 27 q 377 -21 444 -21 q 275 -4 321 -21 q 195 45 229 12 q 144 125 162 78 q 126 236 126 173 q 132 313 126 271 l 198 783 q 178 803 199 791 q 113 825 157 815 l 117 854 l 395 854 l 391 825 q 322 804 348 815 q 294 783 296 792 l 234 345 q 232 306 232 325 q 232 268 232 286 q 243 182 232 221 q 277 116 255 144 q 334 73 300 88 q 412 58 368 58 q 493 79 456 58 q 558 137 530 101 q 606 220 587 173 q 631 317 624 266 l 693 783 q 676 803 695 791 q 613 825 657 815 l 617 855 l 871 855 l 867 825 "},"Ñ":{"x_min":0,"x_max":877.546875,"ha":840,"o":"m 873 825 q 806 806 828 818 q 781 783 783 794 l 670 -21 q 644 -16 656 -19 q 623 -8 633 -13 q 606 6 614 -2 q 590 30 598 15 l 252 681 l 169 70 q 186 49 167 62 q 251 29 205 36 l 247 0 l 0 0 l 4 29 q 72 48 50 35 q 96 70 95 61 l 195 782 q 157 811 178 803 q 107 825 136 820 l 111 854 l 231 854 q 255 854 246 854 q 270 848 263 854 q 282 832 276 843 q 298 801 288 821 l 626 175 l 710 783 q 706 793 710 787 q 692 804 702 799 q 666 816 682 810 q 626 825 650 821 l 630 855 l 877 855 l 873 825 m 734 1094 q 702 1040 720 1067 q 663 991 684 1013 q 618 957 642 970 q 567 944 594 944 q 528 955 545 944 q 495 981 511 967 q 463 1006 479 994 q 429 1018 447 1018 q 381 996 406 1018 q 328 937 357 975 l 299 951 q 331 1005 314 978 q 371 1053 349 1031 q 417 1087 392 1074 q 467 1101 441 1101 q 508 1089 489 1101 q 543 1064 526 1077 q 573 1038 559 1050 q 602 1027 587 1027 q 652 1048 625 1027 q 703 1107 678 1069 l 734 1094 "},"F":{"x_min":-0.3125,"x_max":639.875,"ha":604,"o":"m 639 837 q 631 799 636 820 q 619 757 626 778 q 606 717 613 736 q 594 685 599 698 l 566 685 q 568 737 568 716 q 563 770 568 757 q 550 787 558 782 q 529 793 542 793 l 296 793 l 255 498 l 474 498 l 490 479 q 474 459 482 469 q 456 439 465 449 q 439 421 447 429 q 423 406 430 412 q 370 436 400 429 q 295 444 340 444 l 247 444 l 197 70 q 218 51 195 62 q 300 28 241 41 l 296 0 l 0 0 l 3 28 q 72 49 46 38 q 99 70 98 60 l 198 783 q 178 803 199 791 q 113 825 157 816 l 117 855 l 623 855 l 639 837 "},"­":{"x_min":29.15625,"x_max":393.34375,"ha":435,"o":"m 393 367 q 379 336 387 352 q 365 309 371 320 l 41 309 l 29 325 q 42 355 34 340 q 58 384 50 370 l 380 384 l 393 367 "},":":{"x_min":35,"x_max":260,"ha":278,"o":"m 260 587 q 252 545 260 567 q 232 505 245 523 q 201 476 219 488 q 160 465 183 465 q 117 483 132 465 q 103 531 103 501 q 110 572 103 550 q 132 611 118 593 q 164 640 145 628 q 204 652 182 652 q 244 634 229 652 q 260 587 260 617 m 192 103 q 184 60 192 82 q 164 20 177 38 q 133 -9 151 2 q 91 -21 114 -21 q 49 -2 64 -21 q 35 46 35 15 q 42 87 35 65 q 64 126 50 108 q 96 155 78 143 q 136 167 114 167 q 176 149 161 167 q 192 103 192 131 "},"Û":{"x_min":113.796875,"x_max":871.515625,"ha":832,"o":"m 867 825 q 800 804 824 815 q 775 783 777 792 l 714 347 q 673 189 702 258 q 601 73 644 120 q 501 3 557 27 q 377 -21 444 -21 q 275 -4 321 -21 q 195 45 229 12 q 144 125 162 78 q 126 236 126 173 q 132 313 126 271 l 198 783 q 178 803 199 791 q 113 825 157 815 l 117 854 l 395 854 l 391 825 q 322 804 348 815 q 294 783 296 792 l 234 345 q 232 306 232 325 q 232 268 232 286 q 243 182 232 221 q 277 116 255 144 q 334 73 300 88 q 412 58 368 58 q 493 79 456 58 q 558 137 530 101 q 606 220 587 173 q 631 317 624 266 l 693 783 q 676 803 695 791 q 613 825 657 815 l 617 855 l 871 855 l 867 825 m 708 943 q 693 924 698 930 q 677 913 688 918 l 531 1052 l 351 913 q 340 923 345 917 q 328 943 335 930 l 515 1148 l 577 1148 l 708 943 "},"*":{"x_min":-3.875,"x_max":518.5625,"ha":492,"o":"m 281 805 l 465 938 q 479 928 471 934 q 494 917 486 923 q 508 905 502 911 q 518 893 515 898 l 515 865 l 296 769 l 473 682 q 466 642 470 665 q 456 604 462 619 l 431 588 l 269 733 l 269 512 q 251 503 261 508 q 231 494 241 498 q 211 486 221 489 q 194 481 201 482 l 173 493 l 232 732 l 49 599 q 19 621 36 608 q -3 644 3 634 l 0 673 l 217 768 l 40 856 q 43 874 42 864 q 48 896 45 885 q 52 916 50 907 q 58 933 55 926 l 83 949 l 245 805 l 245 1026 q 261 1035 252 1030 q 282 1044 271 1040 q 302 1053 292 1049 q 319 1059 311 1056 l 342 1044 l 281 805 "},"†":{"x_min":103.75,"x_max":624.8125,"ha":596,"o":"m 624 728 q 596 676 613 705 q 560 622 579 647 q 480 646 521 638 q 388 654 439 654 q 380 557 380 607 q 384 461 380 508 q 346 310 361 386 q 320 169 330 234 q 310 85 314 130 q 307 0 307 40 q 277 -15 294 -10 q 245 -27 261 -21 l 229 -12 q 249 80 239 32 q 266 169 260 128 q 276 311 276 236 q 276 461 276 386 q 309 558 297 508 q 328 655 320 608 q 274 652 300 655 q 221 645 247 649 q 169 635 196 641 q 114 622 143 629 l 103 651 q 132 703 115 674 q 168 757 149 731 q 247 733 206 741 q 338 725 287 725 q 345 842 345 786 q 336 948 345 898 q 390 979 362 965 q 440 1003 418 994 l 464 986 q 425 856 441 923 q 398 725 409 789 q 453 727 426 725 q 505 734 479 729 q 558 744 531 738 q 613 757 585 750 l 624 728 "},"°":{"x_min":121,"x_max":417,"ha":427,"o":"m 246 577 q 288 588 269 577 q 319 618 307 600 q 339 657 332 636 q 346 697 346 678 q 331 752 346 730 q 291 775 317 775 q 255 765 273 775 q 223 739 237 755 q 201 701 210 723 q 193 655 193 679 q 196 625 193 639 q 206 600 199 611 q 223 583 213 589 q 246 577 233 577 m 417 728 q 407 668 417 696 q 381 616 397 639 q 344 573 365 592 q 302 541 323 555 q 259 521 280 528 q 221 515 238 515 q 180 523 199 515 q 148 546 161 531 q 128 580 135 561 q 121 622 121 600 q 140 706 121 667 q 189 774 159 745 q 252 821 218 804 q 316 838 286 838 q 356 829 338 838 q 388 806 374 821 q 409 771 402 791 q 417 728 417 751 "},"V":{"x_min":94.265625,"x_max":885.015625,"ha":823,"o":"m 880 826 q 812 808 837 817 q 777 781 786 800 l 438 40 q 418 14 432 25 q 389 -3 404 3 q 359 -14 373 -10 q 336 -20 344 -18 l 173 781 q 152 809 170 798 q 94 826 134 820 l 98 855 l 368 855 l 364 824 q 295 813 315 824 q 279 781 274 802 l 408 132 l 706 781 q 694 810 716 800 q 623 826 672 819 l 627 855 l 885 855 l 880 826 "},"å":{"x_min":36,"x_max":611.40625,"ha":626,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 437 449 q 448 515 445 500 q 426 532 438 523 q 400 548 414 540 q 370 559 386 555 q 339 564 355 564 q 280 548 308 564 q 229 508 253 533 q 187 450 206 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 213 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 314 139 288 106 q 364 212 339 172 q 409 292 389 253 m 611 45 q 516 -10 552 7 q 460 -28 479 -28 q 436 -19 448 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 240 -6 270 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 509 594 498 601 q 542 616 524 605 q 578 635 559 626 l 591 611 q 572 594 580 601 q 559 577 565 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 511 58 504 65 q 525 51 517 51 q 557 54 538 51 q 603 70 576 58 l 611 45 m 452 842 q 441 885 452 866 q 410 904 431 904 q 377 895 391 904 q 353 872 363 886 q 338 841 343 858 q 334 808 334 824 q 345 764 334 783 q 377 746 356 746 q 409 755 395 746 q 433 778 423 764 q 447 809 442 792 q 452 842 452 826 m 509 868 q 497 810 509 840 q 464 754 485 780 q 416 712 443 729 q 357 696 388 696 q 325 702 340 696 q 299 721 310 709 q 282 747 288 732 q 277 779 277 762 q 288 841 277 810 q 321 897 300 872 q 369 939 342 923 q 429 956 397 956 q 487 931 465 956 q 509 868 509 906 "}," ":{"x_min":0,"x_max":0,"ha":278},"0":{"x_min":32,"x_max":545,"ha":559,"o":"m 437 533 q 427 631 437 588 q 402 702 418 673 q 365 745 386 730 q 320 760 343 760 q 253 734 282 760 q 203 668 224 709 q 168 576 182 627 q 146 474 154 525 q 138 376 138 423 q 138 298 138 330 q 169 118 138 178 q 255 58 201 58 q 324 84 295 58 q 374 152 353 110 q 408 247 394 194 q 429 352 421 299 q 437 453 437 405 q 437 533 437 500 m 545 531 q 540 444 545 491 q 526 349 536 398 q 499 252 516 300 q 456 160 481 203 q 408 89 433 122 q 353 31 382 56 q 290 -6 324 7 q 216 -21 255 -21 q 134 2 169 -21 q 77 66 99 25 q 43 164 54 107 q 32 286 32 220 q 36 371 32 325 q 50 463 40 416 q 76 559 60 510 q 116 652 92 607 q 162 724 137 690 q 218 783 188 758 q 282 823 248 808 q 358 838 317 838 q 441 814 405 838 q 499 751 476 791 q 533 654 522 710 q 545 531 545 597 "},"”":{"x_min":123.296875,"x_max":574,"ha":566,"o":"m 308 898 q 292 827 308 862 q 254 759 277 791 q 202 698 230 726 q 147 650 173 670 l 123 674 q 149 703 135 686 q 175 741 163 721 q 195 782 187 762 q 204 820 204 803 q 186 863 204 847 q 133 879 168 879 l 127 908 q 153 927 134 917 q 194 948 172 938 q 237 964 216 958 q 268 971 257 971 q 297 940 287 958 q 308 898 308 923 m 574 898 q 558 827 574 862 q 519 759 543 791 q 468 698 496 726 q 413 650 439 670 l 389 674 q 415 703 401 686 q 441 741 429 721 q 461 782 453 762 q 469 820 469 803 q 451 863 469 847 q 399 879 433 879 l 394 908 q 420 927 401 917 q 461 948 439 938 q 504 964 483 958 q 536 971 525 971 q 564 940 554 958 q 574 898 574 923 "},"¾":{"x_min":85.703125,"x_max":739.109375,"ha":753,"o":"m 165 1 q 136 -10 149 -5 q 105 -20 123 -15 l 93 0 l 669 816 q 697 828 681 821 q 726 838 712 834 l 739 818 l 165 1 m 675 142 q 659 124 666 132 q 643 111 652 116 l 625 111 l 615 39 q 616 34 615 36 q 621 29 617 32 q 633 24 625 27 q 655 19 641 22 l 652 0 l 485 0 l 487 19 q 523 25 509 22 q 545 31 537 28 q 555 37 552 34 q 558 42 558 39 l 567 111 l 397 111 l 387 121 l 593 381 q 625 394 609 387 q 652 405 641 400 l 663 394 l 630 153 l 667 153 l 675 142 m 365 559 q 348 507 361 531 q 314 465 335 483 q 265 436 293 446 q 203 426 236 426 q 143 438 173 426 q 85 479 113 451 l 100 501 q 151 471 129 479 q 199 464 173 464 q 266 485 239 464 q 299 548 293 507 q 297 589 302 572 q 281 616 292 605 q 257 630 271 626 q 229 635 243 635 l 221 635 q 217 634 219 635 q 212 633 215 634 l 204 632 l 204 658 q 254 676 235 666 q 285 698 274 686 q 300 720 296 709 q 306 741 305 731 q 306 763 307 752 q 298 782 304 774 q 282 796 292 791 q 256 802 272 802 q 216 788 231 802 q 201 752 201 774 q 173 743 189 746 q 142 739 158 740 l 134 749 q 149 778 136 763 q 183 807 162 794 q 229 829 203 820 q 280 838 254 838 q 325 830 307 838 q 354 809 343 822 q 368 780 364 796 q 370 747 372 763 q 362 722 369 735 q 344 698 355 709 q 319 677 333 686 q 286 662 304 668 q 321 651 305 660 q 348 628 337 641 q 363 596 358 614 q 365 559 367 578 m 597 332 l 449 153 l 572 153 l 597 332 "},"@":{"x_min":47.78125,"x_max":1026.859375,"ha":1081,"o":"m 787 571 l 786 569 q 778 547 781 560 q 771 515 774 534 q 752 415 761 466 q 737 318 743 364 q 727 238 730 273 q 724 189 724 204 q 727 126 724 150 q 736 88 730 101 q 749 69 742 74 q 765 64 757 64 q 808 86 782 64 q 860 147 834 108 q 907 237 886 185 q 937 345 928 288 q 943 487 949 422 q 918 605 938 552 q 868 698 899 658 q 798 767 837 739 q 712 808 758 794 q 615 823 665 823 q 496 804 552 823 q 392 752 440 785 q 304 673 344 719 q 234 574 264 628 q 184 461 204 521 q 155 341 164 402 q 162 122 138 218 q 238 -39 185 26 q 369 -139 292 -105 q 539 -174 447 -174 q 640 -162 590 -174 q 734 -132 690 -150 q 814 -93 778 -114 q 871 -55 849 -73 l 882 -93 q 817 -147 856 -119 q 728 -199 778 -176 q 620 -239 678 -223 q 495 -255 561 -255 q 293 -214 383 -255 q 145 -100 204 -174 q 61 79 86 -26 q 55 315 37 184 q 93 464 66 391 q 162 603 121 538 q 258 723 204 668 q 374 819 311 779 q 506 881 436 859 q 651 904 577 904 q 817 868 742 904 q 943 765 892 833 q 1015 598 994 697 q 1018 372 1036 499 q 990 260 1010 313 q 944 164 971 208 q 885 84 917 119 q 820 23 853 48 q 754 -14 786 -1 q 695 -28 722 -28 q 671 -19 683 -28 q 650 12 659 -11 q 634 76 640 35 q 628 183 628 117 q 588 116 611 153 q 540 46 566 79 q 488 -6 515 14 q 432 -28 460 -28 q 383 -15 409 -28 q 337 25 358 -2 q 301 98 315 54 q 288 206 288 143 q 298 311 288 260 q 331 409 309 362 q 387 497 353 456 q 469 571 421 538 q 509 594 488 583 q 554 615 531 606 q 601 629 578 624 q 646 635 624 635 q 696 622 673 635 q 740 595 720 609 q 773 616 756 606 q 808 635 791 626 l 822 611 q 800 591 808 600 q 787 571 792 583 l 787 571 m 639 290 q 649 355 644 321 q 661 420 655 389 q 671 477 666 452 q 678 517 675 503 q 657 533 668 525 q 632 548 645 541 q 606 559 620 555 q 576 563 592 563 q 519 547 545 563 q 471 507 492 532 q 432 450 449 482 q 404 383 415 418 q 387 316 393 349 q 381 256 381 283 q 388 177 381 212 q 408 117 395 142 q 438 78 420 92 q 475 65 455 65 q 512 85 492 65 q 554 138 533 106 q 598 211 576 171 q 639 290 620 251 "},"ö":{"x_min":36,"x_max":555,"ha":586,"o":"m 453 342 q 415 500 453 445 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 q 145 184 134 225 q 176 114 156 144 q 223 66 196 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 196 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 150 -7 187 -28 q 87 46 113 12 q 49 129 62 81 q 36 233 36 177 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 444 616 406 635 q 504 563 481 597 q 539 482 528 529 q 550 379 550 435 m 302 856 q 295 818 302 837 q 278 784 289 799 q 252 759 268 769 q 217 750 236 750 q 183 762 195 750 q 171 797 171 774 q 177 834 171 815 q 195 868 183 853 q 222 894 206 884 q 257 904 238 904 q 290 891 278 904 q 302 856 302 879 m 555 856 q 548 818 555 837 q 531 784 542 799 q 504 759 520 769 q 468 750 488 750 q 435 762 447 750 q 424 797 424 774 q 430 834 424 815 q 447 868 436 853 q 473 894 457 884 q 508 904 489 904 q 542 891 529 904 q 555 856 555 879 "},"i":{"x_min":47.703125,"x_max":327,"ha":342,"o":"m 308 48 q 251 15 276 29 q 204 -8 225 1 q 167 -23 183 -18 q 135 -28 150 -28 q 98 -6 112 -28 q 85 51 85 14 q 90 109 85 71 q 102 192 95 146 q 119 288 110 238 q 135 383 127 338 q 147 463 142 428 q 153 515 153 499 q 150 540 153 531 q 145 553 148 549 q 136 559 142 558 q 125 561 131 561 q 108 558 119 561 q 85 552 97 556 q 57 544 72 549 l 47 569 q 104 594 76 582 q 156 615 132 606 q 199 629 181 624 q 226 635 217 635 q 253 622 245 635 q 261 577 261 609 q 255 519 261 558 q 242 434 250 481 q 226 334 234 386 q 209 235 217 282 q 196 149 201 187 q 191 91 191 110 q 195 60 191 70 q 211 51 199 51 q 251 56 232 51 q 298 73 270 61 l 308 48 m 327 855 q 321 818 327 836 q 304 784 315 799 q 278 759 293 769 q 243 750 262 750 q 211 762 222 750 q 200 797 200 774 q 206 834 200 815 q 222 868 212 853 q 248 894 233 884 q 283 904 264 904 q 315 891 304 904 q 327 855 327 878 "},"Õ":{"x_min":61,"x_max":736,"ha":757,"o":"m 635 512 q 622 620 635 569 q 586 708 610 670 q 528 767 563 745 q 449 790 493 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 q 177 243 164 297 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 m 736 525 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 116 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 328 61 257 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 593 847 544 875 q 673 771 642 819 q 720 659 705 723 q 736 525 736 596 m 709 1094 q 677 1040 695 1067 q 638 991 659 1013 q 593 957 617 970 q 542 944 569 944 q 503 955 520 944 q 470 981 486 967 q 438 1006 454 994 q 404 1018 422 1018 q 356 996 381 1018 q 303 937 332 975 l 274 951 q 306 1005 288 978 q 346 1053 324 1031 q 392 1087 367 1074 q 442 1101 416 1101 q 483 1089 464 1101 q 518 1064 501 1077 q 548 1038 534 1050 q 577 1027 563 1027 q 627 1048 601 1027 q 679 1107 653 1069 l 709 1094 "},"þ":{"x_min":-1.703125,"x_max":600,"ha":654,"o":"m 412 546 q 368 530 395 546 q 312 484 342 514 q 253 413 282 455 q 202 322 224 372 l 183 208 q 212 160 193 186 q 254 111 231 134 q 305 73 278 89 q 358 58 332 58 q 394 65 377 58 q 423 84 410 72 q 447 113 436 97 q 466 148 457 129 q 485 203 478 174 q 496 260 493 232 q 500 314 500 288 q 500 360 500 340 q 492 443 500 408 q 472 500 485 478 q 444 534 460 523 q 412 546 429 546 m 293 967 q 288 910 293 953 q 274 801 283 868 q 252 643 265 733 q 221 442 239 552 q 301 546 264 507 q 370 603 338 584 q 426 629 401 623 q 471 635 452 635 q 521 621 498 635 q 562 581 544 607 q 589 515 579 554 q 600 425 600 476 q 581 281 600 357 q 519 127 562 205 q 482 72 503 100 q 435 22 461 45 q 380 -13 410 0 q 319 -28 351 -28 q 277 -15 298 -28 q 238 16 257 -3 q 201 62 219 37 q 167 116 184 88 q 156 60 161 88 q 145 3 151 32 q 119 -210 119 -135 q 121 -303 119 -284 q 97 -310 111 -306 q 69 -320 84 -314 q 42 -330 55 -325 q 20 -339 28 -335 l -1 -319 q 22 -179 8 -259 q 50 -8 35 -99 q 81 178 66 81 q 112 370 97 275 q 140 552 127 464 q 163 712 153 640 q 179 836 173 784 q 185 912 185 888 q 182 937 185 928 q 174 950 179 946 q 162 956 169 955 q 148 958 156 958 q 131 954 142 958 q 108 948 120 951 q 81 939 95 944 l 72 966 q 130 990 100 979 q 185 1011 160 1002 q 231 1025 211 1020 q 259 1031 251 1031 q 287 1016 281 1031 q 293 967 293 1001 "},"]":{"x_min":-58.328125,"x_max":405.546875,"ha":397,"o":"m 222 -228 l -38 -228 l -58 -208 q -45 -175 -52 -192 q -33 -150 -38 -158 l 144 -150 l 307 1009 l 134 1009 l 115 1026 q 126 1057 119 1041 q 140 1085 134 1073 l 405 1085 l 222 -228 "},"m":{"x_min":27.859375,"x_max":958.3125,"ha":1002,"o":"m 958 48 q 853 -7 895 12 q 783 -28 812 -28 q 749 -6 763 -28 q 736 51 736 14 q 740 94 736 63 q 752 165 745 124 q 767 253 759 206 q 782 344 775 300 q 794 427 789 389 q 799 487 799 465 q 790 548 799 530 q 769 566 782 566 q 737 556 756 566 q 693 528 717 547 q 643 478 669 508 q 589 407 616 448 q 564 360 574 383 q 548 312 555 337 q 537 260 542 287 q 527 200 532 232 q 515 94 515 138 q 515 16 515 50 q 492 6 505 12 q 464 -5 479 0 q 437 -17 450 -11 q 415 -28 424 -23 l 393 -6 q 422 137 408 62 q 447 278 436 211 q 464 397 458 345 q 471 475 471 449 q 460 546 471 526 q 430 566 449 566 q 402 557 421 566 q 360 529 384 548 q 309 479 336 509 q 255 408 282 449 q 231 363 241 386 q 214 315 221 340 q 201 261 207 289 q 190 200 195 232 q 179 94 179 138 q 179 16 179 49 q 155 6 168 12 q 128 -5 142 0 q 101 -17 114 -11 q 80 -28 88 -23 l 58 -6 q 77 92 67 40 q 94 195 86 144 q 110 296 103 247 q 123 387 118 345 q 131 462 128 429 q 135 515 135 495 q 132 539 135 530 q 127 554 130 549 q 118 560 123 559 q 108 562 113 562 q 89 559 101 562 q 65 553 78 556 q 35 544 51 549 l 27 571 q 84 595 56 583 q 138 615 113 606 q 180 629 162 624 q 207 635 199 635 q 223 631 217 635 q 232 619 229 628 q 236 595 236 611 q 236 556 236 580 q 235 537 236 549 q 234 513 234 526 q 231 486 234 500 q 229 459 229 471 q 304 540 269 507 q 370 595 338 574 q 430 625 401 615 q 487 635 459 635 q 529 624 512 635 q 555 597 545 614 q 568 559 564 580 q 573 515 573 537 q 573 491 573 502 q 570 466 573 481 q 643 543 610 511 q 705 596 676 575 q 760 625 734 616 q 812 635 786 635 q 848 628 832 635 q 876 607 864 622 q 893 570 887 593 q 900 515 900 548 q 895 453 900 489 q 884 376 891 416 q 870 292 877 335 q 855 211 862 250 q 844 142 848 173 q 840 91 840 110 q 846 60 840 68 q 865 53 853 53 q 904 58 884 53 q 951 74 923 63 l 958 48 "},"8":{"x_min":22,"x_max":527,"ha":558,"o":"m 194 637 q 205 590 194 611 q 236 553 217 570 q 280 521 255 536 q 332 492 305 506 q 373 524 354 506 q 405 562 392 541 q 427 607 419 582 q 435 661 435 631 q 403 745 435 716 q 318 774 371 774 q 268 762 291 774 q 229 731 246 750 q 203 688 212 712 q 194 637 194 663 m 401 232 q 389 296 401 269 q 357 344 377 323 q 312 382 337 365 q 261 414 287 399 q 201 369 227 392 q 157 319 175 346 q 129 259 139 292 q 120 186 120 227 q 128 132 120 157 q 154 88 137 106 q 195 58 171 69 q 249 48 219 48 q 315 64 286 48 q 363 107 344 81 q 391 166 382 134 q 401 232 401 199 m 527 679 q 514 610 527 641 q 480 553 501 579 q 431 506 459 527 q 375 466 404 484 q 423 431 401 450 q 463 389 446 413 q 491 336 481 366 q 502 269 502 306 q 478 159 502 211 q 414 66 454 106 q 320 2 373 26 q 210 -21 268 -21 q 128 -5 163 -21 q 69 36 93 10 q 33 97 45 63 q 22 169 22 131 q 38 256 22 216 q 83 330 55 296 q 146 391 110 363 q 219 439 181 418 q 177 467 197 452 q 143 502 158 483 q 119 546 128 522 q 111 603 111 571 q 131 695 111 652 q 186 770 152 738 q 266 820 221 802 q 358 838 310 838 q 431 826 400 838 q 484 793 463 814 q 516 743 506 772 q 527 679 527 713 "},"꞊":{"x_min":20.34375,"x_max":399.4375,"ha":427,"o":"m 399 407 q 385 375 394 392 q 371 346 377 358 l 56 346 l 46 364 q 57 394 50 377 q 73 424 65 410 l 385 424 l 399 407 m 373 235 q 360 203 368 220 q 345 174 351 186 l 31 174 l 20 192 q 31 222 24 205 q 48 252 39 238 l 359 252 l 373 235 "},"R":{"x_min":0.375,"x_max":730.46875,"ha":730,"o":"m 730 73 q 678 40 704 56 q 630 14 652 25 q 591 -3 609 2 q 565 -10 574 -10 q 543 -6 554 -10 q 522 6 533 -3 q 500 34 512 16 q 476 79 489 51 l 323 400 q 282 403 303 400 q 245 410 262 406 l 199 70 q 218 50 196 62 q 282 29 239 38 l 278 0 l 0 0 l 4 29 q 72 49 47 38 q 100 70 98 61 l 201 808 q 148 801 174 805 q 96 791 122 796 l 96 832 q 157 848 126 840 q 222 862 188 856 q 294 871 255 868 q 379 875 333 875 q 487 861 438 875 q 570 819 535 847 q 624 751 605 792 q 642 658 642 711 q 631 593 642 632 q 592 517 619 555 q 522 448 565 480 q 415 404 478 417 l 573 124 q 597 91 586 103 q 623 77 608 79 q 661 80 638 74 q 718 99 683 86 l 730 73 m 348 817 l 324 817 q 300 817 312 817 l 251 459 q 290 451 271 454 q 329 449 310 449 q 411 460 371 449 q 480 496 450 472 q 528 554 510 519 q 546 638 546 590 q 527 722 546 688 q 479 777 508 756 q 416 807 451 798 q 348 817 381 817 "},"á":{"x_min":36,"x_max":611.359375,"ha":626,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 437 449 q 448 515 446 500 q 426 532 438 523 q 400 548 414 540 q 370 559 386 555 q 339 564 355 564 q 280 548 308 564 q 229 508 253 533 q 187 450 206 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 213 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 314 139 288 106 q 364 212 339 172 q 409 292 389 253 m 611 45 q 516 -10 552 7 q 460 -28 479 -28 q 436 -19 448 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 240 -6 271 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 508 594 498 601 q 542 616 524 605 q 578 635 559 626 l 591 611 q 572 594 580 601 q 559 577 565 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 510 58 504 65 q 525 51 517 51 q 557 54 538 51 q 603 70 576 58 l 611 45 m 607 932 l 366 696 q 350 703 355 698 q 336 719 345 708 l 520 989 q 537 984 527 987 q 559 977 548 981 q 581 970 571 974 q 597 962 591 966 l 607 932 "},"×":{"x_min":40.6875,"x_max":491.671875,"ha":522,"o":"m 44 213 l 218 381 l 91 548 l 94 571 q 123 583 107 577 q 153 592 140 588 l 273 434 l 438 592 q 465 583 450 588 q 491 571 480 577 l 488 548 l 314 380 l 442 213 l 438 189 q 408 178 425 184 q 380 168 391 172 l 259 327 l 94 168 q 67 178 83 172 q 40 189 52 184 l 44 213 "},"o":{"x_min":36,"x_max":550,"ha":586,"o":"m 453 342 q 415 500 453 445 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 q 145 184 134 225 q 176 114 156 144 q 223 66 196 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 196 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 150 -7 187 -28 q 87 46 113 12 q 49 129 62 81 q 36 233 36 177 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 444 616 406 635 q 504 563 481 597 q 539 482 528 529 q 550 379 550 435 "},"5":{"x_min":-2.671875,"x_max":541.546875,"ha":558,"o":"m 541 810 q 523 787 533 799 q 502 766 513 776 q 482 746 492 755 q 465 732 473 738 l 229 732 q 217 680 225 712 q 200 616 209 649 q 183 555 191 583 q 170 511 175 526 q 229 524 196 519 q 294 529 263 529 q 377 512 341 529 q 438 466 414 495 q 476 400 463 438 q 490 323 490 363 q 481 241 490 282 q 455 162 472 200 q 414 90 439 124 q 358 32 390 56 q 288 -6 327 7 q 205 -21 250 -21 q 97 3 149 -21 q -2 80 45 27 l 25 126 q 80 87 55 102 q 126 63 105 72 q 164 52 147 55 q 200 49 182 49 q 286 71 250 49 q 345 130 322 94 q 379 211 368 166 q 390 300 390 256 q 380 362 390 334 q 352 410 371 390 q 307 442 334 430 q 247 454 281 454 q 105 399 178 454 l 80 422 q 96 478 87 446 q 116 547 105 511 q 136 620 126 583 q 155 693 146 658 q 172 761 164 729 q 184 817 180 793 l 451 817 q 482 818 468 817 q 505 823 496 820 q 525 829 517 825 l 541 810 "},"õ":{"x_min":36,"x_max":580.515625,"ha":586,"o":"m 453 342 q 415 500 453 445 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 q 145 184 134 225 q 176 114 156 144 q 223 66 196 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 196 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 150 -7 187 -28 q 87 46 113 12 q 49 129 62 81 q 36 233 36 177 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 444 616 406 635 q 504 563 481 597 q 539 482 528 529 q 550 379 550 435 m 580 899 q 548 845 566 872 q 509 796 530 818 q 464 762 488 775 q 413 749 440 749 q 374 760 392 749 q 341 786 357 772 q 309 811 325 799 q 276 823 293 823 q 228 801 252 823 q 175 742 203 780 l 146 756 q 178 810 160 783 q 217 858 196 836 q 263 892 238 879 q 313 906 287 906 q 354 894 335 906 q 389 869 373 882 q 419 843 405 855 q 448 832 434 832 q 498 853 472 832 q 550 912 524 874 l 580 899 "},"7":{"x_min":79.34375,"x_max":587.296875,"ha":558,"o":"m 587 791 q 510 643 549 718 q 434 496 472 569 q 363 355 397 424 q 299 226 328 286 q 246 115 269 165 q 206 29 222 65 q 101 -21 162 -3 l 79 1 q 201 200 145 105 q 305 384 256 295 q 398 560 354 474 q 488 732 442 645 l 210 732 q 192 730 202 732 q 172 720 183 729 q 148 690 162 711 q 115 630 134 670 l 90 643 q 100 682 94 658 q 113 730 107 705 q 127 778 120 755 q 140 817 134 802 l 571 817 l 587 791 "},"K":{"x_min":0,"x_max":787.359375,"ha":747,"o":"m 391 825 q 323 804 349 816 q 295 783 297 793 l 248 440 l 559 765 q 581 793 576 783 q 582 811 587 804 q 561 820 577 817 q 523 825 546 823 l 527 855 l 787 855 l 783 825 q 746 820 762 823 q 717 812 730 817 q 693 801 704 808 q 672 783 682 794 l 343 455 l 580 105 q 600 83 590 90 q 626 76 611 76 q 664 81 642 76 q 718 100 686 87 l 730 76 q 679 40 704 56 q 633 13 655 24 q 592 -3 611 2 q 560 -9 573 -9 q 542 -7 550 -9 q 526 0 533 -5 q 511 12 518 4 q 495 34 503 21 l 247 432 l 198 71 q 218 51 196 62 q 282 29 239 39 l 278 0 l 0 0 l 4 29 q 72 50 46 39 q 99 71 98 61 l 198 783 q 179 804 200 791 q 113 825 158 816 l 118 855 l 396 855 l 391 825 "},",":{"x_min":-11.75,"x_max":206,"ha":279,"o":"m 206 68 q 198 28 206 51 q 176 -20 190 5 q 144 -73 162 -46 q 104 -125 125 -100 q 58 -172 82 -150 q 11 -207 35 -193 l -11 -183 q 92 0 92 -73 q 88 23 92 11 q 76 43 84 35 q 53 55 67 51 q 18 56 39 59 l 12 87 q 40 106 20 95 q 83 128 60 118 q 128 147 106 139 q 161 155 151 155 q 182 141 174 148 q 195 126 190 135 q 203 103 201 117 q 206 68 206 89 "},"d":{"x_min":36,"x_max":626.453125,"ha":657,"o":"m 421 287 q 435 380 427 328 q 453 490 444 432 q 428 515 442 502 q 400 539 415 528 q 368 557 384 550 q 332 564 351 564 q 273 548 300 564 q 224 508 247 533 q 184 450 201 483 q 154 384 166 418 q 135 316 141 350 q 129 257 129 283 q 138 177 129 213 q 162 117 147 142 q 196 78 177 92 q 234 65 215 65 q 275 81 253 65 q 322 129 298 98 q 371 200 346 159 q 421 287 397 240 m 626 46 q 532 -10 569 7 q 472 -28 495 -28 q 448 -17 459 -28 q 430 18 438 -6 q 417 86 422 43 q 413 190 413 128 q 363 108 389 147 q 307 38 336 69 q 247 -10 277 7 q 187 -28 216 -28 q 137 -14 164 -28 q 88 29 111 0 q 50 104 65 58 q 36 213 36 150 q 47 317 36 267 q 82 414 59 368 q 141 499 105 459 q 225 571 177 539 q 266 594 244 583 q 311 614 288 605 q 357 629 334 624 q 401 635 380 635 q 436 624 418 635 q 471 599 454 613 q 486 695 479 648 q 499 784 493 743 q 507 858 504 825 q 511 912 511 891 q 508 937 511 928 q 501 950 506 946 q 492 956 497 955 q 480 958 486 958 q 463 954 474 958 q 439 948 451 951 q 408 939 425 944 l 400 966 q 457 990 429 979 q 511 1011 486 1002 q 554 1025 535 1020 q 581 1031 573 1031 q 609 1018 600 1031 q 619 975 619 1006 q 614 906 619 948 q 601 812 609 864 q 584 701 593 760 q 563 582 574 642 q 543 464 553 522 q 525 355 533 405 q 513 265 517 305 q 509 202 509 225 q 516 88 509 124 q 539 53 523 53 q 575 56 556 53 q 617 70 593 60 l 626 46 "},"¨":{"x_min":217,"x_max":601,"ha":707,"o":"m 348 855 q 341 818 348 836 q 324 784 335 799 q 298 759 314 769 q 263 750 282 750 q 229 762 241 750 q 217 797 217 774 q 223 834 217 815 q 241 868 229 853 q 268 894 252 884 q 303 904 284 904 q 336 891 324 904 q 348 855 348 878 m 601 855 q 594 818 601 836 q 577 784 588 799 q 550 759 566 769 q 514 750 534 750 q 481 762 493 750 q 470 797 470 774 q 476 834 470 815 q 493 868 482 853 q 519 894 503 884 q 554 904 535 904 q 588 891 575 904 q 601 855 601 878 "},"Ꞌ":{"x_min":169,"x_max":311.421875,"ha":305,"o":"m 203 517 q 187 509 195 511 q 169 507 179 507 l 169 1001 q 193 1011 178 1005 q 225 1022 208 1017 q 256 1031 241 1027 q 279 1037 270 1035 l 311 1019 l 203 517 "},"Ô":{"x_min":61,"x_max":736,"ha":757,"o":"m 635 512 q 622 620 635 569 q 586 708 610 670 q 528 767 563 745 q 449 790 493 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 q 177 243 164 297 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 m 736 525 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 116 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 328 61 257 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 593 847 544 875 q 673 771 642 819 q 720 659 705 723 q 736 525 736 596 m 670 943 q 655 923 660 929 q 639 913 650 917 l 493 1052 l 313 913 q 302 923 307 917 q 290 943 297 929 l 477 1147 l 539 1147 l 670 943 "},"E":{"x_min":-0.203125,"x_max":634.5625,"ha":642,"o":"m 580 165 q 552 63 566 106 q 531 0 538 19 l 0 0 l 3 29 q 72 49 46 38 q 99 70 98 61 l 198 783 q 178 803 199 791 q 113 825 157 816 l 117 855 l 617 855 l 634 837 q 626 799 631 820 q 614 757 621 778 q 601 717 608 736 q 588 685 594 698 l 559 685 q 562 737 562 716 q 557 770 562 757 q 544 787 552 782 q 523 793 536 793 l 296 793 l 256 498 l 509 498 l 523 479 q 508 459 516 469 q 490 439 499 449 q 472 421 481 429 q 456 406 463 412 q 433 425 446 418 q 403 437 421 433 q 359 442 385 442 q 295 442 333 442 l 248 442 l 202 104 q 204 86 201 94 q 220 72 208 78 q 258 64 233 67 q 323 61 282 61 l 405 61 q 453 64 433 61 q 489 79 473 67 q 519 114 505 91 q 553 177 534 137 l 580 165 "},"Y":{"x_min":69.171875,"x_max":816.515625,"ha":777,"o":"m 497 0 l 194 0 l 198 29 q 281 55 257 42 q 307 77 305 68 l 347 373 q 315 480 335 423 q 272 593 295 537 q 224 698 248 649 q 176 782 199 748 q 161 798 169 792 q 142 807 153 804 q 115 811 131 811 q 75 808 99 811 l 69 837 q 109 847 87 842 q 153 856 131 852 q 194 863 174 860 q 226 866 213 866 q 261 839 244 866 q 292 785 276 816 q 325 720 308 755 q 357 649 341 685 q 385 578 372 613 q 408 512 398 543 q 423 459 418 482 l 633 780 q 629 809 644 799 q 568 825 614 818 l 572 855 l 816 855 l 812 825 q 745 807 769 816 q 710 780 721 798 l 445 367 l 405 77 q 409 68 404 73 q 424 55 413 62 q 454 42 436 48 q 501 29 473 35 l 497 0 "},"\"":{"x_min":167,"x_max":504.640625,"ha":536,"o":"m 206 592 q 187 584 197 586 q 167 582 178 582 l 167 937 q 188 946 176 941 q 214 956 201 951 q 239 964 227 960 q 259 970 251 968 l 284 955 l 206 592 m 427 592 q 409 584 418 586 q 388 582 399 582 l 388 937 q 409 946 397 941 q 435 956 422 951 q 460 964 448 960 q 480 970 472 968 l 504 955 l 427 592 "},"‹":{"x_min":39.328125,"x_max":322.8125,"ha":376,"o":"m 39 280 q 42 303 40 293 q 45 319 44 312 q 47 328 46 327 l 299 602 l 322 583 l 315 570 q 295 539 307 559 q 266 494 282 520 q 234 443 250 469 q 202 392 217 417 q 173 347 186 367 q 153 316 161 328 q 147 305 146 305 l 247 24 l 219 4 l 39 280 "},"ê":{"x_min":43,"x_max":543.59375,"ha":546,"o":"m 264 530 q 220 481 241 510 q 181 417 198 451 q 152 346 164 383 q 141 273 141 309 q 280 336 229 308 q 358 390 332 364 q 392 438 385 415 q 400 485 400 461 q 394 521 400 506 q 380 545 389 536 q 360 559 371 555 q 337 564 348 564 q 305 556 326 564 q 264 530 284 548 m 509 515 q 504 475 509 496 q 486 432 500 454 q 447 385 472 409 q 381 334 422 360 q 281 280 340 308 q 140 221 222 252 q 156 152 144 183 q 184 98 168 120 q 218 63 200 76 q 255 51 237 51 q 290 54 269 51 q 337 67 310 57 q 397 97 364 77 q 472 149 431 116 q 485 136 479 145 q 493 121 491 127 q 394 44 437 73 q 318 -1 352 14 q 258 -22 285 -17 q 207 -28 231 -28 q 156 -15 184 -28 q 102 24 127 -2 q 60 96 77 52 q 43 205 43 140 q 55 309 43 258 q 92 408 68 360 q 152 497 116 455 q 232 573 187 539 q 267 597 247 586 q 308 617 287 608 q 351 630 329 625 q 395 635 374 635 q 445 624 424 635 q 481 596 466 613 q 502 558 495 580 q 509 515 509 537 m 543 726 q 529 706 534 712 q 513 696 523 700 l 371 875 l 186 696 q 175 706 180 700 q 164 726 170 712 l 356 978 l 419 978 l 543 726 "},"Ï":{"x_min":13.1875,"x_max":484,"ha":388,"o":"m 405 825 q 336 804 362 816 q 309 783 310 793 l 210 70 q 230 50 209 62 q 295 29 251 38 l 291 0 l 13 0 l 17 29 q 86 49 60 38 q 113 70 111 61 l 210 783 q 190 804 212 791 q 127 825 169 816 l 131 855 l 409 855 l 405 825 m 231 1051 q 224 1013 231 1031 q 207 979 218 994 q 181 954 197 964 q 146 945 165 945 q 112 957 124 945 q 100 992 100 969 q 106 1029 100 1010 q 124 1063 112 1048 q 151 1089 135 1079 q 186 1099 167 1099 q 219 1086 207 1099 q 231 1051 231 1074 m 484 1051 q 477 1013 484 1031 q 460 979 471 994 q 433 954 449 964 q 397 945 417 945 q 364 957 376 945 q 353 992 353 969 q 359 1029 353 1010 q 376 1063 365 1048 q 402 1089 386 1079 q 437 1099 418 1099 q 471 1086 458 1099 q 484 1051 484 1074 "},"„":{"x_min":8.296875,"x_max":459,"ha":566,"o":"m 193 76 q 177 5 193 40 q 139 -62 162 -30 q 87 -123 115 -95 q 32 -170 58 -151 l 8 -147 q 34 -117 20 -134 q 60 -79 48 -99 q 80 -38 72 -59 q 89 0 89 -18 q 71 41 89 25 q 18 57 53 57 l 12 87 q 38 106 19 95 q 79 126 57 116 q 122 142 101 136 q 153 149 143 149 q 182 119 171 136 q 193 76 193 102 m 459 76 q 443 5 459 40 q 404 -62 428 -30 q 353 -123 381 -95 q 298 -170 324 -151 l 273 -147 q 300 -117 286 -134 q 326 -79 314 -99 q 346 -38 338 -59 q 354 0 354 -18 q 336 41 354 25 q 284 57 318 57 l 279 87 q 305 106 286 95 q 346 126 324 116 q 389 142 368 136 q 421 149 410 149 q 449 119 439 136 q 459 76 459 102 "},"Â":{"x_min":-23.734375,"x_max":726.3125,"ha":778,"o":"m 251 301 l 154 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 48 46 23 37 q 83 75 74 56 l 413 833 q 434 850 422 841 q 459 866 446 858 q 484 881 472 874 q 505 893 496 888 l 651 75 q 656 59 653 66 q 668 46 660 51 q 690 36 676 40 q 726 29 704 32 l 723 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 251 301 m 501 363 l 437 732 l 278 363 l 501 363 m 667 943 q 652 924 657 930 q 636 913 647 917 l 491 1052 l 310 913 q 299 923 304 917 q 288 943 295 930 l 474 1147 l 537 1147 l 667 943 "},"Í":{"x_min":13.6875,"x_max":504,"ha":389,"o":"m 405 825 q 337 804 362 816 q 310 783 311 793 l 211 70 q 230 50 209 62 q 295 29 251 38 l 291 0 l 13 0 l 18 29 q 86 49 61 38 q 114 70 112 61 l 211 783 q 191 804 212 791 q 127 825 170 816 l 132 855 l 409 855 l 405 825 m 504 1078 l 195 913 q 182 925 185 919 q 173 945 179 931 l 438 1158 l 453 1148 q 472 1135 462 1142 q 491 1122 482 1129 q 504 1110 499 1115 l 504 1078 "},"´":{"x_min":116.640625,"x_max":387.90625,"ha":411,"o":"m 387 932 l 147 696 q 131 703 136 698 q 116 719 126 708 l 301 989 q 318 984 307 987 q 340 977 328 981 q 362 970 351 974 q 377 962 372 966 l 387 932 "},"ì":{"x_min":47.703125,"x_max":308.46875,"ha":342,"o":"m 308 48 q 251 15 276 29 q 204 -8 225 1 q 166 -23 183 -18 q 135 -28 150 -28 q 98 -6 112 -28 q 85 51 85 14 q 90 109 85 71 q 102 192 95 146 q 119 288 110 238 q 135 383 127 338 q 147 463 142 428 q 153 515 153 499 q 150 540 153 531 q 145 553 148 549 q 136 559 142 558 q 125 561 131 561 q 108 558 119 561 q 85 552 97 556 q 57 544 72 549 l 47 569 q 104 594 76 582 q 156 615 132 606 q 199 629 181 624 q 226 635 217 635 q 253 622 245 635 q 261 577 261 609 q 255 519 261 558 q 242 434 250 481 q 226 334 234 386 q 209 235 217 282 q 196 149 201 187 q 191 91 191 110 q 195 60 191 70 q 211 51 199 51 q 251 56 232 51 q 298 73 270 61 l 308 48 m 289 710 q 267 698 275 701 q 247 696 259 696 l 78 958 l 99 982 q 120 986 108 984 q 147 988 133 988 q 173 988 161 988 q 195 988 186 988 l 289 710 "},"±":{"x_min":13.5625,"x_max":498.453125,"ha":522,"o":"m 498 492 q 493 477 496 485 l 486 460 q 478 444 482 452 q 472 431 474 436 l 314 431 l 288 248 q 274 241 282 244 q 257 235 265 238 q 239 230 248 233 q 223 227 230 228 l 210 242 l 236 431 l 73 431 l 61 447 q 73 478 66 460 q 88 509 81 495 l 247 509 l 273 692 q 305 703 285 696 q 339 712 325 709 l 353 696 l 326 509 l 486 509 l 498 492 m 450 149 q 445 134 448 142 l 438 117 q 431 101 435 109 q 424 88 427 93 l 26 88 l 13 104 q 26 135 18 117 q 41 166 33 152 l 438 166 l 450 149 "},"Ú":{"x_min":113.796875,"x_max":872.203125,"ha":832,"o":"m 868 825 q 801 804 825 815 q 776 783 777 792 l 715 347 q 674 189 703 258 q 601 73 644 120 q 501 3 558 27 q 377 -21 444 -21 q 275 -4 322 -21 q 195 45 229 12 q 144 125 162 78 q 126 236 126 173 q 132 313 126 271 l 198 783 q 178 803 199 791 q 113 825 157 815 l 117 854 l 395 854 l 391 825 q 322 804 348 815 q 294 783 296 792 l 234 345 q 232 306 232 325 q 232 268 232 286 q 243 182 232 221 q 277 116 255 144 q 334 73 300 88 q 412 58 368 58 q 493 79 456 58 q 559 137 530 101 q 606 220 587 173 q 631 317 625 266 l 694 783 q 676 803 695 791 q 613 825 657 815 l 617 855 l 872 855 l 868 825 m 742 1078 l 433 913 q 420 925 423 919 q 410 945 416 931 l 676 1158 l 691 1148 q 710 1135 700 1142 q 729 1122 720 1129 q 742 1110 737 1115 l 742 1078 "},"|":{"x_min":29.15625,"x_max":297.03125,"ha":278,"o":"m 119 -193 q 85 -212 105 -202 q 48 -227 65 -222 l 29 -210 l 206 1051 q 241 1071 225 1063 q 276 1084 257 1079 l 297 1069 l 119 -193 "},"§":{"x_min":90,"x_max":557.296875,"ha":587,"o":"m 350 358 q 380 340 365 349 q 409 320 395 331 q 445 355 431 334 q 462 402 458 377 q 458 459 466 434 q 431 509 451 485 q 379 557 411 533 q 304 609 347 581 q 257 645 278 625 q 236 631 245 641 q 220 608 227 621 q 208 582 213 595 q 202 557 203 568 q 205 502 198 526 q 230 456 212 478 q 278 411 248 434 q 350 358 308 388 m 548 445 q 512 342 539 384 q 454 276 485 299 q 473 233 467 257 q 475 178 479 210 q 451 96 468 129 q 412 40 434 62 q 363 5 389 18 q 314 -12 338 -6 q 269 -19 290 -19 q 237 -19 248 -19 q 169 -4 208 -19 q 92 35 130 10 q 90 57 90 37 q 94 104 90 77 q 106 156 99 130 q 119 198 112 183 l 144 191 q 150 136 142 162 q 176 90 159 110 q 219 57 194 69 q 277 46 245 46 q 352 69 321 46 q 390 140 383 92 q 383 187 394 167 q 354 222 373 206 q 309 252 334 238 q 258 284 283 267 q 192 333 221 308 q 145 386 163 358 q 119 448 126 414 q 117 525 111 482 q 131 574 121 550 q 156 618 142 597 q 189 655 171 638 q 226 683 207 672 q 201 743 208 711 q 199 814 194 775 q 225 887 205 856 q 273 937 245 917 q 335 967 301 958 q 403 977 369 977 q 445 972 422 977 q 488 959 467 967 q 527 940 509 951 q 555 918 545 930 q 554 899 559 913 q 541 868 549 885 q 524 836 533 851 q 511 816 515 821 l 488 821 q 437 893 465 870 q 378 916 409 916 q 313 896 338 916 q 282 841 288 877 q 284 798 279 817 q 305 760 290 778 q 342 723 319 742 q 395 684 365 705 q 464 635 433 658 q 515 585 494 611 q 545 525 536 558 q 548 445 554 491 "},"Ý":{"x_min":68.71875,"x_max":816.0625,"ha":777,"o":"m 496 0 l 194 0 l 198 29 q 281 55 257 42 q 306 77 305 68 l 346 373 q 314 480 334 423 q 271 593 295 537 q 223 698 248 649 q 175 782 198 748 q 161 798 169 792 q 142 807 153 804 q 114 811 131 811 q 74 808 98 811 l 68 837 q 109 847 87 842 q 152 856 131 852 q 193 863 174 860 q 226 866 213 866 q 260 839 243 866 q 291 785 275 816 q 324 720 308 755 q 356 649 341 685 q 385 578 371 613 q 408 512 398 543 q 423 459 417 482 l 632 780 q 629 809 644 799 q 567 825 613 818 l 571 855 l 816 855 l 812 825 q 745 807 769 816 q 709 780 721 798 l 445 367 l 405 77 q 408 68 404 73 q 424 55 413 62 q 454 42 435 48 q 500 29 472 35 l 496 0 m 694 1079 l 385 913 q 372 925 375 919 q 363 945 369 931 l 628 1159 l 643 1148 q 662 1136 652 1142 q 681 1122 672 1129 q 694 1110 689 1115 l 694 1079 "},"b":{"x_min":71.46875,"x_max":599,"ha":648,"o":"m 407 545 q 370 528 395 545 q 317 481 346 511 q 257 410 288 451 q 201 320 226 369 q 190 232 194 271 q 187 173 187 194 q 197 135 187 155 q 225 97 208 115 q 265 69 243 80 q 311 58 287 58 q 357 66 336 58 q 396 89 378 75 q 429 120 414 103 q 454 155 443 138 q 479 206 469 179 q 494 259 489 232 q 500 311 500 285 q 500 359 500 336 q 491 441 500 406 q 470 499 483 476 q 440 533 456 522 q 407 545 423 545 m 599 413 q 578 268 599 341 q 510 127 558 195 q 458 68 486 96 q 397 19 430 40 q 326 -15 364 -2 q 245 -28 288 -28 q 213 -20 231 -28 q 178 0 196 -13 q 143 28 160 12 q 112 65 125 45 q 91 105 99 84 q 83 147 83 126 q 87 202 83 164 q 98 291 91 240 q 115 402 106 342 q 133 524 124 462 q 151 646 142 586 q 168 759 160 707 q 179 851 175 811 q 184 912 184 891 q 180 937 184 928 q 171 950 177 946 q 160 956 166 955 q 148 958 154 958 q 130 954 141 958 q 108 948 119 951 q 80 939 95 944 l 71 966 q 129 990 100 979 q 185 1011 159 1002 q 231 1025 212 1020 q 259 1031 251 1031 q 285 1018 278 1031 q 293 975 293 1006 q 289 920 293 954 q 280 842 286 885 q 266 747 274 798 q 250 641 259 695 q 233 532 242 587 q 216 425 225 477 q 288 523 251 483 q 359 588 325 563 q 423 624 393 613 q 474 635 453 635 q 524 620 501 635 q 563 577 547 605 q 589 508 580 550 q 599 413 599 467 "},"q":{"x_min":36,"x_max":607.015625,"ha":623,"o":"m 235 65 q 277 85 253 65 q 326 138 300 105 q 378 211 352 170 q 427 295 404 253 l 464 515 q 440 531 453 523 q 413 547 427 540 q 382 559 398 554 q 347 564 365 564 q 287 548 315 564 q 234 508 258 533 q 188 450 209 483 q 153 384 168 418 q 131 316 139 350 q 123 257 123 283 q 133 177 123 213 q 159 117 143 142 q 196 78 175 92 q 235 65 216 65 m 607 611 q 587 594 595 601 q 574 577 580 586 q 564 552 568 567 q 556 515 560 538 q 526 333 541 425 q 497 156 511 242 q 472 -6 483 70 q 455 -144 461 -83 q 449 -247 449 -205 q 455 -303 449 -288 q 432 -311 446 -306 q 404 -320 419 -315 q 376 -330 389 -325 q 354 -339 362 -335 l 330 -319 q 341 -244 334 -293 q 359 -129 349 -194 q 382 14 370 -63 q 408 176 395 92 q 357 99 385 136 q 301 34 330 62 q 243 -11 271 5 q 187 -28 214 -28 q 138 -15 164 -28 q 89 25 111 -2 q 51 98 66 54 q 36 206 36 143 q 49 312 36 260 q 90 411 63 364 q 154 499 116 458 q 240 571 191 539 q 280 594 259 583 q 325 615 302 606 q 370 629 347 624 q 415 635 393 635 q 444 630 430 635 q 472 620 458 626 q 497 607 485 614 q 521 593 510 600 q 554 615 537 605 q 591 635 572 625 l 607 611 "},"Ö":{"x_min":61,"x_max":736,"ha":757,"o":"m 635 512 q 622 620 635 569 q 586 708 610 670 q 528 767 563 745 q 449 790 493 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 q 177 243 164 297 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 m 736 525 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 116 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 328 61 257 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 593 847 544 875 q 673 771 642 819 q 720 659 705 723 q 736 525 736 596 m 431 1050 q 424 1013 431 1031 q 407 979 418 994 q 381 954 397 963 q 346 945 365 945 q 312 957 324 945 q 300 992 300 969 q 306 1029 300 1010 q 324 1063 312 1048 q 351 1089 335 1079 q 386 1098 367 1098 q 419 1086 407 1098 q 431 1050 431 1073 m 684 1050 q 677 1013 684 1031 q 660 979 671 994 q 633 954 649 964 q 597 945 617 945 q 564 957 576 945 q 553 992 553 969 q 559 1029 553 1010 q 576 1063 565 1048 q 602 1089 586 1079 q 637 1099 618 1099 q 671 1086 658 1099 q 684 1050 684 1073 "},"z":{"x_min":-2.71875,"x_max":526.265625,"ha":526,"o":"m 526 599 q 425 480 470 539 q 338 359 381 420 q 252 233 296 298 q 155 101 208 169 q 173 107 157 102 q 210 112 189 112 q 247 105 224 112 q 297 91 269 99 q 352 76 324 82 q 405 70 380 70 q 420 71 411 70 q 439 80 429 73 q 461 103 449 88 q 487 143 474 118 l 511 130 q 478 60 492 88 q 447 16 463 32 q 408 -7 430 0 q 354 -14 387 -14 q 290 -6 320 -14 q 234 8 261 0 q 184 23 208 16 q 139 31 160 31 q 116 27 128 31 q 90 17 105 24 q 56 1 75 10 q 12 -21 37 -8 l -2 0 q 67 90 31 41 q 140 191 103 139 q 212 295 177 243 q 280 394 248 347 q 339 478 311 440 q 385 539 366 515 l 181 539 q 154 535 165 539 q 133 523 143 532 q 116 497 124 514 q 98 451 108 479 l 71 456 q 97 561 84 517 q 115 634 109 605 q 143 625 128 630 q 181 620 158 620 l 512 620 l 526 599 "},"ã":{"x_min":36,"x_max":611.359375,"ha":626,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 437 449 q 448 515 446 500 q 426 532 438 523 q 400 547 414 540 q 370 559 386 555 q 339 563 355 563 q 280 548 308 563 q 229 508 253 533 q 187 450 206 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 212 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 314 139 288 106 q 364 212 339 172 q 409 292 389 252 m 611 45 q 516 -10 552 7 q 460 -28 479 -28 q 436 -19 448 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 240 -6 271 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 508 594 498 601 q 542 616 524 605 q 578 635 559 626 l 591 611 q 572 594 580 601 q 559 577 565 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 510 58 504 65 q 525 51 517 51 q 557 54 538 51 q 603 70 576 58 l 611 45 m 611 899 q 579 845 597 872 q 540 796 561 818 q 495 762 519 775 q 444 749 471 749 q 405 760 423 749 q 372 786 388 772 q 340 811 356 799 q 306 823 324 823 q 258 801 283 823 q 205 742 234 780 l 176 756 q 208 810 190 783 q 248 858 226 836 q 294 892 269 879 q 344 906 318 906 q 385 894 366 906 q 420 869 404 882 q 450 843 436 855 q 479 832 464 832 q 528 853 502 832 q 580 912 555 874 l 611 899 "},"æ":{"x_min":36,"x_max":862,"ha":899,"o":"m 617 530 q 573 481 594 510 q 534 418 551 451 q 505 347 517 384 q 494 274 494 310 q 633 336 582 308 q 711 390 685 365 q 745 438 738 415 q 753 485 753 461 q 747 521 753 506 q 733 546 742 536 q 713 559 724 555 q 690 564 701 564 q 658 556 679 564 q 617 530 637 548 m 406 300 q 415 364 410 331 q 425 427 421 397 q 434 480 430 457 q 440 515 437 504 l 440 517 q 417 533 429 525 q 391 548 405 541 q 363 559 378 555 q 331 564 347 564 q 273 548 300 564 q 224 508 246 533 q 183 450 201 483 q 154 384 166 418 q 135 316 141 350 q 129 257 129 283 q 136 177 129 213 q 155 117 143 142 q 184 78 167 92 q 221 65 201 65 q 261 86 237 65 q 310 142 284 108 q 361 218 336 177 q 406 300 386 260 m 584 611 q 567 596 574 603 q 555 580 560 589 q 545 561 550 572 q 537 534 541 551 q 583 574 559 555 q 619 597 599 586 q 661 617 639 608 q 704 630 682 625 q 747 635 726 635 q 798 624 777 635 q 834 597 819 613 q 855 558 848 580 q 862 515 862 537 q 857 475 862 496 q 839 432 853 454 q 800 385 825 409 q 734 334 775 360 q 634 280 693 308 q 493 221 575 252 q 509 152 497 183 q 537 98 521 121 q 571 63 553 76 q 608 51 590 51 q 643 54 622 51 q 690 67 663 57 q 750 97 717 77 q 825 149 784 117 q 838 136 833 145 q 846 122 842 127 q 747 44 789 73 q 670 -1 704 14 q 609 -22 636 -17 q 558 -28 582 -28 q 509 -16 536 -28 q 458 19 482 -5 q 415 85 433 44 q 398 183 398 125 q 352 115 379 151 q 297 46 326 78 q 236 -6 267 14 q 177 -28 204 -28 q 129 -15 154 -28 q 83 25 104 -2 q 49 98 63 54 q 36 206 36 143 q 47 311 36 260 q 83 409 59 362 q 144 497 107 456 q 229 571 180 538 q 269 594 247 583 q 312 615 290 606 q 357 629 335 624 q 401 635 380 635 q 429 631 415 635 q 455 621 443 627 q 481 607 468 615 q 504 593 493 600 q 536 615 519 605 q 571 635 553 626 l 584 611 "},"®":{"x_min":92.734375,"x_max":502.015625,"ha":477,"o":"m 499 735 q 471 644 492 686 q 418 569 450 601 q 347 519 387 537 q 264 501 307 501 q 186 519 220 501 q 129 569 151 537 q 98 644 107 601 q 95 735 88 686 q 123 826 102 784 q 175 901 144 869 q 246 951 207 933 q 330 970 286 970 q 408 951 373 970 q 465 901 442 933 q 496 826 487 869 q 499 735 505 784 m 463 735 q 460 811 468 775 q 434 874 453 847 q 386 917 415 901 q 321 933 358 933 q 253 917 285 933 q 195 874 221 901 q 153 811 170 847 q 131 735 136 775 q 133 659 126 694 q 160 596 141 623 q 207 553 179 569 q 271 538 236 538 q 340 553 308 538 q 398 596 373 569 q 440 659 423 623 q 463 735 457 694 m 187 602 l 188 614 q 217 627 215 620 l 247 847 l 222 843 l 222 863 q 260 872 240 868 q 305 876 280 876 q 345 869 329 876 q 372 853 362 863 q 387 831 383 844 q 390 804 392 818 q 365 754 385 772 q 318 730 346 736 l 367 633 q 377 625 370 626 q 397 629 384 624 l 399 617 l 397 616 q 371 603 386 610 q 350 597 356 597 q 339 601 344 597 q 333 610 334 606 l 285 726 l 283 726 q 265 728 274 726 l 251 627 q 274 614 249 620 l 273 602 l 187 602 m 295 852 l 289 852 q 282 851 285 852 l 268 752 q 276 751 272 751 l 285 751 q 332 761 315 751 q 352 798 348 772 q 351 818 353 808 q 343 835 349 827 q 325 847 336 842 q 295 852 313 852 "},"É":{"x_min":-0.203125,"x_max":634.421875,"ha":641,"o":"m 580 165 q 552 63 566 106 q 531 0 538 19 l 0 0 l 3 29 q 72 49 46 38 q 99 70 98 61 l 198 783 q 178 803 199 791 q 113 825 157 816 l 117 855 l 617 855 l 634 837 q 625 799 631 820 q 614 757 620 778 q 601 717 608 736 q 588 685 594 698 l 559 685 q 562 737 562 716 q 557 770 562 757 q 544 787 552 782 q 523 793 536 793 l 296 793 l 256 498 l 509 498 l 523 479 q 508 459 516 469 q 490 439 499 449 q 472 421 481 429 q 456 406 463 412 q 433 425 446 418 q 403 437 421 433 q 359 442 385 442 q 295 442 333 442 l 248 442 l 202 104 q 204 86 201 94 q 220 72 208 78 q 258 64 233 67 q 323 61 282 61 l 405 61 q 453 64 433 61 q 489 79 473 67 q 519 114 505 91 q 553 177 534 137 l 580 165 m 629 1078 l 320 913 q 307 925 311 919 q 298 945 304 931 l 563 1158 l 578 1148 q 597 1135 587 1142 q 616 1122 607 1129 q 629 1110 624 1115 l 629 1078 "},"~":{"x_min":61.03125,"x_max":653.75,"ha":667,"o":"m 653 525 q 610 456 635 491 q 556 391 585 420 q 496 342 527 361 q 436 324 465 324 q 381 341 408 324 q 326 378 354 358 q 270 415 298 398 q 216 433 243 433 q 154 406 185 433 q 91 322 124 379 l 61 341 q 103 409 78 374 q 158 474 128 445 q 218 523 187 504 q 278 542 248 542 q 336 525 307 542 q 391 488 364 508 q 445 450 419 467 q 497 434 471 434 q 558 460 527 434 q 623 542 588 486 l 653 525 "},"³":{"x_min":25.15625,"x_max":385,"ha":390,"o":"m 385 820 q 377 779 385 798 q 355 744 369 760 q 322 716 341 728 q 279 696 303 704 q 318 684 301 694 q 347 659 335 674 q 366 626 359 644 q 373 587 373 607 q 358 514 373 549 q 316 455 343 480 q 251 414 289 429 q 165 400 212 400 q 96 414 131 400 q 25 461 61 428 l 43 495 q 77 473 61 482 q 106 458 92 463 q 133 451 120 453 q 160 449 146 449 q 215 458 191 449 q 256 485 239 468 q 281 526 273 503 q 290 576 290 549 q 282 615 290 599 q 262 643 275 632 q 234 658 250 653 q 202 663 218 663 l 193 663 q 189 662 191 663 q 184 661 187 662 q 174 660 181 660 l 171 691 q 223 707 198 698 q 265 730 247 716 q 293 762 282 743 q 304 809 304 781 q 288 852 304 834 q 239 871 272 871 q 192 853 211 871 q 173 808 173 836 q 136 796 156 800 q 97 793 115 793 l 87 805 q 106 841 90 822 q 147 877 122 861 q 202 905 171 894 q 265 916 233 916 q 319 907 296 916 q 356 886 342 899 q 378 856 371 873 q 385 820 385 839 "},"¡":{"x_min":-34.875,"x_max":233,"ha":278,"o":"m 75 507 q 82 549 75 527 q 102 589 89 571 q 134 619 115 607 q 174 631 152 631 q 217 612 201 631 q 233 563 233 594 q 225 522 233 544 q 203 483 217 501 q 171 454 190 466 q 131 443 152 443 q 90 460 105 443 q 75 507 75 478 m 106 -299 q 82 -316 96 -306 q 51 -335 67 -325 q 19 -352 35 -344 q -9 -364 3 -360 l -34 -347 l 96 345 q 120 361 110 355 q 146 372 131 367 l 163 358 l 106 -299 "},"[":{"x_min":1.359375,"x_max":465.21875,"ha":397,"o":"m 465 1067 q 453 1033 461 1050 q 440 1009 445 1017 l 262 1009 l 99 -150 l 273 -150 l 292 -169 q 281 -199 288 -183 q 267 -228 274 -216 l 1 -228 l 185 1085 l 446 1085 l 465 1067 "},"L":{"x_min":0,"x_max":575.09375,"ha":623,"o":"m 575 165 q 547 63 561 106 q 524 0 533 19 l 0 0 l 4 29 q 72 49 46 38 q 99 70 98 61 l 198 783 q 179 803 200 791 q 113 825 158 816 l 118 854 l 396 854 l 391 825 q 323 804 349 816 q 295 783 297 793 l 202 104 q 205 83 201 92 q 222 70 209 75 q 256 63 234 65 q 312 61 278 61 l 398 61 q 447 64 427 61 q 483 79 467 67 q 514 114 499 91 q 548 177 529 137 l 575 165 "},"Ɫ":{"x_min":-21.015625,"x_max":575.09375,"ha":623,"o":"m 575 165 q 547 63 561 106 q 524 0 533 19 l 0 0 l 4 29 q 72 49 46 38 q 99 70 98 61 l 143 389 q 109 402 126 402 q 61 380 85 402 q 8 321 36 359 l -21 335 q 11 389 -6 362 q 50 437 29 416 q 96 471 71 458 q 146 485 120 485 l 151 485 q 157 484 154 485 l 198 783 q 179 804 200 791 q 113 825 158 816 l 118 855 l 396 855 l 391 825 q 323 804 349 816 q 295 783 297 793 l 246 426 q 264 415 256 419 q 281 411 272 411 q 331 432 305 411 q 383 491 357 453 l 413 478 q 381 424 399 451 q 342 375 363 397 q 297 341 321 354 q 246 328 273 328 l 240 328 q 233 329 236 328 l 202 104 q 205 83 201 92 q 222 70 209 75 q 256 63 234 65 q 312 61 278 61 l 398 61 q 447 64 427 61 q 483 79 467 67 q 514 114 499 91 q 548 177 529 137 l 575 165 "}," ":{"x_min":0,"x_max":0,"ha":278},"%":{"x_min":70.25,"x_max":828.109375,"ha":892,"o":"m 729 262 q 708 353 729 324 q 658 383 687 383 q 621 370 637 383 q 594 336 606 357 q 574 289 582 315 q 562 237 566 263 q 556 187 558 211 q 554 146 554 162 q 573 62 554 89 q 625 35 593 35 q 660 47 644 35 q 687 79 676 59 q 706 123 699 98 q 719 174 714 148 q 726 222 724 199 q 729 262 729 245 m 822 255 q 806 162 822 211 q 760 72 790 113 q 691 5 731 31 q 601 -21 650 -21 q 542 -6 568 -21 q 499 32 517 7 q 471 90 481 57 q 462 164 462 124 q 469 225 462 193 q 489 287 476 257 q 522 345 503 318 q 566 393 542 373 q 620 426 591 414 q 682 439 649 439 q 741 425 715 439 q 785 386 767 411 q 812 328 802 361 q 822 255 822 294 m 173 11 q 155 1 166 6 q 129 -8 143 -3 q 103 -16 116 -12 q 83 -23 91 -20 l 70 0 l 723 805 q 767 825 742 817 q 811 839 792 833 l 828 816 l 173 11 m 343 661 q 322 752 343 723 q 270 782 301 782 q 234 769 249 782 q 206 735 218 756 q 187 688 195 714 q 175 636 179 662 q 169 585 171 610 q 167 545 167 561 q 187 461 167 488 q 238 434 207 434 q 273 446 258 434 q 301 478 289 458 q 320 522 312 497 q 333 573 328 547 q 340 621 338 598 q 343 661 343 644 m 435 654 q 427 593 435 624 q 407 530 420 561 q 374 472 393 500 q 330 423 354 444 q 276 390 305 402 q 213 378 246 378 q 155 392 180 378 q 112 431 130 406 q 84 489 94 456 q 75 562 75 523 q 82 624 75 592 q 102 686 89 656 q 135 744 116 717 q 179 792 155 772 q 233 825 204 813 q 295 838 262 838 q 354 824 328 838 q 398 785 380 810 q 425 727 415 760 q 435 654 435 693 "},"P":{"x_min":0.375,"x_max":662,"ha":655,"o":"m 662 637 q 639 529 662 580 q 578 442 617 479 q 486 384 539 405 q 375 363 434 363 q 323 369 349 363 q 278 386 296 375 l 270 436 q 316 420 294 426 q 361 414 339 414 q 443 428 405 414 q 507 469 480 443 q 549 532 534 496 q 564 613 564 569 q 545 709 564 670 q 496 772 527 748 q 423 807 464 796 q 336 818 382 818 l 318 818 q 300 818 309 818 l 199 70 q 201 62 197 66 q 217 51 205 57 q 249 41 228 46 q 301 29 269 35 l 297 0 l 0 0 l 4 29 q 72 50 47 39 q 100 71 98 61 l 201 811 q 151 803 177 807 q 96 790 125 798 l 96 831 q 154 851 124 842 q 219 866 184 860 q 293 872 254 872 q 379 872 333 872 q 497 857 444 872 q 585 812 549 842 q 642 739 622 783 q 662 637 662 695 "},"À":{"x_min":-23.734375,"x_max":726.3125,"ha":778,"o":"m 251 301 l 154 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 48 46 23 37 q 83 75 74 56 l 413 833 q 434 850 422 841 q 459 866 446 858 q 484 881 472 874 q 505 893 496 888 l 651 75 q 656 59 653 66 q 668 46 660 51 q 690 36 676 40 q 726 29 704 32 l 723 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 251 301 m 501 363 l 437 732 l 278 363 l 501 363 m 574 945 q 559 925 564 931 q 542 913 553 919 l 270 1078 l 278 1110 q 295 1122 284 1115 q 318 1135 306 1128 q 342 1148 330 1142 q 362 1158 354 1154 l 574 945 "},"_":{"x_min":-35.9375,"x_max":495.734375,"ha":606,"o":"m 495 -105 q 483 -137 491 -120 q 469 -167 476 -154 l -25 -167 l -35 -148 q -24 -118 -31 -135 q -8 -89 -16 -102 l 483 -89 l 495 -105 "},"ñ":{"x_min":31.84375,"x_max":659.328125,"ha":686,"o":"m 659 48 q 554 -8 597 11 q 486 -28 511 -28 q 449 -6 462 -28 q 436 51 436 14 q 440 94 436 63 q 451 168 444 126 q 466 257 458 210 q 481 348 474 305 q 492 424 488 390 q 497 474 497 458 q 486 546 497 526 q 445 567 475 567 q 414 556 436 567 q 364 523 392 545 q 306 469 337 501 q 251 393 276 436 q 219 314 232 360 q 194 203 207 269 q 183 99 183 143 q 183 16 183 56 q 159 6 172 11 q 132 -5 146 0 q 105 -17 118 -11 q 84 -28 92 -23 l 62 -7 q 81 89 71 37 q 98 194 90 142 q 114 298 107 247 q 127 392 122 349 q 135 468 132 435 q 139 516 139 500 q 137 541 139 532 q 132 554 135 550 q 124 560 129 559 q 113 562 120 562 q 95 559 107 562 q 71 553 84 556 q 41 544 57 549 l 31 571 q 88 594 60 583 q 142 615 117 606 q 186 629 167 624 q 212 635 204 635 q 227 631 222 635 q 235 620 233 628 q 238 597 238 612 q 238 558 238 582 q 238 537 238 550 q 238 510 238 524 q 235 481 238 495 q 233 459 233 467 q 307 539 269 505 q 380 593 344 572 q 449 625 416 615 q 513 635 483 635 q 551 628 534 635 q 578 608 567 622 q 595 572 589 594 q 601 516 601 549 q 596 457 601 493 q 585 381 592 422 q 570 296 578 340 q 555 213 562 253 q 544 142 548 174 q 540 91 540 110 q 546 59 540 67 q 564 51 552 51 q 600 56 580 51 q 649 73 620 61 l 659 48 m 633 899 q 601 845 619 872 q 562 796 583 818 q 517 762 541 775 q 467 749 493 749 q 428 760 445 749 q 394 786 410 772 q 363 811 379 799 q 329 823 347 823 q 281 801 305 823 q 228 742 256 780 l 199 756 q 231 810 213 783 q 270 858 249 836 q 316 892 292 879 q 366 906 341 906 q 407 894 389 906 q 442 869 426 882 q 473 843 459 855 q 501 832 487 832 q 551 853 525 832 q 603 912 577 874 l 633 899 "},"+":{"x_min":50.859375,"x_max":488.28125,"ha":522,"o":"m 488 404 q 482 389 486 397 l 476 372 q 468 356 472 364 q 461 343 464 348 l 304 343 l 278 160 q 264 154 272 157 q 246 148 255 151 q 229 143 238 145 q 213 139 220 140 l 200 154 l 226 343 l 63 343 l 50 359 q 63 390 56 372 q 78 421 71 407 l 237 421 l 263 604 q 295 615 275 608 q 328 624 315 621 l 343 608 l 316 421 l 476 421 l 488 404 "},"‚":{"x_min":8.296875,"x_max":193,"ha":315,"o":"m 193 76 q 177 5 193 40 q 139 -62 162 -30 q 87 -123 115 -95 q 32 -170 58 -151 l 8 -147 q 34 -117 20 -134 q 60 -79 48 -99 q 80 -38 72 -59 q 89 0 89 -18 q 71 41 89 25 q 18 57 53 57 l 12 87 q 38 106 19 95 q 79 126 57 116 q 122 142 101 136 q 153 149 143 149 q 182 119 171 136 q 193 76 193 102 "},"‑":{"x_min":29.15625,"x_max":393.34375,"ha":435,"o":"m 393 367 q 379 336 387 352 q 365 309 371 320 l 41 309 l 29 325 q 42 355 34 340 q 58 384 50 370 l 380 384 l 393 367 "},"½":{"x_min":89.734375,"x_max":738.703125,"ha":752,"o":"m 89 432 l 93 455 q 137 461 120 457 q 165 469 155 465 q 179 476 175 472 q 184 484 184 480 l 217 732 q 220 753 220 746 q 215 764 220 760 q 209 767 214 766 q 195 769 205 769 q 170 766 185 769 q 131 760 154 764 l 127 782 q 163 793 141 786 q 206 808 184 800 q 248 823 228 815 q 280 838 268 832 l 291 826 l 245 484 q 247 477 245 480 q 257 469 249 473 q 281 461 266 465 q 322 455 296 457 l 318 432 l 89 432 m 165 2 q 136 -10 149 -5 q 105 -20 122 -15 l 93 0 l 668 816 q 696 828 681 821 q 725 838 712 834 l 738 819 l 165 2 m 651 0 l 403 0 l 396 23 q 510 135 466 91 q 580 210 554 180 q 616 261 605 241 q 629 300 626 282 q 621 348 633 330 q 574 366 609 366 q 550 360 561 366 q 529 346 538 355 q 515 326 521 337 q 507 303 509 315 q 451 288 482 290 l 443 297 q 459 333 445 314 q 497 367 474 351 q 547 392 519 382 q 603 402 574 402 q 673 379 647 402 q 693 309 699 357 q 677 265 689 288 q 639 213 665 243 q 572 144 613 184 q 471 45 531 103 l 604 45 q 624 53 615 45 q 637 70 632 61 q 647 97 643 82 l 668 93 l 651 0 "},"Æ":{"x_min":-23.265625,"x_max":986.53125,"ha":993,"o":"m 555 778 q 551 789 556 785 q 537 791 545 793 q 520 784 529 790 q 505 766 511 778 l 374 499 l 518 499 l 555 778 m 936 165 q 909 63 922 106 q 888 0 896 19 l 361 0 l 366 29 q 433 49 408 38 q 460 70 458 61 l 510 445 l 346 445 l 161 75 q 168 45 151 55 q 233 29 185 35 l 231 0 l -23 0 l -19 29 q 47 46 22 37 q 82 75 73 55 l 431 768 q 431 787 436 780 q 411 802 425 795 q 373 814 396 808 q 321 825 350 819 l 325 855 l 971 855 l 986 837 q 978 799 983 820 q 966 757 972 778 q 954 717 960 736 q 942 685 947 698 l 914 685 q 916 737 916 716 q 911 770 916 757 q 899 787 907 782 q 878 793 890 793 l 656 793 l 615 499 l 863 499 l 876 480 q 861 460 869 470 q 844 439 852 449 q 826 421 835 429 q 810 407 817 413 q 792 424 802 417 q 769 436 783 431 q 738 442 756 440 q 694 445 720 445 l 608 445 l 561 104 q 563 86 559 94 q 579 72 566 78 q 616 64 592 67 q 681 61 640 61 l 758 61 q 807 64 787 61 q 844 79 827 67 q 877 114 861 91 q 911 177 892 137 l 936 165 "},"Ë":{"x_min":0.171875,"x_max":635.09375,"ha":642,"o":"m 580 165 q 553 63 566 106 q 531 0 539 19 l 0 0 l 4 29 q 72 49 46 38 q 99 70 98 61 l 198 783 q 179 803 200 791 q 114 825 158 816 l 118 855 l 618 855 l 635 837 q 626 799 631 820 q 614 757 621 778 q 601 717 608 736 q 588 685 594 698 l 559 685 q 562 737 562 716 q 557 770 562 757 q 544 787 552 782 q 523 793 536 793 l 296 793 l 256 498 l 510 498 l 523 479 q 508 459 516 469 q 490 439 499 449 q 472 421 481 429 q 457 406 464 412 q 434 425 446 418 q 404 437 422 433 q 359 442 386 442 q 295 442 333 442 l 249 442 l 202 104 q 205 86 201 94 q 221 72 208 78 q 258 64 234 67 q 323 61 282 61 l 405 61 q 453 64 434 61 q 489 79 473 67 q 520 114 505 91 q 553 177 535 137 l 580 165 m 357 1051 q 350 1013 357 1031 q 333 979 344 994 q 307 954 323 964 q 272 945 291 945 q 238 957 250 945 q 226 992 226 969 q 232 1029 226 1010 q 250 1063 238 1048 q 277 1089 261 1079 q 312 1099 293 1099 q 345 1086 333 1099 q 357 1051 357 1074 m 610 1051 q 603 1013 610 1031 q 586 979 597 994 q 559 954 575 964 q 523 945 543 945 q 490 957 502 945 q 479 992 479 969 q 485 1029 479 1010 q 502 1063 491 1048 q 528 1089 512 1079 q 563 1099 544 1099 q 597 1086 584 1099 q 610 1051 610 1074 "},"'":{"x_min":168,"x_max":285.328125,"ha":278,"o":"m 207 592 q 189 584 198 586 q 168 582 179 582 l 168 937 q 189 946 177 941 q 214 956 202 951 q 239 964 227 960 q 260 970 251 968 l 285 955 l 207 592 "},"ª":{"x_min":40.125,"x_max":381.75,"ha":397,"o":"m 372 431 q 364 414 368 420 q 356 398 360 407 l 51 398 l 40 411 q 47 430 43 422 q 55 448 51 437 l 359 448 l 372 431 m 271 652 q 277 688 274 669 q 283 724 280 707 q 288 754 285 741 q 292 775 291 768 q 266 792 281 784 q 234 801 252 801 q 188 783 209 801 q 153 740 168 765 q 130 686 138 714 q 122 636 122 657 q 136 560 122 588 q 173 532 151 532 q 194 542 182 532 q 220 571 206 553 q 247 610 234 588 q 271 652 260 631 m 381 521 q 330 492 350 501 q 299 484 310 484 q 286 488 292 484 q 275 504 280 492 q 268 539 271 517 q 266 596 266 561 q 243 559 256 579 q 214 523 230 540 q 181 495 198 506 q 149 484 165 484 q 124 490 137 484 q 99 512 110 497 q 79 551 87 527 q 72 608 72 574 q 98 718 72 667 q 177 805 125 769 q 199 818 187 811 q 223 829 211 824 q 248 837 235 833 q 271 840 260 840 q 301 832 287 840 q 326 817 315 825 q 364 840 342 829 l 370 826 q 360 817 364 821 q 352 808 355 813 q 347 795 349 803 q 343 776 345 788 q 332 721 336 749 q 324 669 328 694 q 319 626 321 645 q 318 599 318 608 q 322 541 318 557 q 334 526 326 526 q 351 527 342 526 q 376 534 361 529 l 381 521 "},"ð":{"x_min":36,"x_max":619,"ha":601,"o":"m 267 46 q 352 76 316 46 q 414 155 389 107 q 454 264 439 204 q 476 386 469 325 q 453 456 469 424 q 414 511 436 488 q 365 547 391 534 q 313 560 339 560 q 258 546 283 560 q 212 510 233 532 q 177 458 192 488 q 151 396 162 428 q 136 331 141 364 q 131 269 131 298 q 142 182 131 223 q 171 111 153 141 q 215 63 190 81 q 267 46 240 46 m 572 479 q 559 342 572 407 q 523 220 546 277 q 469 118 500 164 q 401 39 437 72 q 325 -10 365 7 q 245 -28 285 -28 q 156 -9 195 -28 q 90 42 117 9 q 49 120 63 75 q 36 219 36 166 q 47 323 36 272 q 78 421 58 375 q 127 506 99 467 q 189 574 155 545 q 262 619 223 603 q 341 635 301 635 q 378 627 359 635 q 415 608 397 620 q 449 580 433 596 q 478 545 465 564 q 447 668 471 613 q 387 770 424 722 l 243 705 q 226 708 232 707 q 215 710 219 709 q 205 714 210 712 q 190 719 199 716 l 187 743 l 350 817 q 320 846 336 833 q 285 868 304 859 q 246 879 267 876 q 199 879 224 883 l 199 907 l 326 955 q 382 905 356 930 q 431 854 408 879 l 565 914 q 586 910 579 911 q 598 907 593 908 q 606 903 603 905 q 619 898 610 901 l 619 875 l 467 806 q 547 647 522 729 q 572 479 572 566 "},"T":{"x_min":76.59375,"x_max":758.140625,"ha":724,"o":"m 463 0 l 161 0 l 165 29 q 247 55 223 41 q 273 77 271 68 l 372 793 l 189 793 q 172 789 180 793 q 155 773 164 785 q 132 737 145 761 q 101 674 119 714 l 76 687 q 83 727 78 705 q 93 772 87 749 q 105 816 98 795 q 117 855 111 838 l 743 855 l 758 837 q 751 800 755 821 q 741 758 747 780 q 730 715 736 736 q 719 677 724 694 l 691 677 q 688 733 691 711 q 680 769 685 756 q 666 787 675 782 q 644 793 658 793 l 469 793 l 372 77 q 391 55 370 69 q 467 29 412 41 l 463 0 "},"Þ":{"x_min":2.21875,"x_max":636,"ha":654,"o":"m 409 825 q 355 814 377 819 q 321 803 334 808 q 302 793 308 798 q 296 783 297 788 l 282 684 q 377 692 326 692 q 485 676 437 692 q 567 630 534 660 q 618 560 600 601 q 636 468 636 518 q 613 356 636 409 q 552 264 591 303 q 460 202 513 225 q 346 179 407 179 q 294 184 318 179 q 251 201 270 189 l 243 251 q 291 235 268 238 q 335 232 314 232 q 419 248 381 232 q 484 292 457 264 q 525 359 510 320 q 540 441 540 397 q 524 524 540 488 q 481 585 508 560 q 416 623 453 610 q 335 636 379 636 q 305 634 320 636 q 275 629 290 632 l 199 70 q 202 61 198 66 q 217 51 206 56 q 249 40 229 45 q 299 28 268 34 l 295 0 l 2 0 l 6 28 q 74 49 49 38 q 101 70 99 60 l 199 783 q 179 803 200 791 q 116 825 158 816 l 120 854 l 413 854 l 409 825 "},"j":{"x_min":-260,"x_max":311,"ha":341,"o":"m 255 590 q 253 564 255 582 q 248 520 251 545 q 243 466 246 495 q 237 410 240 437 q 231 359 233 382 q 227 320 228 335 q 221 267 224 297 q 214 201 219 236 q 206 126 210 166 q 194 44 201 86 q 160 -88 181 -34 q 117 -179 140 -142 q 66 -241 93 -216 q 12 -287 39 -265 q -27 -311 -6 -301 q -70 -327 -49 -321 q -110 -336 -91 -333 q -140 -339 -128 -339 q -180 -333 -159 -339 q -219 -320 -201 -328 q -248 -303 -236 -311 q -260 -287 -260 -294 q -251 -264 -260 -278 q -230 -236 -242 -250 q -205 -213 -217 -223 q -186 -204 -192 -204 q -172 -212 -180 -204 q -150 -232 -164 -221 q -116 -251 -137 -242 q -66 -260 -96 -260 q 28 -190 -8 -260 q 87 7 65 -120 q 102 103 96 57 q 112 187 108 148 q 119 256 116 225 q 124 306 121 286 q 126 334 124 316 q 130 373 128 352 q 135 416 132 394 q 139 457 137 438 q 142 492 142 477 q 142 515 142 508 q 140 540 142 531 q 134 553 138 549 q 125 559 130 558 q 115 561 120 561 q 98 558 109 561 q 75 552 87 556 q 48 544 62 549 l 37 569 q 94 594 66 582 q 147 615 123 606 q 190 629 172 624 q 217 635 208 635 q 245 626 236 635 q 255 590 255 618 m 311 856 q 304 819 311 837 q 287 785 298 800 q 260 760 276 770 q 226 751 245 751 q 183 798 183 751 q 188 835 183 816 q 205 869 194 854 q 231 895 216 885 q 266 905 246 905 q 299 892 287 905 q 311 856 311 879 "},"1":{"x_min":42.328125,"x_max":456.703125,"ha":558,"o":"m 451 0 l 42 0 l 47 35 q 128 49 95 42 q 181 65 161 57 q 210 81 201 73 q 220 97 219 89 l 293 637 q 298 679 298 664 q 292 704 298 694 q 279 710 289 707 q 250 713 269 713 q 201 708 230 713 q 131 694 172 704 l 123 729 q 186 751 149 737 q 261 782 223 765 q 334 815 300 799 q 391 844 369 832 l 410 820 l 312 97 q 316 82 310 90 q 338 66 322 74 q 382 50 354 58 q 456 35 411 42 l 451 0 "},"›":{"x_min":40.515625,"x_max":324,"ha":376,"o":"m 40 24 l 217 305 q 210 325 218 304 q 192 376 203 346 q 167 444 180 407 q 142 511 154 480 q 123 562 131 542 l 116 583 l 144 603 l 324 329 q 323 320 324 327 q 321 303 322 312 l 318 280 l 63 4 l 40 24 "},"ä":{"x_min":36,"x_max":610.765625,"ha":625,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 436 449 q 448 515 445 500 q 425 532 437 523 q 399 548 413 540 q 370 559 385 555 q 338 564 355 564 q 280 548 307 564 q 229 508 252 533 q 187 450 206 483 q 156 384 168 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 213 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 313 139 288 106 q 364 212 339 172 q 409 292 389 253 m 610 45 q 515 -10 552 7 q 460 -28 479 -28 q 436 -19 447 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 239 -6 270 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 508 594 498 601 q 541 616 524 605 q 577 635 559 626 l 591 611 q 572 594 579 601 q 559 577 564 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 510 58 504 65 q 525 51 516 51 q 557 54 538 51 q 602 70 575 58 l 610 45 m 332 855 q 325 818 332 836 q 308 784 319 799 q 282 759 298 769 q 247 750 266 750 q 213 762 225 750 q 201 797 201 774 q 207 834 201 815 q 225 868 213 853 q 252 894 236 884 q 287 904 268 904 q 320 891 308 904 q 332 855 332 878 m 585 855 q 578 818 585 836 q 561 784 572 799 q 534 759 550 769 q 498 750 518 750 q 465 762 477 750 q 454 797 454 774 q 460 834 454 815 q 477 868 466 853 q 503 894 487 884 q 538 904 519 904 q 572 891 559 904 q 585 855 585 878 "},"<":{"x_min":33.90625,"x_max":545.921875,"ha":570,"o":"m 545 592 q 540 577 543 586 q 533 558 537 567 q 526 539 530 548 q 520 523 523 529 l 154 382 l 482 240 l 490 215 q 476 203 482 208 l 464 194 q 452 184 459 189 q 434 173 444 179 l 48 341 l 33 359 q 46 394 37 375 q 59 424 54 413 l 533 609 l 545 592 "},"£":{"x_min":-29.4375,"x_max":565.640625,"ha":559,"o":"m 355 364 l 207 364 q 191 274 202 317 q 166 193 181 231 q 133 124 151 156 q 96 67 115 92 q 166 69 138 69 q 217 69 194 69 q 265 69 241 69 q 323 69 289 69 q 372 72 351 69 q 409 87 392 75 q 442 121 427 98 q 476 183 458 143 l 501 171 q 488 115 495 142 q 474 66 481 88 q 462 26 467 43 q 453 0 456 9 q 385 -19 423 -19 q 306 -15 348 -19 q 221 -2 264 -11 q 134 7 177 7 q 52 3 91 7 q -20 -20 12 0 l -29 12 q 8 44 -8 29 q 37 76 24 59 q 60 116 50 93 q 77 173 70 139 q 90 252 85 206 q 102 364 96 299 l 32 364 l 22 380 q 30 402 25 391 q 41 425 35 414 l 106 425 q 140 597 116 521 q 203 727 164 674 q 296 808 242 780 q 421 837 351 837 q 451 835 437 837 q 482 829 466 834 q 519 815 499 824 q 565 789 539 805 q 556 746 562 772 q 543 695 550 721 q 529 646 536 669 q 516 610 522 622 l 489 610 q 458 732 489 694 q 365 770 427 770 q 332 766 348 770 q 299 750 315 762 q 267 716 282 738 q 240 655 252 693 q 220 560 229 616 q 212 425 212 503 l 364 425 l 377 409 l 355 364 "},"¹":{"x_min":60.421875,"x_max":352.03125,"ha":391,"o":"m 346 412 l 60 412 l 65 440 q 121 449 99 444 q 155 458 143 453 q 173 468 168 462 q 179 477 179 473 l 229 788 q 232 813 232 804 q 227 828 232 822 q 219 831 225 830 q 201 833 213 833 q 169 830 189 833 q 122 822 150 828 l 116 849 q 162 863 135 854 q 217 882 189 872 q 270 901 245 892 q 312 919 296 911 l 324 904 l 257 477 q 259 468 257 473 q 272 458 262 463 q 301 449 282 453 q 352 440 320 444 l 346 412 "},"t":{"x_min":39.53125,"x_max":436.859375,"ha":426,"o":"m 392 79 q 326 33 359 53 q 263 0 293 13 q 210 -20 234 -13 q 171 -28 186 -28 q 139 -17 154 -28 q 112 10 124 -7 q 93 53 100 28 q 87 108 87 78 q 87 134 87 121 q 87 161 87 147 q 89 190 87 175 q 95 225 91 206 l 147 553 l 49 553 l 39 574 l 108 614 l 156 614 l 160 637 q 169 683 164 665 q 179 714 173 702 q 192 734 185 726 q 207 749 198 742 l 276 797 l 295 780 q 284 759 290 774 q 273 720 280 745 q 260 653 267 695 l 254 614 l 423 614 l 436 595 q 418 574 430 585 q 393 553 406 563 q 368 534 380 543 q 350 522 356 526 q 339 538 346 532 q 320 548 332 544 q 290 552 308 552 q 246 552 272 552 l 244 552 l 195 241 q 191 213 193 228 q 190 185 190 199 q 190 161 190 172 q 190 142 190 149 q 205 80 190 100 q 239 61 220 61 q 296 71 262 61 q 381 104 330 81 l 392 79 "},"¬":{"x_min":34.59375,"x_max":516.765625,"ha":558,"o":"m 491 219 q 459 199 478 208 q 425 184 441 189 l 410 201 l 432 343 l 47 343 l 34 359 q 47 389 40 372 q 62 419 54 405 l 501 419 l 516 404 l 491 219 "},"ù":{"x_min":26.390625,"x_max":661.46875,"ha":693,"o":"m 661 45 q 568 -9 606 9 q 505 -28 530 -28 q 480 -16 492 -28 q 458 22 467 -4 q 445 93 449 50 q 442 201 442 137 q 386 109 416 151 q 322 36 355 66 q 253 -11 288 5 q 181 -28 218 -28 q 150 -17 168 -28 q 118 14 133 -6 q 92 66 103 35 q 82 138 82 97 q 85 190 82 159 q 94 257 89 221 q 107 332 100 293 q 119 406 113 370 q 128 470 124 441 q 132 515 132 499 q 129 540 132 531 q 124 553 127 549 q 115 559 120 558 q 104 561 110 561 q 86 558 98 561 q 63 552 75 556 q 34 544 50 549 l 26 569 q 83 594 54 582 q 136 615 112 606 q 179 629 161 624 q 206 635 198 635 q 233 622 226 635 q 240 577 240 609 q 235 526 240 558 q 225 456 231 494 q 213 377 219 418 q 200 299 206 337 q 190 229 194 261 q 186 177 186 197 q 199 83 186 112 q 238 54 213 54 q 274 67 252 54 q 325 109 297 80 q 387 187 354 139 q 457 303 421 234 q 467 361 461 332 q 477 418 472 391 q 484 471 481 446 q 488 515 488 495 q 486 540 488 531 q 481 553 484 549 q 473 559 477 558 q 462 561 468 561 q 445 558 456 561 q 424 552 435 556 q 398 544 412 549 l 388 569 q 444 594 417 582 q 496 615 472 606 q 537 629 519 624 q 563 635 554 635 q 588 622 582 635 q 595 577 595 609 q 590 526 595 558 q 580 457 586 495 q 567 378 574 419 q 553 299 559 337 q 543 227 547 261 q 539 171 539 194 q 547 80 539 110 q 573 51 556 51 q 609 55 591 51 q 651 70 627 60 l 661 45 m 441 710 q 419 698 427 701 q 399 696 411 696 l 229 958 l 251 982 q 272 986 259 984 q 298 988 284 988 q 325 988 312 988 q 347 988 338 988 l 441 710 "},"W":{"x_min":87.921875,"x_max":1132.09375,"ha":1066,"o":"m 1129 825 q 1092 817 1109 821 q 1060 808 1074 812 q 1038 797 1047 803 q 1026 783 1029 791 l 782 40 q 764 14 776 25 q 739 -3 753 3 q 711 -14 725 -10 q 689 -20 697 -18 l 577 641 l 316 40 q 292 14 310 24 q 256 -3 275 3 q 219 -14 237 -10 q 191 -20 201 -18 l 191 778 q 161 806 191 795 q 87 825 132 817 l 91 855 l 356 855 l 352 825 q 304 817 323 822 q 276 806 286 812 q 263 792 266 800 q 281 778 260 785 l 281 172 l 597 855 l 635 855 l 757 172 l 955 783 q 952 798 958 791 q 934 808 946 804 q 905 817 922 813 q 866 825 887 821 l 871 855 l 1132 855 l 1129 825 "},"ï":{"x_min":47.9375,"x_max":455,"ha":343,"o":"m 309 48 q 251 15 277 29 q 205 -8 226 1 q 167 -23 184 -18 q 135 -28 150 -28 q 98 -6 112 -28 q 85 51 85 14 q 90 109 85 71 q 102 192 95 146 q 119 288 110 238 q 135 383 127 338 q 147 463 142 428 q 153 515 153 499 q 150 540 153 531 q 145 553 148 549 q 136 559 142 558 q 125 561 131 561 q 108 558 119 561 q 85 552 97 556 q 57 544 73 549 l 47 569 q 104 594 76 582 q 157 615 132 606 q 200 629 181 624 q 227 635 218 635 q 254 622 246 635 q 262 577 262 609 q 256 519 262 558 q 243 434 251 481 q 226 334 235 386 q 209 235 217 282 q 196 149 201 187 q 191 91 191 110 q 195 60 191 70 q 211 51 199 51 q 252 56 232 51 q 299 73 271 61 l 309 48 m 202 855 q 195 818 202 836 q 178 784 189 799 q 152 759 168 769 q 117 750 136 750 q 83 762 95 750 q 71 797 71 774 q 77 834 71 815 q 95 868 83 853 q 122 894 106 884 q 157 904 138 904 q 190 891 178 904 q 202 855 202 878 m 455 855 q 448 818 455 836 q 431 784 442 799 q 404 759 420 769 q 368 750 388 750 q 335 762 347 750 q 324 797 324 774 q 330 834 324 815 q 347 868 336 853 q 373 894 357 884 q 408 904 389 904 q 442 891 429 904 q 455 855 455 878 "},">":{"x_min":20.34375,"x_max":532.359375,"ha":570,"o":"m 532 424 q 520 390 527 409 q 506 359 514 372 l 33 173 l 20 190 q 26 206 23 197 q 32 225 29 215 q 38 244 35 235 q 45 259 42 253 l 411 400 l 83 543 l 75 568 q 89 580 84 575 l 101 589 q 114 599 107 594 q 131 609 121 603 l 517 441 l 532 424 "},"v":{"x_min":11.28125,"x_max":606,"ha":620,"o":"m 606 578 q 591 513 606 556 q 541 401 576 470 q 450 233 507 332 q 310 1 393 134 q 296 -5 304 -2 q 279 -13 287 -9 q 261 -21 270 -17 q 245 -27 252 -25 l 224 -6 q 212 78 219 31 q 198 175 205 125 q 181 275 190 225 q 164 369 172 325 q 148 449 156 413 q 135 505 140 484 q 123 534 129 523 q 111 551 117 545 q 98 559 104 557 q 86 561 92 561 q 68 558 79 561 q 47 552 58 556 q 20 544 35 549 l 11 570 q 66 594 39 583 q 114 615 92 606 q 152 629 136 624 q 176 635 168 635 q 194 630 186 635 q 206 616 201 626 q 218 589 212 605 q 231 548 224 572 q 243 493 235 531 q 259 409 251 456 q 277 312 268 362 q 293 217 285 261 q 304 142 300 173 q 309 101 309 110 q 397 255 359 183 q 460 385 435 328 q 499 483 486 443 q 512 541 512 523 q 500 561 512 554 q 469 569 488 569 q 444 566 458 569 q 415 558 430 563 l 403 582 q 444 602 422 592 q 487 618 466 611 q 526 630 508 626 q 555 635 544 635 q 592 622 579 635 q 606 578 606 610 "},"û":{"x_min":26.390625,"x_max":661.46875,"ha":693,"o":"m 661 45 q 568 -9 606 9 q 505 -28 530 -28 q 480 -16 492 -28 q 458 22 467 -4 q 445 93 449 50 q 442 201 442 137 q 386 109 416 151 q 322 36 355 66 q 253 -11 288 5 q 181 -28 218 -28 q 150 -17 168 -28 q 118 14 133 -6 q 92 66 103 35 q 82 138 82 97 q 85 190 82 159 q 94 257 89 221 q 107 332 100 293 q 119 406 113 370 q 128 470 124 441 q 132 515 132 499 q 129 540 132 531 q 124 553 127 549 q 115 559 120 558 q 104 561 110 561 q 86 558 98 561 q 63 552 75 556 q 34 544 50 549 l 26 569 q 83 594 54 582 q 136 615 112 606 q 179 629 161 624 q 206 635 198 635 q 233 622 226 635 q 240 577 240 609 q 235 526 240 558 q 225 456 231 494 q 213 377 219 418 q 200 299 206 337 q 190 229 194 261 q 186 177 186 197 q 199 83 186 112 q 238 54 213 54 q 274 67 252 54 q 325 109 297 80 q 387 187 354 139 q 457 303 421 234 q 467 361 461 332 q 477 418 472 391 q 484 471 481 446 q 488 515 488 495 q 486 540 488 531 q 481 553 484 549 q 473 559 477 558 q 462 561 468 561 q 445 558 456 561 q 424 552 435 556 q 398 544 412 549 l 388 569 q 444 594 417 582 q 496 615 472 606 q 537 629 519 624 q 563 635 554 635 q 588 622 582 635 q 595 577 595 609 q 590 526 595 558 q 580 457 586 495 q 567 378 574 419 q 553 299 559 337 q 543 227 547 261 q 539 171 539 194 q 547 80 539 110 q 573 51 556 51 q 609 55 591 51 q 651 70 627 60 l 661 45 m 591 726 q 576 706 582 712 q 560 696 571 700 l 419 875 l 234 696 q 223 706 228 700 q 212 726 219 712 l 404 978 l 467 978 l 591 726 "},"Ò":{"x_min":61,"x_max":736,"ha":757,"o":"m 635 512 q 622 620 635 569 q 586 708 610 670 q 528 767 563 745 q 449 790 493 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 q 177 243 164 297 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 m 736 525 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 116 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 328 61 257 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 593 847 544 875 q 673 771 642 819 q 720 659 705 723 q 736 525 736 596 m 577 944 q 562 925 567 931 q 545 913 556 919 l 273 1078 l 281 1110 q 298 1121 287 1115 q 321 1135 309 1128 q 345 1148 333 1142 q 364 1158 356 1154 l 577 944 "},"&":{"x_min":42.78125,"x_max":864.15625,"ha":807,"o":"m 350 766 q 349 685 344 727 q 365 597 353 642 q 441 649 410 624 q 491 697 471 674 q 520 743 510 721 q 533 787 530 765 q 537 835 537 812 q 528 874 537 857 q 503 901 519 891 q 461 911 486 911 q 417 898 436 911 q 384 865 398 885 q 362 819 370 845 q 350 766 353 793 m 302 57 q 403 74 357 57 q 488 120 450 91 q 435 197 462 155 q 383 284 408 238 q 337 379 359 330 q 298 478 314 427 q 234 422 261 448 q 189 368 207 395 q 160 315 171 342 q 146 259 150 288 q 150 174 139 212 q 184 110 161 137 q 237 70 206 84 q 302 57 268 57 m 864 507 q 829 472 846 486 q 796 446 812 458 q 772 457 786 452 q 745 466 759 462 q 718 471 731 469 q 694 474 704 474 q 701 450 699 462 q 704 425 704 439 q 704 394 704 411 q 699 353 704 377 q 668 255 693 307 q 604 154 643 203 q 636 117 620 134 q 665 86 651 100 q 712 57 686 64 q 776 59 738 50 l 776 30 q 681 -8 718 4 q 630 -21 644 -21 q 589 4 617 -21 q 524 74 561 29 q 408 5 471 31 q 273 -21 344 -21 q 170 -3 216 -21 q 94 48 125 14 q 50 132 63 82 q 46 245 37 182 q 69 323 51 284 q 118 399 88 362 q 189 473 148 437 q 279 544 230 510 q 264 638 264 592 q 270 728 264 684 q 299 829 277 783 q 353 911 321 876 q 424 964 385 945 q 503 984 463 984 q 567 969 542 984 q 606 930 592 954 q 623 875 620 906 q 622 809 627 843 q 559 679 612 740 q 429 568 507 618 l 382 538 q 419 449 398 493 q 464 360 440 404 q 515 277 489 317 q 568 201 542 236 q 603 264 590 231 q 622 326 617 296 q 622 386 627 358 q 605 434 617 414 q 578 466 594 454 q 543 478 562 478 l 532 497 q 554 516 541 506 q 582 532 568 526 l 852 532 l 864 507 "},"Ð":{"x_min":0.015625,"x_max":731,"ha":759,"o":"m 731 505 q 719 384 731 445 q 684 268 707 324 q 627 163 661 212 q 548 77 593 113 q 447 20 503 41 q 326 0 392 0 l 0 0 l 4 29 q 72 49 46 38 q 99 70 98 61 l 147 416 l 59 416 l 48 433 l 57 454 q 67 478 62 467 l 155 478 l 200 808 l 97 797 l 97 840 q 251 867 175 859 q 397 875 327 875 q 538 848 477 875 q 643 773 600 822 q 708 657 686 725 q 731 505 731 589 m 342 817 l 321 817 q 301 817 311 817 l 255 478 l 412 478 l 425 462 l 405 416 l 246 416 l 202 94 q 205 77 201 84 q 221 65 209 70 q 254 59 232 61 q 308 57 275 57 q 401 75 359 57 q 478 127 443 94 q 539 203 513 159 q 584 295 566 246 q 611 394 602 343 q 621 492 621 445 q 602 624 621 565 q 549 726 584 684 q 461 793 513 769 q 342 817 409 817 "},"I":{"x_min":13.5625,"x_max":409.609375,"ha":389,"o":"m 405 825 q 337 804 362 816 q 309 783 311 793 l 210 70 q 230 50 209 62 q 295 29 251 38 l 291 0 l 13 0 l 18 29 q 86 49 61 38 q 113 70 111 61 l 210 783 q 191 804 212 791 q 127 825 170 816 l 132 855 l 409 855 l 405 825 "},"G":{"x_min":52,"x_max":721.296875,"ha":728,"o":"m 717 365 q 663 340 680 355 q 644 310 646 325 q 637 262 641 291 q 629 202 633 233 q 621 144 625 172 q 616 104 618 117 q 526 38 565 63 q 454 0 486 13 q 395 -16 422 -12 q 340 -21 367 -21 q 232 1 284 -21 q 140 68 180 24 q 76 175 100 111 q 52 320 52 239 q 66 450 52 385 q 109 576 81 516 q 174 687 136 636 q 258 775 212 738 q 386 847 316 820 q 538 875 457 875 q 582 870 558 875 q 629 856 606 865 q 675 834 653 847 q 715 805 698 821 q 712 790 719 802 q 692 765 705 779 q 666 737 680 751 q 643 716 652 724 l 624 720 q 587 756 606 741 q 544 778 567 770 q 495 790 521 787 q 439 794 469 794 q 376 776 413 794 q 302 728 339 758 q 240 656 268 701 q 193 559 213 611 q 163 452 174 506 q 153 350 153 397 q 175 224 153 277 q 231 136 197 171 q 308 83 266 100 q 393 67 351 67 q 465 77 430 67 q 524 106 500 88 l 551 310 q 549 323 552 317 q 530 337 545 330 q 485 350 515 344 q 404 365 455 357 l 408 395 l 721 395 l 717 365 "},"`":{"x_min":171.578125,"x_max":383.171875,"ha":411,"o":"m 383 710 q 361 698 369 701 q 341 696 353 696 l 171 958 l 193 982 q 213 986 201 984 q 240 988 226 988 q 267 988 254 988 q 288 988 280 988 l 383 710 "},"·":{"x_min":71,"x_max":228,"ha":278,"o":"m 228 460 q 220 418 228 439 q 200 378 213 396 q 169 349 187 361 q 128 338 151 338 q 85 355 100 338 q 71 404 71 373 q 78 444 71 423 q 100 483 86 466 q 132 512 113 500 q 172 524 150 524 q 213 506 198 524 q 228 460 228 488 "},"r":{"x_min":27.859375,"x_max":520.5,"ha":493,"o":"m 520 576 q 502 550 512 565 q 482 520 492 534 q 464 495 473 505 q 448 485 455 485 q 426 492 435 485 q 409 508 417 499 q 393 524 401 517 q 375 532 386 532 q 334 507 358 532 q 287 444 310 483 q 242 357 263 405 q 206 259 220 308 q 192 203 198 234 q 182 139 186 172 q 178 75 178 107 q 178 16 178 44 q 155 6 168 12 q 128 -5 142 0 q 101 -17 114 -11 q 80 -27 88 -23 l 58 -6 q 78 92 68 41 q 96 195 87 144 q 111 295 104 246 q 123 386 118 344 q 131 461 128 428 q 135 515 135 495 q 132 540 135 531 q 126 553 130 549 q 117 559 122 558 q 107 561 112 561 q 88 558 100 561 q 65 552 77 556 q 37 544 52 549 l 27 569 q 85 594 56 582 q 139 615 114 606 q 183 629 164 624 q 209 635 201 635 q 224 631 219 635 q 232 619 230 628 q 235 595 235 611 q 235 556 235 580 q 233 531 235 549 q 228 493 231 514 q 223 452 225 472 q 218 419 220 432 q 279 528 250 486 q 335 594 308 570 q 384 626 361 618 q 430 635 408 635 q 452 628 442 635 q 472 611 462 621 q 494 592 482 602 q 520 576 505 582 "},"¿":{"x_min":-11,"x_max":427.9375,"ha":551,"o":"m 239 508 q 246 550 239 529 q 266 589 253 571 q 297 619 279 607 q 339 631 316 631 q 381 612 366 631 q 396 563 396 594 q 388 523 396 544 q 366 484 380 502 q 334 455 352 467 q 294 444 315 444 q 254 461 269 444 q 239 508 239 478 m 427 -129 q 408 -214 427 -172 q 354 -288 389 -255 q 269 -340 319 -320 q 156 -360 218 -360 q 82 -346 113 -360 q 30 -311 50 -333 q 0 -258 9 -288 q -11 -193 -11 -228 q 6 -89 -11 -134 q 50 -7 23 -43 q 108 59 76 28 q 168 124 139 91 q 219 194 197 156 q 249 280 241 231 l 258 345 q 281 362 271 355 q 308 374 291 369 l 321 359 l 321 280 q 303 196 321 234 q 261 124 286 158 q 207 57 235 89 q 154 -7 178 25 q 113 -77 129 -41 q 97 -155 97 -113 q 126 -259 97 -223 q 215 -295 156 -295 q 265 -282 243 -295 q 300 -247 287 -269 q 317 -196 313 -225 q 316 -135 322 -167 q 342 -124 331 -128 q 364 -116 353 -119 q 387 -112 375 -113 q 413 -109 399 -110 l 427 -129 "},"ý":{"x_min":-123,"x_max":617.53125,"ha":628,"o":"m 606 583 q 593 524 606 560 q 552 427 580 487 q 478 276 524 366 q 367 55 432 185 q 276 -105 321 -33 q 183 -230 231 -178 q 84 -310 136 -282 q -24 -339 33 -339 q -62 -335 -44 -339 q -94 -327 -80 -332 q -115 -315 -107 -322 q -123 -304 -123 -309 q -116 -281 -123 -296 q -100 -251 -110 -267 q -79 -221 -91 -235 q -59 -203 -68 -208 q -30 -221 -42 -214 q -7 -230 -17 -227 q 14 -233 3 -233 q 37 -233 25 -233 q 145 -179 92 -233 q 254 -29 197 -126 q 238 59 248 9 q 216 160 228 108 q 191 265 204 213 q 165 364 178 318 q 141 447 153 410 q 119 505 129 484 q 92 550 103 539 q 70 561 81 561 q 53 558 64 561 q 31 552 41 556 q 3 544 18 549 l -4 569 q 49 594 24 582 q 96 615 75 606 q 132 629 117 624 q 156 635 148 635 q 173 630 165 635 q 187 615 180 625 q 200 588 193 605 q 214 548 206 571 q 242 462 227 512 q 273 354 258 412 q 304 235 289 297 q 331 112 319 173 q 375 199 353 154 q 417 287 397 243 q 455 370 438 330 q 485 443 472 410 q 506 500 499 476 q 514 537 514 524 q 478 571 514 571 q 416 556 456 574 l 404 581 q 490 622 453 610 q 550 635 527 635 q 572 633 561 635 q 589 626 582 631 q 601 610 597 620 q 606 583 606 600 m 617 932 l 376 696 q 360 703 365 698 q 345 719 355 708 l 530 989 q 547 984 537 987 q 569 977 558 981 q 591 970 581 974 q 607 962 601 966 l 617 932 "},"x":{"x_min":-19.75,"x_max":606,"ha":611,"o":"m 595 48 q 543 13 565 28 q 503 -10 521 0 q 470 -23 485 -19 q 442 -28 455 -28 q 401 -6 422 -28 q 361 50 381 14 q 321 132 341 85 q 282 228 301 178 q 246 181 266 207 q 203 125 226 155 q 156 62 181 95 q 108 -7 132 28 q 52 -15 83 -10 q -4 -28 20 -20 l -19 -4 q 47 58 11 22 q 120 133 83 94 q 192 213 157 173 q 258 290 228 254 q 220 391 239 342 q 182 477 201 440 q 146 538 164 515 q 112 561 128 561 q 92 558 106 561 q 64 552 78 555 q 27 543 47 548 l 18 569 q 72 593 46 581 q 120 614 98 605 q 157 629 142 624 q 180 635 172 635 q 217 611 198 635 q 256 550 236 588 q 296 462 275 512 q 336 361 316 413 q 391 429 364 394 q 437 493 417 463 q 470 542 457 522 q 483 567 483 563 q 480 580 483 574 q 472 588 478 585 q 452 591 465 591 q 417 589 439 591 l 417 617 q 496 631 461 627 q 547 635 530 635 q 593 624 580 635 q 606 599 606 613 q 589 562 606 585 q 542 502 573 538 q 465 416 511 465 q 360 300 419 366 q 397 206 379 252 q 433 127 416 161 q 468 71 451 92 q 501 51 485 51 q 537 55 516 51 q 583 73 558 60 l 595 48 "},"è":{"x_min":43,"x_max":509,"ha":546,"o":"m 264 530 q 220 481 241 510 q 181 417 198 451 q 152 346 164 383 q 141 273 141 309 q 280 336 229 308 q 358 390 332 364 q 392 438 385 415 q 400 485 400 461 q 394 521 400 506 q 380 545 389 536 q 360 559 371 555 q 337 564 348 564 q 305 556 326 564 q 264 530 284 548 m 509 515 q 504 475 509 496 q 486 432 500 454 q 447 385 472 409 q 381 334 422 360 q 281 280 340 308 q 140 221 222 252 q 156 152 144 183 q 184 98 168 120 q 218 63 200 76 q 255 51 237 51 q 290 54 269 51 q 337 67 310 57 q 397 97 364 77 q 472 149 431 116 q 485 136 479 145 q 493 121 491 127 q 394 44 437 73 q 318 -1 352 14 q 258 -22 285 -17 q 207 -28 231 -28 q 156 -15 184 -28 q 102 24 127 -2 q 60 96 77 52 q 43 205 43 140 q 55 309 43 258 q 92 408 68 360 q 152 497 116 455 q 232 573 187 539 q 267 597 247 586 q 308 617 287 608 q 351 630 329 625 q 395 635 374 635 q 445 624 424 635 q 481 596 466 613 q 502 558 495 580 q 509 515 509 537 m 393 710 q 371 698 379 701 q 351 696 363 696 l 181 958 l 203 982 q 224 986 211 984 q 250 988 236 988 q 277 988 264 988 q 298 988 290 988 l 393 710 "},"º":{"x_min":39.734375,"x_max":351,"ha":344,"o":"m 298 682 q 277 767 298 737 q 220 798 257 798 q 176 782 194 798 q 146 744 157 767 q 130 693 135 720 q 126 643 126 666 q 132 597 126 619 q 149 559 138 576 q 174 533 159 543 q 205 524 188 524 q 248 540 230 524 q 277 580 266 556 q 292 632 287 605 q 298 682 298 660 m 317 431 q 309 414 314 420 q 302 398 305 407 l 51 398 l 39 411 q 47 430 43 422 q 55 448 51 437 l 305 448 l 317 431 m 351 701 q 345 652 351 677 q 329 603 340 626 q 303 559 319 580 q 267 521 287 538 q 225 494 247 505 q 181 484 203 484 q 136 494 155 484 q 102 523 116 505 q 82 568 89 542 q 75 624 75 593 q 93 721 75 675 q 159 804 111 766 q 200 828 178 818 q 245 839 223 839 q 294 828 274 839 q 327 800 315 818 q 345 757 340 782 q 351 701 351 731 "},"Ø":{"x_min":18.28125,"x_max":782.109375,"ha":757,"o":"m 736 524 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 115 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 225 -3 266 -21 q 153 47 184 15 l 115 -1 q 97 -11 108 -6 q 74 -21 86 -16 q 50 -29 62 -25 l 31 -35 l 18 -13 l 110 106 q 73 209 85 152 q 61 329 61 265 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 573 856 531 875 q 645 806 615 838 l 685 857 q 726 877 704 868 q 766 890 748 885 l 782 868 l 688 745 q 724 643 712 699 q 736 524 736 587 m 164 360 q 187 208 164 274 l 579 719 q 523 771 555 752 q 449 790 490 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 m 635 512 q 629 584 635 550 q 613 648 624 618 l 223 139 q 279 86 246 105 q 349 68 311 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 "},"÷":{"x_min":47.46875,"x_max":484.890625,"ha":522,"o":"m 484 404 q 479 389 482 397 l 472 372 q 465 356 469 364 q 458 343 461 348 l 60 343 l 47 359 q 60 390 52 372 q 75 421 67 407 l 472 421 l 484 404 m 293 230 q 285 201 291 215 q 270 178 279 188 q 250 162 261 167 q 227 156 239 156 q 197 170 205 156 q 193 208 189 183 q 201 237 195 223 q 217 260 208 250 q 237 276 225 270 q 259 282 248 282 q 293 230 301 282 m 339 555 q 330 527 337 541 q 315 503 324 513 q 295 487 305 493 q 271 482 284 482 q 242 495 250 482 q 238 534 235 509 q 247 562 240 549 q 262 586 253 576 q 282 601 271 596 q 305 607 293 607 q 339 555 346 607 "},"h":{"x_min":57.96875,"x_max":656.03125,"ha":685,"o":"m 656 48 q 552 -8 593 11 q 483 -28 511 -28 q 448 -6 463 -28 q 433 51 433 14 q 437 95 433 63 q 448 168 441 126 q 462 258 454 210 q 475 348 469 305 q 486 425 482 391 q 491 474 491 459 q 488 518 491 500 q 481 546 486 535 q 467 561 476 557 q 443 566 458 566 q 412 555 434 566 q 361 523 389 544 q 301 470 332 502 q 244 394 270 438 q 213 313 226 362 q 191 203 200 265 q 181 138 184 166 q 178 87 178 109 q 178 48 178 65 q 177 16 178 30 q 155 6 168 11 q 128 -5 142 0 q 101 -17 114 -11 q 80 -28 88 -23 l 57 -7 q 73 83 64 29 q 92 202 82 137 q 114 339 103 267 q 136 482 125 411 q 157 622 147 554 q 174 747 167 690 q 185 847 181 804 q 190 912 190 890 q 187 937 190 928 q 181 950 185 946 q 172 956 177 955 q 162 958 167 958 q 143 954 155 958 q 116 948 130 951 q 84 939 101 944 l 76 966 q 133 990 104 979 q 187 1011 162 1002 q 231 1025 212 1020 q 259 1031 250 1031 q 288 1018 278 1031 q 299 975 299 1006 q 294 921 299 959 q 284 835 290 883 q 269 730 278 786 q 253 623 261 675 q 239 527 246 571 q 228 460 232 484 q 306 542 267 508 q 381 596 345 576 q 451 625 418 616 q 515 635 485 635 q 576 608 558 635 q 595 515 595 581 q 590 456 595 491 q 579 380 586 421 q 566 296 573 339 q 552 213 558 252 q 541 142 545 174 q 537 91 537 110 q 545 59 537 67 q 561 51 553 51 q 600 56 580 51 q 645 73 620 62 l 656 48 "},".":{"x_min":35,"x_max":192,"ha":278,"o":"m 192 103 q 184 60 192 82 q 164 20 177 38 q 133 -9 151 2 q 91 -21 114 -21 q 49 -2 64 -21 q 35 46 35 15 q 42 87 35 65 q 64 126 50 108 q 96 155 78 143 q 136 167 114 167 q 176 149 161 167 q 192 103 192 131 "},";":{"x_min":-11.75,"x_max":260,"ha":278,"o":"m 260 587 q 252 545 260 567 q 233 505 245 523 q 201 476 220 488 q 160 465 183 465 q 118 483 133 465 q 104 531 104 501 q 111 572 104 550 q 133 611 119 593 q 164 640 146 628 q 204 652 183 652 q 244 634 229 652 q 260 587 260 617 m 206 68 q 198 28 206 51 q 176 -20 190 5 q 144 -73 162 -46 q 104 -125 125 -100 q 58 -172 82 -150 q 11 -207 35 -193 l -11 -183 q 92 0 92 -73 q 88 23 92 11 q 76 43 84 35 q 53 55 67 51 q 18 56 39 59 l 12 87 q 40 106 20 95 q 83 128 60 118 q 129 147 107 139 q 162 155 151 155 q 182 141 174 148 q 195 126 190 135 q 203 103 201 117 q 206 68 206 89 "},"f":{"x_min":-67.8125,"x_max":612.390625,"ha":379,"o":"m 612 951 q 581 929 598 941 q 549 907 565 917 q 521 891 534 897 q 499 885 507 885 q 482 896 491 885 q 462 923 473 908 q 437 949 451 937 q 404 961 423 961 q 358 945 378 961 q 324 905 339 930 q 298 846 309 879 q 280 778 287 813 q 267 708 272 743 q 259 645 263 674 l 255 614 l 429 614 l 442 595 q 424 574 436 585 q 400 553 413 563 q 375 534 387 543 q 356 522 363 526 q 346 538 353 532 q 326 548 339 544 q 296 552 314 552 q 252 552 278 552 l 248 552 l 200 131 q 169 -12 191 56 q 116 -142 148 -82 q 42 -250 84 -202 q -50 -328 0 -298 l -67 -285 q -6 -226 -33 -266 q 41 -132 21 -185 q 75 -20 62 -79 q 95 94 89 38 l 148 553 l 46 553 l 35 574 l 104 614 l 155 614 q 171 718 162 668 q 197 813 180 768 q 241 896 213 857 q 311 967 268 935 q 346 992 329 980 q 381 1012 363 1003 q 417 1026 398 1021 q 457 1031 436 1031 q 511 1019 486 1031 q 554 994 535 1008 q 587 967 573 980 q 612 951 602 954 "},"“":{"x_min":98,"x_max":549.703125,"ha":565,"o":"m 282 959 q 256 930 270 948 q 229 892 242 912 q 209 851 217 872 q 202 812 202 831 q 220 771 202 787 q 272 756 238 756 l 278 724 q 252 706 271 717 q 211 686 233 696 q 168 670 189 676 q 135 665 147 663 q 108 694 118 676 q 98 735 98 711 q 113 806 98 770 q 152 875 128 842 q 204 935 175 907 q 259 983 232 963 l 282 959 m 549 959 q 523 930 537 948 q 496 892 509 912 q 476 851 484 872 q 469 812 469 831 q 486 771 469 787 q 538 756 504 756 l 544 724 q 517 706 536 717 q 476 686 498 696 q 433 670 454 676 q 402 665 413 663 q 374 694 384 676 q 365 735 365 711 q 380 806 365 770 q 418 875 395 842 q 470 935 442 907 q 524 983 498 963 l 549 959 "},"A":{"x_min":-23.734375,"x_max":726.3125,"ha":778,"o":"m 251 301 l 154 75 q 165 45 145 54 q 237 29 185 36 l 233 0 l -23 0 l -19 29 q 48 46 23 37 q 83 75 74 56 l 413 833 q 434 850 422 841 q 459 866 446 858 q 484 881 472 874 q 505 893 496 888 l 651 75 q 656 59 653 66 q 668 46 660 51 q 690 36 676 40 q 726 29 704 32 l 723 0 l 462 0 l 465 31 q 534 42 513 31 q 551 75 555 54 l 512 301 l 251 301 m 501 363 l 437 732 l 278 363 l 501 363 "},"6":{"x_min":46,"x_max":542.09375,"ha":558,"o":"m 305 447 q 229 428 266 447 q 154 365 193 410 q 148 309 148 337 q 148 253 148 281 q 183 101 148 151 q 280 52 219 52 q 328 63 307 52 q 365 93 349 74 q 391 136 380 112 q 408 186 402 161 q 417 238 414 212 q 421 286 421 264 q 410 365 421 334 q 383 414 400 396 q 346 439 366 432 q 305 447 326 447 m 542 806 q 408 757 468 791 q 302 675 349 722 q 223 568 256 627 q 172 444 191 509 q 262 505 219 488 q 341 522 305 522 q 472 470 428 522 q 517 327 517 418 q 508 250 517 290 q 483 171 500 210 q 443 97 466 132 q 389 36 419 63 q 322 -5 358 10 q 244 -21 285 -21 q 163 -1 200 -21 q 101 52 127 17 q 60 136 75 87 q 46 244 46 185 q 61 387 46 317 q 106 521 76 457 q 178 639 135 584 q 275 737 220 694 q 395 808 329 779 q 536 846 461 836 l 542 806 "},"‘":{"x_min":98,"x_max":282.703125,"ha":277,"o":"m 282 959 q 256 930 270 948 q 229 892 242 912 q 209 851 217 872 q 202 812 202 831 q 219 771 202 787 q 272 756 237 756 l 278 724 q 252 706 271 717 q 211 686 233 696 q 168 670 189 676 q 135 665 147 663 q 108 694 118 676 q 98 735 98 711 q 113 806 98 770 q 152 875 128 842 q 204 935 175 907 q 258 983 232 963 l 282 959 "},"O":{"x_min":61,"x_max":736,"ha":757,"o":"m 635 512 q 622 620 635 569 q 586 708 610 670 q 528 767 563 745 q 449 790 493 790 q 356 770 397 790 q 283 716 315 750 q 229 639 251 683 q 192 547 206 595 q 170 452 177 500 q 164 360 164 403 q 177 243 164 297 q 214 151 190 190 q 273 90 239 112 q 349 68 307 68 q 443 89 402 68 q 517 144 485 110 q 571 225 548 179 q 607 320 593 271 q 628 420 622 370 q 635 512 635 470 m 736 525 q 728 427 736 476 q 704 329 720 377 q 665 236 688 281 q 611 152 641 191 q 550 84 582 116 q 481 29 518 52 q 405 -7 445 6 q 319 -21 364 -21 q 205 6 254 -21 q 125 82 157 34 q 76 194 92 130 q 61 328 61 257 q 68 419 61 371 q 91 515 76 467 q 126 608 105 563 q 174 690 147 653 q 236 762 203 728 q 306 820 269 795 q 387 860 344 845 q 478 875 430 875 q 593 847 544 875 q 673 771 642 819 q 720 659 705 723 q 736 525 736 596 "},"n":{"x_min":31.84375,"x_max":659.328125,"ha":686,"o":"m 659 48 q 554 -8 597 11 q 486 -28 511 -28 q 449 -6 462 -28 q 436 51 436 14 q 440 94 436 63 q 451 168 444 126 q 466 257 458 210 q 481 348 474 305 q 492 424 488 390 q 497 474 497 458 q 486 546 497 526 q 445 567 475 567 q 414 556 436 567 q 364 523 392 545 q 306 469 337 501 q 251 393 276 436 q 219 314 232 360 q 194 203 207 269 q 183 99 183 143 q 183 16 183 56 q 159 6 172 11 q 132 -5 146 0 q 105 -17 118 -11 q 84 -28 92 -23 l 62 -7 q 81 89 71 37 q 98 194 90 142 q 114 298 107 247 q 127 392 122 349 q 135 468 132 435 q 139 516 139 500 q 137 541 139 532 q 132 554 135 550 q 124 560 129 559 q 113 562 120 562 q 95 559 107 562 q 71 553 84 556 q 41 544 57 549 l 31 571 q 88 594 60 583 q 142 615 117 606 q 186 629 167 624 q 212 635 204 635 q 227 631 222 635 q 235 620 233 628 q 238 597 238 612 q 238 558 238 582 q 238 537 238 550 q 238 510 238 524 q 235 481 238 495 q 233 459 233 467 q 307 539 269 505 q 380 593 344 572 q 449 625 416 615 q 513 635 483 635 q 551 628 534 635 q 578 608 567 622 q 595 572 589 594 q 601 516 601 549 q 596 457 601 493 q 585 381 592 422 q 570 296 578 340 q 555 213 562 253 q 544 142 548 174 q 540 91 540 110 q 546 59 540 67 q 564 51 552 51 q 600 56 580 51 q 649 73 620 61 l 659 48 "},"3":{"x_min":-8.09375,"x_max":496.984375,"ha":558,"o":"m 496 679 q 485 611 496 642 q 452 553 473 579 q 402 507 431 527 q 341 473 373 487 q 397 453 371 469 q 441 411 423 437 q 469 355 459 386 q 480 290 480 324 q 459 170 480 226 q 399 70 438 113 q 306 3 360 28 q 182 -21 251 -21 q 88 3 134 -21 q -8 80 42 27 l 18 126 q 64 88 44 103 q 104 64 85 73 q 142 52 123 55 q 185 49 161 49 q 269 67 233 49 q 330 116 306 85 q 367 188 354 148 q 380 272 380 228 q 368 340 380 311 q 337 387 356 368 q 294 414 318 405 q 245 423 269 423 l 233 423 q 226 422 229 423 q 219 420 223 421 q 205 418 214 420 l 201 458 q 276 486 240 470 q 340 525 312 502 q 383 582 367 549 q 400 660 400 615 q 394 701 400 681 q 376 738 388 722 q 344 764 364 754 q 298 774 325 774 q 255 764 274 774 q 222 740 236 755 q 201 703 208 724 q 194 659 194 682 q 151 640 171 647 q 105 634 131 634 l 91 654 q 118 715 95 682 q 174 774 141 747 q 250 819 208 801 q 336 838 292 838 q 407 824 377 838 q 457 789 438 811 q 487 738 477 767 q 496 679 496 709 "},"9":{"x_min":46.578125,"x_max":545,"ha":559,"o":"m 285 376 q 372 401 335 376 q 437 469 409 427 q 442 517 442 493 q 442 567 442 541 q 431 660 442 622 q 405 722 421 698 q 368 756 389 745 q 327 767 348 767 q 272 755 296 767 q 231 725 249 744 q 200 682 213 707 q 180 630 188 657 q 169 575 172 603 q 166 522 166 547 q 177 449 166 478 q 207 404 189 420 q 246 382 225 388 q 285 376 267 376 m 545 584 q 512 364 545 468 q 417 177 479 259 q 262 40 354 94 q 52 -29 170 -13 l 46 10 q 189 64 126 28 q 298 148 252 99 q 376 257 345 197 q 423 388 407 318 q 344 324 388 348 q 249 301 299 301 q 175 315 208 301 q 119 354 142 329 q 83 415 96 380 q 71 491 71 450 q 81 570 71 529 q 109 649 91 611 q 154 722 127 687 q 213 782 180 756 q 283 823 245 808 q 363 838 321 838 q 433 822 399 838 q 491 776 466 807 q 530 697 515 745 q 545 584 545 649 "},"l":{"x_min":69,"x_max":295.359375,"ha":326,"o":"m 295 48 q 236 12 262 27 q 190 -10 211 -1 q 152 -23 169 -19 q 117 -28 134 -28 q 83 -7 98 -28 q 69 52 69 12 q 74 110 69 69 q 87 207 79 150 q 105 330 95 263 q 127 468 116 398 q 148 608 138 539 q 167 737 159 677 q 180 843 175 797 q 186 912 186 888 q 182 937 186 928 q 175 950 179 946 q 163 956 170 955 q 151 958 157 958 q 133 954 145 958 q 110 948 121 951 q 80 939 96 944 l 70 966 q 127 990 98 979 q 181 1011 156 1002 q 224 1025 205 1020 q 252 1031 243 1031 q 282 1018 271 1031 q 294 975 294 1006 q 288 901 294 948 q 275 794 283 855 q 256 665 267 734 q 235 526 246 597 q 213 387 224 456 q 194 261 202 319 q 181 158 186 202 q 176 91 176 114 q 182 59 176 67 q 199 51 188 51 q 236 56 215 51 q 287 73 256 61 l 295 48 "},"¤":{"x_min":71.203125,"x_max":510.65625,"ha":558,"o":"m 308 522 q 264 513 284 522 q 227 488 243 504 q 202 452 212 473 q 189 407 191 431 q 191 365 186 385 q 208 329 196 344 q 237 303 219 313 q 276 294 254 294 q 320 303 300 294 q 356 327 340 312 q 381 364 371 343 q 394 408 391 384 q 392 449 397 429 q 376 486 387 469 q 348 512 365 502 q 308 522 330 522 m 417 189 l 364 260 q 267 230 320 230 q 218 238 240 230 q 179 262 196 246 l 104 191 l 84 191 q 77 211 81 200 q 71 234 73 222 l 146 305 q 130 406 123 351 q 145 465 134 439 q 172 511 156 491 l 113 587 l 118 610 q 141 619 127 616 q 164 627 154 622 l 219 554 q 269 579 244 571 q 317 587 295 587 q 364 577 343 587 q 403 553 386 568 l 477 625 l 498 625 l 510 580 l 436 509 q 451 459 447 486 q 452 406 455 433 q 409 303 444 348 l 468 227 l 466 204 l 417 189 "},"4":{"x_min":8.140625,"x_max":512.703125,"ha":558,"o":"m 109 308 l 339 308 l 393 705 l 109 308 m 512 288 q 497 270 504 278 q 483 257 490 263 q 470 247 476 252 q 457 237 463 243 l 413 237 l 391 70 q 393 60 390 64 q 405 50 396 55 q 430 40 414 45 q 470 28 446 34 l 466 0 l 168 0 l 172 28 q 238 42 212 36 q 278 54 263 49 q 299 66 293 60 q 307 77 305 71 l 327 237 l 26 237 l 8 259 l 383 796 q 434 821 411 808 q 474 844 456 834 l 493 820 l 423 310 l 497 310 l 512 288 "},"p":{"x_min":-4.390625,"x_max":599,"ha":653,"o":"m 411 546 q 365 529 393 546 q 307 481 338 512 q 247 407 277 450 q 196 312 218 364 l 179 213 q 208 167 189 192 q 250 121 226 143 q 301 86 273 100 q 356 72 328 72 q 421 92 392 72 q 465 148 449 112 q 484 203 477 175 q 495 260 492 232 q 499 314 499 289 q 499 360 499 340 q 491 443 499 408 q 471 500 484 478 q 443 534 459 523 q 411 546 428 546 m 235 590 q 230 533 235 569 q 216 436 226 496 q 298 543 260 503 q 367 603 336 582 q 424 629 399 623 q 470 635 450 635 q 520 621 497 635 q 561 581 543 607 q 588 515 578 554 q 599 425 599 476 q 580 281 599 357 q 518 127 561 205 q 482 72 502 100 q 439 22 462 45 q 388 -13 415 0 q 332 -28 361 -28 q 287 -14 309 -28 q 244 22 265 0 q 203 73 222 44 q 165 130 183 101 l 142 4 q 117 -210 117 -135 q 118 -303 117 -284 q 95 -310 108 -306 q 67 -320 81 -314 q 39 -330 52 -325 q 17 -339 26 -335 l -4 -319 q 5 -258 -1 -300 q 22 -161 12 -217 q 43 -40 32 -106 q 67 93 55 25 q 90 227 79 161 q 109 351 101 294 q 123 450 118 407 q 128 515 128 493 q 125 540 128 531 q 117 553 122 549 q 107 559 113 558 q 96 561 102 561 q 79 558 90 561 q 56 552 68 556 q 28 544 43 549 l 19 569 q 76 594 47 582 q 131 615 105 606 q 175 629 156 624 q 203 635 195 635 q 225 625 216 635 q 235 590 235 616 "},"‡":{"x_min":48.609375,"x_max":624.421875,"ha":596,"o":"m 624 728 q 595 676 612 705 q 560 622 578 647 q 479 645 519 637 q 388 654 439 654 q 383 573 383 612 q 388 488 383 534 q 361 401 371 443 q 343 321 350 360 q 398 323 371 321 q 450 330 424 326 q 503 341 476 335 q 558 354 530 347 l 570 325 q 541 273 558 302 q 505 218 524 244 q 425 240 466 231 q 333 250 384 250 q 325 132 325 185 q 334 28 325 79 q 281 -3 309 11 q 231 -27 253 -17 l 207 -10 q 247 118 231 54 q 274 251 264 182 q 220 247 246 251 q 167 240 193 244 q 114 231 141 236 q 59 218 87 225 l 48 247 q 77 299 60 271 q 113 354 94 328 q 192 330 152 338 q 283 322 233 322 q 288 402 288 360 q 284 488 288 444 q 312 573 302 535 q 329 654 322 612 q 222 644 272 654 q 114 622 171 635 l 103 651 q 132 703 115 674 q 167 757 148 731 q 247 733 206 741 q 339 725 288 725 q 346 843 346 788 q 337 948 346 897 q 391 979 363 965 q 440 1003 418 994 l 465 986 q 427 857 444 923 q 398 725 410 792 q 453 727 427 725 q 505 734 479 729 q 558 744 531 738 q 613 757 585 750 l 624 728 "},"à":{"x_min":36,"x_max":611.359375,"ha":626,"o":"m 409 292 q 419 355 414 322 q 431 419 425 388 q 441 475 437 449 q 448 515 446 500 q 426 532 438 523 q 400 548 414 540 q 370 559 386 555 q 339 564 355 564 q 280 548 308 564 q 229 508 253 533 q 187 450 206 483 q 156 384 169 418 q 136 316 143 350 q 129 257 129 283 q 136 177 129 213 q 156 117 143 142 q 187 78 169 92 q 225 65 205 65 q 265 85 241 65 q 314 139 288 106 q 364 212 339 172 q 409 292 389 253 m 611 45 q 516 -10 552 7 q 460 -28 479 -28 q 436 -19 448 -28 q 416 12 425 -11 q 403 77 408 35 q 398 184 398 118 q 354 116 380 153 q 300 47 329 79 q 240 -6 271 14 q 180 -28 209 -28 q 132 -15 158 -28 q 85 25 107 -2 q 50 98 64 54 q 36 206 36 143 q 48 311 36 260 q 86 409 61 362 q 147 497 111 456 q 232 571 183 538 q 272 594 250 583 q 317 615 294 606 q 364 629 341 624 q 408 635 387 635 q 436 631 422 635 q 462 621 449 627 q 487 608 475 615 q 508 594 498 601 q 542 616 524 605 q 578 635 559 626 l 591 611 q 572 594 580 601 q 559 577 565 586 q 549 552 553 567 q 540 515 545 538 q 521 415 530 466 q 505 318 512 364 q 495 238 499 273 q 492 188 492 203 q 494 123 492 150 q 500 81 496 97 q 510 58 504 65 q 525 51 517 51 q 557 54 538 51 q 603 70 576 58 l 611 45 m 421 710 q 399 698 407 701 q 378 696 391 696 l 209 958 l 230 982 q 251 986 239 984 q 278 988 264 988 q 304 988 292 988 q 326 988 317 988 l 421 710 "},"Ü":{"x_min":113.796875,"x_max":871.875,"ha":832,"o":"m 867 825 q 801 804 825 815 q 776 783 777 792 l 715 347 q 673 189 703 258 q 601 73 644 120 q 501 3 557 27 q 377 -21 444 -21 q 275 -4 321 -21 q 195 45 229 12 q 144 125 162 78 q 126 236 126 173 q 132 313 126 271 l 198 783 q 178 803 199 791 q 113 825 157 815 l 117 854 l 395 854 l 391 825 q 322 804 348 815 q 294 783 296 792 l 234 345 q 232 306 232 325 q 232 268 232 286 q 243 182 232 221 q 277 116 255 144 q 334 73 300 88 q 412 58 368 58 q 493 79 456 58 q 559 137 530 101 q 606 220 587 173 q 631 317 624 266 l 694 783 q 676 803 695 791 q 613 825 657 815 l 617 855 l 871 855 l 867 825 m 469 1050 q 462 1013 469 1031 q 445 979 456 994 q 419 954 435 963 q 384 945 403 945 q 350 957 362 945 q 338 992 338 969 q 344 1029 338 1010 q 362 1063 350 1047 q 389 1088 373 1079 q 424 1098 405 1098 q 457 1086 445 1098 q 469 1050 469 1073 m 722 1050 q 715 1013 722 1031 q 698 979 709 994 q 671 954 687 964 q 635 945 655 945 q 602 957 614 945 q 591 992 591 969 q 597 1029 591 1010 q 614 1063 603 1048 q 640 1089 624 1079 q 675 1099 656 1099 q 709 1086 696 1099 q 722 1050 722 1073 "},"ó":{"x_min":36,"x_max":576.4375,"ha":586,"o":"m 453 342 q 415 500 453 445 q 307 556 377 556 q 225 527 258 556 q 171 456 192 499 q 142 364 151 414 q 134 270 134 314 q 145 184 134 225 q 176 114 156 144 q 223 66 196 83 q 280 48 249 48 q 336 62 312 48 q 380 99 361 76 q 413 153 400 123 q 436 216 427 183 q 448 281 444 249 q 453 342 453 314 m 550 379 q 539 287 550 333 q 510 196 529 240 q 461 113 490 153 q 394 42 432 73 q 357 15 377 28 q 317 -7 337 2 q 276 -22 297 -17 q 234 -28 255 -28 q 150 -7 187 -28 q 87 46 113 12 q 49 129 62 81 q 36 233 36 177 q 44 327 36 282 q 70 414 52 372 q 119 495 88 456 q 194 569 149 533 q 270 616 229 597 q 354 635 311 635 q 444 616 406 635 q 504 563 481 597 q 539 482 528 529 q 550 379 550 435 m 576 932 l 335 696 q 319 703 325 698 q 305 719 314 708 l 489 989 q 506 984 496 987 q 528 977 517 981 q 550 970 540 974 q 566 962 560 966 l 576 932 "},"꞉":{"x_min":34,"x_max":235,"ha":259,"o":"m 235 505 q 227 463 235 485 q 207 424 220 442 q 176 395 194 407 q 135 384 158 384 q 92 401 107 384 q 78 450 78 419 q 85 490 78 469 q 107 529 93 511 q 139 558 120 547 q 179 570 157 570 q 219 552 204 570 q 235 505 235 535 m 191 184 q 183 141 191 163 q 163 101 176 119 q 132 71 150 83 q 90 60 113 60 q 48 78 63 60 q 34 127 34 96 q 41 168 34 146 q 63 207 49 189 q 95 236 77 224 q 135 248 113 248 q 175 230 160 248 q 191 184 191 212 "}},"cssFontWeight":"normal","ascender":1214,"underlinePosition":-250,"cssFontStyle":"italic","boundingBox":{"yMin":-364.328125,"xMin":-260,"yMax":1173,"xMax":1229},"resolution":1000,"original_font_information":{"postscript_name":"Gentilis-Italic","version_string":"Version 1.100","vendor_url":"http://scripts.sil.org/","full_font_name":"Gentilis Italic","font_family_name":"Gentilis","copyright":"Copyright (c) SIL International, 2003-2008.","description":"","trademark":"Gentium is a trademark of SIL International.","designer":"J. Victor Gaultney and Annie Olsen","designer_url":"http://www.sil.org/~gaultney","unique_font_identifier":"SIL International:Gentilis Italic:2-3-108","license_url":"http://scripts.sil.org/OFL","license_description":"Copyright (c) 2003-2008, SIL International (http://www.sil.org/) with Reserved Font Names \"Gentium\" and \"SIL\".\r\n\r\nThis Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL\r\n\r\n\r\n-----------------------------------------------------------\r\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\r\n-----------------------------------------------------------\r\n\r\nPREAMBLE\r\nThe goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.\r\n\r\nThe OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.\r\n\r\nDEFINITIONS\r\n\"Font Software\" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.\r\n\r\n\"Reserved Font Name\" refers to any names specified as such after the copyright statement(s).\r\n\r\n\"Original Version\" refers to the collection of Font Software components as distributed by the Copyright Holder(s).\r\n\r\n\"Modified Version\" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.\r\n\r\n\"Author\" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.\r\n\r\nPERMISSION & CONDITIONS\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:\r\n\r\n1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.\r\n\r\n2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.\r\n\r\n3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.\r\n\r\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.\r\n\r\n5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.\r\n\r\nTERMINATION\r\nThis license becomes null and void if any of the above conditions are not met.\r\n\r\nDISCLAIMER\r\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.","manufacturer_name":"SIL International","font_sub_family_name":"Italic"},"descender":-394,"familyName":"Gentilis","lineHeight":1607,"underlineThickness":100});
